[INFO] cloning repository https://github.com/LyonBerends/rust-discord-bot [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/LyonBerends/rust-discord-bot" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLyonBerends%2Frust-discord-bot", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLyonBerends%2Frust-discord-bot'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] b4860350251fb36b8e7b096247084cfdcb04c7d7 [INFO] building LyonBerends/rust-discord-bot against try#4987e9d4227139400384ab59296ffee3b0fb1183 for pr-146237-2 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLyonBerends%2Frust-discord-bot" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/LyonBerends/rust-discord-bot [INFO] finished tweaking git repo https://github.com/LyonBerends/rust-discord-bot [INFO] tweaked toml for git repo https://github.com/LyonBerends/rust-discord-bot written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/LyonBerends/rust-discord-bot on toolchain 4987e9d4227139400384ab59296ffee3b0fb1183 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/LyonBerends/rust-discord-bot 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" "+4987e9d4227139400384ab59296ffee3b0fb1183" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 335c2e9a1634daae649bb6549504c09472550c7cd283bef98333918b3f179caa [INFO] running `Command { std: "docker" "start" "-a" "335c2e9a1634daae649bb6549504c09472550c7cd283bef98333918b3f179caa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "335c2e9a1634daae649bb6549504c09472550c7cd283bef98333918b3f179caa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "335c2e9a1634daae649bb6549504c09472550c7cd283bef98333918b3f179caa", kill_on_drop: false }` [INFO] [stdout] 335c2e9a1634daae649bb6549504c09472550c7cd283bef98333918b3f179caa [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=forbid" "-e" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9467e5ac6291b146ac3b653796dd01d0197499e3ae0e6a8ae86f56d966b3268e [INFO] running `Command { std: "docker" "start" "-a" "9467e5ac6291b146ac3b653796dd01d0197499e3ae0e6a8ae86f56d966b3268e", kill_on_drop: false }` [INFO] [stderr] Compiling syn v2.0.60 [INFO] [stderr] Compiling cc v1.0.95 [INFO] [stderr] Compiling serde v1.0.199 [INFO] [stderr] Compiling getrandom v0.2.14 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling rustls-pki-types v1.5.0 [INFO] [stderr] Compiling hashbrown v0.14.3 [INFO] [stderr] Compiling zeroize v1.7.0 [INFO] [stderr] Compiling thiserror v1.0.59 [INFO] [stderr] Compiling http-body v0.4.6 [INFO] [stderr] Compiling num-traits v0.2.18 [INFO] [stderr] Compiling crc32fast v1.4.0 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Compiling mime_guess v2.0.4 [INFO] [stderr] Compiling data-encoding v2.5.0 [INFO] [stderr] Compiling miniz_oxide v0.7.2 [INFO] [stderr] Compiling encoding_rs v0.8.34 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling webpki-roots v0.26.1 [INFO] [stderr] Compiling ipnet v2.9.0 [INFO] [stderr] Compiling serenity v0.12.1 [INFO] [stderr] Compiling parking_lot v0.12.2 [INFO] [stderr] Compiling command_attr v0.5.1 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling futures-util v0.3.30 [INFO] [stderr] Compiling bitflags v2.5.0 [INFO] [stderr] Compiling indexmap v2.2.6 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling flate2 v1.0.29 [INFO] [stderr] Compiling ring v0.17.8 [INFO] [stderr] Compiling futures v0.3.30 [INFO] [stderr] Compiling serde_derive v1.0.199 [INFO] [stderr] Compiling tokio-macros v2.2.0 [INFO] [stderr] Compiling tracing-attributes v0.1.27 [INFO] [stderr] Compiling thiserror-impl v1.0.59 [INFO] [stderr] Compiling async-trait v0.1.80 [INFO] [stderr] Compiling tokio v1.37.0 [INFO] [stderr] Compiling tracing v0.1.40 [INFO] [stderr] Compiling tokio-util v0.7.10 [INFO] [stderr] Compiling rustls v0.22.4 [INFO] [stderr] Compiling rustls v0.21.12 [INFO] [stderr] Compiling h2 v0.3.26 [INFO] [stderr] Compiling rustls-webpki v0.102.3 [INFO] [stderr] Compiling rustls-webpki v0.101.7 [INFO] [stderr] Compiling sct v0.7.1 [INFO] [stderr] Compiling url v2.5.0 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling deranged v0.3.11 [INFO] [stderr] Compiling dashmap v5.5.3 [INFO] [stderr] Compiling arrayvec v0.7.4 [INFO] [stderr] Compiling chrono v0.4.38 [INFO] [stderr] Compiling serde_json v1.0.116 [INFO] [stderr] Compiling secrecy v0.8.0 [INFO] [stderr] Compiling time v0.3.36 [INFO] [stderr] Compiling tungstenite v0.21.0 [INFO] [stderr] Compiling tokio-rustls v0.24.1 [INFO] [stderr] Compiling tokio-rustls v0.25.0 [INFO] [stderr] Compiling hyper v0.14.28 [INFO] [stderr] error: could not compile `rustls` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/4987e9d4227139400384ab59296ffee3b0fb1183/bin/rustc --crate-name rustls --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.22.4/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="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "log", "logging", "read_buf", "ring", "rustversion", "tls12"))' -C metadata=33d19e778d892b58 -C extra-filename=-93324778ac11dd42 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern log=/opt/rustwide/target/debug/deps/liblog-a3845e017a80cb8a.rmeta --extern ring=/opt/rustwide/target/debug/deps/libring-3fe97f13bf9e949e.rmeta --extern pki_types=/opt/rustwide/target/debug/deps/librustls_pki_types-22869e650ee97f6d.rmeta --extern webpki=/opt/rustwide/target/debug/deps/libwebpki-d2975398fec7aefc.rmeta --extern subtle=/opt/rustwide/target/debug/deps/libsubtle-3b4c11045c466f47.rmeta --extern zeroize=/opt/rustwide/target/debug/deps/libzeroize-1be4c5cc0a0f7c30.rmeta --cap-lints allow --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/ring-16ad0cea32de3af3/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "9467e5ac6291b146ac3b653796dd01d0197499e3ae0e6a8ae86f56d966b3268e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9467e5ac6291b146ac3b653796dd01d0197499e3ae0e6a8ae86f56d966b3268e", kill_on_drop: false }` [INFO] [stdout] 9467e5ac6291b146ac3b653796dd01d0197499e3ae0e6a8ae86f56d966b3268e