Tolik, can you look at this please? It's been failing for a couple of days. Looks like it's missing some dependency.
---------- Forwarded message ----------
From: <jenkins@jenkins.phx.ovirt.org>
Date: Apr 17, 2016 03:27
Subject: Build failed in Jenkins: ovirt-node_ovirt-3.6_create-iso-el7_merged #19
To: <ngoldin@redhat.com>, <rbarry@redhat.com>
Cc:See <http://jenkins.phx.ovirt.org/job/ovirt-node_ovirt-3.6_create-iso-el7_merged/19/>
------------------------------------------
[...truncated 214 lines...]
Resolving Dependencies
--> Running transaction check
---> Package ovirt-node-plugin-vdsm-recipe.noarch 0:0.6.3-0.0.ovirt36.el7.centos will be installed
--> Finished Dependency Resolution
Dependencies Resolved
================================================================================
Package
Arch Version Repository Size
================================================================================
Installing:
ovirt-node-plugin-vdsm-recipe
noarch 0.6.3-0.0.ovirt36.el7.centos
resources.ovirt.org_pub_ovirt-3.6-snapshot_rpm_el7 11 k
Transaction Summary
================================================================================
Install 1 Package
Total download size: 11 k
Installed size: 18 k
Downloading packages:
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Installing : ovirt-node-plugin-vdsm-recipe-0.6.3-0.0.ovirt36.el7.centos 1/1
Verifying : ovirt-node-plugin-vdsm-recipe-0.6.3-0.0.ovirt36.el7.centos 1/1
Installed:
ovirt-node-plugin-vdsm-recipe.noarch 0:0.6.3-0.0.ovirt36.el7.centos
Complete!
+ make iso publish
rm -f *.ks
Node Creator script is: /usr/sbin/node-creator
cp /usr/share/ovirt-node-recipe/*.ks .
rm -f version.ks
( \
if [ -n "7" ]; then \
CENTOS_REPO_LINE="repo --name=centos --mirrorlist=http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=os \n" ;\
UPDATES_REPO_LINE="repo --name=centos-updates --mirrorlist=http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=updates \n" ;\
EPEL_REPO_LINE="repo --name=epel --baseurl=http://dl.fedoraproject.org/pub/epel/7/x86_64 \n" ;\
OVIRT_REPO_LINE="repo --name=ovirt-repo --baseurl=http://resources.ovirt.org/pub/ovirt-3.6-snapshot/rpm/el7\n" ;\
GLUSTER_REPO_LINE="repo --name=ovirt-3.6-glusterfs-x86_64-epel --baseurl=http://download.gluster.org/pub/gluster/glusterfs/3.7/LATEST/EPEL.repo/epel-7/x86_64\n repo --name=ovirt-3.6-glusterfs-noarch-epel --baseurl=http://download.gluster.org/pub/gluster/glusterfs/3.7/LATEST/EPEL.repo/epel-7/noarch \n" ;\
OVIRT_STATIC_LINE="repo --name=ovirt-repo-static --baseurl=http://resources.ovirt.org/pub/ovirt-3.6-snapshot-static/rpm/el7\n" ;\
KVM_REPO_LINE="repo --name=kvm --baseurl=http://cbs.centos.org/repos/virt7-kvm-common-candidate/x86_64/os/ \n";\
printf "${CENTOS_REPO_LINE}" > repos.ks ;\
printf "${UPDATES_REPO_LINE}" >> repos.ks ;\
printf "${EPEL_REPO_LINE}" >> repos.ks ;\
printf "${OVIRT_REPO_LINE}" >> repos.ks ;\
printf "${OVIRT_STATIC_LINE}" >> repos.ks ;\
printf "${GLUSTER_REPO_LINE}" >> repos.ks ;\
printf "${KVM_REPO_LINE}" >> repos.ks ;\
fi; \
echo "# OVIRT_REPO_URL=" >> repos.ks ;\
for repo in ; do \
echo "repo --name=repo${i} --baseurl=${repo}" >> repos.ks ;\
i=${i}_ ;\
done ;\
)
( \
echo "PRODUCT='"oVirt Node Hypervisor"'" ;\
echo "PRODUCT_SHORT='"oVirt Node Hypervisor"'" ;\
echo "PACKAGE=ovirt-node-iso" ;\
echo "VERSION=3.6" ;\
echo "RELEASE=0.999.201604171021.el7.centos" ;\
) > version.ks
cat vdsm-plugin-iso.ks > tmp-recepie.ks
ksflatten -c tmp-recepie.ks -o ovirt-node-iso.ks
rm -rf tmp-recepie.ks
/usr/sbin/node-creator ovirt-node-iso.ks
Traceback (most recent call last):
File "/bin/livecd-creator", line 241, in <module>
hack = do_nss_sss_hack()
File "/bin/livecd-creator", line 236, in do_nss_sss_hack
hack = forgettable._dlopen('libnss_sss.so.2')
OSError: libnss_sss.so.2: cannot open shared object file: No such file or directory
ERROR: ISO build failed.
make: *** [iso] Error 1
+ die 'ISO build failed'
+ echo 'ISO build failed'
ISO build failed
+ exit 1
Build step 'Execute shell' marked build as failure
Performing Post build task...
Match found for :.* : True
Logical operation result is TRUE
Running script : #!/bin/bash -xe
echo "shell-scripts/ovirt_node_cleanup.sh"
DISTRO="el7"
CACHE="$PWD"/build
# the die on error function
function die {
echo "$1"
exit 1
}
#sets the env variables required for the rest
function set_env {
export OVIRT_NODE_BASE="$PWD"
export OVIRT_CACHE_DIR="$CACHE/$DISTRO"
export OVIRT_LOCAL_REPO=file://"$OVIRT_CACHE_DIR"/ovirt
}
set_env
clean_failed=false
sudo rm -rf \
"$CACHE" \
"$HOME/rpmbuild"
if [[ -d "$OVIRT_NODE_BASE"/ovirt-node ]]; then
cd "$OVIRT_NODE_BASE"/ovirt-node
make distclean \
|| clean_failed=true
fi
if [[ -d "$OVIRT_NODE_BASE"/ovirt-node-iso ]]; then
cd "$OVIRT_NODE_BASE"/ovirt-node-iso
make clean \
|| clean_failed=true
./recepie-downloader.sh remove \
|| clean_failed=true
./recepie-downloader.sh remove-repo \
|| clean_failed=true
fi
if $clean_failed; then
exit 1
else
exit 0
fi
[ovirt-node_ovirt-3.6_create-iso-el7_merged] $ /bin/bash -xe /tmp/hudson8553114643489286850.sh
+ echo shell-scripts/ovirt_node_cleanup.sh
shell-scripts/ovirt_node_cleanup.sh
+ DISTRO=el7
+ CACHE=<http://jenkins.phx.ovirt.org/job/ovirt-node_ovirt-3.6_create-iso-el7_merged/ws/build>
+ set_env
+ export OVIRT_NODE_BASE=<http://jenkins.phx.ovirt.org/job/ovirt-node_ovirt-3.6_create-iso-el7_merged/ws/>
+ OVIRT_NODE_BASE=<http://jenkins.phx.ovirt.org/job/ovirt-node_ovirt-3.6_create-iso-el7_merged/ws/>
+ export OVIRT_CACHE_DIR=<http://jenkins.phx.ovirt.org/job/ovirt-node_ovirt-3.6_create-iso-el7_merged/ws/build/el7>
+ OVIRT_CACHE_DIR=<http://jenkins.phx.ovirt.org/job/ovirt-node_ovirt-3.6_create-iso-el7_merged/ws/build/el7>
+ export OVIRT_LOCAL_REPO=file://<http://jenkins.phx.ovirt.org/job/ovirt-node_ovirt-3.6_create-iso-el7_merged/ws/build/el7/ovirt>
+ OVIRT_LOCAL_REPO=file://<http://jenkins.phx.ovirt.org/job/ovirt-node_ovirt-3.6_create-iso-el7_merged/ws/build/el7/ovirt>
+ clean_failed=false
+ sudo rm -rf <http://jenkins.phx.ovirt.org/job/ovirt-node_ovirt-3.6_create-iso-el7_merged/ws/build> /home/jenkins/rpmbuild
+ [[ -d <http://jenkins.phx.ovirt.org/job/ovirt-node_ovirt-3.6_create-iso-el7_merged/ws/ovirt-node> ]]
+ [[ -d <http://jenkins.phx.ovirt.org/job/ovirt-node_ovirt-3.6_create-iso-el7_merged/ws/ovirt-node-iso> ]]
+ cd <http://jenkins.phx.ovirt.org/job/ovirt-node_ovirt-3.6_create-iso-el7_merged/ws/ovirt-node-iso>
+ make clean
make: Nothing to be done for `clean'.
+ ./recepie-downloader.sh remove
+ DISTRO_SHORT=el7
+ OVIRT_REPO_SUFFIX=3.6-snapshot
+ case $1 in
+ sudo yum erase ovirt-node-plugin-vdsm-recipe -y
Loaded plugins: fastestmirror
Existing lock /var/run/yum.pid: another copy is running as pid 30885.
Another app is currently holding the yum lock; waiting for it to exit...
The other application is: yum
Memory : 35 M RSS (1.2 GB VSZ)
Started: Sun Apr 17 10:21:14 2016 - 00:02 ago
State : Running, pid: 30885
Resolving Dependencies
--> Running transaction check
---> Package ovirt-node-plugin-vdsm-recipe.noarch 0:0.6.3-0.0.ovirt36.el7.centos will be erased
--> Finished Dependency Resolution
Dependencies Resolved
================================================================================
Package
Arch Version
Repository Size
================================================================================
Removing:
ovirt-node-plugin-vdsm-recipe
noarch 0.6.3-0.0.ovirt36.el7.centos
@resources.ovirt.org_pub_ovirt-3.6-snapshot_rpm_el7 18 k
Transaction Summary
================================================================================
Remove 1 Package
Installed size: 18 k
Downloading packages:
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Erasing : ovirt-node-plugin-vdsm-recipe-0.6.3-0.0.ovirt36.el7.centos 1/1
Verifying : ovirt-node-plugin-vdsm-recipe-0.6.3-0.0.ovirt36.el7.centos 1/1
Removed:
ovirt-node-plugin-vdsm-recipe.noarch 0:0.6.3-0.0.ovirt36.el7.centos
Complete!
+ sudo yum erase ovirt-node-recipe -y
Loaded plugins: fastestmirror
Resolving Dependencies
--> Running transaction check
---> Package ovirt-node-recipe.noarch 0:3.6.1-12.ovirt36.20160407133002.gitaffa598.el7.centos will be erased
--> Finished Dependency Resolution
Dependencies Resolved
================================================================================
Package
Arch Version
Repository Size
================================================================================
Removing:
ovirt-node-recipe
noarch 3.6.1-12.ovirt36.20160407133002.gitaffa598.el7.centos
@resources.ovirt.org_pub_ovirt-3.6-snapshot_rpm_el7 79 k
Transaction Summary
================================================================================
Remove 1 Package
Installed size: 79 k
Downloading packages:
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Erasing : ovirt-node-recipe-3.6.1-12.ovirt36.20160407133002.gitaffa5 1/1
Verifying : ovirt-node-recipe-3.6.1-12.ovirt36.20160407133002.gitaffa5 1/1
Removed:
ovirt-node-recipe.noarch 0:3.6.1-12.ovirt36.20160407133002.gitaffa598.el7.centos
Complete!
+ ./recepie-downloader.sh remove-repo
+ DISTRO_SHORT=el7
+ OVIRT_REPO_SUFFIX=3.6-snapshot
+ case $1 in
+ sudo rm -rf /etc/yum.repos.d/resources.ovirt.org_pub_ovirt-3.6-snapshot_rpm_el7.repo
+ false
+ exit 0
POST BUILD TASK : SUCCESS
END OF POST BUILD TASK : 0
Archiving artifacts