handbox team mailing list archive
-
handbox team
-
Mailing list archive
-
Message #00024
[Bug 1465679] Re: [CI] Changes applied to not master
** Description changed:
- Integration tests run on patch and not master branch.
+ Integration tests run(when retriggered) on patch and not master branch.
TRACE:
Retriggered by user esikachev for Gerrit: http://25.43.161.141:8778/99
Notifying endpoint 'HTTP:https://webhooks.gitter.im/e/eab17e4cb3076b824014'
Building in workspace /var/lib/jenkins/jobs/shellper-integration/workspace
- > git rev-parse --is-inside-work-tree # timeout=10
+ > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
- > git config remote.origin.url http://25.43.161.141:8778/shellper # timeout=10
+ > git config remote.origin.url http://25.43.161.141:8778/shellper # timeout=10
Fetching upstream changes from http://25.43.161.141:8778/shellper
- > git --version # timeout=10
- > git -c core.askpass=true fetch --tags --progress http://25.43.161.141:8778/shellper refs/changes/99/99/1
- > git rev-parse origin/FETCH_HEAD^{commit} # timeout=10
- > git rev-parse FETCH_HEAD^{commit} # timeout=10
+ > git --version # timeout=10
+ > git -c core.askpass=true fetch --tags --progress http://25.43.161.141:8778/shellper refs/changes/99/99/1
+ > git rev-parse origin/FETCH_HEAD^{commit} # timeout=10
+ > git rev-parse FETCH_HEAD^{commit} # timeout=10
Checking out Revision 78f1e3bb601cda557ecc3047275f3bccf2f219f9 (FETCH_HEAD)
- > git config core.sparsecheckout # timeout=10
- > git checkout -f 78f1e3bb601cda557ecc3047275f3bccf2f219f9
- > git rev-list 78f1e3bb601cda557ecc3047275f3bccf2f219f9 # timeout=10
+ > git config core.sparsecheckout # timeout=10
+ > git checkout -f 78f1e3bb601cda557ecc3047275f3bccf2f219f9
+ > git rev-list 78f1e3bb601cda557ecc3047275f3bccf2f219f9 # timeout=10
[workspace] $ /bin/sh -xe /tmp/hudson8413252701036957217.sh
+ rm -rf .tox/integration
+ + toxtee -e integration integration.log etc/template.yaml
integration create: /var/lib/jenkins/jobs/shellper-integration/workspace/.tox/integration
integration installdeps: -r/var/lib/jenkins/jobs/shellper-integration/workspace/requirements.txt, -r/var/lib/jenkins/jobs/shellper-integration/workspace/test-requirements.txt
integration develop-inst: /var/lib/jenkins/jobs/shellper-integration/workspace
integration runtests: PYTHONHASHSEED='2735046610'
integration runtests: commands[0] | python /var/lib/jenkins/jobs/shellper-integration/workspace/shellper/tests/integration/runner.py etc/template.yaml
Traceback (most recent call last):
- File "/var/lib/jenkins/jobs/shellper-integration/workspace/shellper/tests/integration/runner.py", line 8, in <module>
- tests_scenarios()
- File "/var/lib/jenkins/jobs/shellper-integration/workspace/shellper/tests/integration/runner.py", line 5, in tests_scenarios
- clde.TestCreateListDeleteEvent().scenario()
- File "/var/lib/jenkins/jobs/shellper-integration/workspace/shellper/tests/integration/test_create_delete_event.py", line 14, in scenario
- self.create_event(self.config)
- File "/var/lib/jenkins/jobs/shellper-integration/workspace/shellper/tests/integration/test_create_delete_event.py", line 33, in create_event
- self.calendar.create_event(event))
- File "/var/lib/jenkins/jobs/shellper-integration/workspace/shellper/base.py", line 112, in create_event
- body=event).execute()
- File "/var/lib/jenkins/jobs/shellper-integration/workspace/.tox/integration/local/lib/python2.7/site-packages/oauth2client/util.py", line 137, in positional_wrapper
- return wrapped(*args, **kwargs)
- File "/var/lib/jenkins/jobs/shellper-integration/workspace/.tox/integration/local/lib/python2.7/site-packages/googleapiclient/http.py", line 722, in execute
- body=self.body, headers=self.headers)
- File "/var/lib/jenkins/jobs/shellper-integration/workspace/.tox/integration/local/lib/python2.7/site-packages/oauth2client/util.py", line 137, in positional_wrapper
- return wrapped(*args, **kwargs)
- File "/var/lib/jenkins/jobs/shellper-integration/workspace/.tox/integration/local/lib/python2.7/site-packages/oauth2client/client.py", line 573, in new_request
- self._refresh(request_orig)
- File "/var/lib/jenkins/jobs/shellper-integration/workspace/.tox/integration/local/lib/python2.7/site-packages/oauth2client/client.py", line 781, in _refresh
- self._do_refresh_request(http_request)
- File "/var/lib/jenkins/jobs/shellper-integration/workspace/.tox/integration/local/lib/python2.7/site-packages/oauth2client/client.py", line 834, in _do_refresh_request
- raise AccessTokenRefreshError(error_msg)
+ File "/var/lib/jenkins/jobs/shellper-integration/workspace/shellper/tests/integration/runner.py", line 8, in <module>
+ tests_scenarios()
+ File "/var/lib/jenkins/jobs/shellper-integration/workspace/shellper/tests/integration/runner.py", line 5, in tests_scenarios
+ clde.TestCreateListDeleteEvent().scenario()
+ File "/var/lib/jenkins/jobs/shellper-integration/workspace/shellper/tests/integration/test_create_delete_event.py", line 14, in scenario
+ self.create_event(self.config)
+ File "/var/lib/jenkins/jobs/shellper-integration/workspace/shellper/tests/integration/test_create_delete_event.py", line 33, in create_event
+ self.calendar.create_event(event))
+ File "/var/lib/jenkins/jobs/shellper-integration/workspace/shellper/base.py", line 112, in create_event
+ body=event).execute()
+ File "/var/lib/jenkins/jobs/shellper-integration/workspace/.tox/integration/local/lib/python2.7/site-packages/oauth2client/util.py", line 137, in positional_wrapper
+ return wrapped(*args, **kwargs)
+ File "/var/lib/jenkins/jobs/shellper-integration/workspace/.tox/integration/local/lib/python2.7/site-packages/googleapiclient/http.py", line 722, in execute
+ body=self.body, headers=self.headers)
+ File "/var/lib/jenkins/jobs/shellper-integration/workspace/.tox/integration/local/lib/python2.7/site-packages/oauth2client/util.py", line 137, in positional_wrapper
+ return wrapped(*args, **kwargs)
+ File "/var/lib/jenkins/jobs/shellper-integration/workspace/.tox/integration/local/lib/python2.7/site-packages/oauth2client/client.py", line 573, in new_request
+ self._refresh(request_orig)
+ File "/var/lib/jenkins/jobs/shellper-integration/workspace/.tox/integration/local/lib/python2.7/site-packages/oauth2client/client.py", line 781, in _refresh
+ self._do_refresh_request(http_request)
+ File "/var/lib/jenkins/jobs/shellper-integration/workspace/.tox/integration/local/lib/python2.7/site-packages/oauth2client/client.py", line 834, in _do_refresh_request
+ raise AccessTokenRefreshError(error_msg)
oauth2client.client.AccessTokenRefreshError: invalid_grant
ERROR: InvocationError: '/var/lib/jenkins/jobs/shellper-integration/workspace/.tox/integration/bin/python /var/lib/jenkins/jobs/shellper-integration/workspace/shellper/tests/integration/runner.py etc/template.yaml'
___________________________________ summary ____________________________________
ERROR: integration: commands failed
+ cat integration.log
+ grep integration: commands
+ cut -d -f 1
+ rev
+ rev
+ STATUS=failed
+ echo BUILD: failed
+ mail -s HandBox unittest difmel@xxxxxxxxx
+ rm integration.log
+ [ failed != succeeded ]
+ exit 1
Process leaked file descriptors. See http://wiki.jenkins-ci.org/display/JENKINS/Spawning+processes+from+build for more information
Build step 'Execute shell' marked build as failure
Notifying endpoint 'HTTP:https://webhooks.gitter.im/e/eab17e4cb3076b824014'
Finished: FAILURE
** Description changed:
- Integration tests run(when retriggered) on patch and not master branch.
+ Integration tests run(old patch, when retriggered) on patch and not
+ master branch.
TRACE:
Retriggered by user esikachev for Gerrit: http://25.43.161.141:8778/99
Notifying endpoint 'HTTP:https://webhooks.gitter.im/e/eab17e4cb3076b824014'
Building in workspace /var/lib/jenkins/jobs/shellper-integration/workspace
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url http://25.43.161.141:8778/shellper # timeout=10
Fetching upstream changes from http://25.43.161.141:8778/shellper
> git --version # timeout=10
> git -c core.askpass=true fetch --tags --progress http://25.43.161.141:8778/shellper refs/changes/99/99/1
> git rev-parse origin/FETCH_HEAD^{commit} # timeout=10
> git rev-parse FETCH_HEAD^{commit} # timeout=10
Checking out Revision 78f1e3bb601cda557ecc3047275f3bccf2f219f9 (FETCH_HEAD)
> git config core.sparsecheckout # timeout=10
> git checkout -f 78f1e3bb601cda557ecc3047275f3bccf2f219f9
> git rev-list 78f1e3bb601cda557ecc3047275f3bccf2f219f9 # timeout=10
[workspace] $ /bin/sh -xe /tmp/hudson8413252701036957217.sh
+ rm -rf .tox/integration
+ + toxtee -e integration integration.log etc/template.yaml
integration create: /var/lib/jenkins/jobs/shellper-integration/workspace/.tox/integration
integration installdeps: -r/var/lib/jenkins/jobs/shellper-integration/workspace/requirements.txt, -r/var/lib/jenkins/jobs/shellper-integration/workspace/test-requirements.txt
integration develop-inst: /var/lib/jenkins/jobs/shellper-integration/workspace
integration runtests: PYTHONHASHSEED='2735046610'
integration runtests: commands[0] | python /var/lib/jenkins/jobs/shellper-integration/workspace/shellper/tests/integration/runner.py etc/template.yaml
Traceback (most recent call last):
File "/var/lib/jenkins/jobs/shellper-integration/workspace/shellper/tests/integration/runner.py", line 8, in <module>
tests_scenarios()
File "/var/lib/jenkins/jobs/shellper-integration/workspace/shellper/tests/integration/runner.py", line 5, in tests_scenarios
clde.TestCreateListDeleteEvent().scenario()
File "/var/lib/jenkins/jobs/shellper-integration/workspace/shellper/tests/integration/test_create_delete_event.py", line 14, in scenario
self.create_event(self.config)
File "/var/lib/jenkins/jobs/shellper-integration/workspace/shellper/tests/integration/test_create_delete_event.py", line 33, in create_event
self.calendar.create_event(event))
File "/var/lib/jenkins/jobs/shellper-integration/workspace/shellper/base.py", line 112, in create_event
body=event).execute()
File "/var/lib/jenkins/jobs/shellper-integration/workspace/.tox/integration/local/lib/python2.7/site-packages/oauth2client/util.py", line 137, in positional_wrapper
return wrapped(*args, **kwargs)
File "/var/lib/jenkins/jobs/shellper-integration/workspace/.tox/integration/local/lib/python2.7/site-packages/googleapiclient/http.py", line 722, in execute
body=self.body, headers=self.headers)
File "/var/lib/jenkins/jobs/shellper-integration/workspace/.tox/integration/local/lib/python2.7/site-packages/oauth2client/util.py", line 137, in positional_wrapper
return wrapped(*args, **kwargs)
File "/var/lib/jenkins/jobs/shellper-integration/workspace/.tox/integration/local/lib/python2.7/site-packages/oauth2client/client.py", line 573, in new_request
self._refresh(request_orig)
File "/var/lib/jenkins/jobs/shellper-integration/workspace/.tox/integration/local/lib/python2.7/site-packages/oauth2client/client.py", line 781, in _refresh
self._do_refresh_request(http_request)
File "/var/lib/jenkins/jobs/shellper-integration/workspace/.tox/integration/local/lib/python2.7/site-packages/oauth2client/client.py", line 834, in _do_refresh_request
raise AccessTokenRefreshError(error_msg)
oauth2client.client.AccessTokenRefreshError: invalid_grant
ERROR: InvocationError: '/var/lib/jenkins/jobs/shellper-integration/workspace/.tox/integration/bin/python /var/lib/jenkins/jobs/shellper-integration/workspace/shellper/tests/integration/runner.py etc/template.yaml'
___________________________________ summary ____________________________________
ERROR: integration: commands failed
+ cat integration.log
+ grep integration: commands
+ cut -d -f 1
+ rev
+ rev
+ STATUS=failed
+ echo BUILD: failed
+ mail -s HandBox unittest difmel@xxxxxxxxx
+ rm integration.log
+ [ failed != succeeded ]
+ exit 1
Process leaked file descriptors. See http://wiki.jenkins-ci.org/display/JENKINS/Spawning+processes+from+build for more information
Build step 'Execute shell' marked build as failure
Notifying endpoint 'HTTP:https://webhooks.gitter.im/e/eab17e4cb3076b824014'
Finished: FAILURE
--
You received this bug notification because you are a member of handbox,
which is subscribed to shellper.
Matching subscriptions: bugs
https://bugs.launchpad.net/bugs/1465679
Title:
[CI] Changes applied to not master
Status in Shellper - personal helper:
Confirmed
Bug description:
Integration tests run(old patch, when retriggered) on patch and not
master branch.
TRACE:
Retriggered by user esikachev for Gerrit: http://25.43.161.141:8778/99
Notifying endpoint 'HTTP:https://webhooks.gitter.im/e/eab17e4cb3076b824014'
Building in workspace /var/lib/jenkins/jobs/shellper-integration/workspace
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url http://25.43.161.141:8778/shellper # timeout=10
Fetching upstream changes from http://25.43.161.141:8778/shellper
> git --version # timeout=10
> git -c core.askpass=true fetch --tags --progress http://25.43.161.141:8778/shellper refs/changes/99/99/1
> git rev-parse origin/FETCH_HEAD^{commit} # timeout=10
> git rev-parse FETCH_HEAD^{commit} # timeout=10
Checking out Revision 78f1e3bb601cda557ecc3047275f3bccf2f219f9 (FETCH_HEAD)
> git config core.sparsecheckout # timeout=10
> git checkout -f 78f1e3bb601cda557ecc3047275f3bccf2f219f9
> git rev-list 78f1e3bb601cda557ecc3047275f3bccf2f219f9 # timeout=10
[workspace] $ /bin/sh -xe /tmp/hudson8413252701036957217.sh
+ rm -rf .tox/integration
+ + toxtee -e integration integration.log etc/template.yaml
integration create: /var/lib/jenkins/jobs/shellper-integration/workspace/.tox/integration
integration installdeps: -r/var/lib/jenkins/jobs/shellper-integration/workspace/requirements.txt, -r/var/lib/jenkins/jobs/shellper-integration/workspace/test-requirements.txt
integration develop-inst: /var/lib/jenkins/jobs/shellper-integration/workspace
integration runtests: PYTHONHASHSEED='2735046610'
integration runtests: commands[0] | python /var/lib/jenkins/jobs/shellper-integration/workspace/shellper/tests/integration/runner.py etc/template.yaml
Traceback (most recent call last):
File "/var/lib/jenkins/jobs/shellper-integration/workspace/shellper/tests/integration/runner.py", line 8, in <module>
tests_scenarios()
File "/var/lib/jenkins/jobs/shellper-integration/workspace/shellper/tests/integration/runner.py", line 5, in tests_scenarios
clde.TestCreateListDeleteEvent().scenario()
File "/var/lib/jenkins/jobs/shellper-integration/workspace/shellper/tests/integration/test_create_delete_event.py", line 14, in scenario
self.create_event(self.config)
File "/var/lib/jenkins/jobs/shellper-integration/workspace/shellper/tests/integration/test_create_delete_event.py", line 33, in create_event
self.calendar.create_event(event))
File "/var/lib/jenkins/jobs/shellper-integration/workspace/shellper/base.py", line 112, in create_event
body=event).execute()
File "/var/lib/jenkins/jobs/shellper-integration/workspace/.tox/integration/local/lib/python2.7/site-packages/oauth2client/util.py", line 137, in positional_wrapper
return wrapped(*args, **kwargs)
File "/var/lib/jenkins/jobs/shellper-integration/workspace/.tox/integration/local/lib/python2.7/site-packages/googleapiclient/http.py", line 722, in execute
body=self.body, headers=self.headers)
File "/var/lib/jenkins/jobs/shellper-integration/workspace/.tox/integration/local/lib/python2.7/site-packages/oauth2client/util.py", line 137, in positional_wrapper
return wrapped(*args, **kwargs)
File "/var/lib/jenkins/jobs/shellper-integration/workspace/.tox/integration/local/lib/python2.7/site-packages/oauth2client/client.py", line 573, in new_request
self._refresh(request_orig)
File "/var/lib/jenkins/jobs/shellper-integration/workspace/.tox/integration/local/lib/python2.7/site-packages/oauth2client/client.py", line 781, in _refresh
self._do_refresh_request(http_request)
File "/var/lib/jenkins/jobs/shellper-integration/workspace/.tox/integration/local/lib/python2.7/site-packages/oauth2client/client.py", line 834, in _do_refresh_request
raise AccessTokenRefreshError(error_msg)
oauth2client.client.AccessTokenRefreshError: invalid_grant
ERROR: InvocationError: '/var/lib/jenkins/jobs/shellper-integration/workspace/.tox/integration/bin/python /var/lib/jenkins/jobs/shellper-integration/workspace/shellper/tests/integration/runner.py etc/template.yaml'
___________________________________ summary ____________________________________
ERROR: integration: commands failed
+ cat integration.log
+ grep integration: commands
+ cut -d -f 1
+ rev
+ rev
+ STATUS=failed
+ echo BUILD: failed
+ mail -s HandBox unittest difmel@xxxxxxxxx
+ rm integration.log
+ [ failed != succeeded ]
+ exit 1
Process leaked file descriptors. See http://wiki.jenkins-ci.org/display/JENKINS/Spawning+processes+from+build for more information
Build step 'Execute shell' marked build as failure
Notifying endpoint 'HTTP:https://webhooks.gitter.im/e/eab17e4cb3076b824014'
Finished: FAILURE
To manage notifications about this bug go to:
https://bugs.launchpad.net/shellper/+bug/1465679/+subscriptions
References