Build: #23 failed Changes by Ville Suoranta
Build result summary
Details
- Completed
- Queue duration
- < 1 second
- Duration
- 229 minutes
- Labels
- None
- Revisions
-
- CASAviewer
-
60c0fdf6fda8e76d938fd1d35b00395a93db1f60
- OPEN-CASA
-
5d74a883b3b01b841e63b4fe9d6c03c6651ad4e7
- OPEN-CASA-PKG
-
d4956eba1464877df11b9cadcf33952bab9c4dd3
- Failing since
- #2 (First build for this plan – )
- Fixed in
- #37 (Changes by Darrell Schiebel <darrell@schiebel.us> and Darrell Schiebel)
Responsible
-
Ville Suoranta
Automatically assigned
Code commits
| Author | Commit | Commit date | |
|---|---|---|---|
|
|
Ville Suoranta |
60c0fdf6fda8e76d938fd1d35b00395a93db1f60
|
|
Jira issues
| Issue | Description | Status | |
|---|---|---|---|
| Unknown Issue Type | CAS-14506 | Could not obtain issue details from Jira | |
Error summary for Build Viewer Qt6 ML234
The job generated some errors, drill down into 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
| %define api.pure
casa-source/casatools/casacore/ms/MSSel/MSFeedGram.yy: warning: fix-its can be applied. Rerun with option '--update'. [-Wother]
casa-source/casatools/casacore/ms/MSSel/MSCorrGram.yy:32.1-12: warning: POSIX Yacc does not support %pure-parser [-Wyacc]
32 | %pure-parser /* make parser re-entrant */
| ^~~~~~~~~~~~
casa-source/casatools/casacore/ms/MSSel/MSCorrGram.yy:32.1-12: warning: deprecated directive: ‘%pure-parser’, use ‘%define api.pure’ [-Wdeprecated]
32 | %pure-parser /* make parser re-entrant */
| ^~~~~~~~~~~~
| %define api.pure
casa-source/casatools/casacore/ms/MSSel/MSCorrGram.yy: warning: fix-its can be applied. Rerun with option '--update'. [-Wother]
casa-source/casatools/casacore/ms/MSSel/MSAntennaGram.yy:32.1-12: warning: POSIX Yacc does not support %pure-parser [-Wyacc]
32 | %pure-parser /* make parser re-entrant */
| ^~~~~~~~~~~~
casa-source/casatools/casacore/ms/MSSel/MSAntennaGram.yy:32.1-12: warning: deprecated directive: ‘%pure-parser’, use ‘%define api.pure’ [-Wdeprecated]
32 | %pure-parser /* make parser re-entrant */
| ^~~~~~~~~~~~
| %define api.pure
casa-source/casatools/casacore/ms/MSSel/MSAntennaGram.yy: warning: fix-its can be applied. Rerun with option '--update'. [-Wother]
casa-source/casatools/casacore/ms/MSSel/MSScanGram.yy:33.1-12: warning: POSIX Yacc does not support %pure-parser [-Wyacc]
33 | %pure-parser /* make parser re-entrant */
| ^~~~~~~~~~~~
casa-source/casatools/casacore/ms/MSSel/MSScanGram.yy:33.1-12: warning: deprecated directive: ‘%pure-parser’, use ‘%define api.pure’ [-Wdeprecated]
33 | %pure-parser /* make parser re-entrant */
| ^~~~~~~~~~~~
| %define api.pure
casa-source/casatools/casacore/ms/MSSel/MSScanGram.yy: warning: fix-its can be applied. Rerun with option '--update'. [-Wother]
casa-source/casatools/casacore/images/Images/ImageExprGram.yy:32.1-12: warning: POSIX Yacc does not support %pure-parser [-Wyacc]
32 | %pure-parser /* make parser re-entrant */
| ^~~~~~~~~~~~
casa-source/casatools/casacore/images/Images/ImageExprGram.yy:32.1-12: warning: deprecated directive: ‘%pure-parser’, use ‘%define api.pure’ [-Wdeprecated]
32 | %pure-parser /* make parser re-entrant */
| ^~~~~~~~~~~~
| %define api.pure
casa-source/casatools/casacore/images/Images/ImageExprGram.yy: warning: fix-its can be applied. Rerun with option '--update'. [-Wother]
casa-source/casatools/casacore/ms/MSSel/MSArrayGram.yy:33.1-12: warning: POSIX Yacc does not support %pure-parser [-Wyacc]
33 | %pure-parser /* make parser re-entrant */
| ^~~~~~~~~~~~
casa-source/casatools/casacore/ms/MSSel/MSArrayGram.yy:33.1-12: warning: deprecated directive: ‘%pure-parser’, use ‘%define api.pure’ [-Wdeprecated]
33 | %pure-parser /* make parser re-entrant */
| ^~~~~~~~~~~~
| %define api.pure
casa-source/casatools/casacore/ms/MSSel/MSArrayGram.yy: warning: fix-its can be applied. Rerun with option '--update'. [-Wother]
img.proto:4:1: warning: Import google/protobuf/wrappers.proto is unused.
shutdown.proto:4:1: warning: Import google/protobuf/wrappers.proto is unused.
img.proto:4:1: warning: Import google/protobuf/wrappers.proto is unused.
shutdown.proto:4:1: warning: Import google/protobuf/wrappers.proto is unused.
src/code/display/QtViewer/grpcViewerAdaptor.cc: In lambda function:
src/code/display/QtViewer/grpcViewerAdaptor.cc:1599:30: error: ‘class QPrinter’ has no member named ‘setOrientation’; did you mean ‘setPageOrientation’?
1599 | printer->setOrientation(QPrinter::Landscape);
| ^~~~~~~~~~~~~~
| setPageOrientation
src/code/display/QtViewer/grpcViewerAdaptor.cc:1599:55: error: ‘Landscape’ is not a member of ‘QPrinter’
1599 | printer->setOrientation(QPrinter::Landscape);
| ^~~~~~~~~
src/code/display/QtViewer/grpcViewerAdaptor.cc:1601:30: error: ‘class QPrinter’ has no member named ‘setOrientation’; did you mean ‘setPageOrientation’?
1601 | printer->setOrientation(QPrinter::Portrait);
| ^~~~~~~~~~~~~~
| setPageOrientation
src/code/display/QtViewer/grpcViewerAdaptor.cc:1601:55: error: ‘Portrait’ is not a member of ‘QPrinter’
1601 | printer->setOrientation(QPrinter::Portrait);
| ^~~~~~~~
src/code/display/QtViewer/grpcViewerAdaptor.cc:1605:52: error: ‘A4’ is not a member of ‘QPrinter’
1605 | printer->setPageSize(QPrinter::A4);
| ^~
src/code/display/QtViewer/grpcViewerAdaptor.cc:1607:52: error: ‘Letter’ is not a member of ‘QPrinter’
1607 | printer->setPageSize(QPrinter::Letter);
| ^~~~~~
make: *** [Makefile:32547: build/lib.4.18.0-513.9.1.el8.connectx2.x86_64/objs/src/code/display/QtViewer/grpcViewerAdaptor.o] Error 1
make: *** Waiting for unfinished jobs....
src/code/display/QtViewer/AnimatorHolder.cc: In constructor ‘casa::AnimatorHolder::AnimatorHolder(casa::QtDisplayPanelGui*, QWidget*)’:
src/code/display/QtViewer/AnimatorHolder.cc:47:56: error: ‘Background’ is not a member of ‘QPalette’
47 | backgroundColor = pal.color( QPalette::Background );
| ^~~~~~~~~~
src/code/display/QtViewer/AnimatorHolder.cc: In member function ‘void casa::AnimatorHolder::initChannel()’:
src/code/display/QtViewer/AnimatorHolder.cc:137:21: error: ‘class QVBoxLayout’ has no member named ‘setMargin’
137 | layout->setMargin(1);
| ^~~~~~~~~
src/code/display/QtViewer/AnimatorHolder.cc: In member function ‘void casa::AnimatorHolder::initImage()’:
src/code/display/QtViewer/AnimatorHolder.cc:172:21: error: ‘class QVBoxLayout’ has no member named ‘setMargin’
172 | layout->setMargin(1);
| ^~~~~~~~~
src/code/display/QtViewer/AnimatorHolder.cc: In member function ‘void casa::AnimatorHolder::changePalette(QGroupBox*, QColor)’:
src/code/display/QtViewer/AnimatorHolder.cc:596:41: error: ‘Background’ is not a member of ‘QPalette’
596 | pal.setColor( QPalette::Background, color );
| ^~~~~~~~~~
make: *** [Makefile:33140: build/lib.4.18.0-513.9.1.el8.connectx2.x86_64/objs/src/code/display/QtViewer/AnimatorHolder.o] Error 1
app image does not exist at scripts/generate-module line 96.
make: *** [Makefile:4541: py] Error 2
cp: missing destination file operand after '/wheeldirectory'
Try 'cp --help' for more information.
ls: cannot access '*.whl': No such file or directory
usage: auditwheel repair [-h] [--plat PLATFORM] [-L LIB_SDIR] [-w WHEEL_DIR]
[--no-update-tags] [--strip] [--exclude EXCLUDE]
[--only-plat]
WHEEL_FILE [WHEEL_FILE ...]
auditwheel repair: error: the following arguments are required: WHEEL_FILE
chown: cannot access '/wheeldirectory/*': No such file or directory
/bin/bash: line 1: pip3: command not found
Cloning into 'casa-build-utils'...
/bin/bash: line 1: cd: /wheeldirectory/wheelhouse: No such file or directory
Error response from daemon: No such container: wheel-container
| %define api.pure
casa-source/casatools/casacore/ms/MSSel/MSFeedGram.yy: warning: fix-its can be applied. Rerun with option '--update'. [-Wother]
casa-source/casatools/casacore/ms/MSSel/MSCorrGram.yy:32.1-12: warning: POSIX Yacc does not support %pure-parser [-Wyacc]
32 | %pure-parser /* make parser re-entrant */
| ^~~~~~~~~~~~
casa-source/casatools/casacore/ms/MSSel/MSCorrGram.yy:32.1-12: warning: deprecated directive: ‘%pure-parser’, use ‘%define api.pure’ [-Wdeprecated]
32 | %pure-parser /* make parser re-entrant */
| ^~~~~~~~~~~~
| %define api.pure
casa-source/casatools/casacore/ms/MSSel/MSCorrGram.yy: warning: fix-its can be applied. Rerun with option '--update'. [-Wother]
casa-source/casatools/casacore/ms/MSSel/MSAntennaGram.yy:32.1-12: warning: POSIX Yacc does not support %pure-parser [-Wyacc]
32 | %pure-parser /* make parser re-entrant */
| ^~~~~~~~~~~~
casa-source/casatools/casacore/ms/MSSel/MSAntennaGram.yy:32.1-12: warning: deprecated directive: ‘%pure-parser’, use ‘%define api.pure’ [-Wdeprecated]
32 | %pure-parser /* make parser re-entrant */
| ^~~~~~~~~~~~
| %define api.pure
casa-source/casatools/casacore/ms/MSSel/MSAntennaGram.yy: warning: fix-its can be applied. Rerun with option '--update'. [-Wother]
casa-source/casatools/casacore/ms/MSSel/MSScanGram.yy:33.1-12: warning: POSIX Yacc does not support %pure-parser [-Wyacc]
33 | %pure-parser /* make parser re-entrant */
| ^~~~~~~~~~~~
casa-source/casatools/casacore/ms/MSSel/MSScanGram.yy:33.1-12: warning: deprecated directive: ‘%pure-parser’, use ‘%define api.pure’ [-Wdeprecated]
33 | %pure-parser /* make parser re-entrant */
| ^~~~~~~~~~~~
| %define api.pure
casa-source/casatools/casacore/ms/MSSel/MSScanGram.yy: warning: fix-its can be applied. Rerun with option '--update'. [-Wother]
casa-source/casatools/casacore/images/Images/ImageExprGram.yy:32.1-12: warning: POSIX Yacc does not support %pure-parser [-Wyacc]
32 | %pure-parser /* make parser re-entrant */
| ^~~~~~~~~~~~
casa-source/casatools/casacore/images/Images/ImageExprGram.yy:32.1-12: warning: deprecated directive: ‘%pure-parser’, use ‘%define api.pure’ [-Wdeprecated]
32 | %pure-parser /* make parser re-entrant */
| ^~~~~~~~~~~~
| %define api.pure
casa-source/casatools/casacore/images/Images/ImageExprGram.yy: warning: fix-its can be applied. Rerun with option '--update'. [-Wother]
casa-source/casatools/casacore/ms/MSSel/MSArrayGram.yy:33.1-12: warning: POSIX Yacc does not support %pure-parser [-Wyacc]
33 | %pure-parser /* make parser re-entrant */
| ^~~~~~~~~~~~
casa-source/casatools/casacore/ms/MSSel/MSArrayGram.yy:33.1-12: warning: deprecated directive: ‘%pure-parser’, use ‘%define api.pure’ [-Wdeprecated]
33 | %pure-parser /* make parser re-entrant */
| ^~~~~~~~~~~~
| %define api.pure
casa-source/casatools/casacore/ms/MSSel/MSArrayGram.yy: warning: fix-its can be applied. Rerun with option '--update'. [-Wother]
img.proto:4:1: warning: Import google/protobuf/wrappers.proto is unused.
shutdown.proto:4:1: warning: Import google/protobuf/wrappers.proto is unused.
img.proto:4:1: warning: Import google/protobuf/wrappers.proto is unused.
shutdown.proto:4:1: warning: Import google/protobuf/wrappers.proto is unused.
src/code/display/QtViewer/grpcViewerAdaptor.cc: In lambda function:
src/code/display/QtViewer/grpcViewerAdaptor.cc:1599:30: error: ‘class QPrinter’ has no member named ‘setOrientation’; did you mean ‘setPageOrientation’?
1599 | printer->setOrientation(QPrinter::Landscape);
| ^~~~~~~~~~~~~~
| setPageOrientation
src/code/display/QtViewer/grpcViewerAdaptor.cc:1599:55: error: ‘Landscape’ is not a member of ‘QPrinter’
1599 | printer->setOrientation(QPrinter::Landscape);
| ^~~~~~~~~
src/code/display/QtViewer/grpcViewerAdaptor.cc:1601:30: error: ‘class QPrinter’ has no member named ‘setOrientation’; did you mean ‘setPageOrientation’?
1601 | printer->setOrientation(QPrinter::Portrait);
| ^~~~~~~~~~~~~~
| setPageOrientation
src/code/display/QtViewer/grpcViewerAdaptor.cc:1601:55: error: ‘Portrait’ is not a member of ‘QPrinter’
1601 | printer->setOrientation(QPrinter::Portrait);
| ^~~~~~~~
src/code/display/QtViewer/grpcViewerAdaptor.cc:1605:52: error: ‘A4’ is not a member of ‘QPrinter’
1605 | printer->setPageSize(QPrinter::A4);
| ^~
src/code/display/QtViewer/grpcViewerAdaptor.cc:1607:52: error: ‘Letter’ is not a member of ‘QPrinter’
1607 | printer->setPageSize(QPrinter::Letter);
| ^~~~~~
make: *** [Makefile:32547: build/lib.4.18.0-513.9.1.el8.connectx2.x86_64/objs/src/code/display/QtViewer/grpcViewerAdaptor.o] Error 1
make: *** Waiting for unfinished jobs....
src/code/display/QtViewer/AnimatorHolder.cc: In constructor ‘casa::AnimatorHolder::AnimatorHolder(casa::QtDisplayPanelGui*, QWidget*)’:
src/code/display/QtViewer/AnimatorHolder.cc:47:56: error: ‘Background’ is not a member of ‘QPalette’
47 | backgroundColor = pal.color( QPalette::Background );
| ^~~~~~~~~~
src/code/display/QtViewer/AnimatorHolder.cc: In member function ‘void casa::AnimatorHolder::initChannel()’:
src/code/display/QtViewer/AnimatorHolder.cc:137:21: error: ‘class QVBoxLayout’ has no member named ‘setMargin’
137 | layout->setMargin(1);
| ^~~~~~~~~
src/code/display/QtViewer/AnimatorHolder.cc: In member function ‘void casa::AnimatorHolder::initImage()’:
src/code/display/QtViewer/AnimatorHolder.cc:172:21: error: ‘class QVBoxLayout’ has no member named ‘setMargin’
172 | layout->setMargin(1);
| ^~~~~~~~~
src/code/display/QtViewer/AnimatorHolder.cc: In member function ‘void casa::AnimatorHolder::changePalette(QGroupBox*, QColor)’:
src/code/display/QtViewer/AnimatorHolder.cc:596:41: error: ‘Background’ is not a member of ‘QPalette’
596 | pal.setColor( QPalette::Background, color );
| ^~~~~~~~~~
make: *** [Makefile:33140: build/lib.4.18.0-513.9.1.el8.connectx2.x86_64/objs/src/code/display/QtViewer/AnimatorHolder.o] Error 1
app image does not exist at scripts/generate-module line 96.
make: *** [Makefile:4541: py] Error 2
cp: missing destination file operand after '/wheeldirectory'
Try 'cp --help' for more information.
ls: cannot access '*.whl': No such file or directory
usage: auditwheel repair [-h] [--plat PLATFORM] [-L LIB_SDIR] [-w WHEEL_DIR]
[--no-update-tags] [--strip] [--exclude EXCLUDE]
[--only-plat]
WHEEL_FILE [WHEEL_FILE ...]
auditwheel repair: error: the following arguments are required: WHEEL_FILE
chown: cannot access '/wheeldirectory/*': No such file or directory
/bin/bash: line 1: pip3: command not found
Cloning into 'casa-build-utils'...
/bin/bash: line 1: cd: /wheeldirectory/wheelhouse: No such file or directory