==> Synchronizing chroot copy [/home/alhp/workspace/chroot/root] -> [build_75a9cd90-40db-4041-8230-edbb2c64d2f4]...done
==> Making package: 3cpio 0.14.0-2.1 (Wed Apr 29 20:17:10 2026)
==> Retrieving sources...
  -> Cloning 3cpio git repo...
Cloning into bare repository '/home/alhp/workspace/build/x86-64-v2/3cpio-0.14.0-2/3cpio'...
==> Validating source files with b2sums...
    3cpio ... Passed
==> Making package: 3cpio 0.14.0-2.1 (Wed Apr 29 18:17:14 2026)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...

Package (19)          New Version     Net Change

extra/compiler-rt     22.1.3-1         53.77 MiB
core/libedit          20251016_3.1-1    0.26 MiB
extra/libgit2         1:1.9.2-3         3.04 MiB
extra/libyaml         0.2.5-3           0.18 MiB
extra/lld             22.1.3-1          6.97 MiB
extra/llhttp          9.3.1-1           0.11 MiB
extra/llvm-libs       22.1.3-1        160.11 MiB
core/lzo              2.10-5            0.38 MiB
extra/perl-error      0.17030-3         0.04 MiB
extra/perl-mailtools  2.22-3            0.10 MiB
extra/perl-timedate   2.35-1            0.15 MiB
extra/ruby            3.4.8-2          16.84 MiB
extra/rubygems        3.6.9-1           2.73 MiB
extra/zlib-ng         2.3.3-1           0.28 MiB
extra/asciidoctor     2.0.26-1          1.88 MiB
extra/git             2.54.0-1         30.26 MiB
extra/lzop            1.04-4            0.19 MiB
extra/pigz            2.8-2             0.17 MiB
extra/rust            1:1.95.0-1      273.51 MiB

Total Installed Size:  550.96 MiB

:: Proceed with installation? [Y/n] 
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
:: Processing package changes...
installing libyaml...
installing rubygems...
installing ruby...
Optional dependencies for ruby
    tk: for Ruby/TK
    ruby-docs: Documentation for Ruby
    ruby-default-gems: Default gems which are part of Ruby StdLib
    ruby-bundled-gems: Bundled gems which are part of Ruby StdLib
    ruby-stdlib: Full Ruby StdLib including default gems, bundled gems and tools
installing asciidoctor...
installing perl-error...
installing perl-timedate...
installing perl-mailtools...
installing zlib-ng...
installing git...
Optional dependencies for git
    git-zsh-completion: upstream zsh completion
    tk: gitk and git gui
    openssh: ssh transport and crypto
    man: show help with `git command --help`
    perl-libwww: git svn
    perl-term-readkey: git svn and interactive.singlekey setting
    perl-io-socket-ssl: git send-email TLS support
    perl-authen-sasl: git send-email TLS support
    perl-cgi: gitweb (web interface) support
    python: git svn & git p4
    subversion: git svn
    org.freedesktop.secrets: keyring credential helper
    libsecret: libsecret credential helper [installed]
    less: the default pager for git
installing compiler-rt...
installing llhttp...
installing libgit2...
installing libedit...
installing llvm-libs...
installing lld...
installing rust...
Optional dependencies for rust
    gdb: rust-gdb script
    lldb: rust-lldb script
installing pigz...
installing lzo...
installing lzop...
:: Running post-transaction hooks...
(1/3) Creating system user accounts...
Creating group 'git' with GID 969.
Creating user 'git' (git daemon user) with UID 969 and GID 969.
(2/3) Reloading system manager configuration...
  Skipped: Current root is not booted.
(3/3) Arming ConditionNeedsUpdate...
==> Retrieving sources...
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Creating working copy of 3cpio git repo...
Cloning into '3cpio'...
done.
Switched to a new branch 'makepkg'
==> Starting build()...
    Updating crates.io index
 Downloading crates ...
  Downloaded glob v0.3.3
  Downloaded lexopt v0.3.1
  Downloaded libc v0.2.180
   Compiling libc v0.2.180
   Compiling lexopt v0.3.1
   Compiling glob v0.3.3
   Compiling threecpio v0.14.0 (/startdir/src/3cpio)
    Finished `release` profile [optimized] target(s) in 10.42s
==> Starting check()...
   Compiling threecpio v0.14.0 (/startdir/src/3cpio)
    Finished `release` profile [optimized] target(s) in 14.27s
     Running unittests src/lib.rs (target/release/deps/threecpio-eaf1f29cd811e637)

running 117 tests
test compression::tests::test_compression_from_command_line_lz4 ... ok
test compression::tests::test_compression_from_command_line_xz_6 ... ok
test compression::tests::test_has_command_not_found ... ok
test examine::tests::test_format_bytes_kilobytes_with_dot ... ok
test examine::tests::test_format_bytes_kilobytes_without_dot ... ok
test compression::tests::test_compression_decompress_program_not_found ... ok
test examine::tests::test_format_bytes_megabytes_two_decimal_places ... ok
test examine::tests::test_format_bytes_megabytes_one_decimal_place ... ok
test extract::tests::test_absolute_parent_directory ... ok
test extract::tests::test_absolute_parent_directory_error ... ok
test extract::tests::test_extract_cpio_archive_compressed_parts_to_stdout ... ok
test extract::tests::test_read_cpio_and_extract_path_traversal_to_stdout ... ok
test header::tests::test_header_read ... ok
test extract::tests::test_write_special_file_character_device ... ok
test header::tests::test_header_read_invalid_magic_number ... ok
test header::tests::test_header_read_invalid_file_type ... ok
test header::tests::test_header_write_with_alignment_near_path_max ... ok
test header::tests::test_header_write_filename_too_long ... ok
test header::tests::test_header_write_with_alignment_exceeds_path_max ... ok
test header::tests::test_header_write ... ok
test extract::tests::test_extract_cpio_archive_compressed_with_pattern_to_stdout ... ok
test extract::tests::test_write_special_file_block_device ... ok
test header::tests::test_hex_str_to_u32 ... ok
test header::tests::test_hex_str_to_u32_invalid_hex ... ok
test header::tests::test_is_root_directory ... ok
test header::tests::test_is_root_directory_is_file ... ok
test header::tests::test_is_root_directory_not_root_path ... ok
test header::tests::test_hex_str_to_u32_invalid_utf8 ... ok
test header::tests::test_padding_needed_for_is_aligned ... ok
test header::tests::test_padding_needed_for ... ok
test libc::tests::test_strftime_local_year ... ok
test libc::tests::test_getpwuid_name_root ... ok
test manifest::tests::test_archive_write ... ok
test libc::tests::test_getgrgid_name_root ... ok
test manifest::tests::test_determine_umask_all_read ... ok
test manifest::tests::test_determine_umask_only_root ... ok
test libc::tests::test_getgrgid_name_non_existing ... ok
test manifest::tests::test_file_from_line_empty_fields ... ok
test libc::tests::test_getpwuid_name_non_existing ... ok
test manifest::tests::test_file_from_line_empty_file ... ok
test manifest::tests::test_file_from_line_full_block_device ... ok
test manifest::tests::test_file_from_line_full_character_device ... ok
test manifest::tests::test_file_from_line_full_directory ... ok
test manifest::tests::test_file_from_line_fields_with_dash ... ok
test manifest::tests::test_file_from_line_full_fifo ... ok
test manifest::tests::test_file_from_line_full_socket ... ok
test manifest::tests::test_file_from_line_full_symlink ... ok
test manifest::tests::test_file_from_line_full_regular_file ... ok
test manifest::tests::test_file_from_line_location_block_device ... ok
test manifest::tests::test_file_from_line_location_directory ... ok
test manifest::tests::test_file_from_line_location_duplicate_file ... ok
test manifest::tests::test_file_from_line_location_fifo ... ok
test manifest::tests::test_file_from_line_location_regular_file ... ok
test manifest::tests::test_file_from_line_location_socket ... ok
test manifest::tests::test_file_from_line_location_symlink ... ok
test manifest::tests::test_manifest_from_input ... ok
test manifest::tests::test_manifest_from_input_compressed ... ok
test manifest::tests::test_manifest_from_input_file_not_found ... ok
test manifest::tests::test_manifest_from_input_invalid_cpio_directive ... ok
test manifest::tests::test_manifest_from_input_multiple_uncompressed ... ok
test manifest::tests::test_manifest_from_input_unknown_compressor ... ok
test manifest::tests::test_file_from_line_location_character_device ... FAILED
test libc::tests::test_strftime_local_hour ... ok
test libc::tests::test_set_modified ... ok
test manifest::tests::test_archive_write_hardlinks ... ok
test manifest::tests::test_file_from_line_location_hardlink ... ok
test manifest::tests::test_archive_write_aligned ... ok
test manifest::tests::test_sanitize_path_absolute_path ... ok
test manifest::tests::test_sanitize_path_dot ... ok
test manifest::tests::test_sanitize_path_dot_slash ... ok
test manifest::tests::test_sanitize_path_dot_slash_path ... ok
test manifest::tests::test_sanitize_path_relative_path ... ok
test manifest::tests::test_sanitize_path_root ... ok
test ranges::tests::test_parse_ranges_error_single ... ok
test extract::tests::test_extract_cpio_archive_compressed_to_stdout ... ok
test ranges::tests::test_parse_ranges_multiple ... ok
test ranges::tests::test_parse_ranges_open_end ... ok
test ranges::tests::test_parse_ranges_open_start ... ok
test ranges::tests::test_parse_ranges_range ... ok
test ranges::tests::test_parse_ranges_single ... ok
test ranges::tests::test_ranges_contains ... ok
test ranges::tests::test_ranges_has_more ... ok
test temp_dir::tests::test_base62_encode ... ok
test temp_dir::tests::test_to_alphanumerics ... ok
test tests::test_get_cpio_archive_count_single ... ok
test manifest::tests::test_manifest_write_archive_empty_bzip2 ... ok
test tests::test_list_cpio_content_uncompressed_with_pattern ... ok
test extract::tests::test_extract_cpio_archive_compressed_make_directories_with_pattern ... ok
test tests::test_print_cpio_archive_count_compressed ... ok
test manifest::tests::test_manifest_write_archive_empty_gzip ... ok
test extract::tests::test_extract_cpio_archive_uncompressed_with_pattern ... ok
test tests::test_list_cpio_content_compressed_parts ... ok
test manifest::tests::test_manifest_write_archive_empty_lzop ... ok
test tests::test_read_cpio_and_print_long_format_character_device ... ok
test tests::test_read_cpio_and_print_long_format_directory ... ok
test manifest::tests::test_manifest_write_fail_compression ... ok
test tests::test_read_cpio_and_print_long_format_file ... ok
test extract::tests::test_extract_cpio_archive_with_subdir ... ok
test tests::test_read_cpio_and_print_long_format_pattern ... ok
test tests::test_read_cpio_and_print_long_format_print_ino ... ok
test manifest::tests::test_manifest_write_archive_empty_zstd ... ok
test tests::test_read_cpio_and_print_long_format_symlink ... ok
test extract::tests::test_read_cpio_and_extract_fifo ... ok
test extract::tests::test_read_cpio_and_extract_path_traversal ... ok
test extract::tests::test_write_special_file_socket ... ok
test extract::tests::test_read_cpio_and_extract_invalid_file_type ... ok
test extract::tests::test_write_file_with_setuid ... ok
test tests::test_list_cpio_content_compressed_with_pattern ... ok
test extract::tests::test_write_special_file_fifo ... ok
test manifest::tests::test_manifest_write_archive_empty_lz4 ... ok
test extract::tests::test_write_directory_with_setuid ... ok
test extract::tests::test_write_symbolic_link ... ok
test manifest::tests::test_manifest_write_archive_empty_lzma ... ok
test manifest::tests::test_manifest_write_archive_empty_xz ... ok
test extract::tests::test_extract_cpio_archive_compressed_with_pattern ... ok
test manifest::tests::test_file_from_line_location_relative_directory ... ok
test examine::tests::test_examine_cpio_content ... ok

failures:

---- manifest::tests::test_file_from_line_location_character_device stdout ----

thread 'manifest::tests::test_file_from_line_location_character_device' (1397) panicked at src/manifest.rs:1163:49:
called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace


failures:
    manifest::tests::test_file_from_line_location_character_device

test result: FAILED. 116 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s

error: test failed, to rerun pass `--lib`
==> ERROR: A failure occurred in check().
    Aborting...
==> ERROR: Build failed, check /home/alhp/workspace/chroot/build_75a9cd90-40db-4041-8230-edbb2c64d2f4/build
