[INFO] cloning repository https://github.com/ABMatrix/merkle-patricia-trie
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ABMatrix/merkle-patricia-trie" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FABMatrix%2Fmerkle-patricia-trie", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FABMatrix%2Fmerkle-patricia-trie'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 2d06c34bc689b785c3293d57c0919624743be648
[INFO] documenting ABMatrix/merkle-patricia-trie against beta-2025-10-28 for beta-1.92-rustdoc-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FABMatrix%2Fmerkle-patricia-trie" "/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/ABMatrix/merkle-patricia-trie
[INFO] finished tweaking git repo https://github.com/ABMatrix/merkle-patricia-trie
[INFO] tweaked toml for git repo https://github.com/ABMatrix/merkle-patricia-trie written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/ABMatrix/merkle-patricia-trie on toolchain beta-2025-10-28
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/ABMatrix/merkle-patricia-trie 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-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d6281eeea43b2a18bf238c381c10b266313fa1298fb581bce2ee6b868f8d4877
[INFO] running `Command { std: "docker" "start" "-a" "d6281eeea43b2a18bf238c381c10b266313fa1298fb581bce2ee6b868f8d4877", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d6281eeea43b2a18bf238c381c10b266313fa1298fb581bce2ee6b868f8d4877", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d6281eeea43b2a18bf238c381c10b266313fa1298fb581bce2ee6b868f8d4877", kill_on_drop: false }`
[INFO] [stdout] d6281eeea43b2a18bf238c381c10b266313fa1298fb581bce2ee6b868f8d4877
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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-10-28" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f99594d3d6a81587adad8769af3d89f657213252e4daa7442585be2176557429
[INFO] running `Command { std: "docker" "start" "-a" "f99594d3d6a81587adad8769af3d89f657213252e4daa7442585be2176557429", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.65
[INFO] [stderr]    Compiling getrandom v0.1.13
[INFO] [stderr]    Compiling proc-macro2 v1.0.6
[INFO] [stderr]    Compiling cfg-if v0.1.10
[INFO] [stderr]    Compiling unicode-xid v0.2.0
[INFO] [stderr]    Compiling syn v1.0.7
[INFO] [stderr]    Compiling ppv-lite86 v0.2.6
[INFO] [stderr]    Compiling crunchy v0.2.2
[INFO] [stderr]    Compiling byteorder v1.3.2
[INFO] [stderr]     Checking rustc-hex v2.0.1
[INFO] [stderr]    Compiling autocfg v0.1.7
[INFO] [stderr]     Checking fixed-hash v0.5.0 (https://github.com/ABMatrix/parity-common.git#d45a0274)
[INFO] [stderr]     Checking rlp v0.4.2 (https://github.com/ABMatrix/parity-common.git#d45a0274)
[INFO] [stderr]     Checking tiny-keccak v1.5.0
[INFO] [stderr]    Compiling hashbrown v0.6.3
[INFO] [stderr]    Compiling c2-chacha v0.2.3
[INFO] [stderr]     Checking uint v0.8.1 (https://github.com/ABMatrix/parity-common.git#d45a0274)
[INFO] [stderr]     Checking primitive-types v0.6.0 (https://github.com/ABMatrix/parity-common.git#d45a0274)
[INFO] [stderr]    Compiling quote v1.0.2
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]    Compiling rand_chacha v0.2.1
[INFO] [stderr]    Compiling rand v0.7.2
[INFO] [stderr]     Checking keccak-hash v0.4.0 (https://github.com/ABMatrix/parity-common.git#d45a0274)
[INFO] [stderr]    Compiling proc-macro-hack v0.5.11
[INFO] [stderr]    Compiling const-random-macro v0.1.6
[INFO] [stderr]     Checking const-random v0.1.6
[INFO] [stderr]     Checking ahash v0.2.17
[INFO] [stderr]  Documenting merkle_patricia_trie v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.20s
[INFO] [stderr]    Generated /opt/rustwide/target/doc/merkle_patricia_trie/index.html
[INFO] running `Command { std: "docker" "inspect" "f99594d3d6a81587adad8769af3d89f657213252e4daa7442585be2176557429", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f99594d3d6a81587adad8769af3d89f657213252e4daa7442585be2176557429", kill_on_drop: false }`
[INFO] [stdout] f99594d3d6a81587adad8769af3d89f657213252e4daa7442585be2176557429
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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" "RUSTC_BOOTSTRAP=1" "-e" "DOCS_RS=1" "-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-10-28" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--document-private-items\"]" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5fa9db9a19a28e65212ef56b4cea1b3d6c2197214645d3c3479dbe926aadfc5f
[INFO] running `Command { std: "docker" "start" "-a" "5fa9db9a19a28e65212ef56b4cea1b3d6c2197214645d3c3479dbe926aadfc5f", kill_on_drop: false }`
[INFO] [stderr]  Documenting merkle_patricia_trie v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
[INFO] [stderr]    Generated /opt/rustwide/target/doc/merkle_patricia_trie/index.html
[INFO] running `Command { std: "docker" "inspect" "5fa9db9a19a28e65212ef56b4cea1b3d6c2197214645d3c3479dbe926aadfc5f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5fa9db9a19a28e65212ef56b4cea1b3d6c2197214645d3c3479dbe926aadfc5f", kill_on_drop: false }`
[INFO] [stdout] 5fa9db9a19a28e65212ef56b4cea1b3d6c2197214645d3c3479dbe926aadfc5f
