Sep 21 08:26:02.194 INFO checking inth-oauth2-0.7.1 against master#f7f4c500b46603386e940f116b469c7adc043a6d for pr-54394 Sep 21 08:26:02.194 INFO running: cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets Sep 21 08:26:02.194 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54394/master#f7f4c500b46603386e940f116b469c7adc043a6d:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-7/master#f7f4c500b46603386e940f116b469c7adc043a6d:/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 +f7f4c500b46603386e940f116b469c7adc043a6d-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.306 INFO blam! c4772bd382f95f2867ba201dc132fa0b6b1c278ae04fc145d440ab661e450a90 Sep 21 08:26:02.307 INFO running `"docker" "start" "-a" "c4772bd382f95f2867ba201dc132fa0b6b1c278ae04fc145d440ab661e450a90"` Sep 21 08:26:03.344 INFO kablam! usermod: no changes 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:10.829 INFO kablam! error[E0277]: the trait bound `yup_hyper_mock::MockStream: hyper::net::NetworkStream` is not satisfied Sep 21 08:26:10.829 INFO kablam! --> tests/mock.rs:35:5 Sep 21 08:26:10.829 INFO kablam! | Sep 21 08:26:10.829 INFO kablam! 35 | / mock_connector_in_order!(BearerStatic { Sep 21 08:26:10.829 INFO kablam! 36 | | include_str!("response/request_token_bearer_static.http") Sep 21 08:26:10.829 INFO kablam! 37 | | }); Sep 21 08:26:10.829 INFO kablam! | |_______^ the trait `hyper::net::NetworkStream` is not implemented for `yup_hyper_mock::MockStream` Sep 21 08:26:10.829 INFO kablam! | Sep 21 08:26:10.829 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:10.829 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `yup_hyper_mock::MockStream` Sep 21 08:26:10.829 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:10.829 INFO kablam! Sep 21 08:26:10.830 INFO kablam! error[E0277]: the trait bound `yup_hyper_mock::MockStream: hyper::net::NetworkStream` is not satisfied Sep 21 08:26:10.830 INFO kablam! --> tests/mock.rs:39:5 Sep 21 08:26:10.830 INFO kablam! | Sep 21 08:26:10.830 INFO kablam! 39 | / mock_connector_in_order!(BearerExpiring { Sep 21 08:26:10.830 INFO kablam! 40 | | include_str!("response/request_token_bearer_expiring.http") Sep 21 08:26:10.830 INFO kablam! 41 | | include_str!("response/refresh_token_bearer_full.http") Sep 21 08:26:10.830 INFO kablam! 42 | | }); Sep 21 08:26:10.830 INFO kablam! | |_______^ the trait `hyper::net::NetworkStream` is not implemented for `yup_hyper_mock::MockStream` Sep 21 08:26:10.830 INFO kablam! | Sep 21 08:26:10.830 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:10.830 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `yup_hyper_mock::MockStream` Sep 21 08:26:10.830 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:10.830 INFO kablam! Sep 21 08:26:10.830 INFO kablam! error[E0277]: the trait bound `yup_hyper_mock::MockStream: hyper::net::NetworkStream` is not satisfied Sep 21 08:26:10.830 INFO kablam! --> tests/mock.rs:44:5 Sep 21 08:26:10.830 INFO kablam! | Sep 21 08:26:10.830 INFO kablam! 44 | / mock_connector_in_order!(BearerExpiringPartial { Sep 21 08:26:10.830 INFO kablam! 45 | | include_str!("response/request_token_bearer_expiring.http") Sep 21 08:26:10.830 INFO kablam! 46 | | include_str!("response/refresh_token_bearer_partial.http") Sep 21 08:26:10.830 INFO kablam! 47 | | }); Sep 21 08:26:10.830 INFO kablam! | |_______^ the trait `hyper::net::NetworkStream` is not implemented for `yup_hyper_mock::MockStream` Sep 21 08:26:10.830 INFO kablam! | Sep 21 08:26:10.830 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:10.830 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `yup_hyper_mock::MockStream` Sep 21 08:26:10.830 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:10.830 INFO kablam! Sep 21 08:26:10.831 INFO kablam! error[E0277]: the trait bound `yup_hyper_mock::MockStream: hyper::net::NetworkStream` is not satisfied Sep 21 08:26:10.831 INFO kablam! --> tests/mock.rs:49:5 Sep 21 08:26:10.831 INFO kablam! | Sep 21 08:26:10.831 INFO kablam! 49 | / mock_connector_in_order!(InvalidRequest { Sep 21 08:26:10.831 INFO kablam! 50 | | include_str!("response/invalid_request.http") Sep 21 08:26:10.831 INFO kablam! 51 | | }); Sep 21 08:26:10.831 INFO kablam! | |_______^ the trait `hyper::net::NetworkStream` is not implemented for `yup_hyper_mock::MockStream` Sep 21 08:26:10.831 INFO kablam! | Sep 21 08:26:10.831 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:10.831 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `yup_hyper_mock::MockStream` Sep 21 08:26:10.831 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:10.831 INFO kablam! Sep 21 08:26:10.832 INFO kablam! error[E0277]: the trait bound `yup_hyper_mock::MockStream: hyper::net::NetworkStream` is not satisfied Sep 21 08:26:10.832 INFO kablam! --> tests/mock.rs:53:5 Sep 21 08:26:10.832 INFO kablam! | Sep 21 08:26:10.832 INFO kablam! 53 | / mock_connector_in_order!(RefreshInvalidRequest { Sep 21 08:26:10.832 INFO kablam! 54 | | include_str!("response/request_token_bearer_expiring.http") Sep 21 08:26:10.832 INFO kablam! 55 | | include_str!("response/invalid_request.http") Sep 21 08:26:10.832 INFO kablam! 56 | | }); Sep 21 08:26:10.832 INFO kablam! | |_______^ the trait `hyper::net::NetworkStream` is not implemented for `yup_hyper_mock::MockStream` Sep 21 08:26:10.832 INFO kablam! | Sep 21 08:26:10.832 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:10.832 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `yup_hyper_mock::MockStream` Sep 21 08:26:10.832 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:10.832 INFO kablam! Sep 21 08:26:10.835 INFO kablam! error: aborting due to 5 previous errors Sep 21 08:26:10.835 INFO kablam! Sep 21 08:26:10.836 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 21 08:26:10.852 INFO kablam! error: Could not compile `inth-oauth2`. Sep 21 08:26:10.853 INFO kablam! Sep 21 08:26:10.853 INFO kablam! To learn more, run the command again with --verbose. Sep 21 08:26:10.853 INFO kablam! su: No module specific data is present Sep 21 08:26:11.828 INFO running `"docker" "rm" "-f" "c4772bd382f95f2867ba201dc132fa0b6b1c278ae04fc145d440ab661e450a90"` Sep 21 08:26:11.959 INFO blam! c4772bd382f95f2867ba201dc132fa0b6b1c278ae04fc145d440ab661e450a90