Oct 26 23:13:04.545 INFO checking p00s/Tinywget against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 26 23:13:04.547 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-0/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-alt check --frozen --all --all-targets" "-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 26 23:13:04.961 INFO blam! 454389f26d0171c45474f083d053033a1b42513f43d6b11fe101b0aa7915c67c Oct 26 23:13:04.967 INFO running `"docker" "start" "-a" "454389f26d0171c45474f083d053033a1b42513f43d6b11fe101b0aa7915c67c"` Oct 26 23:13:05.959 INFO kablam! usermod: no changes Oct 26 23:13:06.107 INFO kablam! Compiling openssl v0.9.11 Oct 26 23:13:06.107 INFO kablam! Compiling openssl-sys v0.9.11 Oct 26 23:13:06.115 INFO kablam! Checking num_cpus v1.4.0 Oct 26 23:13:06.115 INFO kablam! Checking time v0.1.37 Oct 26 23:13:06.115 INFO kablam! Compiling hyper v0.10.9 Oct 26 23:13:13.517 INFO kablam! Checking native-tls v0.1.2 Oct 26 23:13:14.100 INFO kablam! Checking hyper-native-tls v0.2.2 Oct 26 23:13:14.863 INFO kablam! Checking Tinywget v0.1.0 (/source) Oct 26 23:13:15.747 INFO kablam! warning: unused import: `std::io` Oct 26 23:13:15.747 INFO kablam! --> src/lib.rs:8:5 Oct 26 23:13:15.747 INFO kablam! | Oct 26 23:13:15.747 INFO kablam! 8 | use std::io; Oct 26 23:13:15.747 INFO kablam! | ^^^^^^^ Oct 26 23:13:15.747 INFO kablam! | Oct 26 23:13:15.747 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 23:13:15.747 INFO kablam! Oct 26 23:13:15.851 INFO kablam! warning: unused variable: `read` Oct 26 23:13:15.851 INFO kablam! --> src/lib.rs:81:45 Oct 26 23:13:15.851 INFO kablam! | Oct 26 23:13:15.851 INFO kablam! 81 | let mut read = 0; Oct 26 23:13:15.852 INFO kablam! | ^^^^ help: consider using `_read` instead Oct 26 23:13:15.852 INFO kablam! | Oct 26 23:13:15.852 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 23:13:15.852 INFO kablam! Oct 26 23:13:15.866 INFO kablam! warning: variable does not need to be mutable Oct 26 23:13:15.866 INFO kablam! --> src/lib.rs:37:21 Oct 26 23:13:15.867 INFO kablam! | Oct 26 23:13:15.867 INFO kablam! 37 | let mut file_name_vec = url.split("/").collect::>(); Oct 26 23:13:15.867 INFO kablam! | ----^^^^^^^^^^^^^ Oct 26 23:13:15.867 INFO kablam! | | Oct 26 23:13:15.868 INFO kablam! | help: remove this `mut` Oct 26 23:13:15.868 INFO kablam! | Oct 26 23:13:15.868 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 26 23:13:15.868 INFO kablam! Oct 26 23:13:15.869 INFO kablam! warning: variable does not need to be mutable Oct 26 23:13:15.869 INFO kablam! --> src/lib.rs:49:17 Oct 26 23:13:15.869 INFO kablam! | Oct 26 23:13:15.869 INFO kablam! 49 | let mut file_name_vec = uri.split("/").collect::>(); Oct 26 23:13:15.870 INFO kablam! | ----^^^^^^^^^^^^^ Oct 26 23:13:15.870 INFO kablam! | | Oct 26 23:13:15.870 INFO kablam! | help: remove this `mut` Oct 26 23:13:15.870 INFO kablam! Oct 26 23:13:15.871 INFO kablam! warning: variable does not need to be mutable Oct 26 23:13:15.871 INFO kablam! --> src/lib.rs:58:13 Oct 26 23:13:15.871 INFO kablam! | Oct 26 23:13:15.872 INFO kablam! 58 | let mut file_name_vec = url.split("/").collect::>(); Oct 26 23:13:15.872 INFO kablam! | ----^^^^^^^^^^^^^ Oct 26 23:13:15.872 INFO kablam! | | Oct 26 23:13:15.872 INFO kablam! | help: remove this `mut` Oct 26 23:13:15.873 INFO kablam! Oct 26 23:13:15.873 INFO kablam! warning: crate `Tinywget` should have a snake case name such as `tinywget` Oct 26 23:13:15.873 INFO kablam! | Oct 26 23:13:15.873 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 26 23:13:15.874 INFO kablam! Oct 26 23:13:16.079 INFO kablam! warning: unused import: `std::io` Oct 26 23:13:16.079 INFO kablam! --> src/lib.rs:8:5 Oct 26 23:13:16.080 INFO kablam! | Oct 26 23:13:16.080 INFO kablam! 8 | use std::io; Oct 26 23:13:16.080 INFO kablam! | ^^^^^^^ Oct 26 23:13:16.080 INFO kablam! | Oct 26 23:13:16.081 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 23:13:16.081 INFO kablam! Oct 26 23:13:16.179 INFO kablam! warning: unused variable: `read` Oct 26 23:13:16.179 INFO kablam! --> src/lib.rs:81:45 Oct 26 23:13:16.180 INFO kablam! | Oct 26 23:13:16.180 INFO kablam! 81 | let mut read = 0; Oct 26 23:13:16.180 INFO kablam! | ^^^^ help: consider using `_read` instead Oct 26 23:13:16.181 INFO kablam! | Oct 26 23:13:16.181 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 23:13:16.181 INFO kablam! Oct 26 23:13:16.183 INFO kablam! warning: variable does not need to be mutable Oct 26 23:13:16.183 INFO kablam! --> src/lib.rs:37:21 Oct 26 23:13:16.183 INFO kablam! | Oct 26 23:13:16.183 INFO kablam! 37 | let mut file_name_vec = url.split("/").collect::>(); Oct 26 23:13:16.183 INFO kablam! | ----^^^^^^^^^^^^^ Oct 26 23:13:16.183 INFO kablam! | | Oct 26 23:13:16.183 INFO kablam! | help: remove this `mut` Oct 26 23:13:16.183 INFO kablam! | Oct 26 23:13:16.183 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 26 23:13:16.183 INFO kablam! Oct 26 23:13:16.183 INFO kablam! warning: variable does not need to be mutable Oct 26 23:13:16.183 INFO kablam! --> src/lib.rs:49:17 Oct 26 23:13:16.183 INFO kablam! | Oct 26 23:13:16.183 INFO kablam! 49 | let mut file_name_vec = uri.split("/").collect::>(); Oct 26 23:13:16.183 INFO kablam! | ----^^^^^^^^^^^^^ Oct 26 23:13:16.183 INFO kablam! | | Oct 26 23:13:16.183 INFO kablam! | help: remove this `mut` Oct 26 23:13:16.183 INFO kablam! Oct 26 23:13:16.183 INFO kablam! warning: variable does not need to be mutable Oct 26 23:13:16.183 INFO kablam! --> src/lib.rs:58:13 Oct 26 23:13:16.183 INFO kablam! | Oct 26 23:13:16.183 INFO kablam! 58 | let mut file_name_vec = url.split("/").collect::>(); Oct 26 23:13:16.183 INFO kablam! | ----^^^^^^^^^^^^^ Oct 26 23:13:16.183 INFO kablam! | | Oct 26 23:13:16.183 INFO kablam! | help: remove this `mut` Oct 26 23:13:16.183 INFO kablam! Oct 26 23:13:16.187 INFO kablam! warning: crate `Tinywget` should have a snake case name such as `tinywget` Oct 26 23:13:16.187 INFO kablam! | Oct 26 23:13:16.187 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 26 23:13:16.187 INFO kablam! Oct 26 23:13:17.203 INFO kablam! warning: crate `Tinywget` should have a snake case name such as `tinywget` Oct 26 23:13:17.203 INFO kablam! | Oct 26 23:13:17.203 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 26 23:13:17.203 INFO kablam! Oct 26 23:13:17.355 INFO kablam! warning: crate `Tinywget` should have a snake case name such as `tinywget` Oct 26 23:13:17.355 INFO kablam! | Oct 26 23:13:17.355 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 26 23:13:17.355 INFO kablam! Oct 26 23:13:17.403 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 11.42s Oct 26 23:13:17.415 INFO kablam! su: No module specific data is present Oct 26 23:13:18.549 INFO running `"docker" "rm" "-f" "454389f26d0171c45474f083d053033a1b42513f43d6b11fe101b0aa7915c67c"` Oct 26 23:13:18.915 INFO blam! 454389f26d0171c45474f083d053033a1b42513f43d6b11fe101b0aa7915c67c