Build: #36 was successful

Job: Build and Package Manylinux Qt5 was successful

Job result summary

Completed
Duration
74 minutes
Agent
cbt-el7-10.cv.nrao.edu
Successful since
#30 ()

Error summary

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

casa-source/casatools/src/code/synthesis/ImagerObjects/SIImageStoreMultiTerm.h:143:74: warning: ‘casacore::C::minfloat’ is deprecated: Use FLT_MIN [-Wdeprecated-declarations]
  143 |   void divideResidualByWeight(const casacore::Float pblimit=casacore::C::minfloat, const casacore::String normtype="flatnoise");
      |                                                                          ^~~~~~~~
In file included from casa-source/casatools/casacore/casacore/casa/Quanta/Quantum.tcc:33,
                 from casa-source/casatools/casacore/casacore/casa/Quanta/Quantum.h:445,
                 from casa-source/casatools/casacore/casacore/images/Images/ImageInfo.h:33,
                 from casa-source/casatools/casacore/images/Images/ImageInterface.h:35,
                 from src/guitools/Feather/FeatherThread.cc:28:
casa-source/casatools/casacore/casacore/casa/BasicSL/Constants.h:442:27: note: declared here
  442 |   inline constexpr double minfloat = FLT_MIN;
      |                           ^~~~~~~~
In file included from casa-source/casatools/src/code/synthesis/TransformMachines/FTMachine.h:57,
                 from casa-source/casatools/src/code/synthesis/MeasurementEquations/Imager.h:44,
                 from src/guitools/Feather/FeatherThread.cc:32:
casa-source/casatools/src/code/synthesis/ImagerObjects/SIImageStoreMultiTerm.h:145:71: warning: ‘casacore::C::minfloat’ is deprecated: Use FLT_MIN [-Wdeprecated-declarations]
  145 |   void divideModelByWeight(const casacore::Float pblimit=casacore::C::minfloat, const casacore::String normtype="flatnoise");
      |                                                                       ^~~~~~~~
In file included from casa-source/casatools/casacore/casacore/casa/Quanta/Quantum.tcc:33,
                 from casa-source/casatools/casacore/casacore/casa/Quanta/Quantum.h:445,
                 from casa-source/casatools/casacore/casacore/images/Images/ImageInfo.h:33,
                 from casa-source/casatools/casacore/images/Images/ImageInterface.h:35,
                 from src/guitools/Feather/FeatherThread.cc:28:
casa-source/casatools/casacore/casacore/casa/BasicSL/Constants.h:442:27: note: declared here
  442 |   inline constexpr double minfloat = FLT_MIN;
      |                           ^~~~~~~~
In file included from casa-source/casatools/src/code/synthesis/TransformMachines/FTMachine.h:57,
                 from casa-source/casatools/src/code/synthesis/MeasurementEquations/Imager.h:44,
                 from src/guitools/Feather/FeatherThread.cc:32:
casa-source/casatools/src/code/synthesis/ImagerObjects/SIImageStoreMultiTerm.h:146:73: warning: ‘casacore::C::minfloat’ is deprecated: Use FLT_MIN [-Wdeprecated-declarations]
  146 |   void multiplyModelByWeight(const casacore::Float pblimit=casacore::C::minfloat, const casacore::String normtype="flatnoise");
      |                                                                         ^~~~~~~~
In file included from casa-source/casatools/casacore/casacore/casa/Quanta/Quantum.tcc:33,
                 from casa-source/casatools/casacore/casacore/casa/Quanta/Quantum.h:445,
                 from casa-source/casatools/casacore/casacore/images/Images/ImageInfo.h:33,
                 from casa-source/casatools/casacore/images/Images/ImageInterface.h:35,
                 from src/guitools/Feather/FeatherThread.cc:28:
casa-source/casatools/casacore/casacore/casa/BasicSL/Constants.h:442:27: note: declared here
  442 |   inline constexpr double minfloat = FLT_MIN;
      |                           ^~~~~~~~
In file included from casa-source/casatools/casacore/casacore/casa/Arrays/Array.h:36,
                 from casa-source/casatools/casacore/casacore/casa/Arrays/Vector.h:30,
                 from src/guitools/Feather/FeatheredData.h:30,
                 from src/guitools/Feather/FeatherThread.h:32,
                 from src/guitools/Feather/FeatherThread.cc:27:
casa-source/casatools/casacore/casacore/casa/Arrays/Storage.h: In instantiation of ‘T* casacore::arrays_internal::Storage<T>::construct_move(T*, T*) [with T = casa::CFStore]’:
casa-source/casatools/casacore/casacore/casa/Arrays/Storage.h:125:11:   required from ‘casacore::arrays_internal::Storage<T>::Storage(T*, T*, std::false_type, std::true_type) [with T = casa::CFStore; std::false_type = std::integral_constant<bool, false>; std::true_type = std::integral_constant<bool, true>]’
casa-source/casatools/casacore/casacore/casa/Arrays/Storage.h:64:40:   required from ‘static std::unique_ptr<casacore::arrays_internal::Storage<T> > casacore::arrays_internal::Storage<T>::MakeFromMove(T*, T*) [with T = casa::CFStore]’
casa-source/casatools/casacore/casacore/casa/Arrays/Array.tcc:1068:57:   required from ‘void casacore::Array<T>::takeStorage(const casacore::IPosition&, T*, casacore::StorageInitPolicy) [with T = casa::CFStore]’
casa-source/casatools/casacore/casacore/casa/Arrays/Array.tcc:1055:6:   required from here
casa-source/casatools/casacore/casacore/casa/Arrays/Storage.h:236:11: warning: implicitly-declared ‘casa::CFStore::CFStore(const casa::CFStore&)’ is deprecated [-Wdeprecated-copy]
  236 |           new (current) T(std::move(*startIter));
      |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from casa-source/casatools/src/code/synthesis/TransformMachines/CFCache.h:46,
                 from casa-source/casatools/src/code/synthesis/TransformMachines/FTMachine.h:46,
                 from casa-source/casatools/src/code/synthesis/MeasurementEquations/Imager.h:44,
                 from src/guitools/Feather/FeatherThread.cc:32:
casa-source/casatools/src/code/synthesis/TransformMachines/CFStore.h:59:14: note: because ‘casa::CFStore’ has user-provided ‘casa::CFStore& casa::CFStore::operator=(const casa::CFStore&)’
   59 |     CFStore& operator=(const CFStore& other);
      |              ^~~~~~~~
In file included from casa-source/casatools/casacore/casacore/casa/Arrays/Array.h:36,
                 from casa-source/casatools/casacore/casacore/casa/Arrays/Vector.h:30,
                 from src/guitools/Feather/FeatheredData.h:30,
                 from src/guitools/Feather/FeatherThread.h:32,
                 from src/guitools/Feather/FeatherThread.cc:27:
casa-source/casatools/casacore/casacore/casa/Arrays/Storage.h: In instantiation of ‘T* casacore::arrays_internal::Storage<T>::construct_move(T*, T*) [with T = casa::CFStore2]’:
casa-source/casatools/casacore/casacore/casa/Arrays/Storage.h:125:11:   required from ‘casacore::arrays_internal::Storage<T>::Storage(T*, T*, std::false_type, std::true_type) [with T = casa::CFStore2; std::false_type = std::integral_constant<bool, false>; std::true_type = std::integral_constant<bool, true>]’
casa-source/casatools/casacore/casacore/casa/Arrays/Storage.h:64:40:   required from ‘static std::unique_ptr<casacore::arrays_internal::Storage<T> > casacore::arrays_internal::Storage<T>::MakeFromMove(T*, T*) [with T = casa::CFStore2]’
casa-source/casatools/casacore/casacore/casa/Arrays/Array.tcc:1068:57:   required from ‘void casacore::Array<T>::takeStorage(const casacore::IPosition&, T*, casacore::StorageInitPolicy) [with T = casa::CFStore2]’
casa-source/casatools/casacore/casacore/casa/Arrays/Array.tcc:1055:6:   required from here
casa-source/casatools/casacore/casacore/casa/Arrays/Storage.h:236:11: warning: implicitly-declared ‘casa::CFStore2::CFStore2(const casa::CFStore2&)’ is deprecated [-Wdeprecated-copy]
  236 |           new (current) T(std::move(*startIter));
      |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from casa-source/casatools/src/code/synthesis/TransformMachines/CFCache.h:47,
                 from casa-source/casatools/src/code/synthesis/TransformMachines/FTMachine.h:46,
                 from casa-source/casatools/src/code/synthesis/MeasurementEquations/Imager.h:44,
                 from src/guitools/Feather/FeatherThread.cc:32:
casa-source/casatools/src/code/synthesis/TransformMachines/CFStore2.h:58:15: note: because ‘casa::CFStore2’ has user-provided ‘casa::CFStore2& casa::CFStore2::operator=(const casa::CFStore2&)’
   58 |     CFStore2& operator=(const CFStore2& other);
      |               ^~~~~~~~
Using architecture x86_64
Deleting pre-existing .DirIcon
Creating .DirIcon symlink based on information from desktop file
AppStream upstream metadata found in usr/share/metainfo/casafeather.appdata.xml
Generating squashfs...
Embedding ELF...
Marking the AppImage as executable...
Success

Please consider submitting your AppImage to AppImageHub, the crowd-sourced
central directory of available AppImages, by opening a pull request
at https://github.com/AppImage/appimage.github.io
INFO:auditwheel.main_repair:Repairing casafeather-0.0.26-py3-none-linux_x86_64.whl
INFO:auditwheel.wheeltools:Previous filename tags: linux_x86_64
INFO:auditwheel.wheeltools:New filename tags: manylinux_2_28_x86_64
INFO:auditwheel.wheeltools:Previous WHEEL info tags: py3-none-linux_x86_64
INFO:auditwheel.wheeltools:New WHEEL info tags: py3-none-manylinux_2_28_x86_64
INFO:auditwheel.main_repair:
Fixed-up wheel written to /wheeldirectory/wheelhouse/casafeather-0.0.26-py3-none-manylinux_2_28_x86_64.whl
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning.
Cloning into 'casa-build-utils'...