[INFO] cloning repository https://github.com/WToma/missingparts [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/WToma/missingparts" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FWToma%2Fmissingparts", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FWToma%2Fmissingparts'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 82255bef746971ff86b145d4425793dd0fdb43b2 [INFO] testing WToma/missingparts against master#b70888601af92f6cdc0364abab3446e418b91d36 for pr-86479 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FWToma%2Fmissingparts" "/workspace/builds/worker-0/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/WToma/missingparts on toolchain b70888601af92f6cdc0364abab3446e418b91d36 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b70888601af92f6cdc0364abab3446e418b91d36" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/WToma/missingparts [INFO] finished tweaking git repo https://github.com/WToma/missingparts [INFO] tweaked toml for git repo https://github.com/WToma/missingparts written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/WToma/missingparts already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b70888601af92f6cdc0364abab3446e418b91d36" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+b70888601af92f6cdc0364abab3446e418b91d36" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 84ec7113d1f43013c4774b9d73a3c08e29c2545e8870212ba4f53cbdaf78b4ac [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" "84ec7113d1f43013c4774b9d73a3c08e29c2545e8870212ba4f53cbdaf78b4ac", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "84ec7113d1f43013c4774b9d73a3c08e29c2545e8870212ba4f53cbdaf78b4ac", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "84ec7113d1f43013c4774b9d73a3c08e29c2545e8870212ba4f53cbdaf78b4ac", kill_on_drop: false }` [INFO] [stdout] 84ec7113d1f43013c4774b9d73a3c08e29c2545e8870212ba4f53cbdaf78b4ac [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+b70888601af92f6cdc0364abab3446e418b91d36" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] dba4a9ba378853ce1213877b20aa7c2ebaee8af6559ffedcf68a820e61e2832a [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" "dba4a9ba378853ce1213877b20aa7c2ebaee8af6559ffedcf68a820e61e2832a", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.14 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling memchr v2.3.0 [INFO] [stderr] Compiling futures-core v0.3.2 [INFO] [stderr] Compiling slab v0.4.2 [INFO] [stderr] Compiling itoa v0.4.5 [INFO] [stderr] Compiling ucd-trie v0.1.2 [INFO] [stderr] Compiling maplit v1.0.2 [INFO] [stderr] Compiling pin-project-lite v0.1.4 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling futures-sink v0.3.2 [INFO] [stderr] Compiling stable_deref_trait v1.1.1 [INFO] [stderr] Compiling httparse v1.3.4 [INFO] [stderr] Compiling futures-task v0.3.2 [INFO] [stderr] Compiling rand_core v0.4.2 [INFO] [stderr] Compiling tower-service v0.3.0 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling net2 v0.2.33 [INFO] [stderr] Compiling signal-hook-registry v1.2.0 [INFO] [stderr] Compiling num_cpus v1.12.0 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling owning_ref v0.3.3 [INFO] [stderr] Compiling futures-util v0.3.2 [INFO] [stderr] Compiling futures-channel v0.3.2 [INFO] [stderr] Compiling http v0.2.0 [INFO] [stderr] Compiling pest v2.1.3 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling rand v0.5.6 [INFO] [stderr] Compiling mio v0.6.21 [INFO] [stderr] Compiling smallvec v0.6.13 [INFO] [stderr] Compiling parking_lot_core v0.2.14 [INFO] [stderr] Compiling mio-uds v0.6.7 [INFO] [stderr] Compiling parking_lot v0.4.8 [INFO] [stderr] Compiling pest_meta v2.1.3 [INFO] [stderr] Compiling chashmap v2.2.2 [INFO] [stderr] Compiling http-body v0.3.1 [INFO] [stderr] Compiling pest_generator v2.1.2 [INFO] [stderr] Compiling tokio-macros v0.2.4 [INFO] [stderr] Compiling serde_derive v1.0.104 [INFO] [stderr] Compiling pin-project-internal v0.4.8 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Compiling tokio v0.2.11 [INFO] [stderr] Compiling pin-project v0.4.8 [INFO] [stderr] Compiling tokio-util v0.2.0 [INFO] [stderr] Compiling h2 v0.2.1 [INFO] [stderr] Compiling serde v1.0.104 [INFO] [stderr] Compiling hyper v0.13.2 [INFO] [stderr] Compiling serde_json v1.0.46 [INFO] [stderr] Compiling json5 v0.2.5 [INFO] [stderr] Compiling missingparts v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 43s [INFO] running `Command { std: "docker" "inspect" "dba4a9ba378853ce1213877b20aa7c2ebaee8af6559ffedcf68a820e61e2832a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dba4a9ba378853ce1213877b20aa7c2ebaee8af6559ffedcf68a820e61e2832a", kill_on_drop: false }` [INFO] [stdout] dba4a9ba378853ce1213877b20aa7c2ebaee8af6559ffedcf68a820e61e2832a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+b70888601af92f6cdc0364abab3446e418b91d36" "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] ce90ffd0606fd8c2c7ff586fb5313f9f7d0b750f43b5c4f1fcd60c6128d6d191 [INFO] running `Command { std: "docker" "start" "-a" "ce90ffd0606fd8c2c7ff586fb5313f9f7d0b750f43b5c4f1fcd60c6128d6d191", kill_on_drop: false }` [INFO] [stderr] Compiling missingparts v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lobby.rs:462:24 [INFO] [stdout] | [INFO] [stdout] 462 | panic!(format!( [INFO] [stdout] | ________________________^ [INFO] [stdout] 463 | | "num_players expected={}, actual={}", [INFO] [stdout] 464 | | self.expected_game_size.unwrap(), [INFO] [stdout] 465 | | tokens.len() [INFO] [stdout] 466 | | )); [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() 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] 462 | panic!( [INFO] [stdout] 463 | "num_players expected={}, actual={}", [INFO] [stdout] 464 | self.expected_game_size.unwrap(), [INFO] [stdout] 465 | tokens.len() [INFO] [stdout] 466 | ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 12.02s [INFO] running `Command { std: "docker" "inspect" "ce90ffd0606fd8c2c7ff586fb5313f9f7d0b750f43b5c4f1fcd60c6128d6d191", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ce90ffd0606fd8c2c7ff586fb5313f9f7d0b750f43b5c4f1fcd60c6128d6d191", kill_on_drop: false }` [INFO] [stdout] ce90ffd0606fd8c2c7ff586fb5313f9f7d0b750f43b5c4f1fcd60c6128d6d191 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+b70888601af92f6cdc0364abab3446e418b91d36" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 3d7d7f291ffbf7143cc0014ddb78bb073b21494721f1513caf34591886b7c463 [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" "3d7d7f291ffbf7143cc0014ddb78bb073b21494721f1513caf34591886b7c463", kill_on_drop: false }` [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/lobby.rs:462:24 [INFO] [stderr] | [INFO] [stderr] 462 | panic!(format!( [INFO] [stderr] | ________________________^ [INFO] [stderr] 463 | | "num_players expected={}, actual={}", [INFO] [stderr] 464 | | self.expected_game_size.unwrap(), [INFO] [stderr] 465 | | tokens.len() [INFO] [stderr] 466 | | )); [INFO] [stderr] | |_________________^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the panic!() 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] 462 | panic!( [INFO] [stderr] 463 | "num_players expected={}, actual={}", [INFO] [stderr] 464 | self.expected_game_size.unwrap(), [INFO] [stderr] 465 | tokens.len() [INFO] [stderr] 466 | ); [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `missingparts` (lib test) generated 1 warning [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.09s [INFO] [stdout] [INFO] [stdout] running 84 tests [INFO] [stdout] test cards::tests::card_parse_fail ... ok [INFO] [stdout] test cards::tests::remove_top_removes_correct_cards ... ok [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/missingparts-b8d8ff5084b4617e) [INFO] [stdout] test gameplay::gameplay_test::precondition_finish_scavenge_wrong_state ... ok [INFO] [stdout] test gameplay::gameplay_test::precondition_scavenge ... ok [INFO] [stdout] test gameplay::gameplay_test::precondition_finish_scavenge_wrong_player ... ok [INFO] [stdout] test cards::tests::card_parse_reflexive ... ok [INFO] [stdout] test gameplay::gameplay_test::precondition_scrap_not_enough_unique_cards ... ok [INFO] [stdout] test gameplay::gameplay_test::precondition_finish_scavenge_wrong_card ... ok [INFO] [stdout] test gameplay::gameplay_test::precondition_escape ... ok [INFO] [stdout] test gameplay::gameplay_test::precondition_scrap_wrong_card_in_scrap ... ok [INFO] [stdout] test gameplay::gameplay_test::get_results ... ok [INFO] [stdout] test cards::tests::card_parse_ok ... ok [INFO] [stdout] test gameplay::gameplay_test::precondition_share_empty_deck ... ok [INFO] [stdout] test gameplay::gameplay_test::precondition_scrap_wrong_cards_from_player ... ok [INFO] [stdout] test gameplay::gameplay_test::precondition_share_escaped ... ok [INFO] [stdout] test gameplay::gameplay_test::precondition_scrap_wrong_number_of_cards ... ok [INFO] [stdout] test game_manager::tests::test_concurrent_read_access ... ok [INFO] [stdout] test gameplay::gameplay_test::precondition_share_non_existent ... ok [INFO] [stdout] test gameplay::gameplay_test::precondition_trade_reject_wrong_state ... ok [INFO] [stdout] test gameplay::gameplay_test::precondition_trade_wrong_card_from_other_player ... ok [INFO] [stdout] test gameplay::gameplay_test::skip_escaped_out_of_move_players_autoescape ... ok [INFO] [stdout] test gameplay::gameplay_test::precondition_trade_accept_wrong_state ... ok [INFO] [stdout] test gameplay::gameplay_test::precondition_steal_non_existent ... ok [INFO] [stdout] test gameplay::gameplay_test::precondition_steal_escaped ... ok [INFO] [stdout] test gameplay::gameplay_test::precondition_trade_escaped ... ok [INFO] [stdout] test gameplay::gameplay_test::precondition_trade_accept_self ... ok [INFO] [stdout] test gameplay::gameplay_test::precondition_steal_self ... ok [INFO] [stdout] test gameplay::gameplay_test::precondition_trade_self ... ok [INFO] [stdout] test gameplay::gameplay_test::precondition_trade_nonexistent ... ok [INFO] [stdout] test gameplay::gameplay_test::precondition_trade_reject_self ... ok [INFO] [stdout] test gameplay::gameplay_test::precondition_share_self ... ok [INFO] [stdout] test gameplay::gameplay_test::skip_escaped_out_of_move_players ... ok [INFO] [stdout] test gameplay::gameplay_test::transition_cheat ... ok [INFO] [stdout] test gameplay::gameplay_test::transition_scavenge_1card ... ok [INFO] [stdout] test gameplay::gameplay_test::transition_share ... ok [INFO] [stdout] test gameplay::gameplay_test::test_turn_action_preconditions ... ok [INFO] [stdout] test gameplay::gameplay_test::transition_steal ... ok [INFO] [stdout] test gameplay::gameplay_test::transition_escape ... ok [INFO] [stdout] test gameplay::gameplay_test::transition_trade_reject ... ok [INFO] [stdout] test gameplay::gameplay_test::transition_scavenge ... ok [INFO] [stdout] test gameplay::gameplay_test::transition_trade_accept ... ok [INFO] [stdout] test gameplay::gameplay_test::transition_share_2cards ... ok [INFO] [stdout] test gameplay::gameplay_test::transition_skip ... ok [INFO] [stdout] test handlers::tests::test_game_describe_invalid_game_id ... ok [INFO] [stdout] test handlers::tests::test_join_lobby ... ok [INFO] [stdout] test handlers::tests::test_join_lobby_to_game ... ok [INFO] [stdout] test handlers::tests::test_join_lobby_invalid_game_size ... ok [INFO] [stdout] test gameplay::gameplay_test::precondition_steal_wrong_card ... ok [INFO] [stdout] test handlers::tests::test_game_get_private_card ... ok [INFO] [stdout] test handlers::tests::test_invalid_urls ... ok [INFO] [stdout] test handlers::tests::test_lobby_get_game_not_assigned ... ok [INFO] [stdout] test lobby::tests::test_add_player_no_game ... ok [INFO] [stdout] test handlers::tests::test_lobby_get_game ... ok [INFO] [stdout] test lobby::tests::test_start_game ... ok [INFO] [stdout] test lobby::tests::test_player_assignment_multiple_games ... ok [INFO] [stdout] test lobby::tests::test_player_assignment_optimal ... ok [INFO] [stdout] test lobby::tests::test_wrong_game_size_preferences ... ok [INFO] [stdout] test range_map::tests::test_cover_gap ... ok [INFO] [stdout] test lobby::tests::test_player_abandon ... ok [INFO] [stdout] test range_map::tests::test_exact_overlap ... ok [INFO] [stdout] test range_map::tests::test_new_range_extends_backwards ... ok [INFO] [stdout] test range_map::tests::test_new_range_extends_forward ... ok [INFO] [stdout] test range_map::tests::test_new_range_inside ... ok [INFO] [stdout] test range_map::tests::test_new_range_shortends_backwards ... ok [INFO] [stdout] test range_map::tests::test_new_range_shortends_forward ... ok [INFO] [stdout] test range_map::tests::test_old_range_inside ... ok [INFO] [stdout] test range_map::tests::test_partial_overlap_end ... ok [INFO] [stdout] test range_map::tests::test_partial_overlap_start ... ok [INFO] [stdout] test range_map::tests::test_single_insert ... ok [INFO] [stdout] test lobby::tests::test_player_assignment_prefers_earlier_player ... ok [INFO] [stdout] test lobby::tests::test_wrong_player_reference_in_get ... ok [INFO] [stdout] test handlers::tests::test_game_describe ... ok [INFO] [stdout] test gameplay::gameplay_test::precondition_trade_wrong_card_from_player ... ok [INFO] [stdout] test handlers::tests::test_lobby_get_game_invalid_playerid ... ok [INFO] [stdout] test range_map::tests::test_cover_no_gap ... ok [INFO] [stdout] test gameplay::gameplay_test::transition_scrap ... ok [INFO] [stdout] test lobby::tests::test_token_verification ... ok [INFO] [stdout] test handlers::tests::test_lobby_get_game_invalid_token ... ok [INFO] [stdout] test handlers::tests::test_game_make_move_invalid_cases ... ok [INFO] [stdout] test handlers::tests::test_game_get_private_card_invalid_cases ... ok [INFO] [stdout] test handlers::tests::test_invalid_body ... ok [INFO] [stdout] test handlers::tests::test_game_make_move ... ok [INFO] [stdout] test handlers::tests::test_game_make_move_invalid_move ... ok [INFO] [stdout] test game_manager::tests::test_concurrent_read_write_access_for_different_games has been running for over 60 seconds [ERROR] error running command: no output for 300 seconds [INFO] running `Command { std: "docker" "inspect" "3d7d7f291ffbf7143cc0014ddb78bb073b21494721f1513caf34591886b7c463", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3d7d7f291ffbf7143cc0014ddb78bb073b21494721f1513caf34591886b7c463", kill_on_drop: false }` [INFO] [stdout] 3d7d7f291ffbf7143cc0014ddb78bb073b21494721f1513caf34591886b7c463