Sep 19 23:45:07.152 INFO checking inth-oauth2-0.9.0 against master#ff6422d7a392acfc8af28994d65af2bbaecea4f6 for pr-54346 Sep 19 23:45:07.152 INFO running: cargo +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets Sep 19 23:45:07.152 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54346/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-0/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/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 +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 23:45:07.318 INFO blam! 651f4f0b177884630bb3bfacbe20a079276a3d8e356432d63f58c29336ae74c7 Sep 19 23:45:07.319 INFO running `"docker" "start" "-a" "651f4f0b177884630bb3bfacbe20a079276a3d8e356432d63f58c29336ae74c7"` Sep 19 23:45:08.257 INFO kablam! usermod: no changes Sep 19 23:45:08.468 INFO kablam! Checking serde_json v0.7.4 Sep 19 23:45:08.468 INFO kablam! Checking inth-oauth2 v0.9.0 (/source) Sep 19 23:45:08.468 INFO kablam! Checking yup-hyper-mock v1.3.3 Sep 19 23:45:13.879 INFO kablam! error[E0277]: the trait bound `yup_hyper_mock::MockStream: hyper::net::NetworkStream` is not satisfied Sep 19 23:45:13.879 INFO kablam! --> tests/mock.rs:43:5 Sep 19 23:45:13.879 INFO kablam! | Sep 19 23:45:13.879 INFO kablam! 43 | / mock_connector_in_order!(BearerStatic { Sep 19 23:45:13.879 INFO kablam! 44 | | include_str!("response/request_token_bearer_static.http") Sep 19 23:45:13.879 INFO kablam! 45 | | }); Sep 19 23:45:13.879 INFO kablam! | |_______^ the trait `hyper::net::NetworkStream` is not implemented for `yup_hyper_mock::MockStream` Sep 19 23:45:13.879 INFO kablam! | Sep 19 23:45:13.879 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 19 23:45:13.879 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `yup_hyper_mock::MockStream` Sep 19 23:45:13.879 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 19 23:45:13.880 INFO kablam! Sep 19 23:45:13.891 INFO kablam! error[E0277]: the trait bound `yup_hyper_mock::MockStream: hyper::net::NetworkStream` is not satisfied Sep 19 23:45:13.891 INFO kablam! --> tests/mock.rs:47:5 Sep 19 23:45:13.891 INFO kablam! | Sep 19 23:45:13.891 INFO kablam! 47 | / mock_connector_in_order!(BearerExpiring { Sep 19 23:45:13.891 INFO kablam! 48 | | include_str!("response/request_token_bearer_expiring.http") Sep 19 23:45:13.891 INFO kablam! 49 | | }); Sep 19 23:45:13.891 INFO kablam! | |_______^ the trait `hyper::net::NetworkStream` is not implemented for `yup_hyper_mock::MockStream` Sep 19 23:45:13.891 INFO kablam! | Sep 19 23:45:13.891 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 19 23:45:13.891 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `yup_hyper_mock::MockStream` Sep 19 23:45:13.891 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 19 23:45:13.891 INFO kablam! Sep 19 23:45:13.891 INFO kablam! error[E0277]: the trait bound `yup_hyper_mock::MockStream: hyper::net::NetworkStream` is not satisfied Sep 19 23:45:13.891 INFO kablam! --> tests/mock.rs:51:5 Sep 19 23:45:13.891 INFO kablam! | Sep 19 23:45:13.891 INFO kablam! 51 | / mock_connector_in_order!(BearerRefresh { Sep 19 23:45:13.891 INFO kablam! 52 | | include_str!("response/request_token_bearer_refresh.http") Sep 19 23:45:13.891 INFO kablam! 53 | | include_str!("response/refresh_token_bearer_full.http") Sep 19 23:45:13.891 INFO kablam! 54 | | }); Sep 19 23:45:13.891 INFO kablam! | |_______^ the trait `hyper::net::NetworkStream` is not implemented for `yup_hyper_mock::MockStream` Sep 19 23:45:13.891 INFO kablam! | Sep 19 23:45:13.891 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 19 23:45:13.891 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `yup_hyper_mock::MockStream` Sep 19 23:45:13.891 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 19 23:45:13.891 INFO kablam! Sep 19 23:45:13.891 INFO kablam! error[E0277]: the trait bound `yup_hyper_mock::MockStream: hyper::net::NetworkStream` is not satisfied Sep 19 23:45:13.891 INFO kablam! --> tests/mock.rs:56:5 Sep 19 23:45:13.891 INFO kablam! | Sep 19 23:45:13.891 INFO kablam! 56 | / mock_connector_in_order!(BearerRefreshPartial { Sep 19 23:45:13.891 INFO kablam! 57 | | include_str!("response/request_token_bearer_refresh.http") Sep 19 23:45:13.891 INFO kablam! 58 | | include_str!("response/refresh_token_bearer_partial.http") Sep 19 23:45:13.891 INFO kablam! 59 | | }); Sep 19 23:45:13.891 INFO kablam! | |_______^ the trait `hyper::net::NetworkStream` is not implemented for `yup_hyper_mock::MockStream` Sep 19 23:45:13.891 INFO kablam! | Sep 19 23:45:13.891 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 19 23:45:13.891 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `yup_hyper_mock::MockStream` Sep 19 23:45:13.891 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 19 23:45:13.891 INFO kablam! Sep 19 23:45:13.891 INFO kablam! error[E0277]: the trait bound `yup_hyper_mock::MockStream: hyper::net::NetworkStream` is not satisfied Sep 19 23:45:13.891 INFO kablam! --> tests/mock.rs:61:5 Sep 19 23:45:13.891 INFO kablam! | Sep 19 23:45:13.891 INFO kablam! 61 | / mock_connector_in_order!(InvalidRequest { Sep 19 23:45:13.891 INFO kablam! 62 | | include_str!("response/invalid_request.http") Sep 19 23:45:13.891 INFO kablam! 63 | | }); Sep 19 23:45:13.891 INFO kablam! | |_______^ the trait `hyper::net::NetworkStream` is not implemented for `yup_hyper_mock::MockStream` Sep 19 23:45:13.891 INFO kablam! | Sep 19 23:45:13.892 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 19 23:45:13.892 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `yup_hyper_mock::MockStream` Sep 19 23:45:13.892 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 19 23:45:13.892 INFO kablam! Sep 19 23:45:13.892 INFO kablam! error[E0277]: the trait bound `yup_hyper_mock::MockStream: hyper::net::NetworkStream` is not satisfied Sep 19 23:45:13.892 INFO kablam! --> tests/mock.rs:65:5 Sep 19 23:45:13.892 INFO kablam! | Sep 19 23:45:13.892 INFO kablam! 65 | / mock_connector_in_order!(RefreshInvalidRequest { Sep 19 23:45:13.892 INFO kablam! 66 | | include_str!("response/request_token_bearer_refresh.http") Sep 19 23:45:13.892 INFO kablam! 67 | | include_str!("response/invalid_request.http") Sep 19 23:45:13.892 INFO kablam! 68 | | }); Sep 19 23:45:13.892 INFO kablam! | |_______^ the trait `hyper::net::NetworkStream` is not implemented for `yup_hyper_mock::MockStream` Sep 19 23:45:13.892 INFO kablam! | Sep 19 23:45:13.892 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 19 23:45:13.892 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `yup_hyper_mock::MockStream` Sep 19 23:45:13.892 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 19 23:45:13.892 INFO kablam! Sep 19 23:45:13.892 INFO kablam! error: aborting due to 6 previous errors Sep 19 23:45:13.892 INFO kablam! Sep 19 23:45:13.892 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 19 23:45:13.923 INFO kablam! error: Could not compile `inth-oauth2`. Sep 19 23:45:13.923 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 23:45:14.150 INFO kablam! error: build failed Sep 19 23:45:14.152 INFO kablam! su: No module specific data is present Sep 19 23:45:15.114 INFO running `"docker" "rm" "-f" "651f4f0b177884630bb3bfacbe20a079276a3d8e356432d63f58c29336ae74c7"` Sep 19 23:45:15.491 INFO blam! 651f4f0b177884630bb3bfacbe20a079276a3d8e356432d63f58c29336ae74c7