Sep 10 18:51:03.395 INFO checking futex-0.1.3 against master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1 for pr-54090 Sep 10 18:51:03.395 INFO running: cargo +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets Sep 10 18:51:03.395 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54090/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-7/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/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 +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 18:51:03.504 INFO blam! d9f1bb961ae8a6cb453a5bbd7ffec81c5d2781ac5066f1559372d5b7cd7f4dbe Sep 10 18:51:03.505 INFO running `"docker" "start" "-a" "d9f1bb961ae8a6cb453a5bbd7ffec81c5d2781ac5066f1559372d5b7cd7f4dbe"` Sep 10 18:51:04.409 INFO kablam! usermod: no changes Sep 10 18:51:04.436 INFO kablam! Checking lock-wrappers v0.1.2 Sep 10 18:51:04.436 INFO kablam! Checking integer-atomics v1.0.2 Sep 10 18:51:04.898 INFO kablam! Checking futex v0.1.3 (file:///source) Sep 10 18:51:05.314 INFO kablam! error[E0599]: no function or associated item named `new` found for type `raw::futex::Futex` in the current scope Sep 10 18:51:05.314 INFO kablam! --> src/raw/mod.rs:20:30 Sep 10 18:51:05.314 INFO kablam! | Sep 10 18:51:05.314 INFO kablam! 20 | let futex = Arc::new(Mutex::new()); Sep 10 18:51:05.314 INFO kablam! | ^^^^^^^^^^ function or associated item not found in `raw::futex::Futex` Sep 10 18:51:05.314 INFO kablam! | Sep 10 18:51:05.314 INFO kablam! ::: src/raw/futex.rs:15:1 Sep 10 18:51:05.314 INFO kablam! | Sep 10 18:51:05.314 INFO kablam! 15 | pub struct Futex { Sep 10 18:51:05.314 INFO kablam! | ---------------- function or associated item `new` not found for this Sep 10 18:51:05.314 INFO kablam! | Sep 10 18:51:05.314 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 10 18:51:05.314 INFO kablam! = note: the following trait defines an item `new`, perhaps you need to implement it: Sep 10 18:51:05.314 INFO kablam! candidate #1: `integer_atomics::atomic::IntCast` Sep 10 18:51:05.314 INFO kablam! Sep 10 18:51:05.322 INFO kablam! error[E0599]: no function or associated item named `new` found for type `raw::rwfutex4::RwFutex2` in the current scope Sep 10 18:51:05.322 INFO kablam! --> src/raw/mod.rs:33:30 Sep 10 18:51:05.322 INFO kablam! | Sep 10 18:51:05.322 INFO kablam! 33 | let futex = Arc::new(RwLock::new()); Sep 10 18:51:05.322 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `raw::rwfutex4::RwFutex2` Sep 10 18:51:05.322 INFO kablam! | Sep 10 18:51:05.322 INFO kablam! ::: src/raw/rwfutex4.rs:34:1 Sep 10 18:51:05.322 INFO kablam! | Sep 10 18:51:05.322 INFO kablam! 34 | pub struct RwFutex2 { Sep 10 18:51:05.322 INFO kablam! | ------------------- function or associated item `new` not found for this Sep 10 18:51:05.322 INFO kablam! | Sep 10 18:51:05.322 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 10 18:51:05.322 INFO kablam! = note: the following trait defines an item `new`, perhaps you need to implement it: Sep 10 18:51:05.322 INFO kablam! candidate #1: `integer_atomics::atomic::IntCast` Sep 10 18:51:05.322 INFO kablam! Sep 10 18:51:05.340 INFO kablam! error: aborting due to 2 previous errors Sep 10 18:51:05.340 INFO kablam! Sep 10 18:51:05.340 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 10 18:51:05.348 INFO kablam! error: Could not compile `futex`. Sep 10 18:51:05.348 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 18:51:05.578 INFO kablam! error[E0599]: no function or associated item named `new` found for type `futex::raw::RwFutex2` in the current scope Sep 10 18:51:05.578 INFO kablam! --> examples/main.rs:11:26 Sep 10 18:51:05.578 INFO kablam! | Sep 10 18:51:05.578 INFO kablam! 11 | let futex = Arc::new(RwLock::new()); Sep 10 18:51:05.578 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `futex::raw::RwFutex2` Sep 10 18:51:05.578 INFO kablam! Sep 10 18:51:05.597 INFO kablam! error: aborting due to previous error Sep 10 18:51:05.597 INFO kablam! Sep 10 18:51:05.597 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 10 18:51:05.604 INFO kablam! error: Could not compile `futex`. Sep 10 18:51:05.604 INFO kablam! Sep 10 18:51:05.604 INFO kablam! To learn more, run the command again with --verbose. Sep 10 18:51:05.605 INFO kablam! su: No module specific data is present Sep 10 18:51:06.520 INFO running `"docker" "rm" "-f" "d9f1bb961ae8a6cb453a5bbd7ffec81c5d2781ac5066f1559372d5b7cd7f4dbe"` Sep 10 18:51:06.574 INFO blam! d9f1bb961ae8a6cb453a5bbd7ffec81c5d2781ac5066f1559372d5b7cd7f4dbe