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&u...
--
You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications
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&u...
--
You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications
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&u...
--
You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications
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&u...
--
You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications
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&u...
--
You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications
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&u...
--
You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications
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&u...
--
You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications