Build: #2 failed
Job: PlotMS ML234 Qt6 failed
Job result summary
- Completed
- Duration
- 36 minutes
- Agent
- cvpost134.cv.nrao.edu
- Revision
-
3142378388294d9f04a2ea9683843bd096d6a950
- Failing since
- #1 (Rebuilt by Darrell Schiebel – )
- Fixed in
- #5 (Changes by Darrell Schiebel <darrell@schiebel.us>)
Error summary
The build generated some errors. See the full build log for more details.
| ^~~~~~~~~~~~~~
casa-source/casatools/casacore/casacore/casa/Arrays/Storage.h:64:40: required from ‘static std::unique_ptr<casacore::arrays_internal::Storage<T> > casacore::arrays_internal::Storage<T>::MakeFromMove(T*, T*) [with T = casa::refim::CFStore2]’
64 | return std::unique_ptr<Storage<T>>(new Storage(startIter, endIter, std::false_type(), std::true_type()));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
casa-source/casatools/casacore/casacore/casa/Arrays/Array.tcc:1068:57: required from ‘void casacore::Array<T>::takeStorage(const casacore::IPosition&, T*, casacore::StorageInitPolicy) [with T = casa::refim::CFStore2]’
1068 | data_p = arrays_internal::Storage<T>::MakeFromMove(storage, storage+new_nels);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
casa-source/casatools/casacore/casacore/casa/Arrays/Array.tcc:1055:6: required from here
1055 | void Array<T>::takeStorage(const IPosition &shape, T *storage,
| ^~~~~~~~
casa-source/casatools/casacore/casacore/casa/Arrays/Storage.h:236:11: warning: implicitly-declared ‘casa::refim::CFStore2::CFStore2(const casa::refim::CFStore2&)’ is deprecated [-Wdeprecated-copy]
236 | new (current) T(std::move(*startIter));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from casa-source/casatools/src/code/synthesis/TransformMachines2/CFCache.h:48:
casa-source/casatools/src/code/synthesis/TransformMachines2/CFStore2.h:59:15: note: because ‘casa::refim::CFStore2’ has user-provided ‘casa::refim::CFStore2& casa::refim::CFStore2::operator=(const casa::refim::CFStore2&)’
59 | CFStore2& operator=(const CFStore2& other);
| ^~~~~~~~
In file included from /usr/include/qt6/QtCore/qfuture.h:9,
from /usr/include/qt6/QtCore/QtCore:106,
from /usr/include/qt6/QtGui/QtGuiDepends:3,
from /usr/include/qt6/QtGui/QtGui:3,
from build/lib.4.18.0-553.22.1.el8_10.x86_64/moc/../../../src/code/casaqt/QwtPlotter/QPPlotter.qo.h:40,
from build/lib.4.18.0-553.22.1.el8_10.x86_64/moc/moc_QPPlotter.qo.cpp:9:
/usr/include/qt6/QtCore/qfutureinterface.h:472:37: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
472 | explicit QFutureInterface<void>(State initialState = NoState)
| ^~~~~
/usr/include/qt6/QtCore/qfutureinterface.h:472:37: note: remove the ‘< >’
In file included from /usr/include/qt6/QtCore/qfuture.h:9,
from /usr/include/qt6/QtCore/QtCore:106,
from /usr/include/qt6/QtWidgets/QtWidgetsDepends:3,
from /usr/include/qt6/QtWidgets/QtWidgets:3,
from build/lib.4.18.0-553.22.1.el8_10.x86_64/moc/../../../src/code/casaqt/QwtPlotter/QPAxis.qo.h:45,
from build/lib.4.18.0-553.22.1.el8_10.x86_64/moc/moc_QPAxis.qo.cpp:9:
/usr/include/qt6/QtCore/qfutureinterface.h:472:37: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
472 | explicit QFutureInterface<void>(State initialState = NoState)
| ^~~~~
/usr/include/qt6/QtCore/qfutureinterface.h:472:37: note: remove the ‘< >’
In file included from /usr/include/qt6/QtCore/qfuture.h:9,
from /usr/include/qt6/QtCore/QtCore:106,
from /usr/include/qt6/QtWidgets/QtWidgetsDepends:3,
from /usr/include/qt6/QtWidgets/QtWidgets:3,
from build/lib.4.18.0-553.22.1.el8_10.x86_64/moc/../../../src/code/casaqt/QwtPlotter/QPCanvas.qo.h:45,
from build/lib.4.18.0-553.22.1.el8_10.x86_64/moc/moc_QPCanvas.qo.cpp:9:
/usr/include/qt6/QtCore/qfutureinterface.h:472:37: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
472 | explicit QFutureInterface<void>(State initialState = NoState)
| ^~~~~
/usr/include/qt6/QtCore/qfutureinterface.h:472:37: note: remove the ‘< >’
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 111.
make: *** [Makefile:3856: build/bin.4.18.0-553.22.1.el8_10.x86_64/casaplotms.app/usr/bin/casaplotms] Error 1
Makefile:12996: warning: overriding recipe for target 'build/lib.4.18.0-553.22.1.el8_10.x86_64/moc/moc_PlotMSDisplayTab.qo.cpp'
Makefile:12198: warning: ignoring old recipe for target 'build/lib.4.18.0-553.22.1.el8_10.x86_64/moc/moc_PlotMSDisplayTab.qo.cpp'
Makefile:13105: warning: overriding recipe for target 'build/lib.4.18.0-553.22.1.el8_10.x86_64/moc/moc_PlotMSCanvasTab.qo.cpp'
Makefile:12485: warning: ignoring old recipe for target 'build/lib.4.18.0-553.22.1.el8_10.x86_64/moc/moc_PlotMSCanvasTab.qo.cpp'
Makefile:13214: warning: overriding recipe for target 'build/lib.4.18.0-553.22.1.el8_10.x86_64/moc/moc_PlotMSDataTab.qo.cpp'
Makefile:12696: warning: ignoring old recipe for target 'build/lib.4.18.0-553.22.1.el8_10.x86_64/moc/moc_PlotMSDataTab.qo.cpp'
Makefile:13804: warning: overriding recipe for target 'build/include.4.18.0-553.22.1.el8_10.x86_64/ui/ui_PlotMSDataSummaryTab.h'
Makefile:13708: warning: ignoring old recipe for target 'build/include.4.18.0-553.22.1.el8_10.x86_64/ui/ui_PlotMSDataSummaryTab.h'
Makefile:13812: warning: overriding recipe for target 'build/include.4.18.0-553.22.1.el8_10.x86_64/ui/ui_PlotMSFlaggingWidget.h'
Makefile:13688: warning: ignoring old recipe for target 'build/include.4.18.0-553.22.1.el8_10.x86_64/ui/ui_PlotMSFlaggingWidget.h'
app image does not exist at scripts/generate-module line 107.
make: *** [Makefile:4540: 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] [-z ZIP_COMPRESSION_LEVEL] [--plat PLATFORM]
[-L LIB_SDIR] [-w WHEEL_DIR] [--no-update-tags]
[--strip] [--exclude EXCLUDE] [--only-plat]
[--disable-isa-ext-check] [--allow-pure-python-wheel]
[--ldpaths LDPATHS]
WHEEL_FILE [WHEEL_FILE ...]
auditwheel repair: error: the following arguments are required: WHEEL_FILE
chown: cannot access '/wheeldirectory/*': No such file or directory
Cloning into 'casa-build-utils'...
/bin/bash: line 1: cd: /wheeldirectory/wheelhouse: No such file or directory
casa-source/casatools/casacore/casacore/casa/Arrays/Storage.h:64:40: required from ‘static std::unique_ptr<casacore::arrays_internal::Storage<T> > casacore::arrays_internal::Storage<T>::MakeFromMove(T*, T*) [with T = casa::refim::CFStore2]’
64 | return std::unique_ptr<Storage<T>>(new Storage(startIter, endIter, std::false_type(), std::true_type()));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
casa-source/casatools/casacore/casacore/casa/Arrays/Array.tcc:1068:57: required from ‘void casacore::Array<T>::takeStorage(const casacore::IPosition&, T*, casacore::StorageInitPolicy) [with T = casa::refim::CFStore2]’
1068 | data_p = arrays_internal::Storage<T>::MakeFromMove(storage, storage+new_nels);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
casa-source/casatools/casacore/casacore/casa/Arrays/Array.tcc:1055:6: required from here
1055 | void Array<T>::takeStorage(const IPosition &shape, T *storage,
| ^~~~~~~~
casa-source/casatools/casacore/casacore/casa/Arrays/Storage.h:236:11: warning: implicitly-declared ‘casa::refim::CFStore2::CFStore2(const casa::refim::CFStore2&)’ is deprecated [-Wdeprecated-copy]
236 | new (current) T(std::move(*startIter));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from casa-source/casatools/src/code/synthesis/TransformMachines2/CFCache.h:48:
casa-source/casatools/src/code/synthesis/TransformMachines2/CFStore2.h:59:15: note: because ‘casa::refim::CFStore2’ has user-provided ‘casa::refim::CFStore2& casa::refim::CFStore2::operator=(const casa::refim::CFStore2&)’
59 | CFStore2& operator=(const CFStore2& other);
| ^~~~~~~~
In file included from /usr/include/qt6/QtCore/qfuture.h:9,
from /usr/include/qt6/QtCore/QtCore:106,
from /usr/include/qt6/QtGui/QtGuiDepends:3,
from /usr/include/qt6/QtGui/QtGui:3,
from build/lib.4.18.0-553.22.1.el8_10.x86_64/moc/../../../src/code/casaqt/QwtPlotter/QPPlotter.qo.h:40,
from build/lib.4.18.0-553.22.1.el8_10.x86_64/moc/moc_QPPlotter.qo.cpp:9:
/usr/include/qt6/QtCore/qfutureinterface.h:472:37: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
472 | explicit QFutureInterface<void>(State initialState = NoState)
| ^~~~~
/usr/include/qt6/QtCore/qfutureinterface.h:472:37: note: remove the ‘< >’
In file included from /usr/include/qt6/QtCore/qfuture.h:9,
from /usr/include/qt6/QtCore/QtCore:106,
from /usr/include/qt6/QtWidgets/QtWidgetsDepends:3,
from /usr/include/qt6/QtWidgets/QtWidgets:3,
from build/lib.4.18.0-553.22.1.el8_10.x86_64/moc/../../../src/code/casaqt/QwtPlotter/QPAxis.qo.h:45,
from build/lib.4.18.0-553.22.1.el8_10.x86_64/moc/moc_QPAxis.qo.cpp:9:
/usr/include/qt6/QtCore/qfutureinterface.h:472:37: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
472 | explicit QFutureInterface<void>(State initialState = NoState)
| ^~~~~
/usr/include/qt6/QtCore/qfutureinterface.h:472:37: note: remove the ‘< >’
In file included from /usr/include/qt6/QtCore/qfuture.h:9,
from /usr/include/qt6/QtCore/QtCore:106,
from /usr/include/qt6/QtWidgets/QtWidgetsDepends:3,
from /usr/include/qt6/QtWidgets/QtWidgets:3,
from build/lib.4.18.0-553.22.1.el8_10.x86_64/moc/../../../src/code/casaqt/QwtPlotter/QPCanvas.qo.h:45,
from build/lib.4.18.0-553.22.1.el8_10.x86_64/moc/moc_QPCanvas.qo.cpp:9:
/usr/include/qt6/QtCore/qfutureinterface.h:472:37: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
472 | explicit QFutureInterface<void>(State initialState = NoState)
| ^~~~~
/usr/include/qt6/QtCore/qfutureinterface.h:472:37: note: remove the ‘< >’
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 111.
make: *** [Makefile:3856: build/bin.4.18.0-553.22.1.el8_10.x86_64/casaplotms.app/usr/bin/casaplotms] Error 1
Makefile:12996: warning: overriding recipe for target 'build/lib.4.18.0-553.22.1.el8_10.x86_64/moc/moc_PlotMSDisplayTab.qo.cpp'
Makefile:12198: warning: ignoring old recipe for target 'build/lib.4.18.0-553.22.1.el8_10.x86_64/moc/moc_PlotMSDisplayTab.qo.cpp'
Makefile:13105: warning: overriding recipe for target 'build/lib.4.18.0-553.22.1.el8_10.x86_64/moc/moc_PlotMSCanvasTab.qo.cpp'
Makefile:12485: warning: ignoring old recipe for target 'build/lib.4.18.0-553.22.1.el8_10.x86_64/moc/moc_PlotMSCanvasTab.qo.cpp'
Makefile:13214: warning: overriding recipe for target 'build/lib.4.18.0-553.22.1.el8_10.x86_64/moc/moc_PlotMSDataTab.qo.cpp'
Makefile:12696: warning: ignoring old recipe for target 'build/lib.4.18.0-553.22.1.el8_10.x86_64/moc/moc_PlotMSDataTab.qo.cpp'
Makefile:13804: warning: overriding recipe for target 'build/include.4.18.0-553.22.1.el8_10.x86_64/ui/ui_PlotMSDataSummaryTab.h'
Makefile:13708: warning: ignoring old recipe for target 'build/include.4.18.0-553.22.1.el8_10.x86_64/ui/ui_PlotMSDataSummaryTab.h'
Makefile:13812: warning: overriding recipe for target 'build/include.4.18.0-553.22.1.el8_10.x86_64/ui/ui_PlotMSFlaggingWidget.h'
Makefile:13688: warning: ignoring old recipe for target 'build/include.4.18.0-553.22.1.el8_10.x86_64/ui/ui_PlotMSFlaggingWidget.h'
app image does not exist at scripts/generate-module line 107.
make: *** [Makefile:4540: 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] [-z ZIP_COMPRESSION_LEVEL] [--plat PLATFORM]
[-L LIB_SDIR] [-w WHEEL_DIR] [--no-update-tags]
[--strip] [--exclude EXCLUDE] [--only-plat]
[--disable-isa-ext-check] [--allow-pure-python-wheel]
[--ldpaths LDPATHS]
WHEEL_FILE [WHEEL_FILE ...]
auditwheel repair: error: the following arguments are required: WHEEL_FILE
chown: cannot access '/wheeldirectory/*': No such file or directory
Cloning into 'casa-build-utils'...
/bin/bash: line 1: cd: /wheeldirectory/wheelhouse: No such file or directory