Sep 20 03:18:39.935 INFO checking futex-0.1.3 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 20 03:18:39.935 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 20 03:18:39.935 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-1/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 20 03:18:40.183 INFO blam! 92ddda94d092bdeebc70b6811673525bb8976696c261984eda2ea4d88c4f2420 Sep 20 03:18:40.185 INFO running `"docker" "start" "-a" "92ddda94d092bdeebc70b6811673525bb8976696c261984eda2ea4d88c4f2420"` Sep 20 03:18:41.256 INFO kablam! usermod: no changes Sep 20 03:18:41.280 INFO kablam! Checking lock-wrappers v0.1.2 Sep 20 03:18:41.281 INFO kablam! Checking integer-atomics v1.0.2 Sep 20 03:18:41.557 INFO kablam! Checking futex v0.1.3 (/source) Sep 20 03:18:41.872 INFO kablam! error[E0599]: no function or associated item named `new` found for type `raw::futex::Futex` in the current scope Sep 20 03:18:41.872 INFO kablam! --> src/raw/mod.rs:20:30 Sep 20 03:18:41.872 INFO kablam! | Sep 20 03:18:41.872 INFO kablam! 20 | let futex = Arc::new(Mutex::new()); Sep 20 03:18:41.872 INFO kablam! | ^^^^^^^^^^ function or associated item not found in `raw::futex::Futex` Sep 20 03:18:41.872 INFO kablam! | Sep 20 03:18:41.872 INFO kablam! ::: src/raw/futex.rs:15:1 Sep 20 03:18:41.872 INFO kablam! | Sep 20 03:18:41.872 INFO kablam! 15 | pub struct Futex { Sep 20 03:18:41.872 INFO kablam! | ---------------- function or associated item `new` not found for this Sep 20 03:18:41.872 INFO kablam! | Sep 20 03:18:41.872 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 20 03:18:41.872 INFO kablam! = note: the following trait defines an item `new`, perhaps you need to implement it: Sep 20 03:18:41.872 INFO kablam! candidate #1: `integer_atomics::atomic::IntCast` Sep 20 03:18:41.872 INFO kablam! Sep 20 03:18:41.875 INFO kablam! error[E0599]: no function or associated item named `new` found for type `raw::rwfutex4::RwFutex2` in the current scope Sep 20 03:18:41.875 INFO kablam! --> src/raw/mod.rs:33:30 Sep 20 03:18:41.875 INFO kablam! | Sep 20 03:18:41.875 INFO kablam! 33 | let futex = Arc::new(RwLock::new()); Sep 20 03:18:41.875 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `raw::rwfutex4::RwFutex2` Sep 20 03:18:41.875 INFO kablam! | Sep 20 03:18:41.875 INFO kablam! ::: src/raw/rwfutex4.rs:34:1 Sep 20 03:18:41.875 INFO kablam! | Sep 20 03:18:41.875 INFO kablam! 34 | pub struct RwFutex2 { Sep 20 03:18:41.876 INFO kablam! | ------------------- function or associated item `new` not found for this Sep 20 03:18:41.876 INFO kablam! | Sep 20 03:18:41.876 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 20 03:18:41.876 INFO kablam! = note: the following trait defines an item `new`, perhaps you need to implement it: Sep 20 03:18:41.876 INFO kablam! candidate #1: `integer_atomics::atomic::IntCast` Sep 20 03:18:41.876 INFO kablam! Sep 20 03:18:41.892 INFO kablam! error: aborting due to 2 previous errors Sep 20 03:18:41.892 INFO kablam! Sep 20 03:18:41.892 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 20 03:18:41.898 INFO kablam! error: Could not compile `futex`. Sep 20 03:18:41.898 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 03:18:42.111 INFO kablam! error[E0599]: no function or associated item named `new` found for type `futex::raw::RwFutex2` in the current scope Sep 20 03:18:42.111 INFO kablam! --> examples/main.rs:11:26 Sep 20 03:18:42.111 INFO kablam! | Sep 20 03:18:42.111 INFO kablam! 11 | let futex = Arc::new(RwLock::new()); Sep 20 03:18:42.111 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `futex::raw::RwFutex2` Sep 20 03:18:42.111 INFO kablam! Sep 20 03:18:42.129 INFO kablam! error: aborting due to previous error Sep 20 03:18:42.129 INFO kablam! Sep 20 03:18:42.129 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 20 03:18:42.135 INFO kablam! error: Could not compile `futex`. Sep 20 03:18:42.135 INFO kablam! Sep 20 03:18:42.135 INFO kablam! To learn more, run the command again with --verbose. Sep 20 03:18:42.136 INFO kablam! su: No module specific data is present Sep 20 03:18:42.882 INFO running `"docker" "rm" "-f" "92ddda94d092bdeebc70b6811673525bb8976696c261984eda2ea4d88c4f2420"` Sep 20 03:18:42.936 INFO blam! 92ddda94d092bdeebc70b6811673525bb8976696c261984eda2ea4d88c4f2420