[INFO] cloning repository https://github.com/UnrealEugene/nanorust
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/UnrealEugene/nanorust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FUnrealEugene%2Fnanorust", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FUnrealEugene%2Fnanorust'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a0602a911e32aefba02c6212a88ed61eab64362a
[INFO] checking UnrealEugene/nanorust against 760e1de835e253bf28bbcbfee38b5e8ed9ffe074 for pr-133502-26
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FUnrealEugene%2Fnanorust" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/UnrealEugene/nanorust
[INFO] finished tweaking git repo https://github.com/UnrealEugene/nanorust
[INFO] tweaked toml for git repo https://github.com/UnrealEugene/nanorust written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/UnrealEugene/nanorust on toolchain 760e1de835e253bf28bbcbfee38b5e8ed9ffe074
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/UnrealEugene/nanorust 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" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded slog-async v2.8.0
[INFO] [stderr]   Downloaded slog-term v2.9.2
[INFO] [stderr]   Downloaded term v1.1.0
[INFO] [stderr]   Downloaded stacker v0.1.17
[INFO] [stderr]   Downloaded psm v0.1.24
[INFO] [stderr]   Downloaded ariadne v0.5.0
[INFO] [stderr]   Downloaded chumsky v1.0.0-alpha.8
[INFO] [stderr]   Downloaded time v0.3.43
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:1fa6594d87c8fa7b311925a7a77a16f539833322d9dfba4ce891f211db2f90b1" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] fcea2e7db144a27b876ef8e374baaf311c7bcbcd0eb45104a8148b275432548e
[INFO] running `Command { std: "docker" "start" "fcea2e7db144a27b876ef8e374baaf311c7bcbcd0eb45104a8148b275432548e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fcea2e7db144a27b876ef8e374baaf311c7bcbcd0eb45104a8148b275432548e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "fcea2e7db144a27b876ef8e374baaf311c7bcbcd0eb45104a8148b275432548e" "/opt/rustwide/cargo-home/bin/cargo" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fcea2e7db144a27b876ef8e374baaf311c7bcbcd0eb45104a8148b275432548e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "fcea2e7db144a27b876ef8e374baaf311c7bcbcd0eb45104a8148b275432548e" "/opt/rustwide/cargo-home/bin/cargo" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling cc v1.2.10
[INFO] [stderr]    Compiling serde v1.0.217
[INFO] [stderr]    Compiling chumsky v1.0.0-alpha.8
[INFO] [stderr]    Compiling slog v2.7.0
[INFO] [stderr]     Checking foldhash v0.1.4
[INFO] [stderr]     Checking unicode-ident v1.0.16
[INFO] [stderr]    Compiling syn v2.0.96
[INFO] [stderr]     Checking deranged v0.5.3
[INFO] [stderr]     Checking thread_local v1.1.9
[INFO] [stderr]     Checking iana-time-zone v0.1.63
[INFO] [stderr]    Compiling time-macros v0.2.24
[INFO] [stderr]    Compiling slog-async v2.8.0
[INFO] [stderr]     Checking is-terminal v0.4.16
[INFO] [stderr]     Checking yansi v1.0.1
[INFO] [stderr]     Checking arc-swap v1.7.1
[INFO] [stderr]     Checking hashbrown v0.15.2
[INFO] [stderr]     Checking term v1.1.0
[INFO] [stderr]     Checking take_mut v0.2.2
[INFO] [stderr]     Checking chrono v0.4.41
[INFO] [stderr]     Checking ariadne v0.5.0
[INFO] [stderr]     Checking slog-scope v4.4.0
[INFO] [stderr]    Compiling psm v0.1.24
[INFO] [stderr]    Compiling stacker v0.1.17
[INFO] [stderr]     Checking time v0.3.43
[INFO] [stderr]     Checking slog-term v2.9.2
[INFO] [stderr]    Compiling serde_derive v1.0.217
[INFO] [stderr]    Compiling clap_derive v4.5.47
[INFO] [stderr]     Checking clap v4.5.47
[INFO] [stderr]     Checking nanorust-macros v0.1.0 (/opt/rustwide/workdir/nanorust-macros)
[INFO] [stderr]     Checking nanorust v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.71s
[INFO] running `Command { std: "docker" "inspect" "fcea2e7db144a27b876ef8e374baaf311c7bcbcd0eb45104a8148b275432548e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fcea2e7db144a27b876ef8e374baaf311c7bcbcd0eb45104a8148b275432548e", kill_on_drop: false }`
[INFO] [stdout] fcea2e7db144a27b876ef8e374baaf311c7bcbcd0eb45104a8148b275432548e
