See <https://builds.apache.org/job/brooklyn-ui-master-docker/123/display/redirect?page=changes>
Changes: [juan] add compact list view mode ------------------------------------------ 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... [WS-CLEANUP] Done 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 e226b481dc783602bd1c703963a36a4f9fa6f068 (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f e226b481dc783602bd1c703963a36a4f9fa6f068 Commit message: "This closes #98" > git rev-list --no-walk 43c154c39813443406b286f15416137fca43044c # timeout=10 Run condition [Current build status] enabling prebuild for step [Execute shell] [brooklyn-ui-master-docker@2] $ /bin/bash -xe /tmp/jenkins3606938904038157196.sh + mkdir -p .m2 [brooklyn-ui-master-docker@2] $ /bin/bash -xe /tmp/jenkins9136154495000116376.sh + docker build -t brooklyn:ui . Sending build context to Docker daemon 15.7MB 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 ---> 9c1c90964d8e Successfully built 9c1c90964d8e Successfully tagged brooklyn:ui [brooklyn-ui-master-docker@2] $ /bin/bash -xe /tmp/jenkins1289012877186217394.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 "d0872b1f686ae62bbbda96b78392ff4f7a814cddeebb8c7bdbe8340f4c18aa63". 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
