Aug 01 16:05:00.333 INFO checking lucab/exp-rkt-grpc-rs against 1.27.2 for lazy_static-1 Aug 01 16:05:00.333 INFO running: cargo +1.27.2 check --frozen --all --all-targets Aug 01 16:05:00.333 INFO creating container for: cargo +1.27.2 check --frozen --all --all-targets Aug 01 16:05:00.333 INFO running `"docker" "create" "-v" "/tmp/crater.wW5WaPTHfsNL:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/lazy_static-1/worker-6/1.27.2:/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 +1.27.2 check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "crater"` Aug 01 16:05:00.586 INFO blam! 4b476f325a5c89c0585ba61a355e2a097c724021a1d8f7218d01c429f909067e Aug 01 16:05:00.589 INFO running `"docker" "start" "-a" "4b476f325a5c89c0585ba61a355e2a097c724021a1d8f7218d01c429f909067e"` Aug 01 16:05:01.921 INFO kablam! Compiling unicode-segmentation v1.2.1 Aug 01 16:05:01.921 INFO kablam! Compiling indexmap v1.0.1 Aug 01 16:05:01.921 INFO kablam! Compiling multimap v0.4.0 Aug 01 16:05:01.921 INFO kablam! Compiling protobuf v1.7.4 Aug 01 16:05:01.936 INFO kablam! Checking trackable v0.2.18 Aug 01 16:05:01.936 INFO kablam! Checking spin v0.4.8 Aug 01 16:05:01.936 INFO kablam! Checking quick-error v0.2.2 Aug 01 16:05:01.937 INFO kablam! Compiling iovec v0.1.2 Aug 01 16:05:03.814 INFO kablam! Compiling itertools v0.7.8 Aug 01 16:05:05.427 INFO kablam! Checking tower-service v0.1.0 (https://github.com/tower-rs/tower#09c9419c) Aug 01 16:05:05.555 INFO kablam! Compiling petgraph v0.4.12 Aug 01 16:05:08.986 INFO kablam! Compiling bytes v0.4.9 Aug 01 16:05:08.988 INFO kablam! Compiling env_logger v0.5.11 Aug 01 16:05:10.609 INFO kablam! Checking thrift_codec v0.1.1 Aug 01 16:05:10.695 INFO kablam! Compiling syn v0.12.15 Aug 01 16:05:12.193 INFO kablam! Checking prost v0.4.0 Aug 01 16:05:15.154 INFO kablam! Checking prost v0.3.2 Aug 01 16:05:25.957 INFO kablam! Compiling heck v0.3.0 Aug 01 16:05:25.998 INFO kablam! Checking tokio-connect v0.1.0 (https://github.com/carllerche/tokio-connect#f7ad1ca4) Aug 01 16:05:26.114 INFO kablam! Checking tower-add-origin v0.1.0 (https://github.com/tower-rs/tower-http#c9e13f64) Aug 01 16:05:26.303 INFO kablam! Compiling codegen v0.1.0 (https://github.com/carllerche/codegen#9b2f8185) Aug 01 16:05:27.665 INFO kablam! Checking rustracing v0.1.6 Aug 01 16:05:34.347 INFO kablam! Compiling failure v0.1.2 Aug 01 16:05:34.555 INFO kablam! Checking tower-http v0.1.0 (https://github.com/tower-rs/tower-http#c9e13f64) Aug 01 16:05:36.813 INFO kablam! Checking tower-h2 v0.1.0 (https://github.com/tower-rs/tower-h2#e209b835) Aug 01 16:05:37.753 INFO kablam! Checking rustracing_jaeger v0.1.7 Aug 01 16:05:42.509 INFO kablam! Compiling which v2.0.0 Aug 01 16:05:42.734 INFO kablam! Compiling prost-derive v0.4.0 Aug 01 16:05:51.489 INFO kablam! Checking tower-grpc v0.1.0 (https://github.com/tower-rs/tower-grpc#0afac3d4) Aug 01 16:05:51.635 INFO kablam! Compiling prost-build v0.4.0 Aug 01 16:06:25.098 INFO kablam! Compiling prost-types v0.4.0 Aug 01 16:06:29.926 INFO kablam! Compiling prost-derive v0.3.2 Aug 01 16:06:34.757 INFO kablam! Checking prometheus v0.3.13 Aug 01 16:07:03.752 INFO kablam! Compiling tower-grpc-build v0.1.0 (https://github.com/tower-rs/tower-grpc#0afac3d4) Aug 01 16:07:06.263 INFO kablam! Compiling exp-rkt-grpc v0.1.0 (file:///source) Aug 01 16:07:15.961 INFO kablam! error[E0277]: the trait bound `rkt::ListImagesRequest: prost::message::Message` is not satisfied Aug 01 16:07:15.961 INFO kablam! --> src/main.rs:179:18 Aug 01 16:07:15.961 INFO kablam! | Aug 01 16:07:15.962 INFO kablam! 179 | .list_images(GrpcRequest::new(ListImagesRequest { Aug 01 16:07:15.962 INFO kablam! | ^^^^^^^^^^^ the trait `prost::message::Message` is not implemented for `rkt::ListImagesRequest` Aug 01 16:07:15.962 INFO kablam! | Aug 01 16:07:15.962 INFO kablam! = note: required because of the requirements on the impl of `tower_grpc::client::Encodable` for `futures::stream::Once` Aug 01 16:07:15.962 INFO kablam! Aug 01 16:07:16.036 INFO kablam! error[E0277]: the trait bound `rkt::ListImagesRequest: prost::message::Message` is not satisfied Aug 01 16:07:16.036 INFO kablam! --> src/main.rs:179:18 Aug 01 16:07:16.036 INFO kablam! | Aug 01 16:07:16.036 INFO kablam! 179 | .list_images(GrpcRequest::new(ListImagesRequest { Aug 01 16:07:16.036 INFO kablam! | ^^^^^^^^^^^ the trait `prost::message::Message` is not implemented for `rkt::ListImagesRequest` Aug 01 16:07:16.039 INFO kablam! | Aug 01 16:07:16.039 INFO kablam! = note: required because of the requirements on the impl of `tower_grpc::client::Encodable` for `futures::stream::Once` Aug 01 16:07:16.039 INFO kablam! Aug 01 16:07:16.125 INFO kablam! error[E0599]: no method named `map_err` found for type `tower_grpc::client::unary::ResponseFuture` in the current scope Aug 01 16:07:16.126 INFO kablam! --> src/main.rs:183:18 Aug 01 16:07:16.126 INFO kablam! | Aug 01 16:07:16.126 INFO kablam! 183 | .map_err(|e| { Aug 01 16:07:16.126 INFO kablam! | ^^^^^^^ Aug 01 16:07:16.136 INFO kablam! | Aug 01 16:07:16.136 INFO kablam! = note: the method `map_err` exists but the following trait bounds were not satisfied: Aug 01 16:07:16.136 INFO kablam! `tower_grpc::client::unary::ResponseFuture : futures::Future` Aug 01 16:07:16.137 INFO kablam! `&mut tower_grpc::client::unary::ResponseFuture : futures::Stream` Aug 01 16:07:16.137 INFO kablam! `&mut tower_grpc::client::unary::ResponseFuture : futures::Future` Aug 01 16:07:16.137 INFO kablam! Aug 01 16:07:16.181 INFO kablam! warning: use of deprecated item 'hyper::server::server_proto::>::bind_connection': All usage of the tokio-proto crate is going away. Aug 01 16:07:16.181 INFO kablam! --> src/main.rs:217:29 Aug 01 16:07:16.181 INFO kablam! | Aug 01 16:07:16.181 INFO kablam! 217 | Http::new().bind_connection(&handle3, sock, metrics_addr, Metrics); Aug 01 16:07:16.181 INFO kablam! | ^^^^^^^^^^^^^^^ Aug 01 16:07:16.181 INFO kablam! | Aug 01 16:07:16.181 INFO kablam! = note: #[warn(deprecated)] on by default Aug 01 16:07:16.181 INFO kablam! Aug 01 16:07:16.199 INFO kablam! error[E0599]: no method named `map_err` found for type `tower_grpc::client::unary::ResponseFuture` in the current scope Aug 01 16:07:16.199 INFO kablam! --> src/main.rs:183:18 Aug 01 16:07:16.199 INFO kablam! | Aug 01 16:07:16.199 INFO kablam! 183 | .map_err(|e| { Aug 01 16:07:16.199 INFO kablam! | ^^^^^^^ Aug 01 16:07:16.204 INFO kablam! | Aug 01 16:07:16.204 INFO kablam! = note: the method `map_err` exists but the following trait bounds were not satisfied: Aug 01 16:07:16.204 INFO kablam! `tower_grpc::client::unary::ResponseFuture : futures::Future` Aug 01 16:07:16.205 INFO kablam! `&mut tower_grpc::client::unary::ResponseFuture : futures::Stream` Aug 01 16:07:16.205 INFO kablam! `&mut tower_grpc::client::unary::ResponseFuture : futures::Future` Aug 01 16:07:16.205 INFO kablam! Aug 01 16:07:16.249 INFO kablam! warning: use of deprecated item 'hyper::server::server_proto::>::bind_connection': All usage of the tokio-proto crate is going away. Aug 01 16:07:16.249 INFO kablam! --> src/main.rs:217:29 Aug 01 16:07:16.249 INFO kablam! | Aug 01 16:07:16.249 INFO kablam! 217 | Http::new().bind_connection(&handle3, sock, metrics_addr, Metrics); Aug 01 16:07:16.249 INFO kablam! | ^^^^^^^^^^^^^^^ Aug 01 16:07:16.252 INFO kablam! | Aug 01 16:07:16.252 INFO kablam! = note: #[warn(deprecated)] on by default Aug 01 16:07:16.252 INFO kablam! Aug 01 16:07:17.610 INFO kablam! error: aborting due to 2 previous errors Aug 01 16:07:17.616 INFO kablam! Aug 01 16:07:17.616 INFO kablam! Some errors occurred: E0277, E0599. Aug 01 16:07:17.617 INFO kablam! For more information about an error, try `rustc --explain E0277`. Aug 01 16:07:17.662 INFO kablam! error:error: aborting due to 2 previous errors Aug 01 16:07:17.662 INFO kablam! Aug 01 16:07:17.663 INFO kablam! Some errors occurred: E0277, E0599. Aug 01 16:07:17.663 INFO kablam! For more information about an error, try `rustc --explain E0277`. Aug 01 16:07:17.668 INFO kablam! Could not compile `exp-rkt-grpc`. Aug 01 16:07:17.669 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 01 16:07:17.709 INFO kablam! error: Could not compile `exp-rkt-grpc`. Aug 01 16:07:17.709 INFO kablam! Aug 01 16:07:17.709 INFO kablam! To learn more, run the command again with --verbose. Aug 01 16:07:17.714 INFO kablam! su: No module specific data is present Aug 01 16:07:18.227 INFO running `"docker" "rm" "-f" "4b476f325a5c89c0585ba61a355e2a097c724021a1d8f7218d01c429f909067e"` Aug 01 16:07:18.386 INFO blam! 4b476f325a5c89c0585ba61a355e2a097c724021a1d8f7218d01c429f909067e