Aug 10 19:44:39.587 INFO checking gfreezy/rust-raft against master#f6d43ed84207c7e58f363f46e5a438ff40f2b311 for libc-1 Aug 10 19:44:39.587 INFO running: cargo +f6d43ed84207c7e58f363f46e5a438ff40f2b311-alt check --frozen --all --all-targets Aug 10 19:44:39.587 INFO creating container for: cargo +f6d43ed84207c7e58f363f46e5a438ff40f2b311-alt check --frozen --all --all-targets Aug 10 19:44:39.587 INFO running `"docker" "create" "-v" "/tmp/crater.v8eQqlylRQEp:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/libc-1/worker-0/master#f6d43ed84207c7e58f363f46e5a438ff40f2b311:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home/git:/cargo-home/git:rw,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +f6d43ed84207c7e58f363f46e5a438ff40f2b311-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "crater"` Aug 10 19:44:39.840 INFO blam! 92e79e84346afd7dedacb0a081252d396069cbb21e730eef933c95470e0cc404 Aug 10 19:44:39.841 INFO running `"docker" "start" "-a" "92e79e84346afd7dedacb0a081252d396069cbb21e730eef933c95470e0cc404"` Aug 10 19:44:41.455 INFO kablam! Checking log v0.4.3 Aug 10 19:44:41.470 INFO kablam! Checking timer v0.2.0 Aug 10 19:44:41.471 INFO kablam! Checking docopt v1.0.0 Aug 10 19:44:44.829 INFO kablam! Checking mio v0.6.15 Aug 10 19:44:44.830 INFO kablam! Checking log v0.3.9 Aug 10 19:44:44.831 INFO kablam! Checking tokio-io v0.1.7 Aug 10 19:44:44.833 INFO kablam! Checking tokio-threadpool v0.1.5 Aug 10 19:44:44.834 INFO kablam! Checking want v0.0.6 Aug 10 19:44:44.835 INFO kablam! Checking log4rs v0.8.0 Aug 10 19:44:49.829 INFO kablam! Checking mime v0.2.6 Aug 10 19:44:58.319 INFO kablam! Checking hyper v0.10.13 Aug 10 19:45:01.096 INFO kablam! Checking tokio-codec v0.1.0 Aug 10 19:45:01.098 INFO kablam! Checking h2 v0.1.12 Aug 10 19:45:03.228 INFO kablam! Checking tokio-fs v0.1.3 Aug 10 19:45:08.225 INFO kablam! Checking tokio-reactor v0.1.3 Aug 10 19:45:15.031 INFO kablam! Checking tokio-tcp v0.1.1 Aug 10 19:45:15.033 INFO kablam! Checking tokio-udp v0.1.1 Aug 10 19:45:19.154 INFO kablam! Checking tokio v0.1.7 Aug 10 19:45:26.182 INFO kablam! Checking tokio-core v0.1.17 Aug 10 19:45:36.407 INFO kablam! Checking rocket v0.3.15 Aug 10 19:45:37.760 INFO kablam! Checking hyper v0.12.7 Aug 10 19:46:06.871 INFO kablam! Checking rocket_contrib v0.3.15 Aug 10 19:46:36.617 INFO kablam! Compiling rocket_codegen v0.3.15 Aug 10 19:47:02.857 INFO kablam! Checking rust-raft v0.1.0 (file:///source) Aug 10 19:47:05.941 INFO kablam! error[E0433]: failed to resolve. Could not find `ContentType` in `header` Aug 10 19:47:05.941 INFO kablam! --> src/connection_pool.rs:36:55 Aug 10 19:47:05.941 INFO kablam! | Aug 10 19:47:05.941 INFO kablam! 36 | http_req.headers_mut().set(hyper::header::ContentType::json()); Aug 10 19:47:05.941 INFO kablam! | ^^^^^^^^^^^ Could not find `ContentType` in `header` Aug 10 19:47:05.949 INFO kablam! Aug 10 19:47:05.968 INFO kablam! error[E0433]: failed to resolve. Could not find `ContentType` in `header` Aug 10 19:47:05.968 INFO kablam! --> src/connection_pool.rs:65:55 Aug 10 19:47:05.968 INFO kablam! | Aug 10 19:47:05.968 INFO kablam! 65 | http_req.headers_mut().set(hyper::header::ContentType::json()); Aug 10 19:47:05.968 INFO kablam! | ^^^^^^^^^^^ Could not find `ContentType` in `header` Aug 10 19:47:05.976 INFO kablam! Aug 10 19:47:05.990 INFO kablam! error[E0425]: cannot find function `ContentLength` in module `hyper::header` Aug 10 19:47:05.990 INFO kablam! --> src/connection_pool.rs:34:55 Aug 10 19:47:05.990 INFO kablam! | Aug 10 19:47:05.990 INFO kablam! 34 | http_req.headers_mut().set(hyper::header::ContentLength(body.len() as u64)); Aug 10 19:47:05.990 INFO kablam! | ^^^^^^^^^^^^^ not found in `hyper::header` Aug 10 19:47:05.990 INFO kablam! help: possible candidate is found in another module, you can import it into scope Aug 10 19:47:05.990 INFO kablam! | Aug 10 19:47:05.990 INFO kablam! 1 | use rocket::http::hyper::header::ContentLength; Aug 10 19:47:05.991 INFO kablam! | Aug 10 19:47:05.991 INFO kablam! Aug 10 19:47:05.991 INFO kablam! error[E0425]: cannot find function `ContentLength` in module `hyper::header` Aug 10 19:47:05.991 INFO kablam! --> src/connection_pool.rs:63:55 Aug 10 19:47:05.991 INFO kablam! | Aug 10 19:47:05.991 INFO kablam! 63 | http_req.headers_mut().set(hyper::header::ContentLength(body.len() as u64)); Aug 10 19:47:05.991 INFO kablam! | ^^^^^^^^^^^^^ not found in `hyper::header` Aug 10 19:47:05.992 INFO kablam! help: possible candidate is found in another module, you can import it into scope Aug 10 19:47:05.992 INFO kablam! | Aug 10 19:47:05.992 INFO kablam! 1 | use rocket::http::hyper::header::ContentLength; Aug 10 19:47:05.992 INFO kablam! | Aug 10 19:47:05.992 INFO kablam! Aug 10 19:47:07.465 INFO kablam! error[E0433]: failed to resolve. Could not find `ContentType` in `header` Aug 10 19:47:07.465 INFO kablam! --> src/connection_pool.rs:36:55 Aug 10 19:47:07.465 INFO kablam! | Aug 10 19:47:07.465 INFO kablam! 36 | http_req.headers_mut().set(hyper::header::ContentType::json()); Aug 10 19:47:07.465 INFO kablam! | ^^^^^^^^^^^ Could not find `ContentType` in `header` Aug 10 19:47:07.465 INFO kablam! Aug 10 19:47:07.471 INFO kablam! error[E0433]: failed to resolve. Could not find `ContentType` in `header` Aug 10 19:47:07.471 INFO kablam! --> src/connection_pool.rs:65:55 Aug 10 19:47:07.471 INFO kablam! | Aug 10 19:47:07.471 INFO kablam! 65 | http_req.headers_mut().set(hyper::header::ContentType::json()); Aug 10 19:47:07.471 INFO kablam! | ^^^^^^^^^^^ Could not find `ContentType` in `header` Aug 10 19:47:07.471 INFO kablam! Aug 10 19:47:07.478 INFO kablam! error[E0425]: cannot find function `ContentLength` in module `hyper::header` Aug 10 19:47:07.478 INFO kablam! --> src/connection_pool.rs:34:55 Aug 10 19:47:07.478 INFO kablam! | Aug 10 19:47:07.478 INFO kablam! 34 | http_req.headers_mut().set(hyper::header::ContentLength(body.len() as u64)); Aug 10 19:47:07.478 INFO kablam! | ^^^^^^^^^^^^^ not found in `hyper::header` Aug 10 19:47:07.478 INFO kablam! help: possible candidate is found in another module, you can import it into scope Aug 10 19:47:07.478 INFO kablam! | Aug 10 19:47:07.478 INFO kablam! 1 | use rocket::http::hyper::header::ContentLength; Aug 10 19:47:07.478 INFO kablam! | Aug 10 19:47:07.478 INFO kablam! Aug 10 19:47:07.479 INFO kablam! error[E0425]: cannot find function `ContentLength` in module `hyper::header` Aug 10 19:47:07.479 INFO kablam! --> src/connection_pool.rs:63:55 Aug 10 19:47:07.479 INFO kablam! | Aug 10 19:47:07.479 INFO kablam! 63 | http_req.headers_mut().set(hyper::header::ContentLength(body.len() as u64)); Aug 10 19:47:07.479 INFO kablam! | ^^^^^^^^^^^^^ not found in `hyper::header` Aug 10 19:47:07.479 INFO kablam! help: possible candidate is found in another module, you can import it into scope Aug 10 19:47:07.479 INFO kablam! | Aug 10 19:47:07.479 INFO kablam! 1 | use rocket::http::hyper::header::ContentLength; Aug 10 19:47:07.479 INFO kablam! | Aug 10 19:47:07.479 INFO kablam! Aug 10 19:47:09.244 INFO kablam! error[E0061]: this function takes 0 parameters but 1 parameter was supplied Aug 10 19:47:09.244 INFO kablam! --> src/connection_pool.rs:21:22 Aug 10 19:47:09.244 INFO kablam! | Aug 10 19:47:09.244 INFO kablam! 21 | let client = Client::new(&core.handle()); Aug 10 19:47:09.244 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 0 parameters Aug 10 19:47:09.244 INFO kablam! Aug 10 19:47:09.251 INFO kablam! error[E0061]: this function takes 1 parameter but 2 parameters were supplied Aug 10 19:47:09.251 INFO kablam! --> src/connection_pool.rs:32:54 Aug 10 19:47:09.251 INFO kablam! | Aug 10 19:47:09.251 INFO kablam! 32 | let mut http_req: Request = Request::new(hyper::Method::Post, uri); Aug 10 19:47:09.251 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 parameter Aug 10 19:47:09.252 INFO kablam! Aug 10 19:47:09.378 INFO kablam! error[E0599]: no associated item named `Post` found for type `hyper::Method` in the current scope Aug 10 19:47:09.378 INFO kablam! --> src/connection_pool.rs:32:67 Aug 10 19:47:09.378 INFO kablam! | Aug 10 19:47:09.378 INFO kablam! 32 | let mut http_req: Request = Request::new(hyper::Method::Post, uri); Aug 10 19:47:09.378 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ associated item not found in `hyper::Method` Aug 10 19:47:09.378 INFO kablam! Aug 10 19:47:09.394 INFO kablam! error[E0599]: no method named `set` found for type `&mut hyper::HeaderMap` in the current scope Aug 10 19:47:09.395 INFO kablam! --> src/connection_pool.rs:34:36 Aug 10 19:47:09.395 INFO kablam! | Aug 10 19:47:09.395 INFO kablam! 34 | http_req.headers_mut().set(hyper::header::ContentLength(body.len() as u64)); Aug 10 19:47:09.395 INFO kablam! | ^^^ Aug 10 19:47:09.396 INFO kablam! | Aug 10 19:47:09.396 INFO kablam! = help: did you mean `get`? Aug 10 19:47:09.396 INFO kablam! Aug 10 19:47:09.407 INFO kablam! error[E0599]: no method named `set_body` found for type `hyper::Request` in the current scope Aug 10 19:47:09.407 INFO kablam! --> src/connection_pool.rs:35:22 Aug 10 19:47:09.407 INFO kablam! | Aug 10 19:47:09.407 INFO kablam! 35 | http_req.set_body(body); Aug 10 19:47:09.407 INFO kablam! | ^^^^^^^^ Aug 10 19:47:09.408 INFO kablam! Aug 10 19:47:09.419 INFO kablam! error[E0599]: no method named `set` found for type `&mut hyper::HeaderMap` in the current scope Aug 10 19:47:09.419 INFO kablam! --> src/connection_pool.rs:36:36 Aug 10 19:47:09.419 INFO kablam! | Aug 10 19:47:09.419 INFO kablam! 36 | http_req.headers_mut().set(hyper::header::ContentType::json()); Aug 10 19:47:09.419 INFO kablam! | ^^^ Aug 10 19:47:09.420 INFO kablam! | Aug 10 19:47:09.420 INFO kablam! = help: did you mean `get`? Aug 10 19:47:09.420 INFO kablam! Aug 10 19:47:09.454 INFO kablam! error[E0277]: the trait bound `hyper::Error: std::convert::From` is not satisfied Aug 10 19:47:09.454 INFO kablam! --> src/connection_pool.rs:44:34 Aug 10 19:47:09.454 INFO kablam! | Aug 10 19:47:09.454 INFO kablam! 44 | .map_err(|e| hyper::Error::from( Aug 10 19:47:09.454 INFO kablam! | ^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `hyper::Error` Aug 10 19:47:09.455 INFO kablam! | Aug 10 19:47:09.455 INFO kablam! = help: the following implementations were found: Aug 10 19:47:09.455 INFO kablam! > Aug 10 19:47:09.456 INFO kablam! = note: required by `std::convert::From::from` Aug 10 19:47:09.456 INFO kablam! Aug 10 19:47:09.467 INFO kablam! error[E0061]: this function takes 1 parameter but 2 parameters were supplied Aug 10 19:47:09.467 INFO kablam! --> src/connection_pool.rs:61:32 Aug 10 19:47:09.467 INFO kablam! | Aug 10 19:47:09.467 INFO kablam! 61 | let mut http_req = Request::new(hyper::Method::Post, uri); Aug 10 19:47:09.467 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 parameter Aug 10 19:47:09.468 INFO kablam! Aug 10 19:47:09.478 INFO kablam! error[E0599]: no associated item named `Post` found for type `hyper::Method` in the current scope Aug 10 19:47:09.478 INFO kablam! --> src/connection_pool.rs:61:45 Aug 10 19:47:09.478 INFO kablam! | Aug 10 19:47:09.478 INFO kablam! 61 | let mut http_req = Request::new(hyper::Method::Post, uri); Aug 10 19:47:09.478 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ associated item not found in `hyper::Method` Aug 10 19:47:09.479 INFO kablam! Aug 10 19:47:09.489 INFO kablam! error[E0599]: no method named `set` found for type `&mut hyper::HeaderMap` in the current scope Aug 10 19:47:09.489 INFO kablam! --> src/connection_pool.rs:63:36 Aug 10 19:47:09.489 INFO kablam! | Aug 10 19:47:09.489 INFO kablam! 63 | http_req.headers_mut().set(hyper::header::ContentLength(body.len() as u64)); Aug 10 19:47:09.489 INFO kablam! | ^^^ Aug 10 19:47:09.490 INFO kablam! | Aug 10 19:47:09.490 INFO kablam! = help: did you mean `get`? Aug 10 19:47:09.491 INFO kablam! Aug 10 19:47:09.500 INFO kablam! error[E0599]: no method named `set_body` found for type `hyper::Request<_>` in the current scope Aug 10 19:47:09.500 INFO kablam! --> src/connection_pool.rs:64:22 Aug 10 19:47:09.500 INFO kablam! | Aug 10 19:47:09.500 INFO kablam! 64 | http_req.set_body(body); Aug 10 19:47:09.500 INFO kablam! | ^^^^^^^^ Aug 10 19:47:09.501 INFO kablam! Aug 10 19:47:09.523 INFO kablam! error[E0599]: no method named `set` found for type `&mut hyper::HeaderMap` in the current scope Aug 10 19:47:09.523 INFO kablam! --> src/connection_pool.rs:65:36 Aug 10 19:47:09.523 INFO kablam! | Aug 10 19:47:09.523 INFO kablam! 65 | http_req.headers_mut().set(hyper::header::ContentType::json()); Aug 10 19:47:09.523 INFO kablam! | ^^^ Aug 10 19:47:09.524 INFO kablam! | Aug 10 19:47:09.524 INFO kablam! = help: did you mean `get`? Aug 10 19:47:09.524 INFO kablam! Aug 10 19:47:09.529 INFO kablam! error[E0277]: the trait bound `hyper::Error: std::convert::From` is not satisfied Aug 10 19:47:09.529 INFO kablam! --> src/connection_pool.rs:71:34 Aug 10 19:47:09.530 INFO kablam! | Aug 10 19:47:09.530 INFO kablam! 71 | .map_err(|e| hyper::Error::from( Aug 10 19:47:09.530 INFO kablam! | ^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `hyper::Error` Aug 10 19:47:09.530 INFO kablam! | Aug 10 19:47:09.531 INFO kablam! = help: the following implementations were found: Aug 10 19:47:09.531 INFO kablam! > Aug 10 19:47:09.531 INFO kablam! = note: required by `std::convert::From::from` Aug 10 19:47:09.531 INFO kablam! Aug 10 19:47:09.688 INFO kablam! error: aborting due to 17 previous errors Aug 10 19:47:09.688 INFO kablam! Aug 10 19:47:09.689 INFO kablam! Some errors occurred: E0061, E0277, E0425, E0433, E0599. Aug 10 19:47:09.689 INFO kablam! For more information about an error, try `rustc --explain E0061`. Aug 10 19:47:09.715 INFO kablam! error: Could not compile `rust-raft`. Aug 10 19:47:09.715 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 10 19:47:10.222 INFO kablam! error[E0061]: this function takes 0 parameters but 1 parameter was supplied Aug 10 19:47:10.222 INFO kablam! --> src/connection_pool.rs:21:22 Aug 10 19:47:10.222 INFO kablam! | Aug 10 19:47:10.222 INFO kablam! 21 | let client = Client::new(&core.handle()); Aug 10 19:47:10.222 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 0 parameters Aug 10 19:47:10.223 INFO kablam! Aug 10 19:47:10.227 INFO kablam! error[E0061]: this function takes 1 parameter but 2 parameters were supplied Aug 10 19:47:10.227 INFO kablam! --> src/connection_pool.rs:32:54 Aug 10 19:47:10.227 INFO kablam! | Aug 10 19:47:10.227 INFO kablam! 32 | let mut http_req: Request = Request::new(hyper::Method::Post, uri); Aug 10 19:47:10.227 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 parameter Aug 10 19:47:10.227 INFO kablam! Aug 10 19:47:10.485 INFO kablam! error[E0599]: no associated item named `Post` found for type `hyper::Method` in the current scope Aug 10 19:47:10.485 INFO kablam! --> src/connection_pool.rs:32:67 Aug 10 19:47:10.485 INFO kablam! | Aug 10 19:47:10.485 INFO kablam! 32 | let mut http_req: Request = Request::new(hyper::Method::Post, uri); Aug 10 19:47:10.485 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ associated item not found in `hyper::Method` Aug 10 19:47:10.485 INFO kablam! Aug 10 19:47:10.496 INFO kablam! error[E0599]: no method named `set` found for type `&mut hyper::HeaderMap` in the current scope Aug 10 19:47:10.496 INFO kablam! --> src/connection_pool.rs:34:36 Aug 10 19:47:10.496 INFO kablam! | Aug 10 19:47:10.496 INFO kablam! 34 | http_req.headers_mut().set(hyper::header::ContentLength(body.len() as u64)); Aug 10 19:47:10.496 INFO kablam! | ^^^ Aug 10 19:47:10.496 INFO kablam! | Aug 10 19:47:10.496 INFO kablam! = help: did you mean `get`? Aug 10 19:47:10.496 INFO kablam! Aug 10 19:47:10.518 INFO kablam! error[E0599]: no method named `set_body` found for type `hyper::Request` in the current scope Aug 10 19:47:10.518 INFO kablam! --> src/connection_pool.rs:35:22 Aug 10 19:47:10.518 INFO kablam! | Aug 10 19:47:10.518 INFO kablam! 35 | http_req.set_body(body); Aug 10 19:47:10.518 INFO kablam! | ^^^^^^^^ Aug 10 19:47:10.518 INFO kablam! Aug 10 19:47:10.527 INFO kablam! error[E0599]: no method named `set` found for type `&mut hyper::HeaderMap` in the current scope Aug 10 19:47:10.527 INFO kablam! --> src/connection_pool.rs:36:36 Aug 10 19:47:10.527 INFO kablam! | Aug 10 19:47:10.527 INFO kablam! 36 | http_req.headers_mut().set(hyper::header::ContentType::json()); Aug 10 19:47:10.527 INFO kablam! | ^^^ Aug 10 19:47:10.528 INFO kablam! | Aug 10 19:47:10.528 INFO kablam! = help: did you mean `get`? Aug 10 19:47:10.528 INFO kablam! Aug 10 19:47:10.580 INFO kablam! error[E0277]: the trait bound `hyper::Error: std::convert::From` is not satisfied Aug 10 19:47:10.580 INFO kablam! --> src/connection_pool.rs:44:34 Aug 10 19:47:10.580 INFO kablam! | Aug 10 19:47:10.580 INFO kablam! 44 | .map_err(|e| hyper::Error::from( Aug 10 19:47:10.580 INFO kablam! | ^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `hyper::Error` Aug 10 19:47:10.580 INFO kablam! | Aug 10 19:47:10.580 INFO kablam! = help: the following implementations were found: Aug 10 19:47:10.580 INFO kablam! > Aug 10 19:47:10.580 INFO kablam! = note: required by `std::convert::From::from` Aug 10 19:47:10.580 INFO kablam! Aug 10 19:47:10.588 INFO kablam! error[E0061]: this function takes 1 parameter but 2 parameters were supplied Aug 10 19:47:10.588 INFO kablam! --> src/connection_pool.rs:61:32 Aug 10 19:47:10.588 INFO kablam! | Aug 10 19:47:10.588 INFO kablam! 61 | let mut http_req = Request::new(hyper::Method::Post, uri); Aug 10 19:47:10.588 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 parameter Aug 10 19:47:10.588 INFO kablam! Aug 10 19:47:10.597 INFO kablam! error[E0599]: no associated item named `Post` found for type `hyper::Method` in the current scope Aug 10 19:47:10.597 INFO kablam! --> src/connection_pool.rs:61:45 Aug 10 19:47:10.597 INFO kablam! | Aug 10 19:47:10.598 INFO kablam! 61 | let mut http_req = Request::new(hyper::Method::Post, uri); Aug 10 19:47:10.598 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ associated item not found in `hyper::Method` Aug 10 19:47:10.600 INFO kablam! Aug 10 19:47:10.610 INFO kablam! error[E0599]: no method named `set` found for type `&mut hyper::HeaderMap` in the current scope Aug 10 19:47:10.610 INFO kablam! --> src/connection_pool.rs:63:36 Aug 10 19:47:10.610 INFO kablam! | Aug 10 19:47:10.610 INFO kablam! 63 | http_req.headers_mut().set(hyper::header::ContentLength(body.len() as u64)); Aug 10 19:47:10.610 INFO kablam! | ^^^ Aug 10 19:47:10.620 INFO kablam! | Aug 10 19:47:10.620 INFO kablam! = help: did you mean `get`? Aug 10 19:47:10.621 INFO kablam! Aug 10 19:47:10.631 INFO kablam! error[E0599]: no method named `set_body` found for type `hyper::Request<_>` in the current scope Aug 10 19:47:10.631 INFO kablam! --> src/connection_pool.rs:64:22 Aug 10 19:47:10.631 INFO kablam! | Aug 10 19:47:10.631 INFO kablam! 64 | http_req.set_body(body); Aug 10 19:47:10.631 INFO kablam! | ^^^^^^^^ Aug 10 19:47:10.631 INFO kablam! Aug 10 19:47:10.644 INFO kablam! error[E0599]: no method named `set` found for type `&mut hyper::HeaderMap` in the current scope Aug 10 19:47:10.644 INFO kablam! --> src/connection_pool.rs:65:36 Aug 10 19:47:10.644 INFO kablam! | Aug 10 19:47:10.644 INFO kablam! 65 | http_req.headers_mut().set(hyper::header::ContentType::json()); Aug 10 19:47:10.644 INFO kablam! | ^^^ Aug 10 19:47:10.652 INFO kablam! | Aug 10 19:47:10.652 INFO kablam! = help: did you mean `get`? Aug 10 19:47:10.653 INFO kablam! Aug 10 19:47:10.658 INFO kablam! error[E0277]: the trait bound `hyper::Error: std::convert::From` is not satisfied Aug 10 19:47:10.658 INFO kablam! --> src/connection_pool.rs:71:34 Aug 10 19:47:10.658 INFO kablam! | Aug 10 19:47:10.658 INFO kablam! 71 | .map_err(|e| hyper::Error::from( Aug 10 19:47:10.658 INFO kablam! | ^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `hyper::Error` Aug 10 19:47:10.658 INFO kablam! | Aug 10 19:47:10.659 INFO kablam! = help: the following implementations were found: Aug 10 19:47:10.659 INFO kablam! > Aug 10 19:47:10.659 INFO kablam! = note: required by `std::convert::From::from` Aug 10 19:47:10.659 INFO kablam! Aug 10 19:47:10.775 INFO kablam! error: aborting due to 17 previous errors Aug 10 19:47:10.775 INFO kablam! Aug 10 19:47:10.775 INFO kablam! Some errors occurred: E0061, E0277, E0425, E0433, E0599. Aug 10 19:47:10.775 INFO kablam! For more information about an error, try `rustc --explain E0061`. Aug 10 19:47:10.815 INFO kablam! error: Could not compile `rust-raft`. Aug 10 19:47:10.815 INFO kablam! Aug 10 19:47:10.815 INFO kablam! To learn more, run the command again with --verbose. Aug 10 19:47:10.817 INFO kablam! su: No module specific data is present Aug 10 19:47:11.334 INFO running `"docker" "rm" "-f" "92e79e84346afd7dedacb0a081252d396069cbb21e730eef933c95470e0cc404"` Aug 10 19:47:11.502 INFO blam! 92e79e84346afd7dedacb0a081252d396069cbb21e730eef933c95470e0cc404