[Libvirt-ci] Build failed in Jenkins: libosinfo-syntax-check » libvirt-debian-9 #84

ci at centos.org ci at centos.org
Thu Jan 24 14:02:30 UTC 2019


See <https://ci.centos.org/job/libosinfo-syntax-check/systems=libvirt-debian-9/84/display/redirect>

------------------------------------------
Started by upstream project "libosinfo-syntax-check" build number 84
originally caused by:
 Started by upstream project "libosinfo-build" build number 87
 originally caused by:
  Started by upstream project "osinfo-db-build" build number 49
  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-syntax-check/systems=libvirt-debian-9/ws/>
[libosinfo] $ /bin/sh -xe /tmp/jenkins4078158493828034247.sh
+ cd build
+ /usr/bin/make syntax-check
GFDL_version
TAB_in_indentation
Wundef_boolean
avoid_attribute_unused_in_header
avoid_if_before_free
bindtextdomain
bracket_spacing_check
cast_of_argument_to_free
cast_of_x_alloc_return_value
changelog
const_long_option
copyright_check
copyright_format
error_message_period
error_message_warn_fatal
m4_quote_check
makefile_TAB_only_indentation
makefile_at_at_check
makefile_path_separator_check
obsolete_symbols
po_check
preprocessor_indentation
prohibit_HAVE_MBRTOWC
prohibit_S_IS_definition
prohibit_always-defined_macros
prohibit_argmatch_without_use
prohibit_assert_without_use
prohibit_backup_files
prohibit_atoi_atof
prohibit_c_ctype_without_use
prohibit_canonicalize_without_use
prohibit_cloexec_without_use
prohibit_close_stream_without_use
prohibit_cvs_keyword
prohibit_defined_have_decl_tests
prohibit_dirent_without_use
prohibit_doubled_word
prohibit_error_without_use
prohibit_empty_lines_at_EOF
prohibit_getopt_without_use
prohibit_hash_pjw_without_use
prohibit_hash_without_use
prohibit_have_config_h
prohibit_ignore_value_without_use
prohibit_inttostr_without_use
prohibit_intprops_without_use
prohibit_long_options_without_use
prohibit_magic_number_exit
prohibit_openat_without_use
prohibit_path_max_allocation
prohibit_posixver_without_use
prohibit_quote_without_use
prohibit_quotearg_without_use
prohibit_reversed_compare_failure
prohibit_root_dev_ino_without_use
prohibit_safe_read_without_use
prohibit_same_without_use
prohibit_signal_without_use
prohibit_stat_st_blocks
prohibit_stddef_without_use
prohibit_stdio--_without_use
prohibit_stdio-safer_without_use
prohibit_strcmp
prohibit_strings_without_use
prohibit_strncpy
prohibit_test_double_equal
prohibit_test_minus_ao
prohibit_undesirable_word_seq
prohibit_xalloc_without_use
prohibit_verify_without_use
prohibit_xfreopen_without_use
redundant_const
proper_name_utf8_requires_ICONV
require_config_h
require_test_exit_idiom
require_config_h_first
space_tab
texinfo_acronym
tight_scope
trailing_blank
unmarked_diagnostics
useless_cpp_parens
vulnerable_makefile_CVE-2009-4029
vulnerable_makefile_CVE-2012-3386
  GEN      sc_bracket_spacing_check
maint.mk: skipping test sc_preprocessor_indentation: cppi not installed
maint.mk: skipping sc_tight_scope
17.97 GFDL_version
17.99 TAB_in_indentation
17.99 avoid_attribute_unused_in_header
18.00 avoid_if_before_free
17.99 Wundef_boolean
18.01 bindtextdomain
18.01 bracket_spacing_check
18.01 cast_of_argument_to_free
18.03 cast_of_x_alloc_return_value
18.01 changelog
18.04 const_long_option
18.04 copyright_check
18.04 copyright_format
18.04 error_message_period
18.06 m4_quote_check
18.06 error_message_warn_fatal
18.07 makefile_TAB_only_indentation
18.07 makefile_at_at_check
18.09 makefile_path_separator_check
18.08 obsolete_symbols
18.09 preprocessor_indentation
18.10 po_check
18.11 prohibit_HAVE_MBRTOWC
18.14 prohibit_S_IS_definition
18.13 prohibit_always-defined_macros
18.17 prohibit_argmatch_without_use
18.17 prohibit_assert_without_use
../tests/test-os.c:239:    g_assert_cmpint(osinfo_resources_get_n_cpus(resources), ==, 1);    
../tests/test-os.c:240:    g_assert_cmpint(osinfo_resources_get_cpu(resources), ==, 1);    
../tests/test-os.c:241:    g_assert_cmpint(osinfo_resources_get_ram(resources), ==, 1);    
../tests/test-os.c:242:    g_assert_cmpint(osinfo_resources_get_storage(resources), ==, 1);    
../tests/test-os.c:247:    g_assert_cmpint(osinfo_resources_get_n_cpus(resources), ==, 2);    
../tests/test-os.c:248:    g_assert_cmpint(osinfo_resources_get_cpu(resources), ==, 2);    
../tests/test-os.c:249:    g_assert_cmpint(osinfo_resources_get_ram(resources), ==, 2);    
../tests/test-os.c:250:    g_assert_cmpint(osinfo_resources_get_storage(resources), ==, 2);    
../tests/test-os.c:255:    g_assert_cmpint(osinfo_resources_get_n_cpus(resources), ==, 3);    
../tests/test-os.c:256:    g_assert_cmpint(osinfo_resources_get_cpu(resources), ==, 3);    
../tests/test-os.c:257:    g_assert_cmpint(osinfo_resources_get_ram(resources), ==, 3);    
../tests/test-os.c:258:    g_assert_cmpint(osinfo_resources_get_storage(resources), ==, 3);    
../tests/test-os.c:263:    g_assert_cmpint(osinfo_resources_get_n_cpus(resources), ==, 4);    
../tests/test-os.c:264:    g_assert_cmpint(osinfo_resources_get_cpu(resources), ==, 4);    
../tests/test-os.c:265:    g_assert_cmpint(osinfo_resources_get_ram(resources), ==, 4);    
../tests/test-os.c:266:    g_assert_cmpint(osinfo_resources_get_storage(resources), ==, 4);    
maint.mk: found trailing blank(s)
../maint.mk:746: recipe for target 'sc_trailing_blank' failed
make: *** [sc_trailing_blank] Error 1
make: *** Waiting for unfinished jobs....
18.24 prohibit_atoi_atof
18.25 prohibit_backup_files
Build step 'Execute shell' marked build as failure




More information about the Libvirt-ci mailing list