Jul 11 17:18:26.201 INFO checking woodpecker-0.4.0 against master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9 for pr-52234 Jul 11 17:18:26.201 INFO running: cargo +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets Jul 11 17:18:26.201 INFO creating container for: cargo +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets Jul 11 17:18:26.201 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-52234/master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-52234/worker-5/master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9:/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 +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "crater"` Jul 11 17:18:26.494 INFO blam! 53e1768ea12bc620bcd7ba98c9cdaf9bd472a05b25e759b03142f6b4128d8d0f Jul 11 17:18:26.499 INFO running `"docker" "start" "-a" "53e1768ea12bc620bcd7ba98c9cdaf9bd472a05b25e759b03142f6b4128d8d0f"` Jul 11 17:18:27.621 INFO kablam! Checking bencher v0.1.5 Jul 11 17:18:27.623 INFO kablam! Checking thread-id v3.3.0 Jul 11 17:18:27.623 INFO kablam! Checking owning_ref v0.3.3 Jul 11 17:18:27.667 INFO kablam! Checking parking_lot_core v0.2.14 Jul 11 17:18:27.671 INFO kablam! Checking num v0.1.42 Jul 11 17:18:28.739 INFO kablam! Checking chrono v0.3.0 Jul 11 17:18:31.480 INFO kablam! Checking parking_lot v0.4.8 Jul 11 17:18:35.294 INFO kablam! Checking woodpecker v0.4.0 (file:///source) Jul 11 17:18:36.339 INFO kablam! error[E0277]: `*mut (dyn std::ops::Fn() + 'static)` cannot be shared between threads safely Jul 11 17:18:36.339 INFO kablam! --> src/record/imp.rs:166:10 Jul 11 17:18:36.339 INFO kablam! | Jul 11 17:18:36.339 INFO kablam! 166 | impl<'a> Record for SyncRecord<'a> { Jul 11 17:18:36.339 INFO kablam! | ^^^^^^ `*mut (dyn std::ops::Fn() + 'static)` cannot be shared between threads safely Jul 11 17:18:36.340 INFO kablam! | Jul 11 17:18:36.340 INFO kablam! = help: within `record::imp::SyncRecord<'a>`, the trait `std::marker::Sync` is not implemented for `*mut (dyn std::ops::Fn() + 'static)` Jul 11 17:18:36.340 INFO kablam! = note: required because it appears within the type `std::marker::PhantomData<*mut (dyn std::ops::Fn() + 'static)>` Jul 11 17:18:36.340 INFO kablam! = note: required because it appears within the type `core::fmt::Void` Jul 11 17:18:36.340 INFO kablam! = note: required because it appears within the type `&'a core::fmt::Void` Jul 11 17:18:36.340 INFO kablam! = note: required because it appears within the type `std::fmt::ArgumentV1<'a>` Jul 11 17:18:36.340 INFO kablam! = note: required because it appears within the type `[std::fmt::ArgumentV1<'a>]` Jul 11 17:18:36.340 INFO kablam! = note: required because it appears within the type `&'a [std::fmt::ArgumentV1<'a>]` Jul 11 17:18:36.340 INFO kablam! = note: required because it appears within the type `std::fmt::Arguments<'a>` Jul 11 17:18:36.340 INFO kablam! = note: required because it appears within the type `record::imp::SyncRecord<'a>` Jul 11 17:18:36.340 INFO kablam! Jul 11 17:18:36.392 INFO kablam! error: aborting due to previous error Jul 11 17:18:36.392 INFO kablam! Jul 11 17:18:36.392 INFO kablam! For more information about this error, try `rustc --explain E0277`. Jul 11 17:18:36.402 INFO kablam! error: Could not compile `woodpecker`. Jul 11 17:18:36.402 INFO kablam! warning: build failed, waiting for other jobs to finish... Jul 11 17:18:36.557 INFO kablam! error[E0277]: `*mut (dyn std::ops::Fn() + 'static)` cannot be shared between threads safely Jul 11 17:18:36.557 INFO kablam! --> src/record/imp.rs:166:10 Jul 11 17:18:36.557 INFO kablam! | Jul 11 17:18:36.557 INFO kablam! 166 | impl<'a> Record for SyncRecord<'a> { Jul 11 17:18:36.557 INFO kablam! | ^^^^^^ `*mut (dyn std::ops::Fn() + 'static)` cannot be shared between threads safely Jul 11 17:18:36.557 INFO kablam! | Jul 11 17:18:36.557 INFO kablam! = help: within `record::imp::SyncRecord<'a>`, the trait `std::marker::Sync` is not implemented for `*mut (dyn std::ops::Fn() + 'static)` Jul 11 17:18:36.557 INFO kablam! = note: required because it appears within the type `std::marker::PhantomData<*mut (dyn std::ops::Fn() + 'static)>` Jul 11 17:18:36.557 INFO kablam! = note: required because it appears within the type `core::fmt::Void` Jul 11 17:18:36.557 INFO kablam! = note: required because it appears within the type `&'a core::fmt::Void` Jul 11 17:18:36.557 INFO kablam! = note: required because it appears within the type `std::fmt::ArgumentV1<'a>` Jul 11 17:18:36.557 INFO kablam! = note: required because it appears within the type `[std::fmt::ArgumentV1<'a>]` Jul 11 17:18:36.557 INFO kablam! = note: required because it appears within the type `&'a [std::fmt::ArgumentV1<'a>]` Jul 11 17:18:36.557 INFO kablam! = note: required because it appears within the type `std::fmt::Arguments<'a>` Jul 11 17:18:36.557 INFO kablam! = note: required because it appears within the type `record::imp::SyncRecord<'a>` Jul 11 17:18:36.557 INFO kablam! Jul 11 17:18:36.639 INFO kablam! error: aborting due to previous error Jul 11 17:18:36.639 INFO kablam! Jul 11 17:18:36.639 INFO kablam! For more information about this error, try `rustc --explain E0277`. Jul 11 17:18:36.653 INFO kablam! error: Could not compile `woodpecker`. Jul 11 17:18:36.653 INFO kablam! Jul 11 17:18:36.653 INFO kablam! To learn more, run the command again with --verbose. Jul 11 17:18:36.655 INFO kablam! su: No module specific data is present Jul 11 17:18:37.205 INFO running `"docker" "rm" "-f" "53e1768ea12bc620bcd7ba98c9cdaf9bd472a05b25e759b03142f6b4128d8d0f"` Jul 11 17:18:37.381 INFO blam! 53e1768ea12bc620bcd7ba98c9cdaf9bd472a05b25e759b03142f6b4128d8d0f