Aug 11 14:08:52.840 INFO checking futex-0.1.3 against master#f6d43ed84207c7e58f363f46e5a438ff40f2b311 for libc-1 Aug 11 14:08:52.840 INFO running: cargo +f6d43ed84207c7e58f363f46e5a438ff40f2b311-alt check --frozen --all --all-targets Aug 11 14:08:52.840 INFO creating container for: cargo +f6d43ed84207c7e58f363f46e5a438ff40f2b311-alt check --frozen --all --all-targets Aug 11 14:08:52.840 INFO running `"docker" "create" "-v" "/tmp/crater.dgJ2jBXtZxRI:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/libc-1/worker-3/master#f6d43ed84207c7e58f363f46e5a438ff40f2b311:/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 +f6d43ed84207c7e58f363f46e5a438ff40f2b311-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "crater"` Aug 11 14:08:53.273 INFO blam! cdc27cc3067642ac07e65c25c27d980c62f54205e8030b7070ca9560d9fde4c2 Aug 11 14:08:53.276 INFO running `"docker" "start" "-a" "cdc27cc3067642ac07e65c25c27d980c62f54205e8030b7070ca9560d9fde4c2"` Aug 11 14:08:54.319 INFO kablam! Checking lock-wrappers v0.1.2 Aug 11 14:08:54.319 INFO kablam! Checking integer-atomics v1.0.2 Aug 11 14:08:55.189 INFO kablam! Checking futex v0.1.3 (file:///source) Aug 11 14:08:55.903 INFO kablam! error[E0599]: no function or associated item named `new` found for type `raw::futex::Futex` in the current scope Aug 11 14:08:55.903 INFO kablam! --> src/raw/mod.rs:20:30 Aug 11 14:08:55.903 INFO kablam! | Aug 11 14:08:55.903 INFO kablam! 20 | let futex = Arc::new(Mutex::new()); Aug 11 14:08:55.903 INFO kablam! | ^^^^^^^^^^ function or associated item not found in `raw::futex::Futex` Aug 11 14:08:55.903 INFO kablam! | Aug 11 14:08:55.903 INFO kablam! ::: src/raw/futex.rs:15:1 Aug 11 14:08:55.903 INFO kablam! | Aug 11 14:08:55.903 INFO kablam! 15 | pub struct Futex { Aug 11 14:08:55.903 INFO kablam! | ---------------- function or associated item `new` not found for this Aug 11 14:08:55.903 INFO kablam! | Aug 11 14:08:55.903 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Aug 11 14:08:55.903 INFO kablam! = note: the following trait defines an item `new`, perhaps you need to implement it: Aug 11 14:08:55.903 INFO kablam! candidate #1: `integer_atomics::atomic::IntCast` Aug 11 14:08:55.903 INFO kablam! Aug 11 14:08:55.911 INFO kablam! error[E0599]: no function or associated item named `new` found for type `raw::rwfutex4::RwFutex2` in the current scope Aug 11 14:08:55.911 INFO kablam! --> src/raw/mod.rs:33:30 Aug 11 14:08:55.911 INFO kablam! | Aug 11 14:08:55.911 INFO kablam! 33 | let futex = Arc::new(RwLock::new()); Aug 11 14:08:55.912 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `raw::rwfutex4::RwFutex2` Aug 11 14:08:55.912 INFO kablam! | Aug 11 14:08:55.912 INFO kablam! ::: src/raw/rwfutex4.rs:34:1 Aug 11 14:08:55.912 INFO kablam! | Aug 11 14:08:55.912 INFO kablam! 34 | pub struct RwFutex2 { Aug 11 14:08:55.912 INFO kablam! | ------------------- function or associated item `new` not found for this Aug 11 14:08:55.912 INFO kablam! | Aug 11 14:08:55.912 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Aug 11 14:08:55.912 INFO kablam! = note: the following trait defines an item `new`, perhaps you need to implement it: Aug 11 14:08:55.912 INFO kablam! candidate #1: `integer_atomics::atomic::IntCast` Aug 11 14:08:55.912 INFO kablam! Aug 11 14:08:55.957 INFO kablam! error: aborting due to 2 previous errors Aug 11 14:08:55.957 INFO kablam! Aug 11 14:08:55.957 INFO kablam! For more information about this error, try `rustc --explain E0599`. Aug 11 14:08:55.967 INFO kablam! error: Could not compile `futex`. Aug 11 14:08:55.967 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 11 14:08:56.217 INFO kablam! error[E0599]: no function or associated item named `new` found for type `futex::raw::RwFutex2` in the current scope Aug 11 14:08:56.217 INFO kablam! --> examples/main.rs:11:26 Aug 11 14:08:56.217 INFO kablam! | Aug 11 14:08:56.217 INFO kablam! 11 | let futex = Arc::new(RwLock::new()); Aug 11 14:08:56.217 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `futex::raw::RwFutex2` Aug 11 14:08:56.217 INFO kablam! Aug 11 14:08:56.241 INFO kablam! error: aborting due to previous error Aug 11 14:08:56.241 INFO kablam! Aug 11 14:08:56.241 INFO kablam! For more information about this error, try `rustc --explain E0599`. Aug 11 14:08:56.247 INFO kablam! error: Could not compile `futex`. Aug 11 14:08:56.247 INFO kablam! Aug 11 14:08:56.247 INFO kablam! To learn more, run the command again with --verbose. Aug 11 14:08:56.249 INFO kablam! su: No module specific data is present Aug 11 14:08:57.037 INFO running `"docker" "rm" "-f" "cdc27cc3067642ac07e65c25c27d980c62f54205e8030b7070ca9560d9fde4c2"` Aug 11 14:08:57.138 INFO blam! cdc27cc3067642ac07e65c25c27d980c62f54205e8030b7070ca9560d9fde4c2