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
Build failed in Jenkins: virt-viewer+mingw64-build » libvirt-fedora-rawhide #1540
by ci@centos.org 18 Jun '20

18 Jun '20
See <https://ci.centos.org/job/virt-viewer+mingw64-build/systems=libvirt-fedora-…> ------------------------------------------ Started by upstream project "virt-viewer+mingw64-build" build number 1540 originally caused by: Started by upstream project "libvirt-glib+mingw64-build" build number 1520 originally caused by: Started by upstream project "libvirt+mingw64-build" build number 1638 originally caused by: Started by an SCM change Running as SYSTEM [EnvInject] - Loading node environment variables. Building remotely on libvirt-fedora-rawhide (libvirt) in workspace <https://ci.centos.org/job/virt-viewer+mingw64-build/systems=libvirt-fedora-…> No credentials specified > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://pagure.io/virt-viewer.git # timeout=10 Fetching upstream changes from https://pagure.io/virt-viewer.git > git --version # timeout=10 > git fetch --tags --force --progress https://pagure.io/virt-viewer.git +refs/heads/*:refs/remotes/origin/* ERROR: Error fetching remote repo 'origin' hudson.plugins.git.GitException: Failed to fetch from https://pagure.io/virt-viewer.git at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:894) at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1161) at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1192) at hudson.scm.SCM.checkout(SCM.java:504) at hudson.model.AbstractProject.checkout(AbstractProject.java:1208) 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:1818) at hudson.matrix.MatrixRun.run(MatrixRun.java:153) at hudson.model.ResourceController.execute(ResourceController.java:97) at hudson.model.Executor.run(Executor.java:429) Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --force --progress https://pagure.io/virt-viewer.git +refs/heads/*:refs/remotes/origin/*" returned status code 128: stdout: stderr: fatal: unable to access 'https://pagure.io/virt-viewer.git/': The requested URL returned error: 500 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2042) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1761) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$400(CliGitAPIImpl.java:72) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:442) at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153) at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146) at hudson.remoting.UserRequest.perform(UserRequest.java:212) at hudson.remoting.UserRequest.perform(UserRequest.java:54) at hudson.remoting.Request$2.run(Request.java:369) at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72) at java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:93) at java.lang.Thread.run(Thread.java:834) Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-connect connection from n64.gusty.ci.centos.org/172.19.2.192:35612 at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1743) at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357) at hudson.remoting.Channel.call(Channel.java:957) at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146) at sun.reflect.GeneratedMethodAccessor491.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132) at com.sun.proxy.$Proxy86.execute(Unknown Source) at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:892) at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1161) at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1192) at hudson.scm.SCM.checkout(SCM.java:504) at hudson.model.AbstractProject.checkout(AbstractProject.java:1208) 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:1818) at hudson.matrix.MatrixRun.run(MatrixRun.java:153) at hudson.model.ResourceController.execute(ResourceController.java:97) at hudson.model.Executor.run(Executor.java:429) ERROR: Error fetching remote repo 'origin'
1 1
0 0
libvirt-go-xml | Pipeline #157010940 has failed for master | 0df10bfd
by GitLab 17 Jun '20

17 Jun '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: 0df10bfd ( https://gitlab.com/libvirt/libvirt-go-xml/-/commit/0df10bfd9f0f89e901e12f90… ) Commit Message: Add support for migratable attribute on domain ... Commit Author: Daniel Berrange ( https://gitlab.com/berrange ) Pipeline #157010940 ( https://gitlab.com/libvirt/libvirt-go-xml/-/pipelines/157010940 ) triggered by Daniel Berrange ( https://gitlab.com/berrange ) had 5 failed builds. Job #598525346 ( https://gitlab.com/libvirt/libvirt-go-xml/-/jobs/598525346/raw ) Stage: build Name: go_1_14 Trace: Fetching changes... Initialized empty Git repository in /builds/libvirt/libvirt-go-xml/.git/ Created fresh repository. Checking out 0df10bfd as master... Skipping Git submodules setup section_end:1592363177:get_sources section_start:1592363177:step_script Executing "step_script" stage of the job 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/networkxml2firewalldata/nat-ipv6-masquerade.xml: /network[0]/forward[0]/nat[0]/@ipv6: attribute 'yes' in expected XML missing in actual XML --- FAIL: TestRoundTrip (4.69s) FAIL exit status 1 FAIL _/builds/libvirt/libvirt-go-xml 4.707s section_end:1592363188:step_script ERROR: Job failed: exit code 1  Job #598525310 ( https://gitlab.com/libvirt/libvirt-go-xml/-/jobs/598525310/raw ) Stage: build Name: go_1_13 Trace: Fetching changes... Initialized empty Git repository in /builds/libvirt/libvirt-go-xml/.git/ Created fresh repository. Checking out 0df10bfd as master... Skipping Git submodules setup section_end:1592363176:get_sources section_start:1592363176:step_script Executing "step_script" stage of the job 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 (4.66s) xml_test.go:374: testdata/libvirt/tests/networkxml2firewalldata/nat-ipv6-masquerade.xml: /network[0]/forward[0]/nat[0]/@ipv6: attribute 'yes' in expected XML missing in actual XML FAIL exit status 1 FAIL _/builds/libvirt/libvirt-go-xml 4.670s section_end:1592363188:step_script ERROR: Job failed: exit code 1  Job #598525289 ( https://gitlab.com/libvirt/libvirt-go-xml/-/jobs/598525289/raw ) Stage: build Name: go_1_12 Trace: Fetching changes... Initialized empty Git repository in /builds/libvirt/libvirt-go-xml/.git/ Created fresh repository. Checking out 0df10bfd as master... Skipping Git submodules setup section_end:1592363176:get_sources section_start:1592363176:step_script Executing "step_script" stage of the job 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 (4.53s) xml_test.go:374: testdata/libvirt/tests/networkxml2firewalldata/nat-ipv6-masquerade.xml: /network[0]/forward[0]/nat[0]/@ipv6: attribute 'yes' in expected XML missing in actual XML FAIL exit status 1 FAIL _/builds/libvirt/libvirt-go-xml 4.545s section_end:1592363187:step_script ERROR: Job failed: exit code 1  Job #598525266 ( https://gitlab.com/libvirt/libvirt-go-xml/-/jobs/598525266/raw ) Stage: build Name: go_1_11 Trace: Fetching changes... Initialized empty Git repository in /builds/libvirt/libvirt-go-xml/.git/ Created fresh repository. Checking out 0df10bfd as master... Skipping Git submodules setup section_end:1592363175:get_sources section_start:1592363175:step_script Executing "step_script" stage of the job 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 (4.55s) xml_test.go:374: testdata/libvirt/tests/networkxml2firewalldata/nat-ipv6-masquerade.xml: /network[0]/forward[0]/nat[0]/@ipv6: attribute 'yes' in expected XML missing in actual XML FAIL exit status 1 FAIL _/builds/libvirt/libvirt-go-xml 4.564s section_end:1592363186:step_script ERROR: Job failed: exit code 1  Job #598525244 ( https://gitlab.com/libvirt/libvirt-go-xml/-/jobs/598525244/raw ) Stage: build Name: go_1_10 Trace: Fetching changes... Initialized empty Git repository in /builds/libvirt/libvirt-go-xml/.git/ Created fresh repository. Checking out 0df10bfd as master... Skipping Git submodules setup section_end:1592363171:get_sources section_start:1592363171:step_script Executing "step_script" stage of the job 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 (4.42s) xml_test.go:374: testdata/libvirt/tests/networkxml2firewalldata/nat-ipv6-masquerade.xml: /network[0]/forward[0]/nat[0]/@ipv6: attribute 'yes' in expected XML missing in actual XML FAIL exit status 1 FAIL _/builds/libvirt/libvirt-go-xml 4.440s section_end:1592363180:step_script ERROR: Job failed: exit code 1  -- You're receiving this email because of your account on gitlab.com.
1 0
0 0
libvirt | Pipeline #156821299 has failed for master | 1b22dd6d
by GitLab 16 Jun '20

16 Jun '20
Your pipeline has failed. Project: libvirt ( https://gitlab.com/libvirt/libvirt ) Branch: master ( https://gitlab.com/libvirt/libvirt/-/commits/master ) Commit: 1b22dd6d ( https://gitlab.com/libvirt/libvirt/-/commit/1b22dd6dd44202094e0f78f887cbe79… ) Commit Message: qemuDomainSetNumaParamsLive: set nodeset for ro... Commit Author: Daniel Henrique Barboza ( https://gitlab.com/danielhb ) Committed by: Michal Privoznik Pipeline #156821299 ( https://gitlab.com/libvirt/libvirt/-/pipelines/156821299 ) triggered by Michal Prívozník ( https://gitlab.com/MichalPrivoznik ) had 2 failed builds. Job #597666859 ( https://gitlab.com/libvirt/libvirt/-/jobs/597666859/raw ) Stage: builds Name: x64-freebsd-12-build Trace: Created fresh repository. >From https://gitlab.com/libvirt/libvirt * [new ref] refs/pipelines/156821299 -> refs/pipelines/156821299 * [new branch] master -> origin/master Checking out 1b22dd6d as master... Skipping Git submodules setup section_end:1592319133:get_sources section_start:1592319133:restore_cache Restoring cache section_end:1592319135:restore_cache section_start:1592319135:download_artifacts Downloading artifacts section_end:1592319136:download_artifacts section_start:1592319136:build_script Running before_script and script Authenticating with credentials from job payload (GitLab Registry) $ cirrus-run ci/cirrus/$NAME.yml.j2 Build created: https://cirrus-ci.com/build/5607320602279936 ............................................................ ............................................................ ............................................................ ............................................................ ............................................................ ............................................................ ............................................................ ............................................................ ............................................................ ............................................................ ............................................................ .............. Build failed: https://cirrus-ci.com/build/5607320602279936 section_end:1592319813:build_script section_start:1592319813:after_script Running after_script section_end:1592319814:after_script section_start:1592319814:upload_artifacts_on_failure Uploading artifacts for failed job section_end:1592319817:upload_artifacts_on_failure ERROR: Job failed: exit code 1  Job #597666836 ( https://gitlab.com/libvirt/libvirt/-/jobs/597666836/raw ) Stage: containers Name: mips-debian-sid-container Trace: E: Unable to locate package libiscsi-dev:mips E: Unable to locate package libncurses-dev:mips E: Unable to locate package libnl-3-dev:mips E: Unable to locate package libnl-route-3-dev:mips E: Unable to locate package libnuma-dev:mips E: Unable to locate package libparted-dev:mips E: Unable to locate package libpcap0.8-dev:mips E: Couldn't find any package by glob 'libpcap0.8-dev' E: Couldn't find any package by regex 'libpcap0.8-dev' E: Unable to locate package libpciaccess-dev:mips E: Unable to locate package librbd-dev:mips E: Unable to locate package libreadline-dev:mips E: Unable to locate package libsanlock-dev:mips E: Unable to locate package libsasl2-dev:mips E: Unable to locate package libselinux1-dev:mips E: Unable to locate package libssh-gcrypt-dev:mips E: Unable to locate package libssh2-1-dev:mips E: Unable to locate package libtirpc-dev:mips E: Unable to locate package libudev-dev:mips E: Unable to locate package libxml2-dev:mips E: Unable to locate package libyajl-dev:mips E: Unable to locate package xfslibs-dev:mips The command '/bin/sh -c export DEBIAN_FRONTEND=noninteractive && dpkg --add-architecture mips && apt-get update && apt-get dist-upgrade -y && apt-get install --no-install-recommends -y dpkg-dev && apt-get install --no-install-recommends -y gcc-mips-linux-gnu libacl1-dev:mips libapparmor-dev:mips libattr1-dev:mips libaudit-dev:mips libavahi-client-dev:mips libblkid-dev:mips libc6-dev:mips libcap-ng-dev:mips libcurl4-gnutls-dev:mips libdbus-1-dev:mips libdevmapper-dev:mips libfuse-dev:mips libglib2.0-dev:mips libglusterfs-dev:mips libgnutls28-dev:mips libiscsi-dev:mips libncurses-dev:mips libnl-3-dev:mips libnl-route-3-dev:mips libnuma-dev:mips libparted-dev:mips libpcap0.8-dev:mips libpciaccess-dev:mips librbd-dev:mips libreadline-dev:mips libsanlock-dev:mips libsasl2-dev:mips libselinux1-dev:mips libssh-gcrypt-dev:mips libssh2-1-dev:mips libtirpc-dev:mips libudev-dev:mips libxml2-dev:mips libyajl-dev:mips xfslibs-dev:mips && apt-get autoremove -y && apt-get autoclean -y' returned a non-zero code: 100 section_end:1592318156:build_script section_start:1592318156:after_script Running after_script Running after script... $ docker logout Not logged in to https://index.docker.io/v1/ section_end:1592318158:after_script section_start:1592318158:upload_artifacts_on_failure Uploading artifacts for failed job section_end:1592318160:upload_artifacts_on_failure ERROR: Job failed: exit code 100  -- You're receiving this email because of your account on gitlab.com.
1 0
0 0
libvirt-go-xml | Pipeline #156645691 has failed for master | 0df10bfd
by GitLab 16 Jun '20

16 Jun '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: 0df10bfd ( https://gitlab.com/libvirt/libvirt-go-xml/-/commit/0df10bfd9f0f89e901e12f90… ) Commit Message: Add support for migratable attribute on domain ... Commit Author: Daniel Berrange ( https://gitlab.com/berrange ) Pipeline #156645691 ( https://gitlab.com/libvirt/libvirt-go-xml/-/pipelines/156645691 ) triggered by Erik Skultety ( https://gitlab.com/eskultety ) had 5 failed builds. Job #596862137 ( https://gitlab.com/libvirt/libvirt-go-xml/-/jobs/596862137/raw ) Stage: build Name: go_1_10 Trace: Skipping Git submodules setup section_end:1592295352:get_sources section_start:1592295352:restore_cache Restoring cache section_end:1592295354:restore_cache section_start:1592295354:download_artifacts Downloading artifacts section_end:1592295355:download_artifacts section_start:1592295355: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 (4.62s) xml_test.go:374: testdata/libvirt/tests/networkxml2firewalldata/nat-ipv6-masquerade.xml: /network[0]/forward[0]/nat[0]/@ipv6: attribute 'yes' in expected XML missing in actual XML FAIL exit status 1 FAIL _/builds/libvirt/libvirt-go-xml 4.632s section_end:1592295365:build_script section_start:1592295365:after_script Running after_script section_end:1592295366:after_script section_start:1592295366:upload_artifacts_on_failure Uploading artifacts for failed job section_end:1592295368:upload_artifacts_on_failure ERROR: Job failed: exit code 1  Job #596862144 ( https://gitlab.com/libvirt/libvirt-go-xml/-/jobs/596862144/raw ) Stage: build Name: go_1_14 Trace: Skipping Git submodules setup section_end:1592295347:get_sources section_start:1592295347:restore_cache Restoring cache section_end:1592295349:restore_cache section_start:1592295349:download_artifacts Downloading artifacts section_end:1592295350:download_artifacts section_start:1592295350: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/networkxml2firewalldata/nat-ipv6-masquerade.xml: /network[0]/forward[0]/nat[0]/@ipv6: attribute 'yes' in expected XML missing in actual XML --- FAIL: TestRoundTrip (4.84s) FAIL exit status 1 FAIL _/builds/libvirt/libvirt-go-xml 4.860s section_end:1592295362:build_script section_start:1592295362:after_script Running after_script section_end:1592295364:after_script section_start:1592295364:upload_artifacts_on_failure Uploading artifacts for failed job section_end:1592295365:upload_artifacts_on_failure ERROR: Job failed: exit code 1  Job #596862138 ( https://gitlab.com/libvirt/libvirt-go-xml/-/jobs/596862138/raw ) Stage: build Name: go_1_11 Trace: Skipping Git submodules setup section_end:1592295347:get_sources section_start:1592295347:restore_cache Restoring cache section_end:1592295349:restore_cache section_start:1592295349:download_artifacts Downloading artifacts section_end:1592295350:download_artifacts section_start:1592295350: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 (4.93s) xml_test.go:374: testdata/libvirt/tests/networkxml2firewalldata/nat-ipv6-masquerade.xml: /network[0]/forward[0]/nat[0]/@ipv6: attribute 'yes' in expected XML missing in actual XML FAIL exit status 1 FAIL _/builds/libvirt/libvirt-go-xml 4.942s section_end:1592295362:build_script section_start:1592295362:after_script Running after_script section_end:1592295364:after_script section_start:1592295364:upload_artifacts_on_failure Uploading artifacts for failed job section_end:1592295365:upload_artifacts_on_failure ERROR: Job failed: exit code 1  Job #596862141 ( https://gitlab.com/libvirt/libvirt-go-xml/-/jobs/596862141/raw ) Stage: build Name: go_1_13 Trace: Skipping Git submodules setup section_end:1592295347:get_sources section_start:1592295347:restore_cache Restoring cache section_end:1592295348:restore_cache section_start:1592295348:download_artifacts Downloading artifacts section_end:1592295350:download_artifacts section_start:1592295350: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 (4.72s) xml_test.go:374: testdata/libvirt/tests/networkxml2firewalldata/nat-ipv6-masquerade.xml: /network[0]/forward[0]/nat[0]/@ipv6: attribute 'yes' in expected XML missing in actual XML FAIL exit status 1 FAIL _/builds/libvirt/libvirt-go-xml 4.738s section_end:1592295362:build_script section_start:1592295362:after_script Running after_script section_end:1592295363:after_script section_start:1592295363:upload_artifacts_on_failure Uploading artifacts for failed job section_end:1592295364:upload_artifacts_on_failure ERROR: Job failed: exit code 1  Job #596862140 ( https://gitlab.com/libvirt/libvirt-go-xml/-/jobs/596862140/raw ) Stage: build Name: go_1_12 Trace: Skipping Git submodules setup section_end:1592295346:get_sources section_start:1592295346:restore_cache Restoring cache section_end:1592295347:restore_cache section_start:1592295347:download_artifacts Downloading artifacts section_end:1592295349:download_artifacts section_start:1592295349: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 (4.83s) xml_test.go:374: testdata/libvirt/tests/networkxml2firewalldata/nat-ipv6-masquerade.xml: /network[0]/forward[0]/nat[0]/@ipv6: attribute 'yes' in expected XML missing in actual XML FAIL exit status 1 FAIL _/builds/libvirt/libvirt-go-xml 4.845s section_end:1592295361:build_script section_start:1592295361:after_script Running after_script section_end:1592295362:after_script section_start:1592295362:upload_artifacts_on_failure Uploading artifacts for failed job section_end:1592295363: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
libvirt-go-xml | Pipeline #156569490 has failed for master | dd07f98a
by GitLab 16 Jun '20

16 Jun '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: dd07f98a ( https://gitlab.com/libvirt/libvirt-go-xml/-/commit/dd07f98a02788c19568e799e… ) Commit Message: Add 'downscript' for domain interfaces Signed... Commit Author: Daniel Berrange ( https://gitlab.com/berrange ) Pipeline #156569490 ( https://gitlab.com/libvirt/libvirt-go-xml/-/pipelines/156569490 ) triggered by Daniel Berrange ( https://gitlab.com/berrange ) had 5 failed builds. Job #596541569 ( https://gitlab.com/libvirt/libvirt-go-xml/-/jobs/596541569/raw ) Stage: build Name: go_1_14 Trace: Skipping Git submodules setup section_end:1592276799:get_sources section_start:1592276799:restore_cache Restoring cache section_end:1592276800:restore_cache section_start:1592276800:download_artifacts Downloading artifacts section_end:1592276802:download_artifacts section_start:1592276802: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/domaincapsdata/qemu_1.5.3-q35.x86_64.xml: /domainCapabilities[0]/cpu[0]/mode[0]/enum[0]: element in expected XML missing in actual XML --- FAIL: TestRoundTrip (15.65s) FAIL exit status 1 FAIL _/builds/libvirt/libvirt-go-xml 15.665s section_end:1592276824:build_script section_start:1592276824:after_script Running after_script section_end:1592276826:after_script section_start:1592276826:upload_artifacts_on_failure Uploading artifacts for failed job section_end:1592276827:upload_artifacts_on_failure ERROR: Job failed: exit code 1  Job #596541538 ( https://gitlab.com/libvirt/libvirt-go-xml/-/jobs/596541538/raw ) Stage: build Name: go_1_11 Trace: Skipping Git submodules setup section_end:1592276798:get_sources section_start:1592276798:restore_cache Restoring cache section_end:1592276799:restore_cache section_start:1592276799:download_artifacts Downloading artifacts section_end:1592276801:download_artifacts section_start:1592276801: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 (15.22s) xml_test.go:374: testdata/libvirt/tests/domaincapsdata/qemu_1.5.3-q35.x86_64.xml: /domainCapabilities[0]/cpu[0]/mode[0]/enum[0]: element in expected XML missing in actual XML FAIL exit status 1 FAIL _/builds/libvirt/libvirt-go-xml 15.235s section_end:1592276822:build_script section_start:1592276822:after_script Running after_script section_end:1592276824:after_script section_start:1592276824:upload_artifacts_on_failure Uploading artifacts for failed job section_end:1592276825:upload_artifacts_on_failure ERROR: Job failed: exit code 1  Job #596541557 ( https://gitlab.com/libvirt/libvirt-go-xml/-/jobs/596541557/raw ) Stage: build Name: go_1_13 Trace: Skipping Git submodules setup section_end:1592276795:get_sources section_start:1592276795:restore_cache Restoring cache section_end:1592276797:restore_cache section_start:1592276797:download_artifacts Downloading artifacts section_end:1592276798:download_artifacts section_start:1592276798: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 (15.96s) xml_test.go:374: testdata/libvirt/tests/domaincapsdata/qemu_1.5.3-q35.x86_64.xml: /domainCapabilities[0]/cpu[0]/mode[0]/enum[0]: element in expected XML missing in actual XML FAIL exit status 1 FAIL _/builds/libvirt/libvirt-go-xml 15.970s section_end:1592276821:build_script section_start:1592276821:after_script Running after_script section_end:1592276822:after_script section_start:1592276822:upload_artifacts_on_failure Uploading artifacts for failed job section_end:1592276824:upload_artifacts_on_failure ERROR: Job failed: exit code 1  Job #596541548 ( https://gitlab.com/libvirt/libvirt-go-xml/-/jobs/596541548/raw ) Stage: build Name: go_1_12 Trace: Skipping Git submodules setup section_end:1592276792:get_sources section_start:1592276792:restore_cache Restoring cache section_end:1592276793:restore_cache section_start:1592276793:download_artifacts Downloading artifacts section_end:1592276795:download_artifacts section_start:1592276795: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 (16.94s) xml_test.go:374: testdata/libvirt/tests/domaincapsdata/qemu_1.5.3-q35.x86_64.xml: /domainCapabilities[0]/cpu[0]/mode[0]/enum[0]: element in expected XML missing in actual XML FAIL exit status 1 FAIL _/builds/libvirt/libvirt-go-xml 16.958s section_end:1592276819:build_script section_start:1592276819:after_script Running after_script section_end:1592276820:after_script section_start:1592276820:upload_artifacts_on_failure Uploading artifacts for failed job section_end:1592276822:upload_artifacts_on_failure ERROR: Job failed: exit code 1  Job #596541520 ( https://gitlab.com/libvirt/libvirt-go-xml/-/jobs/596541520/raw ) Stage: build Name: go_1_10 Trace: Skipping Git submodules setup section_end:1592276793:get_sources section_start:1592276793:restore_cache Restoring cache section_end:1592276794:restore_cache section_start:1592276794:download_artifacts Downloading artifacts section_end:1592276796:download_artifacts section_start:1592276796: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 (16.58s) xml_test.go:374: testdata/libvirt/tests/domaincapsdata/qemu_1.5.3-q35.x86_64.xml: /domainCapabilities[0]/cpu[0]/mode[0]/enum[0]: element in expected XML missing in actual XML FAIL exit status 1 FAIL _/builds/libvirt/libvirt-go-xml 16.597s section_end:1592276817:build_script section_start:1592276817:after_script Running after_script section_end:1592276818:after_script section_start:1592276818:upload_artifacts_on_failure Uploading artifacts for failed job section_end:1592276820: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
libvirt | Pipeline #156327240 has failed for master | e57323ec
by GitLab 15 Jun '20

15 Jun '20
Your pipeline has failed. Project: libvirt ( https://gitlab.com/libvirt/libvirt ) Branch: master ( https://gitlab.com/libvirt/libvirt/-/commits/master ) Commit: e57323ec ( https://gitlab.com/libvirt/libvirt/-/commit/e57323ece1da2409421f9e80b5778e9… ) Commit Message: docs: Remove libvirt-dockerfiles from CI dashbo... Commit Author: Andrea Bolognani ( https://gitlab.com/abologna ) Pipeline #156327240 ( https://gitlab.com/libvirt/libvirt/-/pipelines/156327240 ) triggered by Andrea Bolognani ( https://gitlab.com/abologna ) had 2 failed builds. Job #595461234 ( https://gitlab.com/libvirt/libvirt/-/jobs/595461234/raw ) Stage: builds Name: x64-freebsd-12-build Trace: * [new branch] master -> origin/master * [new tag] v6.4.0 -> v6.4.0 * [new tag] v6.4.0-rc1 -> v6.4.0-rc1 Checking out e57323ec as master... Skipping Git submodules setup section_end:1592225071:get_sources section_start:1592225071:restore_cache Restoring cache section_end:1592225073:restore_cache section_start:1592225073:download_artifacts Downloading artifacts section_end:1592225074:download_artifacts section_start:1592225074:build_script Running before_script and script Authenticating with credentials from job payload (GitLab Registry) $ cirrus-run ci/cirrus/$NAME.yml.j2 Build created: https://cirrus-ci.com/build/6507299491545088 ............................................................ ............................................................ ............................................................ ............................................................ ............................................................ ............................................................ ............................................................ ............................................................ ............................................................ ............................................................ ............................................................ ............................................................ ....................................................... Build failed: https://cirrus-ci.com/build/6507299491545088 section_end:1592225851:build_script section_start:1592225851:after_script Running after_script section_end:1592225852:after_script section_start:1592225852:upload_artifacts_on_failure Uploading artifacts for failed job section_end:1592225854:upload_artifacts_on_failure ERROR: Job failed: exit code 1  Job #595461199 ( https://gitlab.com/libvirt/libvirt/-/jobs/595461199/raw ) Stage: containers Name: mips-debian-sid-container Trace: E: Unable to locate package libiscsi-dev:mips E: Unable to locate package libncurses-dev:mips E: Unable to locate package libnl-3-dev:mips E: Unable to locate package libnl-route-3-dev:mips E: Unable to locate package libnuma-dev:mips E: Unable to locate package libparted-dev:mips E: Unable to locate package libpcap0.8-dev:mips E: Couldn't find any package by glob 'libpcap0.8-dev' E: Couldn't find any package by regex 'libpcap0.8-dev' E: Unable to locate package libpciaccess-dev:mips E: Unable to locate package librbd-dev:mips E: Unable to locate package libreadline-dev:mips E: Unable to locate package libsanlock-dev:mips E: Unable to locate package libsasl2-dev:mips E: Unable to locate package libselinux1-dev:mips E: Unable to locate package libssh-gcrypt-dev:mips E: Unable to locate package libssh2-1-dev:mips E: Unable to locate package libtirpc-dev:mips E: Unable to locate package libudev-dev:mips E: Unable to locate package libxml2-dev:mips E: Unable to locate package libyajl-dev:mips E: Unable to locate package xfslibs-dev:mips The command '/bin/sh -c export DEBIAN_FRONTEND=noninteractive && dpkg --add-architecture mips && apt-get update && apt-get dist-upgrade -y && apt-get install --no-install-recommends -y dpkg-dev && apt-get install --no-install-recommends -y gcc-mips-linux-gnu libacl1-dev:mips libapparmor-dev:mips libattr1-dev:mips libaudit-dev:mips libavahi-client-dev:mips libblkid-dev:mips libc6-dev:mips libcap-ng-dev:mips libcurl4-gnutls-dev:mips libdbus-1-dev:mips libdevmapper-dev:mips libfuse-dev:mips libglib2.0-dev:mips libglusterfs-dev:mips libgnutls28-dev:mips libiscsi-dev:mips libncurses-dev:mips libnl-3-dev:mips libnl-route-3-dev:mips libnuma-dev:mips libparted-dev:mips libpcap0.8-dev:mips libpciaccess-dev:mips librbd-dev:mips libreadline-dev:mips libsanlock-dev:mips libsasl2-dev:mips libselinux1-dev:mips libssh-gcrypt-dev:mips libssh2-1-dev:mips libtirpc-dev:mips libudev-dev:mips libxml2-dev:mips libyajl-dev:mips xfslibs-dev:mips && apt-get autoremove -y && apt-get autoclean -y' returned a non-zero code: 100 section_end:1592225028:build_script section_start:1592225028:after_script Running after_script Running after script... $ docker logout Not logged in to https://index.docker.io/v1/ section_end:1592225029:after_script section_start:1592225029:upload_artifacts_on_failure Uploading artifacts for failed job section_end:1592225031:upload_artifacts_on_failure ERROR: Job failed: exit code 100  -- You're receiving this email because of your account on gitlab.com.
1 0
0 0
libvirt-go-xml | Pipeline #156145101 has failed for master | dd07f98a
by GitLab 15 Jun '20

15 Jun '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: dd07f98a ( https://gitlab.com/libvirt/libvirt-go-xml/-/commit/dd07f98a02788c19568e799e… ) Commit Message: Add 'downscript' for domain interfaces Signed... Commit Author: Daniel Berrange ( https://gitlab.com/berrange ) Pipeline #156145101 ( https://gitlab.com/libvirt/libvirt-go-xml/-/pipelines/156145101 ) triggered by Daniel Berrange ( https://gitlab.com/berrange ) had 5 failed builds. Job #594681895 ( https://gitlab.com/libvirt/libvirt-go-xml/-/jobs/594681895/raw ) Stage: build Name: go_1_10 Trace: Skipping Git submodules setup section_end:1592190374:get_sources section_start:1592190374:restore_cache Restoring cache section_end:1592190375:restore_cache section_start:1592190375:download_artifacts Downloading artifacts section_end:1592190377:download_artifacts section_start:1592190377: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 (63.46s) xml_test.go:374: testdata/libvirt/tests/domaincapsdata/qemu_1.5.3-q35.x86_64.xml: /domainCapabilities[0]/cpu[0]/mode[0]/enum[0]: element in expected XML missing in actual XML FAIL exit status 1 FAIL _/builds/libvirt/libvirt-go-xml 63.479s section_end:1592190445:build_script section_start:1592190445:after_script Running after_script section_end:1592190447:after_script section_start:1592190447:upload_artifacts_on_failure Uploading artifacts for failed job section_end:1592190448:upload_artifacts_on_failure ERROR: Job failed: exit code 1  Job #594681935 ( https://gitlab.com/libvirt/libvirt-go-xml/-/jobs/594681935/raw ) Stage: build Name: go_1_14 Trace: Skipping Git submodules setup section_end:1592190372:get_sources section_start:1592190372:restore_cache Restoring cache section_end:1592190374:restore_cache section_start:1592190374:download_artifacts Downloading artifacts section_end:1592190375:download_artifacts section_start:1592190375: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/domaincapsdata/qemu_1.5.3-q35.x86_64.xml: /domainCapabilities[0]/cpu[0]/mode[0]/enum[0]: element in expected XML missing in actual XML --- FAIL: TestRoundTrip (62.46s) FAIL exit status 1 FAIL _/builds/libvirt/libvirt-go-xml 62.471s section_end:1592190445:build_script section_start:1592190445:after_script Running after_script section_end:1592190446:after_script section_start:1592190446:upload_artifacts_on_failure Uploading artifacts for failed job section_end:1592190448:upload_artifacts_on_failure ERROR: Job failed: exit code 1  Job #594681928 ( https://gitlab.com/libvirt/libvirt-go-xml/-/jobs/594681928/raw ) Stage: build Name: go_1_13 Trace: Skipping Git submodules setup section_end:1592190373:get_sources section_start:1592190373:restore_cache Restoring cache section_end:1592190375:restore_cache section_start:1592190375:download_artifacts Downloading artifacts section_end:1592190376:download_artifacts section_start:1592190376: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 (58.81s) xml_test.go:374: testdata/libvirt/tests/domaincapsdata/qemu_1.5.3-q35.x86_64.xml: /domainCapabilities[0]/cpu[0]/mode[0]/enum[0]: element in expected XML missing in actual XML FAIL exit status 1 FAIL _/builds/libvirt/libvirt-go-xml 58.826s section_end:1592190443:build_script section_start:1592190443:after_script Running after_script section_end:1592190445:after_script section_start:1592190445:upload_artifacts_on_failure Uploading artifacts for failed job section_end:1592190446:upload_artifacts_on_failure ERROR: Job failed: exit code 1  Job #594681921 ( https://gitlab.com/libvirt/libvirt-go-xml/-/jobs/594681921/raw ) Stage: build Name: go_1_12 Trace: Skipping Git submodules setup section_end:1592190372:get_sources section_start:1592190372:restore_cache Restoring cache section_end:1592190373:restore_cache section_start:1592190373:download_artifacts Downloading artifacts section_end:1592190375:download_artifacts section_start:1592190375: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 (60.75s) xml_test.go:374: testdata/libvirt/tests/domaincapsdata/qemu_1.5.3-q35.x86_64.xml: /domainCapabilities[0]/cpu[0]/mode[0]/enum[0]: element in expected XML missing in actual XML FAIL exit status 1 FAIL _/builds/libvirt/libvirt-go-xml 60.771s section_end:1592190442:build_script section_start:1592190442:after_script Running after_script section_end:1592190444:after_script section_start:1592190444:upload_artifacts_on_failure Uploading artifacts for failed job section_end:1592190445:upload_artifacts_on_failure ERROR: Job failed: exit code 1  Job #594681913 ( https://gitlab.com/libvirt/libvirt-go-xml/-/jobs/594681913/raw ) Stage: build Name: go_1_11 Trace: Skipping Git submodules setup section_end:1592190370:get_sources section_start:1592190370:restore_cache Restoring cache section_end:1592190371:restore_cache section_start:1592190371:download_artifacts Downloading artifacts section_end:1592190373:download_artifacts section_start:1592190373: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 (60.30s) xml_test.go:374: testdata/libvirt/tests/domaincapsdata/qemu_1.5.3-q35.x86_64.xml: /domainCapabilities[0]/cpu[0]/mode[0]/enum[0]: element in expected XML missing in actual XML FAIL exit status 1 FAIL _/builds/libvirt/libvirt-go-xml 60.314s section_end:1592190440:build_script section_start:1592190440:after_script Running after_script section_end:1592190441:after_script section_start:1592190441:upload_artifacts_on_failure Uploading artifacts for failed job section_end:1592190442: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
libvirt-go-xml | Pipeline #155975950 has failed for master | dd07f98a
by GitLab 14 Jun '20

14 Jun '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: dd07f98a ( https://gitlab.com/libvirt/libvirt-go-xml/-/commit/dd07f98a02788c19568e799e… ) Commit Message: Add 'downscript' for domain interfaces Signed... Commit Author: Daniel Berrange ( https://gitlab.com/berrange ) Pipeline #155975950 ( https://gitlab.com/libvirt/libvirt-go-xml/-/pipelines/155975950 ) triggered by Daniel Berrange ( https://gitlab.com/berrange ) had 5 failed builds. Job #594146349 ( https://gitlab.com/libvirt/libvirt-go-xml/-/jobs/594146349/raw ) Stage: build Name: go_1_11 Trace: Skipping Git submodules setup section_end:1592104007:get_sources section_start:1592104007:restore_cache Restoring cache section_end:1592104008:restore_cache section_start:1592104008:download_artifacts Downloading artifacts section_end:1592104010:download_artifacts section_start:1592104010: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 (54.76s) xml_test.go:374: testdata/libvirt/tests/domaincapsdata/qemu_1.5.3-q35.x86_64.xml: /domainCapabilities[0]/cpu[0]/mode[0]/enum[0]: element in expected XML missing in actual XML FAIL exit status 1 FAIL _/builds/libvirt/libvirt-go-xml 54.774s section_end:1592104072:build_script section_start:1592104072:after_script Running after_script section_end:1592104073:after_script section_start:1592104073:upload_artifacts_on_failure Uploading artifacts for failed job section_end:1592104075:upload_artifacts_on_failure ERROR: Job failed: exit code 1  Job #594146354 ( https://gitlab.com/libvirt/libvirt-go-xml/-/jobs/594146354/raw ) Stage: build Name: go_1_12 Trace: Skipping Git submodules setup section_end:1592104006:get_sources section_start:1592104006:restore_cache Restoring cache section_end:1592104007:restore_cache section_start:1592104007:download_artifacts Downloading artifacts section_end:1592104009:download_artifacts section_start:1592104009: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 (55.56s) xml_test.go:374: testdata/libvirt/tests/domaincapsdata/qemu_1.5.3-q35.x86_64.xml: /domainCapabilities[0]/cpu[0]/mode[0]/enum[0]: element in expected XML missing in actual XML FAIL exit status 1 FAIL _/builds/libvirt/libvirt-go-xml 55.572s section_end:1592104071:build_script section_start:1592104071:after_script Running after_script section_end:1592104073:after_script section_start:1592104073:upload_artifacts_on_failure Uploading artifacts for failed job section_end:1592104074:upload_artifacts_on_failure ERROR: Job failed: exit code 1  Job #594146364 ( https://gitlab.com/libvirt/libvirt-go-xml/-/jobs/594146364/raw ) Stage: build Name: go_1_13 Trace: Skipping Git submodules setup section_end:1592104001:get_sources section_start:1592104001:restore_cache Restoring cache section_end:1592104003:restore_cache section_start:1592104003:download_artifacts Downloading artifacts section_end:1592104004:download_artifacts section_start:1592104004: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 (58.52s) xml_test.go:374: testdata/libvirt/tests/domaincapsdata/qemu_1.5.3-q35.x86_64.xml: /domainCapabilities[0]/cpu[0]/mode[0]/enum[0]: element in expected XML missing in actual XML FAIL exit status 1 FAIL _/builds/libvirt/libvirt-go-xml 58.539s section_end:1592104070:build_script section_start:1592104070:after_script Running after_script section_end:1592104072:after_script section_start:1592104072:upload_artifacts_on_failure Uploading artifacts for failed job section_end:1592104073:upload_artifacts_on_failure ERROR: Job failed: exit code 1  Job #594146368 ( https://gitlab.com/libvirt/libvirt-go-xml/-/jobs/594146368/raw ) Stage: build Name: go_1_14 Trace: Skipping Git submodules setup section_end:1592103999:get_sources section_start:1592103999:restore_cache Restoring cache section_end:1592104000:restore_cache section_start:1592104000:download_artifacts Downloading artifacts section_end:1592104002:download_artifacts section_start:1592104002: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/domaincapsdata/qemu_1.5.3-q35.x86_64.xml: /domainCapabilities[0]/cpu[0]/mode[0]/enum[0]: element in expected XML missing in actual XML --- FAIL: TestRoundTrip (59.45s) FAIL exit status 1 FAIL _/builds/libvirt/libvirt-go-xml 59.463s section_end:1592104068:build_script section_start:1592104068:after_script Running after_script section_end:1592104070:after_script section_start:1592104070:upload_artifacts_on_failure Uploading artifacts for failed job section_end:1592104071:upload_artifacts_on_failure ERROR: Job failed: exit code 1  Job #594146339 ( https://gitlab.com/libvirt/libvirt-go-xml/-/jobs/594146339/raw ) Stage: build Name: go_1_10 Trace: Skipping Git submodules setup section_end:1592104000:get_sources section_start:1592104000:restore_cache Restoring cache section_end:1592104002:restore_cache section_start:1592104002:download_artifacts Downloading artifacts section_end:1592104003:download_artifacts section_start:1592104003: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 (59.33s) xml_test.go:374: testdata/libvirt/tests/domaincapsdata/qemu_1.5.3-q35.x86_64.xml: /domainCapabilities[0]/cpu[0]/mode[0]/enum[0]: element in expected XML missing in actual XML FAIL exit status 1 FAIL _/builds/libvirt/libvirt-go-xml 59.344s section_end:1592104067:build_script section_start:1592104067:after_script Running after_script section_end:1592104069:after_script section_start:1592104069:upload_artifacts_on_failure Uploading artifacts for failed job section_end:1592104070: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
libvirt-go-xml | Pipeline #155822601 has failed for master | dd07f98a
by GitLab 13 Jun '20

13 Jun '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: dd07f98a ( https://gitlab.com/libvirt/libvirt-go-xml/-/commit/dd07f98a02788c19568e799e… ) Commit Message: Add 'downscript' for domain interfaces Signed... Commit Author: Daniel Berrange ( https://gitlab.com/berrange ) Pipeline #155822601 ( https://gitlab.com/libvirt/libvirt-go-xml/-/pipelines/155822601 ) triggered by Daniel Berrange ( https://gitlab.com/berrange ) had 5 failed builds. Job #593697220 ( https://gitlab.com/libvirt/libvirt-go-xml/-/jobs/593697220/raw ) Stage: build Name: go_1_12 Trace: Skipping Git submodules setup section_end:1592017605:get_sources section_start:1592017605:restore_cache Restoring cache section_end:1592017607:restore_cache section_start:1592017607:download_artifacts Downloading artifacts section_end:1592017608:download_artifacts section_start:1592017608: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 (55.59s) xml_test.go:374: testdata/libvirt/tests/domaincapsdata/qemu_1.5.3-q35.x86_64.xml: /domainCapabilities[0]/cpu[0]/mode[0]/enum[0]: element in expected XML missing in actual XML FAIL exit status 1 FAIL _/builds/libvirt/libvirt-go-xml 55.605s section_end:1592017671:build_script section_start:1592017671:after_script Running after_script section_end:1592017672:after_script section_start:1592017672:upload_artifacts_on_failure Uploading artifacts for failed job section_end:1592017674:upload_artifacts_on_failure ERROR: Job failed: exit code 1  Job #593697212 ( https://gitlab.com/libvirt/libvirt-go-xml/-/jobs/593697212/raw ) Stage: build Name: go_1_11 Trace: Skipping Git submodules setup section_end:1592017603:get_sources section_start:1592017603:restore_cache Restoring cache section_end:1592017605:restore_cache section_start:1592017605:download_artifacts Downloading artifacts section_end:1592017606:download_artifacts section_start:1592017606: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 (56.40s) xml_test.go:374: testdata/libvirt/tests/domaincapsdata/qemu_1.5.3-q35.x86_64.xml: /domainCapabilities[0]/cpu[0]/mode[0]/enum[0]: element in expected XML missing in actual XML FAIL exit status 1 FAIL _/builds/libvirt/libvirt-go-xml 56.415s section_end:1592017669:build_script section_start:1592017669:after_script Running after_script section_end:1592017671:after_script section_start:1592017671:upload_artifacts_on_failure Uploading artifacts for failed job section_end:1592017672:upload_artifacts_on_failure ERROR: Job failed: exit code 1  Job #593697222 ( https://gitlab.com/libvirt/libvirt-go-xml/-/jobs/593697222/raw ) Stage: build Name: go_1_14 Trace: Skipping Git submodules setup section_end:1592017603:get_sources section_start:1592017603:restore_cache Restoring cache section_end:1592017604:restore_cache section_start:1592017604:download_artifacts Downloading artifacts section_end:1592017606:download_artifacts section_start:1592017606: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/domaincapsdata/qemu_1.5.3-q35.x86_64.xml: /domainCapabilities[0]/cpu[0]/mode[0]/enum[0]: element in expected XML missing in actual XML --- FAIL: TestRoundTrip (55.72s) FAIL exit status 1 FAIL _/builds/libvirt/libvirt-go-xml 55.735s section_end:1592017669:build_script section_start:1592017669:after_script Running after_script section_end:1592017670:after_script section_start:1592017670:upload_artifacts_on_failure Uploading artifacts for failed job section_end:1592017672:upload_artifacts_on_failure ERROR: Job failed: exit code 1  Job #593697208 ( https://gitlab.com/libvirt/libvirt-go-xml/-/jobs/593697208/raw ) Stage: build Name: go_1_10 Trace: Skipping Git submodules setup section_end:1592017602:get_sources section_start:1592017602:restore_cache Restoring cache section_end:1592017604:restore_cache section_start:1592017604:download_artifacts Downloading artifacts section_end:1592017605:download_artifacts section_start:1592017605: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 (56.04s) xml_test.go:374: testdata/libvirt/tests/domaincapsdata/qemu_1.5.3-q35.x86_64.xml: /domainCapabilities[0]/cpu[0]/mode[0]/enum[0]: element in expected XML missing in actual XML FAIL exit status 1 FAIL _/builds/libvirt/libvirt-go-xml 56.056s section_end:1592017666:build_script section_start:1592017666:after_script Running after_script section_end:1592017668:after_script section_start:1592017668:upload_artifacts_on_failure Uploading artifacts for failed job section_end:1592017669:upload_artifacts_on_failure ERROR: Job failed: exit code 1  Job #593697221 ( https://gitlab.com/libvirt/libvirt-go-xml/-/jobs/593697221/raw ) Stage: build Name: go_1_13 Trace: Skipping Git submodules setup section_end:1592017596:get_sources section_start:1592017596:restore_cache Restoring cache section_end:1592017598:restore_cache section_start:1592017598:download_artifacts Downloading artifacts section_end:1592017599:download_artifacts section_start:1592017599: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 (55.61s) xml_test.go:374: testdata/libvirt/tests/domaincapsdata/qemu_1.5.3-q35.x86_64.xml: /domainCapabilities[0]/cpu[0]/mode[0]/enum[0]: element in expected XML missing in actual XML FAIL exit status 1 FAIL _/builds/libvirt/libvirt-go-xml 55.629s section_end:1592017662:build_script section_start:1592017662:after_script Running after_script section_end:1592017663:after_script section_start:1592017663:upload_artifacts_on_failure Uploading artifacts for failed job section_end:1592017665: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
libvirt-go-xml | Pipeline #155474787 has failed for master | dd07f98a
by GitLab 12 Jun '20

12 Jun '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: dd07f98a ( https://gitlab.com/libvirt/libvirt-go-xml/-/commit/dd07f98a02788c19568e799e… ) Commit Message: Add 'downscript' for domain interfaces Signed... Commit Author: Daniel Berrange ( https://gitlab.com/berrange ) Pipeline #155474787 ( https://gitlab.com/libvirt/libvirt-go-xml/-/pipelines/155474787 ) triggered by Daniel Berrange ( https://gitlab.com/berrange ) had 5 failed builds. Job #592314738 ( https://gitlab.com/libvirt/libvirt-go-xml/-/jobs/592314738/raw ) Stage: build Name: go_1_13 Trace: Skipping Git submodules setup section_end:1591931178:get_sources section_start:1591931178:restore_cache Restoring cache section_end:1591931180:restore_cache section_start:1591931180:download_artifacts Downloading artifacts section_end:1591931181:download_artifacts section_start:1591931181: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 (53.94s) xml_test.go:374: testdata/libvirt/tests/domaincapsdata/qemu_1.5.3-q35.x86_64.xml: /domainCapabilities[0]/cpu[0]/mode[0]/enum[0]: element in expected XML missing in actual XML FAIL exit status 1 FAIL _/builds/libvirt/libvirt-go-xml 53.954s section_end:1591931243:build_script section_start:1591931243:after_script Running after_script section_end:1591931244:after_script section_start:1591931244:upload_artifacts_on_failure Uploading artifacts for failed job section_end:1591931246:upload_artifacts_on_failure ERROR: Job failed: exit code 1  Job #592314701 ( https://gitlab.com/libvirt/libvirt-go-xml/-/jobs/592314701/raw ) Stage: build Name: go_1_11 Trace: Skipping Git submodules setup section_end:1591931176:get_sources section_start:1591931176:restore_cache Restoring cache section_end:1591931177:restore_cache section_start:1591931177:download_artifacts Downloading artifacts section_end:1591931179:download_artifacts section_start:1591931179: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 (56.73s) xml_test.go:374: testdata/libvirt/tests/domaincapsdata/qemu_1.5.3-q35.x86_64.xml: /domainCapabilities[0]/cpu[0]/mode[0]/enum[0]: element in expected XML missing in actual XML FAIL exit status 1 FAIL _/builds/libvirt/libvirt-go-xml 56.748s section_end:1591931242:build_script section_start:1591931242:after_script Running after_script section_end:1591931244:after_script section_start:1591931244:upload_artifacts_on_failure Uploading artifacts for failed job section_end:1591931245:upload_artifacts_on_failure ERROR: Job failed: exit code 1  Job #592314717 ( https://gitlab.com/libvirt/libvirt-go-xml/-/jobs/592314717/raw ) Stage: build Name: go_1_12 Trace: Skipping Git submodules setup section_end:1591931171:get_sources section_start:1591931171:restore_cache Restoring cache section_end:1591931172:restore_cache section_start:1591931172:download_artifacts Downloading artifacts section_end:1591931174:download_artifacts section_start:1591931174: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 (58.17s) xml_test.go:374: testdata/libvirt/tests/domaincapsdata/qemu_1.5.3-q35.x86_64.xml: /domainCapabilities[0]/cpu[0]/mode[0]/enum[0]: element in expected XML missing in actual XML FAIL exit status 1 FAIL _/builds/libvirt/libvirt-go-xml 58.187s section_end:1591931239:build_script section_start:1591931239:after_script Running after_script section_end:1591931240:after_script section_start:1591931240:upload_artifacts_on_failure Uploading artifacts for failed job section_end:1591931242:upload_artifacts_on_failure ERROR: Job failed: exit code 1  Job #592314757 ( https://gitlab.com/libvirt/libvirt-go-xml/-/jobs/592314757/raw ) Stage: build Name: go_1_14 Trace: Skipping Git submodules setup section_end:1591931171:get_sources section_start:1591931171:restore_cache Restoring cache section_end:1591931173:restore_cache section_start:1591931173:download_artifacts Downloading artifacts section_end:1591931174:download_artifacts section_start:1591931174: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/domaincapsdata/qemu_1.5.3-q35.x86_64.xml: /domainCapabilities[0]/cpu[0]/mode[0]/enum[0]: element in expected XML missing in actual XML --- FAIL: TestRoundTrip (58.20s) FAIL exit status 1 FAIL _/builds/libvirt/libvirt-go-xml 58.217s section_end:1591931239:build_script section_start:1591931239:after_script Running after_script section_end:1591931240:after_script section_start:1591931240:upload_artifacts_on_failure Uploading artifacts for failed job section_end:1591931242:upload_artifacts_on_failure ERROR: Job failed: exit code 1  Job #592314688 ( https://gitlab.com/libvirt/libvirt-go-xml/-/jobs/592314688/raw ) Stage: build Name: go_1_10 Trace: Skipping Git submodules setup section_end:1591931167:get_sources section_start:1591931167:restore_cache Restoring cache section_end:1591931169:restore_cache section_start:1591931169:download_artifacts Downloading artifacts section_end:1591931170:download_artifacts section_start:1591931170: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 (54.98s) xml_test.go:374: testdata/libvirt/tests/domaincapsdata/qemu_1.5.3-q35.x86_64.xml: /domainCapabilities[0]/cpu[0]/mode[0]/enum[0]: element in expected XML missing in actual XML FAIL exit status 1 FAIL _/builds/libvirt/libvirt-go-xml 54.998s section_end:1591931230:build_script section_start:1591931230:after_script Running after_script section_end:1591931231:after_script section_start:1591931231:upload_artifacts_on_failure Uploading artifacts for failed job section_end:1591931233: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
  • ← Newer
  • 1
  • ...
  • 599
  • 600
  • 601
  • 602
  • 603
  • 604
  • 605
  • ...
  • 1021
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.