Aug 02 03:15:46.913 INFO checking oauth2-2.0.0-alpha.1 against 1.27.2 for lazy_static-1 Aug 02 03:15:46.913 INFO running: cargo +1.27.2 check --frozen --all --all-targets Aug 02 03:15:46.913 INFO creating container for: cargo +1.27.2 check --frozen --all --all-targets Aug 02 03:15:46.913 INFO running `"docker" "create" "-v" "/tmp/crater.NLyyRtlXg2wI:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/lazy_static-1/worker-5/1.27.2:/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:47.178 INFO blam! 91c7fe2b961ade2cb34dbd092dddded01b3d616b8ce21645b815111be9b3767b Aug 02 03:15:47.180 INFO running `"docker" "start" "-a" "91c7fe2b961ade2cb34dbd092dddded01b3d616b8ce21645b815111be9b3767b"` Aug 02 03:15:48.221 INFO kablam! Checking oauth2 v2.0.0-alpha.1 (file:///source) Aug 02 03:15:51.234 INFO kablam! error[E0277]: `T` cannot be shared between threads safely Aug 02 03:15:51.234 INFO kablam! --> src/lib.rs:1187:17 Aug 02 03:15:51.234 INFO kablam! | Aug 02 03:15:51.234 INFO kablam! 1187 | #[derive(Debug, Fail)] Aug 02 03:15:51.234 INFO kablam! | ^^^^ `T` cannot be shared between threads safely Aug 02 03:15:51.234 INFO kablam! | Aug 02 03:15:51.234 INFO kablam! = help: within `RequestTokenError`, the trait `std::marker::Sync` is not implemented for `T` Aug 02 03:15:51.234 INFO kablam! = help: consider adding a `where T: std::marker::Sync` bound Aug 02 03:15:51.234 INFO kablam! = note: required because it appears within the type `ErrorResponse` Aug 02 03:15:51.234 INFO kablam! = note: required because it appears within the type `RequestTokenError` Aug 02 03:15:51.234 INFO kablam! Aug 02 03:15:51.234 INFO kablam! error[E0277]: the trait bound `T: std::marker::Send` is not satisfied in `RequestTokenError` Aug 02 03:15:51.234 INFO kablam! --> src/lib.rs:1187:17 Aug 02 03:15:51.234 INFO kablam! | Aug 02 03:15:51.234 INFO kablam! 1187 | #[derive(Debug, Fail)] Aug 02 03:15:51.234 INFO kablam! | ^^^^ `T` cannot be sent between threads safely Aug 02 03:15:51.234 INFO kablam! | Aug 02 03:15:51.234 INFO kablam! = help: within `RequestTokenError`, the trait `std::marker::Send` is not implemented for `T` Aug 02 03:15:51.234 INFO kablam! = help: consider adding a `where T: std::marker::Send` bound Aug 02 03:15:51.234 INFO kablam! = note: required because it appears within the type `ErrorResponse` Aug 02 03:15:51.234 INFO kablam! = note: required because it appears within the type `RequestTokenError` Aug 02 03:15:51.234 INFO kablam! Aug 02 03:15:51.413 INFO kablam! error: aborting due to 2 previous errors Aug 02 03:15:51.413 INFO kablam! Aug 02 03:15:51.413 INFO kablam! For more information about this error, try `rustc --explain E0277`. Aug 02 03:15:51.439 INFO kablam! error: Could not compile `oauth2`. Aug 02 03:15:51.439 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 02 03:15:51.578 INFO kablam! error[E0277]: `T` cannot be shared between threads safely Aug 02 03:15:51.578 INFO kablam! --> src/lib.rs:1187:17 Aug 02 03:15:51.578 INFO kablam! | Aug 02 03:15:51.578 INFO kablam! 1187 | #[derive(Debug, Fail)] Aug 02 03:15:51.578 INFO kablam! | ^^^^ `T` cannot be shared between threads safely Aug 02 03:15:51.578 INFO kablam! | Aug 02 03:15:51.578 INFO kablam! = help: within `RequestTokenError`, the trait `std::marker::Sync` is not implemented for `T` Aug 02 03:15:51.578 INFO kablam! = help: consider adding a `where T: std::marker::Sync` bound Aug 02 03:15:51.578 INFO kablam! = note: required because it appears within the type `ErrorResponse` Aug 02 03:15:51.578 INFO kablam! = note: required because it appears within the type `RequestTokenError` Aug 02 03:15:51.578 INFO kablam! Aug 02 03:15:51.578 INFO kablam! error[E0277]: the trait bound `T: std::marker::Send` is not satisfied in `RequestTokenError` Aug 02 03:15:51.578 INFO kablam! --> src/lib.rs:1187:17 Aug 02 03:15:51.578 INFO kablam! | Aug 02 03:15:51.578 INFO kablam! 1187 | #[derive(Debug, Fail)] Aug 02 03:15:51.578 INFO kablam! | ^^^^ `T` cannot be sent between threads safely Aug 02 03:15:51.579 INFO kablam! | Aug 02 03:15:51.579 INFO kablam! = help: within `RequestTokenError`, the trait `std::marker::Send` is not implemented for `T` Aug 02 03:15:51.579 INFO kablam! = help: consider adding a `where T: std::marker::Send` bound Aug 02 03:15:51.579 INFO kablam! = note: required because it appears within the type `ErrorResponse` Aug 02 03:15:51.579 INFO kablam! = note: required because it appears within the type `RequestTokenError` Aug 02 03:15:51.579 INFO kablam! Aug 02 03:15:51.711 INFO kablam! error: aborting due to 2 previous errors Aug 02 03:15:51.711 INFO kablam! Aug 02 03:15:51.711 INFO kablam! For more information about this error, try `rustc --explain E0277`. Aug 02 03:15:51.735 INFO kablam! error: Could not compile `oauth2`. Aug 02 03:15:51.735 INFO kablam! Aug 02 03:15:51.735 INFO kablam! To learn more, run the command again with --verbose. Aug 02 03:15:51.737 INFO kablam! su: No module specific data is present Aug 02 03:15:52.268 INFO running `"docker" "rm" "-f" "91c7fe2b961ade2cb34dbd092dddded01b3d616b8ce21645b815111be9b3767b"` Aug 02 03:15:52.400 INFO blam! 91c7fe2b961ade2cb34dbd092dddded01b3d616b8ce21645b815111be9b3767b