You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@aurora.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2018/02/28 18:44:10 UTC

Build failed in Jenkins: Aurora #1957

See <https://builds.apache.org/job/Aurora/1957/display/redirect?page=changes>

Changes:

[jly] Use StandardCharset instead of Charset.forName in ApiModule

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-6 (ubuntu trusty) in workspace <https://builds.apache.org/job/Aurora/ws/>
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://git-wip-us.apache.org/repos/asf/aurora.git
 > git init <https://builds.apache.org/job/Aurora/ws/> # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/aurora.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/aurora.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/aurora.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/aurora.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/aurora.git
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/aurora.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision e61d7d7b44f191c2960627b5fb4592fffdf9d8ca (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e61d7d7b44f191c2960627b5fb4592fffdf9d8ca
Commit message: "Use StandardCharset instead of Charset.forName in ApiModule"
 > git rev-list --no-walk e3f496a65eae03dde0392627f3fcde7b93a82df9 # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10
[Aurora] $ /bin/bash -xe /tmp/jenkins23522871273479261.sh
+ export HOME=<https://builds.apache.org/job/Aurora/ws/.home>
+ HOME=<https://builds.apache.org/job/Aurora/ws/.home>
+ ./build-support/jenkins/build.sh
+ date
Wed Feb 28 18:42:29 UTC 2018
+ ./gradlew --no-daemon -Pq clean build
:buildSrc:clean UP-TO-DATE
:buildSrc:compileJava NO-SOURCE
:buildSrc:compileGroovy
:buildSrc:processResources NO-SOURCE
:buildSrc:classes
:buildSrc:jar
:buildSrc:assemble
:buildSrc:compileTestJava NO-SOURCE
:buildSrc:compileTestGroovy NO-SOURCE
:buildSrc:processTestResources NO-SOURCE
:buildSrc:testClasses UP-TO-DATE
:buildSrc:test NO-SOURCE
:buildSrc:check UP-TO-DATE
:buildSrc:build
:clean UP-TO-DATE
:api:clean UP-TO-DATE
:buildSrc:clean UP-TO-DATE
:commons:clean UP-TO-DATE
:commons-args:clean UP-TO-DATE
:ui:clean UP-TO-DATE
:enforceVersion UP-TO-DATE
:api:generateThriftJava  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0  0   122    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   281  100   281    0     0   1621      0 --:--:-- --:--:-- --:--:--  1621
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 1802k  100 1802k    0     0  4528k      0 --:--:-- --:--:-- --:--:-- 4528k
New python executable in <https://builds.apache.org/job/Aurora/ws/.home/.cache/pants/setup/bootstrap-Linux-x86_64/pants.Js4icP/install/bin/python2.7>
Also creating executable in <https://builds.apache.org/job/Aurora/ws/.home/.cache/pants/setup/bootstrap-Linux-x86_64/pants.Js4icP/install/bin/python>
Installing setuptools, pip, wheel...done.
Collecting pantsbuild.pants==1.4.0.dev23
<https://builds.apache.org/job/Aurora/ws/.home/.cache/pants/setup/bootstrap-Linux-x86_64/pants.Js4icP/install/local/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py>:318: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#snimissingwarning.
  SNIMissingWarning
<https://builds.apache.org/job/Aurora/ws/.home/.cache/pants/setup/bootstrap-Linux-x86_64/pants.Js4icP/install/local/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py>:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.
  InsecurePlatformWarning
  Downloading pantsbuild.pants-1.4.0.dev23-cp27-none-manylinux1_x86_64.whl (18.0MB)
Collecting cffi==1.11.1 (from pantsbuild.pants==1.4.0.dev23)
  Downloading cffi-1.11.1-cp27-cp27mu-manylinux1_x86_64.whl (405kB)
Collecting pystache==0.5.3 (from pantsbuild.pants==1.4.0.dev23)
  Downloading pystache-0.5.3.tar.gz (74kB)
Collecting psutil==4.3.0 (from pantsbuild.pants==1.4.0.dev23)
  Downloading psutil-4.3.0.tar.gz (316kB)
Collecting subprocess32==3.2.7 (from pantsbuild.pants==1.4.0.dev23)
  Downloading subprocess32-3.2.7.tar.gz (54kB)
Collecting requests[security]<2.19,>=2.5.0 (from pantsbuild.pants==1.4.0.dev23)
  Downloading requests-2.18.4-py2.py3-none-any.whl (88kB)
Collecting futures==3.0.5 (from pantsbuild.pants==1.4.0.dev23)
  Downloading futures-3.0.5-py2-none-any.whl
Collecting pex==1.2.13 (from pantsbuild.pants==1.4.0.dev23)
  Downloading pex-1.2.13-py2.py3-none-any.whl (112kB)
Collecting fasteners==0.14.1 (from pantsbuild.pants==1.4.0.dev23)
  Downloading fasteners-0.14.1-py2.py3-none-any.whl
Collecting setuptools==30.0.0 (from pantsbuild.pants==1.4.0.dev23)
  Downloading setuptools-30.0.0-py2.py3-none-any.whl (472kB)
Requirement already satisfied (use --upgrade to upgrade): wheel==0.29.0 in ./.home/.cache/pants/setup/bootstrap-Linux-x86_64/pants.Js4icP/install/lib/python2.7/site-packages (from pantsbuild.pants==1.4.0.dev23)
Collecting ansicolors==1.0.2 (from pantsbuild.pants==1.4.0.dev23)
  Downloading ansicolors-1.0.2.tar.gz
Collecting twitter.common.dirutil<0.4,>=0.3.1 (from pantsbuild.pants==1.4.0.dev23)
  Downloading twitter.common.dirutil-0.3.9.tar.gz
Collecting pyopenssl==17.3.0 (from pantsbuild.pants==1.4.0.dev23)
  Downloading pyOpenSSL-17.3.0-py2.py3-none-any.whl (51kB)
Collecting Markdown==2.1.1 (from pantsbuild.pants==1.4.0.dev23)
  Downloading Markdown-2.1.1.tar.gz (242kB)
Collecting setproctitle==1.1.10 (from pantsbuild.pants==1.4.0.dev23)
  Downloading setproctitle-1.1.10.tar.gz
Collecting pathspec==0.5.0 (from pantsbuild.pants==1.4.0.dev23)
  Downloading pathspec-0.5.0.tar.gz
Collecting twitter.common.confluence<0.4,>=0.3.1 (from pantsbuild.pants==1.4.0.dev23)
  Downloading twitter.common.confluence-0.3.9.tar.gz
Collecting docutils<0.13,>=0.12 (from pantsbuild.pants==1.4.0.dev23)
  Downloading docutils-0.12.tar.gz (1.6MB)
Collecting twitter.common.collections<0.4,>=0.3.1 (from pantsbuild.pants==1.4.0.dev23)
  Downloading twitter.common.collections-0.3.9.tar.gz
Collecting six<2,>=1.9.0 (from pantsbuild.pants==1.4.0.dev23)
  Downloading six-1.11.0-py2.py3-none-any.whl
Collecting pywatchman==1.4.1 (from pantsbuild.pants==1.4.0.dev23)
  Downloading pywatchman-1.4.1.tar.gz
Collecting Pygments==1.4 (from pantsbuild.pants==1.4.0.dev23)
  Downloading Pygments-1.4.tar.gz (3.5MB)
Collecting scandir==1.2 (from pantsbuild.pants==1.4.0.dev23)
  Downloading scandir-1.2.zip
Collecting faulthandler==2.6 (from pantsbuild.pants==1.4.0.dev23)
  Downloading faulthandler-2.6.tar.gz (54kB)
Collecting packaging==16.8 (from pantsbuild.pants==1.4.0.dev23)
  Downloading packaging-16.8-py2.py3-none-any.whl
Collecting pycparser (from cffi==1.11.1->pantsbuild.pants==1.4.0.dev23)
  Downloading pycparser-2.18.tar.gz (245kB)
Collecting urllib3<1.23,>=1.21.1 (from requests[security]<2.19,>=2.5.0->pantsbuild.pants==1.4.0.dev23)
  Downloading urllib3-1.22-py2.py3-none-any.whl (132kB)
Collecting idna<2.7,>=2.5 (from requests[security]<2.19,>=2.5.0->pantsbuild.pants==1.4.0.dev23)
  Downloading idna-2.6-py2.py3-none-any.whl (56kB)
Collecting chardet<3.1.0,>=3.0.2 (from requests[security]<2.19,>=2.5.0->pantsbuild.pants==1.4.0.dev23)
  Downloading chardet-3.0.4-py2.py3-none-any.whl (133kB)
Collecting certifi>=2017.4.17 (from requests[security]<2.19,>=2.5.0->pantsbuild.pants==1.4.0.dev23)
  Downloading certifi-2018.1.18-py2.py3-none-any.whl (151kB)
Collecting cryptography>=1.3.4; extra == "security" (from requests[security]<2.19,>=2.5.0->pantsbuild.pants==1.4.0.dev23)
  Downloading cryptography-2.1.4-cp27-cp27mu-manylinux1_x86_64.whl (2.2MB)
Collecting monotonic>=0.1 (from fasteners==0.14.1->pantsbuild.pants==1.4.0.dev23)
  Downloading monotonic-1.4-py2.py3-none-any.whl
Collecting twitter.common.lang==0.3.9 (from twitter.common.dirutil<0.4,>=0.3.1->pantsbuild.pants==1.4.0.dev23)
  Downloading twitter.common.lang-0.3.9.tar.gz
Collecting twitter.common.log==0.3.9 (from twitter.common.confluence<0.4,>=0.3.1->pantsbuild.pants==1.4.0.dev23)
  Downloading twitter.common.log-0.3.9.tar.gz
Collecting pyparsing (from packaging==16.8->pantsbuild.pants==1.4.0.dev23)
  Downloading pyparsing-2.2.0-py2.py3-none-any.whl (56kB)
Collecting enum34; python_version < "3" (from cryptography>=1.3.4; extra == "security"->requests[security]<2.19,>=2.5.0->pantsbuild.pants==1.4.0.dev23)
  Downloading enum34-1.1.6-py2-none-any.whl
Collecting asn1crypto>=0.21.0 (from cryptography>=1.3.4; extra == "security"->requests[security]<2.19,>=2.5.0->pantsbuild.pants==1.4.0.dev23)
  Downloading asn1crypto-0.24.0-py2.py3-none-any.whl (101kB)
Collecting ipaddress; python_version < "3" (from cryptography>=1.3.4; extra == "security"->requests[security]<2.19,>=2.5.0->pantsbuild.pants==1.4.0.dev23)
  Downloading ipaddress-1.0.19.tar.gz
Collecting twitter.common.options==0.3.9 (from twitter.common.log==0.3.9->twitter.common.confluence<0.4,>=0.3.1->pantsbuild.pants==1.4.0.dev23)
  Downloading twitter.common.options-0.3.9.tar.gz
Building wheels for collected packages: pystache, psutil, subprocess32, ansicolors, twitter.common.dirutil, Markdown, setproctitle, pathspec, twitter.common.confluence, docutils, twitter.common.collections, pywatchman, Pygments, scandir, faulthandler, pycparser, twitter.common.lang, twitter.common.log, ipaddress, twitter.common.options
  Running setup.py bdist_wheel for pystache: started
  Running setup.py bdist_wheel for pystache: finished with status 'done'
  Stored in directory: <https://builds.apache.org/job/Aurora/ws/.home/.cache/pip/wheels/9f/ad/66/0c671b563cdf76d88f1ab37a9db5e1804e2dd32cff0e70454e>
  Running setup.py bdist_wheel for psutil: started
  Running setup.py bdist_wheel for psutil: finished with status 'done'
  Stored in directory: <https://builds.apache.org/job/Aurora/ws/.home/.cache/pip/wheels/e9/8b/35/535f07b31ebe94e56901cee48e1291e18989b272d79de437db>
  Running setup.py bdist_wheel for subprocess32: started
  Running setup.py bdist_wheel for subprocess32: finished with status 'done'
  Stored in directory: <https://builds.apache.org/job/Aurora/ws/.home/.cache/pip/wheels/7d/4c/a4/ce9ceb463dae01f4b95e670abd9afc8d65a45f38012f8030cc>
  Running setup.py bdist_wheel for ansicolors: started
  Running setup.py bdist_wheel for ansicolors: finished with status 'done'
  Stored in directory: <https://builds.apache.org/job/Aurora/ws/.home/.cache/pip/wheels/3a/e9/7a/d539da1af316475bbfe0710f15249d194ccf96755293af318d>
  Running setup.py bdist_wheel for twitter.common.dirutil: started
  Running setup.py bdist_wheel for twitter.common.dirutil: finished with status 'done'
  Stored in directory: <https://builds.apache.org/job/Aurora/ws/.home/.cache/pip/wheels/be/61/18/65ccb2b782eaa8d09d6b7d6fc07f3f94e90bdb1d475bc596df>
  Running setup.py bdist_wheel for Markdown: started
  Running setup.py bdist_wheel for Markdown: finished with status 'done'
  Stored in directory: <https://builds.apache.org/job/Aurora/ws/.home/.cache/pip/wheels/54/57/5d/d85a28804ddffc92283587426652d63ed9578cc01fbf6be957>
  Running setup.py bdist_wheel for setproctitle: started
  Running setup.py bdist_wheel for setproctitle: finished with status 'done'
  Stored in directory: <https://builds.apache.org/job/Aurora/ws/.home/.cache/pip/wheels/5b/e6/ac/0a9f3ba8962551d270aa651226c7ccb561b3c3f94063cb2f27>
  Running setup.py bdist_wheel for pathspec: started
  Running setup.py bdist_wheel for pathspec: finished with status 'done'
  Stored in directory: <https://builds.apache.org/job/Aurora/ws/.home/.cache/pip/wheels/7e/d5/e8/732abde3f974b8dc843ffcc3cd84c908e266c4572023d5104f>
  Running setup.py bdist_wheel for twitter.common.confluence: started
  Running setup.py bdist_wheel for twitter.common.confluence: finished with status 'done'
  Stored in directory: <https://builds.apache.org/job/Aurora/ws/.home/.cache/pip/wheels/00/75/d2/24485b5caf2fd689b38b6d9d8dc743d820c633d0bce1807709>
  Running setup.py bdist_wheel for docutils: started
  Running setup.py bdist_wheel for docutils: finished with status 'done'
  Stored in directory: <https://builds.apache.org/job/Aurora/ws/.home/.cache/pip/wheels/db/de/bd/b99b1e12d321fbc950766c58894c6576b1a73ae3131b29a151>
  Running setup.py bdist_wheel for twitter.common.collections: started
  Running setup.py bdist_wheel for twitter.common.collections: finished with status 'done'
  Stored in directory: <https://builds.apache.org/job/Aurora/ws/.home/.cache/pip/wheels/61/fd/13/11963549082740e40a34ac6ec390236c8a301640179096c54e>
  Running setup.py bdist_wheel for pywatchman: started
  Running setup.py bdist_wheel for pywatchman: finished with status 'done'
  Stored in directory: <https://builds.apache.org/job/Aurora/ws/.home/.cache/pip/wheels/19/bc/6b/2cbeda81fe1bd200eead2dcf73f877c299e138ac6afa0f6065>
  Running setup.py bdist_wheel for Pygments: started
  Running setup.py bdist_wheel for Pygments: finished with status 'done'
  Stored in directory: <https://builds.apache.org/job/Aurora/ws/.home/.cache/pip/wheels/ea/0e/59/c878cc73abc93eff6f42d83a924b5901f4163c3c9e1e1ffc1f>
  Running setup.py bdist_wheel for scandir: started
  Running setup.py bdist_wheel for scandir: finished with status 'done'
  Stored in directory: <https://builds.apache.org/job/Aurora/ws/.home/.cache/pip/wheels/05/30/da/2e612ab84a6efb0d3fc104856ecda6dd21d49793679b9b4357>
  Running setup.py bdist_wheel for faulthandler: started
  Running setup.py bdist_wheel for faulthandler: finished with status 'done'
  Stored in directory: <https://builds.apache.org/job/Aurora/ws/.home/.cache/pip/wheels/f3/bc/40/766e66f43016424647f1b7295974a9f4e4ea2b949e274f6549>
  Running setup.py bdist_wheel for pycparser: started
  Running setup.py bdist_wheel for pycparser: finished with status 'done'
  Stored in directory: <https://builds.apache.org/job/Aurora/ws/.home/.cache/pip/wheels/95/14/9a/5e7b9024459d2a6600aaa64e0ba485325aff7a9ac7489db1b6>
  Running setup.py bdist_wheel for twitter.common.lang: started
  Running setup.py bdist_wheel for twitter.common.lang: finished with status 'done'
  Stored in directory: <https://builds.apache.org/job/Aurora/ws/.home/.cache/pip/wheels/aa/c4/81/cd307a739a6430089e5d264ad33eabbaffacb1545bfb5784c4>
  Running setup.py bdist_wheel for twitter.common.log: started
  Running setup.py bdist_wheel for twitter.common.log: finished with status 'done'
  Stored in directory: <https://builds.apache.org/job/Aurora/ws/.home/.cache/pip/wheels/80/e3/3a/297d8950fcbd822ab5a6a62175818fab38b668cc5a86dbd0b0>
  Running setup.py bdist_wheel for ipaddress: started
  Running setup.py bdist_wheel for ipaddress: finished with status 'done'
  Stored in directory: <https://builds.apache.org/job/Aurora/ws/.home/.cache/pip/wheels/d7/6b/69/666188e8101897abb2e115d408d139a372bdf6bfa7abb5aef5>
  Running setup.py bdist_wheel for twitter.common.options: started
  Running setup.py bdist_wheel for twitter.common.options: finished with status 'done'
  Stored in directory: <https://builds.apache.org/job/Aurora/ws/.home/.cache/pip/wheels/17/41/80/c4811d8c1c7ca7007e520c3399872fc340f45c3a26a6a23e6a>
Successfully built pystache psutil subprocess32 ansicolors twitter.common.dirutil Markdown setproctitle pathspec twitter.common.confluence docutils twitter.common.collections pywatchman Pygments scandir faulthandler pycparser twitter.common.lang twitter.common.log ipaddress twitter.common.options
Installing collected packages: pycparser, cffi, pystache, psutil, subprocess32, urllib3, idna, chardet, certifi, six, enum34, asn1crypto, ipaddress, cryptography, pyopenssl, requests, futures, setuptools, pex, monotonic, fasteners, ansicolors, twitter.common.lang, twitter.common.dirutil, Markdown, setproctitle, pathspec, twitter.common.options, twitter.common.log, twitter.common.confluence, docutils, twitter.common.collections, pywatchman, Pygments, scandir, faulthandler, pyparsing, packaging, pantsbuild.pants
  Found existing installation: setuptools 21.2.1
    Uninstalling setuptools-21.2.1:
      Successfully uninstalled setuptools-21.2.1
Successfully installed Markdown-2.1.1 Pygments-1.4 ansicolors-1.0.2 asn1crypto-0.24.0 certifi-2018.1.18 cffi-1.11.1 chardet-3.0.4 cryptography-2.1.4 docutils-0.12 enum34-1.1.6 fasteners-0.14.1 faulthandler-2.6 futures-3.0.5 idna-2.6 ipaddress-1.0.19 monotonic-1.4 packaging-16.8 pantsbuild.pants-1.4.0.dev23 pathspec-0.5.0 pex-1.2.13 psutil-4.3.0 pycparser-2.18 pyopenssl-17.3.0 pyparsing-2.2.0 pystache-0.5.3 pywatchman-1.4.1 requests-2.18.4 scandir-1.2 setproctitle-1.1.10 setuptools-30.0.0 six-1.11.0 subprocess32-3.2.7 twitter.common.collections-0.3.9 twitter.common.confluence-0.3.9 twitter.common.dirutil-0.3.9 twitter.common.lang-0.3.9 twitter.common.log-0.3.9 twitter.common.options-0.3.9 urllib3-1.22
<https://builds.apache.org/job/Aurora/ws/.home/.cache/pants/setup/bootstrap-Linux-x86_64/pants.Js4icP/install/local/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py>:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.
  InsecurePlatformWarning
You are using pip version 8.1.2, however version 9.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.


FAILURE


FAILURE: Failed to fetch binary bin/thrift/linux/x86_64/0.10.0/thrift from any source: (Failed to fetch binary from https://binaries.pantsbuild.org/bin/thrift/linux/x86_64/0.10.0/thrift: Fetch of https://binaries.pantsbuild.org/bin/thrift/linux/x86_64/0.10.0/thrift failed with status code 530)

:api:generateThriftJava FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':api:generateThriftJava'.
> Process 'command '<https://builds.apache.org/job/Aurora/ws/build-support/thrift/thriftw''> finished with non-zero exit value 1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

* Get more help at https://help.gradle.org

BUILD FAILED in 1m 38s
7 actionable tasks: 1 executed, 6 up-to-date
Build step 'Execute shell' marked build as failure
Recording test results
ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error?
Not sending mail to unregistered user jly@twitter.com

Jenkins build is back to normal : Aurora #1958

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Aurora/1958/display/redirect?page=changes>