You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
21:06:29 /home/jenkins/workspace/build-scripts/jobs/jdk11u/jdk11u-linux-x64-openj9-criu/workspace/build/src/openj9/runtime/compiler/net/MessageBuffer.hpp:103:21: error: 'is_trivially_copyable' is not a member of 'std'
21:06:29 static_assert(std::is_trivially_copyable<T>::value == true, "T must be trivially copyable.");
21:06:29 ^
21:06:29 /home/jenkins/workspace/build-scripts/jobs/jdk11u/jdk11u-linux-x64-openj9-criu/workspace/build/src/openj9/runtime/compiler/net/MessageBuffer.hpp:103:49: error: expected primary-expression before '>' token
21:06:29 static_assert(std::is_trivially_copyable<T>::value == true, "T must be trivially copyable.");
21:06:29 ^
21:06:29 /home/jenkins/workspace/build-scripts/jobs/jdk11u/jdk11u-linux-x64-openj9-criu/workspace/build/src/openj9/runtime/compiler/net/MessageBuffer.hpp:103:50: error: '::value' has not been declared
21:06:29 static_assert(std::is_trivially_copyable<T>::value == true, "T must be trivially copyable.");
21:06:36 Compiling 3151 files for java.base
21:06:36 [ 43%] Built target j9gcstructs_full
21:06:36 Makefile:129: recipe for target 'all' failed
21:06:36 gmake[4]: *** [all] Error 2
21:06:36 gmake[3]: *** [build-j9] Error 2
21:06:36 /home/jenkins/workspace/build-scripts/jobs/jdk11u/jdk11u-linux-x64-openj9-criu/workspace/build/src/closed/OpenJ9.gmk:515: recipe for target 'build-j9' failed
21:06:36 gmake[2]: *** [j9vm-build] Error 2
21:06:36 gmake[2]: *** Waiting for unfinished jobs....
21:06:36 /home/jenkins/workspace/build-scripts/jobs/jdk11u/jdk11u-linux-x64-openj9-criu/workspace/build/src/closed/custom/Main.gmk:51: recipe for target 'j9vm-build' failed
21:06:38 Creating ct.sym classes
21:06:43 error: module not found: jdk.hotspot.agent
21:06:43 Creating support/symbols/ct.sym
21:07:03 Note: Some input files use or override a deprecated API.
21:07:03 Note: Recompile with -Xlint:deprecation for details.
21:07:03 Note: {0} uses or overrides a deprecated API that is marked for removal.
21:07:03 Note: Recompile with -Xlint:removal for details.
21:07:03 Note: Some input files use unchecked or unsafe operations.
21:07:03 Note: Recompile with -Xlint:unchecked for details.
21:07:04
21:07:04 ERROR: Build failed for targets 'product-images legacy-jre-image test-image debug-image' in configuration 'linux-x86_64-normal-server-release' (exit code 2)
21:07:04 Stopping sjavac server
This probably is a build machine issue cause my local build was fine.
The text was updated successfully, but these errors were encountered:
Failure link
From an internal build(
cent7x64-1-2
):Optional info
Failure output (captured from console output)
This probably is a build machine issue cause my local build was fine.
The text was updated successfully, but these errors were encountered: