Oct 14 19:06:35.271 INFO testing hashedhyphen/rust-twitter-cli against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 19:06:35.273 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 14 19:06:35.724 INFO blam! 928b3277c5fc50a9999c1b08fcc53dee8b97ab6d3a565068ad9697f94eb98a3a Oct 14 19:06:35.727 INFO running `"docker" "start" "-a" "928b3277c5fc50a9999c1b08fcc53dee8b97ab6d3a565068ad9697f94eb98a3a"` Oct 14 19:06:37.200 INFO kablam! usermod: no changes Oct 14 19:06:37.407 INFO kablam! Compiling openssl v0.9.16 Oct 14 19:06:37.415 INFO kablam! Compiling rust-crypto v0.2.36 Oct 14 19:06:37.415 INFO kablam! Compiling iovec v0.1.0 Oct 14 19:06:37.415 INFO kablam! Compiling rand v0.3.16 Oct 14 19:06:37.424 INFO kablam! Compiling num_cpus v1.6.2 Oct 14 19:06:37.443 INFO kablam! Compiling memchr v1.0.1 Oct 14 19:06:37.443 INFO kablam! Compiling time v0.1.38 Oct 14 19:06:37.444 INFO kablam! Compiling openssl-sys v0.9.16 Oct 14 19:06:42.087 INFO kablam! Compiling net2 v0.2.31 Oct 14 19:06:42.409 INFO kablam! Compiling bytes v0.4.5 Oct 14 19:06:42.423 INFO kablam! Compiling aho-corasick v0.6.3 Oct 14 19:06:42.429 INFO kablam! Compiling futures-cpupool v0.1.5 Oct 14 19:06:44.619 INFO kablam! Compiling regex v0.2.2 Oct 14 19:06:46.973 INFO kablam! Compiling mio v0.6.10 Oct 14 19:06:48.913 INFO kablam! Compiling tokio-io v0.1.2 Oct 14 19:06:54.351 INFO kablam! Compiling tokio-core v0.1.9 Oct 14 19:07:08.435 INFO kablam! Compiling tokio-proto v0.1.1 Oct 14 19:07:12.925 INFO kablam! Compiling native-tls v0.1.4 Oct 14 19:07:15.031 INFO kablam! Compiling tokio-tls v0.1.3 Oct 14 19:07:16.340 INFO kablam! Compiling hyper v0.11.2 Oct 14 19:07:26.823 INFO kablam! Compiling hyper-tls v0.1.2 Oct 14 19:07:27.899 INFO kablam! Compiling twitter-cli v0.1.0 (/source) Oct 14 19:07:28.723 INFO kablam! warning: unused import: `std::env` Oct 14 19:07:28.723 INFO kablam! --> src/lib.rs:8:5 Oct 14 19:07:28.723 INFO kablam! | Oct 14 19:07:28.723 INFO kablam! 8 | use std::env; Oct 14 19:07:28.723 INFO kablam! | ^^^^^^^^ Oct 14 19:07:28.723 INFO kablam! | Oct 14 19:07:28.723 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 19:07:28.723 INFO kablam! Oct 14 19:07:28.723 INFO kablam! warning: unused imports: `Write`, `self` Oct 14 19:07:28.723 INFO kablam! --> src/lib.rs:10:15 Oct 14 19:07:28.723 INFO kablam! | Oct 14 19:07:28.723 INFO kablam! 10 | use std::io::{self, Write}; Oct 14 19:07:28.723 INFO kablam! | ^^^^ ^^^^^ Oct 14 19:07:28.723 INFO kablam! Oct 14 19:07:28.855 INFO kablam! warning: unused import: `Stream` Oct 14 19:07:28.855 INFO kablam! --> src/lib.rs:12:23 Oct 14 19:07:28.855 INFO kablam! | Oct 14 19:07:28.855 INFO kablam! 12 | use futures::{Future, Stream}; Oct 14 19:07:28.855 INFO kablam! | ^^^^^^ Oct 14 19:07:28.855 INFO kablam! Oct 14 19:07:28.863 INFO kablam! warning: unused variable: `v1` Oct 14 19:07:28.863 INFO kablam! --> src/sign.rs:32:27 Oct 14 19:07:28.863 INFO kablam! | Oct 14 19:07:28.863 INFO kablam! 32 | params.sort_by(|&(k1, v1), &(k2, v2)| k1.cmp(k2)); Oct 14 19:07:28.863 INFO kablam! | ^^ help: consider using `_v1` instead Oct 14 19:07:28.863 INFO kablam! | Oct 14 19:07:28.863 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 19:07:28.863 INFO kablam! Oct 14 19:07:28.863 INFO kablam! warning: unused variable: `v2` Oct 14 19:07:28.863 INFO kablam! --> src/sign.rs:32:38 Oct 14 19:07:28.863 INFO kablam! | Oct 14 19:07:28.863 INFO kablam! 32 | params.sort_by(|&(k1, v1), &(k2, v2)| k1.cmp(k2)); Oct 14 19:07:28.863 INFO kablam! | ^^ help: consider using `_v2` instead Oct 14 19:07:28.863 INFO kablam! Oct 14 19:07:28.875 INFO kablam! warning: variable does not need to be mutable Oct 14 19:07:28.875 INFO kablam! --> src/lib.rs:69:13 Oct 14 19:07:28.875 INFO kablam! | Oct 14 19:07:28.875 INFO kablam! 69 | let mut headers = request.headers_mut(); Oct 14 19:07:28.875 INFO kablam! | ----^^^^^^^ Oct 14 19:07:28.875 INFO kablam! | | Oct 14 19:07:28.875 INFO kablam! | help: remove this `mut` Oct 14 19:07:28.875 INFO kablam! | Oct 14 19:07:28.875 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 19:07:28.875 INFO kablam! Oct 14 19:07:28.891 INFO kablam! warning: function is never used: `query_encode` Oct 14 19:07:28.891 INFO kablam! --> src/util.rs:54:1 Oct 14 19:07:28.891 INFO kablam! | Oct 14 19:07:28.891 INFO kablam! 54 | fn query_encode(input: &str) -> String { Oct 14 19:07:28.891 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:07:28.891 INFO kablam! | Oct 14 19:07:28.891 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 19:07:28.891 INFO kablam! Oct 14 19:07:36.775 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 59.52s Oct 14 19:07:36.776 INFO kablam! su: No module specific data is present Oct 14 19:07:37.535 INFO running `"docker" "rm" "-f" "928b3277c5fc50a9999c1b08fcc53dee8b97ab6d3a565068ad9697f94eb98a3a"` Oct 14 19:07:37.827 INFO blam! 928b3277c5fc50a9999c1b08fcc53dee8b97ab6d3a565068ad9697f94eb98a3a Oct 14 19:07:37.836 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 14 19:07:38.263 INFO blam! 40154a69c22e8c00466db382ff4d8e47da390539e952670aa12228dc526f18fd Oct 14 19:07:38.271 INFO running `"docker" "start" "-a" "40154a69c22e8c00466db382ff4d8e47da390539e952670aa12228dc526f18fd"` Oct 14 19:07:39.481 INFO kablam! usermod: no changes Oct 14 19:07:39.671 INFO kablam! Compiling twitter-cli v0.1.0 (/source) Oct 14 19:07:41.323 INFO kablam! warning: unused import: `std::env` Oct 14 19:07:41.323 INFO kablam! --> src/lib.rs:8:5 Oct 14 19:07:41.323 INFO kablam! | Oct 14 19:07:41.323 INFO kablam! 8 | use std::env; Oct 14 19:07:41.323 INFO kablam! | ^^^^^^^^ Oct 14 19:07:41.323 INFO kablam! | Oct 14 19:07:41.323 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 19:07:41.323 INFO kablam! Oct 14 19:07:41.323 INFO kablam! warning: unused imports: `Write`, `self` Oct 14 19:07:41.323 INFO kablam! --> src/lib.rs:10:15 Oct 14 19:07:41.323 INFO kablam! | Oct 14 19:07:41.323 INFO kablam! 10 | use std::io::{self, Write}; Oct 14 19:07:41.323 INFO kablam! | ^^^^ ^^^^^ Oct 14 19:07:41.323 INFO kablam! Oct 14 19:07:41.687 INFO kablam! warning: unused import: `Stream` Oct 14 19:07:41.687 INFO kablam! --> src/lib.rs:12:23 Oct 14 19:07:41.687 INFO kablam! | Oct 14 19:07:41.687 INFO kablam! 12 | use futures::{Future, Stream}; Oct 14 19:07:41.687 INFO kablam! | ^^^^^^ Oct 14 19:07:41.687 INFO kablam! Oct 14 19:07:41.699 INFO kablam! warning: unused variable: `v1` Oct 14 19:07:41.699 INFO kablam! --> src/sign.rs:32:27 Oct 14 19:07:41.699 INFO kablam! | Oct 14 19:07:41.699 INFO kablam! 32 | params.sort_by(|&(k1, v1), &(k2, v2)| k1.cmp(k2)); Oct 14 19:07:41.699 INFO kablam! | ^^ help: consider using `_v1` instead Oct 14 19:07:41.699 INFO kablam! | Oct 14 19:07:41.699 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 19:07:41.699 INFO kablam! Oct 14 19:07:41.699 INFO kablam! warning: unused variable: `v2` Oct 14 19:07:41.699 INFO kablam! --> src/sign.rs:32:38 Oct 14 19:07:41.699 INFO kablam! | Oct 14 19:07:41.699 INFO kablam! 32 | params.sort_by(|&(k1, v1), &(k2, v2)| k1.cmp(k2)); Oct 14 19:07:41.699 INFO kablam! | ^^ help: consider using `_v2` instead Oct 14 19:07:41.699 INFO kablam! Oct 14 19:07:41.711 INFO kablam! warning: variable does not need to be mutable Oct 14 19:07:41.711 INFO kablam! --> src/lib.rs:69:13 Oct 14 19:07:41.711 INFO kablam! | Oct 14 19:07:41.711 INFO kablam! 69 | let mut headers = request.headers_mut(); Oct 14 19:07:41.711 INFO kablam! | ----^^^^^^^ Oct 14 19:07:41.711 INFO kablam! | | Oct 14 19:07:41.711 INFO kablam! | help: remove this `mut` Oct 14 19:07:41.711 INFO kablam! | Oct 14 19:07:41.711 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 19:07:41.711 INFO kablam! Oct 14 19:07:41.731 INFO kablam! warning: function is never used: `query_encode` Oct 14 19:07:41.731 INFO kablam! --> src/util.rs:54:1 Oct 14 19:07:41.731 INFO kablam! | Oct 14 19:07:41.731 INFO kablam! 54 | fn query_encode(input: &str) -> String { Oct 14 19:07:41.731 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:07:41.731 INFO kablam! | Oct 14 19:07:41.731 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 19:07:41.731 INFO kablam! Oct 14 19:07:43.408 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.90s Oct 14 19:07:43.416 INFO kablam! su: No module specific data is present Oct 14 19:07:44.022 INFO running `"docker" "rm" "-f" "40154a69c22e8c00466db382ff4d8e47da390539e952670aa12228dc526f18fd"` Oct 14 19:07:44.372 INFO blam! 40154a69c22e8c00466db382ff4d8e47da390539e952670aa12228dc526f18fd Oct 14 19:07:44.379 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 14 19:07:44.881 INFO blam! 1f9e3c22d31e8512cccec1c64b8478ccfb812f1fd137ecc57e78fd17f6498e50 Oct 14 19:07:44.884 INFO running `"docker" "start" "-a" "1f9e3c22d31e8512cccec1c64b8478ccfb812f1fd137ecc57e78fd17f6498e50"` Oct 14 19:07:45.807 INFO kablam! usermod: no changes Oct 14 19:07:45.992 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.14s Oct 14 19:07:45.997 INFO kablam! Running /target/debug/deps/twitter_cli-2d299b6ea9850215 Oct 14 19:07:46.004 INFO blam! Oct 14 19:07:46.005 INFO blam! running 1 test Oct 14 19:07:46.007 INFO blam! test util::tests::should_encode_correctly ... ok Oct 14 19:07:46.007 INFO blam! Oct 14 19:07:46.008 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 19:07:46.008 INFO blam! Oct 14 19:07:46.015 INFO blam! Oct 14 19:07:46.015 INFO kablam! Running /target/debug/deps/twitter_cli-a8767d504c840f90 Oct 14 19:07:46.016 INFO blam! running 0 tests Oct 14 19:07:46.016 INFO blam! Oct 14 19:07:46.017 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 19:07:46.017 INFO blam! Oct 14 19:07:46.019 INFO kablam! Doc-tests twitter-cli Oct 14 19:07:47.559 INFO blam! Oct 14 19:07:47.559 INFO blam! running 0 tests Oct 14 19:07:47.559 INFO blam! Oct 14 19:07:47.559 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 19:07:47.559 INFO blam! Oct 14 19:07:47.562 INFO kablam! su: No module specific data is present Oct 14 19:07:48.265 INFO running `"docker" "rm" "-f" "1f9e3c22d31e8512cccec1c64b8478ccfb812f1fd137ecc57e78fd17f6498e50"` Oct 14 19:07:48.511 INFO blam! 1f9e3c22d31e8512cccec1c64b8478ccfb812f1fd137ecc57e78fd17f6498e50