[INFO] cloning repository https://github.com/cyqsimon/documented
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/cyqsimon/documented" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcyqsimon%2Fdocumented", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcyqsimon%2Fdocumented'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 814619dd2ef64f48c2007a705e3f32ec7abe36ca
[INFO] checking cyqsimon/documented/814619dd2ef64f48c2007a705e3f32ec7abe36ca against master#46424fb5054f211ec836c5c03159f92e46bb35ac for pr-139042
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcyqsimon%2Fdocumented" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/cyqsimon/documented on toolchain 46424fb5054f211ec836c5c03159f92e46bb35ac
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+46424fb5054f211ec836c5c03159f92e46bb35ac" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/cyqsimon/documented
[INFO] finished tweaking git repo https://github.com/cyqsimon/documented
[INFO] tweaked toml for git repo https://github.com/cyqsimon/documented written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+46424fb5054f211ec836c5c03159f92e46bb35ac" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 22 packages to latest compatible versions
[INFO] [stderr]       Adding strum v0.26.3 (available: v0.27.1)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+46424fb5054f211ec836c5c03159f92e46bb35ac" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded optfield v0.4.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:4b26683ee3c49f365255c425c23003cbf4366de097804722c29c5bbbee3624d2" "/opt/rustwide/cargo-home/bin/cargo" "+46424fb5054f211ec836c5c03159f92e46bb35ac" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] fa0835d791540954a47bc2bfa795e1dea8f06665b9ad929127ff33fc2404e995
[INFO] running `Command { std: "docker" "start" "-a" "fa0835d791540954a47bc2bfa795e1dea8f06665b9ad929127ff33fc2404e995", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fa0835d791540954a47bc2bfa795e1dea8f06665b9ad929127ff33fc2404e995", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fa0835d791540954a47bc2bfa795e1dea8f06665b9ad929127ff33fc2404e995", kill_on_drop: false }`
[INFO] [stdout] fa0835d791540954a47bc2bfa795e1dea8f06665b9ad929127ff33fc2404e995
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:4b26683ee3c49f365255c425c23003cbf4366de097804722c29c5bbbee3624d2" "/opt/rustwide/cargo-home/bin/cargo" "+46424fb5054f211ec836c5c03159f92e46bb35ac" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3f821796a8d2e40bed416d9f20c5d69a1dc81c4fc5d7a1d9c3cd15c0cdb65fc8
[INFO] running `Command { std: "docker" "start" "-a" "3f821796a8d2e40bed416d9f20c5d69a1dc81c4fc5d7a1d9c3cd15c0cdb65fc8", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.94
[INFO] [stderr]    Compiling unicode-ident v1.0.18
[INFO] [stderr]    Compiling rustversion v1.0.20
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling siphasher v1.0.1
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]    Compiling unicode-segmentation v1.12.0
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]     Checking phf_shared v0.11.3
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling convert_case v0.8.0
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]     Checking syn v2.0.100
[INFO] [stderr]     Checking documented-test v0.9.1 (/opt/rustwide/workdir/documented-test)
[INFO] [stderr]    Compiling phf_generator v0.11.3
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling optfield v0.4.0
[INFO] [stderr]    Compiling phf_macros v0.11.3
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]     Checking phf v0.11.3
[INFO] [stderr]    Compiling strum v0.26.3
[INFO] [stderr]     Checking documented-macros v0.9.1 (/opt/rustwide/workdir/documented-macros)
[INFO] [stderr]     Checking documented v0.9.1 (/opt/rustwide/workdir/lib)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.62s
[INFO] running `Command { std: "docker" "inspect" "3f821796a8d2e40bed416d9f20c5d69a1dc81c4fc5d7a1d9c3cd15c0cdb65fc8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3f821796a8d2e40bed416d9f20c5d69a1dc81c4fc5d7a1d9c3cd15c0cdb65fc8", kill_on_drop: false }`
[INFO] [stdout] 3f821796a8d2e40bed416d9f20c5d69a1dc81c4fc5d7a1d9c3cd15c0cdb65fc8
