[INFO] cloning repository https://github.com/Demonthos/diffable-arguments
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Demonthos/diffable-arguments" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDemonthos%2Fdiffable-arguments", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDemonthos%2Fdiffable-arguments'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 8fd9040c8c73cf7d43b398795278485c484ccc1f
[INFO] documenting Demonthos/diffable-arguments 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%2FDemonthos%2Fdiffable-arguments" "/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/Demonthos/diffable-arguments
[INFO] finished tweaking git repo https://github.com/Demonthos/diffable-arguments
[INFO] tweaked toml for git repo https://github.com/Demonthos/diffable-arguments written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Demonthos/diffable-arguments 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/Demonthos/diffable-arguments 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] [stderr] warning: unused manifest key: dev
[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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 3aad777a04cf8160506514d47d283348fc3f6c932007b5c321e37d8ec54f579d
[INFO] running `Command { std: "docker" "start" "-a" "3aad777a04cf8160506514d47d283348fc3f6c932007b5c321e37d8ec54f579d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3aad777a04cf8160506514d47d283348fc3f6c932007b5c321e37d8ec54f579d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3aad777a04cf8160506514d47d283348fc3f6c932007b5c321e37d8ec54f579d", kill_on_drop: false }`
[INFO] [stdout] 3aad777a04cf8160506514d47d283348fc3f6c932007b5c321e37d8ec54f579d
[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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/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] 31e273bda9691a90364d86f7d33e3ab3c2bb82f8c011692bc618e36d1b2772ba
[INFO] running `Command { std: "docker" "start" "-a" "31e273bda9691a90364d86f7d33e3ab3c2bb82f8c011692bc618e36d1b2772ba", kill_on_drop: false }`
[INFO] [stderr] warning: unused manifest key: dev
[INFO] [stderr]    Compiling proc-macro2 v1.0.49
[INFO] [stderr]    Compiling syn v1.0.107
[INFO] [stderr]    Compiling crossbeam-utils v0.8.14
[INFO] [stderr]    Compiling serde v1.0.152
[INFO] [stderr]    Compiling memoffset v0.7.1
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.13
[INFO] [stderr]    Compiling bumpalo v3.11.1
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling once_cell v1.17.0
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling rayon-core v1.10.1
[INFO] [stderr]     Checking getrandom v0.2.8
[INFO] [stderr]    Compiling serde_json v1.0.91
[INFO] [stderr]    Compiling rustversion v1.0.11
[INFO] [stderr]     Checking either v1.8.0
[INFO] [stderr]     Checking num_cpus v1.15.0
[INFO] [stderr]     Checking ahash v0.7.6
[INFO] [stderr]     Checking regex-automata v0.1.10
[INFO] [stderr]     Checking hashbrown v0.12.3
[INFO] [stderr]     Checking textwrap v0.11.0
[INFO] [stderr]     Checking itertools v0.10.5
[INFO] [stderr]    Compiling slotmap v1.0.6
[INFO] [stderr]     Checking cast v0.3.0
[INFO] [stderr]     Checking regex-syntax v0.6.28
[INFO] [stderr]     Checking half v1.8.2
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking clap v2.34.0
[INFO] [stderr]     Checking ux v0.1.5
[INFO] [stderr]     Checking oorandom v11.1.3
[INFO] [stderr]     Checking csv-core v0.1.10
[INFO] [stderr]    Compiling quote v1.0.23
[INFO] [stderr]     Checking castaway v0.2.2
[INFO] [stderr]     Checking compact_str v0.6.1
[INFO] [stderr]     Checking crossbeam-channel v0.5.6
[INFO] [stderr]     Checking crossbeam-deque v0.8.2
[INFO] [stderr]     Checking lru v0.8.1
[INFO] [stderr]     Checking rayon v1.6.1
[INFO] [stderr]     Checking plotters v0.3.4
[INFO] [stderr]     Checking criterion-plot v0.4.5
[INFO] [stderr]     Checking regex v1.7.0
[INFO] [stderr]     Checking bstr v0.2.17
[INFO] [stderr]     Checking serde_cbor v0.11.2
[INFO] [stderr]     Checking csv v1.1.6
[INFO] [stderr]     Checking tinytemplate v1.2.1
[INFO] [stderr]    Compiling wasm-bindgen-backend v0.2.84
[INFO] [stderr]    Compiling serde_derive v1.0.152
[INFO] [stderr]    Compiling sledgehammer_bindgen v0.1.3
[INFO] [stderr]    Compiling wasm-bindgen-macro-support v0.2.84
[INFO] [stderr]    Compiling wasm-bindgen-macro v0.2.84
[INFO] [stderr]     Checking wasm-bindgen v0.2.84
[INFO] [stdout] error: older versions of the `wasm-bindgen` crate are incompatible with current versions of Rust; please update to `wasm-bindgen` v0.2.88
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `wasm-bindgen` (lib) due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "31e273bda9691a90364d86f7d33e3ab3c2bb82f8c011692bc618e36d1b2772ba", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "31e273bda9691a90364d86f7d33e3ab3c2bb82f8c011692bc618e36d1b2772ba", kill_on_drop: false }`
[INFO] [stdout] 31e273bda9691a90364d86f7d33e3ab3c2bb82f8c011692bc618e36d1b2772ba
