Oct 16 13:37:42.280 INFO testing dbusify_hyper-0.1.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 13:37:42.282 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 16 13:37:42.648 INFO blam! 654dc178fe30410a2b46e7f96844238f0f0cef260f37134a3b0d3888be7c1f34 Oct 16 13:37:42.659 INFO running `"docker" "start" "-a" "654dc178fe30410a2b46e7f96844238f0f0cef260f37134a3b0d3888be7c1f34"` Oct 16 13:37:43.859 INFO kablam! usermod: no changes Oct 16 13:37:44.343 INFO kablam! Compiling dbusify_hyper v0.1.0 (/source) Oct 16 13:37:58.071 INFO kablam! warning: unused import: `std::io` Oct 16 13:37:58.071 INFO kablam! --> src/lib.rs:10:5 Oct 16 13:37:58.071 INFO kablam! | Oct 16 13:37:58.071 INFO kablam! 10 | use std::io; Oct 16 13:37:58.071 INFO kablam! | ^^^^^^^ Oct 16 13:37:58.071 INFO kablam! | Oct 16 13:37:58.071 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 13:37:58.071 INFO kablam! Oct 16 13:37:58.071 INFO kablam! warning: unused import: `hyper::Request` Oct 16 13:37:58.071 INFO kablam! --> src/lib.rs:11:5 Oct 16 13:37:58.071 INFO kablam! | Oct 16 13:37:58.071 INFO kablam! 11 | use hyper::Request; Oct 16 13:37:58.071 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 13:37:58.071 INFO kablam! Oct 16 13:37:58.071 INFO kablam! warning: unused import: `std::net::Ipv4Addr` Oct 16 13:37:58.071 INFO kablam! --> src/lib.rs:17:5 Oct 16 13:37:58.071 INFO kablam! | Oct 16 13:37:58.071 INFO kablam! 17 | use std::net::Ipv4Addr; Oct 16 13:37:58.071 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 13:37:58.071 INFO kablam! Oct 16 13:37:58.071 INFO kablam! warning: unused import: `std::sync::mpsc::Sender` Oct 16 13:37:58.071 INFO kablam! --> src/lib.rs:20:5 Oct 16 13:37:58.071 INFO kablam! | Oct 16 13:37:58.071 INFO kablam! 20 | use std::sync::mpsc::Sender; Oct 16 13:37:58.071 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 13:37:58.071 INFO kablam! Oct 16 13:37:58.071 INFO kablam! warning: unused import: `std::sync::Arc` Oct 16 13:37:58.071 INFO kablam! --> src/lib.rs:22:5 Oct 16 13:37:58.071 INFO kablam! | Oct 16 13:37:58.071 INFO kablam! 22 | use std::sync::Arc; Oct 16 13:37:58.071 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 13:37:58.071 INFO kablam! Oct 16 13:37:58.078 INFO kablam! warning: unused import: `core::borrow::Borrow` Oct 16 13:37:58.079 INFO kablam! --> src/lib.rs:23:5 Oct 16 13:37:58.079 INFO kablam! | Oct 16 13:37:58.079 INFO kablam! 23 | use core::borrow::Borrow; Oct 16 13:37:58.079 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 16 13:37:58.079 INFO kablam! Oct 16 13:37:58.079 INFO kablam! warning: unused import: `std::sync::Mutex` Oct 16 13:37:58.079 INFO kablam! --> src/lib.rs:24:5 Oct 16 13:37:58.079 INFO kablam! | Oct 16 13:37:58.079 INFO kablam! 24 | use std::sync::Mutex; Oct 16 13:37:58.079 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 13:37:58.079 INFO kablam! Oct 16 13:37:58.485 INFO kablam! warning: unused import: `futures::Stream` Oct 16 13:37:58.485 INFO kablam! --> src/lib.rs:18:5 Oct 16 13:37:58.486 INFO kablam! | Oct 16 13:37:58.486 INFO kablam! 18 | use futures::Stream; Oct 16 13:37:58.486 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 13:37:58.486 INFO kablam! Oct 16 13:37:58.491 INFO kablam! warning: unused variable: `query` Oct 16 13:37:58.491 INFO kablam! --> src/lib.rs:64:33 Oct 16 13:37:58.492 INFO kablam! | Oct 16 13:37:58.492 INFO kablam! 64 | let mut query = req.uri().query().unwrap_or("No query").to_string(); Oct 16 13:37:58.492 INFO kablam! | ^^^^^ help: consider using `_query` instead Oct 16 13:37:58.492 INFO kablam! | Oct 16 13:37:58.493 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 16 13:37:58.493 INFO kablam! Oct 16 13:37:58.493 INFO kablam! warning: unused variable: `tx_stop` Oct 16 13:37:58.494 INFO kablam! --> src/lib.rs:36:18 Oct 16 13:37:58.494 INFO kablam! | Oct 16 13:37:58.494 INFO kablam! 36 | let (tx_stop, rx_stop) = futures::sync::oneshot::channel::<()>(); Oct 16 13:37:58.495 INFO kablam! | ^^^^^^^ help: consider using `_tx_stop` instead Oct 16 13:37:58.495 INFO kablam! Oct 16 13:37:58.495 INFO kablam! warning: unused variable: `spotify_oauth` Oct 16 13:37:58.496 INFO kablam! --> src/lib.rs:99:17 Oct 16 13:37:58.496 INFO kablam! | Oct 16 13:37:58.496 INFO kablam! 99 | let spotify_oauth = spotify_oauth_2; Oct 16 13:37:58.496 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_spotify_oauth` instead Oct 16 13:37:58.497 INFO kablam! Oct 16 13:37:58.511 INFO kablam! warning: variable does not need to be mutable Oct 16 13:37:58.511 INFO kablam! --> src/lib.rs:64:29 Oct 16 13:37:58.512 INFO kablam! | Oct 16 13:37:58.512 INFO kablam! 64 | let mut query = req.uri().query().unwrap_or("No query").to_string(); Oct 16 13:37:58.512 INFO kablam! | ----^^^^^ Oct 16 13:37:58.513 INFO kablam! | | Oct 16 13:37:58.513 INFO kablam! | help: remove this `mut` Oct 16 13:37:58.513 INFO kablam! | Oct 16 13:37:58.513 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 16 13:37:58.514 INFO kablam! Oct 16 13:37:58.514 INFO kablam! warning: variable does not need to be mutable Oct 16 13:37:58.514 INFO kablam! --> src/lib.rs:64:29 Oct 16 13:37:58.515 INFO kablam! | Oct 16 13:37:58.515 INFO kablam! 64 | let mut query = req.uri().query().unwrap_or("No query").to_string(); Oct 16 13:37:58.515 INFO kablam! | ----^^^^^ Oct 16 13:37:58.516 INFO kablam! | | Oct 16 13:37:58.516 INFO kablam! | help: remove this `mut` Oct 16 13:37:58.516 INFO kablam! Oct 16 13:38:01.668 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 17.78s Oct 16 13:38:01.691 INFO kablam! su: No module specific data is present Oct 16 13:38:03.034 INFO running `"docker" "rm" "-f" "654dc178fe30410a2b46e7f96844238f0f0cef260f37134a3b0d3888be7c1f34"` Oct 16 13:38:03.361 INFO blam! 654dc178fe30410a2b46e7f96844238f0f0cef260f37134a3b0d3888be7c1f34 Oct 16 13:38:03.372 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 16 13:38:03.811 INFO blam! d03eb564a2189b3c77171b59211017d910e478eb28d16310dba4cdefb8eb5db1 Oct 16 13:38:03.814 INFO running `"docker" "start" "-a" "d03eb564a2189b3c77171b59211017d910e478eb28d16310dba4cdefb8eb5db1"` Oct 16 13:38:05.357 INFO kablam! usermod: no changes Oct 16 13:38:05.651 INFO kablam! Compiling dbusify_hyper v0.1.0 (/source) Oct 16 13:38:13.891 INFO kablam! warning: unused import: `std::io` Oct 16 13:38:13.891 INFO kablam! --> src/lib.rs:10:5 Oct 16 13:38:13.891 INFO kablam! | Oct 16 13:38:13.891 INFO kablam! 10 | use std::io; Oct 16 13:38:13.891 INFO kablam! | ^^^^^^^ Oct 16 13:38:13.891 INFO kablam! | Oct 16 13:38:13.891 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 13:38:13.891 INFO kablam! Oct 16 13:38:13.891 INFO kablam! warning: unused import: `hyper::Request` Oct 16 13:38:13.891 INFO kablam! --> src/lib.rs:11:5 Oct 16 13:38:13.891 INFO kablam! | Oct 16 13:38:13.891 INFO kablam! 11 | use hyper::Request; Oct 16 13:38:13.891 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 13:38:13.891 INFO kablam! Oct 16 13:38:13.891 INFO kablam! warning: unused import: `std::net::Ipv4Addr` Oct 16 13:38:13.891 INFO kablam! --> src/lib.rs:17:5 Oct 16 13:38:13.891 INFO kablam! | Oct 16 13:38:13.891 INFO kablam! 17 | use std::net::Ipv4Addr; Oct 16 13:38:13.891 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 13:38:13.891 INFO kablam! Oct 16 13:38:13.891 INFO kablam! warning: unused import: `std::sync::mpsc::Sender` Oct 16 13:38:13.891 INFO kablam! --> src/lib.rs:20:5 Oct 16 13:38:13.891 INFO kablam! | Oct 16 13:38:13.891 INFO kablam! 20 | use std::sync::mpsc::Sender; Oct 16 13:38:13.891 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 13:38:13.891 INFO kablam! Oct 16 13:38:13.891 INFO kablam! warning: unused import: `std::sync::Arc` Oct 16 13:38:13.891 INFO kablam! --> src/lib.rs:22:5 Oct 16 13:38:13.891 INFO kablam! | Oct 16 13:38:13.891 INFO kablam! 22 | use std::sync::Arc; Oct 16 13:38:13.891 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 13:38:13.891 INFO kablam! Oct 16 13:38:13.891 INFO kablam! warning: unused import: `core::borrow::Borrow` Oct 16 13:38:13.891 INFO kablam! --> src/lib.rs:23:5 Oct 16 13:38:13.891 INFO kablam! | Oct 16 13:38:13.891 INFO kablam! 23 | use core::borrow::Borrow; Oct 16 13:38:13.891 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 16 13:38:13.891 INFO kablam! Oct 16 13:38:13.891 INFO kablam! warning: unused import: `std::sync::Mutex` Oct 16 13:38:13.891 INFO kablam! --> src/lib.rs:24:5 Oct 16 13:38:13.891 INFO kablam! | Oct 16 13:38:13.891 INFO kablam! 24 | use std::sync::Mutex; Oct 16 13:38:13.891 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 13:38:13.892 INFO kablam! Oct 16 13:38:14.027 INFO kablam! warning: unused import: `futures::Stream` Oct 16 13:38:14.027 INFO kablam! --> src/lib.rs:18:5 Oct 16 13:38:14.027 INFO kablam! | Oct 16 13:38:14.027 INFO kablam! 18 | use futures::Stream; Oct 16 13:38:14.027 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 13:38:14.027 INFO kablam! Oct 16 13:38:14.027 INFO kablam! warning: unused variable: `query` Oct 16 13:38:14.027 INFO kablam! --> src/lib.rs:64:33 Oct 16 13:38:14.027 INFO kablam! | Oct 16 13:38:14.027 INFO kablam! 64 | let mut query = req.uri().query().unwrap_or("No query").to_string(); Oct 16 13:38:14.027 INFO kablam! | ^^^^^ help: consider using `_query` instead Oct 16 13:38:14.027 INFO kablam! | Oct 16 13:38:14.027 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 16 13:38:14.027 INFO kablam! Oct 16 13:38:14.027 INFO kablam! warning: unused variable: `tx_stop` Oct 16 13:38:14.027 INFO kablam! --> src/lib.rs:36:18 Oct 16 13:38:14.027 INFO kablam! | Oct 16 13:38:14.027 INFO kablam! 36 | let (tx_stop, rx_stop) = futures::sync::oneshot::channel::<()>(); Oct 16 13:38:14.027 INFO kablam! | ^^^^^^^ help: consider using `_tx_stop` instead Oct 16 13:38:14.027 INFO kablam! Oct 16 13:38:14.027 INFO kablam! warning: unused variable: `spotify_oauth` Oct 16 13:38:14.027 INFO kablam! --> src/lib.rs:99:17 Oct 16 13:38:14.027 INFO kablam! | Oct 16 13:38:14.027 INFO kablam! 99 | let spotify_oauth = spotify_oauth_2; Oct 16 13:38:14.027 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_spotify_oauth` instead Oct 16 13:38:14.027 INFO kablam! Oct 16 13:38:14.039 INFO kablam! warning: variable does not need to be mutable Oct 16 13:38:14.039 INFO kablam! --> src/lib.rs:64:29 Oct 16 13:38:14.039 INFO kablam! | Oct 16 13:38:14.039 INFO kablam! 64 | let mut query = req.uri().query().unwrap_or("No query").to_string(); Oct 16 13:38:14.039 INFO kablam! | ----^^^^^ Oct 16 13:38:14.039 INFO kablam! | | Oct 16 13:38:14.039 INFO kablam! | help: remove this `mut` Oct 16 13:38:14.039 INFO kablam! | Oct 16 13:38:14.039 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 16 13:38:14.039 INFO kablam! Oct 16 13:38:14.039 INFO kablam! warning: variable does not need to be mutable Oct 16 13:38:14.039 INFO kablam! --> src/lib.rs:64:29 Oct 16 13:38:14.039 INFO kablam! | Oct 16 13:38:14.039 INFO kablam! 64 | let mut query = req.uri().query().unwrap_or("No query").to_string(); Oct 16 13:38:14.039 INFO kablam! | ----^^^^^ Oct 16 13:38:14.039 INFO kablam! | | Oct 16 13:38:14.039 INFO kablam! | help: remove this `mut` Oct 16 13:38:14.039 INFO kablam! Oct 16 13:38:14.667 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.29s Oct 16 13:38:14.707 INFO kablam! su: No module specific data is present Oct 16 13:38:15.312 INFO running `"docker" "rm" "-f" "d03eb564a2189b3c77171b59211017d910e478eb28d16310dba4cdefb8eb5db1"` Oct 16 13:38:15.494 INFO blam! d03eb564a2189b3c77171b59211017d910e478eb28d16310dba4cdefb8eb5db1 Oct 16 13:38:15.502 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 16 13:38:15.807 INFO blam! 7ea837eaafe5e67b71656162806e1873d18aad3bcbd59927bb78ea308e81f2ed Oct 16 13:38:15.827 INFO running `"docker" "start" "-a" "7ea837eaafe5e67b71656162806e1873d18aad3bcbd59927bb78ea308e81f2ed"` Oct 16 13:38:16.355 INFO kablam! usermod: no changes Oct 16 13:38:16.575 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.20s Oct 16 13:38:16.593 INFO kablam! Running /target/debug/deps/dbusify_hyper-8097f18d4deb6a50 Oct 16 13:38:16.595 INFO blam! Oct 16 13:38:16.595 INFO blam! running 0 tests Oct 16 13:38:16.595 INFO blam! Oct 16 13:38:16.595 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 13:38:16.595 INFO blam! Oct 16 13:38:16.597 INFO kablam! Doc-tests dbusify_hyper Oct 16 13:38:32.487 INFO blam! Oct 16 13:38:32.487 INFO blam! running 0 tests Oct 16 13:38:32.487 INFO blam! Oct 16 13:38:32.487 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 13:38:32.487 INFO blam! Oct 16 13:38:32.501 INFO kablam! su: No module specific data is present Oct 16 13:38:33.046 INFO running `"docker" "rm" "-f" "7ea837eaafe5e67b71656162806e1873d18aad3bcbd59927bb78ea308e81f2ed"` Oct 16 13:38:33.310 INFO blam! 7ea837eaafe5e67b71656162806e1873d18aad3bcbd59927bb78ea308e81f2ed