Oct 15 10:05:00.477 INFO testing ItinoseSan/check-hub against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 10:05:00.479 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 15 10:05:00.827 INFO blam! db8b5293a7b6fe292302cc138db3d83d9f7b426135a88ce273ce127c50c6820e Oct 15 10:05:00.830 INFO running `"docker" "start" "-a" "db8b5293a7b6fe292302cc138db3d83d9f7b426135a88ce273ce127c50c6820e"` Oct 15 10:05:02.411 INFO kablam! usermod: no changes Oct 15 10:05:02.675 INFO kablam! Compiling num-traits v0.2.1 Oct 15 10:05:02.691 INFO kablam! Compiling atty v0.2.10 Oct 15 10:05:02.699 INFO kablam! Compiling mio v0.6.13 Oct 15 10:05:02.699 INFO kablam! Compiling openssl v0.9.24 Oct 15 10:05:02.700 INFO kablam! Compiling openssl-sys v0.9.27 Oct 15 10:05:02.700 INFO kablam! Compiling tokio-io v0.1.5 Oct 15 10:05:02.700 INFO kablam! Compiling serde_urlencoded v0.5.1 Oct 15 10:05:04.531 INFO kablam! Compiling clap v2.32.0 Oct 15 10:05:08.025 INFO kablam! Compiling serde_json v1.0.10 Oct 15 10:05:10.895 INFO kablam! Compiling tokio-core v0.1.12 Oct 15 10:05:19.055 INFO kablam! Compiling tokio-proto v0.1.1 Oct 15 10:05:22.155 INFO kablam! Compiling native-tls v0.1.5 Oct 15 10:05:24.708 INFO kablam! Compiling tokio-tls v0.1.4 Oct 15 10:05:28.274 INFO kablam! Compiling hyper v0.11.22 Oct 15 10:05:37.916 INFO kablam! Compiling hyper-tls v0.1.2 Oct 15 10:05:40.167 INFO kablam! Compiling reqwest v0.8.5 Oct 15 10:05:48.718 INFO kablam! Compiling check-hub v0.1.0 (/source) Oct 15 10:05:51.536 INFO kablam! warning: unused import: `yaml_rust::YamlLoader` Oct 15 10:05:51.536 INFO kablam! --> src/main.rs:13:5 Oct 15 10:05:51.536 INFO kablam! | Oct 15 10:05:51.536 INFO kablam! 13 | use yaml_rust::YamlLoader; Oct 15 10:05:51.536 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:05:51.536 INFO kablam! | Oct 15 10:05:51.536 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 10:05:51.536 INFO kablam! Oct 15 10:05:51.667 INFO kablam! warning: method is never used: `repository_count` Oct 15 10:05:51.667 INFO kablam! --> src/json.rs:45:5 Oct 15 10:05:51.667 INFO kablam! | Oct 15 10:05:51.667 INFO kablam! 45 | pub fn repository_count(&self, json: &str)-> Result<(), Error>{ Oct 15 10:05:51.667 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:05:51.667 INFO kablam! | Oct 15 10:05:51.667 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 10:05:51.667 INFO kablam! Oct 15 10:05:51.667 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 10:05:51.667 INFO kablam! --> src/http.rs:14:9 Oct 15 10:05:51.667 INFO kablam! | Oct 15 10:05:51.667 INFO kablam! 14 | resp.read_to_string(&mut s); Oct 15 10:05:51.667 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:05:51.667 INFO kablam! | Oct 15 10:05:51.667 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 10:05:51.667 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 10:05:51.667 INFO kablam! Oct 15 10:05:51.667 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 10:05:51.667 INFO kablam! --> src/main.rs:51:41 Oct 15 10:05:51.667 INFO kablam! | Oct 15 10:05:51.667 INFO kablam! 51 | Some("name") => { json_decoder.name(json); }, Oct 15 10:05:51.667 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:05:51.667 INFO kablam! | Oct 15 10:05:51.667 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 10:05:51.667 INFO kablam! Oct 15 10:05:51.667 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 10:05:51.667 INFO kablam! --> src/main.rs:52:41 Oct 15 10:05:51.667 INFO kablam! | Oct 15 10:05:51.667 INFO kablam! 52 | Some("login") => { json_decoder.login(json); }, Oct 15 10:05:51.667 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:05:51.671 INFO kablam! | Oct 15 10:05:51.671 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 10:05:51.671 INFO kablam! Oct 15 10:05:51.671 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 10:05:51.671 INFO kablam! --> src/main.rs:53:41 Oct 15 10:05:51.671 INFO kablam! | Oct 15 10:05:51.671 INFO kablam! 53 | Some("bio") => { json_decoder.bio(json); }, Oct 15 10:05:51.671 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:05:51.671 INFO kablam! | Oct 15 10:05:51.671 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 10:05:51.671 INFO kablam! Oct 15 10:05:51.671 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 10:05:51.671 INFO kablam! --> src/main.rs:54:41 Oct 15 10:05:51.671 INFO kablam! | Oct 15 10:05:51.671 INFO kablam! 54 | Some("gist-count") => { json_decoder.gist_count(json); }, Oct 15 10:05:51.671 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:05:51.671 INFO kablam! | Oct 15 10:05:51.671 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 10:05:51.671 INFO kablam! Oct 15 10:05:51.671 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 10:05:51.671 INFO kablam! --> src/main.rs:55:41 Oct 15 10:05:51.671 INFO kablam! | Oct 15 10:05:51.671 INFO kablam! 55 | Some("follow-count") => { json_decoder.follow_count(json); }, Oct 15 10:05:51.671 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:05:51.671 INFO kablam! | Oct 15 10:05:51.671 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 10:05:51.671 INFO kablam! Oct 15 10:05:51.671 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 10:05:51.671 INFO kablam! --> src/main.rs:56:41 Oct 15 10:05:51.671 INFO kablam! | Oct 15 10:05:51.671 INFO kablam! 56 | Some("follower-count") => { json_decoder.follower_count(json); }, Oct 15 10:05:51.671 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:05:51.671 INFO kablam! | Oct 15 10:05:51.671 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 10:05:51.671 INFO kablam! Oct 15 10:05:51.671 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 10:05:51.671 INFO kablam! --> src/main.rs:57:41 Oct 15 10:05:51.671 INFO kablam! | Oct 15 10:05:51.671 INFO kablam! 57 | Some("location") => { json_decoder.location(json); }, Oct 15 10:05:51.671 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:05:51.671 INFO kablam! | Oct 15 10:05:51.671 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 10:05:51.671 INFO kablam! Oct 15 10:05:55.335 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 52.90s Oct 15 10:05:55.347 INFO kablam! su: No module specific data is present Oct 15 10:05:55.923 INFO running `"docker" "rm" "-f" "db8b5293a7b6fe292302cc138db3d83d9f7b426135a88ce273ce127c50c6820e"` Oct 15 10:05:56.108 INFO blam! db8b5293a7b6fe292302cc138db3d83d9f7b426135a88ce273ce127c50c6820e Oct 15 10:05:56.111 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 15 10:05:56.465 INFO blam! fcbdb104e25db24c11c5c1ea4c6ae3f4661ccc787fd677f49dd4035e25da5039 Oct 15 10:05:56.483 INFO running `"docker" "start" "-a" "fcbdb104e25db24c11c5c1ea4c6ae3f4661ccc787fd677f49dd4035e25da5039"` Oct 15 10:05:57.451 INFO kablam! usermod: no changes Oct 15 10:05:57.622 INFO kablam! Compiling check-hub v0.1.0 (/source) Oct 15 10:06:00.398 INFO kablam! warning: method is never used: `repository_count` Oct 15 10:06:00.398 INFO kablam! --> src/json.rs:45:5 Oct 15 10:06:00.398 INFO kablam! | Oct 15 10:06:00.399 INFO kablam! 45 | pub fn repository_count(&self, json: &str)-> Result<(), Error>{ Oct 15 10:06:00.399 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:06:00.399 INFO kablam! | Oct 15 10:06:00.400 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 10:06:00.400 INFO kablam! Oct 15 10:06:00.400 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 10:06:00.401 INFO kablam! --> src/http.rs:14:9 Oct 15 10:06:00.401 INFO kablam! | Oct 15 10:06:00.401 INFO kablam! 14 | resp.read_to_string(&mut s); Oct 15 10:06:00.402 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:06:00.402 INFO kablam! | Oct 15 10:06:00.402 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 10:06:00.407 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 10:06:00.407 INFO kablam! Oct 15 10:06:00.407 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 10:06:00.408 INFO kablam! --> src/main.rs:51:41 Oct 15 10:06:00.408 INFO kablam! | Oct 15 10:06:00.408 INFO kablam! 51 | Some("name") => { json_decoder.name(json); }, Oct 15 10:06:00.409 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:06:00.409 INFO kablam! | Oct 15 10:06:00.409 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 10:06:00.409 INFO kablam! Oct 15 10:06:00.409 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 10:06:00.409 INFO kablam! --> src/main.rs:52:41 Oct 15 10:06:00.409 INFO kablam! | Oct 15 10:06:00.409 INFO kablam! 52 | Some("login") => { json_decoder.login(json); }, Oct 15 10:06:00.409 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:06:00.409 INFO kablam! | Oct 15 10:06:00.409 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 10:06:00.409 INFO kablam! Oct 15 10:06:00.409 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 10:06:00.409 INFO kablam! --> src/main.rs:53:41 Oct 15 10:06:00.409 INFO kablam! | Oct 15 10:06:00.409 INFO kablam! 53 | Some("bio") => { json_decoder.bio(json); }, Oct 15 10:06:00.409 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:06:00.409 INFO kablam! | Oct 15 10:06:00.409 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 10:06:00.410 INFO kablam! Oct 15 10:06:00.410 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 10:06:00.410 INFO kablam! --> src/main.rs:54:41 Oct 15 10:06:00.410 INFO kablam! | Oct 15 10:06:00.410 INFO kablam! 54 | Some("gist-count") => { json_decoder.gist_count(json); }, Oct 15 10:06:00.410 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:06:00.410 INFO kablam! | Oct 15 10:06:00.410 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 10:06:00.410 INFO kablam! Oct 15 10:06:00.410 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 10:06:00.410 INFO kablam! --> src/main.rs:55:41 Oct 15 10:06:00.410 INFO kablam! | Oct 15 10:06:00.410 INFO kablam! 55 | Some("follow-count") => { json_decoder.follow_count(json); }, Oct 15 10:06:00.410 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:06:00.410 INFO kablam! | Oct 15 10:06:00.410 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 10:06:00.410 INFO kablam! Oct 15 10:06:00.410 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 10:06:00.410 INFO kablam! --> src/main.rs:56:41 Oct 15 10:06:00.410 INFO kablam! | Oct 15 10:06:00.410 INFO kablam! 56 | Some("follower-count") => { json_decoder.follower_count(json); }, Oct 15 10:06:00.410 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:06:00.410 INFO kablam! | Oct 15 10:06:00.410 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 10:06:00.410 INFO kablam! Oct 15 10:06:00.410 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 10:06:00.410 INFO kablam! --> src/main.rs:57:41 Oct 15 10:06:00.410 INFO kablam! | Oct 15 10:06:00.410 INFO kablam! 57 | Some("location") => { json_decoder.location(json); }, Oct 15 10:06:00.410 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:06:00.410 INFO kablam! | Oct 15 10:06:00.410 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 10:06:00.410 INFO kablam! Oct 15 10:06:01.467 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.99s Oct 15 10:06:01.491 INFO kablam! su: No module specific data is present Oct 15 10:06:02.020 INFO running `"docker" "rm" "-f" "fcbdb104e25db24c11c5c1ea4c6ae3f4661ccc787fd677f49dd4035e25da5039"` Oct 15 10:06:02.296 INFO blam! fcbdb104e25db24c11c5c1ea4c6ae3f4661ccc787fd677f49dd4035e25da5039 Oct 15 10:06:02.297 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 15 10:06:02.715 INFO blam! 86a9e106b7253f3baddd4d57ab9f9839fdfe78e15a4ee98834ea8c3f27b261da Oct 15 10:06:02.721 INFO running `"docker" "start" "-a" "86a9e106b7253f3baddd4d57ab9f9839fdfe78e15a4ee98834ea8c3f27b261da"` Oct 15 10:06:03.663 INFO kablam! usermod: no changes Oct 15 10:06:03.851 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.15s Oct 15 10:06:03.873 INFO kablam! Running /target/debug/deps/check_hub-43ea786d6ee41a0c Oct 15 10:06:03.877 INFO blam! Oct 15 10:06:03.877 INFO blam! running 1 test Oct 15 10:06:03.877 INFO blam! test test_parse_config ... ok Oct 15 10:06:03.877 INFO blam! Oct 15 10:06:03.877 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 10:06:03.877 INFO blam! Oct 15 10:06:03.883 INFO kablam! su: No module specific data is present Oct 15 10:06:04.601 INFO running `"docker" "rm" "-f" "86a9e106b7253f3baddd4d57ab9f9839fdfe78e15a4ee98834ea8c3f27b261da"` Oct 15 10:06:04.915 INFO blam! 86a9e106b7253f3baddd4d57ab9f9839fdfe78e15a4ee98834ea8c3f27b261da