Build: #2 was successful

Job: Package EL6 was successful

Stages & jobs

  1. Tag Branch

  2. Default Stage

  3. Create Critial Test Plan Branch

Job result summary

Completed
Duration
59 minutes
Revisions
OPEN-CASA-FULL
b81eb6e7a75f19634965151b48879f089752a803 b81eb6e7a75f19634965151b48879f089752a803
OPEN-CASA-PKG
7074addee1c65c53c660cd172049c237b302bf9b 7074addee1c65c53c660cd172049c237b302bf9b
Successful since
#1 ()

Error summary

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

Checking out files:  36% (2623/7273)   
Checking out files:  37% (2692/7273)   
Checking out files:  38% (2764/7273)   
Checking out files:  39% (2837/7273)   
Checking out files:  40% (2910/7273)   
Checking out files:  41% (2982/7273)   
Checking out files:  42% (3055/7273)   
Checking out files:  43% (3128/7273)   
Checking out files:  44% (3201/7273)   
Checking out files:  45% (3273/7273)   
Checking out files:  46% (3346/7273)   
Checking out files:  47% (3419/7273)   
Checking out files:  48% (3492/7273)   
Checking out files:  49% (3564/7273)   
Checking out files:  50% (3637/7273)   
Checking out files:  51% (3710/7273)   
Checking out files:  52% (3782/7273)   
Checking out files:  53% (3855/7273)   
Checking out files:  54% (3928/7273)   
Checking out files:  55% (4001/7273)   
Checking out files:  56% (4073/7273)   
Checking out files:  57% (4146/7273)   
Checking out files:  58% (4219/7273)   
Checking out files:  59% (4292/7273)   
Checking out files:  60% (4364/7273)   
Checking out files:  61% (4437/7273)   
Checking out files:  62% (4510/7273)   
Checking out files:  63% (4582/7273)   
Checking out files:  64% (4655/7273)   
Checking out files:  65% (4728/7273)   
Checking out files:  66% (4801/7273)   
Checking out files:  67% (4873/7273)   
Checking out files:  68% (4946/7273)   
Checking out files:  69% (5019/7273)   
Checking out files:  70% (5092/7273)   
Checking out files:  71% (5164/7273)   
Checking out files:  72% (5237/7273)   
Checking out files:  73% (5310/7273)   
Checking out files:  74% (5383/7273)   
Checking out files:  75% (5455/7273)   
Checking out files:  76% (5528/7273)   
Checking out files:  77% (5601/7273)   
Checking out files:  78% (5673/7273)   
Checking out files:  79% (5746/7273)   
Checking out files:  80% (5819/7273)   
Checking out files:  81% (5892/7273)   
Checking out files:  82% (5964/7273)   
Checking out files:  82% (5967/7273)   
Checking out files:  83% (6037/7273)   
Checking out files:  84% (6110/7273)   
Checking out files:  85% (6183/7273)   
Checking out files:  86% (6255/7273)   
Checking out files:  87% (6328/7273)   
Checking out files:  88% (6401/7273)   
Checking out files:  89% (6473/7273)   
Checking out files:  90% (6546/7273)   
Checking out files:  91% (6619/7273)   
Checking out files:  92% (6692/7273)   
Checking out files:  93% (6764/7273)   
Checking out files:  94% (6837/7273)   
Checking out files:  95% (6910/7273)   
Checking out files:  96% (6983/7273)   
Checking out files:  97% (7055/7273)   
Checking out files:  98% (7128/7273)   
Checking out files:  99% (7201/7273)   
Checking out files: 100% (7273/7273)   
Checking out files: 100% (7273/7273), done.
Switched to a new branch 'feature/CAS-9869'
Could not find metadata edu.nrao.gradle:casa-bt-tasks:1.0-SNAPSHOT/maven-metadata.xml in remote (file:/export/data_1/casaci/bamboohome/xml-data/build-dir/CASA-CP53-PEL6/casa-pkg/gradle/repo)
Could not find metadata edu.nrao.gradle:casa-bt-tasks/maven-metadata.xml in remote (file:/export/data_1/casaci/bamboohome/xml-data/build-dir/CASA-CP53-PEL6/casa-pkg/gradle/repo)
                  ^
../../tools/StdCasa/conversions_python.cc:1043:1: note: in expansion of macro ?ARRAY2PYOBJ?
ARRAY2PYOBJ(casac::complex ,PyComplex_FromDoubles(val.re,val.im),PyComplex_FromDoubles(cpx.re,cpx.im),,casac::complex cpx = *iter;)
^
../../tools/StdCasa/conversions_python.cc:997:18: warning: ?PyObject* casac::map_vector_pylist(const std::vector<std::basic_string<char> >&)? defined but not used [-Wunused-function]
static PyObject *map_vector_pylist( const std::vector<TYPE> &vec ) {    \
                  ^
../../tools/StdCasa/conversions_python.cc:1044:1: note: in expansion of macro ?ARRAY2PYOBJ?
ARRAY2PYOBJ(std::string,PyString_FromString(val.c_str()),PyString_FromString((*iter).c_str()),,)
^
../../tools/tables/tableplot_cmpt.cc: In member function ?bool casac::tableplot::open(const std::vector<std::basic_string<char> >&)?:
../../tools/tables/tableplot_cmpt.cc:152:45: warning: comparison of constant ?-1? with boolean expression is always false [-Wbool-compare]
   if(TP->setTableS(TabNames,TabNames,SelStr)==-1) return false;
                                             ^
../../tools/tables/tableplot_cmpt.cc: In member function ?bool casac::tableplot::selectdata(const string&)?:
../../tools/tables/tableplot_cmpt.cc:264:43: warning: comparison of constant ?-1? with boolean expression is always false [-Wbool-compare]
  if(TP->setTableT(SelTABS,TabNames,SelStr)==-1) return false;
                                           ^
../../tools/tables/tableplot_cmpt.cc: In member function ?bool casac::tableplot::iterplotstart(const casac::record&, const std::vector<std::basic_string<char> >&, const std::vector<std::basic_string<char> >&, const std::vector<std::basic_string<char> >&)?:
../../tools/tables/tableplot_cmpt.cc:390:60: warning: comparison of constant ?-1? with boolean expression is always false [-Wbool-compare]
  if(TP->iterMultiPlotStart(pop,temptaqlvector,tempiteraxes)==-1)
                                                            ^
../../tools/tables/tableplot_cmpt.cc: In member function ?bool casac::tableplot::markregions(int, int, int, const std::vector<double>&)?:
../../tools/tables/tableplot_cmpt.cc:455:51: warning: comparison of constant ?-1? with boolean expression is always false [-Wbool-compare]
   if(TP->markRegions(nrows,ncols,panel,regionvec) == -1) return false;
                                                   ^
../../tools/tables/tableplot_cmpt.cc: In member function ?bool casac::tableplot::clearplot(int, int, int)?:
../../tools/tables/tableplot_cmpt.cc:533:39: warning: comparison of constant ?-1? with boolean expression is always false [-Wbool-compare]
   if(TP->clearPlot(nrows,ncols,panel) == -1) return false;
                                       ^
../../tools/synthesis/CalTables/PlotCal.cc: In member function ?casacore::Bool casa::PlotCal::doPlot()?:
../../tools/synthesis/CalTables/PlotCal.cc:992:74: warning: comparison of constant ?-1? with boolean expression is always false [-Wbool-compare]
       if(tp_p->iterMultiPlotStart( itsPlotOptions, plotTaQL_p,iterAxes_p)==-1){
                                                                          ^
In file included from /opt/casa/02/include/python2.7/unicodeobject.h:4:0,
                 from /opt/casa/02/include/python2.7/Python.h:85,
                 from coordsysPYTHON_wrap.cxx:174:
../../tools/casaswig_types.h: In function ?std::vector<T> casac::initialize_vector(int, T, ...) [with T = bool]?:
../../tools/casaswig_types.h:29:26: warning: ?bool? is promoted to ?int? when passed through ?...?
        T val = va_arg(ap,T);
                          ^
../../tools/casaswig_types.h:29:26: note: (so you should pass ?int? not ?bool? to ?va_arg?)
../../tools/casaswig_types.h:29:26: note: if this code is reached, the program will abort
In file included from /opt/casa/02/include/python2.7/unicodeobject.h:4:0,
                 from /opt/casa/02/include/python2.7/Python.h:85,
                 from imagerPYTHON_wrap.cxx:174:
../../tools/casaswig_types.h: In function ?std::vector<T> casac::initialize_vector(int, T, ...) [with T = bool]?:
../../tools/casaswig_types.h:29:26: warning: ?bool? is promoted to ?int? when passed through ?...?
        T val = va_arg(ap,T);
                          ^
../../tools/casaswig_types.h:29:26: note: (so you should pass ?int? not ?bool? to ?va_arg?)
../../tools/casaswig_types.h:29:26: note: if this code is reached, the program will abort
gmake[3]: warning: jobserver unavailable: using -j1.  Add `+' to parent make rule.
svn: '.' is not a working copy
SVNINFOSTATUS: 1
Couldn't get svn info. Running git scripts.
CMake Warning:
  Manually-specified variables were not used by the project:

    BUILD_TESTING
    CASA_BUILD
    PYTHON2_EXECUTABLE
    PYTHON2_INCLUDE_DIR
    PYTHON2_NUMPY_INCLUDE_DIRS
    UseCcache
    UseCrashReporter


gmake[3]: warning: jobserver unavailable: using -j1.  Add `+' to parent make rule.
zip_safe flag not set; analyzing archive contents...
pipeline.environment: module references __file__
pipeline.recipereducer: module references __file__
pipeline.__init__: module references __file__
pipeline.__init__: module MAY be using inspect.trace
pipeline.hsd.templates.__init__: module references __file__
pipeline.extern.findContinuum: module references __file__
pipeline.extern.pyparsing: module MAY be using inspect.stack
pipeline.extern.asizeof: module MAY be using inspect.stack
pipeline.extern.__init__: module references __file__
pipeline.extern.analysis_scripts.analysisUtils: module references __file__
pipeline.hif.templates.__init__: module references __file__
pipeline.infrastructure.utils: module MAY be using inspect.stack
pipeline.infrastructure.utils: module MAY be using inspect.trace
pipeline.infrastructure.mpihelpers: module references __file__
pipeline.infrastructure.vdp: module MAY be using inspect.trace
pipeline.infrastructure.logging: module references __file__
pipeline.infrastructure.basetask: module MAY be using inspect.stack
pipeline.infrastructure.basetask: module MAY be using inspect.trace
pipeline.infrastructure.docutils.createTaskList: module references __file__
pipeline.infrastructure.renderer.logger: module references __file__
pipeline.infrastructure.renderer.htmlrenderer: module references __file__
pipeline.infrastructure.renderer.weblog: module references __file__
pipeline.hifa.templates.__init__: module references __file__
pipeline.hifv.templates.__init__: module references __file__
pipeline.h.cli.cli: module MAY be using inspect.stack
pipeline.h.templates.__init__: module references __file__
Already on 'master'
Already on 'master'
strip:/export/data_1/casaci/bamboohome/xml-data/build-dir/CASA-CP53-PEL6/casa/linux/../code/build/breakpad/breakpad-distro/src/client/mac/testapp/crashduringload: File format not recognized
strip:/export/data_1/casaci/bamboohome/xml-data/build-dir/CASA-CP53-PEL6/casa/linux/../code/build/breakpad/breakpad-distro/src/client/mac/testapp/crashInMain: File format not recognized