See <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-apacheds-test/95/display/redirect?page=changes>
Changes: [Shawn McKinney] update depends ------------------------------------------ Started by an SCM change Running as SYSTEM [EnvInject] - Loading node environment variables. Building remotely on H43 (ubuntu) in workspace <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-apacheds-test/ws/> The recommended git tool is: NONE 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://gitbox.apache.org/repos/asf/directory-fortress-core.git # timeout=10 Fetching upstream changes from https://gitbox.apache.org/repos/asf/directory-fortress-core.git > git --version # timeout=10 > git --version # 'git version 2.17.1' > git fetch --tags --progress -- > https://gitbox.apache.org/repos/asf/directory-fortress-core.git > +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 Checking out Revision 3f08c8517f65a93c30b2e706ad97985fb7745187 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 3f08c8517f65a93c30b2e706ad97985fb7745187 # timeout=10 Commit message: "update depends" > git rev-list --no-walk 0bc03746319daeba3d01efe5dbf9ed0e15f1b472 # timeout=10 [dir-fortress-core-docker-apacheds-test] $ /bin/sh -xe /tmp/jenkins7560641822425951259.sh + export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/home/jenkins/tools/maven/latest/bin + export JAVA_HOME=/home/jenkins/tools/java/latest + mvn -v Apache Maven 3.8.1 (05c21c65bdfed0f71a2f2ada8b84da59348c4c5d) Maven home: /home/jenkins/tools/maven/latest Java version: 1.8.0_241, vendor: Oracle Corporation, runtime: /usr/local/asfpackages/java/jdk1.8.0_241/jre Default locale: en_US, platform encoding: ISO-8859-1 OS name: "linux", version: "4.15.0-76-generic", arch: "amd64", family: "unix" + src/docker/apacheds-for-apache-fortress-tests/run-tests.sh + docker pull apachedirectory/apacheds-for-apache-fortress-tests Using default tag: latest latest: Pulling from apachedirectory/apacheds-for-apache-fortress-tests Digest: sha256:0ed4175e24264980c8f8d168dc4bc0211fc5bc588cf5ff351c23c85643f930b2 Status: Image is up to date for apachedirectory/apacheds-for-apache-fortress-tests:latest docker.io/apachedirectory/apacheds-for-apache-fortress-tests:latest + docker run -d -P apachedirectory/apacheds-for-apache-fortress-tests + CONTAINER_ID=940a337dbee59a5de1dfad0c3b5133bc3dc25ff56c688257a04db8b80ac2ece2 + docker inspect --format={{(index (index .NetworkSettings.Ports "10389/tcp") 0).HostPort}} 940a337dbee59a5de1dfad0c3b5133bc3dc25ff56c688257a04db8b80ac2ece2 + CONTAINER_PORT=49352 + echo 49352 49352 + cp build.properties.example build.properties + sed -i s/^ldap\.server\.type=.*/ldap.server.type=apacheds/ build.properties + sed -i s/^ldap\.host=.*/ldap.host=localhost/ build.properties + sed -i s/^ldap\.port=.*/ldap.port=49352/ build.properties + sed -i s/^suffix\.name=.*/suffix.name=example/ build.properties + sed -i s/^suffix\.dc=.*/suffix.dc=com/ build.properties + sed -i s/^root\.dn=.*/root.dn=uid=admin,ou=system/ build.properties + sed -i s/^root\.pw=.*/root.pw={SSHA}pSOV2TpCxj2NMACijkcMko4fGrFopctU/ build.properties + sed -i s/^cfg\.root\.pw=.*/cfg.root.pw=secret/ build.properties + mvn clean install [INFO] Scanning for projects... [WARNING] [WARNING] Some problems were encountered while building the effective model for org.apache.directory.fortress:fortress-core:jar:2.0.6-SNAPSHOT [WARNING] Reporting configuration should be done in <reporting> section, not in maven-site-plugin <configuration> as reportPlugins parameter. [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] ------------< org.apache.directory.fortress:fortress-core >------------- [INFO] Building Apache Fortress Core 2.0.6-SNAPSHOT [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ fortress-core --- [INFO] Deleting <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-apacheds-test/ws/target> [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources) @ fortress-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 8 resources [INFO] [INFO] --- maven-remote-resources-plugin:1.5:process (default) @ fortress-core --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ fortress-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 8 resources [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ fortress-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 246 source files to <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-apacheds-test/ws/target/classes> [INFO] ------------------------------------------------------------- [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-apacheds-test/ws/src/main/java/org/apache/directory/fortress/core/impl/RoleUtil.java>:[40,25] cannot access org.jgrapht.graph.SimpleDirectedGraph bad class file: /home/jenkins/.m2/repository/org/jgrapht/jgrapht-core/1.5.1/jgrapht-core-1.5.1.jar(org/jgrapht/graph/SimpleDirectedGraph.class) class file has wrong version 55.0, should be 52.0 Please remove or make sure it appears in the correct subdirectory of the classpath. [INFO] 1 error [INFO] ------------------------------------------------------------- [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 6.939 s [INFO] Finished at: 2021-07-01T20:49:36Z [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project fortress-core: Compilation failure [ERROR] <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-apacheds-test/ws/src/main/java/org/apache/directory/fortress/core/impl/RoleUtil.java>:[40,25] cannot access org.jgrapht.graph.SimpleDirectedGraph [ERROR] bad class file: /home/jenkins/.m2/repository/org/jgrapht/jgrapht-core/1.5.1/jgrapht-core-1.5.1.jar(org/jgrapht/graph/SimpleDirectedGraph.class) [ERROR] class file has wrong version 55.0, should be 52.0 [ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath. [ERROR] [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 Build step 'Execute shell' marked build as failure
