[INFO] cloning repository https://github.com/thisLucio/rust-stely
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/thisLucio/rust-stely" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FthisLucio%2Frust-stely", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FthisLucio%2Frust-stely'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 727f5f4be066dc4c47cbd5ffed9c3c2848a292f5
[INFO] checking thisLucio/rust-stely against 4a9d5368df6450bbd2fc8dde4508c3e5d83bb19d for pr-159598
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FthisLucio%2Frust-stely" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/thisLucio/rust-stely
[INFO] finished tweaking git repo https://github.com/thisLucio/rust-stely
[INFO] tweaked toml for git repo https://github.com/thisLucio/rust-stely written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/thisLucio/rust-stely on toolchain 4a9d5368df6450bbd2fc8dde4508c3e5d83bb19d
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4a9d5368df6450bbd2fc8dde4508c3e5d83bb19d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/thisLucio/rust-stely 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" "+4a9d5368df6450bbd2fc8dde4508c3e5d83bb19d" "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-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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:00c5645b54fe3ce5dae1417175e3c7fb6a6646c021d554ecd63a097b8b9f3602" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 29e5e1231435adceba8874127cae0464a2bd381fccff99224312228a474fd2b3
[INFO] running `Command { std: "docker" "start" "29e5e1231435adceba8874127cae0464a2bd381fccff99224312228a474fd2b3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "29e5e1231435adceba8874127cae0464a2bd381fccff99224312228a474fd2b3", 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" "29e5e1231435adceba8874127cae0464a2bd381fccff99224312228a474fd2b3" "/opt/rustwide/cargo-home/bin/cargo" "+4a9d5368df6450bbd2fc8dde4508c3e5d83bb19d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "29e5e1231435adceba8874127cae0464a2bd381fccff99224312228a474fd2b3", 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" "29e5e1231435adceba8874127cae0464a2bd381fccff99224312228a474fd2b3" "/opt/rustwide/cargo-home/bin/cargo" "+4a9d5368df6450bbd2fc8dde4508c3e5d83bb19d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling version_check v0.1.5
[INFO] [stderr]    Compiling nom v4.2.3
[INFO] [stderr]     Checking stely v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `Program`
[INFO] [stdout]  --> src/repl/mod.rs:9:41
[INFO] [stdout]   |
[INFO] [stdout] 9 | use crate::assembler::program_parsers::{Program, program};
[INFO] [stdout]   |                                         ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `super::*`
[INFO] [stdout]   --> src/assembler/opcode_parsers.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 13 |     use super::*;
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/assembler/register_parsers.rs:7:1
[INFO] [stdout]    |
[INFO] [stdout]  7 | / named!(pub register <CompleteStr, Token>,
[INFO] [stdout]  8 | |     ws!(
[INFO] [stdout]  9 | |         do_parse!(
[INFO] [stdout] 10 | |             tag!("$") >>
[INFO] [stdout] ...  |
[INFO] [stdout] 19 | | );
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse_sep`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: `#[deny(semicolon_in_expressions_from_macros)]` (part of `#[deny(future_incompatible)]`) on by default
[INFO] [stdout]    = note: this error originates in the macro `do_parse_sep` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `super::*`
[INFO] [stdout]   --> src/assembler/register_parsers.rs:23:9
[INFO] [stdout]    |
[INFO] [stdout] 23 |     use super::*;
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/assembler/operand_parsers.rs:7:1
[INFO] [stdout]    |
[INFO] [stdout]  7 | / named!(pub integer_operand<CompleteStr, Token>,
[INFO] [stdout]  8 | |     ws!(
[INFO] [stdout]  9 | |         do_parse!(
[INFO] [stdout] 10 | |             tag!("#") >>
[INFO] [stdout] ...  |
[INFO] [stdout] 17 | | );
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse_sep`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this error originates in the macro `do_parse_sep` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `super::*`
[INFO] [stdout]   --> src/assembler/operand_parsers.rs:20:9
[INFO] [stdout]    |
[INFO] [stdout] 20 |     use super::*;
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]   --> src/assembler/instruction_parsers.rs:62:1
[INFO] [stdout]    |
[INFO] [stdout] 62 | /// Example of instruction LOAD $0 #100
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations
[INFO] [stdout]    |
[INFO] [stdout]    = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout]    = note: `#[warn(unused_doc_comments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/assembler/instruction_parsers.rs:63:1
[INFO] [stdout]    |
[INFO] [stdout] 63 | / named!(pub instruction_one<CompleteStr, AssemblerInstruction>,
[INFO] [stdout] 64 | |     do_parse!(
[INFO] [stdout] 65 | |         o: opcode_load >>
[INFO] [stdout] 66 | |         r: register >>
[INFO] [stdout] ...  |
[INFO] [stdout] 77 | | );
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this error originates in the macro `do_parse` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/assembler/instruction_parsers.rs:63:1
[INFO] [stdout]    |
[INFO] [stdout] 63 | / named!(pub instruction_one<CompleteStr, AssemblerInstruction>,
[INFO] [stdout] 64 | |     do_parse!(
[INFO] [stdout] 65 | |         o: opcode_load >>
[INFO] [stdout] 66 | |         r: register >>
[INFO] [stdout] ...  |
[INFO] [stdout] 77 | | );
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this error originates in the macro `do_parse` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/assembler/instruction_parsers.rs:63:1
[INFO] [stdout]    |
[INFO] [stdout] 63 | / named!(pub instruction_one<CompleteStr, AssemblerInstruction>,
[INFO] [stdout] 64 | |     do_parse!(
[INFO] [stdout] 65 | |         o: opcode_load >>
[INFO] [stdout] 66 | |         r: register >>
[INFO] [stdout] ...  |
[INFO] [stdout] 77 | | );
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this error originates in the macro `do_parse` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/assembler/program_parsers.rs:22:1
[INFO] [stdout]    |
[INFO] [stdout] 22 | / named!(pub program<CompleteStr, Program>,
[INFO] [stdout] 23 | |     do_parse!(
[INFO] [stdout] 24 | |         instructions: many1!(instruction_one) >>
[INFO] [stdout] ...  |
[INFO] [stdout] 31 | | );
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `many1`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this error originates in the macro `many1` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Program`
[INFO] [stdout]  --> src/repl/mod.rs:9:41
[INFO] [stdout]   |
[INFO] [stdout] 9 | use crate::assembler::program_parsers::{Program, program};
[INFO] [stdout]   |                                         ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/assembler/register_parsers.rs:7:1
[INFO] [stdout]    |
[INFO] [stdout]  7 | / named!(pub register <CompleteStr, Token>,
[INFO] [stdout]  8 | |     ws!(
[INFO] [stdout]  9 | |         do_parse!(
[INFO] [stdout] 10 | |             tag!("$") >>
[INFO] [stdout] ...  |
[INFO] [stdout] 19 | | );
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse_sep`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: `#[deny(semicolon_in_expressions_from_macros)]` (part of `#[deny(future_incompatible)]`) on by default
[INFO] [stdout]    = note: this error originates in the macro `do_parse_sep` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/assembler/operand_parsers.rs:7:1
[INFO] [stdout]    |
[INFO] [stdout]  7 | / named!(pub integer_operand<CompleteStr, Token>,
[INFO] [stdout]  8 | |     ws!(
[INFO] [stdout]  9 | |         do_parse!(
[INFO] [stdout] 10 | |             tag!("#") >>
[INFO] [stdout] ...  |
[INFO] [stdout] 17 | | );
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse_sep`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this error originates in the macro `do_parse_sep` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]   --> src/assembler/instruction_parsers.rs:62:1
[INFO] [stdout]    |
[INFO] [stdout] 62 | /// Example of instruction LOAD $0 #100
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations
[INFO] [stdout]    |
[INFO] [stdout]    = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout]    = note: `#[warn(unused_doc_comments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `stely` (bin "stely") due to 12 previous errors; 6 warnings emitted
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/assembler/instruction_parsers.rs:63:1
[INFO] [stdout]    |
[INFO] [stdout] 63 | / named!(pub instruction_one<CompleteStr, AssemblerInstruction>,
[INFO] [stdout] 64 | |     do_parse!(
[INFO] [stdout] 65 | |         o: opcode_load >>
[INFO] [stdout] 66 | |         r: register >>
[INFO] [stdout] ...  |
[INFO] [stdout] 77 | | );
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this error originates in the macro `do_parse` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/assembler/instruction_parsers.rs:63:1
[INFO] [stdout]    |
[INFO] [stdout] 63 | / named!(pub instruction_one<CompleteStr, AssemblerInstruction>,
[INFO] [stdout] 64 | |     do_parse!(
[INFO] [stdout] 65 | |         o: opcode_load >>
[INFO] [stdout] 66 | |         r: register >>
[INFO] [stdout] ...  |
[INFO] [stdout] 77 | | );
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this error originates in the macro `do_parse` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/assembler/instruction_parsers.rs:63:1
[INFO] [stdout]    |
[INFO] [stdout] 63 | / named!(pub instruction_one<CompleteStr, AssemblerInstruction>,
[INFO] [stdout] 64 | |     do_parse!(
[INFO] [stdout] 65 | |         o: opcode_load >>
[INFO] [stdout] 66 | |         r: register >>
[INFO] [stdout] ...  |
[INFO] [stdout] 77 | | );
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this error originates in the macro `do_parse` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/assembler/program_parsers.rs:22:1
[INFO] [stdout]    |
[INFO] [stdout] 22 | / named!(pub program<CompleteStr, Program>,
[INFO] [stdout] 23 | |     do_parse!(
[INFO] [stdout] 24 | |         instructions: many1!(instruction_one) >>
[INFO] [stdout] ...  |
[INFO] [stdout] 31 | | );
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `many1`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this error originates in the macro `many1` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `parse_hex` is never used
[INFO] [stdout]   --> src/repl/mod.rs:82:8
[INFO] [stdout]    |
[INFO] [stdout] 16 | impl REPL {
[INFO] [stdout]    | --------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 82 |     fn parse_hex(&mut self, i: &str) -> Result<Vec<u8>, ParseIntError>{
[INFO] [stdout]    |        ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `parse_hex` is never used
[INFO] [stdout]   --> src/repl/mod.rs:82:8
[INFO] [stdout]    |
[INFO] [stdout] 16 | impl REPL {
[INFO] [stdout]    | --------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 82 |     fn parse_hex(&mut self, i: &str) -> Result<Vec<u8>, ParseIntError>{
[INFO] [stdout]    |        ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `stely` (bin "stely" test) due to 12 previous errors; 3 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "29e5e1231435adceba8874127cae0464a2bd381fccff99224312228a474fd2b3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "29e5e1231435adceba8874127cae0464a2bd381fccff99224312228a474fd2b3", kill_on_drop: false }`
[INFO] [stdout] 29e5e1231435adceba8874127cae0464a2bd381fccff99224312228a474fd2b3
