Aug 02 09:37:51.664 INFO checking futex-0.1.3 against 1.27.2+tmplazy for lazy_static-1 Aug 02 09:37:51.664 INFO running: cargo +1.27.2 check --frozen --all --all-targets Aug 02 09:37:51.664 INFO creating container for: cargo +1.27.2 check --frozen --all --all-targets Aug 02 09:37:51.664 INFO running `"docker" "create" "-v" "/tmp/crater.ti1hPK659S0P:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/lazy_static-1/worker-5/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 09:37:51.866 INFO blam! 0321505e3878bbb0e23e69c43ebe21df91d2677cf08405ccc8b2166cab069f01 Aug 02 09:37:51.868 INFO running `"docker" "start" "-a" "0321505e3878bbb0e23e69c43ebe21df91d2677cf08405ccc8b2166cab069f01"` Aug 02 09:37:53.320 INFO kablam! Checking lock-wrappers v0.1.2 Aug 02 09:37:53.320 INFO kablam! Checking integer-atomics v1.0.2 Aug 02 09:37:54.227 INFO kablam! Checking futex v0.1.3 (file:///source) Aug 02 09:37:55.128 INFO kablam! error[E0599]: no function or associated item named `new` found for type `raw::futex::Futex` in the current scope Aug 02 09:37:55.128 INFO kablam! --> src/raw/mod.rs:20:30 Aug 02 09:37:55.128 INFO kablam! | Aug 02 09:37:55.128 INFO kablam! 20 | let futex = Arc::new(Mutex::new()); Aug 02 09:37:55.128 INFO kablam! | ^^^^^^^^^^ function or associated item not found in `raw::futex::Futex` Aug 02 09:37:55.129 INFO kablam! | Aug 02 09:37:55.129 INFO kablam! ::: src/raw/futex.rs:15:1 Aug 02 09:37:55.129 INFO kablam! | Aug 02 09:37:55.129 INFO kablam! 15 | pub struct Futex { Aug 02 09:37:55.129 INFO kablam! | ---------------- function or associated item `new` not found for this Aug 02 09:37:55.129 INFO kablam! | Aug 02 09:37:55.129 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Aug 02 09:37:55.129 INFO kablam! = note: the following trait defines an item `new`, perhaps you need to implement it: Aug 02 09:37:55.129 INFO kablam! candidate #1: `integer_atomics::atomic::IntCast` Aug 02 09:37:55.129 INFO kablam! Aug 02 09:37:55.133 INFO kablam! error[E0599]: no function or associated item named `new` found for type `raw::rwfutex4::RwFutex2` in the current scope Aug 02 09:37:55.133 INFO kablam! --> src/raw/mod.rs:33:30 Aug 02 09:37:55.133 INFO kablam! | Aug 02 09:37:55.133 INFO kablam! 33 | let futex = Arc::new(RwLock::new()); Aug 02 09:37:55.133 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `raw::rwfutex4::RwFutex2` Aug 02 09:37:55.133 INFO kablam! | Aug 02 09:37:55.133 INFO kablam! ::: src/raw/rwfutex4.rs:34:1 Aug 02 09:37:55.133 INFO kablam! | Aug 02 09:37:55.133 INFO kablam! 34 | pub struct RwFutex2 { Aug 02 09:37:55.133 INFO kablam! | ------------------- function or associated item `new` not found for this Aug 02 09:37:55.133 INFO kablam! | Aug 02 09:37:55.133 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Aug 02 09:37:55.133 INFO kablam! = note: the following trait defines an item `new`, perhaps you need to implement it: Aug 02 09:37:55.133 INFO kablam! candidate #1: `integer_atomics::atomic::IntCast` Aug 02 09:37:55.133 INFO kablam! Aug 02 09:37:55.175 INFO kablam! error: aborting due to 2 previous errors Aug 02 09:37:55.175 INFO kablam! Aug 02 09:37:55.175 INFO kablam! For more information about this error, try `rustc --explain E0599`. Aug 02 09:37:55.188 INFO kablam! error: Could not compile `futex`. Aug 02 09:37:55.190 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 02 09:37:55.687 INFO kablam! error[E0599]: no function or associated item named `new` found for type `futex::raw::RwFutex2` in the current scope Aug 02 09:37:55.687 INFO kablam! --> examples/main.rs:11:26 Aug 02 09:37:55.687 INFO kablam! | Aug 02 09:37:55.687 INFO kablam! 11 | let futex = Arc::new(RwLock::new()); Aug 02 09:37:55.687 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `futex::raw::RwFutex2` Aug 02 09:37:55.687 INFO kablam! Aug 02 09:37:55.728 INFO kablam! error: aborting due to previous error Aug 02 09:37:55.728 INFO kablam! Aug 02 09:37:55.728 INFO kablam! For more information about this error, try `rustc --explain E0599`. Aug 02 09:37:55.738 INFO kablam! error: Could not compile `futex`. Aug 02 09:37:55.738 INFO kablam! Aug 02 09:37:55.738 INFO kablam! To learn more, run the command again with --verbose. Aug 02 09:37:55.741 INFO kablam! su: No module specific data is present Aug 02 09:37:56.497 INFO running `"docker" "rm" "-f" "0321505e3878bbb0e23e69c43ebe21df91d2677cf08405ccc8b2166cab069f01"` Aug 02 09:37:56.590 INFO blam! 0321505e3878bbb0e23e69c43ebe21df91d2677cf08405ccc8b2166cab069f01