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/06/30 19:20:41 UTC

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

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

Changes:

[Shawn McKinney] update plugins, dependencies, add suppression for owasp


------------------------------------------
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H42 (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
Cloning the remote Git repository
Cloning repository https://gitbox.apache.org/repos/asf/directory-fortress-core.git
 > git init <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-openldap-test/ws/> # 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 config remote.origin.url https://gitbox.apache.org/repos/asf/directory-fortress-core.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision faae185c3f0000a48eb72f120179ab8d4bd31c2b (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f faae185c3f0000a48eb72f120179ab8d4bd31c2b # timeout=10
Commit message: "update plugins, dependencies, add suppression for owasp"
 > git rev-list --no-walk ee4e25e701f8966f7dc53a46ac2f9ddefb65d17b # timeout=10
[dir-fortress-core-docker-openldap-test] $ /bin/sh -xe /tmp/jenkins9128859051354676898.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-136-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
b313acc93641: Waiting
198557b32759: Waiting
35482d713adf: Waiting
44e6b4b8b80b: Waiting
bd7bfd8bd66d: Waiting
f436120d0e92: Waiting
cdfe36b0773e: Waiting
bf47adcaddba: Verifying Checksum
bf47adcaddba: Download complete
cdfe36b0773e: Download complete
34656812d18f: Verifying Checksum
34656812d18f: Download complete
b313acc93641: Verifying Checksum
b313acc93641: Download complete
b8445fd9862b: Download complete
bd7bfd8bd66d: Verifying Checksum
198557b32759: Verifying Checksum
198557b32759: Download complete
bd7bfd8bd66d: Download complete
6d44b7c25c28: Verifying Checksum
6d44b7c25c28: Download complete
44e6b4b8b80b: Verifying Checksum
44e6b4b8b80b: Download complete
f436120d0e92: Verifying Checksum
f436120d0e92: Download complete
35482d713adf: Verifying Checksum
35482d713adf: 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=a6f0d04239524ce3dd8903c3f739dbf69213d477b7ee4792641789fd0aa5697d
+ docker inspect --format={{(index (index .NetworkSettings.Ports "389/tcp") 0).HostPort}} a6f0d04239524ce3dd8903c3f739dbf69213d477b7ee4792641789fd0aa5697d
+ CONTAINER_PORT=53687
+ echo 53687
53687
+ 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=53687/ 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/apache/directory/api/api-all/2.1.0/api-all-2.1.0.pom
Progress (1): 2.7/3.4 kBProgress (1): 3.4 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-all/2.1.0/api-all-2.1.0.pom (3.4 kB at 1.8 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-parent/2.1.0/api-parent-2.1.0.pom
Progress (1): 2.7/28 kBProgress (1): 5.5/28 kBProgress (1): 8.2/28 kBProgress (1): 11/28 kB Progress (1): 14/28 kBProgress (1): 16/28 kBProgress (1): 19/28 kBProgress (1): 22/28 kBProgress (1): 25/28 kBProgress (1): 27/28 kBProgress (1): 28 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-parent/2.1.0/api-parent-2.1.0.pom (28 kB at 450 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-ldap-extras-codec/2.1.0/api-ldap-extras-codec-2.1.0.pom
Progress (1): 2.7/11 kBProgress (1): 5.5/11 kBProgress (1): 8.2/11 kBProgress (1): 11 kB                       Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-ldap-extras-codec/2.1.0/api-ldap-extras-codec-2.1.0.pom (11 kB at 415 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-ldap-extras-parent/2.1.0/api-ldap-extras-parent-2.1.0.pom
Progress (1): 1.6 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-ldap-extras-parent/2.1.0/api-ldap-extras-parent-2.1.0.pom (1.6 kB at 67 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-ldap-parent/2.1.0/api-ldap-parent-2.1.0.pom
Progress (1): 1.6 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-ldap-parent/2.1.0/api-ldap-parent-2.1.0.pom (1.6 kB at 77 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-ldap-codec-core/2.1.0/api-ldap-codec-core-2.1.0.pom
Progress (1): 2.7/7.4 kBProgress (1): 5.5/7.4 kBProgress (1): 7.4 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-ldap-codec-core/2.1.0/api-ldap-codec-core-2.1.0.pom (7.4 kB at 336 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-ldap-codec-parent/2.1.0/api-ldap-codec-parent-2.1.0.pom
Progress (1): 1.5 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-ldap-codec-parent/2.1.0/api-ldap-codec-parent-2.1.0.pom (1.5 kB at 88 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-util/2.1.0/api-util-2.1.0.pom
Progress (1): 2.7/4.0 kBProgress (1): 4.0 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-util/2.1.0/api-util-2.1.0.pom (4.0 kB at 58 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-i18n/2.1.0/api-i18n-2.1.0.pom
Progress (1): 2.7 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-i18n/2.1.0/api-i18n-2.1.0.pom (2.7 kB at 151 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-asn1-api/2.1.0/api-asn1-api-2.1.0.pom
Progress (1): 2.7/3.0 kBProgress (1): 3.0 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-asn1-api/2.1.0/api-asn1-api-2.1.0.pom (3.0 kB at 167 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-asn1-parent/2.1.0/api-asn1-parent-2.1.0.pom
Progress (1): 1.5 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-asn1-parent/2.1.0/api-asn1-parent-2.1.0.pom (1.5 kB at 94 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-asn1-ber/2.1.0/api-asn1-ber-2.1.0.pom
Progress (1): 2.7/3.9 kBProgress (1): 3.9 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-asn1-ber/2.1.0/api-asn1-ber-2.1.0.pom (3.9 kB at 229 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-ldap-model/2.1.0/api-ldap-model-2.1.0.pom
Progress (1): 2.7/9.1 kBProgress (1): 5.5/9.1 kBProgress (1): 8.2/9.1 kBProgress (1): 9.1 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-ldap-model/2.1.0/api-ldap-model-2.1.0.pom (9.1 kB at 434 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-ldap-extras-codec-api/2.1.0/api-ldap-extras-codec-api-2.1.0.pom
Progress (1): 2.7/5.8 kBProgress (1): 5.5/5.8 kBProgress (1): 5.8 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-ldap-extras-codec-api/2.1.0/api-ldap-extras-codec-api-2.1.0.pom (5.8 kB at 277 kB/s)
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 195 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 829 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-all/2.1.0/api-all-2.1.0.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-ldap-codec-core/2.1.0/api-ldap-codec-core-2.1.0.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-ldap-extras-codec/2.1.0/api-ldap-extras-codec-2.1.0.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/jgrapht/jgrapht-core/1.5.1/jgrapht-core-1.5.1.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-ldap-extras-codec-api/2.1.0/api-ldap-extras-codec-api-2.1.0.jar
Progress (1): 2.7/319 kBProgress (1): 5.5/319 kBProgress (1): 8.2/319 kBProgress (1): 11/319 kB Progress (1): 14/319 kBProgress (1): 16/319 kBProgress (1): 19/319 kBProgress (1): 22/319 kBProgress (1): 25/319 kBProgress (1): 27/319 kBProgress (1): 30/319 kBProgress (1): 33/319 kBProgress (1): 36/319 kBProgress (1): 38/319 kBProgress (1): 41/319 kBProgress (1): 44/319 kBProgress (1): 47/319 kBProgress (1): 49/319 kBProgress (1): 52/319 kBProgress (1): 55/319 kBProgress (1): 58/319 kBProgress (1): 60/319 kBProgress (1): 63/319 kBProgress (1): 66/319 kBProgress (1): 69/319 kBProgress (2): 69/319 kB | 2.7/104 kBProgress (2): 71/319 kB | 2.7/104 kBProgress (2): 71/319 kB | 5.5/104 kBProgress (2): 74/319 kB | 5.5/104 kBProgress (2): 74/319 kB | 8.2/104 kBProgress (2): 77/319 kB | 8.2/104 kBProgress (2): 77/319 kB | 11/104 kB Progress (2): 80/319 kB | 11/104 kBProgress (3): 80/319 kB | 11/104 kB | 2.7/263 kBProgress (3): 82/319 kB | 11/104 kB | 2.7/263 kBProgress (3): 82/319 kB | 14/104 kB | 2.7/263 kBProgress (3): 85/319 kB | 14/104 kB | 2.7/263 kBProgress (3): 85/319 kB | 14/104 kB | 5.5/263 kBProgress (4): 85/319 kB | 14/104 kB | 5.5/263 kB | 0/1.2 MBProgress (4): 85/319 kB | 14/104 kB | 8.2/263 kB | 0/1.2 MBProgress (4): 88/319 kB | 14/104 kB | 8.2/263 kB | 0/1.2 MBProgress (4): 88/319 kB | 16/104 kB | 8.2/263 kB | 0/1.2 MBProgress (4): 90/319 kB | 16/104 kB | 8.2/263 kB | 0/1.2 MBProgress (4): 90/319 kB | 16/104 kB | 11/263 kB | 0/1.2 MB Progress (4): 90/319 kB | 16/104 kB | 11/263 kB | 0/1.2 MBProgress (4): 90/319 kB | 16/104 kB | 14/263 kB | 0/1.2 MBProgress (4): 93/319 kB | 16/104 kB | 14/263 kB | 0/1.2 MBProgress (4): 93/319 kB | 19/104 kB | 14/263 kB | 0/1.2 MBProgress (4): 96/319 kB | 19/104 kB | 14/263 kB | 0/1.2 MBProgress (4): 96/319 kB | 19/104 kB | 16/263 kB | 0/1.2 MBProgress (4): 96/319 kB | 19/104 kB | 16/263 kB | 0/1.2 MBProgress (4): 96/319 kB | 19/104 kB | 19/263 kB | 0/1.2 MBProgress (4): 99/319 kB | 19/104 kB | 19/263 kB | 0/1.2 MBProgress (5): 99/319 kB | 19/104 kB | 19/263 kB | 0/1.2 MB | 0/3.2 MBProgress (5): 99/319 kB | 22/104 kB | 19/263 kB | 0/1.2 MB | 0/3.2 MBProgress (5): 101/319 kB | 22/104 kB | 19/263 kB | 0/1.2 MB | 0/3.2 MBProgress (5): 101/319 kB | 22/104 kB | 22/263 kB | 0/1.2 MB | 0/3.2 MBProgress (5): 101/319 kB | 22/104 kB | 22/263 kB | 0/1.2 MB | 0/3.2 MBProgress (5): 101/319 kB | 22/104 kB | 25/263 kB | 0/1.2 MB | 0/3.2 MBProgress (5): 101/319 kB | 22/104 kB | 25/263 kB | 0/1.2 MB | 0/3.2 MBProgress (5): 104/319 kB | 22/104 kB | 25/263 kB | 0/1.2 MB | 0/3.2 MBProgress (5): 104/319 kB | 25/104 kB | 25/263 kB | 0/1.2 MB | 0/3.2 MBProgress (5): 107/319 kB | 25/104 kB | 25/263 kB | 0/1.2 MB | 0/3.2 MBProgress (5): 107/319 kB | 25/104 kB | 27/263 kB | 0/1.2 MB | 0/3.2 MBProgress (5): 107/319 kB | 25/104 kB | 27/263 kB | 0/1.2 MB | 0/3.2 MBProgress (5): 107/319 kB | 25/104 kB | 30/263 kB | 0/1.2 MB | 0/3.2 MBProgress (5): 107/319 kB | 25/104 kB | 30/263 kB | 0/1.2 MB | 0/3.2 MBProgress (5): 110/319 kB | 25/104 kB | 30/263 kB | 0/1.2 MB | 0/3.2 MBProgress (5): 110/319 kB | 27/104 kB | 30/263 kB | 0/1.2 MB | 0/3.2 MBProgress (5): 112/319 kB | 27/104 kB | 30/263 kB | 0/1.2 MB | 0/3.2 MBProgress (5): 112/319 kB | 27/104 kB | 30/263 kB | 0/1.2 MB | 0/3.2 MBProgress (5): 112/319 kB | 27/104 kB | 33/263 kB | 0/1.2 MB | 0/3.2 MBProgress (5): 115/319 kB | 27/104 kB | 33/263 kB | 0/1.2 MB | 0/3.2 MBProgress (5): 115/319 kB | 30/104 kB | 33/263 kB | 0/1.2 MB | 0/3.2 MBProgress (5): 115/319 kB | 30/104 kB | 36/263 kB | 0/1.2 MB | 0/3.2 MBProgress (5): 118/319 kB | 30/104 kB | 36/263 kB | 0/1.2 MB | 0/3.2 MBProgress (5): 118/319 kB | 30/104 kB | 38/263 kB | 0/1.2 MB | 0/3.2 MBProgress (5): 118/319 kB | 30/104 kB | 38/263 kB | 0/1.2 MB | 0/3.2 MBProgress (5): 118/319 kB | 30/104 kB | 38/263 kB | 0/1.2 MB | 0.1/3.2 MBProgress (5): 118/319 kB | 30/104 kB | 41/263 kB | 0/1.2 MB | 0.1/3.2 MBProgress (5): 121/319 kB | 30/104 kB | 41/263 kB | 0/1.2 MB | 0.1/3.2 MBProgress (5): 121/319 kB | 33/104 kB | 41/263 kB | 0/1.2 MB | 0.1/3.2 MBProgress (5): 123/319 kB | 33/104 kB | 41/263 kB | 0/1.2 MB | 0.1/3.2 MBProgress (5): 123/319 kB | 33/104 kB | 44/263 kB | 0/1.2 MB | 0.1/3.2 MBProgress (5): 123/319 kB | 33/104 kB | 44/263 kB | 0.1/1.2 MB | 0.1/3.2 MBProgress (5): 126/319 kB | 33/104 kB | 44/263 kB | 0.1/1.2 MB | 0.1/3.2 MBProgress (5): 126/319 kB | 36/104 kB | 44/263 kB | 0.1/1.2 MB | 0.1/3.2 MBProgress (5): 126/319 kB | 36/104 kB | 44/263 kB | 0.1/1.2 MB | 0.1/3.2 MBProgress (5): 126/319 kB | 36/104 kB | 47/263 kB | 0.1/1.2 MB | 0.1/3.2 MBProgress (5): 126/319 kB | 36/104 kB | 47/263 kB | 0.1/1.2 MB | 0.1/3.2 MBProgress (5): 126/319 kB | 36/104 kB | 49/263 kB | 0.1/1.2 MB | 0.1/3.2 MBProgress (5): 126/319 kB | 38/104 kB | 49/263 kB | 0.1/1.2 MB | 0.1/3.2 MBProgress (5): 126/319 kB | 38/104 kB | 49/263 kB | 0.1/1.2 MB | 0.1/3.2 MBProgress (5): 129/319 kB | 38/104 kB | 49/263 kB | 0.1/1.2 MB | 0.1/3.2 MBProgress (5): 129/319 kB | 38/104 kB | 49/263 kB | 0.1/1.2 MB | 0.1/3.2 MBProgress (5): 132/319 kB | 38/104 kB | 49/263 kB | 0.1/1.2 MB | 0.1/3.2 MBProgress (5): 132/319 kB | 41/104 kB | 49/263 kB | 0.1/1.2 MB | 0.1/3.2 MBProgress (5): 132/319 kB | 41/104 kB | 52/263 kB | 0.1/1.2 MB | 0.1/3.2 MBProgress (5): 132/319 kB | 44/104 kB | 52/263 kB | 0.1/1.2 MB | 0.1/3.2 MBProgress (5): 134/319 kB | 44/104 kB | 52/263 kB | 0.1/1.2 MB | 0.1/3.2 MBProgress (5): 134/319 kB | 44/104 kB | 52/263 kB | 0.1/1.2 MB | 0.1/3.2 MBProgress (5): 137/319 kB | 44/104 kB | 52/263 kB | 0.1/1.2 MB | 0.1/3.2 MBProgress (5): 137/319 kB | 44/104 kB | 52/263 kB | 0.1/1.2 MB | 0.1/3.2 MBProgress (5): 137/319 kB | 44/104 kB | 52/263 kB | 0.1/1.2 MB | 0.1/3.2 MBProgress (5): 137/319 kB | 47/104 kB | 52/263 kB | 0.1/1.2 MB | 0.1/3.2 MBProgress (5): 137/319 kB | 47/104 kB | 55/263 kB | 0.1/1.2 MB | 0.1/3.2 MBProgress (5): 137/319 kB | 49/104 kB | 55/263 kB | 0.1/1.2 MB | 0.1/3.2 MBProgress (5): 137/319 kB | 49/104 kB | 55/263 kB | 0.1/1.2 MB | 0.1/3.2 MBProgress (5): 140/319 kB | 49/104 kB | 55/263 kB | 0.1/1.2 MB | 0.1/3.2 MBProgress (5): 140/319 kB | 49/104 kB | 55/263 kB | 0.1/1.2 MB | 0.1/3.2 MBProgress (5): 140/319 kB | 52/104 kB | 55/263 kB | 0.1/1.2 MB | 0.1/3.2 MBProgress (5): 140/319 kB | 52/104 kB | 58/263 kB | 0.1/1.2 MB | 0.1/3.2 MBProgress (5): 140/319 kB | 55/104 kB | 58/263 kB | 0.1/1.2 MB | 0.1/3.2 MBProgress (5): 140/319 kB | 55/104 kB | 58/263 kB | 0.1/1.2 MB | 0.1/3.2 MBProgress (5): 143/319 kB | 55/104 kB | 58/263 kB | 0.1/1.2 MB | 0.1/3.2 MBProgress (5): 143/319 kB | 58/104 kB | 58/263 kB | 0.1/1.2 MB | 0.1/3.2 MBProgress (5): 143/319 kB | 58/104 kB | 60/263 kB | 0.1/1.2 MB | 0.1/3.2 MBProgress (5): 143/319 kB | 60/104 kB | 60/263 kB | 0.1/1.2 MB | 0.1/3.2 MBProgress (5): 143/319 kB | 60/104 kB | 63/263 kB | 0.1/1.2 MB | 0.1/3.2 MBProgress (5): 143/319 kB | 60/104 kB | 63/263 kB | 0.1/1.2 MB | 0.1/3.2 MBProgress (5): 143/319 kB | 60/104 kB | 63/263 kB | 0.1/1.2 MB | 0.1/3.2 MBProgress (5): 145/319 kB | 60/104 kB | 63/263 kB | 0.1/1.2 MB | 0.1/3.2 MBProgress (5): 145/319 kB | 60/104 kB | 66/263 kB | 0.1/1.2 MB | 0.1/3.2 MBProgress (5): 145/319 kB | 63/104 kB | 66/263 kB | 0.1/1.2 MB | 0.1/3.2 MBProgress (5): 145/319 kB | 63/104 kB | 66/263 kB | 0.1/1.2 MB | 0.1/3.2 MBProgress (5): 148/319 kB | 63/104 kB | 66/263 kB | 0.1/1.2 MB | 0.1/3.2 MBProgress (5): 148/319 kB | 66/104 kB | 66/263 kB | 0.1/1.2 MB | 0.1/3.2 MBProgress (5): 148/319 kB | 66/104 kB | 69/263 kB | 0.1/1.2 MB | 0.1/3.2 MBProgress (5): 148/319 kB | 69/104 kB | 69/263 kB | 0.1/1.2 MB | 0.1/3.2 MBProgress (5): 148/319 kB | 69/104 kB | 71/263 kB | 0.1/1.2 MB | 0.1/3.2 MBProgress (5): 148/319 kB | 69/104 kB | 71/263 kB | 0.1/1.2 MB | 0.1/3.2 MBProgress (5): 151/319 kB | 69/104 kB | 71/263 kB | 0.1/1.2 MB | 0.1/3.2 MBProgress (5): 151/319 kB | 69/104 kB | 71/263 kB | 0.1/1.2 MB | 0.2/3.2 MBProgress (5): 154/319 kB | 69/104 kB | 71/263 kB | 0.1/1.2 MB | 0.2/3.2 MBProgress (5): 154/319 kB | 69/104 kB | 71/263 kB | 0.1/1.2 MB | 0.2/3.2 MBProgress (5): 154/319 kB | 69/104 kB | 74/263 kB | 0.1/1.2 MB | 0.2/3.2 MBProgress (5): 154/319 kB | 71/104 kB | 74/263 kB | 0.1/1.2 MB | 0.2/3.2 MBProgress (5): 154/319 kB | 71/104 kB | 77/263 kB | 0.1/1.2 MB | 0.2/3.2 MBProgress (5): 156/319 kB | 71/104 kB | 77/263 kB | 0.1/1.2 MB | 0.2/3.2 MBProgress (5): 156/319 kB | 71/104 kB | 80/263 kB | 0.1/1.2 MB | 0.2/3.2 MBProgress (5): 156/319 kB | 74/104 kB | 80/263 kB | 0.1/1.2 MB | 0.2/3.2 MBProgress (5): 156/319 kB | 74/104 kB | 80/263 kB | 0.1/1.2 MB | 0.2/3.2 MBProgress (5): 156/319 kB | 77/104 kB | 80/263 kB | 0.1/1.2 MB | 0.2/3.2 MBProgress (5): 156/319 kB | 77/104 kB | 82/263 kB | 0.1/1.2 MB | 0.2/3.2 MBProgress (5): 159/319 kB | 77/104 kB | 82/263 kB | 0.1/1.2 MB | 0.2/3.2 MBProgress (5): 159/319 kB | 77/104 kB | 82/263 kB | 0.1/1.2 MB | 0.2/3.2 MBProgress (5): 162/319 kB | 77/104 kB | 82/263 kB | 0.1/1.2 MB | 0.2/3.2 MBProgress (5): 162/319 kB | 77/104 kB | 85/263 kB | 0.1/1.2 MB | 0.2/3.2 MBProgress (5): 162/319 kB | 77/104 kB | 85/263 kB | 0.1/1.2 MB | 0.2/3.2 MBProgress (5): 162/319 kB | 80/104 kB | 85/263 kB | 0.1/1.2 MB | 0.2/3.2 MBProgress (5): 162/319 kB | 80/104 kB | 88/263 kB | 0.1/1.2 MB | 0.2/3.2 MBProgress (5): 162/319 kB | 82/104 kB | 88/263 kB | 0.1/1.2 MB | 0.2/3.2 MBProgress (5): 165/319 kB | 82/104 kB | 88/263 kB | 0.1/1.2 MB | 0.2/3.2 MBProgress (5): 165/319 kB | 85/104 kB | 88/263 kB | 0.1/1.2 MB | 0.2/3.2 MBProgress (5): 167/319 kB | 85/104 kB | 88/263 kB | 0.1/1.2 MB | 0.2/3.2 MBProgress (5): 167/319 kB | 85/104 kB | 88/263 kB | 0.1/1.2 MB | 0.2/3.2 MBProgress (5): 167/319 kB | 85/104 kB | 90/263 kB | 0.1/1.2 MB | 0.2/3.2 MBProgress (5): 167/319 kB | 85/104 kB | 90/263 kB | 0.1/1.2 MB | 0.2/3.2 MBProgress (5): 167/319 kB | 85/104 kB | 93/263 kB | 0.1/1.2 MB | 0.2/3.2 MBProgress (5): 170/319 kB | 85/104 kB | 93/263 kB | 0.1/1.2 MB | 0.2/3.2 MBProgress (5): 170/319 kB | 85/104 kB | 93/263 kB | 0.2/1.2 MB | 0.2/3.2 MBProgress (5): 173/319 kB | 85/104 kB | 93/263 kB | 0.2/1.2 MB | 0.2/3.2 MBProgress (5): 173/319 kB | 88/104 kB | 93/263 kB | 0.2/1.2 MB | 0.2/3.2 MBProgress (5): 175/319 kB | 88/104 kB | 93/263 kB | 0.2/1.2 MB | 0.2/3.2 MBProgress (5): 175/319 kB | 88/104 kB | 93/263 kB | 0.2/1.2 MB | 0.2/3.2 MBProgress (5): 175/319 kB | 88/104 kB | 93/263 kB | 0.2/1.2 MB | 0.2/3.2 MBProgress (5): 175/319 kB | 88/104 kB | 96/263 kB | 0.2/1.2 MB | 0.2/3.2 MBProgress (5): 175/319 kB | 88/104 kB | 96/263 kB | 0.2/1.2 MB | 0.2/3.2 MBProgress (5): 175/319 kB | 88/104 kB | 99/263 kB | 0.2/1.2 MB | 0.2/3.2 MBProgress (5): 178/319 kB | 88/104 kB | 99/263 kB | 0.2/1.2 MB | 0.2/3.2 MBProgress (5): 178/319 kB | 90/104 kB | 99/263 kB | 0.2/1.2 MB | 0.2/3.2 MBProgress (5): 181/319 kB | 90/104 kB | 99/263 kB | 0.2/1.2 MB | 0.2/3.2 MBProgress (5): 181/319 kB | 93/104 kB | 99/263 kB | 0.2/1.2 MB | 0.2/3.2 MBProgress (5): 181/319 kB | 93/104 kB | 99/263 kB | 0.2/1.2 MB | 0.2/3.2 MBProgress (5): 181/319 kB | 93/104 kB | 101/263 kB | 0.2/1.2 MB | 0.2/3.2 MBProgress (5): 181/319 kB | 96/104 kB | 101/263 kB | 0.2/1.2 MB | 0.2/3.2 MBProgress (5): 184/319 kB | 96/104 kB | 101/263 kB | 0.2/1.2 MB | 0.2/3.2 MBProgress (5): 184/319 kB | 96/104 kB | 101/263 kB | 0.2/1.2 MB | 0.2/3.2 MBProgress (5): 186/319 kB | 96/104 kB | 101/263 kB | 0.2/1.2 MB | 0.2/3.2 MBProgress (5): 186/319 kB | 99/104 kB | 101/263 kB | 0.2/1.2 MB | 0.2/3.2 MBProgress (5): 189/319 kB | 99/104 kB | 101/263 kB | 0.2/1.2 MB | 0.2/3.2 MBProgress (5): 189/319 kB | 99/104 kB | 104/263 kB | 0.2/1.2 MB | 0.2/3.2 MBProgress (5): 189/319 kB | 99/104 kB | 104/263 kB | 0.2/1.2 MB | 0.2/3.2 MBProgress (5): 189/319 kB | 99/104 kB | 107/263 kB | 0.2/1.2 MB | 0.2/3.2 MBProgress (5): 192/319 kB | 99/104 kB | 107/263 kB | 0.2/1.2 MB | 0.2/3.2 MBProgress (5): 192/319 kB | 101/104 kB | 107/263 kB | 0.2/1.2 MB | 0.2/3.2 MBProgress (5): 195/319 kB | 101/104 kB | 107/263 kB | 0.2/1.2 MB | 0.2/3.2 MBProgress (5): 195/319 kB | 101/104 kB | 107/263 kB | 0.2/1.2 MB | 0.2/3.2 MBProgress (5): 197/319 kB | 101/104 kB | 107/263 kB | 0.2/1.2 MB | 0.2/3.2 MBProgress (5): 197/319 kB | 101/104 kB | 110/263 kB | 0.2/1.2 MB | 0.2/3.2 MBProgress (5): 197/319 kB | 101/104 kB | 110/263 kB | 0.2/1.2 MB | 0.2/3.2 MBProgress (5): 197/319 kB | 101/104 kB | 112/263 kB | 0.2/1.2 MB | 0.2/3.2 MBProgress (5): 197/319 kB | 101/104 kB | 112/263 kB | 0.2/1.2 MB | 0.2/3.2 MBProgress (5): 200/319 kB | 101/104 kB | 112/263 kB | 0.2/1.2 MB | 0.2/3.2 MBProgress (5): 200/319 kB | 104 kB | 112/263 kB | 0.2/1.2 MB | 0.2/3.2 MB    Progress (5): 203/319 kB | 104 kB | 112/263 kB | 0.2/1.2 MB | 0.2/3.2 MBProgress (5): 203/319 kB | 104 kB | 112/263 kB | 0.2/1.2 MB | 0.2/3.2 MBProgress (5): 203/319 kB | 104 kB | 115/263 kB | 0.2/1.2 MB | 0.2/3.2 MBProgress (5): 206/319 kB | 104 kB | 115/263 kB | 0.2/1.2 MB | 0.2/3.2 MBProgress (5): 206/319 kB | 104 kB | 115/263 kB | 0.2/1.2 MB | 0.2/3.2 MBProgress (5): 208/319 kB | 104 kB | 115/263 kB | 0.2/1.2 MB | 0.2/3.2 MBProgress (5): 208/319 kB | 104 kB | 118/263 kB | 0.2/1.2 MB | 0.2/3.2 MBProgress (5): 208/319 kB | 104 kB | 118/263 kB | 0.2/1.2 MB | 0.2/3.2 MBProgress (5): 208/319 kB | 104 kB | 121/263 kB | 0.2/1.2 MB | 0.2/3.2 MBProgress (5): 211/319 kB | 104 kB | 121/263 kB | 0.2/1.2 MB | 0.2/3.2 MBProgress (5): 211/319 kB | 104 kB | 123/263 kB | 0.2/1.2 MB | 0.2/3.2 MBProgress (5): 211/319 kB | 104 kB | 123/263 kB | 0.2/1.2 MB | 0.2/3.2 MBProgress (5): 211/319 kB | 104 kB | 126/263 kB | 0.2/1.2 MB | 0.2/3.2 MBProgress (5): 214/319 kB | 104 kB | 126/263 kB | 0.2/1.2 MB | 0.2/3.2 MBProgress (5): 214/319 kB | 104 kB | 129/263 kB | 0.2/1.2 MB | 0.2/3.2 MBProgress (5): 217/319 kB | 104 kB | 129/263 kB | 0.2/1.2 MB | 0.2/3.2 MBProgress (5): 217/319 kB | 104 kB | 132/263 kB | 0.2/1.2 MB | 0.2/3.2 MBProgress (5): 217/319 kB | 104 kB | 132/263 kB | 0.2/1.2 MB | 0.2/3.2 MBProgress (5): 217/319 kB | 104 kB | 134/263 kB | 0.2/1.2 MB | 0.2/3.2 MBProgress (5): 217/319 kB | 104 kB | 134/263 kB | 0.2/1.2 MB | 0.3/3.2 MBProgress (5): 219/319 kB | 104 kB | 134/263 kB | 0.2/1.2 MB | 0.3/3.2 MBProgress (5): 219/319 kB | 104 kB | 134/263 kB | 0.2/1.2 MB | 0.3/3.2 MBProgress (5): 222/319 kB | 104 kB | 134/263 kB | 0.2/1.2 MB | 0.3/3.2 MBProgress (5): 222/319 kB | 104 kB | 137/263 kB | 0.2/1.2 MB | 0.3/3.2 MBProgress (5): 225/319 kB | 104 kB | 137/263 kB | 0.2/1.2 MB | 0.3/3.2 MBProgress (5): 225/319 kB | 104 kB | 137/263 kB | 0.2/1.2 MB | 0.3/3.2 MBProgress (5): 225/319 kB | 104 kB | 140/263 kB | 0.2/1.2 MB | 0.3/3.2 MBProgress (5): 228/319 kB | 104 kB | 140/263 kB | 0.2/1.2 MB | 0.3/3.2 MBProgress (5): 228/319 kB | 104 kB | 140/263 kB | 0.2/1.2 MB | 0.3/3.2 MBProgress (5): 228/319 kB | 104 kB | 140/263 kB | 0.2/1.2 MB | 0.3/3.2 MBProgress (5): 228/319 kB | 104 kB | 143/263 kB | 0.2/1.2 MB | 0.3/3.2 MBProgress (5): 230/319 kB | 104 kB | 143/263 kB | 0.2/1.2 MB | 0.3/3.2 MB                                                                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-ldap-extras-codec-api/2.1.0/api-ldap-extras-codec-api-2.1.0.jar (104 kB at 872 kB/s)
Progress (4): 230/319 kB | 145/263 kB | 0.2/1.2 MB | 0.3/3.2 MBProgress (4): 230/319 kB | 145/263 kB | 0.2/1.2 MB | 0.3/3.2 MBProgress (4): 233/319 kB | 145/263 kB | 0.2/1.2 MB | 0.3/3.2 MBProgress (4): 233/319 kB | 148/263 kB | 0.2/1.2 MB | 0.3/3.2 MBProgress (4): 236/319 kB | 148/263 kB | 0.2/1.2 MB | 0.3/3.2 MBProgress (4): 236/319 kB | 148/263 kB | 0.3/1.2 MB | 0.3/3.2 MBProgress (4): 236/319 kB | 151/263 kB | 0.3/1.2 MB | 0.3/3.2 MBProgress (4): 236/319 kB | 151/263 kB | 0.3/1.2 MB | 0.3/3.2 MBProgress (4): 236/319 kB | 154/263 kB | 0.3/1.2 MB | 0.3/3.2 MBProgress (4): 239/319 kB | 154/263 kB | 0.3/1.2 MB | 0.3/3.2 MBProgress (4): 239/319 kB | 154/263 kB | 0.3/1.2 MB | 0.3/3.2 MBProgress (4): 239/319 kB | 156/263 kB | 0.3/1.2 MB | 0.3/3.2 MBProgress (4): 241/319 kB | 156/263 kB | 0.3/1.2 MB | 0.3/3.2 MBProgress (4): 241/319 kB | 159/263 kB | 0.3/1.2 MB | 0.3/3.2 MBProgress (4): 244/319 kB | 159/263 kB | 0.3/1.2 MB | 0.3/3.2 MBProgress (4): 244/319 kB | 159/263 kB | 0.3/1.2 MB | 0.3/3.2 MBProgress (4): 244/319 kB | 162/263 kB | 0.3/1.2 MB | 0.3/3.2 MBProgress (4): 244/319 kB | 162/263 kB | 0.3/1.2 MB | 0.3/3.2 MBProgress (4): 247/319 kB | 162/263 kB | 0.3/1.2 MB | 0.3/3.2 MBProgress (4): 247/319 kB | 162/263 kB | 0.3/1.2 MB | 0.3/3.2 MBProgress (4): 247/319 kB | 165/263 kB | 0.3/1.2 MB | 0.3/3.2 MBProgress (4): 250/319 kB | 165/263 kB | 0.3/1.2 MB | 0.3/3.2 MBProgress (4): 250/319 kB | 167/263 kB | 0.3/1.2 MB | 0.3/3.2 MBProgress (4): 252/319 kB | 167/263 kB | 0.3/1.2 MB | 0.3/3.2 MBProgress (4): 252/319 kB | 170/263 kB | 0.3/1.2 MB | 0.3/3.2 MBProgress (4): 252/319 kB | 170/263 kB | 0.3/1.2 MB | 0.3/3.2 MBProgress (4): 255/319 kB | 170/263 kB | 0.3/1.2 MB | 0.3/3.2 MBProgress (4): 255/319 kB | 170/263 kB | 0.3/1.2 MB | 0.3/3.2 MBProgress (4): 255/319 kB | 173/263 kB | 0.3/1.2 MB | 0.3/3.2 MBProgress (4): 255/319 kB | 173/263 kB | 0.3/1.2 MB | 0.3/3.2 MBProgress (4): 255/319 kB | 175/263 kB | 0.3/1.2 MB | 0.3/3.2 MBProgress (4): 255/319 kB | 178/263 kB | 0.3/1.2 MB | 0.3/3.2 MBProgress (4): 255/319 kB | 178/263 kB | 0.3/1.2 MB | 0.3/3.2 MBProgress (4): 255/319 kB | 181/263 kB | 0.3/1.2 MB | 0.3/3.2 MBProgress (4): 259/319 kB | 181/263 kB | 0.3/1.2 MB | 0.3/3.2 MBProgress (4): 259/319 kB | 184/263 kB | 0.3/1.2 MB | 0.3/3.2 MBProgress (4): 263/319 kB | 184/263 kB | 0.3/1.2 MB | 0.3/3.2 MBProgress (4): 263/319 kB | 184/263 kB | 0.3/1.2 MB | 0.3/3.2 MBProgress (4): 263/319 kB | 186/263 kB | 0.3/1.2 MB | 0.3/3.2 MBProgress (4): 263/319 kB | 186/263 kB | 0.3/1.2 MB | 0.3/3.2 MBProgress (4): 267/319 kB | 186/263 kB | 0.3/1.2 MB | 0.3/3.2 MBProgress (4): 267/319 kB | 189/263 kB | 0.3/1.2 MB | 0.3/3.2 MBProgress (4): 271/319 kB | 189/263 kB | 0.3/1.2 MB | 0.3/3.2 MBProgress (4): 271/319 kB | 192/263 kB | 0.3/1.2 MB | 0.3/3.2 MBProgress (4): 271/319 kB | 192/263 kB | 0.3/1.2 MB | 0.3/3.2 MBProgress (4): 271/319 kB | 195/263 kB | 0.3/1.2 MB | 0.3/3.2 MBProgress (4): 271/319 kB | 195/263 kB | 0.3/1.2 MB | 0.4/3.2 MBProgress (4): 275/319 kB | 195/263 kB | 0.3/1.2 MB | 0.4/3.2 MBProgress (4): 275/319 kB | 197/263 kB | 0.3/1.2 MB | 0.4/3.2 MBProgress (4): 280/319 kB | 197/263 kB | 0.3/1.2 MB | 0.4/3.2 MBProgress (4): 280/319 kB | 197/263 kB | 0.3/1.2 MB | 0.4/3.2 MBProgress (4): 284/319 kB | 197/263 kB | 0.3/1.2 MB | 0.4/3.2 MBProgress (4): 284/319 kB | 200/263 kB | 0.3/1.2 MB | 0.4/3.2 MBProgress (4): 288/319 kB | 200/263 kB | 0.3/1.2 MB | 0.4/3.2 MBProgress (4): 288/319 kB | 200/263 kB | 0.3/1.2 MB | 0.4/3.2 MBProgress (4): 288/319 kB | 203/263 kB | 0.3/1.2 MB | 0.4/3.2 MBProgress (4): 288/319 kB | 203/263 kB | 0.3/1.2 MB | 0.4/3.2 MBProgress (4): 288/319 kB | 206/263 kB | 0.3/1.2 MB | 0.4/3.2 MBProgress (4): 292/319 kB | 206/263 kB | 0.3/1.2 MB | 0.4/3.2 MBProgress (4): 296/319 kB | 206/263 kB | 0.3/1.2 MB | 0.4/3.2 MBProgress (4): 296/319 kB | 206/263 kB | 0.3/1.2 MB | 0.4/3.2 MBProgress (4): 296/319 kB | 208/263 kB | 0.3/1.2 MB | 0.4/3.2 MBProgress (4): 296/319 kB | 208/263 kB | 0.3/1.2 MB | 0.4/3.2 MBProgress (4): 300/319 kB | 208/263 kB | 0.3/1.2 MB | 0.4/3.2 MBProgress (4): 300/319 kB | 211/263 kB | 0.3/1.2 MB | 0.4/3.2 MBProgress (4): 304/319 kB | 211/263 kB | 0.3/1.2 MB | 0.4/3.2 MBProgress (4): 304/319 kB | 211/263 kB | 0.3/1.2 MB | 0.4/3.2 MBProgress (4): 304/319 kB | 211/263 kB | 0.3/1.2 MB | 0.4/3.2 MBProgress (4): 304/319 kB | 214/263 kB | 0.3/1.2 MB | 0.4/3.2 MBProgress (4): 304/319 kB | 214/263 kB | 0.3/1.2 MB | 0.4/3.2 MBProgress (4): 308/319 kB | 214/263 kB | 0.3/1.2 MB | 0.4/3.2 MBProgress (4): 308/319 kB | 217/263 kB | 0.3/1.2 MB | 0.4/3.2 MBProgress (4): 308/319 kB | 217/263 kB | 0.3/1.2 MB | 0.4/3.2 MBProgress (4): 312/319 kB | 217/263 kB | 0.3/1.2 MB | 0.4/3.2 MBProgress (4): 312/319 kB | 217/263 kB | 0.4/1.2 MB | 0.4/3.2 MBProgress (4): 312/319 kB | 219/263 kB | 0.4/1.2 MB | 0.4/3.2 MBProgress (4): 312/319 kB | 219/263 kB | 0.4/1.2 MB | 0.4/3.2 MBProgress (4): 316/319 kB | 219/263 kB | 0.4/1.2 MB | 0.4/3.2 MBProgress (4): 316/319 kB | 219/263 kB | 0.4/1.2 MB | 0.4/3.2 MBProgress (4): 319 kB | 219/263 kB | 0.4/1.2 MB | 0.4/3.2 MB    Progress (4): 319 kB | 219/263 kB | 0.4/1.2 MB | 0.4/3.2 MBProgress (4): 319 kB | 223/263 kB | 0.4/1.2 MB | 0.4/3.2 MBProgress (4): 319 kB | 223/263 kB | 0.4/1.2 MB | 0.4/3.2 MBProgress (4): 319 kB | 227/263 kB | 0.4/1.2 MB | 0.4/3.2 MBProgress (4): 319 kB | 227/263 kB | 0.4/1.2 MB | 0.5/3.2 MBProgress (4): 319 kB | 231/263 kB | 0.4/1.2 MB | 0.5/3.2 MBProgress (4): 319 kB | 231/263 kB | 0.4/1.2 MB | 0.5/3.2 MBProgress (4): 319 kB | 231/263 kB | 0.4/1.2 MB | 0.5/3.2 MBProgress (4): 319 kB | 235/263 kB | 0.4/1.2 MB | 0.5/3.2 MBProgress (4): 319 kB | 235/263 kB | 0.4/1.2 MB | 0.5/3.2 MBProgress (4): 319 kB | 235/263 kB | 0.4/1.2 MB | 0.5/3.2 MBProgress (4): 319 kB | 239/263 kB | 0.4/1.2 MB | 0.5/3.2 MBProgress (4): 319 kB | 239/263 kB | 0.4/1.2 MB | 0.5/3.2 MBProgress (4): 319 kB | 243/263 kB | 0.4/1.2 MB | 0.5/3.2 MBProgress (4): 319 kB | 243/263 kB | 0.4/1.2 MB | 0.5/3.2 MBProgress (4): 319 kB | 247/263 kB | 0.4/1.2 MB | 0.5/3.2 MBProgress (4): 319 kB | 247/263 kB | 0.4/1.2 MB | 0.5/3.2 MBProgress (4): 319 kB | 251/263 kB | 0.4/1.2 MB | 0.5/3.2 MBProgress (4): 319 kB | 251/263 kB | 0.4/1.2 MB | 0.5/3.2 MBProgress (4): 319 kB | 251/263 kB | 0.4/1.2 MB | 0.5/3.2 MBProgress (4): 319 kB | 256/263 kB | 0.4/1.2 MB | 0.5/3.2 MBProgress (4): 319 kB | 256/263 kB | 0.4/1.2 MB | 0.5/3.2 MBProgress (4): 319 kB | 260/263 kB | 0.4/1.2 MB | 0.5/3.2 MBProgress (4): 319 kB | 263 kB | 0.4/1.2 MB | 0.5/3.2 MB    Progress (4): 319 kB | 263 kB | 0.4/1.2 MB | 0.5/3.2 MBProgress (4): 319 kB | 263 kB | 0.4/1.2 MB | 0.5/3.2 MBProgress (4): 319 kB | 263 kB | 0.4/1.2 MB | 0.5/3.2 MBProgress (4): 319 kB | 263 kB | 0.5/1.2 MB | 0.5/3.2 MBProgress (4): 319 kB | 263 kB | 0.5/1.2 MB | 0.5/3.2 MBProgress (4): 319 kB | 263 kB | 0.5/1.2 MB | 0.6/3.2 MBProgress (4): 319 kB | 263 kB | 0.5/1.2 MB | 0.6/3.2 MBProgress (4): 319 kB | 263 kB | 0.5/1.2 MB | 0.6/3.2 MB                                                       Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-ldap-codec-core/2.1.0/api-ldap-codec-core-2.1.0.jar (319 kB at 2.0 MB/s)
Progress (3): 263 kB | 0.5/1.2 MB | 0.6/3.2 MBProgress (3): 263 kB | 0.5/1.2 MB | 0.6/3.2 MBProgress (3): 263 kB | 0.5/1.2 MB | 0.6/3.2 MBProgress (3): 263 kB | 0.5/1.2 MB | 0.6/3.2 MBProgress (3): 263 kB | 0.5/1.2 MB | 0.6/3.2 MBProgress (3): 263 kB | 0.5/1.2 MB | 0.6/3.2 MBProgress (3): 263 kB | 0.5/1.2 MB | 0.6/3.2 MBProgress (3): 263 kB | 0.5/1.2 MB | 0.6/3.2 MBProgress (3): 263 kB | 0.5/1.2 MB | 0.6/3.2 MBProgress (3): 263 kB | 0.5/1.2 MB | 0.6/3.2 MBProgress (3): 263 kB | 0.5/1.2 MB | 0.6/3.2 MBProgress (3): 263 kB | 0.5/1.2 MB | 0.6/3.2 MBProgress (3): 263 kB | 0.5/1.2 MB | 0.6/3.2 MBProgress (3): 263 kB | 0.5/1.2 MB | 0.7/3.2 MBProgress (3): 263 kB | 0.5/1.2 MB | 0.7/3.2 MBProgress (3): 263 kB | 0.5/1.2 MB | 0.7/3.2 MBProgress (3): 263 kB | 0.6/1.2 MB | 0.7/3.2 MBProgress (3): 263 kB | 0.6/1.2 MB | 0.7/3.2 MBProgress (3): 263 kB | 0.6/1.2 MB | 0.7/3.2 MB                                              Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-ldap-extras-codec/2.1.0/api-ldap-extras-codec-2.1.0.jar (263 kB at 1.6 MB/s)
Progress (2): 0.6/1.2 MB | 0.7/3.2 MBProgress (2): 0.6/1.2 MB | 0.7/3.2 MBProgress (2): 0.6/1.2 MB | 0.7/3.2 MBProgress (2): 0.6/1.2 MB | 0.7/3.2 MBProgress (2): 0.6/1.2 MB | 0.7/3.2 MBProgress (2): 0.6/1.2 MB | 0.7/3.2 MBProgress (2): 0.6/1.2 MB | 0.7/3.2 MBProgress (2): 0.6/1.2 MB | 0.8/3.2 MBProgress (2): 0.6/1.2 MB | 0.8/3.2 MBProgress (2): 0.6/1.2 MB | 0.8/3.2 MBProgress (2): 0.6/1.2 MB | 0.8/3.2 MBProgress (2): 0.6/1.2 MB | 0.8/3.2 MBProgress (2): 0.6/1.2 MB | 0.8/3.2 MBProgress (2): 0.6/1.2 MB | 0.8/3.2 MBProgress (2): 0.6/1.2 MB | 0.8/3.2 MBProgress (2): 0.6/1.2 MB | 0.8/3.2 MBProgress (2): 0.6/1.2 MB | 0.8/3.2 MBProgress (2): 0.6/1.2 MB | 0.8/3.2 MBProgress (2): 0.7/1.2 MB | 0.8/3.2 MBProgress (2): 0.7/1.2 MB | 0.8/3.2 MBProgress (2): 0.7/1.2 MB | 0.8/3.2 MBProgress (2): 0.7/1.2 MB | 0.8/3.2 MBProgress (2): 0.7/1.2 MB | 0.8/3.2 MBProgress (2): 0.7/1.2 MB | 0.8/3.2 MBProgress (2): 0.7/1.2 MB | 0.9/3.2 MBProgress (2): 0.7/1.2 MB | 0.9/3.2 MBProgress (2): 0.7/1.2 MB | 0.9/3.2 MBProgress (2): 0.7/1.2 MB | 0.9/3.2 MBProgress (2): 0.7/1.2 MB | 0.9/3.2 MBProgress (2): 0.7/1.2 MB | 0.9/3.2 MBProgress (2): 0.7/1.2 MB | 0.9/3.2 MBProgress (2): 0.7/1.2 MB | 0.9/3.2 MBProgress (2): 0.7/1.2 MB | 0.9/3.2 MBProgress (2): 0.7/1.2 MB | 0.9/3.2 MBProgress (2): 0.7/1.2 MB | 0.9/3.2 MBProgress (2): 0.7/1.2 MB | 0.9/3.2 MBProgress (2): 0.7/1.2 MB | 0.9/3.2 MBProgress (2): 0.7/1.2 MB | 1.0/3.2 MBProgress (2): 0.7/1.2 MB | 1.0/3.2 MBProgress (2): 0.7/1.2 MB | 1.0/3.2 MBProgress (2): 0.8/1.2 MB | 1.0/3.2 MBProgress (2): 0.8/1.2 MB | 1.0/3.2 MBProgress (2): 0.8/1.2 MB | 1.0/3.2 MBProgress (2): 0.8/1.2 MB | 1.0/3.2 MBProgress (2): 0.8/1.2 MB | 1.0/3.2 MBProgress (2): 0.8/1.2 MB | 1.0/3.2 MBProgress (2): 0.8/1.2 MB | 1.0/3.2 MBProgress (2): 0.8/1.2 MB | 1.0/3.2 MBProgress (2): 0.8/1.2 MB | 1.0/3.2 MBProgress (2): 0.8/1.2 MB | 1.0/3.2 MBProgress (2): 0.8/1.2 MB | 1.0/3.2 MBProgress (2): 0.8/1.2 MB | 1.0/3.2 MBProgress (2): 0.8/1.2 MB | 1.0/3.2 MBProgress (2): 0.8/1.2 MB | 1.1/3.2 MBProgress (2): 0.8/1.2 MB | 1.1/3.2 MBProgress (2): 0.8/1.2 MB | 1.1/3.2 MBProgress (2): 0.8/1.2 MB | 1.1/3.2 MBProgress (2): 0.8/1.2 MB | 1.1/3.2 MBProgress (2): 0.8/1.2 MB | 1.1/3.2 MBProgress (2): 0.8/1.2 MB | 1.1/3.2 MBProgress (2): 0.8/1.2 MB | 1.1/3.2 MBProgress (2): 0.9/1.2 MB | 1.1/3.2 MBProgress (2): 0.9/1.2 MB | 1.1/3.2 MBProgress (2): 0.9/1.2 MB | 1.1/3.2 MBProgress (2): 0.9/1.2 MB | 1.1/3.2 MBProgress (2): 0.9/1.2 MB | 1.1/3.2 MBProgress (2): 0.9/1.2 MB | 1.1/3.2 MBProgress (2): 0.9/1.2 MB | 1.2/3.2 MBProgress (2): 0.9/1.2 MB | 1.2/3.2 MBProgress (2): 0.9/1.2 MB | 1.2/3.2 MBProgress (2): 0.9/1.2 MB | 1.2/3.2 MBProgress (2): 0.9/1.2 MB | 1.2/3.2 MBProgress (2): 0.9/1.2 MB | 1.2/3.2 MBProgress (2): 0.9/1.2 MB | 1.2/3.2 MBProgress (2): 0.9/1.2 MB | 1.2/3.2 MBProgress (2): 0.9/1.2 MB | 1.2/3.2 MBProgress (2): 0.9/1.2 MB | 1.2/3.2 MBProgress (2): 0.9/1.2 MB | 1.2/3.2 MBProgress (2): 0.9/1.2 MB | 1.2/3.2 MBProgress (2): 0.9/1.2 MB | 1.2/3.2 MBProgress (2): 0.9/1.2 MB | 1.2/3.2 MBProgress (2): 0.9/1.2 MB | 1.3/3.2 MBProgress (2): 1.0/1.2 MB | 1.3/3.2 MBProgress (2): 1.0/1.2 MB | 1.3/3.2 MBProgress (2): 1.0/1.2 MB | 1.3/3.2 MBProgress (2): 1.0/1.2 MB | 1.3/3.2 MBProgress (2): 1.0/1.2 MB | 1.3/3.2 MBProgress (2): 1.0/1.2 MB | 1.3/3.2 MBProgress (2): 1.0/1.2 MB | 1.3/3.2 MBProgress (2): 1.0/1.2 MB | 1.3/3.2 MBProgress (2): 1.0/1.2 MB | 1.3/3.2 MBProgress (2): 1.0/1.2 MB | 1.3/3.2 MBProgress (2): 1.0/1.2 MB | 1.3/3.2 MBProgress (2): 1.0/1.2 MB | 1.3/3.2 MBProgress (2): 1.0/1.2 MB | 1.4/3.2 MBProgress (2): 1.0/1.2 MB | 1.4/3.2 MBProgress (2): 1.0/1.2 MB | 1.4/3.2 MBProgress (2): 1.0/1.2 MB | 1.4/3.2 MBProgress (2): 1.0/1.2 MB | 1.4/3.2 MBProgress (2): 1.0/1.2 MB | 1.4/3.2 MBProgress (2): 1.0/1.2 MB | 1.4/3.2 MBProgress (2): 1.0/1.2 MB | 1.4/3.2 MBProgress (2): 1.0/1.2 MB | 1.4/3.2 MBProgress (2): 1.1/1.2 MB | 1.4/3.2 MBProgress (2): 1.1/1.2 MB | 1.4/3.2 MBProgress (2): 1.1/1.2 MB | 1.4/3.2 MBProgress (2): 1.1/1.2 MB | 1.4/3.2 MBProgress (2): 1.1/1.2 MB | 1.4/3.2 MBProgress (2): 1.1/1.2 MB | 1.4/3.2 MBProgress (2): 1.1/1.2 MB | 1.4/3.2 MBProgress (2): 1.1/1.2 MB | 1.4/3.2 MBProgress (2): 1.1/1.2 MB | 1.4/3.2 MBProgress (2): 1.1/1.2 MB | 1.4/3.2 MBProgress (2): 1.1/1.2 MB | 1.5/3.2 MBProgress (2): 1.1/1.2 MB | 1.5/3.2 MBProgress (2): 1.1/1.2 MB | 1.5/3.2 MBProgress (2): 1.1/1.2 MB | 1.5/3.2 MBProgress (2): 1.1/1.2 MB | 1.5/3.2 MBProgress (2): 1.1/1.2 MB | 1.5/3.2 MBProgress (2): 1.1/1.2 MB | 1.5/3.2 MBProgress (2): 1.1/1.2 MB | 1.5/3.2 MBProgress (2): 1.1/1.2 MB | 1.5/3.2 MBProgress (2): 1.1/1.2 MB | 1.5/3.2 MBProgress (2): 1.2/1.2 MB | 1.5/3.2 MBProgress (2): 1.2/1.2 MB | 1.5/3.2 MBProgress (2): 1.2/1.2 MB | 1.5/3.2 MBProgress (2): 1.2/1.2 MB | 1.5/3.2 MBProgress (2): 1.2/1.2 MB | 1.5/3.2 MBProgress (2): 1.2/1.2 MB | 1.5/3.2 MBProgress (2): 1.2/1.2 MB | 1.5/3.2 MBProgress (2): 1.2/1.2 MB | 1.6/3.2 MBProgress (2): 1.2/1.2 MB | 1.6/3.2 MBProgress (2): 1.2/1.2 MB | 1.6/3.2 MBProgress (2): 1.2/1.2 MB | 1.6/3.2 MBProgress (2): 1.2/1.2 MB | 1.6/3.2 MBProgress (2): 1.2/1.2 MB | 1.6/3.2 MBProgress (2): 1.2/1.2 MB | 1.6/3.2 MBProgress (2): 1.2/1.2 MB | 1.6/3.2 MBProgress (2): 1.2/1.2 MB | 1.6/3.2 MBProgress (2): 1.2/1.2 MB | 1.6/3.2 MBProgress (2): 1.2/1.2 MB | 1.6/3.2 MBProgress (2): 1.2 MB | 1.6/3.2 MB    Progress (2): 1.2 MB | 1.6/3.2 MBProgress (2): 1.2 MB | 1.6/3.2 MBProgress (2): 1.2 MB | 1.7/3.2 MBProgress (2): 1.2 MB | 1.7/3.2 MBProgress (2): 1.2 MB | 1.7/3.2 MBProgress (2): 1.2 MB | 1.7/3.2 MBProgress (2): 1.2 MB | 1.7/3.2 MBProgress (2): 1.2 MB | 1.7/3.2 MBProgress (2): 1.2 MB | 1.8/3.2 MBProgress (2): 1.2 MB | 1.8/3.2 MBProgress (2): 1.2 MB | 1.8/3.2 MBProgress (2): 1.2 MB | 1.8/3.2 MBProgress (2): 1.2 MB | 1.8/3.2 MBProgress (2): 1.2 MB | 1.8/3.2 MBProgress (2): 1.2 MB | 1.9/3.2 MBProgress (2): 1.2 MB | 1.9/3.2 MBProgress (2): 1.2 MB | 1.9/3.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 6.0 MB/s)
Progress (1): 1.9/3.2 MBProgress (1): 1.9/3.2 MBProgress (1): 1.9/3.2 MBProgress (1): 2.0/3.2 MBProgress (1): 2.0/3.2 MBProgress (1): 2.0/3.2 MBProgress (1): 2.0/3.2 MBProgress (1): 2.0/3.2 MBProgress (1): 2.0/3.2 MBProgress (1): 2.1/3.2 MBProgress (1): 2.1/3.2 MBProgress (1): 2.1/3.2 MBProgress (1): 2.1/3.2 MBProgress (1): 2.1/3.2 MBProgress (1): 2.1/3.2 MBProgress (1): 2.2/3.2 MBProgress (1): 2.2/3.2 MBProgress (1): 2.2/3.2 MBProgress (1): 2.2/3.2 MBProgress (1): 2.2/3.2 MBProgress (1): 2.2/3.2 MBProgress (1): 2.3/3.2 MBProgress (1): 2.3/3.2 MBProgress (1): 2.3/3.2 MBProgress (1): 2.3/3.2 MBProgress (1): 2.3/3.2 MBProgress (1): 2.3/3.2 MBProgress (1): 2.4/3.2 MBProgress (1): 2.4/3.2 MBProgress (1): 2.4/3.2 MBProgress (1): 2.4/3.2 MBProgress (1): 2.4/3.2 MBProgress (1): 2.4/3.2 MBProgress (1): 2.4/3.2 MBProgress (1): 2.5/3.2 MBProgress (1): 2.5/3.2 MBProgress (1): 2.5/3.2 MBProgress (1): 2.5/3.2 MBProgress (1): 2.5/3.2 MBProgress (1): 2.5/3.2 MBProgress (1): 2.6/3.2 MBProgress (1): 2.6/3.2 MBProgress (1): 2.6/3.2 MBProgress (1): 2.6/3.2 MBProgress (1): 2.6/3.2 MBProgress (1): 2.6/3.2 MBProgress (1): 2.7/3.2 MBProgress (1): 2.7/3.2 MBProgress (1): 2.7/3.2 MBProgress (1): 2.7/3.2 MBProgress (1): 2.7/3.2 MBProgress (1): 2.7/3.2 MBProgress (1): 2.8/3.2 MBProgress (1): 2.8/3.2 MBProgress (1): 2.8/3.2 MBProgress (1): 2.8/3.2 MBProgress (1): 2.8/3.2 MBProgress (1): 2.8/3.2 MBProgress (1): 2.9/3.2 MBProgress (1): 2.9/3.2 MBProgress (1): 2.9/3.2 MBProgress (1): 2.9/3.2 MBProgress (1): 2.9/3.2 MBProgress (1): 2.9/3.2 MBProgress (1): 3.0/3.2 MBProgress (1): 3.0/3.2 MBProgress (1): 3.0/3.2 MBProgress (1): 3.0/3.2 MBProgress (1): 3.0/3.2 MBProgress (1): 3.0/3.2 MBProgress (1): 3.0/3.2 MBProgress (1): 3.1/3.2 MBProgress (1): 3.1/3.2 MBProgress (1): 3.1/3.2 MBProgress (1): 3.1/3.2 MBProgress (1): 3.1/3.2 MBProgress (1): 3.1/3.2 MBProgress (1): 3.2/3.2 MBProgress (1): 3.2/3.2 MBProgress (1): 3.2/3.2 MBProgress (1): 3.2 MB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-all/2.1.0/api-all-2.1.0.jar (3.2 MB at 12 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ fortress-core ---
[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 6 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 6 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/UsoUtil.java>:[39,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:  28.303 s
[INFO] Finished at: 2021-06-30T19:20:40Z
[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-openldap-test/ws/src/main/java/org/apache/directory/fortress/core/impl/UsoUtil.java>:[39,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


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

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

Posted by Apache Jenkins Server <je...@builds.apache.org>.
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

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

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-openldap-test/100/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 eb198440c78764bd6a0422911b74736e25e50d18 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f eb198440c78764bd6a0422911b74736e25e50d18 # timeout=10
Commit message: "[maven-release-plugin] prepare release 2.0.6"
 > git rev-list --no-walk 3f08c8517f65a93c30b2e706ad97985fb7745187 # timeout=10
[dir-fortress-core-docker-openldap-test] $ /bin/sh -xe /tmp/jenkins4351144137993368902.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=130f9485a155ddc8acb5ff39d4c7320c90a346d9588de4badc29db3e94af6c71
+ docker inspect --format={{(index (index .NetworkSettings.Ports "389/tcp") 0).HostPort}} 130f9485a155ddc8acb5ff39d4c7320c90a346d9588de4badc29db3e94af6c71
+ CONTAINER_PORT=53959
+ echo 53959
53959
+ 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=53959/ 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.131 s
[INFO] Finished at: 2021-07-01T20:51: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

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

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-openldap-test/99/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 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 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-openldap-test] $ /bin/sh -xe /tmp/jenkins1602589902870597612.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=8a94f1bbd762537bcf513d51c4419839007a5a32c8850c011da7ec2a9b5fe2b4
+ docker inspect --format={{(index (index .NetworkSettings.Ports "389/tcp") 0).HostPort}} 8a94f1bbd762537bcf513d51c4419839007a5a32c8850c011da7ec2a9b5fe2b4
+ CONTAINER_PORT=53958
+ echo 53958
53958
+ 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=53958/ 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.323 s
[INFO] Finished at: 2021-07-01T20:49:34Z
[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 #98

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

Changes:

[Shawn McKinney] 2.0.6 release preps take 2


------------------------------------------
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 0bc03746319daeba3d01efe5dbf9ed0e15f1b472 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 0bc03746319daeba3d01efe5dbf9ed0e15f1b472 # timeout=10
Commit message: "2.0.6 release preps take 2"
 > git rev-list --no-walk 7dcdce14f68cbbe5a14ebcc2fac21675b814e4e7 # timeout=10
[dir-fortress-core-docker-openldap-test] $ /bin/sh -xe /tmp/jenkins3971788678995543664.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=5383e86aa44b2bd6e3eda5a6c32bb6af60fdeba0531e5387f35ab9144723e772
+ docker inspect --format={{(index (index .NetworkSettings.Ports "389/tcp") 0).HostPort}} 5383e86aa44b2bd6e3eda5a6c32bb6af60fdeba0531e5387f35ab9144723e772
+ CONTAINER_PORT=53957
+ echo 53957
53957
+ 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=53957/ 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:  4.885 s
[INFO] Finished at: 2021-07-01T20:46:24Z
[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 #97

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

Changes:

[Shawn McKinney] refine l4j cfg


------------------------------------------
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 7dcdce14f68cbbe5a14ebcc2fac21675b814e4e7 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 7dcdce14f68cbbe5a14ebcc2fac21675b814e4e7 # timeout=10
Commit message: "refine l4j cfg"
 > git rev-list --no-walk 9984ad732f2cf383a29b8c227ca1e1f36aad6574 # timeout=10
[dir-fortress-core-docker-openldap-test] $ /bin/sh -xe /tmp/jenkins2081586789122006528.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
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
198557b32759: Waiting
35482d713adf: Waiting
b313acc93641: Waiting
bd7bfd8bd66d: Waiting
44e6b4b8b80b: Waiting
f436120d0e92: Waiting
bf47adcaddba: Verifying Checksum
bf47adcaddba: Download complete
6d44b7c25c28: Verifying Checksum
6d44b7c25c28: Download complete
cdfe36b0773e: Verifying Checksum
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
44e6b4b8b80b: Download complete
f436120d0e92: Verifying Checksum
f436120d0e92: 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=bc6bf86726c629e1073491e14252f6b9cb2ee6fe3a960e8255b6db24c47931aa
+ docker inspect --format={{(index (index .NetworkSettings.Ports "389/tcp") 0).HostPort}} bc6bf86726c629e1073491e14252f6b9cb2ee6fe3a960e8255b6db24c47931aa
+ CONTAINER_PORT=53956
+ echo 53956
53956
+ 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=53956/ 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 ]---------------------------------
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-all/2.1.0/api-all-2.1.0.pom
Progress (1): 2.7/3.4 kBProgress (1): 3.4 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-all/2.1.0/api-all-2.1.0.pom (3.4 kB at 6.5 kB/s)
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 168 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 512 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-all/2.1.0/api-all-2.1.0.jar
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/3.2 MBProgress (2): 0/3.2 MB | 0/1.2 MBProgress (2): 0/3.2 MB | 0/1.2 MBProgress (2): 0/3.2 MB | 0/1.2 MBProgress (2): 0/3.2 MB | 0/1.2 MBProgress (2): 0/3.2 MB | 0/1.2 MBProgress (2): 0/3.2 MB | 0/1.2 MBProgress (2): 0/3.2 MB | 0/1.2 MBProgress (2): 0.1/3.2 MB | 0/1.2 MBProgress (2): 0.1/3.2 MB | 0/1.2 MBProgress (2): 0.1/3.2 MB | 0/1.2 MBProgress (2): 0.1/3.2 MB | 0/1.2 MBProgress (2): 0.1/3.2 MB | 0.1/1.2 MBProgress (2): 0.1/3.2 MB | 0.1/1.2 MBProgress (2): 0.1/3.2 MB | 0.1/1.2 MBProgress (2): 0.1/3.2 MB | 0.1/1.2 MBProgress (2): 0.1/3.2 MB | 0.1/1.2 MBProgress (2): 0.1/3.2 MB | 0.1/1.2 MBProgress (2): 0.1/3.2 MB | 0.1/1.2 MBProgress (2): 0.1/3.2 MB | 0.1/1.2 MBProgress (2): 0.1/3.2 MB | 0.1/1.2 MBProgress (2): 0.1/3.2 MB | 0.1/1.2 MBProgress (2): 0.1/3.2 MB | 0.1/1.2 MBProgress (2): 0.1/3.2 MB | 0.1/1.2 MBProgress (2): 0.2/3.2 MB | 0.1/1.2 MBProgress (2): 0.2/3.2 MB | 0.1/1.2 MBProgress (2): 0.2/3.2 MB | 0.1/1.2 MBProgress (2): 0.2/3.2 MB | 0.1/1.2 MBProgress (2): 0.2/3.2 MB | 0.1/1.2 MBProgress (2): 0.2/3.2 MB | 0.1/1.2 MBProgress (2): 0.2/3.2 MB | 0.1/1.2 MBProgress (2): 0.2/3.2 MB | 0.1/1.2 MBProgress (2): 0.2/3.2 MB | 0.1/1.2 MBProgress (2): 0.2/3.2 MB | 0.1/1.2 MBProgress (2): 0.2/3.2 MB | 0.1/1.2 MBProgress (2): 0.2/3.2 MB | 0.2/1.2 MBProgress (2): 0.2/3.2 MB | 0.2/1.2 MBProgress (2): 0.2/3.2 MB | 0.2/1.2 MBProgress (2): 0.2/3.2 MB | 0.2/1.2 MBProgress (2): 0.2/3.2 MB | 0.2/1.2 MBProgress (2): 0.2/3.2 MB | 0.2/1.2 MBProgress (2): 0.2/3.2 MB | 0.2/1.2 MBProgress (2): 0.3/3.2 MB | 0.2/1.2 MBProgress (2): 0.3/3.2 MB | 0.2/1.2 MBProgress (2): 0.3/3.2 MB | 0.2/1.2 MBProgress (2): 0.3/3.2 MB | 0.2/1.2 MBProgress (2): 0.3/3.2 MB | 0.2/1.2 MBProgress (2): 0.3/3.2 MB | 0.2/1.2 MBProgress (2): 0.3/3.2 MB | 0.2/1.2 MBProgress (2): 0.3/3.2 MB | 0.2/1.2 MBProgress (2): 0.3/3.2 MB | 0.2/1.2 MBProgress (2): 0.3/3.2 MB | 0.2/1.2 MBProgress (2): 0.3/3.2 MB | 0.2/1.2 MBProgress (2): 0.3/3.2 MB | 0.2/1.2 MBProgress (2): 0.4/3.2 MB | 0.2/1.2 MBProgress (2): 0.4/3.2 MB | 0.2/1.2 MBProgress (2): 0.4/3.2 MB | 0.2/1.2 MBProgress (2): 0.4/3.2 MB | 0.2/1.2 MBProgress (2): 0.4/3.2 MB | 0.2/1.2 MBProgress (2): 0.4/3.2 MB | 0.2/1.2 MBProgress (2): 0.4/3.2 MB | 0.2/1.2 MBProgress (2): 0.4/3.2 MB | 0.2/1.2 MBProgress (2): 0.4/3.2 MB | 0.2/1.2 MBProgress (2): 0.4/3.2 MB | 0.3/1.2 MBProgress (2): 0.4/3.2 MB | 0.3/1.2 MBProgress (2): 0.4/3.2 MB | 0.3/1.2 MBProgress (2): 0.4/3.2 MB | 0.3/1.2 MBProgress (2): 0.4/3.2 MB | 0.3/1.2 MBProgress (2): 0.4/3.2 MB | 0.3/1.2 MBProgress (2): 0.4/3.2 MB | 0.3/1.2 MBProgress (2): 0.5/3.2 MB | 0.3/1.2 MBProgress (2): 0.5/3.2 MB | 0.3/1.2 MBProgress (2): 0.5/3.2 MB | 0.3/1.2 MBProgress (2): 0.5/3.2 MB | 0.3/1.2 MBProgress (2): 0.5/3.2 MB | 0.3/1.2 MBProgress (2): 0.5/3.2 MB | 0.3/1.2 MBProgress (2): 0.5/3.2 MB | 0.3/1.2 MBProgress (2): 0.5/3.2 MB | 0.3/1.2 MBProgress (2): 0.5/3.2 MB | 0.3/1.2 MBProgress (2): 0.5/3.2 MB | 0.3/1.2 MBProgress (2): 0.5/3.2 MB | 0.3/1.2 MBProgress (2): 0.5/3.2 MB | 0.3/1.2 MBProgress (2): 0.5/3.2 MB | 0.3/1.2 MBProgress (2): 0.5/3.2 MB | 0.3/1.2 MBProgress (2): 0.6/3.2 MB | 0.3/1.2 MBProgress (2): 0.6/3.2 MB | 0.3/1.2 MBProgress (2): 0.6/3.2 MB | 0.3/1.2 MBProgress (2): 0.6/3.2 MB | 0.4/1.2 MBProgress (2): 0.6/3.2 MB | 0.4/1.2 MBProgress (2): 0.6/3.2 MB | 0.4/1.2 MBProgress (2): 0.6/3.2 MB | 0.4/1.2 MBProgress (2): 0.6/3.2 MB | 0.4/1.2 MBProgress (2): 0.6/3.2 MB | 0.4/1.2 MBProgress (2): 0.6/3.2 MB | 0.4/1.2 MBProgress (2): 0.6/3.2 MB | 0.4/1.2 MBProgress (2): 0.6/3.2 MB | 0.4/1.2 MBProgress (2): 0.6/3.2 MB | 0.4/1.2 MBProgress (2): 0.7/3.2 MB | 0.4/1.2 MBProgress (2): 0.7/3.2 MB | 0.4/1.2 MBProgress (2): 0.7/3.2 MB | 0.4/1.2 MBProgress (2): 0.7/3.2 MB | 0.4/1.2 MBProgress (2): 0.7/3.2 MB | 0.4/1.2 MBProgress (2): 0.7/3.2 MB | 0.4/1.2 MBProgress (2): 0.7/3.2 MB | 0.4/1.2 MBProgress (2): 0.7/3.2 MB | 0.4/1.2 MBProgress (2): 0.7/3.2 MB | 0.4/1.2 MBProgress (2): 0.7/3.2 MB | 0.4/1.2 MBProgress (2): 0.7/3.2 MB | 0.4/1.2 MBProgress (2): 0.7/3.2 MB | 0.4/1.2 MBProgress (2): 0.7/3.2 MB | 0.5/1.2 MBProgress (2): 0.7/3.2 MB | 0.5/1.2 MBProgress (2): 0.7/3.2 MB | 0.5/1.2 MBProgress (2): 0.7/3.2 MB | 0.5/1.2 MBProgress (2): 0.8/3.2 MB | 0.5/1.2 MBProgress (2): 0.8/3.2 MB | 0.5/1.2 MBProgress (2): 0.8/3.2 MB | 0.5/1.2 MBProgress (2): 0.8/3.2 MB | 0.5/1.2 MBProgress (2): 0.8/3.2 MB | 0.5/1.2 MBProgress (2): 0.8/3.2 MB | 0.5/1.2 MBProgress (2): 0.8/3.2 MB | 0.5/1.2 MBProgress (2): 0.8/3.2 MB | 0.5/1.2 MBProgress (2): 0.8/3.2 MB | 0.5/1.2 MBProgress (2): 0.8/3.2 MB | 0.5/1.2 MBProgress (2): 0.8/3.2 MB | 0.5/1.2 MBProgress (2): 0.8/3.2 MB | 0.5/1.2 MBProgress (2): 0.8/3.2 MB | 0.5/1.2 MBProgress (2): 0.8/3.2 MB | 0.5/1.2 MBProgress (2): 0.9/3.2 MB | 0.5/1.2 MBProgress (2): 0.9/3.2 MB | 0.5/1.2 MBProgress (2): 0.9/3.2 MB | 0.5/1.2 MBProgress (2): 0.9/3.2 MB | 0.5/1.2 MBProgress (2): 0.9/3.2 MB | 0.6/1.2 MBProgress (2): 0.9/3.2 MB | 0.6/1.2 MBProgress (2): 0.9/3.2 MB | 0.6/1.2 MBProgress (2): 0.9/3.2 MB | 0.6/1.2 MBProgress (2): 0.9/3.2 MB | 0.6/1.2 MBProgress (2): 0.9/3.2 MB | 0.6/1.2 MBProgress (2): 0.9/3.2 MB | 0.6/1.2 MBProgress (2): 0.9/3.2 MB | 0.6/1.2 MBProgress (2): 0.9/3.2 MB | 0.6/1.2 MBProgress (2): 0.9/3.2 MB | 0.6/1.2 MBProgress (2): 0.9/3.2 MB | 0.6/1.2 MBProgress (2): 0.9/3.2 MB | 0.6/1.2 MBProgress (2): 0.9/3.2 MB | 0.6/1.2 MBProgress (2): 1.0/3.2 MB | 0.6/1.2 MBProgress (2): 1.0/3.2 MB | 0.6/1.2 MBProgress (2): 1.0/3.2 MB | 0.6/1.2 MBProgress (2): 1.0/3.2 MB | 0.6/1.2 MBProgress (2): 1.0/3.2 MB | 0.6/1.2 MBProgress (2): 1.0/3.2 MB | 0.7/1.2 MBProgress (2): 1.0/3.2 MB | 0.7/1.2 MBProgress (2): 1.0/3.2 MB | 0.7/1.2 MBProgress (2): 1.0/3.2 MB | 0.7/1.2 MBProgress (2): 1.0/3.2 MB | 0.7/1.2 MBProgress (2): 1.0/3.2 MB | 0.7/1.2 MBProgress (2): 1.0/3.2 MB | 0.7/1.2 MBProgress (2): 1.0/3.2 MB | 0.7/1.2 MBProgress (2): 1.0/3.2 MB | 0.7/1.2 MBProgress (2): 1.0/3.2 MB | 0.7/1.2 MBProgress (2): 1.0/3.2 MB | 0.7/1.2 MBProgress (2): 1.1/3.2 MB | 0.7/1.2 MBProgress (2): 1.1/3.2 MB | 0.7/1.2 MBProgress (2): 1.1/3.2 MB | 0.7/1.2 MBProgress (2): 1.1/3.2 MB | 0.7/1.2 MBProgress (2): 1.1/3.2 MB | 0.7/1.2 MBProgress (2): 1.1/3.2 MB | 0.7/1.2 MBProgress (2): 1.1/3.2 MB | 0.7/1.2 MBProgress (2): 1.1/3.2 MB | 0.7/1.2 MBProgress (2): 1.1/3.2 MB | 0.7/1.2 MBProgress (2): 1.1/3.2 MB | 0.8/1.2 MBProgress (2): 1.1/3.2 MB | 0.8/1.2 MBProgress (2): 1.1/3.2 MB | 0.8/1.2 MBProgress (2): 1.1/3.2 MB | 0.8/1.2 MBProgress (2): 1.1/3.2 MB | 0.8/1.2 MBProgress (2): 1.1/3.2 MB | 0.8/1.2 MBProgress (2): 1.1/3.2 MB | 0.8/1.2 MBProgress (2): 1.2/3.2 MB | 0.8/1.2 MBProgress (2): 1.2/3.2 MB | 0.8/1.2 MBProgress (2): 1.2/3.2 MB | 0.8/1.2 MBProgress (2): 1.2/3.2 MB | 0.8/1.2 MBProgress (2): 1.2/3.2 MB | 0.8/1.2 MBProgress (2): 1.2/3.2 MB | 0.8/1.2 MBProgress (2): 1.2/3.2 MB | 0.8/1.2 MBProgress (2): 1.2/3.2 MB | 0.8/1.2 MBProgress (2): 1.2/3.2 MB | 0.8/1.2 MBProgress (2): 1.2/3.2 MB | 0.8/1.2 MBProgress (2): 1.2/3.2 MB | 0.8/1.2 MBProgress (2): 1.2/3.2 MB | 0.8/1.2 MBProgress (2): 1.2/3.2 MB | 0.8/1.2 MBProgress (2): 1.2/3.2 MB | 0.9/1.2 MBProgress (2): 1.2/3.2 MB | 0.9/1.2 MBProgress (2): 1.2/3.2 MB | 0.9/1.2 MBProgress (2): 1.2/3.2 MB | 0.9/1.2 MBProgress (2): 1.3/3.2 MB | 0.9/1.2 MBProgress (2): 1.3/3.2 MB | 0.9/1.2 MBProgress (2): 1.3/3.2 MB | 0.9/1.2 MBProgress (2): 1.3/3.2 MB | 0.9/1.2 MBProgress (2): 1.3/3.2 MB | 0.9/1.2 MBProgress (2): 1.3/3.2 MB | 0.9/1.2 MBProgress (2): 1.3/3.2 MB | 0.9/1.2 MBProgress (2): 1.3/3.2 MB | 0.9/1.2 MBProgress (2): 1.3/3.2 MB | 0.9/1.2 MBProgress (2): 1.3/3.2 MB | 0.9/1.2 MBProgress (2): 1.3/3.2 MB | 0.9/1.2 MBProgress (2): 1.3/3.2 MB | 0.9/1.2 MBProgress (2): 1.3/3.2 MB | 0.9/1.2 MBProgress (2): 1.3/3.2 MB | 0.9/1.2 MBProgress (2): 1.3/3.2 MB | 0.9/1.2 MBProgress (2): 1.3/3.2 MB | 1.0/1.2 MBProgress (2): 1.3/3.2 MB | 1.0/1.2 MBProgress (2): 1.3/3.2 MB | 1.0/1.2 MBProgress (2): 1.3/3.2 MB | 1.0/1.2 MBProgress (2): 1.4/3.2 MB | 1.0/1.2 MBProgress (2): 1.4/3.2 MB | 1.0/1.2 MBProgress (2): 1.4/3.2 MB | 1.0/1.2 MBProgress (2): 1.4/3.2 MB | 1.0/1.2 MBProgress (2): 1.4/3.2 MB | 1.0/1.2 MBProgress (2): 1.4/3.2 MB | 1.0/1.2 MBProgress (2): 1.4/3.2 MB | 1.0/1.2 MBProgress (2): 1.4/3.2 MB | 1.0/1.2 MBProgress (2): 1.4/3.2 MB | 1.0/1.2 MBProgress (2): 1.4/3.2 MB | 1.0/1.2 MBProgress (2): 1.4/3.2 MB | 1.0/1.2 MBProgress (2): 1.4/3.2 MB | 1.0/1.2 MBProgress (2): 1.4/3.2 MB | 1.0/1.2 MBProgress (2): 1.4/3.2 MB | 1.0/1.2 MBProgress (2): 1.4/3.2 MB | 1.0/1.2 MBProgress (2): 1.4/3.2 MB | 1.1/1.2 MBProgress (2): 1.4/3.2 MB | 1.1/1.2 MBProgress (2): 1.5/3.2 MB | 1.1/1.2 MBProgress (2): 1.5/3.2 MB | 1.1/1.2 MBProgress (2): 1.5/3.2 MB | 1.1/1.2 MBProgress (2): 1.5/3.2 MB | 1.1/1.2 MBProgress (2): 1.5/3.2 MB | 1.1/1.2 MBProgress (2): 1.5/3.2 MB | 1.1/1.2 MBProgress (2): 1.5/3.2 MB | 1.1/1.2 MBProgress (2): 1.5/3.2 MB | 1.1/1.2 MBProgress (2): 1.5/3.2 MB | 1.1/1.2 MBProgress (2): 1.5/3.2 MB | 1.1/1.2 MBProgress (2): 1.5/3.2 MB | 1.1/1.2 MBProgress (2): 1.5/3.2 MB | 1.1/1.2 MBProgress (2): 1.5/3.2 MB | 1.1/1.2 MBProgress (2): 1.5/3.2 MB | 1.1/1.2 MBProgress (2): 1.5/3.2 MB | 1.1/1.2 MBProgress (2): 1.5/3.2 MB | 1.1/1.2 MBProgress (2): 1.6/3.2 MB | 1.1/1.2 MBProgress (2): 1.6/3.2 MB | 1.1/1.2 MBProgress (2): 1.6/3.2 MB | 1.1/1.2 MBProgress (2): 1.6/3.2 MB | 1.2/1.2 MBProgress (2): 1.6/3.2 MB | 1.2/1.2 MBProgress (2): 1.6/3.2 MB | 1.2/1.2 MBProgress (2): 1.6/3.2 MB | 1.2/1.2 MBProgress (2): 1.6/3.2 MB | 1.2/1.2 MBProgress (2): 1.6/3.2 MB | 1.2/1.2 MBProgress (2): 1.6/3.2 MB | 1.2/1.2 MBProgress (2): 1.6/3.2 MB | 1.2/1.2 MBProgress (2): 1.6/3.2 MB | 1.2/1.2 MBProgress (2): 1.6/3.2 MB | 1.2/1.2 MBProgress (2): 1.6/3.2 MB | 1.2/1.2 MBProgress (2): 1.7/3.2 MB | 1.2/1.2 MBProgress (2): 1.7/3.2 MB | 1.2/1.2 MBProgress (2): 1.7/3.2 MB | 1.2/1.2 MBProgress (2): 1.7/3.2 MB | 1.2/1.2 MBProgress (2): 1.7/3.2 MB | 1.2/1.2 MBProgress (2): 1.7/3.2 MB | 1.2/1.2 MBProgress (2): 1.7/3.2 MB | 1.2/1.2 MBProgress (2): 1.7/3.2 MB | 1.2/1.2 MBProgress (2): 1.7/3.2 MB | 1.2 MB    Progress (2): 1.7/3.2 MB | 1.2 MBProgress (2): 1.7/3.2 MB | 1.2 MBProgress (2): 1.7/3.2 MB | 1.2 MBProgress (2): 1.8/3.2 MB | 1.2 MBProgress (2): 1.8/3.2 MB | 1.2 MBProgress (2): 1.8/3.2 MB | 1.2 MBProgress (2): 1.8/3.2 MB | 1.2 MBProgress (2): 1.8/3.2 MB | 1.2 MBProgress (2): 1.8/3.2 MB | 1.2 MBProgress (2): 1.9/3.2 MB | 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 6.4 MB/s)
Progress (1): 1.9/3.2 MBProgress (1): 1.9/3.2 MBProgress (1): 1.9/3.2 MBProgress (1): 1.9/3.2 MBProgress (1): 1.9/3.2 MBProgress (1): 2.0/3.2 MBProgress (1): 2.0/3.2 MBProgress (1): 2.0/3.2 MBProgress (1): 2.0/3.2 MBProgress (1): 2.0/3.2 MBProgress (1): 2.0/3.2 MBProgress (1): 2.1/3.2 MBProgress (1): 2.1/3.2 MBProgress (1): 2.1/3.2 MBProgress (1): 2.1/3.2 MBProgress (1): 2.1/3.2 MBProgress (1): 2.1/3.2 MBProgress (1): 2.1/3.2 MBProgress (1): 2.2/3.2 MBProgress (1): 2.2/3.2 MBProgress (1): 2.2/3.2 MBProgress (1): 2.2/3.2 MBProgress (1): 2.2/3.2 MBProgress (1): 2.2/3.2 MBProgress (1): 2.3/3.2 MBProgress (1): 2.3/3.2 MBProgress (1): 2.3/3.2 MBProgress (1): 2.3/3.2 MBProgress (1): 2.3/3.2 MBProgress (1): 2.3/3.2 MBProgress (1): 2.4/3.2 MBProgress (1): 2.4/3.2 MBProgress (1): 2.4/3.2 MBProgress (1): 2.4/3.2 MBProgress (1): 2.4/3.2 MBProgress (1): 2.4/3.2 MBProgress (1): 2.5/3.2 MBProgress (1): 2.5/3.2 MBProgress (1): 2.5/3.2 MBProgress (1): 2.5/3.2 MBProgress (1): 2.5/3.2 MBProgress (1): 2.5/3.2 MBProgress (1): 2.6/3.2 MBProgress (1): 2.6/3.2 MBProgress (1): 2.6/3.2 MBProgress (1): 2.6/3.2 MBProgress (1): 2.6/3.2 MBProgress (1): 2.6/3.2 MBProgress (1): 2.7/3.2 MBProgress (1): 2.7/3.2 MBProgress (1): 2.7/3.2 MBProgress (1): 2.7/3.2 MBProgress (1): 2.7/3.2 MBProgress (1): 2.7/3.2 MBProgress (1): 2.8/3.2 MBProgress (1): 2.8/3.2 MBProgress (1): 2.8/3.2 MBProgress (1): 2.8/3.2 MBProgress (1): 2.8/3.2 MBProgress (1): 2.8/3.2 MBProgress (1): 2.9/3.2 MBProgress (1): 2.9/3.2 MBProgress (1): 2.9/3.2 MBProgress (1): 2.9/3.2 MBProgress (1): 2.9/3.2 MBProgress (1): 2.9/3.2 MBProgress (1): 2.9/3.2 MBProgress (1): 3.0/3.2 MBProgress (1): 3.0/3.2 MBProgress (1): 3.0/3.2 MBProgress (1): 3.0/3.2 MBProgress (1): 3.0/3.2 MBProgress (1): 3.0/3.2 MBProgress (1): 3.1/3.2 MBProgress (1): 3.1/3.2 MBProgress (1): 3.1/3.2 MBProgress (1): 3.1/3.2 MBProgress (1): 3.1/3.2 MBProgress (1): 3.1/3.2 MBProgress (1): 3.2/3.2 MBProgress (1): 3.2/3.2 MBProgress (1): 3.2/3.2 MBProgress (1): 3.2 MB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-all/2.1.0/api-all-2.1.0.jar (3.2 MB at 10 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: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:  9.599 s
[INFO] Finished at: 2021-07-01T20:44:20Z
[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 #96

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-openldap-test/96/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 H42 (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 9984ad732f2cf383a29b8c227ca1e1f36aad6574 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 9984ad732f2cf383a29b8c227ca1e1f36aad6574 # timeout=10
Commit message: "[maven-release-plugin] prepare for next development iteration"
 > git rev-list --no-walk 41a0ecca59fe617473a969fcb1019f8366e04d22 # timeout=10
[dir-fortress-core-docker-openldap-test] $ /bin/sh -xe /tmp/jenkins4021481485775114557.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-136-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=42558b7d4d76cc422f5a1977863d44811f9161a4417b7d5b50f2a371e1ff7894
+ docker inspect --format={{(index (index .NetworkSettings.Ports "389/tcp") 0).HostPort}} 42558b7d4d76cc422f5a1977863d44811f9161a4417b7d5b50f2a371e1ff7894
+ CONTAINER_PORT=54153
+ echo 54153
54153
+ 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=54153/ 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 6 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 6 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/UsoUtil.java>:[39,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:  5.235 s
[INFO] Finished at: 2021-07-01T13:48:25Z
[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-openldap-test/ws/src/main/java/org/apache/directory/fortress/core/impl/UsoUtil.java>:[39,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

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

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-openldap-test/95/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 H42 (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 41a0ecca59fe617473a969fcb1019f8366e04d22 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 41a0ecca59fe617473a969fcb1019f8366e04d22 # timeout=10
Commit message: "[maven-release-plugin] prepare release 2.0.6"
 > git rev-list --no-walk 03abfa58197aff8833ae33f5d019d274ba6388c1 # timeout=10
[dir-fortress-core-docker-openldap-test] $ /bin/sh -xe /tmp/jenkins5982635081088043832.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-136-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=d714b9b2b82a30e6a1b543e92185aa93e8e281b5f01e47e0dfe9e2b1dc39c73f
+ docker inspect --format={{(index (index .NetworkSettings.Ports "389/tcp") 0).HostPort}} d714b9b2b82a30e6a1b543e92185aa93e8e281b5f01e47e0dfe9e2b1dc39c73f
+ CONTAINER_PORT=54152
+ echo 54152
54152
+ 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=54152/ 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 6 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 6 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/UsoUtil.java>:[39,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:  5.154 s
[INFO] Finished at: 2021-07-01T13:47:51Z
[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-openldap-test/ws/src/main/java/org/apache/directory/fortress/core/impl/UsoUtil.java>:[39,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

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

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

Changes:

[Shawn McKinney] workaround for rat plugin https url error


------------------------------------------
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H42 (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 03abfa58197aff8833ae33f5d019d274ba6388c1 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 03abfa58197aff8833ae33f5d019d274ba6388c1 # timeout=10
Commit message: "workaround for rat plugin https url error"
 > git rev-list --no-walk faae185c3f0000a48eb72f120179ab8d4bd31c2b # timeout=10
[dir-fortress-core-docker-openldap-test] $ /bin/sh -xe /tmp/jenkins1064701085854911608.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-136-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=8d78cd4729add491a5757434b65f02947f432189ddf0d9083555b99a4e59b095
+ docker inspect --format={{(index (index .NetworkSettings.Ports "389/tcp") 0).HostPort}} 8d78cd4729add491a5757434b65f02947f432189ddf0d9083555b99a4e59b095
+ CONTAINER_PORT=54151
+ echo 54151
54151
+ 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=54151/ 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 6 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 6 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/UsoUtil.java>:[39,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:  7.040 s
[INFO] Finished at: 2021-07-01T13:45:58Z
[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-openldap-test/ws/src/main/java/org/apache/directory/fortress/core/impl/UsoUtil.java>:[39,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