Nov 30 03:48:09.758 INFO checking dwerner/ks2-timelapse against master#a49316ddc99d9d595193557fc899f6c52e4d9af9 for pr-56323 Nov 30 03:48:09.758 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56323/worker-3/master#a49316ddc99d9d595193557fc899f6c52e4d9af9:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/pr-56323/master#a49316ddc99d9d595193557fc899f6c52e4d9af9:/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 +a49316ddc99d9d595193557fc899f6c52e4d9af9-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"` Nov 30 03:48:10.052 INFO [stdout] e2cb9bb1b9fc7e2dd932958357b39d93938777162cb6602941f483fc0291d9de Nov 30 03:48:10.056 INFO running `"docker" "start" "-a" "e2cb9bb1b9fc7e2dd932958357b39d93938777162cb6602941f483fc0291d9de"` Nov 30 03:48:11.184 INFO [stderr] usermod: no changes Nov 30 03:48:11.381 INFO [stderr] Checking log v0.4.5 Nov 30 03:48:11.385 INFO [stderr] Checking net2 v0.2.32 Nov 30 03:48:11.386 INFO [stderr] Checking bytes v0.4.10 Nov 30 03:48:11.386 INFO [stderr] Checking crossbeam-epoch v0.5.2 Nov 30 03:48:12.268 INFO [stderr] Checking want v0.0.6 Nov 30 03:48:13.062 INFO [stderr] Checking crossbeam-deque v0.6.1 Nov 30 03:48:13.288 INFO [stderr] Checking mio v0.6.14 Nov 30 03:48:14.400 INFO [stderr] Checking tokio-io v0.1.9 Nov 30 03:48:14.400 INFO [stderr] Checking http v0.1.13 Nov 30 03:48:15.388 INFO [stderr] Checking tokio-threadpool v0.1.7 Nov 30 03:48:16.200 INFO [stderr] Checking tokio-codec v0.1.1 Nov 30 03:48:16.308 INFO [stderr] Checking mio-uds v0.6.7 Nov 30 03:48:16.308 INFO [stderr] Checking tokio-reactor v0.1.6 Nov 30 03:48:18.575 INFO [stderr] Checking tokio-fs v0.1.3 Nov 30 03:48:19.261 INFO [stderr] Checking tokio-uds v0.2.2 Nov 30 03:48:19.261 INFO [stderr] Checking tokio-tcp v0.1.2 Nov 30 03:48:19.261 INFO [stderr] Checking tokio-udp v0.1.2 Nov 30 03:48:21.252 INFO [stderr] Checking h2 v0.1.13 Nov 30 03:48:22.218 INFO [stderr] Checking tokio v0.1.11 Nov 30 03:48:26.354 INFO [stderr] Checking hyper v0.12.12 Nov 30 03:48:31.410 INFO [stderr] Checking ks2-timelapse v0.1.0 (/source) Nov 30 03:48:31.487 INFO [stderr] error: incorrect close delimiter: `}` Nov 30 03:48:31.487 INFO [stderr] --> src/lib.rs:62:5 Nov 30 03:48:31.487 INFO [stderr] | Nov 30 03:48:31.487 INFO [stderr] 52 | pub fn take_photo(&self) -> impl Future { Nov 30 03:48:31.487 INFO [stderr] | - close delimiter possibly meant for this Nov 30 03:48:31.487 INFO [stderr] ... Nov 30 03:48:31.487 INFO [stderr] 55 | client.request((format!("http://{}/camera/shoot", self.ip)) Nov 30 03:48:31.487 INFO [stderr] | - un-closed delimiter Nov 30 03:48:31.487 INFO [stderr] ... Nov 30 03:48:31.487 INFO [stderr] 62 | } Nov 30 03:48:31.487 INFO [stderr] | ^ incorrect close delimiter Nov 30 03:48:31.487 INFO [stderr] Nov 30 03:48:31.532 INFO [stderr] error: incorrect close delimiter: `}` Nov 30 03:48:31.532 INFO [stderr] --> src/lib.rs:62:5 Nov 30 03:48:31.532 INFO [stderr] | Nov 30 03:48:31.532 INFO [stderr] 52 | pub fn take_photo(&self) -> impl Future { Nov 30 03:48:31.532 INFO [stderr] | - close delimiter possibly meant for this Nov 30 03:48:31.532 INFO [stderr] ... Nov 30 03:48:31.532 INFO [stderr] 55 | client.request((format!("http://{}/camera/shoot", self.ip)) Nov 30 03:48:31.532 INFO [stderr] | - un-closed delimiter Nov 30 03:48:31.532 INFO [stderr] ... Nov 30 03:48:31.532 INFO [stderr] 62 | } Nov 30 03:48:31.532 INFO [stderr] | ^ incorrect close delimiter Nov 30 03:48:31.532 INFO [stderr] Nov 30 03:48:33.856 INFO [stderr] error[E0422]: cannot find struct, variant or union type `PhotoStream` in this scope Nov 30 03:48:33.856 INFO [stderr] --> src/lib.rs:46:9 Nov 30 03:48:33.856 INFO [stderr] | Nov 30 03:48:33.856 INFO [stderr] 46 | PhotoStream { Nov 30 03:48:33.856 INFO [stderr] | ^^^^^^^^^^^ not found in this scope Nov 30 03:48:33.856 INFO [stderr] Nov 30 03:48:33.856 INFO [stderr] error[E0412]: cannot find type `ShootResponse` in this scope Nov 30 03:48:33.856 INFO [stderr] --> src/lib.rs:52:50 Nov 30 03:48:33.856 INFO [stderr] | Nov 30 03:48:33.856 INFO [stderr] 52 | pub fn take_photo(&self) -> impl Future { Nov 30 03:48:33.856 INFO [stderr] | ^^^^^^^^^^^^^ not found in this scope Nov 30 03:48:33.856 INFO [stderr] help: possible candidate is found in another module, you can import it into scope Nov 30 03:48:33.856 INFO [stderr] | Nov 30 03:48:33.856 INFO [stderr] 12 | use ks2::ShootResponse; Nov 30 03:48:33.856 INFO [stderr] | Nov 30 03:48:33.856 INFO [stderr] Nov 30 03:48:33.856 INFO [stderr] error[E0603]: struct `Request` is private Nov 30 03:48:33.856 INFO [stderr] --> src/lib.rs:54:34 Nov 30 03:48:33.856 INFO [stderr] | Nov 30 03:48:33.856 INFO [stderr] 54 | let req = hyper::client::Request::new(); Nov 30 03:48:33.856 INFO [stderr] | ^^^^^^^ Nov 30 03:48:33.856 INFO [stderr] Nov 30 03:48:33.856 INFO [stderr] warning: unused import: `tokio::timer::Interval` Nov 30 03:48:33.856 INFO [stderr] --> src/lib.rs:18:5 Nov 30 03:48:33.856 INFO [stderr] | Nov 30 03:48:33.856 INFO [stderr] 18 | use tokio::timer::Interval; Nov 30 03:48:33.856 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ Nov 30 03:48:33.856 INFO [stderr] | Nov 30 03:48:33.856 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 30 03:48:33.856 INFO [stderr] Nov 30 03:48:33.857 INFO [stderr] warning: unused import: `tokio::runtime::Runtime` Nov 30 03:48:33.857 INFO [stderr] --> src/lib.rs:19:5 Nov 30 03:48:33.857 INFO [stderr] | Nov 30 03:48:33.857 INFO [stderr] 19 | use tokio::runtime::Runtime; Nov 30 03:48:33.857 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ Nov 30 03:48:33.857 INFO [stderr] Nov 30 03:48:33.928 INFO [stderr] error[E0061]: this function takes 1 parameter but 0 parameters were supplied Nov 30 03:48:33.928 INFO [stderr] --> src/lib.rs:54:19 Nov 30 03:48:33.928 INFO [stderr] | Nov 30 03:48:33.928 INFO [stderr] 54 | let req = hyper::client::Request::new(); Nov 30 03:48:33.928 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 parameter Nov 30 03:48:33.928 INFO [stderr] Nov 30 03:48:33.996 INFO [stderr] error[E0599]: no method named `and_then` found for type `std::string::String` in the current scope Nov 30 03:48:33.996 INFO [stderr] --> src/lib.rs:56:14 Nov 30 03:48:33.996 INFO [stderr] | Nov 30 03:48:33.996 INFO [stderr] 56 | .and_then(|res| res.into_body().concat2() ) Nov 30 03:48:33.996 INFO [stderr] | ^^^^^^^^ Nov 30 03:48:33.996 INFO [stderr] | Nov 30 03:48:33.996 INFO [stderr] = note: the method `and_then` exists but the following trait bounds were not satisfied: Nov 30 03:48:33.996 INFO [stderr] `&mut std::string::String : futures::Future` Nov 30 03:48:33.996 INFO [stderr] `&mut str : futures::Future` Nov 30 03:48:33.996 INFO [stderr] Nov 30 03:48:33.996 INFO [stderr] error[E0277]: the size for values of type `[u8]` cannot be known at compilation time Nov 30 03:48:33.996 INFO [stderr] --> src/lib.rs:58:24 Nov 30 03:48:33.996 INFO [stderr] | Nov 30 03:48:33.996 INFO [stderr] 58 | .and_then(|body| { Nov 30 03:48:33.996 INFO [stderr] | ^^^^ doesn't have a size known at compile-time Nov 30 03:48:33.996 INFO [stderr] | Nov 30 03:48:33.996 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `[u8]` Nov 30 03:48:33.997 INFO [stderr] = note: to learn more, visit Nov 30 03:48:33.997 INFO [stderr] = note: all local variables must have a statically known size Nov 30 03:48:33.997 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 30 03:48:33.997 INFO [stderr] Nov 30 03:48:33.997 INFO [stderr] error[E0271]: type mismatch resolving `::Error == FetchError` Nov 30 03:48:33.997 INFO [stderr] --> src/lib.rs:52:33 Nov 30 03:48:33.997 INFO [stderr] | Nov 30 03:48:33.997 INFO [stderr] 52 | pub fn take_photo(&self) -> impl Future { Nov 30 03:48:33.997 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `hyper::Error`, found enum `FetchError` Nov 30 03:48:33.997 INFO [stderr] | Nov 30 03:48:33.997 INFO [stderr] = note: expected type `hyper::Error` Nov 30 03:48:33.997 INFO [stderr] found type `FetchError` Nov 30 03:48:33.997 INFO [stderr] = note: the return type of a function must have a statically known size Nov 30 03:48:33.997 INFO [stderr] Nov 30 03:48:34.008 INFO [stderr] error: aborting due to 8 previous errors Nov 30 03:48:34.008 INFO [stderr] Nov 30 03:48:34.008 INFO [stderr] Some errors occurred: E0061, E0271, E0277, E0412, E0422, E0599, E0603. Nov 30 03:48:34.008 INFO [stderr] For more information about an error, try `rustc --explain E0061`. Nov 30 03:48:34.020 INFO [stderr] error: Could not compile `ks2-timelapse`. Nov 30 03:48:34.020 INFO [stderr] warning: build failed, waiting for other jobs to finish... Nov 30 03:48:34.372 INFO [stderr] error[E0422]: cannot find struct, variant or union type `PhotoStream` in this scope Nov 30 03:48:34.372 INFO [stderr] --> src/lib.rs:46:9 Nov 30 03:48:34.372 INFO [stderr] | Nov 30 03:48:34.372 INFO [stderr] 46 | PhotoStream { Nov 30 03:48:34.372 INFO [stderr] | ^^^^^^^^^^^ not found in this scope Nov 30 03:48:34.372 INFO [stderr] Nov 30 03:48:34.372 INFO [stderr] error[E0412]: cannot find type `ShootResponse` in this scope Nov 30 03:48:34.372 INFO [stderr] --> src/lib.rs:52:50 Nov 30 03:48:34.372 INFO [stderr] | Nov 30 03:48:34.372 INFO [stderr] 52 | pub fn take_photo(&self) -> impl Future { Nov 30 03:48:34.372 INFO [stderr] | ^^^^^^^^^^^^^ not found in this scope Nov 30 03:48:34.372 INFO [stderr] help: possible candidate is found in another module, you can import it into scope Nov 30 03:48:34.372 INFO [stderr] | Nov 30 03:48:34.373 INFO [stderr] 12 | use ks2::ShootResponse; Nov 30 03:48:34.373 INFO [stderr] | Nov 30 03:48:34.373 INFO [stderr] Nov 30 03:48:34.373 INFO [stderr] error[E0603]: struct `Request` is private Nov 30 03:48:34.373 INFO [stderr] --> src/lib.rs:54:34 Nov 30 03:48:34.373 INFO [stderr] | Nov 30 03:48:34.373 INFO [stderr] 54 | let req = hyper::client::Request::new(); Nov 30 03:48:34.373 INFO [stderr] | ^^^^^^^ Nov 30 03:48:34.373 INFO [stderr] Nov 30 03:48:34.380 INFO [stderr] warning: unused import: `tokio::timer::Interval` Nov 30 03:48:34.380 INFO [stderr] --> src/lib.rs:18:5 Nov 30 03:48:34.380 INFO [stderr] | Nov 30 03:48:34.380 INFO [stderr] 18 | use tokio::timer::Interval; Nov 30 03:48:34.380 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ Nov 30 03:48:34.380 INFO [stderr] | Nov 30 03:48:34.380 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 30 03:48:34.380 INFO [stderr] Nov 30 03:48:34.380 INFO [stderr] warning: unused import: `tokio::runtime::Runtime` Nov 30 03:48:34.380 INFO [stderr] --> src/lib.rs:19:5 Nov 30 03:48:34.380 INFO [stderr] | Nov 30 03:48:34.380 INFO [stderr] 19 | use tokio::runtime::Runtime; Nov 30 03:48:34.380 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ Nov 30 03:48:34.380 INFO [stderr] Nov 30 03:48:34.448 INFO [stderr] error[E0061]: this function takes 1 parameter but 0 parameters were supplied Nov 30 03:48:34.448 INFO [stderr] --> src/lib.rs:54:19 Nov 30 03:48:34.448 INFO [stderr] | Nov 30 03:48:34.448 INFO [stderr] 54 | let req = hyper::client::Request::new(); Nov 30 03:48:34.448 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 parameter Nov 30 03:48:34.448 INFO [stderr] Nov 30 03:48:34.522 INFO [stderr] error[E0599]: no method named `and_then` found for type `std::string::String` in the current scope Nov 30 03:48:34.522 INFO [stderr] --> src/lib.rs:56:14 Nov 30 03:48:34.522 INFO [stderr] | Nov 30 03:48:34.522 INFO [stderr] 56 | .and_then(|res| res.into_body().concat2() ) Nov 30 03:48:34.522 INFO [stderr] | ^^^^^^^^ Nov 30 03:48:34.522 INFO [stderr] | Nov 30 03:48:34.522 INFO [stderr] = note: the method `and_then` exists but the following trait bounds were not satisfied: Nov 30 03:48:34.522 INFO [stderr] `&mut std::string::String : futures::Future` Nov 30 03:48:34.522 INFO [stderr] `&mut str : futures::Future` Nov 30 03:48:34.522 INFO [stderr] Nov 30 03:48:34.522 INFO [stderr] error[E0277]: the size for values of type `[u8]` cannot be known at compilation time Nov 30 03:48:34.522 INFO [stderr] --> src/lib.rs:58:24 Nov 30 03:48:34.522 INFO [stderr] | Nov 30 03:48:34.522 INFO [stderr] 58 | .and_then(|body| { Nov 30 03:48:34.522 INFO [stderr] | ^^^^ doesn't have a size known at compile-time Nov 30 03:48:34.522 INFO [stderr] | Nov 30 03:48:34.522 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `[u8]` Nov 30 03:48:34.522 INFO [stderr] = note: to learn more, visit Nov 30 03:48:34.522 INFO [stderr] = note: all local variables must have a statically known size Nov 30 03:48:34.522 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 30 03:48:34.522 INFO [stderr] Nov 30 03:48:34.522 INFO [stderr] error[E0271]: type mismatch resolving `::Error == FetchError` Nov 30 03:48:34.522 INFO [stderr] --> src/lib.rs:52:33 Nov 30 03:48:34.522 INFO [stderr] | Nov 30 03:48:34.522 INFO [stderr] 52 | pub fn take_photo(&self) -> impl Future { Nov 30 03:48:34.522 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `hyper::Error`, found enum `FetchError` Nov 30 03:48:34.522 INFO [stderr] | Nov 30 03:48:34.522 INFO [stderr] = note: expected type `hyper::Error` Nov 30 03:48:34.522 INFO [stderr] found type `FetchError` Nov 30 03:48:34.522 INFO [stderr] = note: the return type of a function must have a statically known size Nov 30 03:48:34.522 INFO [stderr] Nov 30 03:48:34.532 INFO [stderr] error: aborting due to 8 previous errors Nov 30 03:48:34.532 INFO [stderr] Nov 30 03:48:34.532 INFO [stderr] Some errors occurred: E0061, E0271, E0277, E0412, E0422, E0599, E0603. Nov 30 03:48:34.532 INFO [stderr] For more information about an error, try `rustc --explain E0061`. Nov 30 03:48:34.548 INFO [stderr] error: Could not compile `ks2-timelapse`. Nov 30 03:48:34.548 INFO [stderr] Nov 30 03:48:34.548 INFO [stderr] To learn more, run the command again with --verbose. Nov 30 03:48:34.552 INFO [stderr] su: No module specific data is present Nov 30 03:48:35.436 INFO running `"docker" "inspect" "e2cb9bb1b9fc7e2dd932958357b39d93938777162cb6602941f483fc0291d9de"` Nov 30 03:48:35.802 INFO running `"docker" "rm" "-f" "e2cb9bb1b9fc7e2dd932958357b39d93938777162cb6602941f483fc0291d9de"` Nov 30 03:48:36.096 INFO [stdout] e2cb9bb1b9fc7e2dd932958357b39d93938777162cb6602941f483fc0291d9de