[INFO] fetching crate hexe 0.0.5... [INFO] checking hexe-0.0.5 against try#b09a3e9a7a0ff7efb269ec0c13dcc0fd3cedcf6b for pr-82781 [INFO] extracting crate hexe 0.0.5 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate hexe 0.0.5 on toolchain b09a3e9a7a0ff7efb269ec0c13dcc0fd3cedcf6b [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b09a3e9a7a0ff7efb269ec0c13dcc0fd3cedcf6b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate hexe 0.0.5 [INFO] finished tweaking crates.io crate hexe 0.0.5 [INFO] tweaked toml for crates.io crate hexe 0.0.5 written to /workspace/builds/worker-7/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b09a3e9a7a0ff7efb269ec0c13dcc0fd3cedcf6b" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b09a3e9a7a0ff7efb269ec0c13dcc0fd3cedcf6b" "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-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+b09a3e9a7a0ff7efb269ec0c13dcc0fd3cedcf6b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e7d2c96e34c69603ee06475f2eb6910545999a8df8bdfc43bc35478ca193ce98 [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" "e7d2c96e34c69603ee06475f2eb6910545999a8df8bdfc43bc35478ca193ce98", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e7d2c96e34c69603ee06475f2eb6910545999a8df8bdfc43bc35478ca193ce98", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e7d2c96e34c69603ee06475f2eb6910545999a8df8bdfc43bc35478ca193ce98", kill_on_drop: false }` [INFO] [stdout] e7d2c96e34c69603ee06475f2eb6910545999a8df8bdfc43bc35478ca193ce98 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+b09a3e9a7a0ff7efb269ec0c13dcc0fd3cedcf6b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6faac9f28086681a07e227878a17c267d1ace8fcf8bdf1de74dc05ddc68c320b [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" "6faac9f28086681a07e227878a17c267d1ace8fcf8bdf1de74dc05ddc68c320b", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Checking uncon v1.1.0 [INFO] [stderr] Checking static_assertions v0.2.5 [INFO] [stderr] Compiling syn v0.11.11 [INFO] [stderr] Checking rand v0.4.6 [INFO] [stderr] Compiling uncon_derive v1.1.1 [INFO] [stderr] Checking hexe_core v0.0.5 [INFO] [stderr] Checking hexe v0.0.5 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `src` [INFO] [stdout] --> src/position/mod.rs:92:13 [INFO] [stdout] | [INFO] [stdout] 92 | let src = mv.src(); [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_src` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `dst` [INFO] [stdout] --> src/position/mod.rs:93:13 [INFO] [stdout] | [INFO] [stdout] 93 | let dst = mv.dst(); [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_dst` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `src` [INFO] [stdout] --> src/position/mod.rs:92:13 [INFO] [stdout] | [INFO] [stdout] 92 | let src = mv.src(); [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_src` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `dst` [INFO] [stdout] --> src/position/mod.rs:93:13 [INFO] [stdout] | [INFO] [stdout] 93 | let dst = mv.dst(); [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_dst` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `ponder` [INFO] [stdout] --> src/engine/uci.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 28 | ponder: bool, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `infinite` [INFO] [stdout] --> src/engine/uci.rs:29:5 [INFO] [stdout] | [INFO] [stdout] 29 | infinite: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `moves_to_go` [INFO] [stdout] --> src/engine/uci.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 30 | moves_to_go: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `depth` [INFO] [stdout] --> src/engine/uci.rs:33:5 [INFO] [stdout] | [INFO] [stdout] 33 | depth: u32, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `nodes` [INFO] [stdout] --> src/engine/uci.rs:34:5 [INFO] [stdout] | [INFO] [stdout] 34 | nodes: u32, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `mate` [INFO] [stdout] --> src/engine/uci.rs:35:5 [INFO] [stdout] | [INFO] [stdout] 35 | mate: u32, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `move_time` [INFO] [stdout] --> src/engine/uci.rs:36:5 [INFO] [stdout] | [INFO] [stdout] 36 | move_time: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `position` [INFO] [stdout] --> src/engine/mod.rs:36:5 [INFO] [stdout] | [INFO] [stdout] 36 | position: Position, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `num_threads` [INFO] [stdout] --> src/engine/mod.rs:101:5 [INFO] [stdout] | [INFO] [stdout] 101 | num_threads: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 11 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `ponder` [INFO] [stdout] --> src/engine/uci.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 28 | ponder: bool, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `infinite` [INFO] [stdout] --> src/engine/uci.rs:29:5 [INFO] [stdout] | [INFO] [stdout] 29 | infinite: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `moves_to_go` [INFO] [stdout] --> src/engine/uci.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 30 | moves_to_go: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `depth` [INFO] [stdout] --> src/engine/uci.rs:33:5 [INFO] [stdout] | [INFO] [stdout] 33 | depth: u32, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `nodes` [INFO] [stdout] --> src/engine/uci.rs:34:5 [INFO] [stdout] | [INFO] [stdout] 34 | nodes: u32, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `mate` [INFO] [stdout] --> src/engine/uci.rs:35:5 [INFO] [stdout] | [INFO] [stdout] 35 | mate: u32, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `move_time` [INFO] [stdout] --> src/engine/uci.rs:36:5 [INFO] [stdout] | [INFO] [stdout] 36 | move_time: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `position` [INFO] [stdout] --> src/engine/mod.rs:36:5 [INFO] [stdout] | [INFO] [stdout] 36 | position: Position, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `num_threads` [INFO] [stdout] --> src/engine/mod.rs:101:5 [INFO] [stdout] | [INFO] [stdout] 101 | num_threads: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 11 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 8.11s [INFO] running `Command { std: "docker" "inspect" "6faac9f28086681a07e227878a17c267d1ace8fcf8bdf1de74dc05ddc68c320b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6faac9f28086681a07e227878a17c267d1ace8fcf8bdf1de74dc05ddc68c320b", kill_on_drop: false }` [INFO] [stdout] 6faac9f28086681a07e227878a17c267d1ace8fcf8bdf1de74dc05ddc68c320b