Build failed : java-idp-plugin-scripting-v2-idp-versions-java17 #124
Shibboleth Jenkins
noreply at shibboleth.net
Tue Feb 3 04:26:34 UTC 2026
See http://127.0.0.1:1583/jenkins/job/java-idp-plugin-scripting-v2-idp-versions-java17/124/
-------------- next part --------------
Started by timer
Obtained resources/jenkins/idp-versions.jenkinsfile from git https://git.shibboleth.net/git/java-idp-plugin-scripting
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor on ‘Rocky9’
Running on EC2 (ec2-I2) - Rocky9 (i-0236cd95e7b6341cf) in /opt/jenkins/workspace/java-idp-plugin-scripting-v2-idp-versions-java17
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://git.shibboleth.net/git/java-idp-plugin-scripting
> git init /opt/jenkins/workspace/java-idp-plugin-scripting-v2-idp-versions-java17 # timeout=10
Fetching upstream changes from https://git.shibboleth.net/git/java-idp-plugin-scripting
> git --version # timeout=10
> git --version # 'git version 2.47.3'
> git fetch --tags --force --progress -- https://git.shibboleth.net/git/java-idp-plugin-scripting +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision d6e6fdd163ab6f2d426af5d0a8b3421faf73490d (refs/remotes/origin/main)
Commit message: "Make plugin Id correct"
> git config remote.origin.url https://git.shibboleth.net/git/java-idp-plugin-scripting # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse refs/remotes/origin/main^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f d6e6fdd163ab6f2d426af5d0a8b3421faf73490d # timeout=10
> git rev-list --no-walk d6e6fdd163ab6f2d426af5d0a8b3421faf73490d # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Tool Install)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Display Java and Maven versions)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
+ mvn --version
Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
Maven home: /opt/maven_home
Java version: 17.0.17, vendor: Amazon.com Inc., runtime: /efs/optjava/jdk/amazon/amazon-corretto-17.0.17.10.1-linux-x64
Default locale: en_US, platform encoding: ANSI_X3.4-1968
OS name: "linux", version: "5.14.0-570.55.1.el9_6.x86_64", arch: "amd64", family: "unix"
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Checkout plugin snapshot)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] dir
Running in /opt/jenkins/workspace/java-idp-plugin-scripting-v2-idp-versions-java17/java-idp-plugin-scripting-main
[Pipeline] {
[Pipeline] git
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Avoid second fetch
Checking out Revision d6e6fdd163ab6f2d426af5d0a8b3421faf73490d (refs/remotes/origin/main)
Commit message: "Make plugin Id correct"
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Checkout current plugin)
[Pipeline] tool
Cloning repository https://git.shibboleth.net/git/java-idp-plugin-scripting
> git init /opt/jenkins/workspace/java-idp-plugin-scripting-v2-idp-versions-java17/java-idp-plugin-scripting-main # timeout=10
Fetching upstream changes from https://git.shibboleth.net/git/java-idp-plugin-scripting
> git --version # timeout=10
> git --version # 'git version 2.47.3'
> git fetch --tags --force --progress -- https://git.shibboleth.net/git/java-idp-plugin-scripting +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://git.shibboleth.net/git/java-idp-plugin-scripting # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse refs/remotes/origin/main^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f d6e6fdd163ab6f2d426af5d0a8b3421faf73490d # timeout=10
> git branch -a -v --no-abbrev # timeout=10
> git checkout -b main d6e6fdd163ab6f2d426af5d0a8b3421faf73490d # timeout=10
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] dir
Running in /opt/jenkins/workspace/java-idp-plugin-scripting-v2-idp-versions-java17/java-idp-plugin-scripting-2.0.0
[Pipeline] {
[Pipeline] git
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Avoid second fetch
Checking out Revision d6e6fdd163ab6f2d426af5d0a8b3421faf73490d (refs/remotes/origin/main)
Commit message: "Make plugin Id correct"
[Pipeline] sh
+ git checkout 2.0.0
Note: switching to '2.0.0'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:
git switch -c <new-branch-name>
Or undo this operation with:
git switch -
Turn off this advice by setting config variable advice.detachedHead to false
HEAD is now at fab47f2 Update files to be tagged for release
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
Cloning repository https://git.shibboleth.net/git/java-idp-plugin-scripting
> git init /opt/jenkins/workspace/java-idp-plugin-scripting-v2-idp-versions-java17/java-idp-plugin-scripting-2.0.0 # timeout=10
Fetching upstream changes from https://git.shibboleth.net/git/java-idp-plugin-scripting
> git --version # timeout=10
> git --version # 'git version 2.47.3'
> git fetch --tags --force --progress -- https://git.shibboleth.net/git/java-idp-plugin-scripting +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://git.shibboleth.net/git/java-idp-plugin-scripting # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse refs/remotes/origin/main^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f d6e6fdd163ab6f2d426af5d0a8b3421faf73490d # timeout=10
> git branch -a -v --no-abbrev # timeout=10
> git checkout -b main d6e6fdd163ab6f2d426af5d0a8b3421faf73490d # timeout=10
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Test plugin snapshot with oldest IdP version)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] dir
Running in /opt/jenkins/workspace/java-idp-plugin-scripting-v2-idp-versions-java17/java-idp-plugin-scripting-main
[Pipeline] {
[Pipeline] sh
+ mvn clean test -D idp.version=5.0.0
[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered while building the effective model for net.shibboleth.idp.plugin.scripting:idp-plugin-scripting:pom:2.1.1-SNAPSHOT
[WARNING] 'parent.relativePath' of POM net.shibboleth.idp.plugin.scripting:idp-plugin-scripting:2.1.1-SNAPSHOT (/opt/jenkins/workspace/java-idp-plugin-scripting-v2-idp-versions-java17/java-idp-plugin-scripting-main/pom.xml) points at net.shibboleth.idp.plugin.scripting:idp-plugin-scripting instead of net.shibboleth:parent, please verify your project structure @ line 7, column 13
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] Shibboleth IdP :: Plugins :: Scripting [pom]
[INFO] Shibboleth IdP :: Plugins :: Scripting Common Code [jar]
[INFO] Shibboleth IdP :: Plugins :: Nashorn JDK Scripting Impl [jar]
[INFO] Shibboleth IdP :: Plugins :: Nashorn Distribution (JDK) [pom]
[INFO] Shibboleth IdP :: Plugins :: Rhino Scripting Impl [jar]
[INFO] Shibboleth IdP :: Plugins :: Rhino Distribution [pom]
[INFO]
[INFO] ------< net.shibboleth.idp.plugin.scripting:idp-plugin-scripting >------
[INFO] Building Shibboleth IdP :: Plugins :: Scripting 2.1.1-SNAPSHOT [1/6]
[INFO] from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- clean:3.1.0:clean (default-clean) @ idp-plugin-scripting ---
[INFO]
[INFO] --- enforcer:3.0.0-M3:enforce (maven-version) @ idp-plugin-scripting ---
[INFO]
[INFO] ----< net.shibboleth.idp.plugin.scripting:idp-plugin-scripting-api >----
[INFO] Building Shibboleth IdP :: Plugins :: Scripting Common Code 2.1.1-SNAPSHOT [2/6]
[INFO] from scripting-api/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.1.0:clean (default-clean) @ idp-plugin-scripting-api ---
[INFO]
[INFO] --- enforcer:3.0.0-M3:enforce (maven-version) @ idp-plugin-scripting-api ---
[INFO]
[INFO] --- resources:3.2.0:resources (default-resources) @ idp-plugin-scripting-api ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /opt/jenkins/workspace/java-idp-plugin-scripting-v2-idp-versions-java17/java-idp-plugin-scripting-main/scripting-api/src/main/resources
[INFO]
[INFO] --- compiler:3.10.1:compile (default-compile) @ idp-plugin-scripting-api ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /opt/jenkins/workspace/java-idp-plugin-scripting-v2-idp-versions-java17/java-idp-plugin-scripting-main/scripting-api/target/classes
[INFO]
[INFO] --- resources:3.2.0:testResources (default-testResources) @ idp-plugin-scripting-api ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /opt/jenkins/workspace/java-idp-plugin-scripting-v2-idp-versions-java17/java-idp-plugin-scripting-main/scripting-api/src/test/resources
[INFO]
[INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ idp-plugin-scripting-api ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ idp-plugin-scripting-api ---
[INFO] No tests to run.
[INFO]
[INFO] --< net.shibboleth.idp.plugin.scripting:idp-plugin-nashorn-jdk-impl >---
[INFO] Building Shibboleth IdP :: Plugins :: Nashorn JDK Scripting Impl 2.1.1-SNAPSHOT [3/6]
[INFO] from nashorn-jdk-impl/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.1.0:clean (default-clean) @ idp-plugin-nashorn-jdk-impl ---
[INFO]
[INFO] --- enforcer:3.0.0-M3:enforce (maven-version) @ idp-plugin-nashorn-jdk-impl ---
[INFO]
[INFO] --- resources:3.2.0:resources (default-resources) @ idp-plugin-nashorn-jdk-impl ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 3 resources
[INFO]
[INFO] --- compiler:3.10.1:compile (default-compile) @ idp-plugin-nashorn-jdk-impl ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /opt/jenkins/workspace/java-idp-plugin-scripting-v2-idp-versions-java17/java-idp-plugin-scripting-main/nashorn-jdk-impl/target/classes
[INFO]
[INFO] --- resources:3.2.0:testResources (default-testResources) @ idp-plugin-nashorn-jdk-impl ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /opt/jenkins/workspace/java-idp-plugin-scripting-v2-idp-versions-java17/java-idp-plugin-scripting-main/nashorn-jdk-impl/src/test/resources
[INFO]
[INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ idp-plugin-nashorn-jdk-impl ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /opt/jenkins/workspace/java-idp-plugin-scripting-v2-idp-versions-java17/java-idp-plugin-scripting-main/nashorn-jdk-impl/target/test-classes
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ idp-plugin-nashorn-jdk-impl ---
[INFO] Using configured provider org.apache.maven.surefire.testng.TestNGProvider
[INFO]
[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
[INFO] Running net.shibboleth.idp.plugin.scripting.nashorn.EngineTests
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.403 s -- in net.shibboleth.idp.plugin.scripting.nashorn.EngineTests
[INFO]
[INFO] Results:
[INFO]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] --< net.shibboleth.idp.plugin.scripting:idp-plugin-nashorn-jdk-dist >---
[INFO] Building Shibboleth IdP :: Plugins :: Nashorn Distribution (JDK) 2.1.1-SNAPSHOT [4/6]
[INFO] from nashorn-jdk-dist/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- clean:3.1.0:clean (default-clean) @ idp-plugin-nashorn-jdk-dist ---
[INFO]
[INFO] --- enforcer:3.0.0-M3:enforce (maven-version) @ idp-plugin-nashorn-jdk-dist ---
[INFO]
[INFO] -----< net.shibboleth.idp.plugin.scripting:idp-plugin-rhino-impl >------
[INFO] Building Shibboleth IdP :: Plugins :: Rhino Scripting Impl 2.1.1-SNAPSHOT [5/6]
[INFO] from rhino-impl/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.1.0:clean (default-clean) @ idp-plugin-rhino-impl ---
[INFO]
[INFO] --- enforcer:3.0.0-M3:enforce (maven-version) @ idp-plugin-rhino-impl ---
[INFO]
[INFO] --- resources:3.2.0:resources (default-resources) @ idp-plugin-rhino-impl ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 4 resources
[INFO]
[INFO] --- compiler:3.10.1:compile (default-compile) @ idp-plugin-rhino-impl ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /opt/jenkins/workspace/java-idp-plugin-scripting-v2-idp-versions-java17/java-idp-plugin-scripting-main/rhino-impl/target/classes
[INFO]
[INFO] --- resources:3.2.0:testResources (default-testResources) @ idp-plugin-rhino-impl ---
[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] --- compiler:3.10.1:testCompile (default-testCompile) @ idp-plugin-rhino-impl ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /opt/jenkins/workspace/java-idp-plugin-scripting-v2-idp-versions-java17/java-idp-plugin-scripting-main/rhino-impl/target/test-classes
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ idp-plugin-rhino-impl ---
[INFO] Using configured provider org.apache.maven.surefire.testng.TestNGProvider
[INFO]
[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
[INFO] Running net.shibboleth.idp.plugin.scripting.rhino.EngineTests
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.096 s -- in net.shibboleth.idp.plugin.scripting.rhino.EngineTests
[INFO]
[INFO] Results:
[INFO]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] -----< net.shibboleth.idp.plugin.scripting:idp-plugin-rhino-dist >------
[INFO] Building Shibboleth IdP :: Plugins :: Rhino Distribution 2.1.1-SNAPSHOT [6/6]
[INFO] from rhino-dist/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- clean:3.1.0:clean (default-clean) @ idp-plugin-rhino-dist ---
[INFO]
[INFO] --- enforcer:3.0.0-M3:enforce (maven-version) @ idp-plugin-rhino-dist ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Shibboleth IdP :: Plugins :: Scripting 2.1.1-SNAPSHOT:
[INFO]
[INFO] Shibboleth IdP :: Plugins :: Scripting ............. SUCCESS [ 0.625 s]
[INFO] Shibboleth IdP :: Plugins :: Scripting Common Code . SUCCESS [ 1.915 s]
[INFO] Shibboleth IdP :: Plugins :: Nashorn JDK Scripting Impl SUCCESS [ 3.416 s]
[INFO] Shibboleth IdP :: Plugins :: Nashorn Distribution (JDK) SUCCESS [ 0.228 s]
[INFO] Shibboleth IdP :: Plugins :: Rhino Scripting Impl .. SUCCESS [ 2.556 s]
[INFO] Shibboleth IdP :: Plugins :: Rhino Distribution .... SUCCESS [ 0.005 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 9.145 s
[INFO] Finished at: 2026-02-03T04:25:36Z
[INFO] ------------------------------------------------------------------------
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Test plugin snapshot with minor IdP version 5.1.0)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] dir
Running in /opt/jenkins/workspace/java-idp-plugin-scripting-v2-idp-versions-java17/java-idp-plugin-scripting-main
[Pipeline] {
[Pipeline] sh
+ mvn clean test -D idp.version=5.1.0
[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered while building the effective model for net.shibboleth.idp.plugin.scripting:idp-plugin-scripting:pom:2.1.1-SNAPSHOT
[WARNING] 'parent.relativePath' of POM net.shibboleth.idp.plugin.scripting:idp-plugin-scripting:2.1.1-SNAPSHOT (/opt/jenkins/workspace/java-idp-plugin-scripting-v2-idp-versions-java17/java-idp-plugin-scripting-main/pom.xml) points at net.shibboleth.idp.plugin.scripting:idp-plugin-scripting instead of net.shibboleth:parent, please verify your project structure @ line 7, column 13
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] Shibboleth IdP :: Plugins :: Scripting [pom]
[INFO] Shibboleth IdP :: Plugins :: Scripting Common Code [jar]
[INFO] Shibboleth IdP :: Plugins :: Nashorn JDK Scripting Impl [jar]
[INFO] Shibboleth IdP :: Plugins :: Nashorn Distribution (JDK) [pom]
[INFO] Shibboleth IdP :: Plugins :: Rhino Scripting Impl [jar]
[INFO] Shibboleth IdP :: Plugins :: Rhino Distribution [pom]
[INFO]
[INFO] ------< net.shibboleth.idp.plugin.scripting:idp-plugin-scripting >------
[INFO] Building Shibboleth IdP :: Plugins :: Scripting 2.1.1-SNAPSHOT [1/6]
[INFO] from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- clean:3.1.0:clean (default-clean) @ idp-plugin-scripting ---
[INFO]
[INFO] --- enforcer:3.0.0-M3:enforce (maven-version) @ idp-plugin-scripting ---
[INFO]
[INFO] ----< net.shibboleth.idp.plugin.scripting:idp-plugin-scripting-api >----
[INFO] Building Shibboleth IdP :: Plugins :: Scripting Common Code 2.1.1-SNAPSHOT [2/6]
[INFO] from scripting-api/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.1.0:clean (default-clean) @ idp-plugin-scripting-api ---
[INFO] Deleting /opt/jenkins/workspace/java-idp-plugin-scripting-v2-idp-versions-java17/java-idp-plugin-scripting-main/scripting-api/target
[INFO]
[INFO] --- enforcer:3.0.0-M3:enforce (maven-version) @ idp-plugin-scripting-api ---
[INFO]
[INFO] --- resources:3.2.0:resources (default-resources) @ idp-plugin-scripting-api ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /opt/jenkins/workspace/java-idp-plugin-scripting-v2-idp-versions-java17/java-idp-plugin-scripting-main/scripting-api/src/main/resources
[INFO]
[INFO] --- compiler:3.10.1:compile (default-compile) @ idp-plugin-scripting-api ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /opt/jenkins/workspace/java-idp-plugin-scripting-v2-idp-versions-java17/java-idp-plugin-scripting-main/scripting-api/target/classes
[INFO]
[INFO] --- resources:3.2.0:testResources (default-testResources) @ idp-plugin-scripting-api ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /opt/jenkins/workspace/java-idp-plugin-scripting-v2-idp-versions-java17/java-idp-plugin-scripting-main/scripting-api/src/test/resources
[INFO]
[INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ idp-plugin-scripting-api ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ idp-plugin-scripting-api ---
[INFO] No tests to run.
[INFO]
[INFO] --< net.shibboleth.idp.plugin.scripting:idp-plugin-nashorn-jdk-impl >---
[INFO] Building Shibboleth IdP :: Plugins :: Nashorn JDK Scripting Impl 2.1.1-SNAPSHOT [3/6]
[INFO] from nashorn-jdk-impl/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.1.0:clean (default-clean) @ idp-plugin-nashorn-jdk-impl ---
[INFO] Deleting /opt/jenkins/workspace/java-idp-plugin-scripting-v2-idp-versions-java17/java-idp-plugin-scripting-main/nashorn-jdk-impl/target
[INFO]
[INFO] --- enforcer:3.0.0-M3:enforce (maven-version) @ idp-plugin-nashorn-jdk-impl ---
[INFO]
[INFO] --- resources:3.2.0:resources (default-resources) @ idp-plugin-nashorn-jdk-impl ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 3 resources
[INFO]
[INFO] --- compiler:3.10.1:compile (default-compile) @ idp-plugin-nashorn-jdk-impl ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /opt/jenkins/workspace/java-idp-plugin-scripting-v2-idp-versions-java17/java-idp-plugin-scripting-main/nashorn-jdk-impl/target/classes
[INFO]
[INFO] --- resources:3.2.0:testResources (default-testResources) @ idp-plugin-nashorn-jdk-impl ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /opt/jenkins/workspace/java-idp-plugin-scripting-v2-idp-versions-java17/java-idp-plugin-scripting-main/nashorn-jdk-impl/src/test/resources
[INFO]
[INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ idp-plugin-nashorn-jdk-impl ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /opt/jenkins/workspace/java-idp-plugin-scripting-v2-idp-versions-java17/java-idp-plugin-scripting-main/nashorn-jdk-impl/target/test-classes
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ idp-plugin-nashorn-jdk-impl ---
[INFO] Using configured provider org.apache.maven.surefire.testng.TestNGProvider
[INFO]
[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
[INFO] Running net.shibboleth.idp.plugin.scripting.nashorn.EngineTests
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.462 s -- in net.shibboleth.idp.plugin.scripting.nashorn.EngineTests
[INFO]
[INFO] Results:
[INFO]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] --< net.shibboleth.idp.plugin.scripting:idp-plugin-nashorn-jdk-dist >---
[INFO] Building Shibboleth IdP :: Plugins :: Nashorn Distribution (JDK) 2.1.1-SNAPSHOT [4/6]
[INFO] from nashorn-jdk-dist/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- clean:3.1.0:clean (default-clean) @ idp-plugin-nashorn-jdk-dist ---
[INFO]
[INFO] --- enforcer:3.0.0-M3:enforce (maven-version) @ idp-plugin-nashorn-jdk-dist ---
[INFO]
[INFO] -----< net.shibboleth.idp.plugin.scripting:idp-plugin-rhino-impl >------
[INFO] Building Shibboleth IdP :: Plugins :: Rhino Scripting Impl 2.1.1-SNAPSHOT [5/6]
[INFO] from rhino-impl/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.1.0:clean (default-clean) @ idp-plugin-rhino-impl ---
[INFO] Deleting /opt/jenkins/workspace/java-idp-plugin-scripting-v2-idp-versions-java17/java-idp-plugin-scripting-main/rhino-impl/target
[INFO]
[INFO] --- enforcer:3.0.0-M3:enforce (maven-version) @ idp-plugin-rhino-impl ---
[INFO]
[INFO] --- resources:3.2.0:resources (default-resources) @ idp-plugin-rhino-impl ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 4 resources
[INFO]
[INFO] --- compiler:3.10.1:compile (default-compile) @ idp-plugin-rhino-impl ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /opt/jenkins/workspace/java-idp-plugin-scripting-v2-idp-versions-java17/java-idp-plugin-scripting-main/rhino-impl/target/classes
[INFO]
[INFO] --- resources:3.2.0:testResources (default-testResources) @ idp-plugin-rhino-impl ---
[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] --- compiler:3.10.1:testCompile (default-testCompile) @ idp-plugin-rhino-impl ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /opt/jenkins/workspace/java-idp-plugin-scripting-v2-idp-versions-java17/java-idp-plugin-scripting-main/rhino-impl/target/test-classes
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ idp-plugin-rhino-impl ---
[INFO] Using configured provider org.apache.maven.surefire.testng.TestNGProvider
[INFO]
[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
[INFO] Running net.shibboleth.idp.plugin.scripting.rhino.EngineTests
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.146 s -- in net.shibboleth.idp.plugin.scripting.rhino.EngineTests
[INFO]
[INFO] Results:
[INFO]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] -----< net.shibboleth.idp.plugin.scripting:idp-plugin-rhino-dist >------
[INFO] Building Shibboleth IdP :: Plugins :: Rhino Distribution 2.1.1-SNAPSHOT [6/6]
[INFO] from rhino-dist/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- clean:3.1.0:clean (default-clean) @ idp-plugin-rhino-dist ---
[INFO]
[INFO] --- enforcer:3.0.0-M3:enforce (maven-version) @ idp-plugin-rhino-dist ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Shibboleth IdP :: Plugins :: Scripting 2.1.1-SNAPSHOT:
[INFO]
[INFO] Shibboleth IdP :: Plugins :: Scripting ............. SUCCESS [ 0.618 s]
[INFO] Shibboleth IdP :: Plugins :: Scripting Common Code . SUCCESS [ 1.928 s]
[INFO] Shibboleth IdP :: Plugins :: Nashorn JDK Scripting Impl SUCCESS [ 3.481 s]
[INFO] Shibboleth IdP :: Plugins :: Nashorn Distribution (JDK) SUCCESS [ 0.275 s]
[INFO] Shibboleth IdP :: Plugins :: Rhino Scripting Impl .. SUCCESS [ 2.549 s]
[INFO] Shibboleth IdP :: Plugins :: Rhino Distribution .... SUCCESS [ 0.008 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 9.273 s
[INFO] Finished at: 2026-02-03T04:25:48Z
[INFO] ------------------------------------------------------------------------
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Test plugin snapshot with minor IdP version 5.1.1)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] dir
Running in /opt/jenkins/workspace/java-idp-plugin-scripting-v2-idp-versions-java17/java-idp-plugin-scripting-main
[Pipeline] {
[Pipeline] sh
+ mvn clean test -D idp.version=5.1.1
[INFO] Scanning for projects...
Downloading from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/idp-bom/5.1.1/idp-bom-5.1.1.pom
Progress (1): 6.5 kB
Downloaded from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/idp-bom/5.1.1/idp-bom-5.1.1.pom (6.5 kB at 17 kB/s)
Downloading from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/idp-parent/5.1.1/idp-parent-5.1.1.pom
Progress (1): 7.9/20 kB
Progress (1): 16/20 kB
Progress (1): 20 kB
Downloaded from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/idp-parent/5.1.1/idp-parent-5.1.1.pom (20 kB at 292 kB/s)
Downloading from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/parent/17.1.1/parent-17.1.1.pom
Progress (1): 7.9/51 kB
Progress (1): 16/51 kB
Progress (1): 24/51 kB
Progress (1): 32/51 kB
Progress (1): 40/51 kB
Progress (1): 48/51 kB
Progress (1): 51 kB
Downloaded from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/parent/17.1.1/parent-17.1.1.pom (51 kB at 813 kB/s)
Downloading from shib-release: https://build.shibboleth.net/maven/releases/org/springframework/spring-framework-bom/6.1.5/spring-framework-bom-6.1.5.pom
Downloading from shib-thirdparty: https://build.shibboleth.net/maven/thirdparty/org/springframework/spring-framework-bom/6.1.5/spring-framework-bom-6.1.5.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-framework-bom/6.1.5/spring-framework-bom-6.1.5.pom
Progress (1): 977 B
Progress (1): 5.3 kB
Progress (1): 5.8 kB
Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-framework-bom/6.1.5/spring-framework-bom-6.1.5.pom (5.8 kB at 44 kB/s)
[WARNING]
[WARNING] Some problems were encountered while building the effective model for net.shibboleth.idp.plugin.scripting:idp-plugin-scripting:pom:2.1.1-SNAPSHOT
[WARNING] 'parent.relativePath' of POM net.shibboleth.idp.plugin.scripting:idp-plugin-scripting:2.1.1-SNAPSHOT (/opt/jenkins/workspace/java-idp-plugin-scripting-v2-idp-versions-java17/java-idp-plugin-scripting-main/pom.xml) points at net.shibboleth.idp.plugin.scripting:idp-plugin-scripting instead of net.shibboleth:parent, please verify your project structure @ line 7, column 13
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] Shibboleth IdP :: Plugins :: Scripting [pom]
[INFO] Shibboleth IdP :: Plugins :: Scripting Common Code [jar]
[INFO] Shibboleth IdP :: Plugins :: Nashorn JDK Scripting Impl [jar]
[INFO] Shibboleth IdP :: Plugins :: Nashorn Distribution (JDK) [pom]
[INFO] Shibboleth IdP :: Plugins :: Rhino Scripting Impl [jar]
[INFO] Shibboleth IdP :: Plugins :: Rhino Distribution [pom]
[INFO]
[INFO] ------< net.shibboleth.idp.plugin.scripting:idp-plugin-scripting >------
[INFO] Building Shibboleth IdP :: Plugins :: Scripting 2.1.1-SNAPSHOT [1/6]
[INFO] from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- clean:3.1.0:clean (default-clean) @ idp-plugin-scripting ---
[INFO]
[INFO] --- enforcer:3.0.0-M3:enforce (maven-version) @ idp-plugin-scripting ---
[INFO]
[INFO] ----< net.shibboleth.idp.plugin.scripting:idp-plugin-scripting-api >----
[INFO] Building Shibboleth IdP :: Plugins :: Scripting Common Code 2.1.1-SNAPSHOT [2/6]
[INFO] from scripting-api/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.1.0:clean (default-clean) @ idp-plugin-scripting-api ---
[INFO] Deleting /opt/jenkins/workspace/java-idp-plugin-scripting-v2-idp-versions-java17/java-idp-plugin-scripting-main/scripting-api/target
[INFO]
[INFO] --- enforcer:3.0.0-M3:enforce (maven-version) @ idp-plugin-scripting-api ---
[INFO]
[INFO] --- resources:3.2.0:resources (default-resources) @ idp-plugin-scripting-api ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /opt/jenkins/workspace/java-idp-plugin-scripting-v2-idp-versions-java17/java-idp-plugin-scripting-main/scripting-api/src/main/resources
[INFO]
[INFO] --- compiler:3.10.1:compile (default-compile) @ idp-plugin-scripting-api ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /opt/jenkins/workspace/java-idp-plugin-scripting-v2-idp-versions-java17/java-idp-plugin-scripting-main/scripting-api/target/classes
[INFO]
[INFO] --- resources:3.2.0:testResources (default-testResources) @ idp-plugin-scripting-api ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /opt/jenkins/workspace/java-idp-plugin-scripting-v2-idp-versions-java17/java-idp-plugin-scripting-main/scripting-api/src/test/resources
[INFO]
[INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ idp-plugin-scripting-api ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ idp-plugin-scripting-api ---
[INFO] No tests to run.
[INFO]
[INFO] --< net.shibboleth.idp.plugin.scripting:idp-plugin-nashorn-jdk-impl >---
[INFO] Building Shibboleth IdP :: Plugins :: Nashorn JDK Scripting Impl 2.1.1-SNAPSHOT [3/6]
[INFO] from nashorn-jdk-impl/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
Downloading from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/idp-admin-impl/5.1.1/idp-admin-impl-5.1.1.pom
Progress (1): 6.3 kB
Downloaded from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/idp-admin-impl/5.1.1/idp-admin-impl-5.1.1.pom (6.3 kB at 107 kB/s)
Downloading from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/idp-admin-api/5.1.1/idp-admin-api-5.1.1.pom
Progress (1): 3.1 kB
Downloaded from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/idp-admin-api/5.1.1/idp-admin-api-5.1.1.pom (3.1 kB at 63 kB/s)
Downloading from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/idp-profile-api/5.1.1/idp-profile-api-5.1.1.pom
Progress (1): 2.4 kB
Downloaded from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/idp-profile-api/5.1.1/idp-profile-api-5.1.1.pom (2.4 kB at 52 kB/s)
Downloading from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/idp-core/5.1.1/idp-core-5.1.1.pom
Progress (1): 3.0 kB
Downloaded from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/idp-core/5.1.1/idp-core-5.1.1.pom (3.0 kB at 71 kB/s)
Downloading from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/idp-authn-api/5.1.1/idp-authn-api-5.1.1.pom
Progress (1): 3.9 kB
Downloaded from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/idp-authn-api/5.1.1/idp-authn-api-5.1.1.pom (3.9 kB at 72 kB/s)
Downloading from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/idp-cas-api/5.1.1/idp-cas-api-5.1.1.pom
Progress (1): 3.2 kB
Downloaded from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/idp-cas-api/5.1.1/idp-cas-api-5.1.1.pom (3.2 kB at 58 kB/s)
Downloading from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/idp-saml-api/5.1.1/idp-saml-api-5.1.1.pom
Progress (1): 3.2 kB
Downloaded from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/idp-saml-api/5.1.1/idp-saml-api-5.1.1.pom (3.2 kB at 70 kB/s)
Downloading from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/idp-session-api/5.1.1/idp-session-api-5.1.1.pom
Progress (1): 2.4 kB
Downloaded from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/idp-session-api/5.1.1/idp-session-api-5.1.1.pom (2.4 kB at 41 kB/s)
Downloading from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/idp-ui/5.1.1/idp-ui-5.1.1.pom
Progress (1): 4.4 kB
Downloaded from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/idp-ui/5.1.1/idp-ui-5.1.1.pom (4.4 kB at 59 kB/s)
Downloading from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/idp-admin-impl/5.1.1/idp-admin-impl-5.1.1.jar
Progress (1): 7.9/60 kB
Progress (1): 16/60 kB
Progress (1): 24/60 kB
Progress (1): 32/60 kB
Progress (1): 40/60 kB
Progress (1): 48/60 kB
Progress (1): 56/60 kB
Progress (1): 60 kB
Downloaded from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/idp-admin-impl/5.1.1/idp-admin-impl-5.1.1.jar (60 kB at 1.4 MB/s)
Downloading from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/idp-admin-api/5.1.1/idp-admin-api-5.1.1.jar
Downloading from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/idp-authn-api/5.1.1/idp-authn-api-5.1.1.jar
Downloading from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/idp-cas-api/5.1.1/idp-cas-api-5.1.1.jar
Downloading from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/idp-saml-api/5.1.1/idp-saml-api-5.1.1.jar
Progress (1): 7.9/17 kB
Progress (1): 16/17 kB
Progress (1): 17 kB
Downloading from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/idp-session-api/5.1.1/idp-session-api-5.1.1.jar
Progress (2): 17 kB | 7.9/52 kB
Progress (2): 17 kB | 16/52 kB
Progress (3): 17 kB | 16/52 kB | 7.9/154 kB
Progress (3): 17 kB | 16/52 kB | 16/154 kB
Progress (3): 17 kB | 16/52 kB | 24/154 kB
Progress (3): 17 kB | 24/52 kB | 24/154 kB
Progress (3): 17 kB | 32/52 kB | 24/154 kB
Progress (3): 17 kB | 40/52 kB | 24/154 kB
Progress (3): 17 kB | 40/52 kB | 32/154 kB
Progress (3): 17 kB | 40/52 kB | 40/154 kB
Progress (3): 17 kB | 40/52 kB | 48/154 kB
Progress (3): 17 kB | 40/52 kB | 56/154 kB
Progress (4): 17 kB | 40/52 kB | 56/154 kB | 7.9/37 kB
Downloaded from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/idp-admin-api/5.1.1/idp-admin-api-5.1.1.jar (17 kB at 237 kB/s)
Downloading from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/idp-core/5.1.1/idp-core-5.1.1.jar
Progress (3): 48/52 kB | 56/154 kB | 7.9/37 kB
Progress (3): 52 kB | 56/154 kB | 7.9/37 kB
Progress (3): 52 kB | 56/154 kB | 16/37 kB
Progress (3): 52 kB | 56/154 kB | 24/37 kB
Progress (3): 52 kB | 56/154 kB | 32/37 kB
Progress (3): 52 kB | 56/154 kB | 37 kB
Progress (3): 52 kB | 64/154 kB | 37 kB
Progress (3): 52 kB | 72/154 kB | 37 kB
Progress (3): 52 kB | 80/154 kB | 37 kB
Progress (3): 52 kB | 88/154 kB | 37 kB
Progress (3): 52 kB | 96/154 kB | 37 kB
Progress (3): 52 kB | 104/154 kB | 37 kB
Progress (3): 52 kB | 112/154 kB | 37 kB
Progress (4): 52 kB | 112/154 kB | 37 kB | 7.9/14 kB
Progress (4): 52 kB | 112/154 kB | 37 kB | 14 kB
Progress (5): 52 kB | 112/154 kB | 37 kB | 14 kB | 7.9/54 kB
Progress (5): 52 kB | 112/154 kB | 37 kB | 14 kB | 16/54 kB
Downloaded from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/idp-session-api/5.1.1/idp-session-api-5.1.1.jar (37 kB at 488 kB/s)
Downloading from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/idp-profile-api/5.1.1/idp-profile-api-5.1.1.jar
Progress (4): 52 kB | 112/154 kB | 14 kB | 24/54 kB
Downloaded from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/idp-saml-api/5.1.1/idp-saml-api-5.1.1.jar (52 kB at 661 kB/s)
Downloading from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/idp-ui/5.1.1/idp-ui-5.1.1.jar
Progress (3): 112/154 kB | 14 kB | 32/54 kB
Progress (3): 120/154 kB | 14 kB | 32/54 kB
Progress (3): 128/154 kB | 14 kB | 32/54 kB
Progress (3): 136/154 kB | 14 kB | 32/54 kB
Progress (3): 144/154 kB | 14 kB | 32/54 kB
Progress (3): 152/154 kB | 14 kB | 32/54 kB
Progress (3): 154 kB | 14 kB | 32/54 kB
Progress (3): 154 kB | 14 kB | 40/54 kB
Progress (3): 154 kB | 14 kB | 48/54 kB
Progress (3): 154 kB | 14 kB | 54 kB
Downloaded from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/idp-core/5.1.1/idp-core-5.1.1.jar (14 kB at 176 kB/s)
Progress (3): 154 kB | 54 kB | 7.9/50 kB
Progress (3): 154 kB | 54 kB | 16/50 kB
Progress (3): 154 kB | 54 kB | 24/50 kB
Progress (3): 154 kB | 54 kB | 32/50 kB
Progress (3): 154 kB | 54 kB | 40/50 kB
Progress (4): 154 kB | 54 kB | 40/50 kB | 7.9/53 kB
Progress (4): 154 kB | 54 kB | 40/50 kB | 16/53 kB
Downloaded from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/idp-authn-api/5.1.1/idp-authn-api-5.1.1.jar (154 kB at 1.3 MB/s)
Progress (3): 54 kB | 40/50 kB | 24/53 kB
Downloaded from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/idp-cas-api/5.1.1/idp-cas-api-5.1.1.jar (54 kB at 452 kB/s)
Progress (2): 40/50 kB | 32/53 kB
Progress (2): 40/50 kB | 40/53 kB
Progress (2): 40/50 kB | 48/53 kB
Progress (2): 40/50 kB | 53 kB
Progress (2): 48/50 kB | 53 kB
Progress (2): 50 kB | 53 kB
Downloaded from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/idp-ui/5.1.1/idp-ui-5.1.1.jar (50 kB at 425 kB/s)
Downloaded from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/idp-profile-api/5.1.1/idp-profile-api-5.1.1.jar (53 kB at 444 kB/s)
[INFO]
[INFO] --- clean:3.1.0:clean (default-clean) @ idp-plugin-nashorn-jdk-impl ---
[INFO] Deleting /opt/jenkins/workspace/java-idp-plugin-scripting-v2-idp-versions-java17/java-idp-plugin-scripting-main/nashorn-jdk-impl/target
[INFO]
[INFO] --- enforcer:3.0.0-M3:enforce (maven-version) @ idp-plugin-nashorn-jdk-impl ---
[INFO]
[INFO] --- resources:3.2.0:resources (default-resources) @ idp-plugin-nashorn-jdk-impl ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 3 resources
[INFO]
[INFO] --- compiler:3.10.1:compile (default-compile) @ idp-plugin-nashorn-jdk-impl ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /opt/jenkins/workspace/java-idp-plugin-scripting-v2-idp-versions-java17/java-idp-plugin-scripting-main/nashorn-jdk-impl/target/classes
[INFO]
[INFO] --- resources:3.2.0:testResources (default-testResources) @ idp-plugin-nashorn-jdk-impl ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /opt/jenkins/workspace/java-idp-plugin-scripting-v2-idp-versions-java17/java-idp-plugin-scripting-main/nashorn-jdk-impl/src/test/resources
[INFO]
[INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ idp-plugin-nashorn-jdk-impl ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /opt/jenkins/workspace/java-idp-plugin-scripting-v2-idp-versions-java17/java-idp-plugin-scripting-main/nashorn-jdk-impl/target/test-classes
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ idp-plugin-nashorn-jdk-impl ---
[INFO] Using configured provider org.apache.maven.surefire.testng.TestNGProvider
[INFO]
[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
[INFO] Running net.shibboleth.idp.plugin.scripting.nashorn.EngineTests
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.394 s -- in net.shibboleth.idp.plugin.scripting.nashorn.EngineTests
[INFO]
[INFO] Results:
[INFO]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] --< net.shibboleth.idp.plugin.scripting:idp-plugin-nashorn-jdk-dist >---
[INFO] Building Shibboleth IdP :: Plugins :: Nashorn Distribution (JDK) 2.1.1-SNAPSHOT [4/6]
[INFO] from nashorn-jdk-dist/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- clean:3.1.0:clean (default-clean) @ idp-plugin-nashorn-jdk-dist ---
[INFO]
[INFO] --- enforcer:3.0.0-M3:enforce (maven-version) @ idp-plugin-nashorn-jdk-dist ---
[INFO]
[INFO] -----< net.shibboleth.idp.plugin.scripting:idp-plugin-rhino-impl >------
[INFO] Building Shibboleth IdP :: Plugins :: Rhino Scripting Impl 2.1.1-SNAPSHOT [5/6]
[INFO] from rhino-impl/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.1.0:clean (default-clean) @ idp-plugin-rhino-impl ---
[INFO] Deleting /opt/jenkins/workspace/java-idp-plugin-scripting-v2-idp-versions-java17/java-idp-plugin-scripting-main/rhino-impl/target
[INFO]
[INFO] --- enforcer:3.0.0-M3:enforce (maven-version) @ idp-plugin-rhino-impl ---
[INFO]
[INFO] --- resources:3.2.0:resources (default-resources) @ idp-plugin-rhino-impl ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 4 resources
[INFO]
[INFO] --- compiler:3.10.1:compile (default-compile) @ idp-plugin-rhino-impl ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /opt/jenkins/workspace/java-idp-plugin-scripting-v2-idp-versions-java17/java-idp-plugin-scripting-main/rhino-impl/target/classes
[INFO]
[INFO] --- resources:3.2.0:testResources (default-testResources) @ idp-plugin-rhino-impl ---
[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] --- compiler:3.10.1:testCompile (default-testCompile) @ idp-plugin-rhino-impl ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /opt/jenkins/workspace/java-idp-plugin-scripting-v2-idp-versions-java17/java-idp-plugin-scripting-main/rhino-impl/target/test-classes
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ idp-plugin-rhino-impl ---
[INFO] Using configured provider org.apache.maven.surefire.testng.TestNGProvider
[INFO]
[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
[INFO] Running net.shibboleth.idp.plugin.scripting.rhino.EngineTests
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.099 s -- in net.shibboleth.idp.plugin.scripting.rhino.EngineTests
[INFO]
[INFO] Results:
[INFO]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] -----< net.shibboleth.idp.plugin.scripting:idp-plugin-rhino-dist >------
[INFO] Building Shibboleth IdP :: Plugins :: Rhino Distribution 2.1.1-SNAPSHOT [6/6]
[INFO] from rhino-dist/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- clean:3.1.0:clean (default-clean) @ idp-plugin-rhino-dist ---
[INFO]
[INFO] --- enforcer:3.0.0-M3:enforce (maven-version) @ idp-plugin-rhino-dist ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Shibboleth IdP :: Plugins :: Scripting 2.1.1-SNAPSHOT:
[INFO]
[INFO] Shibboleth IdP :: Plugins :: Scripting ............. SUCCESS [ 0.589 s]
[INFO] Shibboleth IdP :: Plugins :: Scripting Common Code . SUCCESS [ 1.884 s]
[INFO] Shibboleth IdP :: Plugins :: Nashorn JDK Scripting Impl SUCCESS [ 4.213 s]
[INFO] Shibboleth IdP :: Plugins :: Nashorn Distribution (JDK) SUCCESS [ 0.309 s]
[INFO] Shibboleth IdP :: Plugins :: Rhino Scripting Impl .. SUCCESS [ 2.685 s]
[INFO] Shibboleth IdP :: Plugins :: Rhino Distribution .... SUCCESS [ 0.004 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 11.092 s
[INFO] Finished at: 2026-02-03T04:26:02Z
[INFO] ------------------------------------------------------------------------
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Test plugin snapshot with minor IdP version 5.1.2)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] dir
Running in /opt/jenkins/workspace/java-idp-plugin-scripting-v2-idp-versions-java17/java-idp-plugin-scripting-main
[Pipeline] {
[Pipeline] sh
+ mvn clean test -D idp.version=5.1.2
[INFO] Scanning for projects...
Downloading from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/idp-bom/5.1.2/idp-bom-5.1.2.pom
Progress (1): 6.5 kB
Downloaded from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/idp-bom/5.1.2/idp-bom-5.1.2.pom (6.5 kB at 16 kB/s)
Downloading from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/idp-parent/5.1.2/idp-parent-5.1.2.pom
Progress (1): 7.9/20 kB
Progress (1): 16/20 kB
Progress (1): 20 kB
Downloaded from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/idp-parent/5.1.2/idp-parent-5.1.2.pom (20 kB at 321 kB/s)
Downloading from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/parent/17.1.2/parent-17.1.2.pom
Progress (1): 7.9/51 kB
Progress (1): 16/51 kB
Progress (1): 24/51 kB
Progress (1): 32/51 kB
Progress (1): 40/51 kB
Progress (1): 48/51 kB
Progress (1): 51 kB
Downloaded from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/parent/17.1.2/parent-17.1.2.pom (51 kB at 914 kB/s)
Downloading from shib-release: https://build.shibboleth.net/maven/releases/org/springframework/spring-framework-bom/6.1.6/spring-framework-bom-6.1.6.pom
Downloading from shib-thirdparty: https://build.shibboleth.net/maven/thirdparty/org/springframework/spring-framework-bom/6.1.6/spring-framework-bom-6.1.6.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-framework-bom/6.1.6/spring-framework-bom-6.1.6.pom
Progress (1): 978 B
Progress (1): 5.3 kB
Progress (1): 5.8 kB
Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-framework-bom/6.1.6/spring-framework-bom-6.1.6.pom (5.8 kB at 39 kB/s)
[WARNING]
[WARNING] Some problems were encountered while building the effective model for net.shibboleth.idp.plugin.scripting:idp-plugin-scripting:pom:2.1.1-SNAPSHOT
[WARNING] 'parent.relativePath' of POM net.shibboleth.idp.plugin.scripting:idp-plugin-scripting:2.1.1-SNAPSHOT (/opt/jenkins/workspace/java-idp-plugin-scripting-v2-idp-versions-java17/java-idp-plugin-scripting-main/pom.xml) points at net.shibboleth.idp.plugin.scripting:idp-plugin-scripting instead of net.shibboleth:parent, please verify your project structure @ line 7, column 13
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] Shibboleth IdP :: Plugins :: Scripting [pom]
[INFO] Shibboleth IdP :: Plugins :: Scripting Common Code [jar]
[INFO] Shibboleth IdP :: Plugins :: Nashorn JDK Scripting Impl [jar]
[INFO] Shibboleth IdP :: Plugins :: Nashorn Distribution (JDK) [pom]
[INFO] Shibboleth IdP :: Plugins :: Rhino Scripting Impl [jar]
[INFO] Shibboleth IdP :: Plugins :: Rhino Distribution [pom]
[INFO]
[INFO] ------< net.shibboleth.idp.plugin.scripting:idp-plugin-scripting >------
[INFO] Building Shibboleth IdP :: Plugins :: Scripting 2.1.1-SNAPSHOT [1/6]
[INFO] from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- clean:3.1.0:clean (default-clean) @ idp-plugin-scripting ---
[INFO]
[INFO] --- enforcer:3.0.0-M3:enforce (maven-version) @ idp-plugin-scripting ---
[INFO]
[INFO] ----< net.shibboleth.idp.plugin.scripting:idp-plugin-scripting-api >----
[INFO] Building Shibboleth IdP :: Plugins :: Scripting Common Code 2.1.1-SNAPSHOT [2/6]
[INFO] from scripting-api/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.1.0:clean (default-clean) @ idp-plugin-scripting-api ---
[INFO] Deleting /opt/jenkins/workspace/java-idp-plugin-scripting-v2-idp-versions-java17/java-idp-plugin-scripting-main/scripting-api/target
[INFO]
[INFO] --- enforcer:3.0.0-M3:enforce (maven-version) @ idp-plugin-scripting-api ---
[INFO]
[INFO] --- resources:3.2.0:resources (default-resources) @ idp-plugin-scripting-api ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /opt/jenkins/workspace/java-idp-plugin-scripting-v2-idp-versions-java17/java-idp-plugin-scripting-main/scripting-api/src/main/resources
[INFO]
[INFO] --- compiler:3.10.1:compile (default-compile) @ idp-plugin-scripting-api ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /opt/jenkins/workspace/java-idp-plugin-scripting-v2-idp-versions-java17/java-idp-plugin-scripting-main/scripting-api/target/classes
[INFO]
[INFO] --- resources:3.2.0:testResources (default-testResources) @ idp-plugin-scripting-api ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /opt/jenkins/workspace/java-idp-plugin-scripting-v2-idp-versions-java17/java-idp-plugin-scripting-main/scripting-api/src/test/resources
[INFO]
[INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ idp-plugin-scripting-api ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ idp-plugin-scripting-api ---
[INFO] No tests to run.
[INFO]
[INFO] --< net.shibboleth.idp.plugin.scripting:idp-plugin-nashorn-jdk-impl >---
[INFO] Building Shibboleth IdP :: Plugins :: Nashorn JDK Scripting Impl 2.1.1-SNAPSHOT [3/6]
[INFO] from nashorn-jdk-impl/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
Downloading from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/idp-admin-impl/5.1.2/idp-admin-impl-5.1.2.pom
Progress (1): 6.3 kB
Downloaded from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/idp-admin-impl/5.1.2/idp-admin-impl-5.1.2.pom (6.3 kB at 147 kB/s)
Downloading from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/idp-admin-api/5.1.2/idp-admin-api-5.1.2.pom
Progress (1): 3.1 kB
Downloaded from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/idp-admin-api/5.1.2/idp-admin-api-5.1.2.pom (3.1 kB at 71 kB/s)
Downloading from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/idp-profile-api/5.1.2/idp-profile-api-5.1.2.pom
Progress (1): 2.4 kB
Downloaded from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/idp-profile-api/5.1.2/idp-profile-api-5.1.2.pom (2.4 kB at 62 kB/s)
Downloading from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/idp-core/5.1.2/idp-core-5.1.2.pom
Progress (1): 3.0 kB
Downloaded from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/idp-core/5.1.2/idp-core-5.1.2.pom (3.0 kB at 59 kB/s)
Downloading from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/idp-authn-api/5.1.2/idp-authn-api-5.1.2.pom
Progress (1): 3.9 kB
Downloaded from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/idp-authn-api/5.1.2/idp-authn-api-5.1.2.pom (3.9 kB at 99 kB/s)
Downloading from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/idp-cas-api/5.1.2/idp-cas-api-5.1.2.pom
Progress (1): 3.2 kB
Downloaded from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/idp-cas-api/5.1.2/idp-cas-api-5.1.2.pom (3.2 kB at 45 kB/s)
Downloading from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/idp-saml-api/5.1.2/idp-saml-api-5.1.2.pom
Progress (1): 3.2 kB
Downloaded from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/idp-saml-api/5.1.2/idp-saml-api-5.1.2.pom (3.2 kB at 47 kB/s)
Downloading from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/idp-session-api/5.1.2/idp-session-api-5.1.2.pom
Progress (1): 2.4 kB
Downloaded from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/idp-session-api/5.1.2/idp-session-api-5.1.2.pom (2.4 kB at 19 kB/s)
Downloading from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/idp-ui/5.1.2/idp-ui-5.1.2.pom
Progress (1): 4.4 kB
Downloaded from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/idp-ui/5.1.2/idp-ui-5.1.2.pom (4.4 kB at 33 kB/s)
Downloading from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/idp-admin-impl/5.1.2/idp-admin-impl-5.1.2.jar
Progress (1): 7.9/60 kB
Progress (1): 16/60 kB
Progress (1): 24/60 kB
Progress (1): 32/60 kB
Progress (1): 40/60 kB
Progress (1): 48/60 kB
Progress (1): 56/60 kB
Progress (1): 60 kB
Downloaded from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/idp-admin-impl/5.1.2/idp-admin-impl-5.1.2.jar (60 kB at 998 kB/s)
Downloading from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/idp-admin-api/5.1.2/idp-admin-api-5.1.2.jar
Downloading from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/idp-authn-api/5.1.2/idp-authn-api-5.1.2.jar
Downloading from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/idp-cas-api/5.1.2/idp-cas-api-5.1.2.jar
Downloading from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/idp-saml-api/5.1.2/idp-saml-api-5.1.2.jar
Downloading from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/idp-session-api/5.1.2/idp-session-api-5.1.2.jar
Progress (1): 7.9/154 kB
Progress (1): 16/154 kB
Progress (1): 24/154 kB
Progress (1): 32/154 kB
Progress (1): 40/154 kB
Progress (1): 48/154 kB
Progress (1): 56/154 kB
Progress (1): 64/154 kB
Progress (1): 72/154 kB
Progress (1): 80/154 kB
Progress (1): 88/154 kB
Progress (1): 96/154 kB
Progress (1): 104/154 kB
Progress (1): 112/154 kB
Progress (1): 120/154 kB
Progress (1): 128/154 kB
Progress (1): 136/154 kB
Progress (1): 144/154 kB
Progress (1): 152/154 kB
Progress (1): 154 kB
Progress (2): 154 kB | 7.9/54 kB
Downloaded from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/idp-authn-api/5.1.2/idp-authn-api-5.1.2.jar (154 kB at 1.2 MB/s)
Progress (1): 16/54 kB
Downloading from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/idp-core/5.1.2/idp-core-5.1.2.jar
Progress (1): 24/54 kB
Progress (1): 32/54 kB
Progress (1): 40/54 kB
Progress (1): 48/54 kB
Progress (1): 54 kB
Progress (2): 54 kB | 7.9/37 kB
Progress (2): 54 kB | 16/37 kB
Progress (3): 54 kB | 16/37 kB | 7.9/52 kB
Progress (4): 54 kB | 16/37 kB | 7.9/52 kB | 7.9/17 kB
Progress (4): 54 kB | 16/37 kB | 7.9/52 kB | 16/17 kB
Progress (4): 54 kB | 16/37 kB | 7.9/52 kB | 17 kB
Progress (4): 54 kB | 16/37 kB | 16/52 kB | 17 kB
Progress (4): 54 kB | 16/37 kB | 24/52 kB | 17 kB
Progress (4): 54 kB | 16/37 kB | 32/52 kB | 17 kB
Progress (4): 54 kB | 16/37 kB | 40/52 kB | 17 kB
Progress (4): 54 kB | 16/37 kB | 48/52 kB | 17 kB
Progress (4): 54 kB | 16/37 kB | 52 kB | 17 kB
Progress (5): 54 kB | 16/37 kB | 52 kB | 17 kB | 7.9/14 kB
Progress (5): 54 kB | 16/37 kB | 52 kB | 17 kB | 14 kB
Progress (5): 54 kB | 24/37 kB | 52 kB | 17 kB | 14 kB
Downloaded from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/idp-cas-api/5.1.2/idp-cas-api-5.1.2.jar (54 kB at 336 kB/s)
Downloading from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/idp-profile-api/5.1.2/idp-profile-api-5.1.2.jar
Progress (4): 32/37 kB | 52 kB | 17 kB | 14 kB
Downloaded from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/idp-admin-api/5.1.2/idp-admin-api-5.1.2.jar (17 kB at 105 kB/s)
Downloading from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/idp-ui/5.1.2/idp-ui-5.1.2.jar
Progress (3): 37 kB | 52 kB | 14 kB
Downloaded from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/idp-core/5.1.2/idp-core-5.1.2.jar (14 kB at 86 kB/s)
Progress (3): 37 kB | 52 kB | 7.9/53 kB
Downloaded from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/idp-saml-api/5.1.2/idp-saml-api-5.1.2.jar (52 kB at 297 kB/s)
Progress (2): 37 kB | 16/53 kB
Progress (2): 37 kB | 24/53 kB
Progress (2): 37 kB | 32/53 kB
Progress (2): 37 kB | 40/53 kB
Progress (2): 37 kB | 48/53 kB
Progress (2): 37 kB | 53 kB
Downloaded from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/idp-session-api/5.1.2/idp-session-api-5.1.2.jar (37 kB at 200 kB/s)
Progress (2): 53 kB | 7.9/50 kB
Progress (2): 53 kB | 16/50 kB
Progress (2): 53 kB | 24/50 kB
Progress (2): 53 kB | 32/50 kB
Progress (2): 53 kB | 40/50 kB
Progress (2): 53 kB | 48/50 kB
Progress (2): 53 kB | 50 kB
Downloaded from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/idp-profile-api/5.1.2/idp-profile-api-5.1.2.jar (53 kB at 276 kB/s)
Downloaded from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/idp-ui/5.1.2/idp-ui-5.1.2.jar (50 kB at 246 kB/s)
[INFO]
[INFO] --- clean:3.1.0:clean (default-clean) @ idp-plugin-nashorn-jdk-impl ---
[INFO] Deleting /opt/jenkins/workspace/java-idp-plugin-scripting-v2-idp-versions-java17/java-idp-plugin-scripting-main/nashorn-jdk-impl/target
[INFO]
[INFO] --- enforcer:3.0.0-M3:enforce (maven-version) @ idp-plugin-nashorn-jdk-impl ---
[INFO]
[INFO] --- resources:3.2.0:resources (default-resources) @ idp-plugin-nashorn-jdk-impl ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 3 resources
[INFO]
[INFO] --- compiler:3.10.1:compile (default-compile) @ idp-plugin-nashorn-jdk-impl ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /opt/jenkins/workspace/java-idp-plugin-scripting-v2-idp-versions-java17/java-idp-plugin-scripting-main/nashorn-jdk-impl/target/classes
[INFO]
[INFO] --- resources:3.2.0:testResources (default-testResources) @ idp-plugin-nashorn-jdk-impl ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /opt/jenkins/workspace/java-idp-plugin-scripting-v2-idp-versions-java17/java-idp-plugin-scripting-main/nashorn-jdk-impl/src/test/resources
[INFO]
[INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ idp-plugin-nashorn-jdk-impl ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /opt/jenkins/workspace/java-idp-plugin-scripting-v2-idp-versions-java17/java-idp-plugin-scripting-main/nashorn-jdk-impl/target/test-classes
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ idp-plugin-nashorn-jdk-impl ---
[INFO] Using configured provider org.apache.maven.surefire.testng.TestNGProvider
[INFO]
[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
[INFO] Running net.shibboleth.idp.plugin.scripting.nashorn.EngineTests
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.362 s -- in net.shibboleth.idp.plugin.scripting.nashorn.EngineTests
[INFO]
[INFO] Results:
[INFO]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] --< net.shibboleth.idp.plugin.scripting:idp-plugin-nashorn-jdk-dist >---
[INFO] Building Shibboleth IdP :: Plugins :: Nashorn Distribution (JDK) 2.1.1-SNAPSHOT [4/6]
[INFO] from nashorn-jdk-dist/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- clean:3.1.0:clean (default-clean) @ idp-plugin-nashorn-jdk-dist ---
[INFO]
[INFO] --- enforcer:3.0.0-M3:enforce (maven-version) @ idp-plugin-nashorn-jdk-dist ---
[INFO]
[INFO] -----< net.shibboleth.idp.plugin.scripting:idp-plugin-rhino-impl >------
[INFO] Building Shibboleth IdP :: Plugins :: Rhino Scripting Impl 2.1.1-SNAPSHOT [5/6]
[INFO] from rhino-impl/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.1.0:clean (default-clean) @ idp-plugin-rhino-impl ---
[INFO] Deleting /opt/jenkins/workspace/java-idp-plugin-scripting-v2-idp-versions-java17/java-idp-plugin-scripting-main/rhino-impl/target
[INFO]
[INFO] --- enforcer:3.0.0-M3:enforce (maven-version) @ idp-plugin-rhino-impl ---
[INFO]
[INFO] --- resources:3.2.0:resources (default-resources) @ idp-plugin-rhino-impl ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 4 resources
[INFO]
[INFO] --- compiler:3.10.1:compile (default-compile) @ idp-plugin-rhino-impl ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /opt/jenkins/workspace/java-idp-plugin-scripting-v2-idp-versions-java17/java-idp-plugin-scripting-main/rhino-impl/target/classes
[INFO]
[INFO] --- resources:3.2.0:testResources (default-testResources) @ idp-plugin-rhino-impl ---
[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] --- compiler:3.10.1:testCompile (default-testCompile) @ idp-plugin-rhino-impl ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /opt/jenkins/workspace/java-idp-plugin-scripting-v2-idp-versions-java17/java-idp-plugin-scripting-main/rhino-impl/target/test-classes
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ idp-plugin-rhino-impl ---
[INFO] Using configured provider org.apache.maven.surefire.testng.TestNGProvider
[INFO]
[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
[INFO] Running net.shibboleth.idp.plugin.scripting.rhino.EngineTests
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.052 s -- in net.shibboleth.idp.plugin.scripting.rhino.EngineTests
[INFO]
[INFO] Results:
[INFO]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] -----< net.shibboleth.idp.plugin.scripting:idp-plugin-rhino-dist >------
[INFO] Building Shibboleth IdP :: Plugins :: Rhino Distribution 2.1.1-SNAPSHOT [6/6]
[INFO] from rhino-dist/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- clean:3.1.0:clean (default-clean) @ idp-plugin-rhino-dist ---
[INFO]
[INFO] --- enforcer:3.0.0-M3:enforce (maven-version) @ idp-plugin-rhino-dist ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Shibboleth IdP :: Plugins :: Scripting 2.1.1-SNAPSHOT:
[INFO]
[INFO] Shibboleth IdP :: Plugins :: Scripting ............. SUCCESS [ 0.618 s]
[INFO] Shibboleth IdP :: Plugins :: Scripting Common Code . SUCCESS [ 1.775 s]
[INFO] Shibboleth IdP :: Plugins :: Nashorn JDK Scripting Impl SUCCESS [ 4.397 s]
[INFO] Shibboleth IdP :: Plugins :: Nashorn Distribution (JDK) SUCCESS [ 0.280 s]
[INFO] Shibboleth IdP :: Plugins :: Rhino Scripting Impl .. SUCCESS [ 2.328 s]
[INFO] Shibboleth IdP :: Plugins :: Rhino Distribution .... SUCCESS [ 0.007 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 10.809 s
[INFO] Finished at: 2026-02-03T04:26:16Z
[INFO] ------------------------------------------------------------------------
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Test plugin snapshot with current IdP version 5.1.3)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] dir
Running in /opt/jenkins/workspace/java-idp-plugin-scripting-v2-idp-versions-java17/java-idp-plugin-scripting-main
[Pipeline] {
[Pipeline] sh
+ mvn clean test -D idp.version=5.1.3
[INFO] Scanning for projects...
Downloading from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/idp-bom/5.1.3/idp-bom-5.1.3.pom
Progress (1): 6.5 kB
Downloaded from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/idp-bom/5.1.3/idp-bom-5.1.3.pom (6.5 kB at 14 kB/s)
Downloading from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/idp-parent/5.1.3/idp-parent-5.1.3.pom
Progress (1): 7.9/20 kB
Progress (1): 16/20 kB
Progress (1): 20 kB
Downloaded from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/idp-parent/5.1.3/idp-parent-5.1.3.pom (20 kB at 198 kB/s)
Downloading from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/parent/17.1.3/parent-17.1.3.pom
Progress (1): 7.9/51 kB
Progress (1): 16/51 kB
Progress (1): 24/51 kB
Progress (1): 32/51 kB
Progress (1): 40/51 kB
Progress (1): 48/51 kB
Progress (1): 51 kB
Downloaded from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/parent/17.1.3/parent-17.1.3.pom (51 kB at 990 kB/s)
Downloading from shib-release: https://build.shibboleth.net/maven/releases/org/springframework/spring-framework-bom/6.1.11/spring-framework-bom-6.1.11.pom
Downloading from shib-thirdparty: https://build.shibboleth.net/maven/thirdparty/org/springframework/spring-framework-bom/6.1.11/spring-framework-bom-6.1.11.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-framework-bom/6.1.11/spring-framework-bom-6.1.11.pom
Progress (1): 978 B
Progress (1): 5.4 kB
Progress (1): 5.8 kB
Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-framework-bom/6.1.11/spring-framework-bom-6.1.11.pom (5.8 kB at 43 kB/s)
[WARNING]
[WARNING] Some problems were encountered while building the effective model for net.shibboleth.idp.plugin.scripting:idp-plugin-scripting:pom:2.1.1-SNAPSHOT
[WARNING] 'parent.relativePath' of POM net.shibboleth.idp.plugin.scripting:idp-plugin-scripting:2.1.1-SNAPSHOT (/opt/jenkins/workspace/java-idp-plugin-scripting-v2-idp-versions-java17/java-idp-plugin-scripting-main/pom.xml) points at net.shibboleth.idp.plugin.scripting:idp-plugin-scripting instead of net.shibboleth:parent, please verify your project structure @ line 7, column 13
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] Shibboleth IdP :: Plugins :: Scripting [pom]
[INFO] Shibboleth IdP :: Plugins :: Scripting Common Code [jar]
[INFO] Shibboleth IdP :: Plugins :: Nashorn JDK Scripting Impl [jar]
[INFO] Shibboleth IdP :: Plugins :: Nashorn Distribution (JDK) [pom]
[INFO] Shibboleth IdP :: Plugins :: Rhino Scripting Impl [jar]
[INFO] Shibboleth IdP :: Plugins :: Rhino Distribution [pom]
[INFO]
[INFO] ------< net.shibboleth.idp.plugin.scripting:idp-plugin-scripting >------
[INFO] Building Shibboleth IdP :: Plugins :: Scripting 2.1.1-SNAPSHOT [1/6]
[INFO] from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- clean:3.1.0:clean (default-clean) @ idp-plugin-scripting ---
[INFO]
[INFO] --- enforcer:3.0.0-M3:enforce (maven-version) @ idp-plugin-scripting ---
[INFO]
[INFO] ----< net.shibboleth.idp.plugin.scripting:idp-plugin-scripting-api >----
[INFO] Building Shibboleth IdP :: Plugins :: Scripting Common Code 2.1.1-SNAPSHOT [2/6]
[INFO] from scripting-api/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.1.0:clean (default-clean) @ idp-plugin-scripting-api ---
[INFO] Deleting /opt/jenkins/workspace/java-idp-plugin-scripting-v2-idp-versions-java17/java-idp-plugin-scripting-main/scripting-api/target
[INFO]
[INFO] --- enforcer:3.0.0-M3:enforce (maven-version) @ idp-plugin-scripting-api ---
[INFO]
[INFO] --- resources:3.2.0:resources (default-resources) @ idp-plugin-scripting-api ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /opt/jenkins/workspace/java-idp-plugin-scripting-v2-idp-versions-java17/java-idp-plugin-scripting-main/scripting-api/src/main/resources
[INFO]
[INFO] --- compiler:3.10.1:compile (default-compile) @ idp-plugin-scripting-api ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /opt/jenkins/workspace/java-idp-plugin-scripting-v2-idp-versions-java17/java-idp-plugin-scripting-main/scripting-api/target/classes
[INFO]
[INFO] --- resources:3.2.0:testResources (default-testResources) @ idp-plugin-scripting-api ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /opt/jenkins/workspace/java-idp-plugin-scripting-v2-idp-versions-java17/java-idp-plugin-scripting-main/scripting-api/src/test/resources
[INFO]
[INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ idp-plugin-scripting-api ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ idp-plugin-scripting-api ---
[INFO] No tests to run.
[INFO]
[INFO] --< net.shibboleth.idp.plugin.scripting:idp-plugin-nashorn-jdk-impl >---
[INFO] Building Shibboleth IdP :: Plugins :: Nashorn JDK Scripting Impl 2.1.1-SNAPSHOT [3/6]
[INFO] from nashorn-jdk-impl/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
Downloading from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/idp-admin-impl/5.1.3/idp-admin-impl-5.1.3.pom
Progress (1): 6.3 kB
Downloaded from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/idp-admin-impl/5.1.3/idp-admin-impl-5.1.3.pom (6.3 kB at 150 kB/s)
Downloading from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/idp-admin-api/5.1.3/idp-admin-api-5.1.3.pom
Progress (1): 3.1 kB
Downloaded from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/idp-admin-api/5.1.3/idp-admin-api-5.1.3.pom (3.1 kB at 62 kB/s)
Downloading from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/idp-profile-api/5.1.3/idp-profile-api-5.1.3.pom
Progress (1): 2.4 kB
Downloaded from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/idp-profile-api/5.1.3/idp-profile-api-5.1.3.pom (2.4 kB at 39 kB/s)
Downloading from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/idp-core/5.1.3/idp-core-5.1.3.pom
Progress (1): 3.0 kB
Downloaded from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/idp-core/5.1.3/idp-core-5.1.3.pom (3.0 kB at 71 kB/s)
Downloading from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/idp-authn-api/5.1.3/idp-authn-api-5.1.3.pom
Progress (1): 3.9 kB
Downloaded from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/idp-authn-api/5.1.3/idp-authn-api-5.1.3.pom (3.9 kB at 90 kB/s)
Downloading from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/idp-cas-api/5.1.3/idp-cas-api-5.1.3.pom
Progress (1): 3.2 kB
Downloaded from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/idp-cas-api/5.1.3/idp-cas-api-5.1.3.pom (3.2 kB at 64 kB/s)
Downloading from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/idp-saml-api/5.1.3/idp-saml-api-5.1.3.pom
Progress (1): 3.2 kB
Downloaded from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/idp-saml-api/5.1.3/idp-saml-api-5.1.3.pom (3.2 kB at 86 kB/s)
Downloading from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/idp-session-api/5.1.3/idp-session-api-5.1.3.pom
Progress (1): 2.4 kB
Downloaded from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/idp-session-api/5.1.3/idp-session-api-5.1.3.pom (2.4 kB at 64 kB/s)
Downloading from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/idp-ui/5.1.3/idp-ui-5.1.3.pom
Progress (1): 4.4 kB
Downloaded from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/idp-ui/5.1.3/idp-ui-5.1.3.pom (4.4 kB at 74 kB/s)
Downloading from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/idp-admin-impl/5.1.3/idp-admin-impl-5.1.3.jar
Progress (1): 7.9/60 kB
Progress (1): 16/60 kB
Progress (1): 24/60 kB
Progress (1): 32/60 kB
Progress (1): 40/60 kB
Progress (1): 48/60 kB
Progress (1): 56/60 kB
Progress (1): 60 kB
Downloaded from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/idp-admin-impl/5.1.3/idp-admin-impl-5.1.3.jar (60 kB at 1.4 MB/s)
Downloading from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/idp-admin-api/5.1.3/idp-admin-api-5.1.3.jar
Downloading from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/idp-authn-api/5.1.3/idp-authn-api-5.1.3.jar
Downloading from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/idp-cas-api/5.1.3/idp-cas-api-5.1.3.jar
Downloading from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/idp-session-api/5.1.3/idp-session-api-5.1.3.jar
Progress (1): 7.9/17 kB
Progress (1): 16/17 kB
Progress (1): 17 kB
Downloading from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/idp-saml-api/5.1.3/idp-saml-api-5.1.3.jar
Downloaded from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/idp-admin-api/5.1.3/idp-admin-api-5.1.3.jar (17 kB at 274 kB/s)
Downloading from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/idp-core/5.1.3/idp-core-5.1.3.jar
Progress (1): 7.9/37 kB
Progress (1): 16/37 kB
Progress (1): 24/37 kB
Progress (1): 32/37 kB
Progress (1): 37 kB
Progress (2): 37 kB | 7.9/14 kB
Progress (2): 37 kB | 14 kB
Downloaded from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/idp-core/5.1.3/idp-core-5.1.3.jar (14 kB at 199 kB/s)
Downloading from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/idp-profile-api/5.1.3/idp-profile-api-5.1.3.jar
Downloaded from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/idp-session-api/5.1.3/idp-session-api-5.1.3.jar (37 kB at 441 kB/s)
Downloading from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/idp-ui/5.1.3/idp-ui-5.1.3.jar
Progress (1): 7.9/155 kB
Progress (2): 7.9/155 kB | 7.9/54 kB
Progress (2): 7.9/155 kB | 16/54 kB
Progress (2): 7.9/155 kB | 24/54 kB
Progress (3): 7.9/155 kB | 24/54 kB | 7.9/52 kB
Progress (3): 16/155 kB | 24/54 kB | 7.9/52 kB
Progress (3): 16/155 kB | 24/54 kB | 16/52 kB
Progress (3): 16/155 kB | 32/54 kB | 16/52 kB
Progress (3): 24/155 kB | 32/54 kB | 16/52 kB
Progress (3): 32/155 kB | 32/54 kB | 16/52 kB
Progress (3): 40/155 kB | 32/54 kB | 16/52 kB
Progress (3): 40/155 kB | 32/54 kB | 24/52 kB
Progress (4): 40/155 kB | 32/54 kB | 24/52 kB | 7.9/53 kB
Progress (4): 40/155 kB | 32/54 kB | 32/52 kB | 7.9/53 kB
Progress (4): 48/155 kB | 32/54 kB | 32/52 kB | 7.9/53 kB
Progress (4): 48/155 kB | 32/54 kB | 40/52 kB | 7.9/53 kB
Progress (4): 56/155 kB | 32/54 kB | 40/52 kB | 7.9/53 kB
Progress (4): 56/155 kB | 32/54 kB | 48/52 kB | 7.9/53 kB
Progress (4): 56/155 kB | 32/54 kB | 52 kB | 7.9/53 kB
Progress (5): 56/155 kB | 32/54 kB | 52 kB | 7.9/53 kB | 7.9/50 kB
Progress (5): 56/155 kB | 32/54 kB | 52 kB | 7.9/53 kB | 16/50 kB
Progress (5): 56/155 kB | 32/54 kB | 52 kB | 7.9/53 kB | 24/50 kB
Progress (5): 56/155 kB | 32/54 kB | 52 kB | 7.9/53 kB | 32/50 kB
Progress (5): 56/155 kB | 32/54 kB | 52 kB | 7.9/53 kB | 40/50 kB
Progress (5): 56/155 kB | 40/54 kB | 52 kB | 7.9/53 kB | 40/50 kB
Progress (5): 56/155 kB | 40/54 kB | 52 kB | 16/53 kB | 40/50 kB
Progress (5): 56/155 kB | 40/54 kB | 52 kB | 24/53 kB | 40/50 kB
Progress (5): 56/155 kB | 40/54 kB | 52 kB | 32/53 kB | 40/50 kB
Progress (5): 56/155 kB | 40/54 kB | 52 kB | 40/53 kB | 40/50 kB
Progress (5): 56/155 kB | 40/54 kB | 52 kB | 48/53 kB | 40/50 kB
Progress (5): 56/155 kB | 40/54 kB | 52 kB | 53 kB | 40/50 kB
Progress (5): 64/155 kB | 40/54 kB | 52 kB | 53 kB | 40/50 kB
Progress (5): 72/155 kB | 40/54 kB | 52 kB | 53 kB | 40/50 kB
Progress (5): 72/155 kB | 40/54 kB | 52 kB | 53 kB | 48/50 kB
Progress (5): 72/155 kB | 40/54 kB | 52 kB | 53 kB | 50 kB
Progress (5): 72/155 kB | 48/54 kB | 52 kB | 53 kB | 50 kB
Progress (5): 72/155 kB | 54 kB | 52 kB | 53 kB | 50 kB
Progress (5): 80/155 kB | 54 kB | 52 kB | 53 kB | 50 kB
Progress (5): 88/155 kB | 54 kB | 52 kB | 53 kB | 50 kB
Progress (5): 96/155 kB | 54 kB | 52 kB | 53 kB | 50 kB
Progress (5): 104/155 kB | 54 kB | 52 kB | 53 kB | 50 kB
Downloaded from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/idp-saml-api/5.1.3/idp-saml-api-5.1.3.jar (52 kB at 405 kB/s)
Progress (4): 112/155 kB | 54 kB | 53 kB | 50 kB
Progress (4): 120/155 kB | 54 kB | 53 kB | 50 kB
Progress (4): 128/155 kB | 54 kB | 53 kB | 50 kB
Progress (4): 136/155 kB | 54 kB | 53 kB | 50 kB
Progress (4): 144/155 kB | 54 kB | 53 kB | 50 kB
Progress (4): 152/155 kB | 54 kB | 53 kB | 50 kB
Progress (4): 155 kB | 54 kB | 53 kB | 50 kB
Downloaded from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/idp-cas-api/5.1.3/idp-cas-api-5.1.3.jar (54 kB at 381 kB/s)
Downloaded from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/idp-ui/5.1.3/idp-ui-5.1.3.jar (50 kB at 392 kB/s)
Downloaded from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/idp-profile-api/5.1.3/idp-profile-api-5.1.3.jar (53 kB at 410 kB/s)
Downloaded from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/idp-authn-api/5.1.3/idp-authn-api-5.1.3.jar (155 kB at 898 kB/s)
[INFO]
[INFO] --- clean:3.1.0:clean (default-clean) @ idp-plugin-nashorn-jdk-impl ---
[INFO] Deleting /opt/jenkins/workspace/java-idp-plugin-scripting-v2-idp-versions-java17/java-idp-plugin-scripting-main/nashorn-jdk-impl/target
[INFO]
[INFO] --- enforcer:3.0.0-M3:enforce (maven-version) @ idp-plugin-nashorn-jdk-impl ---
[INFO]
[INFO] --- resources:3.2.0:resources (default-resources) @ idp-plugin-nashorn-jdk-impl ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 3 resources
[INFO]
[INFO] --- compiler:3.10.1:compile (default-compile) @ idp-plugin-nashorn-jdk-impl ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /opt/jenkins/workspace/java-idp-plugin-scripting-v2-idp-versions-java17/java-idp-plugin-scripting-main/nashorn-jdk-impl/target/classes
[INFO]
[INFO] --- resources:3.2.0:testResources (default-testResources) @ idp-plugin-nashorn-jdk-impl ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /opt/jenkins/workspace/java-idp-plugin-scripting-v2-idp-versions-java17/java-idp-plugin-scripting-main/nashorn-jdk-impl/src/test/resources
[INFO]
[INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ idp-plugin-nashorn-jdk-impl ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /opt/jenkins/workspace/java-idp-plugin-scripting-v2-idp-versions-java17/java-idp-plugin-scripting-main/nashorn-jdk-impl/target/test-classes
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ idp-plugin-nashorn-jdk-impl ---
[INFO] Using configured provider org.apache.maven.surefire.testng.TestNGProvider
[INFO]
[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
[INFO] Running net.shibboleth.idp.plugin.scripting.nashorn.EngineTests
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.367 s -- in net.shibboleth.idp.plugin.scripting.nashorn.EngineTests
[INFO]
[INFO] Results:
[INFO]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] --< net.shibboleth.idp.plugin.scripting:idp-plugin-nashorn-jdk-dist >---
[INFO] Building Shibboleth IdP :: Plugins :: Nashorn Distribution (JDK) 2.1.1-SNAPSHOT [4/6]
[INFO] from nashorn-jdk-dist/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- clean:3.1.0:clean (default-clean) @ idp-plugin-nashorn-jdk-dist ---
[INFO]
[INFO] --- enforcer:3.0.0-M3:enforce (maven-version) @ idp-plugin-nashorn-jdk-dist ---
[INFO]
[INFO] -----< net.shibboleth.idp.plugin.scripting:idp-plugin-rhino-impl >------
[INFO] Building Shibboleth IdP :: Plugins :: Rhino Scripting Impl 2.1.1-SNAPSHOT [5/6]
[INFO] from rhino-impl/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.1.0:clean (default-clean) @ idp-plugin-rhino-impl ---
[INFO] Deleting /opt/jenkins/workspace/java-idp-plugin-scripting-v2-idp-versions-java17/java-idp-plugin-scripting-main/rhino-impl/target
[INFO]
[INFO] --- enforcer:3.0.0-M3:enforce (maven-version) @ idp-plugin-rhino-impl ---
[INFO]
[INFO] --- resources:3.2.0:resources (default-resources) @ idp-plugin-rhino-impl ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 4 resources
[INFO]
[INFO] --- compiler:3.10.1:compile (default-compile) @ idp-plugin-rhino-impl ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /opt/jenkins/workspace/java-idp-plugin-scripting-v2-idp-versions-java17/java-idp-plugin-scripting-main/rhino-impl/target/classes
[INFO]
[INFO] --- resources:3.2.0:testResources (default-testResources) @ idp-plugin-rhino-impl ---
[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] --- compiler:3.10.1:testCompile (default-testCompile) @ idp-plugin-rhino-impl ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /opt/jenkins/workspace/java-idp-plugin-scripting-v2-idp-versions-java17/java-idp-plugin-scripting-main/rhino-impl/target/test-classes
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ idp-plugin-rhino-impl ---
[INFO] Using configured provider org.apache.maven.surefire.testng.TestNGProvider
[INFO]
[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
[INFO] Running net.shibboleth.idp.plugin.scripting.rhino.EngineTests
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.936 s -- in net.shibboleth.idp.plugin.scripting.rhino.EngineTests
[INFO]
[INFO] Results:
[INFO]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] -----< net.shibboleth.idp.plugin.scripting:idp-plugin-rhino-dist >------
[INFO] Building Shibboleth IdP :: Plugins :: Rhino Distribution 2.1.1-SNAPSHOT [6/6]
[INFO] from rhino-dist/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- clean:3.1.0:clean (default-clean) @ idp-plugin-rhino-dist ---
[INFO]
[INFO] --- enforcer:3.0.0-M3:enforce (maven-version) @ idp-plugin-rhino-dist ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Shibboleth IdP :: Plugins :: Scripting 2.1.1-SNAPSHOT:
[INFO]
[INFO] Shibboleth IdP :: Plugins :: Scripting ............. SUCCESS [ 0.574 s]
[INFO] Shibboleth IdP :: Plugins :: Scripting Common Code . SUCCESS [ 1.778 s]
[INFO] Shibboleth IdP :: Plugins :: Nashorn JDK Scripting Impl SUCCESS [ 4.337 s]
[INFO] Shibboleth IdP :: Plugins :: Nashorn Distribution (JDK) SUCCESS [ 0.338 s]
[INFO] Shibboleth IdP :: Plugins :: Rhino Scripting Impl .. SUCCESS [ 2.283 s]
[INFO] Shibboleth IdP :: Plugins :: Rhino Distribution .... SUCCESS [ 0.004 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 10.858 s
[INFO] Finished at: 2026-02-03T04:26:30Z
[INFO] ------------------------------------------------------------------------
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Test plugin snapshot with future IdP version)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] dir
Running in /opt/jenkins/workspace/java-idp-plugin-scripting-v2-idp-versions-java17/java-idp-plugin-scripting-main
[Pipeline] {
[Pipeline] sh
+ mvn clean test -D idp.version=5.2.0-SNAPSHOT
[INFO] Scanning for projects...
Downloading from shib-snapshot: https://build.shibboleth.net/maven/snapshots/net/shibboleth/idp/idp-bom/5.2.0-SNAPSHOT/maven-metadata.xml
Downloading from shib-thirdparty-snapshot: https://build.shibboleth.net/maven/thirdparty-snapshots/net/shibboleth/idp/idp-bom/5.2.0-SNAPSHOT/maven-metadata.xml
Downloading from shib-snapshot: https://build.shibboleth.net/maven/snapshots/net/shibboleth/idp/idp-bom/5.2.0-SNAPSHOT/idp-bom-5.2.0-SNAPSHOT.pom
Downloading from shib-thirdparty-snapshot: https://build.shibboleth.net/maven/thirdparty-snapshots/net/shibboleth/idp/idp-bom/5.2.0-SNAPSHOT/idp-bom-5.2.0-SNAPSHOT.pom
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[WARNING] 'parent.relativePath' of POM net.shibboleth.idp.plugin.scripting:idp-plugin-scripting:2.1.1-SNAPSHOT (/opt/jenkins/workspace/java-idp-plugin-scripting-v2-idp-versions-java17/java-idp-plugin-scripting-main/pom.xml) points at net.shibboleth.idp.plugin.scripting:idp-plugin-scripting instead of net.shibboleth:parent, please verify your project structure @ line 7, column 13
[ERROR] Non-resolvable import POM: The following artifacts could not be resolved: net.shibboleth.idp:idp-bom:pom:5.2.0-SNAPSHOT (absent): Could not find artifact net.shibboleth.idp:idp-bom:pom:5.2.0-SNAPSHOT in shib-snapshot (https://build.shibboleth.net/maven/snapshots/) @ line 46, column 25
@
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR] The project net.shibboleth.idp.plugin.scripting:idp-plugin-scripting:2.1.1-SNAPSHOT (/opt/jenkins/workspace/java-idp-plugin-scripting-v2-idp-versions-java17/java-idp-plugin-scripting-main/pom.xml) has 1 error
[ERROR] Non-resolvable import POM: The following artifacts could not be resolved: net.shibboleth.idp:idp-bom:pom:5.2.0-SNAPSHOT (absent): Could not find artifact net.shibboleth.idp:idp-bom:pom:5.2.0-SNAPSHOT in shib-snapshot (https://build.shibboleth.net/maven/snapshots/) @ line 46, column 25 -> [Help 2]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Test release plugin with future IdP version)
Stage "Test release plugin with future IdP version" skipped due to earlier failure(s)
[Pipeline] getContext
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] testNG
TestNG Reports Processing: START
Looking for TestNG results report in workspace using pattern: **/target/surefire-reports/testng-results.xml
Saving reports...
Processing '/var/lib/jenkins/jobs/java-idp-plugin-scripting-v2-idp-versions-java17/builds/124/testng/testng-results-1.xml'
Processing '/var/lib/jenkins/jobs/java-idp-plugin-scripting-v2-idp-versions-java17/builds/124/testng/testng-results.xml'
TestNG Reports Processing: FINISH
[Pipeline] emailext
Sending email to: commits at shibboleth.net
More information about the commits
mailing list