[INFO] cloning repository https://github.com/1ean267/nexustack
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/1ean267/nexustack" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F1ean267%2Fnexustack", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F1ean267%2Fnexustack'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] f12b528436af33748060f9d4b079eee6acfecc84
[INFO] checking 1ean267/nexustack against master#a2db9280539229a3b8a084a09886670a57bc7e9c for pr-147185
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F1ean267%2Fnexustack" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/1ean267/nexustack
[INFO] finished tweaking git repo https://github.com/1ean267/nexustack
[INFO] tweaked toml for git repo https://github.com/1ean267/nexustack written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/1ean267/nexustack on toolchain a2db9280539229a3b8a084a09886670a57bc7e9c
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a2db9280539229a3b8a084a09886670a57bc7e9c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/1ean267/nexustack 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" "+a2db9280539229a3b8a084a09886670a57bc7e9c" "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 const_format_proc_macros v0.2.34
[INFO] [stderr]   Downloaded unicode-xid v0.2.6
[INFO] [stderr]   Downloaded diff v0.1.13
[INFO] [stderr]   Downloaded rust-format v0.3.4
[INFO] [stderr]   Downloaded serde_json v1.0.143
[INFO] [stderr]   Downloaded const_format v0.2.34
[INFO] [stderr]   Downloaded yansi v1.0.1
[INFO] [stderr]   Downloaded pretty_assertions v1.4.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+a2db9280539229a3b8a084a09886670a57bc7e9c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 3b43ce8be3a691f26c7df36b35a8b7f6eb0d0c9453f97a9909b01314b65b8ae2
[INFO] running `Command { std: "docker" "start" "-a" "3b43ce8be3a691f26c7df36b35a8b7f6eb0d0c9453f97a9909b01314b65b8ae2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3b43ce8be3a691f26c7df36b35a8b7f6eb0d0c9453f97a9909b01314b65b8ae2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3b43ce8be3a691f26c7df36b35a8b7f6eb0d0c9453f97a9909b01314b65b8ae2", kill_on_drop: false }`
[INFO] [stdout] 3b43ce8be3a691f26c7df36b35a8b7f6eb0d0c9453f97a9909b01314b65b8ae2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=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" "+a2db9280539229a3b8a084a09886670a57bc7e9c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1f97a1e0605d47ef6d814006bf43502ed89125f55445df1ab985c60ae6faedba
[INFO] running `Command { std: "docker" "start" "-a" "1f97a1e0605d47ef6d814006bf43502ed89125f55445df1ab985c60ae6faedba", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling unicode-ident v1.0.18
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling unicode-xid v0.2.6
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]    Compiling serde_json v1.0.143
[INFO] [stderr]     Checking yansi v1.0.1
[INFO] [stderr]     Checking memchr v2.7.5
[INFO] [stderr]     Checking diff v0.1.13
[INFO] [stderr]     Checking ryu v1.0.20
[INFO] [stderr]     Checking itoa v1.0.15
[INFO] [stderr]     Checking either v1.15.0
[INFO] [stderr]     Checking pretty_assertions v1.4.1
[INFO] [stderr]     Checking quote v1.0.40
[INFO] [stderr]     Checking rust-format v0.3.4
[INFO] [stderr]     Checking syn v2.0.104
[INFO] [stderr]    Compiling const_format_proc_macros v0.2.34
[INFO] [stderr]     Checking const_format v0.2.34
[INFO] [stderr]     Checking nexustack_macros_impl v0.1.0 (/opt/rustwide/workdir/crates/nexustack_macros_impl)
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]     Checking nexustack_macros v0.1.0 (/opt/rustwide/workdir/crates/nexustack_macros)
[INFO] [stderr]     Checking nexustack v0.1.0 (/opt/rustwide/workdir/crates/nexustack)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.31s
[INFO] running `Command { std: "docker" "inspect" "1f97a1e0605d47ef6d814006bf43502ed89125f55445df1ab985c60ae6faedba", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1f97a1e0605d47ef6d814006bf43502ed89125f55445df1ab985c60ae6faedba", kill_on_drop: false }`
[INFO] [stdout] 1f97a1e0605d47ef6d814006bf43502ed89125f55445df1ab985c60ae6faedba
