Sep 21 08:26:01.998 INFO checking inth-oauth2-0.7.1 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 08:26:01.998 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 08:26:01.998 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-1/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/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" "-e" "USER_ID=1000" "-e" "CMD=cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 08:26:02.140 INFO blam! 9ce3174e55b51ee671fcb8d7baf25cb40cf652e57d04d44549a00fb6ef7882ca Sep 21 08:26:02.141 INFO running `"docker" "start" "-a" "9ce3174e55b51ee671fcb8d7baf25cb40cf652e57d04d44549a00fb6ef7882ca"` Sep 21 08:26:03.352 INFO kablam! usermod: no changes Sep 21 08:26:03.482 INFO kablam! Checking serde_json v0.7.4 Sep 21 08:26:03.482 INFO kablam! Checking yup-hyper-mock v1.3.3 Sep 21 08:26:03.482 INFO kablam! Checking inth-oauth2 v0.7.1 (/source) Sep 21 08:26:09.598 INFO kablam! error[E0277]: the trait bound `yup_hyper_mock::MockStream: hyper::net::NetworkStream` is not satisfied Sep 21 08:26:09.598 INFO kablam! --> tests/mock.rs:35:5 Sep 21 08:26:09.598 INFO kablam! | Sep 21 08:26:09.598 INFO kablam! 35 | / mock_connector_in_order!(BearerStatic { Sep 21 08:26:09.598 INFO kablam! 36 | | include_str!("response/request_token_bearer_static.http") Sep 21 08:26:09.598 INFO kablam! 37 | | }); Sep 21 08:26:09.598 INFO kablam! | |_______^ the trait `hyper::net::NetworkStream` is not implemented for `yup_hyper_mock::MockStream` Sep 21 08:26:09.598 INFO kablam! | Sep 21 08:26:09.598 INFO kablam! = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn hyper::net::NetworkStream + std::marker::Send + 'static)>` Sep 21 08:26:09.598 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `yup_hyper_mock::MockStream` Sep 21 08:26:09.598 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 21 08:26:09.598 INFO kablam! Sep 21 08:26:09.598 INFO kablam! error[E0277]: the trait bound `yup_hyper_mock::MockStream: hyper::net::NetworkStream` is not satisfied Sep 21 08:26:09.598 INFO kablam! --> tests/mock.rs:39:5 Sep 21 08:26:09.598 INFO kablam! | Sep 21 08:26:09.598 INFO kablam! 39 | / mock_connector_in_order!(BearerExpiring { Sep 21 08:26:09.598 INFO kablam! 40 | | include_str!("response/request_token_bearer_expiring.http") Sep 21 08:26:09.598 INFO kablam! 41 | | include_str!("response/refresh_token_bearer_full.http") Sep 21 08:26:09.598 INFO kablam! 42 | | }); Sep 21 08:26:09.598 INFO kablam! | |_______^ the trait `hyper::net::NetworkStream` is not implemented for `yup_hyper_mock::MockStream` Sep 21 08:26:09.598 INFO kablam! | Sep 21 08:26:09.598 INFO kablam! = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn hyper::net::NetworkStream + std::marker::Send + 'static)>` Sep 21 08:26:09.598 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `yup_hyper_mock::MockStream` Sep 21 08:26:09.598 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 21 08:26:09.598 INFO kablam! Sep 21 08:26:09.598 INFO kablam! error[E0277]: the trait bound `yup_hyper_mock::MockStream: hyper::net::NetworkStream` is not satisfied Sep 21 08:26:09.598 INFO kablam! --> tests/mock.rs:44:5 Sep 21 08:26:09.598 INFO kablam! | Sep 21 08:26:09.598 INFO kablam! 44 | / mock_connector_in_order!(BearerExpiringPartial { Sep 21 08:26:09.598 INFO kablam! 45 | | include_str!("response/request_token_bearer_expiring.http") Sep 21 08:26:09.598 INFO kablam! 46 | | include_str!("response/refresh_token_bearer_partial.http") Sep 21 08:26:09.599 INFO kablam! 47 | | }); Sep 21 08:26:09.599 INFO kablam! | |_______^ the trait `hyper::net::NetworkStream` is not implemented for `yup_hyper_mock::MockStream` Sep 21 08:26:09.614 INFO kablam! | Sep 21 08:26:09.614 INFO kablam! = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn hyper::net::NetworkStream + std::marker::Send + 'static)>` Sep 21 08:26:09.614 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `yup_hyper_mock::MockStream` Sep 21 08:26:09.614 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 21 08:26:09.614 INFO kablam! Sep 21 08:26:09.614 INFO kablam! error[E0277]: the trait bound `yup_hyper_mock::MockStream: hyper::net::NetworkStream` is not satisfied Sep 21 08:26:09.614 INFO kablam! --> tests/mock.rs:49:5 Sep 21 08:26:09.614 INFO kablam! | Sep 21 08:26:09.614 INFO kablam! 49 | / mock_connector_in_order!(InvalidRequest { Sep 21 08:26:09.614 INFO kablam! 50 | | include_str!("response/invalid_request.http") Sep 21 08:26:09.614 INFO kablam! 51 | | }); Sep 21 08:26:09.614 INFO kablam! | |_______^ the trait `hyper::net::NetworkStream` is not implemented for `yup_hyper_mock::MockStream` Sep 21 08:26:09.614 INFO kablam! | Sep 21 08:26:09.614 INFO kablam! = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn hyper::net::NetworkStream + std::marker::Send + 'static)>` Sep 21 08:26:09.614 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `yup_hyper_mock::MockStream` Sep 21 08:26:09.614 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 21 08:26:09.614 INFO kablam! Sep 21 08:26:09.614 INFO kablam! error[E0277]: the trait bound `yup_hyper_mock::MockStream: hyper::net::NetworkStream` is not satisfied Sep 21 08:26:09.614 INFO kablam! --> tests/mock.rs:53:5 Sep 21 08:26:09.614 INFO kablam! | Sep 21 08:26:09.614 INFO kablam! 53 | / mock_connector_in_order!(RefreshInvalidRequest { Sep 21 08:26:09.614 INFO kablam! 54 | | include_str!("response/request_token_bearer_expiring.http") Sep 21 08:26:09.614 INFO kablam! 55 | | include_str!("response/invalid_request.http") Sep 21 08:26:09.614 INFO kablam! 56 | | }); Sep 21 08:26:09.614 INFO kablam! | |_______^ the trait `hyper::net::NetworkStream` is not implemented for `yup_hyper_mock::MockStream` Sep 21 08:26:09.614 INFO kablam! | Sep 21 08:26:09.614 INFO kablam! = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn hyper::net::NetworkStream + std::marker::Send + 'static)>` Sep 21 08:26:09.614 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `yup_hyper_mock::MockStream` Sep 21 08:26:09.614 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 21 08:26:09.614 INFO kablam! Sep 21 08:26:09.626 INFO kablam! error: aborting due to 5 previous errors Sep 21 08:26:09.626 INFO kablam! Sep 21 08:26:09.626 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 21 08:26:09.698 INFO kablam! error: Could not compile `inth-oauth2`. Sep 21 08:26:09.698 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 08:26:11.142 INFO kablam! error: build failed Sep 21 08:26:11.142 INFO kablam! su: No module specific data is present Sep 21 08:26:12.250 INFO running `"docker" "rm" "-f" "9ce3174e55b51ee671fcb8d7baf25cb40cf652e57d04d44549a00fb6ef7882ca"` Sep 21 08:26:12.417 INFO blam! 9ce3174e55b51ee671fcb8d7baf25cb40cf652e57d04d44549a00fb6ef7882ca