ovirt-engine_4.2_check-patch-fc27-x86_64 fails
by Dominik Holler
Hi,
dnf in CI jobs ovirt-engine_4.2_check-patch-fc27-x86_64 [1] is failing
for me with:
ImportError: libelf.so.1: cannot open shared object file: No such file
or directory
Can you please have a look?
Thanks
Dominik
[1]
http://jenkins.ovirt.org/job/ovirt-engine_4.2_check-patch-fc27-x86_64/411
12:48:21 Start: dnf install
12:48:22 ERROR: Command failed:
12:48:22 # /usr/bin/dnf
--installroot /var/lib/mock/fedora-27-x86_64-27659b1e362bd3ee3ef0da8cd3f0c97c-26540/root/
--releasever 27 --disableplugin=local --setopt=deltarpm=False install
@buildsys-build libcrypt-nss autoconf git java-1.8.0-openjdk-devel make
maven net-tools otopi postgresql-jdbc postgresql-server
postgresql-contrib pyflakes python2-mock python2-psycopg2
python2-pytest python-devel python-isort python-pep8 yum-utils
--setopt=tsflags=nocontexts 12:48:22 Traceback (most recent call last):
12:48:22 File "/usr/bin/dnf", line 57, in <module> 12:48:22 from
dnf.cli import main 12:48:22 File
"/usr/lib/python3.6/site-packages/dnf/__init__.py", line 31, in
<module> 12:48:22 import dnf.base 12:48:22 File
"/usr/lib/python3.6/site-packages/dnf/base.py", line 29, in <module>
12:48:22 from dnf.yum import history 12:48:22 File
"/usr/lib/python3.6/site-packages/dnf/yum/history.py", line 22, in
<module> 12:48:22 import hawkey 12:48:22 File
"/usr/lib64/python3.6/site-packages/hawkey/__init__.py", line 24, in
<module> 12:48:22 from . import _hawkey 12:48:22 ImportError:
libelf.so.1: cannot open shared object file: No such file or directory
6 years, 8 months
[JIRA] (OVIRT-1926) squash identified as a mere message update
by Yedidyah Bar David (oVirt JIRA)
Yedidyah Bar David created OVIRT-1926:
-----------------------------------------
Summary: squash identified as a mere message update
Key: OVIRT-1926
URL: https://ovirt-jira.atlassian.net/browse/OVIRT-1926
Project: oVirt - virtualization made easy
Issue Type: By-EMAIL
Reporter: Yedidyah Bar David
Assignee: infra
I had [1] and [2]. Patchset 8 of [2] is a combination of:
- Patchset 7 of it,
- [1] squashed into it,
- Commit message change.
Gerrit commented:
Uploaded patch set 8: Commit message was updated.
In theory it was right, because there was no code change between 7 and
8. But I'd expect it to either be silent, or to notice that there was
also a squash (and suggest to abandon the squashed patch?).
[1] https://gerrit.ovirt.org/#/c/88669/
[2] https://gerrit.ovirt.org/#/c/88634/
--
Didi
--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100082)
6 years, 8 months
standard CI packages files
by Yedidyah Bar David
Hi all,
The various automation/*.packages* files are rather hard to maintain -
with many partial duplicates, symlinks, and changes applied to some
file forgotten to be applied to others that needed them.
Can we have something more dynamic? E.g. that CI will run a single
script, e.g. automation/get-needed-packages, provide it as args the
action to be ran ("check-patch", "build-artifacts" etc.) and the
distro ("el7", "fc27" etc.) and use whatever it outputs as the list of
packages to install?
Thanks,
--
Didi
6 years, 8 months