[INFO] fetching crate windows-webview2 0.1.0... [INFO] documenting windows-webview2-0.1.0 against 1.61.0 for beta-1.62-rustdoc-1 [INFO] extracting crate windows-webview2 0.1.0 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate windows-webview2 0.1.0 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 windows-webview2 0.1.0 [INFO] finished tweaking crates.io crate windows-webview2 0.1.0 [INFO] tweaked toml for crates.io crate windows-webview2 0.1.0 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] Blocking waiting for file lock on package cache [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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 77622b44bfa3d420e5e6390b27562091bc323e037c58339bb2e4b1cfc3ed3f43 [INFO] running `Command { std: "docker" "start" "-a" "77622b44bfa3d420e5e6390b27562091bc323e037c58339bb2e4b1cfc3ed3f43", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "77622b44bfa3d420e5e6390b27562091bc323e037c58339bb2e4b1cfc3ed3f43", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "77622b44bfa3d420e5e6390b27562091bc323e037c58339bb2e4b1cfc3ed3f43", kill_on_drop: false }` [INFO] [stdout] 77622b44bfa3d420e5e6390b27562091bc323e037c58339bb2e4b1cfc3ed3f43 [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] 88b290fb08b1224009cf253e8874858637ae4ca418256c536ee2fe97610bf8ad [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "88b290fb08b1224009cf253e8874858637ae4ca418256c536ee2fe97610bf8ad", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.39 [INFO] [stderr] Compiling syn v1.0.95 [INFO] [stderr] Compiling unicode-ident v1.0.0 [INFO] [stderr] Compiling squote v0.1.2 [INFO] [stderr] Compiling serde v1.0.137 [INFO] [stderr] Compiling itoa v1.0.2 [INFO] [stderr] Compiling ryu v1.0.10 [INFO] [stderr] Compiling const-sha1 v0.2.0 [INFO] [stderr] Checking quote v1.0.18 [INFO] [stderr] Checking windows_gen v0.7.0 [INFO] [stderr] Compiling serde_derive v1.0.137 [INFO] [stderr] Compiling thiserror-impl v1.0.31 [INFO] [stderr] Compiling thiserror v1.0.31 [INFO] [stderr] Compiling windows_macros v0.7.0 [INFO] [stderr] Compiling windows v0.7.0 [INFO] [stderr] Compiling serde_json v1.0.81 [INFO] [stderr] Compiling windows-webview2 v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: constant is never used: `WEBVIEW2_NAME` [INFO] [stdout] --> build.rs:56:3 [INFO] [stdout] | [INFO] [stdout] 56 | const WEBVIEW2_NAME: &str = "Microsoft.Web.WebView2"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `WEBVIEW2_VERSION` [INFO] [stdout] --> build.rs:57:3 [INFO] [stdout] | [INFO] [stdout] 57 | const WEBVIEW2_VERSION: &str = "1.0.824-prerelease"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `install` [INFO] [stdout] --> build.rs:59:10 [INFO] [stdout] | [INFO] [stdout] 59 | pub fn install() -> Result { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `get_manifest_dir` [INFO] [stdout] --> build.rs:98:6 [INFO] [stdout] | [INFO] [stdout] 98 | fn get_manifest_dir() -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `check_nuget_dir` [INFO] [stdout] --> build.rs:102:6 [INFO] [stdout] | [INFO] [stdout] 102 | fn check_nuget_dir(install_root: &str) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `update_windows` [INFO] [stdout] --> build.rs:120:10 [INFO] [stdout] | [INFO] [stdout] 120 | pub fn update_windows(package_root: PathBuf) -> Result<()> { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `get_workspace_dir` [INFO] [stdout] --> build.rs:155:6 [INFO] [stdout] | [INFO] [stdout] 155 | fn get_workspace_dir() -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `MissingPath` [INFO] [stdout] --> build.rs:181:5 [INFO] [stdout] | [INFO] [stdout] 181 | MissingPath(PathBuf), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Error` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> build.rs:172:12 [INFO] [stdout] | [INFO] [stdout] 172 | #[derive(Debug, Error)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Documenting windows-webview2 v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 41.80s [INFO] running `Command { std: "docker" "inspect" "88b290fb08b1224009cf253e8874858637ae4ca418256c536ee2fe97610bf8ad", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "88b290fb08b1224009cf253e8874858637ae4ca418256c536ee2fe97610bf8ad", kill_on_drop: false }` [INFO] [stdout] 88b290fb08b1224009cf253e8874858637ae4ca418256c536ee2fe97610bf8ad [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" "DOCS_RS=1" "-e" "RUSTC_BOOTSTRAP=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] e6eb9b31694f9002a774e56bf161300056d4da4160a937702f27a3b18ff0f274 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "e6eb9b31694f9002a774e56bf161300056d4da4160a937702f27a3b18ff0f274", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.39 [INFO] [stderr] Compiling syn v1.0.95 [INFO] [stderr] Compiling unicode-ident v1.0.0 [INFO] [stderr] Compiling squote v0.1.2 [INFO] [stderr] Compiling serde_derive v1.0.137 [INFO] [stderr] Compiling serde v1.0.137 [INFO] [stderr] Compiling serde_json v1.0.81 [INFO] [stderr] Compiling ryu v1.0.10 [INFO] [stderr] Compiling const-sha1 v0.2.0 [INFO] [stderr] Compiling itoa v1.0.2 [INFO] [stderr] Checking quote v1.0.18 [INFO] [stderr] Checking windows_gen v0.7.0 [INFO] [stderr] Compiling thiserror-impl v1.0.31 [INFO] [stderr] Compiling thiserror v1.0.31 [INFO] [stderr] Compiling windows_macros v0.7.0 [INFO] [stderr] Compiling windows v0.7.0 [INFO] [stderr] Compiling windows-webview2 v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: constant is never used: `WEBVIEW2_NAME` [INFO] [stdout] --> build.rs:56:3 [INFO] [stdout] | [INFO] [stdout] 56 | const WEBVIEW2_NAME: &str = "Microsoft.Web.WebView2"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `WEBVIEW2_VERSION` [INFO] [stdout] --> build.rs:57:3 [INFO] [stdout] | [INFO] [stdout] 57 | const WEBVIEW2_VERSION: &str = "1.0.824-prerelease"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `install` [INFO] [stdout] --> build.rs:59:10 [INFO] [stdout] | [INFO] [stdout] 59 | pub fn install() -> Result { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `get_manifest_dir` [INFO] [stdout] --> build.rs:98:6 [INFO] [stdout] | [INFO] [stdout] 98 | fn get_manifest_dir() -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `check_nuget_dir` [INFO] [stdout] --> build.rs:102:6 [INFO] [stdout] | [INFO] [stdout] 102 | fn check_nuget_dir(install_root: &str) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `update_windows` [INFO] [stdout] --> build.rs:120:10 [INFO] [stdout] | [INFO] [stdout] 120 | pub fn update_windows(package_root: PathBuf) -> Result<()> { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `get_workspace_dir` [INFO] [stdout] --> build.rs:155:6 [INFO] [stdout] | [INFO] [stdout] 155 | fn get_workspace_dir() -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `MissingPath` [INFO] [stdout] --> build.rs:181:5 [INFO] [stdout] | [INFO] [stdout] 181 | MissingPath(PathBuf), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Error` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> build.rs:172:12 [INFO] [stdout] | [INFO] [stdout] 172 | #[derive(Debug, Error)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Documenting windows-webview2 v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 40.26s [INFO] running `Command { std: "docker" "inspect" "e6eb9b31694f9002a774e56bf161300056d4da4160a937702f27a3b18ff0f274", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e6eb9b31694f9002a774e56bf161300056d4da4160a937702f27a3b18ff0f274", kill_on_drop: false }` [INFO] [stdout] e6eb9b31694f9002a774e56bf161300056d4da4160a937702f27a3b18ff0f274