[Libvirt-ci] Build failed in Jenkins: libosinfo-check » libvirt-freebsd-11 #278

ci at centos.org ci at centos.org
Fri Jan 10 14:35:14 UTC 2020


See <https://ci.centos.org/job/libosinfo-check/systems=libvirt-freebsd-11/278/display/redirect>

------------------------------------------
Started by upstream project "libosinfo-check" build number 278
originally caused by:
 Started by upstream project "libosinfo-build" build number 312
 originally caused by:
  Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on libvirt-freebsd-11 (libvirt) in workspace <https://ci.centos.org/job/libosinfo-check/systems=libvirt-freebsd-11/ws/>
[libosinfo] $ /bin/sh -xe /tmp/jenkins18281253250641308100.sh
+ cd build
+ /usr/local/bin/ninja test
[1/79] Compiling C object 'osinfo/2eb04f7@@osinfo-1.0 at sha/osinfo_loader.c.o'.
FAILED: osinfo/2eb04f7@@osinfo-1.0 at sha/osinfo_loader.c.o 
ccache cc -Iosinfo/2eb04f7@@osinfo-1.0 at sha -Iosinfo -I../osinfo -I. -I../ -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/libsoup-2.4 -I/usr/local/include/libxml2 -Xclang -fcolor-diagnostics -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=gnu99 -O2 -g -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_44 '-DPKG_DATA_DIR="/home/jenkins/build/libvirt/share/libosinfo"' '-DDATA_DIR="/home/jenkins/build/libvirt/share"' '-DSYS_CONF_DIR="/home/jenkins/build/libvirt/etc"' '-DLOCALEDIR="/home/jenkins/build/libvirt/share/locale"' '-DGETTEXT_PACKAGE="libosinfo"' -W -Waddress -Wall -Warray-bounds -Wattributes -Wbuiltin-macro-redefined -Wchar-subscripts -Wcomment -Wcomments -Wcpp -Wdate-time -Wdeprecated-declarations -Wdisabled-optimization -Wdiv-by-zero -Wempty-body -Wendif-labels -Wenum-compare -Wextra -Wformat-extra-args -Wformat-security -Wformat-y2k -Wformat-zero-length -Wignored-qualifiers -Wimplicit -Wimplicit-function-declaration -Wimplicit-int -Winit-self -Winline -Wint-to-pointer-cast -Winvalid-pch -Wmain -Wmissing-braces -Wmissing-declarations -Wmissing-field-initializers -Wmissing-include-dirs -Wmissing-prototypes -Wmultichar -Wnarrowing -Wnested-externs -Wnonnull -Wold-style-definition -Woverflow -Woverlength-strings -Woverride-init -Wpacked -Wparentheses -Wpointer-arith -Wpointer-sign -Wpointer-to-int-cast -Wpragmas -Wreturn-type -Wsequence-point -Wshadow -Wsizeof-pointer-memaccess -Wstack-protector -Wstrict-aliasing -Wstrict-overflow -Wstrict-prototypes -Wswitch -Wswitch-default -Wtrigraphs -Wtype-limits -Wuninitialized -Wunknown-pragmas -Wunused -Wunused-function -Wunused-label -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -Wvarargs -Wvariadic-macros -Wvla -Wvolatile-register-var -Wwrite-strings -Wno-sign-compare -Wno-sign-conversion -Wno-conversion -Wno-unused-parameter -Wframe-larger-than=4096 -Wno-overlength-strings --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -Wno-typedef-redefinition -Wno-missing-field-initializers -Werror '-DPCI_IDS="/usr/local/share/pciids/pci.ids"' '-DUSB_IDS="/usr/local/share/usbids/usb.ids"' -fPIC -pthread -MD -MQ 'osinfo/2eb04f7@@osinfo-1.0 at sha/osinfo_loader.c.o' -MF 'osinfo/2eb04f7@@osinfo-1.0 at sha/osinfo_loader.c.o.d' -o 'osinfo/2eb04f7@@osinfo-1.0 at sha/osinfo_loader.c.o' -c ../osinfo/osinfo_loader.c
../osinfo/osinfo_loader.c:1288:58: error: adding 'unsigned long' to a string does not append to the string [-Werror,-Wstring-plus-int]
                        OSINFO_TREE_PROP_TREEINFO_FAMILY + strlen("treeinfo-")))
                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
../osinfo/osinfo_loader.c:1288:58: note: use array indexing to silence this warning
                        OSINFO_TREE_PROP_TREEINFO_FAMILY + strlen("treeinfo-")))
                                                         ^
                        &                                [                    ]
../osinfo/osinfo_loader.c:1293:64: error: adding 'unsigned long' to a string does not append to the string [-Werror,-Wstring-plus-int]
                             OSINFO_TREE_PROP_TREEINFO_VARIANT + strlen("treeinfo-")))
                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
../osinfo/osinfo_loader.c:1293:64: note: use array indexing to silence this warning
                             OSINFO_TREE_PROP_TREEINFO_VARIANT + strlen("treeinfo-")))
                                                               ^
                             &                                 [                    ]
../osinfo/osinfo_loader.c:1298:64: error: adding 'unsigned long' to a string does not append to the string [-Werror,-Wstring-plus-int]
                             OSINFO_TREE_PROP_TREEINFO_VERSION + strlen("treeinfo-")))
                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
../osinfo/osinfo_loader.c:1298:64: note: use array indexing to silence this warning
                             OSINFO_TREE_PROP_TREEINFO_VERSION + strlen("treeinfo-")))
                                                               ^
                             &                                 [                    ]
../osinfo/osinfo_loader.c:1303:61: error: adding 'unsigned long' to a string does not append to the string [-Werror,-Wstring-plus-int]
                             OSINFO_TREE_PROP_TREEINFO_ARCH + strlen("treeinfo-")))
                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
../osinfo/osinfo_loader.c:1303:61: note: use array indexing to silence this warning
                             OSINFO_TREE_PROP_TREEINFO_ARCH + strlen("treeinfo-")))
                                                            ^
                             &                              [                    ]
4 errors generated.
[2/79] Compiling C object 'tools/f9d35d4@@osinfo-detect at exe/meson-generated_.._.._osinfo_osinfo_enum_types.c.o'.
[3/79] Compiling C object 'tools/f9d35d4@@osinfo-detect at exe/osinfo-detect.c.o'.
ninja: build stopped: subcommand failed.
+ cat meson-logs/testlog.txt
cat: meson-logs/testlog.txt: No such file or directory
+ true
+ exit 1
Build step 'Execute shell' marked build as failure





More information about the Libvirt-ci mailing list