Sep 21 08:24:31.789 INFO checking ipc-0.2.0 against master#f7f4c500b46603386e940f116b469c7adc043a6d for pr-54394 Sep 21 08:24:31.789 INFO running: cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets Sep 21 08:24:31.789 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54394/master#f7f4c500b46603386e940f116b469c7adc043a6d:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-6/master#f7f4c500b46603386e940f116b469c7adc043a6d:/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 +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 08:24:31.979 INFO blam! 61f9edbceac413cd3ac5b1b84529c8fc64c4d3f7ba263ce9a1ba1119db0134a8 Sep 21 08:24:31.981 INFO running `"docker" "start" "-a" "61f9edbceac413cd3ac5b1b84529c8fc64c4d3f7ba263ce9a1ba1119db0134a8"` Sep 21 08:24:32.794 INFO kablam! usermod: no changes Sep 21 08:24:32.855 INFO kablam! Checking ipc v0.2.0 (/source) Sep 21 08:24:33.411 INFO kablam! error[E0432]: unresolved import `rand` Sep 21 08:24:33.411 INFO kablam! --> src/lib.rs:47:9 Sep 21 08:24:33.411 INFO kablam! | Sep 21 08:24:33.411 INFO kablam! 47 | use rand::random; Sep 21 08:24:33.411 INFO kablam! | ^^^^ Maybe a missing `extern crate rand;`? Sep 21 08:24:33.411 INFO kablam! Sep 21 08:24:33.578 INFO kablam! error[E0599]: no function or associated item named `channel` found for type `platform::unix::message_queue::MessageQueue` in the current scope Sep 21 08:24:33.578 INFO kablam! --> src/lib.rs:51:24 Sep 21 08:24:33.578 INFO kablam! | Sep 21 08:24:33.578 INFO kablam! 51 | let (tx, rx) = MessageQueue::::channel().unwrap(); Sep 21 08:24:33.578 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `platform::unix::message_queue::MessageQueue` Sep 21 08:24:33.578 INFO kablam! | Sep 21 08:24:33.578 INFO kablam! ::: src/platform/unix/message_queue.rs:24:1 Sep 21 08:24:33.578 INFO kablam! | Sep 21 08:24:33.578 INFO kablam! 24 | pub struct MessageQueue { Sep 21 08:24:33.578 INFO kablam! | -------------------------- function or associated item `channel` not found for this Sep 21 08:24:33.578 INFO kablam! Sep 21 08:24:33.582 INFO kablam! error[E0599]: no function or associated item named `channel` found for type `platform::unix::message_queue::MessageQueue` in the current scope Sep 21 08:24:33.582 INFO kablam! --> src/lib.rs:61:24 Sep 21 08:24:33.582 INFO kablam! | Sep 21 08:24:33.582 INFO kablam! 61 | let (tx, rx) = MessageQueue::::channel().unwrap(); Sep 21 08:24:33.582 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `platform::unix::message_queue::MessageQueue` Sep 21 08:24:33.582 INFO kablam! | Sep 21 08:24:33.582 INFO kablam! ::: src/platform/unix/message_queue.rs:24:1 Sep 21 08:24:33.582 INFO kablam! | Sep 21 08:24:33.582 INFO kablam! 24 | pub struct MessageQueue { Sep 21 08:24:33.582 INFO kablam! | -------------------------- function or associated item `channel` not found for this Sep 21 08:24:33.582 INFO kablam! Sep 21 08:24:33.594 INFO kablam! error[E0599]: no function or associated item named `channel` found for type `platform::unix::message_queue::MessageQueue` in the current scope Sep 21 08:24:33.594 INFO kablam! --> src/lib.rs:74:24 Sep 21 08:24:33.594 INFO kablam! | Sep 21 08:24:33.594 INFO kablam! 74 | let (tx, rx) = MessageQueue::::channel().unwrap(); Sep 21 08:24:33.594 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `platform::unix::message_queue::MessageQueue` Sep 21 08:24:33.594 INFO kablam! | Sep 21 08:24:33.594 INFO kablam! ::: src/platform/unix/message_queue.rs:24:1 Sep 21 08:24:33.594 INFO kablam! | Sep 21 08:24:33.594 INFO kablam! 24 | pub struct MessageQueue { Sep 21 08:24:33.594 INFO kablam! | -------------------------- function or associated item `channel` not found for this Sep 21 08:24:33.594 INFO kablam! Sep 21 08:24:33.602 INFO kablam! error[E0599]: no function or associated item named `channel` found for type `platform::unix::message_queue::MessageQueue` in the current scope Sep 21 08:24:33.602 INFO kablam! --> src/lib.rs:86:24 Sep 21 08:24:33.602 INFO kablam! | Sep 21 08:24:33.602 INFO kablam! 86 | let (tx, rx) = MessageQueue::::channel().unwrap(); Sep 21 08:24:33.602 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `platform::unix::message_queue::MessageQueue` Sep 21 08:24:33.602 INFO kablam! | Sep 21 08:24:33.602 INFO kablam! ::: src/platform/unix/message_queue.rs:24:1 Sep 21 08:24:33.602 INFO kablam! | Sep 21 08:24:33.602 INFO kablam! 24 | pub struct MessageQueue { Sep 21 08:24:33.602 INFO kablam! | -------------------------- function or associated item `channel` not found for this Sep 21 08:24:33.602 INFO kablam! Sep 21 08:24:33.758 INFO kablam! error: aborting due to 5 previous errors Sep 21 08:24:33.758 INFO kablam! Sep 21 08:24:33.758 INFO kablam! Some errors occurred: E0432, E0599. Sep 21 08:24:33.758 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 21 08:24:33.764 INFO kablam! error: Could not compile `ipc`. Sep 21 08:24:33.764 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 08:24:33.839 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Sep 21 08:24:33.839 INFO kablam! --> src/lib.rs:1:12 Sep 21 08:24:33.839 INFO kablam! | Sep 21 08:24:33.839 INFO kablam! 1 | #![feature(proc_macro, conservative_impl_trait, generators)] Sep 21 08:24:33.839 INFO kablam! | ^^^^^^^^^^ Sep 21 08:24:33.839 INFO kablam! | Sep 21 08:24:33.839 INFO kablam! = note: #[warn(stable_features)] on by default Sep 21 08:24:33.839 INFO kablam! Sep 21 08:24:33.839 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Sep 21 08:24:33.839 INFO kablam! --> src/lib.rs:1:24 Sep 21 08:24:33.839 INFO kablam! | Sep 21 08:24:33.839 INFO kablam! 1 | #![feature(proc_macro, conservative_impl_trait, generators)] Sep 21 08:24:33.839 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 08:24:33.839 INFO kablam! Sep 21 08:24:33.880 INFO kablam! error: build failed Sep 21 08:24:33.881 INFO kablam! su: No module specific data is present Sep 21 08:24:34.611 INFO running `"docker" "rm" "-f" "61f9edbceac413cd3ac5b1b84529c8fc64c4d3f7ba263ce9a1ba1119db0134a8"` Sep 21 08:24:34.712 INFO blam! 61f9edbceac413cd3ac5b1b84529c8fc64c4d3f7ba263ce9a1ba1119db0134a8