[INFO] cloning repository https://github.com/CherryCaffeine/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/CherryCaffeine/discord_bot" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCherryCaffeine%2Fdiscord_bot", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCherryCaffeine%2Fdiscord_bot'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a6aad495f70b158a509a351d6ce4878432101ce3
[INFO] checking CherryCaffeine/discord_bot against try#f27166d4c64dc29edc5ea3214357f191edf8b635 for pr-148329
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCherryCaffeine%2Fdiscord_bot" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/CherryCaffeine/discord_bot
[INFO] finished tweaking git repo https://github.com/CherryCaffeine/discord_bot
[INFO] tweaked toml for git repo https://github.com/CherryCaffeine/discord_bot written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/CherryCaffeine/discord_bot on toolchain f27166d4c64dc29edc5ea3214357f191edf8b635
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f27166d4c64dc29edc5ea3214357f191edf8b635" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/CherryCaffeine/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" "+f27166d4c64dc29edc5ea3214357f191edf8b635" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+f27166d4c64dc29edc5ea3214357f191edf8b635" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] e93b4a51b5abbbaa779032ce8792364291770abc40b75b43ea5155b27b19d634
[INFO] running `Command { std: "docker" "start" "-a" "e93b4a51b5abbbaa779032ce8792364291770abc40b75b43ea5155b27b19d634", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e93b4a51b5abbbaa779032ce8792364291770abc40b75b43ea5155b27b19d634", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e93b4a51b5abbbaa779032ce8792364291770abc40b75b43ea5155b27b19d634", kill_on_drop: false }`
[INFO] [stdout] e93b4a51b5abbbaa779032ce8792364291770abc40b75b43ea5155b27b19d634
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+f27166d4c64dc29edc5ea3214357f191edf8b635" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 246ac3185181fa39c34926d85a39c1d5979ed30ccfab4d658bb18910fc2ebac4
[INFO] running `Command { std: "docker" "start" "-a" "246ac3185181fa39c34926d85a39c1d5979ed30ccfab4d658bb18910fc2ebac4", kill_on_drop: false }`
[INFO] [stderr]    Compiling quote v1.0.32
[INFO] [stderr]    Compiling libc v0.2.147
[INFO] [stderr]    Compiling serde_derive v1.0.183
[INFO] [stderr]     Checking pin-project-lite v0.2.12
[INFO] [stderr]    Compiling serde v1.0.183
[INFO] [stderr]    Compiling slab v0.4.8
[INFO] [stderr]     Checking log v0.4.19
[INFO] [stderr]    Compiling futures-util v0.3.28
[INFO] [stderr]     Checking futures-io v0.3.28
[INFO] [stderr]     Checking signal-hook-registry v1.4.1
[INFO] [stderr]     Checking num_cpus v1.16.0
[INFO] [stderr]    Compiling thiserror v1.0.44
[INFO] [stderr]     Checking tracing-core v0.1.31
[INFO] [stderr]     Checking http v0.2.9
[INFO] [stderr]    Compiling crossbeam-utils v0.8.16
[INFO] [stderr]    Compiling num-traits v0.2.16
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking ahash v0.8.3
[INFO] [stderr]    Compiling serde_json v1.0.104
[INFO] [stderr]    Compiling async-trait v0.1.72
[INFO] [stderr]    Compiling syn v2.0.28
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking socket2 v0.4.9
[INFO] [stderr]    Compiling anyhow v1.0.72
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]     Checking urlencoding v2.1.3
[INFO] [stdout] error[E0635]: unknown feature `stdsimd`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ahash-0.8.3/src/lib.rs:99:42
[INFO] [stdout]    |
[INFO] [stdout] 99 | #![cfg_attr(feature = "stdsimd", feature(stdsimd))]
[INFO] [stdout]    |                                          ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling axum-core v0.3.4
[INFO] [stderr]     Checking base64 v0.21.2
[INFO] [stderr]    Compiling openssl v0.10.56
[INFO] [stderr]    Compiling cc v1.0.82
[INFO] [stdout] For more information about this error, try `rustc --explain E0635`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ahash` (lib) due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "246ac3185181fa39c34926d85a39c1d5979ed30ccfab4d658bb18910fc2ebac4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "246ac3185181fa39c34926d85a39c1d5979ed30ccfab4d658bb18910fc2ebac4", kill_on_drop: false }`
[INFO] [stdout] 246ac3185181fa39c34926d85a39c1d5979ed30ccfab4d658bb18910fc2ebac4
