[INFO] fetching crate essentia-rs 0.1.2... [INFO] testing essentia-rs-0.1.2 against master#cdb45c87e2cd43495379f7e867e3cc15dcee9f93 for pr-145838-1 [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 cdb45c87e2cd43495379f7e867e3cc15dcee9f93 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "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" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "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" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8bba013dc0780c4715908fb199555c8eb2d5de60fc995a8d7beea4aba90f58f9 [INFO] running `Command { std: "docker" "start" "-a" "8bba013dc0780c4715908fb199555c8eb2d5de60fc995a8d7beea4aba90f58f9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8bba013dc0780c4715908fb199555c8eb2d5de60fc995a8d7beea4aba90f58f9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8bba013dc0780c4715908fb199555c8eb2d5de60fc995a8d7beea4aba90f58f9", kill_on_drop: false }` [INFO] [stdout] 8bba013dc0780c4715908fb199555c8eb2d5de60fc995a8d7beea4aba90f58f9 [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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f51189491f53f720c3f0a47d5f3d2167b98232ad2960aa849c2c8d0959e8f4e5 [INFO] running `Command { std: "docker" "start" "-a" "f51189491f53f720c3f0a47d5f3d2167b98232ad2960aa849c2c8d0959e8f4e5", 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.95s [INFO] running `Command { std: "docker" "inspect" "f51189491f53f720c3f0a47d5f3d2167b98232ad2960aa849c2c8d0959e8f4e5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f51189491f53f720c3f0a47d5f3d2167b98232ad2960aa849c2c8d0959e8f4e5", kill_on_drop: false }` [INFO] [stdout] f51189491f53f720c3f0a47d5f3d2167b98232ad2960aa849c2c8d0959e8f4e5 [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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7c2fbd304ce821be72a76bb9bf38a02cbda837e9ed969f82e9be921e9c978b0b [INFO] running `Command { std: "docker" "start" "-a" "7c2fbd304ce821be72a76bb9bf38a02cbda837e9ed969f82e9be921e9c978b0b", 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] [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] 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] [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.21s [INFO] running `Command { std: "docker" "inspect" "7c2fbd304ce821be72a76bb9bf38a02cbda837e9ed969f82e9be921e9c978b0b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7c2fbd304ce821be72a76bb9bf38a02cbda837e9ed969f82e9be921e9c978b0b", kill_on_drop: false }` [INFO] [stdout] 7c2fbd304ce821be72a76bb9bf38a02cbda837e9ed969f82e9be921e9c978b0b [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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] b6002150ac71b8cf29ff8cb2068426b20c0dea05ed627a1f20b3579850dbdefb [INFO] running `Command { std: "docker" "start" "-a" "b6002150ac71b8cf29ff8cb2068426b20c0dea05ed627a1f20b3579850dbdefb", 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] [stdout] [INFO] [stderr] --> src/lib.rs:3:12 [INFO] [stdout] running 17 tests [INFO] [stderr] | [INFO] [stdout] test abstractions::physics::phase_graph::test::can_add_two_transitions ... ok [INFO] [stderr] 3 | #![feature(hash_extract_if)] [INFO] [stdout] test abstractions::physics::phase_graph::test::should_create_with_three_transitions ... ok [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stdout] test abstractions::physics::phase_graph::test::should_find_valid_transition ... ok [INFO] [stderr] | [INFO] [stdout] test engine::builtin_reactions::dissolution::test::dissolves_at_max_efficiency_when_not_saturated ... ok [INFO] [stderr] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] test engine::builtin_reactions::dissolution::test::dissolves_at_minimum_efficiency_if_solution_is_saturated ... ok [INFO] [stderr] [INFO] [stdout] test engine::builtin_reactions::dissolution::test::dissolves_inversly_proportional_to_weight_of_solute ... ok [INFO] [stderr] warning: the feature `option_take_if` has been stable since 1.80.0 and no longer requires an attribute to enable [INFO] [stdout] test engine::builtin_reactions::precipitation::test::precipitates_when_over_saturation_limit ... ok [INFO] [stderr] --> src/lib.rs:4:12 [INFO] [stdout] test engine::builtin_reactions::precipitation::test::pricipitates_proportional_to_weight ... ok [INFO] [stderr] | [INFO] [stdout] test engine::reaction_context::tests::test_adding_production_and_consumption ... ok [INFO] [stderr] 4 | #![feature(option_take_if)] [INFO] [stdout] test engine::reaction_context::tests::test_neutralizing_thermals ... ok [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stdout] test engine::reaction_context::tests::test_applying_empty ... ok [INFO] [stderr] [INFO] [stdout] test engine::reaction_context::tests::test_squishing_thermals ... ok [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] test engine::reaction_context::tests::test_neutralizing_substance ... ok [INFO] [stderr] --> src/engine/essentia/simulation.rs:15:22 [INFO] [stdout] test engine::builtin_reactions::precipitation::test::minumum_precipitation_when_not_saturated ... ok [INFO] [stderr] | [INFO] [stdout] test engine::builtin_reactions::dissolution::test::dissolves_inversely_proportional_to_saturation ... ok [INFO] [stderr] 15 | fn run_reactions(&mut self) -> ReactionContext { [INFO] [stdout] test abstractions::physics::phase_graph::test::should_panic_when_adding_gaps - should panic ... ok [INFO] [stderr] | ^^^^^^^^^ ^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] test abstractions::physics::phase_graph::test::should_panic_when_adding_loops - should panic ... ok [INFO] [stderr] | | [INFO] [stdout] [INFO] [stderr] | the lifetime is elided here [INFO] [stdout] test result: ok. 17 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stderr] | [INFO] [stdout] [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] running 5 tests [INFO] [stderr] help: use `'_` for type paths [INFO] [stdout] test test_solution_in_water ... ok [INFO] [stderr] | [INFO] [stdout] test test_dissolution_equilibrium ... ok [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] [stderr] Running tests/buitins.rs (/opt/rustwide/target/debug/deps/buitins-d50d7033b0877547) [INFO] [stdout] test test_water_crystalization_transitions ... ok [INFO] [stdout] test test_water_evaporation_transitions ... ok [INFO] [stdout] test saturated_solution_precipitates_when_solvent_quantity_decreases ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.23s [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 inertia_doesnt_do_anything ... ok [INFO] [stdout] test simulate_simple_exotherm ... ok [INFO] [stdout] test exotherm_heats_up_less_in_presense_of_larger_heat_cap ... ok [INFO] [stdout] test cryo_is_consumed_over_time ... ok [INFO] [stdout] test simulate_empty_should_pass_time ... 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" "b6002150ac71b8cf29ff8cb2068426b20c0dea05ed627a1f20b3579850dbdefb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b6002150ac71b8cf29ff8cb2068426b20c0dea05ed627a1f20b3579850dbdefb", kill_on_drop: false }` [INFO] [stdout] b6002150ac71b8cf29ff8cb2068426b20c0dea05ed627a1f20b3579850dbdefb