Oct 27 05:48:00.676 INFO checking dholroyd/bungling-mutant-lisp against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 05:48:00.676 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-4/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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:01.139 INFO blam! 868dd59c9088c700027cc012b80a1e3c154eb34683f98077e4b53716f5486e7a Oct 27 05:48:01.141 INFO running `"docker" "start" "-a" "868dd59c9088c700027cc012b80a1e3c154eb34683f98077e4b53716f5486e7a"` Oct 27 05:48:02.867 INFO kablam! usermod: no changes Oct 27 05:48:02.919 INFO kablam! Checking bml v0.1.0 (/source) Oct 27 05:48:04.031 INFO kablam! warning: private type `interpret::Fun` in public interface (error E0446) Oct 27 05:48:04.031 INFO kablam! --> src/interpret.rs:55:10 Oct 27 05:48:04.031 INFO kablam! | Oct 27 05:48:04.031 INFO kablam! 55 | DFun(Fun), Oct 27 05:48:04.031 INFO kablam! | ^^^ Oct 27 05:48:04.031 INFO kablam! | Oct 27 05:48:04.031 INFO kablam! = note: #[warn(private_in_public)] on by default Oct 27 05:48:04.031 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:04.031 INFO kablam! = note: for more information, see issue #34537 Oct 27 05:48:04.031 INFO kablam! Oct 27 05:48:04.031 INFO kablam! warning: unused variable: `c` Oct 27 05:48:04.031 INFO kablam! --> src/parse.rs:65:17 Oct 27 05:48:04.031 INFO kablam! | Oct 27 05:48:04.031 INFO kablam! 65 | let c = self.next().unwrap(); Oct 27 05:48:04.031 INFO kablam! | ^ help: consider using `_c` instead Oct 27 05:48:04.031 INFO kablam! | Oct 27 05:48:04.031 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 05:48:04.031 INFO kablam! Oct 27 05:48:04.031 INFO kablam! warning: unused variable: `name` Oct 27 05:48:04.031 INFO kablam! --> src/interpret.rs:28:31 Oct 27 05:48:04.031 INFO kablam! | Oct 27 05:48:04.031 INFO kablam! 28 | (&Fun::Native{ref name, ref code}, &Fun::Native{name:ref othername, code:ref othercode}) => { Oct 27 05:48:04.031 INFO kablam! | ^^^^ help: try ignoring the field: `name: _` Oct 27 05:48:04.031 INFO kablam! Oct 27 05:48:04.031 INFO kablam! warning: unused variable: `othername` Oct 27 05:48:04.031 INFO kablam! --> src/interpret.rs:28:70 Oct 27 05:48:04.031 INFO kablam! | Oct 27 05:48:04.031 INFO kablam! 28 | (&Fun::Native{ref name, ref code}, &Fun::Native{name:ref othername, code:ref othercode}) => { Oct 27 05:48:04.031 INFO kablam! | ^^^^^^^^^ help: consider using `_othername` instead Oct 27 05:48:04.031 INFO kablam! Oct 27 05:48:04.031 INFO kablam! warning: unused variable: `name` Oct 27 05:48:04.031 INFO kablam! --> src/interpret.rs:46:29 Oct 27 05:48:04.031 INFO kablam! | Oct 27 05:48:04.031 INFO kablam! 46 | Fun::Native{ref name, ref code} => (code)(args), Oct 27 05:48:04.031 INFO kablam! | ^^^^ help: try ignoring the field: `name: _` Oct 27 05:48:04.032 INFO kablam! Oct 27 05:48:04.103 INFO kablam! warning: method is never used: `skip_comment` Oct 27 05:48:04.103 INFO kablam! --> src/parse.rs:69:5 Oct 27 05:48:04.103 INFO kablam! | Oct 27 05:48:04.104 INFO kablam! 69 | fn skip_comment(&self) { Oct 27 05:48:04.104 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:48:04.104 INFO kablam! | Oct 27 05:48:04.104 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 05:48:04.104 INFO kablam! Oct 27 05:48:04.135 INFO kablam! warning: private type `interpret::Fun` in public interface (error E0446) Oct 27 05:48:04.135 INFO kablam! --> src/interpret.rs:55:10 Oct 27 05:48:04.135 INFO kablam! | Oct 27 05:48:04.135 INFO kablam! 55 | DFun(Fun), Oct 27 05:48:04.135 INFO kablam! | ^^^ Oct 27 05:48:04.135 INFO kablam! | Oct 27 05:48:04.135 INFO kablam! = note: #[warn(private_in_public)] on by default Oct 27 05:48:04.135 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:04.135 INFO kablam! = note: for more information, see issue #34537 Oct 27 05:48:04.135 INFO kablam! Oct 27 05:48:04.135 INFO kablam! warning: unused variable: `c` Oct 27 05:48:04.135 INFO kablam! --> src/parse.rs:65:17 Oct 27 05:48:04.135 INFO kablam! | Oct 27 05:48:04.135 INFO kablam! 65 | let c = self.next().unwrap(); Oct 27 05:48:04.135 INFO kablam! | ^ help: consider using `_c` instead Oct 27 05:48:04.135 INFO kablam! | Oct 27 05:48:04.135 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 05:48:04.135 INFO kablam! Oct 27 05:48:04.135 INFO kablam! warning: unused variable: `name` Oct 27 05:48:04.135 INFO kablam! --> src/interpret.rs:28:31 Oct 27 05:48:04.135 INFO kablam! | Oct 27 05:48:04.135 INFO kablam! 28 | (&Fun::Native{ref name, ref code}, &Fun::Native{name:ref othername, code:ref othercode}) => { Oct 27 05:48:04.135 INFO kablam! | ^^^^ help: try ignoring the field: `name: _` Oct 27 05:48:04.135 INFO kablam! Oct 27 05:48:04.135 INFO kablam! warning: unused variable: `othername` Oct 27 05:48:04.135 INFO kablam! --> src/interpret.rs:28:70 Oct 27 05:48:04.135 INFO kablam! | Oct 27 05:48:04.135 INFO kablam! 28 | (&Fun::Native{ref name, ref code}, &Fun::Native{name:ref othername, code:ref othercode}) => { Oct 27 05:48:04.135 INFO kablam! | ^^^^^^^^^ help: consider using `_othername` instead Oct 27 05:48:04.135 INFO kablam! Oct 27 05:48:04.135 INFO kablam! warning: unused variable: `name` Oct 27 05:48:04.135 INFO kablam! --> src/interpret.rs:46:29 Oct 27 05:48:04.135 INFO kablam! | Oct 27 05:48:04.135 INFO kablam! 46 | Fun::Native{ref name, ref code} => (code)(args), Oct 27 05:48:04.135 INFO kablam! | ^^^^ help: try ignoring the field: `name: _` Oct 27 05:48:04.135 INFO kablam! Oct 27 05:48:04.147 INFO kablam! warning: variable does not need to be mutable Oct 27 05:48:04.147 INFO kablam! --> src/parse.rs:220:13 Oct 27 05:48:04.147 INFO kablam! | Oct 27 05:48:04.147 INFO kablam! 220 | let mut p = Parser::new(st, text.chars().peekable()); Oct 27 05:48:04.147 INFO kablam! | ----^ Oct 27 05:48:04.147 INFO kablam! | | Oct 27 05:48:04.147 INFO kablam! | help: remove this `mut` Oct 27 05:48:04.147 INFO kablam! | Oct 27 05:48:04.147 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 05:48:04.147 INFO kablam! Oct 27 05:48:04.207 INFO kablam! warning: method is never used: `skip_comment` Oct 27 05:48:04.207 INFO kablam! --> src/parse.rs:69:5 Oct 27 05:48:04.207 INFO kablam! | Oct 27 05:48:04.207 INFO kablam! 69 | fn skip_comment(&self) { Oct 27 05:48:04.207 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:48:04.207 INFO kablam! | Oct 27 05:48:04.207 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 05:48:04.207 INFO kablam! Oct 27 05:48:04.240 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.34s Oct 27 05:48:04.242 INFO kablam! su: No module specific data is present Oct 27 05:48:05.012 INFO running `"docker" "rm" "-f" "868dd59c9088c700027cc012b80a1e3c154eb34683f98077e4b53716f5486e7a"` Oct 27 05:48:05.331 INFO blam! 868dd59c9088c700027cc012b80a1e3c154eb34683f98077e4b53716f5486e7a