Sep 02 13:55:38.969 INFO checking futex-0.1.3 against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 02 13:55:38.969 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 02 13:55:38.969 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-1/try#952c7dbfa2628309f557b367929ffc17af20b332:/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 +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 13:55:39.125 INFO blam! cdc9b79980e2e9caa6b2ac2635b2d09c0dd6034072ce74f3bb802cd76f613c27 Sep 02 13:55:39.127 INFO running `"docker" "start" "-a" "cdc9b79980e2e9caa6b2ac2635b2d09c0dd6034072ce74f3bb802cd76f613c27"` Sep 02 13:55:39.835 INFO kablam! Checking integer-atomics v1.0.2 Sep 02 13:55:39.835 INFO kablam! Checking lock-wrappers v0.1.2 Sep 02 13:55:40.875 INFO kablam! Checking futex v0.1.3 (file:///source) Sep 02 13:55:41.671 INFO kablam! error[E0599]: no function or associated item named `new` found for type `raw::futex::Futex` in the current scope Sep 02 13:55:41.671 INFO kablam! --> src/raw/mod.rs:20:30 Sep 02 13:55:41.671 INFO kablam! | Sep 02 13:55:41.671 INFO kablam! 20 | let futex = Arc::new(Mutex::new()); Sep 02 13:55:41.672 INFO kablam! | ^^^^^^^^^^ function or associated item not found in `raw::futex::Futex` Sep 02 13:55:41.672 INFO kablam! | Sep 02 13:55:41.672 INFO kablam! ::: src/raw/futex.rs:15:1 Sep 02 13:55:41.672 INFO kablam! | Sep 02 13:55:41.672 INFO kablam! 15 | pub struct Futex { Sep 02 13:55:41.672 INFO kablam! | ---------------- function or associated item `new` not found for this Sep 02 13:55:41.672 INFO kablam! | Sep 02 13:55:41.672 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 13:55:41.672 INFO kablam! = note: the following trait defines an item `new`, perhaps you need to implement it: Sep 02 13:55:41.672 INFO kablam! candidate #1: `integer_atomics::atomic::IntCast` Sep 02 13:55:41.672 INFO kablam! Sep 02 13:55:41.677 INFO kablam! error[E0599]: no function or associated item named `new` found for type `raw::rwfutex4::RwFutex2` in the current scope Sep 02 13:55:41.677 INFO kablam! --> src/raw/mod.rs:33:30 Sep 02 13:55:41.677 INFO kablam! | Sep 02 13:55:41.677 INFO kablam! 33 | let futex = Arc::new(RwLock::new()); Sep 02 13:55:41.677 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `raw::rwfutex4::RwFutex2` Sep 02 13:55:41.677 INFO kablam! | Sep 02 13:55:41.677 INFO kablam! ::: src/raw/rwfutex4.rs:34:1 Sep 02 13:55:41.677 INFO kablam! | Sep 02 13:55:41.677 INFO kablam! 34 | pub struct RwFutex2 { Sep 02 13:55:41.677 INFO kablam! | ------------------- function or associated item `new` not found for this Sep 02 13:55:41.677 INFO kablam! | Sep 02 13:55:41.677 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 13:55:41.677 INFO kablam! = note: the following trait defines an item `new`, perhaps you need to implement it: Sep 02 13:55:41.678 INFO kablam! candidate #1: `integer_atomics::atomic::IntCast` Sep 02 13:55:41.678 INFO kablam! Sep 02 13:55:41.713 INFO kablam! error: aborting due to 2 previous errors Sep 02 13:55:41.713 INFO kablam! Sep 02 13:55:41.713 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 02 13:55:41.720 INFO kablam! error: Could not compile `futex`. Sep 02 13:55:41.720 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 13:55:42.215 INFO kablam! error[E0599]: no function or associated item named `new` found for type `futex::raw::RwFutex2` in the current scope Sep 02 13:55:42.215 INFO kablam! --> examples/main.rs:11:26 Sep 02 13:55:42.215 INFO kablam! | Sep 02 13:55:42.215 INFO kablam! 11 | let futex = Arc::new(RwLock::new()); Sep 02 13:55:42.215 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `futex::raw::RwFutex2` Sep 02 13:55:42.215 INFO kablam! Sep 02 13:55:42.240 INFO kablam! error: aborting due to previous error Sep 02 13:55:42.240 INFO kablam! Sep 02 13:55:42.240 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 02 13:55:42.251 INFO kablam! error: Could not compile `futex`. Sep 02 13:55:42.251 INFO kablam! Sep 02 13:55:42.251 INFO kablam! To learn more, run the command again with --verbose. Sep 02 13:55:42.251 INFO kablam! su: No module specific data is present Sep 02 13:55:42.688 INFO running `"docker" "rm" "-f" "cdc9b79980e2e9caa6b2ac2635b2d09c0dd6034072ce74f3bb802cd76f613c27"` Sep 02 13:55:42.803 INFO blam! cdc9b79980e2e9caa6b2ac2635b2d09c0dd6034072ce74f3bb802cd76f613c27