Oct 10 21:21:25.330 INFO testing jafow/ghsign against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 21:21:25.331 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 21:21:25.332 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 21:21:25.851 INFO blam! fadb36553345e2656ad4bf23adc0f1d61c31342b10467cb1a11f7e965146d17b Oct 10 21:21:25.865 INFO running `"docker" "start" "-a" "fadb36553345e2656ad4bf23adc0f1d61c31342b10467cb1a11f7e965146d17b"` Oct 10 21:21:27.656 INFO kablam! usermod: no changes Oct 10 21:21:28.136 INFO kablam! Compiling atty v0.2.9 Oct 10 21:21:28.144 INFO kablam! Compiling socket2 v0.3.5 Oct 10 21:21:28.152 INFO kablam! Compiling openssl-sys v0.9.28 Oct 10 21:21:28.153 INFO kablam! Compiling libz-sys v1.0.18 Oct 10 21:21:28.153 INFO kablam! Compiling curl-sys v0.4.2 Oct 10 21:21:28.168 INFO kablam! Compiling serde_json v1.0.16 Oct 10 21:21:28.169 INFO kablam! Compiling tokio-io v0.1.6 Oct 10 21:21:28.170 INFO kablam! Compiling tokio-threadpool v0.1.2 Oct 10 21:21:32.000 INFO kablam! Compiling serde_urlencoded v0.5.1 Oct 10 21:21:36.664 INFO kablam! Compiling clap v2.31.2 Oct 10 21:21:39.920 INFO kablam! Compiling tokio-reactor v0.1.1 Oct 10 21:21:40.164 INFO kablam! Compiling openssl v0.9.24 Oct 10 21:21:51.197 INFO kablam! Compiling tokio-udp v0.1.0 Oct 10 21:21:51.198 INFO kablam! Compiling tokio-tcp v0.1.0 Oct 10 21:21:51.569 INFO kablam! Compiling curl v0.4.12 Oct 10 21:21:58.608 INFO kablam! Compiling tokio v0.1.5 Oct 10 21:22:10.853 INFO kablam! Compiling tokio-core v0.1.17 Oct 10 21:22:12.102 INFO kablam! Compiling native-tls v0.1.5 Oct 10 21:22:27.156 INFO kablam! Compiling tokio-proto v0.1.1 Oct 10 21:22:27.157 INFO kablam! Compiling tokio-tls v0.1.4 Oct 10 21:22:33.852 INFO kablam! Compiling hyper v0.11.25 Oct 10 21:22:47.152 INFO kablam! Compiling hyper-tls v0.1.3 Oct 10 21:22:51.460 INFO kablam! Compiling reqwest v0.8.5 Oct 10 21:23:02.739 INFO kablam! Compiling ghsign v0.1.0 (/source) Oct 10 21:23:08.184 INFO kablam! warning: unused variable: `pk` Oct 10 21:23:08.184 INFO kablam! --> lib/lib.rs:33:13 Oct 10 21:23:08.184 INFO kablam! | Oct 10 21:23:08.184 INFO kablam! 33 | let pk = self.fetch_key(); Oct 10 21:23:08.184 INFO kablam! | ^^ help: consider using `_pk` instead Oct 10 21:23:08.184 INFO kablam! | Oct 10 21:23:08.184 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 21:23:08.184 INFO kablam! Oct 10 21:23:14.140 INFO kablam! warning: unused `#[macro_use]` import Oct 10 21:23:14.141 INFO kablam! --> src/main.rs:1:1 Oct 10 21:23:14.141 INFO kablam! | Oct 10 21:23:14.141 INFO kablam! 1 | #[macro_use] Oct 10 21:23:14.142 INFO kablam! | ^^^^^^^^^^^^ Oct 10 21:23:14.142 INFO kablam! | Oct 10 21:23:14.142 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 21:23:14.142 INFO kablam! Oct 10 21:23:14.143 INFO kablam! warning: unused imports: `App`, `Arg` Oct 10 21:23:14.143 INFO kablam! --> src/main.rs:5:12 Oct 10 21:23:14.143 INFO kablam! | Oct 10 21:23:14.143 INFO kablam! 5 | use clap::{Arg, App}; Oct 10 21:23:14.144 INFO kablam! | ^^^ ^^^ Oct 10 21:23:14.144 INFO kablam! Oct 10 21:23:14.172 INFO kablam! warning: unused variable: `data` Oct 10 21:23:14.172 INFO kablam! --> src/main.rs:29:9 Oct 10 21:23:14.172 INFO kablam! | Oct 10 21:23:14.172 INFO kablam! 29 | let data: String = String::from("hello world"); Oct 10 21:23:14.172 INFO kablam! | ^^^^ help: consider using `_data` instead Oct 10 21:23:14.172 INFO kablam! | Oct 10 21:23:14.172 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 21:23:14.172 INFO kablam! Oct 10 21:23:14.172 INFO kablam! warning: unused variable: `signer` Oct 10 21:23:14.172 INFO kablam! --> src/main.rs:30:9 Oct 10 21:23:14.172 INFO kablam! | Oct 10 21:23:14.172 INFO kablam! 30 | let signer = user.sign(); Oct 10 21:23:14.172 INFO kablam! | ^^^^^^ help: consider using `_signer` instead Oct 10 21:23:14.172 INFO kablam! Oct 10 21:23:15.242 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 47s Oct 10 21:23:15.254 INFO kablam! su: No module specific data is present Oct 10 21:23:15.605 INFO running `"docker" "rm" "-f" "fadb36553345e2656ad4bf23adc0f1d61c31342b10467cb1a11f7e965146d17b"` Oct 10 21:23:15.716 INFO blam! fadb36553345e2656ad4bf23adc0f1d61c31342b10467cb1a11f7e965146d17b Oct 10 21:23:15.717 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 21:23:15.719 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 21:23:15.905 INFO blam! f4e9360110d316550647b0eb5eabe76bc815784b3baf9b2e109ee04a64a8212c Oct 10 21:23:15.906 INFO running `"docker" "start" "-a" "f4e9360110d316550647b0eb5eabe76bc815784b3baf9b2e109ee04a64a8212c"` Oct 10 21:23:16.450 INFO kablam! usermod: no changes Oct 10 21:23:16.811 INFO kablam! Compiling ghsign v0.1.0 (/source) Oct 10 21:23:23.044 INFO kablam! warning: unused variable: `pk` Oct 10 21:23:23.044 INFO kablam! --> lib/lib.rs:33:13 Oct 10 21:23:23.044 INFO kablam! | Oct 10 21:23:23.044 INFO kablam! 33 | let pk = self.fetch_key(); Oct 10 21:23:23.044 INFO kablam! | ^^ help: consider using `_pk` instead Oct 10 21:23:23.044 INFO kablam! | Oct 10 21:23:23.044 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 21:23:23.044 INFO kablam! Oct 10 21:23:23.431 INFO kablam! warning: unused `#[macro_use]` import Oct 10 21:23:23.431 INFO kablam! --> src/main.rs:1:1 Oct 10 21:23:23.431 INFO kablam! | Oct 10 21:23:23.431 INFO kablam! 1 | #[macro_use] Oct 10 21:23:23.431 INFO kablam! | ^^^^^^^^^^^^ Oct 10 21:23:23.431 INFO kablam! | Oct 10 21:23:23.431 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 21:23:23.431 INFO kablam! Oct 10 21:23:23.431 INFO kablam! warning: unused imports: `App`, `Arg` Oct 10 21:23:23.431 INFO kablam! --> src/main.rs:5:12 Oct 10 21:23:23.431 INFO kablam! | Oct 10 21:23:23.431 INFO kablam! 5 | use clap::{Arg, App}; Oct 10 21:23:23.431 INFO kablam! | ^^^ ^^^ Oct 10 21:23:23.431 INFO kablam! Oct 10 21:23:23.468 INFO kablam! warning: unused variable: `data` Oct 10 21:23:23.468 INFO kablam! --> src/main.rs:29:9 Oct 10 21:23:23.468 INFO kablam! | Oct 10 21:23:23.468 INFO kablam! 29 | let data: String = String::from("hello world"); Oct 10 21:23:23.468 INFO kablam! | ^^^^ help: consider using `_data` instead Oct 10 21:23:23.468 INFO kablam! | Oct 10 21:23:23.468 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 21:23:23.468 INFO kablam! Oct 10 21:23:23.468 INFO kablam! warning: unused variable: `signer` Oct 10 21:23:23.468 INFO kablam! --> src/main.rs:30:9 Oct 10 21:23:23.468 INFO kablam! | Oct 10 21:23:23.468 INFO kablam! 30 | let signer = user.sign(); Oct 10 21:23:23.468 INFO kablam! | ^^^^^^ help: consider using `_signer` instead Oct 10 21:23:23.468 INFO kablam! Oct 10 21:23:23.995 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.52s Oct 10 21:23:24.028 INFO kablam! su: No module specific data is present Oct 10 21:23:24.664 INFO running `"docker" "rm" "-f" "f4e9360110d316550647b0eb5eabe76bc815784b3baf9b2e109ee04a64a8212c"` Oct 10 21:23:25.032 INFO blam! f4e9360110d316550647b0eb5eabe76bc815784b3baf9b2e109ee04a64a8212c Oct 10 21:23:25.038 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 21:23:25.038 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 21:23:25.378 INFO blam! b57e50392c9a70baf4b4e8d862bfd87feb897aa1bfbb1336fc2417f42aaa7b08 Oct 10 21:23:25.385 INFO running `"docker" "start" "-a" "b57e50392c9a70baf4b4e8d862bfd87feb897aa1bfbb1336fc2417f42aaa7b08"` Oct 10 21:23:26.418 INFO kablam! usermod: no changes Oct 10 21:23:26.678 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.22s Oct 10 21:23:26.696 INFO kablam! Running /target/debug/deps/libghsign-03aa68f4ef333d2e Oct 10 21:23:26.696 INFO blam! Oct 10 21:23:26.696 INFO kablam! Running /target/debug/deps/ghsign-2e1e934193887dd9 Oct 10 21:23:26.696 INFO blam! running 0 tests Oct 10 21:23:26.696 INFO blam! Oct 10 21:23:26.696 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 21:23:26.696 INFO blam! Oct 10 21:23:26.704 INFO blam! Oct 10 21:23:26.705 INFO kablam! Doc-tests libghsign Oct 10 21:23:26.705 INFO blam! running 0 tests Oct 10 21:23:26.705 INFO blam! Oct 10 21:23:26.705 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 21:23:26.706 INFO blam! Oct 10 21:23:37.080 INFO blam! Oct 10 21:23:37.080 INFO blam! running 0 tests Oct 10 21:23:37.080 INFO blam! Oct 10 21:23:37.080 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 21:23:37.080 INFO blam! Oct 10 21:23:37.096 INFO kablam! su: No module specific data is present Oct 10 21:23:37.834 INFO running `"docker" "rm" "-f" "b57e50392c9a70baf4b4e8d862bfd87feb897aa1bfbb1336fc2417f42aaa7b08"` Oct 10 21:23:38.031 INFO blam! b57e50392c9a70baf4b4e8d862bfd87feb897aa1bfbb1336fc2417f42aaa7b08