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
  • ----- 2026 -----
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2025 -----
  • December
  • November
  • October
  • September
  • 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

  • 2 participants
  • 10212 discussions
[Libvirt-ci] Still Failing: libvirt/libvirt#474 (master - fbe315b)
by Travis CI 06 Sep '17

06 Sep '17
Build Update for libvirt/libvirt ------------------------------------- Build: #474 Status: Still Failing Duration: 17 minutes and 3 seconds Commit: fbe315b (master) Author: Andrea Bolognani Message: m4: Disable -Wdisabled-optimization After b4f7793ce269, qemuxml2xmltest has apparently become big enough to trigger a compilation error when using --enable-test-coverage on aarch64: CC qemuxml2xmltest.o qemuxml2xmltest.c: In function 'mymain': qemuxml2xmltest.c:1216:1: error: const/copy propagation disabled: 4361 basic blocks and 99285 registers [-Werror=disabled-optimization] } ^ qemuxml2xmltest.c:1216:1: error: PRE disabled: 4361 basic blocks and 99285 registers [-Werror=disabled-optimization] qemuxml2xmltest.c:1216:1: error: const/copy propagation disabled: 4361 basic blocks and 99285 registers [-Werror=disabled-optimization] qemuxml2xmltest.c:1216:1: error: const/copy propagation disabled: 4361 basic blocks and 99285 registers [-Werror=disabled-optimization] However, as the GCC documentation states, this warning is not really caused by issues in our code, so it makes sense to disable it. Signed-off-by: Andrea Bolognani <abologna(a)redhat.com> Reviewed-by: Daniel P. Berrange <berrange(a)redhat.com> View the changeset: https://github.com/libvirt/libvirt/compare/d143837bd181...fbe315bdc897 View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/272367757?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] Errored: libvirt/libvirt#475 (master - c57f3fd)
by Travis CI 06 Sep '17

06 Sep '17
Build Update for libvirt/libvirt ------------------------------------- Build: #475 Status: Errored Duration: 42 minutes and 37 seconds Commit: c57f3fd (master) Author: Michal Privoznik Message: conf: Validate device on update-device https://bugzilla.redhat.com/show_bug.cgi?id=1439991 Whenever a device is being updated via virDomainUpdateDeviceFlags() API, we parse the device XML and ideally run some generic checks to validate the configuration (e.g. if device defines per-device boot order but the domain has os/boot element already). Well, that's the theory - due to a missing check we've jumped early from that check function. Signed-off-by: Michal Privoznik <mprivozn(a)redhat.com> Reviewed-by: Erik Skultety <eskultet(a)redhat.com> View the changeset: https://github.com/libvirt/libvirt/compare/fbe315bdc897...c57f3fd2f899 View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/272412598?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] Broken: libvirt/libvirt#472 (master - dda0da1)
by Travis CI 05 Sep '17

05 Sep '17
Build Update for libvirt/libvirt ------------------------------------- Build: #472 Status: Broken Duration: 18 minutes and 1 second Commit: dda0da1 (master) Author: Cole Robinson Message: qemu: Default to video type=virtio for machvirt arm/aarch64 -M virt on KVM doesn't and will never work with standard VGA card emulation. The recommended method is to use type=virtio, so let's make it the default for video devices without an explicit type set by the user. https://bugzilla.redhat.com/show_bug.cgi?id=1404112 Signed-off-by: Cole Robinson <crobinso(a)redhat.com> View the changeset: https://github.com/libvirt/libvirt/compare/4c248e938a55...dda0da14cd6e View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/272094471?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] Broken: libvirt/libvirt#473 (master - d143837)
by Travis CI 05 Sep '17

05 Sep '17
Build Update for libvirt/libvirt ------------------------------------- Build: #473 Status: Broken Duration: 25 minutes and 17 seconds Commit: d143837 (master) Author: John Ferlan Message: qemu: Remove unused params from qemuDomainDeviceDefValidate Neither @cfg nor (now) @driver is used in the API, so remove them and mark @opaque as UNUSED. NB: Commit id 'fa3c558596' dropped the unused @qemuCaps which was the last consumer of @driver other than @cfg, but even @cfg was never used even in the original implementation from commit id 'd987f63a'. View the changeset: https://github.com/libvirt/libvirt/compare/dda0da14cd6e...d143837bd181 View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/272100289?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] Passed: libvirt/libvirt#471 (master - 4c248e9)
by Travis CI 05 Sep '17

05 Sep '17
Build Update for libvirt/libvirt ------------------------------------- Build: #471 Status: Passed Duration: 17 minutes and 7 seconds Commit: 4c248e9 (master) Author: Erik Skultety Message: maint: Fix incorrect parenthesis placement causing true/false assignment There were a few places in our code where the following pattern in 'if' condition occurred: if ((foo = bar() < 0)) do something; This patch adjusts the conditions to the expected format: if ((foo = bar()) < 0) do something; Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1488192 Signed-off-by: Erik Skultety <eskultet(a)redhat.com> Reviewed-by: Martin Kletzander <mkletzan(a)redhat.com> View the changeset: https://github.com/libvirt/libvirt/compare/a2b240e60e60...4c248e938a55 View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/271982246?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-centos-7 #780
by ci@centos.org 05 Sep '17

05 Sep '17
See <https://ci.centos.org/job/virt-manager-master-check/systems=libvirt-centos-…> ------------------------------------------ Started by upstream project "virt-manager-master-check" build number 780 originally caused by: Started by upstream project "virt-manager-master-build" build number 783 originally caused by: Started by upstream project "libvirt-python-master-build" build number 638 originally caused by: Started by upstream project "libvirt-master-build" build number 837 originally caused by: Started by an SCM change Started by an SCM change Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on libvirt-centos-7 (libvirt) in workspace <https://ci.centos.org/job/virt-manager-master-check/systems=libvirt-centos-…> [virt-manager-master] $ /bin/sh -xe /tmp/jenkins8104962031311790430.sh + python setup.py test running test ............................................................................................................................................................................................................................................................................................................................................................................................................................................. ---------------------------------------------------------------------- Ran 429 tests in 352.601s OK /tmp/jenkins8104962031311790430.sh: line 2: 4439 Segmentation fault (core dumped) python setup.py test Build step 'Execute shell' marked build as failure
1 1
0 0
[Libvirt-ci] Errored: libvirt/libvirt#471 (master - 4c248e9)
by Travis CI 05 Sep '17

05 Sep '17
Build Update for libvirt/libvirt ------------------------------------- Build: #471 Status: Errored Duration: 20 minutes and 28 seconds Commit: 4c248e9 (master) Author: Erik Skultety Message: maint: Fix incorrect parenthesis placement causing true/false assignment There were a few places in our code where the following pattern in 'if' condition occurred: if ((foo = bar() < 0)) do something; This patch adjusts the conditions to the expected format: if ((foo = bar()) < 0) do something; Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1488192 Signed-off-by: Erik Skultety <eskultet(a)redhat.com> Reviewed-by: Martin Kletzander <mkletzan(a)redhat.com> View the changeset: https://github.com/libvirt/libvirt/compare/a2b240e60e60...4c248e938a55 View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/271982246?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] Errored: libvirt/libvirt#470 (master - a2b240e)
by Travis CI 04 Sep '17

04 Sep '17
Build Update for libvirt/libvirt ------------------------------------- Build: #470 Status: Errored Duration: 2 minutes and 53 seconds Commit: a2b240e (master) Author: Andrea Bolognani Message: Makefile.nonreentrant: Rebuild against Fedora 26 According to the comments in the file and the git history, the list of forbidden symbols was originally built against Fedora 9 in 2009 (!) and pretty much never refreshed afterwards. Signed-off-by: Andrea Bolognani <abologna(a)redhat.com> Reviewed-by: Daniel P. Berrange <berrange(a)redhat.com> View the changeset: https://github.com/libvirt/libvirt/compare/bc0108845c73...a2b240e60e60 View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/271708883?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] Passed: libvirt/libvirt#465 (v3.7.0 - d83dac0)
by Travis CI 04 Sep '17

04 Sep '17
Build Update for libvirt/libvirt ------------------------------------- Build: #465 Status: Passed Duration: 22 minutes and 3 seconds Commit: d83dac0 (v3.7.0) Author: Daniel Veillard Message: Release of libvirt-3.7.0 * docs/news.xml: update for release * po/*.po*: regenerated View the changeset: https://github.com/libvirt/libvirt/compare/v3.7.0 View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/271632762?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-check » libvirt-fedora-24 #604
by ci@centos.org 02 Sep '17

02 Sep '17
See <https://ci.centos.org/job/libvirt-master-check/systems=libvirt-fedora-24/60…> ------------------------------------------ [...truncated 24.37 KB...] # ERROR: 0 ============================================================================ make[5]: Leaving directory '<https://ci.centos.org/job/libvirt-master-check/systems=libvirt-fedora-24/ws…'> make[4]: Leaving directory '<https://ci.centos.org/job/libvirt-master-check/systems=libvirt-fedora-24/ws…'> make[3]: Leaving directory '<https://ci.centos.org/job/libvirt-master-check/systems=libvirt-fedora-24/ws…'> make[2]: Leaving directory '<https://ci.centos.org/job/libvirt-master-check/systems=libvirt-fedora-24/ws…'> make[1]: Leaving directory '<https://ci.centos.org/job/libvirt-master-check/systems=libvirt-fedora-24/ws…'> Making check in tests make[1]: Entering directory '<https://ci.centos.org/job/libvirt-master-check/systems=libvirt-fedora-24/ws…'> make make[2]: Entering directory '<https://ci.centos.org/job/libvirt-master-check/systems=libvirt-fedora-24/ws…'> make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '<https://ci.centos.org/job/libvirt-master-check/systems=libvirt-fedora-24/ws…'> make check-TESTS make[2]: Entering directory '<https://ci.centos.org/job/libvirt-master-check/systems=libvirt-fedora-24/ws…'> make[3]: Entering directory '<https://ci.centos.org/job/libvirt-master-check/systems=libvirt-fedora-24/ws…'> PASS: sockettest PASS: virhostcputest PASS: virbuftest PASS: commandtest PASS: seclabeltest PASS: virhashtest PASS: virconftest PASS: viratomictest PASS: shunloadtest PASS: utiltest PASS: viruritest PASS: virtimetest PASS: virkeyfiletest PASS: viralloctest PASS: virauthconfigtest PASS: virbitmaptest PASS: vircryptotest PASS: vircgrouptest PASS: virpcitest PASS: virendiantest PASS: virfiletest PASS: virfilecachetest PASS: virfirewalltest PASS: viriscsitest PASS: virkeycodetest PASS: virlockspacetest PASS: virlogtest PASS: virrotatingfiletest PASS: virshtest PASS: virstringtest PASS: virportallocatortest PASS: sysinfotest PASS: virkmodtest PASS: vircapstest PASS: domaincapstest PASS: domainconftest PASS: virhostdevtest PASS: virnetdevtest PASS: virtypedparamtest FAIL: virschematest PASS: virnetmessagetest PASS: virnetsockettest PASS: virnetserverclienttest PASS: virnetdaemontest PASS: fchosttest PASS: scsihosttest PASS: virnettlssessiontest PASS: vircaps2xmltest PASS: fdstreamtest PASS: virnettlscontexttest PASS: virdbustest PASS: virsystemdtest PASS: virpolkittest PASS: securityselinuxtest PASS: viridentitytest PASS: securityselinuxlabeltest PASS: xml2sexprtest PASS: sexpr2xmltest PASS: xmconfigtest PASS: xencapstest PASS: xlconfigtest PASS: libxlxml2domconfigtest PASS: qemuargv2xmltest PASS: qemuxml2argvtest PASS: qemuhelptest PASS: qemuxml2xmltest PASS: domainsnapshotxml2xmltest PASS: qemumonitortest PASS: qemuhotplugtest PASS: qemumonitorjsontest PASS: qemuagenttest PASS: qemucaps2xmltest PASS: qemucapabilitiestest PASS: qemumemlocktest PASS: qemucommandutiltest PASS: lxcxml2xmltest PASS: openvzutilstest PASS: lxcconf2xmltest PASS: esxutilstest PASS: vboxsnapshotxmltest PASS: vmx2xmltest PASS: vmwarevertest PASS: virjsontest PASS: xml2vmxtest PASS: networkxml2xmltest PASS: networkxml2conftest PASS: networkxml2xmlupdatetest PASS: networkxml2firewalltest PASS: storagebackendsheepdogtest PASS: nwfilterxml2xmltest PASS: nwfilterebiptablestest PASS: nwfilterxml2firewalltest PASS: storagevolxml2argvtest PASS: virstorageutiltest PASS: virscsitest PASS: nsstest PASS: nssguesttest PASS: storagevolxml2xmltest PASS: storagepoolxml2xmltest PASS: nodedevxml2xmltest PASS: interfacexml2xmltest PASS: virstoragetest PASS: metadatatest PASS: secretxml2xmltest PASS: genericxml2xmltest PASS: cputest PASS: virusbtest PASS: virnetdevbandwidthtest PASS: eventtest PASS: objecteventtest PASS: virdrivermoduletest PASS: libvirtd-pool PASS: libvirtd-fail PASS: virmacmaptest PASS: virsh-cpuset SKIP: virsh-optparse PASS: virsh-define-dev-segfault PASS: virsh-int-overflow PASS: virsh-schedinfo PASS: virsh-read-non-seekable PASS: virsh-read-bufsiz PASS: virsh-self-test PASS: virsh-start PASS: virt-admin-self-test PASS: virsh-undefine PASS: virsh-uriprecedence PASS: virsh-vcpupin ============================================================================ Testsuite summary for libvirt 3.7.0 ============================================================================ # TOTAL: 127 # PASS: 125 # SKIP: 1 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 ============================================================================ See tests/test-suite.log Please report to libvir-list(a)redhat.com ============================================================================ Makefile:5987: recipe for target 'test-suite.log' failed make[3]: *** [test-suite.log] Error 1 make[3]: Leaving directory '<https://ci.centos.org/job/libvirt-master-check/systems=libvirt-fedora-24/ws…'> Makefile:6093: recipe for target 'check-TESTS' failed make[2]: *** [check-TESTS] Error 2 make[2]: Leaving directory '<https://ci.centos.org/job/libvirt-master-check/systems=libvirt-fedora-24/ws…'> Makefile:7083: recipe for target 'check-am' failed make[1]: *** [check-am] Error 2 make[1]: Leaving directory '<https://ci.centos.org/job/libvirt-master-check/systems=libvirt-fedora-24/ws…'> Makefile:2114: recipe for target 'check-recursive' failed make: *** [check-recursive] Error 1 + cat tests/test-suite.log ========================================= libvirt 3.7.0: tests/test-suite.log ========================================= # TOTAL: 127 # PASS: 125 # SKIP: 1 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 .. contents:: :depth: 2 FAIL: virschematest =================== TEST: virschematest ........................................ 40 ........................................ 80 ........................................ 120 ........................................ 160 ........................................ 200 ........................................ 240 ........................................ 280 ........................................ 320 ........................................ 360 ........................................ 400 ........................................ 440 ........................................ 480 ........................................ 520 ........................................ 560 ........................................ 600 ........................................ 640 ........................................ 680 ........................................ 720 ........................................ 760 ........................................ 800 ........................................ 840 ........................................ 880 ........................................ 920 ........................................ 960 ........................................ 1000 ........................................ 1040 ........................................ 1080 ........................................ 1120 ........................................ 1160 ........................................ 1200 ........................................ 1240 ........................................ 1280 ........................................ 1320 ........................................ 1360 ........................................ 1400 ........................................ 1440 ........................................ 1480 ........................................ 1520 ........................................ 1560 ........................................ 1600 ........................................ 1640 ........................................ 1680 ........................................ 1720 ........................................ 1760 ........................................ 1800 ........................................ 1840 ........................................ 1880 ........................................ 1920 ........! 1929 FAIL FAIL virschematest (exit status: 1) SKIP: virsh-optparse ==================== ../../tests/virsh-optparse: skipping test: This test is very expensive, so it is disabled by default. To run it anyway, rerun: make check VIR_TEST_EXPENSIVE=1 SKIP virsh-optparse (exit status: 77) + exit 1 Build step 'Execute shell' marked build as failure
1 1
0 0
  • ← Newer
  • 1
  • ...
  • 991
  • 992
  • 993
  • 994
  • 995
  • 996
  • 997
  • ...
  • 1022
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.