Build Update for libvirt/libvirt
-------------------------------------
Build: #165
Status: Passed
Duration: 18 minutes and 5 seconds
Commit: 567f048 (master)
Author: Michal Privoznik
Message: bhyveargv2xmltest: Fix call of virDomainDefCheckABIStability
In 4f0aeed I've expanded the list of arguments for
virDomainDefCheckABIStability() but I forgot to fix
bhyveargv2xmltest.
Signed-off-by: Michal Privoznik <mprivozn(a)redhat.com>
View the changeset: https://github.com/libvirt/libvirt/compare/f4c09b913ea9...567f04808e15
View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/239528992?utm_source=email&utm…
--
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: #164
Status: Errored
Duration: 16 minutes and 58 seconds
Commit: f4c09b9 (master)
Author: Martin Kletzander
Message: Reset the whole stack in testutils
The memset() was resetting only 30 bytes in the array (size of the
array), but it is array of pointers. Since it is a static array,
let's just reset it by its size.
Found by gcc-7.1:
testutils.c: In function 'virTestRun':
testutils.c:243:13: error: 'memset' used with length equal to number
of elements without multiplication by element size [-Werror=memset-elt-size]
memset(testAllocStack, 0, ARRAY_CARDINALITY(testAllocStack));
^~~~~~
Signed-off-by: Martin Kletzander <mkletzan(a)redhat.com>
View the changeset: https://github.com/libvirt/libvirt/compare/7b4e9b2c55a1...f4c09b913ea9
View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/239503490?utm_source=email&utm…
--
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: #162
Status: Errored
Duration: 16 minutes and 46 seconds
Commit: 5d3994d (master)
Author: John Ferlan
Message: nodedev: Remove privateData from virNodeDeviceObj
It was only ever used in node_device_hal.c which really never used it
anyway since the NODE_DEV_UDI was never referenced. Remove free_udi()
and @privData as well as the references to obj->privateData & obj->privateFree.
Signed-off-by: John Ferlan <jferlan(a)redhat.com>
View the changeset: https://github.com/libvirt/libvirt/compare/9c9a12ca3186...5d3994d82265
View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/239072085?utm_source=email&utm…
--
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: #158
Status: Errored
Duration: 23 minutes and 42 seconds
Commit: 4fd5c2f (master)
Author: Julio Faracco
Message: util: remove dead code inside virstoragefile
The host address or the socket path have already been checked at the
begining of the function virStorageSourceParseNBDColonString(). So,
when the parameter is not a unix socket, there is no reason to check
the address again because if it does not exists, the logic will fail
in the first IF conditional.
Signed-off-by: Julio Faracco <jcfaracco(a)gmail.com>
View the changeset: https://github.com/libvirt/libvirt/compare/8b994d5189b8...4fd5c2fbce83
View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/238646665?utm_source=email&utm…
--
You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications