[INFO] fetching crate docstrings 0.1.1... [INFO] testing docstrings-0.1.1 against beta-2025-09-21 for beta-1.91-3 [INFO] extracting crate docstrings 0.1.1 into /workspace/builds/worker-6-tc2/source [INFO] started tweaking crates.io crate docstrings 0.1.1 [INFO] finished tweaking crates.io crate docstrings 0.1.1 [INFO] tweaked toml for crates.io crate docstrings 0.1.1 written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate docstrings 0.1.1 on toolchain beta-2025-09-21 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 5 packages to latest compatible versions [INFO] [stderr] Adding pulldown-cmark v0.0.14 (available: v0.13.0) [INFO] [stderr] Adding quick-error v1.2.3 (available: v2.0.1) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 477a1c51a4303931eae928eb853b46dbd54fc2b431ac581646f0ec8168c0c2fd [INFO] running `Command { std: "docker" "start" "-a" "477a1c51a4303931eae928eb853b46dbd54fc2b431ac581646f0ec8168c0c2fd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "477a1c51a4303931eae928eb853b46dbd54fc2b431ac581646f0ec8168c0c2fd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "477a1c51a4303931eae928eb853b46dbd54fc2b431ac581646f0ec8168c0c2fd", kill_on_drop: false }` [INFO] [stdout] 477a1c51a4303931eae928eb853b46dbd54fc2b431ac581646f0ec8168c0c2fd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d62c1e857ddfb5e44424e4dcd9fdc2505f7a8f654b9aa05a903979ef35ab1f59 [INFO] running `Command { std: "docker" "start" "-a" "d62c1e857ddfb5e44424e4dcd9fdc2505f7a8f654b9aa05a903979ef35ab1f59", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Compiling unicode-width v0.2.1 [INFO] [stderr] Compiling pulldown-cmark v0.0.14 [INFO] [stderr] Compiling bitflags v0.8.2 [INFO] [stderr] Compiling getopts v0.2.24 [INFO] [stderr] Compiling docstrings v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/extractors.rs:69:27 [INFO] [stdout] | [INFO] [stdout] 69 | sections.push(try!(section(events))); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:7:23 [INFO] [stdout] | [INFO] [stdout] 7 | #![deny(missing_docs, warnings, unsafe_code, missing_debug_implementations)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[warn(deprecated)]` implied by `#[warn(warnings)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/extractors.rs:77:31 [INFO] [stdout] | [INFO] [stdout] 77 | sections.push(try!(section(events))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/extractors.rs:96:36 [INFO] [stdout] | [INFO] [stdout] 96 | DocSection::Parameters(try!(list(events, &headline))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/extractors.rs:98:40 [INFO] [stdout] | [INFO] [stdout] 98 | DocSection::TypeParameters(try!(list(events, &headline))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/extractors.rs:100:44 [INFO] [stdout] | [INFO] [stdout] 100 | DocSection::LifetimeParameters(try!(list(events, &headline))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/extractors.rs:104:17 [INFO] [stdout] | [INFO] [stdout] 104 | try!(list(events, &headline))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/extractors.rs:123:56 [INFO] [stdout] | [INFO] [stdout] 123 | Some(Event::Start(Tag::Item)) => list.push(try!(list_item(events))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:91:17 [INFO] [stdout] | [INFO] [stdout] 91 | teaser: try!(extractors::teaser(events)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:92:22 [INFO] [stdout] | [INFO] [stdout] 92 | description: try!(extractors::description(events)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:93:19 [INFO] [stdout] | [INFO] [stdout] 93 | sections: try!(extractors::sections(events)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `core::str::::trim_right`: superseded by `trim_end` [INFO] [stdout] --> src/to_md.rs:66:9 [INFO] [stdout] | [INFO] [stdout] 66 | res.trim_right().into() [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: replace the use of the deprecated method [INFO] [stdout] | [INFO] [stdout] 66 - res.trim_right().into() [INFO] [stdout] 66 + res.trim_end().into() [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `core::str::::trim_left_matches`: superseded by `trim_start_matches` [INFO] [stdout] --> src/extractors.rs:144:21 [INFO] [stdout] | [INFO] [stdout] 144 | docs = docs.trim_left_matches(": ").into(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: replace the use of the deprecated method [INFO] [stdout] | [INFO] [stdout] 144 - docs = docs.trim_left_matches(": ").into(); [INFO] [stdout] 144 + docs = docs.trim_start_matches(": ").into(); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: bitflags v0.8.2 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 5` [INFO] running `Command { std: "docker" "inspect" "d62c1e857ddfb5e44424e4dcd9fdc2505f7a8f654b9aa05a903979ef35ab1f59", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d62c1e857ddfb5e44424e4dcd9fdc2505f7a8f654b9aa05a903979ef35ab1f59", kill_on_drop: false }` [INFO] [stdout] d62c1e857ddfb5e44424e4dcd9fdc2505f7a8f654b9aa05a903979ef35ab1f59 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0e524425d1df0180064b6156f5deffac4605e5cf182902211427345c78aa4a1a [INFO] running `Command { std: "docker" "start" "-a" "0e524425d1df0180064b6156f5deffac4605e5cf182902211427345c78aa4a1a", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Compiling docstrings v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/extractors.rs:69:27 [INFO] [stdout] | [INFO] [stdout] 69 | sections.push(try!(section(events))); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:7:23 [INFO] [stdout] | [INFO] [stdout] 7 | #![deny(missing_docs, warnings, unsafe_code, missing_debug_implementations)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[warn(deprecated)]` implied by `#[warn(warnings)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/extractors.rs:77:31 [INFO] [stdout] | [INFO] [stdout] 77 | sections.push(try!(section(events))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/extractors.rs:96:36 [INFO] [stdout] | [INFO] [stdout] 96 | DocSection::Parameters(try!(list(events, &headline))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/extractors.rs:98:40 [INFO] [stdout] | [INFO] [stdout] 98 | DocSection::TypeParameters(try!(list(events, &headline))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/extractors.rs:100:44 [INFO] [stdout] | [INFO] [stdout] 100 | DocSection::LifetimeParameters(try!(list(events, &headline))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/extractors.rs:104:17 [INFO] [stdout] | [INFO] [stdout] 104 | try!(list(events, &headline))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/extractors.rs:123:56 [INFO] [stdout] | [INFO] [stdout] 123 | Some(Event::Start(Tag::Item)) => list.push(try!(list_item(events))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:91:17 [INFO] [stdout] | [INFO] [stdout] 91 | teaser: try!(extractors::teaser(events)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:92:22 [INFO] [stdout] | [INFO] [stdout] 92 | description: try!(extractors::description(events)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:93:19 [INFO] [stdout] | [INFO] [stdout] 93 | sections: try!(extractors::sections(events)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `core::str::::trim_right`: superseded by `trim_end` [INFO] [stdout] --> src/to_md.rs:66:9 [INFO] [stdout] | [INFO] [stdout] 66 | res.trim_right().into() [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: replace the use of the deprecated method [INFO] [stdout] | [INFO] [stdout] 66 - res.trim_right().into() [INFO] [stdout] 66 + res.trim_end().into() [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `core::str::::trim_left_matches`: superseded by `trim_start_matches` [INFO] [stdout] --> src/extractors.rs:144:21 [INFO] [stdout] | [INFO] [stdout] 144 | docs = docs.trim_left_matches(": ").into(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: replace the use of the deprecated method [INFO] [stdout] | [INFO] [stdout] 144 - docs = docs.trim_left_matches(": ").into(); [INFO] [stdout] 144 + docs = docs.trim_start_matches(": ").into(); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/extractors.rs:69:27 [INFO] [stdout] | [INFO] [stdout] 69 | sections.push(try!(section(events))); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:7:23 [INFO] [stdout] | [INFO] [stdout] 7 | #![deny(missing_docs, warnings, unsafe_code, missing_debug_implementations)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[warn(deprecated)]` implied by `#[warn(warnings)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/extractors.rs:77:31 [INFO] [stdout] | [INFO] [stdout] 77 | sections.push(try!(section(events))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/extractors.rs:96:36 [INFO] [stdout] | [INFO] [stdout] 96 | DocSection::Parameters(try!(list(events, &headline))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/extractors.rs:98:40 [INFO] [stdout] | [INFO] [stdout] 98 | DocSection::TypeParameters(try!(list(events, &headline))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/extractors.rs:100:44 [INFO] [stdout] | [INFO] [stdout] 100 | DocSection::LifetimeParameters(try!(list(events, &headline))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/extractors.rs:104:17 [INFO] [stdout] | [INFO] [stdout] 104 | try!(list(events, &headline))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/extractors.rs:123:56 [INFO] [stdout] | [INFO] [stdout] 123 | Some(Event::Start(Tag::Item)) => list.push(try!(list_item(events))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:91:17 [INFO] [stdout] | [INFO] [stdout] 91 | teaser: try!(extractors::teaser(events)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:92:22 [INFO] [stdout] | [INFO] [stdout] 92 | description: try!(extractors::description(events)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:93:19 [INFO] [stdout] | [INFO] [stdout] 93 | sections: try!(extractors::sections(events)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `core::str::::trim_right`: superseded by `trim_end` [INFO] [stdout] --> src/to_md.rs:66:9 [INFO] [stdout] | [INFO] [stdout] 66 | res.trim_right().into() [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: replace the use of the deprecated method [INFO] [stdout] | [INFO] [stdout] 66 - res.trim_right().into() [INFO] [stdout] 66 + res.trim_end().into() [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `core::str::::trim_left_matches`: superseded by `trim_start_matches` [INFO] [stdout] --> src/extractors.rs:144:21 [INFO] [stdout] | [INFO] [stdout] 144 | docs = docs.trim_left_matches(": ").into(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: replace the use of the deprecated method [INFO] [stdout] | [INFO] [stdout] 144 - docs = docs.trim_left_matches(": ").into(); [INFO] [stdout] 144 + docs = docs.trim_start_matches(": ").into(); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.53s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: bitflags v0.8.2 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 5` [INFO] running `Command { std: "docker" "inspect" "0e524425d1df0180064b6156f5deffac4605e5cf182902211427345c78aa4a1a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0e524425d1df0180064b6156f5deffac4605e5cf182902211427345c78aa4a1a", kill_on_drop: false }` [INFO] [stdout] 0e524425d1df0180064b6156f5deffac4605e5cf182902211427345c78aa4a1a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 82a6692e98b3a9e0092ba0f7b1266d8ed1248043544e5b2edf6f2dd19a9ca643 [INFO] running `Command { std: "docker" "start" "-a" "82a6692e98b3a9e0092ba0f7b1266d8ed1248043544e5b2edf6f2dd19a9ca643", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/extractors.rs:69:27 [INFO] [stderr] | [INFO] [stderr] 69 | sections.push(try!(section(events))); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] note: the lint level is defined here [INFO] [stderr] --> src/lib.rs:7:23 [INFO] [stderr] | [INFO] [stderr] 7 | #![deny(missing_docs, warnings, unsafe_code, missing_debug_implementations)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] = note: `#[warn(deprecated)]` implied by `#[warn(warnings)]` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/extractors.rs:77:31 [INFO] [stderr] | [INFO] [stderr] 77 | sections.push(try!(section(events))), [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/extractors.rs:96:36 [INFO] [stderr] | [INFO] [stderr] 96 | DocSection::Parameters(try!(list(events, &headline))), [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/extractors.rs:98:40 [INFO] [stderr] | [INFO] [stderr] 98 | DocSection::TypeParameters(try!(list(events, &headline))), [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/extractors.rs:100:44 [INFO] [stderr] | [INFO] [stderr] 100 | DocSection::LifetimeParameters(try!(list(events, &headline))), [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/extractors.rs:104:17 [INFO] [stderr] | [INFO] [stderr] 104 | try!(list(events, &headline))), [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/extractors.rs:123:56 [INFO] [stderr] | [INFO] [stderr] 123 | Some(Event::Start(Tag::Item)) => list.push(try!(list_item(events))), [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/lib.rs:91:17 [INFO] [stderr] | [INFO] [stderr] 91 | teaser: try!(extractors::teaser(events)), [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/lib.rs:92:22 [INFO] [stderr] | [INFO] [stderr] 92 | description: try!(extractors::description(events)), [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/lib.rs:93:19 [INFO] [stderr] | [INFO] [stderr] 93 | sections: try!(extractors::sections(events)), [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated method `core::str::::trim_right`: superseded by `trim_end` [INFO] [stderr] --> src/to_md.rs:66:9 [INFO] [stderr] | [INFO] [stderr] 66 | res.trim_right().into() [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] help: replace the use of the deprecated method [INFO] [stderr] | [INFO] [stderr] 66 - res.trim_right().into() [INFO] [stderr] 66 + res.trim_end().into() [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: use of deprecated method `core::str::::trim_left_matches`: superseded by `trim_start_matches` [INFO] [stderr] --> src/extractors.rs:144:21 [INFO] [stderr] | [INFO] [stderr] 144 | docs = docs.trim_left_matches(": ").into(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] help: replace the use of the deprecated method [INFO] [stderr] | [INFO] [stderr] 144 - docs = docs.trim_left_matches(": ").into(); [INFO] [stderr] 144 + docs = docs.trim_start_matches(": ").into(); [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `docstrings` (lib) generated 12 warnings (run `cargo fix --lib -p docstrings` to apply 2 suggestions) [INFO] [stderr] warning: `docstrings` (lib test) generated 12 warnings (12 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: bitflags v0.8.2 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 5` [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/docstrings-a465e1a942fde5e7) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/something_bad.rs (/opt/rustwide/target/debug/deps/something_bad-b289fd3a5d013b35) [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test no_ident_in_ident_list ... ok [INFO] [stdout] test broken_ident_list ... ok [INFO] [stdout] test no_teaser ... ok [INFO] [stderr] Running tests/something_good.rs (/opt/rustwide/target/debug/deps/something_good-64df544c0ae6ec56) [INFO] [stdout] test section_not_starting_with_list ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 9 tests [INFO] [stdout] test custom_sections ... ok [INFO] [stdout] test description ... ok [INFO] [stdout] test kitchensink ... ok [INFO] [stdout] test lifetimes ... ok [INFO] [stdout] test parameters ... ok [INFO] [stdout] test fancy_description ... ok [INFO] [stdout] test returns ... ok [INFO] [stdout] test teaser ... ok [INFO] [stdout] test type_parameters ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests docstrings [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test src/lib.rs - parse_md_docblock (line 51) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.18s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "82a6692e98b3a9e0092ba0f7b1266d8ed1248043544e5b2edf6f2dd19a9ca643", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "82a6692e98b3a9e0092ba0f7b1266d8ed1248043544e5b2edf6f2dd19a9ca643", kill_on_drop: false }` [INFO] [stdout] 82a6692e98b3a9e0092ba0f7b1266d8ed1248043544e5b2edf6f2dd19a9ca643