[INFO] cloning repository https://github.com/meguminloli/calc
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/meguminloli/calc" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmeguminloli%2Fcalc", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmeguminloli%2Fcalc'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 84a3814f3ca6094195fe28a1b11f63eb104673f1
[INFO] testing meguminloli/calc against beta-2026-04-21 for beta-1.96-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmeguminloli%2Fcalc" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/meguminloli/calc
[INFO] finished tweaking git repo https://github.com/meguminloli/calc
[INFO] tweaked toml for git repo https://github.com/meguminloli/calc written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/meguminloli/calc on toolchain beta-2026-04-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/meguminloli/calc 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-2026-04-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b4a75328ed4f1e0cc9bf16e5010f912c0e1319b0546ffeba639a6b17b5e935b8
[INFO] running `Command { std: "docker" "start" "-a" "b4a75328ed4f1e0cc9bf16e5010f912c0e1319b0546ffeba639a6b17b5e935b8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b4a75328ed4f1e0cc9bf16e5010f912c0e1319b0546ffeba639a6b17b5e935b8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b4a75328ed4f1e0cc9bf16e5010f912c0e1319b0546ffeba639a6b17b5e935b8", kill_on_drop: false }`
[INFO] [stdout] b4a75328ed4f1e0cc9bf16e5010f912c0e1319b0546ffeba639a6b17b5e935b8
[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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2028a38a80b12805b83d80ded050971fd5c500dac365cbc288847a336f11ea58
[INFO] running `Command { std: "docker" "start" "-a" "2028a38a80b12805b83d80ded050971fd5c500dac365cbc288847a336f11ea58", kill_on_drop: false }`
[INFO] [stderr]    Compiling num-traits v0.2.14
[INFO] [stderr]    Compiling serde v1.0.130
[INFO] [stderr]    Compiling arrayvec v0.5.2
[INFO] [stderr]    Compiling once_cell v1.8.0
[INFO] [stderr]    Compiling rust_decimal v1.17.0
[INFO] [stderr]    Compiling calc v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]   --> src/token.rs:23:14
[INFO] [stdout]    |
[INFO] [stdout] 21 | #[derive(PartialEq, Debug, Clone)]
[INFO] [stdout]    |          --------- in this derive macro expansion
[INFO] [stdout] 22 | pub enum Function {
[INFO] [stdout] 23 |     OneParam(fn(Decimal) -> Decimal),
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the address of the same function can vary between different codegen units
[INFO] [stdout]    = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]    = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout]    = note: `#[warn(unpredictable_function_pointer_comparisons)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]   --> src/token.rs:24:14
[INFO] [stdout]    |
[INFO] [stdout] 21 | #[derive(PartialEq, Debug, Clone)]
[INFO] [stdout]    |          --------- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 24 |     TwoParam(fn(Decimal, Decimal) -> Decimal),
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the address of the same function can vary between different codegen units
[INFO] [stdout]    = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]    = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.03s
[INFO] running `Command { std: "docker" "inspect" "2028a38a80b12805b83d80ded050971fd5c500dac365cbc288847a336f11ea58", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2028a38a80b12805b83d80ded050971fd5c500dac365cbc288847a336f11ea58", kill_on_drop: false }`
[INFO] [stdout] 2028a38a80b12805b83d80ded050971fd5c500dac365cbc288847a336f11ea58
[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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 272877600ee6a09c2da2fd2fdaeb09aa834fc6f8a380d4c1f24b06ae5caeb01e
[INFO] running `Command { std: "docker" "start" "-a" "272877600ee6a09c2da2fd2fdaeb09aa834fc6f8a380d4c1f24b06ae5caeb01e", kill_on_drop: false }`
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]   --> src/token.rs:23:14
[INFO] [stdout]    |
[INFO] [stdout] 21 | #[derive(PartialEq, Debug, Clone)]
[INFO] [stdout]    |          --------- in this derive macro expansion
[INFO] [stdout] 22 | pub enum Function {
[INFO] [stdout] 23 |     OneParam(fn(Decimal) -> Decimal),
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the address of the same function can vary between different codegen units
[INFO] [stdout]    = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]    = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout]    = note: `#[warn(unpredictable_function_pointer_comparisons)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]   --> src/token.rs:24:14
[INFO] [stdout]    |
[INFO] [stdout] 21 | #[derive(PartialEq, Debug, Clone)]
[INFO] [stdout]    |          --------- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 24 |     TwoParam(fn(Decimal, Decimal) -> Decimal),
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the address of the same function can vary between different codegen units
[INFO] [stdout]    = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]    = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling calc v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]   --> src/token.rs:23:14
[INFO] [stdout]    |
[INFO] [stdout] 21 | #[derive(PartialEq, Debug, Clone)]
[INFO] [stdout]    |          --------- in this derive macro expansion
[INFO] [stdout] 22 | pub enum Function {
[INFO] [stdout] 23 |     OneParam(fn(Decimal) -> Decimal),
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the address of the same function can vary between different codegen units
[INFO] [stdout]    = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]    = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout]    = note: `#[warn(unpredictable_function_pointer_comparisons)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]   --> src/token.rs:24:14
[INFO] [stdout]    |
[INFO] [stdout] 21 | #[derive(PartialEq, Debug, Clone)]
[INFO] [stdout]    |          --------- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 24 |     TwoParam(fn(Decimal, Decimal) -> Decimal),
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the address of the same function can vary between different codegen units
[INFO] [stdout]    = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]    = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.34s
[INFO] running `Command { std: "docker" "inspect" "272877600ee6a09c2da2fd2fdaeb09aa834fc6f8a380d4c1f24b06ae5caeb01e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "272877600ee6a09c2da2fd2fdaeb09aa834fc6f8a380d4c1f24b06ae5caeb01e", kill_on_drop: false }`
[INFO] [stdout] 272877600ee6a09c2da2fd2fdaeb09aa834fc6f8a380d4c1f24b06ae5caeb01e
[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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 09a8209eb997ab8768b2188b631a387d15d6ad422d425fb2f71afde0b232f570
[INFO] running `Command { std: "docker" "start" "-a" "09a8209eb997ab8768b2188b631a387d15d6ad422d425fb2f71afde0b232f570", kill_on_drop: false }`
[INFO] [stderr] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stderr]   --> src/token.rs:23:14
[INFO] [stderr]    |
[INFO] [stderr] 21 | #[derive(PartialEq, Debug, Clone)]
[INFO] [stderr]    |          --------- in this derive macro expansion
[INFO] [stderr] 22 | pub enum Function {
[INFO] [stderr] 23 |     OneParam(fn(Decimal) -> Decimal),
[INFO] [stderr]    |              ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: the address of the same function can vary between different codegen units
[INFO] [stderr]    = note: furthermore, different functions could have the same address after being merged together
[INFO] [stderr]    = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stderr]    = note: `#[warn(unpredictable_function_pointer_comparisons)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stderr]   --> src/token.rs:24:14
[INFO] [stderr]    |
[INFO] [stderr] 21 | #[derive(PartialEq, Debug, Clone)]
[INFO] [stderr]    |          --------- in this derive macro expansion
[INFO] [stderr] ...
[INFO] [stderr] 24 |     TwoParam(fn(Decimal, Decimal) -> Decimal),
[INFO] [stderr]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: the address of the same function can vary between different codegen units
[INFO] [stderr]    = note: furthermore, different functions could have the same address after being merged together
[INFO] [stderr]    = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stderr] 
[INFO] [stderr] warning: `calc` (lib) generated 2 warnings
[INFO] [stderr] warning: `calc` (lib test) generated 2 warnings (2 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/calc-61b0ba396d080129)
[INFO] [stdout] 
[INFO] [stdout] running 11 tests
[INFO] [stdout] test test::test_calculate1 ... ok
[INFO] [stdout] test test::test_calculate2 ... ok
[INFO] [stdout] test test::test_parser1 ... ok
[INFO] [stdout] test test::gen_rpn2 ... ok
[INFO] [stdout] test test::gen_rpn1 ... ok
[INFO] [stdout] test test::test_parser2 ... ok
[INFO] [stdout] test test::test_variables ... ok
[INFO] [stdout] test test::test_panic4 - should panic ... ok
[INFO] [stdout] test test::test_panic2 - should panic ... ok
[INFO] [stdout] test test::test_panic1 - should panic ... ok
[INFO] [stdout] test test::test_panic3 - should panic ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.15s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/calc.rs (/opt/rustwide/target/debug/deps/calc-678f27511753351b)
[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] [stderr]    Doc-tests calc
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test src/execute.rs - execute::evaluate_rpn (line 10) ... ok
[INFO] [stdout] test src/rpn.rs - rpn::shunting_yard (line 8) ... ok
[INFO] [stdout] test src/parse.rs - parse::parse_str (line 44) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.52s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "09a8209eb997ab8768b2188b631a387d15d6ad422d425fb2f71afde0b232f570", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "09a8209eb997ab8768b2188b631a387d15d6ad422d425fb2f71afde0b232f570", kill_on_drop: false }`
[INFO] [stdout] 09a8209eb997ab8768b2188b631a387d15d6ad422d425fb2f71afde0b232f570
