Oct 15 11:02:57.639 INFO testing FRC6644/installer against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 11:02:57.640 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:02:58.256 INFO blam! 34024d12d18a4253c8b11d1f78a1ddebe2719750c795a72b31f28008afb52f3e Oct 15 11:02:58.257 INFO running `"docker" "start" "-a" "34024d12d18a4253c8b11d1f78a1ddebe2719750c795a72b31f28008afb52f3e"` Oct 15 11:02:59.918 INFO kablam! usermod: no changes Oct 15 11:03:00.339 INFO kablam! Compiling clap v2.27.1 Oct 15 11:03:00.348 INFO kablam! Compiling tokio-threadpool v0.1.6 Oct 15 11:03:00.348 INFO kablam! Compiling tokio-reactor v0.1.5 Oct 15 11:03:05.666 INFO kablam! Compiling tokio-tcp v0.1.1 Oct 15 11:03:05.666 INFO kablam! Compiling tokio-uds v0.2.1 Oct 15 11:03:05.666 INFO kablam! Compiling tokio-udp v0.1.2 Oct 15 11:03:08.808 INFO kablam! Compiling tokio-fs v0.1.3 Oct 15 11:03:14.407 INFO kablam! Compiling tokio v0.1.8 Oct 15 11:03:19.583 INFO kablam! Compiling hyper v0.12.10 Oct 15 11:03:43.513 INFO kablam! Compiling hyper-tls v0.3.0 Oct 15 11:03:48.699 INFO kablam! Compiling reqwest v0.9.2 Oct 15 11:04:00.979 INFO kablam! Compiling installer v0.1.0 (/source) Oct 15 11:04:04.795 INFO kablam! warning: unused import: `self` Oct 15 11:04:04.795 INFO kablam! --> src/main.rs:10:15 Oct 15 11:04:04.795 INFO kablam! | Oct 15 11:04:04.795 INFO kablam! 10 | use std::fs::{self, DirBuilder}; Oct 15 11:04:04.795 INFO kablam! | ^^^^ Oct 15 11:04:04.795 INFO kablam! | Oct 15 11:04:04.795 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 11:04:04.795 INFO kablam! Oct 15 11:04:04.795 INFO kablam! warning: unnecessary parentheses around `if let` head expression Oct 15 11:04:04.795 INFO kablam! --> src/main.rs:81:21 Oct 15 11:04:04.795 INFO kablam! | Oct 15 11:04:04.795 INFO kablam! 81 | if let Some(o) = (softwares.get(software)){ Oct 15 11:04:04.795 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 11:04:04.795 INFO kablam! | Oct 15 11:04:04.795 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 11:04:04.795 INFO kablam! Oct 15 11:04:04.885 INFO kablam! warning: unused variable: `matches` Oct 15 11:04:04.885 INFO kablam! --> src/main.rs:22:17 Oct 15 11:04:04.885 INFO kablam! | Oct 15 11:04:04.885 INFO kablam! 22 | if let Some(matches) = matches.subcommand_matches("hello_there") { Oct 15 11:04:04.885 INFO kablam! | ^^^^^^^ help: consider using `_matches` instead Oct 15 11:04:04.885 INFO kablam! | Oct 15 11:04:04.885 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 11:04:04.885 INFO kablam! Oct 15 11:04:04.898 INFO kablam! warning: function is never used: `create_file` Oct 15 11:04:04.898 INFO kablam! --> src/main.rs:36:1 Oct 15 11:04:04.898 INFO kablam! | Oct 15 11:04:04.898 INFO kablam! 36 | fn create_file() -> std::io::Result<()>{ Oct 15 11:04:04.898 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:04:04.898 INFO kablam! | Oct 15 11:04:04.898 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 11:04:04.898 INFO kablam! Oct 15 11:04:04.898 INFO kablam! warning: function is never used: `get_page` Oct 15 11:04:04.898 INFO kablam! --> src/main.rs:41:1 Oct 15 11:04:04.898 INFO kablam! | Oct 15 11:04:04.898 INFO kablam! 41 | fn get_page(url: &str) -> Result{ Oct 15 11:04:04.898 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:04:04.898 INFO kablam! Oct 15 11:04:04.898 INFO kablam! warning: enum is never used: `Error` Oct 15 11:04:04.898 INFO kablam! --> src/main.rs:63:1 Oct 15 11:04:04.898 INFO kablam! | Oct 15 11:04:04.898 INFO kablam! 63 | enum Error{ Oct 15 11:04:04.898 INFO kablam! | ^^^^^^^^^^ Oct 15 11:04:04.898 INFO kablam! Oct 15 11:04:04.908 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 11:04:04.908 INFO kablam! --> src/main.rs:18:2 Oct 15 11:04:04.908 INFO kablam! | Oct 15 11:04:04.908 INFO kablam! 18 | get_save("https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png"); Oct 15 11:04:04.908 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:04:04.908 INFO kablam! | Oct 15 11:04:04.908 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 11:04:04.908 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 11:04:04.908 INFO kablam! Oct 15 11:04:04.908 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 11:04:04.908 INFO kablam! --> src/main.rs:48:2 Oct 15 11:04:04.909 INFO kablam! | Oct 15 11:04:04.909 INFO kablam! 48 | resp.copy_to(&mut file); Oct 15 11:04:04.909 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:04:04.909 INFO kablam! | Oct 15 11:04:04.909 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 11:04:04.909 INFO kablam! Oct 15 11:04:04.909 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 11:04:04.909 INFO kablam! --> src/main.rs:55:2 Oct 15 11:04:04.909 INFO kablam! | Oct 15 11:04:04.909 INFO kablam! 55 | DirBuilder::new() Oct 15 11:04:04.909 INFO kablam! | _____^ Oct 15 11:04:04.909 INFO kablam! 56 | | .recursive(true) Oct 15 11:04:04.909 INFO kablam! 57 | | .create(&path); Oct 15 11:04:04.909 INFO kablam! | |_______________________^ Oct 15 11:04:04.909 INFO kablam! | Oct 15 11:04:04.909 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 11:04:04.909 INFO kablam! Oct 15 11:04:04.909 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 11:04:04.909 INFO kablam! --> src/main.rs:59:2 Oct 15 11:04:04.909 INFO kablam! | Oct 15 11:04:04.909 INFO kablam! 59 | DirBuilder::new() Oct 15 11:04:04.909 INFO kablam! | _____^ Oct 15 11:04:04.909 INFO kablam! 60 | | .recursive(true) Oct 15 11:04:04.909 INFO kablam! 61 | | .create(&path); Oct 15 11:04:04.909 INFO kablam! | |_______________________^ Oct 15 11:04:04.909 INFO kablam! | Oct 15 11:04:04.909 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 11:04:04.909 INFO kablam! Oct 15 11:04:10.316 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 10s Oct 15 11:04:10.330 INFO kablam! su: No module specific data is present Oct 15 11:04:12.039 INFO running `"docker" "rm" "-f" "34024d12d18a4253c8b11d1f78a1ddebe2719750c795a72b31f28008afb52f3e"` Oct 15 11:04:12.385 INFO blam! 34024d12d18a4253c8b11d1f78a1ddebe2719750c795a72b31f28008afb52f3e Oct 15 11:04:12.395 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:12.959 INFO blam! 2e9e3f53ec928efeff1e35e43da7857a06995b129c7f6f82fbd0ab153154f931 Oct 15 11:04:12.965 INFO running `"docker" "start" "-a" "2e9e3f53ec928efeff1e35e43da7857a06995b129c7f6f82fbd0ab153154f931"` Oct 15 11:04:14.263 INFO kablam! usermod: no changes Oct 15 11:04:14.679 INFO kablam! Compiling installer v0.1.0 (/source) Oct 15 11:04:18.627 INFO kablam! warning: unused import: `self` Oct 15 11:04:18.627 INFO kablam! --> src/main.rs:10:15 Oct 15 11:04:18.627 INFO kablam! | Oct 15 11:04:18.627 INFO kablam! 10 | use std::fs::{self, DirBuilder}; Oct 15 11:04:18.627 INFO kablam! | ^^^^ Oct 15 11:04:18.627 INFO kablam! | Oct 15 11:04:18.627 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 11:04:18.627 INFO kablam! Oct 15 11:04:18.627 INFO kablam! warning: unnecessary parentheses around `if let` head expression Oct 15 11:04:18.627 INFO kablam! --> src/main.rs:81:21 Oct 15 11:04:18.627 INFO kablam! | Oct 15 11:04:18.627 INFO kablam! 81 | if let Some(o) = (softwares.get(software)){ Oct 15 11:04:18.627 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 11:04:18.627 INFO kablam! | Oct 15 11:04:18.627 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 11:04:18.627 INFO kablam! Oct 15 11:04:18.711 INFO kablam! warning: unused variable: `matches` Oct 15 11:04:18.711 INFO kablam! --> src/main.rs:22:17 Oct 15 11:04:18.711 INFO kablam! | Oct 15 11:04:18.711 INFO kablam! 22 | if let Some(matches) = matches.subcommand_matches("hello_there") { Oct 15 11:04:18.711 INFO kablam! | ^^^^^^^ help: consider using `_matches` instead Oct 15 11:04:18.711 INFO kablam! | Oct 15 11:04:18.711 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 11:04:18.711 INFO kablam! Oct 15 11:04:18.723 INFO kablam! warning: function is never used: `create_file` Oct 15 11:04:18.723 INFO kablam! --> src/main.rs:36:1 Oct 15 11:04:18.723 INFO kablam! | Oct 15 11:04:18.723 INFO kablam! 36 | fn create_file() -> std::io::Result<()>{ Oct 15 11:04:18.723 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:04:18.723 INFO kablam! | Oct 15 11:04:18.723 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 11:04:18.723 INFO kablam! Oct 15 11:04:18.723 INFO kablam! warning: function is never used: `get_page` Oct 15 11:04:18.723 INFO kablam! --> src/main.rs:41:1 Oct 15 11:04:18.723 INFO kablam! | Oct 15 11:04:18.723 INFO kablam! 41 | fn get_page(url: &str) -> Result{ Oct 15 11:04:18.723 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:04:18.723 INFO kablam! Oct 15 11:04:18.723 INFO kablam! warning: enum is never used: `Error` Oct 15 11:04:18.723 INFO kablam! --> src/main.rs:63:1 Oct 15 11:04:18.723 INFO kablam! | Oct 15 11:04:18.723 INFO kablam! 63 | enum Error{ Oct 15 11:04:18.723 INFO kablam! | ^^^^^^^^^^ Oct 15 11:04:18.723 INFO kablam! Oct 15 11:04:18.731 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 11:04:18.731 INFO kablam! --> src/main.rs:18:2 Oct 15 11:04:18.731 INFO kablam! | Oct 15 11:04:18.731 INFO kablam! 18 | get_save("https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png"); Oct 15 11:04:18.731 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:04:18.731 INFO kablam! | Oct 15 11:04:18.731 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 11:04:18.731 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 11:04:18.731 INFO kablam! Oct 15 11:04:18.735 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 11:04:18.735 INFO kablam! --> src/main.rs:48:2 Oct 15 11:04:18.735 INFO kablam! | Oct 15 11:04:18.735 INFO kablam! 48 | resp.copy_to(&mut file); Oct 15 11:04:18.735 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:04:18.735 INFO kablam! | Oct 15 11:04:18.735 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 11:04:18.735 INFO kablam! Oct 15 11:04:18.735 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 11:04:18.735 INFO kablam! --> src/main.rs:55:2 Oct 15 11:04:18.735 INFO kablam! | Oct 15 11:04:18.735 INFO kablam! 55 | DirBuilder::new() Oct 15 11:04:18.735 INFO kablam! | _____^ Oct 15 11:04:18.735 INFO kablam! 56 | | .recursive(true) Oct 15 11:04:18.735 INFO kablam! 57 | | .create(&path); Oct 15 11:04:18.735 INFO kablam! | |_______________________^ Oct 15 11:04:18.735 INFO kablam! | Oct 15 11:04:18.735 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 11:04:18.735 INFO kablam! Oct 15 11:04:18.735 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 11:04:18.735 INFO kablam! --> src/main.rs:59:2 Oct 15 11:04:18.735 INFO kablam! | Oct 15 11:04:18.736 INFO kablam! 59 | DirBuilder::new() Oct 15 11:04:18.736 INFO kablam! | _____^ Oct 15 11:04:18.736 INFO kablam! 60 | | .recursive(true) Oct 15 11:04:18.736 INFO kablam! 61 | | .create(&path); Oct 15 11:04:18.736 INFO kablam! | |_______________________^ Oct 15 11:04:18.736 INFO kablam! | Oct 15 11:04:18.736 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 11:04:18.736 INFO kablam! Oct 15 11:04:19.251 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.96s Oct 15 11:04:19.270 INFO kablam! su: No module specific data is present Oct 15 11:04:19.637 INFO running `"docker" "rm" "-f" "2e9e3f53ec928efeff1e35e43da7857a06995b129c7f6f82fbd0ab153154f931"` Oct 15 11:04:19.743 INFO blam! 2e9e3f53ec928efeff1e35e43da7857a06995b129c7f6f82fbd0ab153154f931 Oct 15 11:04:19.748 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:19.975 INFO blam! d7d2d682d369f18351b9bfeff8afb201fc9d5a56852d588db9780bdfe15ac4c8 Oct 15 11:04:19.979 INFO running `"docker" "start" "-a" "d7d2d682d369f18351b9bfeff8afb201fc9d5a56852d588db9780bdfe15ac4c8"` Oct 15 11:04:20.750 INFO kablam! usermod: no changes Oct 15 11:04:21.107 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.33s Oct 15 11:04:21.123 INFO kablam! Running /target/debug/deps/installer-017cee1b2b2dfc3a Oct 15 11:04:21.133 INFO blam! Oct 15 11:04:21.133 INFO blam! running 0 tests Oct 15 11:04:21.133 INFO blam! Oct 15 11:04:21.133 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 11:04:21.133 INFO blam! Oct 15 11:04:21.136 INFO kablam! su: No module specific data is present Oct 15 11:04:21.779 INFO running `"docker" "rm" "-f" "d7d2d682d369f18351b9bfeff8afb201fc9d5a56852d588db9780bdfe15ac4c8"` Oct 15 11:04:22.103 INFO blam! d7d2d682d369f18351b9bfeff8afb201fc9d5a56852d588db9780bdfe15ac4c8