[INFO] fetching crate optargs 0.1.0... [INFO] checking optargs-0.1.0 against master#4fa76a4a7742bb9c1febe33019f5a9e7e4839a65 for pr-83744 [INFO] extracting crate optargs 0.1.0 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate optargs 0.1.0 on toolchain 4fa76a4a7742bb9c1febe33019f5a9e7e4839a65 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+4fa76a4a7742bb9c1febe33019f5a9e7e4839a65" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate optargs 0.1.0 [INFO] finished tweaking crates.io crate optargs 0.1.0 [INFO] tweaked toml for crates.io crate optargs 0.1.0 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate crates.io crate optargs 0.1.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+4fa76a4a7742bb9c1febe33019f5a9e7e4839a65" "fetch" "--locked" "--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-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "rustops/crates-build-env@sha256:c46a2d1a26fb48b37929c74ca49dd9409f2375a0a3bdb8fe07617f3ffccaa889" "/opt/rustwide/cargo-home/bin/cargo" "+4fa76a4a7742bb9c1febe33019f5a9e7e4839a65" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f40a21d0dbd2e8b5a86f135d49027b3bf13ba6a867bc4984f9c9632773b81e08 [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" "f40a21d0dbd2e8b5a86f135d49027b3bf13ba6a867bc4984f9c9632773b81e08", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f40a21d0dbd2e8b5a86f135d49027b3bf13ba6a867bc4984f9c9632773b81e08", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f40a21d0dbd2e8b5a86f135d49027b3bf13ba6a867bc4984f9c9632773b81e08", kill_on_drop: false }` [INFO] [stdout] f40a21d0dbd2e8b5a86f135d49027b3bf13ba6a867bc4984f9c9632773b81e08 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "rustops/crates-build-env@sha256:c46a2d1a26fb48b37929c74ca49dd9409f2375a0a3bdb8fe07617f3ffccaa889" "/opt/rustwide/cargo-home/bin/cargo" "+4fa76a4a7742bb9c1febe33019f5a9e7e4839a65" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d272ca08f59ef82476e9e23eaccae037aed899517914046d9513908e7b46e21f [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" "d272ca08f59ef82476e9e23eaccae037aed899517914046d9513908e7b46e21f", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling syn v1.0.67 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling optargs-macro v0.1.0 [INFO] [stderr] Checking optargs v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> examples/plot.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | x: Vec, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `y` [INFO] [stdout] --> examples/plot.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | y: Option>, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_y` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `title` [INFO] [stdout] --> examples/plot.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | title: Option<&str>, [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_title` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `xlabel` [INFO] [stdout] --> examples/plot.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | xlabel: Option<&str>, [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_xlabel` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ylabel` [INFO] [stdout] --> examples/plot.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | ylabel: Option<&str>, [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_ylabel` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> examples/plot.rs:13:9 [INFO] [stdout] | [INFO] [stdout] 13 | let x = vec![1, 2, 3]; [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `y` [INFO] [stdout] --> examples/plot.rs:14:9 [INFO] [stdout] | [INFO] [stdout] 14 | let y = vec![1, 2, 3]; [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_y` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `to_the_moon` [INFO] [stdout] --> examples/demo.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | to_the_moon: Option, [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_to_the_moon` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `rocket_ships` [INFO] [stdout] --> examples/demo.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | rocket_ships: Option, [INFO] [stdout] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_rocket_ships` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `doges` [INFO] [stdout] --> examples/demo.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | doges: Option, [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_doges` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `diamond_hands` [INFO] [stdout] --> examples/demo.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | diamond_hands: Option<&str>, [INFO] [stdout] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_diamond_hands` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `tendies` [INFO] [stdout] --> examples/demo.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | tendies: Option, [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_tendies` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `go_gme` [INFO] [stdout] --> examples/demo.rs:9:4 [INFO] [stdout] | [INFO] [stdout] 9 | fn go_gme( [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 17.38s [INFO] running `Command { std: "docker" "inspect" "d272ca08f59ef82476e9e23eaccae037aed899517914046d9513908e7b46e21f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d272ca08f59ef82476e9e23eaccae037aed899517914046d9513908e7b46e21f", kill_on_drop: false }` [INFO] [stdout] d272ca08f59ef82476e9e23eaccae037aed899517914046d9513908e7b46e21f