Build: #21 was successful

Job: Build and Package Manylinux Qt5 was successful

Job result summary

Completed
Duration
6 minutes
Agent
cbt-el7-7.cv.nrao.edu
Successful since
#20 ()

Error summary

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

Submodule 'third_party/gflags' (https://github.com/gflags/gflags.git) registered for path 'casa-source/casatools/grpc-source/third_party/gflags'
Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'casa-source/casatools/grpc-source/third_party/googletest'
Submodule 'third_party/protobuf' (https://github.com/google/protobuf.git) registered for path 'casa-source/casatools/grpc-source/third_party/protobuf'
Submodule 'third_party/zlib' (https://github.com/madler/zlib) registered for path 'casa-source/casatools/grpc-source/third_party/zlib'
Cloning into '/build/wcslib-7.12/casalogger/casa-source/casatools/grpc-source/third_party/abseil-cpp'...
Cloning into '/build/wcslib-7.12/casalogger/casa-source/casatools/grpc-source/third_party/benchmark'...
Cloning into '/build/wcslib-7.12/casalogger/casa-source/casatools/grpc-source/third_party/bloaty'...
Cloning into '/build/wcslib-7.12/casalogger/casa-source/casatools/grpc-source/third_party/boringssl'...
Cloning into '/build/wcslib-7.12/casalogger/casa-source/casatools/grpc-source/third_party/boringssl-with-bazel'...
Cloning into '/build/wcslib-7.12/casalogger/casa-source/casatools/grpc-source/third_party/cares/cares'...
Cloning into '/build/wcslib-7.12/casalogger/casa-source/casatools/grpc-source/third_party/gflags'...
Cloning into '/build/wcslib-7.12/casalogger/casa-source/casatools/grpc-source/third_party/googletest'...
Cloning into '/build/wcslib-7.12/casalogger/casa-source/casatools/grpc-source/third_party/protobuf'...
Cloning into '/build/wcslib-7.12/casalogger/casa-source/casatools/grpc-source/third_party/zlib'...
Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'casa-source/casatools/grpc-source/third_party/bloaty/third_party/googletest'
Submodule 'third_party/libFuzzer' (https://chromium.googlesource.com/chromium/llvm-project/llvm/lib/Fuzzer) registered for path 'casa-source/casatools/grpc-source/third_party/bloaty/third_party/libFuzzer'
Submodule 'third_party/re2' (https://github.com/google/re2) registered for path 'casa-source/casatools/grpc-source/third_party/bloaty/third_party/re2'
Cloning into '/build/wcslib-7.12/casalogger/casa-source/casatools/grpc-source/third_party/bloaty/third_party/googletest'...
Cloning into '/build/wcslib-7.12/casalogger/casa-source/casatools/grpc-source/third_party/bloaty/third_party/libFuzzer'...
Cloning into '/build/wcslib-7.12/casalogger/casa-source/casatools/grpc-source/third_party/bloaty/third_party/re2'...
Submodule 'doc' (https://github.com/gflags/gflags.git) registered for path 'casa-source/casatools/grpc-source/third_party/gflags/doc'
Cloning into '/build/wcslib-7.12/casalogger/casa-source/casatools/grpc-source/third_party/gflags/doc'...
Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'casa-source/casatools/grpc-source/third_party/protobuf/third_party/benchmark'
Cloning into '/build/wcslib-7.12/casalogger/casa-source/casatools/grpc-source/third_party/protobuf/third_party/benchmark'...
Already on 'master'
Project MESSAGE: QMAKE_POST_LINK command: scripts/create-app --no-data name=logger exe=build/bin.3.10.0-1160.99.1.el7.x86_64/casalogger.app/usr/bin/casalogger app=build/bin.3.10.0-1160.99.1.el7.x86_64/casalogger.app/usr/bin/../.. lib=build/bin.3.10.0-1160.99.1.el7.x86_64/casalogger.app/usr/bin/../lib tgt=linux plugins=/usr/lib64/qt5/plugins
src/code/casaqt/QtLogger/logviewer.cc: In member function ‘void casa::LogViewer::filePrint()’:
src/code/casaqt/QtLogger/logviewer.cc:624:24: warning: ‘virtual void QPrinter::setPageSize(QPagedPaintDevice::PageSize)’ is deprecated: Use setPageSize(QPageSize) instead. [-Wdeprecated-declarations]
  624 |     printer.setPageSize((QPrinter::PageSize)(settings.value("Print/pagesize").toInt()));
      |     ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/qt5/QtPrintSupport/QPrinter:1,
                 from src/code/casaqt/QtLogger/logviewer.cc:41:
/usr/include/qt5/QtPrintSupport/qprinter.h:177:10: note: declared here
  177 |     void setPageSize(PageSize) override;
      |          ^~~~~~~~~~~
src/code/casaqt/QtLogger/logviewer.cc:625:27: warning: ‘void QPrinter::setOrientation(QPrinter::Orientation)’ is deprecated: Use setPageOrientation() instead. [-Wdeprecated-declarations]
  625 |     printer.setOrientation(QPrinter::Landscape);
      |     ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/qt5/QtPrintSupport/QPrinter:1,
                 from src/code/casaqt/QtLogger/logviewer.cc:41:
/usr/include/qt5/QtPrintSupport/qprinter.h:172:10: note: declared here
  172 |     void setOrientation(Orientation);
      |          ^~~~~~~~~~~~~~
src/code/casaqt/QtLogger/logviewer.cc:634:37: warning: ‘QRect QPrinter::paperRect() const’ is deprecated: Use pageLayout().fullRectPixels(resolution()) instead. [-Wdeprecated-declarations]
  634 |       QRect rect = printer.paperRect();
      |                    ~~~~~~~~~~~~~~~~~^~
In file included from /usr/include/qt5/QtPrintSupport/QPrinter:1,
                 from src/code/casaqt/QtLogger/logviewer.cc:41:
/usr/include/qt5/QtPrintSupport/qprinter.h:257:11: note: declared here
  257 |     QRect paperRect() const;
      |           ^~~~~~~~~
src/code/casaqt/QtLogger/logviewer.cc:639:34: warning: ‘QPrinter::Orientation QPrinter::orientation() const’ is deprecated: Use pageLayout().orientation() instead. [-Wdeprecated-declarations]
  639 |       int o = printer.orientation();
      |               ~~~~~~~~~~~~~~~~~~~^~
In file included from /usr/include/qt5/QtPrintSupport/QPrinter:1,
                 from src/code/casaqt/QtLogger/logviewer.cc:41:
/usr/include/qt5/QtPrintSupport/qprinter.h:174:17: note: declared here
  174 |     Orientation orientation() const;
      |                 ^~~~~~~~~~~
src/code/casaqt/QtLogger/logviewer.cc:656:59: warning: ‘QPagedPaintDevice::PageSize QPrinter::pageSize() const’ is deprecated: Use pageLayout().pageSize().id() instead. [-Wdeprecated-declarations]
  656 |       settings.setValue("Print/pagesize", printer.pageSize());
      |                                           ~~~~~~~~~~~~~~~~^~
In file included from /usr/include/qt5/QtPrintSupport/QPrinter:1,
                 from src/code/casaqt/QtLogger/logviewer.cc:41:
/usr/include/qt5/QtPrintSupport/qprinter.h:179:14: note: declared here
  179 |     PageSize pageSize() const;
      |              ^~~~~~~~
src/code/casaqt/QtLogger/logmodel.cc: In member function ‘void casa::LogModel::appendData(const QString&)’:
src/code/casaqt/QtLogger/logmodel.cc:234:47: warning: ‘QStringList QString::split(const QString&, QString::SplitBehavior, Qt::CaseSensitivity) const’ is deprecated: Use Qt::SplitBehavior variant instead [-Wdeprecated-declarations]
  234 |                 QStringList items = line.split("\t", QString::SkipEmptyParts);
      |                                     ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/qt5/QtCore/qhashfunctions.h:44,
                 from /usr/include/qt5/QtCore/qlist.h:47,
                 from /usr/include/qt5/QtCore/QList:1,
                 from casa-source/casa5/code/casaqt/QtLogger/logitem.h:32,
                 from src/code/casaqt/QtLogger/logmodel.cc:27:
/usr/include/qt5/QtCore/qstring.h:609:17: note: declared here
  609 |     QStringList split(const QString &sep, SplitBehavior behavior,
      |                 ^~~~~
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/casalogger.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 casalogger-1.0.18-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/casalogger-1.0.18-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. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
Cloning into 'casa-build-utils'...