Build: #47 did not complete

Job: Build Viewer OSX1014 did not complete

Stages & jobs

  1. Tag

  2. Default Stage

Job result summary

Queued
Source updated
Started
Completed
Cancelled

Error summary

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

              ~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~
casa-source/casacore/casa/Utilities/Assert.h:179:43: note: expanded from macro 'DebugAssert'
    {casacore::assert_<exception > dummy_(expr, "Failed Assertion: " #expr,__FILE__,(casacore::Int)__LINE__); dummy_.null();}
                                          ^~~~
casa-source/code/atnf/atca/ATAtmosphere.cc:164:41: warning: comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'const casa6core::Int' (aka 'const int') [-Wsign-compare]
  DebugAssert(itsVapourPressures.size() == result, AipsError); 
              ~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~
casa-source/casacore/casa/Utilities/Assert.h:179:43: note: expanded from macro 'DebugAssert'
    {casacore::assert_<exception > dummy_(expr, "Failed Assertion: " #expr,__FILE__,(casacore::Int)__LINE__); dummy_.null();}
                                          ^~~~
3 warnings generated.
In file included from casa-source/code/flagging/Flagging/FlagAgentAntennaIntegrations.cc:23:
casa-source/code/flagging/Flagging/FlagAgentAntennaIntegrations.h:59:10: warning: 'casa::FlagAgentAntennaIntegrations::setAgentParameters' hides overloaded virtual function [-Woverloaded-virtual]
    void setAgentParameters(casacore::Record config,
         ^
casa-source/code/flagging/Flagging/FlagAgentBase.h:242:15: note: hidden overloaded virtual function 'casa::FlagAgentBase::setAgentParameters' declared here: different number of parameters (1 vs 2)
        virtual void setAgentParameters(casacore::Record config);
                     ^
1 warning generated.
In file included from casa-source/code/flagging/Flagging/FlagAgentBase.cc:41:
casa-source/code/flagging/Flagging/FlagAgentAntennaIntegrations.h:59:10: warning: 'casa::FlagAgentAntennaIntegrations::setAgentParameters' hides overloaded virtual function [-Woverloaded-virtual]
    void setAgentParameters(casacore::Record config,
         ^
casa-source/code/flagging/Flagging/FlagAgentBase.h:242:15: note: hidden overloaded virtual function 'casa::FlagAgentBase::setAgentParameters' declared here: different number of parameters (1 vs 2)
        virtual void setAgentParameters(casacore::Record config);
                     ^
1 warning generated.
casa-source/code/flagging/Flagging/RFASelector2.cc:867:29: warning: code will never be executed [-Wunreachable-code]
            if (false) if( !have_subset && !unflag)
                            ^~~~~~~~~~~
casa-source/code/flagging/Flagging/RFASelector2.cc:867:17: note: silence by adding parentheses to mark code as explicitly dead
            if (false) if( !have_subset && !unflag)
                ^
                /* DISABLES CODE */ ( )
casa-source/code/flagging/Flagging/RFASelector2.cc:1207:8: warning: code will never be executed [-Wunreachable-code]
              std::copy(shadowed.begin(),
              ^~~~~~~~~
casa-source/code/flagging/Flagging/RFASelector2.cc:1206:8: note: silence by adding parentheses to mark code as explicitly dead
          if (0) {
              ^
              /* DISABLES CODE */ ( )
casa-source/code/flagging/Flagging/RFASelector2.cc:1194:23: warning: code will never be executed [-Wunreachable-code]
                                 uvw(i)(2) << ")" << endl;
                                                  ^~
casa-source/code/flagging/Flagging/RFASelector2.cc:1190:13: note: silence by adding parentheses to mark code as explicitly dead
                      if (0) cerr << "antenna is shadowed " << a1 << "-" << a2 << ": " <<
                          ^
                          /* DISABLES CODE */ ( )
3 warnings generated.
casa-source/code/flagging/Flagging/RFChunkStats.cc:191:36: warning: code will never be executed [-Wunreachable-code]
      if (0) for (unsigned int i = 0; i < scan_start.size(); i++) {
                                   ^
casa-source/code/flagging/Flagging/RFChunkStats.cc:191:11: note: silence by adding parentheses to mark code as explicitly dead
      if (0) for (unsigned int i = 0; i < scan_start.size(); i++) {
          ^
          /* DISABLES CODE */ ( )
casa-source/code/flagging/Flagging/RFChunkStats.cc:179:60: warning: code will never be executed [-Wunreachable-code]
          if (0) cout << "any_unflags = " << any_unflagged << endl;
                                                           ^~
casa-source/code/flagging/Flagging/RFChunkStats.cc:179:15: note: silence by adding parentheses to mark code as explicitly dead
          if (0) cout << "any_unflags = " << any_unflagged << endl;
              ^
              /* DISABLES CODE */ ( )
casa-source/code/flagging/Flagging/RFChunkStats.cc:111:115: warning: code will never be executed [-Wunreachable-code]
    cout << "Ifr : " << num(IFR) << " Chan : " << num(CHAN) << " Corr : " << num(CORR) << " Time : " << num(TIME) << endl;
                                                                                                                  ^~
casa-source/code/flagging/Flagging/RFChunkStats.cc:110:7: note: silence by adding parentheses to mark code as explicitly dead
  if (0) {
      ^
      /* DISABLES CODE */ ( )
3 warnings generated.
casa-source/code/flagging/Flagging/RFFloatLattice.cc:236:23: warning: code will never be executed [-Wunreachable-code]
      throw AipsError(ss.str());
                      ^~
1 warning generated.
casa-source/code/imageanalysis/ImageAnalysis/StatImageCreator.cc:584:19: warning: code will never be executed [-Wunreachable-code]
    _interpolater = Interpolate2D(alg);
                  ^
1 warning generated.
In file included from casa-source/code/mstransform/MSTransform/MSTransformIterator.cc:23:
casa-source/code/mstransform/MSTransform/MSTransformIterator.h:55:10: warning: 'casa::MSTransformIterator::originChunks' hides overloaded virtual function [-Woverloaded-virtual]
    void originChunks ();
         ^
casa-source/code/msvis/MSVis/TransformingVi2.h:139:18: note: hidden overloaded virtual function 'casa::vi::TransformingVi2::originChunks' declared here: different number of parameters (1 vs 0)
    virtual void originChunks (casacore::Bool forceRewind = false) override;
                 ^
1 warning generated.
In file included from casa-source/code/mstransform/MSTransform/MSTransformIteratorFactory.cc:23:
In file included from casa-source/code/mstransform/MSTransform/MSTransformIteratorFactory.h:33:
casa-source/code/mstransform/MSTransform/MSTransformIterator.h:55:10: warning: 'casa::MSTransformIterator::originChunks' hides overloaded virtual function [-Woverloaded-virtual]
    void originChunks ();
         ^
casa-source/code/msvis/MSVis/TransformingVi2.h:139:18: note: hidden overloaded virtual function 'casa::vi::TransformingVi2::originChunks' declared here: different number of parameters (1 vs 0)
    virtual void originChunks (casacore::Bool forceRewind = false) override;
                 ^
1 warning generated.
casa-source/code/mstransform/MSTransform/MSUVBin.cc:1635:7: warning: unused variable 'nth' [-Wunused-variable]
  Int nth=1;
      ^
1 warning generated.
Build was manually stopped.