[Libvirt-ci] Build failed in Jenkins: virt-manager-master-py3-check » libvirt-debian-9 #14
by ci@centos.org
See <https://ci.centos.org/job/virt-manager-master-py3-check/systems=libvirt-d...>
------------------------------------------
Started by upstream project "virt-manager-master-py3-check" build number 14
originally caused by:
Started by upstream project "virt-manager-master-py3-build" build number 14
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/virt-manager-master-py3-check/systems=libvirt-d...>
[virt-manager-master] $ /bin/sh -xe /tmp/jenkins3940620727838286920.sh
+ MAKE=make
+ uname
+ unamestr=Linux
+ [ Linux = FreeBSD ]
+ export PATH=/home/jenkins/build/libvirt/bin:/home/jenkins/build/libvirt/bin:/home/jenkins/build/libvirt/bin:/home/jenkins/build/libvirt/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
+ export PYTHONPATH=/home/jenkins/build/libvirt/lib/python3.4/site-packages:/home/jenkins/build/libvirt/lib64/python3.4/site-packages:/home/jenkins/build/libvirt/lib/python3.5/site-packages:/home/jenkins/build/libvirt/lib64/python3.5/site-packages:/home/jenkins/build/libvirt/lib/python3.6/site-packages:/home/jenkins/build/libvirt/lib64/python3.6/site-packages:/home/jenkins/build/libvirt/lib/python3.7/site-packages:/home/jenkins/build/libvirt/lib64/python3.7/site-packages
+ python3 ./setup.py test
running test
..............................................................................................................................F...............................................................................................................................................s........................................................................................................................................................................
======================================================================
FAIL: testCLI0002virt_install_singleton_config_2 (tests.clitest.CLITests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "<https://ci.centos.org/job/virt-manager-master-py3-check/systems=libvirt-d...",> line 1110, in <lambda>
return lambda s: cmdtemplate(s, cmd)
File "<https://ci.centos.org/job/virt-manager-master-py3-check/systems=libvirt-d...",> line 1109, in cmdtemplate
_cmdobj.run(self)
File "<https://ci.centos.org/job/virt-manager-master-py3-check/systems=libvirt-d...",> line 277, in run
tests.fail(err)
AssertionError: ./virt-install --name foobar --ram 64 --print-step all --connect __virtinst_test__test:///<https://ci.centos.org/job/virt-manager-master-py3-check/systems=libvirt-d...> --noautoconsole --os-variant fedora20 --pxe --memory 512,maxmemory=1024 --vcpus 4,cores=2,threads=2,sockets=2 --cpu foobar,+x2apic,+x2apicagain,-distest,forbid=foo,forbid=bar,disable=distest2,optional=opttest,require=reqtest,match=strict,vendor=meee,cell.id=0,cell.cpus=1,2,3,cell.memory=1024,cell1.id=1,cell1.memory=256,cell1.cpus=5-8,cell0.distances.sibling0.id=0,cell0.distances.sibling0.value=10,cell0.distances.sibling1.id=1,cell0.distances.sibling1.value=21,cell1.distances.sibling0.id=0,cell1.distances.sibling0.value=21,cell1.distances.sibling1.id=1,cell1.distances.sibling1.value=10,cache.mode=emulate,cache.level=3 --cputune vcpupin0.vcpu=0,vcpupin0.cpuset=0-3 --metadata title=my-title,description=my-description,uuid=00000000-1111-2222-3333-444444444444 --boot cdrom,fd,hd,network,menu=off,loader=/foo/bar --idmap uid_start=0,uid_target=1000,uid_count=10,gid_start=0,gid_target=1000,gid_count=10 --security type=static,label='system_u:object_r:svirt_image_t:s0:c100,c200',relabel=yes --numatune 1-3,4,mode=strict --memtune hard_limit=10,soft_limit=20,swap_hard_limit=30,min_guarantee=40 --blkiotune weight=100,device_path=/home/test/1.img,device_weight=200 --memorybacking size=1,unit='G',nodeset='1,2-5',nosharepages=yes,locked=yes --features acpi=off,eoi=on,privnet=on,hyperv_synic=on,hyperv_reset=on,hyperv_spinlocks=on,hyperv_spinlocks_retries=1234,vmport=off,pmu=off --clock offset=utc,hpet_present=no,rtc_tickpolicy=merge --sysinfo type=smbios,bios_vendor="Acme LLC",bios_version=1.2.3,bios_date=01/01/1970,bios_release=10.22 --sysinfo type=smbios,system_manufacturer="Acme Inc.",system_product=Computer,system_version=3.2.1,system_serial=123456789,system_uuid=00000000-1111-2222-3333-444444444444,system_sku=abc-123,system_family=Server --sysinfo type=smbios,baseBoard_manufacturer="Acme Corp.",baseBoard_product=Motherboard,baseBoard_version=A01,baseBoard_serial=1234-5678,baseBoard_asset=Tag,baseBoard_location=Chassis --pm suspend_to_mem=yes,suspend_to_disk=no --resource partition=/virtualmachines/production --events on_poweroff=destroy,on_reboot=restart,on_crash=preserve,on_lockfailure=ignore --controller usb3 --controller virtio-scsi --graphics vnc --filesystem /foo/source,/bar/target --memballoon virtio --watchdog ib700,action=pause --tpm passthrough,model=tpm-tis,path=/dev/tpm0 --rng egd,backend_host=127.0.0.1,backend_service=8000,backend_type=udp,backend_mode=bind,backend_connect_host=foo,backend_connect_service=708 --panic iobase=0x506
Conversion outputs did not match.
--- tests/cli-test-xml/compare/virt-install-singleton-config-2.xml
+++ Generated Output
@@ -91,6 +91,7 @@
<feature policy="disable" name="distest"/>
<feature policy="forbid" name="foo"/>
<feature policy="forbid" name="bar"/>
+ <cache mode="emulate" level="3"/>
<numa>
<cell id="0" cpus="1,2,3" memory="1024">
<distances>
@@ -105,7 +106,6 @@
</distances>
</cell>
</numa>
- <cache mode="emulate" level="3"/>
</cpu>
<clock offset="utc">
<timer name="rtc" tickpolicy="merge"/>
@@ -259,6 +259,7 @@
<feature policy="disable" name="distest"/>
<feature policy="forbid" name="foo"/>
<feature policy="forbid" name="bar"/>
+ <cache mode="emulate" level="3"/>
<numa>
<cell id="0" cpus="1,2,3" memory="1024">
<distances>
@@ -273,7 +274,6 @@
</distances>
</cell>
</numa>
- <cache mode="emulate" level="3"/>
</cpu>
<clock offset="utc">
<timer name="rtc" tickpolicy="merge"/>
----------------------------------------------------------------------
Ran 439 tests in 68.582s
FAILED (failures=1, skipped=1)
Build step 'Execute shell' marked build as failure
6 years, 8 months
[Libvirt-ci] Build failed in Jenkins: libosinfo-master-build » libvirt-fedora-rawhide #117
by ci@centos.org
See <https://ci.centos.org/job/libosinfo-master-build/systems=libvirt-fedora-r...>
Changes:
[cfergeau] freedos: add freedos 1.2 test data
------------------------------------------
[...truncated 11.86 KB...]
checking whether C compiler handles -Woverride-init... yes
checking whether C compiler handles -Wpacked... yes
checking whether C compiler handles -Wpacked-bitfield-compat... yes
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... yes
checking whether C compiler handles -Wreturn-type... yes
checking whether C compiler handles -Wsequence-point... yes
checking whether C compiler handles -Wshadow... 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-overflow... yes
checking whether C compiler handles -Wstrict-prototypes... yes
checking whether C compiler handles -Wsuggest-attribute=const... yes
checking whether C compiler handles -Wsuggest-attribute=format... yes
checking whether C compiler handles -Wsuggest-attribute=noreturn... yes
checking whether C compiler handles -Wsuggest-attribute=pure... yes
checking whether C compiler handles -Wswitch... yes
checking whether C compiler handles -Wsync-nand... yes
checking whether C compiler handles -Wtrampolines... yes
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... yes
checking whether C compiler handles -Wunused-but-set-variable... yes
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-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... yes
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 -Wnormalized=nfc... yes
checking whether C compiler handles -Wno-sign-compare... yes
checking whether C compiler handles -Wno-sign-conversion... yes
checking whether C compiler handles -Wno-conversion... yes
checking whether C compiler handles -Wno-unused-parameter... yes
checking whether C compiler handles -Wjump-misses-init... (cached) yes
checking whether C compiler handles -Wframe-larger-than=4096... yes
checking whether C compiler handles -Wno-overlength-strings... yes
checking whether C compiler handles -fstack-protector-all... yes
checking whether C compiler handles --param=ssp-buffer-size=4... yes
checking whether C compiler handles -fexceptions... yes
checking whether C compiler handles -fasynchronous-unwind-tables... yes
checking whether C compiler handles -fdiagnostics-show-option... yes
checking whether C compiler handles -funit-at-a-time... yes
checking whether C compiler handles -fipa-pure-const... yes
checking whether C compiler handles -Wno-suggest-attribute=pure... yes
checking whether C compiler handles -Wno-suggest-attribute=const... yes
checking whether C compiler handles -Werror... yes
checking whether to enable maintainer-specific portions of Makefiles... yes
checking whether to enable maintainer-specific portions of Makefiles... yes
checking whether NLS is requested... yes
checking for intltool >= 0.40.0... 0.51.0 found
checking for intltool-update... /usr/bin/intltool-update
checking for intltool-merge... /usr/bin/intltool-merge
checking for intltool-extract... /usr/bin/intltool-extract
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for perl... /usr/bin/perl
checking for perl >= 5.8.1... 5.26.1
checking for XML::Parser... ok
checking whether make supports nested variables... (cached) yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for LIBXML... yes
checking for LIBXSLT... yes
checking for GLIB... yes
checking for gtk-doc... yes
checking for gtkdoc-check... gtkdoc-check.test
checking for gtkdoc-check... /usr/bin/gtkdoc-check
checking for gtkdoc-rebase... /usr/bin/gtkdoc-rebase
checking for gtkdoc-mkpdf... /usr/bin/gtkdoc-mkpdf
checking whether to build gtk-doc documentation... yes
checking for GTKDOC_DEPS... yes
checking for CURL... yes
checking for perl... /usr/bin/perl
checking for gobject-introspection... yes
checking for vapigen... /usr/bin/vapigen
checking location of usb.ids database... /usr/share/hwdata/usb.ids
checking location of pci.ids database... /usr/share/hwdata/pci.ids
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating libosinfo.spec
config.status: creating mingw-libosinfo.spec
config.status: creating osinfo/Makefile
config.status: creating osinfo/libosinfo-1.0.pc
config.status: creating osinfo/osinfo_version.h
config.status: creating tools/Makefile
config.status: creating tests/Makefile
config.status: creating docs/Makefile
config.status: creating docs/reference/Makefile
config.status: creating examples/Makefile
config.status: creating po/Makefile.in
config.status: creating config.h
config.status: linking ../GNUmakefile to GNUmakefile
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing po/stamp-it commands
Now type `make' to compile libosinfo
+ make -j3
make all-recursive
make[1]: Entering directory '<https://ci.centos.org/job/libosinfo-master-build/systems=libvirt-fedora-r...'>
Making all in osinfo
make[2]: Entering directory '<https://ci.centos.org/job/libosinfo-master-build/systems=libvirt-fedora-r...'>
GEN osinfo_enum_types.h
GEN osinfo_enum_types.c
make all-am
make[3]: Entering directory '<https://ci.centos.org/job/libosinfo-master-build/systems=libvirt-fedora-r...'>
CC libosinfo_1_0_la-osinfo_avatar_format.lo
CC libosinfo_1_0_la-osinfo_datamap.lo
CC libosinfo_1_0_la-osinfo_datamaplist.lo
In file included from /usr/include/glib-2.0/gobject/gobject.h:24,
from /usr/include/glib-2.0/gobject/gbinding.h:29,
from /usr/include/glib-2.0/glib-object.h:23,
from ../../osinfo/osinfo.h:28,
from ../../osinfo/osinfo_datamaplist.c:27:
../../osinfo/osinfo_datamaplist.c: In function 'osinfo_datamaplist_get_type':
/usr/include/glib-2.0/gobject/gtype.h:1977:40: error: cast between incompatible function types from 'void (*)(void *)' to 'void (*)(void *, void *)' [-Werror=cast-function-type]
(GClassInitFunc) type_name##_class_intern_init, \
^
/usr/include/glib-2.0/gobject/gtype.h:1995:3: note: in expansion of macro '_G_DEFINE_TYPE_EXTENDED_BEGIN_REGISTER'
_G_DEFINE_TYPE_EXTENDED_BEGIN_REGISTER(TypeName, type_name, TYPE_PARENT, flags) \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/gobject/gtype.h:1737:60: note: in expansion of macro '_G_DEFINE_TYPE_EXTENDED_BEGIN'
#define G_DEFINE_TYPE_EXTENDED(TN, t_n, T_P, _f_, _C_) _G_DEFINE_TYPE_EXTENDED_BEGIN (TN, t_n, T_P, _f_) {_C_;} _G_DEFINE_TYPE_EXTENDED_END()
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/gobject/gtype.h:1595:43: note: in expansion of macro 'G_DEFINE_TYPE_EXTENDED'
#define G_DEFINE_TYPE(TN, t_n, T_P) G_DEFINE_TYPE_EXTENDED (TN, t_n, T_P, 0, {})
^~~~~~~~~~~~~~~~~~~~~~
../../osinfo/osinfo_datamaplist.c:29:1: note: in expansion of macro 'G_DEFINE_TYPE'
G_DEFINE_TYPE(OsinfoDatamapList, osinfo_datamaplist, OSINFO_TYPE_LIST);
^~~~~~~~~~~~~
/usr/include/glib-2.0/gobject/gtype.h:1979:40: error: cast between incompatible function types from 'void (*)(OsinfoDatamapList *)' {aka 'void (*)(struct _OsinfoDatamapList *)'} to 'void (*)(GTypeInstance *, void *)' {aka 'void (*)(struct _GTypeInstance *, void *)'} [-Werror=cast-function-type]
(GInstanceInitFunc) type_name##_init, \
^
/usr/include/glib-2.0/gobject/gtype.h:1995:3: note: in expansion of macro '_G_DEFINE_TYPE_EXTENDED_BEGIN_REGISTER'
_G_DEFINE_TYPE_EXTENDED_BEGIN_REGISTER(TypeName, type_name, TYPE_PARENT, flags) \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/gobject/gtype.h:1737:60: note: in expansion of macro '_G_DEFINE_TYPE_EXTENDED_BEGIN'
#define G_DEFINE_TYPE_EXTENDED(TN, t_n, T_P, _f_, _C_) _G_DEFINE_TYPE_EXTENDED_BEGIN (TN, t_n, T_P, _f_) {_C_;} _G_DEFINE_TYPE_EXTENDED_END()
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/gobject/gtype.h:1595:43: note: in expansion of macro 'G_DEFINE_TYPE_EXTENDED'
#define G_DEFINE_TYPE(TN, t_n, T_P) G_DEFINE_TYPE_EXTENDED (TN, t_n, T_P, 0, {})
^~~~~~~~~~~~~~~~~~~~~~
../../osinfo/osinfo_datamaplist.c:29:1: note: in expansion of macro 'G_DEFINE_TYPE'
G_DEFINE_TYPE(OsinfoDatamapList, osinfo_datamaplist, OSINFO_TYPE_LIST);
^~~~~~~~~~~~~
cc1: all warnings being treated as errors
make[3]: *** [Makefile:762: libosinfo_1_0_la-osinfo_datamaplist.lo] Error 1
make[3]: *** Waiting for unfinished jobs....
In file included from /usr/include/glib-2.0/gobject/gobject.h:24,
from /usr/include/glib-2.0/gobject/gbinding.h:29,
from /usr/include/glib-2.0/glib-object.h:23,
from ../../osinfo/osinfo.h:28,
from ../../osinfo/osinfo_avatar_format.c:28:
../../osinfo/osinfo_avatar_format.c: In function 'osinfo_avatar_format_get_type':
/usr/include/glib-2.0/gobject/gtype.h:1977:40: error: cast between incompatible function types from 'void (*)(void *)' to 'void (*)(void *, void *)' [-Werror=cast-function-type]
(GClassInitFunc) type_name##_class_intern_init, \
^
/usr/include/glib-2.0/gobject/gtype.h:1995:3: note: in expansion of macro '_G_DEFINE_TYPE_EXTENDED_BEGIN_REGISTER'
_G_DEFINE_TYPE_EXTENDED_BEGIN_REGISTER(TypeName, type_name, TYPE_PARENT, flags) \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/gobject/gtype.h:1737:60: note: in expansion of macro '_G_DEFINE_TYPE_EXTENDED_BEGIN'
#define G_DEFINE_TYPE_EXTENDED(TN, t_n, T_P, _f_, _C_) _G_DEFINE_TYPE_EXTENDED_BEGIN (TN, t_n, T_P, _f_) {_C_;} _G_DEFINE_TYPE_EXTENDED_END()
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/gobject/gtype.h:1595:43: note: in expansion of macro 'G_DEFINE_TYPE_EXTENDED'
#define G_DEFINE_TYPE(TN, t_n, T_P) G_DEFINE_TYPE_EXTENDED (TN, t_n, T_P, 0, {})
^~~~~~~~~~~~~~~~~~~~~~
../../osinfo/osinfo_avatar_format.c:31:1: note: in expansion of macro 'G_DEFINE_TYPE'
G_DEFINE_TYPE(OsinfoAvatarFormat, osinfo_avatar_format, OSINFO_TYPE_ENTITY);
^~~~~~~~~~~~~
/usr/include/glib-2.0/gobject/gtype.h:1979:40: error: cast between incompatible function types from 'void (*)(OsinfoAvatarFormat *)' {aka 'void (*)(struct _OsinfoAvatarFormat *)'} to 'void (*)(GTypeInstance *, void *)' {aka 'void (*)(struct _GTypeInstance *, void *)'} [-Werror=cast-function-type]
(GInstanceInitFunc) type_name##_init, \
^
/usr/include/glib-2.0/gobject/gtype.h:1995:3: note: in expansion of macro '_G_DEFINE_TYPE_EXTENDED_BEGIN_REGISTER'
_G_DEFINE_TYPE_EXTENDED_BEGIN_REGISTER(TypeName, type_name, TYPE_PARENT, flags) \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/gobject/gtype.h:1737:60: note: in expansion of macro '_G_DEFINE_TYPE_EXTENDED_BEGIN'
#define G_DEFINE_TYPE_EXTENDED(TN, t_n, T_P, _f_, _C_) _G_DEFINE_TYPE_EXTENDED_BEGIN (TN, t_n, T_P, _f_) {_C_;} _G_DEFINE_TYPE_EXTENDED_END()
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/gobject/gtype.h:1595:43: note: in expansion of macro 'G_DEFINE_TYPE_EXTENDED'
#define G_DEFINE_TYPE(TN, t_n, T_P) G_DEFINE_TYPE_EXTENDED (TN, t_n, T_P, 0, {})
^~~~~~~~~~~~~~~~~~~~~~
../../osinfo/osinfo_avatar_format.c:31:1: note: in expansion of macro 'G_DEFINE_TYPE'
G_DEFINE_TYPE(OsinfoAvatarFormat, osinfo_avatar_format, OSINFO_TYPE_ENTITY);
^~~~~~~~~~~~~
cc1: all warnings being treated as errors
make[3]: *** [Makefile:748: libosinfo_1_0_la-osinfo_avatar_format.lo] Error 1
In file included from /usr/include/glib-2.0/gobject/gobject.h:24,
from /usr/include/glib-2.0/gobject/gbinding.h:29,
from /usr/include/glib-2.0/glib-object.h:23,
from ../../osinfo/osinfo.h:28,
from ../../osinfo/osinfo_datamap.c:26:
../../osinfo/osinfo_datamap.c: In function 'osinfo_datamap_get_type':
/usr/include/glib-2.0/gobject/gtype.h:1977:40: error: cast between incompatible function types from 'void (*)(void *)' to 'void (*)(void *, void *)' [-Werror=cast-function-type]
(GClassInitFunc) type_name##_class_intern_init, \
^
/usr/include/glib-2.0/gobject/gtype.h:1995:3: note: in expansion of macro '_G_DEFINE_TYPE_EXTENDED_BEGIN_REGISTER'
_G_DEFINE_TYPE_EXTENDED_BEGIN_REGISTER(TypeName, type_name, TYPE_PARENT, flags) \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/gobject/gtype.h:1737:60: note: in expansion of macro '_G_DEFINE_TYPE_EXTENDED_BEGIN'
#define G_DEFINE_TYPE_EXTENDED(TN, t_n, T_P, _f_, _C_) _G_DEFINE_TYPE_EXTENDED_BEGIN (TN, t_n, T_P, _f_) {_C_;} _G_DEFINE_TYPE_EXTENDED_END()
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/gobject/gtype.h:1595:43: note: in expansion of macro 'G_DEFINE_TYPE_EXTENDED'
#define G_DEFINE_TYPE(TN, t_n, T_P) G_DEFINE_TYPE_EXTENDED (TN, t_n, T_P, 0, {})
^~~~~~~~~~~~~~~~~~~~~~
../../osinfo/osinfo_datamap.c:33:1: note: in expansion of macro 'G_DEFINE_TYPE'
G_DEFINE_TYPE(OsinfoDatamap, osinfo_datamap, OSINFO_TYPE_ENTITY);
^~~~~~~~~~~~~
/usr/include/glib-2.0/gobject/gtype.h:1979:40: error: cast between incompatible function types from 'void (*)(OsinfoDatamap *)' {aka 'void (*)(struct _OsinfoDatamap *)'} to 'void (*)(GTypeInstance *, void *)' {aka 'void (*)(struct _GTypeInstance *, void *)'} [-Werror=cast-function-type]
(GInstanceInitFunc) type_name##_init, \
^
/usr/include/glib-2.0/gobject/gtype.h:1995:3: note: in expansion of macro '_G_DEFINE_TYPE_EXTENDED_BEGIN_REGISTER'
_G_DEFINE_TYPE_EXTENDED_BEGIN_REGISTER(TypeName, type_name, TYPE_PARENT, flags) \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/gobject/gtype.h:1737:60: note: in expansion of macro '_G_DEFINE_TYPE_EXTENDED_BEGIN'
#define G_DEFINE_TYPE_EXTENDED(TN, t_n, T_P, _f_, _C_) _G_DEFINE_TYPE_EXTENDED_BEGIN (TN, t_n, T_P, _f_) {_C_;} _G_DEFINE_TYPE_EXTENDED_END()
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/gobject/gtype.h:1595:43: note: in expansion of macro 'G_DEFINE_TYPE_EXTENDED'
#define G_DEFINE_TYPE(TN, t_n, T_P) G_DEFINE_TYPE_EXTENDED (TN, t_n, T_P, 0, {})
^~~~~~~~~~~~~~~~~~~~~~
../../osinfo/osinfo_datamap.c:33:1: note: in expansion of macro 'G_DEFINE_TYPE'
G_DEFINE_TYPE(OsinfoDatamap, osinfo_datamap, OSINFO_TYPE_ENTITY);
^~~~~~~~~~~~~
cc1: all warnings being treated as errors
make[3]: *** [Makefile:755: libosinfo_1_0_la-osinfo_datamap.lo] Error 1
make[3]: Leaving directory '<https://ci.centos.org/job/libosinfo-master-build/systems=libvirt-fedora-r...'>
make[2]: *** [Makefile:605: all] Error 2
make[2]: Leaving directory '<https://ci.centos.org/job/libosinfo-master-build/systems=libvirt-fedora-r...'>
make[1]: *** [Makefile:594: all-recursive] Error 1
make[1]: Leaving directory '<https://ci.centos.org/job/libosinfo-master-build/systems=libvirt-fedora-r...'>
make: *** [Makefile:480: all] Error 2
Build step 'Execute shell' marked build as failure
6 years, 8 months
[Libvirt-ci] Build failed in Jenkins: libvirt-master-rpm » libvirt-centos-6 #810
by ci@centos.org
See <https://ci.centos.org/job/libvirt-master-rpm/systems=libvirt-centos-6/810...>
------------------------------------------
[...truncated 120.86 KB...]
5948 translated messages, 372 fuzzy translations, 3561 untranslated messages.
cd ../../po && rm -f kw(a)uccor.gmo && /usr/bin/msgfmt -c --statistics -o kw(a)uccor.gmo kw(a)uccor.po
3508 translated messages, 277 fuzzy translations, 6096 untranslated messages.
cd ../../po && rm -f kw_GB.gmo && /usr/bin/msgfmt -c --statistics -o kw_GB.gmo kw_GB.po
0 translated messages, 9881 untranslated messages.
cd ../../po && rm -f ky.gmo && /usr/bin/msgfmt -c --statistics -o ky.gmo ky.po
0 translated messages, 9881 untranslated messages.
cd ../../po && rm -f lt.gmo && /usr/bin/msgfmt -c --statistics -o lt.gmo lt.po
217 translated messages, 719 fuzzy translations, 8945 untranslated messages.
cd ../../po && rm -f lv.gmo && /usr/bin/msgfmt -c --statistics -o lv.gmo lv.po
0 translated messages, 9881 untranslated messages.
cd ../../po && rm -f mai.gmo && /usr/bin/msgfmt -c --statistics -o mai.gmo mai.po
0 translated messages, 9881 untranslated messages.
cd ../../po && rm -f mk.gmo && /usr/bin/msgfmt -c --statistics -o mk.gmo mk.po
217 translated messages, 719 fuzzy translations, 8945 untranslated messages.
cd ../../po && rm -f ml.gmo && /usr/bin/msgfmt -c --statistics -o ml.gmo ml.po
0 translated messages, 9881 untranslated messages.
cd ../../po && rm -f mn.gmo && /usr/bin/msgfmt -c --statistics -o mn.gmo mn.po
329 translated messages, 760 fuzzy translations, 8792 untranslated messages.
cd ../../po && rm -f mr.gmo && /usr/bin/msgfmt -c --statistics -o mr.gmo mr.po
5968 translated messages, 381 fuzzy translations, 3532 untranslated messages.
cd ../../po && rm -f ms.gmo && /usr/bin/msgfmt -c --statistics -o ms.gmo ms.po
0 translated messages, 9881 untranslated messages.
cd ../../po && rm -f nb.gmo && /usr/bin/msgfmt -c --statistics -o nb.gmo nb.po
6615 translated messages, 806 fuzzy translations, 2460 untranslated messages.
cd ../../po && rm -f nds.gmo && /usr/bin/msgfmt -c --statistics -o nds.gmo nds.po
138 translated messages, 690 fuzzy translations, 9053 untranslated messages.
46 translated messages, 529 fuzzy translations, 9306 untranslated messages.
cd ../../po && rm -f ne.gmo && /usr/bin/msgfmt -c --statistics -o ne.gmo ne.po
cd ../../po && rm -f nl.gmo && /usr/bin/msgfmt -c --statistics -o nl.gmo nl.po
0 translated messages, 9881 untranslated messages.
cd ../../po && rm -f nn.gmo && /usr/bin/msgfmt -c --statistics -o nn.gmo nn.po
2745 translated messages, 847 fuzzy translations, 6289 untranslated messages.
cd ../../po && rm -f nso.gmo && /usr/bin/msgfmt -c --statistics -o nso.gmo nso.po
0 translated messages, 9881 untranslated messages.
cd ../../po && rm -f or.gmo && /usr/bin/msgfmt -c --statistics -o or.gmo or.po
217 translated messages, 719 fuzzy translations, 8945 untranslated messages.
217 translated messages, 719 fuzzy translations, 8945 untranslated messages.
cd ../../po && rm -f pl.gmo && /usr/bin/msgfmt -c --statistics -o pl.gmo pl.po
cd ../../po && rm -f pa.gmo && /usr/bin/msgfmt -c --statistics -o pa.gmo pa.po
5544 translated messages, 587 fuzzy translations, 3750 untranslated messages.
cd ../../po && rm -f pt.gmo && /usr/bin/msgfmt -c --statistics -o pt.gmo pt.po
359 translated messages, 446 fuzzy translations, 9076 untranslated messages.
cd ../../po && rm -f pt_BR.gmo && /usr/bin/msgfmt -c --statistics -o pt_BR.gmo pt_BR.po
2830 translated messages, 850 fuzzy translations, 6201 untranslated messages.
cd ../../po && rm -f ro.gmo && /usr/bin/msgfmt -c --statistics -o ro.gmo ro.po
6037 translated messages, 396 fuzzy translations, 3448 untranslated messages.
5927 translated messages, 364 fuzzy translations, 3590 untranslated messages.
cd ../../po && rm -f ru.gmo && /usr/bin/msgfmt -c --statistics -o ru.gmo ru.po
cd ../../po && rm -f si.gmo && /usr/bin/msgfmt -c --statistics -o si.gmo si.po
217 translated messages, 719 fuzzy translations, 8945 untranslated messages.
cd ../../po && rm -f sk.gmo && /usr/bin/msgfmt -c --statistics -o sk.gmo sk.po
5628 translated messages, 454 fuzzy translations, 3799 untranslated messages.
cd ../../po && rm -f sl.gmo && /usr/bin/msgfmt -c --statistics -o sl.gmo sl.po
217 translated messages, 719 fuzzy translations, 8945 untranslated messages.
cd ../../po && rm -f sq.gmo && /usr/bin/msgfmt -c --statistics -o sq.gmo sq.po
217 translated messages, 719 fuzzy translations, 8945 untranslated messages.
cd ../../po && rm -f sr.gmo && /usr/bin/msgfmt -c --statistics -o sr.gmo sr.po
217 translated messages, 719 fuzzy translations, 8945 untranslated messages.
cd ../../po && rm -f sr(a)latin.gmo && /usr/bin/msgfmt -c --statistics -o sr(a)latin.gmo sr(a)latin.po
644 translated messages, 1031 fuzzy translations, 8206 untranslated messages.
cd ../../po && rm -f sv.gmo && /usr/bin/msgfmt -c --statistics -o sv.gmo sv.po
0 translated messages, 9881 untranslated messages.
cd ../../po && rm -f ta.gmo && /usr/bin/msgfmt -c --statistics -o ta.gmo ta.po
644 translated messages, 1031 fuzzy translations, 8206 untranslated messages.
cd ../../po && rm -f te.gmo && /usr/bin/msgfmt -c --statistics -o te.gmo te.po
6211 translated messages, 670 fuzzy translations, 3000 untranslated messages.
cd ../../po && rm -f tg.gmo && /usr/bin/msgfmt -c --statistics -o tg.gmo tg.po
704 translated messages, 425 fuzzy translations, 8752 untranslated messages.
cd ../../po && rm -f th.gmo && /usr/bin/msgfmt -c --statistics -o th.gmo th.po
0 translated messages, 9881 untranslated messages.
cd ../../po && rm -f tr.gmo && /usr/bin/msgfmt -c --statistics -o tr.gmo tr.po
5903 translated messages, 385 fuzzy translations, 3593 untranslated messages.
cd ../../po && rm -f tw.gmo && /usr/bin/msgfmt -c --statistics -o tw.gmo tw.po
217 translated messages, 719 fuzzy translations, 8945 untranslated messages.
217 translated messages, 719 fuzzy translations, 8945 untranslated messages.
cd ../../po && rm -f uk.gmo && /usr/bin/msgfmt -c --statistics -o uk.gmo uk.po
cd ../../po && rm -f ur.gmo && /usr/bin/msgfmt -c --statistics -o ur.gmo ur.po
0 translated messages, 9881 untranslated messages.
cd ../../po && rm -f vi.gmo && /usr/bin/msgfmt -c --statistics -o vi.gmo vi.po
2425 translated messages, 1395 fuzzy translations, 6061 untranslated messages.
cd ../../po && rm -f wba.gmo && /usr/bin/msgfmt -c --statistics -o wba.gmo wba.po
217 translated messages, 719 fuzzy translations, 8945 untranslated messages.
cd ../../po && rm -f yo.gmo && /usr/bin/msgfmt -c --statistics -o yo.gmo yo.po
8556 translated messages, 811 fuzzy translations, 514 untranslated messages.
cd ../../po && rm -f zh_CN.gmo && /usr/bin/msgfmt -c --statistics -o zh_CN.gmo zh_CN.po
0 translated messages, 9881 untranslated messages.
cd ../../po && rm -f zh_HK.gmo && /usr/bin/msgfmt -c --statistics -o zh_HK.gmo zh_HK.po
0 translated messages, 9881 untranslated messages.
cd ../../po && rm -f zh_TW.gmo && /usr/bin/msgfmt -c --statistics -o zh_TW.gmo zh_TW.po
6312 translated messages, 451 fuzzy translations, 3118 untranslated messages.
cd ../../po && rm -f zu.gmo && /usr/bin/msgfmt -c --statistics -o zu.gmo zu.po
0 translated messages, 9881 untranslated messages.
277 translated messages, 789 fuzzy translations, 8815 untranslated messages.
217 translated messages, 719 fuzzy translations, 8945 untranslated messages.
make[3]: Leaving directory `<https://ci.centos.org/job/libvirt-master-rpm/systems=libvirt-centos-6/ws/...'>
make[2]: Leaving directory `<https://ci.centos.org/job/libvirt-master-rpm/systems=libvirt-centos-6/ws/...'>
make[2]: Entering directory `<https://ci.centos.org/job/libvirt-master-rpm/systems=libvirt-centos-6/ws/...'>
test ! -f ../../po/libvirt.pot || \
test -z "../../po/af.gmo ../../po/am.gmo ../../po/anp.gmo ../../po/ar.gmo ../../po/as.gmo ../../po/ast.gmo ../../po/bal.gmo ../../po/be.gmo ../../po/bg.gmo ../../po/bn.gmo ../../po/bn_IN.gmo ../../po/bo.gmo ../../po/br.gmo ../../po/brx.gmo ../../po/bs.gmo ../../po/ca.gmo ../../po/cs.gmo ../../po/cy.gmo ../../po/da.gmo ../../po/de.gmo ../../po/de_CH.gmo ../../po/el.gmo ../../po/en_GB.gmo ../../po/eo.gmo ../../po/es.gmo ../../po/et.gmo ../../po/eu.gmo ../../po/fa.gmo ../../po/fi.gmo ../../po/fr.gmo ../../po/gl.gmo ../../po/gu.gmo ../../po/he.gmo ../../po/hi.gmo ../../po/hr.gmo ../../po/hu.gmo ../../po/ia.gmo ../../po/id.gmo ../../po/ilo.gmo ../../po/is.gmo ../../po/it.gmo ../../po/ja.gmo ../../po/ka.gmo ../../po/kk.gmo ../../po/km.gmo ../../po/kn.gmo ../../po/ko.gmo ../../po/kw.gmo ../../po/kw(a)kkcor.gmo ../../po/kw(a)uccor.gmo ../../po/kw_GB.gmo ../../po/ky.gmo ../../po/lt.gmo ../../po/lv.gmo ../../po/mai.gmo ../../po/mk.gmo ../../po/ml.gmo ../../po/mn.gmo ../../po/mr.gmo ../../po/ms.gmo ../../po/nb.gmo ../../po/nds.gmo ../../po/ne.gmo ../../po/nl.gmo ../../po/nn.gmo ../../po/nso.gmo ../../po/or.gmo ../../po/pa.gmo ../../po/pl.gmo ../../po/pt.gmo ../../po/pt_BR.gmo ../../po/ro.gmo ../../po/ru.gmo ../../po/si.gmo ../../po/sk.gmo ../../po/sl.gmo ../../po/sq.gmo ../../po/sr.gmo ../../po/sr(a)latin.gmo ../../po/sv.gmo ../../po/ta.gmo ../../po/te.gmo ../../po/tg.gmo ../../po/th.gmo ../../po/tr.gmo ../../po/tw.gmo ../../po/uk.gmo ../../po/ur.gmo ../../po/vi.gmo ../../po/wba.gmo ../../po/yo.gmo ../../po/zh_CN.gmo ../../po/zh_HK.gmo ../../po/zh_TW.gmo ../../po/zu.gmo" || make ../../po/af.gmo ../../po/am.gmo ../../po/anp.gmo ../../po/ar.gmo ../../po/as.gmo ../../po/ast.gmo ../../po/bal.gmo ../../po/be.gmo ../../po/bg.gmo ../../po/bn.gmo ../../po/bn_IN.gmo ../../po/bo.gmo ../../po/br.gmo ../../po/brx.gmo ../../po/bs.gmo ../../po/ca.gmo ../../po/cs.gmo ../../po/cy.gmo ../../po/da.gmo ../../po/de.gmo ../../po/de_CH.gmo ../../po/el.gmo ../../po/en_GB.gmo ../../po/eo.gmo ../../po/es.gmo ../../po/et.gmo ../../po/eu.gmo ../../po/fa.gmo ../../po/fi.gmo ../../po/fr.gmo ../../po/gl.gmo ../../po/gu.gmo ../../po/he.gmo ../../po/hi.gmo ../../po/hr.gmo ../../po/hu.gmo ../../po/ia.gmo ../../po/id.gmo ../../po/ilo.gmo ../../po/is.gmo ../../po/it.gmo ../../po/ja.gmo ../../po/ka.gmo ../../po/kk.gmo ../../po/km.gmo ../../po/kn.gmo ../../po/ko.gmo ../../po/kw.gmo ../../po/kw(a)kkcor.gmo ../../po/kw(a)uccor.gmo ../../po/kw_GB.gmo ../../po/ky.gmo ../../po/lt.gmo ../../po/lv.gmo ../../po/mai.gmo ../../po/mk.gmo ../../po/ml.gmo ../../po/mn.gmo ../../po/mr.gmo ../../po/ms.gmo ../../po/nb.gmo ../../po/nds.gmo ../../po/ne.gmo ../../po/nl.gmo ../../po/nn.gmo ../../po/nso.gmo ../../po/or.gmo ../../po/pa.gmo ../../po/pl.gmo ../../po/pt.gmo ../../po/pt_BR.gmo ../../po/ro.gmo ../../po/ru.gmo ../../po/si.gmo ../../po/sk.gmo ../../po/sl.gmo ../../po/sq.gmo ../../po/sr.gmo ../../po/sr(a)latin.gmo ../../po/sv.gmo ../../po/ta.gmo ../../po/te.gmo ../../po/tg.gmo ../../po/th.gmo ../../po/tr.gmo ../../po/tw.gmo ../../po/uk.gmo ../../po/ur.gmo ../../po/vi.gmo ../../po/wba.gmo ../../po/yo.gmo ../../po/zh_CN.gmo ../../po/zh_HK.gmo ../../po/zh_TW.gmo ../../po/zu.gmo
make[3]: Entering directory `<https://ci.centos.org/job/libvirt-master-rpm/systems=libvirt-centos-6/ws/...'>
make[3]: `../../po/af.gmo' is up to date.
make[3]: `../../po/am.gmo' is up to date.
make[3]: `../../po/anp.gmo' is up to date.
make[3]: `../../po/ar.gmo' is up to date.
make[3]: `../../po/as.gmo' is up to date.
make[3]: `../../po/ast.gmo' is up to date.
make[3]: `../../po/bal.gmo' is up to date.
make[3]: `../../po/be.gmo' is up to date.
make[3]: `../../po/bg.gmo' is up to date.
make[3]: `../../po/bn.gmo' is up to date.
make[3]: `../../po/bn_IN.gmo' is up to date.
make[3]: `../../po/bo.gmo' is up to date.
make[3]: `../../po/br.gmo' is up to date.
make[3]: `../../po/brx.gmo' is up to date.
make[3]: `../../po/bs.gmo' is up to date.
make[3]: `../../po/ca.gmo' is up to date.
make[3]: `../../po/cs.gmo' is up to date.
make[3]: `../../po/cy.gmo' is up to date.
make[3]: `../../po/da.gmo' is up to date.
make[3]: `../../po/de.gmo' is up to date.
make[3]: `../../po/de_CH.gmo' is up to date.
make[3]: `../../po/el.gmo' is up to date.
make[3]: `../../po/en_GB.gmo' is up to date.
make[3]: `../../po/eo.gmo' is up to date.
make[3]: `../../po/es.gmo' is up to date.
make[3]: `../../po/et.gmo' is up to date.
make[3]: `../../po/eu.gmo' is up to date.
make[3]: `../../po/fa.gmo' is up to date.
make[3]: `../../po/fi.gmo' is up to date.
make[3]: `../../po/fr.gmo' is up to date.
make[3]: `../../po/gl.gmo' is up to date.
make[3]: `../../po/gu.gmo' is up to date.
make[3]: `../../po/he.gmo' is up to date.
make[3]: `../../po/hi.gmo' is up to date.
make[3]: `../../po/hr.gmo' is up to date.
make[3]: `../../po/hu.gmo' is up to date.
make[3]: `../../po/ia.gmo' is up to date.
make[3]: `../../po/id.gmo' is up to date.
make[3]: `../../po/ilo.gmo' is up to date.
make[3]: `../../po/is.gmo' is up to date.
make[3]: `../../po/it.gmo' is up to date.
make[3]: `../../po/ja.gmo' is up to date.
make[3]: `../../po/ka.gmo' is up to date.
make[3]: `../../po/kk.gmo' is up to date.
make[3]: `../../po/km.gmo' is up to date.
make[3]: `../../po/kn.gmo' is up to date.
make[3]: `../../po/ko.gmo' is up to date.
make[3]: `../../po/kw.gmo' is up to date.
make[3]: `../../po/kw(a)kkcor.gmo' is up to date.
make[3]: `../../po/kw(a)uccor.gmo' is up to date.
make[3]: `../../po/kw_GB.gmo' is up to date.
make[3]: `../../po/ky.gmo' is up to date.
make[3]: `../../po/lt.gmo' is up to date.
make[3]: `../../po/lv.gmo' is up to date.
make[3]: `../../po/mai.gmo' is up to date.
make[3]: `../../po/mk.gmo' is up to date.
make[3]: `../../po/ml.gmo' is up to date.
make[3]: `../../po/mn.gmo' is up to date.
make[3]: `../../po/mr.gmo' is up to date.
make[3]: `../../po/ms.gmo' is up to date.
make[3]: `../../po/nb.gmo' is up to date.
make[3]: `../../po/nds.gmo' is up to date.
make[3]: `../../po/ne.gmo' is up to date.
make[3]: `../../po/nl.gmo' is up to date.
make[3]: `../../po/nn.gmo' is up to date.
make[3]: `../../po/nso.gmo' is up to date.
make[3]: `../../po/or.gmo' is up to date.
make[3]: `../../po/pa.gmo' is up to date.
make[3]: `../../po/pl.gmo' is up to date.
make[3]: `../../po/pt.gmo' is up to date.
make[3]: `../../po/pt_BR.gmo' is up to date.
make[3]: `../../po/ro.gmo' is up to date.
make[3]: `../../po/ru.gmo' is up to date.
make[3]: `../../po/si.gmo' is up to date.
make[3]: `../../po/sk.gmo' is up to date.
make[3]: `../../po/sl.gmo' is up to date.
make[3]: `../../po/sq.gmo' is up to date.
make[3]: `../../po/sr.gmo' is up to date.
make[3]: `../../po/sr(a)latin.gmo' is up to date.
make[3]: `../../po/sv.gmo' is up to date.
make[3]: `../../po/ta.gmo' is up to date.
make[3]: `../../po/te.gmo' is up to date.
make[3]: `../../po/tg.gmo' is up to date.
make[3]: `../../po/th.gmo' is up to date.
make[3]: `../../po/tr.gmo' is up to date.
make[3]: `../../po/tw.gmo' is up to date.
make[3]: `../../po/uk.gmo' is up to date.
make[3]: `../../po/ur.gmo' is up to date.
make[3]: `../../po/vi.gmo' is up to date.
make[3]: `../../po/wba.gmo' is up to date.
make[3]: `../../po/yo.gmo' is up to date.
make[3]: `../../po/zh_CN.gmo' is up to date.
make[3]: `../../po/zh_HK.gmo' is up to date.
make[3]: `../../po/zh_TW.gmo' is up to date.
make[3]: `../../po/zu.gmo' is up to date.
make[3]: Leaving directory `<https://ci.centos.org/job/libvirt-master-rpm/systems=libvirt-centos-6/ws/...'>
touch stamp-po
dists="Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en(a)quot.header en(a)boldquot.header insert-header.sin Rules-quot Makevars POTFILES.in ../../po/af.po ../../po/am.po ../../po/anp.po ../../po/ar.po ../../po/as.po ../../po/ast.po ../../po/bal.po ../../po/be.po ../../po/bg.po ../../po/bn.po ../../po/bn_IN.po ../../po/bo.po ../../po/br.po ../../po/brx.po ../../po/bs.po ../../po/ca.po ../../po/cs.po ../../po/cy.po ../../po/da.po ../../po/de.po ../../po/de_CH.po ../../po/el.po ../../po/en_GB.po ../../po/eo.po ../../po/es.po ../../po/et.po ../../po/eu.po ../../po/fa.po ../../po/fi.po ../../po/fr.po ../../po/gl.po ../../po/gu.po ../../po/he.po ../../po/hi.po ../../po/hr.po ../../po/hu.po ../../po/ia.po ../../po/id.po ../../po/ilo.po ../../po/is.po ../../po/it.po ../../po/ja.po ../../po/ka.po ../../po/kk.po ../../po/km.po ../../po/kn.po ../../po/ko.po ../../po/kw.po ../../po/kw(a)kkcor.po ../../po/kw(a)uccor.po ../../po/kw_GB.po ../../po/ky.po ../../po/lt.po ../../po/lv.po ../../po/mai.po ../../po/mk.po ../../po/ml.po ../../po/mn.po ../../po/mr.po ../../po/ms.po ../../po/nb.po ../../po/nds.po ../../po/ne.po ../../po/nl.po ../../po/nn.po ../../po/nso.po ../../po/or.po ../../po/pa.po ../../po/pl.po ../../po/pt.po ../../po/pt_BR.po ../../po/ro.po ../../po/ru.po ../../po/si.po ../../po/sk.po ../../po/sl.po ../../po/sq.po ../../po/sr.po ../../po/sr(a)latin.po ../../po/sv.po ../../po/ta.po ../../po/te.po ../../po/tg.po ../../po/th.po ../../po/tr.po ../../po/tw.po ../../po/uk.po ../../po/ur.po ../../po/vi.po ../../po/wba.po ../../po/yo.po ../../po/zh_CN.po ../../po/zh_HK.po ../../po/zh_TW.po ../../po/zu.po ../../po/af.gmo ../../po/am.gmo ../../po/anp.gmo ../../po/ar.gmo ../../po/as.gmo ../../po/ast.gmo ../../po/bal.gmo ../../po/be.gmo ../../po/bg.gmo ../../po/bn.gmo ../../po/bn_IN.gmo ../../po/bo.gmo ../../po/br.gmo ../../po/brx.gmo ../../po/bs.gmo ../../po/ca.gmo ../../po/cs.gmo ../../po/cy.gmo ../../po/da.gmo ../../po/de.gmo ../../po/de_CH.gmo ../../po/el.gmo ../../po/en_GB.gmo ../../po/eo.gmo ../../po/es.gmo ../../po/et.gmo ../../po/eu.gmo ../../po/fa.gmo ../../po/fi.gmo ../../po/fr.gmo ../../po/gl.gmo ../../po/gu.gmo ../../po/he.gmo ../../po/hi.gmo ../../po/hr.gmo ../../po/hu.gmo ../../po/ia.gmo ../../po/id.gmo ../../po/ilo.gmo ../../po/is.gmo ../../po/it.gmo ../../po/ja.gmo ../../po/ka.gmo ../../po/kk.gmo ../../po/km.gmo ../../po/kn.gmo ../../po/ko.gmo ../../po/kw.gmo ../../po/kw(a)kkcor.gmo ../../po/kw(a)uccor.gmo ../../po/kw_GB.gmo ../../po/ky.gmo ../../po/lt.gmo ../../po/lv.gmo ../../po/mai.gmo ../../po/mk.gmo ../../po/ml.gmo ../../po/mn.gmo ../../po/mr.gmo ../../po/ms.gmo ../../po/nb.gmo ../../po/nds.gmo ../../po/ne.gmo ../../po/nl.gmo ../../po/nn.gmo ../../po/nso.gmo ../../po/or.gmo ../../po/pa.gmo ../../po/pl.gmo ../../po/pt.gmo ../../po/pt_BR.gmo ../../po/ro.gmo ../../po/ru.gmo ../../po/si.gmo ../../po/sk.gmo ../../po/sl.gmo ../../po/sq.gmo ../../po/sr.gmo ../../po/sr(a)latin.gmo ../../po/sv.gmo ../../po/ta.gmo ../../po/te.gmo ../../po/tg.gmo ../../po/th.gmo ../../po/tr.gmo ../../po/tw.gmo ../../po/uk.gmo ../../po/ur.gmo ../../po/vi.gmo ../../po/wba.gmo ../../po/yo.gmo ../../po/zh_CN.gmo ../../po/zh_HK.gmo ../../po/zh_TW.gmo ../../po/zu.gmo "; \
if test "libvirt" = "gettext-tools"; then \
dists="$dists Makevars.template"; \
fi; \
if test -f ../../po/libvirt.pot; then \
dists="$dists libvirt.pot stamp-po"; \
fi; \
if test -f ../../po/ChangeLog; then \
dists="$dists ChangeLog"; \
fi; \
for i in 0 1 2 3 4 5 6 7 8 9; do \
if test -f ../../po/ChangeLog.$i; then \
dists="$dists ChangeLog.$i"; \
fi; \
done; \
if test -f ../../po/LINGUAS; then dists="$dists LINGUAS"; fi; \
for file in $dists; do \
if test -f $file; then \
cp -p $file ../libvirt-4.1.0/po || exit 1; \
else \
cp -p ../../po/$file ../libvirt-4.1.0/po || exit 1; \
fi; \
done
make[2]: Leaving directory `<https://ci.centos.org/job/libvirt-master-rpm/systems=libvirt-centos-6/ws/...'>
make[1]: Leaving directory `<https://ci.centos.org/job/libvirt-master-rpm/systems=libvirt-centos-6/ws/...'>
(cd examples && make top_distdir=../libvirt-4.1.0 distdir=../libvirt-4.1.0/examples \
am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[1]: Entering directory `<https://ci.centos.org/job/libvirt-master-rpm/systems=libvirt-centos-6/ws/...'>
make[1]: Leaving directory `<https://ci.centos.org/job/libvirt-master-rpm/systems=libvirt-centos-6/ws/...'>
make \
top_distdir="libvirt-4.1.0" distdir="libvirt-4.1.0" \
dist-hook
make[1]: Entering directory `<https://ci.centos.org/job/libvirt-master-rpm/systems=libvirt-centos-6/ws/...'>
GEN gen-ChangeLog
GEN gen-AUTHORS
make[1]: Leaving directory `<https://ci.centos.org/job/libvirt-master-rpm/systems=libvirt-centos-6/ws/...'>
test -n "" \
|| find "libvirt-4.1.0" -type d ! -perm -755 \
-exec chmod u+rwx,go+rx {} \; -o \
! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
! -type d ! -perm -400 -exec chmod a+r {} \; -o \
! -type d ! -perm -444 -exec /bin/sh <https://ci.centos.org/job/libvirt-master-rpm/systems=libvirt-centos-6/ws/...> -c -m a+r {} {} \; \
|| chmod -R a+r "libvirt-4.1.0"
tardir=libvirt-4.1.0 && tar --format=posix -chf - "$tardir" | xz -c >libvirt-4.1.0.tar.xz
(stdin): 11.6 MiB / 218.8 MiB = 0.053, 1.0 MiB/s, 3:28
{ test ! -d "libvirt-4.1.0" || { find "libvirt-4.1.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -fr "libvirt-4.1.0"; }; }
++ pwd
+ rpmbuild --define '_topdir <https://ci.centos.org/job/libvirt-master-rpm/systems=libvirt-centos-6/ws/...'> -ta libvirt-4.1.0.tar.xz
error: Failed build dependencies:
fuse-devel >= 2.8.6 is needed by libvirt-4.1.0-1.el6.x86_64
Build step 'Execute shell' marked build as failure
6 years, 8 months
[Libvirt-ci] Build failed in Jenkins: virt-manager-master-py3-check » libvirt-debian-9 #6
by ci@centos.org
See <https://ci.centos.org/job/virt-manager-master-py3-check/systems=libvirt-d...>
------------------------------------------
Started by upstream project "virt-manager-master-py3-check" build number 6
originally caused by:
Started by upstream project "virt-manager-master-py3-build" build number 6
originally caused by:
Started by upstream project "libvirt-python-master-py3-build" build number 4
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/virt-manager-master-py3-check/systems=libvirt-d...>
[virt-manager-master] $ /bin/sh -xe /tmp/jenkins7035466071407513254.sh
+ MAKE=make
+ uname
+ unamestr=Linux
+ [ Linux = FreeBSD ]
+ export PATH=/home/jenkins/build/libvirt/bin:/home/jenkins/build/libvirt/bin:/home/jenkins/build/libvirt/bin:/home/jenkins/build/libvirt/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
+ export PYTHONPATH=/home/jenkins/build/libvirt/lib/python3.4/site-packages:/home/jenkins/build/libvirt/lib64/python3.4/site-packages:/home/jenkins/build/libvirt/lib/python3.5/site-packages:/home/jenkins/build/libvirt/lib64/python3.5/site-packages:/home/jenkins/build/libvirt/lib/python3.6/site-packages:/home/jenkins/build/libvirt/lib64/python3.6/site-packages:/home/jenkins/build/libvirt/lib/python3.7/site-packages:/home/jenkins/build/libvirt/lib64/python3.7/site-packages
+ python3 ./setup.py test
running test
..............................................................................................................................F......FF.......................................................................................................................................s........................................................................................................................................................................
======================================================================
FAIL: testCLI0002virt_install_singleton_config_2 (tests.clitest.CLITests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "<https://ci.centos.org/job/virt-manager-master-py3-check/systems=libvirt-d...",> line 1110, in <lambda>
return lambda s: cmdtemplate(s, cmd)
File "<https://ci.centos.org/job/virt-manager-master-py3-check/systems=libvirt-d...",> line 1109, in cmdtemplate
_cmdobj.run(self)
File "<https://ci.centos.org/job/virt-manager-master-py3-check/systems=libvirt-d...",> line 277, in run
tests.fail(err)
AssertionError: ./virt-install --name foobar --ram 64 --print-step all --connect __virtinst_test__test:///<https://ci.centos.org/job/virt-manager-master-py3-check/systems=libvirt-d...> --noautoconsole --os-variant fedora20 --pxe --memory 512,maxmemory=1024 --vcpus 4,cores=2,threads=2,sockets=2 --cpu foobar,+x2apic,+x2apicagain,-distest,forbid=foo,forbid=bar,disable=distest2,optional=opttest,require=reqtest,match=strict,vendor=meee,cell.id=0,cell.cpus=1,2,3,cell.memory=1024,cell1.id=1,cell1.memory=256,cell1.cpus=5-8,cell0.distances.sibling0.id=0,cell0.distances.sibling0.value=10,cell0.distances.sibling1.id=1,cell0.distances.sibling1.value=21,cell1.distances.sibling0.id=0,cell1.distances.sibling0.value=21,cell1.distances.sibling1.id=1,cell1.distances.sibling1.value=10,cache.mode=emulate,cache.level=3 --cputune vcpupin0.vcpu=0,vcpupin0.cpuset=0-3 --metadata title=my-title,description=my-description,uuid=00000000-1111-2222-3333-444444444444 --boot cdrom,fd,hd,network,menu=off,loader=/foo/bar --idmap uid_start=0,uid_target=1000,uid_count=10,gid_start=0,gid_target=1000,gid_count=10 --security type=static,label='system_u:object_r:svirt_image_t:s0:c100,c200',relabel=yes --numatune 1-3,4,mode=strict --memtune hard_limit=10,soft_limit=20,swap_hard_limit=30,min_guarantee=40 --blkiotune weight=100,device_path=/home/test/1.img,device_weight=200 --memorybacking size=1,unit='G',nodeset='1,2-5',nosharepages=yes,locked=yes --features acpi=off,eoi=on,privnet=on,hyperv_synic=on,hyperv_reset=on,hyperv_spinlocks=on,hyperv_spinlocks_retries=1234,vmport=off,pmu=off --clock offset=utc,hpet_present=no,rtc_tickpolicy=merge --sysinfo type=smbios,bios_vendor="Acme LLC",bios_version=1.2.3,bios_date=01/01/1970,bios_release=10.22 --sysinfo type=smbios,system_manufacturer="Acme Inc.",system_product=Computer,system_version=3.2.1,system_serial=123456789,system_uuid=00000000-1111-2222-3333-444444444444,system_sku=abc-123,system_family=Server --sysinfo type=smbios,baseBoard_manufacturer="Acme Corp.",baseBoard_product=Motherboard,baseBoard_version=A01,baseBoard_serial=1234-5678,baseBoard_asset=Tag,baseBoard_location=Chassis --pm suspend_to_mem=yes,suspend_to_disk=no --resource partition=/virtualmachines/production --events on_poweroff=destroy,on_reboot=restart,on_crash=preserve,on_lockfailure=ignore --controller usb3 --controller virtio-scsi --graphics vnc --filesystem /foo/source,/bar/target --memballoon virtio --watchdog ib700,action=pause --tpm passthrough,model=tpm-tis,path=/dev/tpm0 --rng egd,backend_host=127.0.0.1,backend_service=8000,backend_type=udp,backend_mode=bind,backend_connect_host=foo,backend_connect_service=708 --panic iobase=0x506
Conversion outputs did not match.
--- tests/cli-test-xml/compare/virt-install-singleton-config-2.xml
+++ Generated Output
@@ -91,6 +91,7 @@
<feature policy="disable" name="distest"/>
<feature policy="forbid" name="foo"/>
<feature policy="forbid" name="bar"/>
+ <cache mode="emulate" level="3"/>
<numa>
<cell id="0" cpus="1,2,3" memory="1024">
<distances>
@@ -105,7 +106,6 @@
</distances>
</cell>
</numa>
- <cache mode="emulate" level="3"/>
</cpu>
<clock offset="utc">
<timer name="rtc" tickpolicy="merge"/>
@@ -259,6 +259,7 @@
<feature policy="disable" name="distest"/>
<feature policy="forbid" name="foo"/>
<feature policy="forbid" name="bar"/>
+ <cache mode="emulate" level="3"/>
<numa>
<cell id="0" cpus="1,2,3" memory="1024">
<distances>
@@ -273,7 +274,6 @@
</distances>
</cell>
</numa>
- <cache mode="emulate" level="3"/>
</cpu>
<clock offset="utc">
<timer name="rtc" tickpolicy="merge"/>
======================================================================
FAIL: testCLI0009virt_install_memory_device_dimm (tests.clitest.CLITests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "<https://ci.centos.org/job/virt-manager-master-py3-check/systems=libvirt-d...",> line 1110, in <lambda>
return lambda s: cmdtemplate(s, cmd)
File "<https://ci.centos.org/job/virt-manager-master-py3-check/systems=libvirt-d...",> line 1109, in cmdtemplate
_cmdobj.run(self)
File "<https://ci.centos.org/job/virt-manager-master-py3-check/systems=libvirt-d...",> line 277, in run
tests.fail(err)
AssertionError: ./virt-install --connect __virtinst_test__test:///<https://ci.centos.org/job/virt-manager-master-py3-check/systems=libvirt-d...> --name foobar --ram 64 --print-step all --nographics --noautoconsole --import --disk none --memory 1024,hotplugmemorymax=2048,hotplugmemoryslots=2 --cpu cell0.cpus=0,cell0.memory=1048576 --memdev dimm,access=private,target_size=512,target_node=0,source_pagesize=4,source_nodemask=1-2
Conversion outputs did not match.
--- tests/cli-test-xml/compare/virt-install-memory-device-dimm.xml
+++ Generated Output
@@ -39,14 +39,14 @@
</interface>
<console type="pty"/>
<memory model="dimm" access="private">
+ <target>
+ <size>524288</size>
+ <node>0</node>
+ </target>
<source>
<pagesize>4</pagesize>
<nodemask>1-2</nodemask>
</source>
- <target>
- <size>524288</size>
- <node>0</node>
- </target>
</memory>
</devices>
</domain>
======================================================================
FAIL: testCLI0010virt_install_memory_device_nvdimm (tests.clitest.CLITests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "<https://ci.centos.org/job/virt-manager-master-py3-check/systems=libvirt-d...",> line 1110, in <lambda>
return lambda s: cmdtemplate(s, cmd)
File "<https://ci.centos.org/job/virt-manager-master-py3-check/systems=libvirt-d...",> line 1109, in cmdtemplate
_cmdobj.run(self)
File "<https://ci.centos.org/job/virt-manager-master-py3-check/systems=libvirt-d...",> line 277, in run
tests.fail(err)
AssertionError: ./virt-install --connect __virtinst_test__test:///<https://ci.centos.org/job/virt-manager-master-py3-check/systems=libvirt-d...> --name foobar --ram 64 --print-step all --nographics --noautoconsole --import --disk none --memory 1024,hotplugmemorymax=2048,hotplugmemoryslots=2 --cpu cell0.cpus=0,cell0.memory=1048576 --memdev nvdimm,source_path=/path/to/nvdimm,target_size=512,target_node=0,target_label_size=128
Conversion outputs did not match.
--- tests/cli-test-xml/compare/virt-install-memory-device-nvdimm.xml
+++ Generated Output
@@ -39,9 +39,6 @@
</interface>
<console type="pty"/>
<memory model="nvdimm">
- <source>
- <path>/path/to/nvdimm</path>
- </source>
<target>
<size>524288</size>
<node>0</node>
@@ -49,6 +46,9 @@
<size>131072</size>
</label>
</target>
+ <source>
+ <path>/path/to/nvdimm</path>
+ </source>
</memory>
</devices>
</domain>
----------------------------------------------------------------------
Ran 439 tests in 66.161s
FAILED (failures=3, skipped=1)
Build step 'Execute shell' marked build as failure
6 years, 8 months
[Libvirt-ci] Build failed in Jenkins: libvirt-glib-master-build » libvirt-freebsd-11 #914
by ci@centos.org
See <https://ci.centos.org/job/libvirt-glib-master-build/systems=libvirt-freeb...>
------------------------------------------
Started by upstream project "libvirt-glib-master-build" build number 914
originally caused by:
Started by upstream project "libvirt-master-build" build number 1212
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/libvirt-glib-master-build/systems=libvirt-freeb...>
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url git://n64.pufty.ci.centos.org/libvirt-glib.git # timeout=10
Fetching upstream changes from git://n64.pufty.ci.centos.org/libvirt-glib.git
> git --version # timeout=10
> git fetch --tags --progress git://n64.pufty.ci.centos.org/libvirt-glib.git +refs/heads/*:refs/remotes/origin/*
Checking out Revision 18f7dfe93a6066716a33c7cfbaf08c8339cf19ce (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 18f7dfe93a6066716a33c7cfbaf08c8339cf19ce
Commit message: "m4: disable gcc8 -Wcast-function-type warnings from -Wextra"
> git rev-list 18f7dfe93a6066716a33c7cfbaf08c8339cf19ce # timeout=10
Cleaning workspace
> git rev-parse --verify HEAD # timeout=10
FATAL: Invalid id: 18f7dfe93a6066716a33c7cfbaf08c8339cf19ce
Process leaked file descriptors. See https://jenkins.io/redirect/troubleshooting/process-leaked-file-descriptors for more information
Also: hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-connect connection from n64.pufty.ci.centos.org/172.19.3.128:31644
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1693)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:310)
at hudson.remoting.Channel.call(Channel.java:908)
at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:281)
at com.sun.proxy.$Proxy78.clean(Unknown Source)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl.clean(RemoteGitImpl.java:450)
at hudson.plugins.git.extensions.impl.CleanCheckout.onCheckoutCompleted(CleanCheckout.java:30)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1201)
at hudson.scm.SCM.checkout(SCM.java:495)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1202)
at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
at hudson.model.Run.execute(Run.java:1724)
at hudson.matrix.MatrixRun.run(MatrixRun.java:146)
at hudson.model.ResourceController.execute(ResourceController.java:97)
at hudson.model.Executor.run(Executor.java:429)
org.eclipse.jgit.errors.InvalidObjectIdException: Invalid id: 18f7dfe93a6066716a33c7cfbaf08c8339cf19ce
Process leaked file descriptors. See https://jenkins.io/redirect/troubleshooting/process-leaked-file-descriptors for more information
at org.eclipse.jgit.lib.ObjectId.fromString(ObjectId.java:232)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.validateRevision(CliGitAPIImpl.java:826)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.reset(CliGitAPIImpl.java:425)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.clean(CliGitAPIImpl.java:761)
at hudson.plugins.git.GitAPI.clean(GitAPI.java:311)
at sun.reflect.GeneratedMethodAccessor157.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:922)
at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:896)
at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:853)
at hudson.remoting.UserRequest.perform(UserRequest.java:207)
at hudson.remoting.UserRequest.perform(UserRequest.java:53)
at hudson.remoting.Request$2.run(Request.java:358)
at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at hudson.remoting.Engine$1$1.run(Engine.java:98)
at java.lang.Thread.run(Thread.java:748)
6 years, 8 months
[Libvirt-ci] Build failed in Jenkins: libvirt-master-syntax-check » libvirt-debian-9 #902
by ci@centos.org
See <https://ci.centos.org/job/libvirt-master-syntax-check/systems=libvirt-deb...>
------------------------------------------
Started by upstream project "libvirt-master-syntax-check" build number 902
originally caused by:
Started by upstream project "libvirt-master-build" build number 1211
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/libvirt-master-syntax-check/systems=libvirt-deb...>
[libvirt-master] $ /bin/sh -xe /tmp/jenkins6180326214540024213.sh
+ MAKE=make
+ uname
+ unamestr=Linux
+ [ Linux = FreeBSD ]
+ export PATH=/home/jenkins/build/libvirt/bin:/home/jenkins/build/libvirt/bin:/home/jenkins/build/libvirt/bin:/home/jenkins/build/libvirt/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
+ cd build
+ make -j3 syntax-check
GEN test-wrap-argv
GEN prohibit-duplicate-header
GEN spacing-check
GEN mock-noinline
GFDL_version
TAB_in_indentation
Wundef_boolean
avoid_attribute_unused_in_header
avoid_ctype_macros
avoid_if_before_free
avoid_strcase
avoid_write
bindtextdomain
cast_of_argument_to_free
cast_of_x_alloc_return_value
changelog
const_long_option
copyright_check
copyright_format
copyright_usage
correct_id_types
curly_braces_style
error_message_period
flags_debug
error_message_warn_fatal
flags_usage
forbid_const_pointer_typedef
forbid_manual_xml_indent
gettext_init
libvirt_unmarked_diagnostics
m4_quote_check
makefile_TAB_only_indentation
makefile_at_at_check
po_check
makefile_conditionals
preprocessor_indentation
prohibit_HAVE_MBRTOWC
prohibit_PATH_MAX
prohibit_VIR_ERR_NO_MEMORY
prohibit_access_xok
prohibit_always-defined_macros
prohibit_always_true_header_tests
prohibit_argmatch_without_use
prohibit_assert_without_use
prohibit_asprintf
prohibit_atoi
prohibit_backslash_alignment
prohibit_backup_files
prohibit_c_ctype_without_use
prohibit_cloexec_without_use
prohibit_canonicalize_without_use
prohibit_close
prohibit_close_stream_without_use
prohibit_config_h_in_headers
prohibit_cross_inclusion
prohibit_ctype_h
prohibit_cvs_keyword
prohibit_defined_have_decl_tests
prohibit_devname
prohibit_diagnostic_without_format
prohibit_dirent_without_use
prohibit_double_semicolon
prohibit_doubled_word
prohibit_empty_first_line
prohibit_empty_lines_at_EOF
prohibit_error_without_use
prohibit_exit_in_tests
prohibit_fork_wrappers
prohibit_getenv
prohibit_gethostname
prohibit_gettext_markup
prohibit_getopt_without_use
prohibit_hash_pjw_without_use
prohibit_gettext_noop
prohibit_have_config_h
prohibit_http_urls
prohibit_ignore_value_without_use
prohibit_include_public_headers_brackets
prohibit_include_public_headers_quote
prohibit_int_assign_bool
prohibit_int_ijk
prohibit_int_index
prohibit_internal_functions
prohibit_inttostr_without_use
prohibit_intprops_without_use
prohibit_long_lines
prohibit_libgen
prohibit_long_options_without_use
prohibit_loop_iijjkk
prohibit_loop_var_decl
prohibit_magic_number_exit
prohibit_mixed_case_abbreviations
prohibit_mkstemp
prohibit_newline_at_end_of_diagnostic
prohibit_nonreentrant
prohibit_obj_free_apis_in_virsh
prohibit_not_streq
prohibit_paren_brace
prohibit_openat_without_use
prohibit_path_max_allocation
prohibit_posixver_without_use
prohibit_pthread_create
prohibit_raw_allocation
prohibit_readdir
prohibit_readlink
prohibit_return_as_function
prohibit_reversed_compare_failure
prohibit_root_dev_ino_without_use
prohibit_risky_id_promotion
prohibit_safe_read_without_use
prohibit_same_without_use
prohibit_semicolon_at_eol_in_python
prohibit_select
prohibit_setuid
prohibit_signal_without_use
prohibit_space_in_label
prohibit_sprintf
prohibit_static_zero_init
prohibit_stddef_without_use
prohibit_stdio--_without_use
prohibit_stdio-safer_without_use
prohibit_strcmp
prohibit_strdup
prohibit_strings_without_use
prohibit_strncmp
prohibit_strtol
prohibit_strncpy
prohibit_sysconf_pagesize
prohibit_system_error_with_vir_err
prohibit_test_double_equal
prohibit_test_minus_ao
prohibit_unbounded_arrays_in_rpc
prohibit_unsigned_pid
prohibit_useless_translation
prohibit_verbose_strcat
prohibit_verify_without_use
prohibit_virBufferAdd_with_string_literal
prohibit_virBufferAsprintf_with_string_literal
prohibit_virConnectOpen_in_virsh
prohibit_virSecurity
prohibit_virXXXFree
prohibit_windows_special_chars_in_filename
prohibit_wrong_filename_in_comment
prohibit_xalloc_without_use
prohibit_xfreopen_without_use
prohibit_xmlGetProp
prohibit_xmlURI
proper_name_utf8_requires_ICONV
redundant_const
require_config_h
require_config_h_first
require_enum_last_marker
require_if_else_matching_braces
require_locale_h
require_space_before_label
require_whitespace_in_translation
size_of_brackets
spec_indentation
unmarked_diagnostics
trailing_blank
vulnerable_makefile_CVE-2009-4029
maint.mk: skipping test sc_preprocessor_indentation: cppi not installed
../src/Makefile.am:2836: $(INSTALL_SCRIPT) $(srcdir)/$$f.sysconf $(DESTDIR)$(sysconfdir)/sysconfig/$$tgt; \
maint.mk: Wrap long lines in Makefiles
../cfg.mk:721: recipe for target 'sc_prohibit_long_lines' failed
make: *** [sc_prohibit_long_lines] Error 1
make: *** Waiting for unfinished jobs....
Build step 'Execute shell' marked build as failure
6 years, 8 months