[Libvirt-ci] Build failed in Jenkins: libosinfo-check » libvirt-centos-7 #55

ci at centos.org ci at centos.org
Mon Nov 19 14:10:17 UTC 2018


See <https://ci.centos.org/job/libosinfo-check/systems=libvirt-centos-7/55/display/redirect>

------------------------------------------
Started by upstream project "libosinfo-check" build number 55
originally caused by:
 Started by upstream project "libosinfo-syntax-check" build number 55
 originally caused by:
  Started by upstream project "libosinfo-build" build number 57
  originally caused by:
   Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on libvirt-centos-7 (libvirt) in workspace <https://ci.centos.org/job/libosinfo-check/systems=libvirt-centos-7/ws/>
[libosinfo] $ /bin/sh -xe /tmp/jenkins8460413420043966773.sh
+ export LIBOSINFO_NETWORK_TESTS=1
+ LIBOSINFO_NETWORK_TESTS=1
+ cd build
+ /usr/bin/gmake check
  GEN      public-submodule-commit
Making check in osinfo
gmake[1]: Entering directory `<https://ci.centos.org/job/libosinfo-check/systems=libvirt-centos-7/ws/build/osinfo'>
/usr/bin/gmake  check-am
gmake[2]: Entering directory `<https://ci.centos.org/job/libosinfo-check/systems=libvirt-centos-7/ws/build/osinfo'>
/usr/bin/gmake  check-local
gmake[3]: Entering directory `<https://ci.centos.org/job/libosinfo-check/systems=libvirt-centos-7/ws/build/osinfo'>
  GEN      check-symfile
  GEN      check-symsorting
gmake[3]: Leaving directory `<https://ci.centos.org/job/libosinfo-check/systems=libvirt-centos-7/ws/build/osinfo'>
gmake[2]: Leaving directory `<https://ci.centos.org/job/libosinfo-check/systems=libvirt-centos-7/ws/build/osinfo'>
gmake[1]: Leaving directory `<https://ci.centos.org/job/libosinfo-check/systems=libvirt-centos-7/ws/build/osinfo'>
Making check in tools
gmake[1]: Entering directory `<https://ci.centos.org/job/libosinfo-check/systems=libvirt-centos-7/ws/build/tools'>
gmake[1]: Nothing to be done for `check'.
gmake[1]: Leaving directory `<https://ci.centos.org/job/libosinfo-check/systems=libvirt-centos-7/ws/build/tools'>
Making check in docs
gmake[1]: Entering directory `<https://ci.centos.org/job/libosinfo-check/systems=libvirt-centos-7/ws/build/docs'>
Making check in reference
gmake[2]: Entering directory `<https://ci.centos.org/job/libosinfo-check/systems=libvirt-centos-7/ws/build/docs/reference'>
gmake[2]: Nothing to be done for `check'.
gmake[2]: Leaving directory `<https://ci.centos.org/job/libosinfo-check/systems=libvirt-centos-7/ws/build/docs/reference'>
gmake[2]: Entering directory `<https://ci.centos.org/job/libosinfo-check/systems=libvirt-centos-7/ws/build/docs'>
gmake[2]: Nothing to be done for `check-am'.
gmake[2]: Leaving directory `<https://ci.centos.org/job/libosinfo-check/systems=libvirt-centos-7/ws/build/docs'>
gmake[1]: Leaving directory `<https://ci.centos.org/job/libosinfo-check/systems=libvirt-centos-7/ws/build/docs'>
Making check in po
gmake[1]: Entering directory `<https://ci.centos.org/job/libosinfo-check/systems=libvirt-centos-7/ws/build/po'>
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-check/systems=libvirt-centos-7/ws/build/po'>
Making check in examples
gmake[1]: Entering directory `<https://ci.centos.org/job/libosinfo-check/systems=libvirt-centos-7/ws/build/examples'>
gmake[1]: Nothing to be done for `check'.
gmake[1]: Leaving directory `<https://ci.centos.org/job/libosinfo-check/systems=libvirt-centos-7/ws/build/examples'>
Making check in tests
gmake[1]: Entering directory `<https://ci.centos.org/job/libosinfo-check/systems=libvirt-centos-7/ws/build/tests'>
/usr/bin/gmake  test-entity test-device test-list test-devicelist test-devicelinklist 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-check/systems=libvirt-centos-7/ws/build/tests'>
  CC       test_device-test-device.o
  CC       test_list-test-list.o
  CC       test_entity-test-entity.o
  CC       test_devicelist-test-devicelist.o
  CC       test_devicelinklist-test-devicelinklist.o
  CC       test_filter-test-filter.o
  CC       test_product-test-product.o
In file included from /usr/lib64/glib-2.0/include/glibconfig.h:9:0,
                 from /usr/include/glib-2.0/glib/gtypes.h:32,
                 from /usr/include/glib-2.0/glib/galloca.h:32,
                 from /usr/include/glib-2.0/glib.h:30,
                 from /usr/include/glib-2.0/gobject/gbinding.h:28,
                 from /usr/include/glib-2.0/glib-object.h:23,
                 from ../../osinfo/osinfo.h:28,
                 from ../../tests/test-devicelinklist.c:23:
../../tests/test-devicelinklist.c: In function 'test_get_devices':
/usr/include/glib-2.0/glib/gmacros.h:370:7: error: assuming signed overflow does not occur when simplifying conditional to constant [-Werror=strict-overflow]
    if (expr)                                    \
       ^
/usr/include/glib-2.0/glib/gmacros.h:376:43: note: in expansion of macro '_G_BOOLEAN_EXPR'
 #define G_LIKELY(expr) (__builtin_expect (_G_BOOLEAN_EXPR((expr)), 1))
                                           ^
/usr/include/glib-2.0/glib/gtestutils.h:92:49: note: in expansion of macro 'G_LIKELY'
                                              if G_LIKELY (expr) ; else \
                                                 ^
../../tests/test-devicelinklist.c:274:5: note: in expansion of macro 'g_assert_true'
     g_assert_true(has3);
     ^
cc1: all warnings being treated as errors
gmake[2]: *** [test_devicelinklist-test-devicelinklist.o] Error 1
gmake[2]: *** Waiting for unfinished jobs....
gmake[2]: Leaving directory `<https://ci.centos.org/job/libosinfo-check/systems=libvirt-centos-7/ws/build/tests'>
gmake[1]: *** [check-am] Error 2
gmake[1]: Leaving directory `<https://ci.centos.org/job/libosinfo-check/systems=libvirt-centos-7/ws/build/tests'>
gmake: *** [check-recursive] Error 1
+ cat tests/test-suite.log
cat: tests/test-suite.log: No such file or directory
+ true
+ exit 1
Build step 'Execute shell' marked build as failure




More information about the Libvirt-ci mailing list