[INFO] cloning repository https://github.com/boustrophedon/taskerizer-prototype [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/boustrophedon/taskerizer-prototype" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fboustrophedon%2Ftaskerizer-prototype", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fboustrophedon%2Ftaskerizer-prototype'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 96a863769d7891abae999e5b8a0d014b01274b7f [INFO] testing boustrophedon/taskerizer-prototype against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fboustrophedon%2Ftaskerizer-prototype" "/workspace/builds/worker-10/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-10/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/boustrophedon/taskerizer-prototype on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/boustrophedon/taskerizer-prototype [INFO] finished tweaking git repo https://github.com/boustrophedon/taskerizer-prototype [INFO] tweaked toml for git repo https://github.com/boustrophedon/taskerizer-prototype written to /workspace/builds/worker-10/source/Cargo.toml [INFO] crate git repo https://github.com/boustrophedon/taskerizer-prototype already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded rusty-fork v0.2.2 [INFO] [stderr] Downloaded backtrace v0.3.20 [INFO] [stderr] Downloaded rusqlite v0.18.0 [INFO] [stderr] Downloaded proptest v0.9.3 [INFO] [stderr] Downloaded libsqlite3-sys v0.14.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] b640d64d00de68e31816085d758924f4ad0f576aef0acc614ab15414b505ac29 [INFO] running `Command { std: "docker" "start" "-a" "b640d64d00de68e31816085d758924f4ad0f576aef0acc614ab15414b505ac29", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b640d64d00de68e31816085d758924f4ad0f576aef0acc614ab15414b505ac29", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b640d64d00de68e31816085d758924f4ad0f576aef0acc614ab15414b505ac29", kill_on_drop: false }` [INFO] [stdout] b640d64d00de68e31816085d758924f4ad0f576aef0acc614ab15414b505ac29 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] a8a0dee12c6b286450b9aa533e471e0a402bec9f6af97c6d3f4dc01132206dd0 [INFO] running `Command { std: "docker" "start" "-a" "a8a0dee12c6b286450b9aa533e471e0a402bec9f6af97c6d3f4dc01132206dd0", kill_on_drop: false }` [INFO] [stderr] Compiling syn v0.15.34 [INFO] [stderr] Compiling memchr v2.2.0 [INFO] [stderr] Compiling unicode-segmentation v1.3.0 [INFO] [stderr] Compiling byteorder v1.3.1 [INFO] [stderr] Compiling fallible-streaming-iterator v0.1.9 [INFO] [stderr] Compiling fallible-iterator v0.2.0 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling backtrace v0.3.20 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling libsqlite3-sys v0.14.0 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling atty v0.2.11 [INFO] [stderr] Compiling directories v1.0.2 [INFO] [stderr] Compiling toml v0.4.10 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling heck v0.3.1 [INFO] [stderr] Compiling uuid v0.7.4 [INFO] [stderr] Compiling chrono v0.4.6 [INFO] [stderr] Compiling synstructure v0.10.2 [INFO] [stderr] Compiling structopt-derive v0.2.15 [INFO] [stderr] Compiling failure_derive v0.1.5 [INFO] [stderr] Compiling serde_derive v1.0.91 [INFO] [stderr] Compiling failure v0.1.5 [INFO] [stderr] Compiling structopt v0.2.15 [INFO] [stderr] Compiling rusqlite v0.18.0 [INFO] [stderr] Compiling taskerizer-prototype v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 42s [INFO] running `Command { std: "docker" "inspect" "a8a0dee12c6b286450b9aa533e471e0a402bec9f6af97c6d3f4dc01132206dd0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a8a0dee12c6b286450b9aa533e471e0a402bec9f6af97c6d3f4dc01132206dd0", kill_on_drop: false }` [INFO] [stdout] a8a0dee12c6b286450b9aa533e471e0a402bec9f6af97c6d3f4dc01132206dd0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 79d2902c259a032a4db5f4e8f1d005d24b33b69c6b2aa0830d7f5658a95b0e6d [INFO] running `Command { std: "docker" "start" "-a" "79d2902c259a032a4db5f4e8f1d005d24b33b69c6b2aa0830d7f5658a95b0e6d", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling remove_dir_all v0.5.1 [INFO] [stderr] Compiling ucd-util v0.1.3 [INFO] [stderr] Compiling bit-vec v0.5.1 [INFO] [stderr] Compiling difference v2.0.0 [INFO] [stderr] Compiling wait-timeout v0.2.0 [INFO] [stderr] Compiling tempfile v3.0.8 [INFO] [stderr] Compiling regex-syntax v0.6.6 [INFO] [stderr] Compiling pretty_assertions v0.6.1 [INFO] [stderr] Compiling bit-set v0.5.1 [INFO] [stderr] Compiling rusty-fork v0.2.2 [INFO] [stderr] Compiling proptest v0.9.3 [INFO] [stderr] Compiling taskerizer-prototype v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated associated function `std::sync::atomic::AtomicBool::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/config/tests/util.rs:23:28 [INFO] [stdout] | [INFO] [stdout] 23 | while ENV_VAR_LOCK.compare_and_swap(false, true, Ordering::SeqCst) {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::sync::atomic::AtomicBool::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/config/tests/util.rs:29:30 [INFO] [stdout] | [INFO] [stdout] 29 | assert!(ENV_VAR_LOCK.compare_and_swap(true, false, Ordering::SeqCst), "drop unlocked mutex"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains an unused formatting placeholder [INFO] [stdout] --> src/sync/tests/apply_all.rs:99:89 [INFO] [stdout] | [INFO] [stdout] 99 | assert!(res.is_ok(), "Unexpected error when removing non-existant task via uset op: {}"); [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this message is not used as a format string when given without arguments, but will be in Rust 2021 [INFO] [stdout] help: add the missing argument [INFO] [stdout] | [INFO] [stdout] 99 | assert!(res.is_ok(), "Unexpected error when removing non-existant task via uset op: {}", ...); [INFO] [stdout] | +++++ [INFO] [stdout] help: or add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 99 | assert!(res.is_ok(), "{}", "Unexpected error when removing non-existant task via uset op: {}"); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains an unused formatting placeholder [INFO] [stdout] --> src/sync/tests/apply_all.rs:125:89 [INFO] [stdout] | [INFO] [stdout] 125 | assert!(res.is_ok(), "Unexpected error when removing non-existant task via uset op: {}"); [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string when given without arguments, but will be in Rust 2021 [INFO] [stdout] help: add the missing argument [INFO] [stdout] | [INFO] [stdout] 125 | assert!(res.is_ok(), "Unexpected error when removing non-existant task via uset op: {}", ...); [INFO] [stdout] | +++++ [INFO] [stdout] help: or add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 125 | assert!(res.is_ok(), "{}", "Unexpected error when removing non-existant task via uset op: {}"); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 54.13s [INFO] running `Command { std: "docker" "inspect" "79d2902c259a032a4db5f4e8f1d005d24b33b69c6b2aa0830d7f5658a95b0e6d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "79d2902c259a032a4db5f4e8f1d005d24b33b69c6b2aa0830d7f5658a95b0e6d", kill_on_drop: false }` [INFO] [stdout] 79d2902c259a032a4db5f4e8f1d005d24b33b69c6b2aa0830d7f5658a95b0e6d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] fe9364fb1805fddbb30cd27c60b8f02ae70fcb3c27514f7849bf94ca617bd081 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "fe9364fb1805fddbb30cd27c60b8f02ae70fcb3c27514f7849bf94ca617bd081", kill_on_drop: false }` [INFO] [stderr] warning: use of deprecated associated function `std::sync::atomic::AtomicBool::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stderr] --> src/config/tests/util.rs:23:28 [INFO] [stderr] | [INFO] [stderr] 23 | while ENV_VAR_LOCK.compare_and_swap(false, true, Ordering::SeqCst) {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::sync::atomic::AtomicBool::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stderr] --> src/config/tests/util.rs:29:30 [INFO] [stderr] | [INFO] [stderr] 29 | assert!(ENV_VAR_LOCK.compare_and_swap(true, false, Ordering::SeqCst), "drop unlocked mutex"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: panic message contains an unused formatting placeholder [INFO] [stderr] --> src/sync/tests/apply_all.rs:99:89 [INFO] [stderr] | [INFO] [stderr] 99 | assert!(res.is_ok(), "Unexpected error when removing non-existant task via uset op: {}"); [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stderr] = note: this message is not used as a format string when given without arguments, but will be in Rust 2021 [INFO] [stderr] help: add the missing argument [INFO] [stderr] | [INFO] [stderr] 99 | assert!(res.is_ok(), "Unexpected error when removing non-existant task via uset op: {}", ...); [INFO] [stderr] | +++++ [INFO] [stderr] help: or add a "{}" format string to use the message literally [INFO] [stderr] | [INFO] [stderr] 99 | assert!(res.is_ok(), "{}", "Unexpected error when removing non-existant task via uset op: {}"); [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message contains an unused formatting placeholder [INFO] [stderr] --> src/sync/tests/apply_all.rs:125:89 [INFO] [stderr] | [INFO] [stderr] 125 | assert!(res.is_ok(), "Unexpected error when removing non-existant task via uset op: {}"); [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = note: this message is not used as a format string when given without arguments, but will be in Rust 2021 [INFO] [stderr] help: add the missing argument [INFO] [stderr] | [INFO] [stderr] 125 | assert!(res.is_ok(), "Unexpected error when removing non-existant task via uset op: {}", ...); [INFO] [stderr] | +++++ [INFO] [stderr] help: or add a "{}" format string to use the message literally [INFO] [stderr] | [INFO] [stderr] 125 | assert!(res.is_ok(), "{}", "Unexpected error when removing non-existant task via uset op: {}"); [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: `taskerizer-prototype` (lib test) generated 4 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.11s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/taskerizer_prototype-11e7b7375c3a3353) [INFO] [stdout] running 164 tests [INFO] [stdout] test config::tests::test_config_parse_bad_prob_greater_than_1 ... ok [INFO] [stdout] test config::tests::test_config_new_in_custom_no_path ... ok [INFO] [stdout] test db::tests::add::test_db_add_duplicate_uuid_error ... ok [INFO] [stdout] test config::tests::test_config_parse_bad_prob_neg ... ok [INFO] [stdout] test db::tests::add::test_db_add_task_commit ... ok [INFO] [stdout] test db::tests::add::test_db_add ... ok [INFO] [stdout] test db::tests::add::test_db_add_task_rollback ... ok [INFO] [stdout] test config::tests::util::test_config_directories_with_tmp_home ... ok [INFO] [stdout] test db::tests::clear_uset_op::test_tx_clear_uset_op_empty ... ok [INFO] [stdout] test config::tests::test_config_new_in_default_existing_config ... ok [INFO] [stdout] test config::tests::util::test_config_temp_home ... ok [INFO] [stdout] test config::tests::test_config_new_in_custom_exists ... ok [INFO] [stdout] test config::tests::test_config_new_in_default ... ok [INFO] [stdout] test commands::test_dispatch::test_runcmd_add_current ... FAILED [INFO] [stdout] test db::tests::clear_uset_op::test_tx_clear_uset_op_one_remove ... FAILED [INFO] [stdout] test db::tests::complete::test_db_complete_1 ... FAILED [INFO] [stdout] test db::tests::fetch_current::test_db_fetch_current_one_break ... FAILED [INFO] [stdout] test db::tests::complete::test_db_complete_2 ... FAILED [INFO] [stdout] test db::tests::clear_uset_op::test_tx_clear_uset_op_two_replicas ... FAILED [INFO] [stdout] test commands::test_dispatch::test_runcmd_add_multiple_current ... FAILED [INFO] [stdout] test db::tests::clear_uset_op::test_tx_clear_uset_op_one ... FAILED [INFO] [stdout] test db::tests::complete::test_db_complete_empty ... FAILED [INFO] [stdout] test db::tests::fetch_current::test_db_fetch_current_no_tasks ... FAILED [INFO] [stdout] test db::tests::fetch_current::test_db_fetch_current_ordering_two ... FAILED [INFO] [stdout] test db::tests::fetch_replicas::test_tx_fetch_replica_client_and_server ... FAILED [INFO] [stdout] test db::tests::fetch_current::test_db_fetch_current_task_vs_break ... FAILED [INFO] [stdout] test db::tests::fetch_current::test_db_fetch_current_one_task ... FAILED [INFO] [stdout] test db::tests::fetch_replicas::test_tx_fetch_replica_server ... FAILED [INFO] [stdout] test db::tests::fetch_replicas::test_tx_fetch_replica_empty ... FAILED [INFO] [stdout] test db::tests::fetch_replicas::test_tx_fetch_replica_server_2 ... FAILED [INFO] [stdout] test db::tests::fetch_current::test_db_fetch_current_two_max_u32 ... FAILED [INFO] [stdout] test db::tests::fetch_replicas::test_tx_fetch_replica_server_duplicate_replica_id ... FAILED [INFO] [stdout] test db::tests::fetch_replicas::test_tx_fetch_replica_server_duplicate_url ... FAILED [INFO] [stdout] test db::tests::fetch_uset_op::test_tx_fetch_uset_op_empty ... FAILED [INFO] [stdout] test db::tests::fetch_uset_op::test_tx_fetch_uset_op_add ... FAILED [INFO] [stdout] test db::tests::fetch_uset_op::test_tx_fetch_uset_op_remove ... FAILED [INFO] [stdout] test db::tests::fetch_uset_op::test_tx_fetch_uset_op_empty_other ... FAILED [INFO] [stdout] test db::tests::fetch_uset_op::test_tx_fetch_uset_op_add_multi ... FAILED [INFO] [stdout] test db::tests::list::test_db_list_added_manually ... FAILED [INFO] [stdout] test db::tests::list::test_db_list_empty ... FAILED [INFO] [stdout] test db::tests::remove_by_uuid::test_db_remove_current ... FAILED [INFO] [stdout] test db::tests::list::test_db_list_invalid_task_zero_priority ... FAILED [INFO] [stdout] test db::tests::list::test_db_list_invalid_task_empty ... FAILED [INFO] [stdout] test db::tests::remove_by_uuid::test_db_remove_uuid_non_current ... FAILED [INFO] [stdout] test config::tests::test_test_config ... ok [INFO] [stdout] test commands::test_dispatch::test_runcmd_add_current_arb ... FAILED [INFO] [stdout] test db::tests::select_current::test_db_select_current_empty ... FAILED [INFO] [stdout] test db::tests::select_current::test_db_select_current_one_break ... FAILED [INFO] [stdout] test db::tests::select_current::test_db_select_current_one_task ... FAILED [INFO] [stdout] test db::tests::skip::test_db_skip_1 ... FAILED [INFO] [stdout] test db::tests::skip::test_db_skip_2 ... FAILED [INFO] [stdout] test db::tests::skip::test_db_skip_empty ... FAILED [INFO] [stdout] test db::tests::store_replica::test_tx_store_replica_2 ... ok [INFO] [stdout] test db::tests::complete::test_db_complete_arb ... FAILED [INFO] [stdout] test db::tests::store_replica::test_tx_store_replica_client ... ok [INFO] [stdout] test db::tests::store_replica::test_tx_store_replica_duplicate_replica_id ... ok [INFO] [stdout] test db::tests::store_replica_server::test_tx_store_replica_server ... ok [INFO] [stdout] test db::tests::store_replica_server::test_tx_store_replica_server_2 ... ok [INFO] [stdout] test db::tests::fetch_current::test_db_fetch_current_arb ... FAILED [INFO] [stdout] test db::tests::store_replica_server::test_tx_store_replica_server_duplicate_replica_id ... ok [INFO] [stdout] test db::tests::store_replica_server::test_tx_store_replica_server_duplicate_url ... ok [INFO] [stdout] test db::tests::list::test_db_list_arb ... FAILED [INFO] [stdout] test db::tests::store_uset_op::test_tx_store_uset_op_add ... ok [INFO] [stdout] test db::tests::store_uset_op::test_tx_store_uset_op_duplicates_ok ... ok [INFO] [stdout] test db::tests::store_uset_op::test_tx_store_uset_op_remove ... ok [INFO] [stdout] test db::tests::test_db_metadata ... ok [INFO] [stdout] test db::tests::test_db_open_err_bad_dir ... ok [INFO] [stdout] test db::tests::test_db_open_on_disk ... ok [INFO] [stdout] test db::tests::remove_by_uuid::test_db_remove_uuid_current_arb ... FAILED [INFO] [stdout] test db::transaction::tests::fetch_current::test_tx_fetch_current_task_2 ... FAILED [INFO] [stdout] test db::transaction::tests::fetch_current::test_tx_fetch_current_task_1 ... FAILED [INFO] [stdout] test commands::test_dispatch::test_runcmd_add_multiple_current_arb ... FAILED [INFO] [stdout] test db::transaction::tests::fetch_current::test_tx_fetch_current_task_empty ... FAILED [INFO] [stdout] test db::tests::remove_by_uuid::test_db_remove_uuid_arb ... FAILED [INFO] [stdout] test db::transaction::tests::list::test_tx_list_task_commit ... FAILED [INFO] [stdout] test db::transaction::tests::list::test_tx_list_task_rollback ... FAILED [INFO] [stdout] test db::transaction::tests::pop_current::test_tx_pop_current_task_1 ... FAILED [INFO] [stdout] test db::tests::store_replica::test_tx_store_replica_arb ... ok [INFO] [stdout] test db::transaction::tests::pop_current::test_tx_pop_current_task_2 ... FAILED [INFO] [stdout] test db::transaction::tests::pop_current::test_tx_pop_current_task_empty ... FAILED [INFO] [stdout] test db::transaction::tests::remove_by_uuid::test_db_remove_nonexistant_uuid ... FAILED [INFO] [stdout] test db::transaction::tests::remove_by_uuid::test_db_try_remove_task_by_uuid ... FAILED [INFO] [stdout] test db::tests::select_current::test_db_select_current_arb ... FAILED [INFO] [stdout] test db::transaction::tests::list::test_tx_add_task_rollback_arb ... FAILED [INFO] [stdout] test db::transaction::tests::remove_by_uuid::test_db_try_remove_task_by_uuid_duplicates ... FAILED [INFO] [stdout] test db::transaction::tests::remove_by_uuid::test_db_try_remove_task_by_uuid_list ... FAILED [INFO] [stdout] test db::transaction::tests::remove_by_uuid::test_db_try_remove_task_by_uuid_current ... FAILED [INFO] [stdout] test db::transaction::tests::remove_task::test_tx_remove_task ... FAILED [INFO] [stdout] test db::transaction::tests::remove_task::test_tx_remove_task_current_empty_db ... FAILED [INFO] [stdout] test db::tests::clear_uset_op::test_tx_clear_uset_arb ... FAILED [INFO] [stdout] test db::transaction::tests::remove_task::test_tx_remove_task_duplicates ... FAILED [INFO] [stdout] test db::transaction::tests::remove_task::test_tx_remove_task_list ... FAILED [INFO] [stdout] test db::transaction::tests::remove_task::test_tx_remove_task_current_with_tasks ... FAILED [INFO] [stdout] test db::transaction::tests::set_current::test_tx_set_current ... FAILED [INFO] [stdout] test selection::tests::top::test_selection_selection_top_works ... ok [INFO] [stdout] test db::transaction::tests::list::test_tx_add_task_commit_arb ... FAILED [INFO] [stdout] test selection::tests::top::test_selection_top_equal_priorities_3 ... ok [INFO] [stdout] test selection::tests::top::test_selection_top_nonequal_priorities ... ok [INFO] [stdout] test selection::tests::weighted_random::test_select_category_works ... ok [INFO] [stdout] test selection::tests::weighted_random::test_weighted_random_equal_priorities ... ok [INFO] [stdout] test selection::tests::weighted_random::test_weighted_random_equal_priorities_3 ... ok [INFO] [stdout] test selection::tests::weighted_random::test_weighted_random_nonequal_priorities ... ok [INFO] [stdout] test db::transaction::tests::fetch_current::test_tx_fetch_current_task_arb ... FAILED [INFO] [stdout] test selection::tests::weighted_random::test_weighted_random_works ... ok [INFO] [stdout] test sync::process::tests::clear::test_process_clear_actually_clears ... FAILED [INFO] [stdout] test sync::process::tests::clear::test_process_clear_empty ... ok [INFO] [stdout] test db::transaction::tests::remove_task::test_tx_remove_task_arb ... FAILED [INFO] [stdout] test sync::process::tests::clear::test_process_clear_no_tasks ... FAILED [INFO] [stdout] test sync::process::tests::clear::test_process_clear_preserve_database ... FAILED [INFO] [stdout] test sync::process::tests::clear::test_process_clear_existing_task ... FAILED [INFO] [stdout] test db::transaction::tests::pop_current::test_tx_pop_current_task_arb ... FAILED [INFO] [stdout] test sync::process::tests::clear::test_process_clear_three_clients_clear_vs_no_clear ... FAILED [INFO] [stdout] test sync::process::tests::clear::test_process_clear_unknown_id ... ok [INFO] [stdout] test sync::process::tests::sync::test_process_sync_empty ... FAILED [INFO] [stdout] test sync::process::tests::sync::test_process_sync_empty_send_ops ... FAILED [INFO] [stdout] test sync::process::tests::sync::test_process_sync_error_on_duplicate_initial ... FAILED [INFO] [stdout] test sync::process::tests::sync::test_process_sync_new_client_no_clear ... FAILED [INFO] [stdout] test sync::process::tests::sync::test_process_sync_error_on_duplicate_registered ... FAILED [INFO] [stdout] test db::tests::remove_by_uuid::test_db_remove_uuid_non_existant_arb ... FAILED [INFO] [stdout] test sync::process::tests::sync::test_process_sync_two_clients_1 ... FAILED [INFO] [stdout] test sync::process::tests::sync::test_process_sync_two_clients_2 ... FAILED [INFO] [stdout] test sync::process::tests::sync::test_process_sync_two_clients_3 ... FAILED [INFO] [stdout] test db::transaction::tests::remove_by_uuid::test_db_try_remove_task_by_uuid_arb ... FAILED [INFO] [stdout] test sync::tests::add::test_uset_add_break_1 ... FAILED [INFO] [stdout] test sync::tests::add::test_uset_add_error_dup_uuid ... ok [INFO] [stdout] test sync::tests::add::test_uset_add_task_1 ... FAILED [INFO] [stdout] test sync::tests::apply_all::test_uset_apply_all_2 ... FAILED [INFO] [stdout] test sync::tests::apply_all::test_uset_apply_all_duplicate_error ... FAILED [INFO] [stdout] test db::transaction::tests::set_current::test_tx_set_current_arb ... FAILED [INFO] [stdout] test sync::tests::apply_all::test_uset_apply_all_duplicate_error_keeps_existing_task ... FAILED [INFO] [stdout] test sync::tests::apply_all::test_uset_apply_all_empty ... ok [INFO] [stdout] test sync::tests::apply_all::test_uset_apply_all_remove_current_task ... FAILED [INFO] [stdout] test sync::tests::apply_all::test_uset_apply_all_remove_non_existant ... FAILED [INFO] [stdout] test sync::tests::remove::test_uset_remove_current ... FAILED [INFO] [stdout] test sync::tests::add::test_uset_add_arb ... FAILED [INFO] [stdout] test sync::tests::remove::test_uset_remove_non_current ... FAILED [INFO] [stdout] test sync::tests::remove::test_uset_remove_current_arb ... FAILED [INFO] [stdout] test sync::tests::remove::test_uset_remove_task_local_1 ... FAILED [INFO] [stdout] test sync::tests::remove::test_uset_remove_task_remote_1 ... FAILED [INFO] [stdout] test task::tests::test_task_fmt_long_1 ... ok [INFO] [stdout] test task::tests::test_task_fmt_long_2 ... ok [INFO] [stdout] test task::tests::test_task_fmt_long_3 ... ok [INFO] [stdout] test task::tests::test_task_fmt_row_1 ... ok [INFO] [stdout] test task::tests::test_task_fmt_row_2 ... ok [INFO] [stdout] test task::tests::test_task_nonempty_task ... ok [INFO] [stdout] test task::tests::test_task_null_desc ... ok [INFO] [stdout] test task::tests::test_task_uuid_not_equal ... ok [INFO] [stdout] test task::tests::test_task_valid_arb_task ... ok [INFO] [stdout] test task::tests::test_task_zero_priority ... ok [INFO] [stdout] test sync::process::tests::sync::test_process_sync_one_client_add_two_ways_arb ... FAILED [INFO] [stdout] test sync::process::tests::sync::test_process_sync_one_client_add_remove_two_ways_arb ... FAILED [INFO] [stdout] test sync::tests::remove::test_uset_remove_arb ... FAILED [INFO] [stdout] test sync::process::tests::sync::test_process_sync_three_clients_arb ... FAILED [INFO] [stdout] test selection::tests::top::test_selection_top_arb ... ok [INFO] [stdout] test db::tests::add::test_db_add_task_rollback_arb ... ok [INFO] [stdout] test sync::tests::remove::test_uset_remove_non_existant_arb ... FAILED [INFO] [stdout] test db::tests::store_replica_server::test_tx_store_replica_server_arb ... ok [INFO] [stdout] test db::tests::add::test_db_add_task_commit_arb ... ok [INFO] [stdout] test selection::tests::weighted_random::test_weighted_random_nonequal_priorities_arb ... ok [INFO] [stdout] test db::tests::store_uset_op::test_tx_store_uset_arb ... ok [INFO] [stdout] test db::tests::fetch_uset_op::test_tx_fetch_uset_arb ... FAILED [INFO] [stdout] test db::tests::fetch_replicas::test_tx_fetch_replica_client_arb has been running for over 60 seconds [INFO] [stdout] test db::tests::fetch_replicas::test_tx_fetch_replica_server_arb has been running for over 60 seconds [INFO] [stdout] test db::tests::fetch_replicas::test_tx_fetch_replicas_arb has been running for over 60 seconds [INFO] [stdout] test db::tests::fetch_replicas::test_tx_fetch_replica_client_arb ... FAILED [INFO] [stdout] test db::tests::fetch_replicas::test_tx_fetch_replica_server_arb ... FAILED [INFO] [stderr] error: test failed, to rerun pass '--lib' [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/deps/taskerizer_prototype-11e7b7375c3a3353` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "fe9364fb1805fddbb30cd27c60b8f02ae70fcb3c27514f7849bf94ca617bd081", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fe9364fb1805fddbb30cd27c60b8f02ae70fcb3c27514f7849bf94ca617bd081", kill_on_drop: false }` [INFO] [stdout] fe9364fb1805fddbb30cd27c60b8f02ae70fcb3c27514f7849bf94ca617bd081