[INFO] fetching crate xlformula_engine 0.1.18... [INFO] testing xlformula_engine-0.1.18 against beta-2025-09-21 for beta-1.91-3 [INFO] extracting crate xlformula_engine 0.1.18 into /workspace/builds/worker-5-tc2/source [INFO] started tweaking crates.io crate xlformula_engine 0.1.18 [INFO] finished tweaking crates.io crate xlformula_engine 0.1.18 [INFO] tweaked toml for crates.io crate xlformula_engine 0.1.18 written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate xlformula_engine 0.1.18 on toolchain beta-2025-09-21 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate xlformula_engine 0.1.18 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] dc24fe3c8ecba13a52f56dc374c5fb13d08bb66984163e4be96c7ec35daa661d [INFO] running `Command { std: "docker" "start" "-a" "dc24fe3c8ecba13a52f56dc374c5fb13d08bb66984163e4be96c7ec35daa661d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "dc24fe3c8ecba13a52f56dc374c5fb13d08bb66984163e4be96c7ec35daa661d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dc24fe3c8ecba13a52f56dc374c5fb13d08bb66984163e4be96c7ec35daa661d", kill_on_drop: false }` [INFO] [stdout] dc24fe3c8ecba13a52f56dc374c5fb13d08bb66984163e4be96c7ec35daa661d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0ebbbf3891b32d5ec1edfb440d71e33f9a2bbf214c0fec6fa3edfd0e82ab892d [INFO] running `Command { std: "docker" "start" "-a" "0ebbbf3891b32d5ec1edfb440d71e33f9a2bbf214c0fec6fa3edfd0e82ab892d", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.9 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling ucd-trie v0.1.2 [INFO] [stderr] Compiling libc v0.2.80 [INFO] [stderr] Compiling syn v1.0.16 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling maplit v1.0.2 [INFO] [stderr] Compiling assert_approx_eq v1.1.0 [INFO] [stderr] Compiling pest v2.1.3 [INFO] [stderr] Compiling quote v1.0.3 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling pest_meta v2.1.3 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling pest_generator v2.1.2 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Compiling xlformula_engine v0.1.18 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parse_formula.rs:14:20 [INFO] [stdout] | [INFO] [stdout] 14 | fn parse_string(s: &str) -> Option> { [INFO] [stdout] | ^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 14 | fn parse_string(s: &str) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.44s [INFO] running `Command { std: "docker" "inspect" "0ebbbf3891b32d5ec1edfb440d71e33f9a2bbf214c0fec6fa3edfd0e82ab892d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0ebbbf3891b32d5ec1edfb440d71e33f9a2bbf214c0fec6fa3edfd0e82ab892d", kill_on_drop: false }` [INFO] [stdout] 0ebbbf3891b32d5ec1edfb440d71e33f9a2bbf214c0fec6fa3edfd0e82ab892d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2ea43b0c4541e1a7c63f907c3f57b791aed7f11d4824be699fe9d294a87f4e39 [INFO] running `Command { std: "docker" "start" "-a" "2ea43b0c4541e1a7c63f907c3f57b791aed7f11d4824be699fe9d294a87f4e39", kill_on_drop: false }` [INFO] [stderr] Compiling xlformula_engine v0.1.18 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parse_formula.rs:14:20 [INFO] [stdout] | [INFO] [stdout] 14 | fn parse_string(s: &str) -> Option> { [INFO] [stdout] | ^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 14 | fn parse_string(s: &str) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parse_formula.rs:14:20 [INFO] [stdout] | [INFO] [stdout] 14 | fn parse_string(s: &str) -> Option> { [INFO] [stdout] | ^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 14 | fn parse_string(s: &str) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.88s [INFO] running `Command { std: "docker" "inspect" "2ea43b0c4541e1a7c63f907c3f57b791aed7f11d4824be699fe9d294a87f4e39", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2ea43b0c4541e1a7c63f907c3f57b791aed7f11d4824be699fe9d294a87f4e39", kill_on_drop: false }` [INFO] [stdout] 2ea43b0c4541e1a7c63f907c3f57b791aed7f11d4824be699fe9d294a87f4e39 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 64f7d289cfb13b6f542d5718d5f3959f505aa4e40778ff298949c1768c79aeb5 [INFO] running `Command { std: "docker" "start" "-a" "64f7d289cfb13b6f542d5718d5f3959f505aa4e40778ff298949c1768c79aeb5", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/parse_formula.rs:14:20 [INFO] [stderr] | [INFO] [stderr] 14 | fn parse_string(s: &str) -> Option> { [INFO] [stderr] | ^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 14 | fn parse_string(s: &str) -> Option> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `xlformula_engine` (lib) generated 1 warning (run `cargo fix --lib -p xlformula_engine` to apply 1 suggestion) [INFO] [stderr] warning: `xlformula_engine` (lib test) generated 1 warning (1 duplicate) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/xlformula_engine-4c7a89f90074dfcf) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/xlformula_engine-f42a0e8b85910853) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/test.rs (/opt/rustwide/target/debug/deps/test-12a85af8aa03e769) [INFO] [stdout] [INFO] [stdout] running 88 tests [INFO] [stdout] test it_evaluate_add_operator_simple_addition ... ok [INFO] [stdout] test it_evaluate_add_operator_spaces_between_operators ... ok [INFO] [stdout] test it_evaluate_add_operator_with_large_numbers ... ok [INFO] [stdout] test it_evaluate_add_operator_spaces_before_number ... ok [INFO] [stdout] test it_evaluate_add_operator_with_negative_numbers ... ok [INFO] [stdout] test it_evaluate_boolean_not ... ok [INFO] [stdout] test it_evaluate_concat_operator1 ... ok [INFO] [stdout] test it_evaluate_comparison_operators ... ok [INFO] [stdout] test it_evaluate_concat_operator_with_casting ... ok [INFO] [stdout] test it_evaluate_concat_operator3 ... ok [INFO] [stdout] test it_evaluate_concat_operator_with_casting2 ... ok [INFO] [stdout] test it_evaluate_concat_operator_with_numberic ... ok [INFO] [stdout] test it_evaluate_constant_number ... ok [INFO] [stdout] test it_evaluate_boolean_or ... ok [INFO] [stdout] test it_evaluate_constant_number_float ... ok [INFO] [stdout] test it_evaluate_constant_starting_with_equal ... ok [INFO] [stdout] test it_evaluate_constant_text ... ok [INFO] [stdout] test it_evaluate_boolean_and ... ok [INFO] [stdout] test it_evaluate_constant_text_with_quotes ... ok [INFO] [stdout] test it_evaluate_divide_operator ... ok [INFO] [stdout] test it_evaluate_divide_operator_divsion_by_zero ... ok [INFO] [stdout] test it_evaluate_date ... ok [INFO] [stdout] test it_evaluate_float ... ok [INFO] [stdout] test it_evaluate_custom_functions_ ... ok [INFO] [stdout] test it_evaluate_boolean_xor ... ok [INFO] [stdout] test it_evaluate_functions_with_casting ... ok [INFO] [stdout] test it_evaluate_minus_operator1 ... ok [INFO] [stdout] test it_evaluate_functions_product ... ok [INFO] [stdout] test it_evaluate_minus_operator_with_negative_numbers ... ok [INFO] [stdout] test it_evaluate_multiple_operations2 ... ok [INFO] [stdout] test it_evaluate_multiple_operations ... ok [INFO] [stdout] test it_evaluate_functions_sum ... ok [INFO] [stdout] test it_evaluate_multiple_operations_in_right_order ... ok [INFO] [stdout] test it_evaluate_iterators_and_scalars ... ok [INFO] [stdout] test it_evaluate_multiple_operations_in_right_order2 ... ok [INFO] [stdout] test it_evaluate_multiple_operations_with_errors ... ok [INFO] [stdout] test it_evaluate_iterator_with_diffrent_number_of_entries ... ok [INFO] [stdout] test it_evaluate_iterators ... ok [INFO] [stdout] test it_evaluate_left_and_right_functions ... ok [INFO] [stdout] test it_evaluate_multiple_iterators_and_scalars ... ok [INFO] [stdout] test it_evaluate_multiply_operator ... ok [INFO] [stdout] test it_evaluate_iterator_operators ... ok [INFO] [stdout] test it_evaluate_multiple_parens ... ok [INFO] [stdout] test it_evaluate_negative ... ok [INFO] [stdout] test it_evaluate_negative_float ... ok [INFO] [stdout] test it_evaluate_nested_parens ... ok [INFO] [stdout] test it_evaluate_operators_with_casting ... ok [INFO] [stdout] test it_evaluate_parens ... ok [INFO] [stdout] test it_evaluate_functions_avg ... ok [INFO] [stdout] test it_evaluate_power_float ... ok [INFO] [stdout] test it_evaluate_iterator_in_logic_functions ... ok [INFO] [stdout] test it_evaluate_power_int ... ok [INFO] [stdout] test it_evaluate_references_boolean_formulas ... ok [INFO] [stdout] test it_evaluate_references_with_dot ... ok [INFO] [stdout] test it_evaluate_references_error_value_formulas ... ok [INFO] [stdout] test it_evaluate_strings ... ok [INFO] [stdout] test it_evaluate_strings_in_numeric_operator ... ok [INFO] [stdout] test it_evaluate_references_iterator ... ok [INFO] [stdout] test it_evaluate_strings_in_numeric_operator2 ... ok [INFO] [stdout] test it_evaluate_strings_with_quotes ... ok [INFO] [stdout] test it_evaluate_strings_with_quotes2 ... ok [INFO] [stdout] test it_evaluate_strings_with_quoted_quotes1 ... ok [INFO] [stdout] test it_evaluate_references_other_formulas ... ok [INFO] [stdout] test it_evaluate_references ... ok [INFO] [stdout] test it_evaluate_strings_with_quoted_quotes ... ok [INFO] [stdout] test it_evaluate_strings_with_single_quotes ... ok [INFO] [stdout] test it_evaluates_blanks_in_abs_function ... ok [INFO] [stdout] test it_evaluates_blank_constructors ... ok [INFO] [stdout] test it_evaluate_wrong_parens1 ... ok [INFO] [stdout] test it_evaluates_blanks_in_comparison_operators_with_references ... ok [INFO] [stdout] test it_evaluates_blanks_only ... ok [INFO] [stdout] test it_evaluates_blanks_in_days_function ... ok [INFO] [stdout] test it_evaluates_blanks_in_comparison_operators ... ok [INFO] [stdout] test it_evaluates_blanks_with_operators ... ok [INFO] [stdout] test it_evaluates_blanks_string_operations ... ok [INFO] [stdout] test it_evaluates_blanks ... ok [INFO] [stdout] test it_evaluates_blanks_with_operators_and_reference ... ok [INFO] [stdout] test it_evaluates_isblank_function ... ok [INFO] [stdout] test it_support_basic_math_function ... ok [INFO] [stdout] test it_support_basic_math_function_with_nested_formulas ... ok [INFO] [stdout] test it_evaluates_if_formulas_with_text ... ok [INFO] [stdout] test it_support_basic_math_function_with_nested_functions ... ok [INFO] [stdout] test it_evaluates_blank_in_iterators ... ok [INFO] [stdout] test it_evaluates_blanks_when_blank_in_first_position ... ok [INFO] [stdout] test it_evaluates_blank_with_iterators_in_boolean_operations ... ok [INFO] [stdout] test it_evaluates_blanks_in_boolean_operations ... ok [INFO] [stdout] test it_evaluates_formulas_with_3_params ... ok [INFO] [stdout] test it_evaluates_if_formulas ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 88 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Doc-tests xlformula_engine [INFO] [stdout] [INFO] [stdout] running 11 tests [INFO] [stdout] test src/lib.rs - (line 28) ... ok [INFO] [stdout] test src/lib.rs - (line 129) ... ok [INFO] [stdout] test src/lib.rs - (line 35) ... ok [INFO] [stdout] test src/lib.rs - (line 57) ... ok [INFO] [stdout] test src/lib.rs - (line 189) ... ok [INFO] [stdout] test src/lib.rs - (line 75) ... ok [INFO] [stdout] test src/lib.rs - (line 92) ... ok [INFO] [stdout] test src/lib.rs - (line 150) ... ok [INFO] [stdout] test src/lib.rs - (line 168) ... ok [INFO] [stdout] test src/lib.rs - (line 254) ... ok [INFO] [stdout] test src/lib.rs - (line 223) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.32s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "64f7d289cfb13b6f542d5718d5f3959f505aa4e40778ff298949c1768c79aeb5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "64f7d289cfb13b6f542d5718d5f3959f505aa4e40778ff298949c1768c79aeb5", kill_on_drop: false }` [INFO] [stdout] 64f7d289cfb13b6f542d5718d5f3959f505aa4e40778ff298949c1768c79aeb5