Sep 01 03:53:57.810 INFO checking futex-0.1.3 against master#d0d81b7fc1421859ba0218e8a437af29ae3b0967 for pr-53578 Sep 01 03:53:57.810 INFO running: cargo +d0d81b7fc1421859ba0218e8a437af29ae3b0967-alt check --frozen --all --all-targets Sep 01 03:53:57.810 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53578/master#d0d81b7fc1421859ba0218e8a437af29ae3b0967:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578/worker-3/master#d0d81b7fc1421859ba0218e8a437af29ae3b0967:/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 +d0d81b7fc1421859ba0218e8a437af29ae3b0967-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 03:53:58.010 INFO blam! 8ff497d2d8e436a2065e22a6a2f8bc4eec1cca21ee06e91b27408561340e561b Sep 01 03:53:58.012 INFO running `"docker" "start" "-a" "8ff497d2d8e436a2065e22a6a2f8bc4eec1cca21ee06e91b27408561340e561b"` Sep 01 03:53:58.672 INFO kablam! Checking integer-atomics v1.0.2 Sep 01 03:53:58.673 INFO kablam! Checking lock-wrappers v0.1.2 Sep 01 03:53:59.406 INFO kablam! Checking futex v0.1.3 (file:///source) Sep 01 03:54:00.246 INFO kablam! error[E0599]: no function or associated item named `new` found for type `raw::futex::Futex` in the current scope Sep 01 03:54:00.246 INFO kablam! --> src/raw/mod.rs:20:30 Sep 01 03:54:00.246 INFO kablam! | Sep 01 03:54:00.246 INFO kablam! 20 | let futex = Arc::new(Mutex::new()); Sep 01 03:54:00.246 INFO kablam! | ^^^^^^^^^^ function or associated item not found in `raw::futex::Futex` Sep 01 03:54:00.246 INFO kablam! | Sep 01 03:54:00.246 INFO kablam! ::: src/raw/futex.rs:15:1 Sep 01 03:54:00.246 INFO kablam! | Sep 01 03:54:00.246 INFO kablam! 15 | pub struct Futex { Sep 01 03:54:00.246 INFO kablam! | ---------------- function or associated item `new` not found for this Sep 01 03:54:00.246 INFO kablam! | Sep 01 03:54:00.246 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 01 03:54:00.246 INFO kablam! = note: the following trait defines an item `new`, perhaps you need to implement it: Sep 01 03:54:00.246 INFO kablam! candidate #1: `integer_atomics::atomic::IntCast` Sep 01 03:54:00.247 INFO kablam! Sep 01 03:54:00.252 INFO kablam! error[E0599]: no function or associated item named `new` found for type `raw::rwfutex4::RwFutex2` in the current scope Sep 01 03:54:00.252 INFO kablam! --> src/raw/mod.rs:33:30 Sep 01 03:54:00.252 INFO kablam! | Sep 01 03:54:00.252 INFO kablam! 33 | let futex = Arc::new(RwLock::new()); Sep 01 03:54:00.252 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `raw::rwfutex4::RwFutex2` Sep 01 03:54:00.252 INFO kablam! | Sep 01 03:54:00.252 INFO kablam! ::: src/raw/rwfutex4.rs:34:1 Sep 01 03:54:00.252 INFO kablam! | Sep 01 03:54:00.252 INFO kablam! 34 | pub struct RwFutex2 { Sep 01 03:54:00.252 INFO kablam! | ------------------- function or associated item `new` not found for this Sep 01 03:54:00.252 INFO kablam! | Sep 01 03:54:00.252 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 01 03:54:00.252 INFO kablam! = note: the following trait defines an item `new`, perhaps you need to implement it: Sep 01 03:54:00.252 INFO kablam! candidate #1: `integer_atomics::atomic::IntCast` Sep 01 03:54:00.252 INFO kablam! Sep 01 03:54:00.281 INFO kablam! error: aborting due to 2 previous errors Sep 01 03:54:00.281 INFO kablam! Sep 01 03:54:00.281 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 01 03:54:00.287 INFO kablam! error: Could not compile `futex`. Sep 01 03:54:00.287 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 03:54:00.830 INFO kablam! error[E0599]: no function or associated item named `new` found for type `futex::raw::RwFutex2` in the current scope Sep 01 03:54:00.830 INFO kablam! --> examples/main.rs:11:26 Sep 01 03:54:00.830 INFO kablam! | Sep 01 03:54:00.830 INFO kablam! 11 | let futex = Arc::new(RwLock::new()); Sep 01 03:54:00.830 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `futex::raw::RwFutex2` Sep 01 03:54:00.830 INFO kablam! Sep 01 03:54:00.862 INFO kablam! error: aborting due to previous error Sep 01 03:54:00.862 INFO kablam! Sep 01 03:54:00.862 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 01 03:54:00.870 INFO kablam! error: Could not compile `futex`. Sep 01 03:54:00.870 INFO kablam! Sep 01 03:54:00.870 INFO kablam! To learn more, run the command again with --verbose. Sep 01 03:54:00.871 INFO kablam! su: No module specific data is present Sep 01 03:54:01.210 INFO running `"docker" "rm" "-f" "8ff497d2d8e436a2065e22a6a2f8bc4eec1cca21ee06e91b27408561340e561b"` Sep 01 03:54:01.313 INFO blam! 8ff497d2d8e436a2065e22a6a2f8bc4eec1cca21ee06e91b27408561340e561b