[INFO] updating cached 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" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune", kill_on_drop: false }` [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 0f145a51990dfdf1f10fc28f5d82f8255e62f006 [INFO] testing LibreLabUCM/codigo-rojo-rust against beta-2020-07-24 for beta-1.46-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLibreLabUCM%2Fcodigo-rojo-rust" "/workspace/builds/worker-3/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/LibreLabUCM/codigo-rojo-rust on toolchain beta-2020-07-24 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "read-manifest" "--manifest-path" "Cargo.toml", 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-3/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" "+beta-2020-07-24" "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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 444c6852f8b13d33cc9c5326a4e0e10294520c3b692c82c79c26a09a99a44254 [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" "444c6852f8b13d33cc9c5326a4e0e10294520c3b692c82c79c26a09a99a44254", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "444c6852f8b13d33cc9c5326a4e0e10294520c3b692c82c79c26a09a99a44254", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "444c6852f8b13d33cc9c5326a4e0e10294520c3b692c82c79c26a09a99a44254", kill_on_drop: false }` [INFO] [stdout] 444c6852f8b13d33cc9c5326a4e0e10294520c3b692c82c79c26a09a99a44254 [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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6260ae852c0d3964bfc196bfef2031ba9748e9a8825e3719971dacf04ba5d259 [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" "6260ae852c0d3964bfc196bfef2031ba9748e9a8825e3719971dacf04ba5d259", 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 a macro (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 a macro (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 a macro (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 a macro (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 a macro (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.68s [INFO] running `Command { std: "docker" "inspect" "6260ae852c0d3964bfc196bfef2031ba9748e9a8825e3719971dacf04ba5d259", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6260ae852c0d3964bfc196bfef2031ba9748e9a8825e3719971dacf04ba5d259", kill_on_drop: false }` [INFO] [stdout] 6260ae852c0d3964bfc196bfef2031ba9748e9a8825e3719971dacf04ba5d259 [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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b7186ae46de5875b7df83cd3f13fa66e4d91e5fd0a969bc5e75ba1fd0ed21d1e [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" "b7186ae46de5875b7df83cd3f13fa66e4d91e5fd0a969bc5e75ba1fd0ed21d1e", 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 a macro (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 a macro (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 a macro (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 a macro (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 a macro (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 test [unoptimized + debuginfo] target(s) in 0.95s [INFO] running `Command { std: "docker" "inspect" "b7186ae46de5875b7df83cd3f13fa66e4d91e5fd0a969bc5e75ba1fd0ed21d1e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b7186ae46de5875b7df83cd3f13fa66e4d91e5fd0a969bc5e75ba1fd0ed21d1e", kill_on_drop: false }` [INFO] [stdout] b7186ae46de5875b7df83cd3f13fa66e4d91e5fd0a969bc5e75ba1fd0ed21d1e [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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "test" "--frozen", 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] 342565f7e1522a8629474ee45c7208014da7312b28fc1ed09fa85f24cfee3238 [INFO] running `Command { std: "docker" "start" "-a" "342565f7e1522a8629474ee45c7208014da7312b28fc1ed09fa85f24cfee3238", 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 a macro (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 a macro (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 a macro (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 a macro (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 a macro (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.43s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/codigo_rojo-defaace7a3d11a80 [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 [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "342565f7e1522a8629474ee45c7208014da7312b28fc1ed09fa85f24cfee3238", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "342565f7e1522a8629474ee45c7208014da7312b28fc1ed09fa85f24cfee3238", kill_on_drop: false }` [INFO] [stdout] 342565f7e1522a8629474ee45c7208014da7312b28fc1ed09fa85f24cfee3238