See 
<https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-openldap-test/58/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 H44 (ubuntu) in workspace 
<https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-openldap-test/ws/>
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 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-openldap-test] $ /bin/sh -xe 
/tmp/jenkins4232221020011787224.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.0
Maven home: /usr/share/maven
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-124-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=7a595b981e08bbc55393ea957af70caf0ba54c8c790e664ee20cd23c3c99f644
+ docker inspect --format={{(index (index .NetworkSettings.Ports "389/tcp") 
0).HostPort}} 7a595b981e08bbc55393ea957af70caf0ba54c8c790e664ee20cd23c3c99f644
+ CONTAINER_PORT=49157
+ echo 49157
49157
+ 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=49157/ slapd.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-openldap-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-openldap-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-openldap-test/ws/pom.xml)>
 has 2 errors
[ERROR]     Malformed POM 
<https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-openldap-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-openldap-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
FATAL: Remote call on H44 failed
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to H44
                at 
hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1788)
                at 
hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
                at hudson.remoting.Channel.call(Channel.java:998)
                at hudson.Launcher$RemoteLauncher.kill(Launcher.java:1083)
                at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:510)
                at hudson.model.Run.execute(Run.java:1880)
                at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
                at 
hudson.model.ResourceController.execute(ResourceController.java:97)
                at hudson.model.Executor.run(Executor.java:428)
java.lang.NoClassDefFoundError: Could not initialize class jenkins.model.Jenkins
        at 
jenkins.agents.AgentComputerUtil.getChannelToMaster(AgentComputerUtil.java:48)
        at hudson.util.ProcessTree.get(ProcessTree.java:432)
        at hudson.Launcher$RemoteLauncher$KillTask.call(Launcher.java:1100)
        at hudson.Launcher$RemoteLauncher$KillTask.call(Launcher.java:1091)
        at hudson.remoting.UserRequest.perform(UserRequest.java:211)
        at hudson.remoting.UserRequest.perform(UserRequest.java:54)
        at hudson.remoting.Request$2.run(Request.java:369)
        at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
Caused: java.io.IOException: Remote call on H44 failed
        at hudson.remoting.Channel.call(Channel.java:1004)
        at hudson.Launcher$RemoteLauncher.kill(Launcher.java:1083)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:510)
        at hudson.model.Run.execute(Run.java:1880)
        at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
        at hudson.model.ResourceController.execute(ResourceController.java:97)
        at hudson.model.Executor.run(Executor.java:428)

Reply via email to