[INFO] fetching crate lv2-sys 2.0.0... [INFO] documenting lv2-sys-2.0.0 against beta-2022-05-20 for beta-1.62-rustdoc-1 [INFO] extracting crate lv2-sys 2.0.0 into /workspace/builds/worker-20/source [INFO] validating manifest of crates.io crate lv2-sys 2.0.0 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 lv2-sys 2.0.0 [INFO] finished tweaking crates.io crate lv2-sys 2.0.0 [INFO] tweaked toml for crates.io crate lv2-sys 2.0.0 written to /workspace/builds/worker-20/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [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] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/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] d61a4de5f65ffb9e120d13e468fbc7d5bfa37e550be4bc3a6da8e938d43b32d9 [INFO] running `Command { std: "docker" "start" "-a" "d61a4de5f65ffb9e120d13e468fbc7d5bfa37e550be4bc3a6da8e938d43b32d9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d61a4de5f65ffb9e120d13e468fbc7d5bfa37e550be4bc3a6da8e938d43b32d9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d61a4de5f65ffb9e120d13e468fbc7d5bfa37e550be4bc3a6da8e938d43b32d9", kill_on_drop: false }` [INFO] [stdout] d61a4de5f65ffb9e120d13e468fbc7d5bfa37e550be4bc3a6da8e938d43b32d9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/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] 33c6c104e9052af78c8376e46d0118e60e997af1fec0301c7ccc3788f9cd19bd [INFO] running `Command { std: "docker" "start" "-a" "33c6c104e9052af78c8376e46d0118e60e997af1fec0301c7ccc3788f9cd19bd", kill_on_drop: false }` [INFO] [stderr] Documenting lv2-sys v2.0.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/linux/x86_64.rs:1051:5 [INFO] [stdout] | [INFO] [stdout] 1051 | / #[doc = "A globally unique, case-sensitive identifier for this plugin."] [INFO] [stdout] 1052 | | #[doc = ""] [INFO] [stdout] 1053 | | #[doc = "This MUST be a valid URI string as defined by RFC 3986. All plugins with"] [INFO] [stdout] 1054 | | #[doc = "the same URI MUST be compatible to some degree, see"] [INFO] [stdout] 1055 | | #[doc = "http://lv2plug.in/ns/lv2core for details."] [INFO] [stdout] | |________________________________________________________^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::bare_urls)]` on by default [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/linux/x86_64.rs:1251:1 [INFO] [stdout] | [INFO] [stdout] 1251 | / #[doc = "The data field of the LV2_Feature for this extension."] [INFO] [stdout] 1252 | | #[doc = ""] [INFO] [stdout] 1253 | | #[doc = "To support this feature the host must pass an LV2_Feature struct to the"] [INFO] [stdout] 1254 | | #[doc = "instantiate method with URI \"http://lv2plug.in/ns/ext/data-access\""] [INFO] [stdout] 1255 | | #[doc = "and data pointed to an instance of this struct."] [INFO] [stdout] | |__________________________________________________________^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/linux/x86_64.rs:1401:1 [INFO] [stdout] | [INFO] [stdout] 1401 | / #[doc = "Non-POD events feature."] [INFO] [stdout] 1402 | | #[doc = ""] [INFO] [stdout] 1403 | | #[doc = "To support this feature the host must pass an LV2_Feature struct to the"] [INFO] [stdout] 1404 | | #[doc = "plugin's instantiate method with URI \"http://lv2plug.in/ns/ext/event\""] [INFO] [stdout] 1405 | | #[doc = "and data pointed to an instance of this struct. Note this feature"] [INFO] [stdout] 1406 | | #[doc = "is not mandatory to support the event extension."] [INFO] [stdout] | |___________________________________________________________^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/linux/x86_64.rs:1912:1 [INFO] [stdout] | [INFO] [stdout] 1912 | / #[doc = "A host-provided function to store a property."] [INFO] [stdout] 1913 | | #[doc = "@param handle Must be the handle passed to LV2_State_Interface.save()."] [INFO] [stdout] 1914 | | #[doc = "@param key The key to store `value` under (URID)."] [INFO] [stdout] 1915 | | #[doc = "@param value Pointer to the value to be stored."] [INFO] [stdout] ... | [INFO] [stdout] 1941 | | #[doc = "The plugin MUST NOT attempt to use this function outside of the"] [INFO] [stdout] 1942 | | #[doc = "LV2_State_Interface.restore() context."] [INFO] [stdout] | |_________________________________________________^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/linux/x86_64.rs:2553:1 [INFO] [stdout] | [INFO] [stdout] 2553 | / #[doc = "URI Map Feature."] [INFO] [stdout] 2554 | | #[doc = ""] [INFO] [stdout] 2555 | | #[doc = "To support this feature the host must pass an LV2_Feature struct to the"] [INFO] [stdout] 2556 | | #[doc = "plugin's instantiate method with URI \"http://lv2plug.in/ns/ext/uri-map\""] [INFO] [stdout] 2557 | | #[doc = "and data pointed to an instance of this struct."] [INFO] [stdout] | |__________________________________________________________^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.06s [INFO] running `Command { std: "docker" "inspect" "33c6c104e9052af78c8376e46d0118e60e997af1fec0301c7ccc3788f9cd19bd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "33c6c104e9052af78c8376e46d0118e60e997af1fec0301c7ccc3788f9cd19bd", kill_on_drop: false }` [INFO] [stdout] 33c6c104e9052af78c8376e46d0118e60e997af1fec0301c7ccc3788f9cd19bd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/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] 2980bcfc0b2350bebe3496a650e71c5c3092be90b62d257cba71cf23958f1fb5 [INFO] running `Command { std: "docker" "start" "-a" "2980bcfc0b2350bebe3496a650e71c5c3092be90b62d257cba71cf23958f1fb5", kill_on_drop: false }` [INFO] [stderr] Documenting lv2-sys v2.0.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/linux/x86_64.rs:1051:5 [INFO] [stdout] | [INFO] [stdout] 1051 | / #[doc = "A globally unique, case-sensitive identifier for this plugin."] [INFO] [stdout] 1052 | | #[doc = ""] [INFO] [stdout] 1053 | | #[doc = "This MUST be a valid URI string as defined by RFC 3986. All plugins with"] [INFO] [stdout] 1054 | | #[doc = "the same URI MUST be compatible to some degree, see"] [INFO] [stdout] 1055 | | #[doc = "http://lv2plug.in/ns/lv2core for details."] [INFO] [stdout] | |________________________________________________________^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::bare_urls)]` on by default [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/linux/x86_64.rs:1251:1 [INFO] [stdout] | [INFO] [stdout] 1251 | / #[doc = "The data field of the LV2_Feature for this extension."] [INFO] [stdout] 1252 | | #[doc = ""] [INFO] [stdout] 1253 | | #[doc = "To support this feature the host must pass an LV2_Feature struct to the"] [INFO] [stdout] 1254 | | #[doc = "instantiate method with URI \"http://lv2plug.in/ns/ext/data-access\""] [INFO] [stdout] 1255 | | #[doc = "and data pointed to an instance of this struct."] [INFO] [stdout] | |__________________________________________________________^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/linux/x86_64.rs:1401:1 [INFO] [stdout] | [INFO] [stdout] 1401 | / #[doc = "Non-POD events feature."] [INFO] [stdout] 1402 | | #[doc = ""] [INFO] [stdout] 1403 | | #[doc = "To support this feature the host must pass an LV2_Feature struct to the"] [INFO] [stdout] 1404 | | #[doc = "plugin's instantiate method with URI \"http://lv2plug.in/ns/ext/event\""] [INFO] [stdout] 1405 | | #[doc = "and data pointed to an instance of this struct. Note this feature"] [INFO] [stdout] 1406 | | #[doc = "is not mandatory to support the event extension."] [INFO] [stdout] | |___________________________________________________________^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/linux/x86_64.rs:1912:1 [INFO] [stdout] | [INFO] [stdout] 1912 | / #[doc = "A host-provided function to store a property."] [INFO] [stdout] 1913 | | #[doc = "@param handle Must be the handle passed to LV2_State_Interface.save()."] [INFO] [stdout] 1914 | | #[doc = "@param key The key to store `value` under (URID)."] [INFO] [stdout] 1915 | | #[doc = "@param value Pointer to the value to be stored."] [INFO] [stdout] ... | [INFO] [stdout] 1941 | | #[doc = "The plugin MUST NOT attempt to use this function outside of the"] [INFO] [stdout] 1942 | | #[doc = "LV2_State_Interface.restore() context."] [INFO] [stdout] | |_________________________________________________^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/linux/x86_64.rs:2553:1 [INFO] [stdout] | [INFO] [stdout] 2553 | / #[doc = "URI Map Feature."] [INFO] [stdout] 2554 | | #[doc = ""] [INFO] [stdout] 2555 | | #[doc = "To support this feature the host must pass an LV2_Feature struct to the"] [INFO] [stdout] 2556 | | #[doc = "plugin's instantiate method with URI \"http://lv2plug.in/ns/ext/uri-map\""] [INFO] [stdout] 2557 | | #[doc = "and data pointed to an instance of this struct."] [INFO] [stdout] | |__________________________________________________________^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.09s [INFO] running `Command { std: "docker" "inspect" "2980bcfc0b2350bebe3496a650e71c5c3092be90b62d257cba71cf23958f1fb5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2980bcfc0b2350bebe3496a650e71c5c3092be90b62d257cba71cf23958f1fb5", kill_on_drop: false }` [INFO] [stdout] 2980bcfc0b2350bebe3496a650e71c5c3092be90b62d257cba71cf23958f1fb5