Build failed in Jenkins: xmlsectool-v3 #11
Shibboleth Jenkins
noreply at shibboleth.net
Thu Aug 13 20:53:58 UTC 2020
See <http://127.0.0.1:1583/jenkins/job/xmlsectool-v3/11/display/redirect>
Changes:
------------------------------------------
Started by upstream project "java-parent-project-v11" build number 13
originally caused by:
Started by an SCM change
Running as SYSTEM
Building remotely on EC2 (I2) - CentOS7 (i-058fd3e784124f9bd) (CentOS7) in workspace <http://127.0.0.1:1583/jenkins/job/xmlsectool-v3/ws/>
No credentials specified
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://git.shibboleth.net/git/xmlsectool # timeout=10
Fetching upstream changes from https://git.shibboleth.net/git/xmlsectool
> git --version # timeout=10
> git fetch --tags --progress https://git.shibboleth.net/git/xmlsectool +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse refs/remotes/origin/master^{commit} # timeout=10
> git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision 3eee59e365ebdb86aebdeee952bfa78fed2ee7f4 (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 3eee59e365ebdb86aebdeee952bfa78fed2ee7f4 # timeout=10
Commit message: "JPAR-153 - Update checkstyle.xml for LineLength control"
> git rev-list --no-walk 3eee59e365ebdb86aebdeee952bfa78fed2ee7f4 # timeout=10
Parsing POMs
Failed to transfer Could not find metadata net.shibboleth:parent:11.1.0-SNAPSHOT/maven-metadata.xml in local-shared-repository (file:///opt/m2/repository)
Downloaded artifact https://build.shibboleth.net/nexus/content/repositories/snapshots/net/shibboleth/parent/11.1.0-SNAPSHOT/maven-metadata.xml
Failed to transfer Could not find metadata net.shibboleth:parent:11.1.0-SNAPSHOT/maven-metadata.xml in shib-thirdparty-snapshot (https://build.shibboleth.net/nexus/content/repositories/thirdparty-snapshots)
Modules changed, recalculating dependency graph
Established TCP socket on 43941
maven35-agent.jar already up to date
maven35-interceptor.jar already up to date
maven3-interceptor-commons.jar already up to date
[xmlsectool-v3] $ /opt/jdk/amazon-11/bin/java -cp /opt/jenkins/maven35-agent.jar:/opt/maven_home/boot/plexus-classworlds-2.6.0.jar:/opt/maven_home/conf/logging jenkins.maven3.agent.Maven35Main /opt/maven_home /tmp/remoting.jar /opt/jenkins/maven35-interceptor.jar /opt/jenkins/maven3-interceptor-commons.jar 43941
<===[JENKINS REMOTING CAPACITY]===> channel started
Executing Maven: -B -f <http://127.0.0.1:1583/jenkins/job/xmlsectool-v3/ws/pom.xml> -B --update-snapshots clean install
[INFO] Scanning for projects...
[INFO] Downloading from local-shared-repository: file:///opt/m2/repository/net/shibboleth/parent/11.1.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from shib-snapshot: https://build.shibboleth.net/nexus/content/repositories/snapshots/net/shibboleth/parent/11.1.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from shib-snapshot: https://build.shibboleth.net/nexus/content/repositories/snapshots/net/shibboleth/parent/11.1.0-SNAPSHOT/maven-metadata.xml (601 B at 2.2 kB/s)
[INFO] Downloading from shib-thirdparty-snapshot: https://build.shibboleth.net/nexus/content/repositories/thirdparty-snapshots/net/shibboleth/parent/11.1.0-SNAPSHOT/maven-metadata.xml
[INFO]
[INFO] -------------------< net.shibboleth.tool:xmlsectool >-------------------
[INFO] Building XMLSecTool 3.0.0-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ xmlsectool ---
[INFO] Deleting <http://127.0.0.1:1583/jenkins/job/xmlsectool-v3/ws/target>
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (maven-version) @ xmlsectool ---
[INFO]
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ xmlsectool ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ xmlsectool ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 10 source files to <http://127.0.0.1:1583/jenkins/job/xmlsectool-v3/ws/target/classes>
[INFO] <http://127.0.0.1:1583/jenkins/job/xmlsectool-v3/ws/src/main/java/net/shibboleth/tool/xmlsectool/CredentialHelper.java>: <http://127.0.0.1:1583/jenkins/job/xmlsectool-v3/ws/src/main/java/net/shibboleth/tool/xmlsectool/CredentialHelper.java> uses unchecked or unsafe operations.
[INFO] <http://127.0.0.1:1583/jenkins/job/xmlsectool-v3/ws/src/main/java/net/shibboleth/tool/xmlsectool/CredentialHelper.java>: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ xmlsectool ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 58 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ xmlsectool ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to <http://127.0.0.1:1583/jenkins/job/xmlsectool-v3/ws/target/test-classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] <http://127.0.0.1:1583/jenkins/job/xmlsectool-v3/ws/src/test/java/net/shibboleth/tool/xmlsectool/BaseTest.java>:[38,18] package org.testng does not exist
[ERROR] <http://127.0.0.1:1583/jenkins/job/xmlsectool-v3/ws/src/test/java/net/shibboleth/tool/xmlsectool/BaseTest.java>:[39,30] package org.testng.annotations does not exist
[ERROR] <http://127.0.0.1:1583/jenkins/job/xmlsectool-v3/ws/src/test/java/net/shibboleth/tool/xmlsectool/XSTJ59Test.java>:[23,18] package org.testng does not exist
[ERROR] <http://127.0.0.1:1583/jenkins/job/xmlsectool-v3/ws/src/test/java/net/shibboleth/tool/xmlsectool/XSTJ59Test.java>:[24,30] package org.testng.annotations does not exist
[ERROR] <http://127.0.0.1:1583/jenkins/job/xmlsectool-v3/ws/src/test/java/net/shibboleth/tool/xmlsectool/XSTJ51Test.java>:[28,18] package org.testng does not exist
[ERROR] <http://127.0.0.1:1583/jenkins/job/xmlsectool-v3/ws/src/test/java/net/shibboleth/tool/xmlsectool/XSTJ51Test.java>:[29,18] package org.testng does not exist
[ERROR] <http://127.0.0.1:1583/jenkins/job/xmlsectool-v3/ws/src/test/java/net/shibboleth/tool/xmlsectool/XSTJ51Test.java>:[30,30] package org.testng.annotations does not exist
[ERROR] <http://127.0.0.1:1583/jenkins/job/xmlsectool-v3/ws/src/test/java/net/shibboleth/tool/xmlsectool/XSTJ51Test.java>:[31,30] package org.testng.annotations does not exist
[ERROR] <http://127.0.0.1:1583/jenkins/job/xmlsectool-v3/ws/src/test/java/net/shibboleth/tool/xmlsectool/CommandLineArgumentsTest.java>:[21,18] package org.testng does not exist
[ERROR] <http://127.0.0.1:1583/jenkins/job/xmlsectool-v3/ws/src/test/java/net/shibboleth/tool/xmlsectool/CommandLineArgumentsTest.java>:[22,30] package org.testng.annotations does not exist
[ERROR] <http://127.0.0.1:1583/jenkins/job/xmlsectool-v3/ws/src/test/java/net/shibboleth/tool/xmlsectool/BaseTest.java>:[190,6] cannot find symbol
symbol: class BeforeClass
location: class net.shibboleth.tool.xmlsectool.BaseTest
[ERROR] <http://127.0.0.1:1583/jenkins/job/xmlsectool-v3/ws/src/test/java/net/shibboleth/tool/xmlsectool/XSTJ59Test.java>:[41,6] cannot find symbol
symbol: class Test
location: class net.shibboleth.tool.xmlsectool.XSTJ59Test
[ERROR] <http://127.0.0.1:1583/jenkins/job/xmlsectool-v3/ws/src/test/java/net/shibboleth/tool/xmlsectool/XSTJ51Test.java>:[44,6] cannot find symbol
symbol: class BeforeMethod
location: class net.shibboleth.tool.xmlsectool.XSTJ51Test
[ERROR] <http://127.0.0.1:1583/jenkins/job/xmlsectool-v3/ws/src/test/java/net/shibboleth/tool/xmlsectool/XSTJ51Test.java>:[51,6] cannot find symbol
symbol: class Test
location: class net.shibboleth.tool.xmlsectool.XSTJ51Test
[ERROR] <http://127.0.0.1:1583/jenkins/job/xmlsectool-v3/ws/src/test/java/net/shibboleth/tool/xmlsectool/CommandLineArgumentsTest.java>:[26,10] cannot find symbol
symbol: class Test
location: class net.shibboleth.tool.xmlsectool.CommandLineArgumentsTest
[ERROR] <http://127.0.0.1:1583/jenkins/job/xmlsectool-v3/ws/src/test/java/net/shibboleth/tool/xmlsectool/CommandLineArgumentsTest.java>:[42,10] cannot find symbol
symbol: class Test
location: class net.shibboleth.tool.xmlsectool.CommandLineArgumentsTest
[ERROR] <http://127.0.0.1:1583/jenkins/job/xmlsectool-v3/ws/src/test/java/net/shibboleth/tool/xmlsectool/BaseTest.java>:[134,9] cannot find symbol
symbol: variable Assert
location: class net.shibboleth.tool.xmlsectool.BaseTest
[ERROR] <http://127.0.0.1:1583/jenkins/job/xmlsectool-v3/ws/src/test/java/net/shibboleth/tool/xmlsectool/BaseTest.java>:[164,9] cannot find symbol
symbol: variable Assert
location: class net.shibboleth.tool.xmlsectool.BaseTest
[ERROR] <http://127.0.0.1:1583/jenkins/job/xmlsectool-v3/ws/src/test/java/net/shibboleth/tool/xmlsectool/BaseTest.java>:[179,9] cannot find symbol
symbol: variable Assert
location: class net.shibboleth.tool.xmlsectool.BaseTest
[ERROR] <http://127.0.0.1:1583/jenkins/job/xmlsectool-v3/ws/src/test/java/net/shibboleth/tool/xmlsectool/BaseTest.java>:[180,9] cannot find symbol
symbol: variable Assert
location: class net.shibboleth.tool.xmlsectool.BaseTest
[ERROR] <http://127.0.0.1:1583/jenkins/job/xmlsectool-v3/ws/src/test/java/net/shibboleth/tool/xmlsectool/BaseTest.java>:[267,13] cannot find symbol
symbol: variable Assert
location: class net.shibboleth.tool.xmlsectool.BaseTest
[ERROR] <http://127.0.0.1:1583/jenkins/job/xmlsectool-v3/ws/src/test/java/net/shibboleth/tool/xmlsectool/BaseTest.java>:[366,9] cannot find symbol
symbol: variable Assert
location: class net.shibboleth.tool.xmlsectool.BaseTest
[ERROR] <http://127.0.0.1:1583/jenkins/job/xmlsectool-v3/ws/src/test/java/net/shibboleth/tool/xmlsectool/BaseTest.java>:[367,9] cannot find symbol
symbol: variable Assert
location: class net.shibboleth.tool.xmlsectool.BaseTest
[ERROR] <http://127.0.0.1:1583/jenkins/job/xmlsectool-v3/ws/src/test/java/net/shibboleth/tool/xmlsectool/XSTJ59Test.java>:[62,9] cannot find symbol
symbol: variable Assert
location: class net.shibboleth.tool.xmlsectool.XSTJ59Test
[ERROR] <http://127.0.0.1:1583/jenkins/job/xmlsectool-v3/ws/src/test/java/net/shibboleth/tool/xmlsectool/XSTJ51Test.java>:[47,23] cannot find symbol
symbol: class SkipException
location: class net.shibboleth.tool.xmlsectool.XSTJ51Test
[ERROR] <http://127.0.0.1:1583/jenkins/job/xmlsectool-v3/ws/src/test/java/net/shibboleth/tool/xmlsectool/XSTJ51Test.java>:[82,9] cannot find symbol
symbol: variable Assert
location: class net.shibboleth.tool.xmlsectool.XSTJ51Test
[ERROR] <http://127.0.0.1:1583/jenkins/job/xmlsectool-v3/ws/src/test/java/net/shibboleth/tool/xmlsectool/XSTJ51Test.java>:[85,13] cannot find symbol
symbol: variable Assert
location: class net.shibboleth.tool.xmlsectool.XSTJ51Test
[ERROR] <http://127.0.0.1:1583/jenkins/job/xmlsectool-v3/ws/src/test/java/net/shibboleth/tool/xmlsectool/CommandLineArgumentsTest.java>:[38,17] cannot find symbol
symbol: variable Assert
location: class net.shibboleth.tool.xmlsectool.CommandLineArgumentsTest
[ERROR] <http://127.0.0.1:1583/jenkins/job/xmlsectool-v3/ws/src/test/java/net/shibboleth/tool/xmlsectool/CommandLineArgumentsTest.java>:[39,17] cannot find symbol
symbol: variable Assert
location: class net.shibboleth.tool.xmlsectool.CommandLineArgumentsTest
[ERROR] <http://127.0.0.1:1583/jenkins/job/xmlsectool-v3/ws/src/test/java/net/shibboleth/tool/xmlsectool/CommandLineArgumentsTest.java>:[54,17] cannot find symbol
symbol: variable Assert
location: class net.shibboleth.tool.xmlsectool.CommandLineArgumentsTest
[ERROR] <http://127.0.0.1:1583/jenkins/job/xmlsectool-v3/ws/src/test/java/net/shibboleth/tool/xmlsectool/CommandLineArgumentsTest.java>:[55,17] cannot find symbol
symbol: variable Assert
location: class net.shibboleth.tool.xmlsectool.CommandLineArgumentsTest
[ERROR] <http://127.0.0.1:1583/jenkins/job/xmlsectool-v3/ws/src/test/java/net/shibboleth/tool/xmlsectool/CommandLineArgumentsTest.java>:[56,17] cannot find symbol
symbol: variable Assert
location: class net.shibboleth.tool.xmlsectool.CommandLineArgumentsTest
[INFO] 32 errors
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 7.565 s
[INFO] Finished at: 2020-08-13T20:53:57Z
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:testCompile (default-testCompile) on project xmlsectool: Compilation failure: Compilation failure:
[ERROR] <http://127.0.0.1:1583/jenkins/job/xmlsectool-v3/ws/src/test/java/net/shibboleth/tool/xmlsectool/BaseTest.java>:[38,18] package org.testng does not exist
[ERROR] <http://127.0.0.1:1583/jenkins/job/xmlsectool-v3/ws/src/test/java/net/shibboleth/tool/xmlsectool/BaseTest.java>:[39,30] package org.testng.annotations does not exist
[ERROR] <http://127.0.0.1:1583/jenkins/job/xmlsectool-v3/ws/src/test/java/net/shibboleth/tool/xmlsectool/XSTJ59Test.java>:[23,18] package org.testng does not exist
[ERROR] <http://127.0.0.1:1583/jenkins/job/xmlsectool-v3/ws/src/test/java/net/shibboleth/tool/xmlsectool/XSTJ59Test.java>:[24,30] package org.testng.annotations does not exist
[ERROR] <http://127.0.0.1:1583/jenkins/job/xmlsectool-v3/ws/src/test/java/net/shibboleth/tool/xmlsectool/XSTJ51Test.java>:[28,18] package org.testng does not exist
[ERROR] <http://127.0.0.1:1583/jenkins/job/xmlsectool-v3/ws/src/test/java/net/shibboleth/tool/xmlsectool/XSTJ51Test.java>:[29,18] package org.testng does not exist
[ERROR] <http://127.0.0.1:1583/jenkins/job/xmlsectool-v3/ws/src/test/java/net/shibboleth/tool/xmlsectool/XSTJ51Test.java>:[30,30] package org.testng.annotations does not exist
[ERROR] <http://127.0.0.1:1583/jenkins/job/xmlsectool-v3/ws/src/test/java/net/shibboleth/tool/xmlsectool/XSTJ51Test.java>:[31,30] package org.testng.annotations does not exist
[ERROR] <http://127.0.0.1:1583/jenkins/job/xmlsectool-v3/ws/src/test/java/net/shibboleth/tool/xmlsectool/CommandLineArgumentsTest.java>:[21,18] package org.testng does not exist
[ERROR] <http://127.0.0.1:1583/jenkins/job/xmlsectool-v3/ws/src/test/java/net/shibboleth/tool/xmlsectool/CommandLineArgumentsTest.java>:[22,30] package org.testng.annotations does not exist
[ERROR] <http://127.0.0.1:1583/jenkins/job/xmlsectool-v3/ws/src/test/java/net/shibboleth/tool/xmlsectool/BaseTest.java>:[190,6] cannot find symbol
[ERROR] symbol: class BeforeClass
[ERROR] location: class net.shibboleth.tool.xmlsectool.BaseTest
[ERROR] <http://127.0.0.1:1583/jenkins/job/xmlsectool-v3/ws/src/test/java/net/shibboleth/tool/xmlsectool/XSTJ59Test.java>:[41,6] cannot find symbol
[ERROR] symbol: class Test
[ERROR] location: class net.shibboleth.tool.xmlsectool.XSTJ59Test
[ERROR] <http://127.0.0.1:1583/jenkins/job/xmlsectool-v3/ws/src/test/java/net/shibboleth/tool/xmlsectool/XSTJ51Test.java>:[44,6] cannot find symbol
[ERROR] symbol: class BeforeMethod
[ERROR] location: class net.shibboleth.tool.xmlsectool.XSTJ51Test
[ERROR] <http://127.0.0.1:1583/jenkins/job/xmlsectool-v3/ws/src/test/java/net/shibboleth/tool/xmlsectool/XSTJ51Test.java>:[51,6] cannot find symbol
[ERROR] symbol: class Test
[ERROR] location: class net.shibboleth.tool.xmlsectool.XSTJ51Test
[ERROR] <http://127.0.0.1:1583/jenkins/job/xmlsectool-v3/ws/src/test/java/net/shibboleth/tool/xmlsectool/CommandLineArgumentsTest.java>:[26,10] cannot find symbol
[ERROR] symbol: class Test
[ERROR] location: class net.shibboleth.tool.xmlsectool.CommandLineArgumentsTest
[ERROR] <http://127.0.0.1:1583/jenkins/job/xmlsectool-v3/ws/src/test/java/net/shibboleth/tool/xmlsectool/CommandLineArgumentsTest.java>:[42,10] cannot find symbol
[ERROR] symbol: class Test
[ERROR] location: class net.shibboleth.tool.xmlsectool.CommandLineArgumentsTest
[ERROR] <http://127.0.0.1:1583/jenkins/job/xmlsectool-v3/ws/src/test/java/net/shibboleth/tool/xmlsectool/BaseTest.java>:[134,9] cannot find symbol
[ERROR] symbol: variable Assert
[ERROR] location: class net.shibboleth.tool.xmlsectool.BaseTest
[ERROR] <http://127.0.0.1:1583/jenkins/job/xmlsectool-v3/ws/src/test/java/net/shibboleth/tool/xmlsectool/BaseTest.java>:[164,9] cannot find symbol
[ERROR] symbol: variable Assert
[ERROR] location: class net.shibboleth.tool.xmlsectool.BaseTest
[ERROR] <http://127.0.0.1:1583/jenkins/job/xmlsectool-v3/ws/src/test/java/net/shibboleth/tool/xmlsectool/BaseTest.java>:[179,9] cannot find symbol
[ERROR] symbol: variable Assert
[ERROR] location: class net.shibboleth.tool.xmlsectool.BaseTest
[ERROR] <http://127.0.0.1:1583/jenkins/job/xmlsectool-v3/ws/src/test/java/net/shibboleth/tool/xmlsectool/BaseTest.java>:[180,9] cannot find symbol
[ERROR] symbol: variable Assert
[ERROR] location: class net.shibboleth.tool.xmlsectool.BaseTest
[ERROR] <http://127.0.0.1:1583/jenkins/job/xmlsectool-v3/ws/src/test/java/net/shibboleth/tool/xmlsectool/BaseTest.java>:[267,13] cannot find symbol
[ERROR] symbol: variable Assert
[ERROR] location: class net.shibboleth.tool.xmlsectool.BaseTest
[ERROR] <http://127.0.0.1:1583/jenkins/job/xmlsectool-v3/ws/src/test/java/net/shibboleth/tool/xmlsectool/BaseTest.java>:[366,9] cannot find symbol
[ERROR] symbol: variable Assert
[ERROR] location: class net.shibboleth.tool.xmlsectool.BaseTest
[ERROR] <http://127.0.0.1:1583/jenkins/job/xmlsectool-v3/ws/src/test/java/net/shibboleth/tool/xmlsectool/BaseTest.java>:[367,9] cannot find symbol
[ERROR] symbol: variable Assert
[ERROR] location: class net.shibboleth.tool.xmlsectool.BaseTest
[ERROR] <http://127.0.0.1:1583/jenkins/job/xmlsectool-v3/ws/src/test/java/net/shibboleth/tool/xmlsectool/XSTJ59Test.java>:[62,9] cannot find symbol
[ERROR] symbol: variable Assert
[ERROR] location: class net.shibboleth.tool.xmlsectool.XSTJ59Test
[ERROR] <http://127.0.0.1:1583/jenkins/job/xmlsectool-v3/ws/src/test/java/net/shibboleth/tool/xmlsectool/XSTJ51Test.java>:[47,23] cannot find symbol
[ERROR] symbol: class SkipException
[ERROR] location: class net.shibboleth.tool.xmlsectool.XSTJ51Test
[ERROR] <http://127.0.0.1:1583/jenkins/job/xmlsectool-v3/ws/src/test/java/net/shibboleth/tool/xmlsectool/XSTJ51Test.java>:[82,9] cannot find symbol
[ERROR] symbol: variable Assert
[ERROR] location: class net.shibboleth.tool.xmlsectool.XSTJ51Test
[ERROR] <http://127.0.0.1:1583/jenkins/job/xmlsectool-v3/ws/src/test/java/net/shibboleth/tool/xmlsectool/XSTJ51Test.java>:[85,13] cannot find symbol
[ERROR] symbol: variable Assert
[ERROR] location: class net.shibboleth.tool.xmlsectool.XSTJ51Test
[ERROR] <http://127.0.0.1:1583/jenkins/job/xmlsectool-v3/ws/src/test/java/net/shibboleth/tool/xmlsectool/CommandLineArgumentsTest.java>:[38,17] cannot find symbol
[ERROR] symbol: variable Assert
[ERROR] location: class net.shibboleth.tool.xmlsectool.CommandLineArgumentsTest
[ERROR] <http://127.0.0.1:1583/jenkins/job/xmlsectool-v3/ws/src/test/java/net/shibboleth/tool/xmlsectool/CommandLineArgumentsTest.java>:[39,17] cannot find symbol
[ERROR] symbol: variable Assert
[ERROR] location: class net.shibboleth.tool.xmlsectool.CommandLineArgumentsTest
[ERROR] <http://127.0.0.1:1583/jenkins/job/xmlsectool-v3/ws/src/test/java/net/shibboleth/tool/xmlsectool/CommandLineArgumentsTest.java>:[54,17] cannot find symbol
[ERROR] symbol: variable Assert
[ERROR] location: class net.shibboleth.tool.xmlsectool.CommandLineArgumentsTest
[ERROR] <http://127.0.0.1:1583/jenkins/job/xmlsectool-v3/ws/src/test/java/net/shibboleth/tool/xmlsectool/CommandLineArgumentsTest.java>:[55,17] cannot find symbol
[ERROR] symbol: variable Assert
[ERROR] location: class net.shibboleth.tool.xmlsectool.CommandLineArgumentsTest
[ERROR] <http://127.0.0.1:1583/jenkins/job/xmlsectool-v3/ws/src/test/java/net/shibboleth/tool/xmlsectool/CommandLineArgumentsTest.java>:[56,17] cannot find symbol
[ERROR] symbol: variable Assert
[ERROR] location: class net.shibboleth.tool.xmlsectool.CommandLineArgumentsTest
[ERROR] -> [Help 1]
[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/MojoFailureException
Sending e-mails to: commits at shibboleth.net
channel stopped
TestNG Reports Processing: START
Looking for TestNG results report in workspace using pattern: **/target/surefire-reports/testng-results.xml
Did not find any matching files.
More information about the commits
mailing list