[INFO] fetching crate rual-core 0.0.4... [INFO] building rual-core-0.0.4 against try#d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6 for pr-146237-1 [INFO] extracting crate rual-core 0.0.4 into /workspace/builds/worker-3-tc2/source [INFO] started tweaking crates.io crate rual-core 0.0.4 [INFO] finished tweaking crates.io crate rual-core 0.0.4 [INFO] tweaked toml for crates.io crate rual-core 0.0.4 written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate rual-core 0.0.4 on toolchain d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "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-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1c085b300208c955d208a2176a8c406ef2d80107cc024284a5d478057d008c82 [INFO] running `Command { std: "docker" "start" "-a" "1c085b300208c955d208a2176a8c406ef2d80107cc024284a5d478057d008c82", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1c085b300208c955d208a2176a8c406ef2d80107cc024284a5d478057d008c82", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1c085b300208c955d208a2176a8c406ef2d80107cc024284a5d478057d008c82", kill_on_drop: false }` [INFO] [stdout] 1c085b300208c955d208a2176a8c406ef2d80107cc024284a5d478057d008c82 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ce946d2b3cdf2808c42e43c99398a364f816c5e11e56c0bcd306dde77cf54938 [INFO] running `Command { std: "docker" "start" "-a" "ce946d2b3cdf2808c42e43c99398a364f816c5e11e56c0bcd306dde77cf54938", kill_on_drop: false }` [INFO] [stderr] Compiling rual-core v0.0.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `Punct` [INFO] [stdout] --> src/lexing/mod.rs:3:30 [INFO] [stdout] | [INFO] [stdout] 3 | use crate::syntax::{Keyword, Punct, Token, TokenType}; [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 imports: `Expr`, `Value`, `lexing::Lexer`, `parsing::Parser`, and `syntax::Punct` [INFO] [stdout] --> src/vm/mod.rs:2:19 [INFO] [stdout] | [INFO] [stdout] 2 | expressions::{Expr, Value}, [INFO] [stdout] | ^^^^ ^^^^^ [INFO] [stdout] 3 | lexing::Lexer, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 4 | parsing::Parser, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] 5 | syntax::Punct, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `BTreeSet` [INFO] [stdout] --> src/vm/mod.rs:8:29 [INFO] [stdout] | [INFO] [stdout] 8 | collections::{BTreeMap, BTreeSet}, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/vm/mod.rs:208:17 [INFO] [stdout] | [INFO] [stdout] 208 | _ => unimplemented!("{:?}", &instr), [INFO] [stdout] | ^ no value can reach this [INFO] [stdout] | [INFO] [stdout] note: multiple earlier patterns match some of the same values [INFO] [stdout] --> src/vm/mod.rs:208:17 [INFO] [stdout] | [INFO] [stdout] 147 | Instruction::Ret => { [INFO] [stdout] | ---------------- matches some of the same values [INFO] [stdout] ... [INFO] [stdout] 157 | Instruction::Jump => match self.stack.pop() { [INFO] [stdout] | ----------------- matches some of the same values [INFO] [stdout] ... [INFO] [stdout] 161 | Instruction::Push(v) => self.stack.push(v.clone()), [INFO] [stdout] | -------------------- matches some of the same values [INFO] [stdout] 162 | Instruction::PushLocal(ref ident) => { [INFO] [stdout] | --------------------------------- matches some of the same values [INFO] [stdout] ... [INFO] [stdout] 208 | _ => unimplemented!("{:?}", &instr), [INFO] [stdout] | ^ ...and 7 other patterns collectively make this unreachable [INFO] [stdout] = note: `#[warn(unreachable_patterns)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `Unit` is never constructed [INFO] [stdout] --> src/vm/mod.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 19 | pub(crate) enum RlValue { [INFO] [stdout] | ------- variant in this enum [INFO] [stdout] 20 | Unit, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `RlValue` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated functions `new`, `init`, and `empty` are never used [INFO] [stdout] --> src/vm/mod.rs:66:12 [INFO] [stdout] | [INFO] [stdout] 65 | impl<'t> Scope<'t> { [INFO] [stdout] | ------------------ associated functions in this implementation [INFO] [stdout] 66 | pub fn new(parent: &'t Scope) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 70 | fn init(parent: Option<&'t Scope>) -> Self { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 77 | pub fn empty() -> Self { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `lookup_num`, `lookup_str`, and `lookup_list` are never used [INFO] [stdout] --> src/vm/mod.rs:110:12 [INFO] [stdout] | [INFO] [stdout] 105 | impl<'l> VM<'l> { [INFO] [stdout] | --------------- methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 110 | pub fn lookup_num(&self, ident: &str) -> Option { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 117 | pub fn lookup_str(&self, ident: &str) -> Option { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 124 | pub fn lookup_list(&self, ident: &str) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s [INFO] running `Command { std: "docker" "inspect" "ce946d2b3cdf2808c42e43c99398a364f816c5e11e56c0bcd306dde77cf54938", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ce946d2b3cdf2808c42e43c99398a364f816c5e11e56c0bcd306dde77cf54938", kill_on_drop: false }` [INFO] [stdout] ce946d2b3cdf2808c42e43c99398a364f816c5e11e56c0bcd306dde77cf54938 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3dc947829f2e5f96be0d9378477d59cb89860300d4f1a2696f8d24ca0c02cfb2 [INFO] running `Command { std: "docker" "start" "-a" "3dc947829f2e5f96be0d9378477d59cb89860300d4f1a2696f8d24ca0c02cfb2", kill_on_drop: false }` [INFO] [stdout] warning: unused import: `Punct` [INFO] [stdout] --> src/lexing/mod.rs:3:30 [INFO] [stdout] | [INFO] [stdout] 3 | use crate::syntax::{Keyword, Punct, Token, TokenType}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling rual-core v0.0.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused imports: `Expr`, `Value`, `lexing::Lexer`, `parsing::Parser`, and `syntax::Punct` [INFO] [stdout] --> src/vm/mod.rs:2:19 [INFO] [stdout] | [INFO] [stdout] 2 | expressions::{Expr, Value}, [INFO] [stdout] | ^^^^ ^^^^^ [INFO] [stdout] 3 | lexing::Lexer, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 4 | parsing::Parser, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] 5 | syntax::Punct, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `BTreeSet` [INFO] [stdout] --> src/vm/mod.rs:8:29 [INFO] [stdout] | [INFO] [stdout] 8 | collections::{BTreeMap, BTreeSet}, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/vm/mod.rs:208:17 [INFO] [stdout] | [INFO] [stdout] 208 | _ => unimplemented!("{:?}", &instr), [INFO] [stdout] | ^ no value can reach this [INFO] [stdout] | [INFO] [stdout] note: multiple earlier patterns match some of the same values [INFO] [stdout] --> src/vm/mod.rs:208:17 [INFO] [stdout] | [INFO] [stdout] 147 | Instruction::Ret => { [INFO] [stdout] | ---------------- matches some of the same values [INFO] [stdout] ... [INFO] [stdout] 157 | Instruction::Jump => match self.stack.pop() { [INFO] [stdout] | ----------------- matches some of the same values [INFO] [stdout] ... [INFO] [stdout] 161 | Instruction::Push(v) => self.stack.push(v.clone()), [INFO] [stdout] | -------------------- matches some of the same values [INFO] [stdout] 162 | Instruction::PushLocal(ref ident) => { [INFO] [stdout] | --------------------------------- matches some of the same values [INFO] [stdout] ... [INFO] [stdout] 208 | _ => unimplemented!("{:?}", &instr), [INFO] [stdout] | ^ ...and 7 other patterns collectively make this unreachable [INFO] [stdout] = note: `#[warn(unreachable_patterns)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `Unit` is never constructed [INFO] [stdout] --> src/vm/mod.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 19 | pub(crate) enum RlValue { [INFO] [stdout] | ------- variant in this enum [INFO] [stdout] 20 | Unit, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `RlValue` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated functions `new`, `init`, and `empty` are never used [INFO] [stdout] --> src/vm/mod.rs:66:12 [INFO] [stdout] | [INFO] [stdout] 65 | impl<'t> Scope<'t> { [INFO] [stdout] | ------------------ associated functions in this implementation [INFO] [stdout] 66 | pub fn new(parent: &'t Scope) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 70 | fn init(parent: Option<&'t Scope>) -> Self { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 77 | pub fn empty() -> Self { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `lookup_num`, `lookup_str`, and `lookup_list` are never used [INFO] [stdout] --> src/vm/mod.rs:110:12 [INFO] [stdout] | [INFO] [stdout] 105 | impl<'l> VM<'l> { [INFO] [stdout] | --------------- methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 110 | pub fn lookup_num(&self, ident: &str) -> Option { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 117 | pub fn lookup_str(&self, ident: &str) -> Option { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 124 | pub fn lookup_list(&self, ident: &str) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Expr`, `Value`, `lexing::Lexer`, `parsing::Parser`, and `syntax::Punct` [INFO] [stdout] --> src/vm/mod.rs:2:19 [INFO] [stdout] | [INFO] [stdout] 2 | expressions::{Expr, Value}, [INFO] [stdout] | ^^^^ ^^^^^ [INFO] [stdout] 3 | lexing::Lexer, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 4 | parsing::Parser, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] 5 | syntax::Punct, [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: `BTreeSet` [INFO] [stdout] --> src/vm/mod.rs:8:29 [INFO] [stdout] | [INFO] [stdout] 8 | collections::{BTreeMap, BTreeSet}, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/vm/mod.rs:208:17 [INFO] [stdout] | [INFO] [stdout] 208 | _ => unimplemented!("{:?}", &instr), [INFO] [stdout] | ^ no value can reach this [INFO] [stdout] | [INFO] [stdout] note: multiple earlier patterns match some of the same values [INFO] [stdout] --> src/vm/mod.rs:208:17 [INFO] [stdout] | [INFO] [stdout] 147 | Instruction::Ret => { [INFO] [stdout] | ---------------- matches some of the same values [INFO] [stdout] ... [INFO] [stdout] 157 | Instruction::Jump => match self.stack.pop() { [INFO] [stdout] | ----------------- matches some of the same values [INFO] [stdout] ... [INFO] [stdout] 161 | Instruction::Push(v) => self.stack.push(v.clone()), [INFO] [stdout] | -------------------- matches some of the same values [INFO] [stdout] 162 | Instruction::PushLocal(ref ident) => { [INFO] [stdout] | --------------------------------- matches some of the same values [INFO] [stdout] ... [INFO] [stdout] 208 | _ => unimplemented!("{:?}", &instr), [INFO] [stdout] | ^ ...and 7 other patterns collectively make this unreachable [INFO] [stdout] = note: `#[warn(unreachable_patterns)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `Unit` is never constructed [INFO] [stdout] --> src/vm/mod.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 19 | pub(crate) enum RlValue { [INFO] [stdout] | ------- variant in this enum [INFO] [stdout] 20 | Unit, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `RlValue` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated functions `new`, `init`, and `empty` are never used [INFO] [stdout] --> src/vm/mod.rs:66:12 [INFO] [stdout] | [INFO] [stdout] 65 | impl<'t> Scope<'t> { [INFO] [stdout] | ------------------ associated functions in this implementation [INFO] [stdout] 66 | pub fn new(parent: &'t Scope) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 70 | fn init(parent: Option<&'t Scope>) -> Self { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 77 | pub fn empty() -> Self { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/vm/tests.rs:3:17 [INFO] [stdout] | [INFO] [stdout] 3 | fn exec(instrs: &[Instruction]) -> VM { [INFO] [stdout] | ^^^^^^^^^^^^^^ ^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 3 | fn exec(instrs: &[Instruction]) -> VM<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.78s [INFO] running `Command { std: "docker" "inspect" "3dc947829f2e5f96be0d9378477d59cb89860300d4f1a2696f8d24ca0c02cfb2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3dc947829f2e5f96be0d9378477d59cb89860300d4f1a2696f8d24ca0c02cfb2", kill_on_drop: false }` [INFO] [stdout] 3dc947829f2e5f96be0d9378477d59cb89860300d4f1a2696f8d24ca0c02cfb2