[INFO] cloning repository https://github.com/like-a-bause/gentle [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/like-a-bause/gentle" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flike-a-bause%2Fgentle", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flike-a-bause%2Fgentle'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] cb9a23bc51d22581b155bce8bf67c3244fd8c481 [INFO] testing like-a-bause/gentle against 1.77.0 for beta-1.78-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flike-a-bause%2Fgentle" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/like-a-bause/gentle on toolchain 1.77.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.77.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/like-a-bause/gentle [INFO] finished tweaking git repo https://github.com/like-a-bause/gentle [INFO] tweaked toml for git repo https://github.com/like-a-bause/gentle written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/like-a-bause/gentle already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.77.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded kube-core v0.78.0 [INFO] [stderr] Downloaded serde_yaml v0.9.17 [INFO] [stderr] Downloaded kube-client v0.78.0 [INFO] [stderr] Downloaded kube v0.78.0 [INFO] [stderr] Downloaded yasna v0.5.1 [INFO] [stderr] Downloaded tokio-openssl v0.6.3 [INFO] [stderr] Downloaded clap v4.2.0 [INFO] [stderr] Downloaded clap_builder v4.2.0 [INFO] [stderr] Downloaded rustix v0.37.4 [INFO] [stderr] Downloaded linux-raw-sys v0.3.0 [INFO] [stderr] Downloaded syn v2.0.11 [INFO] [stderr] Downloaded k8s-openapi v0.17.0 [INFO] [stderr] Downloaded jsonpath_lib v0.3.0 [INFO] [stderr] Downloaded tokio-util v0.7.6 [INFO] [stderr] Downloaded tower-http v0.3.5 [INFO] [stderr] Downloaded unsafe-libyaml v0.2.5 [INFO] [stderr] Downloaded hyper-openssl v0.9.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+1.77.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 95f2b952ff1cf0820fae28e93564c1b921e3d9f9ff92a8dabf6b004ab8ca7efd [INFO] running `Command { std: "docker" "start" "-a" "95f2b952ff1cf0820fae28e93564c1b921e3d9f9ff92a8dabf6b004ab8ca7efd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "95f2b952ff1cf0820fae28e93564c1b921e3d9f9ff92a8dabf6b004ab8ca7efd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "95f2b952ff1cf0820fae28e93564c1b921e3d9f9ff92a8dabf6b004ab8ca7efd", kill_on_drop: false }` [INFO] [stdout] 95f2b952ff1cf0820fae28e93564c1b921e3d9f9ff92a8dabf6b004ab8ca7efd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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" "RUSTDOCFLAGS=--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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+1.77.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c6a81c1fbe77dc688d2db15d209250dc2315d559e04d72f5c353d17fc1a87862 [INFO] running `Command { std: "docker" "start" "-a" "c6a81c1fbe77dc688d2db15d209250dc2315d559e04d72f5c353d17fc1a87862", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.54 [INFO] [stderr] Compiling quote v1.0.26 [INFO] [stderr] Compiling syn v1.0.107 [INFO] [stderr] Compiling libc v0.2.140 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling bytes v1.4.0 [INFO] [stderr] Compiling cc v1.0.79 [INFO] [stderr] Compiling futures-core v0.3.26 [INFO] [stderr] Compiling parking_lot_core v0.9.7 [INFO] [stderr] Compiling futures-task v0.3.26 [INFO] [stderr] Compiling serde v1.0.152 [INFO] [stderr] Compiling futures-sink v0.3.26 [INFO] [stderr] Compiling futures-channel v0.3.26 [INFO] [stderr] Compiling futures-util v0.3.26 [INFO] [stderr] Compiling tracing-core v0.1.30 [INFO] [stderr] Compiling tokio v1.25.0 [INFO] [stderr] Compiling pkg-config v0.3.26 [INFO] [stderr] Compiling futures-io v0.3.26 [INFO] [stderr] Compiling indexmap v1.9.2 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling tower-service v0.3.2 [INFO] [stderr] Compiling serde_json v1.0.93 [INFO] [stderr] Compiling io-lifetimes v1.0.5 [INFO] [stderr] Compiling unicode-normalization v0.1.22 [INFO] [stderr] Compiling http v0.2.8 [INFO] [stderr] Compiling openssl v0.10.45 [INFO] [stderr] Compiling try-lock v0.2.4 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling linked-hash-map v0.5.6 [INFO] [stderr] Compiling rustix v0.37.4 [INFO] [stderr] Compiling unicode-bidi v0.3.10 [INFO] [stderr] Compiling form_urlencoded v1.1.0 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling k8s-openapi v0.17.0 [INFO] [stderr] Compiling tokio-openssl v0.6.3 [INFO] [stderr] Compiling linux-raw-sys v0.3.0 [INFO] [stderr] Compiling tower-layer v0.3.2 [INFO] [stderr] Compiling httpdate v1.0.2 [INFO] [stderr] Compiling base64 v0.20.0 [INFO] [stderr] Compiling idna v0.3.0 [INFO] [stderr] Compiling hyper-openssl v0.9.2 [INFO] [stderr] Compiling anstyle-parse v0.1.1 [INFO] [stderr] Compiling pem v1.1.1 [INFO] [stderr] Compiling yaml-rust v0.4.5 [INFO] [stderr] Compiling linked_hash_set v0.1.4 [INFO] [stderr] Compiling anstyle v0.3.5 [INFO] [stderr] Compiling zeroize v1.5.7 [INFO] [stderr] Compiling time-core v0.1.0 [INFO] [stderr] Compiling http-body v0.4.5 [INFO] [stderr] Compiling http-range-header v0.3.0 [INFO] [stderr] Compiling concolor-override v1.0.0 [INFO] [stderr] Compiling either v1.8.1 [INFO] [stderr] Compiling concolor-query v0.3.3 [INFO] [stderr] Compiling time v0.3.17 [INFO] [stderr] Compiling openssl-sys v0.9.80 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Compiling syn v2.0.11 [INFO] [stderr] Compiling url v2.3.1 [INFO] [stderr] Compiling overload v0.1.1 [INFO] [stderr] Compiling anyhow v1.0.69 [INFO] [stderr] Compiling clap_lex v0.4.1 [INFO] [stderr] Compiling spin v0.5.2 [INFO] [stderr] Compiling untrusted v0.7.1 [INFO] [stderr] Compiling nu-ansi-term v0.46.0 [INFO] [stderr] Compiling sharded-slab v0.1.4 [INFO] [stderr] Compiling tracing-log v0.1.3 [INFO] [stderr] Compiling signal-hook-registry v1.4.0 [INFO] [stderr] Compiling mio v0.8.5 [INFO] [stderr] Compiling socket2 v0.4.7 [INFO] [stderr] Compiling num_cpus v1.15.0 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling ordered-float v2.10.0 [INFO] [stderr] Compiling parking_lot v0.12.1 [INFO] [stderr] Compiling dirs-sys-next v0.1.2 [INFO] [stderr] Compiling dirs-next v2.0.0 [INFO] [stderr] Compiling yasna v0.5.1 [INFO] [stderr] Compiling thread_local v1.1.4 [INFO] [stderr] Compiling unsafe-libyaml v0.2.5 [INFO] [stderr] Compiling which v4.4.0 [INFO] [stderr] Compiling tracing-subscriber v0.3.16 [INFO] [stderr] Compiling is-terminal v0.4.6 [INFO] [stderr] Compiling anstream v0.2.6 [INFO] [stderr] Compiling clap_builder v4.2.0 [INFO] [stderr] Compiling clap_derive v4.2.0 [INFO] [stderr] Compiling rcgen v0.10.0 [INFO] [stderr] Compiling serde_derive v1.0.152 [INFO] [stderr] Compiling futures-macro v0.3.26 [INFO] [stderr] Compiling tokio-macros v1.8.2 [INFO] [stderr] Compiling tracing-attributes v0.1.23 [INFO] [stderr] Compiling openssl-macros v0.1.0 [INFO] [stderr] Compiling thiserror-impl v1.0.38 [INFO] [stderr] Compiling pin-project-internal v1.0.12 [INFO] [stderr] Compiling clap v4.2.0 [INFO] [stderr] Compiling pin-project v1.0.12 [INFO] [stderr] Compiling thiserror v1.0.38 [INFO] [stderr] Compiling tracing v0.1.37 [INFO] [stderr] Compiling futures-executor v0.3.26 [INFO] [stderr] Compiling tower-http v0.3.5 [INFO] [stderr] Compiling futures v0.3.26 [INFO] [stderr] Compiling hyper v0.14.24 [INFO] [stderr] Compiling tokio-util v0.7.6 [INFO] [stderr] Compiling tokio-io-timeout v1.2.0 [INFO] [stderr] Compiling tower v0.4.13 [INFO] [stderr] Compiling chrono v0.4.23 [INFO] [stderr] Compiling serde-value v0.7.0 [INFO] [stderr] Compiling secrecy v0.8.0 [INFO] [stderr] Compiling serde_yaml v0.8.26 [INFO] [stderr] Compiling serde_yaml v0.9.17 [INFO] [stderr] Compiling jsonpath_lib v0.3.0 [INFO] [stderr] Compiling hyper-timeout v0.4.1 [INFO] [stderr] Compiling kube-core v0.78.0 [INFO] [stderr] Compiling kube-client v0.78.0 [INFO] [stderr] Compiling kube v0.78.0 [INFO] [stderr] Compiling gentle v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 35.41s [INFO] running `Command { std: "docker" "inspect" "c6a81c1fbe77dc688d2db15d209250dc2315d559e04d72f5c353d17fc1a87862", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c6a81c1fbe77dc688d2db15d209250dc2315d559e04d72f5c353d17fc1a87862", kill_on_drop: false }` [INFO] [stdout] c6a81c1fbe77dc688d2db15d209250dc2315d559e04d72f5c353d17fc1a87862 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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" "RUSTDOCFLAGS=--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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+1.77.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e3044d1db62f4e1c940046d25e2bec05d49b4f6b4a298dd6e94c2eae4a534479 [INFO] running `Command { std: "docker" "start" "-a" "e3044d1db62f4e1c940046d25e2bec05d49b4f6b4a298dd6e94c2eae4a534479", kill_on_drop: false }` [INFO] [stderr] Compiling gentle v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.92s [INFO] running `Command { std: "docker" "inspect" "e3044d1db62f4e1c940046d25e2bec05d49b4f6b4a298dd6e94c2eae4a534479", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e3044d1db62f4e1c940046d25e2bec05d49b4f6b4a298dd6e94c2eae4a534479", kill_on_drop: false }` [INFO] [stdout] e3044d1db62f4e1c940046d25e2bec05d49b4f6b4a298dd6e94c2eae4a534479 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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" "RUSTDOCFLAGS=--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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+1.77.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 7c84e09f2bbc48a60365cc83dc4fd2639d32b2e842e4b1f382e7852d070982f0 [INFO] running `Command { std: "docker" "start" "-a" "7c84e09f2bbc48a60365cc83dc4fd2639d32b2e842e4b1f382e7852d070982f0", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.10s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/gentle-a6d1d315bc5c68d0) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "7c84e09f2bbc48a60365cc83dc4fd2639d32b2e842e4b1f382e7852d070982f0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7c84e09f2bbc48a60365cc83dc4fd2639d32b2e842e4b1f382e7852d070982f0", kill_on_drop: false }` [INFO] [stdout] 7c84e09f2bbc48a60365cc83dc4fd2639d32b2e842e4b1f382e7852d070982f0 [INFO] testing like-a-bause/gentle against beta-2024-03-24 for beta-1.78-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flike-a-bause%2Fgentle" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/like-a-bause/gentle on toolchain beta-2024-03-24 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2024-03-24" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/like-a-bause/gentle [INFO] finished tweaking git repo https://github.com/like-a-bause/gentle [INFO] tweaked toml for git repo https://github.com/like-a-bause/gentle written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/like-a-bause/gentle already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2024-03-24" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-03-24" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 72a269f6262d48bb5fc1114783ec28bbcea21b8fd9d51dbacfe19cc21959cd3c [INFO] running `Command { std: "docker" "start" "-a" "72a269f6262d48bb5fc1114783ec28bbcea21b8fd9d51dbacfe19cc21959cd3c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "72a269f6262d48bb5fc1114783ec28bbcea21b8fd9d51dbacfe19cc21959cd3c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "72a269f6262d48bb5fc1114783ec28bbcea21b8fd9d51dbacfe19cc21959cd3c", kill_on_drop: false }` [INFO] [stdout] 72a269f6262d48bb5fc1114783ec28bbcea21b8fd9d51dbacfe19cc21959cd3c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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" "RUSTDOCFLAGS=--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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-03-24" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 00fe47c669b4b53885289b29da03c0540f9e0c4d05634240304f4258d49b1b15 [INFO] running `Command { std: "docker" "start" "-a" "00fe47c669b4b53885289b29da03c0540f9e0c4d05634240304f4258d49b1b15", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.54 [INFO] [stderr] Compiling quote v1.0.26 [INFO] [stderr] Compiling syn v1.0.107 [INFO] [stderr] Compiling libc v0.2.140 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling futures-core v0.3.26 [INFO] [stderr] Compiling cc v1.0.79 [INFO] [stderr] Compiling bytes v1.4.0 [INFO] [stderr] Compiling serde v1.0.152 [INFO] [stderr] Compiling futures-channel v0.3.26 [INFO] [stderr] Compiling futures-sink v0.3.26 [INFO] [stderr] Compiling futures-task v0.3.26 [INFO] [stderr] Compiling parking_lot_core v0.9.7 [INFO] [stderr] Compiling futures-util v0.3.26 [INFO] [stderr] Compiling tracing-core v0.1.30 [INFO] [stderr] Compiling tokio v1.25.0 [INFO] [stderr] Compiling futures-io v0.3.26 [INFO] [stderr] Compiling pkg-config v0.3.26 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling indexmap v1.9.2 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling serde_json v1.0.93 [INFO] [stderr] Compiling io-lifetimes v1.0.5 [INFO] [stderr] Compiling tower-service v0.3.2 [INFO] [stderr] Compiling unicode-normalization v0.1.22 [INFO] [stderr] Compiling http v0.2.8 [INFO] [stderr] Compiling openssl v0.10.45 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling rustix v0.37.4 [INFO] [stderr] Compiling unicode-bidi v0.3.10 [INFO] [stderr] Compiling try-lock v0.2.4 [INFO] [stderr] Compiling linked-hash-map v0.5.6 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling form_urlencoded v1.1.0 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Compiling k8s-openapi v0.17.0 [INFO] [stderr] Compiling tower-layer v0.3.2 [INFO] [stderr] Compiling linux-raw-sys v0.3.0 [INFO] [stderr] Compiling httpdate v1.0.2 [INFO] [stderr] Compiling idna v0.3.0 [INFO] [stderr] Compiling tokio-openssl v0.6.3 [INFO] [stderr] Compiling hyper-openssl v0.9.2 [INFO] [stderr] Compiling base64 v0.20.0 [INFO] [stderr] Compiling anstyle-parse v0.1.1 [INFO] [stderr] Compiling pem v1.1.1 [INFO] [stderr] Compiling linked_hash_set v0.1.4 [INFO] [stderr] Compiling yaml-rust v0.4.5 [INFO] [stderr] Compiling concolor-query v0.3.3 [INFO] [stderr] Compiling http-body v0.4.5 [INFO] [stderr] Compiling zeroize v1.5.7 [INFO] [stderr] Compiling openssl-sys v0.9.80 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Compiling anstyle v0.3.5 [INFO] [stderr] Compiling url v2.3.1 [INFO] [stderr] Compiling http-range-header v0.3.0 [INFO] [stderr] Compiling time-core v0.1.0 [INFO] [stderr] Compiling concolor-override v1.0.0 [INFO] [stderr] Compiling either v1.8.1 [INFO] [stderr] Compiling time v0.3.17 [INFO] [stderr] Compiling syn v2.0.11 [INFO] [stderr] Compiling spin v0.5.2 [INFO] [stderr] Compiling untrusted v0.7.1 [INFO] [stderr] Compiling anyhow v1.0.69 [INFO] [stderr] Compiling clap_lex v0.4.1 [INFO] [stderr] Compiling overload v0.1.1 [INFO] [stderr] Compiling sharded-slab v0.1.4 [INFO] [stderr] Compiling nu-ansi-term v0.46.0 [INFO] [stderr] Compiling tracing-log v0.1.3 [INFO] [stderr] Compiling socket2 v0.4.7 [INFO] [stderr] Compiling mio v0.8.5 [INFO] [stderr] Compiling num_cpus v1.15.0 [INFO] [stderr] Compiling signal-hook-registry v1.4.0 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling ordered-float v2.10.0 [INFO] [stderr] Compiling parking_lot v0.12.1 [INFO] [stderr] Compiling dirs-sys-next v0.1.2 [INFO] [stderr] Compiling dirs-next v2.0.0 [INFO] [stderr] Compiling yasna v0.5.1 [INFO] [stderr] Compiling thread_local v1.1.4 [INFO] [stderr] Compiling unsafe-libyaml v0.2.5 [INFO] [stderr] Compiling which v4.4.0 [INFO] [stderr] Compiling tracing-subscriber v0.3.16 [INFO] [stderr] Compiling is-terminal v0.4.6 [INFO] [stderr] Compiling anstream v0.2.6 [INFO] [stderr] Compiling clap_builder v4.2.0 [INFO] [stderr] Compiling clap_derive v4.2.0 [INFO] [stderr] Compiling rcgen v0.10.0 [INFO] [stderr] Compiling serde_derive v1.0.152 [INFO] [stderr] Compiling futures-macro v0.3.26 [INFO] [stderr] Compiling tokio-macros v1.8.2 [INFO] [stderr] Compiling tracing-attributes v0.1.23 [INFO] [stderr] Compiling openssl-macros v0.1.0 [INFO] [stderr] Compiling thiserror-impl v1.0.38 [INFO] [stderr] Compiling pin-project-internal v1.0.12 [INFO] [stderr] Compiling clap v4.2.0 [INFO] [stderr] Compiling thiserror v1.0.38 [INFO] [stderr] Compiling pin-project v1.0.12 [INFO] [stderr] Compiling tracing v0.1.37 [INFO] [stderr] Compiling futures-executor v0.3.26 [INFO] [stderr] Compiling tower-http v0.3.5 [INFO] [stderr] Compiling futures v0.3.26 [INFO] [stderr] Compiling hyper v0.14.24 [INFO] [stderr] Compiling tokio-io-timeout v1.2.0 [INFO] [stderr] Compiling tokio-util v0.7.6 [INFO] [stderr] Compiling tower v0.4.13 [INFO] [stderr] Compiling serde-value v0.7.0 [INFO] [stderr] Compiling chrono v0.4.23 [INFO] [stderr] Compiling secrecy v0.8.0 [INFO] [stderr] Compiling serde_yaml v0.8.26 [INFO] [stderr] Compiling serde_yaml v0.9.17 [INFO] [stderr] Compiling jsonpath_lib v0.3.0 [INFO] [stderr] Compiling hyper-timeout v0.4.1 [INFO] [stderr] Compiling kube-core v0.78.0 [INFO] [stderr] Compiling kube-client v0.78.0 [INFO] [stderr] Compiling kube v0.78.0 [INFO] [stderr] error: could not compile `k8s-openapi` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/beta-2024-03-24-x86_64-unknown-linux-gnu/bin/rustc --crate-name k8s_openapi --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/k8s-openapi-0.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="api"' --cfg 'feature="default"' --cfg 'feature="http"' --cfg 'feature="percent-encoding"' --cfg 'feature="url"' --cfg 'feature="v1_22"' -C metadata=91f4d317229d28a0 -C extra-filename=-91f4d317229d28a0 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern base64=/opt/rustwide/target/debug/deps/libbase64-15e079029367c622.rmeta --extern bytes=/opt/rustwide/target/debug/deps/libbytes-8217216c646d0e94.rmeta --extern chrono=/opt/rustwide/target/debug/deps/libchrono-12c94c82baf597cd.rmeta --extern http=/opt/rustwide/target/debug/deps/libhttp-d6f078927f1024a5.rmeta --extern percent_encoding=/opt/rustwide/target/debug/deps/libpercent_encoding-52ba3d834e28489d.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-f2a4ea69ed3a424e.rmeta --extern serde_value=/opt/rustwide/target/debug/deps/libserde_value-0f886bc90e397e77.rmeta --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-0f04d432d5d50b19.rmeta --extern url=/opt/rustwide/target/debug/deps/liburl-91d4ef783f9dbc17.rmeta --cap-lints allow --cap-lints=warn --cfg 'k8s_openapi_enabled_version="1.22"'` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "00fe47c669b4b53885289b29da03c0540f9e0c4d05634240304f4258d49b1b15", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "00fe47c669b4b53885289b29da03c0540f9e0c4d05634240304f4258d49b1b15", kill_on_drop: false }` [INFO] [stdout] 00fe47c669b4b53885289b29da03c0540f9e0c4d05634240304f4258d49b1b15