Build failed in Jenkins: Studio » Engineering » CodeReady Studio Release Engineering » jbosstools-jiralint-bzira #1216
by studio-jenkins-csb-codeready@redhat.com
See <https://studio-jenkins-csb-codeready.apps.ocp4.prod.psi.redhat.com/job/St...>
Changes:
------------------------------------------
Started by timer
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on rhel7-4902 (rhel rhel7) in workspace <https://studio-jenkins-csb-codeready.apps.ocp4.prod.psi.redhat.comjob/Stu...>
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository git://github.com/jbosstools/jiralint.git
> git init <https://studio-jenkins-csb-codeready.apps.ocp4.prod.psi.redhat.comjob/Stu...> # timeout=10
Fetching upstream changes from git://github.com/jbosstools/jiralint.git
> git --version # timeout=10
> git --version # 'git version 1.8.3.1'
> git fetch --tags --progress git://github.com/jbosstools/jiralint.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url git://github.com/jbosstools/jiralint.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
> git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision cd24beb7d721d0875c6fb38addc5908f5bcc04e0 (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f cd24beb7d721d0875c6fb38addc5908f5bcc04e0 # timeout=10
Commit message: "fixed versions and added verbose logs (#12)"
> git rev-list --no-walk cd24beb7d721d0875c6fb38addc5908f5bcc04e0 # timeout=10
> git tag -a -f -m Jenkins Build #1216 jenkins-jbosstools-jiralint-bzira-1216 # timeout=10
[jbosstools-****-bzira] $ bash -xe /tmp/jenkins2488444477766947072.sh
+ mkdir -p /jenkins/jbosstools-****-bzira/sources/util/
+ wget --no-check-certificate https://raw.githubusercontent.com/jbosstools/jbosstools-build-ci/master/u... -O /jenkins/jbosstools-****-bzira/sources/util/jbosstools-console-log-parser.txt
--2021-06-17 19:01:16-- https://raw.githubusercontent.com/jbosstools/jbosstools-build-ci/master/u...
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.110.133, 185.199.111.133, 185.199.108.133, ...
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.110.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 3248 (3.2K) [text/plain]
Saving to: ‘/jenkins/jbosstools-****-bzira/sources/util/jbosstools-console-log-parser.txt’
0K ... 100% 23.3M=0s
2021-06-17 19:01:16 (23.3 MB/s) - ‘/jenkins/jbosstools-****-bzira/sources/util/jbosstools-console-log-parser.txt’ saved [3248/3248]
[jbosstools-****-bzira] $ bash -xe /tmp/jenkins2043276452636199789.sh
+ whereis python
python: /usr/bin/python /usr/bin/python2.7 /usr/lib/python2.7 /usr/lib64/python2.7 /etc/python /usr/include/python2.7 /usr/share/man/man1/python.1.gz
+ python -V
Python 2.7.5
+ [[ ! -w /home/hudson/.local/bin ]]
+ pipFolder=/home/hudson/.local/bin
+ mkdir -p /home/hudson/.local/bin
+ [[ ! -x /home/hudson/.local/bin/pip ]]
+ curl https://bootstrap.pypa.io/pip/2.7/get-pip.py
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0100 1863k 100 1863k 0 0 3382k 0 --:--:-- --:--:-- --:--:-- 3388k
+ python -W ignore get-pip.py --user
Collecting pip<21.0
Downloading pip-20.3.4-py2.py3-none-any.whl (1.5 MB)
Collecting wheel
Downloading wheel-0.36.2-py2.py3-none-any.whl (35 kB)
Installing collected packages: pip, wheel
WARNING: The scripts pip, pip2 and pip2.7 are installed in '/home/hudson/.local/bin' which is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
WARNING: The script wheel is installed in '/home/hudson/.local/bin' which is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
Successfully installed pip-20.3.4 wheel-0.36.2
+ PATH=/qa/tools/opt/x86_64/openjdk11_last/bin:/home/hudson/.nvm/versions/node/v14.16.0/bin:/opt/apache-maven-3.5.2/bin:/usr/local/bin:/usr/bin:/home/hudson/.local/bin:/home/hudson/.local/bin
+ pip install --upgrade --user pip bugzillatools python-bugzilla==2.4.0 jira pytz pbr funcsigs
DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality.
Requirement already up-to-date: pip in /home/hudson/.local/lib/python2.7/site-packages (20.3.4)
Collecting bugzillatools
Downloading bugzillatools-0.5.5.tar.gz (41 kB)
Collecting python-bugzilla==2.4.0
Downloading python-bugzilla-2.4.0.tar.gz (109 kB)
Collecting jira
Downloading jira-2.0.0-py2.py3-none-any.whl (57 kB)
Collecting pytz
Downloading pytz-2021.1-py2.py3-none-any.whl (510 kB)
Collecting pbr
Downloading pbr-5.6.0-py2.py3-none-any.whl (111 kB)
Collecting funcsigs
Downloading funcsigs-1.0.2-py2.py3-none-any.whl (17 kB)
Requirement already satisfied, skipping upgrade: requests in /usr/lib/python2.7/site-packages (from python-bugzilla==2.4.0) (2.6.0)
Collecting requests-toolbelt
Downloading requests_toolbelt-0.9.1-py2.py3-none-any.whl (54 kB)
Collecting defusedxml
Downloading defusedxml-0.7.1-py2.py3-none-any.whl (25 kB)
Collecting oauthlib[signedtoken]>=1.0.0
Downloading oauthlib-3.1.0-py2.py3-none-any.whl (147 kB)
Collecting requests-oauthlib>=0.6.1
Downloading requests_oauthlib-1.3.0-py2.py3-none-any.whl (23 kB)
Collecting six>=1.10.0
Downloading six-1.16.0-py2.py3-none-any.whl (11 kB)
Collecting setuptools>=20.10.1
Downloading setuptools-44.1.1-py2.py3-none-any.whl (583 kB)
Collecting cryptography; extra == "signedtoken"
Downloading cryptography-3.3.2-cp27-cp27mu-manylinux2010_x86_64.whl (2.6 MB)
Collecting pyjwt>=1.0.0; extra == "signedtoken"
Downloading PyJWT-1.7.1-py2.py3-none-any.whl (18 kB)
Collecting cffi>=1.12
Downloading cffi-1.14.5-cp27-cp27mu-manylinux1_x86_64.whl (389 kB)
Requirement already satisfied, skipping upgrade: ipaddress; python_version < "3" in /usr/lib/python2.7/site-packages (from cryptography; extra == "signedtoken"->oauthlib[signedtoken]>=1.0.0->jira) (1.0.16)
Collecting enum34; python_version < "3"
Downloading enum34-1.1.10-py2-none-any.whl (11 kB)
Collecting pycparser
Downloading pycparser-2.20-py2.py3-none-any.whl (112 kB)
Building wheels for collected packages: bugzillatools, python-bugzilla
Building wheel for bugzillatools (setup.py): started
Building wheel for bugzillatools (setup.py): finished with status 'done'
Created wheel for bugzillatools: filename=bugzillatools-0.5.5-py2-none-any.whl size=35835 sha256=66e3af2e038cbe79503d7da7d4ee8aa948865a6b8a9d34957820389efd7fd7ab
Stored in directory: /home/hudson/.cache/pip/wheels/25/a9/1f/d244cd8001b62a8d8ed018ecb4ed8a0b69f716169cc9837e6c
Building wheel for python-bugzilla (setup.py): started
Building wheel for python-bugzilla (setup.py): finished with status 'done'
Created wheel for python-bugzilla: filename=python_bugzilla-2.4.0-py2-none-any.whl size=58907 sha256=7ac33c79feb468d4bf74fd21b37acb05cd56d3e1b3b99f70933969fd31559297
Stored in directory: /home/hudson/.cache/pip/wheels/9e/e8/b1/4b870e334d47536ad969df691155438f5d2b6c928741d3f9f1
Successfully built bugzillatools python-bugzilla
Installing collected packages: bugzillatools, python-bugzilla, requests-toolbelt, defusedxml, pycparser, cffi, six, enum34, cryptography, pyjwt, oauthlib, requests-oauthlib, pbr, setuptools, jira, pytz, funcsigs
ERROR: pip's legacy dependency resolver does not consider dependency conflicts when selecting packages. This behaviour is the source of the following dependency conflicts.
jira 2.0.0 requires requests>=2.10.0, but you'll have requests 2.6.0 which is incompatible.
Successfully installed bugzillatools-0.5.5 cffi-1.14.5 cryptography-3.3.2 defusedxml-0.7.1 enum34-1.1.10 funcsigs-1.0.2 jira-2.0.0 oauthlib-3.1.0 pbr-5.6.0 pycparser-2.20 pyjwt-1.7.1 python-bugzilla-2.4.0 pytz-2021.1 requests-oauthlib-1.3.0 requests-toolbelt-0.9.1 setuptools-44.1.1 six-1.16.0
+ [[ -n true ]]
+ [[ true != \f\a\l\s\e ]]
+ AUTO=--auto-create
+ [[ -n '' ]]
+ START='-m 8'
+ python -W ignore bzira.py -u **** -p **** -s https://issues.redhat.com -m 8 --auto-create -A -a -v --color -E
[DEBUG] Current datetime: [0;33m2021-06-17 23:01:34.988455 (UTC)[0;39m
Traceback (most recent call last):
File "bzira.py", line 614, in <module>
bz = bugzilla.Bugzilla(url=bzserver + "xmlrpc.cgi")
File "/home/hudson/.local/lib/python2.7/site-packages/bugzilla/base.py", line 255, in __init__
self.connect(url)
File "/home/hudson/.local/lib/python2.7/site-packages/bugzilla/base.py", line 524, in connect
version = self._backend.bugzilla_version()["version"]
File "/home/hudson/.local/lib/python2.7/site-packages/bugzilla/_backendxmlrpc.py", line 160, in bugzilla_version
return self._xmlrpc_proxy.Bugzilla.version()
File "/usr/lib64/python2.7/xmlrpclib.py", line 1233, in __call__
return self.__send(self.__name, args)
File "/home/hudson/.local/lib/python2.7/site-packages/bugzilla/_backendxmlrpc.py", line 138, in _ServerProxy__request
ret = ServerProxy._ServerProxy__request(self, methodname, params)
File "/usr/lib64/python2.7/xmlrpclib.py", line 1591, in __request
verbose=self.__verbose
File "/home/hudson/.local/lib/python2.7/site-packages/bugzilla/_backendxmlrpc.py", line 106, in request
return self.__request_helper(url, request_body)
File "/home/hudson/.local/lib/python2.7/site-packages/bugzilla/_backendxmlrpc.py", line 52, in __request_helper
response.raise_for_status()
File "/usr/lib/python2.7/site-packages/requests/models.py", line 834, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 504 Server Error: Gateway Time-out
Build step 'Execute shell' marked build as failure
[description-setter] Could not determine description.