>>> cbindgen: Building community/cbindgen 0.26.0-r1 (using abuild 3.13.0-r5) started Sat, 28 Sep 2024 04:07:23 +0000 >>> cbindgen: Checking sanity of /home/buildozer/aports/community/cbindgen/APKBUILD... >>> cbindgen: Analyzing dependencies... >>> cbindgen: Installing for build: build-base cargo cargo-auditable cython (1/20) Installing libffi (3.4.6-r0) (2/20) Installing xz-libs (5.6.2-r0) (3/20) Installing libxml2 (2.12.8-r0) (4/20) Installing llvm18-libs (18.1.8-r0) (5/20) Installing scudo-malloc (18.1.8-r0) (6/20) Installing rust (1.81.0-r0) (7/20) Installing cargo (1.81.0-r0) (8/20) Installing cargo-auditable (0.6.4-r0) (9/20) Installing libbz2 (1.0.8-r6) (10/20) Installing gdbm (1.24-r0) (11/20) Installing mpdecimal (4.0.0-r0) (12/20) Installing libpanelw (6.5_p20240601-r1) (13/20) Installing sqlite-libs (3.46.1-r0) (14/20) Installing python3 (3.12.6-r0) (15/20) Installing python3-pycache-pyc0 (3.12.6-r0) (16/20) Installing pyc (3.12.6-r0) (17/20) Installing cython-pyc (3.0.10-r0) (18/20) Installing python3-pyc (3.12.6-r0) (19/20) Installing cython (3.0.10-r0) (20/20) Installing .makedepends-cbindgen (20240928.040724) Executing busybox-1.36.1-r32.trigger OK: 616 MiB in 125 packages >>> cbindgen: Cleaning up srcdir >>> cbindgen: Cleaning up pkgdir >>> cbindgen: Cleaning up tmpdir >>> cbindgen: Fetching https://distfiles.alpinelinux.org/distfiles/edge/cbindgen-0.26.0.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> cbindgen: Fetching cbindgen-0.26.0.tar.gz::https://crates.io/api/v1/crates/cbindgen/0.26.0/download % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 201k 100 201k 0 0 383k 0 --:--:-- --:--:-- --:--:-- 383k >>> cbindgen: Fetching https://distfiles.alpinelinux.org/distfiles/edge/cbindgen-0.26.0.tar.gz >>> cbindgen: Checking sha512sums... cbindgen-0.26.0.tar.gz: OK cargo-update.patch: OK >>> cbindgen: Unpacking /var/cache/distfiles/cbindgen-0.26.0.tar.gz... >>> cbindgen: cargo-update.patch patching file Cargo.lock Downloading crates ... Downloaded quote v1.0.27 Downloaded serde_derive v1.0.163 Downloaded syn v2.0.16 Compiling proc-macro2 v1.0.66 Compiling quote v1.0.27 Compiling unicode-ident v1.0.8 Compiling libc v0.2.155 Compiling autocfg v1.1.0 Compiling serde v1.0.163 Compiling os_str_bytes v6.5.0 Compiling cfg-if v1.0.0 Compiling syn v1.0.109 Compiling serde_json v1.0.96 Compiling hashbrown v0.12.3 Compiling log v0.4.17 Compiling strsim v0.10.0 Compiling textwrap v0.16.0 Compiling itoa v1.0.6 Compiling cbindgen v0.26.0 (/home/buildozer/aports/community/cbindgen/src/cbindgen-0.26.0) Compiling bitflags v1.3.2 Compiling termcolor v1.2.0 Compiling fastrand v1.9.0 Compiling remove_dir_all v0.5.3 Compiling ryu v1.0.13 Compiling heck v0.4.1 Compiling clap_lex v0.2.4 Compiling indexmap v1.9.3 Compiling syn v2.0.16 Compiling atty v0.2.14 Compiling tempfile v3.3.0 Compiling clap v3.2.25 Compiling serde_derive v1.0.163 Compiling toml v0.5.11 warning: field `0` is never read --> src/bindgen/cargo/cargo_lock.rs:14:8 | 14 | Io(io::Error), | -- ^^^^^^^^^ | | | field in this variant | = note: `Error` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis = note: `#[warn(dead_code)]` on by default help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field | 14 | Io(()), | ~~ warning: field `0` is never read --> src/bindgen/cargo/cargo_lock.rs:16:10 | 16 | Toml(toml::de::Error), | ---- ^^^^^^^^^^^^^^^ | | | field in this variant | = note: `Error` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field | 16 | Toml(()), | ~~ warning: field `documentation` is never read --> src/bindgen/ir/global.rs:23:9 | 16 | pub struct Static { | ------ field in this struct ... 23 | pub documentation: Documentation, | ^^^^^^^^^^^^^ | = note: `Static` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis warning: `cbindgen` (lib) generated 3 warnings warning: `cbindgen` (bin "cbindgen") generated 3 warnings (3 duplicates) Finished `release` profile [optimized] target(s) in 3m 04s Compiling proc-macro2 v1.0.66 Compiling quote v1.0.27 Compiling unicode-ident v1.0.8 Compiling autocfg v1.1.0 Compiling libc v0.2.155 Compiling cfg-if v1.0.0 Compiling serde v1.0.163 Compiling syn v1.0.109 Compiling os_str_bytes v6.5.0 Compiling serde_json v1.0.96 Compiling parking_lot_core v0.8.6 Compiling log v0.4.17 Compiling hashbrown v0.12.3 Compiling scopeguard v1.1.0 Compiling fastrand v1.9.0 Compiling textwrap v0.16.0 Compiling itoa v1.0.6 Compiling strsim v0.10.0 Compiling ryu v1.0.13 Compiling bitflags v1.3.2 Compiling remove_dir_all v0.5.3 Compiling smallvec v1.10.0 Compiling termcolor v1.2.0 Compiling cbindgen v0.26.0 (/home/buildozer/aports/community/cbindgen/src/cbindgen-0.26.0) Compiling heck v0.4.1 Compiling lazy_static v1.4.0 Compiling instant v0.1.12 Compiling clap_lex v0.2.4 Compiling indexmap v1.9.3 Compiling lock_api v0.4.9 Compiling syn v2.0.16 Compiling atty v0.2.14 Compiling tempfile v3.3.0 Compiling clap v3.2.25 Compiling parking_lot v0.11.2 Compiling serde_derive v1.0.163 Compiling serial_test_derive v0.5.1 Compiling serial_test v0.5.1 Compiling toml v0.5.11 warning: field `0` is never read --> src/bindgen/cargo/cargo_lock.rs:14:8 | 14 | Io(io::Error), | -- ^^^^^^^^^ | | | field in this variant | = note: `Error` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis = note: `#[warn(dead_code)]` on by default help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field | 14 | Io(()), | ~~ warning: field `0` is never read --> src/bindgen/cargo/cargo_lock.rs:16:10 | 16 | Toml(toml::de::Error), | ---- ^^^^^^^^^^^^^^^ | | | field in this variant | = note: `Error` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field | 16 | Toml(()), | ~~ warning: field `documentation` is never read --> src/bindgen/ir/global.rs:23:9 | 16 | pub struct Static { | ------ field in this struct ... 23 | pub documentation: Documentation, | ^^^^^^^^^^^^^ | = note: `Static` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis warning: `cbindgen` (lib test) generated 3 warnings (3 duplicates) warning: `cbindgen` (lib) generated 3 warnings warning: unused macro definition: `test_file` --> tests/depfile.rs:98:14 | 98 | macro_rules! test_file { | ^^^^^^^^^ | = note: `#[warn(unused_macros)]` on by default warning: static `CBINDGEN_PATH` is never used --> tests/depfile.rs:5:8 | 5 | static CBINDGEN_PATH: &str = env!("CARGO_BIN_EXE_cbindgen"); | ^^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default warning: function `test_project` is never used --> tests/depfile.rs:7:4 | 7 | fn test_project(project_path: &str) { | ^^^^^^^^^^^^ warning: `cbindgen` (test "depfile") generated 3 warnings warning: `cbindgen` (bin "cbindgen" test) generated 3 warnings (3 duplicates) warning: `cbindgen` (bin "cbindgen") generated 3 warnings (3 duplicates) Finished `test` profile [unoptimized + debuginfo] target(s) in 53.07s Running unittests src/lib.rs (target/debug/deps/cbindgen-8ba66fd5791d8686) running 2 tests test bindgen::builder::tests::with_style ... ok test bindgen::mangle::generics ... ok test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running unittests src/main.rs (target/debug/deps/cbindgen-105bc143d606ca76) running 2 tests test bindgen::builder::tests::with_style ... ok test bindgen::mangle::generics ... ok test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running tests/depfile.rs (target/debug/deps/depfile-fd1c814a53bc9680) running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running tests/tests.rs (target/debug/deps/tests-322df69d8c67fe3e) running 127 tests test test_associated_constant_panic ... ok test test_const_conflict ... ok test test_const_transparent ... ok test test_cfg_field ... ok test test_abi_string ... ok test test_assoc_const_conflict ... ok test test_constant_sort_none ... ok test test_cdecl ... ok test test_constant_big ... ok test test_constant_sort_name ... ok test test_cell ... ok test test_annotation ... ok test test_assoc_constant ... ok test test_const_generics_thru ... ok test test_alias ... ok test test_array ... ok test test_custom_header ... ok test test_asserted_cast ... ok test test_char ... ok test test_body ... ok test test_const_generics_bool ... ok test test_cfg ... ok test test_associated_in_body ... ok test test_const_generics ... ok test test_bitflags ... ok test test_box ... ok test test_cython_options ... ok test test_constant ... ok test test_constant_constexpr ... ok test test_const_generics_constant ... ok test test_const_generics_arrayvec ... ok test test_cfg_2 ... ok test test_const_generics_byte ... ok test test_doclength_short ... ok test test_const_generics_char ... ok test test_docstyle_auto ... ok test test_docstyle_c99 ... ok test test_documentation ... ok test test_documentation_attr ... ok test test_deprecated ... ok test test_docstyle_doxy ... ok test test_export_name ... ok test test_constant_user_defined_type ... ok test test_enum_discriminant ... ok test test_function_args ... ok test test_decl_name_conflicting ... ok test test_global_attr ... ok test test_display_list ... ok test test_global_variable ... ok test test_destructor_and_copy_ctor ... ok test test_extern_2 ... ok test test_function_sort_name ... ok test test_include_guard ... ok test test_derive_ostream ... ok test test_exclude_generic_monomorph ... ok test test_ignore ... ok test test_function_ptr ... ok test test_forward_declaration ... ok test test_function_sort_none ... ok test test_euclid ... ok test test_include_specific ... ok test test_include ... ok test test_item_types ... ok test test_enum_self ... ok test test_infinite_recursion_typedef_monomorph ... ok test test_generic_pointer ... ok test test_include_item ... ok test test_item_types_renamed ... ok test test_enum ... ok test test_extern ... ok test test_function_noreturn ... ok test test_no_includes ... ok test test_fns ... ok test test_non_pub_extern ... ok test test_nested_import ... ok test test_layout_packed_opaque ... ok test test_lifetime_arg ... ok test test_inner_mod ... ok test test_layout ... ok test test_pragma_once_skip_warning_as_error ... ok test test_monomorph_2 ... ok test test_linestyle_cr ... ok test test_maybeuninit ... ok test test_linestyle_lf ... ok test test_mangle ... ok test test_must_use ... ok test test_monomorph_1 ... ok test test_linestyle_crlf ... ok test test_ptrs_as_arrays ... ok test test_manuallydrop ... ok test test_layout_aligned_opaque ... ok test test_namespace_constant ... ok test test_monomorph_3 ... ok test test_raw_lines ... ok test test_namespaces_constant ... ok test test_opaque ... ok test test_nonnull_attribute ... ok test test_prefixed_struct_literal_deep ... ok test test_rename_case ... ok test test_pin ... ok test test_prefix ... ok test test_nonnull ... ok test test_prefixed_struct_literal ... ok test test_size_types ... ok test test_nonzero ... ok test test_raw_ident ... ok test test_rename ... ok test test_style_crash ... ok test test_renaming_overrides_prefixing ... ok test test_using_namespaces ... ok test test_va_list ... ok test test_sentinel ... ok test test_reserved ... ok test test_simplify_option_ptr ... ok test test_struct_literal ... ok test test_struct ... ok test test_static ... ok test test_struct_literal_order ... ok test test_struct_self ... ok test test_union ... ok test test_swift_name ... ok test test_std_lib ... ok test test_transparent ... ok test test_union_self ... ok test test_transform_op ... ok test test_typedef ... ok test test_zst ... ok test result: ok. 127 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 17.12s Doc-tests cbindgen running 1 test test src/bindgen/config.rs - bindgen::config::Config::only_target_dependencies (line 994) ... ignored test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s >>> cbindgen: Entering fakeroot... >>> cbindgen*: Running postcheck for cbindgen >>> cbindgen*: Preparing package cbindgen... >>> cbindgen*: Stripping binaries >>> cbindgen*: Scanning shared objects libfakeroot internal error: payload not recognized! >>> cbindgen*: Tracing dependencies... so:libc.musl-loongarch64.so.1 so:libgcc_s.so.1 >>> cbindgen*: Package size: 2.3 MB >>> cbindgen*: Compressing data... >>> cbindgen*: Create checksum... >>> cbindgen*: Create cbindgen-0.26.0-r1.apk >>> cbindgen: Build complete at Sat, 28 Sep 2024 04:11:44 +0000 elapsed time 0h 4m 21s >>> cbindgen: Cleaning up srcdir >>> cbindgen: Cleaning up pkgdir >>> cbindgen: Uninstalling dependencies... (1/20) Purging .makedepends-cbindgen (20240928.040724) (2/20) Purging cargo-auditable (0.6.4-r0) (3/20) Purging cython-pyc (3.0.10-r0) (4/20) Purging cython (3.0.10-r0) (5/20) Purging python3-pyc (3.12.6-r0) (6/20) Purging python3-pycache-pyc0 (3.12.6-r0) (7/20) Purging pyc (3.12.6-r0) (8/20) Purging python3 (3.12.6-r0) (9/20) Purging cargo (1.81.0-r0) (10/20) Purging rust (1.81.0-r0) (11/20) Purging gdbm (1.24-r0) (12/20) Purging libbz2 (1.0.8-r6) (13/20) Purging libpanelw (6.5_p20240601-r1) (14/20) Purging llvm18-libs (18.1.8-r0) (15/20) Purging mpdecimal (4.0.0-r0) (16/20) Purging scudo-malloc (18.1.8-r0) (17/20) Purging sqlite-libs (3.46.1-r0) (18/20) Purging libffi (3.4.6-r0) (19/20) Purging libxml2 (2.12.8-r0) (20/20) Purging xz-libs (5.6.2-r0) Executing busybox-1.36.1-r32.trigger OK: 251 MiB in 105 packages >>> cbindgen: Updating the community/loongarch64 repository index... >>> cbindgen: Signing the index...