[INFO] fetching crate openmpt 0.3.1... [INFO] documenting openmpt-0.3.1 against 1.61.0 for beta-1.62-rustdoc-1 [INFO] extracting crate openmpt 0.3.1 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate openmpt 0.3.1 on toolchain 1.61.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate openmpt 0.3.1 [INFO] finished tweaking crates.io crate openmpt 0.3.1 [INFO] tweaked toml for crates.io crate openmpt 0.3.1 written to /workspace/builds/worker-9/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded openmpt-sys v0.1.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "+1.61.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 415fc5c03ef451a5f0493e96905c12f3c9101c629d8126f01f4c5487538b045b [INFO] running `Command { std: "docker" "start" "-a" "415fc5c03ef451a5f0493e96905c12f3c9101c629d8126f01f4c5487538b045b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "415fc5c03ef451a5f0493e96905c12f3c9101c629d8126f01f4c5487538b045b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "415fc5c03ef451a5f0493e96905c12f3c9101c629d8126f01f4c5487538b045b", kill_on_drop: false }` [INFO] [stdout] 415fc5c03ef451a5f0493e96905c12f3c9101c629d8126f01f4c5487538b045b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "+1.61.0" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6ce8a6d181af46270f2fdb9c5cba7a73b03a221803ecdf6296d8f045085e22f6 [INFO] running `Command { std: "docker" "start" "-a" "6ce8a6d181af46270f2fdb9c5cba7a73b03a221803ecdf6296d8f045085e22f6", kill_on_drop: false }` [INFO] [stderr] Compiling openmpt-sys v0.1.0 [INFO] [stderr] Documenting openmpt v0.3.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/mod_command.rs:74:12 [INFO] [stdout] | [INFO] [stdout] 74 | NOTE_MIN...NOTE_MAX => Ok(Note::Note(note_val)), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `8000,192000` [INFO] [stdout] --> src/module/render.rs:30:68 [INFO] [stdout] | [INFO] [stdout] 30 | /// * `sample_rate` : Sample rate to render output. Should be in [8000,192000], but this is not enforced. [INFO] [stdout] | ^^^^^^^^^^^ no item named `8000,192000` in scope [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `8000,192000` [INFO] [stdout] --> src/module/render.rs:46:68 [INFO] [stdout] | [INFO] [stdout] 46 | /// * `sample_rate` : Sample rate to render output. Should be in [8000,192000], but this is not enforced. [INFO] [stdout] | ^^^^^^^^^^^ no item named `8000,192000` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.81s [INFO] [stdout] warning: unresolved link to `8000,192000` [INFO] [stdout] --> src/module/render.rs:62:68 [INFO] [stdout] | [INFO] [stdout] 62 | /// * `sample_rate` : Sample rate to render output. Should be in [8000,192000], but this is not enforced. [INFO] [stdout] | ^^^^^^^^^^^ no item named `8000,192000` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `8000,192000` [INFO] [stdout] --> src/module/render.rs:79:68 [INFO] [stdout] | [INFO] [stdout] 79 | /// * `sample_rate` : Sample rate to render output. Should be in [8000,192000], but this is not enforced. [INFO] [stdout] | ^^^^^^^^^^^ no item named `8000,192000` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `8000,192000` [INFO] [stdout] --> src/module/render.rs:96:68 [INFO] [stdout] | [INFO] [stdout] 96 | /// * `sample_rate` : Sample rate to render output. Should be in [8000,192000], but this is not enforced. [INFO] [stdout] | ^^^^^^^^^^^ no item named `8000,192000` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `8000,192000` [INFO] [stdout] --> src/module/render.rs:112:68 [INFO] [stdout] | [INFO] [stdout] 112 | /// * `sample_rate` : Sample rate to render output. Should be in [8000,192000], but this is not enforced. [INFO] [stdout] | ^^^^^^^^^^^ no item named `8000,192000` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `8000,192000` [INFO] [stdout] --> src/module/render.rs:128:68 [INFO] [stdout] | [INFO] [stdout] 128 | /// * `sample_rate` : Sample rate to render output. Should be in [8000,192000], but this is not enforced. [INFO] [stdout] | ^^^^^^^^^^^ no item named `8000,192000` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `8000,192000` [INFO] [stdout] --> src/module/render.rs:147:68 [INFO] [stdout] | [INFO] [stdout] 147 | /// * `sample_rate` : Sample rate to render output. Should be in [8000,192000], but this is not enforced. [INFO] [stdout] | ^^^^^^^^^^^ no item named `8000,192000` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `8000,192000` [INFO] [stdout] --> src/module/render.rs:166:68 [INFO] [stdout] | [INFO] [stdout] 166 | /// * `sample_rate` : Sample rate to render output. Should be in [8000,192000], but this is not enforced. [INFO] [stdout] | ^^^^^^^^^^^ no item named `8000,192000` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `8000,192000` [INFO] [stdout] --> src/module/render.rs:182:68 [INFO] [stdout] | [INFO] [stdout] 182 | /// * `sample_rate` : Sample rate to render output. Should be in [8000,192000], but this is not enforced. [INFO] [stdout] | ^^^^^^^^^^^ no item named `8000,192000` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `0,200` [INFO] [stdout] --> src/module/render.rs:238:38 [INFO] [stdout] | [INFO] [stdout] 238 | /// * The supported value range is [0,200]. [INFO] [stdout] | ^^^^^ no item named `0,200` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 12 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "6ce8a6d181af46270f2fdb9c5cba7a73b03a221803ecdf6296d8f045085e22f6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6ce8a6d181af46270f2fdb9c5cba7a73b03a221803ecdf6296d8f045085e22f6", kill_on_drop: false }` [INFO] [stdout] 6ce8a6d181af46270f2fdb9c5cba7a73b03a221803ecdf6296d8f045085e22f6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "+1.61.0" "rustdoc" "--lib" "-Zrustdoc-map" "--frozen" "--message-format=json" "--" "-Z" "unstable-options" "--document-private-items", kill_on_drop: false }` [INFO] [stdout] 387dc49090d83be6cc714e97e4f269ed42f491e97bb331cf19363b8b165ad0a7 [INFO] running `Command { std: "docker" "start" "-a" "387dc49090d83be6cc714e97e4f269ed42f491e97bb331cf19363b8b165ad0a7", kill_on_drop: false }` [INFO] [stderr] Compiling openmpt-sys v0.1.0 [INFO] [stderr] Documenting openmpt v0.3.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/mod_command.rs:74:12 [INFO] [stdout] | [INFO] [stdout] 74 | NOTE_MIN...NOTE_MAX => Ok(Note::Note(note_val)), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `8000,192000` [INFO] [stdout] --> src/module/render.rs:30:68 [INFO] [stdout] | [INFO] [stdout] 30 | /// * `sample_rate` : Sample rate to render output. Should be in [8000,192000], but this is not enforced. [INFO] [stdout] | ^^^^^^^^^^^ no item named `8000,192000` in scope [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `8000,192000` [INFO] [stdout] --> src/module/render.rs:46:68 [INFO] [stdout] | [INFO] [stdout] 46 | /// * `sample_rate` : Sample rate to render output. Should be in [8000,192000], but this is not enforced. [INFO] [stdout] | ^^^^^^^^^^^ no item named `8000,192000` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `8000,192000` [INFO] [stdout] --> src/module/render.rs:62:68 [INFO] [stdout] | [INFO] [stdout] 62 | /// * `sample_rate` : Sample rate to render output. Should be in [8000,192000], but this is not enforced. [INFO] [stdout] | ^^^^^^^^^^^ no item named `8000,192000` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `8000,192000` [INFO] [stdout] --> src/module/render.rs:79:68 [INFO] [stdout] | [INFO] [stdout] 79 | /// * `sample_rate` : Sample rate to render output. Should be in [8000,192000], but this is not enforced. [INFO] [stdout] | ^^^^^^^^^^^ no item named `8000,192000` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `8000,192000` [INFO] [stdout] --> src/module/render.rs:96:68 [INFO] [stdout] | [INFO] [stdout] 96 | /// * `sample_rate` : Sample rate to render output. Should be in [8000,192000], but this is not enforced. [INFO] [stdout] | ^^^^^^^^^^^ no item named `8000,192000` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `8000,192000` [INFO] [stdout] --> src/module/render.rs:112:68 [INFO] [stdout] | [INFO] [stdout] 112 | /// * `sample_rate` : Sample rate to render output. Should be in [8000,192000], but this is not enforced. [INFO] [stdout] | ^^^^^^^^^^^ no item named `8000,192000` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `8000,192000` [INFO] [stdout] --> src/module/render.rs:128:68 [INFO] [stdout] | [INFO] [stdout] 128 | /// * `sample_rate` : Sample rate to render output. Should be in [8000,192000], but this is not enforced. [INFO] [stdout] | ^^^^^^^^^^^ no item named `8000,192000` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `8000,192000` [INFO] [stdout] --> src/module/render.rs:147:68 [INFO] [stdout] | [INFO] [stdout] 147 | /// * `sample_rate` : Sample rate to render output. Should be in [8000,192000], but this is not enforced. [INFO] [stdout] | ^^^^^^^^^^^ no item named `8000,192000` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `8000,192000` [INFO] [stdout] --> src/module/render.rs:166:68 [INFO] [stdout] | [INFO] [stdout] 166 | /// * `sample_rate` : Sample rate to render output. Should be in [8000,192000], but this is not enforced. [INFO] [stdout] | ^^^^^^^^^^^ no item named `8000,192000` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `8000,192000` [INFO] [stdout] --> src/module/render.rs:182:68 [INFO] [stdout] | [INFO] [stdout] 182 | /// * `sample_rate` : Sample rate to render output. Should be in [8000,192000], but this is not enforced. [INFO] [stdout] | ^^^^^^^^^^^ no item named `8000,192000` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `0,200` [INFO] [stdout] --> src/module/render.rs:238:38 [INFO] [stdout] | [INFO] [stdout] 238 | /// * The supported value range is [0,200]. [INFO] [stdout] | ^^^^^ no item named `0,200` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 12 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.77s [INFO] running `Command { std: "docker" "inspect" "387dc49090d83be6cc714e97e4f269ed42f491e97bb331cf19363b8b165ad0a7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "387dc49090d83be6cc714e97e4f269ed42f491e97bb331cf19363b8b165ad0a7", kill_on_drop: false }` [INFO] [stdout] 387dc49090d83be6cc714e97e4f269ed42f491e97bb331cf19363b8b165ad0a7