See <https://builds.apache.org/job/brooklyn-ui-master-docker/112/display/redirect?page=changes>
Changes: [sylvain.ferot] Allow to configure the blueprint loading methods ------------------------------------------ Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on H21 (ubuntu xenial) in workspace <https://builds.apache.org/job/brooklyn-ui-master-docker/ws/> [WS-CLEANUP] Deleting project workspace... Cloning the remote Git repository Cloning repository https://git-wip-us.apache.org/repos/asf/brooklyn-ui.git > git init <https://builds.apache.org/job/brooklyn-ui-master-docker/ws/> # > timeout=10 Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/brooklyn-ui.git > git --version # timeout=10 > git fetch --tags --progress > https://git-wip-us.apache.org/repos/asf/brooklyn-ui.git > +refs/heads/*:refs/remotes/origin/* > git config remote.origin.url > https://git-wip-us.apache.org/repos/asf/brooklyn-ui.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # > timeout=10 > git config remote.origin.url > https://git-wip-us.apache.org/repos/asf/brooklyn-ui.git # timeout=10 Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/brooklyn-ui.git > git fetch --tags --progress > https://git-wip-us.apache.org/repos/asf/brooklyn-ui.git > +refs/heads/*:refs/remotes/origin/* > git rev-parse origin/master^{commit} # timeout=10 Checking out Revision 777332a23878450cb8e12a27f35250b559e4d8c0 (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 777332a23878450cb8e12a27f35250b559e4d8c0 Commit message: "This closes #95" > git rev-list --no-walk a0cddab1767345035c24ec6e9b68bd06d1a7a629 # timeout=10 Run condition [Current build status] enabling prebuild for step [Execute shell] [brooklyn-ui-master-docker@2] $ /bin/bash -xe /tmp/jenkins7731834700100202664.sh + mkdir -p .m2 [brooklyn-ui-master-docker@2] $ /bin/bash -xe /tmp/jenkins2999153787173917607.sh + docker build -t brooklyn:ui . Sending build context to Docker daemon 15.65MB Step 1/2 : FROM maven:3.5.4-jdk-8 ---> 985f3637ded4 Step 2/2 : RUN apt-get update && apt-get install -y git-core libpng-dev make automake autoconf libtool dpkg pkg-config nasm gcc ---> Using cache ---> dfb556940d67 Successfully built dfb556940d67 Successfully tagged brooklyn:ui [brooklyn-ui-master-docker@2] $ /bin/bash -xe /tmp/jenkins7607210521849924327.sh + docker run -i --rm --name brooklyn-ui -v <https://builds.apache.org/job/brooklyn-ui-master-docker/ws/.m2>:/root/.m2 -v <https://builds.apache.org/job/brooklyn-ui-master-docker/ws/>:/usr/build -v /home/jenkins:/usr/home -w /usr/build brooklyn:ui mvn clean install -s /usr/home/.m2/settings.xml -Djdk.net.URLClassPath.disableClassPathURLCheck=true docker: Error response from daemon: Conflict. The container name "/brooklyn-ui" is already in use by container "cdce35478a2140049610fe96a0f09158608c71d5b257cd26384c9cf145878050". You have to remove (or rename) that container to be able to reuse that name. See 'docker run --help'. Build step 'Execute shell' marked build as failure
