Build: #22 failed

Job: Build Viewer Qt6 ML234 failed

Stages & jobs

  1. Tag

  2. Default Stage

Job result summary

Completed
Duration
4 minutes
Agent
cvpost134.cv.nrao.edu
Revision
1b55bf96b15246f86cde9a7cde164722dfac8b79
Fixed in
#37 (Changes by Darrell Schiebel <darrell@schiebel.us> and Darrell Schiebel)
No failed test found. A possible compilation error occurred.

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
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/QtViewerPrintGui.cc: In member function ‘void casa::QtViewerPrintGui::ps2eps(const QString&, QRect)’:
src/code/display/QtViewer/QtViewerPrintGui.cc:843:36: error: ‘class QRegularExpression’ has no member named ‘indexIn’
  843 |                 const int pos = rx.indexIn(fileContent);
      |                                    ^~~~~~~
src/code/display/QtViewer/QtViewerPrintGui.cc:856:43: error: ‘class QRegularExpression’ has no member named ‘cap’
  856 |                 const double epsleft = rx.cap(1).toFloat();
      |                                           ^~~
src/code/display/QtViewer/QtViewerPrintGui.cc:857:42: error: ‘class QRegularExpression’ has no member named ‘cap’
  857 |                 const double epstop = rx.cap(4).toFloat();
      |                                          ^~~
src/code/display/QtViewer/QtViewerPrintGui.cc:863:44: error: ‘class QRegularExpression’ has no member named ‘cap’
  863 |                 fileContent.replace(pos,rx.cap(0).length(),
      |                                            ^~~
src/code/display/QtViewer/QtViewerPrintGui.cc: In function ‘std::ostream& casa::operator<<(std::ostream&, const QPrinter&)’:
src/code/display/QtViewer/QtViewerPrintGui.cc:949:50: error: ‘const class QPrinter’ has no member named ‘orientation’
  949 |                    << " orientation=" << printer.orientation ()
      |                                                  ^~~~~~~~~~~
src/code/display/QtViewer/QtViewerPrintGui.cc:953:55: error: no matching function for call to ‘QPrinter::pageRect() const’
  953 |                    << " pageRect=" << printer.pageRect().x() << "," << printer.pageRect().y() << ","
      |                                       ~~~~~~~~~~~~~~~~^~
In file included from /usr/include/qt6/QtPrintSupport/QPrinter:1,
                 from src/code/display/QtViewer/QtViewerPrintGui.qo.h:35,
                 from src/code/display/QtViewer/QtViewerPrintGui.cc:37:
/usr/include/qt6/QtPrintSupport/qprinter.h:149:12: note: candidate: ‘QRectF QPrinter::pageRect(Unit) const’
  149 |     QRectF pageRect(Unit) const;
      |            ^~~~~~~~
/usr/include/qt6/QtPrintSupport/qprinter.h:149:12: note:   candidate expects 1 argument, 0 provided
src/code/display/QtViewer/QtViewerPrintGui.cc:953:88: error: no matching function for call to ‘QPrinter::pageRect() const’
  953 |                    << " pageRect=" << printer.pageRect().x() << "," << printer.pageRect().y() << ","
      |                                                                        ~~~~~~~~~~~~~~~~^~
/usr/include/qt6/QtPrintSupport/qprinter.h:149:12: note: candidate: ‘QRectF QPrinter::pageRect(Unit) const’
  149 |     QRectF pageRect(Unit) const;
      |            ^~~~~~~~
/usr/include/qt6/QtPrintSupport/qprinter.h:149:12: note:   candidate expects 1 argument, 0 provided
src/code/display/QtViewer/QtViewerPrintGui.cc:954:39: error: no matching function for call to ‘QPrinter::pageRect() const’
  954 |                    << printer.pageRect().width() << "," << printer.pageRect().height()
      |                       ~~~~~~~~~~~~~~~~^~
/usr/include/qt6/QtPrintSupport/qprinter.h:149:12: note: candidate: ‘QRectF QPrinter::pageRect(Unit) const’
  149 |     QRectF pageRect(Unit) const;
      |            ^~~~~~~~
/usr/include/qt6/QtPrintSupport/qprinter.h:149:12: note:   candidate expects 1 argument, 0 provided
src/code/display/QtViewer/QtViewerPrintGui.cc:954:76: error: no matching function for call to ‘QPrinter::pageRect() const’
  954 |                    << printer.pageRect().width() << "," << printer.pageRect().height()
      |                                                            ~~~~~~~~~~~~~~~~^~
/usr/include/qt6/QtPrintSupport/qprinter.h:149:12: note: candidate: ‘QRectF QPrinter::pageRect(Unit) const’
  149 |     QRectF pageRect(Unit) const;
      |            ^~~~~~~~
/usr/include/qt6/QtPrintSupport/qprinter.h:149:12: note:   candidate expects 1 argument, 0 provided
src/code/display/QtViewer/QtViewerPrintGui.cc:955:47: error: ‘const class QPrinter’ has no member named ‘pageSize’; did you mean ‘setPageSize’?
  955 |                    << " pageSize=" << printer.pageSize()
      |                                               ^~~~~~~~
      |                                               setPageSize
src/code/display/QtViewer/QtViewerPrintGui.cc:956:57: error: no matching function for call to ‘QPrinter::paperRect() const’
  956 |                    << " paperRect=" << printer.paperRect().x()  << "," << printer.paperRect().y() << ","
      |                                        ~~~~~~~~~~~~~~~~~^~
/usr/include/qt6/QtPrintSupport/qprinter.h:148:12: note: candidate: ‘QRectF QPrinter::paperRect(Unit) const’
  148 |     QRectF paperRect(Unit) const;
      |            ^~~~~~~~~
/usr/include/qt6/QtPrintSupport/qprinter.h:148:12: note:   candidate expects 1 argument, 0 provided
src/code/display/QtViewer/QtViewerPrintGui.cc:956:92: error: no matching function for call to ‘QPrinter::paperRect() const’
  956 |                    << " paperRect=" << printer.paperRect().x()  << "," << printer.paperRect().y() << ","
      |                                                                           ~~~~~~~~~~~~~~~~~^~
/usr/include/qt6/QtPrintSupport/qprinter.h:148:12: note: candidate: ‘QRectF QPrinter::paperRect(Unit) const’
  148 |     QRectF paperRect(Unit) const;
      |            ^~~~~~~~~
/usr/include/qt6/QtPrintSupport/qprinter.h:148:12: note:   candidate expects 1 argument, 0 provided
src/code/display/QtViewer/QtViewerPrintGui.cc:957:40: error: no matching function for call to ‘QPrinter::paperRect() const’
  957 |                    << printer.paperRect().width() << "," << printer.paperRect().height()
      |                       ~~~~~~~~~~~~~~~~~^~
/usr/include/qt6/QtPrintSupport/qprinter.h:148:12: note: candidate: ‘QRectF QPrinter::paperRect(Unit) const’
  148 |     QRectF paperRect(Unit) const;
      |            ^~~~~~~~~
/usr/include/qt6/QtPrintSupport/qprinter.h:148:12: note:   candidate expects 1 argument, 0 provided
src/code/display/QtViewer/QtViewerPrintGui.cc:957:78: error: no matching function for call to ‘QPrinter::paperRect() const’
  957 |                    << printer.paperRect().width() << "," << printer.paperRect().height()
      |                                                             ~~~~~~~~~~~~~~~~~^~
/usr/include/qt6/QtPrintSupport/qprinter.h:148:12: note: candidate: ‘QRectF QPrinter::paperRect(Unit) const’
  148 |     QRectF paperRect(Unit) const;
      |            ^~~~~~~~~
/usr/include/qt6/QtPrintSupport/qprinter.h:148:12: note:   candidate expects 1 argument, 0 provided
make: *** [Makefile:47594: build/lib.4.18.0-513.9.1.el8.connectx2.x86_64/objs/src/code/display/QtViewer/QtViewerPrintGui.o] Error 1
make: *** Waiting for unfinished jobs....
app image does not exist at scripts/generate-module line 96.
make: *** [Makefile:4554: 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