[INFO] cloning repository https://github.com/elmiko/camgi.rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/elmiko/camgi.rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Felmiko%2Fcamgi.rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Felmiko%2Fcamgi.rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 9d454fbb9baad8abe8ed2b1970f145c8e85c4b69 [INFO] testing elmiko/camgi.rs against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Felmiko%2Fcamgi.rs" "/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/elmiko/camgi.rs 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 git repo https://github.com/elmiko/camgi.rs [INFO] removed 0 missing examples [INFO] finished tweaking git repo https://github.com/elmiko/camgi.rs [INFO] tweaked toml for git repo https://github.com/elmiko/camgi.rs written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/elmiko/camgi.rs already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8b658d592b56b1111600e69bbc6a7ef6c5773db81d41f0083e8afa0729d8efb5 [INFO] running `Command { std: "docker" "start" "-a" "8b658d592b56b1111600e69bbc6a7ef6c5773db81d41f0083e8afa0729d8efb5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8b658d592b56b1111600e69bbc6a7ef6c5773db81d41f0083e8afa0729d8efb5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8b658d592b56b1111600e69bbc6a7ef6c5773db81d41f0083e8afa0729d8efb5", kill_on_drop: false }` [INFO] [stdout] 8b658d592b56b1111600e69bbc6a7ef6c5773db81d41f0083e8afa0729d8efb5 [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=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] 86082f5eef8ea7a921799d9748ea4eb9e25762987fc3145ef0468bfe26f59c3f [INFO] running `Command { std: "docker" "start" "-a" "86082f5eef8ea7a921799d9748ea4eb9e25762987fc3145ef0468bfe26f59c3f", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling syn v1.0.86 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling heck v0.4.0 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling textwrap v0.14.2 [INFO] [stderr] Compiling linked-hash-map v0.5.4 [INFO] [stderr] Compiling html-builder v0.3.0 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling os_str_bytes v6.0.0 [INFO] [stderr] Compiling yaml-rust v0.4.5 [INFO] [stderr] Compiling indexmap v1.8.0 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling clap_derive v3.0.14 [INFO] [stderr] Compiling clap v3.0.14 [INFO] [stderr] Compiling camgi v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 16.28s [INFO] running `Command { std: "docker" "inspect" "86082f5eef8ea7a921799d9748ea4eb9e25762987fc3145ef0468bfe26f59c3f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "86082f5eef8ea7a921799d9748ea4eb9e25762987fc3145ef0468bfe26f59c3f", kill_on_drop: false }` [INFO] [stdout] 86082f5eef8ea7a921799d9748ea4eb9e25762987fc3145ef0468bfe26f59c3f [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=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] 98edb459515f2ef14d9514ab73080ed93d442856bb5800b2ab641511d1799b2c [INFO] running `Command { std: "docker" "start" "-a" "98edb459515f2ef14d9514ab73080ed93d442856bb5800b2ab641511d1799b2c", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.117 [INFO] [stderr] Compiling syn v1.0.86 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling parking_lot_core v0.9.1 [INFO] [stderr] Compiling futures-core v0.3.21 [INFO] [stderr] Compiling httparse v1.6.0 [INFO] [stderr] Compiling futures-sink v0.3.21 [INFO] [stderr] Compiling futures-task v0.3.21 [INFO] [stderr] Compiling once_cell v1.10.0 [INFO] [stderr] Compiling futures-util v0.3.21 [INFO] [stderr] Compiling futures-channel v0.3.21 [INFO] [stderr] Compiling remove_dir_all v0.5.3 [INFO] [stderr] Compiling serde_json v1.0.79 [INFO] [stderr] Compiling quick-error v1.2.3 [INFO] [stderr] Compiling lazycell v1.3.0 [INFO] [stderr] Compiling scoped-tls v1.0.0 [INFO] [stderr] Compiling generic-array v0.14.5 [INFO] [stderr] Compiling http v0.2.6 [INFO] [stderr] Compiling tracing-core v0.1.22 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling mime_guess v2.0.4 [INFO] [stderr] Compiling url v2.2.2 [INFO] [stderr] Compiling tracing v0.1.31 [INFO] [stderr] Compiling buf_redux v0.8.4 [INFO] [stderr] Compiling twoway v0.1.8 [INFO] [stderr] Compiling os_str_bytes v6.0.0 [INFO] [stderr] Compiling getrandom v0.2.5 [INFO] [stderr] Compiling mio v0.8.0 [INFO] [stderr] Compiling socket2 v0.4.4 [INFO] [stderr] Compiling signal-hook-registry v1.4.0 [INFO] [stderr] Compiling num_cpus v1.13.1 [INFO] [stderr] Compiling net2 v0.2.37 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling inotify-sys v0.1.5 [INFO] [stderr] Compiling tempfile v3.3.0 [INFO] [stderr] Compiling filetime v0.2.15 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling crypto-common v0.1.3 [INFO] [stderr] Compiling block-buffer v0.10.2 [INFO] [stderr] Compiling digest v0.9.0 [INFO] [stderr] Compiling block-buffer v0.9.0 [INFO] [stderr] Compiling sha-1 v0.9.8 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling inotify v0.7.1 [INFO] [stderr] Compiling digest v0.10.3 [INFO] [stderr] Compiling parking_lot v0.12.0 [INFO] [stderr] Compiling mio v0.6.23 [INFO] [stderr] Compiling sha-1 v0.10.0 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling http-body v0.4.4 [INFO] [stderr] Compiling headers-core v0.2.0 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling headers v0.3.7 [INFO] [stderr] Compiling mio-extras v2.0.6 [INFO] [stderr] Compiling notify v4.0.17 [INFO] [stderr] Compiling multipart v0.18.0 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling tokio-macros v1.7.0 [INFO] [stderr] Compiling futures-macro v0.3.21 [INFO] [stderr] Compiling thiserror-impl v1.0.30 [INFO] [stderr] Compiling pin-project-internal v1.0.10 [INFO] [stderr] Compiling clap_derive v3.0.14 [INFO] [stderr] Compiling tokio v1.17.0 [INFO] [stderr] Compiling pin-project v1.0.10 [INFO] [stderr] Compiling thiserror v1.0.30 [INFO] [stderr] Compiling tungstenite v0.14.0 [INFO] [stderr] Compiling clap v3.0.14 [INFO] [stderr] Compiling tokio-util v0.6.9 [INFO] [stderr] Compiling tokio-stream v0.1.8 [INFO] [stderr] Compiling tokio-tungstenite v0.15.0 [INFO] [stderr] Compiling h2 v0.3.11 [INFO] [stderr] Compiling hyper v0.14.17 [INFO] [stderr] Compiling warp v0.3.2 [INFO] [stderr] Compiling camgi v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 36.44s [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/camgi-f1e1585f5b4757da) [INFO] running `Command { std: "docker" "inspect" "98edb459515f2ef14d9514ab73080ed93d442856bb5800b2ab641511d1799b2c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "98edb459515f2ef14d9514ab73080ed93d442856bb5800b2ab641511d1799b2c", kill_on_drop: false }` [INFO] [stdout] 98edb459515f2ef14d9514ab73080ed93d442856bb5800b2ab641511d1799b2c [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=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] 3b495f62d0e1e0231ac7787f1561cdf4f62166b5e72f24217f202fac11072f23 [INFO] running `Command { std: "docker" "start" "-a" "3b495f62d0e1e0231ac7787f1561cdf4f62166b5e72f24217f202fac11072f23", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.12s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/camgi-f1e1585f5b4757da) [INFO] [stdout] [INFO] [stdout] running 32 tests [INFO] [stdout] test manifest::tests::test_has_condition_status_false_nonexistant ... ok [INFO] [stdout] test manifest::tests::test_has_condition_status_true ... ok [INFO] [stdout] test manifest::tests::test_has_condition_status_false ... ok [INFO] [stdout] test manifest::tests::test_has_condition_false ... ok [INFO] [stdout] test manifest::tests::test_manifest_from_empty_file ... ok [INFO] [stdout] test manifest::tests::test_manifest_from_is_a_directory ... ok [INFO] [stdout] test resources::certificatesigningrequest::tests::test_is_error_true_denied ... ok [INFO] [stdout] test manifest::tests::test_manifest_as_yaml ... ok [INFO] [stdout] test mustgather::tests::test_build_manifest_path_cluster_scoped ... ok [INFO] [stdout] test resources::certificatesigningrequest::tests::test_status_empty_false ... ok [INFO] [stdout] test manifest::tests::test_has_condition_true ... ok [INFO] [stdout] test manifest::tests::test_manifest_safename ... ok [INFO] [stdout] test mustgather::tests::test_build_manifest_path_cluster_scoped_named_resource ... ok [INFO] [stdout] test mustgather::tests::test_build_manifest_path_namespace_scoped ... ok [INFO] [stdout] test mustgather::tests::test_build_manifest_path_namespace_scoped_named_resource ... ok [INFO] [stdout] test mustgather::tests::test_get_resources_non_existant ... ok [INFO] [stdout] test manifest::tests::test_manifest_from_unknown_error ... ok [INFO] [stdout] test resources::machineset::tests::test_machineset_has_autoscaling_annotations_false ... ok [INFO] [stdout] test manifest::tests::test_manifest_as_raw ... ok [INFO] [stdout] test resources::certificatesigningrequest::tests::test_is_warning_false ... ok [INFO] [stdout] test resources::certificatesigningrequest::tests::test_is_warning_true ... ok [INFO] [stdout] test resources::certificatesigningrequest::tests::test_is_error_false ... ok [INFO] [stdout] test mustgather::tests::test_get_cluster_version ... ok [INFO] [stdout] test resources::machine::tests::test_machine_is_running_phase_false ... ok [INFO] [stdout] test manifest::tests::test_manifest_name ... ok [INFO] [stdout] test manifest::tests::test_manifest_from_not_a_file ... ok [INFO] [stdout] test resources::certificatesigningrequest::tests::test_status_empty_true ... ok [INFO] [stdout] test resources::certificatesigningrequest::tests::test_is_error_true_failed ... ok [INFO] [stdout] test resources::machine::tests::test_machine_is_running_phase_true ... ok [INFO] [stdout] test resources::machineset::tests::test_machineset_has_autoscaling_annotations_true ... ok [INFO] [stdout] test mustgather::tests::test_get_resources_success ... ok [INFO] [stdout] test resources::machineset::tests::test_machineset_status_replicas ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 32 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "3b495f62d0e1e0231ac7787f1561cdf4f62166b5e72f24217f202fac11072f23", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3b495f62d0e1e0231ac7787f1561cdf4f62166b5e72f24217f202fac11072f23", kill_on_drop: false }` [INFO] [stdout] 3b495f62d0e1e0231ac7787f1561cdf4f62166b5e72f24217f202fac11072f23