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