Oct 11 07:31:23.846 INFO testing Berteun/rust-toy-list against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 07:31:23.846 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 07:31:23.846 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 07:31:24.152 INFO blam! f4684e64c0c451f086cc2a50677117bd4fec147141898518058760bf9275a302 Oct 11 07:31:24.154 INFO running `"docker" "start" "-a" "f4684e64c0c451f086cc2a50677117bd4fec147141898518058760bf9275a302"` Oct 11 07:31:24.899 INFO kablam! usermod: no changes Oct 11 07:31:24.948 INFO kablam! Compiling reverse v0.1.0 (/source) Oct 11 07:31:25.584 INFO kablam! warning: private type `list::Node` in public interface (error E0446) Oct 11 07:31:25.584 INFO kablam! --> src/list/mod.rs:65:5 Oct 11 07:31:25.584 INFO kablam! | Oct 11 07:31:25.584 INFO kablam! 65 | / pub fn first(&self) -> Option<&Node> Oct 11 07:31:25.584 INFO kablam! 66 | | { Oct 11 07:31:25.584 INFO kablam! 67 | | match self.head Oct 11 07:31:25.584 INFO kablam! 68 | | { Oct 11 07:31:25.584 INFO kablam! ... | Oct 11 07:31:25.584 INFO kablam! 71 | | } Oct 11 07:31:25.584 INFO kablam! 72 | | } Oct 11 07:31:25.584 INFO kablam! | |_____^ Oct 11 07:31:25.584 INFO kablam! | Oct 11 07:31:25.584 INFO kablam! = note: #[warn(private_in_public)] on by default Oct 11 07:31:25.584 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 11 07:31:25.584 INFO kablam! = note: for more information, see issue #34537 Oct 11 07:31:25.584 INFO kablam! Oct 11 07:31:25.584 INFO kablam! warning: private type `list::Node` in public interface (error E0446) Oct 11 07:31:25.584 INFO kablam! --> src/list/mod.rs:74:5 Oct 11 07:31:25.584 INFO kablam! | Oct 11 07:31:25.584 INFO kablam! 74 | / pub fn last(&self) -> Option<&Node> Oct 11 07:31:25.584 INFO kablam! 75 | | { Oct 11 07:31:25.584 INFO kablam! 76 | | match self.head { Oct 11 07:31:25.584 INFO kablam! 77 | | Some(ref boxed_node) => Some(boxed_node.last()), Oct 11 07:31:25.584 INFO kablam! 78 | | None => None Oct 11 07:31:25.584 INFO kablam! 79 | | } Oct 11 07:31:25.584 INFO kablam! 80 | | } Oct 11 07:31:25.584 INFO kablam! | |_____^ Oct 11 07:31:25.584 INFO kablam! | Oct 11 07:31:25.584 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 11 07:31:25.584 INFO kablam! = note: for more information, see issue #34537 Oct 11 07:31:25.584 INFO kablam! Oct 11 07:31:25.880 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.95s Oct 11 07:31:25.880 INFO kablam! su: No module specific data is present Oct 11 07:31:26.504 INFO running `"docker" "rm" "-f" "f4684e64c0c451f086cc2a50677117bd4fec147141898518058760bf9275a302"` Oct 11 07:31:26.800 INFO blam! f4684e64c0c451f086cc2a50677117bd4fec147141898518058760bf9275a302 Oct 11 07:31:26.807 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 07:31:26.807 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 07:31:27.324 INFO blam! 91b6cf866b78a1303853ca004f6f0f79cd826598de959e30bdf48f975586dce7 Oct 11 07:31:27.326 INFO running `"docker" "start" "-a" "91b6cf866b78a1303853ca004f6f0f79cd826598de959e30bdf48f975586dce7"` Oct 11 07:31:28.585 INFO kablam! usermod: no changes Oct 11 07:31:28.622 INFO kablam! Compiling reverse v0.1.0 (/source) Oct 11 07:31:29.581 INFO kablam! warning: private type `list::Node` in public interface (error E0446) Oct 11 07:31:29.581 INFO kablam! --> src/list/mod.rs:65:5 Oct 11 07:31:29.581 INFO kablam! | Oct 11 07:31:29.581 INFO kablam! 65 | / pub fn first(&self) -> Option<&Node> Oct 11 07:31:29.581 INFO kablam! 66 | | { Oct 11 07:31:29.581 INFO kablam! 67 | | match self.head Oct 11 07:31:29.581 INFO kablam! 68 | | { Oct 11 07:31:29.582 INFO kablam! ... | Oct 11 07:31:29.582 INFO kablam! 71 | | } Oct 11 07:31:29.582 INFO kablam! 72 | | } Oct 11 07:31:29.582 INFO kablam! | |_____^ Oct 11 07:31:29.582 INFO kablam! | Oct 11 07:31:29.582 INFO kablam! = note: #[warn(private_in_public)] on by default Oct 11 07:31:29.582 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 11 07:31:29.582 INFO kablam! = note: for more information, see issue #34537 Oct 11 07:31:29.582 INFO kablam! Oct 11 07:31:29.582 INFO kablam! warning: private type `list::Node` in public interface (error E0446) Oct 11 07:31:29.582 INFO kablam! --> src/list/mod.rs:74:5 Oct 11 07:31:29.582 INFO kablam! | Oct 11 07:31:29.582 INFO kablam! 74 | / pub fn last(&self) -> Option<&Node> Oct 11 07:31:29.582 INFO kablam! 75 | | { Oct 11 07:31:29.582 INFO kablam! 76 | | match self.head { Oct 11 07:31:29.582 INFO kablam! 77 | | Some(ref boxed_node) => Some(boxed_node.last()), Oct 11 07:31:29.582 INFO kablam! 78 | | None => None Oct 11 07:31:29.582 INFO kablam! 79 | | } Oct 11 07:31:29.582 INFO kablam! 80 | | } Oct 11 07:31:29.582 INFO kablam! | |_____^ Oct 11 07:31:29.582 INFO kablam! | Oct 11 07:31:29.582 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 11 07:31:29.582 INFO kablam! = note: for more information, see issue #34537 Oct 11 07:31:29.582 INFO kablam! Oct 11 07:31:30.216 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.61s Oct 11 07:31:30.216 INFO kablam! su: No module specific data is present Oct 11 07:31:30.759 INFO running `"docker" "rm" "-f" "91b6cf866b78a1303853ca004f6f0f79cd826598de959e30bdf48f975586dce7"` Oct 11 07:31:31.023 INFO blam! 91b6cf866b78a1303853ca004f6f0f79cd826598de959e30bdf48f975586dce7 Oct 11 07:31:31.025 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 07:31:31.025 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 07:31:31.263 INFO blam! 4ad2939dcde49ad93e3e0e6491209cfe1bc559ab174c7cb626bc9d725cc6999b Oct 11 07:31:31.265 INFO running `"docker" "start" "-a" "4ad2939dcde49ad93e3e0e6491209cfe1bc559ab174c7cb626bc9d725cc6999b"` Oct 11 07:31:31.681 INFO kablam! usermod: no changes Oct 11 07:31:31.714 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 11 07:31:31.714 INFO kablam! Running /target/debug/deps/reverse-64962331259224f6 Oct 11 07:31:31.728 INFO blam! Oct 11 07:31:31.728 INFO blam! running 12 tests Oct 11 07:31:31.729 INFO blam! test list::create_node ... ok Oct 11 07:31:31.729 INFO blam! test list::create_node_and_append ... ok Oct 11 07:31:31.729 INFO blam! test list::test_last_append_prepend ... ok Oct 11 07:31:31.729 INFO blam! test list::test_last_prepend ... ok Oct 11 07:31:31.729 INFO blam! test list::test_last ... ok Oct 11 07:31:31.729 INFO blam! test list::test_drop_singleton ... ok Oct 11 07:31:31.729 INFO blam! test list::test_drop ... ok Oct 11 07:31:31.729 INFO blam! test list::test_reverse_longer ... ok Oct 11 07:31:31.729 INFO blam! test list::test_reverse_singleton ... ok Oct 11 07:31:31.729 INFO blam! test list::test_last_singleton ... ok Oct 11 07:31:31.729 INFO blam! test list::test_length ... ok Oct 11 07:31:31.729 INFO blam! test list::create_node_and_prepend ... ok Oct 11 07:31:31.729 INFO blam! Oct 11 07:31:31.729 INFO blam! test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 07:31:31.729 INFO blam! Oct 11 07:31:31.736 INFO kablam! su: No module specific data is present Oct 11 07:31:32.155 INFO running `"docker" "rm" "-f" "4ad2939dcde49ad93e3e0e6491209cfe1bc559ab174c7cb626bc9d725cc6999b"` Oct 11 07:31:32.226 INFO blam! 4ad2939dcde49ad93e3e0e6491209cfe1bc559ab174c7cb626bc9d725cc6999b