Build: #20 was successful

Job: ManyLinux 2.28 Qt5 was successful

Job result summary

Completed
Duration
13 minutes
Agent
cbt-el7-1.cv.nrao.edu (2)
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
      |                      ^~~~~~
src/code/casaqt/QtPlotServer/grpcPlotServer.cc:657:14: warning: unused variable ‘status’ [-Wunused-variable]
  657 |         auto status = fut.get( );
      |              ^~~~~~
src/code/casaqt/QtPlotServer/grpcPlotServer.cc:575:66: warning: unused parameter ‘context’ [-Wunused-parameter]
  575 |     ::grpc::Status grpcPlotServer::erase( ::grpc::ServerContext* context,
      |                                           ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
src/code/casaqt/QtPlotServer/grpcPlotServer.cc:577:70: warning: unused parameter ‘response’ [-Wunused-parameter]
  577 |                                           ::google::protobuf::Empty* response ) {
      |                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
src/code/casaqt/QtPlotServer/grpcPlotServer.cc: In member function ‘virtual grpc::Status casa::grpcPlotServer::close(grpc::ServerContext*, const rpc::gui::Id*, google::protobuf::Empty*)’:
src/code/casaqt/QtPlotServer/grpcPlotServer.cc:715:14: warning: unused variable ‘status’ [-Wunused-variable]
  715 |         auto status = fut.get( );
      |              ^~~~~~
src/code/casaqt/QtPlotServer/grpcPlotServer.cc:665:66: warning: unused parameter ‘context’ [-Wunused-parameter]
  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:12: warning: ‘bool std::uncaught_exception()’ is deprecated [-Wdeprecated-declarations]
  288 |   if (std::uncaught_exception() ) {
      |            ^~~~~~~~~~~~~~~~~~
In file included from /opt/rh/gcc-toolset-11/root/usr/include/c++/11/ios:39,
                 from /opt/rh/gcc-toolset-11/root/usr/include/c++/11/ostream:38,
                 from /opt/rh/gcc-toolset-11/root/usr/include/c++/11/iostream:39,
                 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-11/root/usr/include/c++/11/exception:109:8: note: declared here
  109 |   bool uncaught_exception() _GLIBCXX_USE_NOEXCEPT __attribute__ ((__pure__));
      |        ^~~~~~~~~~~~~~~~~~
casa-source/casatools/casacore/tables/Tables/PlainTable.cc:288:30: warning: ‘bool std::uncaught_exception()’ is deprecated [-Wdeprecated-declarations]
  288 |   if (std::uncaught_exception() ) {
      |       ~~~~~~~~~~~~~~~~~~~~~~~^~
In file included from /opt/rh/gcc-toolset-11/root/usr/include/c++/11/ios:39,
                 from /opt/rh/gcc-toolset-11/root/usr/include/c++/11/ostream:38,
                 from /opt/rh/gcc-toolset-11/root/usr/include/c++/11/iostream:39,
                 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-11/root/usr/include/c++/11/exception:109:8: note: declared here
  109 |   bool uncaught_exception() _GLIBCXX_USE_NOEXCEPT __attribute__ ((__pure__));
      |        ^~~~~~~~~~~~~~~~~~
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
package init file 'casaplotserver/private/__init__.py' not found (or not a regular file)
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_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/casaplotserver-2.0.3-py3-none-manylinux_2_28_x86_64.whl
WARNING: Running pip install with root privileges is generally not a good idea. Try `pip3 install --user` instead.
Cloning into 'casa-build-utils'...