Build: #27 was successful
Job: Build and Package Manylinux Qt5 was successful
Job result summary
- Completed
- Duration
- 9 minutes
- Agent
- cbt-el7-9.cv.nrao.edu
- Successful since
- #20 ()
Error summary
The build generated some errors. See the full build log for more details.
257 | QRect paperRect() const;
| ^~~~~~~~~
src/code/casaqt/QtLogger/logviewer.cc:707:34: warning: ‘QPrinter::Orientation QPrinter::orientation() const’ is deprecated: Use pageLayout().orientation() instead. [-Wdeprecated-declarations]
707 | 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:732:59: warning: ‘QPagedPaintDevice::PageSize QPrinter::pageSize() const’ is deprecated: Use pageLayout().pageSize().id() instead. [-Wdeprecated-declarations]
732 | 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 ‘virtual QVariant casa::LogModel::data(const QModelIndex&, int) const’:
src/code/casaqt/QtLogger/logmodel.cc:81:21: warning: ‘Qt::TextColorRole’ is deprecated [-Wdeprecated-declarations]
81 | if (role == Qt::TextColorRole) {
| ^~~~~~~~~~~~~
In file included from /usr/include/qt5/QtCore/qbytearray.h:45,
from /usr/include/qt5/QtCore/qstring.h:50,
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/qnamespace.h:1547:9: note: declared here
1547 | TextColorRole Q_DECL_ENUMERATOR_DEPRECATED = ForegroundRole,
| ^~~~~~~~~~~~~
src/code/casaqt/QtLogger/logmodel.cc:93:21: warning: ‘Qt::BackgroundColorRole’ is deprecated [-Wdeprecated-declarations]
93 | if (role == Qt::BackgroundColorRole) {
| ^~~~~~~~~~~~~~~~~~~
In file included from /usr/include/qt5/QtCore/qbytearray.h:45,
from /usr/include/qt5/QtCore/qstring.h:50,
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/qnamespace.h:1546:9: note: declared here
1546 | BackgroundColorRole Q_DECL_ENUMERATOR_DEPRECATED = BackgroundRole,
| ^~~~~~~~~~~~~~~~~~~
src/code/casaqt/QtLogger/logmodel.cc: In member function ‘void casa::LogModel::appendData(const QString&)’:
src/code/casaqt/QtLogger/logmodel.cc:249:63: warning: ‘QString::SkipEmptyParts’ is deprecated [-Wdeprecated-declarations]
249 | 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:605:9: note: declared here
605 | SkipEmptyParts Q_DECL_ENUMERATOR_DEPRECATED
| ^~~~~~~~~~~~~~
src/code/casaqt/QtLogger/logmodel.cc:249:63: warning: ‘QString::SkipEmptyParts’ is deprecated [-Wdeprecated-declarations]
249 | 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:605:9: note: declared here
605 | SkipEmptyParts Q_DECL_ENUMERATOR_DEPRECATED
| ^~~~~~~~~~~~~~
src/code/casaqt/QtLogger/logmodel.cc:249:47: warning: ‘QStringList QString::split(const QString&, QString::SplitBehavior, Qt::CaseSensitivity) const’ is deprecated: Use Qt::SplitBehavior variant instead [-Wdeprecated-declarations]
249 | 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.22-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.22-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, 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'...
| ^~~~~~~~~
src/code/casaqt/QtLogger/logviewer.cc:707:34: warning: ‘QPrinter::Orientation QPrinter::orientation() const’ is deprecated: Use pageLayout().orientation() instead. [-Wdeprecated-declarations]
707 | 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:732:59: warning: ‘QPagedPaintDevice::PageSize QPrinter::pageSize() const’ is deprecated: Use pageLayout().pageSize().id() instead. [-Wdeprecated-declarations]
732 | 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 ‘virtual QVariant casa::LogModel::data(const QModelIndex&, int) const’:
src/code/casaqt/QtLogger/logmodel.cc:81:21: warning: ‘Qt::TextColorRole’ is deprecated [-Wdeprecated-declarations]
81 | if (role == Qt::TextColorRole) {
| ^~~~~~~~~~~~~
In file included from /usr/include/qt5/QtCore/qbytearray.h:45,
from /usr/include/qt5/QtCore/qstring.h:50,
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/qnamespace.h:1547:9: note: declared here
1547 | TextColorRole Q_DECL_ENUMERATOR_DEPRECATED = ForegroundRole,
| ^~~~~~~~~~~~~
src/code/casaqt/QtLogger/logmodel.cc:93:21: warning: ‘Qt::BackgroundColorRole’ is deprecated [-Wdeprecated-declarations]
93 | if (role == Qt::BackgroundColorRole) {
| ^~~~~~~~~~~~~~~~~~~
In file included from /usr/include/qt5/QtCore/qbytearray.h:45,
from /usr/include/qt5/QtCore/qstring.h:50,
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/qnamespace.h:1546:9: note: declared here
1546 | BackgroundColorRole Q_DECL_ENUMERATOR_DEPRECATED = BackgroundRole,
| ^~~~~~~~~~~~~~~~~~~
src/code/casaqt/QtLogger/logmodel.cc: In member function ‘void casa::LogModel::appendData(const QString&)’:
src/code/casaqt/QtLogger/logmodel.cc:249:63: warning: ‘QString::SkipEmptyParts’ is deprecated [-Wdeprecated-declarations]
249 | 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:605:9: note: declared here
605 | SkipEmptyParts Q_DECL_ENUMERATOR_DEPRECATED
| ^~~~~~~~~~~~~~
src/code/casaqt/QtLogger/logmodel.cc:249:63: warning: ‘QString::SkipEmptyParts’ is deprecated [-Wdeprecated-declarations]
249 | 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:605:9: note: declared here
605 | SkipEmptyParts Q_DECL_ENUMERATOR_DEPRECATED
| ^~~~~~~~~~~~~~
src/code/casaqt/QtLogger/logmodel.cc:249:47: warning: ‘QStringList QString::split(const QString&, QString::SplitBehavior, Qt::CaseSensitivity) const’ is deprecated: Use Qt::SplitBehavior variant instead [-Wdeprecated-declarations]
249 | 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.22-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.22-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, 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'...