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 -----
  • 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
  • 9403 discussions
[Libvirt-ci] Jenkins build is back to normal : libvirt-master-build » libvirt-freebsd-10 #1307
by ci@centos.org 27 Mar '18

27 Mar '18
See <https://ci.centos.org/job/libvirt-master-build/systems=libvirt-freebsd-10/1…>
1 0
0 0
[Libvirt-ci] Broken: libvirt/libvirt#1065 (master - 247e3a7)
by Travis CI 23 Mar '18

23 Mar '18
Build Update for libvirt/libvirt ------------------------------------- Build: #1065 Status: Broken Duration: 20 minutes and 56 seconds Commit: 247e3a7 (master) Author: Pavel Hrdina Message: docs: introduce libvirt-dbus binding libvirt-dbus is a new binding that wraps libvirt API into D-Bus calls. Reviewed-by: Daniel P. Berrangé <berrange(a)redhat.com> Signed-off-by: Pavel Hrdina <phrdina(a)redhat.com> View the changeset: https://github.com/libvirt/libvirt/compare/76e1720c4f0d...247e3a72753e View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/357362757?utm_source=email&utm… -- You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications This email was sent to libvirt-ci(a)redhat.com (mailto:libvirt-ci@redhat.com) unsubscribe from this list (http://clicks.travis-ci.com/track/unsub.php?u=14313403&id=d2300850fd9b47e1a…)
1 0
0 0
[Libvirt-ci] Jenkins build is back to normal : libvirt-glib-master-build » libvirt-freebsd-10 #979
by ci@centos.org 21 Mar '18

21 Mar '18
See <https://ci.centos.org/job/libvirt-glib-master-build/systems=libvirt-freebsd…>
1 0
0 0
[Libvirt-ci] Jenkins build is back to normal : virt-manager-master-py3-build » libvirt-freebsd-10 #103
by ci@centos.org 21 Mar '18

21 Mar '18
See <https://ci.centos.org/job/virt-manager-master-py3-build/systems=libvirt-fre…>
1 0
0 0
[Libvirt-ci] Jenkins build is back to normal : libvirt-tck-master-test » libvirt-freebsd-10 #1019
by ci@centos.org 21 Mar '18

21 Mar '18
See <https://ci.centos.org/job/libvirt-tck-master-test/systems=libvirt-freebsd-1…>
1 0
0 0
[Libvirt-ci] Jenkins build is back to normal : libvirt-go-master-check » libvirt-freebsd-10 #893
by ci@centos.org 21 Mar '18

21 Mar '18
See <https://ci.centos.org/job/libvirt-go-master-check/systems=libvirt-freebsd-1…>
1 0
0 0
[Libvirt-ci] Jenkins build is back to normal : libvirt-master-build » libvirt-freebsd-10 #1293
by ci@centos.org 21 Mar '18

21 Mar '18
See <https://ci.centos.org/job/libvirt-master-build/systems=libvirt-freebsd-10/1…>
1 0
0 0
[Libvirt-ci] Errored: libvirt/libvirt#1050 (v3.7-maint - 5a81acc)
by Travis CI 20 Mar '18

20 Mar '18
Build Update for libvirt/libvirt ------------------------------------- Build: #1050 Status: Errored Duration: 11 minutes and 31 seconds Commit: 5a81acc (v3.7-maint) Author: Laine Stump Message: vbox: fix SEGV during dumpxml of a serial port commit 77a12987a48 changed the "virDomainChrSourceDef source" inside virDomainChrDef to "virDomainChrSourceDefPtr source", and started allocating source inside virDomainChrDefNew(), but vboxDumpSerial() was allocating a virDomainChrDef with a simple VIR_ALLOC() (i.e. never calling virDomainChrDefNew()), so source was never initialized, leading to a SEGV any time a serial port was present. The same problem was created in vboxDumpParallel(). This patch changes vboxDumpSerial() and vboxDumpParallel() to use virDomainChrDefNew() instead of VIR_ALLOC(), and changes both of those functions to return an error if virDomainChrDef() (or any other allocation) fails. This resolves: https://bugzilla.redhat.com/1536649 (cherry picked from commit 9c27e464e3b4603cbe13c00787f4c89e5b1e7a68) Signed-off-by: Laine Stump <laine(a)laine.org> View the changeset: https://github.com/libvirt/libvirt/compare/979a7b3feba1...5a81acc80fc7 View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/356027948?utm_source=email&utm… -- You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications This email was sent to libvirt-ci(a)redhat.com (mailto:libvirt-ci@redhat.com) unsubscribe from this list (http://clicks.travis-ci.com/track/unsub.php?u=14313403&id=c709e36f49ad41768…)
1 0
0 0
[Libvirt-ci] Build failed in Jenkins: libvirt-go-xml-master-build » libvirt-freebsd-10 #240
by ci@centos.org 20 Mar '18

20 Mar '18
See <https://ci.centos.org/job/libvirt-go-xml-master-build/systems=libvirt-freeb…> ------------------------------------------ Started by upstream project "libvirt-go-xml-master-build" build number 240 originally caused by: Started by upstream project "libvirt-master-build" build number 1287 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-go-xml-master-build/systems=libvirt-freeb…> > 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-go-xml.git # timeout=10 Fetching upstream changes from git://n64.pufty.ci.centos.org/libvirt-go-xml.git > git --version # timeout=10 > git fetch --tags --progress git://n64.pufty.ci.centos.org/libvirt-go-xml.git +refs/heads/*:refs/remotes/origin/* Checking out Revision ec982c3a5992402e8af30bbc61ab562fc6bcd037 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f ec982c3a5992402e8af30bbc61ab562fc6bcd037 Commit message: "fix type tag for rdp and deskop graphics devices" > git rev-list ec982c3a5992402e8af30bbc61ab562fc6bcd037 # timeout=10 FATAL: Invalid id: Process leaked file descriptors. See https://jenkins.io/redirect/troubleshooting/process-leaked-file-descriptors for more information Also: hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-connect connection from n64.pufty.ci.centos.org/172.19.3.128:61119 at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1693) at hudson.remoting.UserResponse.retrieve(UserRequest.java:310) at hudson.remoting.Channel.call(Channel.java:908) at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:281) at com.sun.proxy.$Proxy78.isCommitInRepo(Unknown Source) at org.jenkinsci.plugins.gitclient.RemoteGitImpl.isCommitInRepo(RemoteGitImpl.java:285) at hudson.plugins.git.GitSCM.computeChangeLog(GitSCM.java:1271) at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1195) at hudson.scm.SCM.checkout(SCM.java:495) at hudson.model.AbstractProject.checkout(AbstractProject.java:1202) at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574) at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499) at hudson.model.Run.execute(Run.java:1724) at hudson.matrix.MatrixRun.run(MatrixRun.java:146) at hudson.model.ResourceController.execute(ResourceController.java:97) at hudson.model.Executor.run(Executor.java:429) org.eclipse.jgit.errors.InvalidObjectIdException: Invalid id: 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$10.execute(CliGitAPIImpl.java:2475) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.revList(CliGitAPIImpl.java:2508) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.isCommitInRepo(CliGitAPIImpl.java:2518) at hudson.plugins.git.GitAPI.isCommitInRepo(GitAPI.java:237) at sun.reflect.GeneratedMethodAccessor500.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:922) at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:896) at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:853) at hudson.remoting.UserRequest.perform(UserRequest.java:207) at hudson.remoting.UserRequest.perform(UserRequest.java:53) at hudson.remoting.Request$2.run(Request.java:358) at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72) 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:98) at java.lang.Thread.run(Thread.java:748)
1 1
0 0
[Libvirt-ci] Build failed in Jenkins: libvirt-master-rpm » libvirt-fedora-rawhide #871
by ci@centos.org 19 Mar '18

19 Mar '18
See <https://ci.centos.org/job/libvirt-master-rpm/systems=libvirt-fedora-rawhide…> ------------------------------------------ [...truncated 4.30 MB...] CCLD xml2sexprtest CCLD sexpr2xmltest CCLD xmconfigtest CCLD xencapstest CCLD xlconfigtest CCLD libxlxml2domconfigtest CCLD qemuxml2argvtest CCLD qemuxml2xmltest CCLD qemuargv2xmltest CCLD qemuhelptest CCLD domainsnapshotxml2xmltest CCLD libqemumonitortestutils.la CCLD qemucaps2xmltest CCLD qemumemlocktest CCLD qemublocktest CCLD lxcxml2xmltest CCLD lxcconf2xmltest CCLD openvzutilstest CCLD esxutilstest CCLD vboxsnapshotxmltest CCLD vmx2xmltest CCLD xml2vmxtest CCLD vmwarevertest CCLD virjsontest CCLD networkxml2xmltest CCLD networkxml2xmlupdatetest CCLD networkxml2conftest CCLD networkxml2firewalltest CCLD storagebackendsheepdogtest CCLD nwfilterxml2xmltest CCLD nwfilterebiptablestest CCLD nwfilterxml2firewalltest CCLD storagevolxml2argvtest CCLD virstorageutiltest CCLD virstoragetest CCLD virscsitest CCLD nsstest CCLD nssguesttest CCLD storagevolxml2xmltest CCLD storagepoolxml2xmltest CCLD nodedevxml2xmltest CCLD interfacexml2xmltest CCLD cputest CCLD metadatatest CCLD secretxml2xmltest CCLD genericxml2xmltest CCLD virusbtest CCLD virnetdevbandwidthtest CCLD eventtest CCLD virdrivermoduletest CCLD objecteventtest CCLD virmacmaptest CCLD commandhelper CCLD ssh CCLD qemucapsprobe CCLD nsslinktest make[1]: 'libshunload.la' is up to date. CCLD nssguestlinktest CCLD virportallocatormock.la CCLD virnetdaemonmock.la CCLD virnetserverclientmock.la CCLD vircgroupmock.la CCLD virpcimock.la CCLD virnetdevmock.la CCLD virrandommock.la CCLD virhostcpumock.la CCLD domaincapsmock.la CCLD virfilecachemock.la CCLD virusbmock.la CCLD virnetdevbandwidthmock.la CCLD virnumamock.la CCLD virtestmock.la CCLD virdbusmock.la make[1]: 'libqemumonitortestutils.la' is up to date. CCLD virmocklibxl.la CCLD qemuxml2argvmock.la CCLD qemucaps2xmlmock.la CCLD qemucapsprobemock.la CCLD qemucpumock.la CCLD nssmock.la make[1]: 'libsecurityselinuxhelper.la' is up to date. CCLD virdeterministichashmock.la CCLD shunloadtest CCLD securityselinuxtest CCLD viridentitytest CCLD securityselinuxlabeltest CCLD qemumonitortest CCLD qemumonitorjsontest CCLD qemuhotplugtest CCLD qemuagenttest CCLD qemucapabilitiestest CCLD qemucommandutiltest make[1]: Leaving directory '<https://ci.centos.org/job/libvirt-master-rpm/systems=libvirt-fedora-rawhide…'> make check-TESTS make[1]: Entering directory '<https://ci.centos.org/job/libvirt-master-rpm/systems=libvirt-fedora-rawhide…'> make[2]: Entering directory '<https://ci.centos.org/job/libvirt-master-rpm/systems=libvirt-fedora-rawhide…'> PASS: sockettest PASS: virbuftest PASS: virhostcputest PASS: seclabeltest PASS: virhashtest PASS: virconftest PASS: commandtest PASS: viratomictest PASS: shunloadtest PASS: utiltest PASS: virtimetest PASS: viruritest 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: virstringtest PASS: virportallocatortest PASS: sysinfotest PASS: virkmodtest PASS: vircapstest PASS: virshtest PASS: domainconftest PASS: domaincapstest PASS: virhostdevtest PASS: virnetdevtest PASS: virtypedparamtest PASS: virnetmessagetest PASS: virnetsockettest PASS: virnetdaemontest PASS: virschematest PASS: virnetserverclienttest PASS: scsihosttest PASS: fchosttest PASS: virnettlssessiontest PASS: virresctrltest PASS: vircaps2xmltest PASS: fdstreamtest PASS: virdbustest PASS: virsystemdtest PASS: virpolkittest PASS: securityselinuxtest PASS: viridentitytest PASS: virnettlscontexttest PASS: sexpr2xmltest PASS: xml2sexprtest PASS: securityselinuxlabeltest PASS: xmconfigtest PASS: xencapstest PASS: xlconfigtest PASS: libxlxml2domconfigtest PASS: qemuargv2xmltest PASS: qemuhelptest PASS: domainsnapshotxml2xmltest PASS: qemuxml2xmltest PASS: qemuxml2argvtest PASS: qemumonitortest PASS: qemumonitorjsontest PASS: qemuhotplugtest PASS: qemucaps2xmltest PASS: qemucapabilitiestest PASS: qemumemlocktest PASS: qemucommandutiltest PASS: qemublocktest PASS: lxcxml2xmltest PASS: lxcconf2xmltest PASS: openvzutilstest PASS: esxutilstest PASS: vboxsnapshotxmltest PASS: vmx2xmltest PASS: xml2vmxtest PASS: vmwarevertest PASS: virjsontest PASS: networkxml2xmltest PASS: networkxml2xmlupdatetest PASS: networkxml2conftest PASS: networkxml2firewalltest PASS: storagebackendsheepdogtest PASS: nwfilterxml2xmltest PASS: nwfilterebiptablestest PASS: nwfilterxml2firewalltest PASS: virstorageutiltest PASS: storagevolxml2argvtest PASS: virscsitest PASS: nsstest PASS: qemuagenttest PASS: nssguesttest PASS: storagevolxml2xmltest PASS: storagepoolxml2xmltest PASS: nodedevxml2xmltest PASS: interfacexml2xmltest FAIL: cputest PASS: virstoragetest PASS: metadatatest PASS: secretxml2xmltest PASS: genericxml2xmltest PASS: virusbtest PASS: virnetdevbandwidthtest FAIL: virdrivermoduletest FAIL: objecteventtest PASS: libvirtd-fail ../build-aux/test-driver: line 135: echo: write error: No space left on device ../build-aux/test-driver: line 136: echo: write error: No space left on device ../build-aux/test-driver: line 137: echo: write error: No space left on device ../build-aux/test-driver: line 138: echo: write error: No space left on device make[2]: *** [Makefile:6800: libvirtd-fail.log] Error 1 make[2]: *** Waiting for unfinished jobs.... ../build-aux/test-driver: line 129: echo: write error: No space left on device FAIL: libvirtd-pool ../build-aux/test-driver: line 135: echo: write error: No space left on device ../build-aux/test-driver: line 136: echo: write error: No space left on device ../build-aux/test-driver: line 137: echo: write error: No space left on device ../build-aux/test-driver: line 138: echo: write error: No space left on device make[2]: *** [Makefile:6807: libvirtd-pool.log] Error 1 ../build-aux/test-driver: line 129: echo: write error: No space left on device FAIL: virmacmaptest ../build-aux/test-driver: line 135: echo: write error: No space left on device ../build-aux/test-driver: line 136: echo: write error: No space left on device ../build-aux/test-driver: line 137: echo: write error: No space left on device ../build-aux/test-driver: line 138: echo: write error: No space left on device make[2]: *** [Makefile:6793: virmacmaptest.log] Error 1 PASS: eventtest ../build-aux/test-driver: line 135: echo: write error: No space left on device ../build-aux/test-driver: line 136: echo: write error: No space left on device ../build-aux/test-driver: line 137: echo: write error: No space left on device ../build-aux/test-driver: line 138: echo: write error: No space left on device make[2]: *** [Makefile:6772: eventtest.log] Error 1 make[2]: Leaving directory '<https://ci.centos.org/job/libvirt-master-rpm/systems=libvirt-fedora-rawhide…'> make[1]: *** [Makefile:5956: check-TESTS] Error 2 make[1]: Leaving directory '<https://ci.centos.org/job/libvirt-master-rpm/systems=libvirt-fedora-rawhide…'> make: *** [Makefile:6961: check-am] Error 2 + cat test-suite.log cat: test-suite.log: No such file or directory + true + exit 1 error: Bad exit status from /var/tmp/rpm-tmp.lcF7Gk (%check) RPM build errors: Bad exit status from /var/tmp/rpm-tmp.lcF7Gk (%check) Build step 'Execute shell' marked build as failure
1 1
0 0
  • ← Newer
  • 1
  • ...
  • 843
  • 844
  • 845
  • 846
  • 847
  • 848
  • 849
  • ...
  • 941
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.