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