Sep 19 17:40:45.086 INFO checking woodpecker-0.4.0 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 19 17:40:45.086 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 19 17:40:45.086 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-6/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/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 +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 17:40:45.230 INFO blam! 9e1ac40ecafbef70335a2234465548f41a97e0e4b593ba53f13f86e67447c8e7 Sep 19 17:40:45.232 INFO running `"docker" "start" "-a" "9e1ac40ecafbef70335a2234465548f41a97e0e4b593ba53f13f86e67447c8e7"` Sep 19 17:40:46.258 INFO kablam! usermod: no changes Sep 19 17:40:46.362 INFO kablam! Checking crossbeam v0.2.12 Sep 19 17:40:46.362 INFO kablam! Checking bencher v0.1.5 Sep 19 17:40:46.366 INFO kablam! Checking thread-id v3.3.0 Sep 19 17:40:46.366 INFO kablam! Checking parking_lot_core v0.2.14 Sep 19 17:40:46.366 INFO kablam! Checking chrono v0.3.0 Sep 19 17:40:48.094 INFO kablam! Checking parking_lot v0.4.8 Sep 19 17:40:49.875 INFO kablam! Checking woodpecker v0.4.0 (/source) Sep 19 17:40:50.555 INFO kablam! error[E0277]: `*mut (dyn std::ops::Fn() + 'static)` cannot be shared between threads safely Sep 19 17:40:50.555 INFO kablam! --> src/record/imp.rs:166:10 Sep 19 17:40:50.555 INFO kablam! | Sep 19 17:40:50.555 INFO kablam! 166 | impl<'a> Record for SyncRecord<'a> { Sep 19 17:40:50.555 INFO kablam! | ^^^^^^ `*mut (dyn std::ops::Fn() + 'static)` cannot be shared between threads safely Sep 19 17:40:50.555 INFO kablam! | Sep 19 17:40:50.555 INFO kablam! = help: within `record::imp::SyncRecord<'a>`, the trait `std::marker::Sync` is not implemented for `*mut (dyn std::ops::Fn() + 'static)` Sep 19 17:40:50.555 INFO kablam! = note: required because it appears within the type `std::marker::PhantomData<*mut (dyn std::ops::Fn() + 'static)>` Sep 19 17:40:50.555 INFO kablam! = note: required because it appears within the type `core::fmt::Void` Sep 19 17:40:50.555 INFO kablam! = note: required because it appears within the type `&'a core::fmt::Void` Sep 19 17:40:50.555 INFO kablam! = note: required because it appears within the type `std::fmt::ArgumentV1<'a>` Sep 19 17:40:50.555 INFO kablam! = note: required because it appears within the type `[std::fmt::ArgumentV1<'a>]` Sep 19 17:40:50.555 INFO kablam! = note: required because it appears within the type `&'a [std::fmt::ArgumentV1<'a>]` Sep 19 17:40:50.555 INFO kablam! = note: required because it appears within the type `std::fmt::Arguments<'a>` Sep 19 17:40:50.555 INFO kablam! = note: required because it appears within the type `record::imp::SyncRecord<'a>` Sep 19 17:40:50.555 INFO kablam! Sep 19 17:40:50.594 INFO kablam! error: aborting due to previous error Sep 19 17:40:50.594 INFO kablam! Sep 19 17:40:50.594 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 19 17:40:50.604 INFO kablam! error: Could not compile `woodpecker`. Sep 19 17:40:50.604 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 17:40:50.709 INFO kablam! error[E0277]: `*mut (dyn std::ops::Fn() + 'static)` cannot be shared between threads safely Sep 19 17:40:50.709 INFO kablam! --> src/record/imp.rs:166:10 Sep 19 17:40:50.709 INFO kablam! | Sep 19 17:40:50.709 INFO kablam! 166 | impl<'a> Record for SyncRecord<'a> { Sep 19 17:40:50.709 INFO kablam! | ^^^^^^ `*mut (dyn std::ops::Fn() + 'static)` cannot be shared between threads safely Sep 19 17:40:50.709 INFO kablam! | Sep 19 17:40:50.709 INFO kablam! = help: within `record::imp::SyncRecord<'a>`, the trait `std::marker::Sync` is not implemented for `*mut (dyn std::ops::Fn() + 'static)` Sep 19 17:40:50.709 INFO kablam! = note: required because it appears within the type `std::marker::PhantomData<*mut (dyn std::ops::Fn() + 'static)>` Sep 19 17:40:50.709 INFO kablam! = note: required because it appears within the type `core::fmt::Void` Sep 19 17:40:50.709 INFO kablam! = note: required because it appears within the type `&'a core::fmt::Void` Sep 19 17:40:50.709 INFO kablam! = note: required because it appears within the type `std::fmt::ArgumentV1<'a>` Sep 19 17:40:50.709 INFO kablam! = note: required because it appears within the type `[std::fmt::ArgumentV1<'a>]` Sep 19 17:40:50.709 INFO kablam! = note: required because it appears within the type `&'a [std::fmt::ArgumentV1<'a>]` Sep 19 17:40:50.709 INFO kablam! = note: required because it appears within the type `std::fmt::Arguments<'a>` Sep 19 17:40:50.709 INFO kablam! = note: required because it appears within the type `record::imp::SyncRecord<'a>` Sep 19 17:40:50.709 INFO kablam! Sep 19 17:40:50.741 INFO kablam! error: aborting due to previous error Sep 19 17:40:50.741 INFO kablam! Sep 19 17:40:50.741 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 19 17:40:50.754 INFO kablam! error: Could not compile `woodpecker`. Sep 19 17:40:50.754 INFO kablam! Sep 19 17:40:50.754 INFO kablam! To learn more, run the command again with --verbose. Sep 19 17:40:50.755 INFO kablam! su: No module specific data is present Sep 19 17:40:51.869 INFO running `"docker" "rm" "-f" "9e1ac40ecafbef70335a2234465548f41a97e0e4b593ba53f13f86e67447c8e7"` Sep 19 17:40:52.007 INFO blam! 9e1ac40ecafbef70335a2234465548f41a97e0e4b593ba53f13f86e67447c8e7