Oct 15 13:52:34.183 INFO testing wires-0.7.1 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 13:52:34.185 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 15 13:52:34.664 INFO blam! 07e1bd95290a631e687320d57c004e81af7001e880e1a16134c2c29ee1c3e4de Oct 15 13:52:34.667 INFO running `"docker" "start" "-a" "07e1bd95290a631e687320d57c004e81af7001e880e1a16134c2c29ee1c3e4de"` Oct 15 13:52:35.815 INFO kablam! usermod: no changes Oct 15 13:52:36.011 INFO kablam! Compiling argparse v0.2.2 Oct 15 13:52:36.012 INFO kablam! Compiling unicode-bidi v0.2.6 Oct 15 13:52:36.023 INFO kablam! Compiling num_cpus v0.2.13 Oct 15 13:52:36.023 INFO kablam! Compiling uuid v0.2.3 Oct 15 13:52:36.023 INFO kablam! Compiling mozprofile v0.2.1 Oct 15 13:52:36.023 INFO kablam! Compiling hpack v0.2.0 Oct 15 13:52:36.023 INFO kablam! Compiling bzip2-sys v0.1.6 Oct 15 13:52:36.023 INFO kablam! Compiling cookie v0.2.5 Oct 15 13:52:37.109 INFO kablam! Compiling flate2 v0.2.20 Oct 15 13:52:38.351 INFO kablam! Compiling bzip2 v0.3.3 Oct 15 13:52:47.032 INFO kablam! Compiling url v0.5.10 Oct 15 13:52:47.336 INFO kablam! Compiling zip v0.1.19 Oct 15 13:52:47.376 INFO kablam! Compiling mozrunner v0.2.0 Oct 15 13:52:47.500 INFO kablam! Compiling solicit v0.4.4 Oct 15 13:52:47.596 INFO kablam! Compiling env_logger v0.3.5 Oct 15 13:52:57.115 INFO kablam! Compiling hyper v0.8.1 Oct 15 13:53:04.541 INFO kablam! Compiling webdriver v0.8.1 Oct 15 13:53:07.877 INFO kablam! Compiling wires v0.7.1 (/source) Oct 15 13:53:09.987 INFO kablam! warning: unused `#[macro_use]` import Oct 15 13:53:09.987 INFO kablam! --> src/main.rs:12:1 Oct 15 13:53:09.987 INFO kablam! | Oct 15 13:53:09.987 INFO kablam! 12 | #[macro_use] Oct 15 13:53:09.987 INFO kablam! | ^^^^^^^^^^^^ Oct 15 13:53:09.988 INFO kablam! | Oct 15 13:53:09.988 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 13:53:09.988 INFO kablam! Oct 15 13:53:09.999 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 13:53:09.999 INFO kablam! --> src/marionette.rs:696:54 Oct 15 13:53:09.999 INFO kablam! | Oct 15 13:53:09.999 INFO kablam! 696 | Ok(Date::new((try_opt!( Oct 15 13:53:09.999 INFO kablam! | ______________________________________________________^ Oct 15 13:53:09.999 INFO kablam! 697 | | x.as_u64(), Oct 15 13:53:09.999 INFO kablam! 698 | | ErrorStatus::UnknownError, Oct 15 13:53:09.999 INFO kablam! 699 | | "Failed to interpret domain as String")))) Oct 15 13:53:09.999 INFO kablam! | |____________________________________________________________________________________^ Oct 15 13:53:09.999 INFO kablam! | Oct 15 13:53:09.999 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 13:53:09.999 INFO kablam! help: remove these parentheses Oct 15 13:53:09.999 INFO kablam! | Oct 15 13:53:09.999 INFO kablam! 696 | Ok(Date::new({ Oct 15 13:53:09.999 INFO kablam! 697 | match x.as_u64() { Oct 15 13:53:10.002 INFO kablam! 698 | Some(x) => x, Oct 15 13:53:10.002 INFO kablam! 699 | None => Oct 15 13:53:10.002 INFO kablam! 700 | return Err(WebDriverError::new(ErrorStatus::UnknownError, Oct 15 13:53:10.002 INFO kablam! 701 | "Failed to interpret domain as String")), Oct 15 13:53:10.002 INFO kablam! ... Oct 15 13:53:10.002 INFO kablam! Oct 15 13:53:10.002 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 13:53:10.002 INFO kablam! --> src/marionette.rs:704:54 Oct 15 13:53:10.002 INFO kablam! | Oct 15 13:53:10.002 INFO kablam! 704 | Ok(Date::new((try_opt!( Oct 15 13:53:10.002 INFO kablam! | ______________________________________________________^ Oct 15 13:53:10.002 INFO kablam! 705 | | x.as_u64(), Oct 15 13:53:10.002 INFO kablam! 706 | | ErrorStatus::UnknownError, Oct 15 13:53:10.002 INFO kablam! 707 | | "Failed to interpret domain as String")))) Oct 15 13:53:10.002 INFO kablam! | |____________________________________________________________________________________^ Oct 15 13:53:10.002 INFO kablam! help: remove these parentheses Oct 15 13:53:10.002 INFO kablam! | Oct 15 13:53:10.002 INFO kablam! 704 | Ok(Date::new({ Oct 15 13:53:10.002 INFO kablam! 705 | match x.as_u64() { Oct 15 13:53:10.002 INFO kablam! 706 | Some(x) => x, Oct 15 13:53:10.002 INFO kablam! 707 | None => Oct 15 13:53:10.002 INFO kablam! 708 | return Err(WebDriverError::new(ErrorStatus::UnknownError, Oct 15 13:53:10.002 INFO kablam! 709 | "Failed to interpret domain as String")), Oct 15 13:53:10.002 INFO kablam! ... Oct 15 13:53:10.002 INFO kablam! Oct 15 13:53:10.415 INFO kablam! warning: variable does not need to be mutable Oct 15 13:53:10.416 INFO kablam! --> src/marionette.rs:1125:13 Oct 15 13:53:10.416 INFO kablam! | Oct 15 13:53:10.416 INFO kablam! 1125 | let mut stream = self.stream.as_mut().unwrap(); Oct 15 13:53:10.417 INFO kablam! | ----^^^^^^ Oct 15 13:53:10.417 INFO kablam! | | Oct 15 13:53:10.417 INFO kablam! | help: remove this `mut` Oct 15 13:53:10.417 INFO kablam! | Oct 15 13:53:10.417 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 13:53:10.417 INFO kablam! Oct 15 13:53:10.417 INFO kablam! warning: variable does not need to be mutable Oct 15 13:53:10.417 INFO kablam! --> src/marionette.rs:1127:17 Oct 15 13:53:10.417 INFO kablam! | Oct 15 13:53:10.417 INFO kablam! 1127 | let mut buf = &mut [0 as u8]; Oct 15 13:53:10.417 INFO kablam! | ----^^^ Oct 15 13:53:10.417 INFO kablam! | | Oct 15 13:53:10.417 INFO kablam! | help: remove this `mut` Oct 15 13:53:10.417 INFO kablam! Oct 15 13:53:10.417 INFO kablam! warning: variable does not need to be mutable Oct 15 13:53:10.417 INFO kablam! --> src/marionette.rs:1149:13 Oct 15 13:53:10.417 INFO kablam! | Oct 15 13:53:10.417 INFO kablam! 1149 | let mut buf = &mut [0 as u8; 8192]; Oct 15 13:53:10.417 INFO kablam! | ----^^^ Oct 15 13:53:10.417 INFO kablam! | | Oct 15 13:53:10.417 INFO kablam! | help: remove this `mut` Oct 15 13:53:10.417 INFO kablam! Oct 15 13:53:14.505 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 38.66s Oct 15 13:53:14.513 INFO kablam! su: No module specific data is present Oct 15 13:53:15.031 INFO running `"docker" "rm" "-f" "07e1bd95290a631e687320d57c004e81af7001e880e1a16134c2c29ee1c3e4de"` Oct 15 13:53:15.259 INFO blam! 07e1bd95290a631e687320d57c004e81af7001e880e1a16134c2c29ee1c3e4de Oct 15 13:53:15.267 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 15 13:53:15.619 INFO blam! 0654f4f3215a166708d303fa4c9981c58d47a1c7c9ae3e2f16f5895a19252f30 Oct 15 13:53:15.623 INFO running `"docker" "start" "-a" "0654f4f3215a166708d303fa4c9981c58d47a1c7c9ae3e2f16f5895a19252f30"` Oct 15 13:53:16.144 INFO kablam! usermod: no changes Oct 15 13:53:16.250 INFO kablam! Compiling wires v0.7.1 (/source) Oct 15 13:53:18.420 INFO kablam! warning: unused `#[macro_use]` import Oct 15 13:53:18.420 INFO kablam! --> src/main.rs:12:1 Oct 15 13:53:18.420 INFO kablam! | Oct 15 13:53:18.420 INFO kablam! 12 | #[macro_use] Oct 15 13:53:18.420 INFO kablam! | ^^^^^^^^^^^^ Oct 15 13:53:18.420 INFO kablam! | Oct 15 13:53:18.420 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 13:53:18.420 INFO kablam! Oct 15 13:53:18.424 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 13:53:18.424 INFO kablam! --> src/marionette.rs:696:54 Oct 15 13:53:18.424 INFO kablam! | Oct 15 13:53:18.424 INFO kablam! 696 | Ok(Date::new((try_opt!( Oct 15 13:53:18.424 INFO kablam! | ______________________________________________________^ Oct 15 13:53:18.424 INFO kablam! 697 | | x.as_u64(), Oct 15 13:53:18.424 INFO kablam! 698 | | ErrorStatus::UnknownError, Oct 15 13:53:18.424 INFO kablam! 699 | | "Failed to interpret domain as String")))) Oct 15 13:53:18.424 INFO kablam! | |____________________________________________________________________________________^ Oct 15 13:53:18.424 INFO kablam! | Oct 15 13:53:18.424 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 13:53:18.424 INFO kablam! help: remove these parentheses Oct 15 13:53:18.424 INFO kablam! | Oct 15 13:53:18.424 INFO kablam! 696 | Ok(Date::new({ Oct 15 13:53:18.425 INFO kablam! 697 | match x.as_u64() { Oct 15 13:53:18.425 INFO kablam! 698 | Some(x) => x, Oct 15 13:53:18.425 INFO kablam! 699 | None => Oct 15 13:53:18.425 INFO kablam! 700 | return Err(WebDriverError::new(ErrorStatus::UnknownError, Oct 15 13:53:18.425 INFO kablam! 701 | "Failed to interpret domain as String")), Oct 15 13:53:18.425 INFO kablam! ... Oct 15 13:53:18.425 INFO kablam! Oct 15 13:53:18.425 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 13:53:18.431 INFO kablam! --> src/marionette.rs:704:54 Oct 15 13:53:18.431 INFO kablam! | Oct 15 13:53:18.431 INFO kablam! 704 | Ok(Date::new((try_opt!( Oct 15 13:53:18.431 INFO kablam! | ______________________________________________________^ Oct 15 13:53:18.431 INFO kablam! 705 | | x.as_u64(), Oct 15 13:53:18.431 INFO kablam! 706 | | ErrorStatus::UnknownError, Oct 15 13:53:18.431 INFO kablam! 707 | | "Failed to interpret domain as String")))) Oct 15 13:53:18.431 INFO kablam! | |____________________________________________________________________________________^ Oct 15 13:53:18.431 INFO kablam! help: remove these parentheses Oct 15 13:53:18.431 INFO kablam! | Oct 15 13:53:18.431 INFO kablam! 704 | Ok(Date::new({ Oct 15 13:53:18.431 INFO kablam! 705 | match x.as_u64() { Oct 15 13:53:18.431 INFO kablam! 706 | Some(x) => x, Oct 15 13:53:18.431 INFO kablam! 707 | None => Oct 15 13:53:18.431 INFO kablam! 708 | return Err(WebDriverError::new(ErrorStatus::UnknownError, Oct 15 13:53:18.431 INFO kablam! 709 | "Failed to interpret domain as String")), Oct 15 13:53:18.431 INFO kablam! ... Oct 15 13:53:18.431 INFO kablam! Oct 15 13:53:18.930 INFO kablam! warning: variable does not need to be mutable Oct 15 13:53:18.930 INFO kablam! --> src/marionette.rs:1125:13 Oct 15 13:53:18.930 INFO kablam! | Oct 15 13:53:18.931 INFO kablam! 1125 | let mut stream = self.stream.as_mut().unwrap(); Oct 15 13:53:18.931 INFO kablam! | ----^^^^^^ Oct 15 13:53:18.931 INFO kablam! | | Oct 15 13:53:18.931 INFO kablam! | help: remove this `mut` Oct 15 13:53:18.932 INFO kablam! | Oct 15 13:53:18.932 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 13:53:18.932 INFO kablam! Oct 15 13:53:18.932 INFO kablam! warning: variable does not need to be mutable Oct 15 13:53:18.932 INFO kablam! --> src/marionette.rs:1127:17 Oct 15 13:53:18.932 INFO kablam! | Oct 15 13:53:18.932 INFO kablam! 1127 | let mut buf = &mut [0 as u8]; Oct 15 13:53:18.932 INFO kablam! | ----^^^ Oct 15 13:53:18.932 INFO kablam! | | Oct 15 13:53:18.932 INFO kablam! | help: remove this `mut` Oct 15 13:53:18.939 INFO kablam! Oct 15 13:53:18.939 INFO kablam! warning: variable does not need to be mutable Oct 15 13:53:18.939 INFO kablam! --> src/marionette.rs:1149:13 Oct 15 13:53:18.939 INFO kablam! | Oct 15 13:53:18.939 INFO kablam! 1149 | let mut buf = &mut [0 as u8; 8192]; Oct 15 13:53:18.939 INFO kablam! | ----^^^ Oct 15 13:53:18.939 INFO kablam! | | Oct 15 13:53:18.939 INFO kablam! | help: remove this `mut` Oct 15 13:53:18.939 INFO kablam! Oct 15 13:53:21.475 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.30s Oct 15 13:53:21.479 INFO kablam! su: No module specific data is present Oct 15 13:53:22.137 INFO running `"docker" "rm" "-f" "0654f4f3215a166708d303fa4c9981c58d47a1c7c9ae3e2f16f5895a19252f30"` Oct 15 13:53:22.378 INFO blam! 0654f4f3215a166708d303fa4c9981c58d47a1c7c9ae3e2f16f5895a19252f30 Oct 15 13:53:22.387 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 15 13:53:22.877 INFO blam! 95bfd775b5881c77e532ae978478703df128d6b5d352dfa734a6238d0f33b701 Oct 15 13:53:22.878 INFO running `"docker" "start" "-a" "95bfd775b5881c77e532ae978478703df128d6b5d352dfa734a6238d0f33b701"` Oct 15 13:53:24.293 INFO kablam! usermod: no changes Oct 15 13:53:24.531 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.20s Oct 15 13:53:24.535 INFO kablam! Running /target/debug/deps/wires-db4047bebfabd116 Oct 15 13:53:24.540 INFO blam! Oct 15 13:53:24.540 INFO blam! running 1 test Oct 15 13:53:24.547 INFO blam! test tests::test_profile ... ok Oct 15 13:53:24.547 INFO blam! Oct 15 13:53:24.547 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 13:53:24.547 INFO blam! Oct 15 13:53:24.549 INFO kablam! su: No module specific data is present Oct 15 13:53:26.416 INFO running `"docker" "rm" "-f" "95bfd775b5881c77e532ae978478703df128d6b5d352dfa734a6238d0f33b701"` Oct 15 13:53:26.519 INFO blam! 95bfd775b5881c77e532ae978478703df128d6b5d352dfa734a6238d0f33b701