Your message dated Mon, 15 Aug 2016 22:05:52 +0000
with message-id <e1bzq12-000824...@franck.debian.org>
and subject line Bug#831028: fixed in cfengine3 3.7.4-1
has caused the Debian Bug report #831028,
regarding cfengine3: FTBFS: FAIL: rlist_test [..] Segmentation fault
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
831028: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=831028
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: cfengine3
Version: 3.6.2-4
Severity: serious
Justification: fails to build from source
User: reproducible-bui...@lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-Cc: reproducible-bui...@lists.alioth.debian.org

Dear Maintainer,

cfengine3 fails to build from source in unstable/amd64:

  [..]

    CC       vercmp_internal.o
    CC       retcode.o
    CCLD     package_versions_compare_test
    CC       files_lib_test.o
  files_lib_test.c: In function 'tests_setup':
  files_lib_test.c:19:5: warning: ignoring return value of 'mkdtemp', declared 
with attribute warn_unused_result [-Wunused-result]
       mkdtemp(CFWORKDIR);
       ^
  files_lib_test.c: In function 'tests_teardown':
  files_lib_test.c:29:5: warning: ignoring return value of 'system', declared 
with attribute warn_unused_result [-Wunused-result]
       system(cmd);
       ^
    CCLD     files_lib_test
    CC       file_lib_test-file_lib_test.o
    CC       file_lib_test-file_lib.o
    CC       file_lib_test-logging.o
    CC       file_lib_test-misc_lib.o
    CC       file_lib_test-string_lib.o
    CC       file_lib_test-sequence.o
    CC       file_lib_test-unix_dir.o
    CC       file_lib_test-writer.o
    CCLD     file_lib_test
    CC       map_test.o
    CCLD     map_test
    CC       parsemode_test.o
    CCLD     parsemode_test
    CC       parser_test.o
    CCLD     parser_test
    CC       policy_test.o
  policy_test.c: In function 'LoadAndCheckString':
  policy_test.c:48:5: warning: ignoring return value of 'mkstemp', declared 
with attribute warn_unused_result [-Wunused-result]
       mkstemp(tmp);
       ^
  policy_test.c: In function 'test_failsafe':
  policy_test.c:71:5: warning: ignoring return value of 'mkstemp', declared 
with attribute warn_unused_result [-Wunused-result]
       mkstemp(tmp);
       ^
    CCLD     policy_test
    CC       sort_test.o
    CCLD     sort_test
    CC       file_name_test.o
    CCLD     file_name_test
    CC       logging_test.o
    CC       syslog_client.o
    CCLD     logging_test
    CC       logging_timestamp_test.o
    CCLD     logging_timestamp_test
    CC       granules_test.o
    CCLD     granules_test
    CC       scope_test.o
    CCLD     scope_test
    CC       conversion_test.o
    CC       conversion.o
    CCLD     conversion_test
    CC       files_interfaces_test.o
  files_interfaces_test.c: In function 'tests_setup':
  files_interfaces_test.c:20:5: warning: ignoring return value of 'mkdtemp', 
declared with attribute warn_unused_result [-Wunused-result]
       mkdtemp(CFWORKDIR);
       ^
  files_interfaces_test.c: In function 'tests_teardown':
  files_interfaces_test.c:30:5: warning: ignoring return value of 'system', 
declared with attribute warn_unused_result [-Wunused-result]
       system(cmd);
       ^
    CCLD     files_interfaces_test
    CC       refcount_test.o
    CC       refcount.o
    CCLD     refcount_test
    CC       list_test.o
    CCLD     list_test
    CC       cf_key_functions_test.o
    CC       cf-key-functions.o
    CCLD     cf_key_functions_test
    CC       connection_management_test.o
    CC       server_common.o
    CC       server_tls.o
    CCLD     connection_management_test
    CC       expand_test.o
    CCLD     expand_test
    CC       string_expressions_test.o
    CCLD     string_expressions_test
    CC       var_expressions_test.o
    CCLD     var_expressions_test
    CC       process_terminate_unix_test.o
    CC       process_unix.o
    CCLD     process_terminate_unix_test
    CC       exec-config-test.o
    CC       exec-config.o
    CC       execd-config.o
    CCLD     exec-config-test
    CC       generic_agent_test.o
    CCLD     generic_agent_test
    CC       syntax_test.o
    CCLD     syntax_test
    CC       sysinfo_test.o
    CCLD     sysinfo_test
    CC       ipaddress_test.o
    CCLD     ipaddress_test
    CC       hashes_test.o
    CCLD     hashes_test
  hashes_test.o: In function `MakeTempFileWithContent':
  
/home/lamby/temp/cdt.20160713210310.k3xUGSLR3B.cfengine3/cfengine3-3.6.2/tests/unit/hashes_test.c:9:
 warning: the use of `tempnam' is dangerous, better use `mkstemp'
    CC       rb-tree-test.o
    CCLD     rb-tree-test
    CC       variable_test.o
    CCLD     variable_test
    CC       protocol_test.o
    CC       server.o
    CC       cf-serverd-enterprise-stubs.o
    CC       server_transform.o
    CC       cf-serverd-functions.o
    CC       server_access.o
    CC       strlist.o
    CCLD     protocol_test
    CC       mon_load_test.o
    CC       mon_load.o
    CCLD     mon_load_test
    CC       mon_processes_test.o
  mon_processes_test.c: In function 'tests_setup':
  mon_processes_test.c:12:5: warning: ignoring return value of 'mkdtemp', 
declared with attribute warn_unused_result [-Wunused-result]
       mkdtemp(CFWORKDIR);
       ^
  mon_processes_test.c: In function 'tests_teardown':
  mon_processes_test.c:23:5: warning: ignoring return value of 'system', 
declared with attribute warn_unused_result [-Wunused-result]
       system(cmd);
       ^
    CC       mon_processes.o
    CCLD     mon_processes_test
    CC       mustache_test.o
    CCLD     mustache_test
    CC       class_test.o
    CCLD     class_test
    CC       version_test.o
    CCLD     version_test
    CC       hash_test.o
    CCLD     hash_test
    CC       key_test.o
    CCLD     key_test
    CC       cf_upgrade_test-cf_upgrade_test.o
    CC       cf_upgrade_test-alloc-mini.o
    CC       cf_upgrade_test-command_line.o
    CC       cf_upgrade_test-configuration.o
    CC       cf_upgrade_test-log.o
    CC       cf_upgrade_test-process.o
    CC       cf_upgrade_test-update.o
    CCLD     cf_upgrade_test
    CC       queue_test.o
    CCLD     queue_test
    CC       matching_test.o
    CCLD     matching_test
    CC       ring_buffer_test.o
    CCLD     ring_buffer_test
    CC       strlist_test.o
    CCLD     strlist_test
    CC       addr_lib_test.o
    CCLD     addr_lib_test
    CC       libcompat_test-libcompat_test.o
    CCLD     libcompat_test
    CC       enterprise_extension_test.o
    CCLD     enterprise_extension_test
    CC       linux_process_test.o
    CC       process_linux.o
    CC       file_lib.o
    CCLD     linux_process_test
    CC       tls_generic_test.o
  tls_generic_test.c: In function 'create_temps':
  tls_generic_test.c:607:9: warning: variable 'ret' set but not used 
[-Wunused-but-set-variable]
       int ret;
           ^
    CCLD     tls_generic_test
  PASS: arg_split_test
  PASS: assoc_test
  PASS: atexit_test
  PASS: csv_writer_test
  PASS: item_test
  ../../test-driver: line 107:   720 Segmentation fault      (core dumped) "$@" 
> $log_file 2>&1
  FAIL: rlist_test
  PASS: domainname_test
  PASS: set_test
  PASS: set_domainname_test
  PASS: str_test
  PASS: json_test
  PASS: csv_parser_test
  PASS: evalfunction_test
  PASS: eval_context_test
  PASS: regex_test
  PASS: alloc_test
  PASS: string_writer_test
  PASS: file_writer_test
  PASS: xml_writer_test
  PASS: sequence_test
  PASS: lastseen_test
  PASS: lastseen_migration_test
  PASS: changes_migration_test
  PASS: db_test
  PASS: db_concurrent_test
  PASS: dbm_migration_bundles_test
  PASS: misc_lib_test
  PASS: item_lib_test
  PASS: crypto_symmetric_test
  PASS: persistent_lock_test
  PASS: thread_test
  PASS: package_versions_compare_test
  PASS: files_lib_test
  PASS: file_lib_test
  PASS: map_test
  PASS: parsemode_test
  PASS: parser_test
  PASS: policy_test
  PASS: sort_test
  PASS: file_name_test
  PASS: logging_test
  PASS: logging_timestamp_test
  PASS: granules_test
  PASS: scope_test
  PASS: conversion_test
  PASS: files_interfaces_test
  PASS: refcount_test
  PASS: list_test
  PASS: cf_key_functions_test
  PASS: connection_management_test
  PASS: expand_test
  PASS: string_expressions_test
  PASS: var_expressions_test
  PASS: process_terminate_unix_test
  PASS: exec-config-test
  PASS: generic_agent_test
  PASS: syntax_test
  PASS: sysinfo_test
  PASS: ipaddress_test
  PASS: hashes_test
  PASS: rb-tree-test
  PASS: variable_test
  PASS: protocol_test
  PASS: mon_load_test
  PASS: mon_processes_test
  PASS: mustache_test
  PASS: class_test
  PASS: version_test
  PASS: hash_test
  PASS: key_test
  PASS: cf_upgrade_test
  PASS: queue_test
  PASS: matching_test
  PASS: ring_buffer_test
  PASS: strlist_test
  PASS: addr_lib_test
  PASS: libcompat_test
  PASS: enterprise_extension_test
  PASS: linux_process_test
  PASS: tls_generic_test
  PASS: dynamic_dependency_test.sh
  =================================
     : tests/unit/test-suite.log
  =================================
  
  # TOTAL: 81
  # PASS:  80
  # SKIP:  0
  # XFAIL: 0
  # FAIL:  1
  # XPASS: 0
  # ERROR: 0
  
  .. contents:: :depth: 2
  
  FAIL: rlist_test
  ================
  
  Segmentation fault
  FAIL rlist_test (exit status: 139)
  
  ============================================================================
  Testsuite summary for 
  ============================================================================
  # TOTAL: 81
  # PASS:  80
  # SKIP:  0
  # XFAIL: 0
  # FAIL:  1
  # XPASS: 0
  # ERROR: 0
  ============================================================================
  See tests/unit/test-suite.log
  ============================================================================
  Makefile:3010: recipe for target 'test-suite.log' failed
  make[6]: *** [test-suite.log] Error 1
  Makefile:3116: recipe for target 'check-TESTS' failed
  make[5]: *** [check-TESTS] Error 2
  Makefile:3777: recipe for target 'check-am' failed
  make[4]: *** [check-am] Error 2
  Makefile:447: recipe for target 'check-recursive' failed
  make[3]: *** [check-recursive] Error 1
  Makefile:598: recipe for target 'check-recursive' failed
  make[2]: *** [check-recursive] Error 1
  Makefile:887: recipe for target 'check' failed
  make[1]: *** [check] Error 2
  make[1]: Leaving directory 
'/home/lamby/temp/cdt.20160713210310.k3xUGSLR3B.cfengine3/cfengine3-3.6.2'
  dh_auto_test: make -j1 check VERBOSE=1 returned exit code 2
  debian/rules:5: recipe for target 'build' failed
  make: *** [build] Error 2

  [..]

The full build log is attached.


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      la...@debian.org / chris-lamb.co.uk
       `-

Attachment: cfengine3.3.6.2-4.unstable.amd64.log.txt.gz
Description: Binary data


--- End Message ---
--- Begin Message ---
Source: cfengine3
Source-Version: 3.7.4-1

We believe that the bug you reported is fixed in the latest version of
cfengine3, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 831...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Antonio Radici <anto...@debian.org> (supplier of updated cfengine3 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Mon, 15 Aug 2016 09:56:05 +0100
Source: cfengine3
Binary: cfengine3 cfengine3-dbg libpromises3
Architecture: source amd64
Version: 3.7.4-1
Distribution: unstable
Urgency: medium
Maintainer: Antonio Radici <anto...@debian.org>
Changed-By: Antonio Radici <anto...@debian.org>
Description:
 cfengine3  - tool for configuring and maintaining network machines
 cfengine3-dbg - debugging symbols for cfengine3
 libpromises3 - libpromises library for cfengine3 binaries
Closes: 831028
Changes:
 cfengine3 (3.7.4-1) unstable; urgency=medium
 .
   * Upgraded to the latest upstream LTS.
     + the above upgrade solves the build problem (Closes: 831028)
   * debian/rules:
     + setting EXPLICIT_VERSION due to a new requirement in upstream's
       configure.ac
     + enabled all hardening options using the exported build flags
   * debian/patches:
     + dropped 0001-redmine_6316.patch which was already included upstream
     + added 0009_disable_spelling_errors.patch to fix spelling error
     + patches refreshed
   * debian/control:
     + Standards-Version upgrade to 3.9.8, no change required
     + VCS url moved to canonical and secure links
     + Added python as recommended dependency due to some modules provided
       with 3.7.4
Checksums-Sha1:
 506e8494617eb7f136fb0e63f3e1794cd356d890 2408 cfengine3_3.7.4-1.dsc
 ab73e8ca46469eb24b777bcccdd4327c0502394c 453602 
cfengine3_3.7.4.orig-masterfiles.tar.gz
 445cc9c8958709b31eaec9b0513e7f4773c75ddc 2135460 cfengine3_3.7.4.orig.tar.gz
 800f8ee8698fee96902b392235dd410086f8acce 15392 cfengine3_3.7.4-1.debian.tar.xz
 362f217bdf29f313eb45d8545bb50aee231f311c 1403164 
cfengine3-dbg_3.7.4-1_amd64.deb
 46d647c7d2c0f00168d6ebea2a9782401936fe45 348238 cfengine3_3.7.4-1_amd64.deb
 c56d72dad29e92c8d62210a41704e18168d0bb94 333034 libpromises3_3.7.4-1_amd64.deb
Checksums-Sha256:
 498edb35ea56d0b0f098da0cd0513dcedd38203e3f5d80188eec5b35927a6137 2408 
cfengine3_3.7.4-1.dsc
 9516a6ab7800f74b03abfa190f6cb8ed18cd669a49e63365f65ea56df7b953c0 453602 
cfengine3_3.7.4.orig-masterfiles.tar.gz
 8f980004e901318ca9ba2eb5ab4ca25c3561116936bba169b90643ef0b6940df 2135460 
cfengine3_3.7.4.orig.tar.gz
 062d93e5023039f87cf60defa08c9daed7aac6a3c5889e7dac3996c3d878eaba 15392 
cfengine3_3.7.4-1.debian.tar.xz
 286896d4a9af19bf99269d751377f3d3645218cb7f6429417cce452fbddb56c7 1403164 
cfengine3-dbg_3.7.4-1_amd64.deb
 fd6d4346a8482af9c36edf20311fa498cf2321b1ef10a2d14312b70048616091 348238 
cfengine3_3.7.4-1_amd64.deb
 e8908ceeeebe4b064f65abe51fab5ecfcf00f75254507c58ae89a419e2e40473 333034 
libpromises3_3.7.4-1_amd64.deb
Files:
 a12ce73e07cc93b0ea5d0f52020a431d 2408 admin optional cfengine3_3.7.4-1.dsc
 c52543997cc3921213c56f4579d68fdc 453602 admin optional 
cfengine3_3.7.4.orig-masterfiles.tar.gz
 7322acc96a693bda2726030365c90bcc 2135460 admin optional 
cfengine3_3.7.4.orig.tar.gz
 b7fb8041a2a2779b5936aba6abe6f8ca 15392 admin optional 
cfengine3_3.7.4-1.debian.tar.xz
 150fcd8805285b044d202ff92c3c4cc5 1403164 debug extra 
cfengine3-dbg_3.7.4-1_amd64.deb
 7c774fa2ad94408f1c3477a28aa425ea 348238 admin optional 
cfengine3_3.7.4-1_amd64.deb
 abf35553f7e6a1737d650bdcc87470a5 333034 libs optional 
libpromises3_3.7.4-1_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBAgAGBQJXsiIcAAoJEDXIyIhyyx7t/pQP/AzyZPgCGMQVTn4/sFBJT1eQ
aV6scKpeEfDjwd7me2dMBs3NIUkAUbLF2GcC+435AzdlfSM/j8uoCEsE6ZzXmVGv
b/AoPlXz/GASeMupIIgEZ8webUPOEnRTjgszjq8ydjlYMoPn2mNa1ue/p5I9Fj3s
9Sv5IGkhYRVXD286AHpBAXV0PbQ1i9EAwhS1Ib0CE8UhmG1cHwb6Ej97iR2y9i6H
Z4DCdE4jVLAJkioLXmibhi9EGceSbQ3+xnqNgXj1nf4t3YCZKnJyAdeOeLBF/PSP
yMtOW71G9I9t9t/xi/9lT2Uwy/j47b9/b1uRox6SuHRNPWBaIn6rd1ACTlZlABjN
CMB3obRNoTNZddaC0KqxSZjTma3dpTL1FESizx5JXGm39RHd0cciElsQqT+pTnNz
kaClUTzw5I9U5Zj6C3fEKJIVA4FnJKPb7VCuO0Dr29CpRec+gUGspMfqwSFnyiew
g8f8ANR5q0w7aEePb3O+bL6N3tosvys9yTXuSjyXsK2dQxu8BbFQl2upveIx7yQK
4pXyOrrt/jLJREYNF8y16LqYrJI3n0Mulanh3nNgQkvxrtbL2RceTaLe/fD8rQIN
g7Ya2OYKZVXcIrKsqjW04NpXYTQF5aDSNRxP7YluRJyudW0V/A/Rr8CrCBuYkvmM
BzyVqiWcy00xwjTG7qvr
=lS0R
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to