See <https://builds.apache.org/job/beam_Dependency_Check/95/display/redirect>

------------------------------------------
GitHub pull request #5406 of commit c64916ec67185e7d4225f0333e881172f5c61bbe, 
no merge conflicts.
Setting status of c64916ec67185e7d4225f0333e881172f5c61bbe to PENDING with url 
https://builds.apache.org/job/beam_Dependency_Check/95/ and message: 'Build 
started sha1 is merged.'
Using context: Jenkins: Beam Dependency Check
[EnvInject] - Loading node environment variables.
Building remotely on beam12 (beam) in workspace 
<https://builds.apache.org/job/beam_Dependency_Check/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/5406/*:refs/remotes/origin/pr/5406/*
 > git rev-parse refs/remotes/origin/pr/5406/merge^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/pr/5406/merge^{commit} # timeout=10
Checking out Revision 19ad7bf2a1b06d8ff81e82aa0db91cb68899a75c 
(refs/remotes/origin/pr/5406/merge)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 19ad7bf2a1b06d8ff81e82aa0db91cb68899a75c
Commit message: "Merge c64916ec67185e7d4225f0333e881172f5c61bbe into 
6af4561d32ae96d60c4aa3257ec56494cb9be154"
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
No emails were triggered.
[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_Dependency_Check] $ /bin/bash -xe /tmp/jenkins3211009723222995981.sh
+ cd src
+ bash .test-infra/jenkins/dependency_check/generate_report.sh

PROJECT_ID='apache-beam-testing'
DATASET_ID='beam_dependency_states'
PYTHON_DEP_TABLE_ID='python_dependency_states'
JAVA_DEP_TABLE_ID='java_dependency_states'
REPORT_DESCRIPTION="
<h4> In Beam, we make a best-effort attempt at keeping all dependencies 
up-to-date. </h4>
<h4> A dependency update is high priority if it satisfies one of following 
criteria: </h4>
<ul>
<li> It has major versions update available;
  <ul>
    <li> e.g. org.assertj:assertj-core 2.5.0 -> 3.10.0 </li>
  </ul>
</li>
</ul>
<ul>
<li> It is over 3 minor versions behind the latest version;
  <ul>
    <li> e.g. org.tukaani:xz 1.5 -> 1.8 </li>
  </ul>
</li>
</ul>
<ul>
<li> The current version is behind the later version for over 180 days.
  <ul>
    <li> e.g. com.google.auto.service:auto-service 2014-10-24 -> 2017-12-11 
</li>
  </ul>
</li>
</ul>

<h4> In the future, issues will be filed and tracked for these automatically, 
but in the meantime you can search for existing issues or open a new one. </h4>
<h4> Read more about our dependency update policy: <a 
href=\"https://docs.google.com/document/d/15m1MziZ5TNd9rh_XN0YYBJfYkt0Oj-Ou9g0KFDPL2aA/edit#\";>
 Beam Dependency Update Policy </a></h4>"


# Virtualenv for the rest of the script to run setup
/usr/bin/virtualenv dependency/check
New python executable in 
<https://builds.apache.org/job/beam_Dependency_Check/ws/src/dependency/check/bin/python2>
Also creating executable in 
<https://builds.apache.org/job/beam_Dependency_Check/ws/src/dependency/check/bin/python>
Installing setuptools, pkg_resources, pip, wheel...done.
Running virtualenv with interpreter /usr/bin/python2
. dependency/check/bin/activate
# This file must be used with "source bin/activate" *from bash*
# you cannot run it directly

deactivate () {
    unset -f pydoc >/dev/null 2>&1

    # reset old environment variables
    # ! [ -z ${VAR+_} ] returns true if VAR is declared at all
    if ! [ -z "${_OLD_VIRTUAL_PATH+_}" ] ; then
        PATH="$_OLD_VIRTUAL_PATH"
        export PATH
        unset _OLD_VIRTUAL_PATH
    fi
    if ! [ -z "${_OLD_VIRTUAL_PYTHONHOME+_}" ] ; then
        PYTHONHOME="$_OLD_VIRTUAL_PYTHONHOME"
        export PYTHONHOME
        unset _OLD_VIRTUAL_PYTHONHOME
    fi

    # This should detect bash and zsh, which have a hash command that must
    # be called to get it to forget past commands.  Without forgetting
    # past commands the $PATH changes we made may not be respected
    if [ -n "${BASH-}" ] || [ -n "${ZSH_VERSION-}" ] ; then
        hash -r 2>/dev/null
    fi

    if ! [ -z "${_OLD_VIRTUAL_PS1+_}" ] ; then
        PS1="$_OLD_VIRTUAL_PS1"
        export PS1
        unset _OLD_VIRTUAL_PS1
    fi

    unset VIRTUAL_ENV
    if [ ! "${1-}" = "nondestructive" ] ; then
    # Self destruct!
        unset -f deactivate
    fi
}

# unset irrelevant variables
deactivate nondestructive

VIRTUAL_ENV="<https://builds.apache.org/job/beam_Dependency_Check/ws/src/dependency/check";>
export VIRTUAL_ENV

_OLD_VIRTUAL_PATH="$PATH"
PATH="$VIRTUAL_ENV/bin:$PATH"
export PATH

# unset PYTHONHOME if set
if ! [ -z "${PYTHONHOME+_}" ] ; then
    _OLD_VIRTUAL_PYTHONHOME="$PYTHONHOME"
    unset PYTHONHOME
fi

if [ -z "${VIRTUAL_ENV_DISABLE_PROMPT-}" ] ; then
    _OLD_VIRTUAL_PS1="$PS1"
    if [ "x" != x ] ; then
        PS1="$PS1"
    else
        PS1="(`basename \"$VIRTUAL_ENV\"`) $PS1"
    fi
    export PS1
fi
basename "$VIRTUAL_ENV"

# Make sure to unalias pydoc if it's already there
alias pydoc 2>/dev/null >/dev/null && unalias pydoc

pydoc () {
    python -m pydoc "$@"
}

# This should detect bash and zsh, which have a hash command that must
# be called to get it to forget past commands.  Without forgetting
# past commands the $PATH changes we made may not be respected
if [ -n "${BASH-}" ] || [ -n "${ZSH_VERSION-}" ] ; then
    hash -r 2>/dev/null
fi
pip install --upgrade google-cloud-bigquery
Collecting google-cloud-bigquery
  Using cached 
https://files.pythonhosted.org/packages/46/a4/1bfb9d56e4e137554d7f216063238f82b6c50b69f616b95282015e2835e1/google_cloud_bigquery-1.3.0-py2.py3-none-any.whl
Collecting google-api-core<2.0.0dev,>=1.0.0 (from google-cloud-bigquery)
  Using cached 
https://files.pythonhosted.org/packages/d2/03/a83c6d0efa63a13d085b81927fdc9e12ffb98aa0f67798a7573fc6b231e2/google_api_core-1.2.1-py2.py3-none-any.whl
Collecting google-cloud-core<0.29dev,>=0.28.0 (from google-cloud-bigquery)
  Using cached 
https://files.pythonhosted.org/packages/0f/41/ae2418b4003a14cf21c1c46d61d1b044bf02cf0f8f91598af572b9216515/google_cloud_core-0.28.1-py2.py3-none-any.whl
Collecting google-resumable-media>=0.2.1 (from google-cloud-bigquery)
  Using cached 
https://files.pythonhosted.org/packages/77/95/2e4020a54366423ddba715f89fb7ca456c8f048b15cada6cd6a54cf10e8c/google_resumable_media-0.3.1-py2.py3-none-any.whl
Requirement not upgraded as not directly required: setuptools>=34.0.0 in 
./dependency/check/lib/python2.7/site-packages (from 
google-api-core<2.0.0dev,>=1.0.0->google-cloud-bigquery) (39.2.0)
Collecting six>=1.10.0 (from 
google-api-core<2.0.0dev,>=1.0.0->google-cloud-bigquery)
  Using cached 
https://files.pythonhosted.org/packages/67/4b/141a581104b1f6397bfa78ac9d43d8ad29a7ca43ea90a2d863fe3056e86a/six-1.11.0-py2.py3-none-any.whl
Collecting protobuf>=3.0.0 (from 
google-api-core<2.0.0dev,>=1.0.0->google-cloud-bigquery)
  Using cached 
https://files.pythonhosted.org/packages/27/e7/bf96130ebe633b08a3913da4bb25e50dac5779f1f68e51c99485423f7443/protobuf-3.6.0-cp27-cp27mu-manylinux1_x86_64.whl
Collecting google-auth<2.0.0dev,>=0.4.0 (from 
google-api-core<2.0.0dev,>=1.0.0->google-cloud-bigquery)
  Using cached 
https://files.pythonhosted.org/packages/53/06/6e6d5bfa4d23ee40efd772d6b681a7afecd859a9176e564b8c329382370f/google_auth-1.5.0-py2.py3-none-any.whl
Collecting futures>=3.2.0; python_version < "3.2" (from 
google-api-core<2.0.0dev,>=1.0.0->google-cloud-bigquery)
  Using cached 
https://files.pythonhosted.org/packages/2d/99/b2c4e9d5a30f6471e410a146232b4118e697fa3ffc06d6a65efde84debd0/futures-3.2.0-py2-none-any.whl
Collecting pytz (from google-api-core<2.0.0dev,>=1.0.0->google-cloud-bigquery)
  Using cached 
https://files.pythonhosted.org/packages/dc/83/15f7833b70d3e067ca91467ca245bae0f6fe56ddc7451aa0dc5606b120f2/pytz-2018.4-py2.py3-none-any.whl
Collecting googleapis-common-protos<2.0dev,>=1.5.3 (from 
google-api-core<2.0.0dev,>=1.0.0->google-cloud-bigquery)
Collecting requests<3.0.0dev,>=2.18.0 (from 
google-api-core<2.0.0dev,>=1.0.0->google-cloud-bigquery)
  Using cached 
https://files.pythonhosted.org/packages/65/47/7e02164a2a3db50ed6d8a6ab1d6d60b69c4c3fdf57a284257925dfc12bda/requests-2.19.1-py2.py3-none-any.whl
Collecting rsa>=3.1.4 (from 
google-auth<2.0.0dev,>=0.4.0->google-api-core<2.0.0dev,>=1.0.0->google-cloud-bigquery)
  Using cached 
https://files.pythonhosted.org/packages/e1/ae/baedc9cb175552e95f3395c43055a6a5e125ae4d48a1d7a924baca83e92e/rsa-3.4.2-py2.py3-none-any.whl
Collecting cachetools>=2.0.0 (from 
google-auth<2.0.0dev,>=0.4.0->google-api-core<2.0.0dev,>=1.0.0->google-cloud-bigquery)
  Using cached 
https://files.pythonhosted.org/packages/0a/58/cbee863250b31d80f47401d04f34038db6766f95dea1cc909ea099c7e571/cachetools-2.1.0-py2.py3-none-any.whl
Collecting pyasn1-modules>=0.2.1 (from 
google-auth<2.0.0dev,>=0.4.0->google-api-core<2.0.0dev,>=1.0.0->google-cloud-bigquery)
  Using cached 
https://files.pythonhosted.org/packages/e9/51/bcd96bf6231d4b2cc5e023c511bee86637ba375c44a6f9d1b4b7ad1ce4b9/pyasn1_modules-0.2.1-py2.py3-none-any.whl
Collecting certifi>=2017.4.17 (from 
requests<3.0.0dev,>=2.18.0->google-api-core<2.0.0dev,>=1.0.0->google-cloud-bigquery)
  Using cached 
https://files.pythonhosted.org/packages/7c/e6/92ad559b7192d846975fc916b65f667c7b8c3a32bea7372340bfe9a15fa5/certifi-2018.4.16-py2.py3-none-any.whl
Collecting chardet<3.1.0,>=3.0.2 (from 
requests<3.0.0dev,>=2.18.0->google-api-core<2.0.0dev,>=1.0.0->google-cloud-bigquery)
  Using cached 
https://files.pythonhosted.org/packages/bc/a9/01ffebfb562e4274b6487b4bb1ddec7ca55ec7510b22e4c51f14098443b8/chardet-3.0.4-py2.py3-none-any.whl
Collecting urllib3<1.24,>=1.21.1 (from 
requests<3.0.0dev,>=2.18.0->google-api-core<2.0.0dev,>=1.0.0->google-cloud-bigquery)
  Using cached 
https://files.pythonhosted.org/packages/bd/c9/6fdd990019071a4a32a5e7cb78a1d92c53851ef4f56f62a3486e6a7d8ffb/urllib3-1.23-py2.py3-none-any.whl
Collecting idna<2.8,>=2.5 (from 
requests<3.0.0dev,>=2.18.0->google-api-core<2.0.0dev,>=1.0.0->google-cloud-bigquery)
  Using cached 
https://files.pythonhosted.org/packages/4b/2a/0276479a4b3caeb8a8c1af2f8e4355746a97fab05a372e4a2c6a6b876165/idna-2.7-py2.py3-none-any.whl
Collecting pyasn1>=0.1.3 (from 
rsa>=3.1.4->google-auth<2.0.0dev,>=0.4.0->google-api-core<2.0.0dev,>=1.0.0->google-cloud-bigquery)
  Using cached 
https://files.pythonhosted.org/packages/a0/70/2c27740f08e477499ce19eefe05dbcae6f19fdc49e9e82ce4768be0643b9/pyasn1-0.4.3-py2.py3-none-any.whl
Installing collected packages: six, protobuf, pyasn1, rsa, cachetools, 
pyasn1-modules, google-auth, futures, pytz, googleapis-common-protos, certifi, 
chardet, urllib3, idna, requests, google-api-core, google-cloud-core, 
google-resumable-media, google-cloud-bigquery
Successfully installed cachetools-2.1.0 certifi-2018.4.16 chardet-3.0.4 
futures-3.2.0 google-api-core-1.2.1 google-auth-1.5.0 
google-cloud-bigquery-1.3.0 google-cloud-core-0.28.1 
google-resumable-media-0.3.1 googleapis-common-protos-1.5.3 idna-2.7 
protobuf-3.6.0 pyasn1-0.4.3 pyasn1-modules-0.2.1 pytz-2018.4 requests-2.19.1 
rsa-3.4.2 six-1.11.0 urllib3-1.23

rm -f build/dependencyUpdates/beam-dependency-check-report.txt

echo "<html><body>" > build/dependencyUpdates/beam-dependency-check-report.html
.test-infra/jenkins/dependency_check/generate_report.sh: line 63: 
build/dependencyUpdates/beam-dependency-check-report.html: No such file or 
directory
Build step 'Execute shell' marked build as failure

Reply via email to