[INFO] fetching crate essentia-rs 0.1.2... [INFO] testing essentia-rs-0.1.2 against master#c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 for pr-146098-7 [INFO] extracting crate essentia-rs 0.1.2 into /workspace/builds/worker-0-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-0-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate essentia-rs 0.1.2 on toolchain c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "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" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "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" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c6ed78ab090704debdff35d8dee8b3342806d6e43f4fbe9525d410a2b9de304e [INFO] running `Command { std: "docker" "start" "-a" "c6ed78ab090704debdff35d8dee8b3342806d6e43f4fbe9525d410a2b9de304e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c6ed78ab090704debdff35d8dee8b3342806d6e43f4fbe9525d410a2b9de304e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c6ed78ab090704debdff35d8dee8b3342806d6e43f4fbe9525d410a2b9de304e", kill_on_drop: false }` [INFO] [stdout] c6ed78ab090704debdff35d8dee8b3342806d6e43f4fbe9525d410a2b9de304e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 941ab76a8634e9018d6aae244fc0e4f898b7fd833e8d5e4d8d760862ecb3ec18 [INFO] running `Command { std: "docker" "start" "-a" "941ab76a8634e9018d6aae244fc0e4f898b7fd833e8d5e4d8d760862ecb3ec18", 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.73s [INFO] running `Command { std: "docker" "inspect" "941ab76a8634e9018d6aae244fc0e4f898b7fd833e8d5e4d8d760862ecb3ec18", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "941ab76a8634e9018d6aae244fc0e4f898b7fd833e8d5e4d8d760862ecb3ec18", kill_on_drop: false }` [INFO] [stdout] 941ab76a8634e9018d6aae244fc0e4f898b7fd833e8d5e4d8d760862ecb3ec18 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bfd7771bf5eac22459efb842f56fe510fa365117121f5ba98f6bb987d8bc1de6 [INFO] running `Command { std: "docker" "start" "-a" "bfd7771bf5eac22459efb842f56fe510fa365117121f5ba98f6bb987d8bc1de6", 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] [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 0.84s [INFO] running `Command { std: "docker" "inspect" "bfd7771bf5eac22459efb842f56fe510fa365117121f5ba98f6bb987d8bc1de6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bfd7771bf5eac22459efb842f56fe510fa365117121f5ba98f6bb987d8bc1de6", kill_on_drop: false }` [INFO] [stdout] bfd7771bf5eac22459efb842f56fe510fa365117121f5ba98f6bb987d8bc1de6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] c12fe7153c53502e0be73c591b27d1953725f56dd78c264080c3ad1f93e09869 [INFO] running `Command { std: "docker" "start" "-a" "c12fe7153c53502e0be73c591b27d1953725f56dd78c264080c3ad1f93e09869", 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] [stdout] [INFO] [stderr] [INFO] [stdout] running 17 tests [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] test abstractions::physics::phase_graph::test::can_add_two_transitions ... ok [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 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 abstractions::physics::phase_graph::test::should_find_valid_transition ... 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::minumum_precipitation_when_not_saturated ... ok [INFO] [stdout] test engine::builtin_reactions::precipitation::test::pricipitates_proportional_to_weight ... 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 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.02s [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.14s [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 simulate_simple_exotherm ... ok [INFO] [stdout] test simulate_empty_should_pass_time ... ok [INFO] [stdout] test inertia_doesnt_do_anything ... 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" "c12fe7153c53502e0be73c591b27d1953725f56dd78c264080c3ad1f93e09869", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c12fe7153c53502e0be73c591b27d1953725f56dd78c264080c3ad1f93e09869", kill_on_drop: false }` [INFO] [stdout] c12fe7153c53502e0be73c591b27d1953725f56dd78c264080c3ad1f93e09869