[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 master#99e3aef02079e9c10583638520cd0c134dc3a01d for pr-85530 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLibreLabUCM%2Fcodigo-rojo-rust" "/workspace/builds/worker-11/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-11/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/LibreLabUCM/codigo-rojo-rust on toolchain 99e3aef02079e9c10583638520cd0c134dc3a01d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "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-11/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" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ff1f841eed5761cfe2aaab0dbc1b819c3df1e20d73549827b456a63e8e1b53db [INFO] running `Command { std: "docker" "start" "-a" "ff1f841eed5761cfe2aaab0dbc1b819c3df1e20d73549827b456a63e8e1b53db", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ff1f841eed5761cfe2aaab0dbc1b819c3df1e20d73549827b456a63e8e1b53db", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ff1f841eed5761cfe2aaab0dbc1b819c3df1e20d73549827b456a63e8e1b53db", kill_on_drop: false }` [INFO] [stdout] ff1f841eed5761cfe2aaab0dbc1b819c3df1e20d73549827b456a63e8e1b53db [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] eb53a1c568695839cc5d0543625ba34d05799621d4b8c620274061dd90c0e7fb [INFO] running `Command { std: "docker" "start" "-a" "eb53a1c568695839cc5d0543625ba34d05799621d4b8c620274061dd90c0e7fb", 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: `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: 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: 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 1.10s [INFO] running `Command { std: "docker" "inspect" "eb53a1c568695839cc5d0543625ba34d05799621d4b8c620274061dd90c0e7fb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "eb53a1c568695839cc5d0543625ba34d05799621d4b8c620274061dd90c0e7fb", kill_on_drop: false }` [INFO] [stdout] eb53a1c568695839cc5d0543625ba34d05799621d4b8c620274061dd90c0e7fb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a7771869d818cd64ada91fe79e1e2b63794404d9c74384d4fbf26e6251c033ab [INFO] running `Command { std: "docker" "start" "-a" "a7771869d818cd64ada91fe79e1e2b63794404d9c74384d4fbf26e6251c033ab", 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: `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: 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: 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] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.71s [INFO] [stdout] warning: 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "a7771869d818cd64ada91fe79e1e2b63794404d9c74384d4fbf26e6251c033ab", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a7771869d818cd64ada91fe79e1e2b63794404d9c74384d4fbf26e6251c033ab", kill_on_drop: false }` [INFO] [stdout] a7771869d818cd64ada91fe79e1e2b63794404d9c74384d4fbf26e6251c033ab [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 7202f41653639bef3a545c6666c4e25a2b45faf00faa4c9c35566299d5c433a2 [INFO] running `Command { std: "docker" "start" "-a" "7202f41653639bef3a545c6666c4e25a2b45faf00faa4c9c35566299d5c433a2", kill_on_drop: false }` [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] [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: `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: 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: 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: 9 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/codigo_rojo-434fd114bd0e1748) [INFO] running `Command { std: "docker" "inspect" "7202f41653639bef3a545c6666c4e25a2b45faf00faa4c9c35566299d5c433a2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7202f41653639bef3a545c6666c4e25a2b45faf00faa4c9c35566299d5c433a2", kill_on_drop: false }` [INFO] [stdout] 7202f41653639bef3a545c6666c4e25a2b45faf00faa4c9c35566299d5c433a2