[INFO] cloning repository https://github.com/LibreLabUCM/codigo-rojo-rust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/LibreLabUCM/codigo-rojo-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLibreLabUCM%2Fcodigo-rojo-rust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLibreLabUCM%2Fcodigo-rojo-rust'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 0f145a51990dfdf1f10fc28f5d82f8255e62f006 [INFO] testing LibreLabUCM/codigo-rojo-rust against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLibreLabUCM%2Fcodigo-rojo-rust" "/workspace/builds/worker-60/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-60/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/LibreLabUCM/codigo-rojo-rust on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/LibreLabUCM/codigo-rojo-rust [INFO] finished tweaking git repo https://github.com/LibreLabUCM/codigo-rojo-rust [INFO] tweaked toml for git repo https://github.com/LibreLabUCM/codigo-rojo-rust written to /workspace/builds/worker-60/source/Cargo.toml [INFO] crate git repo https://github.com/LibreLabUCM/codigo-rojo-rust already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "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-60/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-60/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] fba895a6994e5329c96189f62a136834dc33f8e58058f1df4f24c32c5f57bc2d [INFO] running `Command { std: "docker" "start" "-a" "fba895a6994e5329c96189f62a136834dc33f8e58058f1df4f24c32c5f57bc2d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fba895a6994e5329c96189f62a136834dc33f8e58058f1df4f24c32c5f57bc2d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fba895a6994e5329c96189f62a136834dc33f8e58058f1df4f24c32c5f57bc2d", kill_on_drop: false }` [INFO] [stdout] fba895a6994e5329c96189f62a136834dc33f8e58058f1df4f24c32c5f57bc2d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-60/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-60/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bcab847f2c03925bd5e9bef37765cde1c18cc149361d3f199ba6d093f74c9a9f [INFO] running `Command { std: "docker" "start" "-a" "bcab847f2c03925bd5e9bef37765cde1c18cc149361d3f199ba6d093f74c9a9f", kill_on_drop: false }` [INFO] [stderr] Compiling codigo-rojo v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `a_ptr` [INFO] [stdout] --> src/mars/arith.rs:5:18 [INFO] [stdout] | [INFO] [stdout] 5 | let (a_ptr, a_ir) = ir.a.eval(pc, &core); [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_a_ptr` [INFO] [stdout] | [INFO] [stdout] ::: src/mars/mod.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | fn_arith!(add, |x, y, _| x + y); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] = note: this warning originates in the macro `fn_arith` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `a_ptr` [INFO] [stdout] --> src/mars/arith.rs:5:18 [INFO] [stdout] | [INFO] [stdout] 5 | let (a_ptr, a_ir) = ir.a.eval(pc, &core); [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_a_ptr` [INFO] [stdout] | [INFO] [stdout] ::: src/mars/mod.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | fn_arith!(sub, |x, y, m| x + m - y); [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `fn_arith` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `a_ptr` [INFO] [stdout] --> src/mars/arith.rs:5:18 [INFO] [stdout] | [INFO] [stdout] 5 | let (a_ptr, a_ir) = ir.a.eval(pc, &core); [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_a_ptr` [INFO] [stdout] | [INFO] [stdout] ::: src/mars/mod.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | fn_arith!(mul, |x, y, _| x * y); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `fn_arith` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `a_ptr` [INFO] [stdout] --> src/mars/arith_div.rs:6:18 [INFO] [stdout] | [INFO] [stdout] 6 | let (a_ptr, a_ir) = ir.a.eval(pc, &core); [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_a_ptr` [INFO] [stdout] | [INFO] [stdout] ::: src/mars/mod.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | fn_arith_div!(div, |x, y| x / y); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `fn_arith_div` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `a_ptr` [INFO] [stdout] --> src/mars/arith_div.rs:6:18 [INFO] [stdout] | [INFO] [stdout] 6 | let (a_ptr, a_ir) = ir.a.eval(pc, &core); [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_a_ptr` [INFO] [stdout] | [INFO] [stdout] ::: src/mars/mod.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | fn_arith_div!(mod_, |x, y| x % y); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `fn_arith_div` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `s` [INFO] [stdout] --> src/parse.rs:10:14 [INFO] [stdout] | [INFO] [stdout] 10 | pub fn parse(s: &str) -> Option> { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_s` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `a_ptr` [INFO] [stdout] --> src/mars/mov.rs:7:10 [INFO] [stdout] | [INFO] [stdout] 7 | let (a_ptr, a_ir) = ir.a.eval(pc, &core); [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_a_ptr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `b_ir` [INFO] [stdout] --> src/mars/mov.rs:8:17 [INFO] [stdout] | [INFO] [stdout] 8 | let (b_ptr, b_ir) = ir.b.eval(pc, &core); [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_b_ir` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `parse` [INFO] [stdout] --> src/parse.rs:10:8 [INFO] [stdout] | [INFO] [stdout] 10 | pub fn parse(s: &str) -> Option> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.31s [INFO] running `Command { std: "docker" "inspect" "bcab847f2c03925bd5e9bef37765cde1c18cc149361d3f199ba6d093f74c9a9f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bcab847f2c03925bd5e9bef37765cde1c18cc149361d3f199ba6d093f74c9a9f", kill_on_drop: false }` [INFO] [stdout] bcab847f2c03925bd5e9bef37765cde1c18cc149361d3f199ba6d093f74c9a9f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-60/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-60/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b6de91daf898af8cea9ec560a2135cfc283cfc517df618b4056790980e308f4b [INFO] running `Command { std: "docker" "start" "-a" "b6de91daf898af8cea9ec560a2135cfc283cfc517df618b4056790980e308f4b", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling codigo-rojo v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `a_ptr` [INFO] [stdout] --> src/mars/arith.rs:5:18 [INFO] [stdout] | [INFO] [stdout] 5 | let (a_ptr, a_ir) = ir.a.eval(pc, &core); [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_a_ptr` [INFO] [stdout] | [INFO] [stdout] ::: src/mars/mod.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | fn_arith!(add, |x, y, _| x + y); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] = note: this warning originates in the macro `fn_arith` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `a_ptr` [INFO] [stdout] --> src/mars/arith.rs:5:18 [INFO] [stdout] | [INFO] [stdout] 5 | let (a_ptr, a_ir) = ir.a.eval(pc, &core); [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_a_ptr` [INFO] [stdout] | [INFO] [stdout] ::: src/mars/mod.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | fn_arith!(sub, |x, y, m| x + m - y); [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `fn_arith` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `a_ptr` [INFO] [stdout] --> src/mars/arith.rs:5:18 [INFO] [stdout] | [INFO] [stdout] 5 | let (a_ptr, a_ir) = ir.a.eval(pc, &core); [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_a_ptr` [INFO] [stdout] | [INFO] [stdout] ::: src/mars/mod.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | fn_arith!(mul, |x, y, _| x * y); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `fn_arith` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `a_ptr` [INFO] [stdout] --> src/mars/arith_div.rs:6:18 [INFO] [stdout] | [INFO] [stdout] 6 | let (a_ptr, a_ir) = ir.a.eval(pc, &core); [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_a_ptr` [INFO] [stdout] | [INFO] [stdout] ::: src/mars/mod.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | fn_arith_div!(div, |x, y| x / y); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `fn_arith_div` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `a_ptr` [INFO] [stdout] --> src/mars/arith_div.rs:6:18 [INFO] [stdout] | [INFO] [stdout] 6 | let (a_ptr, a_ir) = ir.a.eval(pc, &core); [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_a_ptr` [INFO] [stdout] | [INFO] [stdout] ::: src/mars/mod.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | fn_arith_div!(mod_, |x, y| x % y); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `fn_arith_div` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `s` [INFO] [stdout] --> src/parse.rs:10:14 [INFO] [stdout] | [INFO] [stdout] 10 | pub fn parse(s: &str) -> Option> { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_s` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `a_ptr` [INFO] [stdout] --> src/mars/mov.rs:7:10 [INFO] [stdout] | [INFO] [stdout] 7 | let (a_ptr, a_ir) = ir.a.eval(pc, &core); [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_a_ptr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `b_ir` [INFO] [stdout] --> src/mars/mov.rs:8:17 [INFO] [stdout] | [INFO] [stdout] 8 | let (b_ptr, b_ir) = ir.b.eval(pc, &core); [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_b_ir` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `parse` [INFO] [stdout] --> src/parse.rs:10:8 [INFO] [stdout] | [INFO] [stdout] 10 | pub fn parse(s: &str) -> Option> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.03s [INFO] running `Command { std: "docker" "inspect" "b6de91daf898af8cea9ec560a2135cfc283cfc517df618b4056790980e308f4b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b6de91daf898af8cea9ec560a2135cfc283cfc517df618b4056790980e308f4b", kill_on_drop: false }` [INFO] [stdout] b6de91daf898af8cea9ec560a2135cfc283cfc517df618b4056790980e308f4b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-60/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-60/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 4514c437d3bf8d18aea3b2b5545439bd36ece5072c20d9401fd80fd9cc8b3aa8 [INFO] running `Command { std: "docker" "start" "-a" "4514c437d3bf8d18aea3b2b5545439bd36ece5072c20d9401fd80fd9cc8b3aa8", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: unused variable: `a_ptr` [INFO] [stderr] --> src/mars/arith.rs:5:18 [INFO] [stderr] | [INFO] [stderr] 5 | let (a_ptr, a_ir) = ir.a.eval(pc, &core); [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_a_ptr` [INFO] [stderr] | [INFO] [stderr] ::: src/mars/mod.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | fn_arith!(add, |x, y, _| x + y); [INFO] [stderr] | ------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] = note: this warning originates in the macro `fn_arith` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `a_ptr` [INFO] [stderr] --> src/mars/arith.rs:5:18 [INFO] [stderr] | [INFO] [stderr] 5 | let (a_ptr, a_ir) = ir.a.eval(pc, &core); [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_a_ptr` [INFO] [stderr] | [INFO] [stderr] ::: src/mars/mod.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | fn_arith!(sub, |x, y, m| x + m - y); [INFO] [stderr] | ----------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `fn_arith` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `a_ptr` [INFO] [stderr] --> src/mars/arith.rs:5:18 [INFO] [stderr] | [INFO] [stderr] 5 | let (a_ptr, a_ir) = ir.a.eval(pc, &core); [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_a_ptr` [INFO] [stderr] | [INFO] [stderr] ::: src/mars/mod.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | fn_arith!(mul, |x, y, _| x * y); [INFO] [stderr] | ------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `fn_arith` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `a_ptr` [INFO] [stderr] --> src/mars/arith_div.rs:6:18 [INFO] [stderr] | [INFO] [stderr] 6 | let (a_ptr, a_ir) = ir.a.eval(pc, &core); [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_a_ptr` [INFO] [stderr] | [INFO] [stderr] ::: src/mars/mod.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | fn_arith_div!(div, |x, y| x / y); [INFO] [stderr] | -------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `fn_arith_div` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `a_ptr` [INFO] [stderr] --> src/mars/arith_div.rs:6:18 [INFO] [stderr] | [INFO] [stderr] 6 | let (a_ptr, a_ir) = ir.a.eval(pc, &core); [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_a_ptr` [INFO] [stderr] | [INFO] [stderr] ::: src/mars/mod.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | fn_arith_div!(mod_, |x, y| x % y); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `fn_arith_div` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `s` [INFO] [stderr] --> src/parse.rs:10:14 [INFO] [stderr] | [INFO] [stderr] 10 | pub fn parse(s: &str) -> Option> { [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_s` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `a_ptr` [INFO] [stderr] --> src/mars/mov.rs:7:10 [INFO] [stderr] | [INFO] [stderr] 7 | let (a_ptr, a_ir) = ir.a.eval(pc, &core); [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_a_ptr` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `b_ir` [INFO] [stderr] --> src/mars/mov.rs:8:17 [INFO] [stderr] | [INFO] [stderr] 8 | let (b_ptr, b_ir) = ir.b.eval(pc, &core); [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_b_ir` [INFO] [stderr] [INFO] [stderr] warning: function is never used: `parse` [INFO] [stderr] --> src/parse.rs:10:8 [INFO] [stderr] | [INFO] [stderr] 10 | pub fn parse(s: &str) -> Option> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `codigo-rojo` (bin "codigo-rojo" test) generated 9 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.28s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/codigo_rojo-94b411b69204bcf8) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "4514c437d3bf8d18aea3b2b5545439bd36ece5072c20d9401fd80fd9cc8b3aa8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4514c437d3bf8d18aea3b2b5545439bd36ece5072c20d9401fd80fd9cc8b3aa8", kill_on_drop: false }` [INFO] [stdout] 4514c437d3bf8d18aea3b2b5545439bd36ece5072c20d9401fd80fd9cc8b3aa8