Build: #27 was successful

Job: ManyLinux 2.34 Qt6 was successful

Job result summary

Completed
Duration
59 minutes
Agent
cvpost135.cv.nrao.edu
Revision
69b2d646d57ba3d2aaf45278154fe27fd0c224e5
Successful since
#20 ()

Error summary

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

  143 |   void divideResidualByWeight(const casacore::Float pblimit=casacore::C::minfloat, const casacore::String normtype="flatnoise");
      |                                                                          ^~~~~~~~
casa-source/casatools/casacore/casacore/casa/BasicSL/Constants.h:442:27: note: declared here
  442 |   inline constexpr double minfloat = FLT_MIN;
      |                           ^~~~~~~~
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");
      |                                                                       ^~~~~~~~
casa-source/casatools/casacore/casacore/casa/BasicSL/Constants.h:442:27: note: declared here
  442 |   inline constexpr double minfloat = FLT_MIN;
      |                           ^~~~~~~~
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");
      |                                                                         ^~~~~~~~
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::false_type; std::true_type = std::true_type]’
  125 |     _data(construct_move(startIter, endIter)),
      |           ^~~~~~~~~~~~~~
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]’
   64 |     return std::unique_ptr<Storage<T>>(new Storage(startIter, endIter, std::false_type(), std::true_type()));
      |                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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]’
1068 |       data_p = arrays_internal::Storage<T>::MakeFromMove(storage, storage+new_nels);
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
casa-source/casatools/casacore/casacore/casa/Arrays/Array.tcc:1055:6:   required from here
1055 | void Array<T>::takeStorage(const IPosition &shape, T *storage,
      |      ^~~~~~~~
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:
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);
      |              ^~~~~~~~
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::false_type; std::true_type = std::true_type]’
  125 |     _data(construct_move(startIter, endIter)),
      |           ^~~~~~~~~~~~~~
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]’
   64 |     return std::unique_ptr<Storage<T>>(new Storage(startIter, endIter, std::false_type(), std::true_type()));
      |                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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]’
1068 |       data_p = arrays_internal::Storage<T>::MakeFromMove(storage, storage+new_nels);
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
casa-source/casatools/casacore/casacore/casa/Arrays/Array.tcc:1055:6:   required from here
1055 | void Array<T>::takeStorage(const IPosition &shape, T *storage,
      |      ^~~~~~~~
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:
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
/root/venv/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:90: SetuptoolsDeprecationWarning: setup.py install is deprecated.
!!

        ********************************************************************************
        Please avoid running ``setup.py`` directly.
        Instead, use pypa/build, pypa/installer or other
        standards-based tools.

        By 2025-Oct-31, you need to update your project and remove deprecated calls
        or your builds will no longer be supported.

        See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details.
        ********************************************************************************

!!
  self.initialize_options()
INFO:auditwheel.main_repair:Repairing casafeather-0.0.27-py3-none-linux_x86_64.whl
INFO:auditwheel.wheeltools:Previous filename tags: linux_x86_64
INFO:auditwheel.wheeltools:New filename tags: manylinux_2_34_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_34_x86_64
INFO:auditwheel.main_repair:
Fixed-up wheel written to /wheeldirectory/wheelhouse/casafeather-0.0.27-py3-none-manylinux_2_34_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'...