Aug 02 03:15:44.669 INFO checking oauth2-2.0.0-alpha.1 against 1.27.2+tmplazy for lazy_static-1 Aug 02 03:15:44.669 INFO running: cargo +1.27.2 check --frozen --all --all-targets Aug 02 03:15:44.669 INFO creating container for: cargo +1.27.2 check --frozen --all --all-targets Aug 02 03:15:44.669 INFO running `"docker" "create" "-v" "/tmp/crater.S4jwwTXD8DIe:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/lazy_static-1/worker-2/1.27.2+tmplazy:/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 02 03:15:44.890 INFO blam! 7c1d35f6937363745462a4fa7fc810f58ecbc5940912e6ac9fd824ab65abb91a Aug 02 03:15:44.893 INFO running `"docker" "start" "-a" "7c1d35f6937363745462a4fa7fc810f58ecbc5940912e6ac9fd824ab65abb91a"` Aug 02 03:15:46.775 INFO kablam! Checking mockito v0.8.2 Aug 02 03:15:46.776 INFO kablam! Checking oauth2 v2.0.0-alpha.1 (file:///source) Aug 02 03:15:49.827 INFO kablam! error[E0277]: `T` cannot be shared between threads safely Aug 02 03:15:49.827 INFO kablam! --> src/lib.rs:1187:17 Aug 02 03:15:49.827 INFO kablam! | Aug 02 03:15:49.827 INFO kablam! 1187 | #[derive(Debug, Fail)] Aug 02 03:15:49.827 INFO kablam! | ^^^^ `T` cannot be shared between threads safely Aug 02 03:15:49.828 INFO kablam! | Aug 02 03:15:49.828 INFO kablam! = help: within `RequestTokenError`, the trait `std::marker::Sync` is not implemented for `T` Aug 02 03:15:49.828 INFO kablam! = help: consider adding a `where T: std::marker::Sync` bound Aug 02 03:15:49.828 INFO kablam! = note: required because it appears within the type `ErrorResponse` Aug 02 03:15:49.828 INFO kablam! = note: required because it appears within the type `RequestTokenError` Aug 02 03:15:49.828 INFO kablam! Aug 02 03:15:49.828 INFO kablam! error[E0277]: the trait bound `T: std::marker::Send` is not satisfied in `RequestTokenError` Aug 02 03:15:49.828 INFO kablam! --> src/lib.rs:1187:17 Aug 02 03:15:49.828 INFO kablam! | Aug 02 03:15:49.828 INFO kablam! 1187 | #[derive(Debug, Fail)] Aug 02 03:15:49.828 INFO kablam! | ^^^^ `T` cannot be sent between threads safely Aug 02 03:15:49.828 INFO kablam! | Aug 02 03:15:49.828 INFO kablam! = help: within `RequestTokenError`, the trait `std::marker::Send` is not implemented for `T` Aug 02 03:15:49.828 INFO kablam! = help: consider adding a `where T: std::marker::Send` bound Aug 02 03:15:49.828 INFO kablam! = note: required because it appears within the type `ErrorResponse` Aug 02 03:15:49.828 INFO kablam! = note: required because it appears within the type `RequestTokenError` Aug 02 03:15:49.828 INFO kablam! Aug 02 03:15:50.062 INFO kablam! error: aborting due to 2 previous errors Aug 02 03:15:50.062 INFO kablam! Aug 02 03:15:50.063 INFO kablam! For more information about this error, try `rustc --explain E0277`. Aug 02 03:15:50.096 INFO kablam! error: Could not compile `oauth2`. Aug 02 03:15:50.097 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 02 03:15:50.689 INFO kablam! error[E0277]: `T` cannot be shared between threads safely Aug 02 03:15:50.689 INFO kablam! --> src/lib.rs:1187:17 Aug 02 03:15:50.689 INFO kablam! | Aug 02 03:15:50.689 INFO kablam! 1187 | #[derive(Debug, Fail)] Aug 02 03:15:50.689 INFO kablam! | ^^^^ `T` cannot be shared between threads safely Aug 02 03:15:50.689 INFO kablam! | Aug 02 03:15:50.689 INFO kablam! = help: within `RequestTokenError`, the trait `std::marker::Sync` is not implemented for `T` Aug 02 03:15:50.689 INFO kablam! = help: consider adding a `where T: std::marker::Sync` bound Aug 02 03:15:50.689 INFO kablam! = note: required because it appears within the type `ErrorResponse` Aug 02 03:15:50.689 INFO kablam! = note: required because it appears within the type `RequestTokenError` Aug 02 03:15:50.689 INFO kablam! Aug 02 03:15:50.689 INFO kablam! error[E0277]: the trait bound `T: std::marker::Send` is not satisfied in `RequestTokenError` Aug 02 03:15:50.689 INFO kablam! --> src/lib.rs:1187:17 Aug 02 03:15:50.689 INFO kablam! | Aug 02 03:15:50.689 INFO kablam! 1187 | #[derive(Debug, Fail)] Aug 02 03:15:50.689 INFO kablam! | ^^^^ `T` cannot be sent between threads safely Aug 02 03:15:50.689 INFO kablam! | Aug 02 03:15:50.689 INFO kablam! = help: within `RequestTokenError`, the trait `std::marker::Send` is not implemented for `T` Aug 02 03:15:50.689 INFO kablam! = help: consider adding a `where T: std::marker::Send` bound Aug 02 03:15:50.689 INFO kablam! = note: required because it appears within the type `ErrorResponse` Aug 02 03:15:50.689 INFO kablam! = note: required because it appears within the type `RequestTokenError` Aug 02 03:15:50.689 INFO kablam! Aug 02 03:15:50.823 INFO kablam! error: aborting due to 2 previous errors Aug 02 03:15:50.823 INFO kablam! Aug 02 03:15:50.823 INFO kablam! For more information about this error, try `rustc --explain E0277`. Aug 02 03:15:50.846 INFO kablam! error: Could not compile `oauth2`. Aug 02 03:15:50.846 INFO kablam! Aug 02 03:15:50.846 INFO kablam! To learn more, run the command again with --verbose. Aug 02 03:15:50.847 INFO kablam! su: No module specific data is present Aug 02 03:15:51.657 INFO running `"docker" "rm" "-f" "7c1d35f6937363745462a4fa7fc810f58ecbc5940912e6ac9fd824ab65abb91a"` Aug 02 03:15:51.815 INFO blam! 7c1d35f6937363745462a4fa7fc810f58ecbc5940912e6ac9fd824ab65abb91a