Build: #1 did not complete

Job: Build and Package Manylinux Qt5 was successful

Job result summary

Completed
Duration
6 minutes
Agent
cbt-el7-7.cv.nrao.edu (2)

Error summary

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

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,
      |                 ^~~~~
Exception in thread "main" java.lang.UnsupportedClassVersionError: edu/nrao/os/CLibrary has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0
        at java.lang.ClassLoader.defineClass1(Native Method)
        at java.lang.ClassLoader.defineClass(ClassLoader.java:756)
        at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
        at java.net.URLClassLoader.defineClass(URLClassLoader.java:473)
        at java.net.URLClassLoader.access$100(URLClassLoader.java:74)
        at java.net.URLClassLoader$1.run(URLClassLoader.java:369)
        at java.net.URLClassLoader$1.run(URLClassLoader.java:363)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:362)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:418)
        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:352)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
        at edu.nrao.os.system$.<init>(system.scala:4)
        at edu.nrao.os.system$.<clinit>(system.scala)
        at edu.nrao.os.file.kind(file.scala:58)
        at edu.nrao.casa.CreateApp.Main$.$anonfun$main$60(Main.scala:360)
        at edu.nrao.casa.CreateApp.Main$.$anonfun$main$60$adapted(Main.scala:360)
        at scala.collection.immutable.Stream.filterImpl(Stream.scala:506)
        at scala.collection.immutable.Stream.filterImpl(Stream.scala:204)
        at scala.collection.TraversableLike.filter(TraversableLike.scala:395)
        at scala.collection.TraversableLike.filter$(TraversableLike.scala:395)
        at scala.collection.AbstractTraversable.filter(Traversable.scala:108)
        at edu.nrao.casa.CreateApp.Main$.main(Main.scala:360)
        at edu.nrao.casa.CreateApp.Main.main(Main.scala)
kid exited 256 at scripts/create-app line 56.
sorry, creation of the app directory seems to have failed... at scripts/create-app line 113.
make: *** [Makefile:453: build/bin.3.10.0-1160.119.1.el7.x86_64/casalogger.app/usr/bin/casalogger] Error 1
app image does not exist at scripts/generate-module line 85.
make: *** [Makefile:822: py] Error 2
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
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'...
/bin/bash: line 0: cd: /wheeldirectory/wheelhouse: No such file or directory