Oct 15 11:03:00.688 INFO testing FRC6644/installer against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 11:03:00.688 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 11:03:01.123 INFO blam! 708a6da00ebe240c40ef9e6be89dee98b2234ebb26b4c13f4bf86d5c070cb8e2 Oct 15 11:03:01.125 INFO running `"docker" "start" "-a" "708a6da00ebe240c40ef9e6be89dee98b2234ebb26b4c13f4bf86d5c070cb8e2"` Oct 15 11:03:02.812 INFO kablam! usermod: no changes Oct 15 11:03:03.256 INFO kablam! Compiling dirs v1.0.4 Oct 15 11:03:03.295 INFO kablam! Compiling want v0.0.6 Oct 15 11:03:03.295 INFO kablam! Compiling clap v2.27.1 Oct 15 11:03:03.295 INFO kablam! Compiling tokio-io v0.1.8 Oct 15 11:03:03.303 INFO kablam! Compiling tokio-threadpool v0.1.6 Oct 15 11:03:08.558 INFO kablam! Compiling tokio-reactor v0.1.5 Oct 15 11:03:08.558 INFO kablam! Compiling tokio-codec v0.1.0 Oct 15 11:03:08.558 INFO kablam! Compiling h2 v0.1.12 Oct 15 11:03:11.525 INFO kablam! Compiling tokio-fs v0.1.3 Oct 15 11:03:16.359 INFO kablam! Compiling tokio-tcp v0.1.1 Oct 15 11:03:16.363 INFO kablam! Compiling tokio-uds v0.2.1 Oct 15 11:03:16.425 INFO kablam! Compiling tokio-udp v0.1.2 Oct 15 11:03:23.879 INFO kablam! Compiling tokio v0.1.8 Oct 15 11:03:32.315 INFO kablam! Compiling hyper v0.12.10 Oct 15 11:03:54.395 INFO kablam! Compiling hyper-tls v0.3.0 Oct 15 11:03:58.159 INFO kablam! Compiling reqwest v0.9.2 Oct 15 11:04:12.709 INFO kablam! Compiling installer v0.1.0 (/source) Oct 15 11:04:16.743 INFO kablam! warning: unused import: `self` Oct 15 11:04:16.743 INFO kablam! --> src/main.rs:10:15 Oct 15 11:04:16.743 INFO kablam! | Oct 15 11:04:16.743 INFO kablam! 10 | use std::fs::{self, DirBuilder}; Oct 15 11:04:16.743 INFO kablam! | ^^^^ Oct 15 11:04:16.743 INFO kablam! | Oct 15 11:04:16.743 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 11:04:16.743 INFO kablam! Oct 15 11:04:16.743 INFO kablam! warning: unnecessary parentheses around `if let` head expression Oct 15 11:04:16.743 INFO kablam! --> src/main.rs:81:21 Oct 15 11:04:16.743 INFO kablam! | Oct 15 11:04:16.743 INFO kablam! 81 | if let Some(o) = (softwares.get(software)){ Oct 15 11:04:16.743 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 11:04:16.743 INFO kablam! | Oct 15 11:04:16.743 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 11:04:16.743 INFO kablam! Oct 15 11:04:16.839 INFO kablam! warning: unused variable: `matches` Oct 15 11:04:16.840 INFO kablam! --> src/main.rs:22:17 Oct 15 11:04:16.840 INFO kablam! | Oct 15 11:04:16.840 INFO kablam! 22 | if let Some(matches) = matches.subcommand_matches("hello_there") { Oct 15 11:04:16.840 INFO kablam! | ^^^^^^^ help: consider using `_matches` instead Oct 15 11:04:16.840 INFO kablam! | Oct 15 11:04:16.840 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 11:04:16.840 INFO kablam! Oct 15 11:04:16.850 INFO kablam! warning: function is never used: `create_file` Oct 15 11:04:16.850 INFO kablam! --> src/main.rs:36:1 Oct 15 11:04:16.850 INFO kablam! | Oct 15 11:04:16.850 INFO kablam! 36 | fn create_file() -> std::io::Result<()>{ Oct 15 11:04:16.850 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:04:16.850 INFO kablam! | Oct 15 11:04:16.850 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 11:04:16.850 INFO kablam! Oct 15 11:04:16.851 INFO kablam! warning: function is never used: `get_page` Oct 15 11:04:16.851 INFO kablam! --> src/main.rs:41:1 Oct 15 11:04:16.851 INFO kablam! | Oct 15 11:04:16.851 INFO kablam! 41 | fn get_page(url: &str) -> Result{ Oct 15 11:04:16.851 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:04:16.851 INFO kablam! Oct 15 11:04:16.851 INFO kablam! warning: enum is never used: `Error` Oct 15 11:04:16.851 INFO kablam! --> src/main.rs:63:1 Oct 15 11:04:16.851 INFO kablam! | Oct 15 11:04:16.851 INFO kablam! 63 | enum Error{ Oct 15 11:04:16.851 INFO kablam! | ^^^^^^^^^^ Oct 15 11:04:16.851 INFO kablam! Oct 15 11:04:16.860 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 11:04:16.860 INFO kablam! --> src/main.rs:18:2 Oct 15 11:04:16.860 INFO kablam! | Oct 15 11:04:16.860 INFO kablam! 18 | get_save("https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png"); Oct 15 11:04:16.860 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:04:16.860 INFO kablam! | Oct 15 11:04:16.860 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 11:04:16.860 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 11:04:16.860 INFO kablam! Oct 15 11:04:16.860 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 11:04:16.860 INFO kablam! --> src/main.rs:48:2 Oct 15 11:04:16.860 INFO kablam! | Oct 15 11:04:16.860 INFO kablam! 48 | resp.copy_to(&mut file); Oct 15 11:04:16.860 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:04:16.860 INFO kablam! | Oct 15 11:04:16.860 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 11:04:16.860 INFO kablam! Oct 15 11:04:16.860 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 11:04:16.860 INFO kablam! --> src/main.rs:55:2 Oct 15 11:04:16.860 INFO kablam! | Oct 15 11:04:16.860 INFO kablam! 55 | DirBuilder::new() Oct 15 11:04:16.860 INFO kablam! | _____^ Oct 15 11:04:16.860 INFO kablam! 56 | | .recursive(true) Oct 15 11:04:16.860 INFO kablam! 57 | | .create(&path); Oct 15 11:04:16.860 INFO kablam! | |_______________________^ Oct 15 11:04:16.860 INFO kablam! | Oct 15 11:04:16.860 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 11:04:16.860 INFO kablam! Oct 15 11:04:16.861 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 11:04:16.861 INFO kablam! --> src/main.rs:59:2 Oct 15 11:04:16.861 INFO kablam! | Oct 15 11:04:16.861 INFO kablam! 59 | DirBuilder::new() Oct 15 11:04:16.861 INFO kablam! | _____^ Oct 15 11:04:16.861 INFO kablam! 60 | | .recursive(true) Oct 15 11:04:16.861 INFO kablam! 61 | | .create(&path); Oct 15 11:04:16.861 INFO kablam! | |_______________________^ Oct 15 11:04:16.861 INFO kablam! | Oct 15 11:04:16.861 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 11:04:16.861 INFO kablam! Oct 15 11:04:21.790 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 18s Oct 15 11:04:21.791 INFO kablam! su: No module specific data is present Oct 15 11:04:22.373 INFO running `"docker" "rm" "-f" "708a6da00ebe240c40ef9e6be89dee98b2234ebb26b4c13f4bf86d5c070cb8e2"` Oct 15 11:04:22.491 INFO blam! 708a6da00ebe240c40ef9e6be89dee98b2234ebb26b4c13f4bf86d5c070cb8e2 Oct 15 11:04:22.499 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 11:04:22.815 INFO blam! c5499493d7636ec5e69ef67a726b26e1a5ffef3e565de32b5dec341cc5f6de5e Oct 15 11:04:22.831 INFO running `"docker" "start" "-a" "c5499493d7636ec5e69ef67a726b26e1a5ffef3e565de32b5dec341cc5f6de5e"` Oct 15 11:04:23.738 INFO kablam! usermod: no changes Oct 15 11:04:23.949 INFO kablam! Compiling installer v0.1.0 (/source) Oct 15 11:04:28.011 INFO kablam! warning: unused import: `self` Oct 15 11:04:28.011 INFO kablam! --> src/main.rs:10:15 Oct 15 11:04:28.011 INFO kablam! | Oct 15 11:04:28.011 INFO kablam! 10 | use std::fs::{self, DirBuilder}; Oct 15 11:04:28.011 INFO kablam! | ^^^^ Oct 15 11:04:28.011 INFO kablam! | Oct 15 11:04:28.011 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 11:04:28.011 INFO kablam! Oct 15 11:04:28.031 INFO kablam! warning: unnecessary parentheses around `if let` head expression Oct 15 11:04:28.031 INFO kablam! --> src/main.rs:81:21 Oct 15 11:04:28.031 INFO kablam! | Oct 15 11:04:28.031 INFO kablam! 81 | if let Some(o) = (softwares.get(software)){ Oct 15 11:04:28.031 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 11:04:28.031 INFO kablam! | Oct 15 11:04:28.031 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 11:04:28.031 INFO kablam! Oct 15 11:04:28.115 INFO kablam! warning: unused variable: `matches` Oct 15 11:04:28.115 INFO kablam! --> src/main.rs:22:17 Oct 15 11:04:28.115 INFO kablam! | Oct 15 11:04:28.115 INFO kablam! 22 | if let Some(matches) = matches.subcommand_matches("hello_there") { Oct 15 11:04:28.115 INFO kablam! | ^^^^^^^ help: consider using `_matches` instead Oct 15 11:04:28.115 INFO kablam! | Oct 15 11:04:28.115 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 11:04:28.115 INFO kablam! Oct 15 11:04:28.127 INFO kablam! warning: function is never used: `create_file` Oct 15 11:04:28.127 INFO kablam! --> src/main.rs:36:1 Oct 15 11:04:28.127 INFO kablam! | Oct 15 11:04:28.127 INFO kablam! 36 | fn create_file() -> std::io::Result<()>{ Oct 15 11:04:28.127 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:04:28.127 INFO kablam! | Oct 15 11:04:28.127 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 11:04:28.127 INFO kablam! Oct 15 11:04:28.127 INFO kablam! warning: function is never used: `get_page` Oct 15 11:04:28.127 INFO kablam! --> src/main.rs:41:1 Oct 15 11:04:28.127 INFO kablam! | Oct 15 11:04:28.127 INFO kablam! 41 | fn get_page(url: &str) -> Result{ Oct 15 11:04:28.127 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:04:28.127 INFO kablam! Oct 15 11:04:28.127 INFO kablam! warning: enum is never used: `Error` Oct 15 11:04:28.127 INFO kablam! --> src/main.rs:63:1 Oct 15 11:04:28.127 INFO kablam! | Oct 15 11:04:28.127 INFO kablam! 63 | enum Error{ Oct 15 11:04:28.127 INFO kablam! | ^^^^^^^^^^ Oct 15 11:04:28.128 INFO kablam! Oct 15 11:04:28.139 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 11:04:28.139 INFO kablam! --> src/main.rs:18:2 Oct 15 11:04:28.139 INFO kablam! | Oct 15 11:04:28.139 INFO kablam! 18 | get_save("https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png"); Oct 15 11:04:28.139 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:04:28.139 INFO kablam! | Oct 15 11:04:28.139 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 11:04:28.139 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 11:04:28.139 INFO kablam! Oct 15 11:04:28.139 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 11:04:28.139 INFO kablam! --> src/main.rs:48:2 Oct 15 11:04:28.139 INFO kablam! | Oct 15 11:04:28.139 INFO kablam! 48 | resp.copy_to(&mut file); Oct 15 11:04:28.139 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:04:28.139 INFO kablam! | Oct 15 11:04:28.139 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 11:04:28.139 INFO kablam! Oct 15 11:04:28.139 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 11:04:28.139 INFO kablam! --> src/main.rs:55:2 Oct 15 11:04:28.139 INFO kablam! | Oct 15 11:04:28.139 INFO kablam! 55 | DirBuilder::new() Oct 15 11:04:28.139 INFO kablam! | _____^ Oct 15 11:04:28.139 INFO kablam! 56 | | .recursive(true) Oct 15 11:04:28.139 INFO kablam! 57 | | .create(&path); Oct 15 11:04:28.139 INFO kablam! | |_______________________^ Oct 15 11:04:28.139 INFO kablam! | Oct 15 11:04:28.139 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 11:04:28.139 INFO kablam! Oct 15 11:04:28.139 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 11:04:28.139 INFO kablam! --> src/main.rs:59:2 Oct 15 11:04:28.139 INFO kablam! | Oct 15 11:04:28.139 INFO kablam! 59 | DirBuilder::new() Oct 15 11:04:28.139 INFO kablam! | _____^ Oct 15 11:04:28.139 INFO kablam! 60 | | .recursive(true) Oct 15 11:04:28.139 INFO kablam! 61 | | .create(&path); Oct 15 11:04:28.139 INFO kablam! | |_______________________^ Oct 15 11:04:28.139 INFO kablam! | Oct 15 11:04:28.139 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 11:04:28.139 INFO kablam! Oct 15 11:04:28.687 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.93s Oct 15 11:04:28.707 INFO kablam! su: No module specific data is present Oct 15 11:04:29.839 INFO running `"docker" "rm" "-f" "c5499493d7636ec5e69ef67a726b26e1a5ffef3e565de32b5dec341cc5f6de5e"` Oct 15 11:04:30.050 INFO blam! c5499493d7636ec5e69ef67a726b26e1a5ffef3e565de32b5dec341cc5f6de5e Oct 15 11:04:30.059 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 11:04:30.539 INFO blam! 0e9072a12ce1c55e0f176d308dbeabe303d8c6a5b4319c126be12ec512ec58f9 Oct 15 11:04:30.545 INFO running `"docker" "start" "-a" "0e9072a12ce1c55e0f176d308dbeabe303d8c6a5b4319c126be12ec512ec58f9"` Oct 15 11:04:31.505 INFO kablam! usermod: no changes Oct 15 11:04:31.779 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.24s Oct 15 11:04:31.811 INFO kablam! Running /target/debug/deps/installer-c9670a248870c2b6 Oct 15 11:04:31.811 INFO kablam! su: No module specific data is present Oct 15 11:04:31.811 INFO blam! Oct 15 11:04:31.811 INFO blam! running 0 tests Oct 15 11:04:31.811 INFO blam! Oct 15 11:04:31.811 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 11:04:31.811 INFO blam! Oct 15 11:04:32.615 INFO running `"docker" "rm" "-f" "0e9072a12ce1c55e0f176d308dbeabe303d8c6a5b4319c126be12ec512ec58f9"` Oct 15 11:04:32.828 INFO blam! 0e9072a12ce1c55e0f176d308dbeabe303d8c6a5b4319c126be12ec512ec58f9