Build: #1 was successful

Job: ManyLinux 2.34 Qt6 was successful

Job result summary

Completed
Duration
12 minutes
Agent
cvpost134.cv.nrao.edu
Revision
2aa7f748972a3670697d6d3f7b9a2697f2202e91

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
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-553.22.1.el8_10.x86_64/moc/../../../src/code/casaqt/QtPlotServer/QtPlotSvrPanel.qo.h:43,
                 from build/lib.4.18.0-553.22.1.el8_10.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/wheel/bdist_wheel.py:4: FutureWarning: The 'wheel' package is no longer the canonical location of the 'bdist_wheel' command, and will be removed in a future release. Please update to setuptools v70.1 or later which contains an integrated version of this command.
  warn(
/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.

        This deprecation is overdue, please update your project and remove deprecated
        calls to avoid build errors in the future.

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

!!
  self.initialize_options()
INFO:auditwheel.main_repair:Repairing casaplotserver-2.1.0a14739.dev1-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.1.0a14739.dev1-py3-none-manylinux_2_34_x86_64.whl
Cloning into 'casa-build-utils'...