[Bug 211874] Some lib/libarchive test failures after r304075
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Aug 15 17:35:55 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211874
Bug ID: 211874
Summary: Some lib/libarchive test failures after r304075
Product: Base System
Version: CURRENT
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: tests
Assignee: freebsd-testing at freebsd.org
Reporter: ngie at FreeBSD.org
4 testcases now fail with lib/libarchive on FreeBSD after the latest batch of
libarchive changes in r304075.
$ uname -a
FreeBSD fbsd11 12.0-CURRENT FreeBSD 12.0-CURRENT #5 r304091:304099: Sun Aug 14
13:08:45 PDT 2016 ngie at fbsd11:/usr/obj/usr/src/svn/sys/GENERIC amd64
$ svn info /usr/src/svn/
Path: /usr/src/svn
Working Copy Root Path: /usr/src/svn
URL: svn+ssh://ngie@repo.freebsd.org/base/projects/netbsd-tests-update-12
Relative URL: ^/projects/netbsd-tests-update-12
Repository Root: svn+ssh://ngie@repo.freebsd.org/base
Repository UUID: ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
Revision: 304166
Node Kind: directory
Schedule: normal
Last Changed Author: ngie
Last Changed Rev: 304099
Last Changed Date: 2016-08-14 12:54:40 -0700 (Sun, 14 Aug 2016)
$
Example:
# cd /usr/tests; sudo kyua test
...
lib/libarchive/functional_test:test_read_format_zip_high_compression ->
failed: atf-check failed; see the output of the test for details [2.511s]
lib/libarchive/functional_test:test_write_disk_secure745 -> failed: atf-check
failed; see the output of the test for details [2.138s]
lib/libarchive/functional_test:test_write_disk_secure746a -> failed:
atf-check failed; see the output of the test for details [2.392s]
lib/libarchive/functional_test:test_write_disk_secure746b -> failed:
atf-check failed; see the output of the test for details [2.494s]
#
# kyua debug -k lib/libarchive/Kyuafile
functional_test:test_read_format_zip_high_compression
Executing command [ /usr/tests/lib/libarchive/libarchive_test -d -r
/usr/tests/lib/libarchive -v test_read_format_zip_high_compression ]
Fail: program did not exit cleanly
stdout:
If tests fail or crash, details will be in:
/tmp/kyua.atf-tester.qqT1GA/libarchive_test.2016-08-15T17.29.24-000
Reference files will be read from: /usr/tests/lib/libarchive
Exercising: libarchive 3.2.1 zlib/1.2.8 liblzma/5.2.2 bz2lib/1.0.6
318: test_read_format_zip_high_compression
/usr/src/svn/contrib/libarchive/libarchive/test/test_read_format_zip_high_compression.c:65:
ARCHIVE_OK != archive_read_data_block(a, &pv, &s, &o)
stderr:
*** forcing core dump so failure can be debugged ***
functional_test:test_read_format_zip_high_compression -> failed: atf-check
failed; see the output of the test for details
# kyua debug -k lib/libarchive/Kyuafile
functional_test:test_write_disk_secure745
Executing command [ /usr/tests/lib/libarchive/libarchive_test -d -r
/usr/tests/lib/libarchive -v test_write_disk_secure745 ]
Fail: program did not exit cleanly
stdout:
If tests fail or crash, details will be in:
/tmp/kyua.atf-tester.sMoghQ/libarchive_test.2016-08-15T17.29.55-000
Reference files will be read from: /usr/tests/lib/libarchive
Exercising: libarchive 3.2.1 zlib/1.2.8 liblzma/5.2.2 bz2lib/1.0.6
380: test_write_disk_secure745
/usr/src/svn/contrib/libarchive/libarchive/test/test_write_disk_secure745.c:74:
File ../target has mode 755, expected 700
stderr:
*** forcing core dump so failure can be debugged ***
functional_test:test_write_disk_secure745 -> failed: atf-check failed; see
the output of the test for details
# kyua debug -k lib/libarchive/Kyuafile
functional_test:test_write_disk_secure746a
Executing command [ /usr/tests/lib/libarchive/libarchive_test -d -r
/usr/tests/lib/libarchive -v test_write_disk_secure746a ]
Fail: program did not exit cleanly
stdout:
If tests fail or crash, details will be in:
/tmp/kyua.atf-tester.Au9yjQ/libarchive_test.2016-08-15T17.30.14-000
Reference files will be read from: /usr/tests/lib/libarchive
Exercising: libarchive 3.2.1 zlib/1.2.8 liblzma/5.2.2 bz2lib/1.0.6
381: test_write_disk_secure746a
/usr/src/svn/contrib/libarchive/libarchive/test/test_write_disk_secure746.c:69:
ARCHIVE_FAILED != archive_write_header(a, ae)
stderr:
*** forcing core dump so failure can be debugged ***
functional_test:test_write_disk_secure746a -> failed: atf-check failed; see
the output of the test for details
# kyua debug -k lib/libarchive/Kyuafile
functional_test:test_write_disk_secure746b
Executing command [ /usr/tests/lib/libarchive/libarchive_test -d -r
/usr/tests/lib/libarchive -v test_write_disk_secure746b ]
Fail: program did not exit cleanly
stdout:
If tests fail or crash, details will be in:
/tmp/kyua.atf-tester.UX9guX/libarchive_test.2016-08-15T17.30.32-000
Reference files will be read from: /usr/tests/lib/libarchive
Exercising: libarchive 3.2.1 zlib/1.2.8 liblzma/5.2.2 bz2lib/1.0.6
382: test_write_disk_secure746b
/usr/src/svn/contrib/libarchive/libarchive/test/test_write_disk_secure746.c:109:
ARCHIVE_FAILED != archive_write_header(a, ae)
stderr:
*** forcing core dump so failure can be debugged ***
functional_test:test_write_disk_secure746b -> failed: atf-check failed; see
the output of the test for details
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-testing
mailing list