Oct 27 05:26:49.849 INFO checking dwerner/ks2-timelapse against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 05:26:49.851 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-3/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 27 05:26:50.336 INFO blam! 0bf17d79bd51fb691482378f869efa523ec8efa80f3ff63cb5d5b5d171a789ce Oct 27 05:26:50.337 INFO running `"docker" "start" "-a" "0bf17d79bd51fb691482378f869efa523ec8efa80f3ff63cb5d5b5d171a789ce"` Oct 27 05:26:52.031 INFO kablam! usermod: no changes Oct 27 05:26:52.372 INFO kablam! Checking serde v1.0.30 Oct 27 05:26:52.379 INFO kablam! Checking time v0.1.39 Oct 27 05:26:52.379 INFO kablam! Checking net2 v0.2.32 Oct 27 05:26:52.379 INFO kablam! Checking log v0.4.5 Oct 27 05:26:52.379 INFO kablam! Checking bytes v0.4.10 Oct 27 05:26:52.379 INFO kablam! Checking crossbeam-epoch v0.5.2 Oct 27 05:26:52.379 INFO kablam! Compiling serde_derive v1.0.30 Oct 27 05:26:53.855 INFO kablam! Checking want v0.0.6 Oct 27 05:26:56.427 INFO kablam! Checking crossbeam-deque v0.6.1 Oct 27 05:26:56.791 INFO kablam! Checking mio v0.6.14 Oct 27 05:26:58.771 INFO kablam! Checking tokio-threadpool v0.1.7 Oct 27 05:26:59.179 INFO kablam! Checking tokio-io v0.1.9 Oct 27 05:26:59.179 INFO kablam! Checking http v0.1.13 Oct 27 05:27:01.803 INFO kablam! Checking mio-uds v0.6.7 Oct 27 05:27:03.704 INFO kablam! Checking tokio-codec v0.1.1 Oct 27 05:27:03.705 INFO kablam! Checking tokio-reactor v0.1.6 Oct 27 05:27:05.399 INFO kablam! Checking tokio-fs v0.1.3 Oct 27 05:27:07.981 INFO kablam! Checking tokio-udp v0.1.2 Oct 27 05:27:07.981 INFO kablam! Checking tokio-uds v0.2.2 Oct 27 05:27:11.599 INFO kablam! Checking tokio-tcp v0.1.2 Oct 27 05:27:11.619 INFO kablam! Checking h2 v0.1.13 Oct 27 05:27:14.169 INFO kablam! Checking tokio v0.1.11 Oct 27 05:27:17.499 INFO kablam! Checking serde_json v1.0.11 Oct 27 05:27:19.655 INFO kablam! Checking hyper v0.12.12 Oct 27 05:27:24.811 INFO kablam! Checking ks2-timelapse v0.1.0 (/source) Oct 27 05:27:24.903 INFO kablam! error: incorrect close delimiter: `}` Oct 27 05:27:24.903 INFO kablam! --> src/lib.rs:62:5 Oct 27 05:27:24.904 INFO kablam! | Oct 27 05:27:24.904 INFO kablam! 52 | pub fn take_photo(&self) -> impl Future { Oct 27 05:27:24.904 INFO kablam! | - close delimiter possibly meant for this Oct 27 05:27:24.905 INFO kablam! ... Oct 27 05:27:24.905 INFO kablam! 55 | client.request((format!("http://{}/camera/shoot", self.ip)) Oct 27 05:27:24.905 INFO kablam! | - un-closed delimiter Oct 27 05:27:24.905 INFO kablam! ... Oct 27 05:27:24.906 INFO kablam! 62 | } Oct 27 05:27:24.906 INFO kablam! | ^ incorrect close delimiter Oct 27 05:27:24.906 INFO kablam! Oct 27 05:27:24.923 INFO kablam! error: incorrect close delimiter: `}` Oct 27 05:27:24.923 INFO kablam! --> src/lib.rs:62:5 Oct 27 05:27:24.924 INFO kablam! | Oct 27 05:27:24.924 INFO kablam! 52 | pub fn take_photo(&self) -> impl Future { Oct 27 05:27:24.924 INFO kablam! | - close delimiter possibly meant for this Oct 27 05:27:24.924 INFO kablam! ... Oct 27 05:27:24.925 INFO kablam! 55 | client.request((format!("http://{}/camera/shoot", self.ip)) Oct 27 05:27:24.925 INFO kablam! | - un-closed delimiter Oct 27 05:27:24.925 INFO kablam! ... Oct 27 05:27:24.925 INFO kablam! 62 | } Oct 27 05:27:24.925 INFO kablam! | ^ incorrect close delimiter Oct 27 05:27:24.925 INFO kablam! Oct 27 05:27:27.603 INFO kablam! error[E0422]: cannot find struct, variant or union type `PhotoStream` in this scope Oct 27 05:27:27.604 INFO kablam! --> src/lib.rs:46:9 Oct 27 05:27:27.604 INFO kablam! | Oct 27 05:27:27.604 INFO kablam! 46 | PhotoStream { Oct 27 05:27:27.605 INFO kablam! | ^^^^^^^^^^^ not found in this scope Oct 27 05:27:27.605 INFO kablam! Oct 27 05:27:27.605 INFO kablam! error[E0412]: cannot find type `ShootResponse` in this scope Oct 27 05:27:27.605 INFO kablam! --> src/lib.rs:52:50 Oct 27 05:27:27.606 INFO kablam! | Oct 27 05:27:27.606 INFO kablam! 52 | pub fn take_photo(&self) -> impl Future { Oct 27 05:27:27.606 INFO kablam! | ^^^^^^^^^^^^^ not found in this scope Oct 27 05:27:27.607 INFO kablam! help: possible candidate is found in another module, you can import it into scope Oct 27 05:27:27.607 INFO kablam! | Oct 27 05:27:27.608 INFO kablam! 12 | use ks2::ShootResponse; Oct 27 05:27:27.608 INFO kablam! | Oct 27 05:27:27.609 INFO kablam! Oct 27 05:27:27.609 INFO kablam! error[E0603]: struct `Request` is private Oct 27 05:27:27.609 INFO kablam! --> src/lib.rs:54:19 Oct 27 05:27:27.610 INFO kablam! | Oct 27 05:27:27.610 INFO kablam! 54 | let req = hyper::client::Request::new(); Oct 27 05:27:27.610 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:27:27.611 INFO kablam! Oct 27 05:27:27.615 INFO kablam! warning: unused import: `tokio::timer::Interval` Oct 27 05:27:27.616 INFO kablam! --> src/lib.rs:18:5 Oct 27 05:27:27.616 INFO kablam! | Oct 27 05:27:27.616 INFO kablam! 18 | use tokio::timer::Interval; Oct 27 05:27:27.617 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:27:27.617 INFO kablam! | Oct 27 05:27:27.617 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 05:27:27.617 INFO kablam! Oct 27 05:27:27.618 INFO kablam! warning: unused import: `tokio::runtime::Runtime` Oct 27 05:27:27.618 INFO kablam! --> src/lib.rs:19:5 Oct 27 05:27:27.618 INFO kablam! | Oct 27 05:27:27.623 INFO kablam! 19 | use tokio::runtime::Runtime; Oct 27 05:27:27.623 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:27:27.623 INFO kablam! Oct 27 05:27:27.691 INFO kablam! error[E0422]: cannot find struct, variant or union type `PhotoStream` in this scope Oct 27 05:27:27.691 INFO kablam! --> src/lib.rs:46:9 Oct 27 05:27:27.691 INFO kablam! | Oct 27 05:27:27.691 INFO kablam! 46 | PhotoStream { Oct 27 05:27:27.691 INFO kablam! | ^^^^^^^^^^^ not found in this scope Oct 27 05:27:27.691 INFO kablam! Oct 27 05:27:27.691 INFO kablam! error[E0412]: cannot find type `ShootResponse` in this scope Oct 27 05:27:27.691 INFO kablam! --> src/lib.rs:52:50 Oct 27 05:27:27.691 INFO kablam! | Oct 27 05:27:27.691 INFO kablam! 52 | pub fn take_photo(&self) -> impl Future { Oct 27 05:27:27.691 INFO kablam! | ^^^^^^^^^^^^^ not found in this scope Oct 27 05:27:27.693 INFO kablam! help: possible candidate is found in another module, you can import it into scope Oct 27 05:27:27.693 INFO kablam! | Oct 27 05:27:27.693 INFO kablam! 12 | use ks2::ShootResponse; Oct 27 05:27:27.693 INFO kablam! | Oct 27 05:27:27.693 INFO kablam! Oct 27 05:27:27.693 INFO kablam! error[E0603]: struct `Request` is private Oct 27 05:27:27.693 INFO kablam! --> src/lib.rs:54:19 Oct 27 05:27:27.693 INFO kablam! | Oct 27 05:27:27.693 INFO kablam! 54 | let req = hyper::client::Request::new(); Oct 27 05:27:27.693 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:27:27.693 INFO kablam! Oct 27 05:27:27.695 INFO kablam! warning: unused import: `tokio::timer::Interval` Oct 27 05:27:27.696 INFO kablam! --> src/lib.rs:18:5 Oct 27 05:27:27.696 INFO kablam! | Oct 27 05:27:27.696 INFO kablam! 18 | use tokio::timer::Interval; Oct 27 05:27:27.696 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:27:27.703 INFO kablam! | Oct 27 05:27:27.703 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 05:27:27.703 INFO kablam! Oct 27 05:27:27.703 INFO kablam! warning: unused import: `tokio::runtime::Runtime` Oct 27 05:27:27.703 INFO kablam! --> src/lib.rs:19:5 Oct 27 05:27:27.703 INFO kablam! | Oct 27 05:27:27.703 INFO kablam! 19 | use tokio::runtime::Runtime; Oct 27 05:27:27.703 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:27:27.703 INFO kablam! Oct 27 05:27:27.703 INFO kablam! error[E0061]: this function takes 1 parameter but 0 parameters were supplied Oct 27 05:27:27.703 INFO kablam! --> src/lib.rs:54:19 Oct 27 05:27:27.703 INFO kablam! | Oct 27 05:27:27.703 INFO kablam! 54 | let req = hyper::client::Request::new(); Oct 27 05:27:27.703 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 parameter Oct 27 05:27:27.703 INFO kablam! Oct 27 05:27:27.785 INFO kablam! error[E0061]: this function takes 1 parameter but 0 parameters were supplied Oct 27 05:27:27.785 INFO kablam! --> src/lib.rs:54:19 Oct 27 05:27:27.785 INFO kablam! | Oct 27 05:27:27.785 INFO kablam! 54 | let req = hyper::client::Request::new(); Oct 27 05:27:27.785 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 parameter Oct 27 05:27:27.787 INFO kablam! Oct 27 05:27:27.823 INFO kablam! error[E0599]: no method named `and_then` found for type `std::string::String` in the current scope Oct 27 05:27:27.823 INFO kablam! --> src/lib.rs:56:14 Oct 27 05:27:27.823 INFO kablam! | Oct 27 05:27:27.823 INFO kablam! 56 | .and_then(|res| res.into_body().concat2() ) Oct 27 05:27:27.823 INFO kablam! | ^^^^^^^^ Oct 27 05:27:27.823 INFO kablam! | Oct 27 05:27:27.823 INFO kablam! = note: the method `and_then` exists but the following trait bounds were not satisfied: Oct 27 05:27:27.823 INFO kablam! `&mut std::string::String : futures::Future` Oct 27 05:27:27.823 INFO kablam! `&mut str : futures::Future` Oct 27 05:27:27.823 INFO kablam! Oct 27 05:27:27.824 INFO kablam! error[E0277]: the size for values of type `[u8]` cannot be known at compilation time Oct 27 05:27:27.824 INFO kablam! --> src/lib.rs:58:24 Oct 27 05:27:27.824 INFO kablam! | Oct 27 05:27:27.824 INFO kablam! 58 | .and_then(|body| { Oct 27 05:27:27.824 INFO kablam! | ^^^^ doesn't have a size known at compile-time Oct 27 05:27:27.824 INFO kablam! | Oct 27 05:27:27.824 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `[u8]` Oct 27 05:27:27.824 INFO kablam! = note: to learn more, visit Oct 27 05:27:27.824 INFO kablam! = note: all local variables must have a statically known size Oct 27 05:27:27.824 INFO kablam! = help: unsized locals are gated as an unstable feature Oct 27 05:27:27.824 INFO kablam! Oct 27 05:27:27.825 INFO kablam! error[E0271]: type mismatch resolving `::Error == FetchError` Oct 27 05:27:27.825 INFO kablam! --> src/lib.rs:52:33 Oct 27 05:27:27.825 INFO kablam! | Oct 27 05:27:27.825 INFO kablam! 52 | pub fn take_photo(&self) -> impl Future { Oct 27 05:27:27.825 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `hyper::Error`, found enum `FetchError` Oct 27 05:27:27.825 INFO kablam! | Oct 27 05:27:27.825 INFO kablam! = note: expected type `hyper::Error` Oct 27 05:27:27.825 INFO kablam! found type `FetchError` Oct 27 05:27:27.825 INFO kablam! = note: the return type of a function must have a statically known size Oct 27 05:27:27.825 INFO kablam! Oct 27 05:27:27.850 INFO kablam! error: aborting due to 8 previous errors Oct 27 05:27:27.850 INFO kablam! Oct 27 05:27:27.850 INFO kablam! Some errors occurred: E0061, E0271, E0277, E0412, E0422, E0599, E0603. Oct 27 05:27:27.850 INFO kablam! For more information about an error, try `rustc --explain E0061`. Oct 27 05:27:27.872 INFO kablam! error[E0599]: no method named `and_then` found for type `std::string::String` in the current scope Oct 27 05:27:27.872 INFO kablam! --> src/lib.rs:56:14 Oct 27 05:27:27.872 INFO kablam! | Oct 27 05:27:27.872 INFO kablam! 56 | .and_then(|res| res.into_body().concat2() ) Oct 27 05:27:27.872 INFO kablam! | ^^^^^^^^ Oct 27 05:27:27.872 INFO kablam! | Oct 27 05:27:27.872 INFO kablam! = note: the method `and_then` exists but the following trait bounds were not satisfied: Oct 27 05:27:27.872 INFO kablam! `&mut std::string::String : futures::Future` Oct 27 05:27:27.872 INFO kablam! `&mut str : futures::Future` Oct 27 05:27:27.872 INFO kablam! Oct 27 05:27:27.872 INFO kablam! error: Could not compile `ks2-timelapse`. Oct 27 05:27:27.872 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 27 05:27:27.872 INFO kablam! error[E0277]: the size for values of type `[u8]` cannot be known at compilation time Oct 27 05:27:27.872 INFO kablam! --> src/lib.rs:58:24 Oct 27 05:27:27.872 INFO kablam! | Oct 27 05:27:27.872 INFO kablam! 58 | .and_then(|body| { Oct 27 05:27:27.872 INFO kablam! | ^^^^ doesn't have a size known at compile-time Oct 27 05:27:27.872 INFO kablam! | Oct 27 05:27:27.872 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `[u8]` Oct 27 05:27:27.872 INFO kablam! = note: to learn more, visit Oct 27 05:27:27.872 INFO kablam! = note: all local variables must have a statically known size Oct 27 05:27:27.872 INFO kablam! = help: unsized locals are gated as an unstable feature Oct 27 05:27:27.872 INFO kablam! Oct 27 05:27:27.875 INFO kablam! error[E0271]: type mismatch resolving `::Error == FetchError` Oct 27 05:27:27.875 INFO kablam! --> src/lib.rs:52:33 Oct 27 05:27:27.875 INFO kablam! | Oct 27 05:27:27.875 INFO kablam! 52 | pub fn take_photo(&self) -> impl Future { Oct 27 05:27:27.875 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `hyper::Error`, found enum `FetchError` Oct 27 05:27:27.875 INFO kablam! | Oct 27 05:27:27.875 INFO kablam! = note: expected type `hyper::Error` Oct 27 05:27:27.875 INFO kablam! found type `FetchError` Oct 27 05:27:27.875 INFO kablam! = note: the return type of a function must have a statically known size Oct 27 05:27:27.875 INFO kablam! Oct 27 05:27:27.895 INFO kablam! error: aborting due to 8 previous errors Oct 27 05:27:27.895 INFO kablam! Oct 27 05:27:27.895 INFO kablam! Some errors occurred: E0061, E0271, E0277, E0412, E0422, E0599, E0603. Oct 27 05:27:27.895 INFO kablam! For more information about an error, try `rustc --explain E0061`. Oct 27 05:27:27.911 INFO kablam! error: Could not compile `ks2-timelapse`. Oct 27 05:27:27.911 INFO kablam! Oct 27 05:27:27.911 INFO kablam! To learn more, run the command again with --verbose. Oct 27 05:27:27.911 INFO kablam! su: No module specific data is present Oct 27 05:27:28.507 INFO running `"docker" "rm" "-f" "0bf17d79bd51fb691482378f869efa523ec8efa80f3ff63cb5d5b5d171a789ce"` Oct 27 05:27:28.716 INFO blam! 0bf17d79bd51fb691482378f869efa523ec8efa80f3ff63cb5d5b5d171a789ce