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

Changes:

[mmerli] Enable C++ AuthFactory to parse Athenz params string (#2540)

[mmerli] Fix status code of REST API to get partitioned topic stats (#2542)

[mmerli] [schema] enable Schema.AUTO if functions or connectors are using

------------------------------------------
[...truncated 1.44 MB...]
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]  ---> 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]  ---> 26bc14edfa48
[INFO] Removing intermediate container c8a3ace8f976
[INFO] Step 13/16 : RUN /pulsar/bin/install-pulsar-client.sh
[INFO]  ---> Running in acbef1bedc8d
[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]  ---> f0854ed2e4a2
[INFO] Removing intermediate container acbef1bedc8d
[INFO] Step 14/16 : WORKDIR /pulsar
[INFO]  ---> ac398a67b789
[INFO] Removing intermediate container f596c1dedc47
[INFO] Step 15/16 : VOLUME /pulsar/conf /pulsar/data
[INFO]  ---> Running in ab5d8904ebb9
[INFO]  ---> c53d58f0c7a8
[INFO] Removing intermediate container ab5d8904ebb9
[INFO] Step 16/16 : ENV PULSAR_ROOT_LOGGER INFO,CONSOLE
[INFO]  ---> Running in 505a93b793ad
[INFO]  ---> d0d4543a7077
[INFO] Removing intermediate container 505a93b793ad
[INFO] Successfully built d0d4543a7077
[INFO] Successfully tagged apachepulsar/pulsar:2.2.0-incubating-SNAPSHOT
[INFO] 
[INFO] Detected build of image with id d0d4543a7077
[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 d0d4543a7077 as pulsar:2.2.0-incubating-SNAPSHOT
[INFO] Building jar: 
<https://builds.apache.org/job/pulsar-master/ws/docker/pulsar/target/pulsar-docker-image-docker-info.jar>
[INFO] 
[INFO] --- dockerfile-maven-plugin:1.3.7:tag (add-no-repo-and-latest) @ 
pulsar-docker-image ---
[INFO] Tagging image d0d4543a7077 as pulsar:latest
[INFO] 
[INFO] --- dockerfile-maven-plugin:1.3.7:tag (tag-and-push-latest) @ 
pulsar-docker-image ---
[INFO] Tagging image d0d4543a7077 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: Pulling fs layer
[INFO] Image a3ed95caeb02: Pulling fs layer
[INFO] Image 1f89dd4718fb: Pulling fs layer
[INFO] Image dcb5e000075d: Pulling fs layer
[INFO] Image dcb5e000075d: Waiting
[INFO] Image 1f89dd4718fb: Downloading
[INFO] Image a3ed95caeb02: Downloading
[INFO] Image a3ed95caeb02: Verifying Checksum
[INFO] Image a3ed95caeb02: Download complete
[INFO] Image 1f89dd4718fb: Verifying Checksum
[INFO] Image 1f89dd4718fb: Download complete
[INFO] Image dcb5e000075d: Downloading
[INFO] Image dcb5e000075d: Download complete
[INFO] Image cd9a7cbe58f4: Downloading
[INFO] Image cd9a7cbe58f4: Verifying Checksum
[INFO] Image cd9a7cbe58f4: Download complete
[INFO] Image cd9a7cbe58f4: Extracting
[INFO] Image cd9a7cbe58f4: Pull complete
[INFO] Image a3ed95caeb02: Extracting
[INFO] Image a3ed95caeb02: Pull complete
[INFO] Image 1f89dd4718fb: Extracting
[INFO] Image 1f89dd4718fb: Pull complete
[INFO] Image dcb5e000075d: Extracting
[INFO] Image dcb5e000075d: Pull complete
[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]  ---> 5f137d9f8013
[INFO] Removing intermediate container 23a0fd87f56e
[INFO] Step 3/7 : COPY dashboards/* /var/lib/grafana/dashboards/
[INFO]  ---> 8f2a0c454522
[INFO] Removing intermediate container efb1ad1c3980
[INFO] Step 4/7 : COPY start.sh /start.sh
[INFO]  ---> 6ec683eabf7a
[INFO] Removing intermediate container 3cc0f17939d7
[INFO] Step 5/7 : EXPOSE 3000
[INFO]  ---> Running in 8c6de09be557
[INFO]  ---> 81c38fe1c379
[INFO] Removing intermediate container 8c6de09be557
[INFO] Step 6/7 : ENV PROMETHEUS_URL http://prometheus:9090
[INFO]  ---> Running in ab82e78fe9c0
[INFO]  ---> e7f1a0ab6f5a
[INFO] Removing intermediate container ab82e78fe9c0
[INFO] Step 7/7 : ENTRYPOINT /start.sh
[INFO]  ---> Running in b13a83fee208
[INFO]  ---> 47f263b88a11
[INFO] Removing intermediate container b13a83fee208
[INFO] Successfully built 47f263b88a11
[INFO] Successfully tagged apachepulsar/pulsar-grafana:2.2.0-incubating-SNAPSHOT
[INFO] 
[INFO] Detected build of image with id 47f263b88a11
[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 47f263b88a11 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 47f263b88a11 as pulsar-grafana:latest
[INFO] 
[INFO] --- dockerfile-maven-plugin:1.3.7:tag (tag-and-push-latest) @ 
grafana-docker-image ---
[INFO] Tagging image 47f263b88a11 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] ------------------------------------------------------------------------
Downloading: 
https://repo1.maven.org/maven2/org/apache/pulsar/pulsar-io-distribution/2.2.0-incubating-SNAPSHOT/maven-metadata.xml
Downloading: 
http://repository.apache.org/snapshots/org/apache/pulsar/pulsar-io-distribution/2.2.0-incubating-SNAPSHOT/maven-metadata.xml
Progress (1): 865 B                   Downloaded: 
http://repository.apache.org/snapshots/org/apache/pulsar/pulsar-io-distribution/2.2.0-incubating-SNAPSHOT/maven-metadata.xml
 (865 B at 2.4 kB/s)
Downloading: 
https://repo1.maven.org/maven2/org/apache/pulsar/pulsar-offloader-distribution/2.2.0-incubating-SNAPSHOT/maven-metadata.xml
Downloading: 
http://repository.apache.org/snapshots/org/apache/pulsar/pulsar-offloader-distribution/2.2.0-incubating-SNAPSHOT/maven-metadata.xml
Downloading: 
https://repo1.maven.org/maven2/org/apache/pulsar/pulsar-offloader-distribution/2.2.0-incubating-SNAPSHOT/pulsar-offloader-distribution-2.2.0-incubating-SNAPSHOT.pom
Downloading: 
http://repository.apache.org/snapshots/org/apache/pulsar/pulsar-offloader-distribution/2.2.0-incubating-SNAPSHOT/pulsar-offloader-distribution-2.2.0-incubating-SNAPSHOT.pom
[WARNING] The POM for 
org.apache.pulsar:pulsar-offloader-distribution:tar.gz:bin:2.2.0-incubating-SNAPSHOT
 is missing, no dependency information available
Downloading: 
https://repo1.maven.org/maven2/org/apache/pulsar/pulsar-offloader-distribution/2.2.0-incubating-SNAPSHOT/pulsar-offloader-distribution-2.2.0-incubating-SNAPSHOT-bin.tar.gz
Downloading: 
http://repository.apache.org/snapshots/org/apache/pulsar/pulsar-offloader-distribution/2.2.0-incubating-SNAPSHOT/pulsar-offloader-distribution-2.2.0-incubating-SNAPSHOT-bin.tar.gz
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Pulsar :: Docker Images ..................... SUCCESS [  6.611 s]
[INFO] Apache Pulsar :: Docker Images :: Pulsar Latest Version SUCCESS [04:34 
min]
[INFO] Apache Pulsar :: Docker Images :: Grafana .......... SUCCESS [ 25.275 s]
[INFO] Apache Pulsar :: Docker Images :: Pulsar Latest Version (Include All 
Components) FAILURE [  0.939 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 05:08 min
[INFO] Finished at: 2018-09-08T22:18:39Z
[INFO] Final Memory: 63M/1702M
[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: Could 
not find artifact 
org.apache.pulsar:pulsar-offloader-distribution:tar.gz:bin:2.2.0-incubating-SNAPSHOT
 in central (https://repo1.maven.org/maven2) -> [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