You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@beam.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2019/11/19 17:41:12 UTC

Build failed in Jenkins: beam_Dependency_Check #238

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

Changes:


------------------------------------------
[...truncated 54.91 KB...]
See https://docs.gradle.org/5.2.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD SUCCESSFUL in 2m 58s
2 actionable tasks: 2 executed

Publishing build scan...
https://gradle.com/s/cask6yh2zwjea

Build step 'Invoke Gradle script' changed build result to SUCCESS
[beam_Dependency_Check] $ /bin/bash -xe /tmp/jenkins6799895601028652113.sh
+ cd src
+ bash .test-infra/jenkins/dependency_check/generate_report.sh

REPORT_DESCRIPTION="
<h4> A dependency update is high priority if it satisfies one of following criteria: </h4>
<ul>
<li> It has major versions update available, e.g. org.assertj:assertj-core 2.5.0 -> 3.10.0; </li>
</ul>
<ul>
<li> It is over 3 minor versions behind the latest version, e.g. org.tukaani:xz 1.5 -> 1.8; </li>
</ul>
<ul>
<li> The current version is behind the later version for over 180 days, e.g. com.google.auto.service:auto-service 2014-10-24 -> 2017-12-11. </li>
</ul>
<h4> In Beam, we make a best-effort attempt at keeping all dependencies up-to-date.
     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> For more information: <a href=\"https://beam.apache.org/contribute/dependencies/\"> Beam Dependency Guide </a></h4>"


# Virtualenv for the rest of the script to run setup
virtualenv dependency/check
Using base prefix '/usr'
New python executable in <https://builds.apache.org/job/beam_Dependency_Check/ws/src/dependency/check/bin/python3>
Also creating executable in <https://builds.apache.org/job/beam_Dependency_Check/ws/src/dependency/check/bin/python>
Installing setuptools, pip, wheel...
done.
. 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 || true

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
  Downloading https://files.pythonhosted.org/packages/61/b1/51d389b239ce882866f28f027f7b1b9b0aa91f8b87fc9e168141719a002b/google_cloud_bigquery-1.22.0-py2.py3-none-any.whl (161kB)
Collecting protobuf>=3.6.0
  Using cached https://files.pythonhosted.org/packages/27/1c/ccf7810d5d02bdaafc223af032e8ac7f5ad6d23c5d0a44682a5a85fdda25/protobuf-3.10.0-cp35-cp35m-manylinux1_x86_64.whl
Collecting google-resumable-media!=0.4.0,<0.6.0dev,>=0.3.1
  Downloading https://files.pythonhosted.org/packages/35/9e/f73325d0466ce5bdc36333f1aeb2892ead7b76e79bdb5c8b0493961fa098/google_resumable_media-0.5.0-py2.py3-none-any.whl
Collecting google-cloud-core<2.0dev,>=1.0.3
  Using cached https://files.pythonhosted.org/packages/ee/f0/084f598629db8e6ec3627688723875cdb03637acb6d86999bb105a71df64/google_cloud_core-1.0.3-py2.py3-none-any.whl
Collecting six>=1.9
  Using cached https://files.pythonhosted.org/packages/65/26/32b8464df2a97e6dd1b656ed26b2c194606c16fe163c695a992b36c11cdf/six-1.13.0-py2.py3-none-any.whl
Requirement already satisfied, skipping upgrade: setuptools in ./dependency/check/lib/python3.5/site-packages (from protobuf>=3.6.0->google-cloud-bigquery) (41.6.0)
Collecting google-api-core<2.0.0dev,>=1.14.0
  Using cached https://files.pythonhosted.org/packages/29/3a/c528ef37f48d6ffba16f0f3c0426456ba21e0dd32be9c61a2ade93e07faa/google_api_core-1.14.3-py2.py3-none-any.whl
Collecting google-auth<2.0dev,>=0.4.0
  Using cached https://files.pythonhosted.org/packages/7b/cb/786dc53d93494784935a62947643b48250b84a882474e714f9af5e1a1928/google_auth-1.7.1-py2.py3-none-any.whl
Processing /home/jenkins/.cache/pip/wheels/9e/3d/a2/1bec8bb7db80ab3216dbc33092bb7ccd0debfb8ba42b5668d5/googleapis_common_protos-1.6.0-cp35-none-any.whl
Collecting requests<3.0.0dev,>=2.18.0
  Using cached https://files.pythonhosted.org/packages/51/bd/23c926cd341ea6b7dd0b2a00aba99ae0f828be89d72b2190f27c11d4b7fb/requests-2.22.0-py2.py3-none-any.whl
Collecting pytz
  Using cached https://files.pythonhosted.org/packages/e7/f9/f0b53f88060247251bf481fa6ea62cd0d25bf1b11a87888e53ce5b7c8ad2/pytz-2019.3-py2.py3-none-any.whl
Collecting pyasn1-modules>=0.2.1
  Using cached https://files.pythonhosted.org/packages/52/50/bb4cefca37da63a0c52218ba2cb1b1c36110d84dcbae8aa48cd67c5e95c2/pyasn1_modules-0.2.7-py2.py3-none-any.whl
Collecting rsa<4.1,>=3.1.4
  Using cached https://files.pythonhosted.org/packages/02/e5/38518af393f7c214357079ce67a317307936896e961e35450b70fad2a9cf/rsa-4.0-py2.py3-none-any.whl
Collecting cachetools<3.2,>=2.0.0
  Using cached https://files.pythonhosted.org/packages/2f/a6/30b0a0bef12283e83e58c1d6e7b5aabc7acfc4110df81a4471655d33e704/cachetools-3.1.1-py2.py3-none-any.whl
Collecting chardet<3.1.0,>=3.0.2
  Using cached https://files.pythonhosted.org/packages/bc/a9/01ffebfb562e4274b6487b4bb1ddec7ca55ec7510b22e4c51f14098443b8/chardet-3.0.4-py2.py3-none-any.whl
Collecting urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1
  Using cached https://files.pythonhosted.org/packages/b4/40/a9837291310ee1ccc242ceb6ebfd9eb21539649f193a7c8c86ba15b98539/urllib3-1.25.7-py2.py3-none-any.whl
Collecting idna<2.9,>=2.5
  Using cached https://files.pythonhosted.org/packages/14/2c/cd551d81dbe15200be1cf41cd03869a46fe7226e7450af7a6545bfc474c9/idna-2.8-py2.py3-none-any.whl
Collecting certifi>=2017.4.17
  Using cached https://files.pythonhosted.org/packages/18/b0/8146a4f8dd402f60744fa380bc73ca47303cccf8b9190fd16a827281eac2/certifi-2019.9.11-py2.py3-none-any.whl
Collecting pyasn1<0.5.0,>=0.4.6
  Using cached https://files.pythonhosted.org/packages/62/1e/a94a8d635fa3ce4cfc7f506003548d0a2447ae76fd5ca53932970fe3053f/pyasn1-0.4.8-py2.py3-none-any.whl
Installing collected packages: six, protobuf, google-resumable-media, pyasn1, pyasn1-modules, rsa, cachetools, google-auth, googleapis-common-protos, chardet, urllib3, idna, certifi, requests, pytz, google-api-core, google-cloud-core, google-cloud-bigquery
Successfully installed cachetools-3.1.1 certifi-2019.9.11 chardet-3.0.4 google-api-core-1.14.3 google-auth-1.7.1 google-cloud-bigquery-1.22.0 google-cloud-core-1.0.3 google-resumable-media-0.5.0 googleapis-common-protos-1.6.0 idna-2.8 protobuf-3.10.0 pyasn1-0.4.8 pyasn1-modules-0.2.7 pytz-2019.3 requests-2.22.0 rsa-4.0 six-1.13.0 urllib3-1.25.7
pip install --upgrade google-cloud-bigtable
Collecting google-cloud-bigtable
  Using cached https://files.pythonhosted.org/packages/00/60/3d013dd590c816228041c311f89689cf1527b1358efd1e16fc990eb0a349/google_cloud_bigtable-1.1.0-py2.py3-none-any.whl
Processing /home/jenkins/.cache/pip/wheels/de/3a/83/77a1e18e1a8757186df834b86ce6800120ac9c79cd8ca4091b/grpc_google_iam_v1-0.12.3-cp35-none-any.whl
Requirement already satisfied, skipping upgrade: google-cloud-core<2.0dev,>=1.0.3 in ./dependency/check/lib/python3.5/site-packages (from google-cloud-bigtable) (1.0.3)
Requirement already satisfied, skipping upgrade: google-api-core[grpc]<2.0.0dev,>=1.14.0 in ./dependency/check/lib/python3.5/site-packages (from google-cloud-bigtable) (1.14.3)
Collecting grpcio<2.0.0dev,>=1.0.0
  Using cached https://files.pythonhosted.org/packages/2b/dd/ad8ae8e63b4ec93058dec07c3fdd2b702a34c43744dd84060abe20213fed/grpcio-1.25.0-cp35-cp35m-manylinux2010_x86_64.whl
Requirement already satisfied, skipping upgrade: googleapis-common-protos[grpc]<2.0.0dev,>=1.5.2 in ./dependency/check/lib/python3.5/site-packages (from grpc-google-iam-v1<0.13dev,>=0.12.3->google-cloud-bigtable) (1.6.0)
Requirement already satisfied, skipping upgrade: pytz in ./dependency/check/lib/python3.5/site-packages (from google-api-core[grpc]<2.0.0dev,>=1.14.0->google-cloud-bigtable) (2019.3)
Requirement already satisfied, skipping upgrade: setuptools>=34.0.0 in ./dependency/check/lib/python3.5/site-packages (from google-api-core[grpc]<2.0.0dev,>=1.14.0->google-cloud-bigtable) (41.6.0)
Requirement already satisfied, skipping upgrade: google-auth<2.0dev,>=0.4.0 in ./dependency/check/lib/python3.5/site-packages (from google-api-core[grpc]<2.0.0dev,>=1.14.0->google-cloud-bigtable) (1.7.1)
Requirement already satisfied, skipping upgrade: six>=1.10.0 in ./dependency/check/lib/python3.5/site-packages (from google-api-core[grpc]<2.0.0dev,>=1.14.0->google-cloud-bigtable) (1.13.0)
Requirement already satisfied, skipping upgrade: requests<3.0.0dev,>=2.18.0 in ./dependency/check/lib/python3.5/site-packages (from google-api-core[grpc]<2.0.0dev,>=1.14.0->google-cloud-bigtable) (2.22.0)
Requirement already satisfied, skipping upgrade: protobuf>=3.4.0 in ./dependency/check/lib/python3.5/site-packages (from google-api-core[grpc]<2.0.0dev,>=1.14.0->google-cloud-bigtable) (3.10.0)
Requirement already satisfied, skipping upgrade: rsa<4.1,>=3.1.4 in ./dependency/check/lib/python3.5/site-packages (from google-auth<2.0dev,>=0.4.0->google-api-core[grpc]<2.0.0dev,>=1.14.0->google-cloud-bigtable) (4.0)
Requirement already satisfied, skipping upgrade: cachetools<3.2,>=2.0.0 in ./dependency/check/lib/python3.5/site-packages (from google-auth<2.0dev,>=0.4.0->google-api-core[grpc]<2.0.0dev,>=1.14.0->google-cloud-bigtable) (3.1.1)
Requirement already satisfied, skipping upgrade: pyasn1-modules>=0.2.1 in ./dependency/check/lib/python3.5/site-packages (from google-auth<2.0dev,>=0.4.0->google-api-core[grpc]<2.0.0dev,>=1.14.0->google-cloud-bigtable) (0.2.7)
Requirement already satisfied, skipping upgrade: certifi>=2017.4.17 in ./dependency/check/lib/python3.5/site-packages (from requests<3.0.0dev,>=2.18.0->google-api-core[grpc]<2.0.0dev,>=1.14.0->google-cloud-bigtable) (2019.9.11)
Requirement already satisfied, skipping upgrade: idna<2.9,>=2.5 in ./dependency/check/lib/python3.5/site-packages (from requests<3.0.0dev,>=2.18.0->google-api-core[grpc]<2.0.0dev,>=1.14.0->google-cloud-bigtable) (2.8)
Requirement already satisfied, skipping upgrade: chardet<3.1.0,>=3.0.2 in ./dependency/check/lib/python3.5/site-packages (from requests<3.0.0dev,>=2.18.0->google-api-core[grpc]<2.0.0dev,>=1.14.0->google-cloud-bigtable) (3.0.4)
Requirement already satisfied, skipping upgrade: urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1 in ./dependency/check/lib/python3.5/site-packages (from requests<3.0.0dev,>=2.18.0->google-api-core[grpc]<2.0.0dev,>=1.14.0->google-cloud-bigtable) (1.25.7)
Requirement already satisfied, skipping upgrade: pyasn1>=0.1.3 in ./dependency/check/lib/python3.5/site-packages (from rsa<4.1,>=3.1.4->google-auth<2.0dev,>=0.4.0->google-api-core[grpc]<2.0.0dev,>=1.14.0->google-cloud-bigtable) (0.4.8)
Installing collected packages: grpcio, grpc-google-iam-v1, google-cloud-bigtable
Successfully installed google-cloud-bigtable-1.1.0 grpc-google-iam-v1-0.12.3 grpcio-1.25.0
pip install --upgrade google-cloud-core
Requirement already up-to-date: google-cloud-core in ./dependency/check/lib/python3.5/site-packages (1.0.3)
Requirement already satisfied, skipping upgrade: google-api-core<2.0.0dev,>=1.14.0 in ./dependency/check/lib/python3.5/site-packages (from google-cloud-core) (1.14.3)
Requirement already satisfied, skipping upgrade: six>=1.10.0 in ./dependency/check/lib/python3.5/site-packages (from google-api-core<2.0.0dev,>=1.14.0->google-cloud-core) (1.13.0)
Requirement already satisfied, skipping upgrade: setuptools>=34.0.0 in ./dependency/check/lib/python3.5/site-packages (from google-api-core<2.0.0dev,>=1.14.0->google-cloud-core) (41.6.0)
Requirement already satisfied, skipping upgrade: google-auth<2.0dev,>=0.4.0 in ./dependency/check/lib/python3.5/site-packages (from google-api-core<2.0.0dev,>=1.14.0->google-cloud-core) (1.7.1)
Requirement already satisfied, skipping upgrade: requests<3.0.0dev,>=2.18.0 in ./dependency/check/lib/python3.5/site-packages (from google-api-core<2.0.0dev,>=1.14.0->google-cloud-core) (2.22.0)
Requirement already satisfied, skipping upgrade: protobuf>=3.4.0 in ./dependency/check/lib/python3.5/site-packages (from google-api-core<2.0.0dev,>=1.14.0->google-cloud-core) (3.10.0)
Requirement already satisfied, skipping upgrade: pytz in ./dependency/check/lib/python3.5/site-packages (from google-api-core<2.0.0dev,>=1.14.0->google-cloud-core) (2019.3)
Requirement already satisfied, skipping upgrade: googleapis-common-protos<2.0dev,>=1.6.0 in ./dependency/check/lib/python3.5/site-packages (from google-api-core<2.0.0dev,>=1.14.0->google-cloud-core) (1.6.0)
Requirement already satisfied, skipping upgrade: rsa<4.1,>=3.1.4 in ./dependency/check/lib/python3.5/site-packages (from google-auth<2.0dev,>=0.4.0->google-api-core<2.0.0dev,>=1.14.0->google-cloud-core) (4.0)
Requirement already satisfied, skipping upgrade: pyasn1-modules>=0.2.1 in ./dependency/check/lib/python3.5/site-packages (from google-auth<2.0dev,>=0.4.0->google-api-core<2.0.0dev,>=1.14.0->google-cloud-core) (0.2.7)
Requirement already satisfied, skipping upgrade: cachetools<3.2,>=2.0.0 in ./dependency/check/lib/python3.5/site-packages (from google-auth<2.0dev,>=0.4.0->google-api-core<2.0.0dev,>=1.14.0->google-cloud-core) (3.1.1)
Requirement already satisfied, skipping upgrade: chardet<3.1.0,>=3.0.2 in ./dependency/check/lib/python3.5/site-packages (from requests<3.0.0dev,>=2.18.0->google-api-core<2.0.0dev,>=1.14.0->google-cloud-core) (3.0.4)
Requirement already satisfied, skipping upgrade: urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1 in ./dependency/check/lib/python3.5/site-packages (from requests<3.0.0dev,>=2.18.0->google-api-core<2.0.0dev,>=1.14.0->google-cloud-core) (1.25.7)
Requirement already satisfied, skipping upgrade: idna<2.9,>=2.5 in ./dependency/check/lib/python3.5/site-packages (from requests<3.0.0dev,>=2.18.0->google-api-core<2.0.0dev,>=1.14.0->google-cloud-core) (2.8)
Requirement already satisfied, skipping upgrade: certifi>=2017.4.17 in ./dependency/check/lib/python3.5/site-packages (from requests<3.0.0dev,>=2.18.0->google-api-core<2.0.0dev,>=1.14.0->google-cloud-core) (2019.9.11)
Requirement already satisfied, skipping upgrade: pyasn1>=0.1.3 in ./dependency/check/lib/python3.5/site-packages (from rsa<4.1,>=3.1.4->google-auth<2.0dev,>=0.4.0->google-api-core<2.0.0dev,>=1.14.0->google-cloud-core) (0.4.8)
rm -f build/dependencyUpdates/beam-dependency-check-report.txt

# Insall packages and run the unit tests of the report generator and the jira manager
pip install mock jira pyyaml
Collecting mock
  Using cached https://files.pythonhosted.org/packages/05/d2/f94e68be6b17f46d2c353564da56e6fb89ef09faeeff3313a046cb810ca9/mock-3.0.5-py2.py3-none-any.whl
Collecting jira
  Downloading https://files.pythonhosted.org/packages/cb/c2/4203b6cad72d115b0ad62ae7028567b538c8933745f665d0eee5082baf67/jira-2.0.0-py2.py3-none-any.whl (57kB)
Processing /home/jenkins/.cache/pip/wheels/d9/45/dd/65f0b38450c47cf7e5312883deb97d065e030c5cca0a365030/PyYAML-5.1.2-cp35-cp35m-linux_x86_64.whl
Requirement already satisfied: six in ./dependency/check/lib/python3.5/site-packages (from mock) (1.13.0)
Collecting oauthlib[signedtoken]>=1.0.0
  Downloading https://files.pythonhosted.org/packages/05/57/ce2e7a8fa7c0afb54a0581b14a65b56e62b5759dbc98e80627142b8a3704/oauthlib-3.1.0-py2.py3-none-any.whl (147kB)
Collecting requests-oauthlib>=0.6.1
  Downloading https://files.pythonhosted.org/packages/a3/12/b92740d845ab62ea4edf04d2f4164d82532b5a0b03836d4d4e71c6f3d379/requests_oauthlib-1.3.0-py2.py3-none-any.whl
Collecting defusedxml
  Using cached https://files.pythonhosted.org/packages/06/74/9b387472866358ebc08732de3da6dc48e44b0aacd2ddaa5cb85ab7e986a2/defusedxml-0.6.0-py2.py3-none-any.whl
Requirement already satisfied: requests>=2.10.0 in ./dependency/check/lib/python3.5/site-packages (from jira) (2.22.0)
Collecting requests-toolbelt
  Downloading https://files.pythonhosted.org/packages/60/ef/7681134338fc097acef8d9b2f8abe0458e4d87559c689a8c306d0957ece5/requests_toolbelt-0.9.1-py2.py3-none-any.whl (54kB)
Requirement already satisfied: setuptools>=20.10.1 in ./dependency/check/lib/python3.5/site-packages (from jira) (41.6.0)
Collecting pbr>=3.0.0
  Using cached https://files.pythonhosted.org/packages/46/a4/d5c83831a3452713e4b4f126149bc4fbda170f7cb16a86a00ce57ce0e9ad/pbr-5.4.3-py2.py3-none-any.whl
Collecting cryptography; extra == "signedtoken"
  Downloading https://files.pythonhosted.org/packages/ca/9a/7cece52c46546e214e10811b36b2da52ce1ea7fa203203a629b8dfadad53/cryptography-2.8-cp34-abi3-manylinux2010_x86_64.whl (2.3MB)
Collecting pyjwt>=1.0.0; extra == "signedtoken"
  Downloading https://files.pythonhosted.org/packages/87/8b/6a9f14b5f781697e51259d81657e6048fd31a113229cf346880bb7545565/PyJWT-1.7.1-py2.py3-none-any.whl
Requirement already satisfied: idna<2.9,>=2.5 in ./dependency/check/lib/python3.5/site-packages (from requests>=2.10.0->jira) (2.8)
Requirement already satisfied: urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1 in ./dependency/check/lib/python3.5/site-packages (from requests>=2.10.0->jira) (1.25.7)
Requirement already satisfied: certifi>=2017.4.17 in ./dependency/check/lib/python3.5/site-packages (from requests>=2.10.0->jira) (2019.9.11)
Requirement already satisfied: chardet<3.1.0,>=3.0.2 in ./dependency/check/lib/python3.5/site-packages (from requests>=2.10.0->jira) (3.0.4)
Collecting cffi!=1.11.3,>=1.8
  Downloading https://files.pythonhosted.org/packages/a8/8d/986e0c4e2aa3b24db56a0affc50d1a379150e3c4da45d51d549dc2697d53/cffi-1.13.2-cp35-cp35m-manylinux1_x86_64.whl (397kB)
Processing /home/jenkins/.cache/pip/wheels/f2/9a/90/de94f8556265ddc9d9c8b271b0f63e57b26fb1d67a45564511/pycparser-2.19-py2.py3-none-any.whl
Installing collected packages: mock, pycparser, cffi, cryptography, pyjwt, oauthlib, requests-oauthlib, defusedxml, requests-toolbelt, pbr, jira, pyyaml
Successfully installed cffi-1.13.2 cryptography-2.8 defusedxml-0.6.0 jira-2.0.0 mock-3.0.5 oauthlib-3.1.0 pbr-5.4.3 pycparser-2.19 pyjwt-1.7.1 pyyaml-5.1.2 requests-oauthlib-1.3.0 requests-toolbelt-0.9.1
cd $WORKSPACE/src/.test-infra/jenkins
python -m dependency_check.dependency_check_report_generator_test
Traceback (most recent call last):
  File "/usr/lib/python3.5/runpy.py", line 184, in _run_module_as_main
    "__main__", mod_spec)
  File "/usr/lib/python3.5/runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "<https://builds.apache.org/job/beam_Dependency_Check/ws/src/.test-infra/jenkins/dependency_check/dependency_check_report_generator_test.py",> line 26, in <module>
    from .dependency_check_report_generator import prioritize_dependencies
  File "<https://builds.apache.org/job/beam_Dependency_Check/ws/src/.test-infra/jenkins/dependency_check/dependency_check_report_generator.py",> line 146
    if (jira_issue and jira_issue.fields.status.name in ['Open', 'Reopened', 'TRIAGE NEEDED'):
                                                                                            ^
SyntaxError: invalid syntax
Build step 'Execute shell' marked build as failure

---------------------------------------------------------------------
To unsubscribe, e-mail: builds-unsubscribe@beam.apache.org
For additional commands, e-mail: builds-help@beam.apache.org


Beam Dependency Check Report (2019-11-19)

Posted by Apache Jenkins Server <je...@builds.apache.org>.
## High Priority Dependency Updates Of Beam Python SDK:

**Dependency Name** | **Current Version** | **Latest Version** | **Release
Date Of the Current Used Version** | **Release Date Of The Latest Release** |
**JIRA Issue**  
---|---|---|---|---|---  
[mock](https://pypi.org/project/mock) |  2.0.0 | 3.0.5 | 2019-05-20 |
2019-05-20| [BEAM-7369](https://issues.apache.org/jira/browse/BEAM-7369)  
[oauth2client](https://pypi.org/project/oauth2client) | 3.0.0 | 4.1.3 |
2018-12-10 | 2018-12-10|
[BEAM-6089](https://issues.apache.org/jira/browse/BEAM-6089)  
[Sphinx](https://pypi.org/project/Sphinx) | 1.8.5 | 2.2.1 | 2019-05-20 |
2019-10-28| [BEAM-7370](https://issues.apache.org/jira/browse/BEAM-7370)  
  
## High Priority Dependency Updates Of Beam Java SDK:

**Dependency Name** | **Current Version** | **Latest Version** | **Release
Date Of the Current Used Version** | **Release Date Of The Latest Release** |
**JIRA Issue**  
---|---|---|---|---|---  
[com.esotericsoftware:kryo](https://mvnrepository.com/artifact/com.esotericsoftware/kryo)
|  4.0.2 | 5.0.0-RC4 | 2018-03-20 | 2019-04-14|
[BEAM-5809](https://issues.apache.org/jira/browse/BEAM-5809)  
[com.esotericsoftware.kryo:kryo](https://mvnrepository.com/artifact/com.esotericsoftware.kryo/kryo)
| 2.21 | 2.24.0 | 2013-02-27 | 2014-05-04|
[BEAM-5574](https://issues.apache.org/jira/browse/BEAM-5574)  
[com.github.ben-manes.versions:com.github.ben-
manes.versions.gradle.plugin](https://mvnrepository.com/artifact/com.github.ben-
manes.versions/com.github.ben-manes.versions.gradle.plugin) | 0.20.0 | 0.27.0
| 2019-02-11 | 2019-10-21|
[BEAM-6645](https://issues.apache.org/jira/browse/BEAM-6645)  
[com.github.spotbugs:spotbugs](https://mvnrepository.com/artifact/com.github.spotbugs/spotbugs)
| 3.1.12 | 4.0.0-beta4 | 2019-03-01 | 2019-09-18|
[BEAM-7792](https://issues.apache.org/jira/browse/BEAM-7792)  
[com.github.spotbugs:spotbugs-
annotations](https://mvnrepository.com/artifact/com.github.spotbugs/spotbugs-
annotations) | 3.1.12 | 4.0.0-beta4 | 2019-03-01 | 2019-09-18|
[BEAM-6951](https://issues.apache.org/jira/browse/BEAM-6951)  
[com.google.api.grpc:proto-google-common-
protos](https://mvnrepository.com/artifact/com.google.api.grpc/proto-google-
common-protos) | 1.12.0 | 1.17.0 | 2018-06-29 | 2019-10-04|
[BEAM-6899](https://issues.apache.org/jira/browse/BEAM-6899)  
[com.google.auth:google-auth-library-
credentials](https://mvnrepository.com/artifact/com.google.auth/google-auth-
library-credentials) | 0.13.0 | 0.18.0 | 2019-01-17 | 2019-10-09|
[BEAM-6478](https://issues.apache.org/jira/browse/BEAM-6478)  
[com.google.code.gson:gson](https://mvnrepository.com/artifact/com.google.code.gson/gson)
| 2.7 | 2.8.6 | 2016-06-14 | 2019-10-04|
[BEAM-5558](https://issues.apache.org/jira/browse/BEAM-5558)  
[io.grpc:grpc-auth](https://mvnrepository.com/artifact/io.grpc/grpc-auth) |
1.21.0 | 1.25.0 | 2019-05-22 | 2019-11-05|
[BEAM-5896](https://issues.apache.org/jira/browse/BEAM-5896)  
[io.grpc:grpc-context](https://mvnrepository.com/artifact/io.grpc/grpc-
context) | 1.21.0 | 1.25.0 | 2019-05-22 | 2019-11-05|
[BEAM-5897](https://issues.apache.org/jira/browse/BEAM-5897)  
[io.grpc:grpc-core](https://mvnrepository.com/artifact/io.grpc/grpc-core) |
1.21.0 | 1.25.0 | 2019-05-22 | 2019-11-05|
[BEAM-5898](https://issues.apache.org/jira/browse/BEAM-5898)  
[io.grpc:grpc-netty](https://mvnrepository.com/artifact/io.grpc/grpc-netty) |
1.21.0 | 1.25.0 | 2019-05-22 | 2019-11-05|
[BEAM-5899](https://issues.apache.org/jira/browse/BEAM-5899)  
[io.grpc:grpc-protobuf](https://mvnrepository.com/artifact/io.grpc/grpc-
protobuf) | 1.21.0 | 1.25.0 | 2019-05-22 | 2019-11-05|
[BEAM-5900](https://issues.apache.org/jira/browse/BEAM-5900)  
[io.grpc:grpc-stub](https://mvnrepository.com/artifact/io.grpc/grpc-stub) |
1.21.0 | 1.25.0 | 2019-05-22 | 2019-11-05|
[BEAM-5901](https://issues.apache.org/jira/browse/BEAM-5901)  
[io.grpc:grpc-testing](https://mvnrepository.com/artifact/io.grpc/grpc-
testing) | 1.21.0 | 1.25.0 | 2019-05-22 | 2019-11-05|
[BEAM-5902](https://issues.apache.org/jira/browse/BEAM-5902)  
[io.grpc:protoc-gen-grpc-
java](https://mvnrepository.com/artifact/io.grpc/protoc-gen-grpc-java) |
1.21.0 | 1.25.0 | 2019-05-22 | 2019-11-05|
[BEAM-5903](https://issues.apache.org/jira/browse/BEAM-5903)  
[io.opencensus:opencensus-
api](https://mvnrepository.com/artifact/io.opencensus/opencensus-api) | 0.21.0
| 0.24.0 | 2019-05-01 | 2019-08-27|
[BEAM-5580](https://issues.apache.org/jira/browse/BEAM-5580)  
[io.opencensus:opencensus-contrib-grpc-
metrics](https://mvnrepository.com/artifact/io.opencensus/opencensus-contrib-
grpc-metrics) | 0.21.0 | 0.24.0 | 2019-05-01 | 2019-08-27|
[BEAM-5581](https://issues.apache.org/jira/browse/BEAM-5581)  
[javax.servlet:javax.servlet-
api](https://mvnrepository.com/artifact/javax.servlet/javax.servlet-api) |
3.1.0 | 4.0.1 | 2013-04-25 | 2018-04-20|
[BEAM-5750](https://issues.apache.org/jira/browse/BEAM-5750)  
[net.java.dev.javacc:javacc](https://mvnrepository.com/artifact/net.java.dev.javacc/javacc)
| 4.0 | 7.0.5 | 2006-03-17 | 2019-10-20|
[BEAM-5570](https://issues.apache.org/jira/browse/BEAM-5570)  
[net.java.dev.jna:jna](https://mvnrepository.com/artifact/net.java.dev.jna/jna)
| 4.1.0 | 5.5.0 | 2014-03-06 | 2019-10-30|
[BEAM-5573](https://issues.apache.org/jira/browse/BEAM-5573)  
[org.apache.hbase:hbase-
common](https://mvnrepository.com/artifact/org.apache.hbase/hbase-common) |
1.2.6 | 2.2.2 | 2017-05-29 | 2019-10-20|
[BEAM-5560](https://issues.apache.org/jira/browse/BEAM-5560)  
[org.apache.hbase:hbase-hadoop-
compat](https://mvnrepository.com/artifact/org.apache.hbase/hbase-hadoop-
compat) | 1.2.6 | 2.2.2 | 2017-05-29 | 2019-10-20|
[BEAM-5561](https://issues.apache.org/jira/browse/BEAM-5561)  
[org.apache.hbase:hbase-
hadoop2-compat](https://mvnrepository.com/artifact/org.apache.hbase/hbase-
hadoop2-compat) | 1.2.6 | 2.2.2 | 2017-05-29 | 2019-10-20|
[BEAM-5562](https://issues.apache.org/jira/browse/BEAM-5562)  
[org.apache.hbase:hbase-
server](https://mvnrepository.com/artifact/org.apache.hbase/hbase-server) |
1.2.6 | 2.2.2 | 2017-05-29 | 2019-10-20|
[BEAM-5563](https://issues.apache.org/jira/browse/BEAM-5563)  
[org.apache.hbase:hbase-shaded-
client](https://mvnrepository.com/artifact/org.apache.hbase/hbase-shaded-
client) | 1.2.6 | 2.2.1 | 2017-05-29 | 2019-09-04|
[BEAM-5564](https://issues.apache.org/jira/browse/BEAM-5564)  
[org.apache.hive:hive-
cli](https://mvnrepository.com/artifact/org.apache.hive/hive-cli) | 2.1.0 |
3.1.2 | 2016-06-17 | 2019-08-22|
[BEAM-5566](https://issues.apache.org/jira/browse/BEAM-5566)  
[org.apache.hive:hive-
common](https://mvnrepository.com/artifact/org.apache.hive/hive-common) |
2.1.0 | 3.1.2 | 2016-06-17 | 2019-08-22|
[BEAM-5567](https://issues.apache.org/jira/browse/BEAM-5567)  
[org.apache.hive:hive-
exec](https://mvnrepository.com/artifact/org.apache.hive/hive-exec) | 2.1.0 |
3.1.2 | 2016-06-17 | 2019-08-22|
[BEAM-5568](https://issues.apache.org/jira/browse/BEAM-5568)  
[org.apache.hive.hcatalog:hive-hcatalog-
core](https://mvnrepository.com/artifact/org.apache.hive.hcatalog/hive-
hcatalog-core) | 2.1.0 | 3.1.2 | 2016-06-17 | 2019-08-22|
[BEAM-5569](https://issues.apache.org/jira/browse/BEAM-5569)  
[org.apache.qpid:proton-j](https://mvnrepository.com/artifact/org.apache.qpid/proton-j)
| 0.13.1 | 0.33.2 | 2016-07-02 | 2019-08-09|
[BEAM-5582](https://issues.apache.org/jira/browse/BEAM-5582)  
[org.apache.solr:solr-
core](https://mvnrepository.com/artifact/org.apache.solr/solr-core) | 5.5.4 |
8.3.0 | 2017-02-14 | 2019-10-31|
[BEAM-5589](https://issues.apache.org/jira/browse/BEAM-5589)  
[org.apache.solr:solr-
solrj](https://mvnrepository.com/artifact/org.apache.solr/solr-solrj) | 5.5.4
| 8.3.0 | 2017-02-14 | 2019-10-31|
[BEAM-5590](https://issues.apache.org/jira/browse/BEAM-5590)  
[org.apache.solr:solr-test-
framework](https://mvnrepository.com/artifact/org.apache.solr/solr-test-
framework) | 5.5.4 | 8.3.0 | 2017-02-14 | 2019-10-31|
[BEAM-5591](https://issues.apache.org/jira/browse/BEAM-5591)  
[org.conscrypt:conscrypt-
openjdk](https://mvnrepository.com/artifact/org.conscrypt/conscrypt-openjdk) |
1.1.3 | 2.2.1 | 2018-06-04 | 2019-08-08|
[BEAM-5748](https://issues.apache.org/jira/browse/BEAM-5748)  
[org.eclipse.jetty:jetty-
server](https://mvnrepository.com/artifact/org.eclipse.jetty/jetty-server) |
9.2.10.v20150310 | 10.0.0-alpha0 | 2015-03-10 | 2019-07-11|
[BEAM-5752](https://issues.apache.org/jira/browse/BEAM-5752)  
[org.eclipse.jetty:jetty-
servlet](https://mvnrepository.com/artifact/org.eclipse.jetty/jetty-servlet) |
9.2.10.v20150310 | 10.0.0-alpha0 | 2015-03-10 | 2019-07-11|
[BEAM-5753](https://issues.apache.org/jira/browse/BEAM-5753)  
[org.elasticsearch:elasticsearch](https://mvnrepository.com/artifact/org.elasticsearch/elasticsearch)
| 6.4.0 | 7.4.2 | 2018-08-18 | 2019-10-28|
[BEAM-6090](https://issues.apache.org/jira/browse/BEAM-6090)  
[org.elasticsearch:elasticsearch-
hadoop](https://mvnrepository.com/artifact/org.elasticsearch/elasticsearch-
hadoop) | 5.0.0 | 7.4.2 | 2016-10-26 | 2019-10-28|
[BEAM-5551](https://issues.apache.org/jira/browse/BEAM-5551)  
[org.elasticsearch.client:elasticsearch-rest-
client](https://mvnrepository.com/artifact/org.elasticsearch.client/elasticsearch-
rest-client) | 6.4.0 | 7.4.2 | 2018-08-18 | 2019-10-28|
[BEAM-6091](https://issues.apache.org/jira/browse/BEAM-6091)  
[org.elasticsearch.client:transport](https://mvnrepository.com/artifact/org.elasticsearch.client/transport)
| 5.0.0 | 7.4.2 | 2016-10-26 | 2019-10-28|
[BEAM-5595](https://issues.apache.org/jira/browse/BEAM-5595)  
[org.elasticsearch.plugin:transport-
netty4-client](https://mvnrepository.com/artifact/org.elasticsearch.plugin/transport-
netty4-client) | 6.4.0 | 7.4.2 | 2018-08-18 | 2019-10-28|
[BEAM-6093](https://issues.apache.org/jira/browse/BEAM-6093)  
[org.elasticsearch.test:framework](https://mvnrepository.com/artifact/org.elasticsearch.test/framework)
| 6.4.0 | 7.4.2 | 2018-08-18 | 2019-10-28|
[BEAM-6092](https://issues.apache.org/jira/browse/BEAM-6092)  
[sqlline:sqlline](https://mvnrepository.com/artifact/sqlline/sqlline) | 1.4.0
| 1.9.0 | 2018-05-31 | 2019-10-14|
[BEAM-6901](https://issues.apache.org/jira/browse/BEAM-6901)  
[Gradle:](https://mvnrepository.com/artifact/Gradle/) | 5.2.1 | 6.0.1 |
2019-08-19 | 2019-11-19|
[BEAM-8002](https://issues.apache.org/jira/browse/BEAM-8002)  
  
####  A dependency update is high priority if it satisfies one of following
criteria:

  * It has major versions update available, e.g. org.assertj:assertj-core 2.5.0 -> 3.10.0; 

  * It is over 3 minor versions behind the latest version, e.g. org.tukaani:xz 1.5 -> 1.8; 

  * The current version is behind the later version for over 180 days, e.g. com.google.auto.service:auto-service 2014-10-24 -> 2017-12-11. 

####  In Beam, we make a best-effort attempt at keeping all dependencies up-
to-date. 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.

####  For more information: [ Beam Dependency Guide
](https://beam.apache.org/contribute/dependencies/)


Jenkins build is back to normal : beam_Dependency_Check #239

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/beam_Dependency_Check/239/display/redirect>


---------------------------------------------------------------------
To unsubscribe, e-mail: builds-unsubscribe@beam.apache.org
For additional commands, e-mail: builds-help@beam.apache.org