[INFO] fetching crate mars 0.0.0... [INFO] checking mars-0.0.0 against try#8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 for pr-82565 [INFO] extracting crate mars 0.0.0 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate mars 0.0.0 on toolchain 8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate mars 0.0.0 [INFO] finished tweaking crates.io crate mars 0.0.0 [INFO] tweaked toml for crates.io crate mars 0.0.0 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 84c560d9794013ba51fc1570c25ab2ce8d996a83c6446e9b96e8119a43e46631 [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" "84c560d9794013ba51fc1570c25ab2ce8d996a83c6446e9b96e8119a43e46631", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "84c560d9794013ba51fc1570c25ab2ce8d996a83c6446e9b96e8119a43e46631", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "84c560d9794013ba51fc1570c25ab2ce8d996a83c6446e9b96e8119a43e46631", kill_on_drop: false }` [INFO] [stdout] 84c560d9794013ba51fc1570c25ab2ce8d996a83c6446e9b96e8119a43e46631 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", 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] 8393e7bb1d2391b87c2dbaa0fa11d4f4ed7d56cd1b4076f086c49f9a61dae84d [INFO] running `Command { std: "docker" "start" "-a" "8393e7bb1d2391b87c2dbaa0fa11d4f4ed7d56cd1b4076f086c49f9a61dae84d", kill_on_drop: false }` [INFO] [stderr] Checking mars v0.0.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around method argument [INFO] [stdout] --> src/mars/mod.rs:191:33 [INFO] [stdout] | [INFO] [stdout] 191 | rpa = self.fold((rpa + self.core[((self.pc + rpa) % self.core_size)].b_number), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around method argument [INFO] [stdout] --> src/mars/mod.rs:193:33 [INFO] [stdout] | [INFO] [stdout] 193 | wpa = self.fold((wpa + self.core[((self.pc + wpa) % self.core_size)].b_number), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around method argument [INFO] [stdout] --> src/mars/mod.rs:191:33 [INFO] [stdout] | [INFO] [stdout] 191 | rpa = self.fold((rpa + self.core[((self.pc + rpa) % self.core_size)].b_number), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around method argument [INFO] [stdout] --> src/mars/mod.rs:193:33 [INFO] [stdout] | [INFO] [stdout] 193 | wpa = self.fold((wpa + self.core[((self.pc + wpa) % self.core_size)].b_number), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ira` [INFO] [stdout] --> src/mars/mod.rs:156:13 [INFO] [stdout] | [INFO] [stdout] 156 | let ira: Instruction; [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ira` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `irb` [INFO] [stdout] --> src/mars/mod.rs:157:13 [INFO] [stdout] | [INFO] [stdout] 157 | let irb: Instruction; [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_irb` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `rpb` [INFO] [stdout] --> src/mars/mod.rs:160:13 [INFO] [stdout] | [INFO] [stdout] 160 | let rpb: Address; [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_rpb` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `wpb` [INFO] [stdout] --> src/mars/mod.rs:161:13 [INFO] [stdout] | [INFO] [stdout] 161 | let wpb: Address; [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_wpb` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pip` is assigned to, but never used [INFO] [stdout] --> src/mars/mod.rs:162:13 [INFO] [stdout] | [INFO] [stdout] 162 | let pip: Address; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: consider using `_pip` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `rpa` is never read [INFO] [stdout] --> src/mars/mod.rs:171:13 [INFO] [stdout] | [INFO] [stdout] 171 | rpa = 0; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_assignments)]` on by default [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `wpa` is never read [INFO] [stdout] --> src/mars/mod.rs:172:13 [INFO] [stdout] | [INFO] [stdout] 172 | wpa = 0; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `pip` is never read [INFO] [stdout] --> src/mars/mod.rs:188:21 [INFO] [stdout] | [INFO] [stdout] 188 | pip = (self.pc + wpa) % self.core_size; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `rpa` is never read [INFO] [stdout] --> src/mars/mod.rs:191:17 [INFO] [stdout] | [INFO] [stdout] 191 | rpa = self.fold((rpa + self.core[((self.pc + rpa) % self.core_size)].b_number), [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `wpa` is never read [INFO] [stdout] --> src/mars/mod.rs:193:17 [INFO] [stdout] | [INFO] [stdout] 193 | wpa = self.fold((wpa + self.core[((self.pc + wpa) % self.core_size)].b_number), [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 12 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ira` [INFO] [stdout] --> src/mars/mod.rs:156:13 [INFO] [stdout] | [INFO] [stdout] 156 | let ira: Instruction; [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ira` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `irb` [INFO] [stdout] --> src/mars/mod.rs:157:13 [INFO] [stdout] | [INFO] [stdout] 157 | let irb: Instruction; [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_irb` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `rpb` [INFO] [stdout] --> src/mars/mod.rs:160:13 [INFO] [stdout] | [INFO] [stdout] 160 | let rpb: Address; [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_rpb` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `wpb` [INFO] [stdout] --> src/mars/mod.rs:161:13 [INFO] [stdout] | [INFO] [stdout] 161 | let wpb: Address; [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_wpb` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pip` is assigned to, but never used [INFO] [stdout] --> src/mars/mod.rs:162:13 [INFO] [stdout] | [INFO] [stdout] 162 | let pip: Address; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: consider using `_pip` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `rpa` is never read [INFO] [stdout] --> src/mars/mod.rs:171:13 [INFO] [stdout] | [INFO] [stdout] 171 | rpa = 0; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_assignments)]` on by default [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `wpa` is never read [INFO] [stdout] --> src/mars/mod.rs:172:13 [INFO] [stdout] | [INFO] [stdout] 172 | wpa = 0; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `pip` is never read [INFO] [stdout] --> src/mars/mod.rs:188:21 [INFO] [stdout] | [INFO] [stdout] 188 | pip = (self.pc + wpa) % self.core_size; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `rpa` is never read [INFO] [stdout] --> src/mars/mod.rs:191:17 [INFO] [stdout] | [INFO] [stdout] 191 | rpa = self.fold((rpa + self.core[((self.pc + rpa) % self.core_size)].b_number), [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `wpa` is never read [INFO] [stdout] --> src/mars/mod.rs:193:17 [INFO] [stdout] | [INFO] [stdout] 193 | wpa = self.fold((wpa + self.core[((self.pc + wpa) % self.core_size)].b_number), [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 12 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.20s [INFO] running `Command { std: "docker" "inspect" "8393e7bb1d2391b87c2dbaa0fa11d4f4ed7d56cd1b4076f086c49f9a61dae84d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8393e7bb1d2391b87c2dbaa0fa11d4f4ed7d56cd1b4076f086c49f9a61dae84d", kill_on_drop: false }` [INFO] [stdout] 8393e7bb1d2391b87c2dbaa0fa11d4f4ed7d56cd1b4076f086c49f9a61dae84d