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 -----
  • 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

April 2020

  • 3 participants
  • 163 discussions
Still Failing: libvirt/libvirt#3359 (master - 5eaa9a1)
by Travis CI 24 Apr '20

24 Apr '20
Build Update for libvirt/libvirt ------------------------------------- Build: #3359 Status: Still Failing Duration: 26 mins and 40 secs Commit: 5eaa9a1 (master) Author: Sebastian Mitterle Message: docs: Add version info for 'backingStoreInput' in domaincaps Add 'since 5.10' as commonly used in formatdomain to avoid misunderstandings if element is not present (Is it not supported because of my version or because of my environment?) Signed-off-by: Sebastian Mitterle <smitterl(a)redhat.com> Reviewed-by: Peter Krempa <pkrempa(a)redhat.com> View the changeset: https://github.com/libvirt/libvirt/compare/dc432f4ab744...5eaa9a1cc304 View the full build log and details: https://travis-ci.org/github/libvirt/libvirt/builds/678925741?utm_medium=no… -- You can unsubscribe from build emails from the libvirt/libvirt repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=4872032&ut…. Or unsubscribe from *all* email updating your settings at https://travis-ci.org/account/preferences/unsubscribe?utm_medium=notificati…. Or configure specific recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications.
1 0
0 0
Still Failing: libvirt/libvirt#3358 (master - dc432f4)
by Travis CI 24 Apr '20

24 Apr '20
Build Update for libvirt/libvirt ------------------------------------- Build: #3358 Status: Still Failing Duration: 30 mins and 33 secs Commit: dc432f4 (master) Author: Julio Faracco Message: news: Include new DHCP network <lease/> feature This commit includes an entry for new network DHCP lease time information inside news.xml. Signed-off-by: Julio Faracco <jcfaracco(a)gmail.com> Reviewed-by: Michal Privoznik <mprivozn(a)redhat.com> View the changeset: https://github.com/libvirt/libvirt/compare/ce0ce320aad0...dc432f4ab744 View the full build log and details: https://travis-ci.org/github/libvirt/libvirt/builds/678919254?utm_medium=no… -- You can unsubscribe from build emails from the libvirt/libvirt repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=4872032&ut…. Or unsubscribe from *all* email updating your settings at https://travis-ci.org/account/preferences/unsubscribe?utm_medium=notificati…. Or configure specific recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications.
1 0
0 0
Still Failing: libvirt/libvirt#3357 (master - ce0ce32)
by Travis CI 24 Apr '20

24 Apr '20
Build Update for libvirt/libvirt ------------------------------------- Build: #3357 Status: Still Failing Duration: 25 mins and 50 secs Commit: ce0ce32 (master) Author: Han Han Message: news: qemu: support async IO mode 'io_uring' Signed-off-by: Han Han <hhan(a)redhat.com> Reviewed-by: Peter Krempa <pkrempa(a)redhat.com> View the changeset: https://github.com/libvirt/libvirt/compare/bef10f6eaa93...ce0ce320aad0 View the full build log and details: https://travis-ci.org/github/libvirt/libvirt/builds/678916502?utm_medium=no… -- You can unsubscribe from build emails from the libvirt/libvirt repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=4872032&ut…. Or unsubscribe from *all* email updating your settings at https://travis-ci.org/account/preferences/unsubscribe?utm_medium=notificati…. Or configure specific recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications.
1 0
0 0
Still Failing: libvirt/libvirt#3356 (master - bef10f6)
by Travis CI 24 Apr '20

24 Apr '20
Build Update for libvirt/libvirt ------------------------------------- Build: #3356 Status: Still Failing Duration: 19 mins and 16 secs Commit: bef10f6 (master) Author: Peter Krempa Message: qemu: Move interlocking of blockjobs and checkpoints after liveness check qemuDomainSupportsCheckpointsBlockjobs checks if the QEMU_CAPS_INCREMENTAL_BACKUP capability is supported to do the interlocking. Capabilities are not present when the VM isn't running though which would create false errors. Move the checks after the liveness check in block job implementations. Signed-off-by: Peter Krempa <pkrempa(a)redhat.com> Reviewed-by: Eric Blake <eblake(a)redhat.com> Reviewed-by: Pavel Mores <pmores(a)redhat.com> View the changeset: https://github.com/libvirt/libvirt/compare/e2f1e2687fe5...bef10f6eaa93 View the full build log and details: https://travis-ci.org/github/libvirt/libvirt/builds/678913183?utm_medium=no… -- You can unsubscribe from build emails from the libvirt/libvirt repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=4872032&ut…. Or unsubscribe from *all* email updating your settings at https://travis-ci.org/account/preferences/unsubscribe?utm_medium=notificati…. Or configure specific recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications.
1 0
0 0
libvirt-go-xml | Pipeline #139403806 has failed for master | 3549a13a
by GitLab 24 Apr '20

24 Apr '20
Your pipeline has failed. Project: libvirt-go-xml ( https://gitlab.com/libvirt/libvirt-go-xml ) Branch: master ( https://gitlab.com/libvirt/libvirt-go-xml/-/commits/master ) Commit: 3549a13a ( https://gitlab.com/libvirt/libvirt-go-xml/-/commit/3549a13a3628d291ff10e069… ) Commit Message: Add new xen domain features Signed-off-by: Dan... Commit Author: Daniel Berrange ( https://gitlab.com/berrange ) Pipeline #139403806 ( https://gitlab.com/libvirt/libvirt-go-xml/pipelines/139403806 ) triggered by Daniel Berrange ( https://gitlab.com/berrange ) had 5 failed builds. Job #524952317 ( https://gitlab.com/libvirt/libvirt-go-xml/-/jobs/524952317/raw ) Stage: test Name: go_1_14 Trace: Skipping Git submodules setup section_end:1587701518:get_sources section_start:1587701518:restore_cache Restoring cache section_end:1587701521:restore_cache section_start:1587701521:download_artifacts Downloading artifacts section_end:1587701524:download_artifacts section_start:1587701524:build_script Running before_script and script $ go test -timeout 10m -tags xmlroundtrip -v === RUN TestDomainSnapshot --- PASS: TestDomainSnapshot (0.00s) === RUN TestDomain --- PASS: TestDomain (0.01s) === RUN TestNetwork --- PASS: TestNetwork (0.00s) === RUN TestNodeDevice --- PASS: TestNodeDevice (0.00s) === RUN TestSecret --- PASS: TestSecret (0.00s) === RUN TestStoragePool --- PASS: TestStoragePool (0.00s) === RUN TestStorageVolume --- PASS: TestStorageVolume (0.00s) === RUN TestRoundTrip TestRoundTrip: xml_test.go:374: testdata/libvirt/tests/networkxml2confdata/leasetime-hours.xml: /network[0]/ip[0]/dhcp[0]/range[0]/lease[0]: element in expected XML missing in actual XML --- FAIL: TestRoundTrip (16.66s) FAIL exit status 1 FAIL _/builds/libvirt/libvirt-go-xml 16.672s section_end:1587701548:build_script section_start:1587701548:after_script Running after_script section_end:1587701550:after_script section_start:1587701550:upload_artifacts_on_failure Uploading artifacts for failed job section_end:1587701552:upload_artifacts_on_failure ERROR: Job failed: exit code 1  Job #524952309 ( https://gitlab.com/libvirt/libvirt-go-xml/-/jobs/524952309/raw ) Stage: test Name: go_1_12 Trace: Skipping Git submodules setup section_end:1587701431:get_sources section_start:1587701431:restore_cache Restoring cache section_end:1587701434:restore_cache section_start:1587701434:download_artifacts Downloading artifacts section_end:1587701436:download_artifacts section_start:1587701436:build_script Running before_script and script $ go test -timeout 10m -tags xmlroundtrip -v === RUN TestDomainSnapshot --- PASS: TestDomainSnapshot (0.00s) === RUN TestDomain --- PASS: TestDomain (0.01s) === RUN TestNetwork --- PASS: TestNetwork (0.00s) === RUN TestNodeDevice --- PASS: TestNodeDevice (0.00s) === RUN TestSecret --- PASS: TestSecret (0.00s) === RUN TestStoragePool --- PASS: TestStoragePool (0.00s) === RUN TestStorageVolume --- PASS: TestStorageVolume (0.00s) === RUN TestRoundTrip --- FAIL: TestRoundTrip (28.20s) xml_test.go:374: testdata/libvirt/tests/networkxml2confdata/leasetime-hours.xml: /network[0]/ip[0]/dhcp[0]/range[0]/lease[0]: element in expected XML missing in actual XML FAIL exit status 1 FAIL _/builds/libvirt/libvirt-go-xml 28.213s section_end:1587701472:build_script section_start:1587701472:after_script Running after_script section_end:1587701474:after_script section_start:1587701474:upload_artifacts_on_failure Uploading artifacts for failed job section_end:1587701476:upload_artifacts_on_failure ERROR: Job failed: exit code 1  Job #524952312 ( https://gitlab.com/libvirt/libvirt-go-xml/-/jobs/524952312/raw ) Stage: test Name: go_1_13 Trace: Skipping Git submodules setup section_end:1587701432:get_sources section_start:1587701432:restore_cache Restoring cache section_end:1587701434:restore_cache section_start:1587701434:download_artifacts Downloading artifacts section_end:1587701436:download_artifacts section_start:1587701436:build_script Running before_script and script $ go test -timeout 10m -tags xmlroundtrip -v === RUN TestDomainSnapshot --- PASS: TestDomainSnapshot (0.00s) === RUN TestDomain --- PASS: TestDomain (0.01s) === RUN TestNetwork --- PASS: TestNetwork (0.00s) === RUN TestNodeDevice --- PASS: TestNodeDevice (0.00s) === RUN TestSecret --- PASS: TestSecret (0.00s) === RUN TestStoragePool --- PASS: TestStoragePool (0.00s) === RUN TestStorageVolume --- PASS: TestStorageVolume (0.00s) === RUN TestRoundTrip --- FAIL: TestRoundTrip (26.68s) xml_test.go:374: testdata/libvirt/tests/networkxml2confdata/leasetime-hours.xml: /network[0]/ip[0]/dhcp[0]/range[0]/lease[0]: element in expected XML missing in actual XML FAIL exit status 1 FAIL _/builds/libvirt/libvirt-go-xml 26.697s section_end:1587701471:build_script section_start:1587701471:after_script Running after_script section_end:1587701473:after_script section_start:1587701473:upload_artifacts_on_failure Uploading artifacts for failed job section_end:1587701475:upload_artifacts_on_failure ERROR: Job failed: exit code 1  Job #524952305 ( https://gitlab.com/libvirt/libvirt-go-xml/-/jobs/524952305/raw ) Stage: test Name: go_1_11 Trace: Skipping Git submodules setup section_end:1587701429:get_sources section_start:1587701429:restore_cache Restoring cache section_end:1587701431:restore_cache section_start:1587701431:download_artifacts Downloading artifacts section_end:1587701434:download_artifacts section_start:1587701434:build_script Running before_script and script $ go test -timeout 10m -tags xmlroundtrip -v === RUN TestDomainSnapshot --- PASS: TestDomainSnapshot (0.00s) === RUN TestDomain --- PASS: TestDomain (0.01s) === RUN TestNetwork --- PASS: TestNetwork (0.00s) === RUN TestNodeDevice --- PASS: TestNodeDevice (0.00s) === RUN TestSecret --- PASS: TestSecret (0.00s) === RUN TestStoragePool --- PASS: TestStoragePool (0.00s) === RUN TestStorageVolume --- PASS: TestStorageVolume (0.00s) === RUN TestRoundTrip --- FAIL: TestRoundTrip (28.54s) xml_test.go:374: testdata/libvirt/tests/networkxml2confdata/leasetime-hours.xml: /network[0]/ip[0]/dhcp[0]/range[0]/lease[0]: element in expected XML missing in actual XML FAIL exit status 1 FAIL _/builds/libvirt/libvirt-go-xml 28.561s section_end:1587701469:build_script section_start:1587701469:after_script Running after_script section_end:1587701471:after_script section_start:1587701471:upload_artifacts_on_failure Uploading artifacts for failed job section_end:1587701473:upload_artifacts_on_failure ERROR: Job failed: exit code 1  Job #524952303 ( https://gitlab.com/libvirt/libvirt-go-xml/-/jobs/524952303/raw ) Stage: test Name: go_1_10 Trace: Skipping Git submodules setup section_end:1587701429:get_sources section_start:1587701429:restore_cache Restoring cache section_end:1587701431:restore_cache section_start:1587701431:download_artifacts Downloading artifacts section_end:1587701433:download_artifacts section_start:1587701433:build_script Running before_script and script $ go test -timeout 10m -tags xmlroundtrip -v === RUN TestDomainSnapshot --- PASS: TestDomainSnapshot (0.00s) === RUN TestDomain --- PASS: TestDomain (0.01s) === RUN TestNetwork --- PASS: TestNetwork (0.00s) === RUN TestNodeDevice --- PASS: TestNodeDevice (0.00s) === RUN TestSecret --- PASS: TestSecret (0.00s) === RUN TestStoragePool --- PASS: TestStoragePool (0.00s) === RUN TestStorageVolume --- PASS: TestStorageVolume (0.00s) === RUN TestRoundTrip --- FAIL: TestRoundTrip (29.95s) xml_test.go:374: testdata/libvirt/tests/networkxml2confdata/leasetime-hours.xml: /network[0]/ip[0]/dhcp[0]/range[0]/lease[0]: element in expected XML missing in actual XML FAIL exit status 1 FAIL _/builds/libvirt/libvirt-go-xml 29.965s section_end:1587701467:build_script section_start:1587701467:after_script Running after_script section_end:1587701469:after_script section_start:1587701469:upload_artifacts_on_failure Uploading artifacts for failed job section_end:1587701470:upload_artifacts_on_failure ERROR: Job failed: exit code 1  -- You're receiving this email because of your account on gitlab.com.
1 0
0 0
Still Failing: libvirt/libvirt#3355 (master - e2f1e26)
by Travis CI 23 Apr '20

23 Apr '20
Build Update for libvirt/libvirt ------------------------------------- Build: #3355 Status: Still Failing Duration: 9 mins and 33 secs Commit: e2f1e26 (master) Author: Peter Krempa Message: qemuhotplugtest: detach: Remove commands which are not issued The 'human-monitor-command' equates to the 'drive-del' command issued by the hotplug code on successful detach of a device. This means that it's not issued for failed attempts and thus should not be added to the expected list. Unfortunately our test monitor doesn't ensure that all expected commands were consumed. Signed-off-by: Peter Krempa <pkrempa(a)redhat.com> Reviewed-by: Michal Privoznik <mprivozn(a)redhat.com> View the changeset: https://github.com/libvirt/libvirt/compare/d016a64de25d...e2f1e2687fe5 View the full build log and details: https://travis-ci.org/github/libvirt/libvirt/builds/678614552?utm_medium=no… -- You can unsubscribe from build emails from the libvirt/libvirt repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=4872032&ut…. Or unsubscribe from *all* email updating your settings at https://travis-ci.org/account/preferences/unsubscribe?utm_medium=notificati…. Or configure specific recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications.
1 0
0 0
Still Failing: libvirt/libvirt#3353 (master - 8589ecc)
by Travis CI 23 Apr '20

23 Apr '20
Build Update for libvirt/libvirt ------------------------------------- Build: #3353 Status: Still Failing Duration: 44 mins and 34 secs Commit: 8589ecc (master) Author: Michal Privoznik Message: networkxml2xmltest: Complete renaming of @actual In 97a0aa2467 the @actual variable was renamed to @confactual. However, the commit missed non-Linux case resulting in a broken build. Signed-off-by: Michal Privoznik <mprivozn(a)redhat.com> View the changeset: https://github.com/libvirt/libvirt/compare/7e5a40fd0f58...8589ecc69f4c View the full build log and details: https://travis-ci.org/github/libvirt/libvirt/builds/678543769?utm_medium=no… -- You can unsubscribe from build emails from the libvirt/libvirt repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=4872032&ut…. Or unsubscribe from *all* email updating your settings at https://travis-ci.org/account/preferences/unsubscribe?utm_medium=notificati…. Or configure specific recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications.
1 0
0 0
Still Failing: libvirt/libvirt#3354 (master - d016a64)
by Travis CI 23 Apr '20

23 Apr '20
Build Update for libvirt/libvirt ------------------------------------- Build: #3354 Status: Still Failing Duration: 30 mins and 33 secs Commit: d016a64 (master) Author: Ján Tomko Message: util: remove virRun Everything is using virCommand now. Signed-off-by: Ján Tomko <jtomko(a)redhat.com> Reviewed-by: Michal Privoznik <mprivozn(a)redhat.com> View the changeset: https://github.com/libvirt/libvirt/compare/8589ecc69f4c...d016a64de25d View the full build log and details: https://travis-ci.org/github/libvirt/libvirt/builds/678547129?utm_medium=no… -- You can unsubscribe from build emails from the libvirt/libvirt repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=4872032&ut…. Or unsubscribe from *all* email updating your settings at https://travis-ci.org/account/preferences/unsubscribe?utm_medium=notificati…. Or configure specific recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications.
1 0
0 0
Build failed in Jenkins: libvirt-build » libvirt-freebsd-11 #1371
by ci@centos.org 23 Apr '20

23 Apr '20
See <https://ci.centos.org/job/libvirt-build/systems=libvirt-freebsd-11/1371/dis…> Changes: [mprivozn] conf: Add <lease/> option for <dhcp/> settings [mprivozn] tests: Add tests for <lease/> to cover dnsmasq settings ------------------------------------------ [...truncated 72.83 KB...] GEN drvqemu.html GEN python.html GEN governance.html GEN news-2013.html GEN securityprocess.html GEN drvlxc.html GEN drvsecret.html GEN testsuites.html GEN drvvirtuozzo.html GEN uri.html GEN formatdomaincaps.html GEN kbase.html GEN nss.html GEN csharp.html GEN remote.html GEN pci-hotplug.html GEN drvbhyve.html GEN docs.html GEN api.html GEN formatcaps.html GEN formatsnapshot.html GEN strategy.html GEN drvesx.html GEN news-2006.html GEN drvopenvz.html GEN logging.html GEN news-2012.html GEN aclpolkit.html GEN acl.html GEN php.html GEN platforms.html GEN news-2008.html GEN migration.html GEN pci-addresses.html.tmp GEN styleguide.html.tmp GEN libvirt-go.html.tmp GEN daemons.html.tmp GEN advanced-tests.html.tmp GEN libvirt-go-xml.html.tmp GEN programming-languages.html.tmp GEN best-practices.html.tmp GEN glib-adoption.html.tmp GEN committer-guidelines.html.tmp GEN developer-tooling.html.tmp GEN hacking.html.tmp GEN newreposetup.html.tmp GEN submitting-patches.html.tmp GEN coding-style.html.tmp GEN internals/command.html GEN internals/eventloop.html GEN internals/rpc.html GEN internals/locking.html GEN kbase/locking-lockd.html.tmp GEN kbase/rpm-deployment.html.tmp GEN kbase/virtiofs.html.tmp GEN kbase/locking-sanlock.html.tmp GEN kbase/launch_security_sev.html.tmp GEN kbase/qemu-passthrough-security.html.tmp GEN kbase/domainstatecapture.html.tmp GEN kbase/locking.html.tmp GEN kbase/backing_chains.html.tmp GEN kbase/secureusage.html.tmp GEN manpages/index.html.tmp GEN manpages/virt-pki-validate.html.tmp GEN manpages/virt-admin.html.tmp GEN manpages/virt-xml-validate.html.tmp GEN manpages/virsh.html.tmp GEN manpages/virt-host-validate.html.tmp GEN manpages/virt-qemu-run.html.tmp GEN manpages/virkeycode-linux.html.tmp GEN manpages/virkeycode-osx.html.tmp GEN manpages/virkeycode-atset1.html.tmp GEN manpages/virkeycode-atset2.html.tmp GEN manpages/virkeycode-atset3.html.tmp GEN manpages/virkeycode-xtkbd.html.tmp GEN manpages/virkeycode-usb.html.tmp GEN manpages/virkeycode-win32.html.tmp GEN manpages/virkeycode-qnum.html.tmp GEN manpages/virkeyname-linux.html.tmp GEN manpages/virkeyname-osx.html.tmp GEN manpages/virkeyname-win32.html.tmp GEN manpages/libvirtd.html.tmp GEN manpages/virtlockd.html.tmp GEN manpages/virtlogd.html.tmp GEN manpages/virt-login-shell.html.tmp GEN manpages/virt-sanlock-cleanup.html.tmp GEN news.html GEN hvsupport.html.tmp GEN pci-addresses.html GEN libvirt-go.html GEN styleguide.html GEN daemons.html GEN advanced-tests.html GEN programming-languages.html GEN libvirt-go-xml.html GEN best-practices.html GEN glib-adoption.html GEN committer-guidelines.html GEN developer-tooling.html GEN hacking.html GEN newreposetup.html GEN submitting-patches.html GEN coding-style.html GEN kbase/locking-lockd.html GEN kbase/rpm-deployment.html GEN kbase/virtiofs.html GEN kbase/locking-sanlock.html GEN kbase/launch_security_sev.html GEN kbase/qemu-passthrough-security.html GEN kbase/domainstatecapture.html GEN kbase/locking.html GEN kbase/backing_chains.html GEN kbase/secureusage.html GEN manpages/virt-pki-validate.html GEN manpages/index.html GEN manpages/virt-xml-validate.html GEN manpages/virt-admin.html GEN manpages/virt-host-validate.html GEN manpages/virsh.html GEN manpages/virt-qemu-run.html GEN manpages/virkeycode-linux.html GEN manpages/virkeycode-osx.html GEN manpages/virkeycode-atset1.html GEN manpages/virkeycode-atset2.html GEN manpages/virkeycode-atset3.html GEN manpages/virkeycode-xtkbd.html GEN manpages/virkeycode-usb.html GEN manpages/virkeycode-win32.html GEN manpages/virkeycode-qnum.html GEN manpages/virkeyname-linux.html GEN manpages/virkeyname-osx.html GEN manpages/virkeyname-win32.html GEN manpages/libvirtd.html GEN manpages/virtlockd.html GEN manpages/virtlogd.html GEN manpages/virt-login-shell.html GEN manpages/virt-sanlock-cleanup.html GEN hvsupport.html rm kbase/launch_security_sev.html.in internals/rpc.html.tmp kbase/rpm-deployment.html.in drvopenvz.html.tmp logging.html.tmp aclpolkit.html.tmp windows.html.tmp glib-adoption.html.in kbase/qemu-passthrough-security.html.in formatnwfilter.html.tmp manpages/virt-xml-validate.html.tmp news-2014.html.tmp daemons.html.tmp contribute.html.tmp php.html.tmp manpages/virtlogd.html.tmp formatnetwork.html.tmp kbase/locking-lockd.html.in formatstorageencryption.html.tmp newreposetup.html.in drvhyperv.html.tmp format.html.tmp errors.html.tmp manpages/virkeycode-atset3.html.in kbase/secureusage.html.tmp manpages/virkeycode-qnum.html.tmp hacking.html.tmp csharp.html.tmp python.html.tmp platforms.html.tmp news-2006.html.tmp manpages/index.html.tmp formatcaps.html.tmp manpages/virkeyname-osx.html.in styleguide.html.tmp manpages/virkeycode-osx.html.tmp committer-guidelines.html.tmp drvsecret.html.tmp manpages/virt-pki-validate.html.tmp manpages/virkeycode-qnum.html.in dbus.html.tmp news-2016.html.tmp auditlog.html.tmp downloads.html.tmp formatnetworkport.html.tmp manpages/index.html.in formatbackup.html.tmp styleguide.html.in manpages/virkeycode-osx.html.in kbase/backing_chains.html.tmp manpages/virt-sanlock-cleanup.html.in committer-guidelines.html.in manpages/virtlogd.html.in bugs.html.tmp manpages/virkeyname-linux.html.tmp java.html.tmp kbase/locking-sanlock.html.tmp manpages/virt-login-shell.html.tmp manpages/virt-host-validate.html.tmp testapi.html.tmp manpages/virt-pki-validate.html.in kbase/secureusage.html.in news-2012.html.tmp kbase/backing_chains.html.in internals/eventloop.html.tmp manpages/virkeycode-atset1.html.tmp pci-addresses.html.tmp libvirt-go-xml.html.tmp manpages/virkeyname-osx.html.tmp manpages/virsh.html.tmp devguide.html.tmp drvqemu.html.tmp formatdomain.html.tmp drvvmware.html.tmp kbase/locking-sanlock.html.in manpages/virt-login-shell.html.in architecture.html.tmp drvvirtuozzo.html.tmp formatdomaincaps.html.tmp storage.html.tmp index.html.tmp programming-languages.html.tmp formatsnapshot.html.tmp drvesx.html.tmp manpages/virkeycode-atset1.html.in acl.html.tmp daemons.html.in news-2005.html.tmp drvxen.html.tmp libvirt-go-xml.html.in securityprocess.html.tmp internals.html.tmp 404.html.tmp manpages/virkeycode-atset2.html.tmp formatstoragecaps.html.tmp api_extension.html.tmp kbase/virtiofs.html.tmp manpages/virsh.html.in hooks.html.tmp manpages/virkeyname-win32.html.in news-2015.html.tmp manpages/virkeycode-win32.html.tmp formatstorage.html.tmp drvremote.html.tmp programming-languages.html.in kbase/domainstatecapture.html.tmp manpages/virt-admin.html.tmp manpages/virt-host-validate.html.in internals/locking.html.tmp remote.html.tmp drivers.html.tmp testtck.html.tmp compiling.html.tmp kbase.html.tmp manpages/virkeycode-atset2.html.in formatsecret.html.tmp news.html.tmp kbase/virtiofs.html.in coding-style.html.tmp manpages/virkeycode-linux.html.in formatnode.html.tmp manpages/virkeycode-win32.html.in goals.html.tmp kbase/domainstatecapture.html.in manpages/virt-admin.html.in kbase/locking.html.tmp apps.html.tmp internals/command.html.tmp drvvbox.html.tmp formatcheckpoint.html.tmp governance.html.tmp submitting-patches.html.tmp cgroups.html.tmp newreposetup.html.tmp kbase/locking.html.in manpages/virkeycode-atset3.html.tmp news-2013.html.tmp news-2008.html.tmp testsuites.html.tmp bindings.html.tmp api.html.tmp manpages/virtlockd.html.tmp manpages/virkeyname-linux.html.in advanced-tests.html.tmp libvirt-go.html.tmp news-2010.html.tmp best-practices.html.tmp contact.html.tmp drvnodedev.html.tmp submitting-patches.html.in news-2011.html.tmp developer-tooling.html.tmp manpages/virkeycode-usb.html.tmp pci-addresses.html.in drvlxc.html.tmp hvsupport.html.tmp uri.html.tmp manpages/virkeycode-usb.html.in manpages/virkeyname-win32.html.tmp pci-hotplug.html.tmp coding-style.html.in manpages/virtlockd.html.in advanced-tests.html.in libvirt-go.html.in manpages/virkeycode-xtkbd.html.tmp best-practices.html.in manpages/libvirtd.html.in manpages/virt-qemu-run.html.tmp drvtest.html.tmp hacking.html.in manpages/libvirtd.html.tmp kbase/locking-lockd.html.tmp support.html.tmp docs.html.tmp manpages/virt-sanlock-cleanup.html.tmp drvbhyve.html.tmp news-2009.html.tmp manpages/virt-qemu-run.html.in strategy.html.tmp developer-tooling.html.in nss.html.tmp migration.html.tmp manpages/virt-xml-validate.html.in kbase/launch_security_sev.html.tmp kbase/rpm-deployment.html.tmp firewall.html.tmp virshcmdref.html.tmp auth.html.tmp news-2007.html.tmp glib-adoption.html.tmp kbase/qemu-passthrough-security.html.tmp manpages/virkeycode-xtkbd.html.in tlscerts.html.tmp manpages/virkeycode-linux.html.tmp gmake[2]: Leaving directory '/usr<https://ci.centos.org/job/libvirt-build/systems=libvirt-freebsd-11/ws/build…'> Making all in tests gmake[2]: Entering directory '/usr<https://ci.centos.org/job/libvirt-build/systems=libvirt-freebsd-11/ws/build…'> CC testutils.o CC virshtest.o CC sockettest.o CC virhostcputest.o CC virfilewrapper.o CC virbuftest.o CC commandtest.o CC seclabeltest.o CC virhashtest.o CC virconftest.o CC utiltest.o CC shunloadtest.o CC shunloadhelper.lo CC virtimetest.o CC viruritest.o CC viralloctest.o CC virauthconfigtest.o CC virbitmaptest.o CC vircgrouptest.o CC vircryptotest.o CC virpcitest.o CC virendiantest.o CC virfiletest.o CC virfilecachetest.o CC virfirewalltest-virfirewalltest.o CC virfirewalltest-testutils.o CC viriscsitest.o CC virkeycodetest.o CC virlockspacetest.o CC virlogtest.o CC virrotatingfiletest.o CC virschematest.o CC virstringtest.o CC virportallocatortest.o CC sysinfotest.o CC virkmodtest.o CC vircapstest.o CC testutilsqemu.o CC domaincapstest.o CCLD libqemutestdriver.la CC domainconftest.o CC virhostdevtest.o CC virnetdevtest-virnetdevtest.o CC virnetdevtest-testutils.o CC virtypedparamtest.o CC vshtabletest.o CC virerrortest.o CC virnetmessagetest.o CC virnetsockettest.o CC virnetdaemontest.o CC virnetserverclienttest.o CC virnettlscontexttest.o CC virnettlshelpers.o CC virnettlssessiontest.o CC fdstreamtest.o CC virdbustest-virdbustest.o CC virdbustest-testutils.o CC virsystemdtest-virsystemdtest.o CC virsystemdtest-testutils.o CC virpolkittest-virpolkittest.o CC virpolkittest-testutils.o CC qemuxml2argvtest.o CC qemuxml2xmltest.o CC qemudomaincheckpointxml2xmltest.o CC qemudomainsnapshotxml2xmltest.o CC qemumonitorjsontest.o CC qemumonitortestutils.lo CC testutilsqemuschema.lo CC qemuhotplugtest.o CC qemuagenttest.o CC qemucapabilitiestest.o CC qemucaps2xmltest.o CC qemumemlocktest.o CC qemucommandutiltest.o CC qemublocktest.o CC qemumigparamstest.o CC qemusecuritytest.o CC qemusecuritymock.o CC qemufirmwaretest.o CC qemuvhostusertest.o CC esxutilstest-esxutilstest.o CC esxutilstest-testutils.o CC vboxsnapshotxmltest.o CC vmx2xmltest.o CC xml2vmxtest.o CC vmwarevertest.o CC bhyvexml2argvtest.o CC bhyvexml2xmltest.o CC bhyveargv2xmltest.o CC virjsontest.o CC networkxml2xmlupdatetest.o CC virnetworkportxml2xmltest.o CC networkxml2xmltest.o CC networkxml2conftest.o CC networkxml2firewalltest.o CC nwfilterxml2xmltest.o ../../tests/networkxml2conftest.c:61:5: error: use of undeclared identifier 'actual' actual = g_steal_pointer(&tmp); ^ 1 error generated. gmake[2]: *** [Makefile:4440: networkxml2conftest.o] Error 1 gmake[2]: *** Waiting for unfinished jobs.... gmake[2]: Leaving directory '/usr<https://ci.centos.org/job/libvirt-build/systems=libvirt-freebsd-11/ws/build…'> gmake[1]: *** [Makefile:777: all-recursive] Error 1 gmake[1]: Leaving directory '/usr<https://ci.centos.org/job/libvirt-build/systems=libvirt-freebsd-11/ws/build'> gmake: *** [Makefile:670: all] Error 2 Build step 'Execute shell' marked build as failure
1 1
0 0
Build failed in Jenkins: libvirt-build » libvirt-freebsd-12 #1371
by ci@centos.org 23 Apr '20

23 Apr '20
See <https://ci.centos.org/job/libvirt-build/systems=libvirt-freebsd-12/1371/dis…> Changes: [mprivozn] conf: Add <lease/> option for <dhcp/> settings [mprivozn] tests: Add tests for <lease/> to cover dnsmasq settings ------------------------------------------ [...truncated 72.77 KB...] GEN drvqemu.html GEN python.html GEN governance.html GEN news-2013.html GEN securityprocess.html GEN drvlxc.html GEN drvsecret.html GEN testsuites.html GEN drvvirtuozzo.html GEN uri.html GEN formatdomaincaps.html GEN kbase.html GEN csharp.html GEN nss.html GEN remote.html GEN pci-hotplug.html GEN drvbhyve.html GEN docs.html GEN api.html GEN formatcaps.html GEN strategy.html GEN formatsnapshot.html GEN drvesx.html GEN news-2006.html GEN drvopenvz.html GEN logging.html GEN news-2012.html GEN aclpolkit.html GEN acl.html GEN php.html GEN platforms.html GEN news-2008.html GEN migration.html GEN pci-addresses.html.tmp GEN styleguide.html.tmp GEN libvirt-go.html.tmp GEN daemons.html.tmp GEN advanced-tests.html.tmp GEN libvirt-go-xml.html.tmp GEN programming-languages.html.tmp GEN best-practices.html.tmp GEN glib-adoption.html.tmp GEN committer-guidelines.html.tmp GEN developer-tooling.html.tmp GEN hacking.html.tmp GEN newreposetup.html.tmp GEN submitting-patches.html.tmp GEN coding-style.html.tmp GEN internals/command.html GEN internals/eventloop.html GEN internals/rpc.html GEN internals/locking.html GEN kbase/locking-lockd.html.tmp GEN kbase/rpm-deployment.html.tmp GEN kbase/virtiofs.html.tmp GEN kbase/locking-sanlock.html.tmp GEN kbase/launch_security_sev.html.tmp GEN kbase/qemu-passthrough-security.html.tmp GEN kbase/domainstatecapture.html.tmp GEN kbase/locking.html.tmp GEN kbase/backing_chains.html.tmp GEN kbase/secureusage.html.tmp GEN manpages/index.html.tmp GEN manpages/virt-pki-validate.html.tmp GEN manpages/virt-xml-validate.html.tmp GEN manpages/virt-admin.html.tmp GEN manpages/virsh.html.tmp GEN manpages/virt-host-validate.html.tmp GEN manpages/virt-qemu-run.html.tmp GEN manpages/virkeycode-linux.html.tmp GEN manpages/virkeycode-osx.html.tmp GEN manpages/virkeycode-atset1.html.tmp GEN manpages/virkeycode-atset2.html.tmp GEN manpages/virkeycode-atset3.html.tmp GEN manpages/virkeycode-xtkbd.html.tmp GEN manpages/virkeycode-usb.html.tmp GEN manpages/virkeycode-win32.html.tmp GEN manpages/virkeycode-qnum.html.tmp GEN manpages/virkeyname-linux.html.tmp GEN manpages/virkeyname-osx.html.tmp GEN manpages/virkeyname-win32.html.tmp GEN manpages/libvirtd.html.tmp GEN manpages/virtlockd.html.tmp GEN manpages/virtlogd.html.tmp GEN manpages/virt-login-shell.html.tmp GEN manpages/virt-sanlock-cleanup.html.tmp GEN hvsupport.html.tmp GEN news.html GEN pci-addresses.html GEN styleguide.html GEN libvirt-go.html GEN advanced-tests.html GEN daemons.html GEN libvirt-go-xml.html GEN programming-languages.html GEN best-practices.html GEN glib-adoption.html GEN committer-guidelines.html GEN developer-tooling.html GEN hacking.html GEN newreposetup.html GEN coding-style.html GEN submitting-patches.html GEN kbase/locking-lockd.html GEN kbase/rpm-deployment.html GEN kbase/virtiofs.html GEN kbase/launch_security_sev.html GEN kbase/locking-sanlock.html GEN kbase/qemu-passthrough-security.html GEN kbase/domainstatecapture.html GEN kbase/locking.html GEN kbase/backing_chains.html GEN kbase/secureusage.html GEN manpages/virt-pki-validate.html GEN manpages/index.html GEN manpages/virt-admin.html GEN manpages/virt-xml-validate.html GEN manpages/virsh.html GEN manpages/virt-host-validate.html GEN manpages/virkeycode-linux.html GEN manpages/virkeycode-osx.html GEN manpages/virkeycode-atset1.html GEN manpages/virt-qemu-run.html GEN manpages/virkeycode-atset2.html GEN manpages/virkeycode-atset3.html GEN manpages/virkeycode-xtkbd.html GEN manpages/virkeycode-usb.html GEN manpages/virkeycode-win32.html GEN manpages/virkeycode-qnum.html GEN manpages/virkeyname-linux.html GEN manpages/virkeyname-osx.html GEN manpages/virkeyname-win32.html GEN manpages/libvirtd.html GEN manpages/virtlockd.html GEN manpages/virtlogd.html GEN manpages/virt-login-shell.html GEN manpages/virt-sanlock-cleanup.html GEN hvsupport.html rm kbase/launch_security_sev.html.in internals/rpc.html.tmp kbase/rpm-deployment.html.in drvopenvz.html.tmp logging.html.tmp aclpolkit.html.tmp windows.html.tmp glib-adoption.html.in kbase/qemu-passthrough-security.html.in formatnwfilter.html.tmp manpages/virt-xml-validate.html.tmp news-2014.html.tmp daemons.html.tmp contribute.html.tmp php.html.tmp manpages/virtlogd.html.tmp formatnetwork.html.tmp kbase/locking-lockd.html.in formatstorageencryption.html.tmp newreposetup.html.in drvhyperv.html.tmp format.html.tmp errors.html.tmp manpages/virkeycode-atset3.html.in kbase/secureusage.html.tmp manpages/virkeycode-qnum.html.tmp hacking.html.tmp csharp.html.tmp python.html.tmp platforms.html.tmp news-2006.html.tmp manpages/index.html.tmp formatcaps.html.tmp manpages/virkeyname-osx.html.in styleguide.html.tmp manpages/virkeycode-osx.html.tmp committer-guidelines.html.tmp drvsecret.html.tmp manpages/virt-pki-validate.html.tmp manpages/virkeycode-qnum.html.in dbus.html.tmp news-2016.html.tmp auditlog.html.tmp downloads.html.tmp formatnetworkport.html.tmp manpages/index.html.in formatbackup.html.tmp styleguide.html.in manpages/virkeycode-osx.html.in kbase/backing_chains.html.tmp manpages/virt-sanlock-cleanup.html.in committer-guidelines.html.in manpages/virtlogd.html.in bugs.html.tmp manpages/virkeyname-linux.html.tmp java.html.tmp kbase/locking-sanlock.html.tmp manpages/virt-login-shell.html.tmp manpages/virt-host-validate.html.tmp testapi.html.tmp manpages/virt-pki-validate.html.in kbase/secureusage.html.in news-2012.html.tmp kbase/backing_chains.html.in internals/eventloop.html.tmp manpages/virkeycode-atset1.html.tmp pci-addresses.html.tmp libvirt-go-xml.html.tmp manpages/virkeyname-osx.html.tmp manpages/virsh.html.tmp devguide.html.tmp drvqemu.html.tmp formatdomain.html.tmp drvvmware.html.tmp kbase/locking-sanlock.html.in manpages/virt-login-shell.html.in architecture.html.tmp drvvirtuozzo.html.tmp formatdomaincaps.html.tmp storage.html.tmp index.html.tmp programming-languages.html.tmp formatsnapshot.html.tmp drvesx.html.tmp manpages/virkeycode-atset1.html.in acl.html.tmp daemons.html.in news-2005.html.tmp drvxen.html.tmp libvirt-go-xml.html.in securityprocess.html.tmp internals.html.tmp 404.html.tmp manpages/virkeycode-atset2.html.tmp formatstoragecaps.html.tmp api_extension.html.tmp kbase/virtiofs.html.tmp manpages/virsh.html.in hooks.html.tmp manpages/virkeyname-win32.html.in news-2015.html.tmp manpages/virkeycode-win32.html.tmp formatstorage.html.tmp drvremote.html.tmp programming-languages.html.in kbase/domainstatecapture.html.tmp manpages/virt-admin.html.tmp manpages/virt-host-validate.html.in internals/locking.html.tmp remote.html.tmp drivers.html.tmp testtck.html.tmp compiling.html.tmp kbase.html.tmp manpages/virkeycode-atset2.html.in formatsecret.html.tmp news.html.tmp kbase/virtiofs.html.in coding-style.html.tmp manpages/virkeycode-linux.html.in formatnode.html.tmp manpages/virkeycode-win32.html.in goals.html.tmp kbase/domainstatecapture.html.in manpages/virt-admin.html.in kbase/locking.html.tmp apps.html.tmp internals/command.html.tmp drvvbox.html.tmp formatcheckpoint.html.tmp governance.html.tmp submitting-patches.html.tmp cgroups.html.tmp newreposetup.html.tmp kbase/locking.html.in manpages/virkeycode-atset3.html.tmp news-2013.html.tmp news-2008.html.tmp testsuites.html.tmp bindings.html.tmp api.html.tmp manpages/virtlockd.html.tmp manpages/virkeyname-linux.html.in advanced-tests.html.tmp libvirt-go.html.tmp news-2010.html.tmp best-practices.html.tmp contact.html.tmp drvnodedev.html.tmp submitting-patches.html.in news-2011.html.tmp developer-tooling.html.tmp manpages/virkeycode-usb.html.tmp pci-addresses.html.in drvlxc.html.tmp hvsupport.html.tmp uri.html.tmp manpages/virkeycode-usb.html.in manpages/virkeyname-win32.html.tmp pci-hotplug.html.tmp coding-style.html.in manpages/virtlockd.html.in advanced-tests.html.in libvirt-go.html.in manpages/virkeycode-xtkbd.html.tmp best-practices.html.in manpages/libvirtd.html.in manpages/virt-qemu-run.html.tmp drvtest.html.tmp hacking.html.in manpages/libvirtd.html.tmp kbase/locking-lockd.html.tmp support.html.tmp docs.html.tmp manpages/virt-sanlock-cleanup.html.tmp drvbhyve.html.tmp news-2009.html.tmp manpages/virt-qemu-run.html.in strategy.html.tmp developer-tooling.html.in nss.html.tmp migration.html.tmp manpages/virt-xml-validate.html.in kbase/launch_security_sev.html.tmp kbase/rpm-deployment.html.tmp firewall.html.tmp virshcmdref.html.tmp auth.html.tmp news-2007.html.tmp glib-adoption.html.tmp kbase/qemu-passthrough-security.html.tmp manpages/virkeycode-xtkbd.html.in tlscerts.html.tmp manpages/virkeycode-linux.html.tmp gmake[2]: Leaving directory '/usr<https://ci.centos.org/job/libvirt-build/systems=libvirt-freebsd-12/ws/build…'> Making all in tests gmake[2]: Entering directory '/usr<https://ci.centos.org/job/libvirt-build/systems=libvirt-freebsd-12/ws/build…'> CC virshtest.o CC testutils.o CC sockettest.o CC virhostcputest.o CC virfilewrapper.o CC virbuftest.o CC commandtest.o CC seclabeltest.o CC virhashtest.o CC virconftest.o CC utiltest.o CC shunloadtest.o CC shunloadhelper.lo CC virtimetest.o CC viruritest.o CC viralloctest.o CC virauthconfigtest.o CC virbitmaptest.o CC vircgrouptest.o CC vircryptotest.o CC virpcitest.o CC virendiantest.o CC virfiletest.o CC virfilecachetest.o CC virfirewalltest-virfirewalltest.o CC virfirewalltest-testutils.o CC viriscsitest.o CC virkeycodetest.o CC virlockspacetest.o CC virlogtest.o CC virrotatingfiletest.o CC virschematest.o CC virstringtest.o CC virportallocatortest.o CC sysinfotest.o CC virkmodtest.o CC vircapstest.o CC testutilsqemu.o CC domaincapstest.o CCLD libqemutestdriver.la CC domainconftest.o CC virhostdevtest.o CC virnetdevtest-virnetdevtest.o CC virnetdevtest-testutils.o CC virtypedparamtest.o CC vshtabletest.o CC virerrortest.o CC virnetmessagetest.o CC virnetsockettest.o CC virnetdaemontest.o CC virnetserverclienttest.o CC virnettlscontexttest.o CC virnettlshelpers.o CC virnettlssessiontest.o CC fdstreamtest.o CC virdbustest-virdbustest.o CC virdbustest-testutils.o CC virsystemdtest-virsystemdtest.o CC virsystemdtest-testutils.o CC virpolkittest-virpolkittest.o CC virpolkittest-testutils.o CC qemuxml2argvtest.o CC qemuxml2xmltest.o CC qemudomaincheckpointxml2xmltest.o CC qemudomainsnapshotxml2xmltest.o CC qemumonitorjsontest.o CC qemumonitortestutils.lo CC testutilsqemuschema.lo CC qemuhotplugtest.o CC qemuagenttest.o CC qemucapabilitiestest.o CC qemucaps2xmltest.o CC qemumemlocktest.o CC qemucommandutiltest.o CC qemublocktest.o CC qemumigparamstest.o CC qemusecuritytest.o CC qemusecuritymock.o CC qemufirmwaretest.o CC qemuvhostusertest.o CC esxutilstest-esxutilstest.o CC esxutilstest-testutils.o CC vboxsnapshotxmltest.o CC vmx2xmltest.o CC xml2vmxtest.o CC vmwarevertest.o CC bhyvexml2argvtest.o CC bhyvexml2xmltest.o CC bhyveargv2xmltest.o CC virjsontest.o CC networkxml2xmlupdatetest.o CC virnetworkportxml2xmltest.o CC networkxml2xmltest.o CC networkxml2conftest.o CC networkxml2firewalltest.o CC nwfilterxml2xmltest.o ../../tests/networkxml2conftest.c:61:5: error: use of undeclared identifier 'actual' actual = g_steal_pointer(&tmp); ^ 1 error generated. gmake[2]: *** [Makefile:4440: networkxml2conftest.o] Error 1 gmake[2]: *** Waiting for unfinished jobs.... gmake[2]: Leaving directory '/usr<https://ci.centos.org/job/libvirt-build/systems=libvirt-freebsd-12/ws/build…'> gmake[1]: *** [Makefile:777: all-recursive] Error 1 gmake[1]: Leaving directory '/usr<https://ci.centos.org/job/libvirt-build/systems=libvirt-freebsd-12/ws/build'> gmake: *** [Makefile:670: all] Error 2 Build step 'Execute shell' marked build as failure
1 1
0 0
  • ← Newer
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • ...
  • 17
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.