[INFO] cloning repository https://github.com/evdc/sprout-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/evdc/sprout-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fevdc%2Fsprout-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fevdc%2Fsprout-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] fdf5abfc17af682a0e2dfdaa5a641334d29329a5 [INFO] testing evdc/sprout-rs against try#d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2 for pr-86479 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fevdc%2Fsprout-rs" "/workspace/builds/worker-12/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-12/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/evdc/sprout-rs on toolchain d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/evdc/sprout-rs [INFO] finished tweaking git repo https://github.com/evdc/sprout-rs [INFO] tweaked toml for git repo https://github.com/evdc/sprout-rs written to /workspace/builds/worker-12/source/Cargo.toml [INFO] crate git repo https://github.com/evdc/sprout-rs already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 77dc3ddc9c607314ba55605256079a5f90e3a45dd974d2fd531ede14612fd6ee [INFO] running `Command { std: "docker" "start" "-a" "77dc3ddc9c607314ba55605256079a5f90e3a45dd974d2fd531ede14612fd6ee", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "77dc3ddc9c607314ba55605256079a5f90e3a45dd974d2fd531ede14612fd6ee", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "77dc3ddc9c607314ba55605256079a5f90e3a45dd974d2fd531ede14612fd6ee", kill_on_drop: false }` [INFO] [stdout] 77dc3ddc9c607314ba55605256079a5f90e3a45dd974d2fd531ede14612fd6ee [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 50b51be1a29a6f86c3da57081832e04ec6a8ed6bad84da4a84702a6cb1d9669b [INFO] running `Command { std: "docker" "start" "-a" "50b51be1a29a6f86c3da57081832e04ec6a8ed6bad84da4a84702a6cb1d9669b", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling sprout-rs v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `crate::vm::opcode::Op` [INFO] [stdout] --> src/vm/bytecode.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use crate::vm::opcode::Op; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::compiler::lexer::Lexer` [INFO] [stdout] --> src/repl.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::compiler::lexer::Lexer; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot borrow `*self` as mutable because it is also borrowed as immutable [INFO] [stdout] --> src/vm/vm.rs:190:25 [INFO] [stdout] | [INFO] [stdout] 189 | let val = self.globals.get(&name).ok_or(VMError::UndefinedVariable(name))?; [INFO] [stdout] | ------------ immutable borrow occurs here [INFO] [stdout] 190 | self.push(val.clone()); [INFO] [stdout] | ^^^^ --- immutable borrow later used here [INFO] [stdout] | | [INFO] [stdout] | mutable borrow occurs here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mutable_borrow_reservation_conflict)]` on by default [INFO] [stdout] = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future [INFO] [stdout] = note: for more information, see issue #59159 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot borrow `self.globals` as mutable because it is also borrowed as immutable [INFO] [stdout] --> src/vm/vm.rs:182:25 [INFO] [stdout] | [INFO] [stdout] 181 | let val = self.peek()?; [INFO] [stdout] | ---- immutable borrow occurs here [INFO] [stdout] 182 | self.globals.insert(name, val.clone()); [INFO] [stdout] | ^^^^^^^^^^^^ --- immutable borrow later used here [INFO] [stdout] | | [INFO] [stdout] | mutable borrow occurs here [INFO] [stdout] | [INFO] [stdout] = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future [INFO] [stdout] = note: for more information, see issue #59159 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `tok` [INFO] [stdout] --> src/compiler/lexer.rs:177:4 [INFO] [stdout] | [INFO] [stdout] 177 | fn tok(typ: TokenType) -> Token { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `consume_one_of` [INFO] [stdout] --> src/compiler/parser.rs:186:8 [INFO] [stdout] | [INFO] [stdout] 186 | fn consume_one_of(&mut self, expected: Vec) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.80s [INFO] running `Command { std: "docker" "inspect" "50b51be1a29a6f86c3da57081832e04ec6a8ed6bad84da4a84702a6cb1d9669b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "50b51be1a29a6f86c3da57081832e04ec6a8ed6bad84da4a84702a6cb1d9669b", kill_on_drop: false }` [INFO] [stdout] 50b51be1a29a6f86c3da57081832e04ec6a8ed6bad84da4a84702a6cb1d9669b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] da92a6c840665c49d966cfb6f0af89b01ad97815c9ad99728ca76234067c8faa [INFO] running `Command { std: "docker" "start" "-a" "da92a6c840665c49d966cfb6f0af89b01ad97815c9ad99728ca76234067c8faa", kill_on_drop: false }` [INFO] [stdout] warning: unused import: `crate::vm::opcode::Op` [INFO] [stdout] --> src/vm/bytecode.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use crate::vm::opcode::Op; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling sprout-rs v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `crate::compiler::lexer::Lexer` [INFO] [stdout] --> src/repl.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::compiler::lexer::Lexer; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot borrow `*self` as mutable because it is also borrowed as immutable [INFO] [stdout] --> src/vm/vm.rs:190:25 [INFO] [stdout] | [INFO] [stdout] 189 | let val = self.globals.get(&name).ok_or(VMError::UndefinedVariable(name))?; [INFO] [stdout] | ------------ immutable borrow occurs here [INFO] [stdout] 190 | self.push(val.clone()); [INFO] [stdout] | ^^^^ --- immutable borrow later used here [INFO] [stdout] | | [INFO] [stdout] | mutable borrow occurs here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mutable_borrow_reservation_conflict)]` on by default [INFO] [stdout] = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future [INFO] [stdout] = note: for more information, see issue #59159 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot borrow `self.globals` as mutable because it is also borrowed as immutable [INFO] [stdout] --> src/vm/vm.rs:182:25 [INFO] [stdout] | [INFO] [stdout] 181 | let val = self.peek()?; [INFO] [stdout] | ---- immutable borrow occurs here [INFO] [stdout] 182 | self.globals.insert(name, val.clone()); [INFO] [stdout] | ^^^^^^^^^^^^ --- immutable borrow later used here [INFO] [stdout] | | [INFO] [stdout] | mutable borrow occurs here [INFO] [stdout] | [INFO] [stdout] = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future [INFO] [stdout] = note: for more information, see issue #59159 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `tok` [INFO] [stdout] --> src/compiler/lexer.rs:177:4 [INFO] [stdout] | [INFO] [stdout] 177 | fn tok(typ: TokenType) -> Token { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `consume_one_of` [INFO] [stdout] --> src/compiler/parser.rs:186:8 [INFO] [stdout] | [INFO] [stdout] 186 | fn consume_one_of(&mut self, expected: Vec) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::compiler::lexer::Lexer` [INFO] [stdout] --> src/compiler/codegen2.rs:139:9 [INFO] [stdout] | [INFO] [stdout] 139 | use crate::compiler::lexer::Lexer; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::compiler::lexer::Lexer` [INFO] [stdout] --> src/repl.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::compiler::lexer::Lexer; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot borrow `*self` as mutable because it is also borrowed as immutable [INFO] [stdout] --> src/vm/vm.rs:190:25 [INFO] [stdout] | [INFO] [stdout] 189 | let val = self.globals.get(&name).ok_or(VMError::UndefinedVariable(name))?; [INFO] [stdout] | ------------ immutable borrow occurs here [INFO] [stdout] 190 | self.push(val.clone()); [INFO] [stdout] | ^^^^ --- immutable borrow later used here [INFO] [stdout] | | [INFO] [stdout] | mutable borrow occurs here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mutable_borrow_reservation_conflict)]` on by default [INFO] [stdout] = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future [INFO] [stdout] = note: for more information, see issue #59159 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot borrow `self.globals` as mutable because it is also borrowed as immutable [INFO] [stdout] --> src/vm/vm.rs:182:25 [INFO] [stdout] | [INFO] [stdout] 181 | let val = self.peek()?; [INFO] [stdout] | ---- immutable borrow occurs here [INFO] [stdout] 182 | self.globals.insert(name, val.clone()); [INFO] [stdout] | ^^^^^^^^^^^^ --- immutable borrow later used here [INFO] [stdout] | | [INFO] [stdout] | mutable borrow occurs here [INFO] [stdout] | [INFO] [stdout] = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future [INFO] [stdout] = note: for more information, see issue #59159 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `consume_one_of` [INFO] [stdout] --> src/compiler/parser.rs:186:8 [INFO] [stdout] | [INFO] [stdout] 186 | fn consume_one_of(&mut self, expected: Vec) -> Result { [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 1.48s [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "da92a6c840665c49d966cfb6f0af89b01ad97815c9ad99728ca76234067c8faa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "da92a6c840665c49d966cfb6f0af89b01ad97815c9ad99728ca76234067c8faa", kill_on_drop: false }` [INFO] [stdout] da92a6c840665c49d966cfb6f0af89b01ad97815c9ad99728ca76234067c8faa [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 617a86ff35317f8cfeaeb22e440323122599aa094d49b59c9b9658b631a16c5b [INFO] running `Command { std: "docker" "start" "-a" "617a86ff35317f8cfeaeb22e440323122599aa094d49b59c9b9658b631a16c5b", kill_on_drop: false }` [INFO] [stderr] warning: unused import: `crate::vm::opcode::Op` [INFO] [stderr] --> src/vm/bytecode.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use crate::vm::opcode::Op; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `crate::compiler::lexer::Lexer` [INFO] [stderr] --> src/repl.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use crate::compiler::lexer::Lexer; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: cannot borrow `*self` as mutable because it is also borrowed as immutable [INFO] [stderr] --> src/vm/vm.rs:190:25 [INFO] [stderr] | [INFO] [stderr] 189 | let val = self.globals.get(&name).ok_or(VMError::UndefinedVariable(name))?; [INFO] [stderr] | ------------ immutable borrow occurs here [INFO] [stderr] 190 | self.push(val.clone()); [INFO] [stderr] | ^^^^ --- immutable borrow later used here [INFO] [stderr] | | [INFO] [stderr] | mutable borrow occurs here [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(mutable_borrow_reservation_conflict)]` on by default [INFO] [stderr] = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future [INFO] [stderr] = note: for more information, see issue #59159 [INFO] [stderr] [INFO] [stderr] warning: cannot borrow `self.globals` as mutable because it is also borrowed as immutable [INFO] [stderr] --> src/vm/vm.rs:182:25 [INFO] [stderr] | [INFO] [stderr] 181 | let val = self.peek()?; [INFO] [stderr] | ---- immutable borrow occurs here [INFO] [stderr] 182 | self.globals.insert(name, val.clone()); [INFO] [stderr] | ^^^^^^^^^^^^ --- immutable borrow later used here [INFO] [stderr] | | [INFO] [stderr] | mutable borrow occurs here [INFO] [stderr] | [INFO] [stderr] = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future [INFO] [stderr] = note: for more information, see issue #59159 [INFO] [stderr] [INFO] [stderr] warning: function is never used: `tok` [INFO] [stderr] --> src/compiler/lexer.rs:177:4 [INFO] [stderr] | [INFO] [stderr] 177 | fn tok(typ: TokenType) -> Token { [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `consume_one_of` [INFO] [stderr] --> src/compiler/parser.rs:186:8 [INFO] [stderr] | [INFO] [stderr] 186 | fn consume_one_of(&mut self, expected: Vec) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `sprout-rs` (lib) generated 6 warnings [INFO] [stderr] warning: unused import: `crate::compiler::lexer::Lexer` [INFO] [stderr] --> src/compiler/codegen2.rs:139:9 [INFO] [stderr] | [INFO] [stderr] 139 | use crate::compiler::lexer::Lexer; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `consume_one_of` [INFO] [stderr] --> src/compiler/parser.rs:186:8 [INFO] [stderr] | [INFO] [stderr] 186 | fn consume_one_of(&mut self, expected: Vec) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `sprout-rs` (lib test) generated 5 warnings (3 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/sprout_rs-117fc84a920fc69e) [INFO] [stdout] [INFO] [stdout] running 12 tests [INFO] [stdout] test compiler::codegen2::test::test_compile ... ok [INFO] [stdout] test compiler::lexer::test_lexer_comparisons ... ok [INFO] [stdout] test vm::bytecode::test_bytecode ... ok [INFO] [stdout] test compiler::parser::test_grouping ... ok [INFO] [stdout] test compiler::parser::test_comparison ... ok [INFO] [stdout] test compiler::parser::test_parser ... ok [INFO] [stdout] test vm::bytecode::test_bytecode_no_duplicate_constants ... ok [INFO] [stdout] test compiler::parser::test_parser_error ... ok [INFO] [stdout] test compiler::lexer::test_lexer_newlines ... ok [INFO] [stdout] test compiler::parser::test_assignment ... ok [INFO] [stdout] test vm::opcode::test_opcode ... ok [INFO] [stdout] test compiler::lexer::test_lexer ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- compiler::lexer::test_lexer stdout ---- [INFO] [stdout] [ [INFO] [stdout] Token { [INFO] [stdout] typ: LiteralBool( [INFO] [stdout] true, [INFO] [stdout] ), [INFO] [stdout] line: 0, [INFO] [stdout] col: 0, [INFO] [stdout] }, [INFO] [stdout] Token { [INFO] [stdout] typ: And, [INFO] [stdout] line: 0, [INFO] [stdout] col: 5, [INFO] [stdout] }, [INFO] [stdout] Token { [INFO] [stdout] typ: Not, [INFO] [stdout] line: 0, [INFO] [stdout] col: 9, [INFO] [stdout] }, [INFO] [stdout] Token { [INFO] [stdout] typ: LiteralBool( [INFO] [stdout] false, [INFO] [stdout] ), [INFO] [stdout] line: 0, [INFO] [stdout] col: 13, [INFO] [stdout] }, [INFO] [stdout] Token { [INFO] [stdout] typ: Newline, [INFO] [stdout] line: 1, [INFO] [stdout] col: 19, [INFO] [stdout] }, [INFO] [stdout] Token { [INFO] [stdout] typ: Plus, [INFO] [stdout] line: 1, [INFO] [stdout] col: 1, [INFO] [stdout] }, [INFO] [stdout] Token { [INFO] [stdout] typ: Name( [INFO] [stdout] "foo", [INFO] [stdout] ), [INFO] [stdout] line: 1, [INFO] [stdout] col: 3, [INFO] [stdout] }, [INFO] [stdout] Token { [INFO] [stdout] typ: Star, [INFO] [stdout] line: 1, [INFO] [stdout] col: 7, [INFO] [stdout] }, [INFO] [stdout] Token { [INFO] [stdout] typ: LiteralStr( [INFO] [stdout] "bar", [INFO] [stdout] ), [INFO] [stdout] line: 1, [INFO] [stdout] col: 9, [INFO] [stdout] }, [INFO] [stdout] Token { [INFO] [stdout] typ: Power, [INFO] [stdout] line: 1, [INFO] [stdout] col: 15, [INFO] [stdout] }, [INFO] [stdout] Token { [INFO] [stdout] typ: LiteralNum( [INFO] [stdout] 3.0, [INFO] [stdout] ), [INFO] [stdout] line: 1, [INFO] [stdout] col: 17, [INFO] [stdout] }, [INFO] [stdout] ] [INFO] [stdout] thread 'compiler::lexer::test_lexer' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `[Token { typ: LiteralBool(true), line: 0, col: 0 }, Token { typ: And, line: 0, col: 5 }, Token { typ: Not, line: 0, col: 9 }, Token { typ: LiteralBool(false), line: 0, col: 13 }, Token { typ: Newline, line: 1, col: 19 }, Token { typ: Plus, line: 1, col: 1 }, Token { typ: Name("foo"), line: 1, col: 3 }, Token { typ: Star, line: 1, col: 7 }, Token { typ: LiteralStr("bar"), line: 1, col: 9 }, Token { typ: Power, line: 1, col: 15 }, Token { typ: LiteralNum(3.0), line: 1, col: 17 }]`, [INFO] [stdout] right: `[Token { typ: LiteralBool(true), line: 0, col: 0 }, Token { typ: And, line: 0, col: 0 }, Token { typ: Not, line: 0, col: 0 }, Token { typ: LiteralBool(false), line: 0, col: 0 }, Token { typ: Plus, line: 0, col: 0 }, Token { typ: Name("foo"), line: 0, col: 0 }, Token { typ: Star, line: 0, col: 0 }, Token { typ: LiteralStr("bar"), line: 0, col: 0 }, Token { typ: Power, line: 0, col: 0 }, Token { typ: LiteralNum(3.0), line: 0, col: 0 }]`', src/compiler/lexer.rs:190:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55e8c715f0b0 - std::backtrace_rs::backtrace::libunwind::trace::h99dbb39dca18857d [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55e8c715f0b0 - std::backtrace_rs::backtrace::trace_unsynchronized::h832861927e9cfedf [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55e8c715f0b0 - std::sys_common::backtrace::_print_fmt::h3d18154c77dcf310 [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55e8c715f0b0 - ::fmt::he312f4ad5b9bb346 [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55e8c7182b8c - core::fmt::write::h9a6d9c74526a6c1b [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x55e8c715c015 - std::io::Write::write_fmt::h65d36b96410d80d7 [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/std/src/io/mod.rs:1665:15 [INFO] [stdout] 6: 0x55e8c716122b - std::sys_common::backtrace::_print::h65d996766de40da4 [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55e8c716122b - std::sys_common::backtrace::print::h40df9727e635f303 [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55e8c716122b - std::panicking::default_hook::{{closure}}::hd2da4327dea91a51 [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x55e8c7160d3c - std::panicking::default_hook::h3d55120ad6ada158 [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x55e8c71618f4 - std::panicking::rust_panic_with_hook::hf85dd0bb545e3b55 [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x55e8c71613d7 - std::panicking::begin_panic_handler::{{closure}}::h736ae969434da9fa [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/std/src/panicking.rs:519:13 [INFO] [stdout] 12: 0x55e8c715f58c - std::sys_common::backtrace::__rust_end_short_backtrace::h6133bb80b1d6c3e0 [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55e8c7161339 - rust_begin_unwind [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x55e8c70f33b1 - core::panicking::panic_fmt::hcf5f6d96e1dd7099 [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x55e8c7181208 - core::panicking::assert_failed_inner::h6ded2444c01d76f2 [INFO] [stdout] 16: 0x55e8c710881a - core::panicking::assert_failed::headc1a590b5be3f9 [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/core/src/panicking.rs:117:5 [INFO] [stdout] 17: 0x55e8c71068ce - sprout_rs::compiler::lexer::test_lexer::h6dbaa1a0355f70b9 [INFO] [stdout] at /opt/rustwide/workdir/src/compiler/lexer.rs:190:5 [INFO] [stdout] 18: 0x55e8c710617a - sprout_rs::compiler::lexer::test_lexer::{{closure}}::hf46b26a78ae3bcb6 [INFO] [stdout] at /opt/rustwide/workdir/src/compiler/lexer.rs:182:1 [INFO] [stdout] 19: 0x55e8c7103e3e - core::ops::function::FnOnce::call_once::he3a121f685150843 [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x55e8c71439a3 - core::ops::function::FnOnce::call_once::h227fa683a5745bd3 [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55e8c71439a3 - test::__rust_begin_short_backtrace::h3a193bd570ada00a [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/test/src/lib.rs:578:5 [INFO] [stdout] 22: 0x55e8c7142418 - as core::ops::function::FnOnce>::call_once::h262d2f411717179a [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 23: 0x55e8c7142418 - as core::ops::function::FnOnce<()>>::call_once::hfec00caec3e52a7b [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/std/src/panic.rs:347:9 [INFO] [stdout] 24: 0x55e8c7142418 - std::panicking::try::do_call::ha5f42e76ffda569d [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/std/src/panicking.rs:401:40 [INFO] [stdout] 25: 0x55e8c7142418 - std::panicking::try::h53f36df0935b9500 [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/std/src/panicking.rs:365:19 [INFO] [stdout] 26: 0x55e8c7142418 - std::panic::catch_unwind::h5a497f74b0ce006f [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/std/src/panic.rs:434:14 [INFO] [stdout] 27: 0x55e8c7142418 - test::run_test_in_process::hab0aead337f48a88 [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/test/src/lib.rs:601:18 [INFO] [stdout] 28: 0x55e8c7142418 - test::run_test::run_test_inner::{{closure}}::h632c383164d4cba2 [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/test/src/lib.rs:493:39 [INFO] [stdout] 29: 0x55e8c7110b9d - test::run_test::run_test_inner::{{closure}}::h7c4b3612891a4b58 [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/test/src/lib.rs:520:37 [INFO] [stdout] 30: 0x55e8c7110b9d - std::sys_common::backtrace::__rust_begin_short_backtrace::habf7d8a08419d00e [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 31: 0x55e8c71152c8 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h3acba502e2068204 [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 32: 0x55e8c71152c8 - as core::ops::function::FnOnce<()>>::call_once::h526ef819c1964a35 [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/std/src/panic.rs:347:9 [INFO] [stdout] 33: 0x55e8c71152c8 - std::panicking::try::do_call::hc0b5663d6373cec8 [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/std/src/panicking.rs:401:40 [INFO] [stdout] 34: 0x55e8c71152c8 - std::panicking::try::ha9007ede9d35dcd6 [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/std/src/panicking.rs:365:19 [INFO] [stdout] 35: 0x55e8c71152c8 - std::panic::catch_unwind::hf60d56329ebbb81c [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/std/src/panic.rs:434:14 [INFO] [stdout] 36: 0x55e8c71152c8 - std::thread::Builder::spawn_unchecked::{{closure}}::hb1722d498f4ce777 [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 37: 0x55e8c71152c8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h15eb01325730c962 [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55e8c7166467 - as core::ops::function::FnOnce>::call_once::h09f167e08fc945ff [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 39: 0x55e8c7166467 - as core::ops::function::FnOnce>::call_once::hf814fe85eeb118e0 [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 40: 0x55e8c7166467 - std::sys::unix::thread::Thread::new::thread_start::hb71b17934c5f5e68 [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/std/src/sys/unix/thread.rs:91:17 [INFO] [stdout] 41: 0x7f8b91421609 - start_thread [INFO] [stdout] 42: 0x7f8b911f3293 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] compiler::lexer::test_lexer [INFO] [stdout] [INFO] [stdout] test result: FAILED. 11 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--lib' [INFO] running `Command { std: "docker" "inspect" "617a86ff35317f8cfeaeb22e440323122599aa094d49b59c9b9658b631a16c5b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "617a86ff35317f8cfeaeb22e440323122599aa094d49b59c9b9658b631a16c5b", kill_on_drop: false }` [INFO] [stdout] 617a86ff35317f8cfeaeb22e440323122599aa094d49b59c9b9658b631a16c5b