Sep 04 17:17:15.651 INFO checking futex-0.1.3 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 04 17:17:15.651 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 04 17:17:15.651 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-2/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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 +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 17:17:15.837 INFO blam! 04940b4b801c58ff9f7d08d251ed3189cc3432cfda836d23a29dc4c7db8d485b Sep 04 17:17:15.839 INFO running `"docker" "start" "-a" "04940b4b801c58ff9f7d08d251ed3189cc3432cfda836d23a29dc4c7db8d485b"` Sep 04 17:17:16.553 INFO kablam! Checking integer-atomics v1.0.2 Sep 04 17:17:16.553 INFO kablam! Checking lock-wrappers v0.1.2 Sep 04 17:17:17.367 INFO kablam! Checking futex v0.1.3 (file:///source) Sep 04 17:17:18.196 INFO kablam! error[E0599]: no function or associated item named `new` found for type `raw::futex::Futex` in the current scope Sep 04 17:17:18.196 INFO kablam! --> src/raw/mod.rs:20:30 Sep 04 17:17:18.196 INFO kablam! | Sep 04 17:17:18.196 INFO kablam! 20 | let futex = Arc::new(Mutex::new()); Sep 04 17:17:18.196 INFO kablam! | ^^^^^^^^^^ function or associated item not found in `raw::futex::Futex` Sep 04 17:17:18.197 INFO kablam! | Sep 04 17:17:18.197 INFO kablam! ::: src/raw/futex.rs:15:1 Sep 04 17:17:18.197 INFO kablam! | Sep 04 17:17:18.197 INFO kablam! 15 | pub struct Futex { Sep 04 17:17:18.197 INFO kablam! | ---------------- function or associated item `new` not found for this Sep 04 17:17:18.197 INFO kablam! | Sep 04 17:17:18.197 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 04 17:17:18.197 INFO kablam! = note: the following trait defines an item `new`, perhaps you need to implement it: Sep 04 17:17:18.197 INFO kablam! candidate #1: `integer_atomics::atomic::IntCast` Sep 04 17:17:18.197 INFO kablam! Sep 04 17:17:18.202 INFO kablam! error[E0599]: no function or associated item named `new` found for type `raw::rwfutex4::RwFutex2` in the current scope Sep 04 17:17:18.202 INFO kablam! --> src/raw/mod.rs:33:30 Sep 04 17:17:18.202 INFO kablam! | Sep 04 17:17:18.202 INFO kablam! 33 | let futex = Arc::new(RwLock::new()); Sep 04 17:17:18.202 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `raw::rwfutex4::RwFutex2` Sep 04 17:17:18.202 INFO kablam! | Sep 04 17:17:18.202 INFO kablam! ::: src/raw/rwfutex4.rs:34:1 Sep 04 17:17:18.202 INFO kablam! | Sep 04 17:17:18.202 INFO kablam! 34 | pub struct RwFutex2 { Sep 04 17:17:18.202 INFO kablam! | ------------------- function or associated item `new` not found for this Sep 04 17:17:18.202 INFO kablam! | Sep 04 17:17:18.202 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 04 17:17:18.203 INFO kablam! = note: the following trait defines an item `new`, perhaps you need to implement it: Sep 04 17:17:18.203 INFO kablam! candidate #1: `integer_atomics::atomic::IntCast` Sep 04 17:17:18.203 INFO kablam! Sep 04 17:17:18.231 INFO kablam! error: aborting due to 2 previous errors Sep 04 17:17:18.232 INFO kablam! Sep 04 17:17:18.232 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 04 17:17:18.239 INFO kablam! error: Could not compile `futex`. Sep 04 17:17:18.239 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 17:17:18.689 INFO kablam! error[E0599]: no function or associated item named `new` found for type `futex::raw::RwFutex2` in the current scope Sep 04 17:17:18.689 INFO kablam! --> examples/main.rs:11:26 Sep 04 17:17:18.689 INFO kablam! | Sep 04 17:17:18.689 INFO kablam! 11 | let futex = Arc::new(RwLock::new()); Sep 04 17:17:18.689 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `futex::raw::RwFutex2` Sep 04 17:17:18.689 INFO kablam! Sep 04 17:17:18.716 INFO kablam! error: aborting due to previous error Sep 04 17:17:18.716 INFO kablam! Sep 04 17:17:18.716 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 04 17:17:18.723 INFO kablam! error: Could not compile `futex`. Sep 04 17:17:18.723 INFO kablam! Sep 04 17:17:18.723 INFO kablam! To learn more, run the command again with --verbose. Sep 04 17:17:18.724 INFO kablam! su: No module specific data is present Sep 04 17:17:19.052 INFO running `"docker" "rm" "-f" "04940b4b801c58ff9f7d08d251ed3189cc3432cfda836d23a29dc4c7db8d485b"` Sep 04 17:17:19.167 INFO blam! 04940b4b801c58ff9f7d08d251ed3189cc3432cfda836d23a29dc4c7db8d485b