>>> jql: Building community/jql 8.0.5-r0 (using abuild 3.16.0_rc4-r0) started Mon, 20 Oct 2025 07:31:09 +0000 >>> jql: Validating /home/buildozer/aports/community/jql/APKBUILD... >>> jql: Analyzing dependencies... >>> jql: Installing for build: build-base cargo cargo-auditable (1/9) Installing libffi (3.5.2-r0) (2/9) Installing xz-libs (5.8.1-r0) (3/9) Installing libxml2 (2.13.9-r0) (4/9) Installing llvm21-libs (21.1.2-r1) (5/9) Installing scudo-malloc (21.1.2-r0) (6/9) Installing rust (1.90.0-r1) (7/9) Installing cargo (1.90.0-r1) (8/9) Installing cargo-auditable (0.7.0-r0) (9/9) Installing .makedepends-jql (20251020.073117) busybox-1.37.0-r24.trigger: Executing script... OK: 945 MiB in 113 packages >>> jql: Cleaning up srcdir >>> jql: Cleaning up pkgdir >>> jql: Cleaning up tmpdir >>> jql: Fetching https://distfiles.alpinelinux.org/distfiles/edge/jql-v8.0.5.tar.gz /var/cache/distfiles/jql-v8.0.5.tar.gz: OK >>> jql: Fetching https://distfiles.alpinelinux.org/distfiles/edge/jql-v8.0.5.tar.gz /var/cache/distfiles/jql-v8.0.5.tar.gz: OK >>> jql: Unpacking /var/cache/distfiles/jql-v8.0.5.tar.gz... Updating crates.io index Downloading crates ... Downloaded thiserror v2.0.12 Downloaded unicode-ident v1.0.14 Downloaded proc-macro2 v1.0.92 Downloaded shlex v1.3.0 Downloaded anstream v0.6.18 Downloaded same-file v1.0.6 Downloaded serde_json v1.0.140 Downloaded clap_lex v0.7.4 Downloaded heck v0.5.0 Downloaded autocfg v1.4.0 Downloaded colored_json v5.0.0 Downloaded serde_stacker v0.1.12 Downloaded cfg-if v1.0.0 Downloaded stacker v0.1.17 Downloaded anyhow v1.0.97 Downloaded bytes v1.9.0 Downloaded ciborium-ll v0.2.2 Downloaded yansi v1.0.1 Downloaded cc v1.2.2 Downloaded itertools v0.10.5 Downloaded libc v0.2.167 Downloaded once_cell v1.20.2 Downloaded regex-automata v0.4.9 Downloaded rayon v1.10.0 Downloaded serde v1.0.219 Downloaded plotters v0.3.7 Downloaded regex v1.11.1 Downloaded rayon-core v1.12.1 Downloaded aho-corasick v1.1.3 Downloaded tinytemplate v1.2.1 Downloaded hashbrown v0.15.2 Downloaded criterion v0.5.1 Downloaded itoa v1.0.14 Downloaded num-traits v0.2.19 Downloaded plotters-backend v0.3.7 Downloaded regex-syntax v0.8.5 Downloaded crossbeam-deque v0.8.5 Downloaded indexmap v2.9.0 Downloaded ryu v1.0.18 Downloaded either v1.13.0 Downloaded crossbeam-epoch v0.9.18 Downloaded serde_derive v1.0.219 Downloaded tokio-macros v2.5.0 Downloaded anstyle-query v1.1.2 Downloaded clap v4.5.35 Downloaded is-terminal v0.4.13 Downloaded equivalent v1.0.1 Downloaded anes v0.1.6 Downloaded anstyle-parse v0.2.6 Downloaded is_terminal_polyfill v1.70.1 Downloaded anstyle v1.0.10 Downloaded strsim v0.11.1 Downloaded clap_builder v4.5.35 Downloaded clap_derive v4.5.32 Downloaded cast v0.3.0 Downloaded criterion-plot v0.5.0 Downloaded oorandom v11.1.4 Downloaded plotters-svg v0.3.7 Downloaded walkdir v2.5.0 Downloaded crossbeam-utils v0.8.20 Downloaded syn v2.0.90 Downloaded winnow v0.7.4 Downloaded psm v0.1.24 Downloaded pin-project-lite v0.2.15 Downloaded ciborium-io v0.2.2 Downloaded half v2.4.1 Downloaded ciborium v0.2.2 Downloaded colorchoice v1.0.3 Downloaded tokio v1.44.2 Downloaded utf8parse v0.2.2 Downloaded thiserror-impl v2.0.12 Downloaded memchr v2.7.4 Downloaded quote v1.0.37 Compiling proc-macro2 v1.0.92 Compiling unicode-ident v1.0.14 Compiling crossbeam-utils v0.8.20 Compiling shlex v1.3.0 Compiling rayon-core v1.12.1 Compiling serde v1.0.219 Compiling either v1.13.0 Compiling memchr v2.7.4 Compiling equivalent v1.0.1 Compiling hashbrown v0.15.2 Compiling serde_json v1.0.140 Compiling libc v0.2.167 Compiling utf8parse v0.2.2 Compiling thiserror v2.0.12 Compiling colorchoice v1.0.3 Compiling ryu v1.0.18 Compiling is_terminal_polyfill v1.70.1 Compiling anstyle-query v1.1.2 Compiling anstyle v1.0.10 Compiling itoa v1.0.14 Compiling heck v0.5.0 Compiling clap_lex v0.7.4 Compiling anyhow v1.0.97 Compiling strsim v0.11.1 Compiling cfg-if v1.0.0 Compiling bytes v1.9.0 Compiling yansi v1.0.1 Compiling pin-project-lite v0.2.15 Compiling anstyle-parse v0.2.6 Compiling cc v1.2.2 Compiling anstream v0.6.18 Compiling winnow v0.7.4 Compiling clap_builder v4.5.35 Compiling crossbeam-epoch v0.9.18 Compiling quote v1.0.37 Compiling crossbeam-deque v0.8.5 Compiling syn v2.0.90 Compiling psm v0.1.24 Compiling stacker v0.1.17 Compiling rayon v1.10.0 Compiling serde_stacker v0.1.12 Compiling thiserror-impl v2.0.12 Compiling tokio-macros v2.5.0 Compiling clap_derive v4.5.32 Compiling indexmap v2.9.0 Compiling tokio v1.44.2 Compiling jql-parser v8.0.5 (/home/buildozer/aports/community/jql/src/jql-jql-v8.0.5/crates/jql-parser) warning: hiding a lifetime that's elided elsewhere is confusing --> crates/jql-parser/src/parser.rs:87:21 | 87 | pub fn parse(input: &str) -> Result, JqlParserError> { | ^^^^ ----- the same lifetime is hidden here | | | the lifetime is elided here | = help: the same lifetime is referred to in inconsistent ways, making the signature confusing = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default help: use `'_` for type paths | 87 | pub fn parse(input: &str) -> Result>, JqlParserError> { | ++++ Compiling clap v4.5.35 warning: `jql-parser` (lib) generated 1 warning Compiling colored_json v5.0.0 Compiling jql-runner v8.0.5 (/home/buildozer/aports/community/jql/src/jql-jql-v8.0.5/crates/jql-runner) Compiling jql v8.0.5 (/home/buildozer/aports/community/jql/src/jql-jql-v8.0.5/crates/jql) Finished `release` profile [optimized] target(s) in 55.66s Compiling proc-macro2 v1.0.92 Compiling unicode-ident v1.0.14 Compiling crossbeam-utils v0.8.20 Compiling memchr v2.7.4 Compiling serde v1.0.219 Compiling rayon-core v1.12.1 Compiling either v1.13.0 Compiling thiserror v2.0.12 Compiling hashbrown v0.15.2 Compiling serde_json v1.0.140 Compiling libc v0.2.167 Compiling equivalent v1.0.1 Compiling cfg-if v1.0.0 Compiling utf8parse v0.2.2 Compiling itoa v1.0.14 Compiling shlex v1.3.0 Compiling ryu v1.0.18 Compiling anstyle v1.0.10 Compiling anstyle-query v1.1.2 Compiling is_terminal_polyfill v1.70.1 Compiling autocfg v1.4.0 Compiling colorchoice v1.0.3 Compiling strsim v0.11.1 Compiling clap_lex v0.7.4 Compiling heck v0.5.0 Compiling regex-syntax v0.8.5 Compiling ciborium-io v0.2.2 Compiling plotters-backend v0.3.7 Compiling same-file v1.0.6 Compiling cast v0.3.0 Compiling anes v0.1.6 Compiling oorandom v11.1.4 Compiling half v2.4.1 Compiling anstyle-parse v0.2.6 Compiling once_cell v1.20.2 Compiling anyhow v1.0.97 Compiling yansi v1.0.1 Compiling walkdir v2.5.0 Compiling pin-project-lite v0.2.15 Compiling bytes v1.9.0 Compiling cc v1.2.2 Compiling itertools v0.10.5 Compiling anstream v0.6.18 Compiling plotters-svg v0.3.7 Compiling num-traits v0.2.19 Compiling ciborium-ll v0.2.2 Compiling winnow v0.7.4 Compiling clap_builder v4.5.35 Compiling crossbeam-epoch v0.9.18 Compiling quote v1.0.37 Compiling syn v2.0.90 Compiling crossbeam-deque v0.8.5 Compiling psm v0.1.24 Compiling stacker v0.1.17 Compiling is-terminal v0.4.13 Compiling rayon v1.10.0 Compiling regex-automata v0.4.9 Compiling plotters v0.3.7 Compiling criterion-plot v0.5.0 Compiling regex v1.11.1 Compiling indexmap v2.9.0 Compiling serde_derive v1.0.219 Compiling thiserror-impl v2.0.12 Compiling clap_derive v4.5.32 Compiling tokio-macros v2.5.0 Compiling tokio v1.44.2 Compiling jql-parser v8.0.5 (/home/buildozer/aports/community/jql/src/jql-jql-v8.0.5/crates/jql-parser) warning: hiding a lifetime that's elided elsewhere is confusing --> crates/jql-parser/src/parser.rs:87:21 | 87 | pub fn parse(input: &str) -> Result, JqlParserError> { | ^^^^ ----- the same lifetime is hidden here | | | the lifetime is elided here | = help: the same lifetime is referred to in inconsistent ways, making the signature confusing = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default help: use `'_` for type paths | 87 | pub fn parse(input: &str) -> Result>, JqlParserError> { | ++++ warning: `jql-parser` (lib) generated 1 warning Compiling clap v4.5.35 warning: `jql-parser` (lib test) generated 1 warning (1 duplicate) Compiling ciborium v0.2.2 Compiling serde_stacker v0.1.12 Compiling tinytemplate v1.2.1 Compiling jql-runner v8.0.5 (/home/buildozer/aports/community/jql/src/jql-jql-v8.0.5/crates/jql-runner) Compiling colored_json v5.0.0 Compiling criterion v0.5.1 Compiling jql v8.0.5 (/home/buildozer/aports/community/jql/src/jql-jql-v8.0.5/crates/jql) Finished `test` profile [unoptimized + debuginfo] target(s) in 44.05s Running unittests src/main.rs (target/debug/deps/jql-ea6f5e8391b97928) running 1 test test args::check_args ... ok test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running unittests src/lib.rs (target/debug/deps/jql_parser-112e539fcc642d0f) running 31 tests test combinators::tests::check_parse_array_range ... ok test combinators::tests::check_parse_array_index ... ok test combinators::tests::check_parse_group_separator ... ok test combinators::tests::check_parse_flatten_operator ... ok test combinators::tests::check_parse_indexes ... ok test combinators::tests::check_parse_key ... ok test combinators::tests::check_parse_keys_operator ... ok test combinators::tests::check_parse_lens ... ok test combinators::tests::check_parse_multi_key ... ok test combinators::tests::check_parse_number ... ok test combinators::tests::check_parse_lenses ... ok test combinators::tests::check_parse_object_index ... ok test combinators::tests::check_parse_object_range ... ok test combinators::tests::check_parse_pipe_in_operator ... ok test combinators::tests::check_parse_pipe_out_operator ... ok test combinators::tests::check_parse_truncate_operator ... ok test errors::tests::check_display_content ... ok test group::tests::check_split ... ok test parser::tests::check_array_index_selector ... ok test parser::tests::check_array_range_selector ... ok test parser::tests::check_flatten_operator ... ok test parser::tests::check_group_separator ... ok test parser::tests::check_full_parser ... ok test parser::tests::check_key_selector ... ok test parser::tests::check_multi_key_selector ... ok test parser::tests::check_lens_selector ... ok test parser::tests::check_pipe_in_operator ... ok test parser::tests::check_object_range_selector ... ok test parser::tests::check_object_index_selector ... ok test parser::tests::check_pipe_out_operator ... ok test parser::tests::check_truncate_operator ... ok test result: ok. 31 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running tests/integration.rs (target/debug/deps/integration-3926b19e06ad8358) running 1 test test check_parse_integration ... ok test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running unittests src/lib.rs (target/debug/deps/jql_runner-3a6813a0265b9acb) running 24 tests test array::tests::check_get_array_index ... ok test errors::tests::check_get_json_type ... ok test array::tests::check_get_array_indexes ... ok test errors::tests::check_join ... ok test array::tests::check_get_array_range ... ok test errors::tests::check_shorten ... ok test object::tests::check_get_flattened_object ... ok test object::tests::check_get_object_key ... ok test runner::tests::check_runner_empty_input_error ... ok test runner::tests::check_runner_parsing_error ... ok test runner::tests::check_runner_index_not_found_error ... ok test array::tests::check_get_array_as_indexes ... ok test runner::tests::check_runner_no_key_found_error ... ok test runner::tests::check_runner_truncate ... ok test array::tests::check_get_flattened_array ... ok test object::tests::check_get_object_indexes ... ok test object::tests::check_get_object_as_keys ... ok test runner::tests::check_runner_keys ... ok test runner::tests::check_runner_pipes ... ok test runner::tests::check_runner_success ... ok test runner::tests::check_runner_lens ... ok test array::tests::check_get_array_lenses ... ok test object::tests::check_get_object_multi_key ... ok test object::tests::check_get_object_range ... ok test result: ok. 24 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s Running tests/integration.rs (target/debug/deps/integration-7e2d7a3e5809970b) running 2 tests test check_token_integration ... ok test check_raw_integration ... ok test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Doc-tests jql_parser running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Doc-tests jql_runner running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s >>> jql: Entering fakeroot... >>> jql*: Running postcheck for jql >>> jql*: Preparing package jql... >>> jql*: Stripping binaries >>> jql*: Scanning shared objects >>> jql*: Tracing dependencies... so:libc.musl-loongarch64.so.1 so:libgcc_s.so.1 >>> jql*: Package size: 1.0 MB >>> jql*: Compressing data... >>> jql*: Create checksum... >>> jql*: Create jql-8.0.5-r0.apk >>> jql: Build complete at Mon, 20 Oct 2025 07:33:05 +0000 elapsed time 0h 1m 56s >>> jql: Cleaning up srcdir >>> jql: Cleaning up pkgdir >>> jql: Cleaning up tmpdir >>> jql: Uninstalling dependencies... (1/9) Purging .makedepends-jql (20251020.073117) (2/9) Purging cargo-auditable (0.7.0-r0) (3/9) Purging cargo (1.90.0-r1) (4/9) Purging rust (1.90.0-r1) (5/9) Purging llvm21-libs (21.1.2-r1) (6/9) Purging scudo-malloc (21.1.2-r0) (7/9) Purging libffi (3.5.2-r0) (8/9) Purging libxml2 (2.13.9-r0) (9/9) Purging xz-libs (5.8.1-r0) busybox-1.37.0-r24.trigger: Executing script... OK: 543 MiB in 104 packages >>> jql: Updating the community/loongarch64 repository index... >>> jql: Signing the index...