Build: #1 failed
Job: Manylinux Qt5 failed
Job result summary
- Completed
- Duration
- 27 minutes
Error summary
The build generated some errors. See the full build log for more details.
src/code/casaqt/QwtPlotter/QPShape.cc:222:61: note: synthesized method ‘casa::QPLine::QPLine(const casa::QPLine&)’ first required here
222 | PlotLinePtr QPShape::line() const { return new QPLine(m_line); }
| ^
src/code/casaqt/QwtPlotter/QPShape.cc: In member function ‘virtual casa::PlotAreaFillPtr casa::QPShape::areaFill() const’:
src/code/casaqt/QwtPlotter/QPShape.cc:239:73: warning: implicitly-declared ‘casa::QPAreaFill::QPAreaFill(const casa::QPAreaFill&)’ is deprecated [-Wdeprecated-copy]
239 | PlotAreaFillPtr QPShape::areaFill() const { return new QPAreaFill(m_area); }
| ^
In file included from casa-source/casatools/src/code/graphics/GenericPlotter/PlotItem.h:30,
from casa-source/casatools/src/code/graphics/GenericPlotter/PlotShape.h:30,
from src/code/casaqt/QwtPlotter/QPShape.h:32,
from src/code/casaqt/QwtPlotter/QPShape.cc:27:
casa-source/casatools/src/code/graphics/GenericPlotter/PlotOptions.h:347:27: note: because ‘casa::QPAreaFill’ has user-provided ‘virtual casa::PlotAreaFill& casa::PlotAreaFill::operator=(const casa::PlotAreaFill&)’
347 | virtual PlotAreaFill& operator=(const PlotAreaFill& rh);
| ^~~~~~~~
In file included from src/code/casaqt/QwtPlotter/QPShape.h:33,
from src/code/casaqt/QwtPlotter/QPShape.cc:27:
src/code/casaqt/QwtPlotter/QPOptions.h: In copy constructor ‘casa::QPAreaFill::QPAreaFill(const casa::QPAreaFill&)’:
src/code/casaqt/QwtPlotter/QPOptions.h:257:7: warning: implicitly-declared ‘constexpr casa::PlotAreaFill::PlotAreaFill(const casa::PlotAreaFill&)’ is deprecated [-Wdeprecated-copy]
257 | class QPAreaFill : public PlotAreaFill {
| ^~~~~~~~~~
In file included from casa-source/casatools/src/code/graphics/GenericPlotter/PlotItem.h:30,
from casa-source/casatools/src/code/graphics/GenericPlotter/PlotShape.h:30,
from src/code/casaqt/QwtPlotter/QPShape.h:32,
from src/code/casaqt/QwtPlotter/QPShape.cc:27:
casa-source/casatools/src/code/graphics/GenericPlotter/PlotOptions.h:347:27: note: because ‘casa::PlotAreaFill’ has user-provided ‘virtual casa::PlotAreaFill& casa::PlotAreaFill::operator=(const casa::PlotAreaFill&)’
347 | virtual PlotAreaFill& operator=(const PlotAreaFill& rh);
| ^~~~~~~~
src/code/casaqt/QwtPlotter/QPShape.cc: In member function ‘virtual casa::PlotAreaFillPtr casa::QPShape::areaFill() const’:
src/code/casaqt/QwtPlotter/QPShape.cc:239:73: note: synthesized method ‘casa::QPAreaFill::QPAreaFill(const casa::QPAreaFill&)’ first required here
239 | PlotAreaFillPtr QPShape::areaFill() const { return new QPAreaFill(m_area); }
| ^
src/code/casaqt/QtUtilities/Axis/ExternalAxisWidget.cc: In member function ‘void casa::ExternalAxisWidget::print(QPainter*, QRect)’:
src/code/casaqt/QtUtilities/Axis/ExternalAxisWidget.cc:91:41: warning: ‘static QPixmap QPixmap::grabWidget(QObject*, int, int, int, int)’ is deprecated: Use QWidget::grab() instead [-Wdeprecated-declarations]
91 | QPixmap pm = QPixmap::grabWidget( this );
| ~~~~~~~~~~~~~~~~~~~^~~~~~~~
In file included from /usr/include/qt5/QtGui/qpainter.h:48,
from /usr/include/qt5/QtGui/qpaintengine.h:47,
from /usr/include/qt5/qwt/qwt_null_paintdevice.h:15,
from /usr/include/qt5/qwt/qwt_graphic.h:14,
from /usr/include/qt5/qwt/qwt_legend_data.h:15,
from /usr/include/qt5/qwt/qwt_plot_item.h:15,
from /usr/include/qt5/qwt/qwt_plot_dict.h:15,
from /usr/include/qt5/qwt/qwt_plot.h:15,
from src/code/casaqt/QwtPlotter/QPOptions.h:40,
from src/code/casaqt/QtUtilities/Axis/ExternalAxisWidget.h:28,
from src/code/casaqt/QtUtilities/Axis/ExternalAxisWidget.cc:26:
/usr/include/qt5/QtGui/qpixmap.h:122:20: note: declared here
122 | static QPixmap grabWidget(QObject *widget, int x = 0, int y = 0, int w = -1, int h = -1);
| ^~~~~~~~~~
In file included from build/lib.3.10.0-1160.119.1.el7.x86_64/moc/moc_QtFileDialog.qo.cpp:10:
build/lib.3.10.0-1160.119.1.el7.x86_64/moc/../../../src/code/casaqt/QtUtilities/QtFileDialog.qo.h: In static member function ‘static QString casa::QtFileDialog::qgetExistingDir(QWidget*, const QString&, const QString&, int)’:
build/lib.3.10.0-1160.119.1.el7.x86_64/moc/../../../src/code/casaqt/QtUtilities/QtFileDialog.qo.h:65:39: warning: ‘QFileDialog::DirectoryOnly’ is deprecated: Use setOption(ShowDirsOnly, true) instead [-Wdeprecated-declarations]
65 | return qgetHelper(AcceptOpen, DirectoryOnly, parent, caption,
| ^~~~~~~~~~~~~
In file included from /usr/include/qt5/QtWidgets/QFileDialog:1,
from build/lib.3.10.0-1160.119.1.el7.x86_64/moc/../../../src/code/casaqt/QtUtilities/QtFileDialog.qo.h:32,
from build/lib.3.10.0-1160.119.1.el7.x86_64/moc/moc_QtFileDialog.qo.cpp:10:
/usr/include/qt5/QtWidgets/qfiledialog.h:84:21: note: declared here
84 | DirectoryOnly Q_DECL_ENUMERATOR_DEPRECATED_X("Use setOption(ShowDirsOnly, true) instead")};
| ^~~~~~~~~~~~~
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 119.
make: *** [Makefile:1417: build/bin.3.10.0-1160.119.1.el7.x86_64/casatablebrowser.app/usr/bin/casatablebrowser] Error 1
app image does not exist at scripts/generate-module line 89.
make: *** [Makefile:1795: 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
222 | PlotLinePtr QPShape::line() const { return new QPLine(m_line); }
| ^
src/code/casaqt/QwtPlotter/QPShape.cc: In member function ‘virtual casa::PlotAreaFillPtr casa::QPShape::areaFill() const’:
src/code/casaqt/QwtPlotter/QPShape.cc:239:73: warning: implicitly-declared ‘casa::QPAreaFill::QPAreaFill(const casa::QPAreaFill&)’ is deprecated [-Wdeprecated-copy]
239 | PlotAreaFillPtr QPShape::areaFill() const { return new QPAreaFill(m_area); }
| ^
In file included from casa-source/casatools/src/code/graphics/GenericPlotter/PlotItem.h:30,
from casa-source/casatools/src/code/graphics/GenericPlotter/PlotShape.h:30,
from src/code/casaqt/QwtPlotter/QPShape.h:32,
from src/code/casaqt/QwtPlotter/QPShape.cc:27:
casa-source/casatools/src/code/graphics/GenericPlotter/PlotOptions.h:347:27: note: because ‘casa::QPAreaFill’ has user-provided ‘virtual casa::PlotAreaFill& casa::PlotAreaFill::operator=(const casa::PlotAreaFill&)’
347 | virtual PlotAreaFill& operator=(const PlotAreaFill& rh);
| ^~~~~~~~
In file included from src/code/casaqt/QwtPlotter/QPShape.h:33,
from src/code/casaqt/QwtPlotter/QPShape.cc:27:
src/code/casaqt/QwtPlotter/QPOptions.h: In copy constructor ‘casa::QPAreaFill::QPAreaFill(const casa::QPAreaFill&)’:
src/code/casaqt/QwtPlotter/QPOptions.h:257:7: warning: implicitly-declared ‘constexpr casa::PlotAreaFill::PlotAreaFill(const casa::PlotAreaFill&)’ is deprecated [-Wdeprecated-copy]
257 | class QPAreaFill : public PlotAreaFill {
| ^~~~~~~~~~
In file included from casa-source/casatools/src/code/graphics/GenericPlotter/PlotItem.h:30,
from casa-source/casatools/src/code/graphics/GenericPlotter/PlotShape.h:30,
from src/code/casaqt/QwtPlotter/QPShape.h:32,
from src/code/casaqt/QwtPlotter/QPShape.cc:27:
casa-source/casatools/src/code/graphics/GenericPlotter/PlotOptions.h:347:27: note: because ‘casa::PlotAreaFill’ has user-provided ‘virtual casa::PlotAreaFill& casa::PlotAreaFill::operator=(const casa::PlotAreaFill&)’
347 | virtual PlotAreaFill& operator=(const PlotAreaFill& rh);
| ^~~~~~~~
src/code/casaqt/QwtPlotter/QPShape.cc: In member function ‘virtual casa::PlotAreaFillPtr casa::QPShape::areaFill() const’:
src/code/casaqt/QwtPlotter/QPShape.cc:239:73: note: synthesized method ‘casa::QPAreaFill::QPAreaFill(const casa::QPAreaFill&)’ first required here
239 | PlotAreaFillPtr QPShape::areaFill() const { return new QPAreaFill(m_area); }
| ^
src/code/casaqt/QtUtilities/Axis/ExternalAxisWidget.cc: In member function ‘void casa::ExternalAxisWidget::print(QPainter*, QRect)’:
src/code/casaqt/QtUtilities/Axis/ExternalAxisWidget.cc:91:41: warning: ‘static QPixmap QPixmap::grabWidget(QObject*, int, int, int, int)’ is deprecated: Use QWidget::grab() instead [-Wdeprecated-declarations]
91 | QPixmap pm = QPixmap::grabWidget( this );
| ~~~~~~~~~~~~~~~~~~~^~~~~~~~
In file included from /usr/include/qt5/QtGui/qpainter.h:48,
from /usr/include/qt5/QtGui/qpaintengine.h:47,
from /usr/include/qt5/qwt/qwt_null_paintdevice.h:15,
from /usr/include/qt5/qwt/qwt_graphic.h:14,
from /usr/include/qt5/qwt/qwt_legend_data.h:15,
from /usr/include/qt5/qwt/qwt_plot_item.h:15,
from /usr/include/qt5/qwt/qwt_plot_dict.h:15,
from /usr/include/qt5/qwt/qwt_plot.h:15,
from src/code/casaqt/QwtPlotter/QPOptions.h:40,
from src/code/casaqt/QtUtilities/Axis/ExternalAxisWidget.h:28,
from src/code/casaqt/QtUtilities/Axis/ExternalAxisWidget.cc:26:
/usr/include/qt5/QtGui/qpixmap.h:122:20: note: declared here
122 | static QPixmap grabWidget(QObject *widget, int x = 0, int y = 0, int w = -1, int h = -1);
| ^~~~~~~~~~
In file included from build/lib.3.10.0-1160.119.1.el7.x86_64/moc/moc_QtFileDialog.qo.cpp:10:
build/lib.3.10.0-1160.119.1.el7.x86_64/moc/../../../src/code/casaqt/QtUtilities/QtFileDialog.qo.h: In static member function ‘static QString casa::QtFileDialog::qgetExistingDir(QWidget*, const QString&, const QString&, int)’:
build/lib.3.10.0-1160.119.1.el7.x86_64/moc/../../../src/code/casaqt/QtUtilities/QtFileDialog.qo.h:65:39: warning: ‘QFileDialog::DirectoryOnly’ is deprecated: Use setOption(ShowDirsOnly, true) instead [-Wdeprecated-declarations]
65 | return qgetHelper(AcceptOpen, DirectoryOnly, parent, caption,
| ^~~~~~~~~~~~~
In file included from /usr/include/qt5/QtWidgets/QFileDialog:1,
from build/lib.3.10.0-1160.119.1.el7.x86_64/moc/../../../src/code/casaqt/QtUtilities/QtFileDialog.qo.h:32,
from build/lib.3.10.0-1160.119.1.el7.x86_64/moc/moc_QtFileDialog.qo.cpp:10:
/usr/include/qt5/QtWidgets/qfiledialog.h:84:21: note: declared here
84 | DirectoryOnly Q_DECL_ENUMERATOR_DEPRECATED_X("Use setOption(ShowDirsOnly, true) instead")};
| ^~~~~~~~~~~~~
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 119.
make: *** [Makefile:1417: build/bin.3.10.0-1160.119.1.el7.x86_64/casatablebrowser.app/usr/bin/casatablebrowser] Error 1
app image does not exist at scripts/generate-module line 89.
make: *** [Makefile:1795: 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