Build: #11 was successful

Job: OSX1015 was successful

Stages & jobs

  1. Tag

  2. Default Stage

Job result summary

Completed
Duration
24 minutes
Agent
cbt-osx1015-bld-c6.cv.nrao.edu
Successful since
#5 ()

Error summary

The build generated some errors. See the full build log for more details.

               ^
1 warning generated.
In file included from casa-source/casatools/casacore/ms/MSSel/MSUvDistGram.cc:62:
include/yacc/MSUvDistGram.lcc:1205:16: warning: 'static' function 'yyinput' declared in header file should be declared 'static inline' [-Wunneeded-internal-declaration]
    static int yyinput (void)
               ^
1 warning generated.
casa-source/casatools/casacore/ms/MeasurementSets/MeasurementSet.cc:1136:23: warning: passing an object that undergoes default argument promotion to 'va_start' has undefined behavior [-Wvarargs]
    va_start (vaList, subtableId);
                      ^
casa-source/casatools/casacore/ms/MeasurementSets/MeasurementSet.cc:1132:50: note: parameter of type 'casacore::MrsEligibility::SubtableId' (aka 'casacore::MSMainEnums::PredefinedKeywords') is declared here
MrsEligibility::allButTheseSubtables (SubtableId subtableId, ...)
                                                 ^
casa-source/casatools/casacore/ms/MeasurementSets/MeasurementSet.cc:1209:23: warning: passing an object that undergoes default argument promotion to 'va_start' has undefined behavior [-Wvarargs]
    va_start (vaList, subtableId);
                      ^
casa-source/casatools/casacore/ms/MeasurementSets/MeasurementSet.cc:1205:47: note: parameter of type 'casacore::MrsEligibility::SubtableId' (aka 'casacore::MSMainEnums::PredefinedKeywords') is declared here
MrsEligibility::eligibleSubtables (SubtableId subtableId, ...)
                                              ^
2 warnings generated.
In file included from casa-source/casatools/casacore/scimath/Mathematics/FFTPack.cc:28:
casa-source/casatools/casacore/casacore/scimath/Mathematics/FFTPack.h:42:2: warning: "FFTPack is deprecated and will be removed in a future version of casacore. Please use FFTW." [-W#warnings]
#warning "FFTPack is deprecated and will be removed in a future version of casacore. Please use FFTW."
^
1 warning generated.
casa-source/casatools/casacore/tables/TaQL/ExprNodeRep.cc:417:12: warning: local variable 'vec' will be copied despite being returned by name [-Wreturn-std-move]
    return vec;
           ^~~
casa-source/casatools/casacore/tables/TaQL/ExprNodeRep.cc:417:12: note: call 'std::move' explicitly to avoid copying
    return vec;
           ^~~
           std::move(vec)
casa-source/casatools/casacore/tables/TaQL/ExprNodeRep.cc:447:12: warning: local variable 'vec' will be copied despite being returned by name [-Wreturn-std-move]
    return vec;
           ^~~
casa-source/casatools/casacore/tables/TaQL/ExprNodeRep.cc:447:12: note: call 'std::move' explicitly to avoid copying
    return vec;
           ^~~
           std::move(vec)
casa-source/casatools/casacore/tables/TaQL/ExprNodeRep.cc:465:12: warning: local variable 'vec' will be copied despite being returned by name [-Wreturn-std-move]
    return vec;
           ^~~
casa-source/casatools/casacore/tables/TaQL/ExprNodeRep.cc:465:12: note: call 'std::move' explicitly to avoid copying
    return vec;
           ^~~
           std::move(vec)
casa-source/casatools/casacore/tables/TaQL/ExprNodeRep.cc:483:12: warning: local variable 'vec' will be copied despite being returned by name [-Wreturn-std-move]
    return vec;
           ^~~
casa-source/casatools/casacore/tables/TaQL/ExprNodeRep.cc:483:12: note: call 'std::move' explicitly to avoid copying
    return vec;
           ^~~
           std::move(vec)
casa-source/casatools/casacore/tables/TaQL/ExprNodeRep.cc:501:12: warning: local variable 'vec' will be copied despite being returned by name [-Wreturn-std-move]
    return vec;
           ^~~
casa-source/casatools/casacore/tables/TaQL/ExprNodeRep.cc:501:12: note: call 'std::move' explicitly to avoid copying
    return vec;
           ^~~
           std::move(vec)
casa-source/casatools/casacore/tables/TaQL/ExprNodeRep.cc:513:12: warning: local variable 'vec' will be copied despite being returned by name [-Wreturn-std-move]
    return vec;
           ^~~
casa-source/casatools/casacore/tables/TaQL/ExprNodeRep.cc:513:12: note: call 'std::move' explicitly to avoid copying
    return vec;
           ^~~
           std::move(vec)
6 warnings generated.
In file included from casa-source/casatools/casacore/tables/TaQL/RecordGram.cc:63:
include/yacc/RecordGram.lcc:1990:16: warning: 'static' function 'yyinput' declared in header file should be declared 'static inline' [-Wunneeded-internal-declaration]
    static int yyinput (void)
               ^
1 warning generated.
In file included from casa-source/casatools/casacore/tables/TaQL/TableGram.cc:60:
include/yacc/TableGram.lcc:5389:16: warning: 'static' function 'yyinput' declared in header file should be declared 'static inline' [-Wunneeded-internal-declaration]
    static int yyinput (void)
               ^
1 warning generated.
In file included from casa-source/casatools/casacore/tables/Tables/NullTable.cc:28:
casa-source/casatools/casacore/casacore/tables/Tables/NullTable.h:133:22: warning: 'casacore::NullTable::doSort' hides overloaded virtual function [-Woverloaded-virtual]
  virtual BaseTable* doSort (PtrBlock<BaseColumn*>&,
                     ^
casa-source/casatools/casacore/casacore/tables/Tables/BaseTable.h:476:24: note: hidden overloaded virtual function 'casacore::BaseTable::doSort' declared here: different number of parameters (6 vs 4)
    virtual BaseTable* doSort (PtrBlock<BaseColumn*>&,
                       ^
1 warning generated.
In file included from casa-source/casatools/casacore/tables/Tables/Table.cc:34:
casa-source/casatools/casacore/casacore/tables/Tables/NullTable.h:133:22: warning: 'casacore::NullTable::doSort' hides overloaded virtual function [-Woverloaded-virtual]
  virtual BaseTable* doSort (PtrBlock<BaseColumn*>&,
                     ^
casa-source/casatools/casacore/casacore/tables/Tables/BaseTable.h:476:24: note: hidden overloaded virtual function 'casacore::BaseTable::doSort' declared here: different number of parameters (6 vs 4)
    virtual BaseTable* doSort (PtrBlock<BaseColumn*>&,
                       ^
1 warning generated.
casa-source/casatools/src/code/alma/ASDM/Misc.cc:41:10: fatal error: 'libxml/xmlmemory.h' file not found
#include <libxml/xmlmemory.h>
         ^~~~~~~~~~~~~~~~~~~~
1 error generated.
make: *** [build/lib.19.6.0/objs/casa-source/casatools/src/code/alma/ASDM/Misc.o] Error 1
Cloning into 'casa-build-utils'...
/Users/casaci/bamboohome/temp/CASA-LITTLEWING-OSX1015-11-ScriptBuildTask-3549533049149415574.sh: line 1: pip: command not found
/Users/casaci/bamboohome/temp/CASA-LITTLEWING-OSX1015-11-ScriptBuildTask-3549533049149415574.sh: line 2: pip: command not found
/Users/casaci/bamboohome/temp/CASA-LITTLEWING-OSX1015-11-ScriptBuildTask-3549533049149415574.sh: line 3: pip: command not found
/Users/casaci/bamboohome/temp/CASA-LITTLEWING-OSX1015-11-ScriptBuildTask-3549533049149415574.sh: line 4: pip: command not found