Oct 11 08:24:15.320 INFO testing wires-0.7.1 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 08:24:15.320 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 08:24:15.320 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 08:24:15.660 INFO blam! afe22f1070f5dace69559268b11f03b1aa830c4200e8730791db56ffc9e45b87 Oct 11 08:24:15.662 INFO running `"docker" "start" "-a" "afe22f1070f5dace69559268b11f03b1aa830c4200e8730791db56ffc9e45b87"` Oct 11 08:24:16.445 INFO kablam! usermod: no changes Oct 11 08:24:16.580 INFO kablam! Compiling num_cpus v0.2.13 Oct 11 08:24:16.582 INFO kablam! Compiling unicode-bidi v0.2.6 Oct 11 08:24:16.582 INFO kablam! Compiling bzip2-sys v0.1.6 Oct 11 08:24:16.582 INFO kablam! Compiling tempdir v0.3.7 Oct 11 08:24:16.583 INFO kablam! Compiling hpack v0.2.0 Oct 11 08:24:16.584 INFO kablam! Compiling uuid v0.2.3 Oct 11 08:24:16.584 INFO kablam! Compiling uuid v0.1.18 Oct 11 08:24:16.592 INFO kablam! Compiling cookie v0.2.5 Oct 11 08:24:17.981 INFO kablam! Compiling flate2 v0.2.20 Oct 11 08:24:18.056 INFO kablam! Compiling mozprofile v0.2.1 Oct 11 08:24:19.703 INFO kablam! Compiling env_logger v0.3.5 Oct 11 08:24:19.703 INFO kablam! Compiling url v0.5.10 Oct 11 08:24:19.733 INFO kablam! Compiling solicit v0.4.4 Oct 11 08:24:21.188 INFO kablam! Compiling mozrunner v0.2.0 Oct 11 08:24:21.954 INFO kablam! Compiling bzip2 v0.3.3 Oct 11 08:24:23.054 INFO kablam! Compiling zip v0.1.19 Oct 11 08:24:25.392 INFO kablam! Compiling hyper v0.8.1 Oct 11 08:24:32.728 INFO kablam! Compiling webdriver v0.8.1 Oct 11 08:24:35.470 INFO kablam! Compiling wires v0.7.1 (/source) Oct 11 08:24:37.207 INFO kablam! warning: unused `#[macro_use]` import Oct 11 08:24:37.207 INFO kablam! --> src/main.rs:12:1 Oct 11 08:24:37.207 INFO kablam! | Oct 11 08:24:37.207 INFO kablam! 12 | #[macro_use] Oct 11 08:24:37.207 INFO kablam! | ^^^^^^^^^^^^ Oct 11 08:24:37.207 INFO kablam! | Oct 11 08:24:37.207 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 08:24:37.207 INFO kablam! Oct 11 08:24:37.220 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 08:24:37.220 INFO kablam! --> src/marionette.rs:696:54 Oct 11 08:24:37.220 INFO kablam! | Oct 11 08:24:37.220 INFO kablam! 696 | Ok(Date::new((try_opt!( Oct 11 08:24:37.220 INFO kablam! | ______________________________________________________^ Oct 11 08:24:37.220 INFO kablam! 697 | | x.as_u64(), Oct 11 08:24:37.220 INFO kablam! 698 | | ErrorStatus::UnknownError, Oct 11 08:24:37.220 INFO kablam! 699 | | "Failed to interpret domain as String")))) Oct 11 08:24:37.220 INFO kablam! | |____________________________________________________________________________________^ Oct 11 08:24:37.220 INFO kablam! | Oct 11 08:24:37.220 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 08:24:37.220 INFO kablam! help: remove these parentheses Oct 11 08:24:37.220 INFO kablam! | Oct 11 08:24:37.220 INFO kablam! 696 | Ok(Date::new({ Oct 11 08:24:37.220 INFO kablam! 697 | match x.as_u64() { Oct 11 08:24:37.220 INFO kablam! 698 | Some(x) => x, Oct 11 08:24:37.220 INFO kablam! 699 | None => Oct 11 08:24:37.220 INFO kablam! 700 | return Err(WebDriverError::new(ErrorStatus::UnknownError, Oct 11 08:24:37.220 INFO kablam! 701 | "Failed to interpret domain as String")), Oct 11 08:24:37.220 INFO kablam! ... Oct 11 08:24:37.220 INFO kablam! Oct 11 08:24:37.220 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 08:24:37.220 INFO kablam! --> src/marionette.rs:704:54 Oct 11 08:24:37.220 INFO kablam! | Oct 11 08:24:37.220 INFO kablam! 704 | Ok(Date::new((try_opt!( Oct 11 08:24:37.220 INFO kablam! | ______________________________________________________^ Oct 11 08:24:37.220 INFO kablam! 705 | | x.as_u64(), Oct 11 08:24:37.220 INFO kablam! 706 | | ErrorStatus::UnknownError, Oct 11 08:24:37.220 INFO kablam! 707 | | "Failed to interpret domain as String")))) Oct 11 08:24:37.220 INFO kablam! | |____________________________________________________________________________________^ Oct 11 08:24:37.220 INFO kablam! help: remove these parentheses Oct 11 08:24:37.220 INFO kablam! | Oct 11 08:24:37.220 INFO kablam! 704 | Ok(Date::new({ Oct 11 08:24:37.220 INFO kablam! 705 | match x.as_u64() { Oct 11 08:24:37.220 INFO kablam! 706 | Some(x) => x, Oct 11 08:24:37.220 INFO kablam! 707 | None => Oct 11 08:24:37.220 INFO kablam! 708 | return Err(WebDriverError::new(ErrorStatus::UnknownError, Oct 11 08:24:37.220 INFO kablam! 709 | "Failed to interpret domain as String")), Oct 11 08:24:37.220 INFO kablam! ... Oct 11 08:24:37.220 INFO kablam! Oct 11 08:24:37.660 INFO kablam! warning: variable does not need to be mutable Oct 11 08:24:37.660 INFO kablam! --> src/marionette.rs:1125:13 Oct 11 08:24:37.660 INFO kablam! | Oct 11 08:24:37.660 INFO kablam! 1125 | let mut stream = self.stream.as_mut().unwrap(); Oct 11 08:24:37.660 INFO kablam! | ----^^^^^^ Oct 11 08:24:37.660 INFO kablam! | | Oct 11 08:24:37.660 INFO kablam! | help: remove this `mut` Oct 11 08:24:37.660 INFO kablam! | Oct 11 08:24:37.660 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 08:24:37.660 INFO kablam! Oct 11 08:24:37.660 INFO kablam! warning: variable does not need to be mutable Oct 11 08:24:37.660 INFO kablam! --> src/marionette.rs:1127:17 Oct 11 08:24:37.660 INFO kablam! | Oct 11 08:24:37.660 INFO kablam! 1127 | let mut buf = &mut [0 as u8]; Oct 11 08:24:37.660 INFO kablam! | ----^^^ Oct 11 08:24:37.660 INFO kablam! | | Oct 11 08:24:37.660 INFO kablam! | help: remove this `mut` Oct 11 08:24:37.660 INFO kablam! Oct 11 08:24:37.660 INFO kablam! warning: variable does not need to be mutable Oct 11 08:24:37.660 INFO kablam! --> src/marionette.rs:1149:13 Oct 11 08:24:37.660 INFO kablam! | Oct 11 08:24:37.660 INFO kablam! 1149 | let mut buf = &mut [0 as u8; 8192]; Oct 11 08:24:37.660 INFO kablam! | ----^^^ Oct 11 08:24:37.660 INFO kablam! | | Oct 11 08:24:37.660 INFO kablam! | help: remove this `mut` Oct 11 08:24:37.660 INFO kablam! Oct 11 08:24:42.194 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 25.72s Oct 11 08:24:42.201 INFO kablam! su: No module specific data is present Oct 11 08:24:42.552 INFO running `"docker" "rm" "-f" "afe22f1070f5dace69559268b11f03b1aa830c4200e8730791db56ffc9e45b87"` Oct 11 08:24:42.641 INFO blam! afe22f1070f5dace69559268b11f03b1aa830c4200e8730791db56ffc9e45b87 Oct 11 08:24:42.643 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 08:24:42.643 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 08:24:42.850 INFO blam! 0769b0652811f6b35698a7f25a79a50ad291d87d5a5170af6a77298e0f8ffce6 Oct 11 08:24:42.850 INFO running `"docker" "start" "-a" "0769b0652811f6b35698a7f25a79a50ad291d87d5a5170af6a77298e0f8ffce6"` Oct 11 08:24:43.307 INFO kablam! usermod: no changes Oct 11 08:24:43.431 INFO kablam! Compiling wires v0.7.1 (/source) Oct 11 08:24:44.830 INFO kablam! warning: unused `#[macro_use]` import Oct 11 08:24:44.830 INFO kablam! --> src/main.rs:12:1 Oct 11 08:24:44.830 INFO kablam! | Oct 11 08:24:44.830 INFO kablam! 12 | #[macro_use] Oct 11 08:24:44.830 INFO kablam! | ^^^^^^^^^^^^ Oct 11 08:24:44.830 INFO kablam! | Oct 11 08:24:44.830 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 08:24:44.830 INFO kablam! Oct 11 08:24:44.830 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 08:24:44.830 INFO kablam! --> src/marionette.rs:696:54 Oct 11 08:24:44.830 INFO kablam! | Oct 11 08:24:44.830 INFO kablam! 696 | Ok(Date::new((try_opt!( Oct 11 08:24:44.830 INFO kablam! | ______________________________________________________^ Oct 11 08:24:44.830 INFO kablam! 697 | | x.as_u64(), Oct 11 08:24:44.830 INFO kablam! 698 | | ErrorStatus::UnknownError, Oct 11 08:24:44.830 INFO kablam! 699 | | "Failed to interpret domain as String")))) Oct 11 08:24:44.830 INFO kablam! | |____________________________________________________________________________________^ Oct 11 08:24:44.830 INFO kablam! | Oct 11 08:24:44.830 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 08:24:44.830 INFO kablam! help: remove these parentheses Oct 11 08:24:44.830 INFO kablam! | Oct 11 08:24:44.830 INFO kablam! 696 | Ok(Date::new({ Oct 11 08:24:44.830 INFO kablam! 697 | match x.as_u64() { Oct 11 08:24:44.830 INFO kablam! 698 | Some(x) => x, Oct 11 08:24:44.830 INFO kablam! 699 | None => Oct 11 08:24:44.830 INFO kablam! 700 | return Err(WebDriverError::new(ErrorStatus::UnknownError, Oct 11 08:24:44.830 INFO kablam! 701 | "Failed to interpret domain as String")), Oct 11 08:24:44.830 INFO kablam! ... Oct 11 08:24:44.830 INFO kablam! Oct 11 08:24:44.830 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 08:24:44.830 INFO kablam! --> src/marionette.rs:704:54 Oct 11 08:24:44.830 INFO kablam! | Oct 11 08:24:44.830 INFO kablam! 704 | Ok(Date::new((try_opt!( Oct 11 08:24:44.831 INFO kablam! | ______________________________________________________^ Oct 11 08:24:44.831 INFO kablam! 705 | | x.as_u64(), Oct 11 08:24:44.831 INFO kablam! 706 | | ErrorStatus::UnknownError, Oct 11 08:24:44.831 INFO kablam! 707 | | "Failed to interpret domain as String")))) Oct 11 08:24:44.831 INFO kablam! | |____________________________________________________________________________________^ Oct 11 08:24:44.831 INFO kablam! help: remove these parentheses Oct 11 08:24:44.831 INFO kablam! | Oct 11 08:24:44.831 INFO kablam! 704 | Ok(Date::new({ Oct 11 08:24:44.831 INFO kablam! 705 | match x.as_u64() { Oct 11 08:24:44.831 INFO kablam! 706 | Some(x) => x, Oct 11 08:24:44.831 INFO kablam! 707 | None => Oct 11 08:24:44.831 INFO kablam! 708 | return Err(WebDriverError::new(ErrorStatus::UnknownError, Oct 11 08:24:44.831 INFO kablam! 709 | "Failed to interpret domain as String")), Oct 11 08:24:44.831 INFO kablam! ... Oct 11 08:24:44.831 INFO kablam! Oct 11 08:24:45.273 INFO kablam! warning: variable does not need to be mutable Oct 11 08:24:45.273 INFO kablam! --> src/marionette.rs:1125:13 Oct 11 08:24:45.273 INFO kablam! | Oct 11 08:24:45.273 INFO kablam! 1125 | let mut stream = self.stream.as_mut().unwrap(); Oct 11 08:24:45.273 INFO kablam! | ----^^^^^^ Oct 11 08:24:45.273 INFO kablam! | | Oct 11 08:24:45.273 INFO kablam! | help: remove this `mut` Oct 11 08:24:45.273 INFO kablam! | Oct 11 08:24:45.273 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 08:24:45.273 INFO kablam! Oct 11 08:24:45.273 INFO kablam! warning: variable does not need to be mutable Oct 11 08:24:45.274 INFO kablam! --> src/marionette.rs:1127:17 Oct 11 08:24:45.274 INFO kablam! | Oct 11 08:24:45.274 INFO kablam! 1127 | let mut buf = &mut [0 as u8]; Oct 11 08:24:45.274 INFO kablam! | ----^^^ Oct 11 08:24:45.274 INFO kablam! | | Oct 11 08:24:45.274 INFO kablam! | help: remove this `mut` Oct 11 08:24:45.274 INFO kablam! Oct 11 08:24:45.274 INFO kablam! warning: variable does not need to be mutable Oct 11 08:24:45.274 INFO kablam! --> src/marionette.rs:1149:13 Oct 11 08:24:45.274 INFO kablam! | Oct 11 08:24:45.274 INFO kablam! 1149 | let mut buf = &mut [0 as u8; 8192]; Oct 11 08:24:45.274 INFO kablam! | ----^^^ Oct 11 08:24:45.274 INFO kablam! | | Oct 11 08:24:45.274 INFO kablam! | help: remove this `mut` Oct 11 08:24:45.274 INFO kablam! Oct 11 08:24:47.498 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.17s Oct 11 08:24:47.505 INFO kablam! su: No module specific data is present Oct 11 08:24:47.769 INFO running `"docker" "rm" "-f" "0769b0652811f6b35698a7f25a79a50ad291d87d5a5170af6a77298e0f8ffce6"` Oct 11 08:24:47.968 INFO blam! 0769b0652811f6b35698a7f25a79a50ad291d87d5a5170af6a77298e0f8ffce6 Oct 11 08:24:47.969 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 08:24:47.969 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 08:24:48.168 INFO blam! 68df58c15fd0e0e2a74ff5de07163db39d386122b71e73ce8f2d4e7b3b645fad Oct 11 08:24:48.170 INFO running `"docker" "start" "-a" "68df58c15fd0e0e2a74ff5de07163db39d386122b71e73ce8f2d4e7b3b645fad"` Oct 11 08:24:48.664 INFO kablam! usermod: no changes Oct 11 08:24:48.740 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 11 08:24:48.744 INFO kablam! Running /target/debug/deps/wires-db4047bebfabd116 Oct 11 08:24:48.748 INFO blam! Oct 11 08:24:48.749 INFO blam! running 1 test Oct 11 08:24:48.749 INFO blam! test tests::test_profile ... ok Oct 11 08:24:48.749 INFO blam! Oct 11 08:24:48.749 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 08:24:48.749 INFO blam! Oct 11 08:24:48.750 INFO kablam! su: No module specific data is present Oct 11 08:24:49.085 INFO running `"docker" "rm" "-f" "68df58c15fd0e0e2a74ff5de07163db39d386122b71e73ce8f2d4e7b3b645fad"` Oct 11 08:24:49.192 INFO blam! 68df58c15fd0e0e2a74ff5de07163db39d386122b71e73ce8f2d4e7b3b645fad