Sep 14 16:20:53.226 INFO checking futex-0.1.3 against try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0 for pr-53578-1 Sep 14 16:20:53.226 INFO running: cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets Sep 14 16:20:53.226 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-53578-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-4/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/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 +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 16:20:53.367 INFO blam! 05a3f65b43954aabb34eaa50abf4544d5933d7fff191ad25a6b5ee9b887a7685 Sep 14 16:20:53.374 INFO running `"docker" "start" "-a" "05a3f65b43954aabb34eaa50abf4544d5933d7fff191ad25a6b5ee9b887a7685"` Sep 14 16:20:54.923 INFO kablam! usermod: no changes Sep 14 16:20:54.943 INFO kablam! Checking lock-wrappers v0.1.2 Sep 14 16:20:54.943 INFO kablam! Checking integer-atomics v1.0.2 Sep 14 16:20:55.268 INFO kablam! Checking futex v0.1.3 (file:///source) Sep 14 16:20:55.662 INFO kablam! error[E0599]: no function or associated item named `new` found for type `raw::futex::Futex` in the current scope Sep 14 16:20:55.662 INFO kablam! --> src/raw/mod.rs:20:30 Sep 14 16:20:55.662 INFO kablam! | Sep 14 16:20:55.662 INFO kablam! 20 | let futex = Arc::new(Mutex::new()); Sep 14 16:20:55.662 INFO kablam! | ^^^^^^^^^^ function or associated item not found in `raw::futex::Futex` Sep 14 16:20:55.662 INFO kablam! | Sep 14 16:20:55.662 INFO kablam! ::: src/raw/futex.rs:15:1 Sep 14 16:20:55.662 INFO kablam! | Sep 14 16:20:55.662 INFO kablam! 15 | pub struct Futex { Sep 14 16:20:55.662 INFO kablam! | ---------------- function or associated item `new` not found for this Sep 14 16:20:55.662 INFO kablam! | Sep 14 16:20:55.662 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 14 16:20:55.662 INFO kablam! = note: the following trait defines an item `new`, perhaps you need to implement it: Sep 14 16:20:55.662 INFO kablam! candidate #1: `integer_atomics::atomic::IntCast` Sep 14 16:20:55.662 INFO kablam! Sep 14 16:20:55.666 INFO kablam! error[E0599]: no function or associated item named `new` found for type `raw::rwfutex4::RwFutex2` in the current scope Sep 14 16:20:55.666 INFO kablam! --> src/raw/mod.rs:33:30 Sep 14 16:20:55.666 INFO kablam! | Sep 14 16:20:55.666 INFO kablam! 33 | let futex = Arc::new(RwLock::new()); Sep 14 16:20:55.666 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `raw::rwfutex4::RwFutex2` Sep 14 16:20:55.666 INFO kablam! | Sep 14 16:20:55.666 INFO kablam! ::: src/raw/rwfutex4.rs:34:1 Sep 14 16:20:55.666 INFO kablam! | Sep 14 16:20:55.666 INFO kablam! 34 | pub struct RwFutex2 { Sep 14 16:20:55.666 INFO kablam! | ------------------- function or associated item `new` not found for this Sep 14 16:20:55.666 INFO kablam! | Sep 14 16:20:55.666 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 14 16:20:55.666 INFO kablam! = note: the following trait defines an item `new`, perhaps you need to implement it: Sep 14 16:20:55.666 INFO kablam! candidate #1: `integer_atomics::atomic::IntCast` Sep 14 16:20:55.666 INFO kablam! Sep 14 16:20:55.687 INFO kablam! error: aborting due to 2 previous errors Sep 14 16:20:55.687 INFO kablam! Sep 14 16:20:55.687 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 14 16:20:55.694 INFO kablam! error: Could not compile `futex`. Sep 14 16:20:55.694 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 16:20:55.973 INFO kablam! error[E0599]: no function or associated item named `new` found for type `futex::raw::RwFutex2` in the current scope Sep 14 16:20:55.973 INFO kablam! --> examples/main.rs:11:26 Sep 14 16:20:55.973 INFO kablam! | Sep 14 16:20:55.973 INFO kablam! 11 | let futex = Arc::new(RwLock::new()); Sep 14 16:20:55.973 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `futex::raw::RwFutex2` Sep 14 16:20:55.973 INFO kablam! Sep 14 16:20:55.996 INFO kablam! error: aborting due to previous error Sep 14 16:20:55.996 INFO kablam! Sep 14 16:20:55.996 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 14 16:20:56.005 INFO kablam! error: Could not compile `futex`. Sep 14 16:20:56.005 INFO kablam! Sep 14 16:20:56.005 INFO kablam! To learn more, run the command again with --verbose. Sep 14 16:20:56.005 INFO kablam! su: No module specific data is present Sep 14 16:20:56.864 INFO running `"docker" "rm" "-f" "05a3f65b43954aabb34eaa50abf4544d5933d7fff191ad25a6b5ee9b887a7685"` Sep 14 16:20:56.940 INFO blam! 05a3f65b43954aabb34eaa50abf4544d5933d7fff191ad25a6b5ee9b887a7685