Sep 18 00:27:51.138 INFO checking futex-0.1.3 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 18 00:27:51.138 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 18 00:27:51.138 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-7/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/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 +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 18 00:27:51.336 INFO blam! e68d3e615eb5dd75e7e35dbde60e85d80c473ea576418d8e38ed8389281dd765 Sep 18 00:27:51.338 INFO running `"docker" "start" "-a" "e68d3e615eb5dd75e7e35dbde60e85d80c473ea576418d8e38ed8389281dd765"` Sep 18 00:27:52.660 INFO kablam! usermod: no changes Sep 18 00:27:52.685 INFO kablam! Checking integer-atomics v1.0.2 Sep 18 00:27:52.685 INFO kablam! Checking lock-wrappers v0.1.2 Sep 18 00:27:52.957 INFO kablam! Checking futex v0.1.3 (/source) Sep 18 00:27:53.266 INFO kablam! error[E0599]: no function or associated item named `new` found for type `raw::futex::Futex` in the current scope Sep 18 00:27:53.266 INFO kablam! --> src/raw/mod.rs:20:30 Sep 18 00:27:53.266 INFO kablam! | Sep 18 00:27:53.266 INFO kablam! 20 | let futex = Arc::new(Mutex::new()); Sep 18 00:27:53.266 INFO kablam! | ^^^^^^^^^^ function or associated item not found in `raw::futex::Futex` Sep 18 00:27:53.266 INFO kablam! | Sep 18 00:27:53.266 INFO kablam! ::: src/raw/futex.rs:15:1 Sep 18 00:27:53.266 INFO kablam! | Sep 18 00:27:53.266 INFO kablam! 15 | pub struct Futex { Sep 18 00:27:53.266 INFO kablam! | ---------------- function or associated item `new` not found for this Sep 18 00:27:53.266 INFO kablam! | Sep 18 00:27:53.266 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 18 00:27:53.266 INFO kablam! = note: the following trait defines an item `new`, perhaps you need to implement it: Sep 18 00:27:53.266 INFO kablam! candidate #1: `integer_atomics::atomic::IntCast` Sep 18 00:27:53.266 INFO kablam! Sep 18 00:27:53.270 INFO kablam! error[E0599]: no function or associated item named `new` found for type `raw::rwfutex4::RwFutex2` in the current scope Sep 18 00:27:53.270 INFO kablam! --> src/raw/mod.rs:33:30 Sep 18 00:27:53.270 INFO kablam! | Sep 18 00:27:53.270 INFO kablam! 33 | let futex = Arc::new(RwLock::new()); Sep 18 00:27:53.270 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `raw::rwfutex4::RwFutex2` Sep 18 00:27:53.270 INFO kablam! | Sep 18 00:27:53.270 INFO kablam! ::: src/raw/rwfutex4.rs:34:1 Sep 18 00:27:53.270 INFO kablam! | Sep 18 00:27:53.270 INFO kablam! 34 | pub struct RwFutex2 { Sep 18 00:27:53.270 INFO kablam! | ------------------- function or associated item `new` not found for this Sep 18 00:27:53.270 INFO kablam! | Sep 18 00:27:53.270 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 18 00:27:53.270 INFO kablam! = note: the following trait defines an item `new`, perhaps you need to implement it: Sep 18 00:27:53.270 INFO kablam! candidate #1: `integer_atomics::atomic::IntCast` Sep 18 00:27:53.270 INFO kablam! Sep 18 00:27:53.294 INFO kablam! error: aborting due to 2 previous errors Sep 18 00:27:53.294 INFO kablam! Sep 18 00:27:53.295 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 18 00:27:53.303 INFO kablam! error: Could not compile `futex`. Sep 18 00:27:53.303 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 18 00:27:53.615 INFO kablam! error[E0599]: no function or associated item named `new` found for type `futex::raw::RwFutex2` in the current scope Sep 18 00:27:53.615 INFO kablam! --> examples/main.rs:11:26 Sep 18 00:27:53.615 INFO kablam! | Sep 18 00:27:53.615 INFO kablam! 11 | let futex = Arc::new(RwLock::new()); Sep 18 00:27:53.615 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `futex::raw::RwFutex2` Sep 18 00:27:53.615 INFO kablam! Sep 18 00:27:53.639 INFO kablam! error: aborting due to previous error Sep 18 00:27:53.639 INFO kablam! Sep 18 00:27:53.639 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 18 00:27:53.641 INFO kablam! error: Could not compile `futex`. Sep 18 00:27:53.641 INFO kablam! Sep 18 00:27:53.641 INFO kablam! To learn more, run the command again with --verbose. Sep 18 00:27:53.643 INFO kablam! su: No module specific data is present Sep 18 00:27:54.564 INFO running `"docker" "rm" "-f" "e68d3e615eb5dd75e7e35dbde60e85d80c473ea576418d8e38ed8389281dd765"` Sep 18 00:27:54.649 INFO blam! e68d3e615eb5dd75e7e35dbde60e85d80c473ea576418d8e38ed8389281dd765