[INFO] fetching crate libcw 0.1.1... [INFO] checking libcw-0.1.1 against beta for pr-78714 [INFO] extracting crate libcw 0.1.1 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate libcw 0.1.1 on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate libcw 0.1.1 [INFO] finished tweaking crates.io crate libcw 0.1.1 [INFO] tweaked toml for crates.io crate libcw 0.1.1 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 495728dbeb5853ebae3fb810d1dcf53d4112bc3725e614bb5b05e85c4a39f027 [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" "495728dbeb5853ebae3fb810d1dcf53d4112bc3725e614bb5b05e85c4a39f027", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "495728dbeb5853ebae3fb810d1dcf53d4112bc3725e614bb5b05e85c4a39f027", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "495728dbeb5853ebae3fb810d1dcf53d4112bc3725e614bb5b05e85c4a39f027", kill_on_drop: false }` [INFO] [stdout] 495728dbeb5853ebae3fb810d1dcf53d4112bc3725e614bb5b05e85c4a39f027 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] dc7ae9caa94e1502de18bd77f9dace07225b1c3d138dbc815b59cb36f86712c2 [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" "dc7ae9caa94e1502de18bd77f9dace07225b1c3d138dbc815b59cb36f86712c2", kill_on_drop: false }` [INFO] [stderr] Checking libcw v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/simulation/mars.rs:482:13 [INFO] [stdout] | [INFO] [stdout] 482 | (base.wrapping_sub(-offset as Address) % self.size() as Address) [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 block return value [INFO] [stdout] --> src/simulation/mars.rs:484:13 [INFO] [stdout] | [INFO] [stdout] 484 | (base.wrapping_add(offset as Address) % self.size() as Address) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `#[macro_use]` import [INFO] [stdout] --> src/lib.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | #[macro_use] extern crate lazy_static; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/simulation/mars.rs:482:13 [INFO] [stdout] | [INFO] [stdout] 482 | (base.wrapping_sub(-offset as Address) % self.size() as Address) [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 block return value [INFO] [stdout] --> src/simulation/mars.rs:484:13 [INFO] [stdout] | [INFO] [stdout] 484 | (base.wrapping_add(offset as Address) % self.size() as Address) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `#[macro_use]` import [INFO] [stdout] --> src/lib.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | #[macro_use] extern crate lazy_static; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/parser.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 127 | unimplemented!(); [INFO] [stdout] | ----------------- any code following this expression is unreachable [INFO] [stdout] 128 | Ok(()) [INFO] [stdout] | ^^^^^^ unreachable expression [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unreachable_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `program_str` [INFO] [stdout] --> src/parser.rs:124:17 [INFO] [stdout] | [INFO] [stdout] 124 | fn lex_into<'a>(program_str: &'a str, buf: &'a mut Vec) [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_program_str` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `buf` [INFO] [stdout] --> src/parser.rs:124:39 [INFO] [stdout] | [INFO] [stdout] 124 | fn lex_into<'a>(program_str: &'a str, buf: &'a mut Vec) [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_buf` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/parser.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 127 | unimplemented!(); [INFO] [stdout] | ----------------- any code following this expression is unreachable [INFO] [stdout] 128 | Ok(()) [INFO] [stdout] | ^^^^^^ unreachable expression [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unreachable_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `store_pspace` [INFO] [stdout] --> src/simulation/mars.rs:628:8 [INFO] [stdout] | [INFO] [stdout] 628 | fn store_pspace(&mut self, pin: Pin, addr: Address, value: Value) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `store_effective_a` [INFO] [stdout] --> src/simulation/mars.rs:644:8 [INFO] [stdout] | [INFO] [stdout] 644 | fn store_effective_a(&mut self, instr: T) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `fetch_pspace` [INFO] [stdout] --> src/simulation/mars.rs:675:8 [INFO] [stdout] | [INFO] [stdout] 675 | fn fetch_pspace(&self, pin: Pin, addr: Address) -> Value [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `program_str` [INFO] [stdout] --> src/parser.rs:124:17 [INFO] [stdout] | [INFO] [stdout] 124 | fn lex_into<'a>(program_str: &'a str, buf: &'a mut Vec) [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_program_str` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `buf` [INFO] [stdout] --> src/parser.rs:124:39 [INFO] [stdout] | [INFO] [stdout] 124 | fn lex_into<'a>(program_str: &'a str, buf: &'a mut Vec) [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_buf` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `store_pspace` [INFO] [stdout] --> src/simulation/mars.rs:628:8 [INFO] [stdout] | [INFO] [stdout] 628 | fn store_pspace(&mut self, pin: Pin, addr: Address, value: Value) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `store_effective_a` [INFO] [stdout] --> src/simulation/mars.rs:644:8 [INFO] [stdout] | [INFO] [stdout] 644 | fn store_effective_a(&mut self, instr: T) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `fetch_pspace` [INFO] [stdout] --> src/simulation/mars.rs:675:8 [INFO] [stdout] | [INFO] [stdout] 675 | fn fetch_pspace(&self, pin: Pin, addr: Address) -> Value [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> benches/mars_benches.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(test)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0554`. [INFO] [stdout] [INFO] [stderr] error: could not compile `libcw` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "dc7ae9caa94e1502de18bd77f9dace07225b1c3d138dbc815b59cb36f86712c2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dc7ae9caa94e1502de18bd77f9dace07225b1c3d138dbc815b59cb36f86712c2", kill_on_drop: false }` [INFO] [stdout] dc7ae9caa94e1502de18bd77f9dace07225b1c3d138dbc815b59cb36f86712c2