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
  • 10209 discussions
[Libvirt-ci] Build failed in Jenkins: libvirt-master-build » libvirt-centos-6 #31
by ci@centos.org 26 Oct '23

26 Oct '23
See <https://ci.centos.org/job/libvirt-master-build/systems=libvirt-centos-6/31/> ------------------------------------------ Started by upstream project "libvirt-master-build" build number 31 originally caused by: Started by user Libvirt project [EnvInject] - Loading node environment variables. Building remotely on libvirt-centos-6 (libvirt) in workspace <https://ci.centos.org/job/libvirt-master-build/systems=libvirt-centos-6/ws/> > 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.git # timeout=10 Fetching upstream changes from git://n64.pufty.ci.centos.org/libvirt.git > git --version # timeout=10 > git fetch --tags --progress git://n64.pufty.ci.centos.org/libvirt.git +refs/heads/*:refs/remotes/origin/* ERROR: Error fetching remote repo 'origin' hudson.plugins.git.GitException: Failed to fetch from git://n64.pufty.ci.centos.org/libvirt.git at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:810) at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1066) at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1097) at hudson.scm.SCM.checkout(SCM.java:485) at hudson.model.AbstractProject.checkout(AbstractProject.java:1269) at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:607) at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:529) at hudson.model.Run.execute(Run.java:1738) at hudson.matrix.MatrixRun.run(MatrixRun.java:146) at hudson.model.ResourceController.execute(ResourceController.java:98) at hudson.model.Executor.run(Executor.java:410) Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --progress git://n64.pufty.ci.centos.org/libvirt.git +refs/heads/*:refs/remotes/origin/*" returned status code 128: stdout: stderr: fatal: Unable to look up n64.pufty.ci.centos.org (port 9418) (Temporary failure in name resolution) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1719) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1463) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:63) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:314) at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:152) at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:145) at hudson.remoting.UserRequest.perform(UserRequest.java:121) at hudson.remoting.UserRequest.perform(UserRequest.java:49) at hudson.remoting.Request$2.run(Request.java:324) at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68) at java.util.concurrent.FutureTask.run(FutureTask.java:262) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at hudson.remoting.Engine$1$1.run(Engine.java:63) at java.lang.Thread.run(Thread.java:745) at ......remote call to libvirt-centos-6(Native Method) at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1416) at hudson.remoting.UserResponse.retrieve(UserRequest.java:220) at hudson.remoting.Channel.call(Channel.java:781) at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:145) at sun.reflect.GeneratedMethodAccessor269.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:131) at com.sun.proxy.$Proxy59.execute(Unknown Source) at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:808) ... 11 more ERROR: null
1 1
0 0
[Libvirt-ci] Build failed in Jenkins: libvirt-master-build » libvirt-debian #30
by ci@centos.org 26 Oct '23

26 Oct '23
See <https://ci.centos.org/job/libvirt-master-build/systems=libvirt-debian/30/> ------------------------------------------ Started by upstream project "libvirt-master-build" build number 30 originally caused by: Started by user Libvirt project [EnvInject] - Loading node environment variables. Building remotely on libvirt-debian (libvirt) in workspace <https://ci.centos.org/job/libvirt-master-build/systems=libvirt-debian/ws/> > 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.git # timeout=10 Fetching upstream changes from git://n64.pufty.ci.centos.org/libvirt.git > git --version # timeout=10 > git -c core.askpass=true fetch --tags --progress git://n64.pufty.ci.centos.org/libvirt.git +refs/heads/*:refs/remotes/origin/* ERROR: Error fetching remote repo 'origin' hudson.plugins.git.GitException: Failed to fetch from git://n64.pufty.ci.centos.org/libvirt.git at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:810) at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1066) at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1097) at hudson.scm.SCM.checkout(SCM.java:485) at hudson.model.AbstractProject.checkout(AbstractProject.java:1269) at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:607) at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:529) at hudson.model.Run.execute(Run.java:1738) at hudson.matrix.MatrixRun.run(MatrixRun.java:146) at hudson.model.ResourceController.execute(ResourceController.java:98) at hudson.model.Executor.run(Executor.java:410) Caused by: hudson.plugins.git.GitException: Command "git -c core.askpass=true fetch --tags --progress git://n64.pufty.ci.centos.org/libvirt.git +refs/heads/*:refs/remotes/origin/*" returned status code 128: stdout: stderr: fatal: unable to connect to n64.pufty.ci.centos.org: n64.pufty.ci.centos.org: Name or service not known at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1719) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1463) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:63) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:314) at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:152) at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:145) at hudson.remoting.UserRequest.perform(UserRequest.java:121) at hudson.remoting.UserRequest.perform(UserRequest.java:49) at hudson.remoting.Request$2.run(Request.java:324) at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68) at java.util.concurrent.FutureTask.run(FutureTask.java:262) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at hudson.remoting.Engine$1$1.run(Engine.java:63) at java.lang.Thread.run(Thread.java:745) at ......remote call to libvirt-debian(Native Method) at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1416) at hudson.remoting.UserResponse.retrieve(UserRequest.java:220) at hudson.remoting.Channel.call(Channel.java:781) at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:145) at sun.reflect.GeneratedMethodAccessor269.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:131) at com.sun.proxy.$Proxy59.execute(Unknown Source) at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:808) ... 11 more ERROR: null
1 1
0 0
[Libvirt-ci] Build failed in Jenkins: libvirt-master-build » libvirt-centos-6 #29
by ci@centos.org 26 Oct '23

26 Oct '23
See <https://ci.centos.org/job/libvirt-master-build/systems=libvirt-centos-6/29/> ------------------------------------------ Started by upstream project "libvirt-master-build" build number 29 originally caused by: Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change 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-6 (libvirt) in workspace <https://ci.centos.org/job/libvirt-master-build/systems=libvirt-centos-6/ws/> > 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.git # timeout=10 Fetching upstream changes from git://n64.pufty.ci.centos.org/libvirt.git > git --version # timeout=10 > git fetch --tags --progress git://n64.pufty.ci.centos.org/libvirt.git +refs/heads/*:refs/remotes/origin/* ERROR: Error fetching remote repo 'origin' hudson.plugins.git.GitException: Failed to fetch from git://n64.pufty.ci.centos.org/libvirt.git at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:810) at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1066) at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1097) at hudson.scm.SCM.checkout(SCM.java:485) at hudson.model.AbstractProject.checkout(AbstractProject.java:1269) at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:607) at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:529) at hudson.model.Run.execute(Run.java:1738) at hudson.matrix.MatrixRun.run(MatrixRun.java:146) at hudson.model.ResourceController.execute(ResourceController.java:98) at hudson.model.Executor.run(Executor.java:410) Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --progress git://n64.pufty.ci.centos.org/libvirt.git +refs/heads/*:refs/remotes/origin/*" returned status code 128: stdout: stderr: fatal: Unable to look up n64.pufty.ci.centos.org (port 9418) (Temporary failure in name resolution) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1719) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1463) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:63) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:314) at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:152) at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:145) at hudson.remoting.UserRequest.perform(UserRequest.java:121) at hudson.remoting.UserRequest.perform(UserRequest.java:49) at hudson.remoting.Request$2.run(Request.java:324) at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68) at java.util.concurrent.FutureTask.run(FutureTask.java:262) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at hudson.remoting.Engine$1$1.run(Engine.java:63) at java.lang.Thread.run(Thread.java:745) at ......remote call to libvirt-centos-6(Native Method) at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1416) at hudson.remoting.UserResponse.retrieve(UserRequest.java:220) at hudson.remoting.Channel.call(Channel.java:781) at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:145) at sun.reflect.GeneratedMethodAccessor269.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:131) at com.sun.proxy.$Proxy59.execute(Unknown Source) at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:808) ... 11 more ERROR: null
1 1
0 0
[Libvirt-ci] Build failed in Jenkins: virt-manager-master-check » libvirt-centos-7 #27
by ci@centos.org 26 Oct '23

26 Oct '23
See <https://ci.centos.org/job/virt-manager-master-check/systems=libvirt-centos-…> ------------------------------------------ Started by upstream project "virt-manager-master-check" build number 27 originally caused by: Started by upstream project "virt-manager-master-build" build number 29 originally caused by: Started by upstream project "libvirt-python-master-build" build number 20 originally caused by: Started by upstream project "libvirt-master-build" build number 23 originally caused by: 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-…> [libvirt-centos-7] $ /bin/sh -xe /tmp/hudson783166481136893978.sh + python setup.py test running test .......................................................................................................................................................................................................................................................................................................................................................................................................................... ---------------------------------------------------------------------- Ran 410 tests in 334.854s OK /tmp/hudson783166481136893978.sh: line 2: 22008 Segmentation fault python setup.py test Build step 'Execute shell' marked build as failure
1 2
0 0
[Libvirt-ci] Build failed in Jenkins: libvirt-master-build » libvirt-centos-6 #25
by ci@centos.org 26 Oct '23

26 Oct '23
See <https://ci.centos.org/job/libvirt-master-build/systems=libvirt-centos-6/25/> ------------------------------------------ Started by upstream project "libvirt-master-build" build number 25 originally caused by: Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on libvirt-centos-6 (libvirt) in workspace <https://ci.centos.org/job/libvirt-master-build/systems=libvirt-centos-6/ws/> > 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.git # timeout=10 Fetching upstream changes from git://n64.pufty.ci.centos.org/libvirt.git > git --version # timeout=10 > git fetch --tags --progress git://n64.pufty.ci.centos.org/libvirt.git +refs/heads/*:refs/remotes/origin/* ERROR: Error fetching remote repo 'origin' hudson.plugins.git.GitException: Failed to fetch from git://n64.pufty.ci.centos.org/libvirt.git at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:810) at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1066) at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1097) at hudson.scm.SCM.checkout(SCM.java:485) at hudson.model.AbstractProject.checkout(AbstractProject.java:1269) at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:607) at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:529) at hudson.model.Run.execute(Run.java:1738) at hudson.matrix.MatrixRun.run(MatrixRun.java:146) at hudson.model.ResourceController.execute(ResourceController.java:98) at hudson.model.Executor.run(Executor.java:410) Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --progress git://n64.pufty.ci.centos.org/libvirt.git +refs/heads/*:refs/remotes/origin/*" returned status code 128: stdout: stderr: fatal: Unable to look up n64.pufty.ci.centos.org (port 9418) (Temporary failure in name resolution) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1719) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1463) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:63) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:314) at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:152) at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:145) at hudson.remoting.UserRequest.perform(UserRequest.java:121) at hudson.remoting.UserRequest.perform(UserRequest.java:49) at hudson.remoting.Request$2.run(Request.java:324) at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68) at java.util.concurrent.FutureTask.run(FutureTask.java:262) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at hudson.remoting.Engine$1$1.run(Engine.java:63) at java.lang.Thread.run(Thread.java:745) at ......remote call to libvirt-centos-6(Native Method) at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1416) at hudson.remoting.UserResponse.retrieve(UserRequest.java:220) at hudson.remoting.Channel.call(Channel.java:781) at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:145) at sun.reflect.GeneratedMethodAccessor269.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:131) at com.sun.proxy.$Proxy59.execute(Unknown Source) at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:808) ... 11 more ERROR: null
1 1
0 0
[Libvirt-ci] Build failed in Jenkins: libvirt-perl-master-test » libvirt-fedora-rawhide #8
by ci@centos.org 26 Oct '23

26 Oct '23
See <https://ci.centos.org/job/libvirt-perl-master-test/systems=libvirt-fedora-r…> ------------------------------------------ Started by upstream project "libvirt-perl-master-test" build number 8 originally caused by: Started by upstream project "libvirt-perl-master-build" build number 10 originally caused by: Started by upstream project "libvirt-master-build" build number 11 originally caused by: Started by an SCM change Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on libvirt-fedora-rawhide (libvirt) in workspace <https://ci.centos.org/job/libvirt-perl-master-test/systems=libvirt-fedora-r…> [libvirt-fedora-rawhide] $ /bin/sh -xe /tmp/hudson1853625869780520660.sh + make -j3 test TEST_MAINTAINER=1 "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Virt.bs blib/arch/auto/Sys/Virt/Virt.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/005-pod.t ............ ok t/010-pod-coverage.t ... ok t/015-changes.t ........ ok t/020-constants.t ...... ok # Failed test 'VIR_NODE_DEVICE_EVENT_ID_UPDATE' # at t/030-api-coverage.t line 166. # Looks like you failed 1 test of 1501. t/030-api-coverage.t ... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/1501 subtests t/100-connect.t ........ ok t/200-domains.t ........ ok t/300-networks.t ....... ok t/400-storage-pools.t .. ok t/500-storage-vols.t ... ok t/600-interfaces.t ..... ok t/800-events.t ......... ok Test Summary Report ------------------- t/030-api-coverage.t (Wstat: 256 Tests: 1501 Failed: 1) Failed test: 1230 Non-zero exit status: 1 Files=12, Tests=1753, 44 wallclock secs ( 0.46 usr 0.16 sys + 7.51 cusr 1.78 csys = 9.91 CPU) Result: FAIL Failed 1/12 test programs. 1/1753 subtests failed. Makefile:1018: recipe for target 'test_dynamic' failed make: *** [test_dynamic] Error 255 Build step 'Execute shell' marked build as failure
1 3
0 0
[Libvirt-ci] Build failed in Jenkins: libvirt-perl-master-test » libvirt-fedora-21 #8
by ci@centos.org 26 Oct '23

26 Oct '23
See <https://ci.centos.org/job/libvirt-perl-master-test/systems=libvirt-fedora-2…> ------------------------------------------ Started by upstream project "libvirt-perl-master-test" build number 8 originally caused by: Started by upstream project "libvirt-perl-master-build" build number 10 originally caused by: Started by upstream project "libvirt-master-build" build number 11 originally caused by: Started by an SCM change Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on libvirt-fedora-21 (libvirt) in workspace <https://ci.centos.org/job/libvirt-perl-master-test/systems=libvirt-fedora-2…> [libvirt-fedora-21] $ /bin/sh -xe /tmp/hudson5279782789428555827.sh + make -j3 test TEST_MAINTAINER=1 PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/005-pod.t ............ ok t/010-pod-coverage.t ... ok t/015-changes.t ........ ok t/020-constants.t ...... ok # Failed test 'VIR_NODE_DEVICE_EVENT_ID_UPDATE' # at t/030-api-coverage.t line 166. # Looks like you failed 1 test of 1501. t/030-api-coverage.t ... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/1501 subtests t/100-connect.t ........ ok t/200-domains.t ........ ok t/300-networks.t ....... ok t/400-storage-pools.t .. ok t/500-storage-vols.t ... ok t/600-interfaces.t ..... ok t/800-events.t ......... ok Test Summary Report ------------------- t/030-api-coverage.t (Wstat: 256 Tests: 1501 Failed: 1) Failed test: 1230 Non-zero exit status: 1 Files=12, Tests=1753, 34 wallclock secs ( 0.54 usr 0.06 sys + 6.58 cusr 0.41 csys = 7.59 CPU) Result: FAIL Failed 1/12 test programs. 1/1753 subtests failed. Makefile:1027: recipe for target 'test_dynamic' failed make: *** [test_dynamic] Error 255 Build step 'Execute shell' marked build as failure
1 3
0 0
[Libvirt-ci] Build failed in Jenkins: libvirt-perl-master-test » libvirt-fedora-23 #8
by ci@centos.org 26 Oct '23

26 Oct '23
See <https://ci.centos.org/job/libvirt-perl-master-test/systems=libvirt-fedora-2…> ------------------------------------------ Started by upstream project "libvirt-perl-master-test" build number 8 originally caused by: Started by upstream project "libvirt-perl-master-build" build number 10 originally caused by: Started by upstream project "libvirt-master-build" build number 11 originally caused by: Started by an SCM change Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on libvirt-fedora-23 (libvirt) in workspace <https://ci.centos.org/job/libvirt-perl-master-test/systems=libvirt-fedora-2…> [libvirt-fedora-23] $ /bin/sh -xe /tmp/hudson1906594251368482284.sh + make -j3 test TEST_MAINTAINER=1 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/005-pod.t ............ ok t/010-pod-coverage.t ... ok t/015-changes.t ........ ok t/020-constants.t ...... ok # Failed test 'VIR_NODE_DEVICE_EVENT_ID_UPDATE' # at t/030-api-coverage.t line 166. # Looks like you failed 1 test of 1501. t/030-api-coverage.t ... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/1501 subtests t/100-connect.t ........ ok t/200-domains.t ........ ok t/300-networks.t ....... ok t/400-storage-pools.t .. ok t/500-storage-vols.t ... ok t/600-interfaces.t ..... ok t/800-events.t ......... ok Test Summary Report ------------------- t/030-api-coverage.t (Wstat: 256 Tests: 1501 Failed: 1) Failed test: 1230 Non-zero exit status: 1 Files=12, Tests=1753, 32 wallclock secs ( 0.49 usr 0.06 sys + 6.38 cusr 0.41 csys = 7.34 CPU) Result: FAIL Failed 1/12 test programs. 1/1753 subtests failed. Makefile:1030: recipe for target 'test_dynamic' failed make: *** [test_dynamic] Error 255 Build step 'Execute shell' marked build as failure
1 3
0 0
[Libvirt-ci] Build failed in Jenkins: libvirt-perl-master-test » libvirt-fedora-22 #8
by ci@centos.org 26 Oct '23

26 Oct '23
See <https://ci.centos.org/job/libvirt-perl-master-test/systems=libvirt-fedora-2…> ------------------------------------------ Started by upstream project "libvirt-perl-master-test" build number 8 originally caused by: Started by upstream project "libvirt-perl-master-build" build number 10 originally caused by: Started by upstream project "libvirt-master-build" build number 11 originally caused by: Started by an SCM change Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on libvirt-fedora-22 (libvirt) in workspace <https://ci.centos.org/job/libvirt-perl-master-test/systems=libvirt-fedora-2…> [libvirt-fedora-22] $ /bin/sh -xe /tmp/hudson136305381805628657.sh + make -j3 test TEST_MAINTAINER=1 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/005-pod.t ............ ok t/010-pod-coverage.t ... ok t/015-changes.t ........ ok t/020-constants.t ...... ok # Failed test 'VIR_NODE_DEVICE_EVENT_ID_UPDATE' # at t/030-api-coverage.t line 166. # Looks like you failed 1 test of 1501. t/030-api-coverage.t ... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/1501 subtests t/100-connect.t ........ ok t/200-domains.t ........ ok t/300-networks.t ....... ok t/400-storage-pools.t .. ok t/500-storage-vols.t ... ok t/600-interfaces.t ..... ok t/800-events.t ......... ok Test Summary Report ------------------- t/030-api-coverage.t (Wstat: 256 Tests: 1501 Failed: 1) Failed test: 1230 Non-zero exit status: 1 Files=12, Tests=1753, 32 wallclock secs ( 0.43 usr 0.06 sys + 6.26 cusr 0.38 csys = 7.13 CPU) Result: FAIL Failed 1/12 test programs. 1/1753 subtests failed. Makefile:1029: recipe for target 'test_dynamic' failed make: *** [test_dynamic] Error 255 Build step 'Execute shell' marked build as failure
1 3
0 0
[Libvirt-ci] Build failed in Jenkins: libvirt-perl-master-test » libvirt-centos-7 #8
by ci@centos.org 26 Oct '23

26 Oct '23
See <https://ci.centos.org/job/libvirt-perl-master-test/systems=libvirt-centos-7…> ------------------------------------------ Started by upstream project "libvirt-perl-master-test" build number 8 originally caused by: Started by upstream project "libvirt-perl-master-build" build number 10 originally caused by: Started by upstream project "libvirt-master-build" build number 11 originally caused by: 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/libvirt-perl-master-test/systems=libvirt-centos-7…> [libvirt-centos-7] $ /bin/sh -xe /tmp/hudson5166710726344945636.sh + make -j3 test TEST_MAINTAINER=1 PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/005-pod.t ............ ok t/010-pod-coverage.t ... ok t/015-changes.t ........ ok t/020-constants.t ...... ok # Failed test 'VIR_NODE_DEVICE_EVENT_ID_UPDATE' # at t/030-api-coverage.t line 166. # Looks like you failed 1 test of 1501. t/030-api-coverage.t ... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/1501 subtests t/100-connect.t ........ ok t/200-domains.t ........ ok t/300-networks.t ....... ok t/400-storage-pools.t .. ok t/500-storage-vols.t ... ok t/600-interfaces.t ..... ok t/800-events.t ......... ok Test Summary Report ------------------- t/030-api-coverage.t (Wstat: 256 Tests: 1501 Failed: 1) Failed test: 1230 Non-zero exit status: 1 Files=12, Tests=1753, 21 wallclock secs ( 0.36 usr 0.05 sys + 6.78 cusr 0.41 csys = 7.60 CPU) Result: FAIL Failed 1/12 test programs. 1/1753 subtests failed. make: *** [test_dynamic] Error 255 Build step 'Execute shell' marked build as failure
1 3
0 0
  • ← Newer
  • 1
  • ...
  • 527
  • 528
  • 529
  • 530
  • 531
  • 532
  • 533
  • ...
  • 1021
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.