[INFO] fetching crate leaky-bucket 0.11.1... [INFO] documenting leaky-bucket-0.11.1 against beta-2022-05-20 for beta-1.62-rustdoc-1 [INFO] extracting crate leaky-bucket 0.11.1 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate leaky-bucket 0.11.1 on toolchain beta-2022-05-20 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate leaky-bucket 0.11.1 [INFO] finished tweaking crates.io crate leaky-bucket 0.11.1 [INFO] tweaked toml for crates.io crate leaky-bucket 0.11.1 written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate crates.io crate leaky-bucket 0.11.1 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "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-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-05-20" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 85fa3d47cd35119c7b0e90636499ebe59baed8d0aacbbf3a77dae5c253c7a698 [INFO] running `Command { std: "docker" "start" "-a" "85fa3d47cd35119c7b0e90636499ebe59baed8d0aacbbf3a77dae5c253c7a698", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "85fa3d47cd35119c7b0e90636499ebe59baed8d0aacbbf3a77dae5c253c7a698", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "85fa3d47cd35119c7b0e90636499ebe59baed8d0aacbbf3a77dae5c253c7a698", kill_on_drop: false }` [INFO] [stdout] 85fa3d47cd35119c7b0e90636499ebe59baed8d0aacbbf3a77dae5c253c7a698 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-05-20" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2a9fb45a2b51600b21dc219d3281a9b40cfd6654953df44563fc164feb636252 [INFO] running `Command { std: "docker" "start" "-a" "2a9fb45a2b51600b21dc219d3281a9b40cfd6654953df44563fc164feb636252", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling libc v0.2.95 [INFO] [stderr] Compiling syn v1.0.56 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking pin-project-lite v0.2.6 [INFO] [stderr] Checking smallvec v1.5.1 [INFO] [stderr] Checking instant v0.1.9 [INFO] [stderr] Checking lock_api v0.4.2 [INFO] [stderr] Checking tracing-core v0.1.18 [INFO] [stderr] Compiling tokio v1.6.1 [INFO] [stderr] Compiling quote v1.0.8 [INFO] [stderr] Checking parking_lot_core v0.8.2 [INFO] [stderr] Checking num_cpus v1.13.0 [INFO] [stderr] Checking parking_lot v0.11.1 [INFO] [stderr] Compiling tracing-attributes v0.1.15 [INFO] [stderr] Compiling tokio-macros v1.2.0 [INFO] [stderr] Checking tracing v0.1.26 [INFO] [stderr] Documenting leaky-bucket v0.11.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: lint `missing_doc_code_examples` has been renamed to `rustdoc::missing_doc_code_examples` [INFO] [stdout] --> src/lib.rs:204:23 [INFO] [stdout] | [INFO] [stdout] 204 | #![deny(missing_docs, missing_doc_code_examples)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `rustdoc::missing_doc_code_examples` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(renamed_and_removed_lints)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 13.06s [INFO] running `Command { std: "docker" "inspect" "2a9fb45a2b51600b21dc219d3281a9b40cfd6654953df44563fc164feb636252", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2a9fb45a2b51600b21dc219d3281a9b40cfd6654953df44563fc164feb636252", kill_on_drop: false }` [INFO] [stdout] 2a9fb45a2b51600b21dc219d3281a9b40cfd6654953df44563fc164feb636252 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-05-20" "rustdoc" "--lib" "-Zrustdoc-map" "--frozen" "--message-format=json" "--" "-Z" "unstable-options" "--document-private-items", kill_on_drop: false }` [INFO] [stdout] 1188771613f0d429c9726c17c83b591e87bae39f7c366624cee1936bec2ce803 [INFO] running `Command { std: "docker" "start" "-a" "1188771613f0d429c9726c17c83b591e87bae39f7c366624cee1936bec2ce803", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling syn v1.0.56 [INFO] [stderr] Compiling libc v0.2.95 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Checking pin-project-lite v0.2.6 [INFO] [stderr] Checking smallvec v1.5.1 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking lock_api v0.4.2 [INFO] [stderr] Checking instant v0.1.9 [INFO] [stderr] Checking tracing-core v0.1.18 [INFO] [stderr] Compiling tokio v1.6.1 [INFO] [stderr] Compiling quote v1.0.8 [INFO] [stderr] Checking num_cpus v1.13.0 [INFO] [stderr] Checking parking_lot_core v0.8.2 [INFO] [stderr] Checking parking_lot v0.11.1 [INFO] [stderr] Compiling tracing-attributes v0.1.15 [INFO] [stderr] Compiling tokio-macros v1.2.0 [INFO] [stderr] Checking tracing v0.1.26 [INFO] [stderr] Documenting leaky-bucket v0.11.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: lint `missing_doc_code_examples` has been renamed to `rustdoc::missing_doc_code_examples` [INFO] [stdout] --> src/lib.rs:204:23 [INFO] [stdout] | [INFO] [stdout] 204 | #![deny(missing_docs, missing_doc_code_examples)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `rustdoc::missing_doc_code_examples` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(renamed_and_removed_lints)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing code example in this documentation [INFO] [stdout] --> src/lib.rs:320:1 [INFO] [stdout] | [INFO] [stdout] 320 | /// A token-bucket rate limiter. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:204:23 [INFO] [stdout] | [INFO] [stdout] 204 | #![deny(missing_docs, missing_doc_code_examples)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing code example in this documentation [INFO] [stdout] --> src/lib.rs:334:1 [INFO] [stdout] | [INFO] [stdout] 334 | / impl RateLimiter { [INFO] [stdout] 335 | | /// Construct a new [`Builder`] for a [`RateLimiter`]. [INFO] [stdout] 336 | | /// [INFO] [stdout] 337 | | /// # Examples [INFO] [stdout] ... | [INFO] [stdout] 488 | | } [INFO] [stdout] 489 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing code example in this documentation [INFO] [stdout] --> src/lib.rs:497:1 [INFO] [stdout] | [INFO] [stdout] 497 | /// A builder for a [`RateLimiter`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing code example in this documentation [INFO] [stdout] --> src/lib.rs:511:1 [INFO] [stdout] | [INFO] [stdout] 511 | / impl Builder { [INFO] [stdout] 512 | | /// Configure the max number of tokens to use. [INFO] [stdout] 513 | | /// [INFO] [stdout] 514 | | /// If unspecified, this will default to be 2 times the [`refill`] or the [INFO] [stdout] ... | [INFO] [stdout] 683 | | } [INFO] [stdout] 684 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing code example in this documentation [INFO] [stdout] --> src/lib.rs:974:1 [INFO] [stdout] | [INFO] [stdout] 974 | / /// The future associated with acquiring permits from a rate limiter using [INFO] [stdout] 975 | | /// [`RateLimiter::acquire`]. [INFO] [stdout] | |_____________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing code example in this documentation [INFO] [stdout] --> src/lib.rs:978:1 [INFO] [stdout] | [INFO] [stdout] 978 | / impl Acquire<'_> { [INFO] [stdout] 979 | | /// Test if this acquire task is currently coordinating the rate limiter. [INFO] [stdout] 980 | | /// [INFO] [stdout] 981 | | /// # Examples [INFO] [stdout] ... | [INFO] [stdout] 1013 | | } [INFO] [stdout] 1014 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing code example in this documentation [INFO] [stdout] --> src/lib.rs:1025:1 [INFO] [stdout] | [INFO] [stdout] 1025 | / /// The future associated with acquiring permits from a rate limiter using [INFO] [stdout] 1026 | | /// [`RateLimiter::acquire_owned`]. [INFO] [stdout] | |___________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing code example in this documentation [INFO] [stdout] --> src/lib.rs:1029:1 [INFO] [stdout] | [INFO] [stdout] 1029 | / impl AcquireOwned { [INFO] [stdout] 1030 | | /// Test if this acquire task is currently coordinating the rate limiter. [INFO] [stdout] 1031 | | /// [INFO] [stdout] 1032 | | /// # Examples [INFO] [stdout] ... | [INFO] [stdout] 1064 | | } [INFO] [stdout] 1065 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 8 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not document `leaky-bucket` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2018 --crate-type lib --crate-name leaky_bucket src/lib.rs -o /opt/rustwide/target/doc --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat -Z unstable-options --document-private-items -C metadata=714db0cb99a229e0 -L dependency=/opt/rustwide/target/debug/deps --extern parking_lot=/opt/rustwide/target/debug/deps/libparking_lot-0d8b2fabd40e92ae.rmeta --extern tokio=/opt/rustwide/target/debug/deps/libtokio-9a4b2fb2fda23008.rmeta --extern tracing=/opt/rustwide/target/debug/deps/libtracing-7fd5f9b58fa45976.rmeta --extern-html-root-url 'parking_lot=https://docs.rs/parking_lot/0.11.1/' --extern-html-root-url 'tokio=https://docs.rs/tokio/1.6.1/' --extern-html-root-url 'tracing=https://docs.rs/tracing/0.1.26/' -Zunstable-options --crate-version 0.11.1` (exit status: 1) [INFO] running `Command { std: "docker" "inspect" "1188771613f0d429c9726c17c83b591e87bae39f7c366624cee1936bec2ce803", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1188771613f0d429c9726c17c83b591e87bae39f7c366624cee1936bec2ce803", kill_on_drop: false }` [INFO] [stdout] 1188771613f0d429c9726c17c83b591e87bae39f7c366624cee1936bec2ce803