[INFO] cloning repository https://github.com/0xterrybit/rune-index-server
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/0xterrybit/rune-index-server" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F0xterrybit%2Frune-index-server", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F0xterrybit%2Frune-index-server'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] bd5dba6b32784c244ed4e425e505d518a68f3e1b
[INFO] documenting 0xterrybit/rune-index-server 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%2F0xterrybit%2Frune-index-server" "/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/0xterrybit/rune-index-server
[INFO] removed 0 missing tests
[INFO] finished tweaking git repo https://github.com/0xterrybit/rune-index-server
[INFO] tweaked toml for git repo https://github.com/0xterrybit/rune-index-server written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/0xterrybit/rune-index-server 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/0xterrybit/rune-index-server 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]     Blocking waiting for file lock on package cache
[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] 65d0e3a65726fd235459e6a5cf7a926c5b6d5da4127accf4365483457e098b8f
[INFO] running `Command { std: "docker" "start" "-a" "65d0e3a65726fd235459e6a5cf7a926c5b6d5da4127accf4365483457e098b8f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "65d0e3a65726fd235459e6a5cf7a926c5b6d5da4127accf4365483457e098b8f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "65d0e3a65726fd235459e6a5cf7a926c5b6d5da4127accf4365483457e098b8f", kill_on_drop: false }`
[INFO] [stdout] 65d0e3a65726fd235459e6a5cf7a926c5b6d5da4127accf4365483457e098b8f
[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] 86470f8cc0593b2b5833258ea1ba71742da57b88bd127717a5e1bbb20b316f22
[INFO] running `Command { std: "docker" "start" "-a" "86470f8cc0593b2b5833258ea1ba71742da57b88bd127717a5e1bbb20b316f22", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.154
[INFO] [stderr]    Compiling autocfg v1.2.0
[INFO] [stderr]    Compiling cc v1.0.96
[INFO] [stderr]     Checking memchr v2.7.2
[INFO] [stderr]     Checking pin-project-lite v0.2.14
[INFO] [stderr]    Compiling serde v1.0.200
[INFO] [stderr]     Checking log v0.4.21
[INFO] [stderr]     Checking bytes v1.6.0
[INFO] [stderr]     Checking futures-io v0.3.30
[INFO] [stderr]    Compiling syn v2.0.60
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]    Compiling rustversion v1.0.15
[INFO] [stderr]     Checking concurrent-queue v2.5.0
[INFO] [stderr]     Checking tracing-core v0.1.32
[INFO] [stderr]    Compiling thiserror v1.0.59
[INFO] [stderr]     Checking bitflags v2.5.0
[INFO] [stderr]    Compiling bitcoin-private v0.1.0
[INFO] [stderr]    Compiling serde_json v1.0.116
[INFO] [stderr]     Checking deranged v0.3.11
[INFO] [stderr]    Compiling time-macros v0.2.18
[INFO] [stderr]     Checking miniz_oxide v0.7.2
[INFO] [stderr]    Compiling io-lifetimes v1.0.11
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling num-traits v0.2.18
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]     Checking http v0.2.12
[INFO] [stderr]    Compiling polling v2.8.0
[INFO] [stderr]    Compiling num-bigint v0.4.4
[INFO] [stderr]     Checking indexmap v2.2.6
[INFO] [stderr]    Compiling rustix v0.37.27
[INFO] [stderr]    Compiling hex_lit v0.1.1
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]    Compiling async-io v1.13.0
[INFO] [stderr]     Checking event-listener v5.3.0
[INFO] [stderr]     Checking event-listener v4.0.3
[INFO] [stderr]     Checking gimli v0.28.1
[INFO] [stderr]    Compiling openssl v0.10.64
[INFO] [stderr]     Checking linux-raw-sys v0.3.8
[INFO] [stderr]     Checking waker-fn v1.1.1
[INFO] [stderr]     Checking http-body v0.4.6
[INFO] [stderr]     Checking fastrand v1.9.0
[INFO] [stderr]    Compiling bitcoin v0.30.2
[INFO] [stderr]     Checking fastrand v2.1.0
[INFO] [stderr]     Checking event-listener-strategy v0.4.0
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]     Checking futures-lite v1.13.0
[INFO] [stderr]     Checking event-listener-strategy v0.5.2
[INFO] [stderr]     Checking async-lock v2.8.0
[INFO] [stderr]     Checking getrandom v0.2.14
[INFO] [stderr]     Checking num_cpus v1.16.0
[INFO] [stderr]     Checking mio v0.8.11
[INFO] [stderr]     Checking socket2 v0.5.7
[INFO] [stderr]    Compiling ring v0.17.8
[INFO] [stderr]    Compiling openssl-sys v0.9.102
[INFO] [stderr]    Compiling secp256k1-sys v0.8.1
[INFO] [stderr]     Checking time v0.3.36
[INFO] [stderr]    Compiling backtrace v0.3.71
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking socket2 v0.4.10
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking object v0.32.2
[INFO] [stderr]     Checking untrusted v0.7.1
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rustls-pki-types v1.5.0
[INFO] [stderr]    Compiling anyhow v1.0.82
[INFO] [stderr]     Checking rustc-demangle v0.1.23
[INFO] [stderr]    Compiling rustls v0.22.4
[INFO] [stderr]     Checking bech32 v0.9.1
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking rusticata-macros v4.1.0
[INFO] [stderr]    Compiling rustls v0.21.12
[INFO] [stderr]     Checking anstyle-parse v0.2.4
[INFO] [stderr]     Checking piper v0.2.1
[INFO] [stderr]    Compiling native-tls v0.2.11
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking async-channel v2.2.1
[INFO] [stderr]     Checking unicode-normalization v0.1.22
[INFO] [stderr]     Checking async-lock v3.3.0
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]     Checking http v1.1.0
[INFO] [stderr]     Checking futures-lite v2.3.0
[INFO] [stderr]     Checking encoding_rs v0.8.34
[INFO] [stderr]     Checking anstyle-query v1.0.3
[INFO] [stderr]     Checking is_terminal_polyfill v1.70.0
[INFO] [stderr]    Compiling oid-registry v0.4.0
[INFO] [stderr]     Checking regex-syntax v0.8.3
[INFO] [stderr]     Checking subtle v2.5.0
[INFO] [stderr]     Checking colorchoice v1.0.1
[INFO] [stderr]     Checking zeroize v1.7.0
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]     Checking anstyle v1.0.7
[INFO] [stderr]    Compiling nix v0.28.0
[INFO] [stderr]    Compiling sha2 v0.10.8
[INFO] [stderr]    Compiling darling_core v0.20.8
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]     Checking blocking v1.6.0
[INFO] [stderr]     Checking anstream v0.6.14
[INFO] [stderr]     Checking addr2line v0.21.0
[INFO] [stderr]     Checking brotli-decompressor v4.0.0
[INFO] [stderr]    Compiling axum-core v0.3.4
[INFO] [stderr]    Compiling darling_core v0.14.4
[INFO] [stderr]    Compiling synstructure v0.12.6
[INFO] [stderr]    Compiling new_mime_guess v4.0.1
[INFO] [stderr]    Compiling num-rational v0.4.1
[INFO] [stderr]     Checking generic_static v0.2.0
[INFO] [stderr]    Compiling rustix v0.38.34
[INFO] [stderr]    Compiling portable-atomic v1.6.0
[INFO] [stderr]     Checking utf-8 v0.7.6
[INFO] [stderr]     Checking async-net v1.8.0
[INFO] [stderr]     Checking idna v0.5.0
[INFO] [stderr]    Compiling rust-embed-utils v8.3.0
[INFO] [stderr]     Checking flate2 v1.0.30
[INFO] [stderr]     Checking quick-xml v0.30.0
[INFO] [stderr]     Checking brotli v5.0.0
[INFO] [stderr]     Checking yasna v0.5.2
[INFO] [stderr]     Checking regex-automata v0.4.6
[INFO] [stderr]    Compiling axum v0.6.20
[INFO] [stderr]     Checking webpki-roots v0.25.4
[INFO] [stderr]     Checking linux-raw-sys v0.4.13
[INFO] [stderr]     Checking unicode-width v0.1.12
[INFO] [stderr]     Checking never v0.1.0
[INFO] [stderr]     Checking arc-swap v1.7.1
[INFO] [stderr]     Checking either v1.11.0
[INFO] [stderr]     Checking option-ext v0.2.0
[INFO] [stderr]    Compiling redb v2.1.0
[INFO] [stderr]     Checking dirs-sys v0.4.1
[INFO] [stderr]     Checking clap_builder v4.5.2
[INFO] [stderr]     Checking rayon v1.10.0
[INFO] [stderr]     Checking console v0.15.8
[INFO] [stderr]     Checking array-init v0.0.4
[INFO] [stderr]     Checking url v2.5.0
[INFO] [stderr]    Compiling mime_guess v2.0.4
[INFO] [stderr]     Checking http-range-header v0.3.1
[INFO] [stderr]     Checking bitcoin_hashes v0.11.0
[INFO] [stderr]     Checking rcgen v0.10.0
[INFO] [stderr]     Checking number_prefix v0.4.0
[INFO] [stderr]     Checking unsafe-libyaml v0.2.11
[INFO] [stderr]     Checking sha3 v0.10.8
[INFO] [stderr]     Checking dirs v5.0.1
[INFO] [stderr]    Compiling serde_derive v1.0.200
[INFO] [stderr]    Compiling futures-macro v0.3.30
[INFO] [stderr]    Compiling tokio-macros v2.2.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.59
[INFO] [stderr]    Compiling asn1-rs-derive v0.1.0
[INFO] [stderr]    Compiling darling_macro v0.14.4
[INFO] [stderr]    Compiling asn1-rs-impl v0.1.0
[INFO] [stderr]    Compiling darling_macro v0.20.8
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling displaydoc v0.2.4
[INFO] [stderr]    Compiling darling v0.14.4
[INFO] [stderr]     Checking rustls-webpki v0.101.7
[INFO] [stderr]     Checking tokio v1.37.0
[INFO] [stderr]     Checking rustls-webpki v0.102.3
[INFO] [stderr]    Compiling derive_builder_core v0.12.0
[INFO] [stderr]     Checking sct v0.7.1
[INFO] [stderr]    Compiling strum_macros v0.24.3
[INFO] [stderr]    Compiling pin-project-internal v1.1.5
[INFO] [stderr]    Compiling async-trait v0.1.80
[INFO] [stderr]     Checking futures-util v0.3.30
[INFO] [stderr]     Checking regex v1.10.4
[INFO] [stderr]    Compiling darling v0.20.8
[INFO] [stderr]    Compiling serde_with_macros v3.8.1
[INFO] [stderr]     Checking env_filter v0.1.0
[INFO] [stderr]    Compiling derive_more v0.99.17
[INFO] [stderr]    Compiling clap_derive v4.5.4
[INFO] [stderr]     Checking asn1-rs v0.3.1
[INFO] [stderr]    Compiling derive_builder_macro v0.12.0
[INFO] [stderr]    Compiling rust-embed-impl v8.3.0
[INFO] [stderr]     Checking env_logger v0.11.3
[INFO] [stderr]    Compiling boilerplate v1.0.0
[INFO] [stderr]     Checking derive_builder v0.12.0
[INFO] [stderr]     Checking sysinfo v0.30.11
[INFO] [stderr]     Checking tempfile v3.10.1
[INFO] [stderr]     Checking ctrlc v3.4.4
[INFO] [stderr]     Checking indicatif v0.17.8
[INFO] [stderr]     Checking strum v0.24.1
[INFO] [stderr]     Checking rust-embed v8.3.0
[INFO] [stderr]     Checking bech32 v0.11.0
[INFO] [stderr]     Checking html-escaper v0.2.0
[INFO] [stderr]     Checking der-parser v7.0.0
[INFO] [stderr]     Checking pin-project v1.1.5
[INFO] [stderr]     Checking clap v4.5.4
[INFO] [stderr]     Checking x509-parser v0.13.2
[INFO] [stderr]     Checking futures-rustls v0.25.1
[INFO] [stderr]     Checking futures-executor v0.3.30
[INFO] [stderr]     Checking futures v0.3.30
[INFO] [stderr]     Checking async-ws v0.4.0
[INFO] [stderr]     Checking async-http-codec v0.8.0
[INFO] [stderr]     Checking async-web-client v0.4.0
[INFO] [stderr]     Checking tokio-util v0.7.10
[INFO] [stderr]     Checking tokio-rustls v0.24.1
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking tower v0.4.13
[INFO] [stderr]     Checking async-compression v0.4.9
[INFO] [stderr]     Checking tokio-stream v0.1.15
[INFO] [stderr]     Checking h2 v0.3.26
[INFO] [stderr]     Checking tower-http v0.4.4
[INFO] [stderr]     Checking bitcoin_hashes v0.12.0
[INFO] [stderr]     Checking chrono v0.4.38
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking serde_path_to_error v0.1.16
[INFO] [stderr]     Checking serde_with v3.8.1
[INFO] [stderr]     Checking serde-hex v0.1.0
[INFO] [stderr]     Checking bip39 v2.0.0
[INFO] [stderr]     Checking serde_yaml v0.9.34+deprecated
[INFO] [stderr]     Checking ciborium v0.2.2
[INFO] [stderr]     Checking secp256k1 v0.27.0
[INFO] [stderr]     Checking jsonrpc v0.14.1
[INFO] [stderr]     Checking mp4 v0.14.0
[INFO] [stderr]     Checking diligent-date-parser v0.1.4
[INFO] [stderr]     Checking atom_syndication v0.12.2
[INFO] [stderr]     Checking rss v2.0.7
[INFO] [stderr]     Checking hyper v0.14.28
[INFO] [stderr]     Checking ord-bitcoincore-rpc-json v0.17.1
[INFO] [stderr]     Checking ordinals v0.0.8 (/opt/rustwide/workdir/crates/ordinals)
[INFO] [stderr]     Checking miniscript v10.0.0
[INFO] [stderr]     Checking axum-server v0.5.1
[INFO] [stderr]     Checking hyper-tls v0.5.0
[INFO] [stderr]     Checking reqwest v0.11.27
[INFO] [stderr]     Checking rustls-acme v0.8.1
[INFO] [stderr]     Checking ord-bitcoincore-rpc v0.17.2
[INFO] [stderr]  Documenting ord v0.18.4 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary parentheses around closure body
[INFO] [stdout]    --> src/wallet/batch/plan.rs:469:49
[INFO] [stdout]     |
[INFO] [stdout] 469 |                   terms.height.and_then(|range| (range.start)),
[INFO] [stdout]     |                                                 ^           ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 469 -                   terms.height.and_then(|range| (range.start)),
[INFO] [stdout] 469 +                   terms.height.and_then(|range| range.start ),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around closure body
[INFO] [stdout]    --> src/wallet/batch/plan.rs:470:49
[INFO] [stdout]     |
[INFO] [stdout] 470 |                   terms.height.and_then(|range| (range.end)),
[INFO] [stdout]     |                                                 ^         ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 470 -                   terms.height.and_then(|range| (range.end)),
[INFO] [stdout] 470 +                   terms.height.and_then(|range| range.end ),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around closure body
[INFO] [stdout]    --> src/wallet/batch/plan.rs:474:49
[INFO] [stdout]     |
[INFO] [stdout] 474 |                   terms.offset.and_then(|range| (range.start)),
[INFO] [stdout]     |                                                 ^           ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 474 -                   terms.offset.and_then(|range| (range.start)),
[INFO] [stdout] 474 +                   terms.offset.and_then(|range| range.start ),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around closure body
[INFO] [stdout]    --> src/wallet/batch/plan.rs:475:49
[INFO] [stdout]     |
[INFO] [stdout] 475 |                   terms.offset.and_then(|range| (range.end)),
[INFO] [stdout]     |                                                 ^         ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 475 -                   terms.offset.and_then(|range| (range.end)),
[INFO] [stdout] 475 +                   terms.offset.and_then(|range| range.end ),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]   --> src/inscriptions/teleburn.rs:24:21
[INFO] [stdout]    |
[INFO] [stdout] 24 | /// checksum as per https://eips.ethereum.org/EIPS/eip-55
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]    = note: `#[warn(rustdoc::bare_urls)]` on by default
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]    |
[INFO] [stdout] 24 | /// checksum as per <https://eips.ethereum.org/EIPS/eip-55>
[INFO] [stdout]    |                     +                                     +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.11s
[INFO] [stderr]    Generated /opt/rustwide/target/doc/ord/index.html
[INFO] running `Command { std: "docker" "inspect" "86470f8cc0593b2b5833258ea1ba71742da57b88bd127717a5e1bbb20b316f22", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "86470f8cc0593b2b5833258ea1ba71742da57b88bd127717a5e1bbb20b316f22", kill_on_drop: false }`
[INFO] [stdout] 86470f8cc0593b2b5833258ea1ba71742da57b88bd127717a5e1bbb20b316f22
[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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/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] 8b3d9894e6b56e69e3da65e151cb4c4f4cf584343d656d37baaa022dcedcf171
[INFO] running `Command { std: "docker" "start" "-a" "8b3d9894e6b56e69e3da65e151cb4c4f4cf584343d656d37baaa022dcedcf171", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.81
[INFO] [stderr]    Compiling thiserror v1.0.59
[INFO] [stderr]    Compiling anyhow v1.0.82
[INFO] [stdout] error[E0412]: cannot find type `SourceFile` in crate `proc_macro`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.81/src/wrapper.rs:365:26
[INFO] [stdout]     |
[INFO] [stdout] 365 |     Compiler(proc_macro::SourceFile),
[INFO] [stdout]     |                          ^^^^^^^^^^ not found in `proc_macro`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::SourceFile;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::fallback::SourceFile;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `SourceFile`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 365 -     Compiler(proc_macro::SourceFile),
[INFO] [stdout] 365 +     Compiler(SourceFile),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `SourceFile` in crate `proc_macro`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.81/src/wrapper.rs:371:32
[INFO] [stdout]     |
[INFO] [stdout] 371 |     fn nightly(sf: proc_macro::SourceFile) -> Self {
[INFO] [stdout]     |                                ^^^^^^^^^^ not found in `proc_macro`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::SourceFile;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::fallback::SourceFile;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `SourceFile`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 371 -     fn nightly(sf: proc_macro::SourceFile) -> Self {
[INFO] [stdout] 371 +     fn nightly(sf: SourceFile) -> Self {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `source_file` found for reference `&proc_macro::Span` in the current scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.81/src/wrapper.rs:461:56
[INFO] [stdout]     |
[INFO] [stdout] 461 |             Span::Compiler(s) => SourceFile::nightly(s.source_file()),
[INFO] [stdout]     |                                                        ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `source` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 461 -             Span::Compiler(s) => SourceFile::nightly(s.source_file()),
[INFO] [stdout] 461 +             Span::Compiler(s) => SourceFile::nightly(s.source()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `proc-macro2` (lib) due to 3 previous errors
[INFO] running `Command { std: "docker" "inspect" "8b3d9894e6b56e69e3da65e151cb4c4f4cf584343d656d37baaa022dcedcf171", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8b3d9894e6b56e69e3da65e151cb4c4f4cf584343d656d37baaa022dcedcf171", kill_on_drop: false }`
[INFO] [stdout] 8b3d9894e6b56e69e3da65e151cb4c4f4cf584343d656d37baaa022dcedcf171
