Build failed in Jenkins: java-support-v8-multi » Oracle-11,Windows2022 #1185

Shibboleth Jenkins noreply at shibboleth.net
Sat May 27 16:37:18 UTC 2023


See <http://127.0.0.1:1583/jenkins/job/java-support-v8-multi/jdk=Oracle-11,label=Windows2022/1185/display/redirect>

Changes:


------------------------------------------
Started by upstream project "java-support-v8-multi" build number 1185
originally caused by:
 Started by upstream project "trigger-multi-v11" build number 1180
 originally caused by:
  Started by upstream project "completed-nightly-v11" build number 293
  originally caused by:
   Started by upstream project "java-idp-plugin-totp-v1-nightly" build number 1109
   originally caused by:
    Started by upstream project "java-plugin-storage-jdbc-v1-nightly" build number 357
    originally caused by:
     Started by upstream project "java-idp-plugin-scripting-v1-nightly" build number 1133
     originally caused by:
      Started by upstream project "java-idp-plugin-duo-v1-nightly" build number 511
      originally caused by:
       Started by upstream project "java-idp-plugin-oidc-rp-nightly" build number 100
       originally caused by:
        Started by upstream project "java-idp-oidc-v2-nightly" build number 1175
        originally caused by:
         Started by upstream project "java-idp-plugin-oidc-config-nightly" build number 102
         originally caused by:
          Started by upstream project "java-oidc-common-nightly" build number 1008
          originally caused by:
           Started by upstream project "java-idp-testbed-v4-nightly" build number 1160
           originally caused by:
            (deeply nested causes)
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on EC2 (ec2-I2) - WindowsServer2022 (i-06652fb1523e20b40) (Windows2022) in workspace c:\opt\jenkins\workspace\java-support-v8-multi\jdk\Oracle-11\label\Windows2022
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --resolve-git-dir c:\opt\jenkins\workspace\java-support-v8-multi\jdk\Oracle-11\label\Windows2022\.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git.shibboleth.net/git/java-support # timeout=10
Fetching upstream changes from https://git.shibboleth.net/git/java-support
 > git --version # timeout=10
 > git --version # 'git version 2.37.3.windows.1'
 > git fetch --tags --force --progress -- https://git.shibboleth.net/git/java-support +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision 9df5cad6e67f9ca6cddafc0408b09622f0e0653f (refs/remotes/origin/maint-8)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 9df5cad6e67f9ca6cddafc0408b09622f0e0653f # timeout=10
Commit message: "Bump version after release"
 > git rev-list --no-walk 9df5cad6e67f9ca6cddafc0408b09622f0e0653f # timeout=10
[Windows2022] $ cmd.exe /C "\opt\maven_home\bin\mvn.cmd -Djdk=Oracle-11 -Dmatrix-combinations= -Dlabel=Windows2022 -Dno-check-m2= -V -B clean test -Prelease --update-snapshots --fail-at-end && exit %%ERRORLEVEL%%"
Apache Maven 3.8.6 (84538c9988a25aec085021c365c560670ad80f63)
Maven home: c:\opt\maven_home
Java version: 11.0.18, vendor: Oracle Corporation, runtime: c:\opt\jdk\jdk-11
Default locale: en_US, platform encoding: Cp1252
OS name: "windows server 2022", version: "10.0", arch: "amd64", family: "windows"
[INFO] Scanning for projects...
[INFO] 
[INFO] ---------------< net.shibboleth.utilities:java-support >----------------
[INFO] Building java-support 8.4.1-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ java-support ---
[INFO] Deleting c:\opt\jenkins\workspace\java-support-v8-multi\jdk\Oracle-11\label\Windows2022\target
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (maven-version) @ java-support ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ java-support ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ java-support ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 178 source files to c:\opt\jenkins\workspace\java-support-v8-multi\jdk\Oracle-11\label\Windows2022\target\classes
[WARNING] /c:/opt/jenkins/workspace/java-support-v8-multi/jdk/Oracle-11/label/Windows2022/src/main/java/net/shibboleth/utilities/java/support/net/CookieManager.java:[128,53] net.shibboleth.utilities.java.support.net.ThreadLocalHttpServletRequestProxy in net.shibboleth.utilities.java.support.net has been deprecated and marked for removal
[WARNING] /c:/opt/jenkins/workspace/java-support-v8-multi/jdk/Oracle-11/label/Windows2022/src/main/java/net/shibboleth/utilities/java/support/net/CookieManager.java:[173,55] net.shibboleth.utilities.java.support.net.ThreadLocalHttpServletResponseProxy in net.shibboleth.utilities.java.support.net has been deprecated and marked for removal
[INFO] /c:/opt/jenkins/workspace/java-support-v8-multi/jdk/Oracle-11/label/Windows2022/src/main/java/net/shibboleth/utilities/java/support/httpclient/HttpClientSupport.java: Some input files use unchecked or unsafe operations.
[INFO] /c:/opt/jenkins/workspace/java-support-v8-multi/jdk/Oracle-11/label/Windows2022/src/main/java/net/shibboleth/utilities/java/support/httpclient/HttpClientSupport.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ java-support ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 24 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ java-support ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 87 source files to c:\opt\jenkins\workspace\java-support-v8-multi\jdk\Oracle-11\label\Windows2022\target\test-classes
[WARNING] /c:/opt/jenkins/workspace/java-support-v8-multi/jdk/Oracle-11/label/Windows2022/src/test/java/net/shibboleth/utilities/java/support/net/ThreadLocalHttpServletResponseProxyTest.java:[66,9] net.shibboleth.utilities.java.support.net.ThreadLocalHttpServletResponseProxy in net.shibboleth.utilities.java.support.net has been deprecated and marked for removal
[WARNING] /c:/opt/jenkins/workspace/java-support-v8-multi/jdk/Oracle-11/label/Windows2022/src/test/java/net/shibboleth/utilities/java/support/net/ThreadLocalHttpServletResponseProxyTest.java:[66,57] net.shibboleth.utilities.java.support.net.ThreadLocalHttpServletResponseProxy in net.shibboleth.utilities.java.support.net has been deprecated and marked for removal
[WARNING] /c:/opt/jenkins/workspace/java-support-v8-multi/jdk/Oracle-11/label/Windows2022/src/test/java/net/shibboleth/utilities/java/support/net/ThreadLocalHttpServletResponseProxyTest.java:[77,9] net.shibboleth.utilities.java.support.net.ThreadLocalHttpServletResponseProxy in net.shibboleth.utilities.java.support.net has been deprecated and marked for removal
[WARNING] /c:/opt/jenkins/workspace/java-support-v8-multi/jdk/Oracle-11/label/Windows2022/src/test/java/net/shibboleth/utilities/java/support/net/ThreadLocalHttpServletResponseProxyTest.java:[77,57] net.shibboleth.utilities.java.support.net.ThreadLocalHttpServletResponseProxy in net.shibboleth.utilities.java.support.net has been deprecated and marked for removal
[WARNING] /c:/opt/jenkins/workspace/java-support-v8-multi/jdk/Oracle-11/label/Windows2022/src/test/java/net/shibboleth/utilities/java/support/testing/TestSupportTest.java:[12,20] isJavaV7OrLater() in net.shibboleth.utilities.java.support.testing.TestSupport has been deprecated and marked for removal
[WARNING] /c:/opt/jenkins/workspace/java-support-v8-multi/jdk/Oracle-11/label/Windows2022/src/test/java/net/shibboleth/utilities/java/support/testing/TestSupportTest.java:[18,20] isJavaV8OrLater() in net.shibboleth.utilities.java.support.testing.TestSupport has been deprecated and marked for removal
[WARNING] /c:/opt/jenkins/workspace/java-support-v8-multi/jdk/Oracle-11/label/Windows2022/src/test/java/net/shibboleth/utilities/java/support/testing/TestSupportTest.java:[24,20] isJavaV9OrLater() in net.shibboleth.utilities.java.support.testing.TestSupport has been deprecated and marked for removal
[WARNING] /c:/opt/jenkins/workspace/java-support-v8-multi/jdk/Oracle-11/label/Windows2022/src/test/java/net/shibboleth/utilities/java/support/testing/TestSupportTest.java:[30,20] isJavaV11OrLater() in net.shibboleth.utilities.java.support.testing.TestSupport has been deprecated and marked for removal
[WARNING] /c:/opt/jenkins/workspace/java-support-v8-multi/jdk/Oracle-11/label/Windows2022/src/test/java/net/shibboleth/utilities/java/support/security/impl/ScriptedKeyStrategyTest.java:[62,31] EvaluableScript(java.lang.String,java.io.File) in net.shibboleth.utilities.java.support.scripting.EvaluableScript has been deprecated and marked for removal
[WARNING] /c:/opt/jenkins/workspace/java-support-v8-multi/jdk/Oracle-11/label/Windows2022/src/test/java/net/shibboleth/utilities/java/support/security/impl/ScriptedKeyStrategyTest.java:[76,32] EvaluableScript(java.lang.String) in net.shibboleth.utilities.java.support.scripting.EvaluableScript has been deprecated and marked for removal
[WARNING] /c:/opt/jenkins/workspace/java-support-v8-multi/jdk/Oracle-11/label/Windows2022/src/test/java/net/shibboleth/utilities/java/support/net/CookieManagerTest.java:[81,11] setHttpServletRequest(javax.servlet.http.HttpServletRequest) in net.shibboleth.utilities.java.support.net.CookieManager has been deprecated and marked for removal
[WARNING] /c:/opt/jenkins/workspace/java-support-v8-multi/jdk/Oracle-11/label/Windows2022/src/test/java/net/shibboleth/utilities/java/support/net/CookieManagerTest.java:[82,11] setHttpServletResponse(javax.servlet.http.HttpServletResponse) in net.shibboleth.utilities.java.support.net.CookieManager has been deprecated and marked for removal
[WARNING] /c:/opt/jenkins/workspace/java-support-v8-multi/jdk/Oracle-11/label/Windows2022/src/test/java/net/shibboleth/utilities/java/support/primitive/LazilyFormattedStringTest.java:[34,19] net.shibboleth.utilities.java.support.primitive.LazilyFormattedString in net.shibboleth.utilities.java.support.primitive has been deprecated and marked for removal
[WARNING] /c:/opt/jenkins/workspace/java-support-v8-multi/jdk/Oracle-11/label/Windows2022/src/test/java/net/shibboleth/utilities/java/support/primitive/LazilyFormattedStringTest.java:[34,58] net.shibboleth.utilities.java.support.primitive.LazilyFormattedString in net.shibboleth.utilities.java.support.primitive has been deprecated and marked for removal
[WARNING] /c:/opt/jenkins/workspace/java-support-v8-multi/jdk/Oracle-11/label/Windows2022/src/test/java/net/shibboleth/utilities/java/support/primitive/LazilyFormattedStringTest.java:[45,19] net.shibboleth.utilities.java.support.primitive.LazilyFormattedString in net.shibboleth.utilities.java.support.primitive has been deprecated and marked for removal
[WARNING] /c:/opt/jenkins/workspace/java-support-v8-multi/jdk/Oracle-11/label/Windows2022/src/test/java/net/shibboleth/utilities/java/support/primitive/LazilyFormattedStringTest.java:[45,58] net.shibboleth.utilities.java.support.primitive.LazilyFormattedString in net.shibboleth.utilities.java.support.primitive has been deprecated and marked for removal
[WARNING] /c:/opt/jenkins/workspace/java-support-v8-multi/jdk/Oracle-11/label/Windows2022/src/test/java/net/shibboleth/utilities/java/support/xml/SimpleNamespaceContextTest.java:[48,26] net.shibboleth.utilities.java.support.xml.SimpleNamespaceContext in net.shibboleth.utilities.java.support.xml has been deprecated and marked for removal
[WARNING] /c:/opt/jenkins/workspace/java-support-v8-multi/jdk/Oracle-11/label/Windows2022/src/test/java/net/shibboleth/utilities/java/support/security/FixedStringIdentifierGenerationStrategyTest.java:[13,15] net.shibboleth.utilities.java.support.security.impl.FixedStringIdentifierGenerationStrategy in net.shibboleth.utilities.java.support.security.impl has been deprecated and marked for removal
[WARNING] /c:/opt/jenkins/workspace/java-support-v8-multi/jdk/Oracle-11/label/Windows2022/src/test/java/net/shibboleth/utilities/java/support/security/FixedStringIdentifierGenerationStrategyTest.java:[13,63] net.shibboleth.utilities.java.support.security.impl.FixedStringIdentifierGenerationStrategy in net.shibboleth.utilities.java.support.security.impl has been deprecated and marked for removal
[WARNING] /c:/opt/jenkins/workspace/java-support-v8-multi/jdk/Oracle-11/label/Windows2022/src/test/java/net/shibboleth/utilities/java/support/security/FixedStringIdentifierGenerationStrategyTest.java:[20,15] net.shibboleth.utilities.java.support.security.impl.FixedStringIdentifierGenerationStrategy in net.shibboleth.utilities.java.support.security.impl has been deprecated and marked for removal
[WARNING] /c:/opt/jenkins/workspace/java-support-v8-multi/jdk/Oracle-11/label/Windows2022/src/test/java/net/shibboleth/utilities/java/support/security/FixedStringIdentifierGenerationStrategyTest.java:[20,63] net.shibboleth.utilities.java.support.security.impl.FixedStringIdentifierGenerationStrategy in net.shibboleth.utilities.java.support.security.impl has been deprecated and marked for removal
[WARNING] /c:/opt/jenkins/workspace/java-support-v8-multi/jdk/Oracle-11/label/Windows2022/src/test/java/net/shibboleth/utilities/java/support/net/ThreadLocalHttpServletRequestProxyTest.java:[63,9] net.shibboleth.utilities.java.support.net.ThreadLocalHttpServletRequestProxy in net.shibboleth.utilities.java.support.net has been deprecated and marked for removal
[WARNING] /c:/opt/jenkins/workspace/java-support-v8-multi/jdk/Oracle-11/label/Windows2022/src/test/java/net/shibboleth/utilities/java/support/net/ThreadLocalHttpServletRequestProxyTest.java:[63,56] net.shibboleth.utilities.java.support.net.ThreadLocalHttpServletRequestProxy in net.shibboleth.utilities.java.support.net has been deprecated and marked for removal
[WARNING] /c:/opt/jenkins/workspace/java-support-v8-multi/jdk/Oracle-11/label/Windows2022/src/test/java/net/shibboleth/utilities/java/support/net/ThreadLocalHttpServletRequestProxyTest.java:[74,9] net.shibboleth.utilities.java.support.net.ThreadLocalHttpServletRequestProxy in net.shibboleth.utilities.java.support.net has been deprecated and marked for removal
[WARNING] /c:/opt/jenkins/workspace/java-support-v8-multi/jdk/Oracle-11/label/Windows2022/src/test/java/net/shibboleth/utilities/java/support/net/ThreadLocalHttpServletRequestProxyTest.java:[74,56] net.shibboleth.utilities.java.support.net.ThreadLocalHttpServletRequestProxy in net.shibboleth.utilities.java.support.net has been deprecated and marked for removal
[INFO] /c:/opt/jenkins/workspace/java-support-v8-multi/jdk/Oracle-11/label/Windows2022/src/test/java/net/shibboleth/utilities/java/support/logic/AnyMatchPredicateTest.java: Some input files use unchecked or unsafe operations.
[INFO] /c:/opt/jenkins/workspace/java-support-v8-multi/jdk/Oracle-11/label/Windows2022/src/test/java/net/shibboleth/utilities/java/support/logic/AnyMatchPredicateTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ java-support ---
[INFO] Using configured provider org.apache.maven.surefire.testng.TestNGProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running TestSuite
FATAL: command execution failed
java.io.EOFException
	at java.base/java.io.ObjectInputStream$PeekInputStream.readFully(ObjectInputStream.java:2911)
	at java.base/java.io.ObjectInputStream$BlockDataInputStream.readShort(ObjectInputStream.java:3406)
	at java.base/java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:932)
	at java.base/java.io.ObjectInputStream.<init>(ObjectInputStream.java:375)
	at hudson.remoting.ObjectInputStreamEx.<init>(ObjectInputStreamEx.java:49)
	at hudson.remoting.Command.readFrom(Command.java:142)
	at hudson.remoting.Command.readFrom(Command.java:128)
	at hudson.remoting.AbstractSynchronousByteArrayCommandTransport.read(AbstractSynchronousByteArrayCommandTransport.java:35)
	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:61)
Caused: java.io.IOException: Unexpected termination of the channel
	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:75)
Caused: java.io.IOException: Backing channel 'EC2 (ec2-I2) - WindowsServer2022 (i-06652fb1523e20b40)' is disconnected.
	at hudson.remoting.RemoteInvocationHandler.channelOrFail(RemoteInvocationHandler.java:215)
	at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:285)
	at com.sun.proxy.$Proxy120.isAlive(Unknown Source)
	at hudson.Launcher$RemoteLauncher$ProcImpl.isAlive(Launcher.java:1215)
	at hudson.Launcher$RemoteLauncher$ProcImpl.join(Launcher.java:1207)
	at hudson.Launcher$ProcStarter.join(Launcher.java:524)
	at hudson.tasks.Maven.perform(Maven.java:369)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:818)
	at hudson.model.Build$BuildExecution.build(Build.java:199)
	at hudson.model.Build$BuildExecution.doRun(Build.java:164)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:526)
	at hudson.model.Run.execute(Run.java:1900)
	at hudson.matrix.MatrixRun.run(MatrixRun.java:153)
	at hudson.model.ResourceController.execute(ResourceController.java:101)
	at hudson.model.Executor.run(Executor.java:442)
Build step 'Invoke top-level Maven targets' marked build as failure
ERROR: Step ‘Publish TestNG Results’ failed: no workspace for java-support-v8-multi/jdk=Oracle-11,label=Windows2022 #1185
ERROR: EC2 (ec2-I2) - WindowsServer2022 (i-06652fb1523e20b40) is offline; cannot locate Oracle-11


More information about the commits mailing list