Oct 21 14:42:11.384 INFO checking porglezomp-misc/lazuli against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 14:42:11.386 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-5/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 21 14:42:11.881 INFO blam! 41b350080f18f33b4ed02c5e3e5045cafbd1c1f516bc440cbe91c944983303dd Oct 21 14:42:11.888 INFO running `"docker" "start" "-a" "41b350080f18f33b4ed02c5e3e5045cafbd1c1f516bc440cbe91c944983303dd"` Oct 21 14:42:13.031 INFO kablam! usermod: no changes Oct 21 14:42:13.172 INFO kablam! Checking ess v0.4.0 Oct 21 14:42:13.828 INFO kablam! Checking lazuli v0.1.0 (/source) Oct 21 14:42:14.435 INFO kablam! warning: variant is never constructed: `NameLookup` Oct 21 14:42:14.436 INFO kablam! --> src/ast.rs:17:5 Oct 21 14:42:14.436 INFO kablam! | Oct 21 14:42:14.436 INFO kablam! 17 | NameLookup(Cow<'a, str>), Oct 21 14:42:14.436 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:42:14.436 INFO kablam! | Oct 21 14:42:14.436 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 14:42:14.437 INFO kablam! Oct 21 14:42:14.437 INFO kablam! warning: variant is never constructed: `Name` Oct 21 14:42:14.437 INFO kablam! --> src/ast.rs:58:5 Oct 21 14:42:14.437 INFO kablam! | Oct 21 14:42:14.437 INFO kablam! 58 | Name(NameId), Oct 21 14:42:14.437 INFO kablam! | ^^^^^^^^^^^^ Oct 21 14:42:14.437 INFO kablam! Oct 21 14:42:14.438 INFO kablam! warning: struct is never constructed: `Env` Oct 21 14:42:14.438 INFO kablam! --> src/ast.rs:64:1 Oct 21 14:42:14.438 INFO kablam! | Oct 21 14:42:14.438 INFO kablam! 64 | pub struct Env<'a> { Oct 21 14:42:14.438 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 21 14:42:14.438 INFO kablam! Oct 21 14:42:14.438 INFO kablam! warning: method is never used: `new` Oct 21 14:42:14.439 INFO kablam! --> src/ast.rs:71:5 Oct 21 14:42:14.439 INFO kablam! | Oct 21 14:42:14.439 INFO kablam! 71 | pub fn new() -> Self { Oct 21 14:42:14.439 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 21 14:42:14.439 INFO kablam! Oct 21 14:42:14.440 INFO kablam! warning: method is never used: `with_parent` Oct 21 14:42:14.440 INFO kablam! --> src/ast.rs:79:5 Oct 21 14:42:14.440 INFO kablam! | Oct 21 14:42:14.440 INFO kablam! 79 | pub fn with_parent<'b>(parent: &'a Env<'b>) -> Env<'a> { Oct 21 14:42:14.440 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:42:14.440 INFO kablam! Oct 21 14:42:14.441 INFO kablam! warning: method is never used: `lookup` Oct 21 14:42:14.441 INFO kablam! --> src/ast.rs:87:5 Oct 21 14:42:14.441 INFO kablam! | Oct 21 14:42:14.441 INFO kablam! 87 | pub fn lookup<'b>(&self, name: &'b str) -> Result> { Oct 21 14:42:14.441 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:42:14.442 INFO kablam! Oct 21 14:42:14.492 INFO kablam! warning: variant is never constructed: `NameLookup` Oct 21 14:42:14.493 INFO kablam! --> src/ast.rs:17:5 Oct 21 14:42:14.493 INFO kablam! | Oct 21 14:42:14.493 INFO kablam! 17 | NameLookup(Cow<'a, str>), Oct 21 14:42:14.493 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:42:14.494 INFO kablam! | Oct 21 14:42:14.494 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 14:42:14.494 INFO kablam! Oct 21 14:42:14.494 INFO kablam! warning: variant is never constructed: `Name` Oct 21 14:42:14.494 INFO kablam! --> src/ast.rs:58:5 Oct 21 14:42:14.495 INFO kablam! | Oct 21 14:42:14.495 INFO kablam! 58 | Name(NameId), Oct 21 14:42:14.495 INFO kablam! | ^^^^^^^^^^^^ Oct 21 14:42:14.495 INFO kablam! Oct 21 14:42:14.495 INFO kablam! warning: struct is never constructed: `Env` Oct 21 14:42:14.496 INFO kablam! --> src/ast.rs:64:1 Oct 21 14:42:14.496 INFO kablam! | Oct 21 14:42:14.496 INFO kablam! 64 | pub struct Env<'a> { Oct 21 14:42:14.496 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 21 14:42:14.496 INFO kablam! Oct 21 14:42:14.497 INFO kablam! warning: method is never used: `new` Oct 21 14:42:14.497 INFO kablam! --> src/ast.rs:71:5 Oct 21 14:42:14.497 INFO kablam! | Oct 21 14:42:14.497 INFO kablam! 71 | pub fn new() -> Self { Oct 21 14:42:14.497 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 21 14:42:14.498 INFO kablam! Oct 21 14:42:14.498 INFO kablam! warning: method is never used: `with_parent` Oct 21 14:42:14.498 INFO kablam! --> src/ast.rs:79:5 Oct 21 14:42:14.498 INFO kablam! | Oct 21 14:42:14.498 INFO kablam! 79 | pub fn with_parent<'b>(parent: &'a Env<'b>) -> Env<'a> { Oct 21 14:42:14.499 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:42:14.499 INFO kablam! Oct 21 14:42:14.499 INFO kablam! warning: method is never used: `lookup` Oct 21 14:42:14.499 INFO kablam! --> src/ast.rs:87:5 Oct 21 14:42:14.499 INFO kablam! | Oct 21 14:42:14.499 INFO kablam! 87 | pub fn lookup<'b>(&self, name: &'b str) -> Result> { Oct 21 14:42:14.500 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:42:14.500 INFO kablam! Oct 21 14:42:14.545 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.46s Oct 21 14:42:14.545 INFO kablam! su: No module specific data is present Oct 21 14:42:15.193 INFO running `"docker" "rm" "-f" "41b350080f18f33b4ed02c5e3e5045cafbd1c1f516bc440cbe91c944983303dd"` Oct 21 14:42:15.548 INFO blam! 41b350080f18f33b4ed02c5e3e5045cafbd1c1f516bc440cbe91c944983303dd