Sep 21 07:17:48.959 INFO checking magenta-0.2.0 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 07:17:48.959 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 07:17:48.959 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-4/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/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 +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 07:17:49.069 INFO blam! 670423e1d76bc119185c8a7b80b2365a3a98d3dc2549ea6befadf5eab034044a Sep 21 07:17:49.071 INFO running `"docker" "start" "-a" "670423e1d76bc119185c8a7b80b2365a3a98d3dc2549ea6befadf5eab034044a"` Sep 21 07:17:49.792 INFO kablam! usermod: no changes Sep 21 07:17:49.821 INFO kablam! Checking magenta-sys v0.2.0 Sep 21 07:17:50.549 INFO kablam! Checking magenta v0.2.0 (/source) Sep 21 07:17:50.776 INFO kablam! warning: unnecessary parentheses around function argument Sep 21 07:17:50.776 INFO kablam! --> src/lib.rs:520:19 Sep 21 07:17:50.776 INFO kablam! | Sep 21 07:17:50.776 INFO kablam! 520 | return Ok((true)) Sep 21 07:17:50.776 INFO kablam! | ^^^^^^ help: remove these parentheses Sep 21 07:17:50.776 INFO kablam! | Sep 21 07:17:50.776 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 21 07:17:50.776 INFO kablam! Sep 21 07:17:50.962 INFO kablam! warning: unnecessary parentheses around function argument Sep 21 07:17:50.962 INFO kablam! --> src/lib.rs:520:19 Sep 21 07:17:50.962 INFO kablam! | Sep 21 07:17:50.962 INFO kablam! 520 | return Ok((true)) Sep 21 07:17:50.962 INFO kablam! | ^^^^^^ help: remove these parentheses Sep 21 07:17:50.962 INFO kablam! | Sep 21 07:17:50.962 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 21 07:17:50.962 INFO kablam! Sep 21 07:17:51.186 INFO kablam! error[E0599]: no method named `duplicate` found for type `vmo::Vmo` in the current scope Sep 21 07:17:51.186 INFO kablam! --> src/lib.rs:638:32 Sep 21 07:17:51.186 INFO kablam! | Sep 21 07:17:51.186 INFO kablam! 638 | let readonly_vmo = vmo.duplicate(MX_RIGHT_READ).unwrap(); Sep 21 07:17:51.187 INFO kablam! | ^^^^^^^^^ Sep 21 07:17:51.187 INFO kablam! | Sep 21 07:17:51.187 INFO kablam! ::: src/vmo.rs:16:1 Sep 21 07:17:51.187 INFO kablam! | Sep 21 07:17:51.187 INFO kablam! 16 | pub struct Vmo(Handle); Sep 21 07:17:51.187 INFO kablam! | ----------------------- method `duplicate` not found for this Sep 21 07:17:51.187 INFO kablam! Sep 21 07:17:51.221 INFO kablam! error[E0599]: no method named `replace` found for type `vmo::Vmo` in the current scope Sep 21 07:17:51.221 INFO kablam! --> src/lib.rs:661:32 Sep 21 07:17:51.221 INFO kablam! | Sep 21 07:17:51.221 INFO kablam! 661 | let readonly_vmo = vmo.replace(MX_RIGHT_READ).unwrap(); Sep 21 07:17:51.221 INFO kablam! | ^^^^^^^ Sep 21 07:17:51.222 INFO kablam! | Sep 21 07:17:51.222 INFO kablam! ::: src/vmo.rs:16:1 Sep 21 07:17:51.222 INFO kablam! | Sep 21 07:17:51.222 INFO kablam! 16 | pub struct Vmo(Handle); Sep 21 07:17:51.222 INFO kablam! | ----------------------- method `replace` not found for this Sep 21 07:17:51.222 INFO kablam! Sep 21 07:17:51.228 INFO kablam! error[E0599]: no method named `wait` found for type `event::Event` in the current scope Sep 21 07:17:51.228 INFO kablam! --> src/lib.rs:675:26 Sep 21 07:17:51.228 INFO kablam! | Sep 21 07:17:51.228 INFO kablam! 675 | assert_eq!(event.wait(MX_USER_SIGNAL_0, deadline_after(ten_ms)), Err(Status::ErrTimedOut)); Sep 21 07:17:51.228 INFO kablam! | ^^^^ Sep 21 07:17:51.228 INFO kablam! | Sep 21 07:17:51.228 INFO kablam! ::: src/event.rs:15:1 Sep 21 07:17:51.228 INFO kablam! | Sep 21 07:17:51.228 INFO kablam! 15 | pub struct Event(Handle); Sep 21 07:17:51.228 INFO kablam! | ------------------------- method `wait` not found for this Sep 21 07:17:51.228 INFO kablam! Sep 21 07:17:51.233 INFO kablam! error[E0599]: no method named `signal` found for type `event::Event` in the current scope Sep 21 07:17:51.233 INFO kablam! --> src/lib.rs:678:23 Sep 21 07:17:51.233 INFO kablam! | Sep 21 07:17:51.233 INFO kablam! 678 | assert!(event.signal(MX_SIGNAL_NONE, MX_USER_SIGNAL_0).is_ok()); Sep 21 07:17:51.233 INFO kablam! | ^^^^^^ Sep 21 07:17:51.233 INFO kablam! | Sep 21 07:17:51.233 INFO kablam! ::: src/event.rs:15:1 Sep 21 07:17:51.233 INFO kablam! | Sep 21 07:17:51.233 INFO kablam! 15 | pub struct Event(Handle); Sep 21 07:17:51.233 INFO kablam! | ------------------------- method `signal` not found for this Sep 21 07:17:51.233 INFO kablam! | Sep 21 07:17:51.233 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 21 07:17:51.234 INFO kablam! = note: the following trait defines an item `signal`, perhaps you need to implement it: Sep 21 07:17:51.234 INFO kablam! candidate #1: `std::os::ext::process::ExitStatusExt` Sep 21 07:17:51.234 INFO kablam! Sep 21 07:17:51.234 INFO kablam! error[E0599]: no method named `wait` found for type `event::Event` in the current scope Sep 21 07:17:51.234 INFO kablam! --> src/lib.rs:679:26 Sep 21 07:17:51.234 INFO kablam! | Sep 21 07:17:51.234 INFO kablam! 679 | assert_eq!(event.wait(MX_USER_SIGNAL_0, deadline_after(ten_ms)).unwrap(), Sep 21 07:17:51.238 INFO kablam! | ^^^^ Sep 21 07:17:51.238 INFO kablam! | Sep 21 07:17:51.238 INFO kablam! ::: src/event.rs:15:1 Sep 21 07:17:51.238 INFO kablam! | Sep 21 07:17:51.238 INFO kablam! 15 | pub struct Event(Handle); Sep 21 07:17:51.238 INFO kablam! | ------------------------- method `wait` not found for this Sep 21 07:17:51.238 INFO kablam! Sep 21 07:17:51.239 INFO kablam! error[E0599]: no method named `wait` found for type `event::Event` in the current scope Sep 21 07:17:51.239 INFO kablam! --> src/lib.rs:683:26 Sep 21 07:17:51.239 INFO kablam! | Sep 21 07:17:51.240 INFO kablam! 683 | assert_eq!(event.wait(MX_USER_SIGNAL_0, deadline_after(ten_ms)).unwrap(), Sep 21 07:17:51.240 INFO kablam! | ^^^^ Sep 21 07:17:51.240 INFO kablam! | Sep 21 07:17:51.241 INFO kablam! ::: src/event.rs:15:1 Sep 21 07:17:51.241 INFO kablam! | Sep 21 07:17:51.241 INFO kablam! 15 | pub struct Event(Handle); Sep 21 07:17:51.241 INFO kablam! | ------------------------- method `wait` not found for this Sep 21 07:17:51.242 INFO kablam! Sep 21 07:17:51.245 INFO kablam! error[E0599]: no method named `signal` found for type `event::Event` in the current scope Sep 21 07:17:51.245 INFO kablam! --> src/lib.rs:687:23 Sep 21 07:17:51.245 INFO kablam! | Sep 21 07:17:51.245 INFO kablam! 687 | assert!(event.signal(MX_USER_SIGNAL_0, MX_SIGNAL_NONE).is_ok()); Sep 21 07:17:51.245 INFO kablam! | ^^^^^^ Sep 21 07:17:51.245 INFO kablam! | Sep 21 07:17:51.245 INFO kablam! ::: src/event.rs:15:1 Sep 21 07:17:51.245 INFO kablam! | Sep 21 07:17:51.245 INFO kablam! 15 | pub struct Event(Handle); Sep 21 07:17:51.245 INFO kablam! | ------------------------- method `signal` not found for this Sep 21 07:17:51.245 INFO kablam! | Sep 21 07:17:51.245 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 21 07:17:51.245 INFO kablam! = note: the following trait defines an item `signal`, perhaps you need to implement it: Sep 21 07:17:51.245 INFO kablam! candidate #1: `std::os::ext::process::ExitStatusExt` Sep 21 07:17:51.245 INFO kablam! Sep 21 07:17:51.248 INFO kablam! error[E0599]: no method named `wait` found for type `event::Event` in the current scope Sep 21 07:17:51.248 INFO kablam! --> src/lib.rs:688:26 Sep 21 07:17:51.248 INFO kablam! | Sep 21 07:17:51.248 INFO kablam! 688 | assert_eq!(event.wait(MX_USER_SIGNAL_0, deadline_after(ten_ms)), Err(Status::ErrTimedOut)); Sep 21 07:17:51.248 INFO kablam! | ^^^^ Sep 21 07:17:51.248 INFO kablam! | Sep 21 07:17:51.248 INFO kablam! ::: src/event.rs:15:1 Sep 21 07:17:51.248 INFO kablam! | Sep 21 07:17:51.248 INFO kablam! 15 | pub struct Event(Handle); Sep 21 07:17:51.248 INFO kablam! | ------------------------- method `wait` not found for this Sep 21 07:17:51.248 INFO kablam! Sep 21 07:17:51.259 INFO kablam! error[E0599]: no method named `signal` found for type `event::Event` in the current scope Sep 21 07:17:51.259 INFO kablam! --> src/lib.rs:707:20 Sep 21 07:17:51.260 INFO kablam! | Sep 21 07:17:51.260 INFO kablam! 707 | assert!(e1.signal(MX_SIGNAL_NONE, MX_USER_SIGNAL_0).is_ok()); Sep 21 07:17:51.260 INFO kablam! | ^^^^^^ Sep 21 07:17:51.260 INFO kablam! | Sep 21 07:17:51.261 INFO kablam! ::: src/event.rs:15:1 Sep 21 07:17:51.261 INFO kablam! | Sep 21 07:17:51.261 INFO kablam! 15 | pub struct Event(Handle); Sep 21 07:17:51.261 INFO kablam! | ------------------------- method `signal` not found for this Sep 21 07:17:51.262 INFO kablam! | Sep 21 07:17:51.262 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 21 07:17:51.262 INFO kablam! = note: the following trait defines an item `signal`, perhaps you need to implement it: Sep 21 07:17:51.263 INFO kablam! candidate #1: `std::os::ext::process::ExitStatusExt` Sep 21 07:17:51.263 INFO kablam! Sep 21 07:17:51.265 INFO kablam! error[E0599]: no method named `signal` found for type `event::Event` in the current scope Sep 21 07:17:51.265 INFO kablam! --> src/lib.rs:713:20 Sep 21 07:17:51.265 INFO kablam! | Sep 21 07:17:51.265 INFO kablam! 713 | assert!(e2.signal(MX_SIGNAL_NONE, MX_USER_SIGNAL_1).is_ok()); Sep 21 07:17:51.265 INFO kablam! | ^^^^^^ Sep 21 07:17:51.265 INFO kablam! | Sep 21 07:17:51.265 INFO kablam! ::: src/event.rs:15:1 Sep 21 07:17:51.265 INFO kablam! | Sep 21 07:17:51.265 INFO kablam! 15 | pub struct Event(Handle); Sep 21 07:17:51.265 INFO kablam! | ------------------------- method `signal` not found for this Sep 21 07:17:51.265 INFO kablam! | Sep 21 07:17:51.265 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 21 07:17:51.266 INFO kablam! = note: the following trait defines an item `signal`, perhaps you need to implement it: Sep 21 07:17:51.266 INFO kablam! candidate #1: `std::os::ext::process::ExitStatusExt` Sep 21 07:17:51.266 INFO kablam! Sep 21 07:17:51.271 INFO kablam! error[E0599]: no method named `signal` found for type `event::Event` in the current scope Sep 21 07:17:51.271 INFO kablam! --> src/lib.rs:719:20 Sep 21 07:17:51.272 INFO kablam! | Sep 21 07:17:51.272 INFO kablam! 719 | assert!(e1.signal(MX_USER_SIGNAL_0, MX_SIGNAL_NONE).is_ok()); Sep 21 07:17:51.272 INFO kablam! | ^^^^^^ Sep 21 07:17:51.272 INFO kablam! | Sep 21 07:17:51.272 INFO kablam! ::: src/event.rs:15:1 Sep 21 07:17:51.272 INFO kablam! | Sep 21 07:17:51.272 INFO kablam! 15 | pub struct Event(Handle); Sep 21 07:17:51.272 INFO kablam! | ------------------------- method `signal` not found for this Sep 21 07:17:51.273 INFO kablam! | Sep 21 07:17:51.273 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 21 07:17:51.273 INFO kablam! = note: the following trait defines an item `signal`, perhaps you need to implement it: Sep 21 07:17:51.273 INFO kablam! candidate #1: `std::os::ext::process::ExitStatusExt` Sep 21 07:17:51.273 INFO kablam! Sep 21 07:17:51.276 INFO kablam! error[E0599]: no method named `signal` found for type `event::Event` in the current scope Sep 21 07:17:51.276 INFO kablam! --> src/lib.rs:720:20 Sep 21 07:17:51.276 INFO kablam! | Sep 21 07:17:51.276 INFO kablam! 720 | assert!(e2.signal(MX_USER_SIGNAL_1, MX_SIGNAL_NONE).is_ok()); Sep 21 07:17:51.276 INFO kablam! | ^^^^^^ Sep 21 07:17:51.276 INFO kablam! | Sep 21 07:17:51.276 INFO kablam! ::: src/event.rs:15:1 Sep 21 07:17:51.277 INFO kablam! | Sep 21 07:17:51.277 INFO kablam! 15 | pub struct Event(Handle); Sep 21 07:17:51.277 INFO kablam! | ------------------------- method `signal` not found for this Sep 21 07:17:51.277 INFO kablam! | Sep 21 07:17:51.277 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 21 07:17:51.277 INFO kablam! = note: the following trait defines an item `signal`, perhaps you need to implement it: Sep 21 07:17:51.277 INFO kablam! candidate #1: `std::os::ext::process::ExitStatusExt` Sep 21 07:17:51.277 INFO kablam! Sep 21 07:17:51.340 INFO kablam! error[E0599]: no method named `duplicate` found for type `vmo::Vmo` in the current scope Sep 21 07:17:51.340 INFO kablam! --> src/channel.rs:298:40 Sep 21 07:17:51.340 INFO kablam! | Sep 21 07:17:51.340 INFO kablam! 298 | let duplicate_vmo_handle = vmo.duplicate(MX_RIGHT_SAME_RIGHTS).unwrap().into_handle(); Sep 21 07:17:51.341 INFO kablam! | ^^^^^^^^^ Sep 21 07:17:51.341 INFO kablam! | Sep 21 07:17:51.341 INFO kablam! ::: src/vmo.rs:16:1 Sep 21 07:17:51.341 INFO kablam! | Sep 21 07:17:51.341 INFO kablam! 16 | pub struct Vmo(Handle); Sep 21 07:17:51.341 INFO kablam! | ----------------------- method `duplicate` not found for this Sep 21 07:17:51.341 INFO kablam! Sep 21 07:17:51.348 INFO kablam! error[E0599]: no method named `duplicate` found for type `vmo::Vmo` in the current scope Sep 21 07:17:51.348 INFO kablam! --> src/channel.rs:334:40 Sep 21 07:17:51.348 INFO kablam! | Sep 21 07:17:51.348 INFO kablam! 334 | let duplicate_vmo_handle = vmo.duplicate(MX_RIGHT_SAME_RIGHTS).unwrap().into_handle(); Sep 21 07:17:51.348 INFO kablam! | ^^^^^^^^^ Sep 21 07:17:51.348 INFO kablam! | Sep 21 07:17:51.348 INFO kablam! ::: src/vmo.rs:16:1 Sep 21 07:17:51.348 INFO kablam! | Sep 21 07:17:51.348 INFO kablam! 16 | pub struct Vmo(Handle); Sep 21 07:17:51.348 INFO kablam! | ----------------------- method `duplicate` not found for this Sep 21 07:17:51.348 INFO kablam! Sep 21 07:17:51.354 INFO kablam! error[E0599]: no method named `wait` found for type `channel::Channel` in the current scope Sep 21 07:17:51.354 INFO kablam! --> src/channel.rs:359:27 Sep 21 07:17:51.354 INFO kablam! | Sep 21 07:17:51.354 INFO kablam! 16 | pub struct Channel(Handle); Sep 21 07:17:51.354 INFO kablam! | --------------------------- method `wait` not found for this Sep 21 07:17:51.354 INFO kablam! ... Sep 21 07:17:51.354 INFO kablam! 359 | assert_eq!(p2.wait(MX_CHANNEL_READABLE, deadline_after(hundred_ms)), Sep 21 07:17:51.354 INFO kablam! | ^^^^ Sep 21 07:17:51.354 INFO kablam! Sep 21 07:17:51.372 INFO kablam! error[E0599]: no method named `wait` found for type `eventpair::EventPair` in the current scope Sep 21 07:17:51.372 INFO kablam! --> src/eventpair.rs:60:23 Sep 21 07:17:51.372 INFO kablam! | Sep 21 07:17:51.372 INFO kablam! 15 | pub struct EventPair(Handle); Sep 21 07:17:51.372 INFO kablam! | ----------------------------- method `wait` not found for this Sep 21 07:17:51.372 INFO kablam! ... Sep 21 07:17:51.372 INFO kablam! 60 | assert_eq!(p2.wait(MX_USER_SIGNAL_0, deadline_after(ten_ms)), Err(Status::ErrTimedOut)); Sep 21 07:17:51.372 INFO kablam! | ^^^^ Sep 21 07:17:51.372 INFO kablam! Sep 21 07:17:51.375 INFO kablam! error[E0599]: no method named `wait` found for type `eventpair::EventPair` in the current scope Sep 21 07:17:51.375 INFO kablam! --> src/eventpair.rs:64:23 Sep 21 07:17:51.375 INFO kablam! | Sep 21 07:17:51.375 INFO kablam! 15 | pub struct EventPair(Handle); Sep 21 07:17:51.375 INFO kablam! | ----------------------------- method `wait` not found for this Sep 21 07:17:51.375 INFO kablam! ... Sep 21 07:17:51.375 INFO kablam! 64 | assert_eq!(p2.wait(MX_USER_SIGNAL_0, deadline_after(ten_ms)).unwrap(), Sep 21 07:17:51.375 INFO kablam! | ^^^^ Sep 21 07:17:51.375 INFO kablam! Sep 21 07:17:51.377 INFO kablam! error[E0599]: no method named `wait` found for type `eventpair::EventPair` in the current scope Sep 21 07:17:51.377 INFO kablam! --> src/eventpair.rs:68:23 Sep 21 07:17:51.377 INFO kablam! | Sep 21 07:17:51.377 INFO kablam! 15 | pub struct EventPair(Handle); Sep 21 07:17:51.377 INFO kablam! | ----------------------------- method `wait` not found for this Sep 21 07:17:51.377 INFO kablam! ... Sep 21 07:17:51.377 INFO kablam! 68 | assert_eq!(p2.wait(MX_USER_SIGNAL_0, deadline_after(ten_ms)).unwrap(), Sep 21 07:17:51.377 INFO kablam! | ^^^^ Sep 21 07:17:51.377 INFO kablam! Sep 21 07:17:51.380 INFO kablam! error[E0599]: no method named `wait` found for type `eventpair::EventPair` in the current scope Sep 21 07:17:51.380 INFO kablam! --> src/eventpair.rs:73:23 Sep 21 07:17:51.380 INFO kablam! | Sep 21 07:17:51.380 INFO kablam! 15 | pub struct EventPair(Handle); Sep 21 07:17:51.380 INFO kablam! | ----------------------------- method `wait` not found for this Sep 21 07:17:51.380 INFO kablam! ... Sep 21 07:17:51.380 INFO kablam! 73 | assert_eq!(p2.wait(MX_USER_SIGNAL_0, deadline_after(ten_ms)), Err(Status::ErrTimedOut)); Sep 21 07:17:51.380 INFO kablam! | ^^^^ Sep 21 07:17:51.380 INFO kablam! Sep 21 07:17:51.433 INFO kablam! error[E0599]: no method named `wait_async` found for type `event::Event` in the current scope Sep 21 07:17:51.433 INFO kablam! --> src/port.rs:228:23 Sep 21 07:17:51.433 INFO kablam! | Sep 21 07:17:51.433 INFO kablam! 228 | assert!(event.wait_async(&port, key, MX_USER_SIGNAL_0 | MX_USER_SIGNAL_1, Sep 21 07:17:51.433 INFO kablam! | ^^^^^^^^^^ Sep 21 07:17:51.433 INFO kablam! | Sep 21 07:17:51.433 INFO kablam! ::: src/event.rs:15:1 Sep 21 07:17:51.433 INFO kablam! | Sep 21 07:17:51.433 INFO kablam! 15 | pub struct Event(Handle); Sep 21 07:17:51.433 INFO kablam! | ------------------------- method `wait_async` not found for this Sep 21 07:17:51.433 INFO kablam! Sep 21 07:17:51.433 INFO kablam! error[E0599]: no method named `signal` found for type `event::Event` in the current scope Sep 21 07:17:51.433 INFO kablam! --> src/port.rs:235:23 Sep 21 07:17:51.433 INFO kablam! | Sep 21 07:17:51.433 INFO kablam! 235 | assert!(event.signal(MX_SIGNAL_NONE, MX_USER_SIGNAL_0).is_ok()); Sep 21 07:17:51.434 INFO kablam! | ^^^^^^ Sep 21 07:17:51.434 INFO kablam! | Sep 21 07:17:51.434 INFO kablam! ::: src/event.rs:15:1 Sep 21 07:17:51.434 INFO kablam! | Sep 21 07:17:51.434 INFO kablam! 15 | pub struct Event(Handle); Sep 21 07:17:51.434 INFO kablam! | ------------------------- method `signal` not found for this Sep 21 07:17:51.434 INFO kablam! | Sep 21 07:17:51.434 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 21 07:17:51.434 INFO kablam! = note: the following trait defines an item `signal`, perhaps you need to implement it: Sep 21 07:17:51.434 INFO kablam! candidate #1: `std::os::ext::process::ExitStatusExt` Sep 21 07:17:51.434 INFO kablam! Sep 21 07:17:51.446 INFO kablam! error[E0599]: no method named `wait_async` found for type `event::Event` in the current scope Sep 21 07:17:51.446 INFO kablam! --> src/port.rs:252:23 Sep 21 07:17:51.446 INFO kablam! | Sep 21 07:17:51.446 INFO kablam! 252 | assert!(event.wait_async(&port, key, MX_USER_SIGNAL_0, WaitAsyncOpts::Once).is_ok()); Sep 21 07:17:51.446 INFO kablam! | ^^^^^^^^^^ Sep 21 07:17:51.446 INFO kablam! | Sep 21 07:17:51.446 INFO kablam! ::: src/event.rs:15:1 Sep 21 07:17:51.446 INFO kablam! | Sep 21 07:17:51.446 INFO kablam! 15 | pub struct Event(Handle); Sep 21 07:17:51.446 INFO kablam! | ------------------------- method `wait_async` not found for this Sep 21 07:17:51.446 INFO kablam! Sep 21 07:17:51.448 INFO kablam! error[E0599]: no method named `wait_async` found for type `event::Event` in the current scope Sep 21 07:17:51.448 INFO kablam! --> src/port.rs:267:23 Sep 21 07:17:51.448 INFO kablam! | Sep 21 07:17:51.448 INFO kablam! 267 | assert!(event.wait_async(&port, key, MX_USER_SIGNAL_0, WaitAsyncOpts::Once).is_ok()); Sep 21 07:17:51.448 INFO kablam! | ^^^^^^^^^^ Sep 21 07:17:51.448 INFO kablam! | Sep 21 07:17:51.448 INFO kablam! ::: src/event.rs:15:1 Sep 21 07:17:51.448 INFO kablam! | Sep 21 07:17:51.448 INFO kablam! 15 | pub struct Event(Handle); Sep 21 07:17:51.448 INFO kablam! | ------------------------- method `wait_async` not found for this Sep 21 07:17:51.448 INFO kablam! Sep 21 07:17:51.454 INFO kablam! error[E0599]: no method named `signal` found for type `event::Event` in the current scope Sep 21 07:17:51.454 INFO kablam! --> src/port.rs:272:23 Sep 21 07:17:51.454 INFO kablam! | Sep 21 07:17:51.454 INFO kablam! 272 | assert!(event.signal(MX_USER_SIGNAL_0, MX_SIGNAL_NONE).is_ok()); // clear signal Sep 21 07:17:51.454 INFO kablam! | ^^^^^^ Sep 21 07:17:51.454 INFO kablam! | Sep 21 07:17:51.454 INFO kablam! ::: src/event.rs:15:1 Sep 21 07:17:51.454 INFO kablam! | Sep 21 07:17:51.454 INFO kablam! 15 | pub struct Event(Handle); Sep 21 07:17:51.454 INFO kablam! | ------------------------- method `signal` not found for this Sep 21 07:17:51.454 INFO kablam! | Sep 21 07:17:51.454 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 21 07:17:51.454 INFO kablam! = note: the following trait defines an item `signal`, perhaps you need to implement it: Sep 21 07:17:51.454 INFO kablam! candidate #1: `std::os::ext::process::ExitStatusExt` Sep 21 07:17:51.454 INFO kablam! Sep 21 07:17:51.454 INFO kablam! error[E0599]: no method named `wait_async` found for type `event::Event` in the current scope Sep 21 07:17:51.454 INFO kablam! --> src/port.rs:273:23 Sep 21 07:17:51.454 INFO kablam! | Sep 21 07:17:51.454 INFO kablam! 273 | assert!(event.wait_async(&port, key, MX_USER_SIGNAL_0, WaitAsyncOpts::Once).is_ok()); Sep 21 07:17:51.454 INFO kablam! | ^^^^^^^^^^ Sep 21 07:17:51.454 INFO kablam! | Sep 21 07:17:51.454 INFO kablam! ::: src/event.rs:15:1 Sep 21 07:17:51.454 INFO kablam! | Sep 21 07:17:51.454 INFO kablam! 15 | pub struct Event(Handle); Sep 21 07:17:51.454 INFO kablam! | ------------------------- method `wait_async` not found for this Sep 21 07:17:51.454 INFO kablam! Sep 21 07:17:51.454 INFO kablam! error[E0599]: no method named `signal` found for type `event::Event` in the current scope Sep 21 07:17:51.454 INFO kablam! --> src/port.rs:275:23 Sep 21 07:17:51.454 INFO kablam! | Sep 21 07:17:51.455 INFO kablam! 275 | assert!(event.signal(MX_SIGNAL_NONE, MX_USER_SIGNAL_0).is_ok()); Sep 21 07:17:51.455 INFO kablam! | ^^^^^^ Sep 21 07:17:51.455 INFO kablam! | Sep 21 07:17:51.455 INFO kablam! ::: src/event.rs:15:1 Sep 21 07:17:51.455 INFO kablam! | Sep 21 07:17:51.455 INFO kablam! 15 | pub struct Event(Handle); Sep 21 07:17:51.455 INFO kablam! | ------------------------- method `signal` not found for this Sep 21 07:17:51.455 INFO kablam! | Sep 21 07:17:51.455 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 21 07:17:51.455 INFO kablam! = note: the following trait defines an item `signal`, perhaps you need to implement it: Sep 21 07:17:51.455 INFO kablam! candidate #1: `std::os::ext::process::ExitStatusExt` Sep 21 07:17:51.458 INFO kablam! Sep 21 07:17:51.458 INFO kablam! error[E0599]: no method named `wait_async` found for type `event::Event` in the current scope Sep 21 07:17:51.458 INFO kablam! --> src/port.rs:287:23 Sep 21 07:17:51.458 INFO kablam! | Sep 21 07:17:51.458 INFO kablam! 287 | assert!(event.wait_async(&port, key, MX_USER_SIGNAL_0 | MX_USER_SIGNAL_1, Sep 21 07:17:51.458 INFO kablam! | ^^^^^^^^^^ Sep 21 07:17:51.458 INFO kablam! | Sep 21 07:17:51.458 INFO kablam! ::: src/event.rs:15:1 Sep 21 07:17:51.458 INFO kablam! | Sep 21 07:17:51.458 INFO kablam! 15 | pub struct Event(Handle); Sep 21 07:17:51.458 INFO kablam! | ------------------------- method `wait_async` not found for this Sep 21 07:17:51.458 INFO kablam! Sep 21 07:17:51.461 INFO kablam! error[E0599]: no method named `signal` found for type `event::Event` in the current scope Sep 21 07:17:51.461 INFO kablam! --> src/port.rs:294:23 Sep 21 07:17:51.461 INFO kablam! | Sep 21 07:17:51.461 INFO kablam! 294 | assert!(event.signal(MX_SIGNAL_NONE, MX_USER_SIGNAL_0).is_ok()); Sep 21 07:17:51.461 INFO kablam! | ^^^^^^ Sep 21 07:17:51.461 INFO kablam! | Sep 21 07:17:51.461 INFO kablam! ::: src/event.rs:15:1 Sep 21 07:17:51.461 INFO kablam! | Sep 21 07:17:51.461 INFO kablam! 15 | pub struct Event(Handle); Sep 21 07:17:51.461 INFO kablam! | ------------------------- method `signal` not found for this Sep 21 07:17:51.461 INFO kablam! | Sep 21 07:17:51.461 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 21 07:17:51.461 INFO kablam! = note: the following trait defines an item `signal`, perhaps you need to implement it: Sep 21 07:17:51.461 INFO kablam! candidate #1: `std::os::ext::process::ExitStatusExt` Sep 21 07:17:51.461 INFO kablam! Sep 21 07:17:51.474 INFO kablam! error[E0599]: no method named `signal` found for type `event::Event` in the current scope Sep 21 07:17:51.474 INFO kablam! --> src/port.rs:313:23 Sep 21 07:17:51.474 INFO kablam! | Sep 21 07:17:51.474 INFO kablam! 313 | assert!(event.signal(MX_USER_SIGNAL_0, MX_SIGNAL_NONE).is_ok()); // clear signal Sep 21 07:17:51.474 INFO kablam! | ^^^^^^ Sep 21 07:17:51.474 INFO kablam! | Sep 21 07:17:51.474 INFO kablam! ::: src/event.rs:15:1 Sep 21 07:17:51.474 INFO kablam! | Sep 21 07:17:51.474 INFO kablam! 15 | pub struct Event(Handle); Sep 21 07:17:51.474 INFO kablam! | ------------------------- method `signal` not found for this Sep 21 07:17:51.474 INFO kablam! | Sep 21 07:17:51.474 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 21 07:17:51.474 INFO kablam! = note: the following trait defines an item `signal`, perhaps you need to implement it: Sep 21 07:17:51.474 INFO kablam! candidate #1: `std::os::ext::process::ExitStatusExt` Sep 21 07:17:51.474 INFO kablam! Sep 21 07:17:51.474 INFO kablam! error[E0599]: no method named `signal` found for type `event::Event` in the current scope Sep 21 07:17:51.474 INFO kablam! --> src/port.rs:314:23 Sep 21 07:17:51.474 INFO kablam! | Sep 21 07:17:51.474 INFO kablam! 314 | assert!(event.signal(MX_SIGNAL_NONE, MX_USER_SIGNAL_0).is_ok()); Sep 21 07:17:51.474 INFO kablam! | ^^^^^^ Sep 21 07:17:51.474 INFO kablam! | Sep 21 07:17:51.474 INFO kablam! ::: src/event.rs:15:1 Sep 21 07:17:51.474 INFO kablam! | Sep 21 07:17:51.474 INFO kablam! 15 | pub struct Event(Handle); Sep 21 07:17:51.474 INFO kablam! | ------------------------- method `signal` not found for this Sep 21 07:17:51.474 INFO kablam! | Sep 21 07:17:51.474 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 21 07:17:51.474 INFO kablam! = note: the following trait defines an item `signal`, perhaps you need to implement it: Sep 21 07:17:51.474 INFO kablam! candidate #1: `std::os::ext::process::ExitStatusExt` Sep 21 07:17:51.474 INFO kablam! Sep 21 07:17:51.482 INFO kablam! error[E0599]: no method named `signal` found for type `event::Event` in the current scope Sep 21 07:17:51.482 INFO kablam! --> src/port.rs:331:23 Sep 21 07:17:51.482 INFO kablam! | Sep 21 07:17:51.482 INFO kablam! 331 | assert!(event.signal(MX_USER_SIGNAL_0, MX_SIGNAL_NONE).is_ok()); // clear signal Sep 21 07:17:51.482 INFO kablam! | ^^^^^^ Sep 21 07:17:51.482 INFO kablam! | Sep 21 07:17:51.482 INFO kablam! ::: src/event.rs:15:1 Sep 21 07:17:51.482 INFO kablam! | Sep 21 07:17:51.482 INFO kablam! 15 | pub struct Event(Handle); Sep 21 07:17:51.482 INFO kablam! | ------------------------- method `signal` not found for this Sep 21 07:17:51.482 INFO kablam! | Sep 21 07:17:51.482 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 21 07:17:51.482 INFO kablam! = note: the following trait defines an item `signal`, perhaps you need to implement it: Sep 21 07:17:51.482 INFO kablam! candidate #1: `std::os::ext::process::ExitStatusExt` Sep 21 07:17:51.482 INFO kablam! Sep 21 07:17:51.486 INFO kablam! error[E0599]: no method named `signal` found for type `event::Event` in the current scope Sep 21 07:17:51.486 INFO kablam! --> src/port.rs:332:23 Sep 21 07:17:51.486 INFO kablam! | Sep 21 07:17:51.486 INFO kablam! 332 | assert!(event.signal(MX_SIGNAL_NONE, MX_USER_SIGNAL_0).is_ok()); Sep 21 07:17:51.486 INFO kablam! | ^^^^^^ Sep 21 07:17:51.486 INFO kablam! | Sep 21 07:17:51.486 INFO kablam! ::: src/event.rs:15:1 Sep 21 07:17:51.486 INFO kablam! | Sep 21 07:17:51.486 INFO kablam! 15 | pub struct Event(Handle); Sep 21 07:17:51.486 INFO kablam! | ------------------------- method `signal` not found for this Sep 21 07:17:51.486 INFO kablam! | Sep 21 07:17:51.486 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 21 07:17:51.486 INFO kablam! = note: the following trait defines an item `signal`, perhaps you need to implement it: Sep 21 07:17:51.486 INFO kablam! candidate #1: `std::os::ext::process::ExitStatusExt` Sep 21 07:17:51.486 INFO kablam! Sep 21 07:17:51.486 INFO kablam! error[E0599]: no method named `wait_async` found for type `event::Event` in the current scope Sep 21 07:17:51.486 INFO kablam! --> src/port.rs:336:23 Sep 21 07:17:51.486 INFO kablam! | Sep 21 07:17:51.486 INFO kablam! 336 | assert!(event.wait_async(&port, key, MX_USER_SIGNAL_0, WaitAsyncOpts::Repeating).is_ok()); Sep 21 07:17:51.486 INFO kablam! | ^^^^^^^^^^ Sep 21 07:17:51.486 INFO kablam! | Sep 21 07:17:51.486 INFO kablam! ::: src/event.rs:15:1 Sep 21 07:17:51.486 INFO kablam! | Sep 21 07:17:51.486 INFO kablam! 15 | pub struct Event(Handle); Sep 21 07:17:51.486 INFO kablam! | ------------------------- method `wait_async` not found for this Sep 21 07:17:51.486 INFO kablam! Sep 21 07:17:51.522 INFO kablam! error[E0599]: no method named `wait` found for type `timer::Timer` in the current scope Sep 21 07:17:51.522 INFO kablam! --> src/timer.rs:89:26 Sep 21 07:17:51.522 INFO kablam! | Sep 21 07:17:51.522 INFO kablam! 15 | pub struct Timer(Handle); Sep 21 07:17:51.522 INFO kablam! | ------------------------- method `wait` not found for this Sep 21 07:17:51.522 INFO kablam! ... Sep 21 07:17:51.522 INFO kablam! 89 | assert_eq!(timer.wait(MX_TIMER_SIGNALED, deadline_after(ten_ms)), Err(Status::ErrTimedOut)); Sep 21 07:17:51.522 INFO kablam! | ^^^^ Sep 21 07:17:51.522 INFO kablam! Sep 21 07:17:51.523 INFO kablam! error[E0599]: no method named `wait` found for type `timer::Timer` in the current scope Sep 21 07:17:51.524 INFO kablam! --> src/timer.rs:93:26 Sep 21 07:17:51.524 INFO kablam! | Sep 21 07:17:51.524 INFO kablam! 15 | pub struct Timer(Handle); Sep 21 07:17:51.524 INFO kablam! | ------------------------- method `wait` not found for this Sep 21 07:17:51.524 INFO kablam! ... Sep 21 07:17:51.524 INFO kablam! 93 | assert_eq!(timer.wait(MX_TIMER_SIGNALED, deadline_after(twenty_ms)).unwrap(), Sep 21 07:17:51.524 INFO kablam! | ^^^^ Sep 21 07:17:51.524 INFO kablam! Sep 21 07:17:51.528 INFO kablam! error[E0599]: no method named `wait` found for type `timer::Timer` in the current scope Sep 21 07:17:51.528 INFO kablam! --> src/timer.rs:98:26 Sep 21 07:17:51.528 INFO kablam! | Sep 21 07:17:51.528 INFO kablam! 15 | pub struct Timer(Handle); Sep 21 07:17:51.528 INFO kablam! | ------------------------- method `wait` not found for this Sep 21 07:17:51.528 INFO kablam! ... Sep 21 07:17:51.528 INFO kablam! 98 | assert_eq!(timer.wait(MX_TIMER_SIGNALED, deadline_after(ten_ms)), Err(Status::ErrTimedOut)); Sep 21 07:17:51.528 INFO kablam! | ^^^^ Sep 21 07:17:51.528 INFO kablam! Sep 21 07:17:51.532 INFO kablam! error[E0599]: no method named `wait` found for type `timer::Timer` in the current scope Sep 21 07:17:51.532 INFO kablam! --> src/timer.rs:110:26 Sep 21 07:17:51.532 INFO kablam! | Sep 21 07:17:51.532 INFO kablam! 15 | pub struct Timer(Handle); Sep 21 07:17:51.532 INFO kablam! | ------------------------- method `wait` not found for this Sep 21 07:17:51.532 INFO kablam! ... Sep 21 07:17:51.532 INFO kablam! 110 | assert_eq!(timer.wait(MX_TIMER_SIGNALED, deadline_after(ten_ms)), Err(Status::ErrTimedOut)); Sep 21 07:17:51.532 INFO kablam! | ^^^^ Sep 21 07:17:51.532 INFO kablam! Sep 21 07:17:51.536 INFO kablam! error[E0599]: no method named `wait` found for type `timer::Timer` in the current scope Sep 21 07:17:51.536 INFO kablam! --> src/timer.rs:114:26 Sep 21 07:17:51.536 INFO kablam! | Sep 21 07:17:51.536 INFO kablam! 15 | pub struct Timer(Handle); Sep 21 07:17:51.536 INFO kablam! | ------------------------- method `wait` not found for this Sep 21 07:17:51.536 INFO kablam! ... Sep 21 07:17:51.536 INFO kablam! 114 | assert_eq!(timer.wait(MX_TIMER_SIGNALED, deadline_after(twenty_ms)).unwrap(), Sep 21 07:17:51.536 INFO kablam! | ^^^^ Sep 21 07:17:51.536 INFO kablam! Sep 21 07:17:51.546 INFO kablam! error[E0599]: no method named `wait` found for type `timer::Timer` in the current scope Sep 21 07:17:51.546 INFO kablam! --> src/timer.rs:119:26 Sep 21 07:17:51.546 INFO kablam! | Sep 21 07:17:51.546 INFO kablam! 15 | pub struct Timer(Handle); Sep 21 07:17:51.546 INFO kablam! | ------------------------- method `wait` not found for this Sep 21 07:17:51.546 INFO kablam! ... Sep 21 07:17:51.546 INFO kablam! 119 | assert_eq!(timer.wait(MX_TIMER_SIGNALED, deadline_after(ten_ms)), Err(Status::ErrTimedOut)); Sep 21 07:17:51.546 INFO kablam! | ^^^^ Sep 21 07:17:51.546 INFO kablam! Sep 21 07:17:51.643 INFO kablam! error: aborting due to 39 previous errors Sep 21 07:17:51.643 INFO kablam! Sep 21 07:17:51.643 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 21 07:17:51.650 INFO kablam! error: Could not compile `magenta`. Sep 21 07:17:51.650 INFO kablam! Sep 21 07:17:51.650 INFO kablam! To learn more, run the command again with --verbose. Sep 21 07:17:51.651 INFO kablam! su: No module specific data is present Sep 21 07:17:52.175 INFO running `"docker" "rm" "-f" "670423e1d76bc119185c8a7b80b2365a3a98d3dc2549ea6befadf5eab034044a"` Sep 21 07:17:52.226 INFO blam! 670423e1d76bc119185c8a7b80b2365a3a98d3dc2549ea6befadf5eab034044a