[INFO] cloning repository https://github.com/jmriesen/calculator
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jmriesen/calculator" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjmriesen%2Fcalculator", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjmriesen%2Fcalculator'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] f5e9c9f4b89e1b633e9a5c25a764796f0418b4eb
[INFO] testing jmriesen/calculator against 1.95.0 for beta-1.96-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjmriesen%2Fcalculator" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/jmriesen/calculator
[INFO] finished tweaking git repo https://github.com/jmriesen/calculator
[INFO] tweaked toml for git repo https://github.com/jmriesen/calculator written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/jmriesen/calculator on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/jmriesen/calculator 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" "+1.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ad244e813962c611283338bef0cf542bfb9484cc3173c2b432f96ef9dc003eeb
[INFO] running `Command { std: "docker" "start" "-a" "ad244e813962c611283338bef0cf542bfb9484cc3173c2b432f96ef9dc003eeb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ad244e813962c611283338bef0cf542bfb9484cc3173c2b432f96ef9dc003eeb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ad244e813962c611283338bef0cf542bfb9484cc3173c2b432f96ef9dc003eeb", kill_on_drop: false }`
[INFO] [stdout] ad244e813962c611283338bef0cf542bfb9484cc3173c2b432f96ef9dc003eeb
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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" "+1.95.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 72ceb82168e824d574b5a5fb7fa0a2a32e75f000c1d88b330626520d60baedf6
[INFO] running `Command { std: "docker" "start" "-a" "72ceb82168e824d574b5a5fb7fa0a2a32e75f000c1d88b330626520d60baedf6", kill_on_drop: false }`
[INFO] [stderr]    Compiling calculator v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: method `evaluate` is never used
[INFO] [stdout]  --> src/expression/infix/mod.rs:7:12
[INFO] [stdout]   |
[INFO] [stdout] 6 | impl <'a> Infix<'a>{
[INFO] [stdout]   | ------------------- method in this implementation
[INFO] [stdout] 7 |     pub fn evaluate(&'a self,variables:&VariableMap)->Result<isize,ExpressionError>{
[INFO] [stdout]   |            ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `evaluate` is never used
[INFO] [stdout]  --> src/expression/prefix/mod.rs:7:12
[INFO] [stdout]   |
[INFO] [stdout] 6 | impl <'a> Prefix<'a>{
[INFO] [stdout]   | -------------------- method in this implementation
[INFO] [stdout] 7 |     pub fn evaluate(&'a self,variables:&VariableMap)->Result<isize,ExpressionError>{
[INFO] [stdout]   |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/expression/infix/mod.rs:14:32
[INFO] [stdout]    |
[INFO] [stdout] 14 |     fn from(prefix:Infix<'a>)->Postfix{
[INFO] [stdout]    |                          --    ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                          |
[INFO] [stdout]    |                          the lifetime is named 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: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 14 |     fn from(prefix:Infix<'a>)->Postfix<'a>{
[INFO] [stdout]    |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
[INFO] running `Command { std: "docker" "inspect" "72ceb82168e824d574b5a5fb7fa0a2a32e75f000c1d88b330626520d60baedf6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "72ceb82168e824d574b5a5fb7fa0a2a32e75f000c1d88b330626520d60baedf6", kill_on_drop: false }`
[INFO] [stdout] 72ceb82168e824d574b5a5fb7fa0a2a32e75f000c1d88b330626520d60baedf6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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" "+1.95.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a6b7c75465db048a210910eb1eb28fd229ffef24937d1c652cd590773230e811
[INFO] running `Command { std: "docker" "start" "-a" "a6b7c75465db048a210910eb1eb28fd229ffef24937d1c652cd590773230e811", kill_on_drop: false }`
[INFO] [stderr]    Compiling calculator v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/expression/infix/mod.rs:14:32
[INFO] [stdout]    |
[INFO] [stdout] 14 |     fn from(prefix:Infix<'a>)->Postfix{
[INFO] [stdout]    |                          --    ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                          |
[INFO] [stdout]    |                          the lifetime is named 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: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 14 |     fn from(prefix:Infix<'a>)->Postfix<'a>{
[INFO] [stdout]    |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.60s
[INFO] running `Command { std: "docker" "inspect" "a6b7c75465db048a210910eb1eb28fd229ffef24937d1c652cd590773230e811", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a6b7c75465db048a210910eb1eb28fd229ffef24937d1c652cd590773230e811", kill_on_drop: false }`
[INFO] [stdout] a6b7c75465db048a210910eb1eb28fd229ffef24937d1c652cd590773230e811
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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" "+1.95.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 2575ebb049664baa63d7cf37e2b687b155a462aee25b5d82150f9c83d2dcb2d3
[INFO] running `Command { std: "docker" "start" "-a" "2575ebb049664baa63d7cf37e2b687b155a462aee25b5d82150f9c83d2dcb2d3", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]   --> src/expression/infix/mod.rs:14:32
[INFO] [stderr]    |
[INFO] [stderr] 14 |     fn from(prefix:Infix<'a>)->Postfix{
[INFO] [stderr]    |                          --    ^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                          |
[INFO] [stderr]    |                          the lifetime is named 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: consistently use `'a`
[INFO] [stderr]    |
[INFO] [stderr] 14 |     fn from(prefix:Infix<'a>)->Postfix<'a>{
[INFO] [stderr]    |                                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `calculator` (bin "calculator" test) generated 1 warning (run `cargo fix --bin "calculator" -p calculator --tests` to apply 1 suggestion)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.02s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/calculator-dc8d3f63879261bc)
[INFO] [stdout] 
[INFO] [stdout] running 24 tests
[INFO] [stdout] test expression::infix::tests::adding_and_subtracting_should_have_same_priority ... ok
[INFO] [stdout] test expression::infix::tests::parenthesise_should_cause_preference ... ok
[INFO] [stdout] test expression::infix::tests::should_be_able_to_handle_two_term_expresstions ... ok
[INFO] [stdout] test expression::infix::tests::should_multiply_before_adding ... ok
[INFO] [stdout] test expression::infix::tests::should_return_literals ... ok
[INFO] [stdout] test expression::postfix::tests::empty_string_should_produce_error ... ok
[INFO] [stdout] test expression::postfix::tests::should_be_able_to_multiply ... ok
[INFO] [stdout] test expression::postfix::tests::should_be_able_to_add_numbers ... ok
[INFO] [stdout] test expression::postfix::tests::should_be_able_to_divide ... ok
[INFO] [stdout] test expression::infix::tests::adding_surrounding_parenthesies_dose_not_change_result ... ok
[INFO] [stdout] test expression::postfix::tests::should_be_able_to_subtract_numbers ... ok
[INFO] [stdout] test expression::postfix::tests::should_be_able_to_use_all_operations_together ... ok
[INFO] [stdout] test expression::postfix::tests::should_be_able_to_use_variables_in_expretions ... ok
[INFO] [stdout] test expression::infix::tests::should_be_able_to_use_multiple_parenthesises ... ok
[INFO] [stdout] test expression::postfix::tests::should_read_variable_value ... ok
[INFO] [stdout] test expression::postfix::tests::should_not_be_able_to_redefine_numbers_and_operation_symbols ... ok
[INFO] [stdout] test expression::postfix::tests::should_return_a_number_when_given_a_litteral ... ok
[INFO] [stdout] test expression::postfix::tests::should_not_allow_parenthesis ... ok
[INFO] [stdout] test expression::prefix::tests::should_be_able_to_add_two_numbers ... ok
[INFO] [stdout] test expression::postfix::tests::to_many_arguments_should_produce_error ... ok
[INFO] [stdout] test expression::postfix::tests::to_few_arguments_should_produce_error ... ok
[INFO] [stdout] test expression::infix::tests::multiplication_and_division_should_have_same_priority ... ok
[INFO] [stdout] test expression::prefix::tests::should_return_literals ... ok
[INFO] [stdout] test expression::postfix::tests::should_ignore_extra_white_space ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 24 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "2575ebb049664baa63d7cf37e2b687b155a462aee25b5d82150f9c83d2dcb2d3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2575ebb049664baa63d7cf37e2b687b155a462aee25b5d82150f9c83d2dcb2d3", kill_on_drop: false }`
[INFO] [stdout] 2575ebb049664baa63d7cf37e2b687b155a462aee25b5d82150f9c83d2dcb2d3
