Build failed in Jenkins: java-identity-provider #2595
Shibboleth Jenkins
noreply at shibboleth.net
Thu Sep 25 20:57:23 EDT 2014
See <https://build.shibboleth.net/jenkins/job/java-identity-provider/2595/changes>
Changes:
[Scott Cantor] Add storage api dependency.
------------------------------------------
[...truncated 1947 lines...]
[INFO]
[INFO] --- maven-assembly-plugin:2.4:attached (make-assembly) @ idp-installer ---
[INFO]
[INFO] --- maven-javadoc-plugin:2.9.1:jar (attach-javadocs) @ idp-installer ---
[INFO]
3 warnings
[WARNING] Javadoc Warnings
[WARNING] <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-installer/src/main/java/net/shibboleth/idp/installer/PropertiesWithComments.java>:44: warning - Tag @link:illegal character: "60" in "Pair<String, String>"
[WARNING] <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-installer/src/main/java/net/shibboleth/idp/installer/PropertiesWithComments.java>:44: warning - Tag @link: malformed: "Pair<String, String>"
[WARNING] <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-installer/src/main/java/net/shibboleth/idp/installer/PropertiesWithComments.java>:44: warning - Tag @link: reference not found: Pair<String, String>
[INFO] Building jar: <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-installer/target/idp-installer-3.0-SNAPSHOT-javadoc.jar>
[INFO]
[INFO] --- maven-javadoc-plugin:2.9.1:test-jar (attach-javadocs) @ idp-installer ---
[INFO] Building jar: <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-installer/target/idp-installer-3.0-SNAPSHOT-test-javadoc.jar>
[WARNING] Failed to getClass for org.apache.maven.plugin.source.SourceJarMojo
[INFO]
[INFO] --- maven-source-plugin:2.2.1:jar (attach-sources) @ idp-installer ---
[INFO] Building jar: <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-installer/target/idp-installer-3.0-SNAPSHOT-sources.jar>
[INFO]
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ idp-installer ---
[INFO] Installing <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-installer/target/idp-installer-3.0-SNAPSHOT.jar> to /home/jenkins/.m2/repository/net/shibboleth/idp/idp-installer/3.0-SNAPSHOT/idp-installer-3.0-SNAPSHOT.jar
[INFO] Installing <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-installer/pom.xml> to /home/jenkins/.m2/repository/net/shibboleth/idp/idp-installer/3.0-SNAPSHOT/idp-installer-3.0-SNAPSHOT.pom
[INFO] Installing <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-installer/target/idp-installer-3.0-SNAPSHOT-tests.jar> to /home/jenkins/.m2/repository/net/shibboleth/idp/idp-installer/3.0-SNAPSHOT/idp-installer-3.0-SNAPSHOT-tests.jar
[INFO] Installing <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-installer/target/idp-installer-3.0-SNAPSHOT-javadoc.jar> to /home/jenkins/.m2/repository/net/shibboleth/idp/idp-installer/3.0-SNAPSHOT/idp-installer-3.0-SNAPSHOT-javadoc.jar
[INFO] Installing <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-installer/target/idp-installer-3.0-SNAPSHOT-test-javadoc.jar> to /home/jenkins/.m2/repository/net/shibboleth/idp/idp-installer/3.0-SNAPSHOT/idp-installer-3.0-SNAPSHOT-test-javadoc.jar
[INFO] Installing <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-installer/target/idp-installer-3.0-SNAPSHOT-sources.jar> to /home/jenkins/.m2/repository/net/shibboleth/idp/idp-installer/3.0-SNAPSHOT/idp-installer-3.0-SNAPSHOT-sources.jar
[JENKINS] Archiving disabled
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Shibboleth IdP :: Configuration Files 3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ idp-conf ---
[INFO] Deleting <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-conf/target>
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ idp-conf ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 155 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ idp-conf ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ idp-conf ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 42 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ idp-conf ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 27 source files to <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-conf/target/test-classes>
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING :
[INFO] -------------------------------------------------------------
[WARNING] <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-conf/src/test/java/net/shibboleth/idp/test/flows/mapper/SpoofSAMLMessage.java>: Some input files use unchecked or unsafe operations.
[WARNING] <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-conf/src/test/java/net/shibboleth/idp/test/flows/mapper/SpoofSAMLMessage.java>: Recompile with -Xlint:unchecked for details.
[INFO] 2 warnings
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-conf/src/test/java/net/shibboleth/idp/test/flows/interceptor/PostAuthnFlowTest.java>:[26,46] cannot find symbol
symbol: class ProfileInterceptorContext
location: package net.shibboleth.idp.profile.interceptor
[ERROR] <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-conf/src/test/java/net/shibboleth/idp/test/flows/interceptor/PostAuthnFlowTest.java>:[85,15] cannot find symbol
symbol: class ProfileInterceptorContext
location: class net.shibboleth.idp.test.flows.interceptor.PostAuthnFlowTest
[ERROR] <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-conf/src/test/java/net/shibboleth/idp/test/flows/interceptor/PostAuthnFlowTest.java>:[85,76] cannot find symbol
symbol: class ProfileInterceptorContext
location: class net.shibboleth.idp.test.flows.interceptor.PostAuthnFlowTest
[ERROR] <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-conf/src/test/java/net/shibboleth/idp/test/flows/interceptor/PostAuthnFlowTest.java>:[110,15] cannot find symbol
symbol: class ProfileInterceptorContext
location: class net.shibboleth.idp.test.flows.interceptor.PostAuthnFlowTest
[ERROR] <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-conf/src/test/java/net/shibboleth/idp/test/flows/interceptor/PostAuthnFlowTest.java>:[110,76] cannot find symbol
symbol: class ProfileInterceptorContext
location: class net.shibboleth.idp.test.flows.interceptor.PostAuthnFlowTest
[ERROR] <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-conf/src/test/java/net/shibboleth/idp/test/flows/interceptor/PostAuthnFlowTest.java>:[141,15] cannot find symbol
symbol: class ProfileInterceptorContext
location: class net.shibboleth.idp.test.flows.interceptor.PostAuthnFlowTest
[ERROR] <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-conf/src/test/java/net/shibboleth/idp/test/flows/interceptor/PostAuthnFlowTest.java>:[141,76] cannot find symbol
symbol: class ProfileInterceptorContext
location: class net.shibboleth.idp.test.flows.interceptor.PostAuthnFlowTest
[ERROR] <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-conf/src/test/java/net/shibboleth/idp/test/flows/interceptor/PostAuthnFlowTest.java>:[170,15] cannot find symbol
symbol: class ProfileInterceptorContext
location: class net.shibboleth.idp.test.flows.interceptor.PostAuthnFlowTest
[ERROR] <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-conf/src/test/java/net/shibboleth/idp/test/flows/interceptor/PostAuthnFlowTest.java>:[170,76] cannot find symbol
symbol: class ProfileInterceptorContext
location: class net.shibboleth.idp.test.flows.interceptor.PostAuthnFlowTest
[ERROR] <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-conf/src/test/java/net/shibboleth/idp/test/flows/interceptor/PostAuthnFlowTest.java>:[200,15] cannot find symbol
symbol: class ProfileInterceptorContext
location: class net.shibboleth.idp.test.flows.interceptor.PostAuthnFlowTest
[ERROR] <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-conf/src/test/java/net/shibboleth/idp/test/flows/interceptor/PostAuthnFlowTest.java>:[200,76] cannot find symbol
symbol: class ProfileInterceptorContext
location: class net.shibboleth.idp.test.flows.interceptor.PostAuthnFlowTest
[ERROR] <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-conf/src/test/java/net/shibboleth/idp/test/flows/interceptor/PostAuthnFlowTest.java>:[233,15] cannot find symbol
symbol: class ProfileInterceptorContext
location: class net.shibboleth.idp.test.flows.interceptor.PostAuthnFlowTest
[ERROR] <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-conf/src/test/java/net/shibboleth/idp/test/flows/interceptor/PostAuthnFlowTest.java>:[233,76] cannot find symbol
symbol: class ProfileInterceptorContext
location: class net.shibboleth.idp.test.flows.interceptor.PostAuthnFlowTest
[INFO] 13 errors
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Shibboleth Identity Provider ...................... SUCCESS [25.656s]
[INFO] Shibboleth IdP :: Core ............................ SUCCESS [26.942s]
[INFO] Shibboleth IdP :: Configuration Schemas ........... SUCCESS [11.370s]
[INFO] Shibboleth IdP :: Profile API ..................... SUCCESS [46.632s]
[INFO] Shibboleth IdP :: Authentication API .............. SUCCESS [30.046s]
[INFO] Shibboleth IdP :: Attribute API ................... SUCCESS [30.534s]
[INFO] Shibboleth IdP :: Attribute Resolver API .......... SUCCESS [31.201s]
[INFO] Shibboleth IdP :: Attribute Filter API ............ SUCCESS [32.592s]
[INFO] Shibboleth IdP :: Consent Engine API .............. SUCCESS [15.102s]
[INFO] Shibboleth IdP :: ToU Engine API .................. SUCCESS [18.532s]
[INFO] Shibboleth IdP :: Session API ..................... SUCCESS [26.624s]
[INFO] Shibboleth IdP :: SAML Profile API ................ SUCCESS [37.645s]
[INFO] Shibboleth IdP :: Authentication Implementation ... SUCCESS [51.616s]
[INFO] Shibboleth IdP :: Attribute Implementation ........ SUCCESS [39.164s]
[INFO] Shibboleth IdP :: Session Implementation .......... SUCCESS [56.637s]
[INFO] Shibboleth IdP :: SAML Profile Implementation ..... SUCCESS [1:21.422s]
[INFO] Shibboleth IdP :: Attribute Resolver Implementation SUCCESS [57.620s]
[INFO] Shibboleth IdP :: Attribute Filter Implementation . SUCCESS [1:00.904s]
[INFO] Shibboleth IdP :: Consent Engine Implementation ... SUCCESS [41.384s]
[INFO] Shibboleth IdP :: ToU Engine Implementation ....... SUCCESS [41.608s]
[INFO] Shibboleth IdP :: Profile Implementation .......... SUCCESS [53.585s]
[INFO] Shibboleth IdP :: Profile Spring Integration ...... SUCCESS [1:03.180s]
[INFO] Shibboleth IdP :: Attribute Resolver Spring Integration SUCCESS [1:04.910s]
[INFO] Shibboleth IdP :: Attribute Filter Spring Integration SUCCESS [41.324s]
[INFO] Shibboleth IdP :: Attribute CLI ................... SUCCESS [33.416s]
[INFO] Shibboleth IdP :: UI Support ...................... SUCCESS [21.109s]
[INFO] Shibboleth IdP :: War ............................. SUCCESS [29.196s]
[INFO] Shibboleth IdP :: Installer ....................... SUCCESS [13.073s]
[INFO] Shibboleth IdP :: Configuration Files ............. FAILURE [28.583s]
[INFO] Shibboleth IdP :: Distribution .................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 18:37.596s
[INFO] Finished at: Thu Sep 25 20:57:05 EDT 2014
[INFO] Final Memory: 78M/233M
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile (default-testCompile) on project idp-conf: Compilation failure: Compilation failure:
[ERROR] <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-conf/src/test/java/net/shibboleth/idp/test/flows/interceptor/PostAuthnFlowTest.java>:[26,46] cannot find symbol
[ERROR] symbol: class ProfileInterceptorContext
[ERROR] location: package net.shibboleth.idp.profile.interceptor
[ERROR] <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-conf/src/test/java/net/shibboleth/idp/test/flows/interceptor/PostAuthnFlowTest.java>:[85,15] cannot find symbol
[ERROR] symbol: class ProfileInterceptorContext
[ERROR] location: class net.shibboleth.idp.test.flows.interceptor.PostAuthnFlowTest
[ERROR] <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-conf/src/test/java/net/shibboleth/idp/test/flows/interceptor/PostAuthnFlowTest.java>:[85,76] cannot find symbol
[ERROR] symbol: class ProfileInterceptorContext
[ERROR] location: class net.shibboleth.idp.test.flows.interceptor.PostAuthnFlowTest
[ERROR] <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-conf/src/test/java/net/shibboleth/idp/test/flows/interceptor/PostAuthnFlowTest.java>:[110,15] cannot find symbol
[ERROR] symbol: class ProfileInterceptorContext
[ERROR] location: class net.shibboleth.idp.test.flows.interceptor.PostAuthnFlowTest
[ERROR] <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-conf/src/test/java/net/shibboleth/idp/test/flows/interceptor/PostAuthnFlowTest.java>:[110,76] cannot find symbol
[ERROR] symbol: class ProfileInterceptorContext
[ERROR] location: class net.shibboleth.idp.test.flows.interceptor.PostAuthnFlowTest
[ERROR] <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-conf/src/test/java/net/shibboleth/idp/test/flows/interceptor/PostAuthnFlowTest.java>:[141,15] cannot find symbol
[ERROR] symbol: class ProfileInterceptorContext
[ERROR] location: class net.shibboleth.idp.test.flows.interceptor.PostAuthnFlowTest
[ERROR] <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-conf/src/test/java/net/shibboleth/idp/test/flows/interceptor/PostAuthnFlowTest.java>:[141,76] cannot find symbol
[ERROR] symbol: class ProfileInterceptorContext
[ERROR] location: class net.shibboleth.idp.test.flows.interceptor.PostAuthnFlowTest
[ERROR] <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-conf/src/test/java/net/shibboleth/idp/test/flows/interceptor/PostAuthnFlowTest.java>:[170,15] cannot find symbol
[ERROR] symbol: class ProfileInterceptorContext
[ERROR] location: class net.shibboleth.idp.test.flows.interceptor.PostAuthnFlowTest
[ERROR] <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-conf/src/test/java/net/shibboleth/idp/test/flows/interceptor/PostAuthnFlowTest.java>:[170,76] cannot find symbol
[ERROR] symbol: class ProfileInterceptorContext
[ERROR] location: class net.shibboleth.idp.test.flows.interceptor.PostAuthnFlowTest
[ERROR] <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-conf/src/test/java/net/shibboleth/idp/test/flows/interceptor/PostAuthnFlowTest.java>:[200,15] cannot find symbol
[ERROR] symbol: class ProfileInterceptorContext
[ERROR] location: class net.shibboleth.idp.test.flows.interceptor.PostAuthnFlowTest
[ERROR] <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-conf/src/test/java/net/shibboleth/idp/test/flows/interceptor/PostAuthnFlowTest.java>:[200,76] cannot find symbol
[ERROR] symbol: class ProfileInterceptorContext
[ERROR] location: class net.shibboleth.idp.test.flows.interceptor.PostAuthnFlowTest
[ERROR] <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-conf/src/test/java/net/shibboleth/idp/test/flows/interceptor/PostAuthnFlowTest.java>:[233,15] cannot find symbol
[ERROR] symbol: class ProfileInterceptorContext
[ERROR] location: class net.shibboleth.idp.test.flows.interceptor.PostAuthnFlowTest
[ERROR] <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-conf/src/test/java/net/shibboleth/idp/test/flows/interceptor/PostAuthnFlowTest.java>:[233,76] cannot find symbol
[ERROR] symbol: class ProfileInterceptorContext
[ERROR] location: class net.shibboleth.idp.test.flows.interceptor.PostAuthnFlowTest
[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
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :idp-conf
Sending e-mails to: commits at shibboleth.net
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
Saving reports...
Processing '/home/jenkins/.jenkins/jobs/java-identity-provider/builds/2014-09-25_20-38-17/testng/testng-results-1.xml'
Processing '/home/jenkins/.jenkins/jobs/java-identity-provider/builds/2014-09-25_20-38-17/testng/testng-results-10.xml'
Processing '/home/jenkins/.jenkins/jobs/java-identity-provider/builds/2014-09-25_20-38-17/testng/testng-results-11.xml'
Processing '/home/jenkins/.jenkins/jobs/java-identity-provider/builds/2014-09-25_20-38-17/testng/testng-results-12.xml'
Processing '/home/jenkins/.jenkins/jobs/java-identity-provider/builds/2014-09-25_20-38-17/testng/testng-results-13.xml'
Processing '/home/jenkins/.jenkins/jobs/java-identity-provider/builds/2014-09-25_20-38-17/testng/testng-results-14.xml'
Processing '/home/jenkins/.jenkins/jobs/java-identity-provider/builds/2014-09-25_20-38-17/testng/testng-results-15.xml'
Processing '/home/jenkins/.jenkins/jobs/java-identity-provider/builds/2014-09-25_20-38-17/testng/testng-results-16.xml'
Processing '/home/jenkins/.jenkins/jobs/java-identity-provider/builds/2014-09-25_20-38-17/testng/testng-results-17.xml'
Processing '/home/jenkins/.jenkins/jobs/java-identity-provider/builds/2014-09-25_20-38-17/testng/testng-results-18.xml'
Processing '/home/jenkins/.jenkins/jobs/java-identity-provider/builds/2014-09-25_20-38-17/testng/testng-results-19.xml'
Processing '/home/jenkins/.jenkins/jobs/java-identity-provider/builds/2014-09-25_20-38-17/testng/testng-results-2.xml'
Processing '/home/jenkins/.jenkins/jobs/java-identity-provider/builds/2014-09-25_20-38-17/testng/testng-results-3.xml'
Processing '/home/jenkins/.jenkins/jobs/java-identity-provider/builds/2014-09-25_20-38-17/testng/testng-results-4.xml'
Processing '/home/jenkins/.jenkins/jobs/java-identity-provider/builds/2014-09-25_20-38-17/testng/testng-results-5.xml'
Processing '/home/jenkins/.jenkins/jobs/java-identity-provider/builds/2014-09-25_20-38-17/testng/testng-results-6.xml'
Processing '/home/jenkins/.jenkins/jobs/java-identity-provider/builds/2014-09-25_20-38-17/testng/testng-results-7.xml'
Processing '/home/jenkins/.jenkins/jobs/java-identity-provider/builds/2014-09-25_20-38-17/testng/testng-results-8.xml'
Processing '/home/jenkins/.jenkins/jobs/java-identity-provider/builds/2014-09-25_20-38-17/testng/testng-results-9.xml'
Processing '/home/jenkins/.jenkins/jobs/java-identity-provider/builds/2014-09-25_20-38-17/testng/testng-results.xml'
TestNG Reports Processing: FINISH
More information about the commits
mailing list