Build failed in Jenkins:
system-sync_mirrors-centos-powertools-el8-x86_64 #7
by jenkins@jenkins.phx.ovirt.org
See <https://jenkins.ovirt.org/job/system-sync_mirrors-centos-powertools-el8-x...>
Changes:
------------------------------------------
Started by user Evgheni Dereveanchin
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on mirrors.phx.ovirt.org (mirrors) in workspace <https://jenkins.ovirt.org/job/system-sync_mirrors-centos-powertools-el8-x...>
No credentials specified
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://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 https://gerrit.ovirt.org/jenkins.git
> git --version # timeout=10
> git fetch --tags --progress --prune https://gerrit.ovirt.org/jenkins.git refs/changes/47/109047/1:ederevea # timeout=10
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from https://gerrit.ovirt.org/jenkins.git
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:909)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1131)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1167)
at hudson.scm.SCM.checkout(SCM.java:505)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1206)
at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
at hudson.model.Run.execute(Run.java:1856)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:97)
at hudson.model.Executor.run(Executor.java:428)
Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --progress --prune https://gerrit.ovirt.org/jenkins.git refs/changes/47/109047/1:ederevea" returned status code 1:
stdout:
stderr: remote: Counting objects: 1 remote: Counting objects: 61, done
remote: Finding sources: 2% (1/47) remote: Finding sources: 4% (2/47) remote: Finding sources: 6% (3/47) remote: Finding sources: 8% (4/47) remote: Finding sources: 10% (5/47) remote: Finding sources: 12% (6/47) remote: Finding sources: 14% (7/47) remote: Finding sources: 17% (8/47) remote: Finding sources: 19% (9/47) remote: Finding sources: 21% (10/47) remote: Finding sources: 23% (11/47) remote: Finding sources: 25% (12/47) remote: Finding sources: 27% (13/47) remote: Finding sources: 29% (14/47) remote: Finding sources: 31% (15/47) remote: Finding sources: 34% (16/47) remote: Finding sources: 36% (17/47) remote: Finding sources: 38% (18/47) remote: Finding sources: 40% (19/47) remote: Finding sources: 42% (20/47) remote: Finding sources: 44% (21/47) remote: Finding sources: 46% (22/47) remote: Finding sources: 48% (23/47) remote: Finding sources: 51% (24/47) remote: Finding sources: 53% (25/47) remote: Finding sources: 55% (26/47) remote: Finding sources: 57% (27/47) remote: Finding sources: 59% (28/47) remote: Finding sources: 61% (29/47) remote: Finding sources: 63% (30/47) remote: Finding sources: 65% (31/47) remote: Finding sources: 68% (32/47) remote: Finding sources: 70% (33/47) remote: Finding sources: 72% (34/47) remote: Finding sources: 74% (35/47) remote: Finding sources: 76% (36/47) remote: Finding sources: 78% (37/47) remote: Finding sources: 80% (38/47) remote: Finding sources: 82% (39/47) remote: Finding sources: 85% (40/47) remote: Finding sources: 87% (41/47) remote: Finding sources: 89% (42/47) remote: Finding sources: 91% (43/47) remote: Finding sources: 93% (44/47) remote: Finding sources: 95% (45/47) remote: Finding sources: 97% (46/47) remote: Finding sources: 100% (47/47) remote: Finding sources: 100% (47/47)
remote: Total 47 (delta 13), reused 35 (delta 13)
From https://gerrit.ovirt.org/jenkins
! [rejected] refs/changes/47/109047/1 -> ederevea (non-fast-forward)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2430)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:2044)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$500(CliGitAPIImpl.java:81)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:569)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:161)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:154)
at hudson.remoting.UserRequest.perform(UserRequest.java:211)
at hudson.remoting.UserRequest.perform(UserRequest.java:54)
at hudson.remoting.Request$2.run(Request.java:369)
at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to mirrors.phx.ovirt.org
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1788)
at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
at hudson.remoting.Channel.call(Channel.java:998)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
at sun.reflect.GeneratedMethodAccessor933.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
at com.sun.proxy.$Proxy90.execute(Unknown Source)
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:907)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1131)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1167)
at hudson.scm.SCM.checkout(SCM.java:505)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1206)
at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
at hudson.model.Run.execute(Run.java:1856)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:97)
at hudson.model.Executor.run(Executor.java:428)
ERROR: Error fetching remote repo 'origin'
4 years, 4 months
[oVirt Jenkins] ovirt-system-tests_basic-suite-master_nightly -
Build # 115 - Failure!
by jenkins@jenkins.phx.ovirt.org
Project: https://jenkins.ovirt.org/job/ovirt-system-tests_basic-suite-master_nightly/
Build: https://jenkins.ovirt.org/job/ovirt-system-tests_basic-suite-master_night...
Build Number: 115
Build Status: Failure
Triggered By: Started by timer
-------------------------------------
Changes Since Last Success:
-------------------------------------
Changes for Build #115
[Michal Skrivanek] use // in glance URL
-----------------
Failed Tests:
-----------------
1 tests failed.
FAILED: basic-suite-master.test-scenarios.002_bootstrap_pytest.test_download_engine_certs
Error Message:
AssertionError: False != True after 180 seconds
Stack Trace:
prefix = <ovirtlago.prefix.OvirtPrefix object at 0x7f4e2aed7590>
@order_by(_TEST_LIST)
def test_download_engine_certs(prefix):
engine_ip = prefix.virt_env.engine_vm().ip()
engine_base_url = '/ovirt-engine/services/pki-resource?resource=ca-certificate&format='
engine_ca_url = engine_base_url + 'X509-PEM-CA'
engine_ssh_url = engine_base_url + 'OPENSSH-PUBKEY'
# We use an unverified connection, as L0 host cannot resolve '...engine.lago.local'
conn = http_client.HTTPSConnection(engine_ip, context=ssl._create_unverified_context())
def _download_file(url, path=None, compare_string=None):
conn.request("GET", url)
resp = conn.getresponse()
if resp.status != 200:
return False
data = resp.read()
if path:
with open(path, 'wb') as outfile:
outfile.write(data)
if compare_string:
assert data == compare_string
return True
testlib.assert_true_within_short(
lambda: _download_file(engine_ca_url, 'engine-ca.pem')
)
# TODO: verify certificate. Either use it, or run:
# 'openssl x509 -in engine-ca.pem -text -noout'
testlib.assert_true_within_short(
lambda: _download_file(engine_ssh_url, 'engine-rsa.pub')
)
# TODO: verify public key. Either use it, or run:
# 'ssh-keygen -l -f engine-rsa.pub'
healthy = b"DB Up!Welcome to Health Status!"
testlib.assert_true_within_short(
> lambda: _download_file('/ovirt-engine/services/health', path=None, compare_string=healthy)
)
../basic-suite-master/test-scenarios/002_bootstrap_pytest.py:1381:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python2.7/site-packages/ovirtlago/testlib.py:282: in assert_true_within_short
assert_equals_within_short(func, True, allowed_exceptions)
/usr/lib/python2.7/site-packages/ovirtlago/testlib.py:266: in assert_equals_within_short
func, value, SHORT_TIMEOUT, allowed_exceptions=allowed_exceptions
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
func = <function <lambda> at 0x7f4e2ad10140>, value = True, timeout = 180
allowed_exceptions = [], initial_wait = 0
def assert_equals_within(
func, value, timeout, allowed_exceptions=None, initial_wait=10
):
allowed_exceptions = allowed_exceptions or []
with utils.EggTimer(timeout) as timer:
while not timer.elapsed():
try:
res = func()
if res == value:
return
except Exception as exc:
if _instance_of_any(exc, allowed_exceptions):
time.sleep(3)
continue
LOGGER.exception("Unhandled exception in %s", func)
raise
if initial_wait == 0:
time.sleep(3)
else:
time.sleep(initial_wait)
initial_wait = 0
try:
raise AssertionError(
> '%s != %s after %s seconds' % (res, value, timeout)
)
E AssertionError: False != True after 180 seconds
/usr/lib/python2.7/site-packages/ovirtlago/testlib.py:252: AssertionError
4 years, 4 months
[JIRA] (OVIRT-2965) Vdsm CI for el8 is broken
by Nir Soffer (oVirt JIRA)
[ https://ovirt-jira.atlassian.net/browse/OVIRT-2965?page=com.atlassian.jir... ]
Nir Soffer commented on OVIRT-2965:
-----------------------------------
On Sun, Jun 21, 2020 at 1:18 PM Amit Bawer <abawer(a)redhat.com> wrote:
>
> Hi
>
> Seems that in the last few days the el8 CI for vdsm cannot run, were there any el8 repo changes?
>
> [2020-06-21T09:20:03.003Z] Mock Version: 2.2
> [2020-06-21T09:20:03.003Z] INFO: Mock Version: 2.2
> [2020-06-21T09:20:03.987Z] Start: dnf install
> [2020-06-21T09:20:12.326Z] ERROR: Command failed:
> [2020-06-21T09:20:12.326Z] # /usr/bin/dnf --installroot /var/lib/mock/epel-8-x86_64-8e9eeb575ab4da7bf0fbfdc80a25b9c0-30232/root/ --releasever 8 --setopt=deltarpm=False --allowerasing --disableplugin=local --disableplugin=spacewalk --disableplugin=local --disableplugin=spacewalk install dnf tar gcc-c++ redhat-rpm-config which xz sed make bzip2 gzip gcc coreutils unzip shadow-utils diffutils cpio bash gawk rpm-build info patch util-linux findutils grep python36 autoconf automake createrepo dnf dnf-utils e2fsprogs gcc gdb git iproute-tc iscsi-initiator-utils libguestfs-tools-c lshw make openvswitch ovirt-imageio-common python3-augeas python3-blivet python3-coverage python3-dateutil python3-dbus python3-decorator python3-devel python3-dmidecode python3-inotify python3-ioprocess-1.4.1 python3-libselinux python3-libvirt python3-magic python3-netaddr python3-nose python3-pip python3-policycoreutils python3-pyyaml python3-requests python3-sanlock python3-six python3-yaml rpm-build rpmlint sanlock sudo systemd-udev xfsprogs --setopt=tsflags=nocontexts
> [2020-06-21T09:20:12.326Z] No matches found for the following disable plugin patterns: local, spacewalk
> [2020-06-21T09:20:12.326Z] Last metadata expiration check: 0:00:02 ago on Sun Jun 21 09:20:07 2020.
> [2020-06-21T09:20:12.326Z] No match for argument: openvswitch
> [2020-06-21T09:20:12.326Z] Error: Unable to find a match: openvswitch
>
> Taken from https://jenkins.ovirt.org/job/vdsm_standard-check-patch/21966/consoleText
I think this is a result of trying to move to CentOS 8.2 before all
the packages are
ready.
Please use Travis until this issue is resolved. You should use it
anyway for storage
patches.
Nir
> Vdsm CI for el8 is broken
> -------------------------
>
> Key: OVIRT-2965
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-2965
> Project: oVirt - virtualization made easy
> Issue Type: By-EMAIL
> Reporter: Amit Bawer
> Assignee: infra
>
> Hi
> Seems that in the last few days the el8 CI for vdsm cannot run, were there
> any el8 repo changes?
> [2020-06-21T09:20:03.003Z] Mock Version: 2.2
> [2020-06-21T09:20:03.003Z] INFO: Mock Version: 2.2
> [2020-06-21T09:20:03.987Z] Start: dnf install
> [2020-06-21T09:20:12.326Z] ERROR: Command failed:
> [2020-06-21T09:20:12.326Z] # /usr/bin/dnf --installroot
> /var/lib/mock/epel-8-x86_64-8e9eeb575ab4da7bf0fbfdc80a25b9c0-30232/root/
> --releasever 8 --setopt=deltarpm=False --allowerasing --disableplugin=local
> --disableplugin=spacewalk --disableplugin=local --disableplugin=spacewalk
> install dnf tar gcc-c++ redhat-rpm-config which xz sed make bzip2 gzip gcc
> coreutils unzip shadow-utils diffutils cpio bash gawk rpm-build info patch
> util-linux findutils grep python36 autoconf automake createrepo dnf
> dnf-utils e2fsprogs gcc gdb git iproute-tc iscsi-initiator-utils
> libguestfs-tools-c lshw make openvswitch ovirt-imageio-common
> python3-augeas python3-blivet python3-coverage python3-dateutil
> python3-dbus python3-decorator python3-devel python3-dmidecode
> python3-inotify python3-ioprocess-1.4.1 python3-libselinux python3-libvirt
> python3-magic python3-netaddr python3-nose python3-pip
> python3-policycoreutils python3-pyyaml python3-requests python3-sanlock
> python3-six python3-yaml rpm-build rpmlint sanlock sudo systemd-udev
> xfsprogs --setopt=tsflags=nocontexts
> [2020-06-21T09:20:12.326Z] No matches found for the following disable
> plugin patterns: local, spacewalk
> [2020-06-21T09:20:12.326Z] Last metadata expiration check: 0:00:02 ago on
> Sun Jun 21 09:20:07 2020.
> [2020-06-21T09:20:12.326Z] No match for argument: openvswitch
> [2020-06-21T09:20:12.326Z] Error: Unable to find a match: openvswitch
> Taken from
> https://jenkins.ovirt.org/job/vdsm_standard-check-patch/21966/consoleText
> Thanks
--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100130)
4 years, 5 months
[JIRA] (OVIRT-2965) Vdsm CI for el8 is broken
by Amit Bawer (oVirt JIRA)
Amit Bawer created OVIRT-2965:
---------------------------------
Summary: Vdsm CI for el8 is broken
Key: OVIRT-2965
URL: https://ovirt-jira.atlassian.net/browse/OVIRT-2965
Project: oVirt - virtualization made easy
Issue Type: By-EMAIL
Reporter: Amit Bawer
Assignee: infra
Hi
Seems that in the last few days the el8 CI for vdsm cannot run, were there
any el8 repo changes?
[2020-06-21T09:20:03.003Z] Mock Version: 2.2
[2020-06-21T09:20:03.003Z] INFO: Mock Version: 2.2
[2020-06-21T09:20:03.987Z] Start: dnf install
[2020-06-21T09:20:12.326Z] ERROR: Command failed:
[2020-06-21T09:20:12.326Z] # /usr/bin/dnf --installroot
/var/lib/mock/epel-8-x86_64-8e9eeb575ab4da7bf0fbfdc80a25b9c0-30232/root/
--releasever 8 --setopt=deltarpm=False --allowerasing --disableplugin=local
--disableplugin=spacewalk --disableplugin=local --disableplugin=spacewalk
install dnf tar gcc-c++ redhat-rpm-config which xz sed make bzip2 gzip gcc
coreutils unzip shadow-utils diffutils cpio bash gawk rpm-build info patch
util-linux findutils grep python36 autoconf automake createrepo dnf
dnf-utils e2fsprogs gcc gdb git iproute-tc iscsi-initiator-utils
libguestfs-tools-c lshw make openvswitch ovirt-imageio-common
python3-augeas python3-blivet python3-coverage python3-dateutil
python3-dbus python3-decorator python3-devel python3-dmidecode
python3-inotify python3-ioprocess-1.4.1 python3-libselinux python3-libvirt
python3-magic python3-netaddr python3-nose python3-pip
python3-policycoreutils python3-pyyaml python3-requests python3-sanlock
python3-six python3-yaml rpm-build rpmlint sanlock sudo systemd-udev
xfsprogs --setopt=tsflags=nocontexts
[2020-06-21T09:20:12.326Z] No matches found for the following disable
plugin patterns: local, spacewalk
[2020-06-21T09:20:12.326Z] Last metadata expiration check: 0:00:02 ago on
Sun Jun 21 09:20:07 2020.
[2020-06-21T09:20:12.326Z] No match for argument: openvswitch
[2020-06-21T09:20:12.326Z] Error: Unable to find a match: openvswitch
Taken from
https://jenkins.ovirt.org/job/vdsm_standard-check-patch/21966/consoleText
Thanks
--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100130)
4 years, 5 months
No module named ost_utils.memoized (was: [oVirt Jenkins]
ovirt-system-tests_he-basic-suite-4.3 - Build # 480 - Still Failing!)
by Yedidyah Bar David
On Sun, Jun 21, 2020 at 6:18 AM <jenkins(a)jenkins.phx.ovirt.org> wrote:
>
> Project: https://jenkins.ovirt.org/job/ovirt-system-tests_he-basic-suite-4.3/
> Build: https://jenkins.ovirt.org/job/ovirt-system-tests_he-basic-suite-4.3/480/
This, and other HE suites in recent days, failed with:
Traceback (most recent call last):
File "/usr/lib64/python2.7/unittest/case.py", line 369, in run
testMethod()
File "/usr/lib/python2.7/site-packages/nose/loader.py", line 418, in
loadTestsFromName
addr.filename, addr.module)
File "/usr/lib/python2.7/site-packages/nose/importer.py", line 47,
in importFromPath
return self.importFromDir(dir_path, fqname)
File "/usr/lib/python2.7/site-packages/nose/importer.py", line 94,
in importFromDir
mod = load_module(part_fqname, fh, filename, desc)
File "/home/jenkins/agent/workspace/ovirt-system-tests_he-basic-suite-4.3/ovirt-system-tests/he-basic-suite-4.3/test-scenarios/002_bootstrap.py",
line 35, in <module>
import test_utils
File "/home/jenkins/agent/workspace/ovirt-system-tests_he-basic-suite-4.3/ovirt-system-tests/he-basic-suite-4.3/test-scenarios/test_utils/__init__.py",
line 30, in <module>
from ost_utils.memoized import memoized
ImportError: No module named ost_utils.memoized
I assume that this is a result of:
https://gerrit.ovirt.org/109337
and of the fact that some suites (HE, not sure about others) are still
using nose.
Marcin, can you please have a look? Thanks.
Galit, can you please check why check-patch on above patch didn't
fail? If it's because we removed HE suites from check-patch, because
they were unstable, then IMO we should add them back. They are rather
stable now, and if they fail, we should fix them. Thanks.
Best regards,
--
Didi
4 years, 5 months