See
<https://builds.apache.org/job/pulsar-master/786/display/redirect?page=changes>
Changes:
[github] [ecosystem] Flink pulsar source connector (#2555)
------------------------------------------
[...truncated 1.35 MB...]
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/serde.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/context.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] Pulling from library/openjdk
[INFO] Digest:
sha256:28c751d7461b624a0fedfaf5295fda83242c612c5e1ad2fe34c9c78cc5ee8755
[INFO] Status: Downloaded newer image for 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] ---> 79bc4be56a10
[INFO] Step 3/16 : ARG PULSAR_TARBALL
[INFO] ---> Using cache
[INFO] ---> 62f0c8efde2b
[INFO] Step 4/16 : ADD ${PULSAR_TARBALL} /
[INFO] ---> Using cache
[INFO] ---> 2eab75f72b5c
[INFO] Step 5/16 : RUN mv /apache-pulsar-* /pulsar
[INFO] ---> Using cache
[INFO] ---> 39d6e5121703
[INFO] Step 6/16 : COPY scripts/apply-config-from-env.py /pulsar/bin
[INFO] ---> Using cache
[INFO] ---> d80aeb12e0da
[INFO] Step 7/16 : COPY scripts/gen-yml-from-env.py /pulsar/bin
[INFO] ---> Using cache
[INFO] ---> 66d63a0ece74
[INFO] Step 8/16 : COPY scripts/generate-zookeeper-config.sh /pulsar/bin
[INFO] ---> Using cache
[INFO] ---> f80021a47c09
[INFO] Step 9/16 : COPY scripts/pulsar-zookeeper-ruok.sh /pulsar/bin
[INFO] ---> Using cache
[INFO] ---> 7afb8acb2d31
[INFO] Step 10/16 : COPY scripts/watch-znode.py /pulsar/bin
[INFO] ---> Using cache
[INFO] ---> fb3e235036b3
[INFO] Step 11/16 : COPY scripts/install-pulsar-client.sh /pulsar/bin
[INFO] ---> Using cache
[INFO] ---> 33a5f88d8dc1
[INFO] Step 12/16 : ADD target/python-client/ /pulsar/pulsar-client
[INFO] ---> 945d7997b5cb
[INFO] Removing intermediate container 896d7a209fbc
[INFO] Step 13/16 : RUN /pulsar/bin/install-pulsar-client.sh
[INFO] ---> Running in 5a4e51ffd345
[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] ---> f2b1166fd8fd
[INFO] Removing intermediate container 5a4e51ffd345
[INFO] Step 14/16 : WORKDIR /pulsar
[INFO] ---> 7995119454c5
[INFO] Removing intermediate container 578bd17b6b32
[INFO] Step 15/16 : VOLUME /pulsar/conf /pulsar/data
[INFO] ---> Running in 0075a90c7c56
[INFO] ---> cb42d394d033
[INFO] Removing intermediate container 0075a90c7c56
[INFO] Step 16/16 : ENV PULSAR_ROOT_LOGGER INFO,CONSOLE
[INFO] ---> Running in 7f5c8c9df0c8
[INFO] ---> 50ce12ff0e96
[INFO] Removing intermediate container 7f5c8c9df0c8
[INFO] Successfully built 50ce12ff0e96
[INFO] Successfully tagged apachepulsar/pulsar:2.2.0-incubating-SNAPSHOT
[INFO]
[INFO] Detected build of image with id 50ce12ff0e96
[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 50ce12ff0e96 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 50ce12ff0e96 as pulsar:latest
[INFO]
[INFO] --- dockerfile-maven-plugin:1.3.7:tag (tag-and-push-latest) @
pulsar-docker-image ---
[INFO] Tagging image 50ce12ff0e96 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] ---> 1b76261ee6df
[INFO] Step 3/7 : COPY dashboards/* /var/lib/grafana/dashboards/
[INFO] ---> Using cache
[INFO] ---> 236f45106109
[INFO] Step 4/7 : COPY start.sh /start.sh
[INFO] ---> Using cache
[INFO] ---> b2bc9ad4463f
[INFO] Step 5/7 : EXPOSE 3000
[INFO] ---> Using cache
[INFO] ---> 97315c6bf771
[INFO] Step 6/7 : ENV PROMETHEUS_URL http://prometheus:9090
[INFO] ---> Using cache
[INFO] ---> 53746c538158
[INFO] Step 7/7 : ENTRYPOINT /start.sh
[INFO] ---> Using cache
[INFO] ---> caeffc1f4d11
[INFO] Successfully built caeffc1f4d11
[INFO] Successfully tagged apachepulsar/pulsar-grafana:2.2.0-incubating-SNAPSHOT
[INFO]
[INFO] Detected build of image with id caeffc1f4d11
[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 caeffc1f4d11 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 caeffc1f4d11 as pulsar-grafana:latest
[INFO]
[INFO] --- dockerfile-maven-plugin:1.3.7:tag (tag-and-push-latest) @
grafana-docker-image ---
[INFO] Tagging image caeffc1f4d11 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 [ 4.917 s]
[INFO] Apache Pulsar :: Docker Images :: Pulsar Latest Version SUCCESS [04:11
min]
[INFO] Apache Pulsar :: Docker Images :: Grafana .......... SUCCESS [ 2.228 s]
[INFO] Apache Pulsar :: Docker Images :: Pulsar Latest Version (Include All
Components) FAILURE [ 0.092 s]
[INFO] Apache Pulsar :: Docker Images :: Pulsar Standalone SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 04:20 min
[INFO] Finished at: 2018-09-11T22:18:07Z
[INFO] Final Memory: 71M/1892M
[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 [email protected]
Not sending mail to unregistered user [email protected]
Not sending mail to unregistered user [email protected]
Not sending mail to unregistered user [email protected]