[INFO] fetching crate essentia-rs 0.1.2... [INFO] testing essentia-rs-0.1.2 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7 [INFO] extracting crate essentia-rs 0.1.2 into /workspace/builds/worker-0-tc2/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-0-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate essentia-rs 0.1.2 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 671d343db7cd6cd7d8bd29f7f117c0acf8ecb13481deb66413899ddf01526548 [INFO] running `Command { std: "docker" "start" "-a" "671d343db7cd6cd7d8bd29f7f117c0acf8ecb13481deb66413899ddf01526548", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "671d343db7cd6cd7d8bd29f7f117c0acf8ecb13481deb66413899ddf01526548", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "671d343db7cd6cd7d8bd29f7f117c0acf8ecb13481deb66413899ddf01526548", kill_on_drop: false }` [INFO] [stdout] 671d343db7cd6cd7d8bd29f7f117c0acf8ecb13481deb66413899ddf01526548 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 92d3e68d599dab265be19d9e0c911b13ee4d6314a2b1acbf360dd9dfe1f02999 [INFO] running `Command { std: "docker" "start" "-a" "92d3e68d599dab265be19d9e0c911b13ee4d6314a2b1acbf360dd9dfe1f02999", 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: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/engine/essentia/simulation.rs:15:22 [INFO] [stdout] | [INFO] [stdout] 15 | fn run_reactions(&mut self) -> ReactionContext { [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] 15 | fn run_reactions(&mut self) -> ReactionContext<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s [INFO] running `Command { std: "docker" "inspect" "92d3e68d599dab265be19d9e0c911b13ee4d6314a2b1acbf360dd9dfe1f02999", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "92d3e68d599dab265be19d9e0c911b13ee4d6314a2b1acbf360dd9dfe1f02999", kill_on_drop: false }` [INFO] [stdout] 92d3e68d599dab265be19d9e0c911b13ee4d6314a2b1acbf360dd9dfe1f02999 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9d698979b0e9d64cd083fb2db6b3af64deff917089c90dc767cb1028a64d0385 [INFO] running `Command { std: "docker" "start" "-a" "9d698979b0e9d64cd083fb2db6b3af64deff917089c90dc767cb1028a64d0385", kill_on_drop: false }` [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] [stderr] Compiling essentia-rs v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/engine/essentia/simulation.rs:15:22 [INFO] [stdout] | [INFO] [stdout] 15 | fn run_reactions(&mut self) -> ReactionContext { [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] 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: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/engine/essentia/simulation.rs:15:22 [INFO] [stdout] | [INFO] [stdout] 15 | fn run_reactions(&mut self) -> ReactionContext { [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] 15 | fn run_reactions(&mut self) -> ReactionContext<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is 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 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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 129 | fn build_ctx(engine: &Essentia) -> ReactionContext<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is 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 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] help: use `'_` for type 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.20s [INFO] running `Command { std: "docker" "inspect" "9d698979b0e9d64cd083fb2db6b3af64deff917089c90dc767cb1028a64d0385", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9d698979b0e9d64cd083fb2db6b3af64deff917089c90dc767cb1028a64d0385", kill_on_drop: false }` [INFO] [stdout] 9d698979b0e9d64cd083fb2db6b3af64deff917089c90dc767cb1028a64d0385 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] e11b70c802578c1f4abaa0638151aa5073a73176e25e3208f27cfefc8df53011 [INFO] running `Command { std: "docker" "start" "-a" "e11b70c802578c1f4abaa0638151aa5073a73176e25e3208f27cfefc8df53011", kill_on_drop: false }` [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: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/engine/essentia/simulation.rs:15:22 [INFO] [stderr] | [INFO] [stderr] 15 | fn run_reactions(&mut self) -> ReactionContext { [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] 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: hiding a lifetime that's elided elsewhere is 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 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] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 129 | fn build_ctx(engine: &Essentia) -> ReactionContext<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is 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 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] help: use `'_` for type 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/debug/deps/essentia_rs-646c64f97f1ef53c) [INFO] [stdout] [INFO] [stdout] running 17 tests [INFO] [stdout] test abstractions::physics::phase_graph::test::should_create_with_three_transitions ... ok [INFO] [stdout] test engine::builtin_reactions::dissolution::test::dissolves_inversely_proportional_to_saturation ... ok [INFO] [stdout] test abstractions::physics::phase_graph::test::can_add_two_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_at_max_efficiency_when_not_saturated ... ok [INFO] [stdout] test engine::builtin_reactions::precipitation::test::minumum_precipitation_when_not_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::reaction_context::tests::test_adding_production_and_consumption ... ok [INFO] [stdout] test engine::reaction_context::tests::test_applying_empty ... ok [INFO] [stdout] test engine::reaction_context::tests::test_neutralizing_substance ... ok [INFO] [stdout] test abstractions::physics::phase_graph::test::should_find_valid_transition ... ok [INFO] [stdout] test engine::builtin_reactions::precipitation::test::pricipitates_proportional_to_weight ... 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_gaps - should panic ... ok [INFO] [stdout] test abstractions::physics::phase_graph::test::should_panic_when_adding_loops - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 17 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s [INFO] [stdout] [INFO] [stderr] Running tests/buitins.rs (/opt/rustwide/target/debug/deps/buitins-d50d7033b0877547) [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.17s [INFO] [stdout] [INFO] [stderr] Running tests/simple.rs (/opt/rustwide/target/debug/deps/simple-f95b61dc1ff637bf) [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test cryo_is_consumed_over_time ... ok [INFO] [stdout] test exotherm_heats_up_less_in_presense_of_larger_heat_cap ... ok [INFO] [stdout] test inertia_doesnt_do_anything ... ok [INFO] [stdout] test simulate_empty_should_pass_time ... ok [INFO] [stdout] test simulate_simple_exotherm ... 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] [stderr] Doc-tests essentia_rs [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] running `Command { std: "docker" "inspect" "e11b70c802578c1f4abaa0638151aa5073a73176e25e3208f27cfefc8df53011", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e11b70c802578c1f4abaa0638151aa5073a73176e25e3208f27cfefc8df53011", kill_on_drop: false }` [INFO] [stdout] e11b70c802578c1f4abaa0638151aa5073a73176e25e3208f27cfefc8df53011