See
<
https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/jbosstoo...
------------------------------------------
Started by timer
[EnvInject] - Loading node environment variables.
Building remotely on rhel7-x64-12655 (nvm x64 rhel upshift mem8G nodejs rhel7 docker) in
workspace
<
https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/jbosstoo...
Cloning the remote Git repository
Cloning repository
git://github.com/jbosstools/jiralint.git
Fetching upstream changes from
git://github.com/jbosstools/jiralint.git
git --version # timeout=10
git fetch --tags --progress
git://github.com/jbosstools/jiralint.git
+refs/heads/*:refs/remotes/origin/*
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
git config remote.origin.url
git://github.com/jbosstools/jiralint.git # timeout=10
Fetching upstream changes from
git://github.com/jbosstools/jiralint.git
git fetch --tags --progress
git://github.com/jbosstools/jiralint.git
+refs/heads/*:refs/remotes/origin/*
git rev-parse refs/remotes/origin/master^{commit} # timeout=10
git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out
Revision 99693691f2e66aba42d3ef898c6eea7ac945c97c (refs/remotes/origin/master)
git config core.sparsecheckout # timeout=10
git checkout -f 99693691f2e66aba42d3ef898c6eea7ac945c97c
Commit message:
"Migrating
issues.jboss.org -->
issues.redhat.com (#6)"
git rev-list --no-walk 99693691f2e66aba42d3ef898c6eea7ac945c97c #
timeout=10
git tag -a -f -m Jenkins Build #26090 jenkins-jbosstools-jiralint-bzira-26090 #
timeout=10
[jbosstools-jiralint-bzira] $ /bin/sh -xe
/tmp/jenkins4160082250095713246.sh
+ export JIRA_USER=jiralint
+ JIRA_USER=jiralint
+ export JIRA_PWD=mart-milt-sedative
+ JIRA_PWD=mart-milt-sedative
+ 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/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 1764k
100 1764k 0 0 5482k 0 --:--:-- --:--:-- --:--:-- 5498k
+ python -W ignore get-pip.py --user
Collecting pip
Downloading pip-20.0.2-py2.py3-none-any.whl (1.4 MB)
Collecting wheel
Downloading wheel-0.34.2-py2.py3-none-any.whl (26 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.0.2 wheel-0.34.2
+
PATH=/qa/tools/opt/x86_64/openjdk-1.8.0/bin:/home/hudson/.nvm/versions/node/v12.14.1/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 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. A future version of pip will drop
support for Python 2.7. More details about Python 2 support in pip, can be found at
https://pip.pypa.io/en/latest/development/release-process/#python-2-support
Requirement already up-to-date: pip in /home/hudson/.local/lib/python2.7/site-packages
(20.0.2)
Collecting bugzillatools
Downloading bugzillatools-0.5.5.tar.gz (41 kB)
Collecting python-bugzilla
Downloading python-bugzilla-2.3.0.tar.gz (79 kB)
Collecting jira
Downloading jira-2.0.0-py2.py3-none-any.whl (57 kB)
Collecting pytz
Downloading pytz-2019.3-py2.py3-none-any.whl (509 kB)
Collecting pbr
Downloading pbr-5.4.4-py2.py3-none-any.whl (110 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.6.0)
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 requests-toolbelt
Downloading requests_toolbelt-0.9.1-py2.py3-none-any.whl (54 kB)
Collecting setuptools>=20.10.1
Downloading setuptools-44.0.0-py2.py3-none-any.whl (583 kB)
Collecting six>=1.10.0
Downloading six-1.14.0-py2.py3-none-any.whl (10 kB)
Collecting defusedxml
Downloading defusedxml-0.6.0-py2.py3-none-any.whl (23 kB)
Collecting cryptography; extra == "signedtoken"
Downloading cryptography-2.8-cp27-cp27mu-manylinux2010_x86_64.whl (2.3 MB)
Collecting pyjwt>=1.0.0; extra == "signedtoken"
Downloading PyJWT-1.7.1-py2.py3-none-any.whl (18 kB)
Collecting cffi!=1.11.3,>=1.8
Downloading cffi-1.14.0-cp27-cp27mu-manylinux1_x86_64.whl (387 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.9-py2-none-any.whl (11 kB)
Collecting pycparser
Downloading pycparser-2.19.tar.gz (158 kB)
Building wheels for collected packages: bugzillatools, python-bugzilla, pycparser
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=6bdc05753d3e3ba7c228dea7e3fd12be57d352f1a5eb4998d480435d07fe3791
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.3.0-py2-none-any.whl
size=55547 sha256=2144fce12d1f8ba1ae3c0d8ca049255fa6ed08cb21e24aa43a9157b4ea11d3d2
Stored in directory:
/home/hudson/.cache/pip/wheels/85/50/3c/a9423d4c6ec6c8b0cb9a06b2788f71b6ca0a67a224616738b7
Building wheel for pycparser (setup.py): started
Building wheel for pycparser (setup.py): finished with status 'done'
Created wheel for pycparser: filename=pycparser-2.19-py2.py3-none-any.whl size=110982
sha256=7466a23d5e2e9c96a832835cfd4b28f030909dc9236602400d9b3a80b2fdcdab
Stored in directory:
/home/hudson/.cache/pip/wheels/f1/ed/ed/1cba03d3b567c6fabb01ea0e572dffecf350b7da49612d05b0
Successfully built bugzillatools python-bugzilla pycparser
ERROR: jira 2.0.0 has requirement requests>=2.10.0, but you'll have requests 2.6.0
which is incompatible.
ERROR: heat-cfntools 1.2.6 has requirement boto==2.5.2, but you'll have boto 2.34.0
which is incompatible.
ERROR: heat-cfntools 1.2.6 has requirement pbr<0.6,>=0.5.16, but you'll have pbr
5.4.4 which is incompatible.
ERROR: heat-cfntools 1.2.6 has requirement psutil<1.0, but you'll have psutil 1.2.1
which is incompatible.
Installing collected packages: bugzillatools, python-bugzilla, six, pycparser, cffi,
enum34, cryptography, pyjwt, oauthlib, requests-oauthlib, requests-toolbelt, pbr,
setuptools, defusedxml, jira, pytz, funcsigs
Successfully installed bugzillatools-0.5.5 cffi-1.14.0 cryptography-2.8 defusedxml-0.6.0
enum34-1.1.9 funcsigs-1.0.2 jira-2.0.0 oauthlib-3.1.0 pbr-5.4.4 pycparser-2.19 pyjwt-1.7.1
python-bugzilla-2.3.0 pytz-2019.3 requests-oauthlib-1.3.0 requests-toolbelt-0.9.1
setuptools-44.0.0 six-1.14.0
+ [[ -n true ]]
+ [[ true != \f\a\l\s\e ]]
+ AUTO=--auto-create
+ [[ -n '' ]]
+ START='-m 8'
+ python -W ignore bzira.py -u jiralint -p mart-milt-sedative -s
https://issues.jboss.org
-m 8 --auto-create -A -a -v --color -E
[DEBUG] Current datetime: 2020-02-25 09:29:50.831430 (UTC)
[DEBUG] xmlrpc post: {'status_whiteboard': 'RHT',
'last_change_time': '2020-02-25 01:29'}
[DEBUG] buglist get:
https://bugs.eclipse.org/bugs/buglist.cgi?status_whiteboard=RHT&chfie...
[DEBUG] Found 1 bugzillas to process
[INFO] Logging in to
https://issues.jboss.org
[DEBUG] Found 22 components and 38 versions in JIRA
[DEBUG] 545032 - [GTK] Implement native ImageLoader [Platform, SWT, [4.13 M1]]
{20200225T07:39:33} (1:50:17.831430) ->
https://bugs.eclipse.org/bugs/show_bug.cgi?id=545032
[INFO] Map: Platform / 4.13 M1 -> !_NO_VERSION_!
Query:
https://issues.jboss.org/rest/api/latest/search?jql=project+%3D+ERT+and+s...
Traceback (most recent call last):
File "bzira.py", line 645, in <module>
process(bug, createdbugs)
File "bzira.py", line 477, in process
proxyissue = lookup_proxy(options, bug)
File "bzira.py", line 122, in lookup_proxy
data = shared.jiraquery(options, "/rest/api/latest/search?" +
urllib.urlencode(payload))
File
"<https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/jbosstools-jiralint-bzira/ws/common/shared.py",>
line 14, in jiraquery
return json.load(urllib2.urlopen(request))
File "/usr/lib64/python2.7/urllib2.py", line 154, in urlopen
return opener.open(url, data, timeout)
File "/usr/lib64/python2.7/urllib2.py", line 437, in open
response = meth(req, response)
File "/usr/lib64/python2.7/urllib2.py", line 550, in http_response
'http', request, response, code, msg, hdrs)
File "/usr/lib64/python2.7/urllib2.py", line 469, in error
result = self._call_chain(*args)
File "/usr/lib64/python2.7/urllib2.py", line 409, in _call_chain
result = func(*args)
File "/usr/lib64/python2.7/urllib2.py", line 656, in http_error_302
return self.parent.open(new, timeout=req.timeout)
File "/usr/lib64/python2.7/urllib2.py", line 437, in open
response = meth(req, response)
File "/usr/lib64/python2.7/urllib2.py", line 550, in http_response
'http', request, response, code, msg, hdrs)
File "/usr/lib64/python2.7/urllib2.py", line 475, in error
return self._call_chain(*args)
File "/usr/lib64/python2.7/urllib2.py", line 409, in _call_chain
result = func(*args)
File "/usr/lib64/python2.7/urllib2.py", line 558, in http_error_default
raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
urllib2.HTTPError: HTTP Error 403:
Build step 'Execute shell' marked build as failure
[description-setter] Could not determine description.