See 
<https://builds.apache.org/job/pulsar-master/705/display/redirect?page=changes>

Changes:

[github] [documentation] Improve documentation on bare mental deployment (#2335)

[github] Issue 1067: Problems with Partitioned Topics which name contains

------------------------------------------
[...truncated 1.08 MB...]
.
----------------------------------------------------------------------
Ran 27 tests in 9.579s

OK
/pulsar/pulsar-client-cpp/python /pulsar/pulsar-client-cpp
/pulsar/pulsar-client-cpp
[pulsar-master] $ /bin/bash -xe /tmp/jenkins1462595800439874503.sh
+ echo 'Building Docker images'
Building Docker images
+ docker/build.sh
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for 
org.apache.pulsar:docker-images:pom:2.2.0-incubating-SNAPSHOT
[WARNING] 
'dependencyManagement.dependencies.dependency.(groupId:artifactId:type:classifier)'
 must be unique: commons-io:commons-io:jar -> duplicate declaration of version 
2.5 @ org.apache.pulsar:pulsar:2.2.0-incubating-SNAPSHOT, 
<https://builds.apache.org/job/pulsar-master/ws/pom.xml,> line 490, column 19
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten 
the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support 
building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Apache Pulsar :: Docker Images
[INFO] Apache Pulsar :: Docker Images :: Pulsar Latest Version
[INFO] Apache Pulsar :: Docker Images :: Grafana
[INFO] Apache Pulsar :: Docker Images :: Pulsar Latest Version (Include All 
Components)
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Pulsar :: Docker Images 2.2.0-incubating-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.4:revision (git-info) @ docker-images ---
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:build-classpath (build-classpath) @ 
docker-images ---
[INFO] No dependencies found.
[INFO] Skipped writing classpath file 
'<https://builds.apache.org/job/pulsar-master/ws/docker/target/classpath.txt'.> 
 No changes found.
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) 
@ docker-images ---
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ 
docker-images ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Pulsar :: Docker Images :: Pulsar Latest Version 
2.2.0-incubating-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.4:revision (git-info) @ pulsar-docker-image 
---
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:build-classpath (build-classpath) @ 
pulsar-docker-image ---
[INFO] No dependencies found.
[INFO] Skipped writing classpath file 
'<https://builds.apache.org/job/pulsar-master/ws/docker/pulsar/target/classpath.txt'.>
  No changes found.
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) 
@ pulsar-docker-image ---
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:copy-dependencies (copy-tarball) @ 
pulsar-docker-image ---
[INFO] Copying pulsar-server-distribution-2.2.0-incubating-SNAPSHOT-bin.tar.gz 
to 
<https://builds.apache.org/job/pulsar-master/ws/docker/pulsar/target/pulsar-server-distribution-2.2.0-incubating-SNAPSHOT-bin.tar.gz>
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ 
pulsar-docker-image ---
[INFO] 
[INFO] --- dockerfile-maven-plugin:1.3.7:build (default) @ pulsar-docker-image 
---
[INFO] Building Docker context 
<https://builds.apache.org/job/pulsar-master/ws/docker/pulsar>
[INFO] 
[INFO] Image will be built as apachepulsar/pulsar:2.2.0-incubating-SNAPSHOT
[INFO] 
[INFO] Step 1/13 : FROM openjdk:8-jdk
[INFO]  ---> 8c80ddf988c8
[INFO] Step 2/13 : RUN apt-get update && apt-get install -y netcat dnsutils 
python-kazoo python-yaml
[INFO]  ---> Using cache
[INFO]  ---> 8d1f3efc85a8
[INFO] Step 3/13 : ARG PULSAR_TARBALL
[INFO]  ---> Using cache
[INFO]  ---> ab50a69bc93d
[INFO] Step 4/13 : ADD ${PULSAR_TARBALL} /
[INFO]  ---> Using cache
[INFO]  ---> eb1ac8f077ff
[INFO] Step 5/13 : RUN mv /apache-pulsar-* /pulsar
[INFO]  ---> Using cache
[INFO]  ---> 10f0cdec4b8b
[INFO] Step 6/13 : COPY scripts/apply-config-from-env.py /pulsar/bin
[INFO]  ---> Using cache
[INFO]  ---> 4693b5e5301d
[INFO] Step 7/13 : COPY scripts/gen-yml-from-env.py /pulsar/bin
[INFO]  ---> Using cache
[INFO]  ---> b9aa90a258ea
[INFO] Step 8/13 : COPY scripts/generate-zookeeper-config.sh /pulsar/bin
[INFO]  ---> Using cache
[INFO]  ---> 6e41bd35dc50
[INFO] Step 9/13 : COPY scripts/pulsar-zookeeper-ruok.sh /pulsar/bin
[INFO]  ---> Using cache
[INFO]  ---> 993dc045da57
[INFO] Step 10/13 : COPY scripts/watch-znode.py /pulsar/bin
[INFO]  ---> Using cache
[INFO]  ---> 31d98d88c8a1
[INFO] Step 11/13 : WORKDIR /pulsar
[INFO]  ---> Using cache
[INFO]  ---> 834307013a3d
[INFO] Step 12/13 : VOLUME /pulsar/conf /pulsar/data
[INFO]  ---> Using cache
[INFO]  ---> 935c75931637
[INFO] Step 13/13 : ENV PULSAR_ROOT_LOGGER INFO,CONSOLE
[INFO]  ---> Using cache
[INFO]  ---> 4fd9c422c72d
[INFO] Successfully built 4fd9c422c72d
[INFO] Successfully tagged apachepulsar/pulsar:2.2.0-incubating-SNAPSHOT
[INFO] 
[INFO] Detected build of image with id 4fd9c422c72d
[INFO] Building jar: 
<https://builds.apache.org/job/pulsar-master/ws/docker/pulsar/target/pulsar-docker-image-docker-info.jar>
[INFO] Successfully built apachepulsar/pulsar:2.2.0-incubating-SNAPSHOT
[INFO] 
[INFO] --- dockerfile-maven-plugin:1.3.7:tag (add-no-repo-and-version) @ 
pulsar-docker-image ---
[INFO] Tagging image 4fd9c422c72d as pulsar:2.2.0-incubating-SNAPSHOT
[INFO] 
[INFO] --- dockerfile-maven-plugin:1.3.7:tag (add-no-repo-and-latest) @ 
pulsar-docker-image ---
[INFO] Tagging image 4fd9c422c72d as pulsar:latest
[INFO] 
[INFO] --- dockerfile-maven-plugin:1.3.7:tag (tag-and-push-latest) @ 
pulsar-docker-image ---
[INFO] Tagging image 4fd9c422c72d as apachepulsar/pulsar:latest
[INFO] Building jar: 
<https://builds.apache.org/job/pulsar-master/ws/docker/pulsar/target/pulsar-docker-image-docker-info.jar>
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Pulsar :: Docker Images :: Grafana 
2.2.0-incubating-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.4:revision (git-info) @ 
grafana-docker-image ---
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:build-classpath (build-classpath) @ 
grafana-docker-image ---
[INFO] No dependencies found.
[INFO] Skipped writing classpath file 
'<https://builds.apache.org/job/pulsar-master/ws/docker/grafana/target/classpath.txt'.>
  No changes found.
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) 
@ grafana-docker-image ---
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ 
grafana-docker-image ---
[INFO] 
[INFO] --- dockerfile-maven-plugin:1.3.7:build (default) @ grafana-docker-image 
---
[INFO] Building Docker context 
<https://builds.apache.org/job/pulsar-master/ws/docker/grafana>
[INFO] 
[INFO] Image will be built as 
apachepulsar/pulsar-grafana:2.2.0-incubating-SNAPSHOT
[INFO] 
[INFO] Step 1/7 : FROM grafana/grafana:4.3.1
[INFO]  ---> 2cdb407c0fa4
[INFO] Step 2/7 : COPY grafana.ini /etc/grafana/grafana.ini
[INFO]  ---> Using cache
[INFO]  ---> 3ad519b39e7a
[INFO] Step 3/7 : COPY dashboards/* /var/lib/grafana/dashboards/
[INFO]  ---> Using cache
[INFO]  ---> 258c88b18363
[INFO] Step 4/7 : COPY start.sh /start.sh
[INFO]  ---> Using cache
[INFO]  ---> 48f4374f923d
[INFO] Step 5/7 : EXPOSE 3000
[INFO]  ---> Using cache
[INFO]  ---> ed3d3df7d874
[INFO] Step 6/7 : ENV PROMETHEUS_URL http://prometheus:9090
[INFO]  ---> Using cache
[INFO]  ---> 1c797146b8e7
[INFO] Step 7/7 : ENTRYPOINT /start.sh
[INFO]  ---> Using cache
[INFO]  ---> aab49acfe675
[INFO] Successfully built aab49acfe675
[INFO] Successfully tagged apachepulsar/pulsar-grafana:2.2.0-incubating-SNAPSHOT
[INFO] 
[INFO] Detected build of image with id aab49acfe675
[INFO] Building jar: 
<https://builds.apache.org/job/pulsar-master/ws/docker/grafana/target/grafana-docker-image-docker-info.jar>
[INFO] Successfully built apachepulsar/pulsar-grafana:2.2.0-incubating-SNAPSHOT
[INFO] 
[INFO] --- dockerfile-maven-plugin:1.3.7:tag (add-no-repo-and-version) @ 
grafana-docker-image ---
[INFO] Tagging image aab49acfe675 as pulsar-grafana:2.2.0-incubating-SNAPSHOT
[INFO] 
[INFO] --- dockerfile-maven-plugin:1.3.7:tag (add-no-repo-and-latest) @ 
grafana-docker-image ---
[INFO] Tagging image aab49acfe675 as pulsar-grafana:latest
[INFO] 
[INFO] --- dockerfile-maven-plugin:1.3.7:tag (tag-and-push-latest) @ 
grafana-docker-image ---
[INFO] Tagging image aab49acfe675 as apachepulsar/pulsar-grafana:latest
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Pulsar :: Docker Images :: Pulsar Latest Version 
(Include All Components) 2.2.0-incubating-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.4:revision (git-info) @ 
pulsar-all-docker-image ---
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:build-classpath (build-classpath) @ 
pulsar-all-docker-image ---
[INFO] Wrote classpath file 
'<https://builds.apache.org/job/pulsar-master/ws/docker/pulsar-all/target/classpath.txt'.>
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) 
@ pulsar-all-docker-image ---
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:copy-dependencies (copy-io-tarball) @ 
pulsar-all-docker-image ---
[INFO] Copying pulsar-io-distribution-2.2.0-incubating-SNAPSHOT-bin.tar.gz to 
<https://builds.apache.org/job/pulsar-master/ws/docker/pulsar-all/target/pulsar-io-distribution-2.2.0-incubating-SNAPSHOT-bin.tar.gz>
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ 
pulsar-all-docker-image ---
[INFO] 
[INFO] --- dockerfile-maven-plugin:1.3.7:build (default) @ 
pulsar-all-docker-image ---
[INFO] Building Docker context 
<https://builds.apache.org/job/pulsar-master/ws/docker/pulsar-all>
[INFO] 
[INFO] Image will be built as apachepulsar/pulsar-all:2.2.0-incubating-SNAPSHOT
[INFO] 
[INFO] Step 1/4 : FROM apachepulsar/pulsar:latest
[INFO]  ---> 4fd9c422c72d
[INFO] Step 2/4 : ARG PULSAR_IO_TARBALL
[INFO]  ---> Using cache
[INFO]  ---> 0eecec2eeb0d
[INFO] Step 3/4 : ADD ${PULSAR_IO_TARBALL} /
[INFO]  ---> Using cache
[INFO]  ---> ddd8b418ade1
[INFO] Step 4/4 : RUN mv /apache-pulsar-io-connectors-*/connectors 
/pulsar/connectors
[INFO]  ---> Using cache
[INFO]  ---> 430873567065
[INFO] Successfully built 430873567065
[INFO] Successfully tagged apachepulsar/pulsar-all:2.2.0-incubating-SNAPSHOT
[INFO] 
[INFO] Detected build of image with id 430873567065
[INFO] Building jar: 
<https://builds.apache.org/job/pulsar-master/ws/docker/pulsar-all/target/pulsar-all-docker-image-docker-info.jar>
[INFO] Successfully built apachepulsar/pulsar-all:2.2.0-incubating-SNAPSHOT
[INFO] 
[INFO] --- dockerfile-maven-plugin:1.3.7:tag (tag-and-push-latest) @ 
pulsar-all-docker-image ---
[INFO] Tagging image 430873567065 as apachepulsar/pulsar-all:latest
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Pulsar :: Docker Images ..................... SUCCESS [  3.793 s]
[INFO] Apache Pulsar :: Docker Images :: Pulsar Latest Version SUCCESS [ 19.559 
s]
[INFO] Apache Pulsar :: Docker Images :: Grafana .......... SUCCESS [  0.625 s]
[INFO] Apache Pulsar :: Docker Images :: Pulsar Latest Version (Include All 
Components) SUCCESS [  4.562 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 29.200 s
[INFO] Finished at: 2018-08-11T05:12:14Z
[INFO] Final Memory: 68M/2114M
[INFO] ------------------------------------------------------------------------
[INFO] Scanning for projects...
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[FATAL] Non-resolvable parent POM for 
org.apache.pulsar:dashboard-docker-image:[unknown-version]: Could not find 
artifact org.apache.pulsar:docker-images:pom:2.1.0-incubating-SNAPSHOT and 
'parent.relativePath' points at wrong local POM @ line 23, column 11
 @ 
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]   
[ERROR]   The project 
org.apache.pulsar:dashboard-docker-image:[unknown-version] 
(<https://builds.apache.org/job/pulsar-master/ws/docker/../dashboard/pom.xml)> 
has 1 error
[ERROR]     Non-resolvable parent POM for 
org.apache.pulsar:dashboard-docker-image:[unknown-version]: Could not find 
artifact org.apache.pulsar:docker-images:pom:2.1.0-incubating-SNAPSHOT and 
'parent.relativePath' points at wrong local POM @ line 23, column 11 -> [Help 2]
[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/UnresolvableModelException
Build step 'Execute shell' marked build as failure
Not sending mail to unregistered user nore...@github.com
Not sending mail to unregistered user guosi...@gmail.com
Not sending mail to unregistered user jiaz...@users.noreply.github.com
Not sending mail to unregistered user y.shiga.91+yush...@gmail.com

Reply via email to