Build: #20 was successful

Job: ManyLinux 2.34 Qt6 was successful

Job result summary

Completed
Duration
9 minutes
Agent
cvpost134.cv.nrao.edu
Revision
bd94ed745c55425ca2ed68423ef74cee91a61e98

Error summary

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

Error response from daemon: No such container: wheel-container
Error response from daemon: No such container: wheel-container
  665 |     ::grpc::Status grpcPlotServer::close( ::grpc::ServerContext* context,
      |                                           ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
src/code/casaqt/QtPlotServer/grpcPlotServer.cc:667:70: warning: unused parameter ‘reply’ [-Wunused-parameter]
  667 |                                           ::google::protobuf::Empty* reply ) {
      |                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
src/code/casaqt/QtPlotServer/grpcPlotServer.cc: In member function ‘virtual grpc::Status casa::grpcPlotServer::release(grpc::ServerContext*, const rpc::gui::Id*, google::protobuf::Empty*)’:
src/code/casaqt/QtPlotServer/grpcPlotServer.cc:727:68: warning: unused parameter ‘context’ [-Wunused-parameter]
  727 |     ::grpc::Status grpcPlotServer::release( ::grpc::ServerContext* context,
      |                                             ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
src/code/casaqt/QtPlotServer/grpcPlotServer.cc:729:72: warning: unused parameter ‘reply’ [-Wunused-parameter]
  729 |                                             ::google::protobuf::Empty* reply ) {
      |                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
src/code/casaqt/QtPlotServer/grpcPlotServer.cc: In member function ‘virtual grpc::Status casa::grpcPlotServer::hide(grpc::ServerContext*, const rpc::gui::Id*, google::protobuf::Empty*)’:
src/code/casaqt/QtPlotServer/grpcPlotServer.cc:749:65: warning: unused parameter ‘context’ [-Wunused-parameter]
  749 |     ::grpc::Status grpcPlotServer::hide( ::grpc::ServerContext* context,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
src/code/casaqt/QtPlotServer/grpcPlotServer.cc:751:69: warning: unused parameter ‘response’ [-Wunused-parameter]
  751 |                                          ::google::protobuf::Empty* response ) {
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
src/code/casaqt/QtPlotServer/grpcPlotServer.cc: In member function ‘virtual grpc::Status casa::grpcPlotServer::show(grpc::ServerContext*, const rpc::gui::Id*, google::protobuf::Empty*)’:
src/code/casaqt/QtPlotServer/grpcPlotServer.cc:784:65: warning: unused parameter ‘context’ [-Wunused-parameter]
  784 |     ::grpc::Status grpcPlotServer::show( ::grpc::ServerContext* context,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
src/code/casaqt/QtPlotServer/grpcPlotServer.cc:786:69: warning: unused parameter ‘response’ [-Wunused-parameter]
  786 |                                          ::google::protobuf::Empty* response ) {
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
src/code/casaqt/QtPlotServer/grpcPlotServer.cc: In member function ‘virtual grpc::Status casa::grpcPlotServer::loaddock(grpc::ServerContext*, const rpc::gui::DockSpec*, rpc::gui::Id*)’:
src/code/casaqt/QtPlotServer/grpcPlotServer.cc:821:69: warning: unused parameter ‘context’ [-Wunused-parameter]
  821 |     ::grpc::Status grpcPlotServer::loaddock( ::grpc::ServerContext* context,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
casa-source/casatools/casacore/tables/Tables/PlainTable.cc: In destructor ‘virtual casacore::PlainTable::~PlainTable()’:
casa-source/casatools/casacore/tables/Tables/PlainTable.cc:288:30: warning: ‘bool std::uncaught_exception()’ is deprecated: use 'std::uncaught_exceptions()' instead [-Wdeprecated-declarations]
  288 |   if (std::uncaught_exception() ) {
      |       ~~~~~~~~~~~~~~~~~~~~~~~^~
In file included from /opt/rh/gcc-toolset-14/root/usr/include/c++/14/ios:41,
                 from /opt/rh/gcc-toolset-14/root/usr/include/c++/14/ostream:40,
                 from /opt/rh/gcc-toolset-14/root/usr/include/c++/14/iostream:41,
                 from casa-source/casatools/casacore/casacore/casa/iostream.h:35,
                 from casa-source/casatools/casacore/casacore/casa/sstream.h:35,
                 from casa-source/casatools/casacore/casacore/casa/BasicSL/String.h:38,
                 from casa-source/casatools/casacore/casacore/tables/Tables/TableInfo.h:31,
                 from casa-source/casatools/casacore/casacore/tables/Tables/BaseTable.h:32,
                 from casa-source/casatools/casacore/casacore/tables/Tables/PlainTable.h:32,
                 from casa-source/casatools/casacore/tables/Tables/PlainTable.cc:27:
/opt/rh/gcc-toolset-14/root/usr/include/c++/14/exception:125:8: note: declared here
  125 |   bool uncaught_exception() _GLIBCXX_USE_NOEXCEPT __attribute__ ((__pure__));
      |        ^~~~~~~~~~~~~~~~~~
casa-source/casatools/casacore/tables/TaQL/TableParseQuery.cc: In member function ‘casacore::TableRecord& casacore::TableParseQuery::findKeyword(const casacore::String&, casacore::String&, casacore::Bool)’:
casa-source/casatools/casacore/tables/TaQL/TableParseQuery.cc:339:28: warning: possibly dangling reference to a temporary [-Wdangling-reference]
  339 |         const TableRecord& colkeys (TableColumn(tab, columnName).keywordSet());
      |                            ^~~~~~~
casa-source/casatools/casacore/tables/TaQL/TableParseQuery.cc:339:76: note: the temporary was destroyed at the end of the full expression ‘casacore::TableColumn(tab, columnName).casacore::TableColumn::keywordSet()’
  339 |         const TableRecord& colkeys (TableColumn(tab, columnName).keywordSet());
      |                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
In file included from build/lib.4.18.0-513.9.1.el8.connectx2.x86_64/moc/../../../src/code/casaqt/QtPlotServer/QtPlotSvrPanel.qo.h:43,
                 from build/lib.4.18.0-513.9.1.el8.connectx2.x86_64/moc/moc_QtPlotSvrPanel.qo.cpp:9:
src/code/casadbus/types/ptr.h:41:24: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   41 |                 cptr<T>(const cptr<T> &other) : ptr(other.ptr) { }
      |                        ^
src/code/casadbus/types/ptr.h:41:24: note: remove the ‘< >’
src/code/casadbus/types/ptr.h:42:25: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   42 |                 cptr<T>(cptr<T> *other) : ptr(other->ptr) { }
      |                         ^~~~~~~
src/code/casadbus/types/ptr.h:42:25: note: remove the ‘< >’
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/casaplotserver.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 casaplotserver-2.0.3-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/casaplotserver-2.0.3-py3-none-linux_x86_64.whl
Cloning into 'casa-build-utils'...