[INFO] fetching crate fm_plugin 0.1.17... [INFO] checking fm_plugin-0.1.17 against master#db1fb85cff63ad5fffe435e17128f99f9e1d970c for pr-89056 [INFO] extracting crate fm_plugin 0.1.17 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate fm_plugin 0.1.17 on toolchain db1fb85cff63ad5fffe435e17128f99f9e1d970c [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+db1fb85cff63ad5fffe435e17128f99f9e1d970c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate fm_plugin 0.1.17 [INFO] finished tweaking crates.io crate fm_plugin 0.1.17 [INFO] tweaked toml for crates.io crate fm_plugin 0.1.17 written to /workspace/builds/worker-9/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+db1fb85cff63ad5fffe435e17128f99f9e1d970c" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+db1fb85cff63ad5fffe435e17128f99f9e1d970c" "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-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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+db1fb85cff63ad5fffe435e17128f99f9e1d970c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d0c1e553f63edbdd4723ae44a01770efa3db8c843f3a4d616873a6d304c33a3b [INFO] running `Command { std: "docker" "start" "-a" "d0c1e553f63edbdd4723ae44a01770efa3db8c843f3a4d616873a6d304c33a3b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d0c1e553f63edbdd4723ae44a01770efa3db8c843f3a4d616873a6d304c33a3b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d0c1e553f63edbdd4723ae44a01770efa3db8c843f3a4d616873a6d304c33a3b", kill_on_drop: false }` [INFO] [stdout] d0c1e553f63edbdd4723ae44a01770efa3db8c843f3a4d616873a6d304c33a3b [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=forbid" "-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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+db1fb85cff63ad5fffe435e17128f99f9e1d970c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8a197c9dd824ad56f5bfbf334bd3d6ce3a9d91b1de11827b4d3dea4a9d6e830e [INFO] running `Command { std: "docker" "start" "-a" "8a197c9dd824ad56f5bfbf334bd3d6ce3a9d91b1de11827b4d3dea4a9d6e830e", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.130 [INFO] [stderr] Compiling fm_plugin v0.1.17 (/opt/rustwide/workdir) [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking toml v0.5.8 [INFO] [stdout] warning: field is never read: `filemaker` [INFO] [stdout] --> src/config.rs:85:5 [INFO] [stdout] | [INFO] [stdout] 85 | pub(crate) filemaker: FileMaker, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `plugin` [INFO] [stdout] --> src/config.rs:86:5 [INFO] [stdout] | [INFO] [stdout] 86 | pub(crate) plugin: Plugin, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `code_signing` [INFO] [stdout] --> src/config.rs:88:5 [INFO] [stdout] | [INFO] [stdout] 88 | pub(crate) code_signing: CodeSigning, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `ext_path` [INFO] [stdout] --> src/config.rs:93:5 [INFO] [stdout] | [INFO] [stdout] 93 | pub(crate) ext_path: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `bin_path` [INFO] [stdout] --> src/config.rs:94:5 [INFO] [stdout] | [INFO] [stdout] 94 | pub(crate) bin_path: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `launch` [INFO] [stdout] --> src/config.rs:95:5 [INFO] [stdout] | [INFO] [stdout] 95 | pub(crate) launch: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `kill` [INFO] [stdout] --> src/config.rs:96:5 [INFO] [stdout] | [INFO] [stdout] 96 | pub(crate) kill: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `name` [INFO] [stdout] --> src/config.rs:101:5 [INFO] [stdout] | [INFO] [stdout] 101 | pub(crate) name: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `bundle` [INFO] [stdout] --> src/config.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | pub(crate) bundle: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `move_to_ext` [INFO] [stdout] --> src/config.rs:103:5 [INFO] [stdout] | [INFO] [stdout] 103 | pub(crate) move_to_ext: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `sign` [INFO] [stdout] --> src/config.rs:108:5 [INFO] [stdout] | [INFO] [stdout] 108 | pub(crate) sign: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `windows` [INFO] [stdout] --> src/config.rs:109:5 [INFO] [stdout] | [INFO] [stdout] 109 | pub(crate) windows: SignWindows, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `macos` [INFO] [stdout] --> src/config.rs:110:5 [INFO] [stdout] | [INFO] [stdout] 110 | pub(crate) macos: SignMacOs, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `signtool_path` [INFO] [stdout] --> src/config.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | pub(crate) signtool_path: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `cert_path` [INFO] [stdout] --> src/config.rs:116:5 [INFO] [stdout] | [INFO] [stdout] 116 | pub(crate) cert_path: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `cert_pass` [INFO] [stdout] --> src/config.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | pub(crate) cert_pass: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `timestamp_url` [INFO] [stdout] --> src/config.rs:118:5 [INFO] [stdout] | [INFO] [stdout] 118 | pub(crate) timestamp_url: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `identity` [INFO] [stdout] --> src/config.rs:123:5 [INFO] [stdout] | [INFO] [stdout] 123 | pub(crate) identity: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 18 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `filemaker` [INFO] [stdout] --> src/config.rs:85:5 [INFO] [stdout] | [INFO] [stdout] 85 | pub(crate) filemaker: FileMaker, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `plugin` [INFO] [stdout] --> src/config.rs:86:5 [INFO] [stdout] | [INFO] [stdout] 86 | pub(crate) plugin: Plugin, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `code_signing` [INFO] [stdout] --> src/config.rs:88:5 [INFO] [stdout] | [INFO] [stdout] 88 | pub(crate) code_signing: CodeSigning, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `ext_path` [INFO] [stdout] --> src/config.rs:93:5 [INFO] [stdout] | [INFO] [stdout] 93 | pub(crate) ext_path: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `bin_path` [INFO] [stdout] --> src/config.rs:94:5 [INFO] [stdout] | [INFO] [stdout] 94 | pub(crate) bin_path: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `launch` [INFO] [stdout] --> src/config.rs:95:5 [INFO] [stdout] | [INFO] [stdout] 95 | pub(crate) launch: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `kill` [INFO] [stdout] --> src/config.rs:96:5 [INFO] [stdout] | [INFO] [stdout] 96 | pub(crate) kill: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `name` [INFO] [stdout] --> src/config.rs:101:5 [INFO] [stdout] | [INFO] [stdout] 101 | pub(crate) name: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `bundle` [INFO] [stdout] --> src/config.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | pub(crate) bundle: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `move_to_ext` [INFO] [stdout] --> src/config.rs:103:5 [INFO] [stdout] | [INFO] [stdout] 103 | pub(crate) move_to_ext: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `sign` [INFO] [stdout] --> src/config.rs:108:5 [INFO] [stdout] | [INFO] [stdout] 108 | pub(crate) sign: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `windows` [INFO] [stdout] --> src/config.rs:109:5 [INFO] [stdout] | [INFO] [stdout] 109 | pub(crate) windows: SignWindows, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `macos` [INFO] [stdout] --> src/config.rs:110:5 [INFO] [stdout] | [INFO] [stdout] 110 | pub(crate) macos: SignMacOs, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `signtool_path` [INFO] [stdout] --> src/config.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | pub(crate) signtool_path: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `cert_path` [INFO] [stdout] --> src/config.rs:116:5 [INFO] [stdout] | [INFO] [stdout] 116 | pub(crate) cert_path: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `cert_pass` [INFO] [stdout] --> src/config.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | pub(crate) cert_pass: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `timestamp_url` [INFO] [stdout] --> src/config.rs:118:5 [INFO] [stdout] | [INFO] [stdout] 118 | pub(crate) timestamp_url: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `identity` [INFO] [stdout] --> src/config.rs:123:5 [INFO] [stdout] | [INFO] [stdout] 123 | pub(crate) identity: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 18 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 8.35s [INFO] running `Command { std: "docker" "inspect" "8a197c9dd824ad56f5bfbf334bd3d6ce3a9d91b1de11827b4d3dea4a9d6e830e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8a197c9dd824ad56f5bfbf334bd3d6ce3a9d91b1de11827b4d3dea4a9d6e830e", kill_on_drop: false }` [INFO] [stdout] 8a197c9dd824ad56f5bfbf334bd3d6ce3a9d91b1de11827b4d3dea4a9d6e830e