Oct 15 12:20:58.492 INFO testing Berteun/rust-toy-list against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 12:20:58.492 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-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 15 12:20:58.851 INFO blam! 1a87982733f429d21323da6056078475afc78a85fa939e6cdd769c1db7e9965e Oct 15 12:20:58.859 INFO running `"docker" "start" "-a" "1a87982733f429d21323da6056078475afc78a85fa939e6cdd769c1db7e9965e"` Oct 15 12:20:59.851 INFO kablam! usermod: no changes Oct 15 12:20:59.915 INFO kablam! Compiling reverse v0.1.0 (/source) Oct 15 12:21:00.499 INFO kablam! warning: private type `list::Node` in public interface (error E0446) Oct 15 12:21:00.499 INFO kablam! --> src/list/mod.rs:65:5 Oct 15 12:21:00.499 INFO kablam! | Oct 15 12:21:00.499 INFO kablam! 65 | / pub fn first(&self) -> Option<&Node> Oct 15 12:21:00.499 INFO kablam! 66 | | { Oct 15 12:21:00.499 INFO kablam! 67 | | match self.head Oct 15 12:21:00.499 INFO kablam! 68 | | { Oct 15 12:21:00.499 INFO kablam! ... | Oct 15 12:21:00.499 INFO kablam! 71 | | } Oct 15 12:21:00.499 INFO kablam! 72 | | } Oct 15 12:21:00.499 INFO kablam! | |_____^ Oct 15 12:21:00.499 INFO kablam! | Oct 15 12:21:00.499 INFO kablam! = note: #[warn(private_in_public)] on by default Oct 15 12:21:00.499 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 15 12:21:00.499 INFO kablam! = note: for more information, see issue #34537 Oct 15 12:21:00.499 INFO kablam! Oct 15 12:21:00.499 INFO kablam! warning: private type `list::Node` in public interface (error E0446) Oct 15 12:21:00.499 INFO kablam! --> src/list/mod.rs:74:5 Oct 15 12:21:00.499 INFO kablam! | Oct 15 12:21:00.499 INFO kablam! 74 | / pub fn last(&self) -> Option<&Node> Oct 15 12:21:00.499 INFO kablam! 75 | | { Oct 15 12:21:00.499 INFO kablam! 76 | | match self.head { Oct 15 12:21:00.499 INFO kablam! 77 | | Some(ref boxed_node) => Some(boxed_node.last()), Oct 15 12:21:00.499 INFO kablam! 78 | | None => None Oct 15 12:21:00.499 INFO kablam! 79 | | } Oct 15 12:21:00.499 INFO kablam! 80 | | } Oct 15 12:21:00.499 INFO kablam! | |_____^ Oct 15 12:21:00.499 INFO kablam! | Oct 15 12:21:00.499 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 15 12:21:00.499 INFO kablam! = note: for more information, see issue #34537 Oct 15 12:21:00.499 INFO kablam! Oct 15 12:21:01.012 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.13s Oct 15 12:21:01.014 INFO kablam! su: No module specific data is present Oct 15 12:21:01.986 INFO running `"docker" "rm" "-f" "1a87982733f429d21323da6056078475afc78a85fa939e6cdd769c1db7e9965e"` Oct 15 12:21:02.323 INFO blam! 1a87982733f429d21323da6056078475afc78a85fa939e6cdd769c1db7e9965e Oct 15 12:21:02.331 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-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 15 12:21:02.779 INFO blam! 2f6f2882ffaf3258d4b0695ed0449ae76c5e15bda11814bb72673d7ef3a91e73 Oct 15 12:21:02.787 INFO running `"docker" "start" "-a" "2f6f2882ffaf3258d4b0695ed0449ae76c5e15bda11814bb72673d7ef3a91e73"` Oct 15 12:21:03.487 INFO kablam! usermod: no changes Oct 15 12:21:03.511 INFO kablam! Compiling reverse v0.1.0 (/source) Oct 15 12:21:04.039 INFO kablam! warning: private type `list::Node` in public interface (error E0446) Oct 15 12:21:04.039 INFO kablam! --> src/list/mod.rs:65:5 Oct 15 12:21:04.039 INFO kablam! | Oct 15 12:21:04.039 INFO kablam! 65 | / pub fn first(&self) -> Option<&Node> Oct 15 12:21:04.039 INFO kablam! 66 | | { Oct 15 12:21:04.039 INFO kablam! 67 | | match self.head Oct 15 12:21:04.039 INFO kablam! 68 | | { Oct 15 12:21:04.039 INFO kablam! ... | Oct 15 12:21:04.039 INFO kablam! 71 | | } Oct 15 12:21:04.039 INFO kablam! 72 | | } Oct 15 12:21:04.039 INFO kablam! | |_____^ Oct 15 12:21:04.039 INFO kablam! | Oct 15 12:21:04.039 INFO kablam! = note: #[warn(private_in_public)] on by default Oct 15 12:21:04.039 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 15 12:21:04.039 INFO kablam! = note: for more information, see issue #34537 Oct 15 12:21:04.039 INFO kablam! Oct 15 12:21:04.039 INFO kablam! warning: private type `list::Node` in public interface (error E0446) Oct 15 12:21:04.039 INFO kablam! --> src/list/mod.rs:74:5 Oct 15 12:21:04.039 INFO kablam! | Oct 15 12:21:04.039 INFO kablam! 74 | / pub fn last(&self) -> Option<&Node> Oct 15 12:21:04.039 INFO kablam! 75 | | { Oct 15 12:21:04.039 INFO kablam! 76 | | match self.head { Oct 15 12:21:04.039 INFO kablam! 77 | | Some(ref boxed_node) => Some(boxed_node.last()), Oct 15 12:21:04.039 INFO kablam! 78 | | None => None Oct 15 12:21:04.039 INFO kablam! 79 | | } Oct 15 12:21:04.039 INFO kablam! 80 | | } Oct 15 12:21:04.039 INFO kablam! | |_____^ Oct 15 12:21:04.039 INFO kablam! | Oct 15 12:21:04.039 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 15 12:21:04.039 INFO kablam! = note: for more information, see issue #34537 Oct 15 12:21:04.039 INFO kablam! Oct 15 12:21:04.555 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.05s Oct 15 12:21:04.557 INFO kablam! su: No module specific data is present Oct 15 12:21:04.837 INFO running `"docker" "rm" "-f" "2f6f2882ffaf3258d4b0695ed0449ae76c5e15bda11814bb72673d7ef3a91e73"` Oct 15 12:21:04.934 INFO blam! 2f6f2882ffaf3258d4b0695ed0449ae76c5e15bda11814bb72673d7ef3a91e73 Oct 15 12:21:04.941 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-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 15 12:21:05.166 INFO blam! 57b3ed34f61adf9138a0c5f54d82d2eb68e5410b6b8b34e8e55c38d5716f363d Oct 15 12:21:05.166 INFO running `"docker" "start" "-a" "57b3ed34f61adf9138a0c5f54d82d2eb68e5410b6b8b34e8e55c38d5716f363d"` Oct 15 12:21:05.871 INFO kablam! usermod: no changes Oct 15 12:21:05.915 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 15 12:21:05.917 INFO kablam! Running /target/debug/deps/reverse-64962331259224f6 Oct 15 12:21:05.923 INFO blam! Oct 15 12:21:05.923 INFO blam! running 12 tests Oct 15 12:21:05.923 INFO blam! test list::test_last ... ok Oct 15 12:21:05.923 INFO blam! test list::test_drop_singleton ... ok Oct 15 12:21:05.923 INFO blam! test list::test_drop ... ok Oct 15 12:21:05.923 INFO blam! test list::create_node_and_prepend ... ok Oct 15 12:21:05.923 INFO blam! test list::create_node ... ok Oct 15 12:21:05.923 INFO blam! test list::create_node_and_append ... ok Oct 15 12:21:05.923 INFO blam! test list::test_length ... ok Oct 15 12:21:05.923 INFO blam! test list::test_reverse_longer ... ok Oct 15 12:21:05.923 INFO blam! test list::test_reverse_singleton ... ok Oct 15 12:21:05.925 INFO blam! test list::test_last_append_prepend ... ok Oct 15 12:21:05.927 INFO blam! test list::test_last_prepend ... ok Oct 15 12:21:05.927 INFO blam! test list::test_last_singleton ... ok Oct 15 12:21:05.927 INFO blam! Oct 15 12:21:05.927 INFO blam! test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 12:21:05.927 INFO blam! Oct 15 12:21:05.928 INFO kablam! su: No module specific data is present Oct 15 12:21:06.224 INFO running `"docker" "rm" "-f" "57b3ed34f61adf9138a0c5f54d82d2eb68e5410b6b8b34e8e55c38d5716f363d"` Oct 15 12:21:06.371 INFO blam! 57b3ed34f61adf9138a0c5f54d82d2eb68e5410b6b8b34e8e55c38d5716f363d