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 2018

  • 2 participants
  • 155 discussions
[Libvirt-ci] Errored: libvirt/libvirt#1236 (master - 2c4affd)
by Travis CI 14 May '18

14 May '18
Build Update for libvirt/libvirt ------------------------------------- Build: #1236 Status: Errored Duration: 18 mins and 33 secs Commit: 2c4affd (master) Author: Michal Privoznik Message: qemu: Implement memoryBacking/discard https://bugzilla.redhat.com/show_bug.cgi?id=1480668 QEMU has this new feature memory-backend-file.discard-data=yes which is a nifty optimization. Basically, when qemu is quitting or on memory hotplug it calls munmap() and close() on the file that is backing the memory. However, this does not mean kernel won't stop touching that part of memory. It still might. With this feature enabled we tell kernel: "we don't need this memory nor data stored in it". This makes kernel drop the memory immediately without trying to sync memory with the mapped file. Unfortunately, this cannot be turned on by default because we can't be sure when users really don't care about what happens to data after qemu dies. So it has to be opt-in. As usual, there are three places where one can configure memory attributes. This patch adds the feature to all of them. Signed-off-by: Michal Privoznik <mprivozn(a)redhat.com> Reviewed-by: Ján Tomko <jtomko(a)redhat.com> View the changeset: https://github.com/libvirt/libvirt/compare/920a7d333651...2c4affd57e17 View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/378603025?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=f1ee8bda46314448a…)
1 0
0 0
[Libvirt-ci] Build failed in Jenkins: libvirt-dbus-master-build » libvirt-freebsd-11 #109
by ci@centos.org 14 May '18

14 May '18
See <https://ci.centos.org/job/libvirt-dbus-master-build/systems=libvirt-freebsd…> Changes: [phrdina] domain: Implement MigrateToURI3 method [phrdina] domain: Implement GetEmulatorPinInfo method [phrdina] domain: Implement GetSecurityLabelList method [phrdina] domain: Implement GetVcpuPinInfo method [phrdina] connect: Implement SaveImageGetXMLDesc method ------------------------------------------ [...truncated 2.54 KB...] checking for a thread-safe mkdir -p... ../build-aux/install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... nawk checking whether /usr/local/bin/gmake sets $(MAKE)... yes checking whether /usr/local/bin/gmake supports nested variables... yes checking build system type... amd64-unknown-freebsd11.1 checking host system type... amd64-unknown-freebsd11.1 checking for style of include used by /usr/local/bin/gmake... GNU checking for gcc... no checking for cc... cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking whether cc understands -c and -o together... yes checking dependency style of cc... gcc3 checking how to run the C preprocessor... cc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking whether /usr/local/bin/gmake supports nested variables... (cached) yes expr: syntax error checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... (cached) none needed checking whether cc understands -c and -o together... (cached) yes checking dependency style of cc... (cached) gcc3 checking for cc option to accept ISO C99... none needed checking for cc option to accept ISO Standard C... (cached) none needed checking for pkg-config... /usr/local/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for GIO2... yes checking for GLIB2... yes checking for LIBVIRT... yes checking for LIBVIRT_GLIB... yes checking whether C compiler handles -Werror -Wunknown-warning-option... yes checking whether the C compiler's -Wformat allows NULL strings... yes checking whether gcc gives bogus warnings for -Wlogical-op... yes checking whether clang gives bogus warnings for -Wdouble-promotion... no checking whether -Wno-missing-field-initializers is supported... yes checking whether -Wno-missing-field-initializers is needed... yes checking whether -Wuninitialized is supported... yes checking whether C compiler handles -Wframe-larger-than=4096... yes checking whether C compiler handles -Wframe-larger-than=25600... yes checking whether C compiler handles -fno-common... yes checking whether C compiler handles -W... yes checking whether C compiler handles -Waddress... yes checking whether C compiler handles -Waggressive-loop-optimizations... no checking whether C compiler handles -Wall... yes checking whether C compiler handles -Wattributes... yes checking whether C compiler handles -Wbad-function-cast... yes checking whether C compiler handles -Wbool-compare... no checking whether C compiler handles -Wbuiltin-macro-redefined... yes checking whether C compiler handles -Wcast-align... yes checking whether C compiler handles -Wchar-subscripts... yes checking whether C compiler handles -Wchkp... no checking whether C compiler handles -Wclobbered... no checking whether C compiler handles -Wcomment... yes checking whether C compiler handles -Wcomments... yes checking whether C compiler handles -Wcoverage-mismatch... no checking whether C compiler handles -Wcpp... no checking whether C compiler handles -Wdate-time... yes checking whether C compiler handles -Wdeprecated-declarations... yes checking whether C compiler handles -Wdesignated-init... no checking whether C compiler handles -Wdiscarded-array-qualifiers... no checking whether C compiler handles -Wdiscarded-qualifiers... no checking whether C compiler handles -Wdiv-by-zero... yes checking whether C compiler handles -Wdouble-promotion... yes checking whether C compiler handles -Wduplicated-cond... no checking whether C compiler handles -Wempty-body... yes checking whether C compiler handles -Wendif-labels... yes checking whether C compiler handles -Wextra... yes checking whether C compiler handles -Wformat-contains-nul... no checking whether C compiler handles -Wformat-extra-args... yes checking whether C compiler handles -Wformat-nonliteral... yes checking whether C compiler handles -Wformat-security... yes checking whether C compiler handles -Wformat-y2k... yes checking whether C compiler handles -Wformat-zero-length... yes checking whether C compiler handles -Wframe-address... no checking whether C compiler handles -Wfree-nonheap-object... no checking whether C compiler handles -Whsa... no checking whether C compiler handles -Wignored-attributes... yes checking whether C compiler handles -Wignored-qualifiers... yes checking whether C compiler handles -Wimplicit... yes checking whether C compiler handles -Wimplicit-function-declaration... yes checking whether C compiler handles -Wimplicit-int... yes checking whether C compiler handles -Wincompatible-pointer-types... yes checking whether C compiler handles -Winit-self... yes checking whether C compiler handles -Winline... yes checking whether C compiler handles -Wint-conversion... yes checking whether C compiler handles -Wint-to-pointer-cast... yes checking whether C compiler handles -Winvalid-memory-model... no checking whether C compiler handles -Winvalid-pch... yes checking whether C compiler handles -Wjump-misses-init... no checking whether C compiler handles -Wlogical-not-parentheses... yes checking whether C compiler handles -Wlogical-op... no checking whether C compiler handles -Wmain... yes checking whether C compiler handles -Wmaybe-uninitialized... no checking whether C compiler handles -Wmemset-transposed-args... no checking whether C compiler handles -Wmisleading-indentation... no checking whether C compiler handles -Wmissing-braces... yes checking whether C compiler handles -Wmissing-declarations... yes checking whether C compiler handles -Wmissing-field-initializers... yes checking whether C compiler handles -Wmissing-include-dirs... yes checking whether C compiler handles -Wmissing-parameter-type... no checking whether C compiler handles -Wmissing-prototypes... yes checking whether C compiler handles -Wmultichar... yes checking whether C compiler handles -Wnarrowing... yes checking whether C compiler handles -Wnested-externs... yes checking whether C compiler handles -Wnonnull... yes checking whether C compiler handles -Wnonnull-compare... no checking whether C compiler handles -Wnull-dereference... yes checking whether C compiler handles -Wodr... yes checking whether C compiler handles -Wold-style-declaration... no checking whether C compiler handles -Wold-style-definition... yes checking whether C compiler handles -Wopenmp-simd... no checking whether C compiler handles -Woverflow... yes checking whether C compiler handles -Woverlength-strings... yes checking whether C compiler handles -Woverride-init... no checking whether C compiler handles -Wpacked... yes checking whether C compiler handles -Wpacked-bitfield-compat... no checking whether C compiler handles -Wparentheses... yes checking whether C compiler handles -Wpointer-arith... yes checking whether C compiler handles -Wpointer-sign... yes checking whether C compiler handles -Wpointer-to-int-cast... yes checking whether C compiler handles -Wpragmas... yes checking whether C compiler handles -Wreturn-local-addr... no checking whether C compiler handles -Wreturn-type... yes checking whether C compiler handles -Wscalar-storage-order... no checking whether C compiler handles -Wsequence-point... yes checking whether C compiler handles -Wshadow... yes checking whether C compiler handles -Wshift-count-negative... yes checking whether C compiler handles -Wshift-count-overflow... yes checking whether C compiler handles -Wshift-negative-value... yes checking whether C compiler handles -Wsizeof-array-argument... yes checking whether C compiler handles -Wsizeof-pointer-memaccess... yes checking whether C compiler handles -Wstack-protector... yes checking whether C compiler handles -Wstrict-aliasing... yes checking whether C compiler handles -Wstrict-prototypes... yes checking whether C compiler handles -Wsuggest-attribute=const... no checking whether C compiler handles -Wsuggest-attribute=format... no checking whether C compiler handles -Wsuggest-attribute=noreturn... no checking whether C compiler handles -Wsuggest-attribute=pure... no checking whether C compiler handles -Wsuggest-final-methods... no checking whether C compiler handles -Wsuggest-final-types... no checking whether C compiler handles -Wswitch... yes checking whether C compiler handles -Wswitch-bool... yes checking whether C compiler handles -Wsync-nand... no checking whether C compiler handles -Wtautological-compare... yes checking whether C compiler handles -Wtrampolines... no checking whether C compiler handles -Wtrigraphs... yes checking whether C compiler handles -Wtype-limits... yes checking whether C compiler handles -Wuninitialized... yes checking whether C compiler handles -Wunknown-pragmas... yes checking whether C compiler handles -Wunused... yes checking whether C compiler handles -Wunused-but-set-parameter... no checking whether C compiler handles -Wunused-but-set-variable... no checking whether C compiler handles -Wunused-function... yes checking whether C compiler handles -Wunused-label... yes checking whether C compiler handles -Wunused-local-typedefs... yes checking whether C compiler handles -Wunused-macros... no checking whether C compiler handles -Wunused-parameter... yes checking whether C compiler handles -Wunused-result... yes checking whether C compiler handles -Wunused-value... yes checking whether C compiler handles -Wunused-variable... yes checking whether C compiler handles -Wvarargs... yes checking whether C compiler handles -Wvariadic-macros... yes checking whether C compiler handles -Wvector-operation-performance... no checking whether C compiler handles -Wvla... yes checking whether C compiler handles -Wvolatile-register-var... yes checking whether C compiler handles -Wwrite-strings... yes checking whether C compiler handles -Warray-bounds=2... no checking whether C compiler handles -Wnormalized=nfc... no checking whether C compiler handles -Wshift-overflow=2... no checking whether C compiler handles -Wunused-const-variable=2... no checking whether C compiler handles -Wno-missing-field-initializers... yes checking whether C compiler handles -Wjump-misses-init... (cached) no checking whether C compiler handles -Wno-format-truncation... no checking whether C compiler handles -fstack-protector... yes checking whether C compiler handles -Wno-unused-command-line-argument... yes checking whether C compiler handles -fexceptions... yes checking whether C compiler handles -fasynchronous-unwind-tables... yes checking whether C compiler handles -fipa-pure-const... no checking whether C compiler handles -Wno-cast-function-type... no checking whether C compiler handles -Werror... yes checking for how to force completely read-only GOT table... -Wl,-z -Wl,relro -Wl,-z -Wl,now checking whether C compiler handles -fPIE -DPIE -pie... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating run config.status: creating Makefile config.status: creating data/Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating libvirt-dbus.spec config.status: creating config.h config.status: executing depfiles commands Now type 'make' to compile libvirt-dbus. + /usr/local/bin/gmake -j3 /usr/local/bin/gmake all-recursive gmake[1]: Entering directory '/usr<https://ci.centos.org/job/libvirt-dbus-master-build/systems=libvirt-freebsd…'> Making all in data gmake[2]: Entering directory '/usr<https://ci.centos.org/job/libvirt-dbus-master-build/systems=libvirt-freebsd…'> GEN system/libvirt-dbus.rules GEN session/org.libvirt.service GEN system/org.libvirt.conf GEN system/org.libvirt.service gmake[2]: Leaving directory '/usr<https://ci.centos.org/job/libvirt-dbus-master-build/systems=libvirt-freebsd…'> Making all in src gmake[2]: Entering directory '/usr<https://ci.centos.org/job/libvirt-dbus-master-build/systems=libvirt-freebsd…'> CC libvirt_dbus-main.o CC libvirt_dbus-connect.o CC libvirt_dbus-util.o CC libvirt_dbus-domain.o CC libvirt_dbus-events.o CC libvirt_dbus-gdbus.o CC libvirt_dbus-network.o CC libvirt_dbus-secret.o CC libvirt_dbus-storagepool.o ../../src/connect.c:532:26: error: unused variable 'domain' [-Werror,-Wunused-variable] g_autoptr(virDomain) domain = NULL; ^ 1 error generated. gmake[2]: *** [Makefile:479: libvirt_dbus-connect.o] Error 1 gmake[2]: *** Waiting for unfinished jobs.... gmake[2]: Leaving directory '/usr<https://ci.centos.org/job/libvirt-dbus-master-build/systems=libvirt-freebsd…'> gmake[1]: *** [Makefile:417: all-recursive] Error 1 gmake[1]: Leaving directory '/usr<https://ci.centos.org/job/libvirt-dbus-master-build/systems=libvirt-freebsd…'> gmake: *** [Makefile:354: all] Error 2 Build step 'Execute shell' marked build as failure
1 7
0 0
[Libvirt-ci] Build failed in Jenkins: libvirt-dbus-master-build » libvirt-freebsd-10 #109
by ci@centos.org 14 May '18

14 May '18
See <https://ci.centos.org/job/libvirt-dbus-master-build/systems=libvirt-freebsd…> Changes: [phrdina] domain: Implement MigrateToURI3 method [phrdina] domain: Implement GetEmulatorPinInfo method [phrdina] domain: Implement GetSecurityLabelList method [phrdina] domain: Implement GetVcpuPinInfo method [phrdina] connect: Implement SaveImageGetXMLDesc method ------------------------------------------ [...truncated 2.48 KB...] checking whether build environment is sane... yes checking for a thread-safe mkdir -p... ../build-aux/install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... nawk checking whether /usr/local/bin/gmake sets $(MAKE)... yes checking whether /usr/local/bin/gmake supports nested variables... yes checking build system type... amd64-unknown-freebsd10.4 checking host system type... amd64-unknown-freebsd10.4 checking for style of include used by /usr/local/bin/gmake... GNU checking for gcc... no checking for cc... cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking whether cc understands -c and -o together... yes checking dependency style of cc... gcc3 checking how to run the C preprocessor... cc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking whether /usr/local/bin/gmake supports nested variables... (cached) yes expr: syntax error checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... (cached) none needed checking whether cc understands -c and -o together... (cached) yes checking dependency style of cc... (cached) gcc3 checking for cc option to accept ISO C99... none needed checking for cc option to accept ISO Standard C... (cached) none needed checking for pkg-config... /usr/local/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for GIO2... yes checking for GLIB2... yes checking for LIBVIRT... yes checking for LIBVIRT_GLIB... yes checking whether C compiler handles -Werror -Wunknown-warning-option... yes checking whether the C compiler's -Wformat allows NULL strings... yes checking whether gcc gives bogus warnings for -Wlogical-op... yes checking whether clang gives bogus warnings for -Wdouble-promotion... yes checking whether -Wno-missing-field-initializers is supported... yes checking whether -Wno-missing-field-initializers is needed... yes checking whether -Wuninitialized is supported... yes checking whether C compiler handles -Wframe-larger-than=4096... yes checking whether C compiler handles -Wframe-larger-than=25600... yes checking whether C compiler handles -fno-common... yes checking whether C compiler handles -W... yes checking whether C compiler handles -Waddress... yes checking whether C compiler handles -Waggressive-loop-optimizations... no checking whether C compiler handles -Wall... yes checking whether C compiler handles -Wattributes... yes checking whether C compiler handles -Wbad-function-cast... yes checking whether C compiler handles -Wbool-compare... no checking whether C compiler handles -Wbuiltin-macro-redefined... yes checking whether C compiler handles -Wcast-align... yes checking whether C compiler handles -Wchar-subscripts... yes checking whether C compiler handles -Wchkp... no checking whether C compiler handles -Wclobbered... no checking whether C compiler handles -Wcomment... yes checking whether C compiler handles -Wcomments... yes checking whether C compiler handles -Wcoverage-mismatch... no checking whether C compiler handles -Wcpp... no checking whether C compiler handles -Wdate-time... no checking whether C compiler handles -Wdeprecated-declarations... yes checking whether C compiler handles -Wdesignated-init... no checking whether C compiler handles -Wdiscarded-array-qualifiers... no checking whether C compiler handles -Wdiscarded-qualifiers... no checking whether C compiler handles -Wdiv-by-zero... yes checking whether C compiler handles -Wduplicated-cond... no checking whether C compiler handles -Wempty-body... yes checking whether C compiler handles -Wendif-labels... yes checking whether C compiler handles -Wextra... yes checking whether C compiler handles -Wformat-contains-nul... no checking whether C compiler handles -Wformat-extra-args... yes checking whether C compiler handles -Wformat-nonliteral... yes checking whether C compiler handles -Wformat-security... yes checking whether C compiler handles -Wformat-y2k... yes checking whether C compiler handles -Wformat-zero-length... yes checking whether C compiler handles -Wframe-address... no checking whether C compiler handles -Wfree-nonheap-object... no checking whether C compiler handles -Whsa... no checking whether C compiler handles -Wignored-attributes... yes checking whether C compiler handles -Wignored-qualifiers... yes checking whether C compiler handles -Wimplicit... yes checking whether C compiler handles -Wimplicit-function-declaration... yes checking whether C compiler handles -Wimplicit-int... yes checking whether C compiler handles -Wincompatible-pointer-types... yes checking whether C compiler handles -Winit-self... yes checking whether C compiler handles -Winline... yes checking whether C compiler handles -Wint-conversion... yes checking whether C compiler handles -Wint-to-pointer-cast... yes checking whether C compiler handles -Winvalid-memory-model... no checking whether C compiler handles -Winvalid-pch... yes checking whether C compiler handles -Wjump-misses-init... no checking whether C compiler handles -Wlogical-not-parentheses... yes checking whether C compiler handles -Wlogical-op... no checking whether C compiler handles -Wmain... yes checking whether C compiler handles -Wmaybe-uninitialized... no checking whether C compiler handles -Wmemset-transposed-args... no checking whether C compiler handles -Wmisleading-indentation... no checking whether C compiler handles -Wmissing-braces... yes checking whether C compiler handles -Wmissing-declarations... yes checking whether C compiler handles -Wmissing-field-initializers... yes checking whether C compiler handles -Wmissing-include-dirs... yes checking whether C compiler handles -Wmissing-parameter-type... no checking whether C compiler handles -Wmissing-prototypes... yes checking whether C compiler handles -Wmultichar... yes checking whether C compiler handles -Wnarrowing... yes checking whether C compiler handles -Wnested-externs... yes checking whether C compiler handles -Wnonnull... yes checking whether C compiler handles -Wnonnull-compare... no checking whether C compiler handles -Wnull-dereference... yes checking whether C compiler handles -Wodr... yes checking whether C compiler handles -Wold-style-declaration... no checking whether C compiler handles -Wold-style-definition... yes checking whether C compiler handles -Wopenmp-simd... no checking whether C compiler handles -Woverflow... yes checking whether C compiler handles -Woverlength-strings... yes checking whether C compiler handles -Woverride-init... no checking whether C compiler handles -Wpacked... yes checking whether C compiler handles -Wpacked-bitfield-compat... no checking whether C compiler handles -Wparentheses... yes checking whether C compiler handles -Wpointer-arith... yes checking whether C compiler handles -Wpointer-sign... yes checking whether C compiler handles -Wpointer-to-int-cast... yes checking whether C compiler handles -Wpragmas... no checking whether C compiler handles -Wreturn-local-addr... no checking whether C compiler handles -Wreturn-type... yes checking whether C compiler handles -Wscalar-storage-order... no checking whether C compiler handles -Wsequence-point... yes checking whether C compiler handles -Wshadow... yes checking whether C compiler handles -Wshift-count-negative... yes checking whether C compiler handles -Wshift-count-overflow... yes checking whether C compiler handles -Wshift-negative-value... no checking whether C compiler handles -Wsizeof-array-argument... yes checking whether C compiler handles -Wsizeof-pointer-memaccess... yes checking whether C compiler handles -Wstack-protector... yes checking whether C compiler handles -Wstrict-aliasing... yes checking whether C compiler handles -Wstrict-prototypes... yes checking whether C compiler handles -Wsuggest-attribute=const... no checking whether C compiler handles -Wsuggest-attribute=format... no checking whether C compiler handles -Wsuggest-attribute=noreturn... no checking whether C compiler handles -Wsuggest-attribute=pure... no checking whether C compiler handles -Wsuggest-final-methods... no checking whether C compiler handles -Wsuggest-final-types... no checking whether C compiler handles -Wswitch... yes checking whether C compiler handles -Wswitch-bool... no checking whether C compiler handles -Wsync-nand... no checking whether C compiler handles -Wtautological-compare... yes checking whether C compiler handles -Wtrampolines... no checking whether C compiler handles -Wtrigraphs... yes checking whether C compiler handles -Wtype-limits... yes checking whether C compiler handles -Wuninitialized... yes checking whether C compiler handles -Wunknown-pragmas... yes checking whether C compiler handles -Wunused... yes checking whether C compiler handles -Wunused-but-set-parameter... no checking whether C compiler handles -Wunused-but-set-variable... no checking whether C compiler handles -Wunused-function... yes checking whether C compiler handles -Wunused-label... yes checking whether C compiler handles -Wunused-local-typedefs... no checking whether C compiler handles -Wunused-macros... no checking whether C compiler handles -Wunused-parameter... yes checking whether C compiler handles -Wunused-result... yes checking whether C compiler handles -Wunused-value... yes checking whether C compiler handles -Wunused-variable... yes checking whether C compiler handles -Wvarargs... yes checking whether C compiler handles -Wvariadic-macros... yes checking whether C compiler handles -Wvector-operation-performance... no checking whether C compiler handles -Wvla... yes checking whether C compiler handles -Wvolatile-register-var... yes checking whether C compiler handles -Wwrite-strings... yes checking whether C compiler handles -Warray-bounds=2... no checking whether C compiler handles -Wnormalized=nfc... no checking whether C compiler handles -Wshift-overflow=2... no checking whether C compiler handles -Wunused-const-variable=2... no checking whether C compiler handles -Wno-missing-field-initializers... yes checking whether C compiler handles -Wjump-misses-init... (cached) no checking whether C compiler handles -Wno-format-truncation... no checking whether C compiler handles -fstack-protector... yes checking whether C compiler handles -Wno-unused-command-line-argument... yes checking whether C compiler handles -fexceptions... yes checking whether C compiler handles -fasynchronous-unwind-tables... yes checking whether C compiler handles -fipa-pure-const... no checking whether C compiler handles -Wno-cast-function-type... no checking whether C compiler handles -Werror... yes checking for how to force completely read-only GOT table... -Wl,-z -Wl,relro -Wl,-z -Wl,now checking whether C compiler handles -fPIE -DPIE -pie... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating run config.status: creating Makefile config.status: creating data/Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating libvirt-dbus.spec config.status: creating config.h config.status: executing depfiles commands Now type 'make' to compile libvirt-dbus. + /usr/local/bin/gmake -j3 /usr/local/bin/gmake all-recursive gmake[1]: Entering directory '/usr<https://ci.centos.org/job/libvirt-dbus-master-build/systems=libvirt-freebsd…'> Making all in data gmake[2]: Entering directory '/usr<https://ci.centos.org/job/libvirt-dbus-master-build/systems=libvirt-freebsd…'> GEN system/libvirt-dbus.rules GEN session/org.libvirt.service GEN system/org.libvirt.conf GEN system/org.libvirt.service gmake[2]: Leaving directory '/usr<https://ci.centos.org/job/libvirt-dbus-master-build/systems=libvirt-freebsd…'> Making all in src gmake[2]: Entering directory '/usr<https://ci.centos.org/job/libvirt-dbus-master-build/systems=libvirt-freebsd…'> CC libvirt_dbus-connect.o CC libvirt_dbus-util.o CC libvirt_dbus-main.o CC libvirt_dbus-domain.o CC libvirt_dbus-events.o CC libvirt_dbus-gdbus.o CC libvirt_dbus-network.o CC libvirt_dbus-secret.o CC libvirt_dbus-storagepool.o ../../src/connect.c:532:26: error: unused variable 'domain' [-Werror,-Wunused-variable] g_autoptr(virDomain) domain = NULL; ^ 1 error generated. gmake[2]: *** [Makefile:479: libvirt_dbus-connect.o] Error 1 gmake[2]: *** Waiting for unfinished jobs.... gmake[2]: Leaving directory '/usr<https://ci.centos.org/job/libvirt-dbus-master-build/systems=libvirt-freebsd…'> gmake[1]: *** [Makefile:417: all-recursive] Error 1 gmake[1]: Leaving directory '/usr<https://ci.centos.org/job/libvirt-dbus-master-build/systems=libvirt-freebsd…'> gmake: *** [Makefile:354: all] Error 2 Build step 'Execute shell' marked build as failure
1 7
0 0
[Libvirt-ci] Errored: libvirt/libvirt#1235 (master - 920a7d3)
by Travis CI 14 May '18

14 May '18
Build Update for libvirt/libvirt ------------------------------------- Build: #1235 Status: Errored Duration: 20 mins and 17 secs Commit: 920a7d3 (master) Author: Clementine Hayat Message: bhyve: start using virDomainObjCheckActive Signed-off-by: Clementine Hayat <clem(a)lse.epita.fr> Reviewed-by: Ján Tomko <jtomko(a)redhat.com> Signed-off-by: Ján Tomko <jtomko(a)redhat.com> View the changeset: https://github.com/libvirt/libvirt/compare/e8c055841446...920a7d333651 View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/378589560?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=3648f383bd2b4b1bb…)
1 0
0 0
[Libvirt-ci] Errored: libvirt/libvirt#1234 (master - e8c0558)
by Travis CI 14 May '18

14 May '18
Build Update for libvirt/libvirt ------------------------------------- Build: #1234 Status: Errored Duration: 23 mins and 2 secs Commit: e8c0558 (master) Author: Ján Tomko Message: virutil.c: do not include stdarg.h Last functions using it were moved to virfile.c in commit <bfe7721>. Signed-off-by: Ján Tomko <jtomko(a)redhat.com> View the changeset: https://github.com/libvirt/libvirt/compare/51c030f8398c...e8c055841446 View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/378585631?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=9e7e8c08efa34c918…)
1 0
0 0
[Libvirt-ci] Build failed in Jenkins: libosinfo-master-check » libvirt-freebsd-11 #128
by ci@centos.org 12 May '18

12 May '18
See <https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-freebsd-11…> ------------------------------------------ Started by upstream project "libosinfo-master-check" build number 128 originally caused by: Started by upstream project "libosinfo-master-syntax-check" build number 132 originally caused by: Started by upstream project "libosinfo-master-build" build number 151 originally caused by: Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on libvirt-freebsd-11 (libvirt) in workspace <https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-freebsd-11…> [libosinfo-master] $ /bin/sh -xe /tmp/jenkins5452483164301123943.sh + cd build + /usr/local/bin/gmake -j3 check Making check in osinfo GEN public-submodule-commit gmake[1]: Entering directory '/usr<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-freebsd-11…'> /usr/local/bin/gmake check-am gmake[2]: Entering directory '/usr<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-freebsd-11…'> /usr/local/bin/gmake check-local gmake[3]: Entering directory '/usr<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-freebsd-11…'> GEN check-symsorting gmake[3]: Leaving directory '/usr<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-freebsd-11…'> gmake[2]: Leaving directory '/usr<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-freebsd-11…'> gmake[1]: Leaving directory '/usr<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-freebsd-11…'> Making check in tools gmake[1]: Entering directory '/usr<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-freebsd-11…'> gmake[1]: Nothing to be done for 'check'. gmake[1]: Leaving directory '/usr<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-freebsd-11…'> Making check in docs gmake[1]: Entering directory '/usr<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-freebsd-11…'> Making check in reference gmake[2]: Entering directory '/usr<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-freebsd-11…'> gmake[2]: Nothing to be done for 'check'. gmake[2]: Leaving directory '/usr<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-freebsd-11…'> gmake[2]: Entering directory '/usr<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-freebsd-11…'> gmake[2]: Nothing to be done for 'check-am'. gmake[2]: Leaving directory '/usr<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-freebsd-11…'> gmake[1]: Leaving directory '/usr<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-freebsd-11…'> Making check in po gmake[1]: Entering directory '/usr<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-freebsd-11…'> INTLTOOL_EXTRACT="/usr/local/bin/intltool-extract" XGETTEXT="/usr/local/bin/xgettext" srcdir=../../po /usr/local/bin/intltool-update --gettext-package libosinfo --pot rm -f missing notexist srcdir=../../po /usr/local/bin/intltool-update -m if [ -r missing -o -r notexist ]; then \ exit 1; \ fi gmake[1]: Leaving directory '/usr<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-freebsd-11…'> Making check in examples gmake[1]: Entering directory '/usr<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-freebsd-11…'> gmake[1]: Nothing to be done for 'check'. gmake[1]: Leaving directory '/usr<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-freebsd-11…'> Making check in tests gmake[1]: Entering directory '/usr<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-freebsd-11…'> /usr/local/bin/gmake test-entity test-device test-list test-devicelist test-filter test-product test-os test-oslist test-productfilter test-platform test-platformlist test-db test-loader test-isodetect test-install-script test-mediauris test-treeuris gmake[2]: Entering directory '/usr<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-freebsd-11…'> CC test_entity-test-entity.o CC test_device-test-device.o CC test_list-test-list.o CC test_devicelist-test-devicelist.o CC test_filter-test-filter.o CC test_product-test-product.o CC test_os-test-os.o CC test_oslist-test-oslist.o CC test_productfilter-test-productfilter.o CC test_platform-test-platform.o CC test_platformlist-test-platformlist.o CC test_db-test-db.o CC test_loader-test-loader.o CC test_isodetect-test-isodetect.o CC test_install_script-test-install-script.o CC test_mediauris-test-mediauris.o CC test_treeuris-test-treeuris.o CCLD test-entity CCLD test-device CCLD test-list CCLD test-devicelist CCLD test-filter CCLD test-product CCLD test-os CCLD test-oslist CCLD test-productfilter CCLD test-platform CCLD test-platformlist CCLD test-db CCLD test-loader CCLD test-isodetect CCLD test-install-script CCLD test-mediauris CCLD test-treeuris gmake[2]: Leaving directory '/usr<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-freebsd-11…'> /usr/local/bin/gmake check-TESTS gmake[2]: Entering directory '/usr<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-freebsd-11…'> gmake[3]: Entering directory '/usr<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-freebsd-11…'> PASS: test-device PASS: test-list PASS: test-entity PASS: test-devicelist PASS: test-filter PASS: test-product PASS: test-os PASS: test-oslist PASS: test-productfilter PASS: test-platform PASS: test-platformlist PASS: test-db PASS: test-install-script SKIP: test-mediauris SKIP: test-treeuris PASS: test-loader Trace/BPT trap (core dumped) FAIL: test-isodetect ============================================================================ Testsuite summary for libosinfo 1.2.0 ============================================================================ # TOTAL: 17 # PASS: 14 # SKIP: 2 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 ============================================================================ See tests/test-suite.log Please report to libosinfo(a)redhat.com ============================================================================ gmake[3]: *** [Makefile:1257: test-suite.log] Error 1 gmake[3]: Leaving directory '/usr<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-freebsd-11…'> gmake[2]: *** [Makefile:1365: check-TESTS] Error 2 gmake[2]: Leaving directory '/usr<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-freebsd-11…'> gmake[1]: *** [Makefile:1548: check-am] Error 2 gmake[1]: Leaving directory '/usr<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-freebsd-11…'> gmake: *** [Makefile:594: check-recursive] Error 1 + cat tests/test-suite.log =========================================== libosinfo 1.2.0: tests/test-suite.log =========================================== # TOTAL: 17 # PASS: 14 # SKIP: 2 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 .. contents:: :depth: 2 FAIL: test-isodetect ==================== /isodetect/windows: OK /isodetect/ubuntu: OK /isodetect/sles: OK /isodetect/sled: OK /isodetect/rhel: OK /isodetect/popos: OK /isodetect/opensuse: OK /isodetect/openbsd: OK /isodetect/netbsd: ** (/usr<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-freebsd-11…>:40787): ERROR **: ISO NetBSD-7.1.2-amd64-boot-com.iso.txt was not matched by OS netbsd7.1.2 FAIL test-isodetect (exit status: 133) SKIP: test-mediauris ==================== SKIP test-mediauris (exit status: 77) SKIP: test-treeuris =================== SKIP test-treeuris (exit status: 77) + exit 1 Build step 'Execute shell' marked build as failure
1 1
0 0
[Libvirt-ci] Build failed in Jenkins: libosinfo-master-check » libvirt-fedora-rawhide #128
by ci@centos.org 12 May '18

12 May '18
See <https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-fedora-raw…> ------------------------------------------ Started by upstream project "libosinfo-master-check" build number 128 originally caused by: Started by upstream project "libosinfo-master-syntax-check" build number 132 originally caused by: Started by upstream project "libosinfo-master-build" build number 151 originally caused by: Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on libvirt-fedora-rawhide (libvirt) in workspace <https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-fedora-raw…> [libosinfo-master] $ /bin/sh -xe /tmp/jenkins8797292594441185472.sh + cd build + /usr/bin/gmake -j3 check GEN public-submodule-commit Making check in osinfo gmake[1]: Entering directory '<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-fedora-raw…'> /usr/bin/gmake check-am gmake[2]: Entering directory '<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-fedora-raw…'> /usr/bin/gmake check-local gmake[3]: Entering directory '<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-fedora-raw…'> GEN check-symfile GEN check-symsorting gmake[3]: Leaving directory '<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-fedora-raw…'> gmake[2]: Leaving directory '<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-fedora-raw…'> gmake[1]: Leaving directory '<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-fedora-raw…'> Making check in tools gmake[1]: Entering directory '<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-fedora-raw…'> gmake[1]: Nothing to be done for 'check'. gmake[1]: Leaving directory '<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-fedora-raw…'> Making check in docs gmake[1]: Entering directory '<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-fedora-raw…'> Making check in reference gmake[2]: Entering directory '<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-fedora-raw…'> gmake[2]: Nothing to be done for 'check'. gmake[2]: Leaving directory '<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-fedora-raw…'> gmake[2]: Entering directory '<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-fedora-raw…'> gmake[2]: Nothing to be done for 'check-am'. gmake[2]: Leaving directory '<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-fedora-raw…'> gmake[1]: Leaving directory '<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-fedora-raw…'> Making check in po gmake[1]: Entering directory '<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-fedora-raw…'> INTLTOOL_EXTRACT="/usr/bin/intltool-extract" XGETTEXT="/usr/bin/xgettext" srcdir=../../po /usr/bin/intltool-update --gettext-package libosinfo --pot rm -f missing notexist srcdir=../../po /usr/bin/intltool-update -m if [ -r missing -o -r notexist ]; then \ exit 1; \ fi gmake[1]: Leaving directory '<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-fedora-raw…'> Making check in examples gmake[1]: Entering directory '<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-fedora-raw…'> gmake[1]: Nothing to be done for 'check'. gmake[1]: Leaving directory '<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-fedora-raw…'> Making check in tests gmake[1]: Entering directory '<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-fedora-raw…'> /usr/bin/gmake test-entity test-device test-list test-devicelist test-filter test-product test-os test-oslist test-productfilter test-platform test-platformlist test-db test-loader test-isodetect test-install-script test-mediauris test-treeuris gmake[2]: Entering directory '<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-fedora-raw…'> CC test_entity-test-entity.o CC test_device-test-device.o CC test_list-test-list.o CC test_devicelist-test-devicelist.o CC test_filter-test-filter.o CC test_product-test-product.o CC test_os-test-os.o CC test_oslist-test-oslist.o CC test_productfilter-test-productfilter.o CC test_platform-test-platform.o CC test_platformlist-test-platformlist.o CC test_db-test-db.o CC test_loader-test-loader.o CC test_isodetect-test-isodetect.o CC test_install_script-test-install-script.o CC test_mediauris-test-mediauris.o CC test_treeuris-test-treeuris.o CCLD test-entity CCLD test-device CCLD test-list CCLD test-devicelist CCLD test-filter CCLD test-product CCLD test-os CCLD test-oslist CCLD test-productfilter CCLD test-platform CCLD test-platformlist CCLD test-db CCLD test-loader CCLD test-isodetect CCLD test-install-script CCLD test-mediauris CCLD test-treeuris gmake[2]: Leaving directory '<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-fedora-raw…'> /usr/bin/gmake check-TESTS gmake[2]: Entering directory '<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-fedora-raw…'> gmake[3]: Entering directory '<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-fedora-raw…'> PASS: test-entity PASS: test-device PASS: test-list PASS: test-devicelist PASS: test-filter PASS: test-product PASS: test-os PASS: test-productfilter PASS: test-oslist PASS: test-platform PASS: test-platformlist PASS: test-db PASS: test-install-script SKIP: test-mediauris SKIP: test-treeuris PASS: test-loader ../../build-aux/test-driver: line 107: 9078 Trace/breakpoint trap (core dumped) "$@" > $log_file 2>&1 FAIL: test-isodetect ============================================================================ Testsuite summary for libosinfo 1.2.0 ============================================================================ # TOTAL: 17 # PASS: 14 # SKIP: 2 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 ============================================================================ See tests/test-suite.log Please report to libosinfo(a)redhat.com ============================================================================ gmake[3]: *** [Makefile:1280: test-suite.log] Error 1 gmake[3]: Leaving directory '<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-fedora-raw…'> gmake[2]: *** [Makefile:1388: check-TESTS] Error 2 gmake[2]: Leaving directory '<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-fedora-raw…'> gmake[1]: *** [Makefile:1574: check-am] Error 2 gmake[1]: Leaving directory '<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-fedora-raw…'> gmake: *** [Makefile:594: check-recursive] Error 1 + cat tests/test-suite.log =========================================== libosinfo 1.2.0: tests/test-suite.log =========================================== # TOTAL: 17 # PASS: 14 # SKIP: 2 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 .. contents:: :depth: 2 FAIL: test-isodetect ==================== /isodetect/windows: OK /isodetect/ubuntu: OK /isodetect/sles: OK /isodetect/sled: OK /isodetect/rhel: OK /isodetect/popos: OK /isodetect/opensuse: OK /isodetect/openbsd: OK /isodetect/netbsd: ** (<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-fedora-raw…>:9078): ERROR **: 15:52:02.824: ISO NetBSD-7.1.2-amd64-boot-com.iso.txt was not matched by OS netbsd7.1.2 FAIL test-isodetect (exit status: 133) SKIP: test-mediauris ==================== SKIP test-mediauris (exit status: 77) SKIP: test-treeuris =================== SKIP test-treeuris (exit status: 77) + exit 1 Build step 'Execute shell' marked build as failure
1 1
0 0
[Libvirt-ci] Build failed in Jenkins: libosinfo-master-check » libvirt-freebsd-10 #128
by ci@centos.org 12 May '18

12 May '18
See <https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-freebsd-10…> ------------------------------------------ Started by upstream project "libosinfo-master-check" build number 128 originally caused by: Started by upstream project "libosinfo-master-syntax-check" build number 132 originally caused by: Started by upstream project "libosinfo-master-build" build number 151 originally caused by: Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on libvirt-freebsd-10 (libvirt) in workspace <https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-freebsd-10…> [libosinfo-master] $ /bin/sh -xe /tmp/jenkins4987564177027546817.sh + cd build + /usr/local/bin/gmake -j3 check Making check in osinfo GEN public-submodule-commit gmake[1]: Entering directory '/usr<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-freebsd-10…'> /usr/local/bin/gmake check-am gmake[2]: Entering directory '/usr<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-freebsd-10…'> /usr/local/bin/gmake check-local gmake[3]: Entering directory '/usr<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-freebsd-10…'> GEN check-symsorting gmake[3]: Leaving directory '/usr<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-freebsd-10…'> gmake[2]: Leaving directory '/usr<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-freebsd-10…'> gmake[1]: Leaving directory '/usr<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-freebsd-10…'> Making check in tools gmake[1]: Entering directory '/usr<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-freebsd-10…'> gmake[1]: Nothing to be done for 'check'. gmake[1]: Leaving directory '/usr<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-freebsd-10…'> Making check in docs gmake[1]: Entering directory '/usr<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-freebsd-10…'> Making check in reference gmake[2]: Entering directory '/usr<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-freebsd-10…'> gmake[2]: Nothing to be done for 'check'. gmake[2]: Leaving directory '/usr<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-freebsd-10…'> gmake[2]: Entering directory '/usr<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-freebsd-10…'> gmake[2]: Nothing to be done for 'check-am'. gmake[2]: Leaving directory '/usr<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-freebsd-10…'> gmake[1]: Leaving directory '/usr<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-freebsd-10…'> Making check in po gmake[1]: Entering directory '/usr<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-freebsd-10…'> INTLTOOL_EXTRACT="/usr/local/bin/intltool-extract" XGETTEXT="/usr/local/bin/xgettext" srcdir=../../po /usr/local/bin/intltool-update --gettext-package libosinfo --pot rm -f missing notexist srcdir=../../po /usr/local/bin/intltool-update -m if [ -r missing -o -r notexist ]; then \ exit 1; \ fi gmake[1]: Leaving directory '/usr<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-freebsd-10…'> Making check in examples gmake[1]: Entering directory '/usr<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-freebsd-10…'> gmake[1]: Nothing to be done for 'check'. gmake[1]: Leaving directory '/usr<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-freebsd-10…'> Making check in tests gmake[1]: Entering directory '/usr<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-freebsd-10…'> /usr/local/bin/gmake test-entity test-device test-list test-devicelist test-filter test-product test-os test-oslist test-productfilter test-platform test-platformlist test-db test-loader test-isodetect test-install-script test-mediauris test-treeuris gmake[2]: Entering directory '/usr<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-freebsd-10…'> CC test_entity-test-entity.o CC test_device-test-device.o CC test_list-test-list.o CC test_devicelist-test-devicelist.o CC test_filter-test-filter.o CC test_product-test-product.o CC test_os-test-os.o CC test_oslist-test-oslist.o CC test_productfilter-test-productfilter.o CC test_platform-test-platform.o CC test_platformlist-test-platformlist.o CC test_db-test-db.o CC test_loader-test-loader.o CC test_isodetect-test-isodetect.o CC test_install_script-test-install-script.o CC test_mediauris-test-mediauris.o CC test_treeuris-test-treeuris.o CCLD test-entity CCLD test-device CCLD test-list CCLD test-devicelist CCLD test-filter CCLD test-product CCLD test-os CCLD test-oslist CCLD test-productfilter CCLD test-platform CCLD test-platformlist CCLD test-db CCLD test-loader CCLD test-isodetect CCLD test-install-script CCLD test-mediauris CCLD test-treeuris gmake[2]: Leaving directory '/usr<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-freebsd-10…'> /usr/local/bin/gmake check-TESTS gmake[2]: Entering directory '/usr<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-freebsd-10…'> gmake[3]: Entering directory '/usr<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-freebsd-10…'> PASS: test-device PASS: test-entity PASS: test-list PASS: test-devicelist PASS: test-product PASS: test-filter PASS: test-oslist PASS: test-os PASS: test-productfilter PASS: test-platform PASS: test-platformlist PASS: test-db PASS: test-install-script SKIP: test-mediauris SKIP: test-treeuris PASS: test-loader Trace/BPT trap (core dumped) FAIL: test-isodetect ============================================================================ Testsuite summary for libosinfo 1.2.0 ============================================================================ # TOTAL: 17 # PASS: 14 # SKIP: 2 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 ============================================================================ See tests/test-suite.log Please report to libosinfo(a)redhat.com ============================================================================ gmake[3]: *** [Makefile:1257: test-suite.log] Error 1 gmake[3]: Leaving directory '/usr<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-freebsd-10…'> gmake[2]: *** [Makefile:1365: check-TESTS] Error 2 gmake[2]: Leaving directory '/usr<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-freebsd-10…'> gmake[1]: *** [Makefile:1548: check-am] Error 2 gmake[1]: Leaving directory '/usr<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-freebsd-10…'> gmake: *** [Makefile:594: check-recursive] Error 1 + cat tests/test-suite.log =========================================== libosinfo 1.2.0: tests/test-suite.log =========================================== # TOTAL: 17 # PASS: 14 # SKIP: 2 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 .. contents:: :depth: 2 FAIL: test-isodetect ==================== /isodetect/windows: OK /isodetect/ubuntu: OK /isodetect/sles: OK /isodetect/sled: OK /isodetect/rhel: OK /isodetect/popos: OK /isodetect/opensuse: OK /isodetect/openbsd: OK /isodetect/netbsd: ** (/usr<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-freebsd-10…>:14608): ERROR **: ISO NetBSD-7.1.2-amd64-boot-com.iso.txt was not matched by OS netbsd7.1.2 FAIL test-isodetect (exit status: 133) SKIP: test-mediauris ==================== SKIP test-mediauris (exit status: 77) SKIP: test-treeuris =================== SKIP test-treeuris (exit status: 77) + exit 1 Build step 'Execute shell' marked build as failure
1 1
0 0
[Libvirt-ci] Build failed in Jenkins: libosinfo-master-check » libvirt-fedora-28 #128
by ci@centos.org 12 May '18

12 May '18
See <https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-fedora-28/…> ------------------------------------------ Started by upstream project "libosinfo-master-check" build number 128 originally caused by: Started by upstream project "libosinfo-master-syntax-check" build number 132 originally caused by: Started by upstream project "libosinfo-master-build" build number 151 originally caused by: Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on libvirt-fedora-28 (libvirt) in workspace <https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-fedora-28/…> [libosinfo-master] $ /bin/sh -xe /tmp/jenkins4332048650879064120.sh + cd build + /usr/bin/gmake -j3 check GEN public-submodule-commit Making check in osinfo gmake[1]: Entering directory '<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-fedora-28/…'> /usr/bin/gmake check-am gmake[2]: Entering directory '<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-fedora-28/…'> /usr/bin/gmake check-local gmake[3]: Entering directory '<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-fedora-28/…'> GEN check-symfile GEN check-symsorting gmake[3]: Leaving directory '<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-fedora-28/…'> gmake[2]: Leaving directory '<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-fedora-28/…'> gmake[1]: Leaving directory '<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-fedora-28/…'> Making check in tools gmake[1]: Entering directory '<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-fedora-28/…'> gmake[1]: Nothing to be done for 'check'. gmake[1]: Leaving directory '<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-fedora-28/…'> Making check in docs gmake[1]: Entering directory '<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-fedora-28/…'> Making check in reference gmake[2]: Entering directory '<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-fedora-28/…'> gmake[2]: Nothing to be done for 'check'. gmake[2]: Leaving directory '<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-fedora-28/…'> gmake[2]: Entering directory '<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-fedora-28/…'> gmake[2]: Nothing to be done for 'check-am'. gmake[2]: Leaving directory '<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-fedora-28/…'> gmake[1]: Leaving directory '<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-fedora-28/…'> Making check in po gmake[1]: Entering directory '<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-fedora-28/…'> INTLTOOL_EXTRACT="/usr/bin/intltool-extract" XGETTEXT="/usr/bin/xgettext" srcdir=../../po /usr/bin/intltool-update --gettext-package libosinfo --pot rm -f missing notexist srcdir=../../po /usr/bin/intltool-update -m if [ -r missing -o -r notexist ]; then \ exit 1; \ fi gmake[1]: Leaving directory '<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-fedora-28/…'> Making check in examples gmake[1]: Entering directory '<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-fedora-28/…'> gmake[1]: Nothing to be done for 'check'. gmake[1]: Leaving directory '<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-fedora-28/…'> Making check in tests gmake[1]: Entering directory '<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-fedora-28/…'> /usr/bin/gmake test-entity test-device test-list test-devicelist test-filter test-product test-os test-oslist test-productfilter test-platform test-platformlist test-db test-loader test-isodetect test-install-script test-mediauris test-treeuris gmake[2]: Entering directory '<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-fedora-28/…'> CC test_entity-test-entity.o CC test_device-test-device.o CC test_list-test-list.o CC test_devicelist-test-devicelist.o CC test_filter-test-filter.o CC test_product-test-product.o CC test_os-test-os.o CC test_oslist-test-oslist.o CC test_productfilter-test-productfilter.o CC test_platform-test-platform.o CC test_platformlist-test-platformlist.o CC test_db-test-db.o CC test_loader-test-loader.o CC test_isodetect-test-isodetect.o CC test_install_script-test-install-script.o CC test_mediauris-test-mediauris.o CC test_treeuris-test-treeuris.o CCLD test-entity CCLD test-device CCLD test-list CCLD test-devicelist CCLD test-filter CCLD test-product CCLD test-os CCLD test-oslist CCLD test-productfilter CCLD test-platform CCLD test-platformlist CCLD test-db CCLD test-loader CCLD test-isodetect CCLD test-install-script CCLD test-mediauris CCLD test-treeuris gmake[2]: Leaving directory '<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-fedora-28/…'> /usr/bin/gmake check-TESTS gmake[2]: Entering directory '<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-fedora-28/…'> gmake[3]: Entering directory '<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-fedora-28/…'> PASS: test-list PASS: test-device PASS: test-entity PASS: test-filter PASS: test-devicelist PASS: test-product PASS: test-os PASS: test-oslist PASS: test-productfilter PASS: test-platform PASS: test-platformlist PASS: test-db PASS: test-install-script SKIP: test-mediauris SKIP: test-treeuris PASS: test-loader ../../build-aux/test-driver: line 107: 2346 Trace/breakpoint trap (core dumped) "$@" > $log_file 2>&1 FAIL: test-isodetect ============================================================================ Testsuite summary for libosinfo 1.2.0 ============================================================================ # TOTAL: 17 # PASS: 14 # SKIP: 2 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 ============================================================================ See tests/test-suite.log Please report to libosinfo(a)redhat.com ============================================================================ gmake[3]: *** [Makefile:1257: test-suite.log] Error 1 gmake[3]: Leaving directory '<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-fedora-28/…'> gmake[2]: *** [Makefile:1365: check-TESTS] Error 2 gmake[2]: Leaving directory '<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-fedora-28/…'> gmake[1]: *** [Makefile:1548: check-am] Error 2 gmake[1]: Leaving directory '<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-fedora-28/…'> gmake: *** [Makefile:594: check-recursive] Error 1 + cat tests/test-suite.log =========================================== libosinfo 1.2.0: tests/test-suite.log =========================================== # TOTAL: 17 # PASS: 14 # SKIP: 2 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 .. contents:: :depth: 2 FAIL: test-isodetect ==================== /isodetect/windows: OK /isodetect/ubuntu: OK /isodetect/sles: OK /isodetect/sled: OK /isodetect/rhel: OK /isodetect/popos: OK /isodetect/opensuse: OK /isodetect/openbsd: OK /isodetect/netbsd: ** (<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-fedora-28/…>:2346): ERROR **: 15:52:05.236: ISO NetBSD-7.1.2-amd64-boot-com.iso.txt was not matched by OS netbsd7.1.2 FAIL test-isodetect (exit status: 133) SKIP: test-mediauris ==================== SKIP test-mediauris (exit status: 77) SKIP: test-treeuris =================== SKIP test-treeuris (exit status: 77) + exit 1 Build step 'Execute shell' marked build as failure
1 1
0 0
[Libvirt-ci] Build failed in Jenkins: libosinfo-master-check » libvirt-debian-9 #128
by ci@centos.org 12 May '18

12 May '18
See <https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-debian-9/1…> ------------------------------------------ Started by upstream project "libosinfo-master-check" build number 128 originally caused by: Started by upstream project "libosinfo-master-syntax-check" build number 132 originally caused by: Started by upstream project "libosinfo-master-build" build number 151 originally caused by: Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on libvirt-debian-9 (libvirt) in workspace <https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-debian-9/w…> [libosinfo-master] $ /bin/sh -xe /tmp/jenkins472535222053514536.sh + cd build + /usr/bin/make -j3 check GEN public-submodule-commit Making check in osinfo make[1]: Entering directory '<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-debian-9/w…'> /usr/bin/make check-am make[2]: Entering directory '<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-debian-9/w…'> /usr/bin/make check-local make[3]: Entering directory '<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-debian-9/w…'> GEN check-symfile GEN check-symsorting make[3]: Leaving directory '<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-debian-9/w…'> make[2]: Leaving directory '<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-debian-9/w…'> make[1]: Leaving directory '<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-debian-9/w…'> Making check in tools make[1]: Entering directory '<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-debian-9/w…'> make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-debian-9/w…'> Making check in docs make[1]: Entering directory '<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-debian-9/w…'> Making check in reference make[2]: Entering directory '<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-debian-9/w…'> make[2]: Nothing to be done for 'check'. make[2]: Leaving directory '<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-debian-9/w…'> make[2]: Entering directory '<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-debian-9/w…'> make[2]: Nothing to be done for 'check-am'. make[2]: Leaving directory '<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-debian-9/w…'> make[1]: Leaving directory '<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-debian-9/w…'> Making check in po make[1]: Entering directory '<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-debian-9/w…'> INTLTOOL_EXTRACT="/usr/bin/intltool-extract" XGETTEXT="/usr/bin/xgettext" srcdir=../../po /usr/bin/intltool-update --gettext-package libosinfo --pot rm -f missing notexist srcdir=../../po /usr/bin/intltool-update -m Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE ?PACKAGE_NAME}?/ at /usr/bin/intltool-update line 1071, <CONF> line 295. if [ -r missing -o -r notexist ]; then \ exit 1; \ fi make[1]: Leaving directory '<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-debian-9/w…'> Making check in examples make[1]: Entering directory '<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-debian-9/w…'> make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-debian-9/w…'> Making check in tests make[1]: Entering directory '<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-debian-9/w…'> /usr/bin/make test-entity test-device test-list test-devicelist test-filter test-product test-os test-oslist test-productfilter test-platform test-platformlist test-db test-loader test-isodetect test-install-script test-mediauris test-treeuris make[2]: Entering directory '<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-debian-9/w…'> CC test_entity-test-entity.o CC test_device-test-device.o CC test_list-test-list.o CC test_devicelist-test-devicelist.o CC test_filter-test-filter.o CC test_product-test-product.o CC test_os-test-os.o CC test_oslist-test-oslist.o CC test_productfilter-test-productfilter.o CC test_platform-test-platform.o CC test_platformlist-test-platformlist.o CC test_db-test-db.o CC test_loader-test-loader.o CC test_isodetect-test-isodetect.o CC test_install_script-test-install-script.o CC test_treeuris-test-treeuris.o CC test_mediauris-test-mediauris.o CCLD test-entity CCLD test-device CCLD test-list CCLD test-devicelist CCLD test-filter CCLD test-product CCLD test-os CCLD test-oslist CCLD test-productfilter CCLD test-platform CCLD test-platformlist CCLD test-db CCLD test-loader CCLD test-isodetect CCLD test-install-script CCLD test-mediauris CCLD test-treeuris make[2]: Leaving directory '<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-debian-9/w…'> /usr/bin/make check-TESTS make[2]: Entering directory '<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-debian-9/w…'> make[3]: Entering directory '<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-debian-9/w…'> PASS: test-device PASS: test-list PASS: test-entity PASS: test-devicelist PASS: test-filter PASS: test-product PASS: test-os PASS: test-oslist PASS: test-productfilter PASS: test-platform PASS: test-platformlist PASS: test-db PASS: test-install-script SKIP: test-mediauris SKIP: test-treeuris PASS: test-loader ../../build-aux/test-driver: line 107: 26351 Trace/breakpoint trap "$@" > $log_file 2>&1 FAIL: test-isodetect ============================================================================ Testsuite summary for libosinfo 1.2.0 ============================================================================ # TOTAL: 17 # PASS: 14 # SKIP: 2 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 ============================================================================ See tests/test-suite.log Please report to libosinfo(a)redhat.com ============================================================================ Makefile:1257: recipe for target 'test-suite.log' failed make[3]: *** [test-suite.log] Error 1 make[3]: Leaving directory '<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-debian-9/w…'> Makefile:1363: recipe for target 'check-TESTS' failed make[2]: *** [check-TESTS] Error 2 make[2]: Leaving directory '<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-debian-9/w…'> Makefile:1548: recipe for target 'check-am' failed make[1]: *** [check-am] Error 2 make[1]: Leaving directory '<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-debian-9/w…'> Makefile:595: recipe for target 'check-recursive' failed make: *** [check-recursive] Error 1 + cat tests/test-suite.log =========================================== libosinfo 1.2.0: tests/test-suite.log =========================================== # TOTAL: 17 # PASS: 14 # SKIP: 2 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 .. contents:: :depth: 2 FAIL: test-isodetect ==================== /isodetect/windows: OK /isodetect/ubuntu: OK /isodetect/sles: OK /isodetect/sled: OK /isodetect/rhel: OK /isodetect/popos: OK /isodetect/opensuse: OK /isodetect/openbsd: OK /isodetect/netbsd: ** (<https://ci.centos.org/job/libosinfo-master-check/systems=libvirt-debian-9/w…>:26351): ERROR **: ISO NetBSD-7.1.2-amd64-boot-com.iso.txt was not matched by OS netbsd7.1.2 FAIL test-isodetect (exit status: 133) SKIP: test-mediauris ==================== SKIP test-mediauris (exit status: 77) SKIP: test-treeuris =================== SKIP test-treeuris (exit status: 77) + exit 1 Build step 'Execute shell' marked build as failure
1 1
0 0
  • ← Newer
  • 1
  • ...
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • ...
  • 16
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.