Oct 10 12:16:03.394 INFO testing wimpykid26/rust-examples against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 12:16:03.394 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 12:16:03.396 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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 10 12:16:03.872 INFO blam! a7868f20ab67b64ced2fe5bfe77cc778c2277cfb15f6d541483b2f3e4e237c71 Oct 10 12:16:03.877 INFO running `"docker" "start" "-a" "a7868f20ab67b64ced2fe5bfe77cc778c2277cfb15f6d541483b2f3e4e237c71"` Oct 10 12:16:05.305 INFO kablam! usermod: no changes Oct 10 12:16:05.348 INFO kablam! Compiling rust-examples v0.1.0 (/source) Oct 10 12:16:05.819 INFO kablam! warning: unreachable statement Oct 10 12:16:05.819 INFO kablam! --> src/expressions/loops.rs:27:9 Oct 10 12:16:05.819 INFO kablam! | Oct 10 12:16:05.819 INFO kablam! 27 | println!("This point will never be reached"); Oct 10 12:16:05.819 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:16:05.819 INFO kablam! | Oct 10 12:16:05.838 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 10 12:16:05.838 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 10 12:16:05.839 INFO kablam! Oct 10 12:16:05.908 INFO kablam! warning: unreachable pattern Oct 10 12:16:05.909 INFO kablam! --> src/expressions/match_cases.rs:77:9 Oct 10 12:16:05.909 INFO kablam! | Oct 10 12:16:05.909 INFO kablam! 77 | 1 | 2 | 3 => println!("This is either 1, 2 or 3"), Oct 10 12:16:05.909 INFO kablam! | ^ Oct 10 12:16:05.910 INFO kablam! | Oct 10 12:16:05.910 INFO kablam! = note: #[warn(unreachable_patterns)] on by default Oct 10 12:16:05.910 INFO kablam! Oct 10 12:16:05.910 INFO kablam! warning: unused variable: `reference` Oct 10 12:16:05.911 INFO kablam! --> src/expressions/match_cases.rs:32:13 Oct 10 12:16:05.911 INFO kablam! | Oct 10 12:16:05.911 INFO kablam! 32 | let ref reference = 5; Oct 10 12:16:05.911 INFO kablam! | ^^^^^^^^^ help: consider using `_reference` instead Oct 10 12:16:05.911 INFO kablam! | Oct 10 12:16:05.912 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 12:16:05.912 INFO kablam! Oct 10 12:16:07.152 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.82s Oct 10 12:16:07.154 INFO kablam! su: No module specific data is present Oct 10 12:16:07.718 INFO running `"docker" "rm" "-f" "a7868f20ab67b64ced2fe5bfe77cc778c2277cfb15f6d541483b2f3e4e237c71"` Oct 10 12:16:08.012 INFO blam! a7868f20ab67b64ced2fe5bfe77cc778c2277cfb15f6d541483b2f3e4e237c71 Oct 10 12:16:08.024 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 12:16:08.024 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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 10 12:16:08.483 INFO blam! f9c666f0401f621a1320917292b08b2cb8625edcb1d23c620204853ef7d63581 Oct 10 12:16:08.508 INFO running `"docker" "start" "-a" "f9c666f0401f621a1320917292b08b2cb8625edcb1d23c620204853ef7d63581"` Oct 10 12:16:09.633 INFO kablam! usermod: no changes Oct 10 12:16:09.688 INFO kablam! Compiling rust-examples v0.1.0 (/source) Oct 10 12:16:10.428 INFO kablam! warning: unreachable statement Oct 10 12:16:10.428 INFO kablam! --> src/expressions/loops.rs:27:9 Oct 10 12:16:10.428 INFO kablam! | Oct 10 12:16:10.428 INFO kablam! 27 | println!("This point will never be reached"); Oct 10 12:16:10.428 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:16:10.436 INFO kablam! | Oct 10 12:16:10.436 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 10 12:16:10.436 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 10 12:16:10.436 INFO kablam! Oct 10 12:16:10.616 INFO kablam! warning: unreachable pattern Oct 10 12:16:10.616 INFO kablam! --> src/expressions/match_cases.rs:77:9 Oct 10 12:16:10.616 INFO kablam! | Oct 10 12:16:10.616 INFO kablam! 77 | 1 | 2 | 3 => println!("This is either 1, 2 or 3"), Oct 10 12:16:10.616 INFO kablam! | ^ Oct 10 12:16:10.616 INFO kablam! | Oct 10 12:16:10.616 INFO kablam! = note: #[warn(unreachable_patterns)] on by default Oct 10 12:16:10.616 INFO kablam! Oct 10 12:16:10.616 INFO kablam! warning: unused variable: `reference` Oct 10 12:16:10.616 INFO kablam! --> src/expressions/match_cases.rs:32:13 Oct 10 12:16:10.616 INFO kablam! | Oct 10 12:16:10.616 INFO kablam! 32 | let ref reference = 5; Oct 10 12:16:10.616 INFO kablam! | ^^^^^^^^^ help: consider using `_reference` instead Oct 10 12:16:10.616 INFO kablam! | Oct 10 12:16:10.616 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 12:16:10.616 INFO kablam! Oct 10 12:16:11.260 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.59s Oct 10 12:16:11.262 INFO kablam! su: No module specific data is present Oct 10 12:16:11.789 INFO running `"docker" "rm" "-f" "f9c666f0401f621a1320917292b08b2cb8625edcb1d23c620204853ef7d63581"` Oct 10 12:16:12.128 INFO blam! f9c666f0401f621a1320917292b08b2cb8625edcb1d23c620204853ef7d63581 Oct 10 12:16:12.133 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 12:16:12.133 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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 10 12:16:12.595 INFO blam! 994ec3125f4f6f12d9119b701ac6ed09f16e69d69bf1765a21af655fef8679e6 Oct 10 12:16:12.596 INFO running `"docker" "start" "-a" "994ec3125f4f6f12d9119b701ac6ed09f16e69d69bf1765a21af655fef8679e6"` Oct 10 12:16:13.739 INFO kablam! usermod: no changes Oct 10 12:16:13.791 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 10 12:16:13.791 INFO kablam! Running /target/debug/deps/rust_examples-425fcd42d18ee237 Oct 10 12:16:13.804 INFO kablam! Running /target/debug/deps/rust_examples-28d86e53c6db00ea Oct 10 12:16:13.805 INFO blam! Oct 10 12:16:13.805 INFO kablam! Doc-tests rust-examples Oct 10 12:16:13.805 INFO blam! running 0 tests Oct 10 12:16:13.806 INFO blam! Oct 10 12:16:13.806 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 12:16:13.806 INFO blam! Oct 10 12:16:13.807 INFO blam! Oct 10 12:16:13.807 INFO blam! running 0 tests Oct 10 12:16:13.807 INFO blam! Oct 10 12:16:13.807 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 12:16:13.808 INFO blam! Oct 10 12:16:14.469 INFO blam! Oct 10 12:16:14.469 INFO blam! running 0 tests Oct 10 12:16:14.469 INFO blam! Oct 10 12:16:14.469 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 12:16:14.469 INFO blam! Oct 10 12:16:14.473 INFO kablam! su: No module specific data is present Oct 10 12:16:14.752 INFO running `"docker" "rm" "-f" "994ec3125f4f6f12d9119b701ac6ed09f16e69d69bf1765a21af655fef8679e6"` Oct 10 12:16:14.842 INFO blam! 994ec3125f4f6f12d9119b701ac6ed09f16e69d69bf1765a21af655fef8679e6