[INFO] fetching crate essentia-rs 0.1.2... [INFO] testing essentia-rs-0.1.2 against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_with_libc_patch_0 [INFO] extracting crate essentia-rs 0.1.2 into /workspace/builds/worker-7-tc1/source [INFO] started tweaking crates.io crate essentia-rs 0.1.2 [INFO] finished tweaking crates.io crate essentia-rs 0.1.2 [INFO] tweaked toml for crates.io crate essentia-rs 0.1.2 written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate essentia-rs 0.1.2 on toolchain 8de4c7234dd9b97c9d76b58671343fdbbc9a433e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 84ab4f908f6aebb3c4df2a5234a3f1e12e9928fed179706b11c28c2ffa8681a9 [INFO] running `Command { std: "docker" "start" "-a" "84ab4f908f6aebb3c4df2a5234a3f1e12e9928fed179706b11c28c2ffa8681a9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "84ab4f908f6aebb3c4df2a5234a3f1e12e9928fed179706b11c28c2ffa8681a9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "84ab4f908f6aebb3c4df2a5234a3f1e12e9928fed179706b11c28c2ffa8681a9", kill_on_drop: false }` [INFO] [stdout] 84ab4f908f6aebb3c4df2a5234a3f1e12e9928fed179706b11c28c2ffa8681a9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "build" "--frozen" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 372228b3a20477e02385aeabed9fd0fcb6973d831c50f7873a761d25228c50eb [INFO] running `Command { std: "docker" "start" "-a" "372228b3a20477e02385aeabed9fd0fcb6973d831c50f7873a761d25228c50eb", kill_on_drop: false }` [INFO] [stderr] Compiling essentia-rs v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: the feature `hash_extract_if` has been stable since 1.88.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:3:12 [INFO] [stdout] | [INFO] [stdout] 3 | #![feature(hash_extract_if)] [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `option_take_if` has been stable since 1.80.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:4:12 [INFO] [stdout] | [INFO] [stdout] 4 | #![feature(option_take_if)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/engine/essentia/simulation.rs:15:22 [INFO] [stdout] | [INFO] [stdout] 15 | fn run_reactions(&mut self) -> ReactionContext { [INFO] [stdout] | ^^^^^^^^^ --------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 15 | fn run_reactions(&mut self) -> ReactionContext<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s [INFO] running `Command { std: "docker" "inspect" "372228b3a20477e02385aeabed9fd0fcb6973d831c50f7873a761d25228c50eb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "372228b3a20477e02385aeabed9fd0fcb6973d831c50f7873a761d25228c50eb", kill_on_drop: false }` [INFO] [stdout] 372228b3a20477e02385aeabed9fd0fcb6973d831c50f7873a761d25228c50eb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--no-run" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 9aede89339b19134904f20d2e8ddf5c80edd5caf7f98fbb85128a926c836c019 [INFO] running `Command { std: "docker" "start" "-a" "9aede89339b19134904f20d2e8ddf5c80edd5caf7f98fbb85128a926c836c019", kill_on_drop: false }` [INFO] [stderr] Compiling essentia-rs v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: the feature `hash_extract_if` has been stable since 1.88.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:3:12 [INFO] [stdout] | [INFO] [stdout] 3 | #![feature(hash_extract_if)] [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `option_take_if` has been stable since 1.80.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:4:12 [INFO] [stdout] | [INFO] [stdout] 4 | #![feature(option_take_if)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/engine/essentia/simulation.rs:15:22 [INFO] [stdout] | [INFO] [stdout] 15 | fn run_reactions(&mut self) -> ReactionContext { [INFO] [stdout] | ^^^^^^^^^ --------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 15 | fn run_reactions(&mut self) -> ReactionContext<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `hash_extract_if` has been stable since 1.88.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:3:12 [INFO] [stdout] | [INFO] [stdout] 3 | #![feature(hash_extract_if)] [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `option_take_if` has been stable since 1.80.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:4:12 [INFO] [stdout] | [INFO] [stdout] 4 | #![feature(option_take_if)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/engine/essentia/simulation.rs:15:22 [INFO] [stdout] | [INFO] [stdout] 15 | fn run_reactions(&mut self) -> ReactionContext { [INFO] [stdout] | ^^^^^^^^^ --------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 15 | fn run_reactions(&mut self) -> ReactionContext<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/engine/builtin_reactions/dissolution.rs:129:26 [INFO] [stdout] | [INFO] [stdout] 129 | fn build_ctx(engine: &Essentia) -> ReactionContext { [INFO] [stdout] | ^^^^^^^^^ --------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 129 | fn build_ctx(engine: &Essentia) -> ReactionContext<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/engine/builtin_reactions/precipitation.rs:149:26 [INFO] [stdout] | [INFO] [stdout] 149 | fn build_ctx(engine: &Essentia) -> ReactionContext { [INFO] [stdout] | ^^^^^^^^^ --------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 149 | fn build_ctx(engine: &Essentia) -> ReactionContext<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.34s [INFO] running `Command { std: "docker" "inspect" "9aede89339b19134904f20d2e8ddf5c80edd5caf7f98fbb85128a926c836c019", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9aede89339b19134904f20d2e8ddf5c80edd5caf7f98fbb85128a926c836c019", kill_on_drop: false }` [INFO] [stdout] 9aede89339b19134904f20d2e8ddf5c80edd5caf7f98fbb85128a926c836c019 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 21e74115cb71f4368231e42df87a44aa579b6653a6bf55df821cb612233f3ad9 [INFO] running `Command { std: "docker" "start" "-a" "21e74115cb71f4368231e42df87a44aa579b6653a6bf55df821cb612233f3ad9", kill_on_drop: false }` [INFO] [stdout] [INFO] [stdout] running 17 tests [INFO] [stderr] warning: the feature `hash_extract_if` has been stable since 1.88.0 and no longer requires an attribute to enable [INFO] [stderr] --> src/lib.rs:3:12 [INFO] [stderr] | [INFO] [stderr] 3 | #![feature(hash_extract_if)] [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(stable_features)]` on by default [INFO] [stderr] [INFO] [stderr] warning: the feature `option_take_if` has been stable since 1.80.0 and no longer requires an attribute to enable [INFO] [stderr] --> src/lib.rs:4:12 [INFO] [stderr] | [INFO] [stderr] 4 | #![feature(option_take_if)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/engine/essentia/simulation.rs:15:22 [INFO] [stderr] | [INFO] [stderr] 15 | fn run_reactions(&mut self) -> ReactionContext { [INFO] [stderr] | ^^^^^^^^^ --------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 15 | fn run_reactions(&mut self) -> ReactionContext<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `essentia-rs` (lib) generated 3 warnings (run `cargo fix --lib -p essentia-rs` to apply 1 suggestion) [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/engine/builtin_reactions/dissolution.rs:129:26 [INFO] [stderr] | [INFO] [stderr] 129 | fn build_ctx(engine: &Essentia) -> ReactionContext { [INFO] [stderr] | ^^^^^^^^^ --------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 129 | fn build_ctx(engine: &Essentia) -> ReactionContext<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/engine/builtin_reactions/precipitation.rs:149:26 [INFO] [stderr] | [INFO] [stderr] 149 | fn build_ctx(engine: &Essentia) -> ReactionContext { [INFO] [stderr] | ^^^^^^^^^ --------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 149 | fn build_ctx(engine: &Essentia) -> ReactionContext<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `essentia-rs` (lib test) generated 5 warnings (3 duplicates) (run `cargo fix --lib -p essentia-rs --tests` to apply 2 suggestions) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/essentia_rs-ffcc2586c049f37b) [INFO] [stdout] test abstractions::physics::phase_graph::test::can_add_two_transitions ... ok [INFO] [stdout] test abstractions::physics::phase_graph::test::should_find_valid_transition ... ok [INFO] [stdout] test engine::builtin_reactions::dissolution::test::dissolves_at_max_efficiency_when_not_saturated ... ok [INFO] [stdout] test engine::builtin_reactions::dissolution::test::dissolves_inversely_proportional_to_saturation ... ok [INFO] [stdout] test engine::builtin_reactions::precipitation::test::minumum_precipitation_when_not_saturated ... ok [INFO] [stdout] test abstractions::physics::phase_graph::test::should_create_with_three_transitions ... ok [INFO] [stdout] test engine::builtin_reactions::dissolution::test::dissolves_at_minimum_efficiency_if_solution_is_saturated ... ok [INFO] [stdout] test engine::builtin_reactions::dissolution::test::dissolves_inversly_proportional_to_weight_of_solute ... ok [INFO] [stdout] test engine::builtin_reactions::precipitation::test::precipitates_when_over_saturation_limit ... ok [INFO] [stdout] test engine::builtin_reactions::precipitation::test::pricipitates_proportional_to_weight ... ok [INFO] [stdout] test engine::reaction_context::tests::test_neutralizing_substance ... ok [INFO] [stdout] test engine::reaction_context::tests::test_applying_empty ... ok [INFO] [stdout] test engine::reaction_context::tests::test_adding_production_and_consumption ... ok [INFO] [stdout] test engine::reaction_context::tests::test_neutralizing_thermals ... ok [INFO] [stdout] test engine::reaction_context::tests::test_squishing_thermals ... ok [INFO] [stdout] test abstractions::physics::phase_graph::test::should_panic_when_adding_loops - should panic ... ok [INFO] [stdout] test abstractions::physics::phase_graph::test::should_panic_when_adding_gaps - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 17 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s [INFO] [stdout] [INFO] [stderr] Running tests/buitins.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/buitins-bdeae6296d0b6667) [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test test_solution_in_water ... ok [INFO] [stdout] test test_dissolution_equilibrium ... ok [INFO] [stdout] test saturated_solution_precipitates_when_solvent_quantity_decreases ... ok [INFO] [stdout] test test_water_crystalization_transitions ... ok [INFO] [stdout] test test_water_evaporation_transitions ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.25s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stderr] Running tests/simple.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/simple-f1f3e3a23d23e38b) [INFO] [stdout] test cryo_is_consumed_over_time ... ok [INFO] [stdout] test simulate_empty_should_pass_time ... ok [INFO] [stdout] test simulate_simple_exotherm ... ok [INFO] [stdout] test inertia_doesnt_do_anything ... ok [INFO] [stdout] test exotherm_heats_up_less_in_presense_of_larger_heat_cap ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "21e74115cb71f4368231e42df87a44aa579b6653a6bf55df821cb612233f3ad9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "21e74115cb71f4368231e42df87a44aa579b6653a6bf55df821cb612233f3ad9", kill_on_drop: false }` [INFO] [stdout] 21e74115cb71f4368231e42df87a44aa579b6653a6bf55df821cb612233f3ad9