[Libvirt-ci] Failed: libvirt/libvirt#712 (master - 3746a38)
by Travis CI
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&u...
--
You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications
7 years, 1 month
[Libvirt-ci] Build failed in Jenkins: virt-manager-master-check » libvirt-fedora-27 #966
by ci@centos.org
See <https://ci.centos.org/job/virt-manager-master-check/systems=libvirt-fedor...>
------------------------------------------
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-fedor...>
[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-fedor...",> line 33, in <module>
from tests import utils
File "<https://ci.centos.org/job/virt-manager-master-check/systems=libvirt-fedor...",> line 21, in <module>
import virtinst
File "<https://ci.centos.org/job/virt-manager-master-check/systems=libvirt-fedor...",> line 39, in <module>
from virtinst import util
File "<https://ci.centos.org/job/virt-manager-master-check/systems=libvirt-fedor...",> line 27, in <module>
import libvirt
ImportError: No module named libvirt
Build step 'Execute shell' marked build as failure
7 years, 1 month
[Libvirt-ci] Build failed in Jenkins: libvirt-python-master-build » libvirt-freebsd-10 #788
by ci@centos.org
See <https://ci.centos.org/job/libvirt-python-master-build/systems=libvirt-fre...>
------------------------------------------
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-fre...>
> 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)
7 years, 1 month
[Libvirt-ci] Build failed in Jenkins: libvirt-master-build » libvirt-fedora-25 #1006
by ci@centos.org
See <https://ci.centos.org/job/libvirt-master-build/systems=libvirt-fedora-25/...>
------------------------------------------
[...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)
7 years, 1 month