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

Changes:

[guosijie] fixed zookeeper name references in helm charts. (#2525)

[github] support nested fields in Pulsar presto connector (#2515)

[github] set correct guice version to prevent dependency inject errors in docker

------------------------------------------
[...truncated 1.26 MB...]
+ python setup.py bdist_wheel
running bdist_wheel
running build
running build_py
running build_ext
installing to build/bdist.linux-x86_64/wheel
running install
running install_lib
creating build/bdist.linux-x86_64/wheel
copying build/lib.linux-x86_64-2.7/_pulsar.so -> build/bdist.linux-x86_64/wheel
creating build/bdist.linux-x86_64/wheel/pulsar
creating build/bdist.linux-x86_64/wheel/pulsar/functions
copying build/lib.linux-x86_64-2.7/pulsar/functions/context.py -> 
build/bdist.linux-x86_64/wheel/pulsar/functions
copying build/lib.linux-x86_64-2.7/pulsar/functions/__init__.py -> 
build/bdist.linux-x86_64/wheel/pulsar/functions
copying build/lib.linux-x86_64-2.7/pulsar/functions/function.py -> 
build/bdist.linux-x86_64/wheel/pulsar/functions
copying build/lib.linux-x86_64-2.7/pulsar/functions/serde.py -> 
build/bdist.linux-x86_64/wheel/pulsar/functions
copying build/lib.linux-x86_64-2.7/pulsar/__init__.py -> 
build/bdist.linux-x86_64/wheel/pulsar
running install_egg_info
running egg_info
writing requirements to pulsar_client.egg-info/requires.txt
writing pulsar_client.egg-info/PKG-INFO
writing top-level names to pulsar_client.egg-info/top_level.txt
writing dependency_links to pulsar_client.egg-info/dependency_links.txt
reading manifest file 'pulsar_client.egg-info/SOURCES.txt'
writing manifest file 'pulsar_client.egg-info/SOURCES.txt'
Copying pulsar_client.egg-info to 
build/bdist.linux-x86_64/wheel/pulsar_client-2.2.0-py2.7.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/pulsar_client-2.2.0.dist-info/WHEEL
+ auditwheel repair dist/pulsar_client-2.2.0-cp27-cp27mu-linux_x86_64.whl
Repairing pulsar_client-2.2.0-cp27-cp27mu-linux_x86_64.whl
Previous filename tags: linux_x86_64
New filename tags: manylinux1_x86_64
Previous WHEEL info tags: cp27-cp27mu-linux_x86_64
New WHEEL info tags: cp27-cp27mu-manylinux1_x86_64

Fixed-up wheel written to 
/pulsar/pulsar-client-cpp/python/wheelhouse/pulsar_client-2.2.0-cp27-cp27mu-manylinux1_x86_64.whl
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (default) @ pulsar-docker-image ---
[WARNING] Parameter tasks is deprecated, use target instead
[INFO] Executing tasks

main:
     [echo] copy python wheel file
    [mkdir] Created dir: 
<https://builds.apache.org/job/pulsar-master/ws/docker/pulsar/target/python-client>
  [copydir] DEPRECATED - The copydir task is deprecated.  Use copy instead.
  [copydir] Copying 1 file to 
<https://builds.apache.org/job/pulsar-master/ws/docker/pulsar/target/python-client>
[INFO] Executed tasks
[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/16 : FROM openjdk:8-jdk
[INFO]  ---> 81f83aac57d6
[INFO] Step 2/16 : RUN apt-get update && apt-get install -y netcat dnsutils 
python-kazoo python-yaml python-pip
[INFO]  ---> Using cache
[INFO]  ---> 7d7550cffd6c
[INFO] Step 3/16 : ARG PULSAR_TARBALL
[INFO]  ---> Using cache
[INFO]  ---> 0b7d8207d9f1
[INFO] Step 4/16 : ADD ${PULSAR_TARBALL} /
[INFO]  ---> Using cache
[INFO]  ---> 8f58d70e2c30
[INFO] Step 5/16 : RUN mv /apache-pulsar-* /pulsar
[INFO]  ---> Using cache
[INFO]  ---> 2b2ce222b7bb
[INFO] Step 6/16 : COPY scripts/apply-config-from-env.py /pulsar/bin
[INFO]  ---> Using cache
[INFO]  ---> 21253d5104a6
[INFO] Step 7/16 : COPY scripts/gen-yml-from-env.py /pulsar/bin
[INFO]  ---> Using cache
[INFO]  ---> 383fce6f8a2d
[INFO] Step 8/16 : COPY scripts/generate-zookeeper-config.sh /pulsar/bin
[INFO]  ---> Using cache
[INFO]  ---> 66b15f4a9b7d
[INFO] Step 9/16 : COPY scripts/pulsar-zookeeper-ruok.sh /pulsar/bin
[INFO]  ---> Using cache
[INFO]  ---> ed17677a95f3
[INFO] Step 10/16 : COPY scripts/watch-znode.py /pulsar/bin
[INFO]  ---> Using cache
[INFO]  ---> 59f0ab729d71
[INFO] Step 11/16 : COPY scripts/install-pulsar-client.sh /pulsar/bin
[INFO]  ---> Using cache
[INFO]  ---> 00f4c2c563d6
[INFO] Step 12/16 : ADD target/python-client/ /pulsar/pulsar-client
[INFO]  ---> 0716135c5fb0
[INFO] Removing intermediate container d8be59c65884
[INFO] Step 13/16 : RUN /pulsar/bin/install-pulsar-client.sh
[INFO]  ---> Running in 22a479b8e777
[INFO] ++ ls /pulsar/pulsar-client
[INFO] 
[INFO] + WHEEL_FILE=pulsar_client-2.2.0-cp27-cp27mu-manylinux1_x86_64.whl
[INFO] + pip install 
/pulsar/pulsar-client/pulsar_client-2.2.0-cp27-cp27mu-manylinux1_x86_64.whl
[INFO] 
[INFO] Processing 
/pulsar/pulsar-client/pulsar_client-2.2.0-cp27-cp27mu-manylinux1_x86_64.whl
[INFO] Collecting grpcio (from pulsar-client==2.2.0)
[INFO]   Downloading 
https://files.pythonhosted.org/packages/bd/a6/4bad0d1a49071363dc6547a5178656fe375c80535128c12bb65c59d1a329/grpcio-1.14.2-cp27-cp27mu-manylinux1_x86_64.whl
 (9.2MB)
[INFO] Collecting protobuf (from pulsar-client==2.2.0)
[INFO]   Downloading 
https://files.pythonhosted.org/packages/b8/c2/b7f587c0aaf8bf2201405e8162323037fe8d17aa21d3c7dda811b8d01469/protobuf-3.6.1-cp27-cp27mu-manylinux1_x86_64.whl
 (1.1MB)
[INFO] Collecting futures>=2.2.0 (from grpcio->pulsar-client==2.2.0)
[INFO]   Downloading 
https://files.pythonhosted.org/packages/2d/99/b2c4e9d5a30f6471e410a146232b4118e697fa3ffc06d6a65efde84debd0/futures-3.2.0-py2-none-any.whl
[INFO] Requirement already satisfied: enum34>=1.0.4 in 
/usr/lib/python2.7/dist-packages (from grpcio->pulsar-client==2.2.0)
[INFO] Requirement already satisfied: six>=1.5.2 in 
/usr/lib/python2.7/dist-packages (from grpcio->pulsar-client==2.2.0)
[INFO] Requirement already satisfied: setuptools in 
/usr/lib/python2.7/dist-packages (from protobuf->pulsar-client==2.2.0)
[INFO] Installing collected packages: futures, grpcio, protobuf, pulsar-client
[INFO] Successfully installed futures-3.2.0 grpcio-1.14.2 protobuf-3.6.1 
pulsar-client-2.2.0
[INFO]  ---> 228b6a6dfed5
[INFO] Removing intermediate container 22a479b8e777
[INFO] Step 14/16 : WORKDIR /pulsar
[INFO]  ---> 01d8fb528855
[INFO] Removing intermediate container 452c3081214b
[INFO] Step 15/16 : VOLUME /pulsar/conf /pulsar/data
[INFO]  ---> Running in 164a25a48ed8
[INFO]  ---> d81110f7d1eb
[INFO] Removing intermediate container 164a25a48ed8
[INFO] Step 16/16 : ENV PULSAR_ROOT_LOGGER INFO,CONSOLE
[INFO]  ---> Running in 1f1f3a4ebf13
[INFO]  ---> 269e7f47c087
[INFO] Removing intermediate container 1f1f3a4ebf13
[INFO] Successfully built 269e7f47c087
[INFO] Successfully tagged apachepulsar/pulsar:2.2.0-incubating-SNAPSHOT
[INFO] 
[INFO] Detected build of image with id 269e7f47c087
[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 269e7f47c087 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 269e7f47c087 as pulsar:latest
[INFO] 
[INFO] --- dockerfile-maven-plugin:1.3.7:tag (tag-and-push-latest) @ 
pulsar-docker-image ---
[INFO] Tagging image 269e7f47c087 as apachepulsar/pulsar:latest
[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] Pulling from grafana/grafana
[INFO] Image cd9a7cbe58f4: Already exists
[INFO] Image a3ed95caeb02: Already exists
[INFO] Image 1f89dd4718fb: Already exists
[INFO] Image dcb5e000075d: Already exists
[INFO] Digest: 
sha256:638de4abf76ae34dc5a79b5d8d7d06426b59bf2607ac74a399d441f49f886054
[INFO] Status: Downloaded newer image for grafana/grafana:4.3.1
[INFO]  ---> 2cdb407c0fa4
[INFO] Step 2/7 : COPY grafana.ini /etc/grafana/grafana.ini
[INFO]  ---> Using cache
[INFO]  ---> 7fee59ac333c
[INFO] Step 3/7 : COPY dashboards/* /var/lib/grafana/dashboards/
[INFO]  ---> Using cache
[INFO]  ---> a7a1475b92f6
[INFO] Step 4/7 : COPY start.sh /start.sh
[INFO]  ---> Using cache
[INFO]  ---> 3a60ef0c96d3
[INFO] Step 5/7 : EXPOSE 3000
[INFO]  ---> Using cache
[INFO]  ---> de5364ec80a0
[INFO] Step 6/7 : ENV PROMETHEUS_URL http://prometheus:9090
[INFO]  ---> Using cache
[INFO]  ---> 2a182f0142f3
[INFO] Step 7/7 : ENTRYPOINT /start.sh
[INFO]  ---> Using cache
[INFO]  ---> 4a00b50f45dc
[INFO] Successfully built 4a00b50f45dc
[INFO] Successfully tagged apachepulsar/pulsar-grafana:2.2.0-incubating-SNAPSHOT
[INFO] 
[INFO] Detected build of image with id 4a00b50f45dc
[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 4a00b50f45dc 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 4a00b50f45dc as pulsar-grafana:latest
[INFO] Building jar: 
<https://builds.apache.org/job/pulsar-master/ws/docker/grafana/target/grafana-docker-image-docker-info.jar>
[INFO] 
[INFO] --- dockerfile-maven-plugin:1.3.7:tag (tag-and-push-latest) @ 
grafana-docker-image ---
[INFO] Tagging image 4a00b50f45dc 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] ------------------------------------------------------------------------
[WARNING] The POM for 
org.apache.pulsar:pulsar-offloader-distribution:tar.gz:bin:2.2.0-incubating-SNAPSHOT
 is missing, no dependency information available
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Pulsar :: Docker Images ..................... SUCCESS [  3.489 s]
[INFO] Apache Pulsar :: Docker Images :: Pulsar Latest Version SUCCESS [04:12 
min]
[INFO] Apache Pulsar :: Docker Images :: Grafana .......... SUCCESS [  2.304 s]
[INFO] Apache Pulsar :: Docker Images :: Pulsar Latest Version (Include All 
Components) FAILURE [  0.048 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 04:18 min
[INFO] Finished at: 2018-09-07T22:15:23Z
[INFO] Final Memory: 71M/1924M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project pulsar-all-docker-image: Could not 
resolve dependencies for project 
org.apache.pulsar:pulsar-all-docker-image:pom:2.2.0-incubating-SNAPSHOT: 
Failure to find 
org.apache.pulsar:pulsar-offloader-distribution:tar.gz:bin:2.2.0-incubating-SNAPSHOT
 in https://repo1.maven.org/maven2 was cached in the local repository, 
resolution will not be reattempted until the update interval of central has 
elapsed or updates are forced -> [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/DependencyResolutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :pulsar-all-docker-image
[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