Last active
November 10, 2024 00:35
-
-
Save al3xtjames/18f8280df61298049d6c4001b0536d45 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Running phase: unpackPhase | |
@nix { "action": "setPhase", "phase": "unpackPhase" } | |
unpacking source archive /nix/store/j2g2ndsch154rbhbvy2736kzniwsp2iw-source | |
source root is source | |
Running phase: patchPhase | |
@nix { "action": "setPhase", "phase": "patchPhase" } | |
Running phase: autoreconfPhase | |
@nix { "action": "setPhase", "phase": "autoreconfPhase" } | |
autoreconf: export WARNINGS= | |
autoreconf: Entering directory '.' | |
autoreconf: configure.ac: not using Gettext | |
autoreconf: running: aclocal --force -I build/autoconf | |
autoreconf: configure.ac: tracing | |
autoreconf: running: libtoolize --copy --force | |
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build/autoconf'. | |
libtoolize: copying file 'build/autoconf/ltmain.sh' | |
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'build/autoconf'. | |
libtoolize: copying file 'build/autoconf/libtool.m4' | |
libtoolize: copying file 'build/autoconf/ltoptions.m4' | |
libtoolize: copying file 'build/autoconf/ltsugar.m4' | |
libtoolize: copying file 'build/autoconf/ltversion.m4' | |
libtoolize: copying file 'build/autoconf/lt~obsolete.m4' | |
autoreconf: configure.ac: not using Intltool | |
autoreconf: configure.ac: not using Gtkdoc | |
autoreconf: running: aclocal --force -I build/autoconf | |
autoreconf: running: /nix/store/nlwifxnh53ikv2fzs8ibq92pjg7jczqa-autoconf-2.72/bin/autoconf --force | |
autoreconf: running: /nix/store/nlwifxnh53ikv2fzs8ibq92pjg7jczqa-autoconf-2.72/bin/autoheader --force | |
autoreconf: running: automake --add-missing --copy --force-missing | |
configure.ac:117: installing 'build/autoconf/compile' | |
configure.ac:92: installing 'build/autoconf/config.guess' | |
configure.ac:92: installing 'build/autoconf/config.sub' | |
configure.ac:30: installing 'build/autoconf/install-sh' | |
configure.ac:30: installing 'build/autoconf/missing' | |
Makefile.am: installing 'build/autoconf/depcomp' | |
parallel-tests: installing 'build/autoconf/test-driver' | |
autoreconf: 'build/autoconf/install-sh' is updated | |
autoreconf: Leaving directory '.' | |
Running phase: configurePhase | |
@nix { "action": "setPhase", "phase": "configurePhase" } | |
fixing libtool script ./build/autoconf/ltmain.sh | |
./configure | |
patching script interpreter paths in ./configure | |
./configure: interpreter directive changed from "#! /bin/sh" to "/nix/store/fnl7jjldwrjypa3yscwy9dkm06jhvr93-bash-5.2p37/bin/sh" | |
configure flags: --disable-static --disable-dependency-tracking --prefix=/nix/store/187priajavnwyj9rdrxlvnygxhxqfgzy-libarchive-3.7.7 --bindir=/nix/store/187priajavnwyj9rdrxlvnygxhxqfgzy-libarchive-3.7.7/bin --sbindir=/nix/store/187priajavnwyj9rdrxlvnygxhxqfgzy-libarchive-3.7.7/sbin --includedir=/nix/store/h3z1w9wvgan2xlgnr1z9js46mzqskf2z-libarchive-3.7.7-dev/include --oldincludedir=/nix/store/h3z1w9wvgan2xlgnr1z9js46mzqskf2z-libarchive-3.7.7-dev/include --mandir=/nix/store/187priajavnwyj9rdrxlvnygxhxqfgzy-libarchive-3.7.7/share/man --infodir=/nix/store/187priajavnwyj9rdrxlvnygxhxqfgzy-libarchive-3.7.7/share/info --docdir=/nix/store/187priajavnwyj9rdrxlvnygxhxqfgzy-libarchive-3.7.7/share/doc/libarchive --libdir=/nix/store/l6p4a7vcxbs8vm03r0825x039gcgqxkj-libarchive-3.7.7-lib/lib --libexecdir=/nix/store/l6p4a7vcxbs8vm03r0825x039gcgqxkj-libarchive-3.7.7-lib/libexec --localedir=/nix/store/l6p4a7vcxbs8vm03r0825x039gcgqxkj-libarchive-3.7.7-lib/share/locale | |
checking for a BSD-compatible install... /nix/store/gz5s5m2d9ni4wa8gzskggaav8d3gancj-coreutils-9.5/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a race-free mkdir -p... /nix/store/gz5s5m2d9ni4wa8gzskggaav8d3gancj-coreutils-9.5/bin/mkdir -p | |
checking for gawk... gawk | |
checking whether make sets $(MAKE)... yes | |
checking whether make supports nested variables... yes | |
checking whether to enable maintainer-specific portions of Makefiles... yes | |
checking whether make supports nested variables... (cached) yes | |
checking build system type... x86_64-apple-darwin24.1.0 | |
checking host system type... x86_64-apple-darwin24.1.0 | |
checking for gcc... clang | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether the compiler supports GNU C... yes | |
checking whether clang accepts -g... yes | |
checking for clang option to enable C11 features... none needed | |
checking whether clang understands -c and -o together... yes | |
checking whether make supports the include directive... yes (GNU style) | |
checking dependency style of clang... none | |
checking how to run the C preprocessor... clang -E | |
checking for stdio.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for strings.h... yes | |
checking for sys/stat.h... yes | |
checking for sys/types.h... yes | |
checking for unistd.h... yes | |
checking for wchar.h... yes | |
checking for minix/config.h... no | |
checking for sys/time.h... yes | |
checking whether it is safe to define __EXTENSIONS__... yes | |
checking whether _XOPEN_SOURCE should be defined... no | |
checking how to print strings... printf | |
checking for a sed that does not truncate output... /nix/store/hfdh2647py5bnkz4wfc7fj2wdg11958v-gnused-4.9/bin/sed | |
checking for grep that handles long lines and -e... /nix/store/ram9qslg80f9rndnb3pa15n4r8hw0d5f-gnugrep-3.11/bin/grep | |
checking for egrep... /nix/store/ram9qslg80f9rndnb3pa15n4r8hw0d5f-gnugrep-3.11/bin/grep -E | |
checking for fgrep... /nix/store/ram9qslg80f9rndnb3pa15n4r8hw0d5f-gnugrep-3.11/bin/grep -F | |
checking for ld used by clang... ld | |
checking if the linker (ld) is GNU ld... no | |
checking for BSD- or MS-compatible name lister (nm)... nm | |
checking the name lister (nm) interface... BSD nm | |
checking whether ln -s works... yes | |
checking the maximum length of command line arguments... 786432 | |
checking how to convert x86_64-apple-darwin24.1.0 file names to x86_64-apple-darwin24.1.0 format... func_convert_file_noop | |
checking how to convert x86_64-apple-darwin24.1.0 file names to toolchain format... func_convert_file_noop | |
checking for ld option to reload object files... -r | |
checking for file... file | |
checking for objdump... objdump | |
checking how to recognize dependent libraries... (cached) pass_all | |
checking for dlltool... no | |
checking how to associate runtime and link libraries... printf %s\n | |
checking for archiver @FILE support... @ | |
checking for strip... strip | |
checking for ranlib... ranlib | |
checking command to parse nm output from clang object... ok | |
checking for sysroot... no | |
checking for a working dd... /nix/store/gz5s5m2d9ni4wa8gzskggaav8d3gancj-coreutils-9.5/bin/dd | |
checking how to truncate binary pipes... /nix/store/gz5s5m2d9ni4wa8gzskggaav8d3gancj-coreutils-9.5/bin/dd bs=4096 count=1 | |
checking for mt... no | |
checking if : is a manifest tool... no | |
checking for dsymutil... dsymutil | |
checking for nmedit... no | |
checking for lipo... lipo | |
checking for otool... otool | |
checking for otool64... no | |
checking for -single_module linker flag... yes | |
checking for -exported_symbols_list linker flag... yes | |
checking for -force_load linker flag... yes | |
checking for dlfcn.h... yes | |
checking for objdir... .libs | |
checking if clang supports -fno-rtti -fno-exceptions... yes | |
checking for clang option to produce PIC... -fno-common -DPIC | |
checking if clang PIC flag -fno-common -DPIC works... yes | |
checking if clang static flag -static works... no | |
checking if clang supports -c -o file.o... yes | |
checking if clang supports -c -o file.o... (cached) yes | |
checking whether the clang linker (ld) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin24.1.0 dyld | |
checking how to hardcode library paths into programs... immediate | |
checking whether stripping libraries is possible... yes | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... yes | |
checking whether to build static libraries... no | |
checking for strip... (cached) strip | |
checking for dirent.h that defines DIR... yes | |
checking for library containing opendir... none required | |
checking for sys/wait.h that is POSIX.1 compatible... yes | |
checking for acl/libacl.h... no | |
checking for attr/xattr.h... no | |
checking for copyfile.h... yes | |
checking for ctype.h... yes | |
checking for errno.h... yes | |
checking for ext2fs/ext2_fs.h... no | |
checking for fcntl.h... yes | |
checking for fnmatch.h... yes | |
checking for grp.h... yes | |
checking whether EXT2_IOC_GETFLAGS is usable... no | |
checking for inttypes.h... (cached) yes | |
checking for io.h... no | |
checking for langinfo.h... yes | |
checking for limits.h... yes | |
checking for linux/fiemap.h... no | |
checking for linux/fs.h... no | |
checking for linux/magic.h... no | |
checking for linux/types.h... no | |
checking whether FS_IOC_GETFLAGS is usable... no | |
checking for locale.h... yes | |
checking for membership.h... yes | |
checking for paths.h... yes | |
checking for poll.h... yes | |
checking for pthread.h... yes | |
checking for pwd.h... yes | |
checking for readpassphrase.h... yes | |
checking for signal.h... yes | |
checking for spawn.h... yes | |
checking for stdarg.h... yes | |
checking for stdint.h... (cached) yes | |
checking for stdlib.h... (cached) yes | |
checking for string.h... (cached) yes | |
checking for sys/acl.h... yes | |
checking for sys/cdefs.h... yes | |
checking for sys/ea.h... no | |
checking for sys/extattr.h... no | |
checking for sys/ioctl.h... yes | |
checking for sys/mkdev.h... no | |
checking for sys/mount.h... yes | |
checking for sys/param.h... yes | |
checking for sys/poll.h... yes | |
checking for sys/richacl.h... no | |
checking for sys/select.h... yes | |
checking for sys/statfs.h... no | |
checking for sys/statvfs.h... yes | |
checking for sys/sysmacros.h... no | |
checking for sys/time.h... (cached) yes | |
checking for sys/utime.h... no | |
checking for sys/utsname.h... yes | |
checking for sys/vfs.h... no | |
checking for sys/xattr.h... yes | |
checking for time.h... yes | |
checking for unistd.h... (cached) yes | |
checking for utime.h... yes | |
checking for wchar.h... (cached) yes | |
checking for wctype.h... yes | |
checking for suseconds_t... yes | |
checking for windows.h... no | |
checking for wincrypt.h... no | |
checking for winioctl.h... no | |
found a suitable version of zlib (>= 1.2.1) | |
checking for bzlib.h... yes | |
checking for BZ2_bzDecompressInit in -lbz2... yes | |
checking for blake2.h... no | |
checking for blake2sp_init in -lb2... no | |
checking for ld used by GCC... ld | |
checking if the linker (ld) is GNU ld... no | |
checking for shared library run path origin... done | |
checking for egrep -e... (cached) /nix/store/ram9qslg80f9rndnb3pa15n4r8hw0d5f-gnugrep-3.11/bin/grep -E | |
checking for iconv... yes | |
checking for working iconv... yes | |
checking how to link with libiconv... -liconv | |
checking for iconv declaration... | |
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); | |
checking for iconv.h... yes | |
checking for localcharset.h... yes | |
checking for locale_charset... yes | |
checking for lz4.h... no | |
checking for lz4hc.h... no | |
checking for LZ4_decompress_safe in -llz4... no | |
checking for zstd.h... yes | |
checking for ZSTD_decompressStream in -lzstd... yes | |
checking for ZSTD_compressStream in -lzstd... yes | |
checking for lzma.h... yes | |
checking for lzma_stream_decoder in -llzma... yes | |
checking whether we have multithread support in lzma... yes | |
checking whether we have ARM64 filter support in lzma... yes | |
checking pkg-config is at least version 0.9.0... yes | |
checking for libxml-2.0... yes | |
checking for xmlInitParser in -lxml2... yes | |
checking for libxml/xmlreader.h... yes | |
checking for libxml/xmlwriter.h... yes | |
checking for regex.h... yes | |
checking for regcomp... yes | |
checking whether C compiler accepts -Wall... yes | |
checking whether C compiler accepts -Wformat... yes | |
checking whether C compiler accepts -Wformat-security... yes | |
checking whether ld supports --gc-sections... no | |
checking whether ld supports -dead_strip... yes | |
checking for an ANSI C-conforming const... yes | |
checking for uid_t in sys/types.h... yes | |
checking for mode_t... yes | |
checking for off_t... yes | |
checking for size_t... yes | |
checking for id_t... yes | |
checking for uintptr_t... yes | |
checking for struct tm.tm_gmtoff... yes | |
checking for struct tm.__tm_gmtoff... no | |
checking for struct statfs.f_namemax... no | |
checking for struct statfs.f_iosize... yes | |
checking for struct statvfs.f_iosize... no | |
checking for struct stat.st_birthtime... yes | |
checking for struct stat.st_birthtimespec.tv_nsec... yes | |
checking for struct stat.st_mtimespec.tv_nsec... yes | |
checking for struct stat.st_mtim.tv_nsec... no | |
checking for struct stat.st_mtime_n... no | |
checking for struct stat.st_umtime... no | |
checking for struct stat.st_mtime_usec... no | |
checking for struct stat.st_blksize... yes | |
checking for struct stat.st_flags... yes | |
checking for uintmax_t... yes | |
checking for unsigned long long... yes | |
checking for unsigned long long int... yes | |
checking for long long int... yes | |
checking for intmax_t... yes | |
checking for uintmax_t... (cached) yes | |
checking for int64_t... yes | |
checking for uint64_t... yes | |
checking for int32_t... yes | |
checking for uint32_t... yes | |
checking for int16_t... yes | |
checking for uint16_t... yes | |
checking for uint8_t... yes | |
checking for clang options needed to detect all undeclared functions... none needed | |
checking whether SIZE_MAX is declared... yes | |
checking whether INT32_MAX is declared... yes | |
checking whether INT32_MIN is declared... yes | |
checking whether INT64_MAX is declared... yes | |
checking whether INT64_MIN is declared... yes | |
checking whether UINT64_MAX is declared... yes | |
checking whether UINT32_MAX is declared... yes | |
checking whether INTMAX_MAX is declared... yes | |
checking whether INTMAX_MIN is declared... yes | |
checking whether UINTMAX_MAX is declared... yes | |
checking whether SSIZE_MAX is declared... yes | |
checking whether EFTYPE is declared... yes | |
checking whether EILSEQ is declared... yes | |
checking for wchar_t... yes | |
checking size of wchar_t... 4 | |
checking size of int... 4 | |
checking size of long... 8 | |
checking for sys/mkdev.h... (cached) no | |
checking for sys/sysmacros.h... (cached) no | |
checking for declarations of fseeko and ftello... yes | |
checking for working memcmp... yes | |
checking whether lstat correctly handles trailing slash... no | |
checking whether lstat accepts an empty string... no | |
checking whether stat accepts an empty string... no | |
checking whether strerror_r is declared... yes | |
checking whether strerror_r returns char *... no | |
checking for strftime... yes | |
checking for vprintf... yes | |
checking for CreateHardLinkA... no | |
checking for arc4random_buf... yes | |
checking for chflags... yes | |
checking for chown... yes | |
checking for chroot... yes | |
checking for ctime_r... yes | |
checking for fchdir... yes | |
checking for fchflags... yes | |
checking for fchmod... yes | |
checking for fchown... yes | |
checking for fcntl... yes | |
checking for fdopendir... yes | |
checking for fnmatch... yes | |
checking for fork... yes | |
checking for fstat... yes | |
checking for fstatat... yes | |
checking for fstatfs... yes | |
checking for fstatvfs... yes | |
checking for ftruncate... yes | |
checking for futimens... no | |
checking for futimes... yes | |
checking for futimesat... no | |
checking for geteuid... yes | |
checking for getline... yes | |
checking for getpid... yes | |
checking for getgrgid_r... yes | |
checking for getgrnam_r... yes | |
checking for getpwnam_r... yes | |
checking for getpwuid_r... yes | |
checking for getvfsbyname... yes | |
checking for gmtime_r... yes | |
checking for lchflags... yes | |
checking for lchmod... yes | |
checking for lchown... yes | |
checking for link... yes | |
checking for linkat... yes | |
checking for localtime_r... yes | |
checking for lstat... yes | |
checking for lutimes... yes | |
checking for mbrtowc... yes | |
checking for memmove... yes | |
checking for memset... yes | |
checking for mkdir... yes | |
checking for mkfifo... yes | |
checking for mknod... yes | |
checking for mkstemp... yes | |
checking for nl_langinfo... yes | |
checking for openat... yes | |
checking for pipe... yes | |
checking for poll... yes | |
checking for posix_spawnp... yes | |
checking for readlink... yes | |
checking for readlinkat... yes | |
checking for readpassphrase... yes | |
checking for select... yes | |
checking for setenv... yes | |
checking for setlocale... yes | |
checking for sigaction... yes | |
checking for statfs... yes | |
checking for statvfs... yes | |
checking for strchr... yes | |
checking for strdup... yes | |
checking for strerror... yes | |
checking for strncpy_s... no | |
checking for strnlen... yes | |
checking for strrchr... yes | |
checking for symlink... yes | |
checking for sysconf... yes | |
checking for timegm... yes | |
checking for tzset... yes | |
checking for unlinkat... yes | |
checking for unsetenv... yes | |
checking for utime... yes | |
checking for utimensat... no | |
checking for utimes... yes | |
checking for vfork... yes | |
checking for wcrtomb... yes | |
checking for wcscmp... yes | |
checking for wcscpy... yes | |
checking for wcslen... yes | |
checking for wctomb... yes | |
checking for wmemcmp... yes | |
checking for wmemcpy... yes | |
checking for wmemmove... yes | |
checking for _fseeki64... no | |
checking for _get_timezone... no | |
checking whether cmtime_s is declared... no | |
checking whether gmtime_s is declared... no | |
checking for localtime_s... no | |
checking whether _mkgmtime is declared... no | |
checking for cygwin_conv_path... no | |
checking for struct vfsconf... yes | |
checking for struct xvfsconf... no | |
checking for struct statfs... yes | |
checking whether D_MD_ORDER is declared... yes | |
checking for struct dirent.d_namlen... yes | |
checking for library containing setxattr... none required | |
checking whether EXTATTR_NAMESPACE_USER is declared... no | |
checking whether XATTR_NOFOLLOW is declared... yes | |
checking for fgetxattr... yes | |
checking for flistxattr... yes | |
checking for fsetxattr... yes | |
checking for getxattr... yes | |
checking for listxattr... yes | |
checking for setxattr... yes | |
checking for extended attributes support... Darwin | |
checking for acl_get_file in -lacl... no | |
checking for acl_t... yes | |
checking for acl_entry_t... yes | |
checking for acl_permset_t... yes | |
checking for acl_tag_t... yes | |
checking for richacl_get_file in -lrichacl... no | |
checking for struct richace... no | |
checking for struct richacl... no | |
checking for acl... no | |
checking for facl... no | |
checking for acl_add_perm... yes | |
checking for acl_clear_perms... yes | |
checking for acl_create_entry... yes | |
checking for acl_delete_def_file... yes | |
checking for acl_free... yes | |
checking for acl_get_entry... yes | |
checking for acl_get_fd... yes | |
checking for acl_get_file... yes | |
checking for acl_get_permset... yes | |
checking for acl_get_qualifier... yes | |
checking for acl_get_tag_type... yes | |
checking for acl_init... yes | |
checking for acl_set_fd... yes | |
checking for acl_set_file... yes | |
checking for acl_set_qualifier... yes | |
checking for acl_set_tag_type... yes | |
checking for acl_get_perm... no | |
checking for acl_add_flag_np... yes | |
checking for acl_clear_flags_np... yes | |
checking for acl_get_brand_np... no | |
checking for acl_get_entry_type_np... no | |
checking for acl_get_flag_np... yes | |
checking for acl_get_flagset_np... yes | |
checking for acl_get_fd_np... yes | |
checking for acl_get_link_np... yes | |
checking for acl_get_perm_np... yes | |
checking for acl_is_trivial_np... no | |
checking for acl_set_entry_type_np... no | |
checking for acl_set_fd_np... yes | |
checking for acl_set_link_np... yes | |
checking for mbr_uid_to_uuid... yes | |
checking for mbr_uuid_to_id... yes | |
checking for mbr_gid_to_uuid... yes | |
checking whether ACL_TYPE_EXTENDED is declared... yes | |
checking whether ACL_TYPE_NFS4 is declared... no | |
checking whether ACL_USER is declared... no | |
checking whether ACL_SYNCHRONIZE is declared... yes | |
checking for ACL support... Darwin (limited NFSv4) | |
checking for clang option to enable large file support... none needed | |
checking support for ARCHIVE_CRYPTO_MD5_LIBC... no | |
checking support for ARCHIVE_CRYPTO_MD5_LIBSYSTEM... yes | |
checking support for ARCHIVE_CRYPTO_RMD160_LIBC... no | |
checking support for ARCHIVE_CRYPTO_SHA1_LIBC... no | |
checking support for ARCHIVE_CRYPTO_SHA1_LIBSYSTEM... yes | |
checking support for ARCHIVE_CRYPTO_SHA256_LIBC... no | |
checking support for ARCHIVE_CRYPTO_SHA256_LIBC2... no | |
checking support for ARCHIVE_CRYPTO_SHA256_LIBC3... no | |
checking support for ARCHIVE_CRYPTO_SHA256_LIBSYSTEM... yes | |
checking support for ARCHIVE_CRYPTO_SHA384_LIBC... no | |
checking support for ARCHIVE_CRYPTO_SHA384_LIBC2... no | |
checking support for ARCHIVE_CRYPTO_SHA384_LIBC3... no | |
checking support for ARCHIVE_CRYPTO_SHA384_LIBSYSTEM... yes | |
checking support for ARCHIVE_CRYPTO_SHA512_LIBC... no | |
checking support for ARCHIVE_CRYPTO_SHA512_LIBC2... no | |
checking support for ARCHIVE_CRYPTO_SHA512_LIBC3... no | |
checking support for ARCHIVE_CRYPTO_SHA512_LIBSYSTEM... yes | |
checking for bcrypt.h... no | |
checking for md5.h... no | |
checking for ripemd.h... no | |
checking for sha.h... no | |
checking for sha256.h... no | |
checking for sha512.h... no | |
checking for MD5Init in -lmd... no | |
checking support for ARCHIVE_CRYPTO_RMD160_LIBMD... no | |
checking whether compiler supports visibility annotations... yes | |
checking that generated files are newer than configure... done | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating build/pkgconfig/libarchive.pc | |
config.status: creating config.h | |
config.status: executing depfiles commands | |
config.status: executing libtool commands | |
config.status: executing mkdirs commands | |
configurePhase completed in 1 minutes 45 seconds | |
Running phase: buildPhase | |
@nix { "action": "setPhase", "phase": "buildPhase" } | |
build flags: -j4 SHELL=/nix/store/fnl7jjldwrjypa3yscwy9dkm06jhvr93-bash-5.2p37/bin/bash | |
/nix/store/gz5s5m2d9ni4wa8gzskggaav8d3gancj-coreutils-9.5/bin/mkdir -p libarchive/test | |
/nix/store/gz5s5m2d9ni4wa8gzskggaav8d3gancj-coreutils-9.5/bin/mkdir -p tar/test | |
/nix/store/gz5s5m2d9ni4wa8gzskggaav8d3gancj-coreutils-9.5/bin/mkdir -p cpio/test | |
/nix/store/gz5s5m2d9ni4wa8gzskggaav8d3gancj-coreutils-9.5/bin/mkdir -p cat/test | |
cat ./libarchive/test/test_*.c | grep '^DEFINE_TEST' > libarchive/test/list.h | |
cat ./tar/test/test_*.c | grep '^DEFINE_TEST' > tar/test/list.h | |
cat ./cat/test/test_*.c | grep '^DEFINE_TEST' > cat/test/list.h | |
cat ./cpio/test/test_*.c | grep '^DEFINE_TEST' > cpio/test/list.h | |
/nix/store/gz5s5m2d9ni4wa8gzskggaav8d3gancj-coreutils-9.5/bin/mkdir -p unzip/test | |
cat ./unzip/test/test_*.c | grep '^DEFINE_TEST' > unzip/test/list.h | |
make all-am | |
make[1]: Entering directory '/private/tmp/nix-build-libarchive-3.7.7.drv-3/source' | |
CC tar/bsdtar-bsdtar.o | |
CC tar/bsdtar-cmdline.o | |
CC tar/bsdtar-creation_set.o | |
CC tar/bsdtar-read.o | |
CC tar/bsdtar-subst.o | |
CC tar/bsdtar-util.o | |
CC tar/bsdtar-write.o | |
CC libarchive/archive_acl.lo | |
CC libarchive/archive_check_magic.lo | |
CC libarchive/archive_cmdline.lo | |
CC libarchive/archive_cryptor.lo | |
CC libarchive/archive_digest.lo | |
CC libarchive/archive_entry.lo | |
CC libarchive/archive_entry_copy_stat.lo | |
CC libarchive/archive_entry_link_resolver.lo | |
CC libarchive/archive_entry_sparse.lo | |
CC libarchive/archive_entry_stat.lo | |
CC libarchive/archive_entry_strmode.lo | |
CC libarchive/archive_entry_xattr.lo | |
CC libarchive/archive_getdate.lo | |
CC libarchive/archive_hmac.lo | |
CC libarchive/archive_match.lo | |
CC libarchive/archive_options.lo | |
CC libarchive/archive_pack_dev.lo | |
CC libarchive/archive_pathmatch.lo | |
CC libarchive/archive_ppmd7.lo | |
CC libarchive/archive_ppmd8.lo | |
CC libarchive/archive_random.lo | |
CC libarchive/archive_rb.lo | |
CC libarchive/archive_read.lo | |
CC libarchive/archive_read_add_passphrase.lo | |
CC libarchive/archive_read_append_filter.lo | |
CC libarchive/archive_read_data_into_fd.lo | |
CC libarchive/archive_read_disk_entry_from_file.lo | |
CC libarchive/archive_read_disk_posix.lo | |
CC libarchive/archive_read_disk_set_standard_lookup.lo | |
CC libarchive/archive_read_extract.lo | |
CC libarchive/archive_read_extract2.lo | |
CC libarchive/archive_read_open_fd.lo | |
CC libarchive/archive_read_open_file.lo | |
CC libarchive/archive_read_open_filename.lo | |
CC libarchive/archive_read_open_memory.lo | |
CC libarchive/archive_read_set_format.lo | |
CC libarchive/archive_read_set_options.lo | |
CC libarchive/archive_read_support_filter_all.lo | |
CC libarchive/archive_read_support_filter_bzip2.lo | |
CC libarchive/archive_read_support_filter_by_code.lo | |
CC libarchive/archive_read_support_filter_compress.lo | |
CC libarchive/archive_read_support_filter_grzip.lo | |
CC libarchive/archive_read_support_filter_gzip.lo | |
CC libarchive/archive_read_support_filter_lrzip.lo | |
CC libarchive/archive_read_support_filter_lz4.lo | |
CC libarchive/archive_read_support_filter_lzop.lo | |
CC libarchive/archive_read_support_filter_none.lo | |
CC libarchive/archive_read_support_filter_program.lo | |
CC libarchive/archive_read_support_filter_rpm.lo | |
CC libarchive/archive_read_support_filter_uu.lo | |
CC libarchive/archive_read_support_filter_xz.lo | |
CC libarchive/archive_read_support_filter_zstd.lo | |
CC libarchive/archive_read_support_format_7zip.lo | |
CC libarchive/archive_read_support_format_all.lo | |
CC libarchive/archive_read_support_format_ar.lo | |
CC libarchive/archive_read_support_format_by_code.lo | |
CC libarchive/archive_read_support_format_cab.lo | |
CC libarchive/archive_read_support_format_cpio.lo | |
CC libarchive/archive_read_support_format_empty.lo | |
CC libarchive/archive_read_support_format_iso9660.lo | |
CC libarchive/archive_read_support_format_lha.lo | |
CC libarchive/archive_read_support_format_mtree.lo | |
CC libarchive/archive_read_support_format_rar.lo | |
CC libarchive/archive_read_support_format_rar5.lo | |
CC libarchive/archive_read_support_format_raw.lo | |
CC libarchive/archive_read_support_format_tar.lo | |
CC libarchive/archive_read_support_format_warc.lo | |
CC libarchive/archive_read_support_format_xar.lo | |
CC libarchive/archive_read_support_format_zip.lo | |
CC libarchive/archive_string.lo | |
CC libarchive/archive_string_sprintf.lo | |
CC libarchive/archive_util.lo | |
CC libarchive/archive_version_details.lo | |
CC libarchive/archive_virtual.lo | |
CC libarchive/archive_write.lo | |
CC libarchive/archive_write_disk_posix.lo | |
CC libarchive/archive_write_disk_set_standard_lookup.lo | |
CC libarchive/archive_write_open_fd.lo | |
CC libarchive/archive_write_open_file.lo | |
CC libarchive/archive_write_open_filename.lo | |
CC libarchive/archive_write_open_memory.lo | |
CC libarchive/archive_write_add_filter.lo | |
CC libarchive/archive_write_add_filter_b64encode.lo | |
CC libarchive/archive_write_add_filter_by_name.lo | |
CC libarchive/archive_write_add_filter_bzip2.lo | |
CC libarchive/archive_write_add_filter_compress.lo | |
CC libarchive/archive_write_add_filter_grzip.lo | |
CC libarchive/archive_write_add_filter_gzip.lo | |
CC libarchive/archive_write_add_filter_lrzip.lo | |
CC libarchive/archive_write_add_filter_lz4.lo | |
CC libarchive/archive_write_add_filter_lzop.lo | |
CC libarchive/archive_write_add_filter_none.lo | |
CC libarchive/archive_write_add_filter_program.lo | |
CC libarchive/archive_write_add_filter_uuencode.lo | |
CC libarchive/archive_write_add_filter_xz.lo | |
CC libarchive/archive_write_add_filter_zstd.lo | |
CC libarchive/archive_write_set_format.lo | |
CC libarchive/archive_write_set_format_7zip.lo | |
CC libarchive/archive_write_set_format_ar.lo | |
CC libarchive/archive_write_set_format_by_name.lo | |
CC libarchive/archive_write_set_format_cpio.lo | |
CC libarchive/archive_write_set_format_cpio_binary.lo | |
CC libarchive/archive_write_set_format_cpio_newc.lo | |
CC libarchive/archive_write_set_format_cpio_odc.lo | |
CC libarchive/archive_write_set_format_filter_by_ext.lo | |
CC libarchive/archive_write_set_format_iso9660.lo | |
CC libarchive/archive_write_set_format_mtree.lo | |
CC libarchive/archive_write_set_format_pax.lo | |
CC libarchive/archive_write_set_format_raw.lo | |
CC libarchive/archive_write_set_format_shar.lo | |
CC libarchive/archive_write_set_format_ustar.lo | |
CC libarchive/archive_write_set_format_v7tar.lo | |
CC libarchive/archive_write_set_format_gnutar.lo | |
CC libarchive/archive_write_set_format_warc.lo | |
CC libarchive/archive_write_set_format_xar.lo | |
CC libarchive/archive_write_set_format_zip.lo | |
CC libarchive/archive_write_set_options.lo | |
CC libarchive/archive_write_set_passphrase.lo | |
CC libarchive/filter_fork_posix.lo | |
CC libarchive/xxhash.lo | |
CC libarchive/archive_blake2s_ref.lo | |
CC libarchive/archive_blake2sp_ref.lo | |
CC libarchive/archive_disk_acl_darwin.lo | |
CC libarchive_fe/la-err.lo | |
CC libarchive_fe/la-line_reader.lo | |
CC libarchive_fe/la-passphrase.lo | |
CC cpio/bsdcpio-cmdline.o | |
CC cpio/bsdcpio-cpio.o | |
CC cat/bsdcat-bsdcat.o | |
CC cat/bsdcat-cmdline.o | |
CC unzip/bsdunzip-bsdunzip.o | |
CC unzip/bsdunzip-cmdline.o | |
CC unzip/bsdunzip-la_getline.o | |
CCLD libarchive.la | |
CCLD libarchive_fe.la | |
CCLD bsdtar | |
CCLD bsdcpio | |
CCLD bsdunzip | |
CCLD bsdcat | |
make[1]: Leaving directory '/private/tmp/nix-build-libarchive-3.7.7.drv-3/source' | |
Running phase: checkPhase | |
@nix { "action": "setPhase", "phase": "checkPhase" } | |
check flags: -j4 SHELL=/nix/store/fnl7jjldwrjypa3yscwy9dkm06jhvr93-bash-5.2p37/bin/bash VERBOSE=y check | |
make check-am | |
make[1]: Entering directory '/private/tmp/nix-build-libarchive-3.7.7.drv-3/source' | |
make libarchive_test bsdtar_test bsdcpio_test bsdcat_test bsdunzip_test | |
make[2]: Entering directory '/private/tmp/nix-build-libarchive-3.7.7.drv-3/source' | |
CC libarchive/test-archive_acl.o | |
CC libarchive/test-archive_check_magic.o | |
CC libarchive/test-archive_cmdline.o | |
CC libarchive/test-archive_cryptor.o | |
CC libarchive/test-archive_digest.o | |
CC libarchive/test-archive_entry.o | |
CC libarchive/test-archive_entry_copy_stat.o | |
CC libarchive/test-archive_entry_link_resolver.o | |
CC libarchive/test-archive_entry_sparse.o | |
CC libarchive/test-archive_entry_stat.o | |
CC libarchive/test-archive_entry_strmode.o | |
CC libarchive/test-archive_entry_xattr.o | |
CC libarchive/test-archive_getdate.o | |
CC libarchive/test-archive_hmac.o | |
CC libarchive/test-archive_match.o | |
CC libarchive/test-archive_options.o | |
CC libarchive/test-archive_pack_dev.o | |
CC libarchive/test-archive_pathmatch.o | |
CC libarchive/test-archive_ppmd7.o | |
CC libarchive/test-archive_ppmd8.o | |
CC libarchive/test-archive_random.o | |
CC libarchive/test-archive_rb.o | |
CC libarchive/test-archive_read.o | |
CC libarchive/test-archive_read_add_passphrase.o | |
CC libarchive/test-archive_read_append_filter.o | |
CC libarchive/test-archive_read_data_into_fd.o | |
CC libarchive/test-archive_read_disk_entry_from_file.o | |
CC libarchive/test-archive_read_disk_posix.o | |
CC libarchive/test-archive_read_disk_set_standard_lookup.o | |
CC libarchive/test-archive_read_extract.o | |
CC libarchive/test-archive_read_extract2.o | |
CC libarchive/test-archive_read_open_fd.o | |
CC libarchive/test-archive_read_open_file.o | |
CC libarchive/test-archive_read_open_filename.o | |
CC libarchive/test-archive_read_open_memory.o | |
CC libarchive/test-archive_read_set_format.o | |
CC libarchive/test-archive_read_set_options.o | |
CC libarchive/test-archive_read_support_filter_all.o | |
CC libarchive/test-archive_read_support_filter_bzip2.o | |
CC libarchive/test-archive_read_support_filter_by_code.o | |
CC libarchive/test-archive_read_support_filter_compress.o | |
CC libarchive/test-archive_read_support_filter_grzip.o | |
CC libarchive/test-archive_read_support_filter_gzip.o | |
CC libarchive/test-archive_read_support_filter_lrzip.o | |
CC libarchive/test-archive_read_support_filter_lz4.o | |
CC libarchive/test-archive_read_support_filter_lzop.o | |
CC libarchive/test-archive_read_support_filter_none.o | |
CC libarchive/test-archive_read_support_filter_program.o | |
CC libarchive/test-archive_read_support_filter_rpm.o | |
CC libarchive/test-archive_read_support_filter_uu.o | |
CC libarchive/test-archive_read_support_filter_xz.o | |
CC libarchive/test-archive_read_support_filter_zstd.o | |
CC libarchive/test-archive_read_support_format_7zip.o | |
CC libarchive/test-archive_read_support_format_all.o | |
CC libarchive/test-archive_read_support_format_ar.o | |
CC libarchive/test-archive_read_support_format_by_code.o | |
CC libarchive/test-archive_read_support_format_cab.o | |
CC libarchive/test-archive_read_support_format_cpio.o | |
CC libarchive/test-archive_read_support_format_empty.o | |
CC libarchive/test-archive_read_support_format_iso9660.o | |
CC libarchive/test-archive_read_support_format_lha.o | |
CC libarchive/test-archive_read_support_format_mtree.o | |
CC libarchive/test-archive_read_support_format_rar.o | |
CC libarchive/test-archive_read_support_format_rar5.o | |
CC libarchive/test-archive_read_support_format_raw.o | |
CC libarchive/test-archive_read_support_format_tar.o | |
CC libarchive/test-archive_read_support_format_warc.o | |
CC libarchive/test-archive_read_support_format_xar.o | |
CC libarchive/test-archive_read_support_format_zip.o | |
CC libarchive/test-archive_string.o | |
CC libarchive/test-archive_string_sprintf.o | |
CC libarchive/test-archive_util.o | |
CC libarchive/test-archive_version_details.o | |
CC libarchive/test-archive_virtual.o | |
CC libarchive/test-archive_write.o | |
CC libarchive/test-archive_write_disk_posix.o | |
CC libarchive/test-archive_write_disk_set_standard_lookup.o | |
CC libarchive/test-archive_write_open_fd.o | |
CC libarchive/test-archive_write_open_file.o | |
CC libarchive/test-archive_write_open_filename.o | |
CC libarchive/test-archive_write_open_memory.o | |
CC libarchive/test-archive_write_add_filter.o | |
CC libarchive/test-archive_write_add_filter_b64encode.o | |
CC libarchive/test-archive_write_add_filter_by_name.o | |
CC libarchive/test-archive_write_add_filter_bzip2.o | |
CC libarchive/test-archive_write_add_filter_compress.o | |
CC libarchive/test-archive_write_add_filter_grzip.o | |
CC libarchive/test-archive_write_add_filter_gzip.o | |
CC libarchive/test-archive_write_add_filter_lrzip.o | |
CC libarchive/test-archive_write_add_filter_lz4.o | |
CC libarchive/test-archive_write_add_filter_lzop.o | |
CC libarchive/test-archive_write_add_filter_none.o | |
CC libarchive/test-archive_write_add_filter_program.o | |
CC libarchive/test-archive_write_add_filter_uuencode.o | |
CC libarchive/test-archive_write_add_filter_xz.o | |
CC libarchive/test-archive_write_add_filter_zstd.o | |
CC libarchive/test-archive_write_set_format.o | |
CC libarchive/test-archive_write_set_format_7zip.o | |
CC libarchive/test-archive_write_set_format_ar.o | |
CC libarchive/test-archive_write_set_format_by_name.o | |
CC libarchive/test-archive_write_set_format_cpio.o | |
CC libarchive/test-archive_write_set_format_cpio_binary.o | |
CC libarchive/test-archive_write_set_format_cpio_newc.o | |
CC libarchive/test-archive_write_set_format_cpio_odc.o | |
CC libarchive/test-archive_write_set_format_filter_by_ext.o | |
CC libarchive/test-archive_write_set_format_iso9660.o | |
CC libarchive/test-archive_write_set_format_mtree.o | |
CC libarchive/test-archive_write_set_format_pax.o | |
CC libarchive/test-archive_write_set_format_raw.o | |
CC libarchive/test-archive_write_set_format_shar.o | |
CC libarchive/test-archive_write_set_format_ustar.o | |
CC libarchive/test-archive_write_set_format_v7tar.o | |
CC libarchive/test-archive_write_set_format_gnutar.o | |
CC libarchive/test-archive_write_set_format_warc.o | |
CC libarchive/test-archive_write_set_format_xar.o | |
CC libarchive/test-archive_write_set_format_zip.o | |
CC libarchive/test-archive_write_set_options.o | |
CC libarchive/test-archive_write_set_passphrase.o | |
CC libarchive/test-filter_fork_posix.o | |
CC libarchive/test-xxhash.o | |
CC libarchive/test-archive_blake2s_ref.o | |
CC libarchive/test-archive_blake2sp_ref.o | |
CC libarchive/test-archive_disk_acl_darwin.o | |
CC test_utils/bsdtar_test-test_utils.o | |
CC test_utils/bsdtar_test-test_main.o | |
CC test_utils/bsdcpio_test-test_utils.o | |
CC test_utils/bsdcpio_test-test_main.o | |
CC cpio/bsdcpio_test-cmdline.o | |
CC test_utils/bsdcat_test-test_utils.o | |
CC test_utils/bsdcat_test-test_main.o | |
CC test_utils/bsdunzip_test-test_utils.o | |
CC test_utils/bsdunzip_test-test_main.o | |
CC test_utils/libarchive_test-test_utils.o | |
CC test_utils/libarchive_test-test_main.o | |
CC libarchive/test/test-read_open_memory.o | |
CC libarchive/test/test-test_7zip_filename_encoding.o | |
CC libarchive/test/test-test_acl_nfs4.o | |
CC libarchive/test/test-test_acl_pax.o | |
CC libarchive/test/test-test_acl_platform_nfs4.o | |
CC libarchive/test/test-test_acl_platform_posix1e.o | |
CC libarchive/test/test-test_acl_posix1e.o | |
CC libarchive/test/test-test_acl_text.o | |
CC libarchive/test/test-test_ar_mode.o | |
CC libarchive/test/test-test_archive_api_feature.o | |
CC libarchive/test/test-test_archive_clear_error.o | |
CC libarchive/test/test-test_archive_cmdline.o | |
CC libarchive/test/test-test_archive_digest.o | |
CC libarchive/test/test-test_archive_getdate.o | |
CC libarchive/test/test-test_archive_match_owner.o | |
CC libarchive/test/test-test_archive_match_path.o | |
CC libarchive/test/test-test_archive_match_time.o | |
CC libarchive/test/test-test_archive_pathmatch.o | |
CC libarchive/test/test-test_archive_read.o | |
CC libarchive/test/test-test_archive_read_add_passphrase.o | |
CC libarchive/test/test-test_archive_read_close_twice.o | |
CC libarchive/test/test-test_archive_read_close_twice_open_fd.o | |
CC libarchive/test/test-test_archive_read_close_twice_open_filename.o | |
CC libarchive/test/test-test_archive_read_multiple_data_objects.o | |
CC libarchive/test/test-test_archive_read_next_header_empty.o | |
CC libarchive/test/test-test_archive_read_next_header_raw.o | |
CC libarchive/test/test-test_archive_read_open2.o | |
CC libarchive/test/test-test_archive_read_set_filter_option.o | |
CC libarchive/test/test-test_archive_read_set_format_option.o | |
CC libarchive/test/test-test_archive_read_set_option.o | |
CC libarchive/test/test-test_archive_read_set_options.o | |
CC libarchive/test/test-test_archive_read_support.o | |
CC libarchive/test/test-test_archive_set_error.o | |
CC libarchive/test/test-test_archive_string.o | |
CC libarchive/test/test-test_archive_string_conversion.o | |
CC libarchive/test/test-test_archive_write_add_filter_by_name.o | |
CC libarchive/test/test-test_archive_write_set_filter_option.o | |
CC libarchive/test/test-test_archive_write_set_format_by_name.o | |
CC libarchive/test/test-test_archive_write_set_format_filter_by_ext.o | |
CC libarchive/test/test-test_archive_write_set_format_option.o | |
CC libarchive/test/test-test_archive_write_set_option.o | |
CC libarchive/test/test-test_archive_write_set_options.o | |
CC libarchive/test/test-test_archive_write_set_passphrase.o | |
CC libarchive/test/test-test_bad_fd.o | |
CC libarchive/test/test-test_compat_bzip2.o | |
CC libarchive/test/test-test_compat_cpio.o | |
CC libarchive/test/test-test_compat_gtar.o | |
CC libarchive/test/test-test_compat_gzip.o | |
CC libarchive/test/test-test_compat_lz4.o | |
CC libarchive/test/test-test_compat_lzip.o | |
CC libarchive/test/test-test_compat_lzma.o | |
CC libarchive/test/test-test_compat_lzop.o | |
CC libarchive/test/test-test_compat_mac.o | |
CC libarchive/test/test-test_compat_perl_archive_tar.o | |
CC libarchive/test/test-test_compat_plexus_archiver_tar.o | |
CC libarchive/test/test-test_compat_solaris_tar_acl.o | |
CC libarchive/test/test-test_compat_solaris_pax_sparse.o | |
CC libarchive/test/test-test_compat_star_acl.o | |
CC libarchive/test/test-test_compat_tar_directory.o | |
CC libarchive/test/test-test_compat_tar_hardlink.o | |
CC libarchive/test/test-test_compat_uudecode.o | |
CC libarchive/test/test-test_compat_uudecode_large.o | |
CC libarchive/test/test-test_compat_xz.o | |
CC libarchive/test/test-test_compat_zip.o | |
CC libarchive/test/test-test_compat_zstd.o | |
CC libarchive/test/test-test_empty_write.o | |
CC libarchive/test/test-test_entry.o | |
CC libarchive/test/test-test_entry_strmode.o | |
CC libarchive/test/test-test_extattr_freebsd.o | |
CC libarchive/test/test-test_filter_count.o | |
CC libarchive/test/test-test_fuzz.o | |
CC libarchive/test/test-test_gnutar_filename_encoding.o | |
CC libarchive/test/test-test_link_resolver.o | |
CC libarchive/test/test-test_open_failure.o | |
CC libarchive/test/test-test_open_fd.o | |
CC libarchive/test/test-test_open_file.o | |
CC libarchive/test/test-test_open_filename.o | |
CC libarchive/test/test-test_pax_filename_encoding.o | |
CC libarchive/test/test-test_pax_xattr_header.o | |
CC libarchive/test/test-test_read_data_large.o | |
CC libarchive/test/test-test_read_disk.o | |
CC libarchive/test/test-test_read_disk_directory_traversals.o | |
CC libarchive/test/test-test_read_disk_entry_from_file.o | |
CC libarchive/test/test-test_read_extract.o | |
CC libarchive/test/test-test_read_file_nonexistent.o | |
CC libarchive/test/test-test_read_filter_compress.o | |
CC libarchive/test/test-test_read_filter_grzip.o | |
CC libarchive/test/test-test_read_filter_gzip_recursive.o | |
CC libarchive/test/test-test_read_filter_lrzip.o | |
CC libarchive/test/test-test_read_filter_lzop.o | |
CC libarchive/test/test-test_read_filter_lzop_multiple_parts.o | |
CC libarchive/test/test-test_read_filter_program.o | |
CC libarchive/test/test-test_read_filter_program_signature.o | |
CC libarchive/test/test-test_read_filter_uudecode.o | |
CC libarchive/test/test-test_read_filter_uudecode_raw.o | |
CC libarchive/test/test-test_read_format_7zip.o | |
CC libarchive/test/test-test_read_format_7zip_encryption_data.o | |
CC libarchive/test/test-test_read_format_7zip_encryption_partially.o | |
CC libarchive/test/test-test_read_format_7zip_encryption_header.o | |
CC libarchive/test/test-test_read_format_7zip_malformed.o | |
CC libarchive/test/test-test_read_format_7zip_packinfo_digests.o | |
CC libarchive/test/test-test_read_format_ar.o | |
CC libarchive/test/test-test_read_format_cab.o | |
CC libarchive/test/test-test_read_format_cab_filename.o | |
CC libarchive/test/test-test_read_format_cpio_afio.o | |
CC libarchive/test/test-test_read_format_cpio_bin.o | |
CC libarchive/test/test-test_read_format_cpio_bin_Z.o | |
CC libarchive/test/test-test_read_format_cpio_bin_be.o | |
CC libarchive/test/test-test_read_format_cpio_bin_bz2.o | |
CC libarchive/test/test-test_read_format_cpio_bin_gz.o | |
CC libarchive/test/test-test_read_format_cpio_bin_le.o | |
CC libarchive/test/test-test_read_format_cpio_bin_lzip.o | |
CC libarchive/test/test-test_read_format_cpio_bin_lzma.o | |
CC libarchive/test/test-test_read_format_cpio_bin_xz.o | |
CC libarchive/test/test-test_read_format_cpio_filename.o | |
CC libarchive/test/test-test_read_format_cpio_odc.o | |
CC libarchive/test/test-test_read_format_cpio_svr4_bzip2_rpm.o | |
CC libarchive/test/test-test_read_format_cpio_svr4_gzip.o | |
CC libarchive/test/test-test_read_format_cpio_svr4_gzip_rpm.o | |
CC libarchive/test/test-test_read_format_cpio_svr4c_Z.o | |
CC libarchive/test/test-test_read_format_empty.o | |
CC libarchive/test/test-test_read_format_gtar_filename.o | |
CC libarchive/test/test-test_read_format_gtar_gz.o | |
CC libarchive/test/test-test_read_format_gtar_sparse.o | |
CC libarchive/test/test-test_read_format_gtar_lzma.o | |
CC libarchive/test/test-test_read_format_gtar_sparse_skip_entry.o | |
CC libarchive/test/test-test_read_format_huge_rpm.o | |
CC libarchive/test/test-test_read_format_iso_Z.o | |
CC libarchive/test/test-test_read_format_iso_multi_extent.o | |
CC libarchive/test/test-test_read_format_iso_xorriso.o | |
CC libarchive/test/test-test_read_format_isojoliet_bz2.o | |
CC libarchive/test/test-test_read_format_isojoliet_long.o | |
CC libarchive/test/test-test_read_format_isojoliet_rr.o | |
CC libarchive/test/test-test_read_format_isojoliet_versioned.o | |
CC libarchive/test/test-test_read_format_isorr_bz2.o | |
CC libarchive/test/test-test_read_format_isorr_ce.o | |
CC libarchive/test/test-test_read_format_isorr_new_bz2.o | |
CC libarchive/test/test-test_read_format_isorr_rr_moved.o | |
CC libarchive/test/test-test_read_format_isozisofs_bz2.o | |
CC libarchive/test/test-test_read_format_lha.o | |
CC libarchive/test/test-test_read_format_lha_bugfix_0.o | |
CC libarchive/test/test-test_read_format_lha_filename.o | |
CC libarchive/test/test-test_read_format_lha_filename_utf16.o | |
CC libarchive/test/test-test_read_format_mtree.o | |
CC libarchive/test/test-test_read_format_mtree_crash747.o | |
CC libarchive/test/test-test_read_format_pax_bz2.o | |
CC libarchive/test/test-test_read_format_rar.o | |
CC libarchive/test/test-test_read_format_rar_encryption.o | |
CC libarchive/test/test-test_read_format_rar_encryption_data.o | |
CC libarchive/test/test-test_read_format_rar_encryption_partially.o | |
CC libarchive/test/test-test_read_format_rar_encryption_header.o | |
CC libarchive/test/test-test_read_format_rar_filter.o | |
CC libarchive/test/test-test_read_format_rar_invalid1.o | |
CC libarchive/test/test-test_read_format_rar5.o | |
CC libarchive/test/test-test_read_format_raw.o | |
CC libarchive/test/test-test_read_format_tar.o | |
CC libarchive/test/test-test_read_format_tar_concatenated.o | |
CC libarchive/test/test-test_read_format_tar_empty_pax.o | |
CC libarchive/test/test-test_read_format_tar_empty_filename.o | |
CC libarchive/test/test-test_read_format_tar_empty_with_gnulabel.o | |
CC libarchive/test/test-test_read_format_tar_filename.o | |
CC libarchive/test/test-test_read_format_tar_invalid_pax_size.o | |
CC libarchive/test/test-test_read_format_tar_pax_large_attr.o | |
CC libarchive/test/test-test_read_format_tbz.o | |
CC libarchive/test/test-test_read_format_tgz.o | |
CC libarchive/test/test-test_read_format_tlz.o | |
CC libarchive/test/test-test_read_format_txz.o | |
CC libarchive/test/test-test_read_format_tz.o | |
CC libarchive/test/test-test_read_format_ustar_filename.o | |
CC libarchive/test/test-test_read_format_warc.o | |
CC libarchive/test/test-test_read_format_xar.o | |
CC libarchive/test/test-test_read_format_xar_doublelink.o | |
CC libarchive/test/test-test_read_format_zip.o | |
CC libarchive/test/test-test_read_format_zip_7075_utf8_paths.o | |
CC libarchive/test/test-test_read_format_zip_comment_stored.o | |
CC libarchive/test/test-test_read_format_zip_encryption_data.o | |
CC libarchive/test/test-test_read_format_zip_encryption_partially.o | |
CC libarchive/test/test-test_read_format_zip_encryption_header.o | |
CC libarchive/test/test-test_read_format_zip_extra_padding.o | |
CC libarchive/test/test-test_read_format_zip_filename.o | |
CC libarchive/test/test-test_read_format_zip_high_compression.o | |
CC libarchive/test/test-test_read_format_zip_jar.o | |
CC libarchive/test/test-test_read_format_zip_mac_metadata.o | |
CC libarchive/test/test-test_read_format_zip_malformed.o | |
CC libarchive/test/test-test_read_format_zip_msdos.o | |
CC libarchive/test/test-test_read_format_zip_nested.o | |
CC libarchive/test/test-test_read_format_zip_nofiletype.o | |
CC libarchive/test/test-test_read_format_zip_padded.o | |
CC libarchive/test/test-test_read_format_zip_sfx.o | |
CC libarchive/test/test-test_read_format_zip_traditional_encryption_data.o | |
CC libarchive/test/test-test_read_format_zip_winzip_aes.o | |
CC libarchive/test/test-test_read_format_zip_winzip_aes_large.o | |
CC libarchive/test/test-test_read_format_zip_zip64.o | |
CC libarchive/test/test-test_read_format_zip_with_invalid_traditional_eocd.o | |
CC libarchive/test/test-test_read_large.o | |
CC libarchive/test/test-test_read_pax_xattr_rht_security_selinux.o | |
CC libarchive/test/test-test_read_pax_xattr_schily.o | |
CC libarchive/test/test-test_read_pax_truncated.o | |
CC libarchive/test/test-test_read_position.o | |
CC libarchive/test/test-test_read_set_format.o | |
CC libarchive/test/test-test_read_too_many_filters.o | |
CC libarchive/test/test-test_read_truncated.o | |
CC libarchive/test/test-test_read_truncated_filter.o | |
CC libarchive/test/test-test_short_writes.o | |
CC libarchive/test/test-test_tar_filenames.o | |
CC libarchive/test/test-test_tar_large.o | |
CC libarchive/test/test-test_ustar_filenames.o | |
CC libarchive/test/test-test_ustar_filename_encoding.o | |
CC libarchive/test/test-test_warn_missing_hardlink_target.o | |
CC libarchive/test/test-test_write_disk.o | |
CC libarchive/test/test-test_write_disk_appledouble.o | |
CC libarchive/test/test-test_write_disk_failures.o | |
CC libarchive/test/test-test_write_disk_fixup.o | |
CC libarchive/test/test-test_write_disk_hfs_compression.o | |
CC libarchive/test/test-test_write_disk_lookup.o | |
CC libarchive/test/test-test_write_disk_mac_metadata.o | |
CC libarchive/test/test-test_write_disk_no_hfs_compression.o | |
CC libarchive/test/test-test_write_disk_secure.o | |
CC libarchive/test/test-test_write_disk_secure_noabsolutepaths.o | |
CC libarchive/test/test-test_write_disk_secure744.o | |
CC libarchive/test/test-test_write_disk_secure745.o | |
CC libarchive/test/test-test_write_disk_secure746.o | |
CC libarchive/test/test-test_write_disk_sparse.o | |
CC libarchive/test/test-test_write_disk_symlink.o | |
CC libarchive/test/test-test_write_disk_times.o | |
CC libarchive/test/test-test_write_filter_b64encode.o | |
CC libarchive/test/test-test_write_filter_bzip2.o | |
CC libarchive/test/test-test_write_filter_compress.o | |
CC libarchive/test/test-test_write_filter_gzip.o | |
CC libarchive/test/test-test_write_filter_gzip_timestamp.o | |
CC libarchive/test/test-test_write_filter_lrzip.o | |
CC libarchive/test/test-test_write_filter_lz4.o | |
CC libarchive/test/test-test_write_filter_lzip.o | |
CC libarchive/test/test-test_write_filter_lzma.o | |
CC libarchive/test/test-test_write_filter_lzop.o | |
CC libarchive/test/test-test_write_filter_program.o | |
CC libarchive/test/test-test_write_filter_uuencode.o | |
CC libarchive/test/test-test_write_filter_xz.o | |
CC libarchive/test/test-test_write_filter_zstd.o | |
CC libarchive/test/test-test_write_format_7zip.o | |
CC libarchive/test/test-test_write_format_7zip_empty.o | |
CC libarchive/test/test-test_write_format_7zip_large.o | |
CC libarchive/test/test-test_write_format_ar.o | |
CC libarchive/test/test-test_write_format_cpio.o | |
CC libarchive/test/test-test_write_format_cpio_empty.o | |
CC libarchive/test/test-test_write_format_cpio_newc.o | |
CC libarchive/test/test-test_write_format_cpio_odc.o | |
CC libarchive/test/test-test_write_format_gnutar.o | |
CC libarchive/test/test-test_write_format_gnutar_filenames.o | |
CC libarchive/test/test-test_write_format_iso9660.o | |
CC libarchive/test/test-test_write_format_iso9660_boot.o | |
CC libarchive/test/test-test_write_format_iso9660_empty.o | |
CC libarchive/test/test-test_write_format_iso9660_filename.o | |
CC libarchive/test/test-test_write_format_iso9660_zisofs.o | |
CC libarchive/test/test-test_write_format_mtree.o | |
CC libarchive/test/test-test_write_format_mtree_absolute_path.o | |
CC libarchive/test/test-test_write_format_mtree_classic.o | |
CC libarchive/test/test-test_write_format_mtree_classic_indent.o | |
CC libarchive/test/test-test_write_format_mtree_fflags.o | |
CC libarchive/test/test-test_write_format_mtree_no_separator.o | |
CC libarchive/test/test-test_write_format_mtree_quoted_filename.o | |
CC libarchive/test/test-test_write_format_pax.o | |
CC libarchive/test/test-test_write_format_raw.o | |
CC libarchive/test/test-test_write_format_raw_b64.o | |
CC libarchive/test/test-test_write_format_shar_empty.o | |
CC libarchive/test/test-test_write_format_tar.o | |
CC libarchive/test/test-test_write_format_tar_empty.o | |
CC libarchive/test/test-test_write_format_tar_sparse.o | |
CC libarchive/test/test-test_write_format_tar_ustar.o | |
CC libarchive/test/test-test_write_format_tar_v7tar.o | |
CC libarchive/test/test-test_write_format_warc.o | |
CC libarchive/test/test-test_write_format_warc_empty.o | |
CC libarchive/test/test-test_write_format_xar.o | |
CC libarchive/test/test-test_write_format_xar_empty.o | |
CC libarchive/test/test-test_write_format_zip.o | |
CC libarchive/test/test-test_write_format_zip64_stream.o | |
CC libarchive/test/test-test_write_format_zip_compression_store.o | |
CC libarchive/test/test-test_write_format_zip_empty.o | |
CC libarchive/test/test-test_write_format_zip_empty_zip64.o | |
CC libarchive/test/test-test_write_format_zip_entry_size_unset.o | |
CC libarchive/test/test-test_write_format_zip_file.o | |
CC libarchive/test/test-test_write_format_zip_file_zip64.o | |
CC libarchive/test/test-test_write_format_zip_large.o | |
CC libarchive/test/test-test_write_format_zip_stream.o | |
CC libarchive/test/test-test_write_format_zip_windows_path.o | |
CC libarchive/test/test-test_write_format_zip_zip64.o | |
CC libarchive/test/test-test_write_open_memory.o | |
CC libarchive/test/test-test_write_read_format_zip.o | |
CC libarchive/test/test-test_xattr_platform.o | |
CC libarchive/test/test-test_zip_filename_encoding.o | |
CC tar/test/bsdtar_test-test_0.o | |
CC tar/test/bsdtar_test-test_basic.o | |
CC tar/test/bsdtar_test-test_copy.o | |
CC tar/test/bsdtar_test-test_empty_mtree.o | |
CC tar/test/bsdtar_test-test_extract_tar_Z.o | |
CC tar/test/bsdtar_test-test_extract_tar_bz2.o | |
CC tar/test/bsdtar_test-test_extract_tar_grz.o | |
CC tar/test/bsdtar_test-test_extract_tar_gz.o | |
CC tar/test/bsdtar_test-test_extract_tar_lrz.o | |
CC tar/test/bsdtar_test-test_extract_tar_lz.o | |
CC tar/test/bsdtar_test-test_extract_tar_lz4.o | |
CC tar/test/bsdtar_test-test_extract_tar_lzma.o | |
CC tar/test/bsdtar_test-test_extract_tar_lzo.o | |
CC tar/test/bsdtar_test-test_extract_tar_xz.o | |
CC tar/test/bsdtar_test-test_extract_tar_zstd.o | |
CC tar/test/bsdtar_test-test_format_newc.o | |
CC tar/test/bsdtar_test-test_help.o | |
CC tar/test/bsdtar_test-test_leading_slash.o | |
CC tar/test/bsdtar_test-test_missing_file.o | |
CC tar/test/bsdtar_test-test_option_C_mtree.o | |
CC tar/test/bsdtar_test-test_option_C_upper.o | |
CC tar/test/bsdtar_test-test_option_H_upper.o | |
CC tar/test/bsdtar_test-test_option_L_upper.o | |
CC tar/test/bsdtar_test-test_option_O_upper.o | |
CC tar/test/bsdtar_test-test_option_P.o | |
CC tar/test/bsdtar_test-test_option_T_upper.o | |
CC tar/test/bsdtar_test-test_option_U_upper.o | |
CC tar/test/bsdtar_test-test_option_X_upper.o | |
CC tar/test/bsdtar_test-test_option_acls.o | |
CC tar/test/bsdtar_test-test_option_a.o | |
CC tar/test/bsdtar_test-test_option_b.o | |
CC tar/test/bsdtar_test-test_option_b64encode.o | |
CC tar/test/bsdtar_test-test_option_exclude.o | |
CC tar/test/bsdtar_test-test_option_exclude_vcs.o | |
CC tar/test/bsdtar_test-test_option_fflags.o | |
CC tar/test/bsdtar_test-test_option_gid_gname.o | |
CC tar/test/bsdtar_test-test_option_group.o | |
CC tar/test/bsdtar_test-test_option_grzip.o | |
CC tar/test/bsdtar_test-test_option_ignore_zeros.o | |
CC tar/test/bsdtar_test-test_option_j.o | |
CC tar/test/bsdtar_test-test_option_k.o | |
CC tar/test/bsdtar_test-test_option_keep_newer_files.o | |
CC tar/test/bsdtar_test-test_option_lrzip.o | |
CC tar/test/bsdtar_test-test_option_lz4.o | |
CC tar/test/bsdtar_test-test_option_lzma.o | |
CC tar/test/bsdtar_test-test_option_lzop.o | |
CC tar/test/bsdtar_test-test_option_n.o | |
CC tar/test/bsdtar_test-test_option_newer_than.o | |
CC tar/test/bsdtar_test-test_option_nodump.o | |
CC tar/test/bsdtar_test-test_option_older_than.o | |
CC tar/test/bsdtar_test-test_option_owner.o | |
CC tar/test/bsdtar_test-test_option_passphrase.o | |
CC tar/test/bsdtar_test-test_option_q.o | |
CC tar/test/bsdtar_test-test_option_r.o | |
CC tar/test/bsdtar_test-test_option_s.o | |
CC tar/test/bsdtar_test-test_option_safe_writes.o | |
CC tar/test/bsdtar_test-test_option_uid_uname.o | |
CC tar/test/bsdtar_test-test_option_uuencode.o | |
CC tar/test/bsdtar_test-test_option_xattrs.o | |
CC tar/test/bsdtar_test-test_option_xz.o | |
CC tar/test/bsdtar_test-test_option_z.o | |
CC tar/test/bsdtar_test-test_option_zstd.o | |
CC tar/test/bsdtar_test-test_patterns.o | |
CC tar/test/bsdtar_test-test_print_longpath.o | |
CC tar/test/bsdtar_test-test_stdio.o | |
CC tar/test/bsdtar_test-test_strip_components.o | |
CC tar/test/bsdtar_test-test_symlink_dir.o | |
CC tar/test/bsdtar_test-test_version.o | |
CC tar/test/bsdtar_test-test_windows.o | |
CC cpio/test/bsdcpio_test-test_0.o | |
CC cpio/test/bsdcpio_test-test_basic.o | |
CC cpio/test/bsdcpio_test-test_cmdline.o | |
CC cpio/test/bsdcpio_test-test_extract_cpio_Z.o | |
CC cpio/test/bsdcpio_test-test_extract_cpio_absolute_paths.o | |
CC cpio/test/bsdcpio_test-test_extract_cpio_bz2.o | |
CC cpio/test/bsdcpio_test-test_extract_cpio_grz.o | |
CC cpio/test/bsdcpio_test-test_extract_cpio_gz.o | |
CC cpio/test/bsdcpio_test-test_extract_cpio_lrz.o | |
CC cpio/test/bsdcpio_test-test_extract_cpio_lz.o | |
CC cpio/test/bsdcpio_test-test_extract_cpio_lz4.o | |
CC cpio/test/bsdcpio_test-test_extract_cpio_lzma.o | |
CC cpio/test/bsdcpio_test-test_extract_cpio_lzo.o | |
CC cpio/test/bsdcpio_test-test_extract_cpio_xz.o | |
CC cpio/test/bsdcpio_test-test_extract_cpio_zstd.o | |
CC cpio/test/bsdcpio_test-test_format_newc.o | |
CC cpio/test/bsdcpio_test-test_gcpio_compat.o | |
CC cpio/test/bsdcpio_test-test_missing_file.o | |
CC cpio/test/bsdcpio_test-test_option_0.o | |
CC cpio/test/bsdcpio_test-test_option_B_upper.o | |
CC cpio/test/bsdcpio_test-test_option_C_upper.o | |
CC cpio/test/bsdcpio_test-test_option_J_upper.o | |
CC cpio/test/bsdcpio_test-test_option_L_upper.o | |
CC cpio/test/bsdcpio_test-test_option_Z_upper.o | |
CC cpio/test/bsdcpio_test-test_option_b64encode.o | |
CC cpio/test/bsdcpio_test-test_option_c.o | |
CC cpio/test/bsdcpio_test-test_option_d.o | |
CC cpio/test/bsdcpio_test-test_option_f.o | |
CC cpio/test/bsdcpio_test-test_option_grzip.o | |
CC cpio/test/bsdcpio_test-test_option_help.o | |
CC cpio/test/bsdcpio_test-test_option_l.o | |
CC cpio/test/bsdcpio_test-test_option_lrzip.o | |
CC cpio/test/bsdcpio_test-test_option_lz4.o | |
CC cpio/test/bsdcpio_test-test_option_lzma.o | |
CC cpio/test/bsdcpio_test-test_option_lzop.o | |
CC cpio/test/bsdcpio_test-test_option_m.o | |
CC cpio/test/bsdcpio_test-test_option_passphrase.o | |
CC cpio/test/bsdcpio_test-test_option_u.o | |
CC cpio/test/bsdcpio_test-test_option_uuencode.o | |
CC cpio/test/bsdcpio_test-test_option_version.o | |
CC cpio/test/bsdcpio_test-test_option_xz.o | |
CC cpio/test/bsdcpio_test-test_option_y.o | |
CC cpio/test/bsdcpio_test-test_option_z.o | |
CC cpio/test/bsdcpio_test-test_option_zstd.o | |
CC cpio/test/bsdcpio_test-test_owner_parse.o | |
CC cpio/test/bsdcpio_test-test_passthrough_dotdot.o | |
CC cpio/test/bsdcpio_test-test_passthrough_reverse.o | |
CC cat/test/bsdcat_test-test_0.o | |
CC cat/test/bsdcat_test-test_empty_gz.o | |
CC cat/test/bsdcat_test-test_empty_lz4.o | |
CC cat/test/bsdcat_test-test_empty_xz.o | |
CC cat/test/bsdcat_test-test_empty_zstd.o | |
CC cat/test/bsdcat_test-test_error.o | |
CC cat/test/bsdcat_test-test_error_mixed.o | |
CC cat/test/bsdcat_test-test_expand_Z.o | |
CC cat/test/bsdcat_test-test_expand_bz2.o | |
CC cat/test/bsdcat_test-test_expand_gz.o | |
CC cat/test/bsdcat_test-test_expand_lz4.o | |
CC cat/test/bsdcat_test-test_expand_mixed.o | |
CC cat/test/bsdcat_test-test_expand_plain.o | |
CC cat/test/bsdcat_test-test_expand_xz.o | |
CC cat/test/bsdcat_test-test_expand_zstd.o | |
CC cat/test/bsdcat_test-test_help.o | |
CC cat/test/bsdcat_test-test_stdin.o | |
CC cat/test/bsdcat_test-test_version.o | |
CC unzip/test/bsdunzip_test-test_0.o | |
CC unzip/test/bsdunzip_test-test_basic.o | |
CC unzip/test/bsdunzip_test-test_doubledash.o | |
CC unzip/test/bsdunzip_test-test_glob.o | |
CC unzip/test/bsdunzip_test-test_not_exist.o | |
CC unzip/test/bsdunzip_test-test_singlefile.o | |
CC unzip/test/bsdunzip_test-test_C.o | |
CC unzip/test/bsdunzip_test-test_p.o | |
CC unzip/test/bsdunzip_test-test_d.o | |
CC unzip/test/bsdunzip_test-test_j.o | |
CC unzip/test/bsdunzip_test-test_L.o | |
CC unzip/test/bsdunzip_test-test_n.o | |
CC unzip/test/bsdunzip_test-test_o.o | |
CC unzip/test/bsdunzip_test-test_q.o | |
CC unzip/test/bsdunzip_test-test_t.o | |
CC unzip/test/bsdunzip_test-test_t_bad.o | |
CC unzip/test/bsdunzip_test-test_version.o | |
CC unzip/test/bsdunzip_test-test_x.o | |
CC unzip/test/bsdunzip_test-test_Z1.o | |
CC unzip/test/bsdunzip_test-test_P_encryption.o | |
CC unzip/test/bsdunzip_test-test_I.o | |
CCLD libarchive_test | |
CCLD bsdtar_test | |
CCLD bsdcpio_test | |
CCLD bsdcat_test | |
CCLD bsdunzip_test | |
make[2]: Leaving directory '/private/tmp/nix-build-libarchive-3.7.7.drv-3/source' | |
make check-TESTS | |
make[2]: Entering directory '/private/tmp/nix-build-libarchive-3.7.7.drv-3/source' | |
make[3]: Entering directory '/private/tmp/nix-build-libarchive-3.7.7.drv-3/source' | |
PASS: bsdcat_test | |
PASS: bsdunzip_test | |
PASS: bsdcpio_test | |
FAIL: bsdtar_test | |
PASS: libarchive_test | |
======================================== | |
libarchive 3.7.7: ./test-suite.log | |
======================================== | |
# TOTAL: 5 | |
# PASS: 4 | |
# SKIP: 0 | |
# XFAIL: 0 | |
# FAIL: 1 | |
# XPASS: 0 | |
# ERROR: 0 | |
.. contents:: :depth: 2 | |
FAIL: bsdtar_test | |
================= | |
If tests fail or crash, details will be in: | |
/private/tmp/nix-build-libarchive-3.7.7.drv-3/bsdtar_test.2024-11-10T00.13.23-000 | |
Reference files will be read from: /private/tmp/nix-build-libarchive-3.7.7.drv-3/source/tar/test | |
Running tests on: "/private/tmp/nix-build-libarchive-3.7.7.drv-3/source/bsdtar" | |
Exercising: bsdtar 3.7.7 - libarchive 3.7.7 zlib/1.3.1 liblzma/5.6.3 bz2lib/1.0.8 libzstd/1.5.6 | |
0: test_0 ok | |
1: test_basic ok | |
2: test_copy FAIL | |
3: test_empty_mtree ok | |
4: test_extract_tar_Z ok | |
5: test_extract_tar_bz2 ok | |
6: test_extract_tar_grz ok (S) | |
7: test_extract_tar_gz ok | |
8: test_extract_tar_lrz ok (S) | |
9: test_extract_tar_lz ok | |
10: test_extract_tar_lz4 ok (S) | |
11: test_extract_tar_lzma ok | |
12: test_extract_tar_lzo ok (S) | |
13: test_extract_tar_xz ok | |
14: test_extract_tar_zstd ok | |
15: test_format_newc ok | |
16: test_help ok | |
17: test_leading_slash ok | |
18: test_missing_file ok | |
19: test_option_C_mtree ok | |
20: test_option_C_upper ok | |
21: test_option_H_upper ok | |
22: test_option_L_upper ok | |
23: test_option_O_upper ok | |
24: test_extract_tar_absolute_paths bsdtar: Removing leading '/' from member names | |
ok | |
25: test_option_T_upper ok | |
26: test_option_U_upper ok | |
27: test_option_X_upper ok | |
28: test_option_a ok | |
29: test_option_acls ok | |
30: test_option_b ok | |
31: test_option_b64encode ok | |
32: test_option_exclude ok | |
33: test_option_exclude_vcs ok | |
34: test_option_fflags ok | |
35: test_option_gid_gname ok | |
36: test_option_group ok | |
37: test_option_grzip ok (S) | |
38: test_option_ignore_zeros_mode_t ok | |
39: test_option_ignore_zeros_mode_x ok | |
40: test_option_ignore_zeros_mode_c ok | |
41: test_option_ignore_zeros_mode_r ok | |
42: test_option_ignore_zeros_mode_u ok | |
43: test_option_j ok | |
44: test_option_k ok | |
45: test_option_keep_newer_files ok | |
46: test_option_lrzip ok (S) | |
47: test_option_lz4 ok (S) | |
48: test_option_lzma ok | |
49: test_option_lzop ok (S) | |
50: test_option_n ok | |
51: test_option_newer_than ok | |
52: test_option_nodump ok | |
53: test_option_older_than ok | |
54: test_option_owner ok | |
55: test_option_passphrase ok | |
56: test_option_q ok | |
57: test_option_r ok | |
58: test_option_s ok | |
59: test_option_safe_writes ok | |
60: test_option_uid_uname ok | |
61: test_option_uuencode ok | |
62: test_option_xattrs ok | |
63: test_option_xz ok | |
64: test_option_z ok | |
65: test_option_zstd ok | |
66: test_patterns ok | |
67: test_print_longpath ok | |
68: test_stdio ok | |
69: test_strip_components ok | |
70: test_symlink_dir ok | |
71: test_version ok | |
72: test_windows ok (S) | |
Totals: | |
Tests run: 73 | |
Tests failed: 1 | |
Assertions checked: 87483 | |
Assertions failed: 38 | |
Skips reported: 9 | |
Failing tests: | |
2: test_copy (38 failures) | |
Details for failing tests: /private/tmp/nix-build-libarchive-3.7.7.drv-3/bsdtar_test.2024-11-10T00.13.23-000 | |
FAIL bsdtar_test (exit status: 1) | |
============================================================================ | |
Testsuite summary for libarchive 3.7.7 | |
============================================================================ | |
# TOTAL: 5 | |
# PASS: 4 | |
# SKIP: 0 | |
# XFAIL: 0 | |
# FAIL: 1 | |
# XPASS: 0 | |
# ERROR: 0 | |
============================================================================ | |
See ./test-suite.log | |
Please report to [email protected] | |
============================================================================ | |
make[3]: *** [Makefile:15850: test-suite.log] Error 1 | |
make[3]: Leaving directory '/private/tmp/nix-build-libarchive-3.7.7.drv-3/source' | |
make[2]: *** [Makefile:15958: check-TESTS] Error 2 | |
make[2]: Leaving directory '/private/tmp/nix-build-libarchive-3.7.7.drv-3/source' | |
make[1]: *** [Makefile:16199: check-am] Error 2 | |
make[1]: Leaving directory '/private/tmp/nix-build-libarchive-3.7.7.drv-3/source' | |
make: *** [Makefile:16201: check] Error 2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
test_copy | |
tar/test/test_copy.c:298: r != 0 | |
Description: Error invoking "/private/tmp/nix-build-libarchive-3.7.7.drv-2/source/bsdtar" xf archive | |
r=256 (0x100, 0400) | |
0=0 (0x0, 00) | |
tar/test/test_copy.c:301: File should be empty: unpack.err | |
File size: 1129 | |
Contents: | |
0000 6c 2f 2e 5f 61 62 63 64 65 66 67 68 69 6a 6b 6c l/._abcdefghijkl | |
0010 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 61 62 mnopqrstuvwxyzab | |
0020 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 cdefghijklmnopqr | |
0030 73 74 75 76 77 78 79 7a 61 62 63 64 65 66 67 68 stuvwxyzabcdefgh | |
0040 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 ijklmnopqrstuvwx | |
0050 79 7a 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e yzabcdefghijklmn | |
0060 6f 70 71 72 5f 39 39 3a 20 48 61 72 64 2d 6c 69 opqr_99: Hard-li | |
0070 6e 6b 20 74 61 72 67 65 74 20 27 66 2f 61 62 63 nk target 'f/abc | |
0080 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 defghijklmnopqrs | |
0090 74 75 76 77 78 79 7a 61 62 63 64 65 66 67 68 69 tuvwxyzabcdefghi | |
00a0 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 jklmnopqrstuvwxy | |
00b0 7a 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f zabcdefghijklmno | |
00c0 70 71 72 73 74 75 76 77 78 79 7a 61 62 63 64 65 pqrstuvwxyzabcde | |
00d0 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 5f 39 39 fghijklmnopqr_99 | |
00e0 27 20 64 6f 65 73 20 6e 6f 74 20 65 78 69 73 74 ' does not exist | |
00f0 2e 3a 20 4e 6f 20 73 75 63 68 20 66 69 6c 65 20 .: No such file | |
0100 6f 72 20 64 69 72 65 63 74 6f 72 79 0a 6c 2f 2e or directory.l/. | |
0110 5f 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f _abcdefghijklmno | |
0120 70 71 72 73 74 75 76 77 78 79 7a 61 62 63 64 65 pqrstuvwxyzabcde | |
0130 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 fghijklmnopqrstu | |
0140 76 77 78 79 7a 61 62 63 64 65 66 67 68 69 6a 6b vwxyzabcdefghijk | |
0150 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 61 lmnopqrstuvwxyza | |
0160 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 bcdefghijklmnopq | |
0170 72 5f 31 30 30 3a 20 48 61 72 64 2d 6c 69 6e 6b r_100: Hard-link | |
0180 20 74 61 72 67 65 74 20 27 66 2f 61 62 63 64 65 target 'f/abcde | |
0190 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 fghijklmnopqrstu | |
01a0 76 77 78 79 7a 61 62 63 64 65 66 67 68 69 6a 6b vwxyzabcdefghijk | |
01b0 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 61 lmnopqrstuvwxyza | |
01c0 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 bcdefghijklmnopq | |
01d0 72 73 74 75 76 77 78 79 7a 61 62 63 64 65 66 67 rstuvwxyzabcdefg | |
01e0 68 69 6a 6b 6c 6d 6e 6f 70 71 72 5f 31 30 30 27 hijklmnopqr_100' | |
01f0 20 64 6f 65 73 20 6e 6f 74 20 65 78 69 73 74 2e does not exist. | |
0200 3a 20 4e 6f 20 73 75 63 68 20 66 69 6c 65 20 6f : No such file o | |
0210 72 20 64 69 72 65 63 74 6f 72 79 0a 6d 2f 2e 5f r directory.m/._ | |
0220 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 abcdefghijklmnop | |
0230 71 72 73 74 75 76 77 78 79 7a 61 62 63 64 65 66 qrstuvwxyzabcdef | |
0240 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 ghijklmnopqrstuv | |
0250 77 78 79 7a 61 62 63 64 65 66 67 68 69 6a 6b 6c wxyzabcdefghijkl | |
0260 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 61 62 mnopqrstuvwxyzab | |
0270 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 cdefghijklmnopqr | |
0280 5f 39 39 3a 20 48 61 72 64 2d 6c 69 6e 6b 20 74 _99: Hard-link t | |
0290 61 72 67 65 74 20 27 66 2f 61 62 63 64 65 66 67 arget 'f/abcdefg | |
02a0 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 hijklmnopqrstuvw | |
02b0 78 79 7a 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d xyzabcdefghijklm | |
02c0 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 61 62 63 nopqrstuvwxyzabc | |
02d0 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 defghijklmnopqrs | |
02e0 74 75 76 77 78 79 7a 61 62 63 64 65 66 67 68 69 tuvwxyzabcdefghi | |
02f0 6a 6b 6c 6d 6e 6f 70 71 72 5f 39 39 27 20 64 6f jklmnopqr_99' do | |
0300 65 73 20 6e 6f 74 20 65 78 69 73 74 2e 3a 20 4e es not exist.: N | |
0310 6f 20 73 75 63 68 20 66 69 6c 65 20 6f 72 20 64 o such file or d | |
0320 69 72 65 63 74 6f 72 79 0a 6d 2f 2e 5f 61 62 63 irectory.m/._abc | |
0330 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 defghijklmnopqrs | |
0340 74 75 76 77 78 79 7a 61 62 63 64 65 66 67 68 69 tuvwxyzabcdefghi | |
0350 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 jklmnopqrstuvwxy | |
0360 7a 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f zabcdefghijklmno | |
0370 70 71 72 73 74 75 76 77 78 79 7a 61 62 63 64 65 pqrstuvwxyzabcde | |
0380 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 5f 31 30 fghijklmnopqr_10 | |
0390 30 3a 20 48 61 72 64 2d 6c 69 6e 6b 20 74 61 72 0: Hard-link tar | |
03a0 67 65 74 20 27 66 2f 61 62 63 64 65 66 67 68 69 get 'f/abcdefghi | |
03b0 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 jklmnopqrstuvwxy | |
03c0 7a 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f zabcdefghijklmno | |
03d0 70 71 72 73 74 75 76 77 78 79 7a 61 62 63 64 65 pqrstuvwxyzabcde | |
03e0 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 fghijklmnopqrstu | |
03f0 76 77 78 79 7a 61 62 63 64 65 66 67 68 69 6a 6b vwxyzabcdefghijk | |
tar/test/test_copy.c:189: File should exist: f/abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqr_99 | |
Description: Verifying default | |
tar/test/test_copy.c:190: File should exist: f/abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqr_99 | |
tar/test/test_copy.c:197: File should exist: f/abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqr_99 | |
Description: Verifying default | |
tar/test/test_copy.c:197: Files f/abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqr_99 and l/abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqr_99 are not hardlinked | |
tar/test/test_copy.c:200: File should exist: f/abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqr_99 | |
tar/test/test_copy.c:200: Files f/abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqr_99 and m/abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqr_99 are not hardlinked | |
tar/test/test_copy.c:209: Symlink should exist: s/abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqr_99 | |
Description: Verifying default | |
tar/test/test_copy.c:209: File s/abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqr_99 is not a symlink to ../f/abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqr_99 | |
tar/test/test_copy.c:217: Dir should exist: d/abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqr_99 | |
Description: Verifying default | |
tar/test/test_copy.c:189: File should exist: f/abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqr_100 | |
Description: Verifying default | |
tar/test/test_copy.c:190: File should exist: f/abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqr_100 | |
tar/test/test_copy.c:197: File should exist: f/abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqr_100 | |
Description: Verifying default | |
tar/test/test_copy.c:197: Files f/abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqr_100 and l/abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqr_100 are not hardlinked | |
tar/test/test_copy.c:200: File should exist: f/abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqr_100 | |
tar/test/test_copy.c:200: Files f/abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqr_100 and m/abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqr_100 are not hardlinked | |
tar/test/test_copy.c:209: Symlink should exist: s/abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqr_100 | |
Description: Verifying default | |
tar/test/test_copy.c:209: File s/abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqr_100 is not a symlink to ../f/abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqr_100 | |
tar/test/test_copy.c:298: r != 0 | |
Description: Error invoking "/private/tmp/nix-build-libarchive-3.7.7.drv-2/source/bsdtar" xf archive | |
r=256 (0x100, 0400) | |
0=0 (0x0, 00) | |
tar/test/test_copy.c:301: File should be empty: unpack.err | |
File size: 1129 | |
Contents: | |
0000 6c 2f 2e 5f 61 62 63 64 65 66 67 68 69 6a 6b 6c l/._abcdefghijkl | |
0010 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 61 62 mnopqrstuvwxyzab | |
0020 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 cdefghijklmnopqr | |
0030 73 74 75 76 77 78 79 7a 61 62 63 64 65 66 67 68 stuvwxyzabcdefgh | |
0040 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 ijklmnopqrstuvwx | |
0050 79 7a 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e yzabcdefghijklmn | |
0060 6f 70 71 72 5f 39 39 3a 20 48 61 72 64 2d 6c 69 opqr_99: Hard-li | |
0070 6e 6b 20 74 61 72 67 65 74 20 27 66 2f 61 62 63 nk target 'f/abc | |
0080 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 defghijklmnopqrs | |
0090 74 75 76 77 78 79 7a 61 62 63 64 65 66 67 68 69 tuvwxyzabcdefghi | |
00a0 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 jklmnopqrstuvwxy | |
00b0 7a 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f zabcdefghijklmno | |
00c0 70 71 72 73 74 75 76 77 78 79 7a 61 62 63 64 65 pqrstuvwxyzabcde | |
00d0 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 5f 39 39 fghijklmnopqr_99 | |
00e0 27 20 64 6f 65 73 20 6e 6f 74 20 65 78 69 73 74 ' does not exist | |
00f0 2e 3a 20 4e 6f 20 73 75 63 68 20 66 69 6c 65 20 .: No such file | |
0100 6f 72 20 64 69 72 65 63 74 6f 72 79 0a 6c 2f 2e or directory.l/. | |
0110 5f 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f _abcdefghijklmno | |
0120 70 71 72 73 74 75 76 77 78 79 7a 61 62 63 64 65 pqrstuvwxyzabcde | |
0130 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 fghijklmnopqrstu | |
0140 76 77 78 79 7a 61 62 63 64 65 66 67 68 69 6a 6b vwxyzabcdefghijk | |
0150 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 61 lmnopqrstuvwxyza | |
0160 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 bcdefghijklmnopq | |
0170 72 5f 31 30 30 3a 20 48 61 72 64 2d 6c 69 6e 6b r_100: Hard-link | |
0180 20 74 61 72 67 65 74 20 27 66 2f 61 62 63 64 65 target 'f/abcde | |
0190 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 fghijklmnopqrstu | |
01a0 76 77 78 79 7a 61 62 63 64 65 66 67 68 69 6a 6b vwxyzabcdefghijk | |
01b0 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 61 lmnopqrstuvwxyza | |
01c0 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 bcdefghijklmnopq | |
01d0 72 73 74 75 76 77 78 79 7a 61 62 63 64 65 66 67 rstuvwxyzabcdefg | |
01e0 68 69 6a 6b 6c 6d 6e 6f 70 71 72 5f 31 30 30 27 hijklmnopqr_100' | |
01f0 20 64 6f 65 73 20 6e 6f 74 20 65 78 69 73 74 2e does not exist. | |
0200 3a 20 4e 6f 20 73 75 63 68 20 66 69 6c 65 20 6f : No such file o | |
0210 72 20 64 69 72 65 63 74 6f 72 79 0a 6d 2f 2e 5f r directory.m/._ | |
0220 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 abcdefghijklmnop | |
0230 71 72 73 74 75 76 77 78 79 7a 61 62 63 64 65 66 qrstuvwxyzabcdef | |
0240 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 ghijklmnopqrstuv | |
0250 77 78 79 7a 61 62 63 64 65 66 67 68 69 6a 6b 6c wxyzabcdefghijkl | |
0260 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 61 62 mnopqrstuvwxyzab | |
0270 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 cdefghijklmnopqr | |
0280 5f 39 39 3a 20 48 61 72 64 2d 6c 69 6e 6b 20 74 _99: Hard-link t | |
0290 61 72 67 65 74 20 27 66 2f 61 62 63 64 65 66 67 arget 'f/abcdefg | |
02a0 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 hijklmnopqrstuvw | |
02b0 78 79 7a 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d xyzabcdefghijklm | |
02c0 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 61 62 63 nopqrstuvwxyzabc | |
02d0 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 defghijklmnopqrs | |
02e0 74 75 76 77 78 79 7a 61 62 63 64 65 66 67 68 69 tuvwxyzabcdefghi | |
02f0 6a 6b 6c 6d 6e 6f 70 71 72 5f 39 39 27 20 64 6f jklmnopqr_99' do | |
0300 65 73 20 6e 6f 74 20 65 78 69 73 74 2e 3a 20 4e es not exist.: N | |
0310 6f 20 73 75 63 68 20 66 69 6c 65 20 6f 72 20 64 o such file or d | |
0320 69 72 65 63 74 6f 72 79 0a 6d 2f 2e 5f 61 62 63 irectory.m/._abc | |
0330 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 defghijklmnopqrs | |
0340 74 75 76 77 78 79 7a 61 62 63 64 65 66 67 68 69 tuvwxyzabcdefghi | |
0350 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 jklmnopqrstuvwxy | |
0360 7a 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f zabcdefghijklmno | |
0370 70 71 72 73 74 75 76 77 78 79 7a 61 62 63 64 65 pqrstuvwxyzabcde | |
0380 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 5f 31 30 fghijklmnopqr_10 | |
0390 30 3a 20 48 61 72 64 2d 6c 69 6e 6b 20 74 61 72 0: Hard-link tar | |
03a0 67 65 74 20 27 66 2f 61 62 63 64 65 66 67 68 69 get 'f/abcdefghi | |
03b0 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 jklmnopqrstuvwxy | |
03c0 7a 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f zabcdefghijklmno | |
03d0 70 71 72 73 74 75 76 77 78 79 7a 61 62 63 64 65 pqrstuvwxyzabcde | |
03e0 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 fghijklmnopqrstu | |
03f0 76 77 78 79 7a 61 62 63 64 65 66 67 68 69 6a 6b vwxyzabcdefghijk | |
tar/test/test_copy.c:189: File should exist: f/abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqr_99 | |
Description: Verifying pax | |
tar/test/test_copy.c:190: File should exist: f/abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqr_99 | |
tar/test/test_copy.c:197: File should exist: f/abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqr_99 | |
Description: Verifying pax | |
tar/test/test_copy.c:197: Files f/abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqr_99 and l/abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqr_99 are not hardlinked | |
tar/test/test_copy.c:200: File should exist: f/abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqr_99 | |
tar/test/test_copy.c:200: Files f/abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqr_99 and m/abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqr_99 are not hardlinked | |
tar/test/test_copy.c:209: Symlink should exist: s/abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqr_99 | |
Description: Verifying pax | |
tar/test/test_copy.c:209: File s/abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqr_99 is not a symlink to ../f/abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqr_99 | |
tar/test/test_copy.c:217: Dir should exist: d/abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqr_99 | |
Description: Verifying pax | |
tar/test/test_copy.c:189: File should exist: f/abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqr_100 | |
Description: Verifying pax | |
tar/test/test_copy.c:190: File should exist: f/abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqr_100 | |
tar/test/test_copy.c:197: File should exist: f/abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqr_100 | |
Description: Verifying pax | |
tar/test/test_copy.c:197: Files f/abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqr_100 and l/abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqr_100 are not hardlinked | |
tar/test/test_copy.c:200: File should exist: f/abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqr_100 | |
tar/test/test_copy.c:200: Files f/abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqr_100 and m/abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqr_100 are not hardlinked | |
tar/test/test_copy.c:209: Symlink should exist: s/abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqr_100 | |
Description: Verifying pax | |
tar/test/test_copy.c:209: File s/abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqr_100 is not a symlink to ../f/abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqr_100 | |
tar/test/test_copy.c:189: Summary: Failed 4 times | |
tar/test/test_copy.c:190: Summary: Failed 4 times | |
tar/test/test_copy.c:197: Summary: Failed 8 times | |
tar/test/test_copy.c:200: Summary: Failed 8 times | |
tar/test/test_copy.c:209: Summary: Failed 8 times | |
tar/test/test_copy.c:217: Summary: Failed 2 times | |
tar/test/test_copy.c:298: Summary: Failed 2 times | |
tar/test/test_copy.c:301: Summary: Failed 2 times |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment