[INFO] cloning repository https://github.com/AgathaSorceress/url-eater
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/AgathaSorceress/url-eater" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAgathaSorceress%2Furl-eater", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAgathaSorceress%2Furl-eater'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 96af6b75a3605043141db6bf80ad60866c10c827
[INFO] documenting AgathaSorceress/url-eater 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%2FAgathaSorceress%2Furl-eater" "/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/AgathaSorceress/url-eater
[INFO] finished tweaking git repo https://github.com/AgathaSorceress/url-eater
[INFO] tweaked toml for git repo https://github.com/AgathaSorceress/url-eater written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/AgathaSorceress/url-eater 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/AgathaSorceress/url-eater 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-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 4559ab573ca16a4f33203d0efa562e04c00d36b42a425f9ab1026ccf67d323be
[INFO] running `Command { std: "docker" "start" "-a" "4559ab573ca16a4f33203d0efa562e04c00d36b42a425f9ab1026ccf67d323be", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4559ab573ca16a4f33203d0efa562e04c00d36b42a425f9ab1026ccf67d323be", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4559ab573ca16a4f33203d0efa562e04c00d36b42a425f9ab1026ccf67d323be", kill_on_drop: false }`
[INFO] [stdout] 4559ab573ca16a4f33203d0efa562e04c00d36b42a425f9ab1026ccf67d323be
[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: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] dbd5371a8518daf9d00a68e8e2e15821ef13d5900a31e5f9e3ac5666f30ecd56
[INFO] running `Command { std: "docker" "start" "-a" "dbd5371a8518daf9d00a68e8e2e15821ef13d5900a31e5f9e3ac5666f30ecd56", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.152
[INFO] [stderr]     Checking bitflags v2.4.2
[INFO] [stderr]    Compiling memoffset v0.7.1
[INFO] [stderr]    Compiling rustix v0.38.30
[INFO] [stderr]    Compiling ahash v0.8.7
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking linux-raw-sys v0.4.13
[INFO] [stderr]    Compiling pkg-config v0.3.29
[INFO] [stderr]     Checking zerocopy v0.7.32
[INFO] [stderr]     Checking memchr v2.7.1
[INFO] [stderr]     Checking libloading v0.8.1
[INFO] [stderr]     Checking miniz_oxide v0.7.1
[INFO] [stderr]     Checking smallvec v1.13.1
[INFO] [stderr]     Checking allocator-api2 v0.2.16
[INFO] [stderr]    Compiling syn v2.0.48
[INFO] [stderr]     Checking dlib v0.5.2
[INFO] [stderr]     Checking gimli v0.28.1
[INFO] [stderr]    Compiling num-traits v0.2.17
[INFO] [stderr]    Compiling parking_lot_core v0.9.9
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]     Checking fdeflate v0.3.4
[INFO] [stderr]     Checking object v0.32.2
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]     Checking unicode-width v0.1.11
[INFO] [stderr]    Compiling x11rb v0.12.0
[INFO] [stderr]     Checking flate2 v1.0.28
[INFO] [stderr]     Checking bytecount v0.6.7
[INFO] [stderr]     Checking hashbrown v0.14.3
[INFO] [stderr]     Checking unicode-linebreak v0.1.5
[INFO] [stderr]    Compiling wayland-sys v0.31.1
[INFO] [stderr]     Checking smawk v0.3.2
[INFO] [stderr]    Compiling unicode-segmentation v1.10.1
[INFO] [stderr]     Checking is_ci v1.1.1
[INFO] [stderr]    Compiling quick-xml v0.30.0
[INFO] [stderr]     Checking fastrand v2.0.1
[INFO] [stderr]     Checking textwrap v0.15.2
[INFO] [stderr]     Checking png v0.17.11
[INFO] [stderr]     Checking bytemuck v1.14.0
[INFO] [stderr]     Checking owo-colors v3.5.0
[INFO] [stderr]     Checking idna v0.5.0
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]     Checking wildmatch v2.3.0
[INFO] [stderr]     Checking indexmap v2.1.0
[INFO] [stderr]     Checking chumsky v0.9.3
[INFO] [stderr]    Compiling wayland-scanner v0.31.0
[INFO] [stderr]    Compiling cc v1.0.83
[INFO] [stderr]     Checking url v2.5.0
[INFO] [stderr]     Checking image v0.24.8
[INFO] [stderr]     Checking addr2line v0.21.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.56
[INFO] [stderr]    Compiling miette-derive v5.10.0
[INFO] [stderr]     Checking petgraph v0.6.4
[INFO] [stderr]    Compiling wayland-backend v0.3.2
[INFO] [stderr]    Compiling backtrace v0.3.69
[INFO] [stderr]     Checking nix v0.26.4
[INFO] [stderr]     Checking getrandom v0.2.12
[INFO] [stderr]     Checking os_pipe v1.1.5
[INFO] [stderr]     Checking terminal_size v0.1.17
[INFO] [stderr]     Checking gethostname v0.3.0
[INFO] [stderr]     Checking parking_lot v0.12.1
[INFO] [stderr]     Checking ahash v0.7.7
[INFO] [stderr]     Checking hashbrown v0.12.3
[INFO] [stderr]     Checking is-terminal v0.4.10
[INFO] [stderr]     Checking tempfile v3.9.0
[INFO] [stderr]     Checking supports-unicode v2.1.0
[INFO] [stderr]     Checking supports-color v2.1.0
[INFO] [stderr]     Checking supports-hyperlinks v2.1.0
[INFO] [stderr]     Checking thiserror v1.0.56
[INFO] [stderr]     Checking lru v0.7.8
[INFO] [stderr]     Checking backtrace-ext v0.2.1
[INFO] [stderr]     Checking tree_magic_mini v3.0.3
[INFO] [stderr]     Checking miette v5.10.0
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling derive-new v0.5.9
[INFO] [stderr]    Compiling memoize-inner v0.4.3
[INFO] [stderr]    Compiling knuffel-derive v3.2.0
[INFO] [stderr]     Checking memoize v0.4.2
[INFO] [stderr]     Checking x11rb-protocol v0.12.0
[INFO] [stderr]     Checking wayland-client v0.31.1
[INFO] [stderr]     Checking knuffel v3.2.0
[INFO] [stderr]     Checking wayland-protocols v0.31.0
[INFO] [stderr]     Checking wayland-protocols-wlr v0.2.0
[INFO] [stderr]     Checking wl-clipboard-rs v0.8.0
[INFO] [stderr]     Checking arboard v3.3.0
[INFO] [stderr]  Documenting url-eater v0.2.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.19s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: wl-clipboard-rs v0.8.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3`
[INFO] [stderr]    Generated /opt/rustwide/target/doc/url_eater/index.html
[INFO] running `Command { std: "docker" "inspect" "dbd5371a8518daf9d00a68e8e2e15821ef13d5900a31e5f9e3ac5666f30ecd56", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dbd5371a8518daf9d00a68e8e2e15821ef13d5900a31e5f9e3ac5666f30ecd56", kill_on_drop: false }`
[INFO] [stdout] dbd5371a8518daf9d00a68e8e2e15821ef13d5900a31e5f9e3ac5666f30ecd56
