See <https://builds.apache.org/job/beam_PerformanceTests_TextIOIT/88/display/redirect>
------------------------------------------ GitHub pull request #4537 of commit 3f1e893435b6120fc7168cd689ded94a80cfdb32, no merge conflicts. Setting status of 3f1e893435b6120fc7168cd689ded94a80cfdb32 to PENDING with url https://builds.apache.org/job/beam_PerformanceTests_TextIOIT/88/ and message: 'Build started sha1 is merged.' Using context: Jenkins: Java TextIO Performance Test [EnvInject] - Loading node environment variables. Building remotely on beam5 (beam) in workspace <https://builds.apache.org/job/beam_PerformanceTests_TextIOIT/ws/> > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/apache/beam.git # timeout=10 Fetching upstream changes from https://github.com/apache/beam.git > git --version # timeout=10 > git fetch --tags --progress https://github.com/apache/beam.git > +refs/heads/*:refs/remotes/origin/* > +refs/pull/4537/*:refs/remotes/origin/pr/4537/* > git rev-parse refs/remotes/origin/pr/4537/merge^{commit} # timeout=10 > git rev-parse refs/remotes/origin/origin/pr/4537/merge^{commit} # timeout=10 Checking out Revision 0ccc82cba47879d697470a57250b9348bce84934 (refs/remotes/origin/pr/4537/merge) > git config core.sparsecheckout # timeout=10 > git checkout -f 0ccc82cba47879d697470a57250b9348bce84934 Commit message: "Merge 3f1e893435b6120fc7168cd689ded94a80cfdb32 into 06bf231321a7dc45904b450096196594b28233f9" First time build. Skipping changelog. Cleaning workspace > git rev-parse --verify HEAD # timeout=10 Resetting working tree > git reset --hard # timeout=10 > git clean -fdx # timeout=10 [EnvInject] - Executing scripts and injecting environment variables after the SCM step. [EnvInject] - Injecting as environment variables the properties content SPARK_LOCAL_IP=127.0.0.1 [EnvInject] - Variables injected successfully. [beam_PerformanceTests_TextIOIT] $ /bin/bash -xe /tmp/jenkins1557830309607507145.sh + rm -rf PerfKitBenchmarker [beam_PerformanceTests_TextIOIT] $ /bin/bash -xe /tmp/jenkins4655798392250139711.sh + rm -rf .env [beam_PerformanceTests_TextIOIT] $ /bin/bash -xe /tmp/jenkins8882584370585337497.sh + virtualenv .env --system-site-packages New python executable in .env/bin/python Installing setuptools, pip...done. [beam_PerformanceTests_TextIOIT] $ /bin/bash -xe /tmp/jenkins653372773219056463.sh + git clone https://github.com/GoogleCloudPlatform/PerfKitBenchmarker.git Cloning into 'PerfKitBenchmarker'... [beam_PerformanceTests_TextIOIT] $ /bin/bash -xe /tmp/jenkins8985880386389128825.sh + .env/bin/pip install -r PerfKitBenchmarker/requirements.txt Downloading/unpacking absl-py (from -r PerfKitBenchmarker/requirements.txt (line 14)) Running setup.py (path:<https://builds.apache.org/job/beam_PerformanceTests_TextIOIT/ws/.env/build/absl-py/setup.py)> egg_info for package absl-py Requirement already satisfied (use --upgrade to upgrade): jinja2>=2.7 in /usr/local/lib/python2.7/dist-packages (from -r PerfKitBenchmarker/requirements.txt (line 15)) Requirement already satisfied (use --upgrade to upgrade): setuptools in ./.env/lib/python2.7/site-packages (from -r PerfKitBenchmarker/requirements.txt (line 16)) Downloading/unpacking colorlog[windows]==2.6.0 (from -r PerfKitBenchmarker/requirements.txt (line 17)) Downloading colorlog-2.6.0-py2.py3-none-any.whl Downloading/unpacking blinker>=1.3 (from -r PerfKitBenchmarker/requirements.txt (line 18)) Running setup.py (path:<https://builds.apache.org/job/beam_PerformanceTests_TextIOIT/ws/.env/build/blinker/setup.py)> egg_info for package blinker Downloading/unpacking futures>=3.0.3 (from -r PerfKitBenchmarker/requirements.txt (line 19)) Downloading futures-3.2.0-py2-none-any.whl Requirement already satisfied (use --upgrade to upgrade): PyYAML==3.12 in /usr/local/lib/python2.7/dist-packages (from -r PerfKitBenchmarker/requirements.txt (line 20)) Downloading/unpacking pint>=0.7 (from -r PerfKitBenchmarker/requirements.txt (line 21)) Running setup.py (path:<https://builds.apache.org/job/beam_PerformanceTests_TextIOIT/ws/.env/build/pint/setup.py)> egg_info for package pint no previously-included directories found matching 'docs/_build' no previously-included directories found matching 'docs/_themes/.git' warning: no previously-included files matching '*.pyc' found anywhere in distribution warning: no previously-included files matching '*~' found anywhere in distribution warning: no previously-included files matching '.DS_Store' found anywhere in distribution warning: no previously-included files matching '*__pycache__*' found anywhere in distribution warning: no previously-included files matching '*.pyo' found anywhere in distribution warning: no previously-included files matching '.travis-exclude.yml' found anywhere in distribution Downloading/unpacking numpy (from -r PerfKitBenchmarker/requirements.txt (line 22)) Running setup.py (path:<https://builds.apache.org/job/beam_PerformanceTests_TextIOIT/ws/.env/build/numpy/setup.py)> egg_info for package numpy Running from numpy source directory. /usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'python_requires' warnings.warn(msg) warning: no previously-included files matching '*.pyc' found anywhere in distribution warning: no previously-included files matching '*.pyo' found anywhere in distribution warning: no previously-included files matching '*.pyd' found anywhere in distribution warning: no previously-included files matching '*.swp' found anywhere in distribution warning: no previously-included files matching '*.bak' found anywhere in distribution warning: no previously-included files matching '*~' found anywhere in distribution Requirement already satisfied (use --upgrade to upgrade): functools32 in /usr/local/lib/python2.7/dist-packages (from -r PerfKitBenchmarker/requirements.txt (line 23)) Downloading/unpacking contextlib2>=0.5.1 (from -r PerfKitBenchmarker/requirements.txt (line 24)) Downloading contextlib2-0.5.5-py2.py3-none-any.whl Downloading/unpacking pywinrm (from -r PerfKitBenchmarker/requirements.txt (line 25)) Downloading pywinrm-0.3.0-py2.py3-none-any.whl Requirement already satisfied (use --upgrade to upgrade): six in /usr/local/lib/python2.7/dist-packages (from absl-py->-r PerfKitBenchmarker/requirements.txt (line 14)) Requirement already satisfied (use --upgrade to upgrade): colorama in /usr/lib/python2.7/dist-packages (from colorlog[windows]==2.6.0->-r PerfKitBenchmarker/requirements.txt (line 17)) Requirement already satisfied (use --upgrade to upgrade): requests>=2.9.1 in /usr/local/lib/python2.7/dist-packages (from pywinrm->-r PerfKitBenchmarker/requirements.txt (line 25)) Downloading/unpacking requests-ntlm>=0.3.0 (from pywinrm->-r PerfKitBenchmarker/requirements.txt (line 25)) Downloading requests_ntlm-1.1.0-py2.py3-none-any.whl Downloading/unpacking xmltodict (from pywinrm->-r PerfKitBenchmarker/requirements.txt (line 25)) Downloading xmltodict-0.11.0-py2.py3-none-any.whl Downloading/unpacking cryptography>=1.3 (from requests-ntlm>=0.3.0->pywinrm->-r PerfKitBenchmarker/requirements.txt (line 25)) Running setup.py (path:<https://builds.apache.org/job/beam_PerformanceTests_TextIOIT/ws/.env/build/cryptography/setup.py)> egg_info for package cryptography error in cryptography setup command: Invalid environment marker: python_version < '3' Complete output from command python setup.py egg_info: error in cryptography setup command: Invalid environment marker: python_version < '3' ---------------------------------------- Cleaning up... Command python setup.py egg_info failed with error code 1 in <https://builds.apache.org/job/beam_PerformanceTests_TextIOIT/ws/.env/build/cryptography> Storing debug log for failure in /home/jenkins/.pip/pip.log Build step 'Execute shell' marked build as failure
