Oct 14 17:30:21.108 INFO testing jafow/ghsign against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 17:30:21.108 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 17:30:21.487 INFO blam! 1860d9703d30c8d65607a155bcc101b709b71848690009eea63cc548e1687139 Oct 14 17:30:21.489 INFO running `"docker" "start" "-a" "1860d9703d30c8d65607a155bcc101b709b71848690009eea63cc548e1687139"` Oct 14 17:30:22.526 INFO kablam! usermod: no changes Oct 14 17:30:22.843 INFO kablam! Compiling cc v1.0.12 Oct 14 17:30:22.843 INFO kablam! Compiling atty v0.2.9 Oct 14 17:30:22.855 INFO kablam! Compiling socket2 v0.3.5 Oct 14 17:30:22.863 INFO kablam! Compiling bytes v0.4.6 Oct 14 17:30:22.863 INFO kablam! Compiling futures-cpupool v0.1.8 Oct 14 17:30:22.863 INFO kablam! Compiling tokio-timer v0.2.1 Oct 14 17:30:22.867 INFO kablam! Compiling tokio-threadpool v0.1.2 Oct 14 17:30:22.867 INFO kablam! Compiling libflate v0.1.14 Oct 14 17:30:24.120 INFO kablam! Compiling serde_urlencoded v0.5.1 Oct 14 17:30:32.319 INFO kablam! Compiling clap v2.31.2 Oct 14 17:30:32.330 INFO kablam! Compiling tokio-io v0.1.6 Oct 14 17:30:32.352 INFO kablam! Compiling openssl-sys v0.9.28 Oct 14 17:30:32.539 INFO kablam! Compiling libz-sys v1.0.18 Oct 14 17:30:32.563 INFO kablam! Compiling curl-sys v0.4.2 Oct 14 17:30:39.429 INFO kablam! Compiling tokio-reactor v0.1.1 Oct 14 17:30:40.279 INFO kablam! Compiling openssl v0.9.24 Oct 14 17:30:44.277 INFO kablam! Compiling tokio-udp v0.1.0 Oct 14 17:30:44.279 INFO kablam! Compiling tokio-tcp v0.1.0 Oct 14 17:30:45.100 INFO kablam! Compiling curl v0.4.12 Oct 14 17:30:48.040 INFO kablam! Compiling tokio v0.1.5 Oct 14 17:30:55.569 INFO kablam! Compiling tokio-core v0.1.17 Oct 14 17:31:05.159 INFO kablam! Compiling native-tls v0.1.5 Oct 14 17:31:05.285 INFO kablam! Compiling tokio-proto v0.1.1 Oct 14 17:31:07.437 INFO kablam! Compiling tokio-tls v0.1.4 Oct 14 17:31:20.336 INFO kablam! Compiling hyper v0.11.25 Oct 14 17:31:33.601 INFO kablam! Compiling hyper-tls v0.1.3 Oct 14 17:31:34.905 INFO kablam! Compiling reqwest v0.8.5 Oct 14 17:31:45.864 INFO kablam! Compiling ghsign v0.1.0 (/source) Oct 14 17:31:47.023 INFO kablam! warning: unused variable: `pk` Oct 14 17:31:47.024 INFO kablam! --> lib/lib.rs:33:13 Oct 14 17:31:47.025 INFO kablam! | Oct 14 17:31:47.025 INFO kablam! 33 | let pk = self.fetch_key(); Oct 14 17:31:47.026 INFO kablam! | ^^ help: consider using `_pk` instead Oct 14 17:31:47.027 INFO kablam! | Oct 14 17:31:47.027 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 17:31:47.028 INFO kablam! Oct 14 17:31:48.495 INFO kablam! warning: unused `#[macro_use]` import Oct 14 17:31:48.496 INFO kablam! --> src/main.rs:1:1 Oct 14 17:31:48.497 INFO kablam! | Oct 14 17:31:48.497 INFO kablam! 1 | #[macro_use] Oct 14 17:31:48.498 INFO kablam! | ^^^^^^^^^^^^ Oct 14 17:31:48.499 INFO kablam! | Oct 14 17:31:48.499 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 17:31:48.500 INFO kablam! Oct 14 17:31:48.500 INFO kablam! warning: unused imports: `App`, `Arg` Oct 14 17:31:48.501 INFO kablam! --> src/main.rs:5:12 Oct 14 17:31:48.502 INFO kablam! | Oct 14 17:31:48.502 INFO kablam! 5 | use clap::{Arg, App}; Oct 14 17:31:48.503 INFO kablam! | ^^^ ^^^ Oct 14 17:31:48.503 INFO kablam! Oct 14 17:31:48.559 INFO kablam! warning: unused variable: `data` Oct 14 17:31:48.560 INFO kablam! --> src/main.rs:29:9 Oct 14 17:31:48.560 INFO kablam! | Oct 14 17:31:48.561 INFO kablam! 29 | let data: String = String::from("hello world"); Oct 14 17:31:48.562 INFO kablam! | ^^^^ help: consider using `_data` instead Oct 14 17:31:48.562 INFO kablam! | Oct 14 17:31:48.563 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 17:31:48.564 INFO kablam! Oct 14 17:31:48.564 INFO kablam! warning: unused variable: `signer` Oct 14 17:31:48.565 INFO kablam! --> src/main.rs:30:9 Oct 14 17:31:48.565 INFO kablam! | Oct 14 17:31:48.566 INFO kablam! 30 | let signer = user.sign(); Oct 14 17:31:48.566 INFO kablam! | ^^^^^^ help: consider using `_signer` instead Oct 14 17:31:48.567 INFO kablam! Oct 14 17:31:49.631 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 27s Oct 14 17:31:49.656 INFO kablam! su: No module specific data is present Oct 14 17:31:52.347 INFO running `"docker" "rm" "-f" "1860d9703d30c8d65607a155bcc101b709b71848690009eea63cc548e1687139"` Oct 14 17:31:52.735 INFO blam! 1860d9703d30c8d65607a155bcc101b709b71848690009eea63cc548e1687139 Oct 14 17:31:52.735 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 17:31:53.290 INFO blam! d1b3452df8b770aab8f9052e2c2e9add33387cdf9d896e74e69b76bef6f414a6 Oct 14 17:31:53.291 INFO running `"docker" "start" "-a" "d1b3452df8b770aab8f9052e2c2e9add33387cdf9d896e74e69b76bef6f414a6"` Oct 14 17:31:55.663 INFO kablam! usermod: no changes Oct 14 17:31:55.930 INFO kablam! Compiling ghsign v0.1.0 (/source) Oct 14 17:31:57.888 INFO kablam! warning: unused `#[macro_use]` import Oct 14 17:31:57.889 INFO kablam! --> src/main.rs:1:1 Oct 14 17:31:57.890 INFO kablam! | Oct 14 17:31:57.890 INFO kablam! 1 | #[macro_use] Oct 14 17:31:57.891 INFO kablam! | ^^^^^^^^^^^^ Oct 14 17:31:57.892 INFO kablam! | Oct 14 17:31:57.892 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 17:31:57.893 INFO kablam! Oct 14 17:31:57.894 INFO kablam! warning: unused imports: `App`, `Arg` Oct 14 17:31:57.894 INFO kablam! --> src/main.rs:5:12 Oct 14 17:31:57.895 INFO kablam! | Oct 14 17:31:57.895 INFO kablam! 5 | use clap::{Arg, App}; Oct 14 17:31:57.896 INFO kablam! | ^^^ ^^^ Oct 14 17:31:57.896 INFO kablam! Oct 14 17:31:57.937 INFO kablam! warning: unused variable: `data` Oct 14 17:31:57.938 INFO kablam! --> src/main.rs:29:9 Oct 14 17:31:57.939 INFO kablam! | Oct 14 17:31:57.939 INFO kablam! 29 | let data: String = String::from("hello world"); Oct 14 17:31:57.940 INFO kablam! | ^^^^ help: consider using `_data` instead Oct 14 17:31:57.941 INFO kablam! | Oct 14 17:31:57.941 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 17:31:57.942 INFO kablam! Oct 14 17:31:57.943 INFO kablam! warning: unused variable: `signer` Oct 14 17:31:57.943 INFO kablam! --> src/main.rs:30:9 Oct 14 17:31:57.944 INFO kablam! | Oct 14 17:31:57.944 INFO kablam! 30 | let signer = user.sign(); Oct 14 17:31:57.945 INFO kablam! | ^^^^^^ help: consider using `_signer` instead Oct 14 17:31:57.946 INFO kablam! Oct 14 17:31:58.111 INFO kablam! warning: unused variable: `pk` Oct 14 17:31:58.112 INFO kablam! --> lib/lib.rs:33:13 Oct 14 17:31:58.112 INFO kablam! | Oct 14 17:31:58.113 INFO kablam! 33 | let pk = self.fetch_key(); Oct 14 17:31:58.114 INFO kablam! | ^^ help: consider using `_pk` instead Oct 14 17:31:58.114 INFO kablam! | Oct 14 17:31:58.115 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 17:31:58.115 INFO kablam! Oct 14 17:31:59.107 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.42s Oct 14 17:31:59.123 INFO kablam! su: No module specific data is present Oct 14 17:32:00.432 INFO running `"docker" "rm" "-f" "d1b3452df8b770aab8f9052e2c2e9add33387cdf9d896e74e69b76bef6f414a6"` Oct 14 17:32:00.765 INFO blam! d1b3452df8b770aab8f9052e2c2e9add33387cdf9d896e74e69b76bef6f414a6 Oct 14 17:32:00.775 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 17:32:01.317 INFO blam! ad92d71d7e3aba2f6eb02f3880ac21bd889957d0a0984cc13c00c3e5c96bff66 Oct 14 17:32:01.320 INFO running `"docker" "start" "-a" "ad92d71d7e3aba2f6eb02f3880ac21bd889957d0a0984cc13c00c3e5c96bff66"` Oct 14 17:32:04.149 INFO kablam! usermod: no changes Oct 14 17:32:04.410 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.22s Oct 14 17:32:04.419 INFO kablam! Running /target/debug/deps/libghsign-03aa68f4ef333d2e Oct 14 17:32:04.424 INFO blam! Oct 14 17:32:04.425 INFO blam! running 0 tests Oct 14 17:32:04.425 INFO blam! Oct 14 17:32:04.425 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 17:32:04.425 INFO blam! Oct 14 17:32:04.427 INFO kablam! Running /target/debug/deps/ghsign-2e1e934193887dd9 Oct 14 17:32:04.435 INFO blam! Oct 14 17:32:04.435 INFO blam! running 0 tests Oct 14 17:32:04.435 INFO blam! Oct 14 17:32:04.435 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 17:32:04.435 INFO blam! Oct 14 17:32:04.435 INFO kablam! Doc-tests libghsign Oct 14 17:32:06.695 INFO blam! Oct 14 17:32:06.695 INFO blam! running 0 tests Oct 14 17:32:06.695 INFO blam! Oct 14 17:32:06.695 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 17:32:06.695 INFO blam! Oct 14 17:32:06.703 INFO kablam! su: No module specific data is present Oct 14 17:32:07.860 INFO running `"docker" "rm" "-f" "ad92d71d7e3aba2f6eb02f3880ac21bd889957d0a0984cc13c00c3e5c96bff66"` Oct 14 17:32:08.239 INFO blam! ad92d71d7e3aba2f6eb02f3880ac21bd889957d0a0984cc13c00c3e5c96bff66