planned Jenkins restart
by Evgheni Dereveanchin
Hi everyone,
I'll be performing a planned Jenkins restart within the next hour.
No new jobs will be scheduled during this maintenance period.
I will inform you once it is over.
Regards,
Evgheni Dereveanchin
6 years, 3 months
[oVirt Jenkins] ovirt-system-tests_he-basic-iscsi-suite-4.2 - Build
# 238 - Failure!
by jenkins@jenkins.phx.ovirt.org
Project: http://jenkins.ovirt.org/job/ovirt-system-tests_he-basic-iscsi-suite-4.2/
Build: http://jenkins.ovirt.org/job/ovirt-system-tests_he-basic-iscsi-suite-4.2/...
Build Number: 238
Build Status: Failure
Triggered By: Started by timer
-------------------------------------
Changes Since Last Success:
-------------------------------------
Changes for Build #238
[Gal Ben Haim] Allow to skip injection in reposync-builder tool
[Ondra Machacek] Remove Ruby SDK build for s390x
-----------------
Failed Tests:
-----------------
1 tests failed.
FAILED: 012_local_maintenance_sdk.local_maintenance
Error Message:
False != True after 600 seconds
-------------------- >> begin captured logging << --------------------
root: INFO: * Waiting For System Stability...
root: INFO: * Performing Deactivation...
root: INFO: * Performing Activation...
root: INFO: * Waiting For System Stability...
root: INFO: * Waiting For Maintenance...
root: INFO: * Waiting For Score...
--------------------- >> end captured logging << ---------------------
Stack Trace:
File "/usr/lib64/python2.7/unittest/case.py", line 369, in run
testMethod()
File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/usr/lib/python2.7/site-packages/ovirtlago/testlib.py", line 142, in wrapped_test
test()
File "/usr/lib/python2.7/site-packages/ovirtlago/testlib.py", line 60, in wrapper
return func(get_test_prefix(), *args, **kwargs)
File "/usr/lib/python2.7/site-packages/ovirtlago/testlib.py", line 79, in wrapper
prefix.virt_env.engine_vm().get_api(api_ver=4), *args, **kwargs
File "/usr/lib/python2.7/site-packages/ovirtlago/testlib.py", line 60, in wrapper
return func(get_test_prefix(), *args, **kwargs)
File "/home/jenkins/workspace/ovirt-system-tests_he-basic-iscsi-suite-4.2/ovirt-system-tests/he-basic-iscsi-suite-4.2/test-scenarios/012_local_maintenance_sdk.py", line 90, in local_maintenance
lambda: host_service.get(all_content=True).hosted_engine.score > 0
File "/usr/lib/python2.7/site-packages/ovirtlago/testlib.py", line 286, in assert_true_within_long
assert_equals_within_long(func, True, allowed_exceptions)
File "/usr/lib/python2.7/site-packages/ovirtlago/testlib.py", line 273, in assert_equals_within_long
func, value, LONG_TIMEOUT, allowed_exceptions=allowed_exceptions
File "/usr/lib/python2.7/site-packages/ovirtlago/testlib.py", line 252, in assert_equals_within
'%s != %s after %s seconds' % (res, value, timeout)
'False != True after 600 seconds\n-------------------- >> begin captured logging << --------------------\nroot: INFO: * Waiting For System Stability...\nroot: INFO: * Performing Deactivation...\nroot: INFO: * Performing Activation...\nroot: INFO: * Waiting For System Stability...\nroot: INFO: * Waiting For Maintenance...\nroot: INFO: * Waiting For Score...\n--------------------- >> end captured logging << ---------------------'
6 years, 3 months
Build failed in Jenkins:
system-sync_mirrors-centos-updates-el7-x86_64 #1864
by jenkins@jenkins.phx.ovirt.org
See <http://jenkins.ovirt.org/job/system-sync_mirrors-centos-updates-el7-x86_6...>
------------------------------------------
Started by timer
[EnvInject] - Loading node environment variables.
Building remotely on mirrors.phx.ovirt.org (mirrors) in workspace <http://jenkins.ovirt.org/job/system-sync_mirrors-centos-updates-el7-x86_6...>
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url http://gerrit.ovirt.org/jenkins.git # timeout=10
Cleaning workspace
> git rev-parse --verify HEAD # timeout=10
Resetting working tree
> git reset --hard # timeout=10
> git clean -fdx # timeout=10
Pruning obsolete local branches
Fetching upstream changes from http://gerrit.ovirt.org/jenkins.git
> git --version # timeout=10
> git fetch --tags --progress http://gerrit.ovirt.org/jenkins.git +refs/heads/*:refs/remotes/origin/* --prune
> git rev-parse origin/master^{commit} # timeout=10
Checking out Revision e8618a77f594da66dd957e08702fe84cd2f876ca (origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f e8618a77f594da66dd957e08702fe84cd2f876ca
Commit message: "Onboard stdci-sample-liora repo"
> git rev-list --no-walk e8618a77f594da66dd957e08702fe84cd2f876ca # timeout=10
[system-sync_mirrors-centos-updates-el7-x86_64] $ /bin/bash -xe /tmp/jenkins6004180188489504788.sh
+ jenkins/scripts/mirror_mgr.sh resync_yum_mirror centos-updates-el7 x86_64 jenkins/data/mirrors-reposync.conf
Checking if mirror needs a resync
Traceback (most recent call last):
File "/usr/bin/reposync", line 343, in <module>
main()
File "/usr/bin/reposync", line 175, in main
my.doRepoSetup()
File "/usr/lib/python2.7/site-packages/yum/__init__.py", line 681, in doRepoSetup
return self._getRepos(thisrepo, True)
File "/usr/lib/python2.7/site-packages/yum/__init__.py", line 721, in _getRepos
self._repos.doSetup(thisrepo)
File "/usr/lib/python2.7/site-packages/yum/repos.py", line 157, in doSetup
self.retrieveAllMD()
File "/usr/lib/python2.7/site-packages/yum/repos.py", line 88, in retrieveAllMD
dl = repo._async and repo._commonLoadRepoXML(repo)
File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 1474, in _commonLoadRepoXML
if self._latestRepoXML(local):
File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 1443, in _latestRepoXML
oxml = self._saveOldRepoXML(local)
File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 1300, in _saveOldRepoXML
shutil.copy2(local, old_local)
File "/usr/lib64/python2.7/shutil.py", line 131, in copy2
copystat(src, dst)
File "/usr/lib64/python2.7/shutil.py", line 98, in copystat
os.utime(dst, (st.st_atime, st.st_mtime))
OSError: [Errno 2] No such file or directory: '/home/jenkins/mirrors_cache/centos-base-el6/repomd.xml.old.tmp'
Build step 'Execute shell' marked build as failure
6 years, 3 months
[JIRA] (OVIRT-2446) Github push trigger will fail if was trigger by
a tag push
by Roy Golan (oVirt JIRA)
Roy Golan created OVIRT-2446:
--------------------------------
Summary: Github push trigger will fail if was trigger by a tag push
Key: OVIRT-2446
URL: https://ovirt-jira.atlassian.net/browse/OVIRT-2446
Project: oVirt - virtualization made easy
Issue Type: By-EMAIL
Reporter: Roy Golan
Assignee: infra
When pushing a tag to a GH it triggers the jenkins webhook. In the invoked
job,
it will try to fech a new head with that tag, but that will fail since the
repo doesn't have
a head since it is started as git init.
A breakdown from
https://jenkins.ovirt.org/job/oVirt_ovirt-openshift-extensions_standard-o...
- git init a repo
*14:57:15* > git init
/home/jenkins/workspace/oVirt_ovirt-openshift-extensions_standard-on-ghpush/ovirt-openshift-extensions
# timeout=10
- git fetch tags (maybe the problem is here as it doesn't reffer to refs/tags)
*15:35:07* [check-merged.el7.x86_64] > git fetch --tags --progress
https://gerrit.ovirt.org/jenkins +refs/heads/*:refs/remotes/origin/*
- fetch upstream changes, which is here a tag v0.3.2, so it uses
'refs/tags/v0.3.2'
*14:57:18* > git fetch --tags --progress
https://github.com/oVirt/ovirt-openshift-extensions
+refs/tags/v0.3.2:myhead
This fails with
*14:57:19* stderr: error: cannot update ref 'refs/heads/myhead':
trying to write non-commit object
3c7b5a5d243d1f3bcecbe7b527726b06113d0ec5 to branch 'refs/heads/myhead'
While in regular merge with a tag on it uses 'refs/heads/master':
*15:35:10* [check-merged.el7.x86_64] > git fetch --tags --progress
https://gerrit.ovirt.org/jenkins +refs/heads/master:myhead
Since refs/tags/v0.3.2 doesn't exist locally it can't reference it. Since
refs/heads/master exists locally it can create the alias 'myhead' to it.
I would like to have the option to push a tag and trigger a build but this
is not working atm without a commit attached to it.
--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100090)
6 years, 3 months