Oct 14 19:06:37.054 INFO testing hashedhyphen/rust-twitter-cli against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 19:06:37.056 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 14 19:06:37.579 INFO blam! 07ebb5ab9a40cc5407451166d0c288456af8dac67302657b1085fc59363fc389 Oct 14 19:06:37.592 INFO running `"docker" "start" "-a" "07ebb5ab9a40cc5407451166d0c288456af8dac67302657b1085fc59363fc389"` Oct 14 19:06:39.022 INFO kablam! usermod: no changes Oct 14 19:06:39.297 INFO kablam! Compiling openssl v0.9.16 Oct 14 19:06:39.297 INFO kablam! Compiling openssl-sys v0.9.16 Oct 14 19:06:39.297 INFO kablam! Compiling iovec v0.1.0 Oct 14 19:06:39.297 INFO kablam! Compiling num_cpus v1.6.2 Oct 14 19:06:39.299 INFO kablam! Compiling net2 v0.2.31 Oct 14 19:06:39.317 INFO kablam! Compiling rust-crypto v0.2.36 Oct 14 19:06:39.322 INFO kablam! Compiling mime v0.3.3 Oct 14 19:06:40.979 INFO kablam! Compiling bytes v0.4.5 Oct 14 19:06:44.015 INFO kablam! Compiling futures-cpupool v0.1.5 Oct 14 19:06:45.132 INFO kablam! Compiling mio v0.6.10 Oct 14 19:06:47.171 INFO kablam! Compiling tokio-io v0.1.2 Oct 14 19:06:51.960 INFO kablam! Compiling tokio-core v0.1.9 Oct 14 19:06:56.603 INFO kablam! Compiling tokio-proto v0.1.1 Oct 14 19:07:04.611 INFO kablam! Compiling hyper v0.11.2 Oct 14 19:07:06.772 INFO kablam! Compiling native-tls v0.1.4 Oct 14 19:07:08.071 INFO kablam! Compiling tokio-tls v0.1.3 Oct 14 19:07:16.469 INFO kablam! Compiling hyper-tls v0.1.2 Oct 14 19:07:17.654 INFO kablam! Compiling twitter-cli v0.1.0 (/source) Oct 14 19:07:18.704 INFO kablam! warning: unused import: `std::env` Oct 14 19:07:18.704 INFO kablam! --> src/lib.rs:8:5 Oct 14 19:07:18.704 INFO kablam! | Oct 14 19:07:18.705 INFO kablam! 8 | use std::env; Oct 14 19:07:18.705 INFO kablam! | ^^^^^^^^ Oct 14 19:07:18.705 INFO kablam! | Oct 14 19:07:18.706 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 19:07:18.706 INFO kablam! Oct 14 19:07:18.706 INFO kablam! warning: unused imports: `Write`, `self` Oct 14 19:07:18.707 INFO kablam! --> src/lib.rs:10:15 Oct 14 19:07:18.707 INFO kablam! | Oct 14 19:07:18.707 INFO kablam! 10 | use std::io::{self, Write}; Oct 14 19:07:18.708 INFO kablam! | ^^^^ ^^^^^ Oct 14 19:07:18.708 INFO kablam! Oct 14 19:07:18.851 INFO kablam! warning: unused import: `Stream` Oct 14 19:07:18.851 INFO kablam! --> src/lib.rs:12:23 Oct 14 19:07:18.852 INFO kablam! | Oct 14 19:07:18.852 INFO kablam! 12 | use futures::{Future, Stream}; Oct 14 19:07:18.852 INFO kablam! | ^^^^^^ Oct 14 19:07:18.853 INFO kablam! Oct 14 19:07:18.859 INFO kablam! warning: unused variable: `v1` Oct 14 19:07:18.859 INFO kablam! --> src/sign.rs:32:27 Oct 14 19:07:18.860 INFO kablam! | Oct 14 19:07:18.860 INFO kablam! 32 | params.sort_by(|&(k1, v1), &(k2, v2)| k1.cmp(k2)); Oct 14 19:07:18.860 INFO kablam! | ^^ help: consider using `_v1` instead Oct 14 19:07:18.860 INFO kablam! | Oct 14 19:07:18.861 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 19:07:18.867 INFO kablam! Oct 14 19:07:18.867 INFO kablam! warning: unused variable: `v2` Oct 14 19:07:18.867 INFO kablam! --> src/sign.rs:32:38 Oct 14 19:07:18.868 INFO kablam! | Oct 14 19:07:18.868 INFO kablam! 32 | params.sort_by(|&(k1, v1), &(k2, v2)| k1.cmp(k2)); Oct 14 19:07:18.868 INFO kablam! | ^^ help: consider using `_v2` instead Oct 14 19:07:18.869 INFO kablam! Oct 14 19:07:18.875 INFO kablam! warning: variable does not need to be mutable Oct 14 19:07:18.875 INFO kablam! --> src/lib.rs:69:13 Oct 14 19:07:18.875 INFO kablam! | Oct 14 19:07:18.876 INFO kablam! 69 | let mut headers = request.headers_mut(); Oct 14 19:07:18.876 INFO kablam! | ----^^^^^^^ Oct 14 19:07:18.876 INFO kablam! | | Oct 14 19:07:18.876 INFO kablam! | help: remove this `mut` Oct 14 19:07:18.877 INFO kablam! | Oct 14 19:07:18.877 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 19:07:18.877 INFO kablam! Oct 14 19:07:18.891 INFO kablam! warning: function is never used: `query_encode` Oct 14 19:07:18.891 INFO kablam! --> src/util.rs:54:1 Oct 14 19:07:18.891 INFO kablam! | Oct 14 19:07:18.892 INFO kablam! 54 | fn query_encode(input: &str) -> String { Oct 14 19:07:18.892 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:07:18.892 INFO kablam! | Oct 14 19:07:18.893 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 19:07:18.893 INFO kablam! Oct 14 19:07:26.468 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 47.42s Oct 14 19:07:26.477 INFO kablam! su: No module specific data is present Oct 14 19:07:27.259 INFO running `"docker" "rm" "-f" "07ebb5ab9a40cc5407451166d0c288456af8dac67302657b1085fc59363fc389"` Oct 14 19:07:27.497 INFO blam! 07ebb5ab9a40cc5407451166d0c288456af8dac67302657b1085fc59363fc389 Oct 14 19:07:27.513 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 14 19:07:27.835 INFO blam! b394eeb1a5f11f1887e056b2d7cd9c408d9106efa138a90860d3d6f22ebf179d Oct 14 19:07:27.839 INFO running `"docker" "start" "-a" "b394eeb1a5f11f1887e056b2d7cd9c408d9106efa138a90860d3d6f22ebf179d"` Oct 14 19:07:29.110 INFO kablam! usermod: no changes Oct 14 19:07:29.272 INFO kablam! Compiling twitter-cli v0.1.0 (/source) Oct 14 19:07:30.847 INFO kablam! warning: unused import: `std::env` Oct 14 19:07:30.848 INFO kablam! --> src/lib.rs:8:5 Oct 14 19:07:30.848 INFO kablam! | Oct 14 19:07:30.849 INFO kablam! 8 | use std::env; Oct 14 19:07:30.849 INFO kablam! | ^^^^^^^^ Oct 14 19:07:30.849 INFO kablam! | Oct 14 19:07:30.849 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 19:07:30.850 INFO kablam! Oct 14 19:07:30.850 INFO kablam! warning: unused imports: `Write`, `self` Oct 14 19:07:30.850 INFO kablam! --> src/lib.rs:10:15 Oct 14 19:07:30.851 INFO kablam! | Oct 14 19:07:30.851 INFO kablam! 10 | use std::io::{self, Write}; Oct 14 19:07:30.851 INFO kablam! | ^^^^ ^^^^^ Oct 14 19:07:30.852 INFO kablam! Oct 14 19:07:31.011 INFO kablam! warning: unused import: `Stream` Oct 14 19:07:31.011 INFO kablam! --> src/lib.rs:12:23 Oct 14 19:07:31.011 INFO kablam! | Oct 14 19:07:31.011 INFO kablam! 12 | use futures::{Future, Stream}; Oct 14 19:07:31.011 INFO kablam! | ^^^^^^ Oct 14 19:07:31.011 INFO kablam! Oct 14 19:07:31.015 INFO kablam! warning: unused variable: `v1` Oct 14 19:07:31.015 INFO kablam! --> src/sign.rs:32:27 Oct 14 19:07:31.015 INFO kablam! | Oct 14 19:07:31.015 INFO kablam! 32 | params.sort_by(|&(k1, v1), &(k2, v2)| k1.cmp(k2)); Oct 14 19:07:31.015 INFO kablam! | ^^ help: consider using `_v1` instead Oct 14 19:07:31.015 INFO kablam! | Oct 14 19:07:31.015 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 19:07:31.015 INFO kablam! Oct 14 19:07:31.015 INFO kablam! warning: unused variable: `v2` Oct 14 19:07:31.015 INFO kablam! --> src/sign.rs:32:38 Oct 14 19:07:31.015 INFO kablam! | Oct 14 19:07:31.015 INFO kablam! 32 | params.sort_by(|&(k1, v1), &(k2, v2)| k1.cmp(k2)); Oct 14 19:07:31.015 INFO kablam! | ^^ help: consider using `_v2` instead Oct 14 19:07:31.015 INFO kablam! Oct 14 19:07:31.043 INFO kablam! warning: variable does not need to be mutable Oct 14 19:07:31.043 INFO kablam! --> src/lib.rs:69:13 Oct 14 19:07:31.043 INFO kablam! | Oct 14 19:07:31.043 INFO kablam! 69 | let mut headers = request.headers_mut(); Oct 14 19:07:31.043 INFO kablam! | ----^^^^^^^ Oct 14 19:07:31.043 INFO kablam! | | Oct 14 19:07:31.043 INFO kablam! | help: remove this `mut` Oct 14 19:07:31.043 INFO kablam! | Oct 14 19:07:31.043 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 19:07:31.043 INFO kablam! Oct 14 19:07:31.063 INFO kablam! warning: function is never used: `query_encode` Oct 14 19:07:31.063 INFO kablam! --> src/util.rs:54:1 Oct 14 19:07:31.063 INFO kablam! | Oct 14 19:07:31.063 INFO kablam! 54 | fn query_encode(input: &str) -> String { Oct 14 19:07:31.063 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:07:31.071 INFO kablam! | Oct 14 19:07:31.071 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 19:07:31.071 INFO kablam! Oct 14 19:07:33.233 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.08s Oct 14 19:07:33.240 INFO kablam! su: No module specific data is present Oct 14 19:07:34.490 INFO running `"docker" "rm" "-f" "b394eeb1a5f11f1887e056b2d7cd9c408d9106efa138a90860d3d6f22ebf179d"` Oct 14 19:07:34.787 INFO blam! b394eeb1a5f11f1887e056b2d7cd9c408d9106efa138a90860d3d6f22ebf179d Oct 14 19:07:34.797 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 14 19:07:35.288 INFO blam! 3b027783037c51c5c8b495f2b171742c4206f3cca06835857b982c77d13830a9 Oct 14 19:07:35.291 INFO running `"docker" "start" "-a" "3b027783037c51c5c8b495f2b171742c4206f3cca06835857b982c77d13830a9"` Oct 14 19:07:36.598 INFO kablam! usermod: no changes Oct 14 19:07:36.799 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.18s Oct 14 19:07:36.816 INFO kablam! Running /target/debug/deps/twitter_cli-f1aed76889128557 Oct 14 19:07:36.823 INFO blam! Oct 14 19:07:36.824 INFO blam! running 1 test Oct 14 19:07:36.826 INFO blam! test util::tests::should_encode_correctly ... ok Oct 14 19:07:36.826 INFO kablam! Running /target/debug/deps/twitter_cli-60a1fa5c803eae90 Oct 14 19:07:36.827 INFO blam! Oct 14 19:07:36.827 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 19:07:36.827 INFO blam! Oct 14 19:07:36.831 INFO blam! Oct 14 19:07:36.831 INFO blam! running 0 tests Oct 14 19:07:36.832 INFO blam! Oct 14 19:07:36.832 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 19:07:36.832 INFO blam! Oct 14 19:07:36.835 INFO kablam! Doc-tests twitter-cli Oct 14 19:07:38.479 INFO blam! Oct 14 19:07:38.479 INFO blam! running 0 tests Oct 14 19:07:38.480 INFO blam! Oct 14 19:07:38.480 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 19:07:38.480 INFO blam! Oct 14 19:07:38.490 INFO kablam! su: No module specific data is present Oct 14 19:07:39.196 INFO running `"docker" "rm" "-f" "3b027783037c51c5c8b495f2b171742c4206f3cca06835857b982c77d13830a9"` Oct 14 19:07:39.438 INFO blam! 3b027783037c51c5c8b495f2b171742c4206f3cca06835857b982c77d13830a9