>>> tokei: Building community/tokei 12.1.2-r4 (using abuild 3.12.0-r0) started Sat, 28 Oct 2023 12:05:03 +0000 >>> tokei: Checking sanity of /home/buildozer/aports/community/tokei/APKBUILD... >>> tokei: Analyzing dependencies... >>> tokei: Installing for build: build-base rust cargo cargo-auditable (1/8) Installing libffi (3.4.4-r3) (2/8) Installing xz-libs (5.4.4-r0) (3/8) Installing libxml2 (2.11.5-r0) (4/8) Installing llvm16-libs (16.0.6-r7) (5/8) Installing rust (1.72.1-r0) (6/8) Installing cargo (1.72.1-r0) (7/8) Installing cargo-auditable (0.6.1-r3) (8/8) Installing .makedepends-tokei (20231028.120505) Executing busybox-1.36.1-r13.trigger OK: 908 MiB in 110 packages >>> tokei: Cleaning up srcdir >>> tokei: Cleaning up pkgdir >>> tokei: Cleaning up tmpdir >>> tokei: Fetching https://distfiles.alpinelinux.org/distfiles/v3.19//tokei-12.1.2.tar.gz >>> tokei: Fetching https://distfiles.alpinelinux.org/distfiles/v3.19//tokei-12.1.2.tar.gz >>> tokei: Checking sha512sums... tokei-12.1.2.tar.gz: OK minimize-size.patch: OK open64.patch: OK >>> tokei: Unpacking /var/cache/distfiles/tokei-12.1.2.tar.gz... >>> tokei: minimize-size.patch patching file Cargo.toml Hunk #1 succeeded at 20 with fuzz 1. >>> tokei: open64.patch patching file Cargo.lock Compiling autocfg v1.0.0 Compiling libc v0.2.149 Compiling memchr v2.3.3 Compiling proc-macro2 v1.0.18 Compiling unicode-xid v0.2.0 Compiling syn v1.0.33 Compiling const_fn v0.4.2 Compiling log v0.4.11 Compiling serde v1.0.118 Compiling serde_derive v1.0.118 Compiling lazy_static v1.4.0 Compiling regex-syntax v0.6.22 Compiling cfg-if v1.0.0 Compiling bitflags v1.2.1 Compiling cfg-if v0.1.10 Compiling ryu v1.0.5 Compiling serde_json v1.0.61 Compiling ucd-trie v0.1.3 Compiling same-file v1.0.6 Compiling maplit v1.0.2 Compiling unic-common v0.9.0 Compiling fnv v1.0.7 Compiling scopeguard v1.1.0 Compiling unic-char-range v0.9.0 Compiling ppv-lite86 v0.2.8 Compiling encoding_rs v0.8.23 Compiling deunicode v0.4.3 Compiling itoa v0.4.6 Compiling rayon-core v1.9.0 Compiling humansize v1.1.0 Compiling percent-encoding v2.1.0 Compiling arrayvec v0.4.12 Compiling unicode-width v0.1.7 Compiling instant v0.1.5 Compiling nodrop v0.1.14 Compiling smallvec v1.4.0 Compiling linked-hash-map v0.5.3 Compiling bytecount v0.6.0 Compiling humantime v2.0.1 Compiling strsim v0.8.0 Compiling vec_map v0.8.2 Compiling ansi_term v0.11.0 Compiling dtoa v0.4.6 Compiling half v1.6.0 Compiling either v1.5.3 Compiling termcolor v1.1.0 Compiling once_cell v1.5.2 Compiling hex v0.4.2 Compiling thread_local v1.0.1 Compiling walkdir v2.3.1 Compiling unic-ucd-version v0.9.0 Compiling unic-char-property v0.9.0 Compiling slug v0.1.4 Compiling pest v2.1.3 Compiling lock_api v0.4.0 Compiling textwrap v0.11.0 Compiling unic-ucd-segment v0.9.0 Compiling yaml-rust v0.4.5 Compiling crossbeam-utils v0.8.0 Compiling num-traits v0.2.12 Compiling num-integer v0.1.43 Compiling memoffset v0.6.1 Compiling rayon v1.5.0 Compiling aho-corasick v0.7.15 Compiling bstr v0.2.13 Compiling grep-matcher v0.1.4 Compiling num-format v0.4.0 Compiling unic-segment v0.9.0 Compiling quote v1.0.7 Compiling getrandom v0.2.10 Compiling time v0.1.43 Compiling rand_core v0.6.0 Compiling pest_meta v2.1.3 Compiling num_cpus v1.13.0 Compiling atty v0.2.14 Compiling parking_lot_core v0.8.0 Compiling dirs-sys v0.3.5 Compiling memmap v0.7.0 Compiling term_size v0.3.2 Compiling clap v2.33.3 Compiling dirs v3.0.1 Compiling parking_lot v0.11.1 Compiling rand_chacha v0.3.0 Compiling crossbeam-epoch v0.9.1 Compiling crossbeam-channel v0.5.0 Compiling rand v0.8.0 Compiling crossbeam-deque v0.8.0 Compiling encoding_rs_io v0.1.7 Compiling chrono v0.4.11 Compiling regex v1.4.3 Compiling grep-searcher v0.1.7 Compiling pest_generator v2.1.3 Compiling globset v0.4.5 Compiling env_logger v0.8.2 Compiling parse-zoneinfo v0.3.0 Compiling ignore v0.4.17 Compiling globwalk v0.8.1 Compiling pest_derive v2.1.0 Compiling chrono-tz v0.5.2 Compiling serde_yaml v0.8.15 Compiling dashmap v4.0.1 Compiling toml v0.5.8 Compiling serde_cbor v0.11.1 Compiling tera v1.6.1 Compiling tokei v12.1.2 (/home/buildozer/aports/community/tokei/src/tokei-12.1.2) warning: field `any_comments` is never read --> src/language/syntax.rs:67:9 | 62 | pub(crate) struct SharedMatchers { | -------------- field in this struct ... 67 | pub any_comments: &'static [&'static str], | ^^^^^^^^^^^^ | = note: `SharedMatchers` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis = note: `#[warn(dead_code)]` on by default warning: `tokei` (lib) generated 1 warning Finished release [optimized] target(s) in 1m 43s Compiling libc v0.2.149 Compiling cfg-if v0.1.10 Compiling lazy_static v1.4.0 Compiling memchr v2.3.3 Compiling cfg-if v1.0.0 Compiling jobserver v0.1.21 Compiling scopeguard v1.1.0 Compiling pkg-config v0.3.17 Compiling serde v1.0.118 Compiling getrandom v0.1.14 Compiling memoffset v0.6.1 Compiling regex-syntax v0.6.22 Compiling matches v0.1.8 Compiling tinyvec v0.3.3 Compiling bitflags v1.2.1 Compiling nodrop v0.1.14 Compiling fnv v1.0.7 Compiling smallvec v1.4.0 Compiling instant v0.1.5 Compiling ppv-lite86 v0.2.8 Compiling unicode-width v0.1.7 Compiling itoa v0.4.6 Compiling same-file v1.0.6 Compiling linked-hash-map v0.5.3 Compiling ryu v1.0.5 Compiling percent-encoding v2.1.0 Compiling half v1.6.0 Compiling ansi_term v0.11.0 Compiling vec_map v0.8.2 Compiling either v1.5.3 Compiling bytecount v0.6.0 Compiling termcolor v1.1.0 Compiling humantime v2.0.1 Compiling dtoa v0.4.6 Compiling strsim v0.8.0 Compiling remove_dir_all v0.5.3 Compiling once_cell v1.5.2 Compiling hex v0.4.2 Compiling tokei v12.1.2 (/home/buildozer/aports/community/tokei/src/tokei-12.1.2) Compiling log v0.4.11 Compiling encoding_rs v0.8.23 Compiling cc v1.0.54 Compiling crossbeam-utils v0.8.0 Compiling thread_local v1.0.1 Compiling arrayvec v0.4.12 Compiling lock_api v0.4.0 Compiling unicode-bidi v0.3.4 Compiling aho-corasick v0.7.15 Compiling bstr v0.2.13 Compiling grep-matcher v0.1.4 Compiling walkdir v2.3.1 Compiling textwrap v0.11.0 Compiling yaml-rust v0.4.5 Compiling num-format v0.4.0 Compiling crossbeam-epoch v0.9.1 Compiling crossbeam-channel v0.5.0 Compiling unicode-normalization v0.1.13 Compiling num_cpus v1.13.0 Compiling atty v0.2.14 Compiling memmap v0.7.0 Compiling dirs-sys v0.3.5 Compiling parking_lot_core v0.8.0 Compiling term_size v0.3.2 Compiling clap v2.33.3 Compiling crossbeam-deque v0.8.0 Compiling dirs v3.0.1 Compiling rand_core v0.5.1 Compiling parking_lot v0.11.1 Compiling rayon-core v1.9.0 Compiling idna v0.2.0 Compiling rand_chacha v0.2.2 Compiling rand v0.7.3 Compiling encoding_rs_io v0.1.7 Compiling rayon v1.5.0 Compiling url v2.1.1 Compiling libz-sys v1.1.0 Compiling libgit2-sys v0.12.17+1.1.0 Compiling grep-searcher v0.1.7 Compiling regex v1.4.3 Compiling tempfile v3.1.0 warning: field `any_comments` is never read --> src/language/syntax.rs:67:9 | 62 | pub(crate) struct SharedMatchers { | -------------- field in this struct ... 67 | pub any_comments: &'static [&'static str], | ^^^^^^^^^^^^ | = note: `SharedMatchers` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis = note: `#[warn(dead_code)]` on by default Compiling globset v0.4.5 Compiling env_logger v0.8.2 Compiling ignore v0.4.17 Compiling serde_cbor v0.11.1 Compiling serde_yaml v0.8.15 Compiling toml v0.5.8 Compiling dashmap v4.0.1 Compiling serde_json v1.0.61 Compiling git2 v0.13.15 warning: `tokei` (lib) generated 1 warning warning: `tokei` (lib) generated 1 warning (1 duplicate) warning: `tokei` (lib test) generated 1 warning (1 duplicate) Finished release [optimized] target(s) in 1m 17s warning: the following packages contain code that will be rejected by a future version of Rust: git2 v0.13.15 note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` Running unittests src/lib.rs (target/release/deps/tokei-fa314b9677b62b62) running 16 tests test utils::ext::tests::trim ... ok test utils::ext::tests::is_whitespace ... ok test utils::ext::tests::contains ... ok test language::language_type::tests::rust_allows_nested ... ok test utils::fs::tests::no_ignore_dot_still_vcs_gitignore ... ok test utils::fs::tests::ignore_directory_with_extension ... ok test utils::fs::tests::no_ignore_implies_dot ... ok test utils::fs::tests::no_ignore_dot ... ok test utils::fs::tests::no_ignore_vcs_gitignore ... ok test utils::fs::tests::no_ignore_vcs_gitignore_still_dot ... ok test utils::fs::tests::no_ignore_dot_includes_custom_ignore ... ok test utils::fs::tests::no_ignore_parent ... ok test utils::fs::tests::no_ignore_implies_vcs_gitignore ... ok test utils::fs::tests::no_ignore_vcs_gitexclude ... ok test utils::fs::tests::hidden ... ok test utils::fs::tests::custom_ignore ... ok test result: ok. 16 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.57s Running unittests src/main.rs (target/release/deps/tokei-0a451c2a782b8a09) running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running tests/accuracy.rs (target/release/deps/accuracy-7dacd8c3fbddd591) running 116 tests test emacs_lisp ... ok test pcss ... ok test meson ... ok test ftl ... ok test msbuild ... ok test cpp ... ok test pony ... ok test alloy ... ok test headache ... ok test racket ... ok test graphql ... ok test jsonnet ... ok test asciidoc ... ok test crystal ... ok test javascript ... ok test daml ... ok test gohtml ... ok test bean ... ok test opentype ... ok test solidity ... ok test fstar ... ok test rakefile ... ok test postcss ... ok test k ... ok test gas ... ok test q ... ok test gdb ... ok test gleam ... ok test ron ... ok test hcl ... ok test abnf ... ok test clojurescript ... ok test python ... ok test org_mode ... ok test cogent ... ok test logtalk ... ok test llvm ... ok test config::treating_comments_as_code ... ok test dockerfile ... ok test futhark ... ok test html ... ok test moduledef ... ok test sql ... ok test nqp ... ok test stratego ... ok test twig ... ok test qml ... ok test pug ... ok test arduino ... ok test renpy ... ok test edn ... ok test cmake ... ok test livescript ... ok test liquid ... ok test emojicode ... ok test dreammaker ... ok test pest ... ok test ruby_env ... ok test gwion ... ok test emacs_dev_env ... ok test dust ... ok test urweb_urs ... ok test vhdl ... ok test d ... ok test clojurec ... ok test clojure ... ok test urweb_urp ... ok test makefile ... ok test srecode ... ok test dhall ... ok test vb6_frm ... ok test codeql ... ok test vbscript ... ok test c ... ok test stylus ... ok test ruby ... ok test yaml ... ok test hpp ... ok test rpmspec ... ok test urweb ... ok test sconstruct ... ok test odin ... ok test velocity ... ok test brightscript ... ok test webassembly ... ok test tera ... ok test pan ... ok test ruby_html ... ok test elvish ... ok test vb6_bas ... ok test kakoune_script ... ok test gherkin ... ok test asn1 ... ok test thrift ... ok test xsl ... ok test java ... ok test rust ... ok test scheme ... ok test visualbasic ... ok test vb6_cls ... ok test fsharp ... ok test swig ... ok test swift ... ok test svelte ... ok test xtend ... ok test perl6 ... ok test ttcn ... ok test go ... ok test powershell ... ok test flatbuffers ... ok test csharp ... ok test stan ... ok test tsx ... ok test typescript ... ok test zig ... ok test vue ... ok test result: ok. 116 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.75s Doc-tests tokei running 21 tests test src/language/languages.rs - language::languages::Languages::get_statistics (line 71) - compile ... ok test src/language/mod.rs - language::Language::sort_by (line 134) - compile ... ok test target/release/build/tokei-8e38b6d64f318681/out/language_type.rs - language::language_type::LanguageType::from_shebang (line 4244) - compile ... ok test target/release/build/tokei-8e38b6d64f318681/out/language_type.rs - language::language_type::LanguageType::from_file_extension (line 3975) - compile ... ok test target/release/build/tokei-8e38b6d64f318681/out/language_type.rs - language::language_type::LanguageType::from_path (line 3942) - compile ... ok test src/lib.rs - (line 15) - compile ... ok test target/release/build/tokei-8e38b6d64f318681/out/language_type.rs - language::language_type::LanguageType::from_mime (line 4218) - compile ... ok test src/language/mod.rs - language::Language::total (line 88) - compile ... ok test target/release/build/tokei-8e38b6d64f318681/out/language_type.rs - language::language_type::LanguageType::shebangs (line 2854) ... ok test target/release/build/tokei-8e38b6d64f318681/out/language_type.rs - language::language_type::LanguageType::name (line 242) ... ok test target/release/build/tokei-8e38b6d64f318681/out/language_type.rs - language::language_type::LanguageType::allows_nested (line 1436) ... ok test target/release/build/tokei-8e38b6d64f318681/out/language_type.rs - language::language_type::LanguageType::quotes (line 1914) ... ok test src/language/mod.rs - language::Language::new (line 34) ... ok test src/language/mod.rs - language::Language::is_empty (line 121) ... ok test src/config.rs - config::Config (line 9) ... ok test target/release/build/tokei-8e38b6d64f318681/out/language_type.rs - language::language_type::LanguageType::doc_quotes (line 2390) ... ok test src/language/languages.rs - language::languages::Languages::new (line 92) ... ok test target/release/build/tokei-8e38b6d64f318681/out/language_type.rs - language::language_type::LanguageType::verbatim_quotes (line 2152) ... ok test target/release/build/tokei-8e38b6d64f318681/out/language_type.rs - language::language_type::LanguageType::multi_line_comments (line 1196) ... ok test target/release/build/tokei-8e38b6d64f318681/out/language_type.rs - language::language_type::LanguageType::line_comments (line 958) ... ok test target/release/build/tokei-8e38b6d64f318681/out/language_type.rs - language::language_type::LanguageType::nested_comments (line 1675) ... ok test result: ok. 21 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 23.59s >>> tokei: Entering fakeroot... >>> tokei*: Running postcheck for tokei >>> tokei*: Preparing package tokei... >>> tokei*: Stripping binaries >>> tokei*: Scanning shared objects >>> tokei*: Tracing dependencies... so:libc.musl-armv7.so.1 so:libgcc_s.so.1 >>> tokei*: Package size: 1.7 MB >>> tokei*: Compressing data... >>> tokei*: Create checksum... >>> tokei*: Create tokei-12.1.2-r4.apk >>> tokei: Build complete at Sat, 28 Oct 2023 12:08:38 +0000 elapsed time 0h 3m 35s >>> tokei: Cleaning up srcdir >>> tokei: Cleaning up pkgdir >>> tokei: Uninstalling dependencies... (1/8) Purging .makedepends-tokei (20231028.120505) (2/8) Purging cargo (1.72.1-r0) (3/8) Purging rust (1.72.1-r0) (4/8) Purging cargo-auditable (0.6.1-r3) (5/8) Purging llvm16-libs (16.0.6-r7) (6/8) Purging libffi (3.4.4-r3) (7/8) Purging libxml2 (2.11.5-r0) (8/8) Purging xz-libs (5.4.4-r0) Executing busybox-1.36.1-r13.trigger OK: 270 MiB in 102 packages >>> tokei: Updating the community/armv7 repository index... >>> tokei: Signing the index...