Oct 21 18:25:07.830 INFO checking dholroyd/bungling-mutant-lisp against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 18:25:07.830 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-0/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 18:25:08.084 INFO blam! 3e73c80be28f76efa69fa81cc39bc8e2981a2bbf536ec5d2ab55e402c0f48645 Oct 21 18:25:08.088 INFO running `"docker" "start" "-a" "3e73c80be28f76efa69fa81cc39bc8e2981a2bbf536ec5d2ab55e402c0f48645"` Oct 21 18:25:08.782 INFO kablam! usermod: no changes Oct 21 18:25:08.800 INFO kablam! Checking bml v0.1.0 (/source) Oct 21 18:25:09.305 INFO kablam! warning: private type `interpret::Fun` in public interface (error E0446) Oct 21 18:25:09.306 INFO kablam! --> src/interpret.rs:55:10 Oct 21 18:25:09.306 INFO kablam! | Oct 21 18:25:09.306 INFO kablam! 55 | DFun(Fun), Oct 21 18:25:09.307 INFO kablam! | ^^^ Oct 21 18:25:09.307 INFO kablam! | Oct 21 18:25:09.307 INFO kablam! = note: #[warn(private_in_public)] on by default Oct 21 18:25:09.307 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 21 18:25:09.308 INFO kablam! = note: for more information, see issue #34537 Oct 21 18:25:09.308 INFO kablam! Oct 21 18:25:09.308 INFO kablam! warning: unused variable: `c` Oct 21 18:25:09.309 INFO kablam! --> src/parse.rs:65:17 Oct 21 18:25:09.309 INFO kablam! | Oct 21 18:25:09.309 INFO kablam! 65 | let c = self.next().unwrap(); Oct 21 18:25:09.310 INFO kablam! | ^ help: consider using `_c` instead Oct 21 18:25:09.310 INFO kablam! | Oct 21 18:25:09.310 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 18:25:09.311 INFO kablam! Oct 21 18:25:09.311 INFO kablam! warning: unused variable: `name` Oct 21 18:25:09.311 INFO kablam! --> src/interpret.rs:28:31 Oct 21 18:25:09.312 INFO kablam! | Oct 21 18:25:09.312 INFO kablam! 28 | (&Fun::Native{ref name, ref code}, &Fun::Native{name:ref othername, code:ref othercode}) => { Oct 21 18:25:09.312 INFO kablam! | ^^^^ help: try ignoring the field: `name: _` Oct 21 18:25:09.312 INFO kablam! Oct 21 18:25:09.313 INFO kablam! warning: unused variable: `othername` Oct 21 18:25:09.313 INFO kablam! --> src/interpret.rs:28:70 Oct 21 18:25:09.313 INFO kablam! | Oct 21 18:25:09.313 INFO kablam! 28 | (&Fun::Native{ref name, ref code}, &Fun::Native{name:ref othername, code:ref othercode}) => { Oct 21 18:25:09.313 INFO kablam! | ^^^^^^^^^ help: consider using `_othername` instead Oct 21 18:25:09.313 INFO kablam! Oct 21 18:25:09.313 INFO kablam! warning: unused variable: `name` Oct 21 18:25:09.313 INFO kablam! --> src/interpret.rs:46:29 Oct 21 18:25:09.313 INFO kablam! | Oct 21 18:25:09.313 INFO kablam! 46 | Fun::Native{ref name, ref code} => (code)(args), Oct 21 18:25:09.313 INFO kablam! | ^^^^ help: try ignoring the field: `name: _` Oct 21 18:25:09.313 INFO kablam! Oct 21 18:25:09.381 INFO kablam! warning: method is never used: `skip_comment` Oct 21 18:25:09.381 INFO kablam! --> src/parse.rs:69:5 Oct 21 18:25:09.382 INFO kablam! | Oct 21 18:25:09.382 INFO kablam! 69 | fn skip_comment(&self) { Oct 21 18:25:09.382 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:25:09.383 INFO kablam! | Oct 21 18:25:09.383 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 18:25:09.383 INFO kablam! Oct 21 18:25:09.384 INFO kablam! warning: private type `interpret::Fun` in public interface (error E0446) Oct 21 18:25:09.384 INFO kablam! --> src/interpret.rs:55:10 Oct 21 18:25:09.384 INFO kablam! | Oct 21 18:25:09.385 INFO kablam! 55 | DFun(Fun), Oct 21 18:25:09.385 INFO kablam! | ^^^ Oct 21 18:25:09.385 INFO kablam! | Oct 21 18:25:09.386 INFO kablam! = note: #[warn(private_in_public)] on by default Oct 21 18:25:09.386 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 21 18:25:09.386 INFO kablam! = note: for more information, see issue #34537 Oct 21 18:25:09.386 INFO kablam! Oct 21 18:25:09.387 INFO kablam! warning: unused variable: `c` Oct 21 18:25:09.388 INFO kablam! --> src/parse.rs:65:17 Oct 21 18:25:09.388 INFO kablam! | Oct 21 18:25:09.388 INFO kablam! 65 | let c = self.next().unwrap(); Oct 21 18:25:09.388 INFO kablam! | ^ help: consider using `_c` instead Oct 21 18:25:09.389 INFO kablam! | Oct 21 18:25:09.389 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 18:25:09.389 INFO kablam! Oct 21 18:25:09.390 INFO kablam! warning: unused variable: `name` Oct 21 18:25:09.390 INFO kablam! --> src/interpret.rs:28:31 Oct 21 18:25:09.390 INFO kablam! | Oct 21 18:25:09.390 INFO kablam! 28 | (&Fun::Native{ref name, ref code}, &Fun::Native{name:ref othername, code:ref othercode}) => { Oct 21 18:25:09.391 INFO kablam! | ^^^^ help: try ignoring the field: `name: _` Oct 21 18:25:09.391 INFO kablam! Oct 21 18:25:09.391 INFO kablam! warning: unused variable: `othername` Oct 21 18:25:09.391 INFO kablam! --> src/interpret.rs:28:70 Oct 21 18:25:09.392 INFO kablam! | Oct 21 18:25:09.392 INFO kablam! 28 | (&Fun::Native{ref name, ref code}, &Fun::Native{name:ref othername, code:ref othercode}) => { Oct 21 18:25:09.392 INFO kablam! | ^^^^^^^^^ help: consider using `_othername` instead Oct 21 18:25:09.392 INFO kablam! Oct 21 18:25:09.393 INFO kablam! warning: unused variable: `name` Oct 21 18:25:09.393 INFO kablam! --> src/interpret.rs:46:29 Oct 21 18:25:09.393 INFO kablam! | Oct 21 18:25:09.393 INFO kablam! 46 | Fun::Native{ref name, ref code} => (code)(args), Oct 21 18:25:09.394 INFO kablam! | ^^^^ help: try ignoring the field: `name: _` Oct 21 18:25:09.394 INFO kablam! Oct 21 18:25:09.411 INFO kablam! warning: variable does not need to be mutable Oct 21 18:25:09.411 INFO kablam! --> src/parse.rs:220:13 Oct 21 18:25:09.412 INFO kablam! | Oct 21 18:25:09.412 INFO kablam! 220 | let mut p = Parser::new(st, text.chars().peekable()); Oct 21 18:25:09.412 INFO kablam! | ----^ Oct 21 18:25:09.412 INFO kablam! | | Oct 21 18:25:09.412 INFO kablam! | help: remove this `mut` Oct 21 18:25:09.412 INFO kablam! | Oct 21 18:25:09.413 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 18:25:09.413 INFO kablam! Oct 21 18:25:09.453 INFO kablam! warning: method is never used: `skip_comment` Oct 21 18:25:09.453 INFO kablam! --> src/parse.rs:69:5 Oct 21 18:25:09.453 INFO kablam! | Oct 21 18:25:09.453 INFO kablam! 69 | fn skip_comment(&self) { Oct 21 18:25:09.453 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:25:09.453 INFO kablam! | Oct 21 18:25:09.453 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 18:25:09.453 INFO kablam! Oct 21 18:25:09.472 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.68s Oct 21 18:25:09.474 INFO kablam! su: No module specific data is present Oct 21 18:25:09.708 INFO running `"docker" "rm" "-f" "3e73c80be28f76efa69fa81cc39bc8e2981a2bbf536ec5d2ab55e402c0f48645"` Oct 21 18:25:09.808 INFO blam! 3e73c80be28f76efa69fa81cc39bc8e2981a2bbf536ec5d2ab55e402c0f48645