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 2018/07/13 17:35:30 UTC

Build failed in Jenkins: dir-fortress-core-docker-apacheds-test #144

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

Changes:

[smckinney] [maven-release-plugin] prepare for next development iteration

------------------------------------------
[...truncated 688 B...]
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/directory-fortress-core.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision a0ff5e83a78e6b60e85ac05cbd3fd2efc98169c2 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a0ff5e83a78e6b60e85ac05cbd3fd2efc98169c2
Commit message: "[maven-release-plugin] prepare for next development iteration"
 > git rev-list --no-walk d66af589a565d0f9869d65e62e3299b3d869e4d9 # timeout=10
[dir-fortress-core-docker-apacheds-test] $ /bin/bash /tmp/jenkins8899352693850825918.sh
Error response from daemon: No such container: dir-fortress-core-docker-apacheds-test
Error response from daemon: No such container: dir-fortress-core-docker-apacheds-test
Docker version 17.05.0-ce, build 89658be
Using default tag: latest
latest: Pulling from apachedirectory/apacheds-for-apache-fortress-tests
Digest: sha256:bf85867fe42f4e2c34502207ed143e3dd13df35a4e1b33a8929f62570acd2416
Status: Image is up to date for apachedirectory/apacheds-for-apache-fortress-tests:latest
REPOSITORY                                           TAG                 IMAGE ID            CREATED             SIZE
apachedirectory/apacheds-for-apache-fortress-tests   latest              da89b358e799        13 months ago       639MB
a2a540ebca02113ce9ac350dec5b410195147844c1eed53a758a1acad3451708
[dir-fortress-core-docker-apacheds-test] $ /home/jenkins/tools/maven/apache-maven-3.3.9/bin/mvn -Dmaven.repo.local=<https://builds.apache.org/job/dir-fortress-core-docker-apacheds-test/ws/.repository> -U -V clean install
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=128m; support was removed in 8.0
Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-10T16:41:47+00:00)
Maven home: /home/jenkins/tools/maven/apache-maven-3.3.9
Java version: 1.8.0_172, vendor: Oracle Corporation
Java home: /usr/local/asfpackages/java/jdk1.8.0_172/jre
Default locale: en_US, platform encoding: ISO-8859-1
OS name: "linux", version: "4.4.0-130-generic", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Fortress Core 2.0.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ fortress-core ---
[INFO] Deleting <https://builds.apache.org/job/dir-fortress-core-docker-apacheds-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.3:compile (default-compile) @ fortress-core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 241 source files to <https://builds.apache.org/job/dir-fortress-core-docker-apacheds-test/ws/target/classes>
[INFO] <https://builds.apache.org/job/dir-fortress-core-docker-apacheds-test/ws/src/main/java/org/apache/directory/fortress/core/model/Hier.java>: Some input files use or override a deprecated API.
[INFO] <https://builds.apache.org/job/dir-fortress-core-docker-apacheds-test/ws/src/main/java/org/apache/directory/fortress/core/model/Hier.java>: Recompile with -Xlint:deprecation for details.
[INFO] <https://builds.apache.org/job/dir-fortress-core-docker-apacheds-test/ws/src/main/java/org/apache/directory/fortress/core/cli/CmdLineParser.java>: Some input files use unchecked or unsafe operations.
[INFO] <https://builds.apache.org/job/dir-fortress-core-docker-apacheds-test/ws/src/main/java/org/apache/directory/fortress/core/cli/CmdLineParser.java>: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ 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.3:testCompile (default-testCompile) @ fortress-core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 74 source files to <https://builds.apache.org/job/dir-fortress-core-docker-apacheds-test/ws/target/test-classes>
[WARNING] <https://builds.apache.org/job/dir-fortress-core-docker-apacheds-test/ws/src/test/java/org/apache/directory/fortress/core/samples/LoadTestUserSample.java>:[36,23] sun.rmi.runtime.Log is internal proprietary API and may be removed in a future release
[INFO] <https://builds.apache.org/job/dir-fortress-core-docker-apacheds-test/ws/src/test/java/org/apache/directory/fortress/core/AdminMgrConsole.java>: Some input files use unchecked or unsafe operations.
[INFO] <https://builds.apache.org/job/dir-fortress-core-docker-apacheds-test/ws/src/test/java/org/apache/directory/fortress/core/AdminMgrConsole.java>: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ fortress-core ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (default) @ fortress-core ---
[INFO] Executing tasks

fortress-load:
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (initialize-fortress-config) @ fortress-core ---
[WARNING] Parameter tasks is deprecated, use target instead
[INFO] Executing tasks

main:

init:

init-fortress-config:
     [echo] Determine configuration requirements

init:

init-fortress-config-local:
     [echo] ###############  Modify fortress configuration per user settings  ###############
   [delete] Deleting: <https://builds.apache.org/job/dir-fortress-core-docker-apacheds-test/ws/config/bootstrap/fortress.properties>
   [delete] Deleting: <https://builds.apache.org/job/dir-fortress-core-docker-apacheds-test/ws/config/fortress.properties>
     [copy] Copying 1 file to <https://builds.apache.org/job/dir-fortress-core-docker-apacheds-test/ws/config/bootstrap>
     [copy] Copying 1 file to <https://builds.apache.org/job/dir-fortress-core-docker-apacheds-test/ws/config>
     [echo] ###############  Modify fortress load scripts per user settings  ###############
   [delete] Deleting: <https://builds.apache.org/job/dir-fortress-core-docker-apacheds-test/ws/ldap/setup/refreshLDAPData.xml>
     [copy] Copying 1 file to <https://builds.apache.org/job/dir-fortress-core-docker-apacheds-test/ws/ldap/setup>
     [echo] ###############  Copy ehcache config to bootstrap config folder  ###############
   [delete] Deleting: <https://builds.apache.org/job/dir-fortress-core-docker-apacheds-test/ws/config/bootstrap/ehcache.xml>
     [copy] Copying 1 file to <https://builds.apache.org/job/dir-fortress-core-docker-apacheds-test/ws/config/bootstrap>
     [echo] Target init-fortress-config-local complete.

init:

init-fortress-config-remote:
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ fortress-core ---
[INFO] Building jar: <https://builds.apache.org/job/dir-fortress-core-docker-apacheds-test/ws/target/fortress-core-2.0.2-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ fortress-core ---
[INFO] 
[INFO] --- maven-jar-plugin:3.0.2:test-jar (default) @ fortress-core ---
[INFO] Building jar: <https://builds.apache.org/job/dir-fortress-core-docker-apacheds-test/ws/target/fortress-core-2.0.2-SNAPSHOT-tests.jar>
[INFO] 
[INFO] --- tools-maven-plugin:1.4:verify-legal-files (verify-legal-files) @ fortress-core ---
[INFO] Checking legal files in: fortress-core-2.0.2-SNAPSHOT.jar
[INFO] Checking legal files in: fortress-core-2.0.2-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.0:jar-no-fork (attach-sources) @ fortress-core ---
[INFO] Building jar: <https://builds.apache.org/job/dir-fortress-core-docker-apacheds-test/ws/target/fortress-core-2.0.2-SNAPSHOT-sources.jar>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ fortress-core ---
[INFO] Installing <https://builds.apache.org/job/dir-fortress-core-docker-apacheds-test/ws/target/fortress-core-2.0.2-SNAPSHOT.jar> to <https://builds.apache.org/job/dir-fortress-core-docker-apacheds-test/ws/.repository/org/apache/directory/fortress/fortress-core/2.0.2-SNAPSHOT/fortress-core-2.0.2-SNAPSHOT.jar>
[INFO] Installing <https://builds.apache.org/job/dir-fortress-core-docker-apacheds-test/ws/pom.xml> to <https://builds.apache.org/job/dir-fortress-core-docker-apacheds-test/ws/.repository/org/apache/directory/fortress/fortress-core/2.0.2-SNAPSHOT/fortress-core-2.0.2-SNAPSHOT.pom>
[INFO] Installing <https://builds.apache.org/job/dir-fortress-core-docker-apacheds-test/ws/target/fortress-core-2.0.2-SNAPSHOT-tests.jar> to <https://builds.apache.org/job/dir-fortress-core-docker-apacheds-test/ws/.repository/org/apache/directory/fortress/fortress-core/2.0.2-SNAPSHOT/fortress-core-2.0.2-SNAPSHOT-tests.jar>
[INFO] Installing <https://builds.apache.org/job/dir-fortress-core-docker-apacheds-test/ws/target/fortress-core-2.0.2-SNAPSHOT-sources.jar> to <https://builds.apache.org/job/dir-fortress-core-docker-apacheds-test/ws/.repository/org/apache/directory/fortress/fortress-core/2.0.2-SNAPSHOT/fortress-core-2.0.2-SNAPSHOT-sources.jar>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 23.238 s
[INFO] Finished at: 2018-07-13T17:35:02+00:00
[INFO] Final Memory: 43M/474M
[INFO] ------------------------------------------------------------------------
[dir-fortress-core-docker-apacheds-test] $ /home/jenkins/tools/maven/apache-maven-3.3.9/bin/mvn -Dmaven.repo.local=<https://builds.apache.org/job/dir-fortress-core-docker-apacheds-test/ws/.repository> install -Dload.file=./ldap/setup/refreshLDAPData.xml
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=128m; support was removed in 8.0
[INFO] Scanning for projects...
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Fortress Core 2.0.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[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.3:compile (default-compile) @ fortress-core ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ 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.3:testCompile (default-testCompile) @ fortress-core ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ fortress-core ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (default) @ fortress-core ---
[INFO] Executing tasks

fortress-load:
     [echo] ############### Run Fortress Ant script to load policy ###############
 [startAnt] Buildfile: <https://builds.apache.org/job/dir-fortress-core-docker-apacheds-test/ws/ldap/setup/refreshLDAPData.xml>
 [startAnt] 
 [startAnt] all:
 [startAnt] [FortressAdmin] 2018-07-13 17:35:14,987 (INFO ) static init: found from: fortress.properties path: <https://builds.apache.org/job/dir-fortress-core-docker-apacheds-test/ws/config/bootstrap/fortress.properties>
 [startAnt] [FortressAdmin] 2018-07-13 17:35:15,014 (INFO ) static init: loading from: fortress.properties
 [startAnt] [FortressAdmin] 2018-07-13 17:35:15,024 (INFO ) static init: load config realm [DEFAULT]
 [startAnt] 
 [startAnt] BUILD FAILED
 [startAnt] <https://builds.apache.org/job/dir-fortress-core-docker-apacheds-test/ws/ldap/setup/refreshLDAPData.xml>:26: Could not create type FortressAdmin due to java.lang.IllegalStateException: Infinite loop in property interpolation of ${min.log.conn}: min.log.conn
 [startAnt] 	at org.apache.commons.lang.text.StrSubstitutor.checkCyclicSubstitution(StrSubstitutor.java:701)
 [startAnt] 	at org.apache.commons.lang.text.StrSubstitutor.substitute(StrSubstitutor.java:645)
 [startAnt] 	at org.apache.commons.lang.text.StrSubstitutor.substitute(StrSubstitutor.java:656)
 [startAnt] 	at org.apache.commons.lang.text.StrSubstitutor.substitute(StrSubstitutor.java:563)
 [startAnt] 	at org.apache.commons.lang.text.StrSubstitutor.replace(StrSubstitutor.java:305)
 [startAnt] 	at org.apache.commons.configuration.PropertyConverter.interpolate(PropertyConverter.java:1040)
 [startAnt] 	at org.apache.commons.configuration.AbstractConfiguration.interpolate(AbstractConfiguration.java:449)
 [startAnt] 	at org.apache.commons.configuration.AbstractConfiguration.getInteger(AbstractConfiguration.java:844)
 [startAnt] 	at org.apache.commons.configuration.AbstractConfiguration.getInt(AbstractConfiguration.java:822)
 [startAnt] 	at org.apache.directory.fortress.core.util.Config.getInt(Config.java:290)
 [startAnt] 	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.init(LdapConnectionProvider.java:132)
 [startAnt] 	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.<init>(LdapConnectionProvider.java:115)
 [startAnt] 	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getInstance(LdapConnectionProvider.java:102)
 [startAnt] 	at org.apache.directory.fortress.core.ldap.LdapDataProvider.closeAdminConnection(LdapDataProvider.java:1215)
 [startAnt] 	at org.apache.directory.fortress.core.impl.ConfigDAO.getConfig(ConfigDAO.java:327)
 [startAnt] 	at org.apache.directory.fortress.core.impl.ConfigP.read(ConfigP.java:175)
 [startAnt] 	at org.apache.directory.fortress.core.impl.ConfigMgrImpl.read(ConfigMgrImpl.java:102)
 [startAnt] 	at org.apache.directory.fortress.core.util.Config.getRemoteConfig(Config.java:377)
 [startAnt] 	at org.apache.directory.fortress.core.util.Config.loadRemoteConfig(Config.java:655)
 [startAnt] 	at org.apache.directory.fortress.core.util.Config.getInstance(Config.java:101)
 [startAnt] 	at org.apache.directory.fortress.core.ConfigMgrFactory.createInstance(ConfigMgrFactory.java:54)
 [startAnt] 	at org.apache.directory.fortress.core.ant.FortressAntTask.<init>(FortressAntTask.java:381)
 [startAnt] 	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
 [startAnt] 	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
 [startAnt] 	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
 [startAnt] 	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
 [startAnt] 	at org.apache.tools.ant.AntTypeDefinition.innerCreateAndSet(AntTypeDefinition.java:329)
 [startAnt] 	at org.apache.tools.ant.AntTypeDefinition.createAndSet(AntTypeDefinition.java:274)
 [startAnt] 	at org.apache.tools.ant.AntTypeDefinition.icreate(AntTypeDefinition.java:219)
 [startAnt] 	at org.apache.tools.ant.AntTypeDefinition.create(AntTypeDefinition.java:206)
 [startAnt] 	at org.apache.tools.ant.ComponentHelper.createComponent(ComponentHelper.java:285)
 [startAnt] 	at org.apache.tools.ant.ComponentHelper.createComponent(ComponentHelper.java:263)
 [startAnt] 	at org.apache.tools.ant.UnknownElement.makeObject(UnknownElement.java:430)
 [startAnt] 	at org.apache.tools.ant.UnknownElement.maybeConfigure(UnknownElement.java:164)
 [startAnt] 	at org.apache.tools.ant.Task.perform(Task.java:347)
 [startAnt] 	at org.apache.tools.ant.Target.execute(Target.java:435)
 [startAnt] 	at org.apache.tools.ant.Target.performTasks(Target.java:456)
 [startAnt] 	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1405)
 [startAnt] 	at org.apache.tools.ant.Project.executeTarget(Project.java:1376)
 [startAnt] 	at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
 [startAnt] 	at org.apache.tools.ant.Project.executeTargets(Project.java:1260)
 [startAnt] 	at org.apache.tools.ant.Main.runBuild(Main.java:854)
 [startAnt] 	at org.apache.tools.ant.Main.startAnt(Main.java:236)
 [startAnt] 	at org.apache.tools.ant.launch.Launcher.run(Launcher.java:285)
 [startAnt] 	at org.apache.tools.ant.launch.Launcher.main(Launcher.java:112)
 [startAnt] 
 [startAnt] Total time: 0 seconds
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 9.962 s
[INFO] Finished at: 2018-07-13T17:35:15+00:00
[INFO] Final Memory: 25M/319M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.8:run (default) on project fortress-core: An Ant BuildException has occured: Java returned: 1
[ERROR] around Ant part ...<java fork="true" classname="org.apache.tools.ant.launch.Launcher" taskname="startAnt" failonerror="true" dir="<https://builds.apache.org/job/dir-fortress-core-docker-apacheds-test/ws/"> timeout="4000000">... @ 5:210 in <https://builds.apache.org/job/dir-fortress-core-docker-apacheds-test/ws/target/antrun/build-fortress-load.xml>
[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/MojoExecutionException
Build step 'Invoke top-level Maven targets' marked build as failure
[dir-fortress-core-docker-apacheds-test] $ /bin/bash /tmp/jenkins5679917028179747094.sh
dir-fortress-core-docker-apacheds-test
dir-fortress-core-docker-apacheds-test
CONTAINER ID        IMAGE               COMMAND             CREATED             STATUS              PORTS               NAMES