Oct 11 04:49:17.897 INFO testing Razakhel/rs-ds against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 04:49:17.897 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 04:49:17.897 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/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 04:49:18.270 INFO blam! 783e09ea90583827c20af5a5fabe17b5a992194185c53f28eb4b7ceac6c917df Oct 11 04:49:18.271 INFO running `"docker" "start" "-a" "783e09ea90583827c20af5a5fabe17b5a992194185c53f28eb4b7ceac6c917df"` Oct 11 04:49:19.275 INFO kablam! usermod: no changes Oct 11 04:49:19.336 INFO kablam! Compiling rs-ds v0.1.0 (/source) Oct 11 04:49:19.716 INFO kablam! warning: struct is never constructed: `IntoIter` Oct 11 04:49:19.717 INFO kablam! --> src/linked_list.rs:16:1 Oct 11 04:49:19.717 INFO kablam! | Oct 11 04:49:19.717 INFO kablam! 16 | pub struct IntoIter(List); Oct 11 04:49:19.717 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:49:19.717 INFO kablam! | Oct 11 04:49:19.717 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 04:49:19.717 INFO kablam! Oct 11 04:49:19.717 INFO kablam! warning: method is never used: `peek` Oct 11 04:49:19.717 INFO kablam! --> src/linked_list.rs:38:3 Oct 11 04:49:19.717 INFO kablam! | Oct 11 04:49:19.717 INFO kablam! 38 | pub fn peek(&self) -> Option<&T> { Oct 11 04:49:19.717 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:49:19.717 INFO kablam! Oct 11 04:49:19.717 INFO kablam! warning: method is never used: `peek_mut` Oct 11 04:49:19.717 INFO kablam! --> src/linked_list.rs:44:3 Oct 11 04:49:19.717 INFO kablam! | Oct 11 04:49:19.717 INFO kablam! 44 | pub fn peek_mut(&mut self) -> Option<&mut T> { Oct 11 04:49:19.717 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:49:19.717 INFO kablam! Oct 11 04:49:19.717 INFO kablam! warning: method is never used: `into_iter` Oct 11 04:49:19.717 INFO kablam! --> src/linked_list.rs:50:3 Oct 11 04:49:19.717 INFO kablam! | Oct 11 04:49:19.717 INFO kablam! 50 | pub fn into_iter(self) -> IntoIter { Oct 11 04:49:19.717 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:49:19.718 INFO kablam! Oct 11 04:49:20.124 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.82s Oct 11 04:49:20.144 INFO kablam! su: No module specific data is present Oct 11 04:49:20.780 INFO running `"docker" "rm" "-f" "783e09ea90583827c20af5a5fabe17b5a992194185c53f28eb4b7ceac6c917df"` Oct 11 04:49:20.948 INFO blam! 783e09ea90583827c20af5a5fabe17b5a992194185c53f28eb4b7ceac6c917df Oct 11 04:49:20.950 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 04:49:20.950 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/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 04:49:21.390 INFO blam! 7e70423ebba3c5187f818248914e9f52443912ab33064cd8252b95733933769b Oct 11 04:49:21.404 INFO running `"docker" "start" "-a" "7e70423ebba3c5187f818248914e9f52443912ab33064cd8252b95733933769b"` Oct 11 04:49:22.424 INFO kablam! usermod: no changes Oct 11 04:49:22.489 INFO kablam! Compiling rs-ds v0.1.0 (/source) Oct 11 04:49:23.579 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.12s Oct 11 04:49:23.579 INFO kablam! su: No module specific data is present Oct 11 04:49:23.926 INFO running `"docker" "rm" "-f" "7e70423ebba3c5187f818248914e9f52443912ab33064cd8252b95733933769b"` Oct 11 04:49:23.990 INFO blam! 7e70423ebba3c5187f818248914e9f52443912ab33064cd8252b95733933769b Oct 11 04:49:23.991 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 04:49:23.991 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/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 04:49:24.274 INFO blam! 83d47d0bebe4dbd017d32391c9982836dec5746fec10730f4b5c0a965bd763d3 Oct 11 04:49:24.276 INFO running `"docker" "start" "-a" "83d47d0bebe4dbd017d32391c9982836dec5746fec10730f4b5c0a965bd763d3"` Oct 11 04:49:25.007 INFO kablam! usermod: no changes Oct 11 04:49:25.055 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 11 04:49:25.055 INFO kablam! Running /target/debug/deps/rs_ds-7b5dceeb0f1b77e0 Oct 11 04:49:25.064 INFO blam! Oct 11 04:49:25.064 INFO blam! running 3 tests Oct 11 04:49:25.064 INFO blam! test linked_list::test::into_iter ... ok Oct 11 04:49:25.064 INFO blam! test linked_list::test::push_pop ... ok Oct 11 04:49:25.064 INFO blam! test linked_list::test::peek ... ok Oct 11 04:49:25.064 INFO blam! Oct 11 04:49:25.064 INFO blam! test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 04:49:25.064 INFO blam! Oct 11 04:49:25.068 INFO kablam! su: No module specific data is present Oct 11 04:49:25.660 INFO running `"docker" "rm" "-f" "83d47d0bebe4dbd017d32391c9982836dec5746fec10730f4b5c0a965bd763d3"` Oct 11 04:49:25.761 INFO blam! 83d47d0bebe4dbd017d32391c9982836dec5746fec10730f4b5c0a965bd763d3