[INFO] fetching crate shannon-brush-core 0.4.0...
[INFO] documenting shannon-brush-core-0.4.0 against 824336ad4127ce295849937a24c08a4aeff6ada7 for pr-162169
[INFO] extracting crate shannon-brush-core 0.4.0 into /workspace/builds/worker-5-tc1/source
[INFO] started tweaking crates.io crate shannon-brush-core 0.4.0
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate shannon-brush-core 0.4.0
[INFO] tweaked toml for crates.io crate shannon-brush-core 0.4.0 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate shannon-brush-core 0.4.0 on toolchain 824336ad4127ce295849937a24c08a4aeff6ada7
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+824336ad4127ce295849937a24c08a4aeff6ada7" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate shannon-brush-core 0.4.0 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" "+824336ad4127ce295849937a24c08a4aeff6ada7" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded utf8-chars v3.0.6
[INFO] [stderr]   Downloaded uzers v0.12.2
[INFO] [stderr]   Downloaded cached_proc_macro v0.26.0
[INFO] [stderr]   Downloaded command-fds v0.3.2
[INFO] [stderr]   Downloaded color-print v0.3.7
[INFO] [stderr]   Downloaded shannon-brush-parser v0.3.0
[INFO] [stderr]   Downloaded color-print-proc-macro v0.3.7
[INFO] [stderr]   Downloaded normalize-path v0.2.1
[INFO] [stderr]   Downloaded cached v0.58.0
[INFO] [stderr]   Downloaded rpds v1.2.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 5ab48c17e7a70b5d5b6a5f7b5aac96bc6e52f6f4263a4950f3a082e9e282d8b9
[INFO] running `Command { std: "docker" "start" "5ab48c17e7a70b5d5b6a5f7b5aac96bc6e52f6f4263a4950f3a082e9e282d8b9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5ab48c17e7a70b5d5b6a5f7b5aac96bc6e52f6f4263a4950f3a082e9e282d8b9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "5ab48c17e7a70b5d5b6a5f7b5aac96bc6e52f6f4263a4950f3a082e9e282d8b9" "/opt/rustwide/cargo-home/bin/cargo" "+824336ad4127ce295849937a24c08a4aeff6ada7" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5ab48c17e7a70b5d5b6a5f7b5aac96bc6e52f6f4263a4950f3a082e9e282d8b9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "5ab48c17e7a70b5d5b6a5f7b5aac96bc6e52f6f4263a4950f3a082e9e282d8b9" "/opt/rustwide/cargo-home/bin/cargo" "+824336ad4127ce295849937a24c08a4aeff6ada7" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling pest v2.8.6
[INFO] [stderr]    Compiling phf_shared v0.11.3
[INFO] [stderr]    Compiling zerocopy v0.8.42
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]    Compiling nix v0.30.1
[INFO] [stderr]    Compiling peg-runtime v0.8.5
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling peg-macros v0.8.5
[INFO] [stderr]     Checking console v0.15.11
[INFO] [stderr]    Compiling nix v0.31.2
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]    Compiling phf_generator v0.11.3
[INFO] [stderr]     Checking triomphe v0.1.15
[INFO] [stderr]     Checking cached_proc_macro_types v0.1.1
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]    Compiling phf_codegen v0.11.3
[INFO] [stderr]     Checking similar v2.7.0
[INFO] [stderr]     Checking regex-syntax v0.8.10
[INFO] [stderr]    Compiling terminfo v0.9.0
[INFO] [stderr]     Checking archery v1.2.2
[INFO] [stderr]     Checking utf8-chars v3.0.6
[INFO] [stderr]    Compiling pest_meta v2.8.6
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]     Checking phf v0.11.3
[INFO] [stderr]    Compiling clap_derive v4.6.0
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]    Compiling tokio-macros v2.6.1
[INFO] [stderr]     Checking uzers v0.12.2
[INFO] [stderr]     Checking rpds v1.2.0
[INFO] [stderr]     Checking rand v0.10.0
[INFO] [stderr]     Checking peg v0.8.5
[INFO] [stderr]    Compiling strum_macros v0.28.0
[INFO] [stderr]    Compiling pest_generator v2.8.6
[INFO] [stderr]     Checking command-fds v0.3.2
[INFO] [stderr]     Checking tokio v1.50.0
[INFO] [stderr]     Checking terminal_size v0.4.3
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]     Checking clap_builder v4.6.0
[INFO] [stderr]    Compiling inherent v1.0.13
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling async-recursion v1.1.1
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]     Checking hostname v0.4.2
[INFO] [stderr]     Checking normalize-path v0.2.1
[INFO] [stderr]    Compiling color-print-proc-macro v0.3.7
[INFO] [stderr]    Compiling pest_derive v2.8.6
[INFO] [stderr]     Checking insta v1.46.3
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]     Checking color-print v0.3.7
[INFO] [stderr]     Checking clap v4.6.0
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]    Compiling bon-macros v3.9.1
[INFO] [stderr]    Compiling cached_proc_macro v0.26.0
[INFO] [stderr]     Checking futures-executor v0.3.32
[INFO] [stderr]     Checking futures v0.3.32
[INFO] [stderr]     Checking fancy-regex v0.17.0
[INFO] [stderr]     Checking ahash v0.8.12
[INFO] [stderr]     Checking cached v0.58.0
[INFO] [stderr]     Checking bon v3.9.1
[INFO] [stderr]     Checking shannon-brush-parser v0.3.0
[INFO] [stderr]  Documenting shannon-brush-core v0.4.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.85s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nix v0.30.1, nix v0.31.2
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 7`
[INFO] [stderr]    Generated /opt/rustwide/target/doc/shannon_brush_core/index.html
[INFO] running `Command { std: "docker" "inspect" "5ab48c17e7a70b5d5b6a5f7b5aac96bc6e52f6f4263a4950f3a082e9e282d8b9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "DOCS_RS=1" "-e" "RUSTC_BOOTSTRAP=1" "-w" "/opt/rustwide/workdir" "--user" "0:0" "5ab48c17e7a70b5d5b6a5f7b5aac96bc6e52f6f4263a4950f3a082e9e282d8b9" "/opt/rustwide/cargo-home/bin/cargo" "+824336ad4127ce295849937a24c08a4aeff6ada7" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--document-private-items\"]" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]  Documenting shannon-brush-core v0.4.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.11s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nix v0.30.1, nix v0.31.2
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 7`
[INFO] [stderr]    Generated /opt/rustwide/target/doc/shannon_brush_core/index.html
[INFO] running `Command { std: "docker" "inspect" "5ab48c17e7a70b5d5b6a5f7b5aac96bc6e52f6f4263a4950f3a082e9e282d8b9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5ab48c17e7a70b5d5b6a5f7b5aac96bc6e52f6f4263a4950f3a082e9e282d8b9", kill_on_drop: false }`
[INFO] [stdout] 5ab48c17e7a70b5d5b6a5f7b5aac96bc6e52f6f4263a4950f3a082e9e282d8b9
