[INFO] cloning repository https://github.com/AdvocateM/Website
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/AdvocateM/Website" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAdvocateM%2FWebsite", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAdvocateM%2FWebsite'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 557afd87c874d93a60362f506176efd60ad04765
[INFO] documenting AdvocateM/Website 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%2FAdvocateM%2FWebsite" "/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/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/AdvocateM/Website
[INFO] finished tweaking git repo https://github.com/AdvocateM/Website
[INFO] tweaked toml for git repo https://github.com/AdvocateM/Website written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/AdvocateM/Website 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/AdvocateM/Website 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-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 442367979f384f334c0283ee51855348b10c9757253a07360a75429d86df07da
[INFO] running `Command { std: "docker" "start" "-a" "442367979f384f334c0283ee51855348b10c9757253a07360a75429d86df07da", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "442367979f384f334c0283ee51855348b10c9757253a07360a75429d86df07da", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "442367979f384f334c0283ee51855348b10c9757253a07360a75429d86df07da", kill_on_drop: false }`
[INFO] [stdout] 442367979f384f334c0283ee51855348b10c9757253a07360a75429d86df07da
[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: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] 4d119e9cbcc847ff65deada795b89b19b0ff5d212c6b691619bbe0f7162cbfc7
[INFO] running `Command { std: "docker" "start" "-a" "4d119e9cbcc847ff65deada795b89b19b0ff5d212c6b691619bbe0f7162cbfc7", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.60
[INFO] [stderr]    Compiling libc v0.2.146
[INFO] [stderr]    Compiling serde v1.0.164
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]     Checking value-bag v1.4.0
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling cc v1.0.79
[INFO] [stderr]     Checking lock_api v0.4.10
[INFO] [stderr]    Compiling tokio v1.28.2
[INFO] [stderr]     Checking subtle v2.5.0
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking futures-channel v0.3.28
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]     Checking lazy_static v1.4.0
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]     Checking tracing-core v0.1.31
[INFO] [stderr]    Compiling serde_json v1.0.96
[INFO] [stderr]     Checking log v0.4.19
[INFO] [stderr]    Compiling time-macros v0.2.9
[INFO] [stderr]     Checking form_urlencoded v1.2.0
[INFO] [stderr]     Checking time-core v0.1.1
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking tower-service v0.3.2
[INFO] [stderr]     Checking byteorder v1.4.3
[INFO] [stderr]     Checking cfg-if v0.1.10
[INFO] [stderr]     Checking httparse v1.8.0
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]     Checking idna v0.4.0
[INFO] [stderr]     Checking fastrand v1.9.0
[INFO] [stderr]    Compiling crossbeam-utils v0.8.16
[INFO] [stderr]    Compiling crossbeam-utils v0.7.2
[INFO] [stderr]    Compiling maybe-uninit v2.0.0
[INFO] [stderr]    Compiling rustversion v1.0.12
[INFO] [stderr]     Checking iana-time-zone v0.1.57
[INFO] [stderr]     Checking event-listener v2.5.3
[INFO] [stderr]     Checking either v1.8.1
[INFO] [stderr]    Compiling libm v0.2.7
[INFO] [stderr]    Compiling semver-parser v0.7.0
[INFO] [stderr]     Checking futures v0.1.31
[INFO] [stderr]     Checking try-lock v0.2.4
[INFO] [stderr]    Compiling rust_decimal v1.29.1
[INFO] [stderr]     Checking tower-layer v0.3.2
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]    Compiling quote v1.0.28
[INFO] [stderr]    Compiling semver v0.9.0
[INFO] [stderr]     Checking base64 v0.13.1
[INFO] [stderr]     Checking httpdate v1.0.2
[INFO] [stderr]    Compiling async-trait v0.1.68
[INFO] [stderr]     Checking want v0.3.0
[INFO] [stderr]     Checking rustls-pemfile v1.0.2
[INFO] [stderr]    Compiling num-bigint v0.4.3
[INFO] [stderr]    Compiling rustc_version v0.2.3
[INFO] [stderr]     Checking zeroize v1.6.0
[INFO] [stderr]    Compiling ryu v1.0.13
[INFO] [stderr]    Compiling io-lifetimes v1.0.11
[INFO] [stderr]    Compiling syn v2.0.18
[INFO] [stderr]    Compiling num-iter v0.1.43
[INFO] [stderr]    Compiling rustix v0.37.20
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]     Checking outref v0.5.1
[INFO] [stderr]     Checking linux-raw-sys v0.3.8
[INFO] [stderr]     Checking base64ct v1.6.0
[INFO] [stderr]     Checking vsimd v0.8.0
[INFO] [stderr]    Compiling parking_lot_core v0.6.3
[INFO] [stderr]    Compiling getrandom v0.2.10
[INFO] [stderr]     Checking sha1 v0.10.5
[INFO] [stderr]    Compiling semver v1.0.17
[INFO] [stderr]    Compiling num-bigint-dig v0.8.2
[INFO] [stderr]    Compiling parking_lot v0.9.0
[INFO] [stderr]     Checking smallvec v0.6.14
[INFO] [stderr]    Compiling crypto-bigint v0.3.2
[INFO] [stderr]     Checking sha2 v0.10.6
[INFO] [stderr]    Compiling memoffset v0.5.6
[INFO] [stderr]    Compiling cpufeatures v0.2.7
[INFO] [stderr]     Checking arrayvec v0.7.3
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]    Compiling const-oid v0.7.1
[INFO] [stderr]     Checking tokio-executor v0.1.10
[INFO] [stderr]    Compiling libsqlite3-sys v0.24.2
[INFO] [stderr]    Compiling pem-rfc7468 v0.3.1
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling socket2 v0.4.9
[INFO] [stderr]    Compiling num_cpus v1.15.0
[INFO] [stderr]    Compiling mio v0.8.8
[INFO] [stderr]     Checking aho-corasick v1.0.2
[INFO] [stderr]     Checking spin v0.9.8
[INFO] [stderr]     Checking base64-simd v0.8.0
[INFO] [stderr]    Compiling der v0.5.1
[INFO] [stderr]     Checking parking_lot_core v0.9.8
[INFO] [stderr]     Checking signal-hook-registry v1.4.1
[INFO] [stderr]     Checking time v0.1.45
[INFO] [stderr]     Checking iovec v0.1.4
[INFO] [stderr]     Checking bytes v0.4.12
[INFO] [stderr]     Checking parking_lot v0.12.1
[INFO] [stderr]     Checking net2 v0.2.38
[INFO] [stderr]    Compiling crossbeam-epoch v0.8.2
[INFO] [stderr]     Checking mio v0.6.23
[INFO] [stderr]     Checking lock_api v0.3.4
[INFO] [stderr]     Checking waker-fn v1.1.0
[INFO] [stderr]    Compiling ppv-lite86 v0.2.17
[INFO] [stderr]     Checking parking v2.1.0
[INFO] [stderr]     Checking regex-syntax v0.7.2
[INFO] [stderr]     Checking tokio-io v0.1.13
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking futures-lite v1.13.0
[INFO] [stderr]    Compiling rustc_version v0.4.0
[INFO] [stderr]     Checking tokio-sync v0.1.8
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]    Compiling spki v0.5.4
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]    Compiling rustls v0.20.8
[INFO] [stderr]     Checking opaque-debug v0.3.0
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]    Compiling futures-util v0.3.28
[INFO] [stderr]    Compiling parking_lot_core v0.8.6
[INFO] [stderr]    Compiling pkcs8 v0.8.0
[INFO] [stderr]     Checking tokio-reactor v0.1.12
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]     Checking crossbeam-queue v0.3.8
[INFO] [stderr]    Compiling ahash v0.8.3
[INFO] [stderr]     Checking concurrent-queue v2.2.0
[INFO] [stderr]    Compiling standback v0.2.17
[INFO] [stderr]    Compiling proc-macro-hack v0.5.20+deprecated
[INFO] [stderr]    Compiling allocator-api2 v0.2.14
[INFO] [stderr]    Compiling percent-encoding v2.3.0
[INFO] [stderr]     Checking crossbeam-deque v0.7.4
[INFO] [stderr]    Compiling pkcs1 v0.3.3
[INFO] [stderr]    Compiling parking_lot v0.11.2
[INFO] [stderr]     Checking bigdecimal v0.3.1
[INFO] [stderr]    Compiling hashbrown v0.14.0
[INFO] [stderr]     Checking regex v1.8.4
[INFO] [stderr]     Checking tokio-codec v0.1.2
[INFO] [stderr]     Checking sct v0.7.0
[INFO] [stderr]     Checking webpki v0.22.0
[INFO] [stderr]    Compiling dirs-sys v0.3.7
[INFO] [stderr]     Checking crossbeam-queue v0.2.3
[INFO] [stderr]     Checking webpki-roots v0.22.6
[INFO] [stderr]     Checking async-lock v2.7.0
[INFO] [stderr]     Checking md-5 v0.10.5
[INFO] [stderr]     Checking cipher v0.2.5
[INFO] [stderr]    Compiling polling v2.8.0
[INFO] [stderr]    Compiling unicode_categories v0.1.1
[INFO] [stderr]    Compiling base64 v0.21.2
[INFO] [stderr]    Compiling crc-catalog v2.2.0
[INFO] [stderr]    Compiling getrandom v0.1.16
[INFO] [stderr]    Compiling chrono v0.4.26
[INFO] [stderr]    Compiling rsa v0.6.1
[INFO] [stderr]    Compiling sqlformat v0.2.1
[INFO] [stderr]    Compiling crc v3.0.1
[INFO] [stderr]    Compiling futures-executor v0.3.28
[INFO] [stderr]     Checking tokio-threadpool v0.1.18
[INFO] [stderr]    Compiling hkdf v0.12.3
[INFO] [stderr]    Compiling url v2.4.0
[INFO] [stderr]    Compiling dirs v4.0.0
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling hashlink v0.8.3
[INFO] [stderr]    Compiling futures-intrusive v0.4.2
[INFO] [stderr]    Compiling stringprep v0.1.2
[INFO] [stderr]     Checking mio-uds v0.6.8
[INFO] [stderr]    Compiling ahash v0.7.6
[INFO] [stderr]    Compiling atoi v1.0.0
[INFO] [stderr]    Compiling time v0.3.22
[INFO] [stderr]     Checking itertools v0.10.5
[INFO] [stderr]     Checking universal-hash v0.4.0
[INFO] [stderr]     Checking digest v0.9.0
[INFO] [stderr]    Compiling async-io v1.13.0
[INFO] [stderr]     Checking cpuid-bool v0.2.0
[INFO] [stderr]     Checking openssl-probe v0.1.5
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling whoami v1.4.0
[INFO] [stderr]    Compiling uuid v1.3.4
[INFO] [stderr]    Compiling const_fn v0.4.9
[INFO] [stderr]    Compiling serde_derive v1.0.164
[INFO] [stdout] error[E0282]: type annotations needed for `Box<_>`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.22/src/format_description/parse/mod.rs:83:9
[INFO] [stdout]    |
[INFO] [stdout] 83 |     let items = format_items
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 86 |     Ok(items.into())
[INFO] [stdout]    |        ----- type must be known at this point
[INFO] [stdout]    |
[INFO] [stdout] help: consider giving `items` an explicit type, where the placeholders `_` are specified
[INFO] [stdout]    |
[INFO] [stdout] 83 |     let items: Box<_> = format_items
[INFO] [stdout]    |              ++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling futures-macro v0.3.28
[INFO] [stderr]    Compiling tokio-macros v2.1.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.40
[INFO] [stderr]    Compiling tracing-attributes v0.1.24
[INFO] [stderr]    Compiling pin-project-internal v1.1.0
[INFO] [stderr]    Compiling async-stream-impl v0.3.5
[INFO] [stderr]     Checking async-task v4.4.0
[INFO] [stdout] For more information about this error, try `rustc --explain E0282`.
[INFO] [stdout] 
[INFO] [stderr]     Checking async-stream v0.3.5
[INFO] [stderr] error: could not compile `time` (lib) due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "4d119e9cbcc847ff65deada795b89b19b0ff5d212c6b691619bbe0f7162cbfc7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4d119e9cbcc847ff65deada795b89b19b0ff5d212c6b691619bbe0f7162cbfc7", kill_on_drop: false }`
[INFO] [stdout] 4d119e9cbcc847ff65deada795b89b19b0ff5d212c6b691619bbe0f7162cbfc7
