Oct 15 11:59:18.872 INFO testing Chabare/weather-rs against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 11:59:18.872 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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:59:19.267 INFO blam! e542596153ea67421d947cbc4551440938db134a7906e5ad92c17b08e7c07434 Oct 15 11:59:19.275 INFO running `"docker" "start" "-a" "e542596153ea67421d947cbc4551440938db134a7906e5ad92c17b08e7c07434"` Oct 15 11:59:20.577 INFO kablam! usermod: no changes Oct 15 11:59:20.880 INFO kablam! Compiling serde_json v1.0.10 Oct 15 11:59:20.880 INFO kablam! Compiling futures-cpupool v0.1.8 Oct 15 11:59:20.887 INFO kablam! Compiling tokio-io v0.1.6 Oct 15 11:59:20.895 INFO kablam! Compiling openssl-sys v0.9.27 Oct 15 11:59:20.895 INFO kablam! Compiling openssl v0.9.24 Oct 15 11:59:20.895 INFO kablam! Compiling tokio-threadpool v0.1.0 Oct 15 11:59:20.895 INFO kablam! Compiling serde_urlencoded v0.5.1 Oct 15 11:59:20.895 INFO kablam! Compiling chrono v0.4.0 Oct 15 11:59:27.403 INFO kablam! Compiling tokio-reactor v0.1.0 Oct 15 11:59:33.411 INFO kablam! Compiling tokio v0.1.2 Oct 15 11:59:38.359 INFO kablam! Compiling tokio-core v0.1.13 Oct 15 11:59:41.979 INFO kablam! Compiling native-tls v0.1.5 Oct 15 11:59:45.619 INFO kablam! Compiling tokio-proto v0.1.1 Oct 15 11:59:45.619 INFO kablam! Compiling tokio-tls v0.1.4 Oct 15 11:59:49.783 INFO kablam! Compiling hyper v0.11.22 Oct 15 12:00:00.823 INFO kablam! Compiling hyper-tls v0.1.2 Oct 15 12:00:03.752 INFO kablam! Compiling reqwest v0.8.5 Oct 15 12:00:14.588 INFO kablam! Compiling weather v0.1.0 (/source) Oct 15 12:00:19.007 INFO kablam! warning: unused imports: `borrow`, `env` Oct 15 12:00:19.008 INFO kablam! --> src/lib.rs:10:11 Oct 15 12:00:19.008 INFO kablam! | Oct 15 12:00:19.008 INFO kablam! 10 | use std::{borrow, env, io}; Oct 15 12:00:19.009 INFO kablam! | ^^^^^^ ^^^ Oct 15 12:00:19.009 INFO kablam! | Oct 15 12:00:19.009 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 12:00:19.010 INFO kablam! Oct 15 12:00:19.010 INFO kablam! warning: unused import: `std::fmt` Oct 15 12:00:19.010 INFO kablam! --> src/api/models.rs:3:5 Oct 15 12:00:19.011 INFO kablam! | Oct 15 12:00:19.011 INFO kablam! 3 | use std::fmt; Oct 15 12:00:19.011 INFO kablam! | ^^^^^^^^ Oct 15 12:00:19.012 INFO kablam! Oct 15 12:00:19.012 INFO kablam! warning: unused import: `serde::de` Oct 15 12:00:19.012 INFO kablam! --> src/api/models.rs:4:5 Oct 15 12:00:19.013 INFO kablam! | Oct 15 12:00:19.013 INFO kablam! 4 | use serde::de; Oct 15 12:00:19.013 INFO kablam! | ^^^^^^^^^ Oct 15 12:00:19.014 INFO kablam! Oct 15 12:00:19.463 INFO kablam! warning: unused variable: `e` Oct 15 12:00:19.463 INFO kablam! --> src/lib.rs:44:17 Oct 15 12:00:19.463 INFO kablam! | Oct 15 12:00:19.463 INFO kablam! 44 | Err(e) => panic!() // TODO Oct 15 12:00:19.463 INFO kablam! | ^ help: consider using `_e` instead Oct 15 12:00:19.463 INFO kablam! | Oct 15 12:00:19.463 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 12:00:19.463 INFO kablam! Oct 15 12:00:19.463 INFO kablam! warning: unused variable: `e` Oct 15 12:00:19.463 INFO kablam! --> src/lib.rs:94:25 Oct 15 12:00:19.463 INFO kablam! | Oct 15 12:00:19.463 INFO kablam! 94 | Err(e) => return Err(io::Error::from(io::ErrorKind::InvalidInput)) Oct 15 12:00:19.463 INFO kablam! | ^ help: consider using `_e` instead Oct 15 12:00:19.463 INFO kablam! Oct 15 12:00:19.463 INFO kablam! warning: unused variable: `city_name` Oct 15 12:00:19.463 INFO kablam! --> src/lib.rs:108:20 Oct 15 12:00:19.463 INFO kablam! | Oct 15 12:00:19.463 INFO kablam! 108 | fn get_current(city_name: String) -> Weather { Oct 15 12:00:19.463 INFO kablam! | ^^^^^^^^^ help: consider using `_city_name` instead Oct 15 12:00:19.463 INFO kablam! Oct 15 12:00:19.463 INFO kablam! warning: unused variable: `city_name` Oct 15 12:00:19.463 INFO kablam! --> src/lib.rs:112:24 Oct 15 12:00:19.463 INFO kablam! | Oct 15 12:00:19.463 INFO kablam! 112 | fn get_forecast(city_name: String, days: u64) -> R where R: ForecastIterator { Oct 15 12:00:19.463 INFO kablam! | ^^^^^^^^^ help: consider using `_city_name` instead Oct 15 12:00:19.463 INFO kablam! Oct 15 12:00:19.463 INFO kablam! warning: unused variable: `days` Oct 15 12:00:19.463 INFO kablam! --> src/lib.rs:112:43 Oct 15 12:00:19.463 INFO kablam! | Oct 15 12:00:19.463 INFO kablam! 112 | fn get_forecast(city_name: String, days: u64) -> R where R: ForecastIterator { Oct 15 12:00:19.463 INFO kablam! | ^^^^ help: consider using `_days` instead Oct 15 12:00:19.463 INFO kablam! Oct 15 12:00:28.936 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 08s Oct 15 12:00:28.955 INFO kablam! su: No module specific data is present Oct 15 12:00:29.964 INFO running `"docker" "rm" "-f" "e542596153ea67421d947cbc4551440938db134a7906e5ad92c17b08e7c07434"` Oct 15 12:00:30.271 INFO blam! e542596153ea67421d947cbc4551440938db134a7906e5ad92c17b08e7c07434 Oct 15 12:00:30.277 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 12:00:30.609 INFO blam! c38b0cfb20d385e3302e22f530ed4e3759dbddd7a34b216f454b542bdcbaaed4 Oct 15 12:00:30.611 INFO running `"docker" "start" "-a" "c38b0cfb20d385e3302e22f530ed4e3759dbddd7a34b216f454b542bdcbaaed4"` Oct 15 12:00:31.395 INFO kablam! usermod: no changes Oct 15 12:00:31.549 INFO kablam! Compiling weather v0.1.0 (/source) Oct 15 12:00:35.871 INFO kablam! warning: unused imports: `borrow`, `env` Oct 15 12:00:35.871 INFO kablam! --> src/lib.rs:10:11 Oct 15 12:00:35.871 INFO kablam! | Oct 15 12:00:35.871 INFO kablam! 10 | use std::{borrow, env, io}; Oct 15 12:00:35.871 INFO kablam! | ^^^^^^ ^^^ Oct 15 12:00:35.871 INFO kablam! | Oct 15 12:00:35.871 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 12:00:35.871 INFO kablam! Oct 15 12:00:35.871 INFO kablam! warning: unused import: `std::fmt` Oct 15 12:00:35.871 INFO kablam! --> src/api/models.rs:3:5 Oct 15 12:00:35.871 INFO kablam! | Oct 15 12:00:35.871 INFO kablam! 3 | use std::fmt; Oct 15 12:00:35.871 INFO kablam! | ^^^^^^^^ Oct 15 12:00:35.871 INFO kablam! Oct 15 12:00:35.871 INFO kablam! warning: unused import: `serde::de` Oct 15 12:00:35.871 INFO kablam! --> src/api/models.rs:4:5 Oct 15 12:00:35.871 INFO kablam! | Oct 15 12:00:35.871 INFO kablam! 4 | use serde::de; Oct 15 12:00:35.871 INFO kablam! | ^^^^^^^^^ Oct 15 12:00:35.871 INFO kablam! Oct 15 12:00:36.767 INFO kablam! warning: unused variable: `e` Oct 15 12:00:36.767 INFO kablam! --> src/lib.rs:44:17 Oct 15 12:00:36.767 INFO kablam! | Oct 15 12:00:36.767 INFO kablam! 44 | Err(e) => panic!() // TODO Oct 15 12:00:36.767 INFO kablam! | ^ help: consider using `_e` instead Oct 15 12:00:36.767 INFO kablam! | Oct 15 12:00:36.775 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 12:00:36.775 INFO kablam! Oct 15 12:00:36.775 INFO kablam! warning: unused variable: `e` Oct 15 12:00:36.775 INFO kablam! --> src/lib.rs:94:25 Oct 15 12:00:36.775 INFO kablam! | Oct 15 12:00:36.775 INFO kablam! 94 | Err(e) => return Err(io::Error::from(io::ErrorKind::InvalidInput)) Oct 15 12:00:36.775 INFO kablam! | ^ help: consider using `_e` instead Oct 15 12:00:36.775 INFO kablam! Oct 15 12:00:36.775 INFO kablam! warning: unused variable: `city_name` Oct 15 12:00:36.775 INFO kablam! --> src/lib.rs:108:20 Oct 15 12:00:36.775 INFO kablam! | Oct 15 12:00:36.775 INFO kablam! 108 | fn get_current(city_name: String) -> Weather { Oct 15 12:00:36.775 INFO kablam! | ^^^^^^^^^ help: consider using `_city_name` instead Oct 15 12:00:36.775 INFO kablam! Oct 15 12:00:36.775 INFO kablam! warning: unused variable: `city_name` Oct 15 12:00:36.775 INFO kablam! --> src/lib.rs:112:24 Oct 15 12:00:36.775 INFO kablam! | Oct 15 12:00:36.775 INFO kablam! 112 | fn get_forecast(city_name: String, days: u64) -> R where R: ForecastIterator { Oct 15 12:00:36.775 INFO kablam! | ^^^^^^^^^ help: consider using `_city_name` instead Oct 15 12:00:36.775 INFO kablam! Oct 15 12:00:36.775 INFO kablam! warning: unused variable: `days` Oct 15 12:00:36.775 INFO kablam! --> src/lib.rs:112:43 Oct 15 12:00:36.775 INFO kablam! | Oct 15 12:00:36.775 INFO kablam! 112 | fn get_forecast(city_name: String, days: u64) -> R where R: ForecastIterator { Oct 15 12:00:36.775 INFO kablam! | ^^^^ help: consider using `_days` instead Oct 15 12:00:36.775 INFO kablam! Oct 15 12:00:37.587 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.16s Oct 15 12:00:37.590 INFO kablam! su: No module specific data is present Oct 15 12:00:38.115 INFO running `"docker" "rm" "-f" "c38b0cfb20d385e3302e22f530ed4e3759dbddd7a34b216f454b542bdcbaaed4"` Oct 15 12:00:38.254 INFO blam! c38b0cfb20d385e3302e22f530ed4e3759dbddd7a34b216f454b542bdcbaaed4 Oct 15 12:00:38.255 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 12:00:38.431 INFO blam! bf7fef19a3b2b9d874a776f6309e84e746863ba1f5e6ee32488c10bc5693f27f Oct 15 12:00:38.435 INFO running `"docker" "start" "-a" "bf7fef19a3b2b9d874a776f6309e84e746863ba1f5e6ee32488c10bc5693f27f"` Oct 15 12:00:38.940 INFO kablam! usermod: no changes Oct 15 12:00:39.106 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.12s Oct 15 12:00:39.124 INFO kablam! Running /target/debug/deps/weather-8501bd19cae8fccd Oct 15 12:00:39.127 INFO blam! Oct 15 12:00:39.127 INFO blam! running 0 tests Oct 15 12:00:39.127 INFO blam! Oct 15 12:00:39.127 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 12:00:39.127 INFO blam! Oct 15 12:00:39.128 INFO kablam! Running /target/debug/deps/weather-34b4f5f66eef5fa4 Oct 15 12:00:39.129 INFO blam! Oct 15 12:00:39.129 INFO blam! running 0 tests Oct 15 12:00:39.129 INFO blam! Oct 15 12:00:39.129 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 12:00:39.129 INFO blam! Oct 15 12:00:39.130 INFO kablam! Doc-tests weather Oct 15 12:00:45.400 INFO blam! Oct 15 12:00:45.400 INFO blam! running 0 tests Oct 15 12:00:45.400 INFO blam! Oct 15 12:00:45.400 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 12:00:45.400 INFO blam! Oct 15 12:00:45.410 INFO kablam! su: No module specific data is present Oct 15 12:00:45.677 INFO running `"docker" "rm" "-f" "bf7fef19a3b2b9d874a776f6309e84e746863ba1f5e6ee32488c10bc5693f27f"` Oct 15 12:00:45.763 INFO blam! bf7fef19a3b2b9d874a776f6309e84e746863ba1f5e6ee32488c10bc5693f27f