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

Changes:

[Shawn McKinney] bump plug in to 1.10.1 req's config execution block


------------------------------------------
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H39 (ubuntu) in workspace 
<https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-apacheds-test/ws/>
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-apacheds-test/ws/>
 >  # timeout=10
Fetching upstream changes from 
https://gitbox.apache.org/repos/asf/directory-fortress-core.git
 > git --version # timeout=10
 > 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
 > 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 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
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision 9584a60e075f8f62121283085d9255200884b1b2 
(refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 9584a60e075f8f62121283085d9255200884b1b2 # timeout=10
Commit message: "bump plug in to 1.10.1 req's config execution block"
 > git rev-list --no-walk 2720db9b65dc10cee3412dd8c06688d239f4c75a # timeout=10
[dir-fortress-core-docker-apacheds-test] $ /bin/sh -xe 
/tmp/jenkins3006026236113593996.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.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: /home/jenkins/tools/maven/latest
Java version: 1.8.0_241, vendor: Oracle Corporation, runtime: 
/usr/local/asfpackages/java/jdk1.8.0_241/jre
Default locale: en_US, platform encoding: ISO-8859-1
OS name: "linux", version: "4.15.0-76-generic", arch: "amd64", family: "unix"
+ src/docker/apacheds-for-apache-fortress-tests/run-tests.sh
+ docker pull apachedirectory/apacheds-for-apache-fortress-tests
Using default tag: latest
latest: Pulling from apachedirectory/apacheds-for-apache-fortress-tests
376057ac6fa1: Pulling fs layer
5a63a0a859d8: Pulling fs layer
496548a8c952: Pulling fs layer
2adae3950d4d: Pulling fs layer
0a297eafb9ac: Pulling fs layer
51607e1c215b: Pulling fs layer
f7c02da203f1: Pulling fs layer
d9b31a9517a3: Pulling fs layer
554d9c0636b0: Pulling fs layer
3843a7e4ee25: Pulling fs layer
bf966ba2e1a1: Pulling fs layer
d9b31a9517a3: Waiting
2adae3950d4d: Waiting
0a297eafb9ac: Waiting
51607e1c215b: Waiting
554d9c0636b0: Waiting
bf966ba2e1a1: Waiting
3843a7e4ee25: Waiting
f7c02da203f1: Waiting
5a63a0a859d8: Verifying Checksum
5a63a0a859d8: Download complete
496548a8c952: Verifying Checksum
496548a8c952: Download complete
0a297eafb9ac: Verifying Checksum
0a297eafb9ac: Download complete
376057ac6fa1: Verifying Checksum
376057ac6fa1: Download complete
51607e1c215b: Download complete
2adae3950d4d: Verifying Checksum
2adae3950d4d: Download complete
d9b31a9517a3: Verifying Checksum
d9b31a9517a3: Download complete
3843a7e4ee25: Download complete
554d9c0636b0: Verifying Checksum
554d9c0636b0: Download complete
bf966ba2e1a1: Download complete
f7c02da203f1: Verifying Checksum
f7c02da203f1: Download complete
376057ac6fa1: Pull complete
5a63a0a859d8: Pull complete
496548a8c952: Pull complete
2adae3950d4d: Pull complete
0a297eafb9ac: Pull complete
51607e1c215b: Pull complete
f7c02da203f1: Pull complete
d9b31a9517a3: Pull complete
554d9c0636b0: Pull complete
3843a7e4ee25: Pull complete
bf966ba2e1a1: Pull complete
Digest: sha256:0ed4175e24264980c8f8d168dc4bc0211fc5bc588cf5ff351c23c85643f930b2
Status: Downloaded newer image for 
apachedirectory/apacheds-for-apache-fortress-tests:latest
docker.io/apachedirectory/apacheds-for-apache-fortress-tests:latest
+ docker run -d -P apachedirectory/apacheds-for-apache-fortress-tests
+ CONTAINER_ID=f8305a2e5f8e9c366273a459117539cd5102ccdbee16137322130d2bdda8cfe0
+ docker inspect --format={{(index (index .NetworkSettings.Ports "10389/tcp") 
0).HostPort}} f8305a2e5f8e9c366273a459117539cd5102ccdbee16137322130d2bdda8cfe0
+ CONTAINER_PORT=50265
+ echo 50265
50265
+ cp build.properties.example build.properties
+ sed -i s/^ldap\.server\.type=.*/ldap.server.type=apacheds/ build.properties
+ sed -i s/^ldap\.host=.*/ldap.host=localhost/ build.properties
+ sed -i s/^ldap\.port=.*/ldap.port=50265/ build.properties
+ sed -i s/^suffix\.name=.*/suffix.name=example/ build.properties
+ sed -i s/^suffix\.dc=.*/suffix.dc=com/ build.properties
+ sed -i s/^root\.dn=.*/root.dn=uid=admin,ou=system/ build.properties
+ sed -i s/^root\.pw=.*/root.pw={SSHA}pSOV2TpCxj2NMACijkcMko4fGrFopctU/ 
build.properties
+ sed -i s/^cfg\.root\.pw=.*/cfg.root.pw=secret/ build.properties
+ mvn clean install
[INFO] Scanning for projects...
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[ERROR] Malformed POM 
<https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-apacheds-test/ws/pom.xml>:
 Unrecognised tag: 'execution' (position: START_TAG seen ...</goals>\n          
      <execution>... @885:28)  @ 
<https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-apacheds-test/ws/pom.xml,>
 line 885, column 28
[ERROR] 
'profiles.profile[loadtest-fortress-sessperms].plugins.plugin.[com.lazerycode.jmeter:jmeter-maven-plugin].executions.execution.id'
 must be unique but found duplicate execution with id configuration @ line 
1146, column 21
[WARNING] Reporting configuration should be done in <reporting> section, not in 
maven-site-plugin <configuration> as reportPlugins parameter. @ 
 @ 
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]   
[ERROR]   The project 
org.apache.directory.fortress:fortress-core:2.0.6-SNAPSHOT 
(<https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-apacheds-test/ws/pom.xml)>
 has 2 errors
[ERROR]     Malformed POM 
<https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-apacheds-test/ws/pom.xml>:
 Unrecognised tag: 'execution' (position: START_TAG seen ...</goals>\n          
      <execution>... @885:28)  @ 
<https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-apacheds-test/ws/pom.xml,>
 line 885, column 28 -> [Help 2]
[ERROR]     
'profiles.profile[loadtest-fortress-sessperms].plugins.plugin.[com.lazerycode.jmeter:jmeter-maven-plugin].executions.execution.id'
 must be unique but found duplicate execution with id configuration @ line 
1146, column 21
[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/ProjectBuildingException
[ERROR] [Help 2] 
http://cwiki.apache.org/confluence/display/MAVEN/ModelParseException
Build step 'Execute shell' marked build as failure

Reply via email to