You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@directory.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2021/07/01 20:52:17 UTC

Build failed in Jenkins: Directory » dir-fortress-core-docker-openldap-test #101

See <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-openldap-test/101/display/redirect?page=changes>

Changes:

[Shawn McKinney] 2.0.6 release preps


------------------------------------------
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H40 (ubuntu) in workspace <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-openldap-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 ba3679bb184b4a7c3c3314c0362c33db8d027da8 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ba3679bb184b4a7c3c3314c0362c33db8d027da8 # timeout=10
Commit message: "2.0.6 release preps"
 > git rev-list --no-walk eb198440c78764bd6a0422911b74736e25e50d18 # timeout=10
[dir-fortress-core-docker-openldap-test] $ /bin/sh -xe /tmp/jenkins6750409425137715841.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/openldap-for-apache-fortress-tests/run-tests.sh
+ docker pull apachedirectory/openldap-for-apache-fortress-tests
Using default tag: latest
latest: Pulling from apachedirectory/openldap-for-apache-fortress-tests
Digest: sha256:a4cd896f213fbf28ca05e16c2f43134da1793ebb1fedbe5d799e57c868dd55cc
Status: Image is up to date for apachedirectory/openldap-for-apache-fortress-tests:latest
docker.io/apachedirectory/openldap-for-apache-fortress-tests:latest
+ docker run -d -P apachedirectory/openldap-for-apache-fortress-tests
+ CONTAINER_ID=f661ae1d64891a655d48655340b7aad5aec630a02876251f09bd9079f08bc570
+ docker inspect --format={{(index (index .NetworkSettings.Ports "389/tcp") 0).HostPort}} f661ae1d64891a655d48655340b7aad5aec630a02876251f09bd9079f08bc570
+ CONTAINER_PORT=53960
+ echo 53960
53960
+ cp build.properties.example build.properties
+ cp slapd.properties.example slapd.properties
+ sed -i s/^ldap\.host=.*/ldap.host=localhost/ slapd.properties
+ sed -i s/^ldap\.port=.*/ldap.port=53960/ slapd.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-openldap-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-openldap-test/ws/target/classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-openldap-test/ws/src/main/java/org/apache/directory/fortress/core/impl/PsoUtil.java>:[38,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.
[ERROR] <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-openldap-test/ws/src/main/java/org/apache/directory/fortress/core/impl/DelReviewMgrImpl.java>:[137,45] cannot find symbol
  symbol:   method operationName()
  location: @interface org.apache.directory.fortress.annotation.AdminPermissionOperation
[ERROR] <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-openldap-test/ws/src/main/java/org/apache/directory/fortress/core/impl/DelReviewMgrImpl.java>:[152,45] cannot find symbol
  symbol:   method operationName()
  location: @interface org.apache.directory.fortress.annotation.AdminPermissionOperation
[INFO] 3 errors 
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  5.297 s
[INFO] Finished at: 2021-07-01T20:52:15Z
[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: Compilation failure: 
[ERROR] <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-openldap-test/ws/src/main/java/org/apache/directory/fortress/core/impl/PsoUtil.java>:[38,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] <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-openldap-test/ws/src/main/java/org/apache/directory/fortress/core/impl/DelReviewMgrImpl.java>:[137,45] cannot find symbol
[ERROR]   symbol:   method operationName()
[ERROR]   location: @interface org.apache.directory.fortress.annotation.AdminPermissionOperation
[ERROR] <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-openldap-test/ws/src/main/java/org/apache/directory/fortress/core/impl/DelReviewMgrImpl.java>:[152,45] cannot find symbol
[ERROR]   symbol:   method operationName()
[ERROR]   location: @interface org.apache.directory.fortress.annotation.AdminPermissionOperation
[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

Jenkins build is back to normal : Directory » dir-fortress-core-docker-openldap-test #107

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-openldap-test/107/display/redirect?page=changes>


Build failed in Jenkins: Directory » dir-fortress-core-docker-openldap-test #106

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-openldap-test/106/display/redirect?page=changes>

Changes:

[Shawn McKinney] [maven-release-plugin] prepare for next development iteration


------------------------------------------
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H40 (ubuntu) in workspace <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-openldap-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 32da905eb497c02e29020264eed0e593de7ec1c5 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 32da905eb497c02e29020264eed0e593de7ec1c5 # timeout=10
Commit message: "[maven-release-plugin] prepare for next development iteration"
 > git rev-list --no-walk c9353ab16cc786bf13590c67b818a412bea7434d # timeout=10
[dir-fortress-core-docker-openldap-test] $ /bin/sh -xe /tmp/jenkins4267543040798109132.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/openldap-for-apache-fortress-tests/run-tests.sh
+ docker pull apachedirectory/openldap-for-apache-fortress-tests
Using default tag: latest
latest: Pulling from apachedirectory/openldap-for-apache-fortress-tests
Digest: sha256:a4cd896f213fbf28ca05e16c2f43134da1793ebb1fedbe5d799e57c868dd55cc
Status: Image is up to date for apachedirectory/openldap-for-apache-fortress-tests:latest
docker.io/apachedirectory/openldap-for-apache-fortress-tests:latest
+ docker run -d -P apachedirectory/openldap-for-apache-fortress-tests
+ CONTAINER_ID=3ddb29f2404915da6b5590f1b296d77623e93bf0a9ba6e94279fde311d34f6b1
+ docker inspect --format={{(index (index .NetworkSettings.Ports "389/tcp") 0).HostPort}} 3ddb29f2404915da6b5590f1b296d77623e93bf0a9ba6e94279fde311d34f6b1
+ CONTAINER_PORT=54481
+ echo 54481
54481
+ cp build.properties.example build.properties
+ cp slapd.properties.example slapd.properties
+ sed -i s/^ldap\.host=.*/ldap.host=localhost/ slapd.properties
+ sed -i s/^ldap\.port=.*/ldap.port=54481/ slapd.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.7-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.7-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-openldap-test/ws/target>
[INFO] 
[INFO] --- maven-resources-plugin:2.7: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:2.7: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-openldap-test/ws/target/classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-openldap-test/ws/src/main/java/org/apache/directory/fortress/core/impl/PsoUtil.java>:[38,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.
[ERROR] <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-openldap-test/ws/src/main/java/org/apache/directory/fortress/core/impl/DelReviewMgrImpl.java>:[137,45] cannot find symbol
  symbol:   method operationName()
  location: @interface org.apache.directory.fortress.annotation.AdminPermissionOperation
[ERROR] <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-openldap-test/ws/src/main/java/org/apache/directory/fortress/core/impl/DelReviewMgrImpl.java>:[152,45] cannot find symbol
  symbol:   method operationName()
  location: @interface org.apache.directory.fortress.annotation.AdminPermissionOperation
[INFO] 3 errors 
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  5.198 s
[INFO] Finished at: 2021-07-02T13:42:59Z
[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: Compilation failure: 
[ERROR] <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-openldap-test/ws/src/main/java/org/apache/directory/fortress/core/impl/PsoUtil.java>:[38,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] <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-openldap-test/ws/src/main/java/org/apache/directory/fortress/core/impl/DelReviewMgrImpl.java>:[137,45] cannot find symbol
[ERROR]   symbol:   method operationName()
[ERROR]   location: @interface org.apache.directory.fortress.annotation.AdminPermissionOperation
[ERROR] <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-openldap-test/ws/src/main/java/org/apache/directory/fortress/core/impl/DelReviewMgrImpl.java>:[152,45] cannot find symbol
[ERROR]   symbol:   method operationName()
[ERROR]   location: @interface org.apache.directory.fortress.annotation.AdminPermissionOperation
[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

Build failed in Jenkins: Directory » dir-fortress-core-docker-openldap-test #105

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-openldap-test/105/display/redirect?page=changes>

Changes:

[Shawn McKinney] [maven-release-plugin] prepare release 2.0.6


------------------------------------------
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H40 (ubuntu) in workspace <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-openldap-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 c9353ab16cc786bf13590c67b818a412bea7434d (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c9353ab16cc786bf13590c67b818a412bea7434d # timeout=10
Commit message: "[maven-release-plugin] prepare release 2.0.6"
 > git rev-list --no-walk 49d8cd7fa057f891a8746e9566b5442f1604eec9 # timeout=10
[dir-fortress-core-docker-openldap-test] $ /bin/sh -xe /tmp/jenkins6913035906727468040.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/openldap-for-apache-fortress-tests/run-tests.sh
+ docker pull apachedirectory/openldap-for-apache-fortress-tests
Using default tag: latest
latest: Pulling from apachedirectory/openldap-for-apache-fortress-tests
Digest: sha256:a4cd896f213fbf28ca05e16c2f43134da1793ebb1fedbe5d799e57c868dd55cc
Status: Image is up to date for apachedirectory/openldap-for-apache-fortress-tests:latest
docker.io/apachedirectory/openldap-for-apache-fortress-tests:latest
+ docker run -d -P apachedirectory/openldap-for-apache-fortress-tests
+ CONTAINER_ID=a8145fc749e2974c199ed7eaa62c2fe3647bd25774026ffa0471229d5fc894bb
+ docker inspect --format={{(index (index .NetworkSettings.Ports "389/tcp") 0).HostPort}} a8145fc749e2974c199ed7eaa62c2fe3647bd25774026ffa0471229d5fc894bb
+ CONTAINER_PORT=54480
+ echo 54480
54480
+ cp build.properties.example build.properties
+ cp slapd.properties.example slapd.properties
+ sed -i s/^ldap\.host=.*/ldap.host=localhost/ slapd.properties
+ sed -i s/^ldap\.port=.*/ldap.port=54480/ slapd.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
[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
[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-openldap-test/ws/target>
[INFO] 
[INFO] --- maven-resources-plugin:2.7: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:2.7: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-openldap-test/ws/target/classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-openldap-test/ws/src/main/java/org/apache/directory/fortress/core/impl/PsoUtil.java>:[38,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.
[ERROR] <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-openldap-test/ws/src/main/java/org/apache/directory/fortress/core/impl/DelReviewMgrImpl.java>:[137,45] cannot find symbol
  symbol:   method operationName()
  location: @interface org.apache.directory.fortress.annotation.AdminPermissionOperation
[ERROR] <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-openldap-test/ws/src/main/java/org/apache/directory/fortress/core/impl/DelReviewMgrImpl.java>:[152,45] cannot find symbol
  symbol:   method operationName()
  location: @interface org.apache.directory.fortress.annotation.AdminPermissionOperation
[INFO] 3 errors 
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  7.347 s
[INFO] Finished at: 2021-07-02T13:42:26Z
[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: Compilation failure: 
[ERROR] <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-openldap-test/ws/src/main/java/org/apache/directory/fortress/core/impl/PsoUtil.java>:[38,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] <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-openldap-test/ws/src/main/java/org/apache/directory/fortress/core/impl/DelReviewMgrImpl.java>:[137,45] cannot find symbol
[ERROR]   symbol:   method operationName()
[ERROR]   location: @interface org.apache.directory.fortress.annotation.AdminPermissionOperation
[ERROR] <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-openldap-test/ws/src/main/java/org/apache/directory/fortress/core/impl/DelReviewMgrImpl.java>:[152,45] cannot find symbol
[ERROR]   symbol:   method operationName()
[ERROR]   location: @interface org.apache.directory.fortress.annotation.AdminPermissionOperation
[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

Build failed in Jenkins: Directory » dir-fortress-core-docker-openldap-test #104

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-openldap-test/104/display/redirect?page=changes>

Changes:

[Shawn McKinney] 2.0.6 release preps take 3


------------------------------------------
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H41 (ubuntu) in workspace <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-openldap-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 49d8cd7fa057f891a8746e9566b5442f1604eec9 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 49d8cd7fa057f891a8746e9566b5442f1604eec9 # timeout=10
Commit message: "2.0.6 release preps take 3"
 > git rev-list --no-walk 994901b7bbd53f4bb91b1c9566a880b1c1028ad7 # timeout=10
[dir-fortress-core-docker-openldap-test] $ /bin/sh -xe /tmp/jenkins8692699033130795267.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-99-generic", arch: "amd64", family: "unix"
+ src/docker/openldap-for-apache-fortress-tests/run-tests.sh
+ docker pull apachedirectory/openldap-for-apache-fortress-tests
Using default tag: latest
latest: Pulling from apachedirectory/openldap-for-apache-fortress-tests
34656812d18f: Pulling fs layer
bf47adcaddba: Pulling fs layer
6d44b7c25c28: Pulling fs layer
cdfe36b0773e: Pulling fs layer
b8445fd9862b: Pulling fs layer
b313acc93641: Pulling fs layer
bd7bfd8bd66d: Pulling fs layer
198557b32759: Pulling fs layer
35482d713adf: Pulling fs layer
44e6b4b8b80b: Pulling fs layer
f436120d0e92: Pulling fs layer
cdfe36b0773e: Waiting
b8445fd9862b: Waiting
b313acc93641: Waiting
bd7bfd8bd66d: Waiting
198557b32759: Waiting
35482d713adf: Waiting
44e6b4b8b80b: Waiting
f436120d0e92: Waiting
6d44b7c25c28: Verifying Checksum
6d44b7c25c28: Download complete
bf47adcaddba: Verifying Checksum
bf47adcaddba: Download complete
cdfe36b0773e: Download complete
b8445fd9862b: Verifying Checksum
b8445fd9862b: Download complete
34656812d18f: Verifying Checksum
34656812d18f: Download complete
b313acc93641: Verifying Checksum
b313acc93641: Download complete
bd7bfd8bd66d: Verifying Checksum
bd7bfd8bd66d: Download complete
198557b32759: Verifying Checksum
198557b32759: Download complete
35482d713adf: Verifying Checksum
35482d713adf: Download complete
44e6b4b8b80b: Verifying Checksum
f436120d0e92: Verifying Checksum
f436120d0e92: Download complete
44e6b4b8b80b: Download complete
34656812d18f: Pull complete
bf47adcaddba: Pull complete
6d44b7c25c28: Pull complete
cdfe36b0773e: Pull complete
b8445fd9862b: Pull complete
b313acc93641: Pull complete
bd7bfd8bd66d: Pull complete
198557b32759: Pull complete
35482d713adf: Pull complete
44e6b4b8b80b: Pull complete
f436120d0e92: Pull complete
Digest: sha256:a4cd896f213fbf28ca05e16c2f43134da1793ebb1fedbe5d799e57c868dd55cc
Status: Downloaded newer image for apachedirectory/openldap-for-apache-fortress-tests:latest
docker.io/apachedirectory/openldap-for-apache-fortress-tests:latest
+ docker run -d -P apachedirectory/openldap-for-apache-fortress-tests
+ CONTAINER_ID=2d4afcc712d6ef95f00ae2d3b537d705fb28cd628cf8bbaa3ddf2c52203a77e0
+ docker inspect --format={{(index (index .NetworkSettings.Ports "389/tcp") 0).HostPort}} 2d4afcc712d6ef95f00ae2d3b537d705fb28cd628cf8bbaa3ddf2c52203a77e0
+ CONTAINER_PORT=59527
+ echo 59527
59527
+ cp build.properties.example build.properties
+ cp slapd.properties.example slapd.properties
+ sed -i s/^ldap\.host=.*/ldap.host=localhost/ slapd.properties
+ sed -i s/^ldap\.port=.*/ldap.port=59527/ slapd.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 ]---------------------------------
Downloading from central: https://repo.maven.apache.org/maven2/org/jgrapht/jgrapht-core/1.5.1/jgrapht-core-1.5.1.pom
Progress (1): 2.7/3.7 kBProgress (1): 3.7 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/jgrapht/jgrapht-core/1.5.1/jgrapht-core-1.5.1.pom (3.7 kB at 1.3 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/jgrapht/jgrapht/1.5.1/jgrapht-1.5.1.pom
Progress (1): 2.7/17 kBProgress (1): 5.5/17 kBProgress (1): 8.2/17 kBProgress (1): 11/17 kB Progress (1): 14/17 kBProgress (1): 16/17 kBProgress (1): 17 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/jgrapht/jgrapht/1.5.1/jgrapht-1.5.1.pom (17 kB at 207 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/jgrapht/jgrapht-core/1.5.1/jgrapht-core-1.5.1.jar
Progress (1): 0/1.2 MBProgress (1): 0/1.2 MBProgress (1): 0/1.2 MBProgress (1): 0/1.2 MBProgress (1): 0/1.2 MBProgress (1): 0/1.2 MBProgress (1): 0/1.2 MBProgress (1): 0.1/1.2 MBProgress (1): 0.1/1.2 MBProgress (1): 0.1/1.2 MBProgress (1): 0.1/1.2 MBProgress (1): 0.1/1.2 MBProgress (1): 0.1/1.2 MBProgress (1): 0.1/1.2 MBProgress (1): 0.1/1.2 MBProgress (1): 0.1/1.2 MBProgress (1): 0.1/1.2 MBProgress (1): 0.1/1.2 MBProgress (1): 0.1/1.2 MBProgress (1): 0.1/1.2 MBProgress (1): 0.1/1.2 MBProgress (1): 0.2/1.2 MBProgress (1): 0.2/1.2 MBProgress (1): 0.2/1.2 MBProgress (1): 0.2/1.2 MBProgress (1): 0.2/1.2 MBProgress (1): 0.2/1.2 MBProgress (1): 0.2/1.2 MBProgress (1): 0.2/1.2 MBProgress (1): 0.2/1.2 MBProgress (1): 0.2/1.2 MBProgress (1): 0.2/1.2 MBProgress (1): 0.2/1.2 MBProgress (1): 0.2/1.2 MBProgress (1): 0.2/1.2 MBProgress (1): 0.2/1.2 MBProgress (1): 0.3/1.2 MBProgress (1): 0.3/1.2 MBProgress (1): 0.3/1.2 MBProgress (1): 0.3/1.2 MBProgress (1): 0.3/1.2 MBProgress (1): 0.3/1.2 MBProgress (1): 0.3/1.2 MBProgress (1): 0.3/1.2 MBProgress (1): 0.3/1.2 MBProgress (1): 0.3/1.2 MBProgress (1): 0.3/1.2 MBProgress (1): 0.3/1.2 MBProgress (1): 0.3/1.2 MBProgress (1): 0.3/1.2 MBProgress (1): 0.3/1.2 MBProgress (1): 0.4/1.2 MBProgress (1): 0.4/1.2 MBProgress (1): 0.4/1.2 MBProgress (1): 0.4/1.2 MBProgress (1): 0.4/1.2 MBProgress (1): 0.4/1.2 MBProgress (1): 0.4/1.2 MBProgress (1): 0.4/1.2 MBProgress (1): 0.4/1.2 MBProgress (1): 0.4/1.2 MBProgress (1): 0.4/1.2 MBProgress (1): 0.4/1.2 MBProgress (1): 0.4/1.2 MBProgress (1): 0.4/1.2 MBProgress (1): 0.5/1.2 MBProgress (1): 0.5/1.2 MBProgress (1): 0.5/1.2 MBProgress (1): 0.5/1.2 MBProgress (1): 0.5/1.2 MBProgress (1): 0.5/1.2 MBProgress (1): 0.5/1.2 MBProgress (1): 0.5/1.2 MBProgress (1): 0.5/1.2 MBProgress (1): 0.5/1.2 MBProgress (1): 0.5/1.2 MBProgress (1): 0.5/1.2 MBProgress (1): 0.5/1.2 MBProgress (1): 0.6/1.2 MBProgress (1): 0.6/1.2 MBProgress (1): 0.6/1.2 MBProgress (1): 0.6/1.2 MBProgress (1): 0.6/1.2 MBProgress (1): 0.6/1.2 MBProgress (1): 0.6/1.2 MBProgress (1): 0.6/1.2 MBProgress (1): 0.6/1.2 MBProgress (1): 0.6/1.2 MBProgress (1): 0.6/1.2 MBProgress (1): 0.6/1.2 MBProgress (1): 0.7/1.2 MBProgress (1): 0.7/1.2 MBProgress (1): 0.7/1.2 MBProgress (1): 0.7/1.2 MBProgress (1): 0.7/1.2 MBProgress (1): 0.7/1.2 MBProgress (1): 0.7/1.2 MBProgress (1): 0.7/1.2 MBProgress (1): 0.7/1.2 MBProgress (1): 0.7/1.2 MBProgress (1): 0.7/1.2 MBProgress (1): 0.7/1.2 MBProgress (1): 0.8/1.2 MBProgress (1): 0.8/1.2 MBProgress (1): 0.8/1.2 MBProgress (1): 0.8/1.2 MBProgress (1): 0.8/1.2 MBProgress (1): 0.8/1.2 MBProgress (1): 0.8/1.2 MBProgress (1): 0.8/1.2 MBProgress (1): 0.8/1.2 MBProgress (1): 0.8/1.2 MBProgress (1): 0.8/1.2 MBProgress (1): 0.8/1.2 MBProgress (1): 0.9/1.2 MBProgress (1): 0.9/1.2 MBProgress (1): 0.9/1.2 MBProgress (1): 0.9/1.2 MBProgress (1): 0.9/1.2 MBProgress (1): 0.9/1.2 MBProgress (1): 0.9/1.2 MBProgress (1): 0.9/1.2 MBProgress (1): 0.9/1.2 MBProgress (1): 0.9/1.2 MBProgress (1): 0.9/1.2 MBProgress (1): 0.9/1.2 MBProgress (1): 0.9/1.2 MBProgress (1): 1.0/1.2 MBProgress (1): 1.0/1.2 MBProgress (1): 1.0/1.2 MBProgress (1): 1.0/1.2 MBProgress (1): 1.0/1.2 MBProgress (1): 1.0/1.2 MBProgress (1): 1.0/1.2 MBProgress (1): 1.0/1.2 MBProgress (1): 1.0/1.2 MBProgress (1): 1.0/1.2 MBProgress (1): 1.0/1.2 MBProgress (1): 1.0/1.2 MBProgress (1): 1.1/1.2 MBProgress (1): 1.1/1.2 MBProgress (1): 1.1/1.2 MBProgress (1): 1.1/1.2 MBProgress (1): 1.1/1.2 MBProgress (1): 1.1/1.2 MBProgress (1): 1.1/1.2 MBProgress (1): 1.1/1.2 MBProgress (1): 1.1/1.2 MBProgress (1): 1.1/1.2 MBProgress (1): 1.1/1.2 MBProgress (1): 1.1/1.2 MBProgress (1): 1.2/1.2 MBProgress (1): 1.2/1.2 MBProgress (1): 1.2/1.2 MBProgress (1): 1.2/1.2 MBProgress (1): 1.2/1.2 MBProgress (1): 1.2/1.2 MBProgress (1): 1.2/1.2 MBProgress (1): 1.2/1.2 MBProgress (1): 1.2/1.2 MBProgress (1): 1.2/1.2 MBProgress (1): 1.2/1.2 MBProgress (1): 1.2/1.2 MBProgress (1): 1.2 MB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/jgrapht/jgrapht-core/1.5.1/jgrapht-core-1.5.1.jar (1.2 MB at 4.6 MB/s)
[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-openldap-test/ws/target>
[INFO] 
[INFO] --- maven-resources-plugin:2.7: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:2.7: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-openldap-test/ws/target/classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-openldap-test/ws/src/main/java/org/apache/directory/fortress/core/impl/PsoUtil.java>:[38,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.
[ERROR] <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-openldap-test/ws/src/main/java/org/apache/directory/fortress/core/impl/DelReviewMgrImpl.java>:[137,45] cannot find symbol
  symbol:   method operationName()
  location: @interface org.apache.directory.fortress.annotation.AdminPermissionOperation
[ERROR] <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-openldap-test/ws/src/main/java/org/apache/directory/fortress/core/impl/DelReviewMgrImpl.java>:[152,45] cannot find symbol
  symbol:   method operationName()
  location: @interface org.apache.directory.fortress.annotation.AdminPermissionOperation
[INFO] 3 errors 
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  44.053 s
[INFO] Finished at: 2021-07-02T13:33:46Z
[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: Compilation failure: 
[ERROR] <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-openldap-test/ws/src/main/java/org/apache/directory/fortress/core/impl/PsoUtil.java>:[38,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] <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-openldap-test/ws/src/main/java/org/apache/directory/fortress/core/impl/DelReviewMgrImpl.java>:[137,45] cannot find symbol
[ERROR]   symbol:   method operationName()
[ERROR]   location: @interface org.apache.directory.fortress.annotation.AdminPermissionOperation
[ERROR] <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-openldap-test/ws/src/main/java/org/apache/directory/fortress/core/impl/DelReviewMgrImpl.java>:[152,45] cannot find symbol
[ERROR]   symbol:   method operationName()
[ERROR]   location: @interface org.apache.directory.fortress.annotation.AdminPermissionOperation
[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

Build failed in Jenkins: Directory » dir-fortress-core-docker-openldap-test #103

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-openldap-test/103/display/redirect?page=changes>

Changes:

[Shawn McKinney] [maven-release-plugin] prepare for next development iteration


------------------------------------------
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H40 (ubuntu) in workspace <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-openldap-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 994901b7bbd53f4bb91b1c9566a880b1c1028ad7 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 994901b7bbd53f4bb91b1c9566a880b1c1028ad7 # timeout=10
Commit message: "[maven-release-plugin] prepare for next development iteration"
 > git rev-list --no-walk d9b7ef3b7c503e9ff7e59696a5885136313e9905 # timeout=10
[dir-fortress-core-docker-openldap-test] $ /bin/sh -xe /tmp/jenkins669535890816185390.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/openldap-for-apache-fortress-tests/run-tests.sh
+ docker pull apachedirectory/openldap-for-apache-fortress-tests
Using default tag: latest
latest: Pulling from apachedirectory/openldap-for-apache-fortress-tests
Digest: sha256:a4cd896f213fbf28ca05e16c2f43134da1793ebb1fedbe5d799e57c868dd55cc
Status: Image is up to date for apachedirectory/openldap-for-apache-fortress-tests:latest
docker.io/apachedirectory/openldap-for-apache-fortress-tests:latest
+ docker run -d -P apachedirectory/openldap-for-apache-fortress-tests
+ CONTAINER_ID=c897bb8f7f2b69d3d83c6641f5cc5afe33de7552f5019dba40eee92df811e944
+ docker inspect --format={{(index (index .NetworkSettings.Ports "389/tcp") 0).HostPort}} c897bb8f7f2b69d3d83c6641f5cc5afe33de7552f5019dba40eee92df811e944
+ CONTAINER_PORT=53962
+ echo 53962
53962
+ cp build.properties.example build.properties
+ cp slapd.properties.example slapd.properties
+ sed -i s/^ldap\.host=.*/ldap.host=localhost/ slapd.properties
+ sed -i s/^ldap\.port=.*/ldap.port=53962/ slapd.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.7-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.7-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-openldap-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-openldap-test/ws/target/classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-openldap-test/ws/src/main/java/org/apache/directory/fortress/core/impl/PsoUtil.java>:[38,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.
[ERROR] <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-openldap-test/ws/src/main/java/org/apache/directory/fortress/core/impl/DelReviewMgrImpl.java>:[137,45] cannot find symbol
  symbol:   method operationName()
  location: @interface org.apache.directory.fortress.annotation.AdminPermissionOperation
[ERROR] <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-openldap-test/ws/src/main/java/org/apache/directory/fortress/core/impl/DelReviewMgrImpl.java>:[152,45] cannot find symbol
  symbol:   method operationName()
  location: @interface org.apache.directory.fortress.annotation.AdminPermissionOperation
[INFO] 3 errors 
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  5.358 s
[INFO] Finished at: 2021-07-01T20:56:45Z
[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: Compilation failure: 
[ERROR] <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-openldap-test/ws/src/main/java/org/apache/directory/fortress/core/impl/PsoUtil.java>:[38,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] <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-openldap-test/ws/src/main/java/org/apache/directory/fortress/core/impl/DelReviewMgrImpl.java>:[137,45] cannot find symbol
[ERROR]   symbol:   method operationName()
[ERROR]   location: @interface org.apache.directory.fortress.annotation.AdminPermissionOperation
[ERROR] <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-openldap-test/ws/src/main/java/org/apache/directory/fortress/core/impl/DelReviewMgrImpl.java>:[152,45] cannot find symbol
[ERROR]   symbol:   method operationName()
[ERROR]   location: @interface org.apache.directory.fortress.annotation.AdminPermissionOperation
[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

Build failed in Jenkins: Directory » dir-fortress-core-docker-openldap-test #102

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-openldap-test/102/display/redirect?page=changes>

Changes:

[Shawn McKinney] [maven-release-plugin] prepare release 2.0.6


------------------------------------------
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H40 (ubuntu) in workspace <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-openldap-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 d9b7ef3b7c503e9ff7e59696a5885136313e9905 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f d9b7ef3b7c503e9ff7e59696a5885136313e9905 # timeout=10
Commit message: "[maven-release-plugin] prepare release 2.0.6"
 > git rev-list --no-walk ba3679bb184b4a7c3c3314c0362c33db8d027da8 # timeout=10
[dir-fortress-core-docker-openldap-test] $ /bin/sh -xe /tmp/jenkins2424767189150482594.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/openldap-for-apache-fortress-tests/run-tests.sh
+ docker pull apachedirectory/openldap-for-apache-fortress-tests
Using default tag: latest
latest: Pulling from apachedirectory/openldap-for-apache-fortress-tests
Digest: sha256:a4cd896f213fbf28ca05e16c2f43134da1793ebb1fedbe5d799e57c868dd55cc
Status: Image is up to date for apachedirectory/openldap-for-apache-fortress-tests:latest
docker.io/apachedirectory/openldap-for-apache-fortress-tests:latest
+ docker run -d -P apachedirectory/openldap-for-apache-fortress-tests
+ CONTAINER_ID=7332ba877219d46aff90cab7cd42079a01e9e1ad63ff7f5f40d4ed1f79c97ad1
+ docker inspect --format={{(index (index .NetworkSettings.Ports "389/tcp") 0).HostPort}} 7332ba877219d46aff90cab7cd42079a01e9e1ad63ff7f5f40d4ed1f79c97ad1
+ CONTAINER_PORT=53961
+ echo 53961
53961
+ cp build.properties.example build.properties
+ cp slapd.properties.example slapd.properties
+ sed -i s/^ldap\.host=.*/ldap.host=localhost/ slapd.properties
+ sed -i s/^ldap\.port=.*/ldap.port=53961/ slapd.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
[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
[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-openldap-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-openldap-test/ws/target/classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-openldap-test/ws/src/main/java/org/apache/directory/fortress/core/impl/PsoUtil.java>:[38,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.
[ERROR] <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-openldap-test/ws/src/main/java/org/apache/directory/fortress/core/impl/DelReviewMgrImpl.java>:[137,45] cannot find symbol
  symbol:   method operationName()
  location: @interface org.apache.directory.fortress.annotation.AdminPermissionOperation
[ERROR] <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-openldap-test/ws/src/main/java/org/apache/directory/fortress/core/impl/DelReviewMgrImpl.java>:[152,45] cannot find symbol
  symbol:   method operationName()
  location: @interface org.apache.directory.fortress.annotation.AdminPermissionOperation
[INFO] 3 errors 
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  5.234 s
[INFO] Finished at: 2021-07-01T20:56:00Z
[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: Compilation failure: 
[ERROR] <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-openldap-test/ws/src/main/java/org/apache/directory/fortress/core/impl/PsoUtil.java>:[38,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] <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-openldap-test/ws/src/main/java/org/apache/directory/fortress/core/impl/DelReviewMgrImpl.java>:[137,45] cannot find symbol
[ERROR]   symbol:   method operationName()
[ERROR]   location: @interface org.apache.directory.fortress.annotation.AdminPermissionOperation
[ERROR] <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-openldap-test/ws/src/main/java/org/apache/directory/fortress/core/impl/DelReviewMgrImpl.java>:[152,45] cannot find symbol
[ERROR]   symbol:   method operationName()
[ERROR]   location: @interface org.apache.directory.fortress.annotation.AdminPermissionOperation
[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