Build Update for libvirt/libvirt
-------------------------------------
Build: #3349
Status: Still Failing
Duration: 18 mins and 51 secs
Commit: 9a13704 (master)
Author: Michal Privoznik
Message: udevHandleOneDevice: Remove old instance of device on "move"
When a device is "move"-d (this basically means it was renamed),
we add the new device onto our list but keep the old there too.
Fortunately, udev sets this DEVPATH_OLD property which points to
the old device path. We can use it to remove the old instance.
To test this try renaming an interface, for instance:
# ip link set tunl0 name tunl1
# ip link set tunl1 name tunl0
One problem with udev is that it sends old ifname in INTERFACE
property, which creates a problem for us, the property is where
we get the ifname from and use it then to query all kind of info
about the interface. Well, if it is non-existent then we can't
query anything. This happens if ifname rename is suppressed
(net.ifnames=0 on kernel cmd line for instance). Fortunately, we
can use "kernel" source for udev events which has always the
fresh info.
Signed-off-by: Michal Privoznik <mprivozn(a)redhat.com>
Reviewed-by: Martin Kletzander <mkletzan(a)redhat.com>
View the changeset: https://github.com/libvirt/libvirt/compare/c740ae69c382...9a13704818e4
View the full build log and details: https://travis-ci.org/github/libvirt/libvirt/builds/678109815?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.
See <https://ci.centos.org/job/libvirt-go-xml-check/systems=libvirt-centos-7/1...>
------------------------------------------
Started by upstream project "libvirt-go-xml-check" build number 1171
originally caused by:
Started by upstream project "libvirt-go-xml-build" build number 1175
originally caused by:
Started by upstream project "libvirt-build" build number 1362
originally caused by:
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on libvirt-centos-7 (libvirt) in workspace <https://ci.centos.org/job/libvirt-go-xml-check/systems=libvirt-centos-7/ws/>
[libvirt-go-xml] $ /bin/sh -xe /tmp/jenkins4075374055874646023.sh
+ export 'TEST_ARGS=-tags xmlroundtrip'
+ TEST_ARGS='-tags xmlroundtrip'
+ go test -tags xmlroundtrip
--- FAIL: TestRoundTrip (47.61s)
xml_test.go:374: testdata/libvirt/tests/xlconfigdata/test-fullvirt-hypervisor-features.xml: /domain[0]/features[0]/xen[0]: element in expected XML missing in actual XML
FAIL
exit status 1
FAIL _<https://ci.centos.org/job/libvirt-go-xml-check/systems=libvirt-centos-7/ws/> 47.692s
Build step 'Execute shell' marked build as failure
See <https://ci.centos.org/job/libvirt-go-xml-check/systems=libvirt-fedora-31/...>
------------------------------------------
Started by upstream project "libvirt-go-xml-check" build number 1171
originally caused by:
Started by upstream project "libvirt-go-xml-build" build number 1175
originally caused by:
Started by upstream project "libvirt-build" build number 1362
originally caused by:
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on libvirt-fedora-31 (libvirt) in workspace <https://ci.centos.org/job/libvirt-go-xml-check/systems=libvirt-fedora-31/ws/>
[libvirt-go-xml] $ /bin/sh -xe /tmp/jenkins4390146426879067792.sh
+ export 'TEST_ARGS=-tags xmlroundtrip'
+ TEST_ARGS='-tags xmlroundtrip'
+ go test -tags xmlroundtrip
--- FAIL: TestRoundTrip (40.49s)
xml_test.go:374: testdata/libvirt/tests/xlconfigdata/test-fullvirt-hypervisor-features.xml: /domain[0]/features[0]/xen[0]: element in expected XML missing in actual XML
FAIL
exit status 1
FAIL _<https://ci.centos.org/job/libvirt-go-xml-check/systems=libvirt-fedora-31/ws/> 40.645s
Build step 'Execute shell' marked build as failure
See <https://ci.centos.org/job/libvirt-go-xml-check/systems=libvirt-fedora-30/...>
------------------------------------------
Started by upstream project "libvirt-go-xml-check" build number 1171
originally caused by:
Started by upstream project "libvirt-go-xml-build" build number 1175
originally caused by:
Started by upstream project "libvirt-build" build number 1362
originally caused by:
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on libvirt-fedora-30 (libvirt) in workspace <https://ci.centos.org/job/libvirt-go-xml-check/systems=libvirt-fedora-30/ws/>
[libvirt-go-xml] $ /bin/sh -xe /tmp/jenkins389712914236609031.sh
+ export 'TEST_ARGS=-tags xmlroundtrip'
+ TEST_ARGS='-tags xmlroundtrip'
+ go test -tags xmlroundtrip
--- FAIL: TestRoundTrip (61.43s)
xml_test.go:374: testdata/libvirt/tests/xlconfigdata/test-fullvirt-hypervisor-features.xml: /domain[0]/features[0]/xen[0]: element in expected XML missing in actual XML
FAIL
exit status 1
FAIL _<https://ci.centos.org/job/libvirt-go-xml-check/systems=libvirt-fedora-30/ws/> 61.570s
Build step 'Execute shell' marked build as failure
See <https://ci.centos.org/job/libvirt-go-xml-check/systems=libvirt-fedora-raw...>
------------------------------------------
Started by upstream project "libvirt-go-xml-check" build number 1171
originally caused by:
Started by upstream project "libvirt-go-xml-build" build number 1175
originally caused by:
Started by upstream project "libvirt-build" build number 1362
originally caused by:
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on libvirt-fedora-rawhide (libvirt) in workspace <https://ci.centos.org/job/libvirt-go-xml-check/systems=libvirt-fedora-raw...>
[libvirt-go-xml] $ /bin/sh -xe /tmp/jenkins17980261972937434133.sh
+ export 'TEST_ARGS=-tags xmlroundtrip'
+ TEST_ARGS='-tags xmlroundtrip'
+ go test -tags xmlroundtrip
--- FAIL: TestRoundTrip (72.43s)
xml_test.go:374: testdata/libvirt/tests/xlconfigdata/test-fullvirt-hypervisor-features.xml: /domain[0]/features[0]/xen[0]: element in expected XML missing in actual XML
FAIL
exit status 1
FAIL _<https://ci.centos.org/job/libvirt-go-xml-check/systems=libvirt-fedora-raw...> 72.687s
Build step 'Execute shell' marked build as failure
See <https://ci.centos.org/job/libvirt-go-xml-check/systems=libvirt-freebsd-12...>
------------------------------------------
Started by upstream project "libvirt-go-xml-check" build number 1171
originally caused by:
Started by upstream project "libvirt-go-xml-build" build number 1175
originally caused by:
Started by upstream project "libvirt-build" build number 1362
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/jenkins15397110455996798484.sh
+ export 'TEST_ARGS=-tags xmlroundtrip'
+ go test -tags xmlroundtrip
--- FAIL: TestRoundTrip (40.70s)
xml_test.go:374: testdata/libvirt/tests/xlconfigdata/test-fullvirt-hypervisor-features.xml: /domain[0]/features[0]/xen[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...> 40.780s
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 1171
originally caused by:
Started by upstream project "libvirt-go-xml-build" build number 1175
originally caused by:
Started by upstream project "libvirt-build" build number 1362
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/jenkins16020591609928945236.sh
+ export 'TEST_ARGS=-tags xmlroundtrip'
+ go test -tags xmlroundtrip
--- FAIL: TestRoundTrip (38.42s)
xml_test.go:374: testdata/libvirt/tests/xlconfigdata/test-fullvirt-hypervisor-features.xml: /domain[0]/features[0]/xen[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...> 38.571s
Build step 'Execute shell' marked build as failure