[INFO] cloning repository https://github.com/TiagodePAlves/LC3-vm
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/TiagodePAlves/LC3-vm" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTiagodePAlves%2FLC3-vm", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTiagodePAlves%2FLC3-vm'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 0cd0224ef555c78ab4ebe87470e78add28944d9d
[INFO] checking TiagodePAlves/LC3-vm against eca445e5ae4a6679cc27d3a09106ce245e13a5a6 for pr-162478
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTiagodePAlves%2FLC3-vm" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/TiagodePAlves/LC3-vm
[INFO] finished tweaking git repo https://github.com/TiagodePAlves/LC3-vm
[INFO] tweaked toml for git repo https://github.com/TiagodePAlves/LC3-vm written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/TiagodePAlves/LC3-vm on toolchain eca445e5ae4a6679cc27d3a09106ce245e13a5a6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/TiagodePAlves/LC3-vm already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `lcvm` (manifest) generated 1 warning
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded cfg-if v0.1.6
[INFO] [stderr]   Downloaded either v1.5.0
[INFO] [stderr]   Downloaded cc v1.0.26
[INFO] [stderr]   Downloaded itertools v0.8.0
[INFO] [stderr]   Downloaded libc v0.2.45
[INFO] [stderr]   Downloaded nix v0.12.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] ea721692c4cffc6d1f434162a18f30e5aff31f0e1108608a4629882dcf016f29
[INFO] running `Command { std: "docker" "start" "ea721692c4cffc6d1f434162a18f30e5aff31f0e1108608a4629882dcf016f29", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ea721692c4cffc6d1f434162a18f30e5aff31f0e1108608a4629882dcf016f29", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "ea721692c4cffc6d1f434162a18f30e5aff31f0e1108608a4629882dcf016f29" "/opt/rustwide/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ea721692c4cffc6d1f434162a18f30e5aff31f0e1108608a4629882dcf016f29", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "ea721692c4cffc6d1f434162a18f30e5aff31f0e1108608a4629882dcf016f29" "/opt/rustwide/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `lcvm` (manifest) generated 1 warning
[INFO] [stderr]    Compiling libc v0.2.45
[INFO] [stderr]    Compiling nix v0.12.0
[INFO] [stderr]     Checking cfg-if v0.1.6
[INFO] [stderr]     Checking void v1.0.2
[INFO] [stderr]     Checking either v1.5.0
[INFO] [stderr]     Checking bitflags v1.0.4
[INFO] [stderr]     Checking itertools v0.8.0
[INFO] [stderr]     Checking lcvm v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: found module declaration for lib.rs
[INFO] [stdout]  --> src/main.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | mod lib;
[INFO] [stdout]   | ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: lib.rs is the root of this crate's library target
[INFO] [stdout]   = help: to refer to it from other targets, use the library's name as the path
[INFO] [stdout]   = note: `#[warn(special_module_name)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/lib/memory.rs:66:63
[INFO] [stdout]    |
[INFO] [stdout] 66 |     pub fn load_program(filename: &String) -> std::io::Result<(Memory)> {
[INFO] [stdout]    |                                                               ^      ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 66 -     pub fn load_program(filename: &String) -> std::io::Result<(Memory)> {
[INFO] [stdout] 66 +     pub fn load_program(filename: &String) -> std::io::Result<Memory> {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::u16::MAX`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]   --> src/lib/memory.rs:21:39
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub const MEM_SIZE: usize = std::u16::MAX as usize;
[INFO] [stdout]    |                                       ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: found module declaration for lib.rs
[INFO] [stdout]  --> src/main.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | mod lib;
[INFO] [stdout]   | ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: lib.rs is the root of this crate's library target
[INFO] [stdout]   = help: to refer to it from other targets, use the library's name as the path
[INFO] [stdout]   = note: `#[warn(special_module_name)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/lib/memory.rs:66:63
[INFO] [stdout]    |
[INFO] [stdout] 66 |     pub fn load_program(filename: &String) -> std::io::Result<(Memory)> {
[INFO] [stdout]    |                                                               ^      ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 66 -     pub fn load_program(filename: &String) -> std::io::Result<(Memory)> {
[INFO] [stdout] 66 +     pub fn load_program(filename: &String) -> std::io::Result<Memory> {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]   --> src/lib/cpu.rs:71:32
[INFO] [stdout]    |
[INFO] [stdout] 71 |             Err(err) => if err.description() == "HALT" {
[INFO] [stdout]    |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::u16::MAX`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]   --> src/lib/memory.rs:21:39
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub const MEM_SIZE: usize = std::u16::MAX as usize;
[INFO] [stdout]    |                                       ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]   --> src/lib/cpu.rs:71:32
[INFO] [stdout]    |
[INFO] [stdout] 71 |             Err(err) => if err.description() == "HALT" {
[INFO] [stdout]    |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/lib/cpu.rs:37:40
[INFO] [stdout]    |
[INFO] [stdout] 37 |     pub fn new(mem: &'a mut Memory) -> CPU {
[INFO] [stdout]    |                      --                ^^^ the same lifetime is hidden here
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 37 |     pub fn new(mem: &'a mut Memory) -> CPU<'a> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/lib/cpu.rs:37:40
[INFO] [stdout]    |
[INFO] [stdout] 37 |     pub fn new(mem: &'a mut Memory) -> CPU {
[INFO] [stdout]    |                      --                ^^^ the same lifetime is hidden here
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 37 |     pub fn new(mem: &'a mut Memory) -> CPU<'a> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.91s
[INFO] running `Command { std: "docker" "inspect" "ea721692c4cffc6d1f434162a18f30e5aff31f0e1108608a4629882dcf016f29", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ea721692c4cffc6d1f434162a18f30e5aff31f0e1108608a4629882dcf016f29", kill_on_drop: false }`
[INFO] [stdout] ea721692c4cffc6d1f434162a18f30e5aff31f0e1108608a4629882dcf016f29
