[INFO] fetching crate libpcp 0.6.4... [INFO] testing libpcp-0.6.4 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate libpcp 0.6.4 into /workspace/builds/worker-28/source [INFO] validating manifest of crates.io crate libpcp 0.6.4 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate libpcp 0.6.4 [INFO] finished tweaking crates.io crate libpcp 0.6.4 [INFO] tweaked toml for crates.io crate libpcp 0.6.4 written to /workspace/builds/worker-28/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-28/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-28/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 45f7d52037a31db14d472cdcce7b5aebbcf524cb1c085d972780c83b5e1f95fc [INFO] running `Command { std: "docker" "start" "-a" "45f7d52037a31db14d472cdcce7b5aebbcf524cb1c085d972780c83b5e1f95fc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "45f7d52037a31db14d472cdcce7b5aebbcf524cb1c085d972780c83b5e1f95fc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "45f7d52037a31db14d472cdcce7b5aebbcf524cb1c085d972780c83b5e1f95fc", kill_on_drop: false }` [INFO] [stdout] 45f7d52037a31db14d472cdcce7b5aebbcf524cb1c085d972780c83b5e1f95fc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-28/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-28/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b9b0d7afde21a8b2bb0ddfa59697980d5897a9bc3e4aac50372fde061103466d [INFO] running `Command { std: "docker" "start" "-a" "b9b0d7afde21a8b2bb0ddfa59697980d5897a9bc3e4aac50372fde061103466d", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling trilean v1.1.0 [INFO] [stderr] Compiling bit-vec v0.4.4 [INFO] [stderr] Compiling vec_map v0.6.0 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling num-complex v0.1.43 [INFO] [stderr] Compiling bit-set v0.4.0 [INFO] [stderr] Compiling num-bigint v0.1.44 [INFO] [stderr] Compiling gcollections v1.5.0 [INFO] [stderr] Compiling intervallum v1.4.0 [INFO] [stderr] Compiling num-rational v0.1.42 [INFO] [stderr] Compiling num v0.1.42 [INFO] [stderr] Compiling libpcp v0.6.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/libpcp/propagation/reactors/indexed_deps.rs:45:7 [INFO] [stdout] | [INFO] [stdout] 45 | / format!("Reactor IndexedDeps has been initialized for {} variables but `{}` of the variable {} was requested.", [INFO] [stdout] 46 | | self.num_vars(), op, var)); [INFO] [stdout] | |_________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the assert!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 45 ~ "Reactor IndexedDeps has been initialized for {} variables but `{}` of the variable {} was requested.", [INFO] [stdout] 46 ~ self.num_vars(), op, var); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/libpcp/propagation/store.rs:140:42 [INFO] [stdout] | [INFO] [stdout] 140 | debug_assert!(v < vstore.size(), format!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 141 | | "The propagator {:?} has a dependency to the variable {} which is not in the vstore (of size {}).\n\ [INFO] [stdout] 142 | | Hint: you should not manually create `Identity` struct, if you do make sure they contain relevant index to the variable vstore.", [INFO] [stdout] 143 | | self[p_idx], v, vstore.size())); [INFO] [stdout] | |________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of debug_assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the debug_assert!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 140 ~ debug_assert!(v < vstore.size(), [INFO] [stdout] 141 | "The propagator {:?} has a dependency to the variable {} which is not in the vstore (of size {}).\n\ [INFO] [stdout] 142 | Hint: you should not manually create `Identity` struct, if you do make sure they contain relevant index to the variable vstore.", [INFO] [stdout] 143 ~ self[p_idx], v, vstore.size()); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.92s [INFO] running `Command { std: "docker" "inspect" "b9b0d7afde21a8b2bb0ddfa59697980d5897a9bc3e4aac50372fde061103466d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b9b0d7afde21a8b2bb0ddfa59697980d5897a9bc3e4aac50372fde061103466d", kill_on_drop: false }` [INFO] [stdout] b9b0d7afde21a8b2bb0ddfa59697980d5897a9bc3e4aac50372fde061103466d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-28/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-28/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 921fa9c2960c666a44bcec19994a4ecb562ca7d1a20fe6e87ca033ac8a306ee3 [INFO] running `Command { std: "docker" "start" "-a" "921fa9c2960c666a44bcec19994a4ecb562ca7d1a20fe6e87ca033ac8a306ee3", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libpcp v0.6.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/libpcp/propagation/reactors/indexed_deps.rs:45:7 [INFO] [stdout] | [INFO] [stdout] 45 | / format!("Reactor IndexedDeps has been initialized for {} variables but `{}` of the variable {} was requested.", [INFO] [stdout] 46 | | self.num_vars(), op, var)); [INFO] [stdout] | |_________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the assert!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 45 ~ "Reactor IndexedDeps has been initialized for {} variables but `{}` of the variable {} was requested.", [INFO] [stdout] 46 ~ self.num_vars(), op, var); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/libpcp/propagation/store.rs:140:42 [INFO] [stdout] | [INFO] [stdout] 140 | debug_assert!(v < vstore.size(), format!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 141 | | "The propagator {:?} has a dependency to the variable {} which is not in the vstore (of size {}).\n\ [INFO] [stdout] 142 | | Hint: you should not manually create `Identity` struct, if you do make sure they contain relevant index to the variable vstore.", [INFO] [stdout] 143 | | self[p_idx], v, vstore.size())); [INFO] [stdout] | |________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of debug_assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the debug_assert!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 140 ~ debug_assert!(v < vstore.size(), [INFO] [stdout] 141 | "The propagator {:?} has a dependency to the variable {} which is not in the vstore (of size {}).\n\ [INFO] [stdout] 142 | Hint: you should not manually create `Identity` struct, if you do make sure they contain relevant index to the variable vstore.", [INFO] [stdout] 143 ~ self[p_idx], v, vstore.size()); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/libpcp/propagation/reactors/indexed_deps.rs:45:7 [INFO] [stdout] | [INFO] [stdout] 45 | / format!("Reactor IndexedDeps has been initialized for {} variables but `{}` of the variable {} was requested.", [INFO] [stdout] 46 | | self.num_vars(), op, var)); [INFO] [stdout] | |_________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the assert!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 45 ~ "Reactor IndexedDeps has been initialized for {} variables but `{}` of the variable {} was requested.", [INFO] [stdout] 46 ~ self.num_vars(), op, var); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/libpcp/propagation/store.rs:140:42 [INFO] [stdout] | [INFO] [stdout] 140 | debug_assert!(v < vstore.size(), format!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 141 | | "The propagator {:?} has a dependency to the variable {} which is not in the vstore (of size {}).\n\ [INFO] [stdout] 142 | | Hint: you should not manually create `Identity` struct, if you do make sure they contain relevant index to the variable vstore.", [INFO] [stdout] 143 | | self[p_idx], v, vstore.size())); [INFO] [stdout] | |________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of debug_assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the debug_assert!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 140 ~ debug_assert!(v < vstore.size(), [INFO] [stdout] 141 | "The propagator {:?} has a dependency to the variable {} which is not in the vstore (of size {}).\n\ [INFO] [stdout] 142 | Hint: you should not manually create `Identity` struct, if you do make sure they contain relevant index to the variable vstore.", [INFO] [stdout] 143 ~ self[p_idx], v, vstore.size()); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.93s [INFO] [stderr] Executable unittests src/libpcp/lib.rs (/opt/rustwide/target/debug/deps/pcp-42301b28aeccf2b1) [INFO] [stderr] Executable tests/lib.rs (/opt/rustwide/target/debug/deps/lib-13167b949a6859f6) [INFO] running `Command { std: "docker" "inspect" "921fa9c2960c666a44bcec19994a4ecb562ca7d1a20fe6e87ca033ac8a306ee3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "921fa9c2960c666a44bcec19994a4ecb562ca7d1a20fe6e87ca033ac8a306ee3", kill_on_drop: false }` [INFO] [stdout] 921fa9c2960c666a44bcec19994a4ecb562ca7d1a20fe6e87ca033ac8a306ee3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-28/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-28/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 0fc9d43e4dd77d390b71cdf9b6392b234ebf0118d060cd6b7505e5b8bb587eb6 [INFO] running `Command { std: "docker" "start" "-a" "0fc9d43e4dd77d390b71cdf9b6392b234ebf0118d060cd6b7505e5b8bb587eb6", kill_on_drop: false }` [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/libpcp/propagation/reactors/indexed_deps.rs:45:7 [INFO] [stderr] | [INFO] [stderr] 45 | / format!("Reactor IndexedDeps has been initialized for {} variables but `{}` of the variable {} was requested.", [INFO] [stderr] 46 | | self.num_vars(), op, var)); [INFO] [stderr] | |_________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stderr] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the assert!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 45 ~ "Reactor IndexedDeps has been initialized for {} variables but `{}` of the variable {} was requested.", [INFO] [stderr] 46 ~ self.num_vars(), op, var); [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/libpcp/propagation/store.rs:140:42 [INFO] [stderr] | [INFO] [stderr] 140 | debug_assert!(v < vstore.size(), format!( [INFO] [stderr] | __________________________________________^ [INFO] [stderr] 141 | | "The propagator {:?} has a dependency to the variable {} which is not in the vstore (of size {}).\n\ [INFO] [stderr] 142 | | Hint: you should not manually create `Identity` struct, if you do make sure they contain relevant index to the variable vstore.", [INFO] [stderr] 143 | | self[p_idx], v, vstore.size())); [INFO] [stderr] | |________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: this usage of debug_assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the debug_assert!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 140 ~ debug_assert!(v < vstore.size(), [INFO] [stderr] 141 | "The propagator {:?} has a dependency to the variable {} which is not in the vstore (of size {}).\n\ [INFO] [stderr] 142 | Hint: you should not manually create `Identity` struct, if you do make sure they contain relevant index to the variable vstore.", [INFO] [stderr] 143 ~ self[p_idx], v, vstore.size()); [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `libpcp` (lib) generated 2 warnings [INFO] [stderr] warning: `libpcp` (lib test) generated 2 warnings (2 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running unittests src/libpcp/lib.rs (/opt/rustwide/target/debug/deps/pcp-42301b28aeccf2b1) [INFO] [stdout] [INFO] [stdout] running 52 tests [INFO] [stdout] test propagation::reactors::indexed_deps::test::subscribe_test ... ok [INFO] [stdout] test propagation::reactors::indexed_deps::test::unsubscribe_test ... ok [INFO] [stdout] test propagation::schedulers::relaxed_fifo::test::schedule_test ... ok [INFO] [stdout] test propagation::schedulers::relaxed_fifo::test::unschedule_test ... ok [INFO] [stdout] test propagators::cmp::x_eq_y::test::x_eq_y_test ... ok [INFO] [stdout] test propagators::all_equal::test::all_equal_test ... ok [INFO] [stdout] test propagators::cmp::x_eq_y_mul_z::test::x_eq_y_mul_z_test ... ok [INFO] [stdout] test propagators::cmp::x_greater_y_plus_z::test::x_greater_y_plus_z_test ... ok [INFO] [stdout] test propagators::cmp::x_eq_y_plus_z::test::x_eq_y_plus_z_test ... ok [INFO] [stdout] test propagators::cmp::x_less_y::test::x_less_y_test ... ok [INFO] [stdout] test propagators::cmp::x_less_y_plus_z::test::x_less_y_test ... ok [INFO] [stdout] test propagators::cmp::x_neq_y::test::x_neq_y_test ... ok [INFO] [stdout] test propagators::cumulative::test::singleton_task ... ok [INFO] [stdout] test propagators::distinct::test::distinct_test ... ok [INFO] [stdout] test search::branching::binary_split::test::binary_split_distribution ... ok [INFO] [stdout] test propagators::cumulative::test::disjunctive_test ... ok [INFO] [stdout] test search::branching::enumerate::test::binary_split_distribution ... ok [INFO] [stdout] test search::branching::first_smallest_var::test::smallest_var_selection ... ok [INFO] [stdout] test search::branch_and_bound::test::simple_minimize_test ... ok [INFO] [stdout] test propagators::cumulative::test::cumulative_test_constant ... ok [INFO] [stdout] test search::branching::input_order::test::smallest_var_selection ... ok [INFO] [stdout] test search::branch_and_bound::test::simple_maximize_test ... ok [INFO] [stdout] test term::addition::test::x_less_y_plus_c ... ok [INFO] [stdout] test term::constant::test::unary_propagator_test ... ok [INFO] [stdout] test term::constant::test::x_less_constant ... ok [INFO] [stdout] test term::identity::test::identity_read_update ... ok [INFO] [stdout] test variable::memory::test::restoration_strategies ... ok [INFO] [stdout] test variable::store::test::empty_update ... ok [INFO] [stdout] test variable::store::test::valid_read_update ... ok [INFO] [stdout] test variable::store::test::ordered_assign_10_vars ... ok [INFO] [stdout] test variable::store::test::var_intersection_test ... ok [INFO] [stdout] test propagators::cumulative::test::cumulative_test_variable ... ok [INFO] [stdout] test variable::store::test::var_shrink_bound ... ok [INFO] [stdout] test variable::store::test::var_update_test ... ok [INFO] [stdout] test propagators::cumulative::test::cumulative_assignment_test ... ok [INFO] [stdout] test search::stop_node::test::test_stop ... ok [INFO] [stdout] test propagation::reactors::indexed_deps::test::subscribe_fail_test - should panic ... ok [INFO] [stdout] test propagation::reactors::indexed_deps::test::subscribe_two_events_fail_test - should panic ... ok [INFO] [stdout] test propagation::reactors::indexed_deps::test::unsubscribe_fail_test - should panic ... ok [INFO] [stdout] test propagation::schedulers::relaxed_fifo::test::schedule_outofbound - should panic ... ok [INFO] [stdout] test propagation::schedulers::relaxed_fifo::test::unschedule_outofbound - should panic ... ok [INFO] [stdout] test search::branching::binary_split::test::binary_split_impossible_distribution - should panic ... ok [INFO] [stdout] test search::branching::binary_split::test::binary_split_impossible_distribution_2 - should panic ... ok [INFO] [stdout] test search::branching::enumerate::test::binary_split_impossible_distribution - should panic ... ok [INFO] [stdout] test search::branching::enumerate::test::binary_split_impossible_distribution_2 - should panic ... ok [INFO] [stdout] test search::branching::first_smallest_var::test::smallest_var_selection_all_assigned - should panic ... ok [INFO] [stdout] test search::branching::input_order::test::smallest_var_selection_all_assigned - should panic ... ok [INFO] [stdout] test variable::store::test::empty_assign - should panic ... ok [INFO] [stdout] test variable::store::test::non_monotonic_update_singleton - should panic ... ok [INFO] [stdout] test variable::store::test::non_monotonic_update_widen - should panic ... ok [INFO] [stdout] test search::engine::one_solution::test::example_nqueens ... ok [INFO] [stdout] test search::engine::all_solution::test::example_nqueens ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 52 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 5.12s [INFO] [stdout] [INFO] [stderr] Running tests/lib.rs (/opt/rustwide/target/debug/deps/lib-13167b949a6859f6) [INFO] [stderr] Doc-tests pcp [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] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test src/libpcp/lib.rs - (line 18) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.86s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "0fc9d43e4dd77d390b71cdf9b6392b234ebf0118d060cd6b7505e5b8bb587eb6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0fc9d43e4dd77d390b71cdf9b6392b234ebf0118d060cd6b7505e5b8bb587eb6", kill_on_drop: false }` [INFO] [stdout] 0fc9d43e4dd77d390b71cdf9b6392b234ebf0118d060cd6b7505e5b8bb587eb6