[INFO] cloning repository https://github.com/QlowB/zombie [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/QlowB/zombie" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FQlowB%2Fzombie", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FQlowB%2Fzombie'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 207403c291b4b12dfcf048205e1883517ec56616 [INFO] checking QlowB/zombie against master#33fdb797f59421c7bbecaa4588ed5d7a31a9494a for pr-87190-3 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FQlowB%2Fzombie" "/workspace/builds/worker-10/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-10/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/QlowB/zombie on toolchain 33fdb797f59421c7bbecaa4588ed5d7a31a9494a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/QlowB/zombie [INFO] finished tweaking git repo https://github.com/QlowB/zombie [INFO] tweaked toml for git repo https://github.com/QlowB/zombie written to /workspace/builds/worker-10/source/Cargo.toml [INFO] crate git repo https://github.com/QlowB/zombie already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "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-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 57e38100445b89f3155332871d744ef916b8f7675045b191ce66bf9eb6ded43c [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" "57e38100445b89f3155332871d744ef916b8f7675045b191ce66bf9eb6ded43c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "57e38100445b89f3155332871d744ef916b8f7675045b191ce66bf9eb6ded43c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "57e38100445b89f3155332871d744ef916b8f7675045b191ce66bf9eb6ded43c", kill_on_drop: false }` [INFO] [stdout] 57e38100445b89f3155332871d744ef916b8f7675045b191ce66bf9eb6ded43c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8a7e33058cbbdeb45d070941da7f8979e1c4d9b4aacafafb1a5badc32548137d [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" "8a7e33058cbbdeb45d070941da7f8979e1c4d9b4aacafafb1a5badc32548137d", kill_on_drop: false }` [INFO] [stderr] Compiling version_check v0.9.2 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Checking unicode-width v0.1.8 [INFO] [stderr] Checking ansi_term v0.11.0 [INFO] [stderr] Checking strsim v0.8.0 [INFO] [stderr] Checking vec_map v0.8.2 [INFO] [stderr] Checking typed-arena v1.4.1 [INFO] [stderr] Compiling byteorder v1.3.2 [INFO] [stderr] Checking memmap2 v0.2.1 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Checking textwrap v0.11.0 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Checking clap v2.33.3 [INFO] [stderr] Compiling syn v1.0.14 [INFO] [stderr] Compiling dynasm v1.0.1 [INFO] [stderr] Checking dynasmrt v1.0.1 [INFO] [stderr] Checking zombie v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused imports: `Add`, `Mul`, `Sub` [INFO] [stdout] --> src/interpret.rs:7:16 [INFO] [stdout] | [INFO] [stdout] 7 | use std::ops::{Add, Mul, Sub}; [INFO] [stdout] | ^^^ ^^^ ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `CellSize` [INFO] [stdout] --> src/compile.rs:6:43 [INFO] [stdout] | [INFO] [stdout] 6 | use super::options::{Options, CellLayout, CellSize}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Add`, `Mul`, `Sub` [INFO] [stdout] --> src/interpret.rs:7:16 [INFO] [stdout] | [INFO] [stdout] 7 | use std::ops::{Add, Mul, Sub}; [INFO] [stdout] | ^^^ ^^^ ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `CellSize` [INFO] [stdout] --> src/compile.rs:6:43 [INFO] [stdout] | [INFO] [stdout] 6 | use super::options::{Options, CellLayout, CellSize}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `e` [INFO] [stdout] --> src/options.rs:55:17 [INFO] [stdout] | [INFO] [stdout] 55 | Err(e) => match s { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `cfg` [INFO] [stdout] --> src/compile.rs:21:24 [INFO] [stdout] | [INFO] [stdout] 21 | pub fn compile_cfg<'a>(cfg: Vec>) -> Box ()> { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_cfg` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `offset_creator` [INFO] [stdout] --> src/trans/c.rs:57:9 [INFO] [stdout] | [INFO] [stdout] 57 | let offset_creator = |o: i64| { [INFO] [stdout] | ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_offset_creator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `nop` [INFO] [stdout] --> src/trans/c.rs:145:29 [INFO] [stdout] | [INFO] [stdout] 145 | fn visit_nop(&mut self, nop: &Instruction) { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_nop` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `e` [INFO] [stdout] --> src/options.rs:55:17 [INFO] [stdout] | [INFO] [stdout] 55 | Err(e) => match s { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `cfg` [INFO] [stdout] --> src/compile.rs:21:24 [INFO] [stdout] | [INFO] [stdout] 21 | pub fn compile_cfg<'a>(cfg: Vec>) -> Box ()> { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_cfg` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `offset_creator` [INFO] [stdout] --> src/trans/c.rs:57:9 [INFO] [stdout] | [INFO] [stdout] 57 | let offset_creator = |o: i64| { [INFO] [stdout] | ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_offset_creator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `nop` [INFO] [stdout] --> src/trans/c.rs:145:29 [INFO] [stdout] | [INFO] [stdout] 145 | fn visit_nop(&mut self, nop: &Instruction) { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_nop` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `arena` [INFO] [stdout] --> src/optimize.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 20 | arena: &'a Arena>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct is never constructed: `MemoryState` [INFO] [stdout] --> src/optimize.rs:162:8 [INFO] [stdout] | [INFO] [stdout] 162 | struct MemoryState { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum is never used: `CellState` [INFO] [stdout] --> src/optimize.rs:167:6 [INFO] [stdout] | [INFO] [stdout] 167 | enum CellState { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `opts` [INFO] [stdout] --> src/compile.rs:66:5 [INFO] [stdout] | [INFO] [stdout] 66 | opts: &'a Options [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 10 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `arena` [INFO] [stdout] --> src/optimize.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 20 | arena: &'a Arena>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct is never constructed: `MemoryState` [INFO] [stdout] --> src/optimize.rs:162:8 [INFO] [stdout] | [INFO] [stdout] 162 | struct MemoryState { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum is never used: `CellState` [INFO] [stdout] --> src/optimize.rs:167:6 [INFO] [stdout] | [INFO] [stdout] 167 | enum CellState { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `opts` [INFO] [stdout] --> src/compile.rs:66:5 [INFO] [stdout] | [INFO] [stdout] 66 | opts: &'a Options [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 10 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 46.45s [INFO] running `Command { std: "docker" "inspect" "8a7e33058cbbdeb45d070941da7f8979e1c4d9b4aacafafb1a5badc32548137d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8a7e33058cbbdeb45d070941da7f8979e1c4d9b4aacafafb1a5badc32548137d", kill_on_drop: false }` [INFO] [stdout] 8a7e33058cbbdeb45d070941da7f8979e1c4d9b4aacafafb1a5badc32548137d