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

June 2018

  • 2 participants
  • 248 discussions
[Libvirt-ci] Errored: libvirt/libvirt#1326 (master - 5babc51)
by Travis CI 07 Jun '18

07 Jun '18
Build Update for libvirt/libvirt ------------------------------------- Build: #1326 Status: Errored Duration: 14 mins and 32 secs Commit: 5babc51 (master) Author: John Ferlan Message: fdstream: Report error from the I/O thread https://bugzilla.redhat.com/show_bug.cgi?id=1529059 Commit id 0fe4aa14 added the thread specific error message reporting (or save) to virFDStreamEvent; however, as processing goes via virStream{Send|SendHole|Recv} via calls from daemonStreamHandle{WriteData|Hole|Read} the last error gets reset in the main libvirt API's thus, whatever error may have been set as last error will be cleared prior to the error paths using it resulting in the generic error on the client side. For each of the paths that check threadQuit or threadErr, check if threadErr was set and set it agian if there isn't a last error (e.g. some other failure) set so that the message can be provided back to the client. Signed-off-by: John Ferlan <jferlan(a)redhat.com> ACKed-by: Michal Privoznik <mprivozn(a)redhat.com> View the changeset: https://github.com/libvirt/libvirt/compare/6d21d9bccb05...5babc51912f9 View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/389037862?utm_source=email&utm… -- You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications This email was sent to libvirt-ci(a)redhat.com (mailto:libvirt-ci@redhat.com) unsubscribe from this list (http://clicks.travis-ci.com/track/unsub.php?u=14313403&id=552fcc40d3e94b038…)
1 0
0 0
[Libvirt-ci] Build failed in Jenkins: libvirt-master-build-mingw64 » libvirt-fedora-rawhide #144
by ci@centos.org 06 Jun '18

06 Jun '18
See <https://ci.centos.org/job/libvirt-master-build-mingw64/systems=libvirt-fedo…> Changes: [stefanb] conf: Add support for external swtpm TPM emulator to domain XML [stefanb] qemu: Extend QEMU capabilities with 'tpm-emulator' [stefanb] util: Implement virFileChownFiles() [stefanb] security: Add DAC and SELinux security for tpm-emulator [stefanb] qemu: Extend qemu_conf with tpm-emulator support [stefanb] qemu: Extend QEMU with external TPM support [stefanb] qemu: Add support for external swtpm TPM emulator [stefanb] tests: Add test cases for external swtpm TPM emulator [stefanb] security: Label the external swtpm with SELinux labels [stefanb] conf: Add support for choosing emulation of a TPM 2.0 [stefanb] qemu: Add swtpm to emulator cgroup [stefanb] news: Update news with new TPM emulator feature [stefanb] qemu: Run swtpm_setup in unprivileged mode for a TPM 2.0 [stefanb] conf: Audit TPM emulator device at domain startup [stefanb] conf: Use resrc=tpm in case of TPM passthrough following docs [stefanb] conf: Use virDomainChrSourceDefClear() rather than VIR_FREE() ------------------------------------------ [...truncated 127.29 KB...] CC mbrtowc.lo CC mbsinit.lo CC mbsrtowcs.lo CC mbsrtowcs-state.lo CC mkdtemp.lo CC mkostemp.lo CC mkostemps.lo CC mktime.lo CC msvc-inval.lo CC msvc-nothrow.lo CC nl_langinfo.lo CC open.lo CC openpty.lo CC perror.lo CC pipe.lo CC poll.lo CC posix_openpt.lo CC printf-args.lo ../../../gnulib/lib/poll.c: In function 'poll': ../../../gnulib/lib/poll.c:515:39: warning: passing argument 5 of 'select' from incompatible pointer type [-Wincompatible-pointer-types] if (select (0, &rfds, &wfds, &xfds, &tv0) > 0) ^ In file included from ../../../gnulib/lib/poll.c:39:0: /usr/x86_64-w64-mingw32/sys-root/mingw/include/winsock2.h:995:34: note: expected 'PTIMEVAL {aka struct timeval * const}' but argument is of type 'struct rpl_timeval *' WINSOCK_API_LINKAGE int WSAAPI select(int nfds,fd_set *readfds,fd_set *writefds,fd_set *exceptfds,const PTIMEVAL timeout); ^~~~~~ ../../../gnulib/lib/poll.c:551:37: warning: passing argument 5 of 'select' from incompatible pointer type [-Wincompatible-pointer-types] select (0, &rfds, &wfds, &xfds, &tv0); ^ In file included from ../../../gnulib/lib/poll.c:39:0: /usr/x86_64-w64-mingw32/sys-root/mingw/include/winsock2.h:995:34: note: expected 'PTIMEVAL {aka struct timeval * const}' but argument is of type 'struct rpl_timeval *' WINSOCK_API_LINKAGE int WSAAPI select(int nfds,fd_set *readfds,fd_set *writefds,fd_set *exceptfds,const PTIMEVAL timeout); ^~~~~~ CC printf-parse.lo CC pthread_sigmask.lo CC raise.lo CC rawmemchr.lo CC readlink.lo CC realloc.lo CC recv.lo CC regex.lo CC secure_getenv.lo CC select.lo CC send.lo CC setenv.lo CC setsockopt.lo CC sigaction.lo CC sigprocmask.lo CC sleep.lo CC snprintf.lo CC socket.lo CC stat.lo CC stat-w32.lo CC stdio-read.lo CC stdio-write.lo CC stpcpy.lo CC strchrnul.lo CC strdup.lo CC strerror.lo CC strerror-override.lo CC strerror_r.lo CC strndup.lo CC strptime.lo CC strsep.lo CC time_r.lo CC timegm.lo CC ttyname_r.lo CC uname.lo CC unsetenv.lo CC usleep.lo CC vasnprintf.lo CC vsnprintf.lo CC waitpid.lo GEN charset.alias GEN ref-add.sed GEN ref-del.sed CC glthread/lock.lo CCLD libgnu.la gmake[3]: Leaving directory '<https://ci.centos.org/job/libvirt-master-build-mingw64/systems=libvirt-fedo…'> gmake[2]: Leaving directory '<https://ci.centos.org/job/libvirt-master-build-mingw64/systems=libvirt-fedo…'> Making all in include/libvirt gmake[2]: Entering directory '<https://ci.centos.org/job/libvirt-master-build-mingw64/systems=libvirt-fedo…'> gmake[2]: Nothing to be done for 'all'. gmake[2]: Leaving directory '<https://ci.centos.org/job/libvirt-master-build-mingw64/systems=libvirt-fedo…'> Making all in src gmake[2]: Entering directory '<https://ci.centos.org/job/libvirt-master-build-mingw64/systems=libvirt-fedo…'> GEN util/virkeycodetable_linux.h GEN util/virkeycodetable_osx.h GEN util/virkeycodetable_atset1.h GEN util/virkeycodetable_atset2.h GEN util/virkeycodetable_atset3.h GEN util/virkeycodetable_xtkbd.h GEN util/virkeycodetable_usb.h GEN util/virkeycodetable_win32.h GEN util/virkeycodetable_qnum.h GEN util/virkeynametable_linux.h GEN util/virkeynametable_osx.h GEN util/virkeynametable_win32.h GEN ../../src/access/org.libvirt.api.policy GEN access/viraccessapicheck.h GEN access/viraccessapicheck.c GEN access/viraccessapicheckqemu.h GEN access/viraccessapicheckqemu.c GEN access/viraccessapichecklxc.h GEN access/viraccessapichecklxc.c GEN libvirt_access.xml GEN libvirt_access_qemu.xml GEN libvirt_access_lxc.xml GEN logging/log_protocol.h GEN logging/log_daemon_dispatch_stubs.h GEN locking/lock_protocol.h GEN locking/lock_daemon_dispatch_stubs.h GEN admin/admin_protocol.h GEN admin/admin_client.h GEN admin/admin_server_dispatch_stubs.h GEN rpc/virnetprotocol.h GEN rpc/virkeepaliveprotocol.h GEN .esx_vi_generator.stamp GEN .hyperv_wmi_generator.stamp GEN lxc/lxc_monitor_protocol.h GEN lxc/lxc_monitor_dispatch.h GEN ../../src/hyperv/hyperv_wmi_classes.generated.typedef GEN ../../src/hyperv/hyperv_wmi_classes.generated.h GEN ../../src/hyperv/hyperv_wmi_classes.generated.c GEN lxc/lxc_controller_dispatch.h GEN ../../src/esx/esx_vi_types.generated.typedef GEN ../../src/esx/esx_vi_types.generated.typeenum GEN ../../src/esx/esx_vi_types.generated.typetostring GEN ../../src/esx/esx_vi_types.generated.typefromstring GEN ../../src/esx/esx_vi_types.generated.h GEN ../../src/esx/esx_vi_types.generated.c GEN ../../src/esx/esx_vi_methods.generated.h GEN ../../src/esx/esx_vi_methods.generated.c GEN ../../src/esx/esx_vi_methods.generated.macro GEN ../../src/esx/esx_vi.generated.h GEN ../../src/esx/esx_vi.generated.c GEN remote/remote_protocol.h GEN remote/remote_client_bodies.h GEN remote/lxc_protocol.h GEN remote/lxc_client_bodies.h GEN remote/qemu_protocol.h GEN remote/qemu_client_bodies.h GEN remote/remote_daemon_dispatch_stubs.h GEN remote/remote_daemon_dispatch_lxc_stubs.h GEN remote/remote_daemon_dispatch_qemu_stubs.h GEN libvirt_access.syms GEN libvirt_access_qemu.syms GEN libvirt_access_lxc.syms GEN libvirt_qemu.def GEN libvirt_lxc.def GEN libvirt_admin.syms GEN libvirtd.qemu.logrotate GEN libvirtd.lxc.logrotate GEN libvirtd.libxl.logrotate GEN libvirtd.uml.logrotate GEN libvirtd.logrotate GEN logging/log_protocol.c GEN locking/lock_protocol.c GEN admin/admin_protocol.c GEN rpc/virnetprotocol.c GEN rpc/virkeepaliveprotocol.c GEN lxc/lxc_monitor_protocol.c GEN remote/remote_protocol.c GEN remote/lxc_protocol.c GEN remote/qemu_protocol.c GEN libvirt.syms GEN libvirt_admin.def GEN libvirt.def /usr/bin/gmake all-am gmake[3]: Entering directory '<https://ci.centos.org/job/libvirt-master-build-mingw64/systems=libvirt-fedo…'> CC libvirt_driver_la-driver.lo CC libvirt_driver_la-datatypes.lo CC libvirt_driver_la-libvirt.lo CC libvirt_driver_la-libvirt-domain.lo CC libvirt_driver_la-libvirt-domain-snapshot.lo CC libvirt_driver_la-libvirt-host.lo CC libvirt_driver_la-libvirt-interface.lo CC libvirt_driver_la-libvirt-network.lo CC libvirt_driver_la-libvirt-nodedev.lo CC libvirt_driver_la-libvirt-nwfilter.lo CC libvirt_driver_la-libvirt-secret.lo CC libvirt_driver_la-libvirt-storage.lo CC libvirt_driver_la-libvirt-stream.lo CC libvirt_qemu_la-libvirt-qemu.lo CC libvirt_lxc_la-libvirt-lxc.lo CC libvirt_admin_la-libvirt-admin.lo CC libvirt_admin_la-datatypes.lo CC admin/libvirt_driver_admin_la-admin_protocol.lo CC admin/libvirt_driver_admin_la-admin_server.lo CC admin/libvirt_driver_admin_la-admin_server_dispatch.lo GEN util/virkeycode-linux.pod GEN util/virkeycode-osx.pod GEN util/virkeycode-atset1.pod GEN util/virkeycode-atset2.pod GEN util/virkeycode-atset3.pod GEN util/virkeycode-xtkbd.pod GEN util/virkeycode-usb.pod GEN util/virkeycode-win32.pod GEN util/virkeycode-qnum.pod GEN util/virkeyname-linux.pod GEN util/virkeyname-osx.pod GEN util/virkeyname-win32.pod CC util/libvirt_util_la-viralloc.lo CC util/libvirt_util_la-virarch.lo CC util/libvirt_util_la-virarptable.lo CC util/libvirt_util_la-viratomic.lo CC util/libvirt_util_la-viraudit.lo CC util/libvirt_util_la-virauth.lo CC util/libvirt_util_la-virauthconfig.lo CC util/libvirt_util_la-virbitmap.lo CC util/libvirt_util_la-virbuffer.lo CC util/libvirt_util_la-virperf.lo CC util/libvirt_util_la-vircgroup.lo CC util/libvirt_util_la-virclosecallbacks.lo CC util/libvirt_util_la-vircommand.lo CC util/libvirt_util_la-virconf.lo CC util/libvirt_util_la-vircrypto.lo CC util/libvirt_util_la-virdbus.lo CC util/libvirt_util_la-virdevmapper.lo CC util/libvirt_util_la-virdnsmasq.lo CC util/libvirt_util_la-virebtables.lo CC util/libvirt_util_la-virerror.lo CC util/libvirt_util_la-virevent.lo CC util/libvirt_util_la-vireventpoll.lo CC util/libvirt_util_la-virfcp.lo CC util/libvirt_util_la-virfdstream.lo CC util/libvirt_util_la-virfile.lo CC util/libvirt_util_la-virfirewall.lo CC util/libvirt_util_la-virfirmware.lo ../../src/util/virfile.c: In function 'virFileChownFiles': ../../src/util/virfile.c:3008:18: error: 'struct dirent' has no member named 'd_type'; did you mean 'd_name'? if (ent->d_type != DT_REG) ^~~~~~ d_name ../../src/util/virfile.c:3008:28: error: 'DT_REG' undeclared (first use in this function); did you mean 'VT_R8'? if (ent->d_type != DT_REG) ^~~~~~ VT_R8 ../../src/util/virfile.c:3008:28: note: each undeclared identifier is reported only once for each function it appears in gmake[3]: *** [Makefile:11476: util/libvirt_util_la-virfile.lo] Error 1 gmake[3]: *** Waiting for unfinished jobs.... rm util/virkeycode-xtkbd.pod util/virkeycode-atset3.pod util/virkeycode-usb.pod util/virkeycode-qnum.pod util/virkeycode-win32.pod util/virkeyname-linux.pod util/virkeycode-osx.pod util/virkeycode-linux.pod util/virkeyname-osx.pod util/virkeycode-atset1.pod util/virkeyname-win32.pod util/virkeycode-atset2.pod gmake[3]: Leaving directory '<https://ci.centos.org/job/libvirt-master-build-mingw64/systems=libvirt-fedo…'> gmake[2]: *** [Makefile:6876: all] Error 2 gmake[2]: Leaving directory '<https://ci.centos.org/job/libvirt-master-build-mingw64/systems=libvirt-fedo…'> gmake[1]: *** [Makefile:2104: all-recursive] Error 1 gmake[1]: Leaving directory '<https://ci.centos.org/job/libvirt-master-build-mingw64/systems=libvirt-fedo…'> gmake: *** [Makefile:1997: all] Error 2 Build step 'Execute shell' marked build as failure
1 3
0 0
[Libvirt-ci] Build failed in Jenkins: libvirt-master-build-mingw32 » libvirt-fedora-rawhide #138
by ci@centos.org 06 Jun '18

06 Jun '18
See <https://ci.centos.org/job/libvirt-master-build-mingw32/systems=libvirt-fedo…> Changes: [stefanb] conf: Add support for external swtpm TPM emulator to domain XML [stefanb] qemu: Extend QEMU capabilities with 'tpm-emulator' [stefanb] util: Implement virFileChownFiles() [stefanb] security: Add DAC and SELinux security for tpm-emulator [stefanb] qemu: Extend qemu_conf with tpm-emulator support [stefanb] qemu: Extend QEMU with external TPM support [stefanb] qemu: Add support for external swtpm TPM emulator [stefanb] tests: Add test cases for external swtpm TPM emulator [stefanb] security: Label the external swtpm with SELinux labels [stefanb] conf: Add support for choosing emulation of a TPM 2.0 [stefanb] qemu: Add swtpm to emulator cgroup [stefanb] news: Update news with new TPM emulator feature [stefanb] qemu: Run swtpm_setup in unprivileged mode for a TPM 2.0 [stefanb] conf: Audit TPM emulator device at domain startup [stefanb] conf: Use resrc=tpm in case of TPM passthrough following docs [stefanb] conf: Use virDomainChrSourceDefClear() rather than VIR_FREE() ------------------------------------------ [...truncated 126.79 KB...] CC getpass.lo CC getpeername.lo CC getsockname.lo CC gettimeofday.lo CC inet_ntop.lo CC inet_pton.lo CC ioctl.lo CC isatty.lo CC listen.lo CC localeconv.lo CC localtime-buffer.lo CC lseek.lo CC malloc.lo CC mbrtowc.lo CC mbsinit.lo CC mbsrtowcs.lo CC mbsrtowcs-state.lo CC mkdtemp.lo CC mkostemp.lo CC mkostemps.lo CC mktime.lo CC msvc-inval.lo CC msvc-nothrow.lo CC nl_langinfo.lo CC open.lo CC openpty.lo CC perror.lo CC pipe.lo CC poll.lo CC posix_openpt.lo CC printf-args.lo CC printf-parse.lo CC pthread_sigmask.lo CC raise.lo CC rawmemchr.lo CC readlink.lo CC realloc.lo CC recv.lo CC regex.lo CC secure_getenv.lo CC select.lo CC send.lo CC setenv.lo CC setsockopt.lo CC sigaction.lo CC sigprocmask.lo CC sleep.lo CC snprintf.lo CC socket.lo CC stat.lo CC stat-w32.lo CC stdio-read.lo CC stdio-write.lo CC stpcpy.lo CC strchrnul.lo CC strdup.lo CC strerror.lo CC strerror-override.lo CC strerror_r.lo CC strndup.lo CC strptime.lo CC strsep.lo CC time_r.lo CC timegm.lo CC ttyname_r.lo CC uname.lo CC unsetenv.lo CC usleep.lo CC vasnprintf.lo CC vsnprintf.lo CC waitpid.lo GEN charset.alias GEN ref-add.sed GEN ref-del.sed CC glthread/lock.lo CCLD libgnu.la gmake[3]: Leaving directory '<https://ci.centos.org/job/libvirt-master-build-mingw32/systems=libvirt-fedo…'> gmake[2]: Leaving directory '<https://ci.centos.org/job/libvirt-master-build-mingw32/systems=libvirt-fedo…'> Making all in include/libvirt gmake[2]: Entering directory '<https://ci.centos.org/job/libvirt-master-build-mingw32/systems=libvirt-fedo…'> gmake[2]: Nothing to be done for 'all'. gmake[2]: Leaving directory '<https://ci.centos.org/job/libvirt-master-build-mingw32/systems=libvirt-fedo…'> Making all in src gmake[2]: Entering directory '<https://ci.centos.org/job/libvirt-master-build-mingw32/systems=libvirt-fedo…'> GEN util/virkeycodetable_linux.h GEN util/virkeycodetable_osx.h GEN util/virkeycodetable_atset1.h GEN util/virkeycodetable_atset2.h GEN util/virkeycodetable_atset3.h GEN util/virkeycodetable_xtkbd.h GEN util/virkeycodetable_usb.h GEN util/virkeycodetable_win32.h GEN util/virkeycodetable_qnum.h GEN util/virkeynametable_linux.h GEN util/virkeynametable_osx.h GEN util/virkeynametable_win32.h GEN ../../src/access/org.libvirt.api.policy GEN access/viraccessapicheck.c GEN access/viraccessapicheck.h GEN access/viraccessapicheckqemu.h GEN access/viraccessapicheckqemu.c GEN access/viraccessapichecklxc.h GEN access/viraccessapichecklxc.c GEN libvirt_access.xml GEN libvirt_access_qemu.xml GEN libvirt_access_lxc.xml GEN logging/log_protocol.h GEN logging/log_daemon_dispatch_stubs.h GEN locking/lock_protocol.h GEN locking/lock_daemon_dispatch_stubs.h GEN admin/admin_protocol.h GEN admin/admin_client.h GEN admin/admin_server_dispatch_stubs.h GEN rpc/virnetprotocol.h GEN rpc/virkeepaliveprotocol.h GEN .esx_vi_generator.stamp GEN .hyperv_wmi_generator.stamp GEN lxc/lxc_monitor_protocol.h GEN lxc/lxc_monitor_dispatch.h GEN ../../src/hyperv/hyperv_wmi_classes.generated.typedef GEN ../../src/hyperv/hyperv_wmi_classes.generated.h GEN ../../src/hyperv/hyperv_wmi_classes.generated.c GEN lxc/lxc_controller_dispatch.h GEN ../../src/esx/esx_vi_types.generated.typedef GEN ../../src/esx/esx_vi_types.generated.typeenum GEN ../../src/esx/esx_vi_types.generated.typetostring GEN ../../src/esx/esx_vi_types.generated.typefromstring GEN ../../src/esx/esx_vi_types.generated.h GEN ../../src/esx/esx_vi_types.generated.c GEN ../../src/esx/esx_vi_methods.generated.h GEN ../../src/esx/esx_vi_methods.generated.c GEN ../../src/esx/esx_vi_methods.generated.macro GEN ../../src/esx/esx_vi.generated.h GEN ../../src/esx/esx_vi.generated.c GEN remote/remote_protocol.h GEN remote/remote_client_bodies.h GEN remote/lxc_protocol.h GEN remote/lxc_client_bodies.h GEN remote/qemu_protocol.h GEN remote/qemu_client_bodies.h GEN remote/remote_daemon_dispatch_stubs.h GEN remote/remote_daemon_dispatch_lxc_stubs.h GEN remote/remote_daemon_dispatch_qemu_stubs.h GEN libvirt_access.syms GEN libvirt_access_qemu.syms GEN libvirt_access_lxc.syms GEN libvirt_qemu.def GEN libvirt_lxc.def GEN libvirt_admin.syms GEN libvirtd.qemu.logrotate GEN libvirtd.lxc.logrotate GEN libvirtd.libxl.logrotate GEN libvirtd.uml.logrotate GEN libvirtd.logrotate GEN logging/log_protocol.c GEN locking/lock_protocol.c GEN admin/admin_protocol.c GEN rpc/virnetprotocol.c GEN rpc/virkeepaliveprotocol.c GEN lxc/lxc_monitor_protocol.c GEN remote/remote_protocol.c GEN remote/lxc_protocol.c GEN remote/qemu_protocol.c GEN libvirt.syms GEN libvirt_admin.def GEN libvirt.def /usr/bin/gmake all-am gmake[3]: Entering directory '<https://ci.centos.org/job/libvirt-master-build-mingw32/systems=libvirt-fedo…'> CC libvirt_driver_la-driver.lo CC libvirt_driver_la-datatypes.lo CC libvirt_driver_la-libvirt.lo CC libvirt_driver_la-libvirt-domain.lo CC libvirt_driver_la-libvirt-domain-snapshot.lo CC libvirt_driver_la-libvirt-host.lo CC libvirt_driver_la-libvirt-interface.lo CC libvirt_driver_la-libvirt-network.lo CC libvirt_driver_la-libvirt-nodedev.lo CC libvirt_driver_la-libvirt-nwfilter.lo CC libvirt_driver_la-libvirt-secret.lo CC libvirt_driver_la-libvirt-storage.lo CC libvirt_driver_la-libvirt-stream.lo CC libvirt_qemu_la-libvirt-qemu.lo CC libvirt_lxc_la-libvirt-lxc.lo CC libvirt_admin_la-libvirt-admin.lo CC libvirt_admin_la-datatypes.lo CC admin/libvirt_driver_admin_la-admin_protocol.lo CC admin/libvirt_driver_admin_la-admin_server.lo CC admin/libvirt_driver_admin_la-admin_server_dispatch.lo GEN util/virkeycode-linux.pod GEN util/virkeycode-osx.pod GEN util/virkeycode-atset1.pod GEN util/virkeycode-atset2.pod GEN util/virkeycode-atset3.pod GEN util/virkeycode-xtkbd.pod GEN util/virkeycode-usb.pod GEN util/virkeycode-win32.pod GEN util/virkeycode-qnum.pod GEN util/virkeyname-linux.pod GEN util/virkeyname-osx.pod GEN util/virkeyname-win32.pod CC util/libvirt_util_la-viralloc.lo CC util/libvirt_util_la-virarch.lo CC util/libvirt_util_la-virarptable.lo CC util/libvirt_util_la-viratomic.lo CC util/libvirt_util_la-viraudit.lo CC util/libvirt_util_la-virauth.lo CC util/libvirt_util_la-virauthconfig.lo CC util/libvirt_util_la-virbitmap.lo CC util/libvirt_util_la-virbuffer.lo CC util/libvirt_util_la-virperf.lo CC util/libvirt_util_la-vircgroup.lo CC util/libvirt_util_la-virclosecallbacks.lo CC util/libvirt_util_la-vircommand.lo CC util/libvirt_util_la-virconf.lo CC util/libvirt_util_la-vircrypto.lo CC util/libvirt_util_la-virdbus.lo CC util/libvirt_util_la-virdevmapper.lo CC util/libvirt_util_la-virdnsmasq.lo CC util/libvirt_util_la-virebtables.lo CC util/libvirt_util_la-virerror.lo CC util/libvirt_util_la-virevent.lo CC util/libvirt_util_la-vireventpoll.lo CC util/libvirt_util_la-virfcp.lo CC util/libvirt_util_la-virfdstream.lo CC util/libvirt_util_la-virfile.lo CC util/libvirt_util_la-virfirewall.lo CC util/libvirt_util_la-virfirmware.lo CC util/libvirt_util_la-virgettext.lo CC util/libvirt_util_la-virgic.lo ../../src/util/virfile.c: In function 'virFileChownFiles': ../../src/util/virfile.c:3008:18: error: 'struct dirent' has no member named 'd_type'; did you mean 'd_name'? if (ent->d_type != DT_REG) ^~~~~~ d_name ../../src/util/virfile.c:3008:28: error: 'DT_REG' undeclared (first use in this function); did you mean 'VT_R8'? if (ent->d_type != DT_REG) ^~~~~~ VT_R8 ../../src/util/virfile.c:3008:28: note: each undeclared identifier is reported only once for each function it appears in gmake[3]: *** [Makefile:11476: util/libvirt_util_la-virfile.lo] Error 1 gmake[3]: *** Waiting for unfinished jobs.... rm util/virkeycode-xtkbd.pod util/virkeycode-atset3.pod util/virkeycode-usb.pod util/virkeycode-qnum.pod util/virkeycode-win32.pod util/virkeyname-linux.pod util/virkeycode-osx.pod util/virkeycode-linux.pod util/virkeyname-osx.pod util/virkeycode-atset1.pod util/virkeyname-win32.pod util/virkeycode-atset2.pod gmake[3]: Leaving directory '<https://ci.centos.org/job/libvirt-master-build-mingw32/systems=libvirt-fedo…'> gmake[2]: *** [Makefile:6876: all] Error 2 gmake[2]: Leaving directory '<https://ci.centos.org/job/libvirt-master-build-mingw32/systems=libvirt-fedo…'> gmake[1]: *** [Makefile:2104: all-recursive] Error 1 gmake[1]: Leaving directory '<https://ci.centos.org/job/libvirt-master-build-mingw32/systems=libvirt-fedo…'> gmake: *** [Makefile:1997: all] Error 2 Build step 'Execute shell' marked build as failure
1 2
0 0
[Libvirt-ci] Errored: libvirt/libvirt#1325 (master - 6d21d9b)
by Travis CI 06 Jun '18

06 Jun '18
Build Update for libvirt/libvirt ------------------------------------- Build: #1325 Status: Errored Duration: 17 mins and 22 secs Commit: 6d21d9b (master) Author: Stefan Berger Message: util: Implement and use virFileIsRegular() rather than d_type The dirent's d_type field is not portable to all platforms. So we have to use stat() to determine the type of file for the functions that need to be cross-platform. Fix virFileChownFiles() by calling the new virFileIsRegular() function. Signed-off-by: Stefan Berger <stefanb(a)linux.vnet.ibm.com> Reviewed-by: Daniel P. Berrangé <berrange(a)redhat.com> View the changeset: https://github.com/libvirt/libvirt/compare/fab2e49d3c29...6d21d9bccb05 View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/388873652?utm_source=email&utm… -- You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications This email was sent to libvirt-ci(a)redhat.com (mailto:libvirt-ci@redhat.com) unsubscribe from this list (http://clicks.travis-ci.com/track/unsub.php?u=14313403&id=eb407bd799764d4ba…)
1 0
0 0
[Libvirt-ci] Errored: libvirt/libvirt#1324 (master - fab2e49)
by Travis CI 06 Jun '18

06 Jun '18
Build Update for libvirt/libvirt ------------------------------------- Build: #1324 Status: Errored Duration: 18 mins and 43 secs Commit: fab2e49 (master) Author: Katerina Koukiou Message: storage: fix crash in luks encrypted volume creation Fix the case when creating a luks encrypted volume via an xml file without 'secret' element. libvirtd was receiving SIGSEGV, now proper error is reported for the missing element. Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1468422 Signed-off-by: Katerina Koukiou <kkoukiou(a)redhat.com> View the changeset: https://github.com/libvirt/libvirt/compare/f982c92c8fe2...fab2e49d3c29 View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/388850299?utm_source=email&utm… -- You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications This email was sent to libvirt-ci(a)redhat.com (mailto:libvirt-ci@redhat.com) unsubscribe from this list (http://clicks.travis-ci.com/track/unsub.php?u=14313403&id=2f43cae7db8f43adb…)
1 0
0 0
[Libvirt-ci] Build failed in Jenkins: libvirt-go-master-check » libvirt-fedora-rawhide #1089
by ci@centos.org 06 Jun '18

06 Jun '18
See <https://ci.centos.org/job/libvirt-go-master-check/systems=libvirt-fedora-ra…> ------------------------------------------ Started by upstream project "libvirt-go-master-check" build number 1089 originally caused by: Started by upstream project "libvirt-go-master-build" build number 1100 originally caused by: Started by upstream project "libvirt-master-build" build number 1495 originally caused by: Started by an SCM change Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on libvirt-fedora-rawhide (libvirt) in workspace <https://ci.centos.org/job/libvirt-go-master-check/systems=libvirt-fedora-ra…> [libvirt-go-master] $ /bin/sh -xe /tmp/jenkins2941200025840812714.sh + export 'TEST_ARGS=-tags api' + TEST_ARGS='-tags api' + go test -tags api Missing function 'virGetLastErrorCode' Missing function 'virGetLastErrorDomain' --- FAIL: TestAPICoverage (0.81s) panic: Missing symbols found [recovered] panic: Missing symbols found goroutine 5 [running]: testing.tRunner.func1(0xc4200b80f0) /usr/lib/golang/src/testing/testing.go:742 +0x29d panic(0x5ad880, 0x611bf0) /usr/lib/golang/src/runtime/panic.go:502 +0x229 _<https://ci.centos.org/job/libvirt-go-master-check/systems=libvirt-fedora-ra…> <https://ci.centos.org/job/libvirt-go-master-check/systems=libvirt-fedora-ra…>:504 +0x548 testing.tRunner(0xc4200b80f0, 0x5fccc8) /usr/lib/golang/src/testing/testing.go:777 +0xd0 created by testing.(*T).Run /usr/lib/golang/src/testing/testing.go:824 +0x2e0 exit status 2 FAIL _<https://ci.centos.org/job/libvirt-go-master-check/systems=libvirt-fedora-ra…> 1.021s Build step 'Execute shell' marked build as failure
1 4
0 0
[Libvirt-ci] Build failed in Jenkins: libvirt-go-master-check » libvirt-fedora-28 #1089
by ci@centos.org 06 Jun '18

06 Jun '18
See <https://ci.centos.org/job/libvirt-go-master-check/systems=libvirt-fedora-28…> ------------------------------------------ Started by upstream project "libvirt-go-master-check" build number 1089 originally caused by: Started by upstream project "libvirt-go-master-build" build number 1100 originally caused by: Started by upstream project "libvirt-master-build" build number 1495 originally caused by: Started by an SCM change Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on libvirt-fedora-28 (libvirt) in workspace <https://ci.centos.org/job/libvirt-go-master-check/systems=libvirt-fedora-28…> [libvirt-go-master] $ /bin/sh -xe /tmp/jenkins7176399797876840449.sh + export 'TEST_ARGS=-tags api' + TEST_ARGS='-tags api' + go test -tags api Missing function 'virGetLastErrorCode' Missing function 'virGetLastErrorDomain' --- FAIL: TestAPICoverage (0.54s) panic: Missing symbols found [recovered] panic: Missing symbols found goroutine 5 [running]: testing.tRunner.func1(0xc4200aa0f0) /usr/lib/golang/src/testing/testing.go:742 +0x29d panic(0x5ad840, 0x611bb0) /usr/lib/golang/src/runtime/panic.go:502 +0x229 _<https://ci.centos.org/job/libvirt-go-master-check/systems=libvirt-fedora-28…> <https://ci.centos.org/job/libvirt-go-master-check/systems=libvirt-fedora-28…>:504 +0x548 testing.tRunner(0xc4200aa0f0, 0x5fcc88) /usr/lib/golang/src/testing/testing.go:777 +0xd0 created by testing.(*T).Run /usr/lib/golang/src/testing/testing.go:824 +0x2e0 exit status 2 FAIL _<https://ci.centos.org/job/libvirt-go-master-check/systems=libvirt-fedora-28…> 0.673s Build step 'Execute shell' marked build as failure
1 4
0 0
[Libvirt-ci] Build failed in Jenkins: libvirt-go-master-check » libvirt-freebsd-10 #1089
by ci@centos.org 06 Jun '18

06 Jun '18
See <https://ci.centos.org/job/libvirt-go-master-check/systems=libvirt-freebsd-1…> ------------------------------------------ Started by upstream project "libvirt-go-master-check" build number 1089 originally caused by: Started by upstream project "libvirt-go-master-build" build number 1100 originally caused by: Started by upstream project "libvirt-master-build" build number 1495 originally caused by: Started by an SCM change Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on libvirt-freebsd-10 (libvirt) in workspace <https://ci.centos.org/job/libvirt-go-master-check/systems=libvirt-freebsd-1…> [libvirt-go-master] $ /bin/sh -xe /tmp/jenkins2871788604590953934.sh + export 'TEST_ARGS=-tags api' + go test -tags api Missing function 'virGetLastErrorCode' Missing function 'virGetLastErrorDomain' --- FAIL: TestAPICoverage (1.07s) panic: Missing symbols found [recovered] panic: Missing symbols found goroutine 19 [running]: testing.tRunner.func1(0xc4200cc0f0) /usr/local/go/src/testing/testing.go:742 +0x29d panic(0x5ae800, 0x611a70) /usr/local/go/src/runtime/panic.go:502 +0x229 _/usr<https://ci.centos.org/job/libvirt-go-master-check/systems=libvirt-freebsd-1…> /usr<https://ci.centos.org/job/libvirt-go-master-check/systems=libvirt-freebsd-1…>:504 +0x548 testing.tRunner(0xc4200cc0f0, 0x5fccb8) /usr/local/go/src/testing/testing.go:777 +0xd0 created by testing.(*T).Run /usr/local/go/src/testing/testing.go:824 +0x2e0 exit status 2 FAIL _/usr<https://ci.centos.org/job/libvirt-go-master-check/systems=libvirt-freebsd-1…> 1.243s Build step 'Execute shell' marked build as failure
1 4
0 0
[Libvirt-ci] Build failed in Jenkins: libvirt-go-master-check » libvirt-fedora-27 #1089
by ci@centos.org 06 Jun '18

06 Jun '18
See <https://ci.centos.org/job/libvirt-go-master-check/systems=libvirt-fedora-27…> ------------------------------------------ Started by upstream project "libvirt-go-master-check" build number 1089 originally caused by: Started by upstream project "libvirt-go-master-build" build number 1100 originally caused by: Started by upstream project "libvirt-master-build" build number 1495 originally caused by: Started by an SCM change Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on libvirt-fedora-27 (libvirt) in workspace <https://ci.centos.org/job/libvirt-go-master-check/systems=libvirt-fedora-27…> [libvirt-go-master] $ /bin/sh -xe /tmp/jenkins3395171402284543228.sh + export 'TEST_ARGS=-tags api' + TEST_ARGS='-tags api' + go test -tags api Missing function 'virGetLastErrorCode' Missing function 'virGetLastErrorDomain' --- FAIL: TestAPICoverage (0.82s) panic: Missing symbols found [recovered] panic: Missing symbols found goroutine 5 [running]: testing.tRunner.func1(0xc4200980f0) /usr/lib/golang/src/testing/testing.go:711 +0x2d2 panic(0x5b60a0, 0x61a640) /usr/lib/golang/src/runtime/panic.go:491 +0x283 _<https://ci.centos.org/job/libvirt-go-master-check/systems=libvirt-fedora-27…> <https://ci.centos.org/job/libvirt-go-master-check/systems=libvirt-fedora-27…>:504 +0x5b1 testing.tRunner(0xc4200980f0, 0x604e78) /usr/lib/golang/src/testing/testing.go:746 +0xd0 created by testing.(*T).Run /usr/lib/golang/src/testing/testing.go:789 +0x2de exit status 2 FAIL _<https://ci.centos.org/job/libvirt-go-master-check/systems=libvirt-fedora-27…> 1.135s Build step 'Execute shell' marked build as failure
1 4
0 0
[Libvirt-ci] Build failed in Jenkins: libvirt-go-master-check » libvirt-freebsd-11 #1089
by ci@centos.org 06 Jun '18

06 Jun '18
See <https://ci.centos.org/job/libvirt-go-master-check/systems=libvirt-freebsd-1…> ------------------------------------------ Started by upstream project "libvirt-go-master-check" build number 1089 originally caused by: Started by upstream project "libvirt-go-master-build" build number 1100 originally caused by: Started by upstream project "libvirt-master-build" build number 1495 originally caused by: Started by an SCM change Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on libvirt-freebsd-11 (libvirt) in workspace <https://ci.centos.org/job/libvirt-go-master-check/systems=libvirt-freebsd-1…> [libvirt-go-master] $ /bin/sh -xe /tmp/jenkins242616828398761924.sh + export 'TEST_ARGS=-tags api' + go test -tags api Missing function 'virGetLastErrorCode' Missing function 'virGetLastErrorDomain' --- FAIL: TestAPICoverage (0.74s) panic: Missing symbols found [recovered] panic: Missing symbols found goroutine 5 [running]: testing.tRunner.func1(0xc4200b60f0) /usr/local/go/src/testing/testing.go:742 +0x29d panic(0x5adb00, 0x610d70) /usr/local/go/src/runtime/panic.go:502 +0x229 _/usr<https://ci.centos.org/job/libvirt-go-master-check/systems=libvirt-freebsd-1…> /usr<https://ci.centos.org/job/libvirt-go-master-check/systems=libvirt-freebsd-1…>:504 +0x548 testing.tRunner(0xc4200b60f0, 0x5fbfb8) /usr/local/go/src/testing/testing.go:777 +0xd0 created by testing.(*T).Run /usr/local/go/src/testing/testing.go:824 +0x2e0 exit status 2 FAIL _/usr<https://ci.centos.org/job/libvirt-go-master-check/systems=libvirt-freebsd-1…> 0.923s Build step 'Execute shell' marked build as failure
1 4
0 0
  • ← Newer
  • 1
  • ...
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • ...
  • 25
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.