libvirt List Archives
Sign In Sign Up
Manage this list Sign In Sign Up

Keyboard Shortcuts

Thread View

  • j: Next unread message
  • k: Previous unread message
  • j a: Jump to all threads
  • j l: Jump to MailingList overview

CI

Thread Start a new thread
Download
Threads by month
  • ----- 2026 -----
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2025 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2024 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2023 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2022 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2021 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2020 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2019 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2018 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2017 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2016 -----
  • December
  • November
  • October
  • September
  • August
  • July
ci@lists.libvirt.org

  • 2 participants
  • 10212 discussions
[Libvirt-ci] Fixed: libvirt/libvirt#447 (master - 21864e2)
by Travis CI 30 Aug '17

30 Aug '17
Build Update for libvirt/libvirt ------------------------------------- Build: #447 Status: Fixed Duration: 26 minutes and 5 seconds Commit: 21864e2 (master) Author: Martin Kletzander Message: tests: Fix virnetsockettest after SSH command line changes Commit e4cb8500810a changed the way ssh command line is created by adding '--' before the hostname in order to fix a potential security flaw. However it failed to modify the tests, so let's do that. Signed-off-by: Martin Kletzander <mkletzan(a)redhat.com> View the changeset: https://github.com/libvirt/libvirt/compare/b39464ba2642...21864e28ad26 View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/269908534?utm_source=email&utm… -- You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications
1 0
0 0
[Libvirt-ci] Still Failing: libvirt/libvirt#446 (master - b39464b)
by Travis CI 30 Aug '17

30 Aug '17
Build Update for libvirt/libvirt ------------------------------------- Build: #446 Status: Still Failing Duration: 20 minutes and 25 seconds Commit: b39464b (master) Author: Michal Privoznik Message: docs: Document yet another limitation of tx_queue_size https://bugzilla.redhat.com/show_bug.cgi?id=1484234 Turns out, only vhostuser type of interfaces are supported currently. Signed-off-by: Michal Privoznik <mprivozn(a)redhat.com> View the changeset: https://github.com/libvirt/libvirt/compare/e4cb8500810a...b39464ba2642 View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/269900588?utm_source=email&utm… -- You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications
1 0
0 0
[Libvirt-ci] Broken: libvirt/libvirt#445 (master - e4cb850)
by Travis CI 29 Aug '17

29 Aug '17
Build Update for libvirt/libvirt ------------------------------------- Build: #445 Status: Broken Duration: 1 hour, 9 minutes, and 0 seconds Commit: e4cb850 (master) Author: Daniel P. Berrange Message: rpc: avoid ssh interpreting malicious hostname as arguments Inspired by the recent GIT / Mercurial security flaws (http://blog.recurity-labs.com/2017-08-10/scm-vulns) consider someone/something manages to feed libvirt a bogus URI such as: virsh -c qemu+ssh://-oProxyCommand=gnome-calculator/system In this case, the hosname "-oProxyCommand=gnome-calculator" will get interpreted as an argument to ssh, not a hostname. Fortunately, due to the set of args we have following the hostname, SSH will then interpret our bit of shell script that runs 'nc' on the remote host as a cipher name, which is clearly invalid. This makes ssh exit during argv parsing and so it never tries to run gnome-calculator. We are lucky this time, but lets be more paranoid, by using '--' to explicitly tell SSH when it has finished seeing command line options. This forces it to interpret "-oProxyCommand=gnome-calculator" as a hostname, and thus see a fail from hostname lookup. Signed-off-by: Daniel P. Berrange <berrange(a)redhat.com> View the changeset: https://github.com/libvirt/libvirt/compare/ed8661a309c9...e4cb8500810a View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/269683248?utm_source=email&utm… -- You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications
1 0
0 0
[Libvirt-ci] Passed: libvirt/libvirt#443 (v3.7.0-rc1 - 912bc72)
by Travis CI 29 Aug '17

29 Aug '17
Build Update for libvirt/libvirt ------------------------------------- Build: #443 Status: Passed Duration: 39 minutes and 8 seconds Commit: 912bc72 (v3.7.0-rc1) Author: Kothapally Madhu Pavan Message: virsh: Implement managedsave-edit command Add a simple virsh command handler which makes use of the new API. Signed-off-by: Kothapally Madhu Pavan <kmp(a)linux.vnet.ibm.com> View the changeset: https://github.com/libvirt/libvirt/compare/v3.7.0-rc1 View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/269559846?utm_source=email&utm… -- You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications
1 0
0 0
[Libvirt-ci] Passed: libvirt/libvirt#439 (master - 265d0be)
by Travis CI 29 Aug '17

29 Aug '17
Build Update for libvirt/libvirt ------------------------------------- Build: #439 Status: Passed Duration: 20 minutes and 28 seconds Commit: 265d0be (master) Author: Martin Kletzander Message: conf: Clean up and report error in virDomainGenerateMachineName Signed-off-by: Martin Kletzander <mkletzan(a)redhat.com> View the changeset: https://github.com/libvirt/libvirt/compare/60135b22db6d...265d0bed0b1b View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/269509667?utm_source=email&utm… -- You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications
1 0
0 0
[Libvirt-ci] Passed: libvirt/libvirt#440 (master - 4a8bd26)
by Travis CI 29 Aug '17

29 Aug '17
Build Update for libvirt/libvirt ------------------------------------- Build: #440 Status: Passed Duration: 41 minutes and 30 seconds Commit: 4a8bd26 (master) Author: Michal Privoznik Message: qemuDomainUndefineFlags: Grab QEMU_JOB_MODIFY This API is definitely modifying state of @vm. Therefore it should grab a job. Signed-off-by: Michal Privoznik <mprivozn(a)redhat.com> Reviewed-by: John Ferlan <jferlan(a)redhat.com> View the changeset: https://github.com/libvirt/libvirt/compare/265d0bed0b1b...4a8bd26039ad View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/269514231?utm_source=email&utm… -- You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications
1 0
0 0
[Libvirt-ci] Errored: libvirt/libvirt#439 (master - 265d0be)
by Travis CI 29 Aug '17

29 Aug '17
Build Update for libvirt/libvirt ------------------------------------- Build: #439 Status: Errored Duration: 18 minutes and 14 seconds Commit: 265d0be (master) Author: Martin Kletzander Message: conf: Clean up and report error in virDomainGenerateMachineName Signed-off-by: Martin Kletzander <mkletzan(a)redhat.com> View the changeset: https://github.com/libvirt/libvirt/compare/60135b22db6d...265d0bed0b1b View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/269509667?utm_source=email&utm… -- You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications
1 0
0 0
[Libvirt-ci] Errored: libvirt/libvirt#438 (master - 60135b2)
by Travis CI 29 Aug '17

29 Aug '17
Build Update for libvirt/libvirt ------------------------------------- Build: #438 Status: Errored Duration: 19 minutes and 2 seconds Commit: 60135b2 (master) Author: Pavel Hrdina Message: tests: add qemu chardev source reconnect tests Signed-off-by: Pavel Hrdina <phrdina(a)redhat.com> View the changeset: https://github.com/libvirt/libvirt/compare/5aaa304f8dbc...60135b22db6d View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/269495248?utm_source=email&utm… -- You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications
1 0
0 0
[Libvirt-ci] Build failed in Jenkins: libvirt-python-master-build » libvirt-fedora-24 #608
by ci@centos.org 28 Aug '17

28 Aug '17
See <https://ci.centos.org/job/libvirt-python-master-build/systems=libvirt-fedor…> ------------------------------------------ Started by upstream project "libvirt-python-master-build" build number 608 originally caused by: Started by upstream project "libvirt-master-build" build number 810 originally caused by: 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-fedora-24 (libvirt) in workspace <https://ci.centos.org/job/libvirt-python-master-build/systems=libvirt-fedor…> > 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-python.git # timeout=10 Fetching upstream changes from git://n64.pufty.ci.centos.org/libvirt-python.git > git --version # timeout=10 > git fetch --tags --progress git://n64.pufty.ci.centos.org/libvirt-python.git +refs/heads/*:refs/remotes/origin/* Checking out Revision 49cb00a5eb4b1291f177c569e962a14d1b9abb79 (refs/remotes/origin/master) Commit message: "Fix package name in description of sub-RPMs" > git config core.sparsecheckout # timeout=10 > git checkout -f 49cb00a5eb4b1291f177c569e962a14d1b9abb79 > git rev-list 49cb00a5eb4b1291f177c569e962a14d1b9abb79 # timeout=10 Cleaning workspace > git rev-parse --verify HEAD # timeout=10 Resetting working tree > git reset --hard # timeout=10 > git clean -fdx # timeout=10 [libvirt-python-master] $ /bin/sh -xe /tmp/jenkins3833086308051723442.sh + python setup.py build running build /usr/bin/pkg-config --print-errors --atleast-version=0.9.11 libvirt /usr/bin/python generator.py libvirt /home/jenkins/build/libvirt/share/libvirt/api/libvirt-api.xml Found 426 functions in /home/jenkins/build/libvirt/share/libvirt/api/libvirt-api.xml Found 0 functions in libvirt-override-api.xml Generated 346 wrapper functions Missing type converters: unsigned long long *:1 ERROR: failed virDomainMigrateGetMaxDowntime error: command '/usr/bin/python' failed with exit status 1 Build step 'Execute shell' marked build as failure
1 2
0 0
[Libvirt-ci] Build failed in Jenkins: libvirt-python-master-build » libvirt-fedora-25 #608
by ci@centos.org 28 Aug '17

28 Aug '17
See <https://ci.centos.org/job/libvirt-python-master-build/systems=libvirt-fedor…> ------------------------------------------ Started by upstream project "libvirt-python-master-build" build number 608 originally caused by: Started by upstream project "libvirt-master-build" build number 810 originally caused by: 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-fedora-25 (libvirt) in workspace <https://ci.centos.org/job/libvirt-python-master-build/systems=libvirt-fedor…> > 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-python.git # timeout=10 Fetching upstream changes from git://n64.pufty.ci.centos.org/libvirt-python.git > git --version # timeout=10 > git fetch --tags --progress git://n64.pufty.ci.centos.org/libvirt-python.git +refs/heads/*:refs/remotes/origin/* Checking out Revision 49cb00a5eb4b1291f177c569e962a14d1b9abb79 (refs/remotes/origin/master) Commit message: "Fix package name in description of sub-RPMs" > git config core.sparsecheckout # timeout=10 > git checkout -f 49cb00a5eb4b1291f177c569e962a14d1b9abb79 > git rev-list 49cb00a5eb4b1291f177c569e962a14d1b9abb79 # timeout=10 Cleaning workspace > git rev-parse --verify HEAD # timeout=10 Resetting working tree > git reset --hard # timeout=10 > git clean -fdx # timeout=10 [libvirt-python-master] $ /bin/sh -xe /tmp/jenkins5012675945661103325.sh + python setup.py build running build /usr/bin/pkg-config --print-errors --atleast-version=0.9.11 libvirt /usr/bin/python generator.py libvirt /home/jenkins/build/libvirt/share/libvirt/api/libvirt-api.xml Found 426 functions in /home/jenkins/build/libvirt/share/libvirt/api/libvirt-api.xml Found 0 functions in libvirt-override-api.xml Generated 346 wrapper functions Missing type converters: unsigned long long *:1 ERROR: failed virDomainMigrateGetMaxDowntime error: command '/usr/bin/python' failed with exit status 1 Build step 'Execute shell' marked build as failure
1 2
0 0
  • ← Newer
  • 1
  • ...
  • 995
  • 996
  • 997
  • 998
  • 999
  • 1000
  • 1001
  • ...
  • 1022
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.