[INFO] updating cached repository https://github.com/LibreLabUCM/codigo-rojo-rust [INFO] running `"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"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 0f145a51990dfdf1f10fc28f5d82f8255e62f006 [INFO] testing LibreLabUCM/codigo-rojo-rust against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLibreLabUCM%2Fcodigo-rojo-rust" "/workspace/builds/worker-3/source"` [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 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [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 `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"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" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 6c93744a744133fb6819cd5e376bc582f8c5470ef8f5a2858f32f86ab438bd66 [INFO] running `"docker" "start" "-a" "6c93744a744133fb6819cd5e376bc582f8c5470ef8f5a2858f32f86ab438bd66"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling codigo-rojo v0.1.0 (/opt/rustwide/workdir) [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 dev [unoptimized + debuginfo] target(s) in 0.81s [INFO] running `"docker" "inspect" "6c93744a744133fb6819cd5e376bc582f8c5470ef8f5a2858f32f86ab438bd66"` [INFO] running `"docker" "rm" "-f" "6c93744a744133fb6819cd5e376bc582f8c5470ef8f5a2858f32f86ab438bd66"` [INFO] [stdout] 6c93744a744133fb6819cd5e376bc582f8c5470ef8f5a2858f32f86ab438bd66 [INFO] running `"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" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] ddb33a2f1ccd437dadd29933df11fece8edae55cc78d91fe4810c8d3d0c8f13a [INFO] running `"docker" "start" "-a" "ddb33a2f1ccd437dadd29933df11fece8edae55cc78d91fe4810c8d3d0c8f13a"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling codigo-rojo v0.1.0 (/opt/rustwide/workdir) [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.51s [INFO] running `"docker" "inspect" "ddb33a2f1ccd437dadd29933df11fece8edae55cc78d91fe4810c8d3d0c8f13a"` [INFO] running `"docker" "rm" "-f" "ddb33a2f1ccd437dadd29933df11fece8edae55cc78d91fe4810c8d3d0c8f13a"` [INFO] [stdout] ddb33a2f1ccd437dadd29933df11fece8edae55cc78d91fe4810c8d3d0c8f13a [INFO] running `"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" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "test" "--frozen"` [INFO] [stdout] 9a84e03f91dc63f94ca60b213c367fafc03b40a93462c293c92d55abb581c52f [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "9a84e03f91dc63f94ca60b213c367fafc03b40a93462c293c92d55abb581c52f"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [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.03s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/codigo_rojo-bfca55251aa15e7e [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 `"docker" "inspect" "9a84e03f91dc63f94ca60b213c367fafc03b40a93462c293c92d55abb581c52f"` [INFO] running `"docker" "rm" "-f" "9a84e03f91dc63f94ca60b213c367fafc03b40a93462c293c92d55abb581c52f"` [INFO] [stdout] 9a84e03f91dc63f94ca60b213c367fafc03b40a93462c293c92d55abb581c52f