See <https://ci.centos.org/job/libvirt-go-xml-check/systems=libvirt-freebsd-12...>
------------------------------------------
Started by upstream project "libvirt-go-xml-check" build number 1102
originally caused by:
Started by upstream project "libvirt-go-xml-build" build number 1106
originally caused by:
Started by upstream project "libvirt-build" build number 1276
originally caused by:
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on libvirt-freebsd-12 (libvirt) in workspace <https://ci.centos.org/job/libvirt-go-xml-check/systems=libvirt-freebsd-12...>
[libvirt-go-xml] $ /bin/sh -xe /tmp/jenkins2375593199139554016.sh
+ export 'TEST_ARGS=-tags xmlroundtrip'
+ go test -tags xmlroundtrip
--- FAIL: TestRoundTrip (16.22s)
xml_test.go:374: testdata/libvirt/tests/qemuxml2argvdata/memory-hotplug-nvdimm-ppc64.xml: /domain[0]/devices[0]/memory[0]/uuid[0]: element in expected XML missing in actual XML
FAIL
exit status 1
FAIL _/usr<https://ci.centos.org/job/libvirt-go-xml-check/systems=libvirt-freebsd-12...> 16.302s
Build step 'Execute shell' marked build as failure
See <https://ci.centos.org/job/libvirt-go-xml-check/systems=libvirt-freebsd-11...>
------------------------------------------
Started by upstream project "libvirt-go-xml-check" build number 1102
originally caused by:
Started by upstream project "libvirt-go-xml-build" build number 1106
originally caused by:
Started by upstream project "libvirt-build" build number 1276
originally caused by:
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on libvirt-freebsd-11 (libvirt) in workspace <https://ci.centos.org/job/libvirt-go-xml-check/systems=libvirt-freebsd-11...>
[libvirt-go-xml] $ /bin/sh -xe /tmp/jenkins8174098977017811857.sh
+ export 'TEST_ARGS=-tags xmlroundtrip'
+ go test -tags xmlroundtrip
--- FAIL: TestRoundTrip (19.19s)
xml_test.go:374: testdata/libvirt/tests/qemuxml2argvdata/memory-hotplug-nvdimm-ppc64.xml: /domain[0]/devices[0]/memory[0]/uuid[0]: element in expected XML missing in actual XML
FAIL
exit status 1
FAIL _/usr<https://ci.centos.org/job/libvirt-go-xml-check/systems=libvirt-freebsd-11...> 19.298s
Build step 'Execute shell' marked build as failure
Build Update for libvirt/libvirt
-------------------------------------
Build: #3239
Status: Errored
Duration: 21 mins and 31 secs
Commit: ea90303 (master)
Author: Michal Privoznik
Message: security: Try harder to run transactions
When a QEMU process dies in the middle of a hotplug, then we fail
to restore the seclabels on the device. The problem is that if
the thread doing hotplug locks the domain object first and thus
blocks the thread that wants to do qemuProcessStop(), the
seclabel cleanup code will see vm->pid still set and mount
namespace used and therefore try to enter the namespace
represented by the PID. But the PID is gone really and thus
entering will fail and no restore is done. What we can do is to
try enter the namespace (if requested to do so) but if entering
fails, fall back to no NS mode.
Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1814481
Signed-off-by: Michal Privoznik <mprivozn(a)redhat.com>
Reviewed-by: Pavel Mores <pmores(a)redhat.com>
View the changeset: https://github.com/libvirt/libvirt/compare/096e94cef6ed...ea903036fa8d
View the full build log and details: https://travis-ci.org/github/libvirt/libvirt/builds/664918010?utm_medium=...
--
You can unsubscribe from build emails from the libvirt/libvirt repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=4872032&....
Or unsubscribe from *all* email updating your settings at https://travis-ci.org/account/preferences/unsubscribe?utm_medium=notifica....
Or configure specific recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications.