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

Keyboard Shortcuts

Thread View

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

CI

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

May 2017

  • 1 participants
  • 30 discussions
[Libvirt-ci] Still Failing: libvirt/libvirt#106 (master - dd875fb)
by Travis CI 19 May '17

19 May '17
Build Update for libvirt/libvirt ------------------------------------- Build: #106 Status: Still Failing Duration: 18 minutes and 48 seconds Commit: dd875fb (master) Author: Felix Geyer Message: apparmor, virt-aa-helper: Explicit denies for host devices Add explicit denies for disk devices to avoid cluttering dmesg with (acceptable) denials. Signed-off-by: Christian Ehrhardt <christian.ehrhardt(a)canonical.com> Signed-off-by: Stefan Bader <stefan.bader(a)canonical.com> Acked-by: Guido Günther <agx(a)sigxcpu.org> View the changeset: https://github.com/libvirt/libvirt/compare/6ff99e95771b...dd875fb326ec View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/233920835?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#105 (master - 6ff99e9)
by Travis CI 19 May '17

19 May '17
Build Update for libvirt/libvirt ------------------------------------- Build: #105 Status: Still Failing Duration: 18 minutes and 41 seconds Commit: 6ff99e9 (master) Author: Peter Krempa Message: qemu: monitor: Don't bother extracting vCPU halted state in text monitor The code causes the 'offset' variable to be overwritten (possibly with NULL if neither of the vCPUs is halted) which causes a crash since the variable is still used after that part. Additionally there's a bug, since strstr() would look up the '(halted)' string in the whole string rather than just the currently processed line the returned data is completely bogus. Rather than switching to single line parsing let's remove the code altogether since it has a commonly used JSON monitor alternative and the data itself is not very useful to report. The code was introduced in commit cc5e695bde Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1452106 View the changeset: https://github.com/libvirt/libvirt/compare/6a12907d86a9...6ff99e95771b View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/233916960?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#104 (master - 6a12907)
by Travis CI 19 May '17

19 May '17
Build Update for libvirt/libvirt ------------------------------------- Build: #104 Status: Still Failing Duration: 17 minutes and 37 seconds Commit: 6a12907 (master) Author: Julio Faracco Message: datatypes: removing unnecessary return statement. There is a wrong 'return' statement after a 'goto' statement inside the function virConnectCloseCallbackDataRegister(). This commit only removes the 'return'. Signed-off-by: Julio Faracco <jcfaracco(a)gmail.com> View the changeset: https://github.com/libvirt/libvirt/compare/0da4a635bc00...6a12907d86a9 View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/233847952?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#103 (master - 0da4a63)
by Travis CI 18 May '17

18 May '17
Build Update for libvirt/libvirt ------------------------------------- Build: #103 Status: Still Failing Duration: 18 minutes and 21 seconds Commit: 0da4a63 (master) Author: Michal Privoznik Message: virStream: Forbid negative seeks Currently, we don't assign any meaning to that. Our current view on virStream is that it's merely a pipe. And pipes don't support seeking. Signed-off-by: Michal Privoznik <mprivozn(a)redhat.com> View the changeset: https://github.com/libvirt/libvirt/compare/de4b46e1e126...0da4a635bc00 View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/233628539?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#102 (master - de4b46e)
by Travis CI 18 May '17

18 May '17
Build Update for libvirt/libvirt ------------------------------------- Build: #102 Status: Still Failing Duration: 17 minutes and 37 seconds Commit: de4b46e (master) Author: Erik Skultety Message: nodedev: mdev: Fix build caused by symbol shadowing GCC 4.6 complains about a local declaration shadowing a global symbol. Signed-off-by: Erik Skultety <eskultet(a)redhat.com> View the changeset: https://github.com/libvirt/libvirt/compare/506acac87f06...de4b46e1e126 View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/233623276?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#101 (master - 506acac)
by Travis CI 18 May '17

18 May '17
Build Update for libvirt/libvirt ------------------------------------- Build: #101 Status: Still Failing Duration: 18 minutes and 47 seconds Commit: 506acac (master) Author: Wang King Message: util: Do not leak @handles in stop netlink event service Commit e3ba4025 introduced srv->handles and VIR_RESIZE_N to allocate @handles as necessary, but did not free the handles during when calling virNetlinkEventServiceStop. View the changeset: https://github.com/libvirt/libvirt/compare/a0a0b3cf71cb...506acac87f06 View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/233597856?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#100 (master - a0a0b3c)
by Travis CI 18 May '17

18 May '17
Build Update for libvirt/libvirt ------------------------------------- Build: #100 Status: Still Failing Duration: 17 minutes and 33 seconds Commit: a0a0b3c (master) Author: Erik Skultety Message: docs: Document the mediated devices within the nodedev driver https://bugzilla.redhat.com/show_bug.cgi?id=1452072 Signed-off-by: Erik Skultety <eskultet(a)redhat.com> View the changeset: https://github.com/libvirt/libvirt/compare/1128769f9ee5...a0a0b3cf71cb View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/233593642?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#99 (master - 1128769)
by Travis CI 18 May '17

18 May '17
Build Update for libvirt/libvirt ------------------------------------- Build: #99 Status: Still Failing Duration: 15 minutes and 4 seconds Commit: 1128769 (master) Author: Marek Marczykowski-Górecki Message: pci: fix link maximum speed detection Commit 8e09663 "pci: recognize/report GEN4 (PCIe 4.0) card 16GT/s Link speed" introduced another speed into enum, but mistakenly also altered field width, so one bit of link width was included there. Signed-off-by: Marek Marczykowski-Górecki <marmarek(a)invisiblethingslab.com> View the changeset: https://github.com/libvirt/libvirt/compare/7823e2561b59...1128769f9ee5 View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/233551060?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#98 (master - 7823e25)
by Travis CI 18 May '17

18 May '17
Build Update for libvirt/libvirt ------------------------------------- Build: #98 Status: Broken Duration: 17 minutes and 31 seconds Commit: 7823e25 (master) Author: Michal Privoznik Message: virsh: Implement sparse stream to vol-upload Similarly to previous commit, implement sparse streams feature for vol-upload. This is, however, slightly different approach, because we must implement a function that will tell us whether we are in a data section or in a hole. But there's no magic hidden in here. Signed-off-by: Michal Privoznik <mprivozn(a)redhat.com> View the changeset: https://github.com/libvirt/libvirt/compare/ca21d75d25e0...7823e2561b59 View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/233510234?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] Fixed: libvirt/libvirt#93 (master - 3102066)
by Travis CI 15 May '17

15 May '17
Build Update for libvirt/libvirt ------------------------------------- Build: #93 Status: Fixed Duration: 39 minutes and 31 seconds Commit: 3102066 (master) Author: Daniel P. Berrange Message: remove hack for debian etch limits.h The debian etch distro was end-of-life a long time ago so we no longer need the ULLONG_MAX hack. In any case gnulib now provides an equivalent fix by default, and so our definition now triggers syntax-check rule failure src/internal.h:# define ULLONG_MAX ULONG_LONG_MAX maint.mk: define the above via some gnulib .h file maint.mk:843: recipe for target 'sc_prohibit_always-defined_macros' failed Signed-off-by: Daniel P. Berrange <berrange(a)redhat.com> View the changeset: https://github.com/libvirt/libvirt/compare/52de9b28db73...31020664e961 View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/232496128?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
  • ← Newer
  • 1
  • 2
  • 3
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.