Oct 27 12:37:26.377 INFO checking Berteun/rust-toy-list against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 12:37:26.377 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-0/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 12:37:26.564 INFO blam! 02cdfef3de22e3007364876eb714618fe55aa8e26e22d3dcb413b2591745a02a Oct 27 12:37:26.566 INFO running `"docker" "start" "-a" "02cdfef3de22e3007364876eb714618fe55aa8e26e22d3dcb413b2591745a02a"` Oct 27 12:37:27.115 INFO kablam! usermod: no changes Oct 27 12:37:27.162 INFO kablam! Checking reverse v0.1.0 (/source) Oct 27 12:37:27.767 INFO kablam! warning: private type `list::Node` in public interface (error E0446) Oct 27 12:37:27.767 INFO kablam! --> src/list/mod.rs:65:5 Oct 27 12:37:27.767 INFO kablam! | Oct 27 12:37:27.767 INFO kablam! 65 | / pub fn first(&self) -> Option<&Node> Oct 27 12:37:27.767 INFO kablam! 66 | | { Oct 27 12:37:27.767 INFO kablam! 67 | | match self.head Oct 27 12:37:27.767 INFO kablam! 68 | | { Oct 27 12:37:27.767 INFO kablam! ... | Oct 27 12:37:27.767 INFO kablam! 71 | | } Oct 27 12:37:27.767 INFO kablam! 72 | | } Oct 27 12:37:27.767 INFO kablam! | |_____^ Oct 27 12:37:27.767 INFO kablam! | Oct 27 12:37:27.767 INFO kablam! = note: #[warn(private_in_public)] on by default Oct 27 12:37:27.767 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 12:37:27.767 INFO kablam! = note: for more information, see issue #34537 Oct 27 12:37:27.767 INFO kablam! Oct 27 12:37:27.767 INFO kablam! warning: private type `list::Node` in public interface (error E0446) Oct 27 12:37:27.767 INFO kablam! --> src/list/mod.rs:74:5 Oct 27 12:37:27.767 INFO kablam! | Oct 27 12:37:27.767 INFO kablam! 74 | / pub fn last(&self) -> Option<&Node> Oct 27 12:37:27.767 INFO kablam! 75 | | { Oct 27 12:37:27.767 INFO kablam! 76 | | match self.head { Oct 27 12:37:27.767 INFO kablam! 77 | | Some(ref boxed_node) => Some(boxed_node.last()), Oct 27 12:37:27.767 INFO kablam! 78 | | None => None Oct 27 12:37:27.767 INFO kablam! 79 | | } Oct 27 12:37:27.767 INFO kablam! 80 | | } Oct 27 12:37:27.767 INFO kablam! | |_____^ Oct 27 12:37:27.767 INFO kablam! | Oct 27 12:37:27.767 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 12:37:27.767 INFO kablam! = note: for more information, see issue #34537 Oct 27 12:37:27.767 INFO kablam! Oct 27 12:37:27.892 INFO kablam! warning: private type `list::Node` in public interface (error E0446) Oct 27 12:37:27.892 INFO kablam! --> src/list/mod.rs:65:5 Oct 27 12:37:27.892 INFO kablam! | Oct 27 12:37:27.892 INFO kablam! 65 | / pub fn first(&self) -> Option<&Node> Oct 27 12:37:27.892 INFO kablam! 66 | | { Oct 27 12:37:27.892 INFO kablam! 67 | | match self.head Oct 27 12:37:27.892 INFO kablam! 68 | | { Oct 27 12:37:27.892 INFO kablam! ... | Oct 27 12:37:27.892 INFO kablam! 71 | | } Oct 27 12:37:27.892 INFO kablam! 72 | | } Oct 27 12:37:27.892 INFO kablam! | |_____^ Oct 27 12:37:27.892 INFO kablam! | Oct 27 12:37:27.892 INFO kablam! = note: #[warn(private_in_public)] on by default Oct 27 12:37:27.892 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 12:37:27.892 INFO kablam! = note: for more information, see issue #34537 Oct 27 12:37:27.892 INFO kablam! Oct 27 12:37:27.892 INFO kablam! warning: private type `list::Node` in public interface (error E0446) Oct 27 12:37:27.892 INFO kablam! --> src/list/mod.rs:74:5 Oct 27 12:37:27.892 INFO kablam! | Oct 27 12:37:27.892 INFO kablam! 74 | / pub fn last(&self) -> Option<&Node> Oct 27 12:37:27.892 INFO kablam! 75 | | { Oct 27 12:37:27.892 INFO kablam! 76 | | match self.head { Oct 27 12:37:27.892 INFO kablam! 77 | | Some(ref boxed_node) => Some(boxed_node.last()), Oct 27 12:37:27.892 INFO kablam! 78 | | None => None Oct 27 12:37:27.892 INFO kablam! 79 | | } Oct 27 12:37:27.892 INFO kablam! 80 | | } Oct 27 12:37:27.892 INFO kablam! | |_____^ Oct 27 12:37:27.892 INFO kablam! | Oct 27 12:37:27.892 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 12:37:27.892 INFO kablam! = note: for more information, see issue #34537 Oct 27 12:37:27.892 INFO kablam! Oct 27 12:37:27.941 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.80s Oct 27 12:37:27.944 INFO kablam! su: No module specific data is present Oct 27 12:37:28.361 INFO running `"docker" "rm" "-f" "02cdfef3de22e3007364876eb714618fe55aa8e26e22d3dcb413b2591745a02a"` Oct 27 12:37:28.574 INFO blam! 02cdfef3de22e3007364876eb714618fe55aa8e26e22d3dcb413b2591745a02a