Build: #25 was successful
Job: Build and Package Manylinux Qt6 was successful
Job result summary
- Completed
- Duration
- 5 minutes
- Agent
- cvpost134.cv.nrao.edu
- Revision
-
c6aad855f98bedde5123bbc94333da4ddd0dbaf6
Error summary
The build generated some errors. See the full build log for more details.
Submodule 'third_party/boringssl' (https://github.com/google/boringssl.git) registered for path 'casa-source/casatools/grpc-source/third_party/boringssl'
Submodule 'third_party/boringssl-with-bazel' (https://github.com/google/boringssl.git) registered for path 'casa-source/casatools/grpc-source/third_party/boringssl-with-bazel'
Submodule 'third_party/cares/cares' (https://github.com/c-ares/c-ares.git) registered for path 'casa-source/casatools/grpc-source/third_party/cares/cares'
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 '/root/casalogger/casa-source/casatools/grpc-source/third_party/abseil-cpp'...
Cloning into '/root/casalogger/casa-source/casatools/grpc-source/third_party/benchmark'...
Cloning into '/root/casalogger/casa-source/casatools/grpc-source/third_party/bloaty'...
Cloning into '/root/casalogger/casa-source/casatools/grpc-source/third_party/boringssl'...
Cloning into '/root/casalogger/casa-source/casatools/grpc-source/third_party/boringssl-with-bazel'...
Cloning into '/root/casalogger/casa-source/casatools/grpc-source/third_party/cares/cares'...
Cloning into '/root/casalogger/casa-source/casatools/grpc-source/third_party/gflags'...
Cloning into '/root/casalogger/casa-source/casatools/grpc-source/third_party/googletest'...
Cloning into '/root/casalogger/casa-source/casatools/grpc-source/third_party/protobuf'...
Cloning into '/root/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 '/root/casalogger/casa-source/casatools/grpc-source/third_party/bloaty/third_party/googletest'...
Cloning into '/root/casalogger/casa-source/casatools/grpc-source/third_party/bloaty/third_party/libFuzzer'...
Cloning into '/root/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 '/root/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 '/root/casalogger/casa-source/casatools/grpc-source/third_party/protobuf/third_party/benchmark'...
Already on 'master'
Project MESSAGE: LIBDIR_LIST /opt/rh/devtoolset-10/root/usr/lib/gcc/x86_64-redhat-linux/10 /usr/lib64
Project MESSAGE: LIBS -lm -l:libelf.so.1 -lrt -lxml2 -lxslt
Project MESSAGE: QMAKE_POST_LINK command: scripts/create-app --no-data name=logger exe=build/bin.4.18.0-513.9.1.el8.connectx2.x86_64/casalogger.app/usr/bin/casalogger app=build/bin.4.18.0-513.9.1.el8.connectx2.x86_64/casalogger.app/usr/bin/../.. lib=build/bin.4.18.0-513.9.1.el8.connectx2.x86_64/casalogger.app/usr/bin/../lib tgt=linux plugins=/usr/lib64/qt6/plugins /usr/lib64
In file included from /usr/include/qt6/QtCore/qfuture.h:9,
from /usr/include/qt6/QtCore/QtCore:106,
from /usr/include/qt6/QtGui/QtGuiDepends:3,
from /usr/include/qt6/QtGui/QtGui:3,
from src/code/casaqt/apps/casalogger/casalogger.cc:32:
/usr/include/qt6/QtCore/qfutureinterface.h:472:37: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
472 | explicit QFutureInterface<void>(State initialState = NoState)
| ^~~~~
/usr/include/qt6/QtCore/qfutureinterface.h:472:37: note: remove the ‘< >’
src/code/casaqt/QtLogger/logviewer.cc: In member function ‘void casa::LogViewer::fileChanged(const QString&)’:
src/code/casaqt/QtLogger/logviewer.cc:816:24: warning: ‘void operator delete(void*, std::size_t)’ called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete]
816 | delete buf;
| ^~~
src/code/casaqt/QtLogger/logviewer.cc:772:55: note: returned from ‘void* operator new [](std::size_t, const std::nothrow_t&)’
772 | buf = new (std::nothrow) char[length+1];
| ^
src/code/casaqt/QtLogger/logviewer.cc: In member function ‘bool casa::LogViewer::load(const QString&)’:
src/code/casaqt/QtLogger/logviewer.cc:558:12: warning: ‘void operator delete(void*, std::size_t)’ called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete]
558 | delete buf;
| ^~~
src/code/casaqt/QtLogger/logviewer.cc:535:43: note: returned from ‘void* operator new [](std::size_t, const std::nothrow_t&)’
535 | buf = new (std::nothrow) char[length+1];
| ^
In file included from /usr/include/qt6/QtCore/qfuture.h:9,
from /usr/include/qt6/QtCore/QtCore:106,
from /usr/include/qt6/QtGui/QtGuiDepends:3,
from /usr/include/qt6/QtGui/QtGui:3,
from src/code/casaqt/QtLogger/logmodel.cc:30:
/usr/include/qt6/QtCore/qfutureinterface.h:472:37: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
472 | explicit QFutureInterface<void>(State initialState = NoState)
| ^~~~~
/usr/include/qt6/QtCore/qfutureinterface.h:472:37: 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/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
/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 casalogger-1.0.23-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/casalogger-1.0.23-py3-none-linux_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'...
Submodule 'third_party/boringssl-with-bazel' (https://github.com/google/boringssl.git) registered for path 'casa-source/casatools/grpc-source/third_party/boringssl-with-bazel'
Submodule 'third_party/cares/cares' (https://github.com/c-ares/c-ares.git) registered for path 'casa-source/casatools/grpc-source/third_party/cares/cares'
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 '/root/casalogger/casa-source/casatools/grpc-source/third_party/abseil-cpp'...
Cloning into '/root/casalogger/casa-source/casatools/grpc-source/third_party/benchmark'...
Cloning into '/root/casalogger/casa-source/casatools/grpc-source/third_party/bloaty'...
Cloning into '/root/casalogger/casa-source/casatools/grpc-source/third_party/boringssl'...
Cloning into '/root/casalogger/casa-source/casatools/grpc-source/third_party/boringssl-with-bazel'...
Cloning into '/root/casalogger/casa-source/casatools/grpc-source/third_party/cares/cares'...
Cloning into '/root/casalogger/casa-source/casatools/grpc-source/third_party/gflags'...
Cloning into '/root/casalogger/casa-source/casatools/grpc-source/third_party/googletest'...
Cloning into '/root/casalogger/casa-source/casatools/grpc-source/third_party/protobuf'...
Cloning into '/root/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 '/root/casalogger/casa-source/casatools/grpc-source/third_party/bloaty/third_party/googletest'...
Cloning into '/root/casalogger/casa-source/casatools/grpc-source/third_party/bloaty/third_party/libFuzzer'...
Cloning into '/root/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 '/root/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 '/root/casalogger/casa-source/casatools/grpc-source/third_party/protobuf/third_party/benchmark'...
Already on 'master'
Project MESSAGE: LIBDIR_LIST /opt/rh/devtoolset-10/root/usr/lib/gcc/x86_64-redhat-linux/10 /usr/lib64
Project MESSAGE: LIBS -lm -l:libelf.so.1 -lrt -lxml2 -lxslt
Project MESSAGE: QMAKE_POST_LINK command: scripts/create-app --no-data name=logger exe=build/bin.4.18.0-513.9.1.el8.connectx2.x86_64/casalogger.app/usr/bin/casalogger app=build/bin.4.18.0-513.9.1.el8.connectx2.x86_64/casalogger.app/usr/bin/../.. lib=build/bin.4.18.0-513.9.1.el8.connectx2.x86_64/casalogger.app/usr/bin/../lib tgt=linux plugins=/usr/lib64/qt6/plugins /usr/lib64
In file included from /usr/include/qt6/QtCore/qfuture.h:9,
from /usr/include/qt6/QtCore/QtCore:106,
from /usr/include/qt6/QtGui/QtGuiDepends:3,
from /usr/include/qt6/QtGui/QtGui:3,
from src/code/casaqt/apps/casalogger/casalogger.cc:32:
/usr/include/qt6/QtCore/qfutureinterface.h:472:37: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
472 | explicit QFutureInterface<void>(State initialState = NoState)
| ^~~~~
/usr/include/qt6/QtCore/qfutureinterface.h:472:37: note: remove the ‘< >’
src/code/casaqt/QtLogger/logviewer.cc: In member function ‘void casa::LogViewer::fileChanged(const QString&)’:
src/code/casaqt/QtLogger/logviewer.cc:816:24: warning: ‘void operator delete(void*, std::size_t)’ called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete]
816 | delete buf;
| ^~~
src/code/casaqt/QtLogger/logviewer.cc:772:55: note: returned from ‘void* operator new [](std::size_t, const std::nothrow_t&)’
772 | buf = new (std::nothrow) char[length+1];
| ^
src/code/casaqt/QtLogger/logviewer.cc: In member function ‘bool casa::LogViewer::load(const QString&)’:
src/code/casaqt/QtLogger/logviewer.cc:558:12: warning: ‘void operator delete(void*, std::size_t)’ called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete]
558 | delete buf;
| ^~~
src/code/casaqt/QtLogger/logviewer.cc:535:43: note: returned from ‘void* operator new [](std::size_t, const std::nothrow_t&)’
535 | buf = new (std::nothrow) char[length+1];
| ^
In file included from /usr/include/qt6/QtCore/qfuture.h:9,
from /usr/include/qt6/QtCore/QtCore:106,
from /usr/include/qt6/QtGui/QtGuiDepends:3,
from /usr/include/qt6/QtGui/QtGui:3,
from src/code/casaqt/QtLogger/logmodel.cc:30:
/usr/include/qt6/QtCore/qfutureinterface.h:472:37: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
472 | explicit QFutureInterface<void>(State initialState = NoState)
| ^~~~~
/usr/include/qt6/QtCore/qfutureinterface.h:472:37: 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/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
/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 casalogger-1.0.23-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/casalogger-1.0.23-py3-none-linux_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'...