Oct 27 05:48:03.903 INFO checking dholroyd/bungling-mutant-lisp against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 05:48:03.903 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-5/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-55192-2/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 27 05:48:04.399 INFO blam! f0f4087808c6ee5e9803b7cc043d1bd310a12730a48cc902a63916e911cfae93 Oct 27 05:48:04.401 INFO running `"docker" "start" "-a" "f0f4087808c6ee5e9803b7cc043d1bd310a12730a48cc902a63916e911cfae93"` Oct 27 05:48:06.159 INFO kablam! usermod: no changes Oct 27 05:48:06.167 INFO kablam! Checking bml v0.1.0 (/source) Oct 27 05:48:06.919 INFO kablam! warning: private type `interpret::Fun` in public interface (error E0446) Oct 27 05:48:06.919 INFO kablam! --> src/interpret.rs:55:10 Oct 27 05:48:06.919 INFO kablam! | Oct 27 05:48:06.919 INFO kablam! 55 | DFun(Fun), Oct 27 05:48:06.919 INFO kablam! | ^^^ Oct 27 05:48:06.919 INFO kablam! | Oct 27 05:48:06.919 INFO kablam! = note: #[warn(private_in_public)] on by default Oct 27 05:48:06.919 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 27 05:48:06.919 INFO kablam! = note: for more information, see issue #34537 Oct 27 05:48:06.919 INFO kablam! Oct 27 05:48:06.919 INFO kablam! warning: unused variable: `c` Oct 27 05:48:06.919 INFO kablam! --> src/parse.rs:65:17 Oct 27 05:48:06.919 INFO kablam! | Oct 27 05:48:06.919 INFO kablam! 65 | let c = self.next().unwrap(); Oct 27 05:48:06.919 INFO kablam! | ^ help: consider using `_c` instead Oct 27 05:48:06.919 INFO kablam! | Oct 27 05:48:06.919 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 05:48:06.919 INFO kablam! Oct 27 05:48:06.919 INFO kablam! warning: unused variable: `name` Oct 27 05:48:06.919 INFO kablam! --> src/interpret.rs:28:31 Oct 27 05:48:06.919 INFO kablam! | Oct 27 05:48:06.919 INFO kablam! 28 | (&Fun::Native{ref name, ref code}, &Fun::Native{name:ref othername, code:ref othercode}) => { Oct 27 05:48:06.919 INFO kablam! | ^^^^ help: try ignoring the field: `name: _` Oct 27 05:48:06.919 INFO kablam! Oct 27 05:48:06.919 INFO kablam! warning: unused variable: `othername` Oct 27 05:48:06.919 INFO kablam! --> src/interpret.rs:28:70 Oct 27 05:48:06.919 INFO kablam! | Oct 27 05:48:06.919 INFO kablam! 28 | (&Fun::Native{ref name, ref code}, &Fun::Native{name:ref othername, code:ref othercode}) => { Oct 27 05:48:06.919 INFO kablam! | ^^^^^^^^^ help: consider using `_othername` instead Oct 27 05:48:06.919 INFO kablam! Oct 27 05:48:06.919 INFO kablam! warning: unused variable: `name` Oct 27 05:48:06.919 INFO kablam! --> src/interpret.rs:46:29 Oct 27 05:48:06.919 INFO kablam! | Oct 27 05:48:06.919 INFO kablam! 46 | Fun::Native{ref name, ref code} => (code)(args), Oct 27 05:48:06.919 INFO kablam! | ^^^^ help: try ignoring the field: `name: _` Oct 27 05:48:06.919 INFO kablam! Oct 27 05:48:07.012 INFO kablam! warning: private type `interpret::Fun` in public interface (error E0446) Oct 27 05:48:07.014 INFO kablam! --> src/interpret.rs:55:10 Oct 27 05:48:07.014 INFO kablam! | Oct 27 05:48:07.015 INFO kablam! 55 | DFun(Fun), Oct 27 05:48:07.015 INFO kablam! | ^^^ Oct 27 05:48:07.015 INFO kablam! | Oct 27 05:48:07.015 INFO kablam! = note: #[warn(private_in_public)] on by default Oct 27 05:48:07.016 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 27 05:48:07.016 INFO kablam! = note: for more information, see issue #34537 Oct 27 05:48:07.016 INFO kablam! Oct 27 05:48:07.017 INFO kablam! warning: unused variable: `c` Oct 27 05:48:07.017 INFO kablam! --> src/parse.rs:65:17 Oct 27 05:48:07.017 INFO kablam! | Oct 27 05:48:07.017 INFO kablam! 65 | let c = self.next().unwrap(); Oct 27 05:48:07.018 INFO kablam! | ^ help: consider using `_c` instead Oct 27 05:48:07.018 INFO kablam! | Oct 27 05:48:07.018 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 05:48:07.018 INFO kablam! Oct 27 05:48:07.018 INFO kablam! warning: unused variable: `name` Oct 27 05:48:07.020 INFO kablam! --> src/interpret.rs:28:31 Oct 27 05:48:07.021 INFO kablam! | Oct 27 05:48:07.021 INFO kablam! 28 | (&Fun::Native{ref name, ref code}, &Fun::Native{name:ref othername, code:ref othercode}) => { Oct 27 05:48:07.021 INFO kablam! | ^^^^ help: try ignoring the field: `name: _` Oct 27 05:48:07.022 INFO kablam! Oct 27 05:48:07.022 INFO kablam! warning: unused variable: `othername` Oct 27 05:48:07.022 INFO kablam! --> src/interpret.rs:28:70 Oct 27 05:48:07.022 INFO kablam! | Oct 27 05:48:07.023 INFO kablam! 28 | (&Fun::Native{ref name, ref code}, &Fun::Native{name:ref othername, code:ref othercode}) => { Oct 27 05:48:07.023 INFO kablam! | ^^^^^^^^^ help: consider using `_othername` instead Oct 27 05:48:07.023 INFO kablam! Oct 27 05:48:07.023 INFO kablam! warning: unused variable: `name` Oct 27 05:48:07.024 INFO kablam! --> src/interpret.rs:46:29 Oct 27 05:48:07.024 INFO kablam! | Oct 27 05:48:07.024 INFO kablam! 46 | Fun::Native{ref name, ref code} => (code)(args), Oct 27 05:48:07.024 INFO kablam! | ^^^^ help: try ignoring the field: `name: _` Oct 27 05:48:07.025 INFO kablam! Oct 27 05:48:07.025 INFO kablam! warning: method is never used: `skip_comment` Oct 27 05:48:07.025 INFO kablam! --> src/parse.rs:69:5 Oct 27 05:48:07.025 INFO kablam! | Oct 27 05:48:07.026 INFO kablam! 69 | fn skip_comment(&self) { Oct 27 05:48:07.026 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:48:07.031 INFO kablam! | Oct 27 05:48:07.031 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 05:48:07.031 INFO kablam! Oct 27 05:48:07.059 INFO kablam! warning: variable does not need to be mutable Oct 27 05:48:07.059 INFO kablam! --> src/parse.rs:220:13 Oct 27 05:48:07.059 INFO kablam! | Oct 27 05:48:07.060 INFO kablam! 220 | let mut p = Parser::new(st, text.chars().peekable()); Oct 27 05:48:07.060 INFO kablam! | ----^ Oct 27 05:48:07.060 INFO kablam! | | Oct 27 05:48:07.061 INFO kablam! | help: remove this `mut` Oct 27 05:48:07.061 INFO kablam! | Oct 27 05:48:07.061 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 05:48:07.061 INFO kablam! Oct 27 05:48:07.133 INFO kablam! warning: method is never used: `skip_comment` Oct 27 05:48:07.133 INFO kablam! --> src/parse.rs:69:5 Oct 27 05:48:07.133 INFO kablam! | Oct 27 05:48:07.133 INFO kablam! 69 | fn skip_comment(&self) { Oct 27 05:48:07.133 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:48:07.133 INFO kablam! | Oct 27 05:48:07.133 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 05:48:07.133 INFO kablam! Oct 27 05:48:07.162 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.00s Oct 27 05:48:07.171 INFO kablam! su: No module specific data is present Oct 27 05:48:07.863 INFO running `"docker" "rm" "-f" "f0f4087808c6ee5e9803b7cc043d1bd310a12730a48cc902a63916e911cfae93"` Oct 27 05:48:08.159 INFO blam! f0f4087808c6ee5e9803b7cc043d1bd310a12730a48cc902a63916e911cfae93