[INFO] cloning repository https://github.com/Aalivexy/gacha-url
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Aalivexy/gacha-url" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAalivexy%2Fgacha-url", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAalivexy%2Fgacha-url'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 97b1e9f19c3e2b3b3b1b04b5678272f4b49d6707
[INFO] documenting Aalivexy/gacha-url against beta-2025-09-21 for beta-rustdoc-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAalivexy%2Fgacha-url" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Aalivexy/gacha-url
[INFO] finished tweaking git repo https://github.com/Aalivexy/gacha-url
[INFO] tweaked toml for git repo https://github.com/Aalivexy/gacha-url written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Aalivexy/gacha-url on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Aalivexy/gacha-url 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" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0b05cf229b27da36e3b6dafb16d16a9e6ab57a1201a88a8374bb827882fbc3a6
[INFO] running `Command { std: "docker" "start" "-a" "0b05cf229b27da36e3b6dafb16d16a9e6ab57a1201a88a8374bb827882fbc3a6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0b05cf229b27da36e3b6dafb16d16a9e6ab57a1201a88a8374bb827882fbc3a6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0b05cf229b27da36e3b6dafb16d16a9e6ab57a1201a88a8374bb827882fbc3a6", kill_on_drop: false }`
[INFO] [stdout] 0b05cf229b27da36e3b6dafb16d16a9e6ab57a1201a88a8374bb827882fbc3a6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+beta-2025-09-21" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d7ddf1ff819d853f4775a2f4697ba5394eaee0a39be2e824c7136ab0d144779c
[INFO] running `Command { std: "docker" "start" "-a" "d7ddf1ff819d853f4775a2f4697ba5394eaee0a39be2e824c7136ab0d144779c", kill_on_drop: false }`
[INFO] [stderr]    Compiling cc v1.2.19
[INFO] [stderr]    Compiling proc-macro2 v1.0.94
[INFO] [stderr]    Compiling libc v0.2.171
[INFO] [stderr]    Compiling hashbrown v0.15.2
[INFO] [stderr]    Compiling winnow v0.7.6
[INFO] [stderr]    Compiling openssl v0.10.72
[INFO] [stderr]     Checking bitflags v2.9.0
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]     Checking smallvec v1.15.0
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]     Checking idna_adapter v1.0.0
[INFO] [stderr]    Compiling vc-ltl v5.2.1
[INFO] [stderr]     Checking percent-encoding v2.3.1
[INFO] [stderr]    Compiling minreq v2.13.4
[INFO] [stderr]    Compiling anyhow v1.0.97
[INFO] [stderr]     Checking serde_json v1.0.140
[INFO] [stderr]     Checking winsafe v0.0.23
[INFO] [stderr]     Checking idna v1.0.3
[INFO] [stderr]     Checking form_urlencoded v1.2.1
[INFO] [stderr]     Checking regex-lite v0.1.6
[INFO] [stderr]     Checking url v2.5.4
[INFO] [stderr]    Compiling indexmap v2.9.0
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling syn v2.0.100
[INFO] [stderr]    Compiling openssl-sys v0.9.107
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]    Compiling toml_datetime v0.6.8
[INFO] [stderr]    Compiling serde_spanned v0.6.8
[INFO] [stderr]    Compiling toml_edit v0.22.24
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling toml v0.8.20
[INFO] [stderr]    Compiling embed-resource v3.0.2
[INFO] [stderr]    Compiling gacha-url v0.2.0 (/opt/rustwide/workdir)
[INFO] [stderr]  Documenting gacha-url v0.2.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.00s
[INFO] [stderr]    Generated /opt/rustwide/target/doc/gacha_url/index.html
[INFO] running `Command { std: "docker" "inspect" "d7ddf1ff819d853f4775a2f4697ba5394eaee0a39be2e824c7136ab0d144779c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d7ddf1ff819d853f4775a2f4697ba5394eaee0a39be2e824c7136ab0d144779c", kill_on_drop: false }`
[INFO] [stdout] d7ddf1ff819d853f4775a2f4697ba5394eaee0a39be2e824c7136ab0d144779c
