Aug 17 19:25:52.560 INFO checking inth-oauth2-0.9.0 against master#142bb27373126edf8367f526358b6c72ecf1d8df for pr-53426 Aug 17 19:25:52.561 INFO running: cargo +142bb27373126edf8367f526358b6c72ecf1d8df-alt check --frozen --all --all-targets Aug 17 19:25:52.561 INFO creating container for: cargo +142bb27373126edf8367f526358b6c72ecf1d8df-alt check --frozen --all --all-targets Aug 17 19:25:52.561 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53426/master#142bb27373126edf8367f526358b6c72ecf1d8df:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53426/worker-2/master#142bb27373126edf8367f526358b6c72ecf1d8df:/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=500" "-e" "CMD=cargo +142bb27373126edf8367f526358b6c72ecf1d8df-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "crater"` Aug 17 19:25:52.806 INFO blam! 11b30ba1e96b878f2e2acfd415b9fee80b82920f85f8f97eb6ab66b2f5c0abb3 Aug 17 19:25:52.808 INFO running `"docker" "start" "-a" "11b30ba1e96b878f2e2acfd415b9fee80b82920f85f8f97eb6ab66b2f5c0abb3"` Aug 17 19:25:53.981 INFO kablam! Checking inth-oauth2 v0.9.0 (file:///source) Aug 17 19:25:53.981 INFO kablam! Checking yup-hyper-mock v1.3.3 Aug 17 19:26:08.042 INFO kablam! error[E0277]: the trait bound `yup_hyper_mock::MockStream: hyper::net::NetworkStream` is not satisfied Aug 17 19:26:08.042 INFO kablam! --> tests/mock.rs:43:5 Aug 17 19:26:08.042 INFO kablam! | Aug 17 19:26:08.042 INFO kablam! 43 | / mock_connector_in_order!(BearerStatic { Aug 17 19:26:08.042 INFO kablam! 44 | | include_str!("response/request_token_bearer_static.http") Aug 17 19:26:08.042 INFO kablam! 45 | | }); Aug 17 19:26:08.042 INFO kablam! | |_______^ the trait `hyper::net::NetworkStream` is not implemented for `yup_hyper_mock::MockStream` Aug 17 19:26:08.052 INFO kablam! | Aug 17 19:26:08.052 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)>` Aug 17 19:26:08.052 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `yup_hyper_mock::MockStream` Aug 17 19:26:08.052 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) Aug 17 19:26:08.052 INFO kablam! Aug 17 19:26:08.053 INFO kablam! error[E0277]: the trait bound `yup_hyper_mock::MockStream: hyper::net::NetworkStream` is not satisfied Aug 17 19:26:08.053 INFO kablam! --> tests/mock.rs:47:5 Aug 17 19:26:08.053 INFO kablam! | Aug 17 19:26:08.053 INFO kablam! 47 | / mock_connector_in_order!(BearerExpiring { Aug 17 19:26:08.053 INFO kablam! 48 | | include_str!("response/request_token_bearer_expiring.http") Aug 17 19:26:08.053 INFO kablam! 49 | | }); Aug 17 19:26:08.053 INFO kablam! | |_______^ the trait `hyper::net::NetworkStream` is not implemented for `yup_hyper_mock::MockStream` Aug 17 19:26:08.053 INFO kablam! | Aug 17 19:26:08.053 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)>` Aug 17 19:26:08.053 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `yup_hyper_mock::MockStream` Aug 17 19:26:08.053 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) Aug 17 19:26:08.053 INFO kablam! Aug 17 19:26:08.054 INFO kablam! error[E0277]: the trait bound `yup_hyper_mock::MockStream: hyper::net::NetworkStream` is not satisfied Aug 17 19:26:08.054 INFO kablam! --> tests/mock.rs:51:5 Aug 17 19:26:08.054 INFO kablam! | Aug 17 19:26:08.054 INFO kablam! 51 | / mock_connector_in_order!(BearerRefresh { Aug 17 19:26:08.054 INFO kablam! 52 | | include_str!("response/request_token_bearer_refresh.http") Aug 17 19:26:08.054 INFO kablam! 53 | | include_str!("response/refresh_token_bearer_full.http") Aug 17 19:26:08.054 INFO kablam! 54 | | }); Aug 17 19:26:08.054 INFO kablam! | |_______^ the trait `hyper::net::NetworkStream` is not implemented for `yup_hyper_mock::MockStream` Aug 17 19:26:08.054 INFO kablam! | Aug 17 19:26:08.054 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)>` Aug 17 19:26:08.054 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `yup_hyper_mock::MockStream` Aug 17 19:26:08.054 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) Aug 17 19:26:08.054 INFO kablam! Aug 17 19:26:08.055 INFO kablam! error[E0277]: the trait bound `yup_hyper_mock::MockStream: hyper::net::NetworkStream` is not satisfied Aug 17 19:26:08.055 INFO kablam! --> tests/mock.rs:56:5 Aug 17 19:26:08.055 INFO kablam! | Aug 17 19:26:08.055 INFO kablam! 56 | / mock_connector_in_order!(BearerRefreshPartial { Aug 17 19:26:08.055 INFO kablam! 57 | | include_str!("response/request_token_bearer_refresh.http") Aug 17 19:26:08.055 INFO kablam! 58 | | include_str!("response/refresh_token_bearer_partial.http") Aug 17 19:26:08.055 INFO kablam! 59 | | }); Aug 17 19:26:08.055 INFO kablam! | |_______^ the trait `hyper::net::NetworkStream` is not implemented for `yup_hyper_mock::MockStream` Aug 17 19:26:08.055 INFO kablam! | Aug 17 19:26:08.055 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)>` Aug 17 19:26:08.055 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `yup_hyper_mock::MockStream` Aug 17 19:26:08.055 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) Aug 17 19:26:08.055 INFO kablam! Aug 17 19:26:08.056 INFO kablam! error[E0277]: the trait bound `yup_hyper_mock::MockStream: hyper::net::NetworkStream` is not satisfied Aug 17 19:26:08.056 INFO kablam! --> tests/mock.rs:61:5 Aug 17 19:26:08.056 INFO kablam! | Aug 17 19:26:08.056 INFO kablam! 61 | / mock_connector_in_order!(InvalidRequest { Aug 17 19:26:08.056 INFO kablam! 62 | | include_str!("response/invalid_request.http") Aug 17 19:26:08.056 INFO kablam! 63 | | }); Aug 17 19:26:08.056 INFO kablam! | |_______^ the trait `hyper::net::NetworkStream` is not implemented for `yup_hyper_mock::MockStream` Aug 17 19:26:08.056 INFO kablam! | Aug 17 19:26:08.056 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)>` Aug 17 19:26:08.056 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `yup_hyper_mock::MockStream` Aug 17 19:26:08.056 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) Aug 17 19:26:08.056 INFO kablam! Aug 17 19:26:08.057 INFO kablam! error[E0277]: the trait bound `yup_hyper_mock::MockStream: hyper::net::NetworkStream` is not satisfied Aug 17 19:26:08.057 INFO kablam! --> tests/mock.rs:65:5 Aug 17 19:26:08.057 INFO kablam! | Aug 17 19:26:08.057 INFO kablam! 65 | / mock_connector_in_order!(RefreshInvalidRequest { Aug 17 19:26:08.058 INFO kablam! 66 | | include_str!("response/request_token_bearer_refresh.http") Aug 17 19:26:08.058 INFO kablam! 67 | | include_str!("response/invalid_request.http") Aug 17 19:26:08.058 INFO kablam! 68 | | }); Aug 17 19:26:08.058 INFO kablam! | |_______^ the trait `hyper::net::NetworkStream` is not implemented for `yup_hyper_mock::MockStream` Aug 17 19:26:08.058 INFO kablam! | Aug 17 19:26:08.058 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)>` Aug 17 19:26:08.058 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `yup_hyper_mock::MockStream` Aug 17 19:26:08.059 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) Aug 17 19:26:08.059 INFO kablam! Aug 17 19:26:08.067 INFO kablam! error: aborting due to 6 previous errors Aug 17 19:26:08.081 INFO kablam! Aug 17 19:26:08.082 INFO kablam! For more information about this error, try `rustc --explain E0277`. Aug 17 19:26:08.113 INFO kablam! error: Could not compile `inth-oauth2`. Aug 17 19:26:08.114 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 17 19:26:08.269 INFO kablam! error: build failed Aug 17 19:26:08.275 INFO kablam! su: No module specific data is present Aug 17 19:26:08.893 INFO running `"docker" "rm" "-f" "11b30ba1e96b878f2e2acfd415b9fee80b82920f85f8f97eb6ab66b2f5c0abb3"` Aug 17 19:26:09.065 INFO blam! 11b30ba1e96b878f2e2acfd415b9fee80b82920f85f8f97eb6ab66b2f5c0abb3