libvirt List Archives
Sign In Sign Up
Manage this list Sign In Sign Up

Keyboard Shortcuts

Thread View

  • j: Next unread message
  • k: Previous unread message
  • j a: Jump to all threads
  • j l: Jump to MailingList overview

CI

Thread Start a new thread
Download
Threads by month
  • ----- 2025 -----
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2024 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2023 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2022 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2021 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2020 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2019 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2018 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2017 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2016 -----
  • December
  • November
  • October
  • September
  • August
  • July
ci@lists.libvirt.org

November 2017

  • 2 participants
  • 83 discussions
[Libvirt-ci] Still Failing: libvirt/libvirt#713 (master - 9baf50c)
by Travis CI 22 Nov '17

22 Nov '17
Build Update for libvirt/libvirt ------------------------------------- Build: #713 Status: Still Failing Duration: 51 minutes and 6 seconds Commit: 9baf50c (master) Author: Peter Krempa Message: qemu: command: Anotate formatting of the frontend attributes with -drive Explain that certain attributes formatted with -drive are in fact attributes of the drive itself and not the storage backing it. View the changeset: https://github.com/libvirt/libvirt/compare/3746a38e7b9a...9baf50c414ba View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/305979224?utm_source=email&utm… -- You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications
1 0
0 0
[Libvirt-ci] Failed: libvirt/libvirt#712 (master - 3746a38)
by Travis CI 22 Nov '17

22 Nov '17
Build Update for libvirt/libvirt ------------------------------------- Build: #712 Status: Failed Duration: 43 minutes and 39 seconds Commit: 3746a38 (master) Author: Peter Krempa Message: qemu: domain: Don't call namespace setup for storage already accessed by vm When doing block commit we need to allow write for members of the backing chain so that we can commit the data into them. qemuDomainDiskChainElementPrepare was used for this which since commit 786d8d91b4 calls qemuDomainNamespaceSetupDisk which has very adverse side-effects, namely it relabels the nodes to the same label it has in the main namespace. This was messing up permissions for the commit operation since its touching various parts of a single backing chain. Since we are are actually not introducing new images at that point add a flag for qemuDomainDiskChainElementPrepare which will refrain from calling to the namespace setup function. Calls from qemuDomainSnapshotCreateSingleDiskActive and qemuDomainBlockCopyCommon do introduce new members all calls from qemuDomainBlockCommit do not, so the calls are anotated accordingly. Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1506072 View the changeset: https://github.com/libvirt/libvirt/compare/5a8f5a997fe0...3746a38e7b9a View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/305901901?utm_source=email&utm… -- You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications
1 0
0 0
[Libvirt-ci] Build failed in Jenkins: virt-manager-master-check » libvirt-fedora-27 #966
by ci@centos.org 22 Nov '17

22 Nov '17
See <https://ci.centos.org/job/virt-manager-master-check/systems=libvirt-fedora-…> ------------------------------------------ Started by upstream project "virt-manager-master-check" build number 966 originally caused by: Started by upstream project "virt-manager-master-build" build number 973 originally caused by: Started by upstream project "libosinfo-master-build" build number 112 originally caused by: Started by upstream project "osinfo-db-master-build" build number 225 originally caused by: Started by upstream project "osinfo-db-tools-master-build" build number 32 originally caused by: Started by user Libvirt [EnvInject] - Loading node environment variables. Building remotely on libvirt-fedora-27 (libvirt) in workspace <https://ci.centos.org/job/virt-manager-master-check/systems=libvirt-fedora-…> [virt-manager-master] $ /bin/sh -xe /tmp/jenkins6299384526631301240.sh + MAKE=make ++ uname + unamestr=Linux + '[' Linux = FreeBSD ']' + export PATH=/home/jenkins/build/libvirt/bin:/home/jenkins/build/libvirt/bin:/home/jenkins/build/libvirt/bin:/home/jenkins/build/libvirt/bin:/usr/lib64/ccache:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/home/jenkins/.local/bin:/home/jenkins/bin + PATH=/home/jenkins/build/libvirt/bin:/home/jenkins/build/libvirt/bin:/home/jenkins/build/libvirt/bin:/home/jenkins/build/libvirt/bin:/usr/lib64/ccache:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/home/jenkins/.local/bin:/home/jenkins/bin + python2 setup.py test running test Traceback (most recent call last): File "setup.py", line 686, in <module> distclass=VMMDistribution, File "/usr/lib64/python2.7/distutils/core.py", line 151, in setup dist.run_commands() File "/usr/lib64/python2.7/distutils/dist.py", line 953, in run_commands self.run_command(cmd) File "/usr/lib64/python2.7/distutils/dist.py", line 972, in run_command cmd_obj.run() File "setup.py", line 518, in run TestBaseCommand.run(self) File "setup.py", line 437, in run import tests as testsmodule File "<https://ci.centos.org/job/virt-manager-master-check/systems=libvirt-fedora-…",> line 33, in <module> from tests import utils File "<https://ci.centos.org/job/virt-manager-master-check/systems=libvirt-fedora-…",> line 21, in <module> import virtinst File "<https://ci.centos.org/job/virt-manager-master-check/systems=libvirt-fedora-…",> line 39, in <module> from virtinst import util File "<https://ci.centos.org/job/virt-manager-master-check/systems=libvirt-fedora-…",> line 27, in <module> import libvirt ImportError: No module named libvirt Build step 'Execute shell' marked build as failure
1 1
0 0
[Libvirt-ci] Errored: libvirt/libvirt#711 (master - 5a8f5a9)
by Travis CI 22 Nov '17

22 Nov '17
Build Update for libvirt/libvirt ------------------------------------- Build: #711 Status: Errored Duration: 10 minutes and 21 seconds Commit: 5a8f5a9 (master) Author: ZhiPeng Lu Message: virsh: domifstat: enhance the command's help output According to the man page <interface-device> can be specified either by name or MAC address, adjust the command's help accordingly. Signed-off-by:ZhiPeng Lu <lu.zhipeng(a)zte.com.cn> Reviewed-by: Erik Skultety <eskultet(a)redhat.com> Signed-off-by: Erik Skultety <eskultet(a)redhat.com> View the changeset: https://github.com/libvirt/libvirt/compare/190febdcd9cd...5a8f5a997fe0 View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/305774562?utm_source=email&utm… -- You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications
1 0
0 0
[Libvirt-ci] Build failed in Jenkins: libvirt-python-master-build » libvirt-freebsd-10 #788
by ci@centos.org 22 Nov '17

22 Nov '17
See <https://ci.centos.org/job/libvirt-python-master-build/systems=libvirt-freeb…> ------------------------------------------ Started by upstream project "libvirt-python-master-build" build number 788 originally caused by: Started by upstream project "libvirt-master-build" build number 1005 originally caused by: Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on libvirt-freebsd-10 (libvirt) in workspace <https://ci.centos.org/job/libvirt-python-master-build/systems=libvirt-freeb…> > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git://n64.pufty.ci.centos.org/libvirt-python.git # timeout=10 Fetching upstream changes from git://n64.pufty.ci.centos.org/libvirt-python.git > git --version # timeout=10 > git fetch --tags --progress git://n64.pufty.ci.centos.org/libvirt-python.git +refs/heads/*:refs/remotes/origin/* Checking out Revision 8018f0aa7eeb9f67be887107cf66d481893f210a (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 8018f0aa7eeb9f67be887107cf66d481893f210a Commit message: "Release of libvirt-python-3.9.0" > git rev-list 8018f0aa7eeb9f67be887107cf66d481893f210a # timeout=10 Cleaning workspace > git rev-parse --verify HEAD # timeout=10 FATAL: Invalid id: 8018f0aa7eeb9f67be887107cf66d481893f210a Process leaked file descriptors. See https://jenkins.io/redirect/troubleshooting/process-leaked-file-descriptors for more information org.eclipse.jgit.errors.InvalidObjectIdException: Invalid id: 8018f0aa7eeb9f67be887107cf66d481893f210a Process leaked file descriptors. See https://jenkins.io/redirect/troubleshooting/process-leaked-file-descriptors for more information at org.eclipse.jgit.lib.ObjectId.fromString(ObjectId.java:232) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.validateRevision(CliGitAPIImpl.java:826) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.reset(CliGitAPIImpl.java:425) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.clean(CliGitAPIImpl.java:761) at hudson.plugins.git.GitAPI.clean(GitAPI.java:311) at sun.reflect.GeneratedMethodAccessor47.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:895) at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:870) at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:829) at hudson.remoting.UserRequest.perform(UserRequest.java:153) at hudson.remoting.UserRequest.perform(UserRequest.java:50) at hudson.remoting.Request$2.run(Request.java:336) at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at hudson.remoting.Engine$1$1.run(Engine.java:94) at java.lang.Thread.run(Thread.java:748) at ......remote call to JNLP4-connect connection from n64.pufty.ci.centos.org/172.19.3.128:34216(Native Method) at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1654) at hudson.remoting.UserResponse.retrieve(UserRequest.java:311) at hudson.remoting.Channel.call(Channel.java:905) at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:257) at com.sun.proxy.$Proxy74.clean(Unknown Source) at org.jenkinsci.plugins.gitclient.RemoteGitImpl.clean(RemoteGitImpl.java:450) at hudson.plugins.git.extensions.impl.CleanCheckout.onCheckoutCompleted(CleanCheckout.java:30) at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1201) at hudson.scm.SCM.checkout(SCM.java:495) at hudson.model.AbstractProject.checkout(AbstractProject.java:1212) at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:566) at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:491) at hudson.model.Run.execute(Run.java:1737) at hudson.matrix.MatrixRun.run(MatrixRun.java:146) at hudson.model.ResourceController.execute(ResourceController.java:97) at hudson.model.Executor.run(Executor.java:421)
1 1
0 0
[Libvirt-ci] Build failed in Jenkins: libosinfo-master-rpm » libvirt-fedora-rawhide #71
by ci@centos.org 22 Nov '17

22 Nov '17
See <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-rawhi…> ------------------------------------------ [...truncated 309.32 KB...] installing km.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-rawhi…> installing kn.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-rawhi…> installing ko.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-rawhi…> installing kw_GB.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-rawhi…> installing kw(a)kkcor.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-rawhi…> installing kw.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-rawhi…> installing kw(a)uccor.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-rawhi…> installing ky.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-rawhi…> installing lt.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-rawhi…> installing lv.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-rawhi…> installing mai.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-rawhi…> installing mk.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-rawhi…> installing ml.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-rawhi…> installing mn.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-rawhi…> installing mr.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-rawhi…> installing ms.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-rawhi…> installing nb.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-rawhi…> installing nds.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-rawhi…> installing ne.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-rawhi…> installing nl.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-rawhi…> installing nn.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-rawhi…> installing nso.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-rawhi…> installing or.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-rawhi…> installing pa.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-rawhi…> installing pl.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-rawhi…> installing pt_BR.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-rawhi…> installing pt.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-rawhi…> installing ro.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-rawhi…> installing ru.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-rawhi…> installing si.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-rawhi…> installing sk.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-rawhi…> installing sl.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-rawhi…> installing sq.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-rawhi…> installing sr(a)latin.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-rawhi…> installing sr.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-rawhi…> installing sv.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-rawhi…> installing ta.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-rawhi…> installing te.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-rawhi…> installing tg.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-rawhi…> installing th.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-rawhi…> installing tr.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-rawhi…> installing tw.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-rawhi…> installing uk.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-rawhi…> installing ur.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-rawhi…> installing vi.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-rawhi…> installing wba.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-rawhi…> installing yo.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-rawhi…> installing zh_CN.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-rawhi…> installing zh_HK.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-rawhi…> installing zh_TW.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-rawhi…> installing zu.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-rawhi…> make[1]: Leaving directory '<https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-rawhi…'> Making install in examples make[1]: Entering directory '<https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-rawhi…'> make[2]: Entering directory '<https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-rawhi…'> make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '<https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-rawhi…'> make[1]: Leaving directory '<https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-rawhi…'> Making install in tests make[1]: Entering directory '<https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-rawhi…'> make[2]: Entering directory '<https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-rawhi…'> make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '<https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-rawhi…'> make[1]: Leaving directory '<https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-rawhi…'> make[1]: Entering directory '<https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-rawhi…'> make[2]: Entering directory '<https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-rawhi…'> make[2]: Nothing to be done for 'install-exec-am'. make[2]: Leaving directory '<https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-rawhi…'> make[1]: Leaving directory '<https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-rawhi…'> + rm -f '<https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-rawhi…'> + rm -f <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-rawhi…> + /usr/lib/rpm/find-lang.sh <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-rawhi…> libosinfo + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 1.2.0-1.fc28 --unique-debug-suffix -1.2.0-1.fc28.x86_64 --unique-debug-src-base libosinfo-1.2.0-1.fc28.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-rawhi…> extracting debug info from <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-rawhi…> extracting debug info from <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-rawhi…> extracting debug info from <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-rawhi…> extracting debug info from <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-rawhi…> /usr/lib/rpm/sepdebugcrcfix: Updated 4 CRC32s, 0 CRC32s did match. 1337 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/brp-python-hardlink Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.Tx0hUn + umask 022 + cd <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-rawhi…> + cd libosinfo-1.2.0 + make check Making check in osinfo make[1]: Entering directory '<https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-rawhi…'> make check-am make[2]: Entering directory '<https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-rawhi…'> make check-local make[3]: Entering directory '<https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-rawhi…'> GEN check-symfile GEN check-symsorting make[3]: Leaving directory '<https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-rawhi…'> make[2]: Leaving directory '<https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-rawhi…'> make[1]: Leaving directory '<https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-rawhi…'> Making check in tools make[1]: Entering directory '<https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-rawhi…'> make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '<https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-rawhi…'> Making check in docs make[1]: Entering directory '<https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-rawhi…'> Making check in reference make[2]: Entering directory '<https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-rawhi…'> make[2]: Nothing to be done for 'check'. make[2]: Leaving directory '<https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-rawhi…'> make[2]: Entering directory '<https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-rawhi…'> make[2]: Nothing to be done for 'check-am'. make[2]: Leaving directory '<https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-rawhi…'> make[1]: Leaving directory '<https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-rawhi…'> Making check in po make[1]: Entering directory '<https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-rawhi…'> INTLTOOL_EXTRACT="/usr/bin/intltool-extract" XGETTEXT="/usr/bin/xgettext" srcdir=. /usr/bin/intltool-update --gettext-package libosinfo --pot rm -f missing notexist srcdir=. /usr/bin/intltool-update -m if [ -r missing -o -r notexist ]; then \ exit 1; \ fi make[1]: Leaving directory '<https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-rawhi…'> Making check in examples make[1]: Entering directory '<https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-rawhi…'> make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '<https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-rawhi…'> Making check in tests make[1]: Entering directory '<https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-rawhi…'> make test-entity test-device test-list test-devicelist test-filter test-product test-os test-oslist test-productfilter test-platform test-platformlist test-db test-loader test-isodetect test-install-script test-mediauris test-treeuris make[2]: Entering directory '<https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-rawhi…'> CC test_entity-test-entity.o CCLD test-entity CC test_device-test-device.o CCLD test-device CC test_list-test-list.o CCLD test-list CC test_devicelist-test-devicelist.o CCLD test-devicelist CC test_filter-test-filter.o CCLD test-filter CC test_product-test-product.o CCLD test-product CC test_os-test-os.o CCLD test-os CC test_oslist-test-oslist.o CCLD test-oslist CC test_productfilter-test-productfilter.o CCLD test-productfilter CC test_platform-test-platform.o CCLD test-platform CC test_platformlist-test-platformlist.o CCLD test-platformlist CC test_db-test-db.o CCLD test-db CC test_loader-test-loader.o CCLD test-loader CC test_isodetect-test-isodetect.o CCLD test-isodetect CC test_install_script-test-install-script.o CCLD test-install-script CC test_mediauris-test-mediauris.o CCLD test-mediauris CC test_treeuris-test-treeuris.o CCLD test-treeuris make[2]: Leaving directory '<https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-rawhi…'> make check-TESTS make[2]: Entering directory '<https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-rawhi…'> make[3]: Entering directory '<https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-rawhi…'> PASS: test-entity PASS: test-device PASS: test-list PASS: test-devicelist PASS: test-filter PASS: test-product PASS: test-os PASS: test-oslist PASS: test-productfilter PASS: test-platform PASS: test-platformlist PASS: test-db PASS: test-loader ../build-aux/test-driver: line 107: 11672 Aborted (core dumped) "$@" > $log_file 2>&1 FAIL: test-isodetect PASS: test-install-script SKIP: test-mediauris SKIP: test-treeuris ============================================================================ Testsuite summary for libosinfo 1.2.0 ============================================================================ # TOTAL: 17 # PASS: 14 # SKIP: 2 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 ============================================================================ See tests/test-suite.log Please report to libosinfo(a)redhat.com ============================================================================ make[3]: *** [Makefile:1257: test-suite.log] Error 1 make[3]: Leaving directory '<https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-rawhi…'> make[2]: *** [Makefile:1365: check-TESTS] Error 2 make[2]: Leaving directory '<https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-rawhi…'> make[1]: *** [Makefile:1548: check-am] Error 2 make[1]: Leaving directory '<https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-rawhi…'> make: *** [Makefile:594: check-recursive] Error 1 + cat tests/test-suite.log =========================================== libosinfo 1.2.0: tests/test-suite.log =========================================== # TOTAL: 17 # PASS: 14 # SKIP: 2 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 .. contents:: :depth: 2 FAIL: test-isodetect ==================== /isodetect/fedora: ** ERROR:test-isodetect.c:359:test_one: 'matched' should be TRUE FAIL test-isodetect (exit status: 134) SKIP: test-mediauris ==================== SKIP test-mediauris (exit status: 77) SKIP: test-treeuris =================== SKIP test-treeuris (exit status: 77) + exit 1 error: Bad exit status from /var/tmp/rpm-tmp.Tx0hUn (%check) RPM build errors: Bad exit status from /var/tmp/rpm-tmp.Tx0hUn (%check) Build step 'Execute shell' marked build as failure
1 4
0 0
[Libvirt-ci] Build failed in Jenkins: libosinfo-master-rpm » libvirt-fedora-26 #71
by ci@centos.org 22 Nov '17

22 Nov '17
See <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-26/71…> ------------------------------------------ [...truncated 309.90 KB...] installing kw_GB.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-26/ws…> installing kw(a)kkcor.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-26/ws…> installing kw.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-26/ws…> installing kw(a)uccor.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-26/ws…> installing ky.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-26/ws…> installing lt.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-26/ws…> installing lv.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-26/ws…> installing mai.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-26/ws…> installing mk.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-26/ws…> installing ml.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-26/ws…> installing mn.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-26/ws…> installing mr.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-26/ws…> installing ms.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-26/ws…> installing nb.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-26/ws…> installing nds.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-26/ws…> installing ne.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-26/ws…> installing nl.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-26/ws…> installing nn.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-26/ws…> installing nso.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-26/ws…> installing or.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-26/ws…> installing pa.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-26/ws…> installing pl.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-26/ws…> installing pt_BR.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-26/ws…> installing pt.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-26/ws…> installing ro.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-26/ws…> installing ru.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-26/ws…> installing si.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-26/ws…> installing sk.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-26/ws…> installing sl.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-26/ws…> installing sq.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-26/ws…> installing sr(a)latin.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-26/ws…> installing sr.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-26/ws…> installing sv.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-26/ws…> installing ta.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-26/ws…> installing te.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-26/ws…> installing tg.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-26/ws…> installing th.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-26/ws…> installing tr.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-26/ws…> installing tw.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-26/ws…> installing uk.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-26/ws…> installing ur.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-26/ws…> installing vi.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-26/ws…> installing wba.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-26/ws…> installing yo.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-26/ws…> installing zh_CN.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-26/ws…> installing zh_HK.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-26/ws…> installing zh_TW.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-26/ws…> installing zu.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-26/ws…> make[1]: Leaving directory '<https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-26/ws…'> Making install in examples make[1]: Entering directory '<https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-26/ws…'> make[2]: Entering directory '<https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-26/ws…'> make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '<https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-26/ws…'> make[1]: Leaving directory '<https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-26/ws…'> Making install in tests make[1]: Entering directory '<https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-26/ws…'> make[2]: Entering directory '<https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-26/ws…'> make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '<https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-26/ws…'> make[1]: Leaving directory '<https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-26/ws…'> make[1]: Entering directory '<https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-26/ws…'> make[2]: Entering directory '<https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-26/ws…'> make[2]: Nothing to be done for 'install-exec-am'. make[2]: Leaving directory '<https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-26/ws…'> make[1]: Leaving directory '<https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-26/ws…'> + rm -f '<https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-26/ws…'> + rm -f <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-26/ws…> + /usr/lib/rpm/find-lang.sh <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-26/ws…> libosinfo + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-26/ws…> extracting debug info from <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-26/ws…> extracting debug info from <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-26/ws…> extracting debug info from <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-26/ws…> extracting debug info from <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-26/ws…> /usr/lib/rpm/sepdebugcrcfix: Updated 4 CRC32s, 0 CRC32s did match. symlinked /usr/lib/debug/usr/lib64/libosinfo-1.0.so.0.1002.0.debug to /usr/lib/debug/usr/lib64/libosinfo-1.0.so.debug symlinked /usr/lib/debug/usr/lib64/libosinfo-1.0.so.0.1002.0.debug to /usr/lib/debug/usr/lib64/libosinfo-1.0.so.0.debug 1336 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/brp-python-hardlink Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.ZHiqTc + umask 022 + cd <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-26/ws…> + cd libosinfo-1.2.0 + make check Making check in osinfo make[1]: Entering directory '<https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-26/ws…'> make check-am make[2]: Entering directory '<https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-26/ws…'> make check-local make[3]: Entering directory '<https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-26/ws…'> GEN check-symfile GEN check-symsorting make[3]: Leaving directory '<https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-26/ws…'> make[2]: Leaving directory '<https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-26/ws…'> make[1]: Leaving directory '<https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-26/ws…'> Making check in tools make[1]: Entering directory '<https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-26/ws…'> make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '<https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-26/ws…'> Making check in docs make[1]: Entering directory '<https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-26/ws…'> Making check in reference make[2]: Entering directory '<https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-26/ws…'> make[2]: Nothing to be done for 'check'. make[2]: Leaving directory '<https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-26/ws…'> make[2]: Entering directory '<https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-26/ws…'> make[2]: Nothing to be done for 'check-am'. make[2]: Leaving directory '<https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-26/ws…'> make[1]: Leaving directory '<https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-26/ws…'> Making check in po make[1]: Entering directory '<https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-26/ws…'> INTLTOOL_EXTRACT="/usr/bin/intltool-extract" XGETTEXT="/usr/bin/xgettext" srcdir=. /usr/bin/intltool-update --gettext-package libosinfo --pot rm -f missing notexist srcdir=. /usr/bin/intltool-update -m Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE ?PACKAGE_NAME}?/ at /usr/bin/intltool-update line 1082, <CONF> line 295. if [ -r missing -o -r notexist ]; then \ exit 1; \ fi make[1]: Leaving directory '<https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-26/ws…'> Making check in examples make[1]: Entering directory '<https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-26/ws…'> make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '<https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-26/ws…'> Making check in tests make[1]: Entering directory '<https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-26/ws…'> make test-entity test-device test-list test-devicelist test-filter test-product test-os test-oslist test-productfilter test-platform test-platformlist test-db test-loader test-isodetect test-install-script test-mediauris test-treeuris make[2]: Entering directory '<https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-26/ws…'> CC test_entity-test-entity.o CCLD test-entity CC test_device-test-device.o CCLD test-device CC test_list-test-list.o CCLD test-list CC test_devicelist-test-devicelist.o CCLD test-devicelist CC test_filter-test-filter.o CCLD test-filter CC test_product-test-product.o CCLD test-product CC test_os-test-os.o CCLD test-os CC test_oslist-test-oslist.o CCLD test-oslist CC test_productfilter-test-productfilter.o CCLD test-productfilter CC test_platform-test-platform.o CCLD test-platform CC test_platformlist-test-platformlist.o CCLD test-platformlist CC test_db-test-db.o CCLD test-db CC test_loader-test-loader.o CCLD test-loader CC test_isodetect-test-isodetect.o CCLD test-isodetect CC test_install_script-test-install-script.o CCLD test-install-script CC test_mediauris-test-mediauris.o CCLD test-mediauris CC test_treeuris-test-treeuris.o CCLD test-treeuris make[2]: Leaving directory '<https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-26/ws…'> make check-TESTS make[2]: Entering directory '<https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-26/ws…'> make[3]: Entering directory '<https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-26/ws…'> PASS: test-entity PASS: test-device PASS: test-list PASS: test-devicelist PASS: test-filter PASS: test-product PASS: test-os PASS: test-oslist PASS: test-productfilter PASS: test-platform PASS: test-platformlist PASS: test-db PASS: test-loader ../build-aux/test-driver: line 107: 29484 Aborted (core dumped) "$@" > $log_file 2>&1 FAIL: test-isodetect PASS: test-install-script SKIP: test-mediauris SKIP: test-treeuris ============================================================================ Testsuite summary for libosinfo 1.2.0 ============================================================================ # TOTAL: 17 # PASS: 14 # SKIP: 2 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 ============================================================================ See tests/test-suite.log Please report to libosinfo(a)redhat.com ============================================================================ make[3]: *** [Makefile:1257: test-suite.log] Error 1 make[3]: Leaving directory '<https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-26/ws…'> make[2]: *** [Makefile:1365: check-TESTS] Error 2 make[2]: Leaving directory '<https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-26/ws…'> make[1]: *** [Makefile:1548: check-am] Error 2 make[1]: Leaving directory '<https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-fedora-26/ws…'> make: *** [Makefile:594: check-recursive] Error 1 + cat tests/test-suite.log =========================================== libosinfo 1.2.0: tests/test-suite.log =========================================== # TOTAL: 17 # PASS: 14 # SKIP: 2 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 .. contents:: :depth: 2 FAIL: test-isodetect ==================== /isodetect/fedora: ** ERROR:test-isodetect.c:359:test_one: 'matched' should be TRUE FAIL test-isodetect (exit status: 134) SKIP: test-mediauris ==================== SKIP test-mediauris (exit status: 77) SKIP: test-treeuris =================== SKIP test-treeuris (exit status: 77) + exit 1 error: Bad exit status from /var/tmp/rpm-tmp.ZHiqTc (%check) RPM build errors: Bad exit status from /var/tmp/rpm-tmp.ZHiqTc (%check) Build step 'Execute shell' marked build as failure
1 4
0 0
[Libvirt-ci] Build failed in Jenkins: libosinfo-master-rpm » libvirt-centos-7 #71
by ci@centos.org 22 Nov '17

22 Nov '17
See <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-centos-7/71/…> ------------------------------------------ [...truncated 300.85 KB...] installing kw_GB.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-centos-7/ws/…> installing kw(a)kkcor.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-centos-7/ws/…> installing kw.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-centos-7/ws/…> installing kw(a)uccor.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-centos-7/ws/…> installing ky.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-centos-7/ws/…> installing lt.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-centos-7/ws/…> installing lv.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-centos-7/ws/…> installing mai.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-centos-7/ws/…> installing mk.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-centos-7/ws/…> installing ml.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-centos-7/ws/…> installing mn.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-centos-7/ws/…> installing mr.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-centos-7/ws/…> installing ms.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-centos-7/ws/…> installing nb.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-centos-7/ws/…> installing nds.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-centos-7/ws/…> installing ne.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-centos-7/ws/…> installing nl.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-centos-7/ws/…> installing nn.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-centos-7/ws/…> installing nso.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-centos-7/ws/…> installing or.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-centos-7/ws/…> installing pa.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-centos-7/ws/…> installing pl.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-centos-7/ws/…> installing pt_BR.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-centos-7/ws/…> installing pt.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-centos-7/ws/…> installing ro.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-centos-7/ws/…> installing ru.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-centos-7/ws/…> installing si.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-centos-7/ws/…> installing sk.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-centos-7/ws/…> installing sl.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-centos-7/ws/…> installing sq.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-centos-7/ws/…> installing sr(a)latin.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-centos-7/ws/…> installing sr.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-centos-7/ws/…> installing sv.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-centos-7/ws/…> installing ta.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-centos-7/ws/…> installing te.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-centos-7/ws/…> installing tg.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-centos-7/ws/…> installing th.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-centos-7/ws/…> installing tr.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-centos-7/ws/…> installing tw.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-centos-7/ws/…> installing uk.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-centos-7/ws/…> installing ur.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-centos-7/ws/…> installing vi.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-centos-7/ws/…> installing wba.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-centos-7/ws/…> installing yo.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-centos-7/ws/…> installing zh_CN.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-centos-7/ws/…> installing zh_HK.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-centos-7/ws/…> installing zh_TW.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-centos-7/ws/…> installing zu.gmo as <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-centos-7/ws/…> make[1]: Leaving directory `<https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-centos-7/ws/…'> Making install in examples make[1]: Entering directory `<https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-centos-7/ws/…'> make[2]: Entering directory `<https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-centos-7/ws/…'> make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `<https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-centos-7/ws/…'> make[1]: Leaving directory `<https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-centos-7/ws/…'> Making install in tests make[1]: Entering directory `<https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-centos-7/ws/…'> make[2]: Entering directory `<https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-centos-7/ws/…'> make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `<https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-centos-7/ws/…'> make[1]: Leaving directory `<https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-centos-7/ws/…'> make[1]: Entering directory `<https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-centos-7/ws/…'> make[2]: Entering directory `<https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-centos-7/ws/…'> make[2]: Nothing to be done for `install-exec-am'. make[2]: Leaving directory `<https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-centos-7/ws/…'> make[1]: Leaving directory `<https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-centos-7/ws/…'> + rm -f '<https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-centos-7/ws/…'> + rm -f <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-centos-7/ws/…> + /usr/lib/rpm/find-lang.sh <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-centos-7/ws/…> libosinfo + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-centos-7/ws/…> extracting debug info from <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-centos-7/ws/…> extracting debug info from <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-centos-7/ws/…> extracting debug info from <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-centos-7/ws/…> extracting debug info from <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-centos-7/ws/…> /usr/lib/rpm/sepdebugcrcfix: Updated 4 CRC32s, 0 CRC32s did match. symlinked /usr/lib/debug/usr/lib64/libosinfo-1.0.so.0.1002.0.debug to /usr/lib/debug/usr/lib64/libosinfo-1.0.so.0.debug symlinked /usr/lib/debug/usr/lib64/libosinfo-1.0.so.0.1002.0.debug to /usr/lib/debug/usr/lib64/libosinfo-1.0.so.debug 1336 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.aJkOXb + umask 022 + cd <https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-centos-7/ws/…> + cd libosinfo-1.2.0 + make check Making check in osinfo make[1]: Entering directory `<https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-centos-7/ws/…'> make check-am make[2]: Entering directory `<https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-centos-7/ws/…'> make check-local make[3]: Entering directory `<https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-centos-7/ws/…'> GEN check-symfile GEN check-symsorting make[3]: Leaving directory `<https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-centos-7/ws/…'> make[2]: Leaving directory `<https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-centos-7/ws/…'> make[1]: Leaving directory `<https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-centos-7/ws/…'> Making check in tools make[1]: Entering directory `<https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-centos-7/ws/…'> make[1]: Nothing to be done for `check'. make[1]: Leaving directory `<https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-centos-7/ws/…'> Making check in docs make[1]: Entering directory `<https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-centos-7/ws/…'> Making check in reference make[2]: Entering directory `<https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-centos-7/ws/…'> make[2]: Nothing to be done for `check'. make[2]: Leaving directory `<https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-centos-7/ws/…'> make[2]: Entering directory `<https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-centos-7/ws/…'> make[2]: Nothing to be done for `check-am'. make[2]: Leaving directory `<https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-centos-7/ws/…'> make[1]: Leaving directory `<https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-centos-7/ws/…'> Making check in po make[1]: Entering directory `<https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-centos-7/ws/…'> INTLTOOL_EXTRACT="/usr/bin/intltool-extract" XGETTEXT="/usr/bin/xgettext" srcdir=. /usr/bin/intltool-update --gettext-package libosinfo --pot rm -f missing notexist srcdir=. /usr/bin/intltool-update -m if [ -r missing -o -r notexist ]; then \ exit 1; \ fi make[1]: Leaving directory `<https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-centos-7/ws/…'> Making check in examples make[1]: Entering directory `<https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-centos-7/ws/…'> make[1]: Nothing to be done for `check'. make[1]: Leaving directory `<https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-centos-7/ws/…'> Making check in tests make[1]: Entering directory `<https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-centos-7/ws/…'> make test-entity test-device test-list test-devicelist test-filter test-product test-os test-oslist test-productfilter test-platform test-platformlist test-db test-loader test-isodetect test-install-script test-mediauris test-treeuris make[2]: Entering directory `<https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-centos-7/ws/…'> CC test_entity-test-entity.o CCLD test-entity CC test_device-test-device.o CCLD test-device CC test_list-test-list.o CCLD test-list CC test_devicelist-test-devicelist.o CCLD test-devicelist CC test_filter-test-filter.o CCLD test-filter CC test_product-test-product.o CCLD test-product CC test_os-test-os.o CCLD test-os CC test_oslist-test-oslist.o CCLD test-oslist CC test_productfilter-test-productfilter.o CCLD test-productfilter CC test_platform-test-platform.o CCLD test-platform CC test_platformlist-test-platformlist.o CCLD test-platformlist CC test_db-test-db.o CCLD test-db CC test_loader-test-loader.o CCLD test-loader CC test_isodetect-test-isodetect.o CCLD test-isodetect CC test_install_script-test-install-script.o CCLD test-install-script CC test_mediauris-test-mediauris.o CCLD test-mediauris CC test_treeuris-test-treeuris.o CCLD test-treeuris make[2]: Leaving directory `<https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-centos-7/ws/…'> make check-TESTS make[2]: Entering directory `<https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-centos-7/ws/…'> make[3]: Entering directory `<https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-centos-7/ws/…'> PASS: test-entity PASS: test-device PASS: test-list PASS: test-devicelist PASS: test-filter PASS: test-product PASS: test-os PASS: test-oslist PASS: test-productfilter PASS: test-platform PASS: test-platformlist PASS: test-db PASS: test-loader ../build-aux/test-driver: line 95: 26768 Aborted "$@" > $log_file 2>&1 FAIL: test-isodetect PASS: test-install-script SKIP: test-mediauris SKIP: test-treeuris make[4]: Entering directory `<https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-centos-7/ws/…'> make[4]: Nothing to be done for `all'. make[4]: Leaving directory `<https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-centos-7/ws/…'> ============================================================================ Testsuite summary for libosinfo 1.2.0 ============================================================================ # TOTAL: 17 # PASS: 14 # SKIP: 2 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 ============================================================================ See tests/test-suite.log Please report to libosinfo(a)redhat.com ============================================================================ make[3]: *** [test-suite.log] Error 1 make[3]: Leaving directory `<https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-centos-7/ws/…'> make[2]: *** [check-TESTS] Error 2 make[2]: Leaving directory `<https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-centos-7/ws/…'> make[1]: *** [check-am] Error 2 make[1]: Leaving directory `<https://ci.centos.org/job/libosinfo-master-rpm/systems=libvirt-centos-7/ws/…'> make: *** [check-recursive] Error 1 + cat tests/test-suite.log =========================================== libosinfo 1.2.0: tests/test-suite.log =========================================== # TOTAL: 17 # PASS: 14 # SKIP: 2 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 .. contents:: :depth: 2 FAIL: test-isodetect ==================== /isodetect/fedora: ** ERROR:test-isodetect.c:359:test_one: 'matched' should be TRUE SKIP: test-mediauris ==================== SKIP: test-treeuris =================== + exit 1 error: Bad exit status from /var/tmp/rpm-tmp.aJkOXb (%check) RPM build errors: Bad exit status from /var/tmp/rpm-tmp.aJkOXb (%check) Build step 'Execute shell' marked build as failure
1 4
0 0
[Libvirt-ci] Still Failing: libvirt/libvirt#710 (master - 190febd)
by Travis CI 22 Nov '17

22 Nov '17
Build Update for libvirt/libvirt ------------------------------------- Build: #710 Status: Still Failing Duration: 23 minutes and 2 seconds Commit: 190febd (master) Author: Martin Kletzander Message: build: Fix make dist Since we don't pack symlinks we cannot have recursive loops in them. Since we need one directory to be in tests/vircaps2xmldata/linux-caches/, instead of creating a symlink, just move the files in that directory and adjust tests. Signed-off-by: Martin Kletzander <mkletzan(a)redhat.com> View the changeset: https://github.com/libvirt/libvirt/compare/a785186446de...190febdcd9cd View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/305738595?utm_source=email&utm… -- You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications
1 0
0 0
[Libvirt-ci] Build failed in Jenkins: libvirt-master-build » libvirt-fedora-25 #1006
by ci@centos.org 22 Nov '17

22 Nov '17
See <https://ci.centos.org/job/libvirt-master-build/systems=libvirt-fedora-25/10…> ------------------------------------------ [...truncated 80.97 KB...] Removing m4/strptime.m4 Removing m4/strsep.m4 Removing m4/strtok_r.m4 Removing m4/symlink.m4 Removing m4/sys_ioctl_h.m4 Removing m4/sys_select_h.m4 Removing m4/sys_socket_h.m4 Removing m4/sys_stat_h.m4 Removing m4/sys_time_h.m4 Removing m4/sys_types_h.m4 Removing m4/sys_uio_h.m4 Removing m4/sys_utsname_h.m4 Removing m4/sys_wait_h.m4 Removing m4/tempname.m4 Removing m4/termios_h.m4 Removing m4/thread.m4 Removing m4/threadlib.m4 Removing m4/time_h.m4 Removing m4/time_r.m4 Removing m4/timegm.m4 Removing m4/tm_gmtoff.m4 Removing m4/ttyname_r.m4 Removing m4/uintmax_t.m4 Removing m4/uname.m4 Removing m4/ungetc.m4 Removing m4/unistd_h.m4 Removing m4/unlockpt.m4 Removing m4/usleep.m4 Removing m4/vasnprintf.m4 Removing m4/vasprintf.m4 Removing m4/visibility.m4 Removing m4/vsnprintf.m4 Removing m4/wait-process.m4 Removing m4/waitpid.m4 Removing m4/warn-on-use.m4 Removing m4/warnings.m4 Removing m4/wchar_h.m4 Removing m4/wchar_t.m4 Removing m4/wchar_t.m4~ Removing m4/wcrtomb.m4 Removing m4/wctob.m4 Removing m4/wctomb.m4 Removing m4/wctype_h.m4 Removing m4/wint_t.m4 Removing m4/wint_t.m4~ Removing m4/write.m4 Removing m4/xalloc.m4 Removing m4/xsize.m4 Removing m4/xsize.m4~ Removing maint.mk Removing po/.gitignore Removing po/Makefile.in.in Removing po/Makevars Removing po/Makevars.template Removing po/Rules-quot Removing po/af.gmo Removing po/am.gmo Removing po/anp.gmo Removing po/ar.gmo Removing po/as.gmo Removing po/ast.gmo Removing po/bal.gmo Removing po/be.gmo Removing po/bg.gmo Removing po/bn.gmo Removing po/bn_IN.gmo Removing po/bo.gmo Removing po/boldquot.sed Removing po/br.gmo Removing po/brx.gmo Removing po/bs.gmo Removing po/ca.gmo Removing po/cs.gmo Removing po/cy.gmo Removing po/da.gmo Removing po/de.gmo Removing po/de_CH.gmo Removing po/el.gmo Removing po/en(a)boldquot.header Removing po/en(a)quot.header Removing po/en_GB.gmo Removing po/eo.gmo Removing po/es.gmo Removing po/et.gmo Removing po/eu.gmo Removing po/fa.gmo Removing po/fi.gmo Removing po/fr.gmo Removing po/gl.gmo Removing po/gu.gmo Removing po/he.gmo Removing po/hi.gmo Removing po/hr.gmo Removing po/hu.gmo Removing po/ia.gmo Removing po/id.gmo Removing po/ilo.gmo Removing po/insert-header.sin Removing po/is.gmo Removing po/it.gmo Removing po/ja.gmo Removing po/ka.gmo Removing po/kk.gmo Removing po/km.gmo Removing po/kn.gmo Removing po/ko.gmo Removing po/kw.gmo Removing po/kw(a)kkcor.gmo Removing po/kw(a)uccor.gmo Removing po/kw_GB.gmo Removing po/ky.gmo Removing po/lt.gmo Removing po/lv.gmo Removing po/mai.gmo Removing po/mk.gmo Removing po/ml.gmo Removing po/mn.gmo Removing po/mr.gmo Removing po/ms.gmo Removing po/nb.gmo Removing po/nds.gmo Removing po/ne.gmo Removing po/nl.gmo Removing po/nn.gmo Removing po/nso.gmo Removing po/or.gmo Removing po/pa.gmo Removing po/pl.gmo Removing po/pt.gmo Removing po/pt_BR.gmo Removing po/quot.sed Removing po/remove-potcdate.sin Removing po/ro.gmo Removing po/ru.gmo Removing po/si.gmo Removing po/sk.gmo Removing po/sl.gmo Removing po/sq.gmo Removing po/sr.gmo Removing po/sr(a)latin.gmo Removing po/sv.gmo Removing po/ta.gmo Removing po/te.gmo Removing po/tg.gmo Removing po/th.gmo Removing po/tr.gmo Removing po/tw.gmo Removing po/uk.gmo Removing po/ur.gmo Removing po/vi.gmo Removing po/wba.gmo Removing po/yo.gmo Removing po/zh_CN.gmo Removing po/zh_HK.gmo Removing po/zh_TW.gmo Removing po/zu.gmo Removing src/Makefile.in Removing src/access/org.libvirt.api.policy Removing src/access/viraccessapicheck.c Removing src/access/viraccessapicheck.h Removing src/access/viraccessapichecklxc.c Removing src/access/viraccessapichecklxc.h Removing src/access/viraccessapicheckqemu.c Removing src/access/viraccessapicheckqemu.h Removing src/admin/admin_client.h Removing src/admin/admin_protocol.c Removing src/admin/admin_protocol.h Removing src/esx/esx_vi.generated.c Removing src/esx/esx_vi.generated.h Removing src/esx/esx_vi_methods.generated.c Removing src/esx/esx_vi_methods.generated.h Removing src/esx/esx_vi_methods.generated.macro Removing src/esx/esx_vi_types.generated.c Removing src/esx/esx_vi_types.generated.h Removing src/esx/esx_vi_types.generated.typedef Removing src/esx/esx_vi_types.generated.typeenum Removing src/esx/esx_vi_types.generated.typefromstring Removing src/esx/esx_vi_types.generated.typetostring Removing src/hyperv/hyperv_wmi_classes.generated.c Removing src/hyperv/hyperv_wmi_classes.generated.h Removing src/hyperv/hyperv_wmi_classes.generated.typedef Removing src/locking/lock_daemon_dispatch_stubs.h Removing src/locking/lock_protocol.c Removing src/locking/lock_protocol.h Removing src/logging/log_daemon_dispatch_stubs.h Removing src/logging/log_protocol.c Removing src/logging/log_protocol.h Removing src/lxc/lxc_controller_dispatch.h Removing src/lxc/lxc_monitor_dispatch.h Removing src/lxc/lxc_monitor_protocol.c Removing src/lxc/lxc_monitor_protocol.h Removing src/remote/lxc_client_bodies.h Removing src/remote/lxc_protocol.c Removing src/remote/lxc_protocol.h Removing src/remote/qemu_client_bodies.h Removing src/remote/qemu_protocol.c Removing src/remote/qemu_protocol.h Removing src/remote/remote_client_bodies.h Removing src/remote/remote_protocol.c Removing src/remote/remote_protocol.h Removing src/rpc/virkeepaliveprotocol.c Removing src/rpc/virkeepaliveprotocol.h Removing src/rpc/virnetprotocol.c Removing src/rpc/virnetprotocol.h Removing tests/Makefile.in Removing tools/Makefile.in stderr: at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1970) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1938) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1934) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1572) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1584) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.clean(CliGitAPIImpl.java:762) at hudson.plugins.git.GitAPI.clean(GitAPI.java:311) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:895) at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:870) at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:829) at hudson.remoting.UserRequest.perform(UserRequest.java:153) at hudson.remoting.UserRequest.perform(UserRequest.java:50) at hudson.remoting.Request$2.run(Request.java:336) at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at hudson.remoting.Engine$1$1.run(Engine.java:94) at java.lang.Thread.run(Thread.java:748) at ......remote call to JNLP4-connect connection from n64.pufty.ci.centos.org/172.19.3.128:57064(Native Method) at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1654) at hudson.remoting.UserResponse.retrieve(UserRequest.java:311) at hudson.remoting.Channel.call(Channel.java:905) at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:257) at com.sun.proxy.$Proxy74.clean(Unknown Source) at org.jenkinsci.plugins.gitclient.RemoteGitImpl.clean(RemoteGitImpl.java:450) at hudson.plugins.git.extensions.impl.CleanCheckout.onCheckoutCompleted(CleanCheckout.java:30) at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1201) at hudson.scm.SCM.checkout(SCM.java:495) at hudson.model.AbstractProject.checkout(AbstractProject.java:1212) at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:566) at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:491) at hudson.model.Run.execute(Run.java:1737) at hudson.matrix.MatrixRun.run(MatrixRun.java:146) at hudson.model.ResourceController.execute(ResourceController.java:97) at hudson.model.Executor.run(Executor.java:421)
1 5
0 0
  • ← Newer
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.