Oct 13 03:09:55.248 INFO testing ravendyg/rust-playground against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 13 03:09:55.248 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 13 03:09:55.784 INFO blam! 2180f163fcf7db7ee00fca3d75fa48cd7a5b2d195b497735fcfa7d0e53e991ea Oct 13 03:09:55.785 INFO running `"docker" "start" "-a" "2180f163fcf7db7ee00fca3d75fa48cd7a5b2d195b497735fcfa7d0e53e991ea"` Oct 13 03:09:57.722 INFO kablam! usermod: no changes Oct 13 03:09:57.775 INFO kablam! Compiling guessing v0.1.0 (/source) Oct 13 03:09:58.167 INFO kablam! warning: unused variable: `x` Oct 13 03:09:58.167 INFO kablam! --> src/main.rs:60:7 Oct 13 03:09:58.167 INFO kablam! | Oct 13 03:09:58.167 INFO kablam! 60 | let x: Option = Option::Some(5); Oct 13 03:09:58.167 INFO kablam! | ^ help: consider using `_x` instead Oct 13 03:09:58.167 INFO kablam! | Oct 13 03:09:58.167 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 03:09:58.167 INFO kablam! Oct 13 03:09:58.167 INFO kablam! warning: unused variable: `q` Oct 13 03:09:58.167 INFO kablam! --> src/main.rs:62:7 Oct 13 03:09:58.167 INFO kablam! | Oct 13 03:09:58.167 INFO kablam! 62 | let q: Option = Option::Some(5f64); Oct 13 03:09:58.167 INFO kablam! | ^ help: consider using `_q` instead Oct 13 03:09:58.167 INFO kablam! Oct 13 03:09:58.167 INFO kablam! warning: unused variable: `b` Oct 13 03:09:58.167 INFO kablam! --> src/main.rs:71:7 Oct 13 03:09:58.167 INFO kablam! | Oct 13 03:09:58.167 INFO kablam! 71 | let b = 10; Oct 13 03:09:58.167 INFO kablam! | ^ help: consider using `_b` instead Oct 13 03:09:58.167 INFO kablam! Oct 13 03:09:58.168 INFO kablam! warning: variant is never constructed: `None` Oct 13 03:09:58.168 INFO kablam! --> src/main.rs:49:3 Oct 13 03:09:58.168 INFO kablam! | Oct 13 03:09:58.168 INFO kablam! 49 | None Oct 13 03:09:58.168 INFO kablam! | ^^^^ Oct 13 03:09:58.168 INFO kablam! | Oct 13 03:09:58.168 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 03:09:58.168 INFO kablam! Oct 13 03:09:58.168 INFO kablam! warning: enum is never used: `Result` Oct 13 03:09:58.168 INFO kablam! --> src/main.rs:53:1 Oct 13 03:09:58.168 INFO kablam! | Oct 13 03:09:58.168 INFO kablam! 53 | enum Result { Oct 13 03:09:58.168 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 13 03:09:58.168 INFO kablam! Oct 13 03:09:58.605 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.86s Oct 13 03:09:58.607 INFO kablam! su: No module specific data is present Oct 13 03:09:59.803 INFO running `"docker" "rm" "-f" "2180f163fcf7db7ee00fca3d75fa48cd7a5b2d195b497735fcfa7d0e53e991ea"` Oct 13 03:10:00.119 INFO blam! 2180f163fcf7db7ee00fca3d75fa48cd7a5b2d195b497735fcfa7d0e53e991ea Oct 13 03:10:00.131 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 13 03:10:00.592 INFO blam! c7c1dccc74016ae39be765351437230236b404fdef8537862c76824e6a54e952 Oct 13 03:10:00.594 INFO running `"docker" "start" "-a" "c7c1dccc74016ae39be765351437230236b404fdef8537862c76824e6a54e952"` Oct 13 03:10:02.258 INFO kablam! usermod: no changes Oct 13 03:10:02.300 INFO kablam! Compiling guessing v0.1.0 (/source) Oct 13 03:10:02.630 INFO kablam! warning: unused variable: `x` Oct 13 03:10:02.630 INFO kablam! --> src/main.rs:60:7 Oct 13 03:10:02.630 INFO kablam! | Oct 13 03:10:02.630 INFO kablam! 60 | let x: Option = Option::Some(5); Oct 13 03:10:02.630 INFO kablam! | ^ help: consider using `_x` instead Oct 13 03:10:02.630 INFO kablam! | Oct 13 03:10:02.630 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 03:10:02.630 INFO kablam! Oct 13 03:10:02.631 INFO kablam! warning: unused variable: `q` Oct 13 03:10:02.631 INFO kablam! --> src/main.rs:62:7 Oct 13 03:10:02.631 INFO kablam! | Oct 13 03:10:02.631 INFO kablam! 62 | let q: Option = Option::Some(5f64); Oct 13 03:10:02.631 INFO kablam! | ^ help: consider using `_q` instead Oct 13 03:10:02.631 INFO kablam! Oct 13 03:10:02.631 INFO kablam! warning: unused variable: `b` Oct 13 03:10:02.631 INFO kablam! --> src/main.rs:71:7 Oct 13 03:10:02.631 INFO kablam! | Oct 13 03:10:02.631 INFO kablam! 71 | let b = 10; Oct 13 03:10:02.631 INFO kablam! | ^ help: consider using `_b` instead Oct 13 03:10:02.631 INFO kablam! Oct 13 03:10:02.639 INFO kablam! warning: variant is never constructed: `None` Oct 13 03:10:02.639 INFO kablam! --> src/main.rs:49:3 Oct 13 03:10:02.639 INFO kablam! | Oct 13 03:10:02.639 INFO kablam! 49 | None Oct 13 03:10:02.639 INFO kablam! | ^^^^ Oct 13 03:10:02.639 INFO kablam! | Oct 13 03:10:02.639 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 03:10:02.639 INFO kablam! Oct 13 03:10:02.639 INFO kablam! warning: enum is never used: `Result` Oct 13 03:10:02.639 INFO kablam! --> src/main.rs:53:1 Oct 13 03:10:02.639 INFO kablam! | Oct 13 03:10:02.639 INFO kablam! 53 | enum Result { Oct 13 03:10:02.639 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 13 03:10:02.639 INFO kablam! Oct 13 03:10:03.155 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.87s Oct 13 03:10:03.156 INFO kablam! su: No module specific data is present Oct 13 03:10:04.107 INFO running `"docker" "rm" "-f" "c7c1dccc74016ae39be765351437230236b404fdef8537862c76824e6a54e952"` Oct 13 03:10:04.341 INFO blam! c7c1dccc74016ae39be765351437230236b404fdef8537862c76824e6a54e952 Oct 13 03:10:04.347 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 13 03:10:04.766 INFO blam! 567c457e1af0feaa10801b2151fd2800c579ecc8b4e3a44733eed085158b0268 Oct 13 03:10:04.769 INFO running `"docker" "start" "-a" "567c457e1af0feaa10801b2151fd2800c579ecc8b4e3a44733eed085158b0268"` Oct 13 03:10:06.024 INFO kablam! usermod: no changes Oct 13 03:10:06.079 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 13 03:10:06.079 INFO kablam! Running /target/debug/deps/guessing-9490573d8ea63e80 Oct 13 03:10:06.085 INFO blam! Oct 13 03:10:06.085 INFO blam! running 0 tests Oct 13 03:10:06.086 INFO blam! Oct 13 03:10:06.087 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 03:10:06.087 INFO blam! Oct 13 03:10:06.092 INFO kablam! su: No module specific data is present Oct 13 03:10:06.607 INFO running `"docker" "rm" "-f" "567c457e1af0feaa10801b2151fd2800c579ecc8b4e3a44733eed085158b0268"` Oct 13 03:10:06.895 INFO blam! 567c457e1af0feaa10801b2151fd2800c579ecc8b4e3a44733eed085158b0268