[jbosstools-builds] Build failed in Jenkins: jbosstools-jiralint-bzira #4398

ci-builds at redhat.com ci-builds at redhat.com
Tue Aug 2 22:25:06 EDT 2016


See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-jiralint-bzira/4398/>

------------------------------------------
Started by timer
[EnvInject] - Loading node environment variables.
Building remotely on dev176-rhel6-x86_64 (jboss-prod-bos jboss-prod) in workspace <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-jiralint-bzira/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url git://github.com/maxandersen/jiralint.git # timeout=10
Fetching upstream changes from git://github.com/maxandersen/jiralint.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress git://github.com/maxandersen/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 a2d4f034120d8454c879ff89f137d3e74b6647b9 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a2d4f034120d8454c879ff89f137d3e74b6647b9
 > git rev-list a2d4f034120d8454c879ff89f137d3e74b6647b9 # timeout=10
 > git tag -a -f -m Jenkins Build #4398 jenkins-jbosstools-jiralint-bzira-4398 # timeout=10
[jbosstools-jiralint-bzira] $ bash -xe /tmp/hudson2537771818857593972.sh
+ export JIRA_USER=jiralint
+ JIRA_USER=jiralint
+ export JIRA_PWD=drauc3er
+ JIRA_PWD=drauc3er
+ python -V
Python 2.6.6
+ [[ ! -x /home/hudson/.local/bin/pip ]]
+ PATH=/qa/tools/opt/amd64/jdk1.8.0_last/bin:/qa/tools/opt/apache-ant-1.8.1/bin:/qa/tools/opt/maven3-latest/bin:/qa/tools/opt/node-latest/bin:/qa/tools/opt/amd64/jdk1.8.0_last/bin:/usr/xpg4/bin:/usr/xpg4/bin:/usr/xpg4/bin:/usr/xpg4/bin:/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/hudson/bin:/home/hudson/.local/bin
+ pip install --upgrade --user bugzilla bugzillatools python-bugzilla jira pytz
DEPRECATION: Python 2.6 is no longer supported by the Python core team, please upgrade your Python. A future version of pip will drop support for Python 2.6
/home/hudson/.local/lib/python2.6/site-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:315: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#snimissingwarning.
  SNIMissingWarning
/home/hudson/.local/lib/python2.6/site-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:120: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.
  InsecurePlatformWarning
Requirement already up-to-date: bugzilla in /qa/services/hudson/.local/lib/python2.6/site-packages
Requirement already up-to-date: bugzillatools in /qa/services/hudson/.local/lib/python2.6/site-packages
Requirement already up-to-date: python-bugzilla in /qa/services/hudson/.local/lib/python2.6/site-packages
Requirement already up-to-date: jira in /qa/services/hudson/.local/lib/python2.6/site-packages
Requirement already up-to-date: pytz in /qa/services/hudson/.local/lib/python2.6/site-packages
Requirement already up-to-date: requests in /qa/services/hudson/.local/lib/python2.6/site-packages (from python-bugzilla)
Requirement already up-to-date: six>=1.9.0 in /qa/services/hudson/.local/lib/python2.6/site-packages (from jira)
Requirement already up-to-date: requests-oauthlib>=0.3.3 in /qa/services/hudson/.local/lib/python2.6/site-packages (from jira)
Requirement already up-to-date: requests-toolbelt in /qa/services/hudson/.local/lib/python2.6/site-packages (from jira)
Requirement already up-to-date: tlslite>=0.4.4 in /qa/services/hudson/.local/lib/python2.6/site-packages (from jira)
Requirement already up-to-date: oauthlib>=0.6.2 in /qa/services/hudson/.local/lib/python2.6/site-packages (from requests-oauthlib>=0.3.3->jira)
You are using pip version 8.0.2, however version 8.1.2 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
+ [[ -n true ]]
+ [[ true != \f\a\l\s\e ]]
+ AUTO=--auto-create
+ [[ -n '' ]]
+ START='-m 8'
+ python -W ignore bzira.py -u jiralint -p drauc3er -s https://issues.jboss.org -m 8 --auto-create -A -a -v --color
[DEBUG] Current datetime: 2016-08-03 02:25:04.999814 (UTC)

[DEBUG] xmlrpc post: {'status_whiteboard': 'RHT', 'last_change_time': '2016-08-02 18:25'}
[DEBUG] buglist get: https://bugs.eclipse.org/bugs/buglist.cgi?status_whiteboard=RHT&chfieldfrom=2016-08-02+18:25
Traceback (most recent call last):
  File "bzira.py", line 488, in <module>
    issues = bz.query(queryobj)
  File "/home/hudson/.local/lib/python2.6/site-packages/bugzilla/base.py", line 1203, in query
    r = self._query(query)
  File "/home/hudson/.local/lib/python2.6/site-packages/bugzilla/base.py", line 1194, in _query
    return self._proxy.Bug.search(query)
  File "/usr/lib64/python2.6/xmlrpclib.py", line 1199, in __call__
    return self.__send(self.__name, args)
  File "/home/hudson/.local/lib/python2.6/site-packages/bugzilla/base.py", line 168, in _ServerProxy__request
    ret = ServerProxy._ServerProxy__request(self, methodname, params)
  File "/usr/lib64/python2.6/xmlrpclib.py", line 1489, in __request
    verbose=self.__verbose
  File "/home/hudson/.local/lib/python2.6/site-packages/bugzilla/base.py", line 259, in request
    return self._request_helper(url, request_body)
  File "/home/hudson/.local/lib/python2.6/site-packages/bugzilla/base.py", line 245, in _request_helper
    raise sys.exc_info()[1]
xmlrpclib.Fault: <Fault Client: "\nCan't connect to the database.\nError: Too many connections\n  Is your database installed and up and running?\n  Do you have the correct username and password selected in localconfig?\n\n">
Build step 'Execute shell' marked build as failure
Checking console output
[description-setter] Could not determine description.


More information about the jbosstools-builds mailing list