[INFO] cloning repository https://github.com/0xvicky/dao-project-scrypto
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/0xvicky/dao-project-scrypto" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F0xvicky%2Fdao-project-scrypto", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F0xvicky%2Fdao-project-scrypto'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 0a0280ca40ad7a4bc307fa6d6bfca9ed7773ca92
[INFO] documenting 0xvicky/dao-project-scrypto 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%2F0xvicky%2Fdao-project-scrypto" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/0xvicky/dao-project-scrypto
[INFO] finished tweaking git repo https://github.com/0xvicky/dao-project-scrypto
[INFO] tweaked toml for git repo https://github.com/0xvicky/dao-project-scrypto written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/0xvicky/dao-project-scrypto 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/0xvicky/dao-project-scrypto 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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] 951189d83213c4ba4d80d92c8bcae9b1f5d38a8f0d90e717110fcd1a59f96a98
[INFO] running `Command { std: "docker" "start" "-a" "951189d83213c4ba4d80d92c8bcae9b1f5d38a8f0d90e717110fcd1a59f96a98", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "951189d83213c4ba4d80d92c8bcae9b1f5d38a8f0d90e717110fcd1a59f96a98", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "951189d83213c4ba4d80d92c8bcae9b1f5d38a8f0d90e717110fcd1a59f96a98", kill_on_drop: false }`
[INFO] [stdout] 951189d83213c4ba4d80d92c8bcae9b1f5d38a8f0d90e717110fcd1a59f96a98
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] e96a8d265a146e213c07b15b112e7f68fbc1cecc6f6a632de92c1a480f5457d7
[INFO] running `Command { std: "docker" "start" "-a" "e96a8d265a146e213c07b15b112e7f68fbc1cecc6f6a632de92c1a480f5457d7", kill_on_drop: false }`
[INFO] [stderr]    Compiling typenum v1.16.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.66
[INFO] [stderr]    Compiling unicode-ident v1.0.11
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling num-traits v0.2.16
[INFO] [stderr]    Compiling either v1.9.0
[INFO] [stderr]    Compiling rustversion v1.0.14
[INFO] [stderr]    Compiling const-sha1 v0.2.0 (https://github.com/radixdlt/const-sha1#5e9ae2a9)
[INFO] [stderr]    Compiling serde v1.0.183
[INFO] [stderr]    Compiling num-bigint v0.4.3
[INFO] [stderr]    Compiling serde_derive v1.0.183
[INFO] [stderr]    Compiling hashbrown v0.13.2
[INFO] [stderr]    Compiling subtle v2.5.0
[INFO] [stderr]    Compiling serde_json v1.0.104
[INFO] [stderr]     Checking hex v0.4.3
[INFO] [stderr]    Compiling lazy_static v1.4.0
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling radix-engine-constants v0.11.0 (https://github.com/radixdlt/radixdlt-scrypto?tag=v0.11.0#f9a4ef37)
[INFO] [stderr]    Compiling bech32 v0.9.1
[INFO] [stderr]    Compiling ryu v1.0.15
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]     Checking itoa v1.0.9
[INFO] [stderr]     Checking indexmap v2.0.0-pre (https://github.com/bluss/indexmap?rev=eedabaca9f84e520eab01325b305c08f3773e66c#eedabaca)
[INFO] [stderr]    Compiling quote v1.0.32
[INFO] [stderr]     Checking num-integer v0.1.45
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]     Checking utils v0.11.0 (https://github.com/radixdlt/radixdlt-scrypto?tag=v0.11.0#f9a4ef37)
[INFO] [stderr]     Checking bnum v0.7.0
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling blake2 v0.10.6
[INFO] [stderr]    Compiling sbor-derive-common v0.11.0 (https://github.com/radixdlt/radixdlt-scrypto?tag=v0.11.0#f9a4ef37)
[INFO] [stderr]    Compiling strum_macros v0.24.3
[INFO] [stderr]    Compiling sbor-derive v0.11.0 (https://github.com/radixdlt/radixdlt-scrypto?tag=v0.11.0#f9a4ef37)
[INFO] [stderr]    Compiling radix-engine-derive v0.11.0 (https://github.com/radixdlt/radixdlt-scrypto?tag=v0.11.0#f9a4ef37)
[INFO] [stderr]     Checking sbor v0.11.0 (https://github.com/radixdlt/radixdlt-scrypto?tag=v0.11.0#f9a4ef37)
[INFO] [stderr]     Checking strum v0.24.1
[INFO] [stderr]     Checking radix-engine-common v0.11.0 (https://github.com/radixdlt/radixdlt-scrypto?tag=v0.11.0#f9a4ef37)
[INFO] [stderr]     Checking scrypto-schema v0.11.0 (https://github.com/radixdlt/radixdlt-scrypto?tag=v0.11.0#f9a4ef37)
[INFO] [stderr]     Checking radix-engine-interface v0.11.0 (https://github.com/radixdlt/radixdlt-scrypto?tag=v0.11.0#f9a4ef37)
[INFO] [stderr]    Compiling scrypto-derive v0.11.0 (https://github.com/radixdlt/radixdlt-scrypto?tag=v0.11.0#f9a4ef37)
[INFO] [stderr]     Checking scrypto v0.11.0 (https://github.com/radixdlt/radixdlt-scrypto?tag=v0.11.0#f9a4ef37)
[INFO] [stderr]  Documenting dao-project v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.58s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: radix-engine-common v0.11.0 (https://github.com/radixdlt/radixdlt-scrypto?tag=v0.11.0#f9a4ef37)
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] [stderr]    Generated /opt/rustwide/target/doc/dao_project/index.html
[INFO] running `Command { std: "docker" "inspect" "e96a8d265a146e213c07b15b112e7f68fbc1cecc6f6a632de92c1a480f5457d7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e96a8d265a146e213c07b15b112e7f68fbc1cecc6f6a632de92c1a480f5457d7", kill_on_drop: false }`
[INFO] [stdout] e96a8d265a146e213c07b15b112e7f68fbc1cecc6f6a632de92c1a480f5457d7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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-09-21" "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] ad373b654557e983d1b91e09f69c801b7e182dbd1c0661d9f4579a2515a3a3be
[INFO] running `Command { std: "docker" "start" "-a" "ad373b654557e983d1b91e09f69c801b7e182dbd1c0661d9f4579a2515a3a3be", kill_on_drop: false }`
[INFO] [stderr]  Documenting dao-project v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.59s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: radix-engine-common v0.11.0 (https://github.com/radixdlt/radixdlt-scrypto?tag=v0.11.0#f9a4ef37)
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] [stderr]    Generated /opt/rustwide/target/doc/dao_project/index.html
[INFO] running `Command { std: "docker" "inspect" "ad373b654557e983d1b91e09f69c801b7e182dbd1c0661d9f4579a2515a3a3be", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ad373b654557e983d1b91e09f69c801b7e182dbd1c0661d9f4579a2515a3a3be", kill_on_drop: false }`
[INFO] [stdout] ad373b654557e983d1b91e09f69c801b7e182dbd1c0661d9f4579a2515a3a3be
