[JIRA] (OVIRT-493) Re: Build failed in Jenkins: ovirt-node_ovirt-3.6_create-iso-el7_merged #19
by Anatoly (oVirt JIRA)
[ https://ovirt-jira.atlassian.net/browse/OVIRT-493?page=com.atlassian.jira... ]
Anatoly commented on OVIRT-493:
-------------------------------
Its an old job.
STD ci wasn't there yet.
This job will die when w move to 4.0 (its a vintage node)
And new jobs are using std ci.
Cant we just keep it untill we move to 4.0 and it will die ?
> Re: Build failed in Jenkins: ovirt-node_ovirt-3.6_create-iso-el7_merged #19
> ---------------------------------------------------------------------------
>
> Key: OVIRT-493
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-493
> Project: oVirt - virtualization made easy
> Issue Type: By-EMAIL
> Reporter: eyal edri [Administrator]
> Assignee: Gil Shinar
>
> On Apr 17, 2016 7:26 PM, "Tolik Litovsky" <tlitovsk(a)redhat.com> wrote:
> > Can you please add sssd-client.rpm to the el7 and nested groups of phx
> > jenkins
> > Tolik
> >
> > On Sun, Apr 17, 2016 at 7:17 PM, Ryan Barry <rbarry(a)redhat.com> wrote:
> >
> >> 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(a)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(a)redhat.com>, <rbarry(a)redhat.com>
> >> Cc:
> >>
> >> See <
> >>> http://jenkins.phx.ovirt.org/job/ovirt-node_ovirt-3.6_create-iso-el7_merg...
> >>> >
> >>>
> >>> ------------------------------------------
> >>> [...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/ep...
> >>> repo --name=ovirt-3.6-glusterfs-noarch-epel --baseurl=
> >>> http://download.gluster.org/pub/gluster/glusterfs/3.7/LATEST/EPEL.repo/ep...
> >>> \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_merg...
> >>> >
> >>> + set_env
> >>> + export OVIRT_NODE_BASE=<
> >>> http://jenkins.phx.ovirt.org/job/ovirt-node_ovirt-3.6_create-iso-el7_merg...
> >>> >
> >>> + OVIRT_NODE_BASE=<
> >>> http://jenkins.phx.ovirt.org/job/ovirt-node_ovirt-3.6_create-iso-el7_merg...
> >>> >
> >>> + export OVIRT_CACHE_DIR=<
> >>> http://jenkins.phx.ovirt.org/job/ovirt-node_ovirt-3.6_create-iso-el7_merg...
> >>> >
> >>> + OVIRT_CACHE_DIR=<
> >>> http://jenkins.phx.ovirt.org/job/ovirt-node_ovirt-3.6_create-iso-el7_merg...
> >>> >
> >>> + export OVIRT_LOCAL_REPO=file://<
> >>> http://jenkins.phx.ovirt.org/job/ovirt-node_ovirt-3.6_create-iso-el7_merg...
> >>> >
> >>> + OVIRT_LOCAL_REPO=file://<
> >>> http://jenkins.phx.ovirt.org/job/ovirt-node_ovirt-3.6_create-iso-el7_merg...
> >>> >
> >>> + clean_failed=false
> >>> + sudo rm -rf <
> >>> http://jenkins.phx.ovirt.org/job/ovirt-node_ovirt-3.6_create-iso-el7_merg...>
> >>> /home/jenkins/rpmbuild
> >>> + [[ -d <
> >>> http://jenkins.phx.ovirt.org/job/ovirt-node_ovirt-3.6_create-iso-el7_merg...>
> >>> ]]
> >>> + [[ -d <
> >>> http://jenkins.phx.ovirt.org/job/ovirt-node_ovirt-3.6_create-iso-el7_merg...>
> >>> ]]
> >>> + cd <
> >>> http://jenkins.phx.ovirt.org/job/ovirt-node_ovirt-3.6_create-iso-el7_merg...
> >>> >
> >>> + 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
> >>>
> >>
> >
> >
> > --
> > Best regards
> > Tolik Litovsky
> > RHEV-H Team
> > Red Hat
> >
> > Red Hat: trustworthy, transformative technology. Powered by the community.
> > Connect at redhat.com
> >
> > _______________________________________________
> > Infra mailing list
> > Infra(a)ovirt.org
> > http://lists.ovirt.org/mailman/listinfo/infra
> >
> >
--
This message was sent by Atlassian JIRA
(v7.2.0-OD-05-030#72002)
8 years, 7 months
[JIRA] (OVIRT-493) Re: Build failed in Jenkins: ovirt-node_ovirt-3.6_create-iso-el7_merged #19
by eyal edri [Administrator] (oVirt JIRA)
[ https://ovirt-jira.atlassian.net/browse/OVIRT-493?page=com.atlassian.jira... ]
eyal edri [Administrator] commented on OVIRT-493:
-------------------------------------------------
let's wait for [~tlitovsk(a)redhat.com] response, it should tell us what is the needed solution.
If this job isn't using STD CI, It might be best if the job itself will install the RPM for now until it moves to STD.
> Re: Build failed in Jenkins: ovirt-node_ovirt-3.6_create-iso-el7_merged #19
> ---------------------------------------------------------------------------
>
> Key: OVIRT-493
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-493
> Project: oVirt - virtualization made easy
> Issue Type: By-EMAIL
> Reporter: eyal edri [Administrator]
> Assignee: Gil Shinar
>
> On Apr 17, 2016 7:26 PM, "Tolik Litovsky" <tlitovsk(a)redhat.com> wrote:
> > Can you please add sssd-client.rpm to the el7 and nested groups of phx
> > jenkins
> > Tolik
> >
> > On Sun, Apr 17, 2016 at 7:17 PM, Ryan Barry <rbarry(a)redhat.com> wrote:
> >
> >> 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(a)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(a)redhat.com>, <rbarry(a)redhat.com>
> >> Cc:
> >>
> >> See <
> >>> http://jenkins.phx.ovirt.org/job/ovirt-node_ovirt-3.6_create-iso-el7_merg...
> >>> >
> >>>
> >>> ------------------------------------------
> >>> [...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/ep...
> >>> repo --name=ovirt-3.6-glusterfs-noarch-epel --baseurl=
> >>> http://download.gluster.org/pub/gluster/glusterfs/3.7/LATEST/EPEL.repo/ep...
> >>> \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_merg...
> >>> >
> >>> + set_env
> >>> + export OVIRT_NODE_BASE=<
> >>> http://jenkins.phx.ovirt.org/job/ovirt-node_ovirt-3.6_create-iso-el7_merg...
> >>> >
> >>> + OVIRT_NODE_BASE=<
> >>> http://jenkins.phx.ovirt.org/job/ovirt-node_ovirt-3.6_create-iso-el7_merg...
> >>> >
> >>> + export OVIRT_CACHE_DIR=<
> >>> http://jenkins.phx.ovirt.org/job/ovirt-node_ovirt-3.6_create-iso-el7_merg...
> >>> >
> >>> + OVIRT_CACHE_DIR=<
> >>> http://jenkins.phx.ovirt.org/job/ovirt-node_ovirt-3.6_create-iso-el7_merg...
> >>> >
> >>> + export OVIRT_LOCAL_REPO=file://<
> >>> http://jenkins.phx.ovirt.org/job/ovirt-node_ovirt-3.6_create-iso-el7_merg...
> >>> >
> >>> + OVIRT_LOCAL_REPO=file://<
> >>> http://jenkins.phx.ovirt.org/job/ovirt-node_ovirt-3.6_create-iso-el7_merg...
> >>> >
> >>> + clean_failed=false
> >>> + sudo rm -rf <
> >>> http://jenkins.phx.ovirt.org/job/ovirt-node_ovirt-3.6_create-iso-el7_merg...>
> >>> /home/jenkins/rpmbuild
> >>> + [[ -d <
> >>> http://jenkins.phx.ovirt.org/job/ovirt-node_ovirt-3.6_create-iso-el7_merg...>
> >>> ]]
> >>> + [[ -d <
> >>> http://jenkins.phx.ovirt.org/job/ovirt-node_ovirt-3.6_create-iso-el7_merg...>
> >>> ]]
> >>> + cd <
> >>> http://jenkins.phx.ovirt.org/job/ovirt-node_ovirt-3.6_create-iso-el7_merg...
> >>> >
> >>> + 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
> >>>
> >>
> >
> >
> > --
> > Best regards
> > Tolik Litovsky
> > RHEV-H Team
> > Red Hat
> >
> > Red Hat: trustworthy, transformative technology. Powered by the community.
> > Connect at redhat.com
> >
> > _______________________________________________
> > Infra mailing list
> > Infra(a)ovirt.org
> > http://lists.ovirt.org/mailman/listinfo/infra
> >
> >
--
This message was sent by Atlassian JIRA
(v7.2.0-OD-05-030#72002)
8 years, 7 months
[JIRA] (OVIRT-493) Re: Build failed in Jenkins: ovirt-node_ovirt-3.6_create-iso-el7_merged #19
by bkorren (oVirt JIRA)
[ https://ovirt-jira.atlassian.net/browse/OVIRT-493?page=com.atlassian.jira... ]
bkorren commented on OVIRT-493:
-------------------------------
On 18 April 2016 at 08:07, Eyal Edri <eedri(a)redhat.com> wrote:
> On Apr 17, 2016 7:26 PM, "Tolik Litovsky" <tlitovsk(a)redhat.com> wrote:
>>
>> Can you please add sssd-client.rpm to the el7 and nested groups of phx
>> jenkins
>> Tolik
>>
Why arn't you using std-ci there?
> Re: Build failed in Jenkins: ovirt-node_ovirt-3.6_create-iso-el7_merged #19
> ---------------------------------------------------------------------------
>
> Key: OVIRT-493
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-493
> Project: oVirt - virtualization made easy
> Issue Type: By-EMAIL
> Reporter: eyal edri [Administrator]
> Assignee: Gil Shinar
>
> On Apr 17, 2016 7:26 PM, "Tolik Litovsky" <tlitovsk(a)redhat.com> wrote:
> > Can you please add sssd-client.rpm to the el7 and nested groups of phx
> > jenkins
> > Tolik
> >
> > On Sun, Apr 17, 2016 at 7:17 PM, Ryan Barry <rbarry(a)redhat.com> wrote:
> >
> >> 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(a)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(a)redhat.com>, <rbarry(a)redhat.com>
> >> Cc:
> >>
> >> See <
> >>> http://jenkins.phx.ovirt.org/job/ovirt-node_ovirt-3.6_create-iso-el7_merg...
> >>> >
> >>>
> >>> ------------------------------------------
> >>> [...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/ep...
> >>> repo --name=ovirt-3.6-glusterfs-noarch-epel --baseurl=
> >>> http://download.gluster.org/pub/gluster/glusterfs/3.7/LATEST/EPEL.repo/ep...
> >>> \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_merg...
> >>> >
> >>> + set_env
> >>> + export OVIRT_NODE_BASE=<
> >>> http://jenkins.phx.ovirt.org/job/ovirt-node_ovirt-3.6_create-iso-el7_merg...
> >>> >
> >>> + OVIRT_NODE_BASE=<
> >>> http://jenkins.phx.ovirt.org/job/ovirt-node_ovirt-3.6_create-iso-el7_merg...
> >>> >
> >>> + export OVIRT_CACHE_DIR=<
> >>> http://jenkins.phx.ovirt.org/job/ovirt-node_ovirt-3.6_create-iso-el7_merg...
> >>> >
> >>> + OVIRT_CACHE_DIR=<
> >>> http://jenkins.phx.ovirt.org/job/ovirt-node_ovirt-3.6_create-iso-el7_merg...
> >>> >
> >>> + export OVIRT_LOCAL_REPO=file://<
> >>> http://jenkins.phx.ovirt.org/job/ovirt-node_ovirt-3.6_create-iso-el7_merg...
> >>> >
> >>> + OVIRT_LOCAL_REPO=file://<
> >>> http://jenkins.phx.ovirt.org/job/ovirt-node_ovirt-3.6_create-iso-el7_merg...
> >>> >
> >>> + clean_failed=false
> >>> + sudo rm -rf <
> >>> http://jenkins.phx.ovirt.org/job/ovirt-node_ovirt-3.6_create-iso-el7_merg...>
> >>> /home/jenkins/rpmbuild
> >>> + [[ -d <
> >>> http://jenkins.phx.ovirt.org/job/ovirt-node_ovirt-3.6_create-iso-el7_merg...>
> >>> ]]
> >>> + [[ -d <
> >>> http://jenkins.phx.ovirt.org/job/ovirt-node_ovirt-3.6_create-iso-el7_merg...>
> >>> ]]
> >>> + cd <
> >>> http://jenkins.phx.ovirt.org/job/ovirt-node_ovirt-3.6_create-iso-el7_merg...
> >>> >
> >>> + 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
> >>>
> >>
> >
> >
> > --
> > Best regards
> > Tolik Litovsky
> > RHEV-H Team
> > Red Hat
> >
> > Red Hat: trustworthy, transformative technology. Powered by the community.
> > Connect at redhat.com
> >
> > _______________________________________________
> > Infra mailing list
> > Infra(a)ovirt.org
> > http://lists.ovirt.org/mailman/listinfo/infra
> >
> >
--
This message was sent by Atlassian JIRA
(v7.2.0-OD-05-030#72002)
8 years, 7 months
Re: Build failed in Jenkins: ovirt-node_ovirt-3.6_create-iso-el7_merged #19
by Tolik Litovsky
Can you please add sssd-client.rpm to the el7 and nested groups of phx
jenkins
Tolik
On Sun, Apr 17, 2016 at 7:17 PM, Ryan Barry <rbarry(a)redhat.com> wrote:
> 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(a)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(a)redhat.com>, <rbarry(a)redhat.com>
> Cc:
>
> See <
>> http://jenkins.phx.ovirt.org/job/ovirt-node_ovirt-3.6_create-iso-el7_merg...
>> >
>>
>> ------------------------------------------
>> [...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/ep...
>> repo --name=ovirt-3.6-glusterfs-noarch-epel --baseurl=
>> http://download.gluster.org/pub/gluster/glusterfs/3.7/LATEST/EPEL.repo/ep...
>> \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_merg...
>> >
>> + set_env
>> + export OVIRT_NODE_BASE=<
>> http://jenkins.phx.ovirt.org/job/ovirt-node_ovirt-3.6_create-iso-el7_merg...
>> >
>> + OVIRT_NODE_BASE=<
>> http://jenkins.phx.ovirt.org/job/ovirt-node_ovirt-3.6_create-iso-el7_merg...
>> >
>> + export OVIRT_CACHE_DIR=<
>> http://jenkins.phx.ovirt.org/job/ovirt-node_ovirt-3.6_create-iso-el7_merg...
>> >
>> + OVIRT_CACHE_DIR=<
>> http://jenkins.phx.ovirt.org/job/ovirt-node_ovirt-3.6_create-iso-el7_merg...
>> >
>> + export OVIRT_LOCAL_REPO=file://<
>> http://jenkins.phx.ovirt.org/job/ovirt-node_ovirt-3.6_create-iso-el7_merg...
>> >
>> + OVIRT_LOCAL_REPO=file://<
>> http://jenkins.phx.ovirt.org/job/ovirt-node_ovirt-3.6_create-iso-el7_merg...
>> >
>> + clean_failed=false
>> + sudo rm -rf <
>> http://jenkins.phx.ovirt.org/job/ovirt-node_ovirt-3.6_create-iso-el7_merg...>
>> /home/jenkins/rpmbuild
>> + [[ -d <
>> http://jenkins.phx.ovirt.org/job/ovirt-node_ovirt-3.6_create-iso-el7_merg...>
>> ]]
>> + [[ -d <
>> http://jenkins.phx.ovirt.org/job/ovirt-node_ovirt-3.6_create-iso-el7_merg...>
>> ]]
>> + cd <
>> http://jenkins.phx.ovirt.org/job/ovirt-node_ovirt-3.6_create-iso-el7_merg...
>> >
>> + 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
>>
>
--
Best regards
Tolik Litovsky
RHEV-H Team
Red Hat
Red Hat: trustworthy, transformative technology. Powered by the community.
Connect at redhat.com
8 years, 7 months
[JIRA] (OVIRT-493) Re: Build failed in Jenkins: ovirt-node_ovirt-3.6_create-iso-el7_merged #19
by Gil Shinar (oVirt JIRA)
[ https://ovirt-jira.atlassian.net/browse/OVIRT-493?page=com.atlassian.jira... ]
Gil Shinar commented on OVIRT-493:
----------------------------------
Should I wait for the decision whether it is standard CI or should be puppetized to all phx slaves?
> Re: Build failed in Jenkins: ovirt-node_ovirt-3.6_create-iso-el7_merged #19
> ---------------------------------------------------------------------------
>
> Key: OVIRT-493
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-493
> Project: oVirt - virtualization made easy
> Issue Type: By-EMAIL
> Reporter: eyal edri [Administrator]
> Assignee: Gil Shinar
>
> On Apr 17, 2016 7:26 PM, "Tolik Litovsky" <tlitovsk(a)redhat.com> wrote:
> > Can you please add sssd-client.rpm to the el7 and nested groups of phx
> > jenkins
> > Tolik
> >
> > On Sun, Apr 17, 2016 at 7:17 PM, Ryan Barry <rbarry(a)redhat.com> wrote:
> >
> >> 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(a)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(a)redhat.com>, <rbarry(a)redhat.com>
> >> Cc:
> >>
> >> See <
> >>> http://jenkins.phx.ovirt.org/job/ovirt-node_ovirt-3.6_create-iso-el7_merg...
> >>> >
> >>>
> >>> ------------------------------------------
> >>> [...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/ep...
> >>> repo --name=ovirt-3.6-glusterfs-noarch-epel --baseurl=
> >>> http://download.gluster.org/pub/gluster/glusterfs/3.7/LATEST/EPEL.repo/ep...
> >>> \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_merg...
> >>> >
> >>> + set_env
> >>> + export OVIRT_NODE_BASE=<
> >>> http://jenkins.phx.ovirt.org/job/ovirt-node_ovirt-3.6_create-iso-el7_merg...
> >>> >
> >>> + OVIRT_NODE_BASE=<
> >>> http://jenkins.phx.ovirt.org/job/ovirt-node_ovirt-3.6_create-iso-el7_merg...
> >>> >
> >>> + export OVIRT_CACHE_DIR=<
> >>> http://jenkins.phx.ovirt.org/job/ovirt-node_ovirt-3.6_create-iso-el7_merg...
> >>> >
> >>> + OVIRT_CACHE_DIR=<
> >>> http://jenkins.phx.ovirt.org/job/ovirt-node_ovirt-3.6_create-iso-el7_merg...
> >>> >
> >>> + export OVIRT_LOCAL_REPO=file://<
> >>> http://jenkins.phx.ovirt.org/job/ovirt-node_ovirt-3.6_create-iso-el7_merg...
> >>> >
> >>> + OVIRT_LOCAL_REPO=file://<
> >>> http://jenkins.phx.ovirt.org/job/ovirt-node_ovirt-3.6_create-iso-el7_merg...
> >>> >
> >>> + clean_failed=false
> >>> + sudo rm -rf <
> >>> http://jenkins.phx.ovirt.org/job/ovirt-node_ovirt-3.6_create-iso-el7_merg...>
> >>> /home/jenkins/rpmbuild
> >>> + [[ -d <
> >>> http://jenkins.phx.ovirt.org/job/ovirt-node_ovirt-3.6_create-iso-el7_merg...>
> >>> ]]
> >>> + [[ -d <
> >>> http://jenkins.phx.ovirt.org/job/ovirt-node_ovirt-3.6_create-iso-el7_merg...>
> >>> ]]
> >>> + cd <
> >>> http://jenkins.phx.ovirt.org/job/ovirt-node_ovirt-3.6_create-iso-el7_merg...
> >>> >
> >>> + 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
> >>>
> >>
> >
> >
> > --
> > Best regards
> > Tolik Litovsky
> > RHEV-H Team
> > Red Hat
> >
> > Red Hat: trustworthy, transformative technology. Powered by the community.
> > Connect at redhat.com
> >
> > _______________________________________________
> > Infra mailing list
> > Infra(a)ovirt.org
> > http://lists.ovirt.org/mailman/listinfo/infra
> >
> >
--
This message was sent by Atlassian JIRA
(v7.2.0-OD-05-030#72002)
8 years, 7 months
[JIRA] (OVIRT-493) Re: Build failed in Jenkins: ovirt-node_ovirt-3.6_create-iso-el7_merged #19
by eyal edri [Administrator] (oVirt JIRA)
[ https://ovirt-jira.atlassian.net/browse/OVIRT-493?page=com.atlassian.jira... ]
eyal edri [Administrator] reassigned OVIRT-493:
-----------------------------------------------
Assignee: Gil Shinar (was: infra)
Gil,
Can you look into this?
[~tlitovsk(a)redhat.com] is this required on the hypervisor or on the VM?
And if its for the VM, can't you add it to the packages file for standard CI?
> Re: Build failed in Jenkins: ovirt-node_ovirt-3.6_create-iso-el7_merged #19
> ---------------------------------------------------------------------------
>
> Key: OVIRT-493
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-493
> Project: oVirt - virtualization made easy
> Issue Type: By-EMAIL
> Reporter: eyal edri [Administrator]
> Assignee: Gil Shinar
>
> On Apr 17, 2016 7:26 PM, "Tolik Litovsky" <tlitovsk(a)redhat.com> wrote:
> > Can you please add sssd-client.rpm to the el7 and nested groups of phx
> > jenkins
> > Tolik
> >
> > On Sun, Apr 17, 2016 at 7:17 PM, Ryan Barry <rbarry(a)redhat.com> wrote:
> >
> >> 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(a)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(a)redhat.com>, <rbarry(a)redhat.com>
> >> Cc:
> >>
> >> See <
> >>> http://jenkins.phx.ovirt.org/job/ovirt-node_ovirt-3.6_create-iso-el7_merg...
> >>> >
> >>>
> >>> ------------------------------------------
> >>> [...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/ep...
> >>> repo --name=ovirt-3.6-glusterfs-noarch-epel --baseurl=
> >>> http://download.gluster.org/pub/gluster/glusterfs/3.7/LATEST/EPEL.repo/ep...
> >>> \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_merg...
> >>> >
> >>> + set_env
> >>> + export OVIRT_NODE_BASE=<
> >>> http://jenkins.phx.ovirt.org/job/ovirt-node_ovirt-3.6_create-iso-el7_merg...
> >>> >
> >>> + OVIRT_NODE_BASE=<
> >>> http://jenkins.phx.ovirt.org/job/ovirt-node_ovirt-3.6_create-iso-el7_merg...
> >>> >
> >>> + export OVIRT_CACHE_DIR=<
> >>> http://jenkins.phx.ovirt.org/job/ovirt-node_ovirt-3.6_create-iso-el7_merg...
> >>> >
> >>> + OVIRT_CACHE_DIR=<
> >>> http://jenkins.phx.ovirt.org/job/ovirt-node_ovirt-3.6_create-iso-el7_merg...
> >>> >
> >>> + export OVIRT_LOCAL_REPO=file://<
> >>> http://jenkins.phx.ovirt.org/job/ovirt-node_ovirt-3.6_create-iso-el7_merg...
> >>> >
> >>> + OVIRT_LOCAL_REPO=file://<
> >>> http://jenkins.phx.ovirt.org/job/ovirt-node_ovirt-3.6_create-iso-el7_merg...
> >>> >
> >>> + clean_failed=false
> >>> + sudo rm -rf <
> >>> http://jenkins.phx.ovirt.org/job/ovirt-node_ovirt-3.6_create-iso-el7_merg...>
> >>> /home/jenkins/rpmbuild
> >>> + [[ -d <
> >>> http://jenkins.phx.ovirt.org/job/ovirt-node_ovirt-3.6_create-iso-el7_merg...>
> >>> ]]
> >>> + [[ -d <
> >>> http://jenkins.phx.ovirt.org/job/ovirt-node_ovirt-3.6_create-iso-el7_merg...>
> >>> ]]
> >>> + cd <
> >>> http://jenkins.phx.ovirt.org/job/ovirt-node_ovirt-3.6_create-iso-el7_merg...
> >>> >
> >>> + 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
> >>>
> >>
> >
> >
> > --
> > Best regards
> > Tolik Litovsky
> > RHEV-H Team
> > Red Hat
> >
> > Red Hat: trustworthy, transformative technology. Powered by the community.
> > Connect at redhat.com
> >
> > _______________________________________________
> > Infra mailing list
> > Infra(a)ovirt.org
> > http://lists.ovirt.org/mailman/listinfo/infra
> >
> >
--
This message was sent by Atlassian JIRA
(v7.2.0-OD-05-030#72002)
8 years, 7 months
[JIRA] (OVIRT-493) Re: Build failed in Jenkins: ovirt-node_ovirt-3.6_create-iso-el7_merged #19
by eyal edri [Administrator] (oVirt JIRA)
eyal edri [Administrator] created OVIRT-493:
-----------------------------------------------
Summary: Re: Build failed in Jenkins: ovirt-node_ovirt-3.6_create-iso-el7_merged #19
Key: OVIRT-493
URL: https://ovirt-jira.atlassian.net/browse/OVIRT-493
Project: oVirt - virtualization made easy
Issue Type: By-EMAIL
Reporter: eyal edri [Administrator]
Assignee: infra
On Apr 17, 2016 7:26 PM, "Tolik Litovsky" <tlitovsk(a)redhat.com> wrote:
> Can you please add sssd-client.rpm to the el7 and nested groups of phx
> jenkins
> Tolik
>
> On Sun, Apr 17, 2016 at 7:17 PM, Ryan Barry <rbarry(a)redhat.com> wrote:
>
>> 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(a)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(a)redhat.com>, <rbarry(a)redhat.com>
>> Cc:
>>
>> See <
>>> http://jenkins.phx.ovirt.org/job/ovirt-node_ovirt-3.6_create-iso-el7_merg...
>>> >
>>>
>>> ------------------------------------------
>>> [...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/ep...
>>> repo --name=ovirt-3.6-glusterfs-noarch-epel --baseurl=
>>> http://download.gluster.org/pub/gluster/glusterfs/3.7/LATEST/EPEL.repo/ep...
>>> \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_merg...
>>> >
>>> + set_env
>>> + export OVIRT_NODE_BASE=<
>>> http://jenkins.phx.ovirt.org/job/ovirt-node_ovirt-3.6_create-iso-el7_merg...
>>> >
>>> + OVIRT_NODE_BASE=<
>>> http://jenkins.phx.ovirt.org/job/ovirt-node_ovirt-3.6_create-iso-el7_merg...
>>> >
>>> + export OVIRT_CACHE_DIR=<
>>> http://jenkins.phx.ovirt.org/job/ovirt-node_ovirt-3.6_create-iso-el7_merg...
>>> >
>>> + OVIRT_CACHE_DIR=<
>>> http://jenkins.phx.ovirt.org/job/ovirt-node_ovirt-3.6_create-iso-el7_merg...
>>> >
>>> + export OVIRT_LOCAL_REPO=file://<
>>> http://jenkins.phx.ovirt.org/job/ovirt-node_ovirt-3.6_create-iso-el7_merg...
>>> >
>>> + OVIRT_LOCAL_REPO=file://<
>>> http://jenkins.phx.ovirt.org/job/ovirt-node_ovirt-3.6_create-iso-el7_merg...
>>> >
>>> + clean_failed=false
>>> + sudo rm -rf <
>>> http://jenkins.phx.ovirt.org/job/ovirt-node_ovirt-3.6_create-iso-el7_merg...>
>>> /home/jenkins/rpmbuild
>>> + [[ -d <
>>> http://jenkins.phx.ovirt.org/job/ovirt-node_ovirt-3.6_create-iso-el7_merg...>
>>> ]]
>>> + [[ -d <
>>> http://jenkins.phx.ovirt.org/job/ovirt-node_ovirt-3.6_create-iso-el7_merg...>
>>> ]]
>>> + cd <
>>> http://jenkins.phx.ovirt.org/job/ovirt-node_ovirt-3.6_create-iso-el7_merg...
>>> >
>>> + 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
>>>
>>
>
>
> --
> Best regards
> Tolik Litovsky
> RHEV-H Team
> Red Hat
>
> Red Hat: trustworthy, transformative technology. Powered by the community.
> Connect at redhat.com
>
> _______________________________________________
> Infra mailing list
> Infra(a)ovirt.org
> http://lists.ovirt.org/mailman/listinfo/infra
>
>
--
This message was sent by Atlassian JIRA
(v7.2.0-OD-05-030#72002)
8 years, 7 months
Build failed in Jenkins: ovirt_master_publish-rpms_nightly #441
by jenkins@ovirt.org
See <http://jenkins.ovirt.org/job/ovirt_master_publish-rpms_nightly/441/>
------------------------------------------
Started by timer
Building on master in workspace <http://jenkins.ovirt.org/job/ovirt_master_publish-rpms_nightly/ws/>
[WS-CLEANUP] Deleting project workspace...
[ovirt_master_publish-rpms_nightly] $ /bin/bash -xe /tmp/hudson4069470285901107284.sh
+ rm -rf <http://jenkins.ovirt.org/job/ovirt_master_publish-rpms_nightly/ws/artifacts>
+ mkdir <http://jenkins.ovirt.org/job/ovirt_master_publish-rpms_nightly/ws/artifacts>
Copied 6 artifacts from "ovirt-host-deploy_master_build-artifacts-el7-x86_64" build number 10
Copied 6 artifacts from "ovirt-host-deploy_master_build-artifacts-fc23-x86_64" build number 10
Copied 10 artifacts from "otopi_master_create-rpms-el7-x86_64_merged" build number 61
Copied 10 artifacts from "otopi_master_create-rpms-fc23-x86_64_merged" build number 29
Copied 8 artifacts from "ovirt-vmconsole_master_create-rpms-el7-x86_64_merged" build number 28
Copied 8 artifacts from "ovirt-vmconsole_master_create-rpms-fc23-x86_64_merged" build number 5
Copied 4 artifacts from "ovirt-iso-uploader_master_build-artifacts-el7-x86_64" build number 4
Copied 4 artifacts from "ovirt-iso-uploader_master_build-artifacts-fc23-x86_64" build number 4
Copied 4 artifacts from "ovirt-log-collector_master_build-artifacts-el7-x86_64" build number 4
Copied 4 artifacts from "ovirt-log-collector_master_build-artifacts-fc23-x86_64" build number 4
Copied 4 artifacts from "ovirt-engine-cli_master_build-artifacts-el7-x86_64" build number 15
Copied 4 artifacts from "ovirt-engine-cli_master_build-artifacts-fc23-x86_64" build number 8
Copied 8 artifacts from "ovirt-engine-extension-aaa-ldap_master_create-rpms-el7-x86_64_merged" build number 141
Copied 8 artifacts from "ovirt-engine-extension-aaa-ldap_master_create-rpms-fc23-x86_64_merged" build number 15
Copied 7 artifacts from "ovirt-engine-extension-aaa-misc_master_create-rpms-el7-x86_64_merged" build number 19
Copied 7 artifacts from "ovirt-engine-extension-aaa-misc_master_create-rpms-fc23-x86_64_merged" build number 5
Copied 7 artifacts from "ovirt-engine-extension-logger-log4j_master_create-rpms-el7-x86_64_merged" build number 16
Copied 7 artifacts from "ovirt-engine-extension-logger-log4j_master_create-rpms-fc23-x86_64_merged" build number 2
Copied 5 artifacts from "ovirt-dwh_master_build-artifacts-el7-x86_64" build number 7
Copied 5 artifacts from "ovirt-dwh_master_build-artifacts-fc23-x86_64" build number 6
Copied 7 artifacts from "ovirt-engine-extension-aaa-jdbc_master_create-rpms-el7-x86_64_merged" build number 66
Copied 7 artifacts from "ovirt-engine-extension-aaa-jdbc_master_create-rpms-fc23-x86_64_merged" build number 12
Copied 4 artifacts from "ovirt-setup-lib_master_build-artifacts-el7-x86_64" build number 18
Copied 4 artifacts from "ovirt-setup-lib_master_build-artifacts-fc23-x86_64" build number 9
Copied 5 artifacts from "vdsm-jsonrpc-java_master_build-artifacts-el7-x86_64" build number 13
Copied 5 artifacts from "vdsm-jsonrpc-java_master_build-artifacts-fc23-x86_64" build number 13
Copied 25 artifacts from "ovirt-engine_master_build-artifacts-el7-x86_64" build number 1175
Copied 25 artifacts from "ovirt-engine_master_build-artifacts-fc23-x86_64" build number 638
Copied 4 artifacts from "ovirt-engine-sdk_3.6_build-artifacts-el7-x86_64" build number 32
Copied 4 artifacts from "ovirt-engine-sdk_3.6_build-artifacts-fc23-x86_64" build number 20
Copied 6 artifacts from "ovirt-engine-sdk_master_build-artifacts-el7-x86_64" build number 57
Copied 7 artifacts from "ovirt-engine-sdk_master_build-artifacts-fc23-x86_64" build number 31
Copied 3 artifacts from "ovirt-engine-sdk-java_master_build-artifacts-el7-x86_64" build number 8
Copied 3 artifacts from "ovirt-engine-sdk-java_master_build-artifacts-fc23-x86_64" build number 16
Copied 4 artifacts from "ovirt-image-uploader_master_build-artifacts-el7-x86_64" build number 14
Copied 4 artifacts from "ovirt-image-uploader_master_build-artifacts-fc23-x86_64" build number 7
Copied 4 artifacts from "ovirt-scheduler-proxy_master_build-artifacts-el7-x86_64" build number 2
Copied 4 artifacts from "ovirt-scheduler-proxy_master_build-artifacts-fc23-x86_64" build number 2
Copied 6 artifacts from "ovirt-optimizer_master_build-artifacts-el7-x86_64" build number 30
Copied 7 artifacts from "ovirt-optimizer_master_build-artifacts-fc23-x86_64" build number 32
Copied 5 artifacts from "ovirt-jboss-modules-maven-plugin_master_build-artifacts-el7-x86_64" build number 6
Copied 5 artifacts from "ovirt-jboss-modules-maven-plugin_master_build-artifacts-fc23-x86_64" build number 2
Copied 9 artifacts from "ioprocess_master_create-rpms-el7-x86_64_merged" build number 77
Copied 9 artifacts from "ioprocess_master_create-rpms-fc23-x86_64_merged" build number 11
Copied 6 artifacts from "mom_master_create-rpms-el7-x86_64_merged" build number 50
Copied 6 artifacts from "mom_master_create-rpms-fc23-x86_64_merged" build number 9
Copied 48 artifacts from "vdsm_master_build-artifacts-el7-x86_64" build number 858
Copied 48 artifacts from "vdsm_master_build-artifacts-fc23-x86_64" build number 838
Copied 7 artifacts from "ovirt-hosted-engine-ha_master_create-rpms-el7-x86_64_merged" build number 115
Copied 7 artifacts from "ovirt-hosted-engine-ha_master_create-rpms-fc23-x86_64_merged" build number 47
Copied 4 artifacts from "ovirt-hosted-engine-setup_master_build-artifacts-el7-x86_64" build number 86
Copied 4 artifacts from "ovirt-hosted-engine-setup_master_build-artifacts-fc23-x86_64" build number 53
Copied 13 artifacts from "qemu_master_create-rpms-el7-x86_64_merged" build number 13
Copied 4 artifacts from "unboundid-ldapsdk_master_create-rpms-el7-x86_64_merged" build number 2
FATAL: Failed to copy /var/lib/jenkins/jobs/ovirt-appliance_master_build-artifacts-el7-x86_64/builds/128/archive/exported-artifacts/ovirt-engine-appliance-4.0-20160416.1.el7.centos.noarch.rpm to <http://jenkins.ovirt.org/job/ovirt_master_publish-rpms_nightly/ws/artifac...>
hudson.util.IOException2: Failed to copy /var/lib/jenkins/jobs/ovirt-appliance_master_build-artifacts-el7-x86_64/builds/128/archive/exported-artifacts/ovirt-engine-appliance-4.0-20160416.1.el7.centos.noarch.rpm to <http://jenkins.ovirt.org/job/ovirt_master_publish-rpms_nightly/ws/artifac...>
at hudson.plugins.copyartifact.FingerprintingCopyMethod.copyOne(FingerprintingCopyMethod.java:110)
at hudson.plugins.copyartifact.CopyArtifact.perform(CopyArtifact.java:479)
at hudson.plugins.copyartifact.CopyArtifact.perform(CopyArtifact.java:408)
at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:76)
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:782)
at hudson.model.Build$BuildExecution.build(Build.java:205)
at hudson.model.Build$BuildExecution.doRun(Build.java:162)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:534)
at hudson.model.Run.execute(Run.java:1738)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:98)
at hudson.model.Executor.run(Executor.java:410)
Caused by: java.io.IOException: No space left on device
at java.io.FileOutputStream.writeBytes(Native Method)
at java.io.FileOutputStream.write(FileOutputStream.java:318)
at java.security.DigestOutputStream.write(DigestOutputStream.java:148)
at hudson.remoting.RemoteOutputStream.write(RemoteOutputStream.java:110)
at hudson.Util.copyStream(Util.java:493)
at hudson.FilePath$41.invoke(FilePath.java:2017)
at hudson.FilePath$41.invoke(FilePath.java:2011)
at hudson.FilePath.act(FilePath.java:990)
at hudson.FilePath.act(FilePath.java:968)
at hudson.FilePath.copyTo(FilePath.java:2011)
at hudson.plugins.copyartifact.FingerprintingCopyMethod.copyOne(FingerprintingCopyMethod.java:80)
... 12 more
8 years, 7 months