[INFO] cloning repository https://github.com/0aba/console_todo_list
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/0aba/console_todo_list" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F0aba%2Fconsole_todo_list", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F0aba%2Fconsole_todo_list'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 078f6875a9b202ffa113621c4b25db3438426fb4
[INFO] documenting 0aba/console_todo_list 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%2F0aba%2Fconsole_todo_list" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-2-tc2/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/0aba/console_todo_list
[INFO] finished tweaking git repo https://github.com/0aba/console_todo_list
[INFO] tweaked toml for git repo https://github.com/0aba/console_todo_list written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/0aba/console_todo_list 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/0aba/console_todo_list 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-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] 8fd4bc1f9cd53b67b681310e7766867fce5ebc19acdad9e9204fe4967b0321fa
[INFO] running `Command { std: "docker" "start" "-a" "8fd4bc1f9cd53b67b681310e7766867fce5ebc19acdad9e9204fe4967b0321fa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8fd4bc1f9cd53b67b681310e7766867fce5ebc19acdad9e9204fe4967b0321fa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8fd4bc1f9cd53b67b681310e7766867fce5ebc19acdad9e9204fe4967b0321fa", kill_on_drop: false }`
[INFO] [stdout] 8fd4bc1f9cd53b67b681310e7766867fce5ebc19acdad9e9204fe4967b0321fa
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] a9321da36cea5079aa7da15cecefae09913bea9196a6739ccce92f559b9a2022
[INFO] running `Command { std: "docker" "start" "-a" "a9321da36cea5079aa7da15cecefae09913bea9196a6739ccce92f559b9a2022", kill_on_drop: false }`
[INFO] [stderr]    Compiling zerocopy v0.8.25
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling proc-macro2 v1.0.95
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]     Checking fallible-iterator v0.2.0
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]     Checking getrandom v0.3.3
[INFO] [stderr]     Checking smallvec v1.15.0
[INFO] [stderr]     Checking siphasher v1.0.1
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking tokio-util v0.7.15
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]     Checking whoami v1.6.0
[INFO] [stderr]     Checking rtoolbox v0.0.3
[INFO] [stderr]     Checking md-5 v0.10.6
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking unicode-linebreak v0.1.5
[INFO] [stderr]     Checking smawk v0.3.2
[INFO] [stderr]     Checking rand_core v0.9.3
[INFO] [stderr]     Checking unicode-width v0.2.0
[INFO] [stderr]     Checking rpassword v7.4.0
[INFO] [stderr]     Checking phf_shared v0.11.3
[INFO] [stderr]     Checking phf v0.11.3
[INFO] [stderr]     Checking textwrap v0.16.2
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling syn v2.0.101
[INFO] [stderr]     Checking chrono v0.4.41
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking rand v0.9.1
[INFO] [stderr]     Checking postgres-protocol v0.6.8
[INFO] [stderr]     Checking postgres-types v0.2.9
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling async-trait v0.1.88
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking tokio-postgres v0.7.13
[INFO] [stderr]     Checking postgres v0.19.10
[INFO] [stderr]  Documenting console_todo_list v1.0.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.06s
[INFO] [stderr]    Generated /opt/rustwide/target/doc/console_todo_list/index.html
[INFO] running `Command { std: "docker" "inspect" "a9321da36cea5079aa7da15cecefae09913bea9196a6739ccce92f559b9a2022", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a9321da36cea5079aa7da15cecefae09913bea9196a6739ccce92f559b9a2022", kill_on_drop: false }`
[INFO] [stdout] a9321da36cea5079aa7da15cecefae09913bea9196a6739ccce92f559b9a2022
