Sep 06 06:50:22.766 INFO checking futex-0.1.3 against master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6 for pr-53854 Sep 06 06:50:22.766 INFO running: cargo +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets Sep 06 06:50:22.766 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53854/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-3/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/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 +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 06 06:50:22.979 INFO blam! cef7d2e8c4e3382a3beb3437bac2f0666eda23e600c1c521d85dba25907f4247 Sep 06 06:50:22.980 INFO running `"docker" "start" "-a" "cef7d2e8c4e3382a3beb3437bac2f0666eda23e600c1c521d85dba25907f4247"` Sep 06 06:50:24.161 INFO kablam! usermod: no changes Sep 06 06:50:24.200 INFO kablam! Checking integer-atomics v1.0.2 Sep 06 06:50:24.202 INFO kablam! Checking lock-wrappers v0.1.2 Sep 06 06:50:24.643 INFO kablam! Checking futex v0.1.3 (file:///source) Sep 06 06:50:25.022 INFO kablam! error[E0599]: no function or associated item named `new` found for type `raw::futex::Futex` in the current scope Sep 06 06:50:25.022 INFO kablam! --> src/raw/mod.rs:20:30 Sep 06 06:50:25.022 INFO kablam! | Sep 06 06:50:25.022 INFO kablam! 20 | let futex = Arc::new(Mutex::new()); Sep 06 06:50:25.022 INFO kablam! | ^^^^^^^^^^ function or associated item not found in `raw::futex::Futex` Sep 06 06:50:25.022 INFO kablam! | Sep 06 06:50:25.022 INFO kablam! ::: src/raw/futex.rs:15:1 Sep 06 06:50:25.022 INFO kablam! | Sep 06 06:50:25.022 INFO kablam! 15 | pub struct Futex { Sep 06 06:50:25.022 INFO kablam! | ---------------- function or associated item `new` not found for this Sep 06 06:50:25.022 INFO kablam! | Sep 06 06:50:25.022 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 06 06:50:25.022 INFO kablam! = note: the following trait defines an item `new`, perhaps you need to implement it: Sep 06 06:50:25.022 INFO kablam! candidate #1: `integer_atomics::atomic::IntCast` Sep 06 06:50:25.022 INFO kablam! Sep 06 06:50:25.026 INFO kablam! error[E0599]: no function or associated item named `new` found for type `raw::rwfutex4::RwFutex2` in the current scope Sep 06 06:50:25.026 INFO kablam! --> src/raw/mod.rs:33:30 Sep 06 06:50:25.026 INFO kablam! | Sep 06 06:50:25.026 INFO kablam! 33 | let futex = Arc::new(RwLock::new()); Sep 06 06:50:25.026 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `raw::rwfutex4::RwFutex2` Sep 06 06:50:25.026 INFO kablam! | Sep 06 06:50:25.026 INFO kablam! ::: src/raw/rwfutex4.rs:34:1 Sep 06 06:50:25.026 INFO kablam! | Sep 06 06:50:25.026 INFO kablam! 34 | pub struct RwFutex2 { Sep 06 06:50:25.026 INFO kablam! | ------------------- function or associated item `new` not found for this Sep 06 06:50:25.026 INFO kablam! | Sep 06 06:50:25.026 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 06 06:50:25.026 INFO kablam! = note: the following trait defines an item `new`, perhaps you need to implement it: Sep 06 06:50:25.026 INFO kablam! candidate #1: `integer_atomics::atomic::IntCast` Sep 06 06:50:25.026 INFO kablam! Sep 06 06:50:25.050 INFO kablam! error: aborting due to 2 previous errors Sep 06 06:50:25.050 INFO kablam! Sep 06 06:50:25.050 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 06 06:50:25.055 INFO kablam! error: Could not compile `futex`. Sep 06 06:50:25.055 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 06 06:50:25.359 INFO kablam! error[E0599]: no function or associated item named `new` found for type `futex::raw::RwFutex2` in the current scope Sep 06 06:50:25.359 INFO kablam! --> examples/main.rs:11:26 Sep 06 06:50:25.359 INFO kablam! | Sep 06 06:50:25.359 INFO kablam! 11 | let futex = Arc::new(RwLock::new()); Sep 06 06:50:25.359 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `futex::raw::RwFutex2` Sep 06 06:50:25.359 INFO kablam! Sep 06 06:50:25.379 INFO kablam! error: aborting due to previous error Sep 06 06:50:25.380 INFO kablam! Sep 06 06:50:25.380 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 06 06:50:25.386 INFO kablam! error: Could not compile `futex`. Sep 06 06:50:25.386 INFO kablam! Sep 06 06:50:25.386 INFO kablam! To learn more, run the command again with --verbose. Sep 06 06:50:25.387 INFO kablam! su: No module specific data is present Sep 06 06:50:25.823 INFO running `"docker" "rm" "-f" "cef7d2e8c4e3382a3beb3437bac2f0666eda23e600c1c521d85dba25907f4247"` Sep 06 06:50:25.900 INFO blam! cef7d2e8c4e3382a3beb3437bac2f0666eda23e600c1c521d85dba25907f4247