Build: #33 failed Changes by 3 people

Build result summary

Details

Completed
Queue duration
< 1 second
Duration
69 minutes
Labels
None
Revisions
CASAFeather
f9ed9e5f39037731beda4ddf299574f199da5357 f9ed9e5f39037731beda4ddf299574f199da5357
OPEN-CASA
5d74a883b3b01b841e63b4fe9d6c03c6651ad4e7 5d74a883b3b01b841e63b4fe9d6c03c6651ad4e7
OPEN-CASA-PKG
4b9064f16a8d185b162391c3ef324299625bd94b 4b9064f16a8d185b162391c3ef324299625bd94b
No failed test found. A possible compilation error occurred.

Responsible

Code commits

CASAFeather
Author Commit Message Commit date
Ville Suoranta Ville Suoranta f9ed9e5f39037731beda4ddf299574f199da5357 f9ed9e5f39037731beda4ddf299574f199da5357 Pull request #10: CAS-14372
Merge in CASA/casafeather from CAS-14372 to master

* commit '0fcd29437f0950cbec283d4c51742f08a3b1337e':
  square brackets for "variable supplied at Qt build time" [CAS-14372]
  vintage qmake needs newline crutches + fix rhel variable for path to qwt.prf file [CAS-14372]
  clean up macos qwt.prf checks [CAS-14372]
  pick up qwt framework on macOS [CAS-14372]
  pick up qwt framework on macOS [CAS-14372]
  update qwt include directives to match the paths supplied by "qwt.prf" [CAS-14372]
  Support Qt6 and Qwt 6.3
  Update create-app-assembly jar file version
  Add default qwt 6.3 install path to .pro
  Set casa-source to branch
Darrell Schiebel <darrell@schiebel.us> Darrell Schiebel <darrell@schiebel.us> 0fcd29437f0950cbec283d4c51742f08a3b1337e 0fcd29437f0950cbec283d4c51742f08a3b1337e square brackets for "variable supplied at Qt build time" [CAS-14372]
Darrell Schiebel <darrell@schiebel.us> Darrell Schiebel <darrell@schiebel.us> 1235152d6531ec3e302997b1dc3cb65263f6223a 1235152d6531ec3e302997b1dc3cb65263f6223a vintage qmake needs newline crutches + fix rhel variable for path to qwt.prf file [CAS-14372]
Darrell Schiebel <darrell@schiebel.us> Darrell Schiebel <darrell@schiebel.us> f5e1a7311fd4060dc6a7bd79e94545087dc1d2cb f5e1a7311fd4060dc6a7bd79e94545087dc1d2cb clean up macos qwt.prf checks [CAS-14372]
Darrell Schiebel <darrell@schiebel.us> Darrell Schiebel <darrell@schiebel.us> b3622fe3cc780d18c0e4706c51a1e41082c73b5f b3622fe3cc780d18c0e4706c51a1e41082c73b5f pick up qwt framework on macOS [CAS-14372]

Configuration changes

Plan configuration has changed since the last successful build. See the plan audit log for more details.

Jira issues

IssueDescriptionStatus
Unknown Issue TypeCAS-14372Could not obtain issue details from Jira

Error summary for Build and Package Manylinux

The job generated some errors, drill down into the full build log for more details.

MatrixCleaner::MatrixCleaner():
^
In file included from casa-source/casatools/src/code/synthesis/MeasurementEquations/MatrixCleaner.cc:57:0:
casa-source/casatools/src/code/synthesis/MeasurementEquations/MatrixCleaner.h:361:18: warning: ‘casa::MatrixCleaner::itsJustStarting’ will be initialized after [-Wreorder]
   casacore::Bool itsJustStarting;
                  ^
casa-source/casatools/src/code/synthesis/MeasurementEquations/MatrixCleaner.h:343:23: warning:   ‘casacore::IPosition casa::MatrixCleaner::psfShape_p’ [-Wreorder]
   casacore::IPosition psfShape_p;
                       ^
casa-source/casatools/src/code/synthesis/MeasurementEquations/MatrixCleaner.cc:84:1: warning:   when initialized here [-Wreorder]
MatrixCleaner::MatrixCleaner():
^
In file included from casa-source/casatools/src/code/synthesis/MeasurementEquations/MatrixCleaner.cc:57:0:
casa-source/casatools/src/code/synthesis/MeasurementEquations/MatrixCleaner.h: In constructor ‘casa::MatrixCleaner::MatrixCleaner(const casacore::Matrix<float>&, const casacore::Matrix<float>&)’:
casa-source/casatools/src/code/synthesis/MeasurementEquations/MatrixCleaner.h:355:18: warning: ‘casa::MatrixCleaner::itsDoSpeedup’ will be initialized after [-Wreorder]
   casacore::Bool  itsDoSpeedup;  // if false, threshold does not change with iteration
                  ^
casa-source/casatools/src/code/synthesis/MeasurementEquations/MatrixCleaner.h:338:18: warning:   ‘casacore::Bool casa::MatrixCleaner::itsIgnoreCenterBox’ [-Wreorder]
   casacore::Bool itsIgnoreCenterBox;
                  ^
casa-source/casatools/src/code/synthesis/MeasurementEquations/MatrixCleaner.cc:117:1: warning:   when initialized here [-Wreorder]
MatrixCleaner::MatrixCleaner(const Matrix<Float> & psf,
^
In file included from casa-source/casatools/src/code/synthesis/MeasurementEquations/MatrixCleaner.cc:57:0:
casa-source/casatools/src/code/synthesis/MeasurementEquations/MatrixCleaner.h:361:18: warning: ‘casa::MatrixCleaner::itsJustStarting’ will be initialized after [-Wreorder]
   casacore::Bool itsJustStarting;
                  ^
casa-source/casatools/src/code/synthesis/MeasurementEquations/MatrixCleaner.h:344:18: warning:   ‘casacore::Bool casa::MatrixCleaner::noClean_p’ [-Wreorder]
   casacore::Bool noClean_p;
                  ^
casa-source/casatools/src/code/synthesis/MeasurementEquations/MatrixCleaner.cc:117:1: warning:   when initialized here [-Wreorder]
MatrixCleaner::MatrixCleaner(const Matrix<Float> & psf,
^
casa-source/casatools/src/code/synthesis/MeasurementEquations/MatrixCleaner.cc: In member function ‘casacore::Int casa::MatrixCleaner::clean(casacore::Matrix<float>&, casacore::Bool)’:
casa-source/casatools/src/code/synthesis/MeasurementEquations/MatrixCleaner.cc:359:7: warning: unused variable ‘nth’ [-Wunused-variable]
   Int nth=nScalesToClean;
       ^
In file included from casa-source/casatools/src/code/synthesis/Utilities/FFT2D.h:31:0,
                 from casa-source/casatools/src/code/synthesis/TransformMachines/FTMachine.h:48,
                 from casa-source/casatools/src/code/synthesis/MeasurementEquations/SkyEquation.h:37,
                 from casa-source/casatools/src/code/synthesis/MeasurementEquations/SkyEquation.cc:30:
casa-source/casatools/casacore/casacore/scimath/Mathematics/FFTPack.h:39:2: warning: #warning "FFTPack is deprecated and will be removed in a future version of casacore. Please use FFTW." [-Wcpp]
#warning "FFTPack is deprecated and will be removed in a future version of casacore. Please use FFTW."
  ^
In file included from casa-source/casatools/src/code/synthesis/Utilities/FFT2D.h:31:0,
                 from casa-source/casatools/src/code/synthesis/TransformMachines/FTMachine.h:48,
                 from casa-source/casatools/src/code/synthesis/TransformMachines/GridFT.h:32,
                 from casa-source/casatools/src/code/synthesis/MeasurementComponents/MakeApproxPSFAlgorithm.h:39,
                 from casa-source/casatools/src/code/synthesis/Parallel/Applicator.cc:36:
casa-source/casatools/casacore/casacore/scimath/Mathematics/FFTPack.h:39:2: warning: #warning "FFTPack is deprecated and will be removed in a future version of casacore. Please use FFTW." [-Wcpp]
#warning "FFTPack is deprecated and will be removed in a future version of casacore. Please use FFTW."
  ^
casa-source/casatools/src/code/synthesis/Parallel/Applicator.cc: In member function ‘void casa::Applicator::initThreads(casacore::Int, casacore::Char**)’:
casa-source/casatools/src/code/synthesis/Parallel/Applicator.cc:80:7: warning: unused variable ‘numprocs’ [-Wunused-variable]
   Int numprocs=0;
       ^
In file included from casa-source/casatools/src/code/synthesis/Utilities/FFT2D.h:31:0,
                 from casa-source/casatools/src/code/synthesis/TransformMachines2/FTMachine.h:55,
                 from casa-source/casatools/src/code/synthesis/TransformMachines2/MosaicFT.h:32,
                 from casa-source/casatools/src/code/synthesis/TransformMachines2/MosaicFTNew.h:32,
                 from casa-source/casatools/src/code/synthesis/TransformMachines2/AWPLPG.h:34,
                 from casa-source/casatools/src/code/synthesis/TransformMachines2/AWPLPG.cc:31:
casa-source/casatools/casacore/casacore/scimath/Mathematics/FFTPack.h:39:2: warning: #warning "FFTPack is deprecated and will be removed in a future version of casacore. Please use FFTW." [-Wcpp]
#warning "FFTPack is deprecated and will be removed in a future version of casacore. Please use FFTW."
  ^
In file included from casa-source/casatools/src/code/synthesis/TransformMachines2/MosaicFT.h:32:0,
                 from casa-source/casatools/src/code/synthesis/TransformMachines2/MosaicFTNew.h:32,
                 from casa-source/casatools/src/code/synthesis/TransformMachines2/AWPLPG.h:34,
                 from casa-source/casatools/src/code/synthesis/TransformMachines2/AWPLPG.cc:31:
casa-source/casatools/src/code/synthesis/TransformMachines2/FTMachine.h:164:60: warning: unused parameter ‘ms’ [-Wunused-parameter]
   virtual void handleNewMs(const casacore::MeasurementSet &ms,
                                                            ^
casa-source/casatools/src/code/synthesis/TransformMachines2/FTMachine.h:165:51: warning: unused parameter ‘imstore’ [-Wunused-parameter]
                casacore::CountedPtr<SIImageStore> imstore) {}
                                                   ^
casa-source/casatools/src/code/synthesis/TransformMachines2/AWPLPG.cc:50:143: warning: unused parameter ‘useDoublePrec’ [-Wunused-parameter]
   AWPLPG::AWPLPG(SkyJones* sj, const Int nw,  Bool dosquint, const Double painc, MPosition mloc, String stokes,  const Bool usezero, const Bool useDoublePrec,  const casacore::Bool usePointing): MosaicFTNew(sj, mloc, stokes, Long(1000000), 16, usezero, True, False, usePointing), doSquint_p(dosquint), paInc_p(painc), nw_p(nw) {
                                                                                                                                               ^
casa-source/casatools/src/code/synthesis/TransformMachines2/AWPLPG.cc: In member function ‘virtual void casa::refim::AWPLPG::init(const casa::vi::VisBuffer2&)’:
casa-source/casatools/src/code/synthesis/TransformMachines2/AWPLPG.cc:139:7: error: expected unqualified-id before ‘[’ token
  auto [minpa, maxpa]=std::minmax_element(begin(pAs), end(pAs));
       ^
casa-source/casatools/src/code/synthesis/TransformMachines2/AWPLPG.cc:140:24: error: ‘minpa’ was not declared in this scope
         paMax=max(abs(*minpa), *maxpa);
                        ^
casa-source/casatools/src/code/synthesis/TransformMachines2/AWPLPG.cc:140:33: error: ‘maxpa’ was not declared in this scope
         paMax=max(abs(*minpa), *maxpa);
                                 ^
make: *** [build/lib.3.10.0-1160.119.1.el7.x86_64/objs/casa-source/casatools/src/code/synthesis/TransformMachines2/AWPLPG.o] Error 1
app image does not exist at scripts/generate-module line 85.
make: *** [py] Error 2
ls: cannot access *.whl: No such file or directory
usage: auditwheel repair [-h]
                         [--plat {linux_x86_64,manylinux1_x86_64,manylinux2010_x86_64,manylinux2014_x86_64}]
                         [-L LIB_SDIR] [-w WHEEL_DIR] [--no-update-tags]
                         WHEEL_FILE
auditwheel repair: error: the following arguments are required: WHEEL_FILE
chown: cannot access `/wheeldirectory/*': No such file or directory
Cloning into 'casa-build-utils'...
/bin/bash: line 0: cd: /wheeldirectory/wheelhouse: No such file or directory