[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 master#8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e for pr-74409 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fboustrophedon%2Ftaskerizer-prototype" "/workspace/builds/worker-9/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/boustrophedon/taskerizer-prototype on toolchain 8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "read-manifest" "--manifest-path" "Cargo.toml", 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-9/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" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:38e1b949b06cde1964af550a6e548bd9b2b2ea170003ae122f8fc0886596cc07" "/opt/rustwide/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] afb903b60915f682e01d0f511b73145c655ddb2a94e9d777ec9432c49805400b [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" "afb903b60915f682e01d0f511b73145c655ddb2a94e9d777ec9432c49805400b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "afb903b60915f682e01d0f511b73145c655ddb2a94e9d777ec9432c49805400b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "afb903b60915f682e01d0f511b73145c655ddb2a94e9d777ec9432c49805400b", kill_on_drop: false }` [INFO] [stdout] afb903b60915f682e01d0f511b73145c655ddb2a94e9d777ec9432c49805400b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:38e1b949b06cde1964af550a6e548bd9b2b2ea170003ae122f8fc0886596cc07" "/opt/rustwide/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5e5a57f99014e425f6f8520c0b7b6f86774d579c1ccdc144230658a631a16610 [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" "5e5a57f99014e425f6f8520c0b7b6f86774d579c1ccdc144230658a631a16610", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v0.1.4 [INFO] [stderr] Compiling libc v0.2.55 [INFO] [stderr] Compiling rand_core v0.4.0 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling cc v1.0.37 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling syn v0.15.34 [INFO] [stderr] Compiling serde v1.0.91 [INFO] [stderr] Compiling pkg-config v0.3.14 [INFO] [stderr] Compiling bitflags v1.0.4 [INFO] [stderr] Compiling unicode-segmentation v1.3.0 [INFO] [stderr] Compiling unicode-width v0.1.5 [INFO] [stderr] Compiling memchr v2.2.0 [INFO] [stderr] Compiling ryu v0.2.8 [INFO] [stderr] Compiling byteorder v1.3.1 [INFO] [stderr] Compiling failure_derive v0.1.5 [INFO] [stderr] Compiling linked-hash-map v0.5.2 [INFO] [stderr] Compiling rustc-demangle v0.1.14 [INFO] [stderr] Compiling cfg-if v0.1.9 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling vec_map v0.8.1 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling fallible-streaming-iterator v0.1.9 [INFO] [stderr] Compiling itoa v0.4.4 [INFO] [stderr] Compiling fallible-iterator v0.2.0 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling rand_jitter v0.1.4 [INFO] [stderr] Compiling heck v0.3.1 [INFO] [stderr] Compiling lru-cache v0.1.2 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling backtrace v0.3.20 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling backtrace-sys v0.1.28 [INFO] [stderr] Compiling libsqlite3-sys v0.14.0 [INFO] [stderr] Compiling quote v0.6.12 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling atty v0.2.11 [INFO] [stderr] Compiling directories v1.0.2 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling chrono v0.4.6 [INFO] [stderr] Compiling uuid v0.7.4 [INFO] [stderr] Compiling serde_json v1.0.39 [INFO] [stderr] Compiling toml v0.4.10 [INFO] [stderr] Compiling synstructure v0.10.2 [INFO] [stderr] Compiling structopt-derive v0.2.15 [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 29s [INFO] running `Command { std: "docker" "inspect" "5e5a57f99014e425f6f8520c0b7b6f86774d579c1ccdc144230658a631a16610", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5e5a57f99014e425f6f8520c0b7b6f86774d579c1ccdc144230658a631a16610", kill_on_drop: false }` [INFO] [stdout] 5e5a57f99014e425f6f8520c0b7b6f86774d579c1ccdc144230658a631a16610 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:38e1b949b06cde1964af550a6e548bd9b2b2ea170003ae122f8fc0886596cc07" "/opt/rustwide/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "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] e5dd8f047452f2223c2e73cc7e4ac9a0dc7e898138126e7b30678f35103cc97f [INFO] running `Command { std: "docker" "start" "-a" "e5dd8f047452f2223c2e73cc7e4ac9a0dc7e898138126e7b30678f35103cc97f", kill_on_drop: false }` [INFO] [stderr] Compiling remove_dir_all v0.5.1 [INFO] [stderr] Compiling bit-vec v0.5.1 [INFO] [stderr] Compiling quick-error v1.2.2 [INFO] [stderr] Compiling fnv v1.0.6 [INFO] [stderr] Compiling ucd-util v0.1.3 [INFO] [stderr] Compiling difference v2.0.0 [INFO] [stderr] Compiling lazy_static v1.3.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 bit-set v0.5.1 [INFO] [stderr] Compiling pretty_assertions v0.6.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] [stderr] Finished test [unoptimized + debuginfo] target(s) in 43.44s [INFO] running `Command { std: "docker" "inspect" "e5dd8f047452f2223c2e73cc7e4ac9a0dc7e898138126e7b30678f35103cc97f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e5dd8f047452f2223c2e73cc7e4ac9a0dc7e898138126e7b30678f35103cc97f", kill_on_drop: false }` [INFO] [stdout] e5dd8f047452f2223c2e73cc7e4ac9a0dc7e898138126e7b30678f35103cc97f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:38e1b949b06cde1964af550a6e548bd9b2b2ea170003ae122f8fc0886596cc07" "/opt/rustwide/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 2a0874264a5381d76550b6ddc7358919618233f006596efc91a149dfb6010b39 [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" "2a0874264a5381d76550b6ddc7358919618233f006596efc91a149dfb6010b39", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.14s [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/taskerizer_prototype-96d8871c7b096bcf [INFO] [stdout] running 164 tests [INFO] [stdout] test config::tests::test_config_parse_bad_prob_neg ... ok [INFO] [stdout] test commands::test_dispatch::test_runcmd_add_multiple_current ... 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 config::tests::test_config_parse_bad_prob_greater_than_1 ... ok [INFO] [stdout] test db::tests::add::test_db_add_duplicate_uuid_error ... ok [INFO] [stdout] test commands::test_dispatch::test_runcmd_add_current ... ok [INFO] [stdout] test db::tests::add::test_db_add ... ok [INFO] [stdout] test config::tests::util::test_config_directories_with_tmp_home ... ok [INFO] [stdout] test db::tests::add::test_db_add_task_commit ... ok [INFO] [stdout] test db::tests::add::test_db_add_task_rollback ... 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 db::tests::complete::test_db_complete_1 ... ok [INFO] [stdout] test config::tests::test_config_new_in_custom_no_path ... ok [INFO] [stdout] test db::tests::clear_uset_op::test_tx_clear_uset_op_one ... ok [INFO] [stdout] test db::tests::fetch_current::test_db_fetch_current_no_tasks ... ok [INFO] [stdout] test db::tests::clear_uset_op::test_tx_clear_uset_op_two_replicas ... ok [INFO] [stdout] test db::tests::clear_uset_op::test_tx_clear_uset_op_one_remove ... ok [INFO] [stdout] test db::tests::complete::test_db_complete_2 ... ok [INFO] [stdout] test db::tests::fetch_current::test_db_fetch_current_one_break ... ok [INFO] [stdout] test db::tests::fetch_current::test_db_fetch_current_one_task ... ok [INFO] [stdout] test db::tests::complete::test_db_complete_empty ... ok [INFO] [stdout] test db::tests::fetch_current::test_db_fetch_current_task_vs_break ... ok [INFO] [stdout] test db::tests::fetch_current::test_db_fetch_current_ordering_two ... ok [INFO] [stdout] test db::tests::fetch_replicas::test_tx_fetch_replica_empty ... ok [INFO] [stdout] test db::tests::fetch_replicas::test_tx_fetch_replica_client_and_server ... ok [INFO] [stdout] test db::tests::fetch_current::test_db_fetch_current_two_max_u32 ... ok [INFO] [stdout] test db::tests::fetch_replicas::test_tx_fetch_replica_server ... ok [INFO] [stdout] test db::tests::fetch_replicas::test_tx_fetch_replica_server_duplicate_url ... ok [INFO] [stdout] test db::tests::fetch_replicas::test_tx_fetch_replica_server_2 ... ok [INFO] [stdout] test config::tests::test_test_config ... ok [INFO] [stdout] test db::tests::fetch_replicas::test_tx_fetch_replica_server_duplicate_replica_id ... ok [INFO] [stdout] test db::tests::fetch_uset_op::test_tx_fetch_uset_op_add ... ok [INFO] [stdout] test db::tests::fetch_uset_op::test_tx_fetch_uset_op_empty_other ... ok [INFO] [stdout] test db::tests::fetch_uset_op::test_tx_fetch_uset_op_empty ... ok [INFO] [stdout] test db::tests::fetch_uset_op::test_tx_fetch_uset_op_add_multi ... ok [INFO] [stdout] test db::tests::list::test_db_list_added_manually ... ok [INFO] [stdout] test db::tests::fetch_uset_op::test_tx_fetch_uset_op_remove ... ok [INFO] [stdout] test db::tests::list::test_db_list_empty ... ok [INFO] [stdout] test db::tests::list::test_db_list_invalid_task_zero_priority ... ok [INFO] [stdout] test db::tests::list::test_db_list_invalid_task_empty ... ok [INFO] [stdout] test db::tests::remove_by_uuid::test_db_remove_current ... ok [INFO] [stdout] test commands::test_dispatch::test_runcmd_add_current_arb ... ok [INFO] [stdout] test db::tests::remove_by_uuid::test_db_remove_uuid_non_current ... ok [INFO] [stdout] test db::tests::fetch_replicas::test_tx_fetch_replica_client_arb ... ok [INFO] [stdout] test db::tests::fetch_replicas::test_tx_fetch_replica_server_arb ... ok [INFO] [stdout] test db::tests::select_current::test_db_select_current_empty ... ok [INFO] [stdout] test db::tests::select_current::test_db_select_current_one_break ... ok [INFO] [stdout] test db::tests::select_current::test_db_select_current_one_task ... ok [INFO] [stdout] test db::tests::skip::test_db_skip_1 ... ok [INFO] [stdout] test db::tests::skip::test_db_skip_2 ... ok [INFO] [stdout] test db::tests::skip::test_db_skip_empty ... ok [INFO] [stdout] test db::tests::store_replica::test_tx_store_replica_2 ... ok [INFO] [stdout] test db::tests::fetch_replicas::test_tx_fetch_replicas_arb ... ok [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::add::test_db_add_task_rollback_arb ... ok [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::add::test_db_add_task_commit_arb ... ok [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::list::test_db_list_arb ... ok [INFO] [stdout] test db::transaction::tests::fetch_current::test_tx_fetch_current_task_2 ... ok [INFO] [stdout] test db::transaction::tests::fetch_current::test_tx_fetch_current_task_1 ... ok [INFO] [stdout] test db::transaction::tests::fetch_current::test_tx_fetch_current_task_empty ... ok [INFO] [stdout] test db::tests::store_replica::test_tx_store_replica_arb ... ok [INFO] [stdout] test db::tests::select_current::test_db_select_current_arb ... ok [INFO] [stdout] test db::transaction::tests::list::test_tx_list_task_commit ... ok [INFO] [stdout] test db::transaction::tests::list::test_tx_list_task_rollback ... ok [INFO] [stdout] test db::transaction::tests::pop_current::test_tx_pop_current_task_1 ... ok [INFO] [stdout] test db::transaction::tests::pop_current::test_tx_pop_current_task_2 ... ok [INFO] [stdout] test commands::test_dispatch::test_runcmd_add_multiple_current_arb ... ok [INFO] [stdout] test db::transaction::tests::pop_current::test_tx_pop_current_task_empty ... ok [INFO] [stdout] test db::transaction::tests::remove_by_uuid::test_db_remove_nonexistant_uuid ... ok [INFO] [stdout] test db::transaction::tests::remove_by_uuid::test_db_try_remove_task_by_uuid ... ok [INFO] [stdout] test db::tests::store_replica_server::test_tx_store_replica_server_arb ... ok [INFO] [stdout] test db::transaction::tests::remove_by_uuid::test_db_try_remove_task_by_uuid_current ... ok [INFO] [stdout] test db::transaction::tests::remove_by_uuid::test_db_try_remove_task_by_uuid_duplicates ... ok [INFO] [stdout] test db::transaction::tests::remove_by_uuid::test_db_try_remove_task_by_uuid_list ... ok [INFO] [stdout] test db::transaction::tests::remove_task::test_tx_remove_task ... ok [INFO] [stdout] test db::transaction::tests::list::test_tx_add_task_rollback_arb ... ok [INFO] [stdout] test db::transaction::tests::remove_task::test_tx_remove_task_current_empty_db ... ok [INFO] [stdout] test db::transaction::tests::remove_task::test_tx_remove_task_current_with_tasks ... ok [INFO] [stdout] test db::transaction::tests::remove_task::test_tx_remove_task_duplicates ... ok [INFO] [stdout] test db::transaction::tests::remove_task::test_tx_remove_task_list ... ok [INFO] [stdout] test db::transaction::tests::set_current::test_tx_set_current ... ok [INFO] [stdout] test db::transaction::tests::list::test_tx_add_task_commit_arb ... ok [INFO] [stdout] test selection::tests::top::test_selection_selection_top_works ... ok [INFO] [stdout] test db::transaction::tests::fetch_current::test_tx_fetch_current_task_arb ... ok [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::tests::clear_uset_op::test_tx_clear_uset_arb ... ok [INFO] [stdout] test selection::tests::weighted_random::test_weighted_random_works ... ok [INFO] [stdout] test sync::process::tests::clear::test_process_clear_actually_clears ... ok [INFO] [stdout] test sync::process::tests::clear::test_process_clear_empty ... ok [INFO] [stdout] test sync::process::tests::clear::test_process_clear_existing_task ... ok [INFO] [stdout] test sync::process::tests::clear::test_process_clear_no_tasks ... ok [INFO] [stdout] test sync::process::tests::clear::test_process_clear_preserve_database ... ok [INFO] [stdout] test sync::process::tests::clear::test_process_clear_three_clients_clear_vs_no_clear ... ok [INFO] [stdout] test sync::process::tests::clear::test_process_clear_unknown_id ... ok [INFO] [stdout] test sync::process::tests::sync::test_process_sync_empty ... ok [INFO] [stdout] test sync::process::tests::sync::test_process_sync_empty_send_ops ... ok [INFO] [stdout] test sync::process::tests::sync::test_process_sync_error_on_duplicate_initial ... ok [INFO] [stdout] test sync::process::tests::sync::test_process_sync_error_on_duplicate_registered ... ok [INFO] [stdout] test sync::process::tests::sync::test_process_sync_new_client_no_clear ... ok [INFO] [stdout] test db::transaction::tests::remove_by_uuid::test_db_try_remove_task_by_uuid_arb ... ok [INFO] [stdout] test db::tests::fetch_current::test_db_fetch_current_arb ... ok [INFO] [stdout] test selection::tests::top::test_selection_top_arb ... ok [INFO] [stdout] test sync::process::tests::sync::test_process_sync_two_clients_1 ... ok [INFO] [stdout] test sync::process::tests::sync::test_process_sync_two_clients_2 ... ok [INFO] [stdout] test sync::process::tests::sync::test_process_sync_two_clients_3 ... ok [INFO] [stdout] test db::transaction::tests::pop_current::test_tx_pop_current_task_arb ... ok [INFO] [stdout] test sync::tests::add::test_uset_add_break_1 ... ok [INFO] [stdout] test sync::tests::add::test_uset_add_error_dup_uuid ... ok [INFO] [stdout] test sync::tests::add::test_uset_add_task_1 ... ok [INFO] [stdout] test sync::tests::apply_all::test_uset_apply_all_2 ... ok [INFO] [stdout] test sync::tests::apply_all::test_uset_apply_all_duplicate_error ... ok [INFO] [stdout] test sync::tests::apply_all::test_uset_apply_all_duplicate_error_keeps_existing_task ... ok [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 ... ok [INFO] [stdout] test sync::tests::apply_all::test_uset_apply_all_remove_non_existant ... ok [INFO] [stdout] test db::tests::remove_by_uuid::test_db_remove_uuid_arb ... ok [INFO] [stdout] test sync::tests::remove::test_uset_remove_current ... ok [INFO] [stdout] test db::tests::store_uset_op::test_tx_store_uset_arb ... ok [INFO] [stdout] test sync::tests::remove::test_uset_remove_non_current ... ok [INFO] [stdout] test db::tests::complete::test_db_complete_arb ... test db::tests::complete::test_db_complete_arb has been running for over 60 seconds [INFO] [stdout] test db::tests::fetch_uset_op::test_tx_fetch_uset_arb ... test db::tests::fetch_uset_op::test_tx_fetch_uset_arb has been running for over 60 seconds [INFO] [stdout] test db::tests::remove_by_uuid::test_db_remove_uuid_current_arb ... test db::tests::remove_by_uuid::test_db_remove_uuid_current_arb has been running for over 60 seconds [INFO] [stdout] test selection::tests::weighted_random::test_weighted_random_nonequal_priorities_arb ... ok [INFO] [stdout] test sync::tests::remove::test_uset_remove_task_local_1 ... ok [INFO] [stdout] test sync::tests::remove::test_uset_remove_task_remote_1 ... ok [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 db::transaction::tests::remove_task::test_tx_remove_task_arb ... ok [INFO] [stdout] test task::tests::test_task_zero_priority ... ok [INFO] [stdout] test task::tests::test_task_valid_arb_task ... ok [INFO] [stdout] test db::transaction::tests::set_current::test_tx_set_current_arb ... ok [INFO] [stdout] test db::tests::remove_by_uuid::test_db_remove_uuid_non_existant_arb ... test db::tests::remove_by_uuid::test_db_remove_uuid_non_existant_arb has been running for over 60 seconds [INFO] [stdout] test db::tests::remove_by_uuid::test_db_remove_uuid_non_existant_arb ... ok [INFO] [stdout] test sync::tests::add::test_uset_add_arb ... ok [INFO] [stdout] test db::tests::complete::test_db_complete_arb ... ok [INFO] [stdout] test db::tests::remove_by_uuid::test_db_remove_uuid_current_arb ... ok [INFO] [stdout] test sync::process::tests::sync::test_process_sync_one_client_add_two_ways_arb ... ok [INFO] [stdout] test db::tests::fetch_uset_op::test_tx_fetch_uset_arb ... ok [INFO] [stdout] test sync::tests::remove::test_uset_remove_arb ... ok [INFO] [stdout] test sync::tests::remove::test_uset_remove_non_existant_arb ... ok [INFO] [stdout] test sync::process::tests::sync::test_process_sync_one_client_add_remove_two_ways_arb ... ok [INFO] [stdout] test sync::process::tests::sync::test_process_sync_three_clients_arb ... ok [INFO] [stdout] test sync::tests::remove::test_uset_remove_current_arb ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 164 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/tkzr-e0a321f911a96971 [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 [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/add-88b82d2ce1101352 [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test test_cmd_add_empty_task ... ok [INFO] [stdout] test test_cmd_add_two ... ok [INFO] [stdout] test test_cmd_add_priority_0 ... ok [INFO] [stdout] test test_cmd_add ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/complete-433e6b8d46be96b5 [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test test_cmd_complete_empty ... ok [INFO] [stdout] test test_cmd_complete_2 ... ok [INFO] [stdout] test test_cmd_complete_1 ... ok [INFO] [stdout] test test_cmd_complete_3 ... ok [INFO] [stderr] Running /opt/rustwide/target/debug/deps/current-4e9e1ef0da8ca252 [INFO] [stdout] test test_cmd_complete_4 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test test_cmd_current_empty ... ok [INFO] [stdout] test test_cmd_current_2 ... ok [INFO] [stdout] test test_cmd_current_3_interspersed ... ok [INFO] [stdout] test test_cmd_current_1 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/list-85c93c7e96bedbb9 [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test test_cmd_list ... ok [INFO] [stdout] test test_cmd_list_two ... ok [INFO] [stderr] Running /opt/rustwide/target/debug/deps/skip-20021a29a008f946 [INFO] [stdout] test test_cmd_list_four ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test test_cmd_skip_2 ... ok [INFO] [stdout] test test_cmd_skip_empty ... ok [INFO] [stdout] test test_cmd_skip_1 ... ok [INFO] [stdout] test test_cmd_skip_3 ... ok [INFO] [stderr] Running /opt/rustwide/target/debug/deps/test_utils-89321f6a7ceef99e [INFO] [stdout] test test_cmd_skip_4 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests taskerizer-prototype [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 [INFO] [stdout] [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 [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "2a0874264a5381d76550b6ddc7358919618233f006596efc91a149dfb6010b39", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2a0874264a5381d76550b6ddc7358919618233f006596efc91a149dfb6010b39", kill_on_drop: false }` [INFO] [stdout] 2a0874264a5381d76550b6ddc7358919618233f006596efc91a149dfb6010b39