Sep 02 08:06:22.401 INFO checking magenta-0.2.0 against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 02 08:06:22.401 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 02 08:06:22.401 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 08:06:22.614 INFO blam! 06da0fd12dfc573a7dd79c043af0a2f879847fcf7f66d873a2c8f3f3dca88773 Sep 02 08:06:22.616 INFO running `"docker" "start" "-a" "06da0fd12dfc573a7dd79c043af0a2f879847fcf7f66d873a2c8f3f3dca88773"` Sep 02 08:06:23.186 INFO kablam! Checking magenta-sys v0.2.0 Sep 02 08:06:24.617 INFO kablam! Checking magenta v0.2.0 (file:///source) Sep 02 08:06:25.068 INFO kablam! warning: unnecessary parentheses around function argument Sep 02 08:06:25.068 INFO kablam! --> src/lib.rs:520:19 Sep 02 08:06:25.068 INFO kablam! | Sep 02 08:06:25.068 INFO kablam! 520 | return Ok((true)) Sep 02 08:06:25.068 INFO kablam! | ^^^^^^ help: remove these parentheses Sep 02 08:06:25.068 INFO kablam! | Sep 02 08:06:25.068 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 02 08:06:25.068 INFO kablam! Sep 02 08:06:25.354 INFO kablam! warning: unnecessary parentheses around function argument Sep 02 08:06:25.354 INFO kablam! --> src/lib.rs:520:19 Sep 02 08:06:25.354 INFO kablam! | Sep 02 08:06:25.354 INFO kablam! 520 | return Ok((true)) Sep 02 08:06:25.354 INFO kablam! | ^^^^^^ help: remove these parentheses Sep 02 08:06:25.354 INFO kablam! | Sep 02 08:06:25.354 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 02 08:06:25.354 INFO kablam! Sep 02 08:06:25.905 INFO kablam! error[E0599]: no method named `duplicate` found for type `vmo::Vmo` in the current scope Sep 02 08:06:25.905 INFO kablam! --> src/lib.rs:638:32 Sep 02 08:06:25.905 INFO kablam! | Sep 02 08:06:25.905 INFO kablam! 638 | let readonly_vmo = vmo.duplicate(MX_RIGHT_READ).unwrap(); Sep 02 08:06:25.906 INFO kablam! | ^^^^^^^^^ Sep 02 08:06:25.906 INFO kablam! | Sep 02 08:06:25.906 INFO kablam! ::: src/vmo.rs:16:1 Sep 02 08:06:25.906 INFO kablam! | Sep 02 08:06:25.906 INFO kablam! 16 | pub struct Vmo(Handle); Sep 02 08:06:25.906 INFO kablam! | ----------------------- method `duplicate` not found for this Sep 02 08:06:25.906 INFO kablam! Sep 02 08:06:25.973 INFO kablam! error[E0599]: no method named `replace` found for type `vmo::Vmo` in the current scope Sep 02 08:06:25.973 INFO kablam! --> src/lib.rs:661:32 Sep 02 08:06:25.973 INFO kablam! | Sep 02 08:06:25.973 INFO kablam! 661 | let readonly_vmo = vmo.replace(MX_RIGHT_READ).unwrap(); Sep 02 08:06:25.973 INFO kablam! | ^^^^^^^ Sep 02 08:06:25.973 INFO kablam! | Sep 02 08:06:25.973 INFO kablam! ::: src/vmo.rs:16:1 Sep 02 08:06:25.973 INFO kablam! | Sep 02 08:06:25.973 INFO kablam! 16 | pub struct Vmo(Handle); Sep 02 08:06:25.974 INFO kablam! | ----------------------- method `replace` not found for this Sep 02 08:06:25.974 INFO kablam! Sep 02 08:06:25.981 INFO kablam! error[E0599]: no method named `wait` found for type `event::Event` in the current scope Sep 02 08:06:25.981 INFO kablam! --> src/lib.rs:675:26 Sep 02 08:06:25.981 INFO kablam! | Sep 02 08:06:25.981 INFO kablam! 675 | assert_eq!(event.wait(MX_USER_SIGNAL_0, deadline_after(ten_ms)), Err(Status::ErrTimedOut)); Sep 02 08:06:25.981 INFO kablam! | ^^^^ Sep 02 08:06:25.981 INFO kablam! | Sep 02 08:06:25.981 INFO kablam! ::: src/event.rs:15:1 Sep 02 08:06:25.981 INFO kablam! | Sep 02 08:06:25.981 INFO kablam! 15 | pub struct Event(Handle); Sep 02 08:06:25.981 INFO kablam! | ------------------------- method `wait` not found for this Sep 02 08:06:25.981 INFO kablam! Sep 02 08:06:25.985 INFO kablam! error[E0599]: no method named `signal` found for type `event::Event` in the current scope Sep 02 08:06:25.985 INFO kablam! --> src/lib.rs:678:23 Sep 02 08:06:25.985 INFO kablam! | Sep 02 08:06:25.985 INFO kablam! 678 | assert!(event.signal(MX_SIGNAL_NONE, MX_USER_SIGNAL_0).is_ok()); Sep 02 08:06:25.985 INFO kablam! | ^^^^^^ Sep 02 08:06:25.985 INFO kablam! | Sep 02 08:06:25.985 INFO kablam! ::: src/event.rs:15:1 Sep 02 08:06:25.985 INFO kablam! | Sep 02 08:06:25.985 INFO kablam! 15 | pub struct Event(Handle); Sep 02 08:06:25.985 INFO kablam! | ------------------------- method `signal` not found for this Sep 02 08:06:25.985 INFO kablam! | Sep 02 08:06:25.985 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 08:06:25.985 INFO kablam! = note: the following trait defines an item `signal`, perhaps you need to implement it: Sep 02 08:06:25.985 INFO kablam! candidate #1: `std::os::ext::process::ExitStatusExt` Sep 02 08:06:25.985 INFO kablam! Sep 02 08:06:25.987 INFO kablam! error[E0599]: no method named `wait` found for type `event::Event` in the current scope Sep 02 08:06:25.987 INFO kablam! --> src/lib.rs:679:26 Sep 02 08:06:25.987 INFO kablam! | Sep 02 08:06:25.987 INFO kablam! 679 | assert_eq!(event.wait(MX_USER_SIGNAL_0, deadline_after(ten_ms)).unwrap(), Sep 02 08:06:25.988 INFO kablam! | ^^^^ Sep 02 08:06:25.988 INFO kablam! | Sep 02 08:06:25.988 INFO kablam! ::: src/event.rs:15:1 Sep 02 08:06:25.988 INFO kablam! | Sep 02 08:06:25.988 INFO kablam! 15 | pub struct Event(Handle); Sep 02 08:06:25.988 INFO kablam! | ------------------------- method `wait` not found for this Sep 02 08:06:25.988 INFO kablam! Sep 02 08:06:25.992 INFO kablam! error[E0599]: no method named `wait` found for type `event::Event` in the current scope Sep 02 08:06:25.992 INFO kablam! --> src/lib.rs:683:26 Sep 02 08:06:25.992 INFO kablam! | Sep 02 08:06:25.992 INFO kablam! 683 | assert_eq!(event.wait(MX_USER_SIGNAL_0, deadline_after(ten_ms)).unwrap(), Sep 02 08:06:25.992 INFO kablam! | ^^^^ Sep 02 08:06:25.992 INFO kablam! | Sep 02 08:06:25.992 INFO kablam! ::: src/event.rs:15:1 Sep 02 08:06:25.993 INFO kablam! | Sep 02 08:06:25.993 INFO kablam! 15 | pub struct Event(Handle); Sep 02 08:06:25.993 INFO kablam! | ------------------------- method `wait` not found for this Sep 02 08:06:25.993 INFO kablam! Sep 02 08:06:25.996 INFO kablam! error[E0599]: no method named `signal` found for type `event::Event` in the current scope Sep 02 08:06:25.996 INFO kablam! --> src/lib.rs:687:23 Sep 02 08:06:25.996 INFO kablam! | Sep 02 08:06:25.996 INFO kablam! 687 | assert!(event.signal(MX_USER_SIGNAL_0, MX_SIGNAL_NONE).is_ok()); Sep 02 08:06:25.996 INFO kablam! | ^^^^^^ Sep 02 08:06:25.996 INFO kablam! | Sep 02 08:06:25.996 INFO kablam! ::: src/event.rs:15:1 Sep 02 08:06:25.996 INFO kablam! | Sep 02 08:06:25.996 INFO kablam! 15 | pub struct Event(Handle); Sep 02 08:06:25.997 INFO kablam! | ------------------------- method `signal` not found for this Sep 02 08:06:25.997 INFO kablam! | Sep 02 08:06:25.997 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 08:06:25.997 INFO kablam! = note: the following trait defines an item `signal`, perhaps you need to implement it: Sep 02 08:06:25.997 INFO kablam! candidate #1: `std::os::ext::process::ExitStatusExt` Sep 02 08:06:25.997 INFO kablam! Sep 02 08:06:25.999 INFO kablam! error[E0599]: no method named `wait` found for type `event::Event` in the current scope Sep 02 08:06:25.999 INFO kablam! --> src/lib.rs:688:26 Sep 02 08:06:25.999 INFO kablam! | Sep 02 08:06:25.999 INFO kablam! 688 | assert_eq!(event.wait(MX_USER_SIGNAL_0, deadline_after(ten_ms)), Err(Status::ErrTimedOut)); Sep 02 08:06:25.999 INFO kablam! | ^^^^ Sep 02 08:06:25.999 INFO kablam! | Sep 02 08:06:25.999 INFO kablam! ::: src/event.rs:15:1 Sep 02 08:06:25.999 INFO kablam! | Sep 02 08:06:25.999 INFO kablam! 15 | pub struct Event(Handle); Sep 02 08:06:25.999 INFO kablam! | ------------------------- method `wait` not found for this Sep 02 08:06:25.999 INFO kablam! Sep 02 08:06:26.012 INFO kablam! error[E0599]: no method named `signal` found for type `event::Event` in the current scope Sep 02 08:06:26.012 INFO kablam! --> src/lib.rs:707:20 Sep 02 08:06:26.012 INFO kablam! | Sep 02 08:06:26.012 INFO kablam! 707 | assert!(e1.signal(MX_SIGNAL_NONE, MX_USER_SIGNAL_0).is_ok()); Sep 02 08:06:26.012 INFO kablam! | ^^^^^^ Sep 02 08:06:26.012 INFO kablam! | Sep 02 08:06:26.012 INFO kablam! ::: src/event.rs:15:1 Sep 02 08:06:26.012 INFO kablam! | Sep 02 08:06:26.012 INFO kablam! 15 | pub struct Event(Handle); Sep 02 08:06:26.012 INFO kablam! | ------------------------- method `signal` not found for this Sep 02 08:06:26.012 INFO kablam! | Sep 02 08:06:26.012 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 08:06:26.012 INFO kablam! = note: the following trait defines an item `signal`, perhaps you need to implement it: Sep 02 08:06:26.012 INFO kablam! candidate #1: `std::os::ext::process::ExitStatusExt` Sep 02 08:06:26.012 INFO kablam! Sep 02 08:06:26.018 INFO kablam! error[E0599]: no method named `signal` found for type `event::Event` in the current scope Sep 02 08:06:26.018 INFO kablam! --> src/lib.rs:713:20 Sep 02 08:06:26.018 INFO kablam! | Sep 02 08:06:26.018 INFO kablam! 713 | assert!(e2.signal(MX_SIGNAL_NONE, MX_USER_SIGNAL_1).is_ok()); Sep 02 08:06:26.018 INFO kablam! | ^^^^^^ Sep 02 08:06:26.018 INFO kablam! | Sep 02 08:06:26.018 INFO kablam! ::: src/event.rs:15:1 Sep 02 08:06:26.018 INFO kablam! | Sep 02 08:06:26.018 INFO kablam! 15 | pub struct Event(Handle); Sep 02 08:06:26.018 INFO kablam! | ------------------------- method `signal` not found for this Sep 02 08:06:26.018 INFO kablam! | Sep 02 08:06:26.019 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 08:06:26.019 INFO kablam! = note: the following trait defines an item `signal`, perhaps you need to implement it: Sep 02 08:06:26.019 INFO kablam! candidate #1: `std::os::ext::process::ExitStatusExt` Sep 02 08:06:26.019 INFO kablam! Sep 02 08:06:26.024 INFO kablam! error[E0599]: no method named `signal` found for type `event::Event` in the current scope Sep 02 08:06:26.024 INFO kablam! --> src/lib.rs:719:20 Sep 02 08:06:26.024 INFO kablam! | Sep 02 08:06:26.024 INFO kablam! 719 | assert!(e1.signal(MX_USER_SIGNAL_0, MX_SIGNAL_NONE).is_ok()); Sep 02 08:06:26.024 INFO kablam! | ^^^^^^ Sep 02 08:06:26.025 INFO kablam! | Sep 02 08:06:26.025 INFO kablam! ::: src/event.rs:15:1 Sep 02 08:06:26.025 INFO kablam! | Sep 02 08:06:26.025 INFO kablam! 15 | pub struct Event(Handle); Sep 02 08:06:26.025 INFO kablam! | ------------------------- method `signal` not found for this Sep 02 08:06:26.025 INFO kablam! | Sep 02 08:06:26.025 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 08:06:26.025 INFO kablam! = note: the following trait defines an item `signal`, perhaps you need to implement it: Sep 02 08:06:26.025 INFO kablam! candidate #1: `std::os::ext::process::ExitStatusExt` Sep 02 08:06:26.025 INFO kablam! Sep 02 08:06:26.027 INFO kablam! error[E0599]: no method named `signal` found for type `event::Event` in the current scope Sep 02 08:06:26.027 INFO kablam! --> src/lib.rs:720:20 Sep 02 08:06:26.027 INFO kablam! | Sep 02 08:06:26.027 INFO kablam! 720 | assert!(e2.signal(MX_USER_SIGNAL_1, MX_SIGNAL_NONE).is_ok()); Sep 02 08:06:26.027 INFO kablam! | ^^^^^^ Sep 02 08:06:26.027 INFO kablam! | Sep 02 08:06:26.027 INFO kablam! ::: src/event.rs:15:1 Sep 02 08:06:26.027 INFO kablam! | Sep 02 08:06:26.027 INFO kablam! 15 | pub struct Event(Handle); Sep 02 08:06:26.027 INFO kablam! | ------------------------- method `signal` not found for this Sep 02 08:06:26.027 INFO kablam! | Sep 02 08:06:26.027 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 08:06:26.027 INFO kablam! = note: the following trait defines an item `signal`, perhaps you need to implement it: Sep 02 08:06:26.027 INFO kablam! candidate #1: `std::os::ext::process::ExitStatusExt` Sep 02 08:06:26.027 INFO kablam! Sep 02 08:06:26.117 INFO kablam! error[E0599]: no method named `duplicate` found for type `vmo::Vmo` in the current scope Sep 02 08:06:26.117 INFO kablam! --> src/channel.rs:298:40 Sep 02 08:06:26.117 INFO kablam! | Sep 02 08:06:26.117 INFO kablam! 298 | let duplicate_vmo_handle = vmo.duplicate(MX_RIGHT_SAME_RIGHTS).unwrap().into_handle(); Sep 02 08:06:26.117 INFO kablam! | ^^^^^^^^^ Sep 02 08:06:26.117 INFO kablam! | Sep 02 08:06:26.117 INFO kablam! ::: src/vmo.rs:16:1 Sep 02 08:06:26.117 INFO kablam! | Sep 02 08:06:26.117 INFO kablam! 16 | pub struct Vmo(Handle); Sep 02 08:06:26.117 INFO kablam! | ----------------------- method `duplicate` not found for this Sep 02 08:06:26.117 INFO kablam! Sep 02 08:06:26.130 INFO kablam! error[E0599]: no method named `duplicate` found for type `vmo::Vmo` in the current scope Sep 02 08:06:26.130 INFO kablam! --> src/channel.rs:334:40 Sep 02 08:06:26.130 INFO kablam! | Sep 02 08:06:26.130 INFO kablam! 334 | let duplicate_vmo_handle = vmo.duplicate(MX_RIGHT_SAME_RIGHTS).unwrap().into_handle(); Sep 02 08:06:26.130 INFO kablam! | ^^^^^^^^^ Sep 02 08:06:26.130 INFO kablam! | Sep 02 08:06:26.130 INFO kablam! ::: src/vmo.rs:16:1 Sep 02 08:06:26.131 INFO kablam! | Sep 02 08:06:26.131 INFO kablam! 16 | pub struct Vmo(Handle); Sep 02 08:06:26.131 INFO kablam! | ----------------------- method `duplicate` not found for this Sep 02 08:06:26.131 INFO kablam! Sep 02 08:06:26.143 INFO kablam! error[E0599]: no method named `wait` found for type `channel::Channel` in the current scope Sep 02 08:06:26.143 INFO kablam! --> src/channel.rs:359:27 Sep 02 08:06:26.143 INFO kablam! | Sep 02 08:06:26.143 INFO kablam! 16 | pub struct Channel(Handle); Sep 02 08:06:26.143 INFO kablam! | --------------------------- method `wait` not found for this Sep 02 08:06:26.143 INFO kablam! ... Sep 02 08:06:26.143 INFO kablam! 359 | assert_eq!(p2.wait(MX_CHANNEL_READABLE, deadline_after(hundred_ms)), Sep 02 08:06:26.143 INFO kablam! | ^^^^ Sep 02 08:06:26.143 INFO kablam! Sep 02 08:06:26.181 INFO kablam! error[E0599]: no method named `wait` found for type `eventpair::EventPair` in the current scope Sep 02 08:06:26.181 INFO kablam! --> src/eventpair.rs:60:23 Sep 02 08:06:26.181 INFO kablam! | Sep 02 08:06:26.181 INFO kablam! 15 | pub struct EventPair(Handle); Sep 02 08:06:26.181 INFO kablam! | ----------------------------- method `wait` not found for this Sep 02 08:06:26.181 INFO kablam! ... Sep 02 08:06:26.181 INFO kablam! 60 | assert_eq!(p2.wait(MX_USER_SIGNAL_0, deadline_after(ten_ms)), Err(Status::ErrTimedOut)); Sep 02 08:06:26.181 INFO kablam! | ^^^^ Sep 02 08:06:26.181 INFO kablam! Sep 02 08:06:26.188 INFO kablam! error[E0599]: no method named `wait` found for type `eventpair::EventPair` in the current scope Sep 02 08:06:26.188 INFO kablam! --> src/eventpair.rs:64:23 Sep 02 08:06:26.188 INFO kablam! | Sep 02 08:06:26.188 INFO kablam! 15 | pub struct EventPair(Handle); Sep 02 08:06:26.188 INFO kablam! | ----------------------------- method `wait` not found for this Sep 02 08:06:26.188 INFO kablam! ... Sep 02 08:06:26.188 INFO kablam! 64 | assert_eq!(p2.wait(MX_USER_SIGNAL_0, deadline_after(ten_ms)).unwrap(), Sep 02 08:06:26.188 INFO kablam! | ^^^^ Sep 02 08:06:26.188 INFO kablam! Sep 02 08:06:26.194 INFO kablam! error[E0599]: no method named `wait` found for type `eventpair::EventPair` in the current scope Sep 02 08:06:26.194 INFO kablam! --> src/eventpair.rs:68:23 Sep 02 08:06:26.194 INFO kablam! | Sep 02 08:06:26.194 INFO kablam! 15 | pub struct EventPair(Handle); Sep 02 08:06:26.194 INFO kablam! | ----------------------------- method `wait` not found for this Sep 02 08:06:26.194 INFO kablam! ... Sep 02 08:06:26.194 INFO kablam! 68 | assert_eq!(p2.wait(MX_USER_SIGNAL_0, deadline_after(ten_ms)).unwrap(), Sep 02 08:06:26.194 INFO kablam! | ^^^^ Sep 02 08:06:26.194 INFO kablam! Sep 02 08:06:26.201 INFO kablam! error[E0599]: no method named `wait` found for type `eventpair::EventPair` in the current scope Sep 02 08:06:26.201 INFO kablam! --> src/eventpair.rs:73:23 Sep 02 08:06:26.201 INFO kablam! | Sep 02 08:06:26.201 INFO kablam! 15 | pub struct EventPair(Handle); Sep 02 08:06:26.202 INFO kablam! | ----------------------------- method `wait` not found for this Sep 02 08:06:26.202 INFO kablam! ... Sep 02 08:06:26.202 INFO kablam! 73 | assert_eq!(p2.wait(MX_USER_SIGNAL_0, deadline_after(ten_ms)), Err(Status::ErrTimedOut)); Sep 02 08:06:26.202 INFO kablam! | ^^^^ Sep 02 08:06:26.202 INFO kablam! Sep 02 08:06:26.264 INFO kablam! error[E0599]: no method named `wait_async` found for type `event::Event` in the current scope Sep 02 08:06:26.264 INFO kablam! --> src/port.rs:228:23 Sep 02 08:06:26.264 INFO kablam! | Sep 02 08:06:26.265 INFO kablam! 228 | assert!(event.wait_async(&port, key, MX_USER_SIGNAL_0 | MX_USER_SIGNAL_1, Sep 02 08:06:26.265 INFO kablam! | ^^^^^^^^^^ Sep 02 08:06:26.265 INFO kablam! | Sep 02 08:06:26.265 INFO kablam! ::: src/event.rs:15:1 Sep 02 08:06:26.265 INFO kablam! | Sep 02 08:06:26.265 INFO kablam! 15 | pub struct Event(Handle); Sep 02 08:06:26.265 INFO kablam! | ------------------------- method `wait_async` not found for this Sep 02 08:06:26.265 INFO kablam! Sep 02 08:06:26.268 INFO kablam! error[E0599]: no method named `signal` found for type `event::Event` in the current scope Sep 02 08:06:26.269 INFO kablam! --> src/port.rs:235:23 Sep 02 08:06:26.269 INFO kablam! | Sep 02 08:06:26.269 INFO kablam! 235 | assert!(event.signal(MX_SIGNAL_NONE, MX_USER_SIGNAL_0).is_ok()); Sep 02 08:06:26.269 INFO kablam! | ^^^^^^ Sep 02 08:06:26.269 INFO kablam! | Sep 02 08:06:26.269 INFO kablam! ::: src/event.rs:15:1 Sep 02 08:06:26.269 INFO kablam! | Sep 02 08:06:26.269 INFO kablam! 15 | pub struct Event(Handle); Sep 02 08:06:26.269 INFO kablam! | ------------------------- method `signal` not found for this Sep 02 08:06:26.269 INFO kablam! | Sep 02 08:06:26.269 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 08:06:26.269 INFO kablam! = note: the following trait defines an item `signal`, perhaps you need to implement it: Sep 02 08:06:26.269 INFO kablam! candidate #1: `std::os::ext::process::ExitStatusExt` Sep 02 08:06:26.269 INFO kablam! Sep 02 08:06:26.281 INFO kablam! error[E0599]: no method named `wait_async` found for type `event::Event` in the current scope Sep 02 08:06:26.282 INFO kablam! --> src/port.rs:252:23 Sep 02 08:06:26.282 INFO kablam! | Sep 02 08:06:26.282 INFO kablam! 252 | assert!(event.wait_async(&port, key, MX_USER_SIGNAL_0, WaitAsyncOpts::Once).is_ok()); Sep 02 08:06:26.282 INFO kablam! | ^^^^^^^^^^ Sep 02 08:06:26.282 INFO kablam! | Sep 02 08:06:26.282 INFO kablam! ::: src/event.rs:15:1 Sep 02 08:06:26.282 INFO kablam! | Sep 02 08:06:26.282 INFO kablam! 15 | pub struct Event(Handle); Sep 02 08:06:26.282 INFO kablam! | ------------------------- method `wait_async` not found for this Sep 02 08:06:26.282 INFO kablam! Sep 02 08:06:26.292 INFO kablam! error[E0599]: no method named `wait_async` found for type `event::Event` in the current scope Sep 02 08:06:26.292 INFO kablam! --> src/port.rs:267:23 Sep 02 08:06:26.292 INFO kablam! | Sep 02 08:06:26.292 INFO kablam! 267 | assert!(event.wait_async(&port, key, MX_USER_SIGNAL_0, WaitAsyncOpts::Once).is_ok()); Sep 02 08:06:26.292 INFO kablam! | ^^^^^^^^^^ Sep 02 08:06:26.292 INFO kablam! | Sep 02 08:06:26.292 INFO kablam! ::: src/event.rs:15:1 Sep 02 08:06:26.292 INFO kablam! | Sep 02 08:06:26.293 INFO kablam! 15 | pub struct Event(Handle); Sep 02 08:06:26.293 INFO kablam! | ------------------------- method `wait_async` not found for this Sep 02 08:06:26.293 INFO kablam! Sep 02 08:06:26.297 INFO kablam! error[E0599]: no method named `signal` found for type `event::Event` in the current scope Sep 02 08:06:26.297 INFO kablam! --> src/port.rs:272:23 Sep 02 08:06:26.297 INFO kablam! | Sep 02 08:06:26.297 INFO kablam! 272 | assert!(event.signal(MX_USER_SIGNAL_0, MX_SIGNAL_NONE).is_ok()); // clear signal Sep 02 08:06:26.297 INFO kablam! | ^^^^^^ Sep 02 08:06:26.297 INFO kablam! | Sep 02 08:06:26.297 INFO kablam! ::: src/event.rs:15:1 Sep 02 08:06:26.297 INFO kablam! | Sep 02 08:06:26.297 INFO kablam! 15 | pub struct Event(Handle); Sep 02 08:06:26.297 INFO kablam! | ------------------------- method `signal` not found for this Sep 02 08:06:26.297 INFO kablam! | Sep 02 08:06:26.297 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 08:06:26.297 INFO kablam! = note: the following trait defines an item `signal`, perhaps you need to implement it: Sep 02 08:06:26.297 INFO kablam! candidate #1: `std::os::ext::process::ExitStatusExt` Sep 02 08:06:26.297 INFO kablam! Sep 02 08:06:26.300 INFO kablam! error[E0599]: no method named `wait_async` found for type `event::Event` in the current scope Sep 02 08:06:26.300 INFO kablam! --> src/port.rs:273:23 Sep 02 08:06:26.300 INFO kablam! | Sep 02 08:06:26.300 INFO kablam! 273 | assert!(event.wait_async(&port, key, MX_USER_SIGNAL_0, WaitAsyncOpts::Once).is_ok()); Sep 02 08:06:26.300 INFO kablam! | ^^^^^^^^^^ Sep 02 08:06:26.300 INFO kablam! | Sep 02 08:06:26.300 INFO kablam! ::: src/event.rs:15:1 Sep 02 08:06:26.300 INFO kablam! | Sep 02 08:06:26.300 INFO kablam! 15 | pub struct Event(Handle); Sep 02 08:06:26.300 INFO kablam! | ------------------------- method `wait_async` not found for this Sep 02 08:06:26.300 INFO kablam! Sep 02 08:06:26.303 INFO kablam! error[E0599]: no method named `signal` found for type `event::Event` in the current scope Sep 02 08:06:26.303 INFO kablam! --> src/port.rs:275:23 Sep 02 08:06:26.303 INFO kablam! | Sep 02 08:06:26.303 INFO kablam! 275 | assert!(event.signal(MX_SIGNAL_NONE, MX_USER_SIGNAL_0).is_ok()); Sep 02 08:06:26.303 INFO kablam! | ^^^^^^ Sep 02 08:06:26.303 INFO kablam! | Sep 02 08:06:26.303 INFO kablam! ::: src/event.rs:15:1 Sep 02 08:06:26.303 INFO kablam! | Sep 02 08:06:26.303 INFO kablam! 15 | pub struct Event(Handle); Sep 02 08:06:26.303 INFO kablam! | ------------------------- method `signal` not found for this Sep 02 08:06:26.303 INFO kablam! | Sep 02 08:06:26.303 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 08:06:26.303 INFO kablam! = note: the following trait defines an item `signal`, perhaps you need to implement it: Sep 02 08:06:26.303 INFO kablam! candidate #1: `std::os::ext::process::ExitStatusExt` Sep 02 08:06:26.303 INFO kablam! Sep 02 08:06:26.309 INFO kablam! error[E0599]: no method named `wait_async` found for type `event::Event` in the current scope Sep 02 08:06:26.309 INFO kablam! --> src/port.rs:287:23 Sep 02 08:06:26.309 INFO kablam! | Sep 02 08:06:26.309 INFO kablam! 287 | assert!(event.wait_async(&port, key, MX_USER_SIGNAL_0 | MX_USER_SIGNAL_1, Sep 02 08:06:26.309 INFO kablam! | ^^^^^^^^^^ Sep 02 08:06:26.309 INFO kablam! | Sep 02 08:06:26.309 INFO kablam! ::: src/event.rs:15:1 Sep 02 08:06:26.309 INFO kablam! | Sep 02 08:06:26.309 INFO kablam! 15 | pub struct Event(Handle); Sep 02 08:06:26.309 INFO kablam! | ------------------------- method `wait_async` not found for this Sep 02 08:06:26.309 INFO kablam! Sep 02 08:06:26.313 INFO kablam! error[E0599]: no method named `signal` found for type `event::Event` in the current scope Sep 02 08:06:26.313 INFO kablam! --> src/port.rs:294:23 Sep 02 08:06:26.313 INFO kablam! | Sep 02 08:06:26.313 INFO kablam! 294 | assert!(event.signal(MX_SIGNAL_NONE, MX_USER_SIGNAL_0).is_ok()); Sep 02 08:06:26.313 INFO kablam! | ^^^^^^ Sep 02 08:06:26.313 INFO kablam! | Sep 02 08:06:26.313 INFO kablam! ::: src/event.rs:15:1 Sep 02 08:06:26.314 INFO kablam! | Sep 02 08:06:26.314 INFO kablam! 15 | pub struct Event(Handle); Sep 02 08:06:26.314 INFO kablam! | ------------------------- method `signal` not found for this Sep 02 08:06:26.314 INFO kablam! | Sep 02 08:06:26.314 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 08:06:26.314 INFO kablam! = note: the following trait defines an item `signal`, perhaps you need to implement it: Sep 02 08:06:26.314 INFO kablam! candidate #1: `std::os::ext::process::ExitStatusExt` Sep 02 08:06:26.314 INFO kablam! Sep 02 08:06:26.326 INFO kablam! error[E0599]: no method named `signal` found for type `event::Event` in the current scope Sep 02 08:06:26.326 INFO kablam! --> src/port.rs:313:23 Sep 02 08:06:26.326 INFO kablam! | Sep 02 08:06:26.326 INFO kablam! 313 | assert!(event.signal(MX_USER_SIGNAL_0, MX_SIGNAL_NONE).is_ok()); // clear signal Sep 02 08:06:26.326 INFO kablam! | ^^^^^^ Sep 02 08:06:26.326 INFO kablam! | Sep 02 08:06:26.326 INFO kablam! ::: src/event.rs:15:1 Sep 02 08:06:26.326 INFO kablam! | Sep 02 08:06:26.326 INFO kablam! 15 | pub struct Event(Handle); Sep 02 08:06:26.326 INFO kablam! | ------------------------- method `signal` not found for this Sep 02 08:06:26.326 INFO kablam! | Sep 02 08:06:26.327 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 08:06:26.327 INFO kablam! = note: the following trait defines an item `signal`, perhaps you need to implement it: Sep 02 08:06:26.327 INFO kablam! candidate #1: `std::os::ext::process::ExitStatusExt` Sep 02 08:06:26.327 INFO kablam! Sep 02 08:06:26.329 INFO kablam! error[E0599]: no method named `signal` found for type `event::Event` in the current scope Sep 02 08:06:26.329 INFO kablam! --> src/port.rs:314:23 Sep 02 08:06:26.329 INFO kablam! | Sep 02 08:06:26.329 INFO kablam! 314 | assert!(event.signal(MX_SIGNAL_NONE, MX_USER_SIGNAL_0).is_ok()); Sep 02 08:06:26.329 INFO kablam! | ^^^^^^ Sep 02 08:06:26.329 INFO kablam! | Sep 02 08:06:26.329 INFO kablam! ::: src/event.rs:15:1 Sep 02 08:06:26.329 INFO kablam! | Sep 02 08:06:26.329 INFO kablam! 15 | pub struct Event(Handle); Sep 02 08:06:26.329 INFO kablam! | ------------------------- method `signal` not found for this Sep 02 08:06:26.329 INFO kablam! | Sep 02 08:06:26.329 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 08:06:26.329 INFO kablam! = note: the following trait defines an item `signal`, perhaps you need to implement it: Sep 02 08:06:26.329 INFO kablam! candidate #1: `std::os::ext::process::ExitStatusExt` Sep 02 08:06:26.329 INFO kablam! Sep 02 08:06:26.342 INFO kablam! error[E0599]: no method named `signal` found for type `event::Event` in the current scope Sep 02 08:06:26.342 INFO kablam! --> src/port.rs:331:23 Sep 02 08:06:26.342 INFO kablam! | Sep 02 08:06:26.342 INFO kablam! 331 | assert!(event.signal(MX_USER_SIGNAL_0, MX_SIGNAL_NONE).is_ok()); // clear signal Sep 02 08:06:26.342 INFO kablam! | ^^^^^^ Sep 02 08:06:26.342 INFO kablam! | Sep 02 08:06:26.342 INFO kablam! ::: src/event.rs:15:1 Sep 02 08:06:26.342 INFO kablam! | Sep 02 08:06:26.342 INFO kablam! 15 | pub struct Event(Handle); Sep 02 08:06:26.342 INFO kablam! | ------------------------- method `signal` not found for this Sep 02 08:06:26.342 INFO kablam! | Sep 02 08:06:26.343 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 08:06:26.343 INFO kablam! = note: the following trait defines an item `signal`, perhaps you need to implement it: Sep 02 08:06:26.343 INFO kablam! candidate #1: `std::os::ext::process::ExitStatusExt` Sep 02 08:06:26.343 INFO kablam! Sep 02 08:06:26.344 INFO kablam! error[E0599]: no method named `signal` found for type `event::Event` in the current scope Sep 02 08:06:26.344 INFO kablam! --> src/port.rs:332:23 Sep 02 08:06:26.344 INFO kablam! | Sep 02 08:06:26.345 INFO kablam! 332 | assert!(event.signal(MX_SIGNAL_NONE, MX_USER_SIGNAL_0).is_ok()); Sep 02 08:06:26.345 INFO kablam! | ^^^^^^ Sep 02 08:06:26.345 INFO kablam! | Sep 02 08:06:26.345 INFO kablam! ::: src/event.rs:15:1 Sep 02 08:06:26.345 INFO kablam! | Sep 02 08:06:26.345 INFO kablam! 15 | pub struct Event(Handle); Sep 02 08:06:26.345 INFO kablam! | ------------------------- method `signal` not found for this Sep 02 08:06:26.345 INFO kablam! | Sep 02 08:06:26.345 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 08:06:26.345 INFO kablam! = note: the following trait defines an item `signal`, perhaps you need to implement it: Sep 02 08:06:26.345 INFO kablam! candidate #1: `std::os::ext::process::ExitStatusExt` Sep 02 08:06:26.345 INFO kablam! Sep 02 08:06:26.349 INFO kablam! error[E0599]: no method named `wait_async` found for type `event::Event` in the current scope Sep 02 08:06:26.349 INFO kablam! --> src/port.rs:336:23 Sep 02 08:06:26.349 INFO kablam! | Sep 02 08:06:26.349 INFO kablam! 336 | assert!(event.wait_async(&port, key, MX_USER_SIGNAL_0, WaitAsyncOpts::Repeating).is_ok()); Sep 02 08:06:26.349 INFO kablam! | ^^^^^^^^^^ Sep 02 08:06:26.349 INFO kablam! | Sep 02 08:06:26.349 INFO kablam! ::: src/event.rs:15:1 Sep 02 08:06:26.349 INFO kablam! | Sep 02 08:06:26.349 INFO kablam! 15 | pub struct Event(Handle); Sep 02 08:06:26.349 INFO kablam! | ------------------------- method `wait_async` not found for this Sep 02 08:06:26.349 INFO kablam! Sep 02 08:06:26.407 INFO kablam! error[E0599]: no method named `wait` found for type `timer::Timer` in the current scope Sep 02 08:06:26.407 INFO kablam! --> src/timer.rs:89:26 Sep 02 08:06:26.407 INFO kablam! | Sep 02 08:06:26.407 INFO kablam! 15 | pub struct Timer(Handle); Sep 02 08:06:26.408 INFO kablam! | ------------------------- method `wait` not found for this Sep 02 08:06:26.408 INFO kablam! ... Sep 02 08:06:26.408 INFO kablam! 89 | assert_eq!(timer.wait(MX_TIMER_SIGNALED, deadline_after(ten_ms)), Err(Status::ErrTimedOut)); Sep 02 08:06:26.408 INFO kablam! | ^^^^ Sep 02 08:06:26.408 INFO kablam! Sep 02 08:06:26.413 INFO kablam! error[E0599]: no method named `wait` found for type `timer::Timer` in the current scope Sep 02 08:06:26.413 INFO kablam! --> src/timer.rs:93:26 Sep 02 08:06:26.413 INFO kablam! | Sep 02 08:06:26.413 INFO kablam! 15 | pub struct Timer(Handle); Sep 02 08:06:26.413 INFO kablam! | ------------------------- method `wait` not found for this Sep 02 08:06:26.413 INFO kablam! ... Sep 02 08:06:26.413 INFO kablam! 93 | assert_eq!(timer.wait(MX_TIMER_SIGNALED, deadline_after(twenty_ms)).unwrap(), Sep 02 08:06:26.413 INFO kablam! | ^^^^ Sep 02 08:06:26.413 INFO kablam! Sep 02 08:06:26.419 INFO kablam! error[E0599]: no method named `wait` found for type `timer::Timer` in the current scope Sep 02 08:06:26.419 INFO kablam! --> src/timer.rs:98:26 Sep 02 08:06:26.419 INFO kablam! | Sep 02 08:06:26.419 INFO kablam! 15 | pub struct Timer(Handle); Sep 02 08:06:26.419 INFO kablam! | ------------------------- method `wait` not found for this Sep 02 08:06:26.419 INFO kablam! ... Sep 02 08:06:26.419 INFO kablam! 98 | assert_eq!(timer.wait(MX_TIMER_SIGNALED, deadline_after(ten_ms)), Err(Status::ErrTimedOut)); Sep 02 08:06:26.419 INFO kablam! | ^^^^ Sep 02 08:06:26.419 INFO kablam! Sep 02 08:06:26.423 INFO kablam! error[E0599]: no method named `wait` found for type `timer::Timer` in the current scope Sep 02 08:06:26.424 INFO kablam! --> src/timer.rs:110:26 Sep 02 08:06:26.424 INFO kablam! | Sep 02 08:06:26.424 INFO kablam! 15 | pub struct Timer(Handle); Sep 02 08:06:26.424 INFO kablam! | ------------------------- method `wait` not found for this Sep 02 08:06:26.424 INFO kablam! ... Sep 02 08:06:26.424 INFO kablam! 110 | assert_eq!(timer.wait(MX_TIMER_SIGNALED, deadline_after(ten_ms)), Err(Status::ErrTimedOut)); Sep 02 08:06:26.424 INFO kablam! | ^^^^ Sep 02 08:06:26.424 INFO kablam! Sep 02 08:06:26.429 INFO kablam! error[E0599]: no method named `wait` found for type `timer::Timer` in the current scope Sep 02 08:06:26.429 INFO kablam! --> src/timer.rs:114:26 Sep 02 08:06:26.429 INFO kablam! | Sep 02 08:06:26.429 INFO kablam! 15 | pub struct Timer(Handle); Sep 02 08:06:26.429 INFO kablam! | ------------------------- method `wait` not found for this Sep 02 08:06:26.430 INFO kablam! ... Sep 02 08:06:26.430 INFO kablam! 114 | assert_eq!(timer.wait(MX_TIMER_SIGNALED, deadline_after(twenty_ms)).unwrap(), Sep 02 08:06:26.430 INFO kablam! | ^^^^ Sep 02 08:06:26.430 INFO kablam! Sep 02 08:06:26.435 INFO kablam! error[E0599]: no method named `wait` found for type `timer::Timer` in the current scope Sep 02 08:06:26.435 INFO kablam! --> src/timer.rs:119:26 Sep 02 08:06:26.435 INFO kablam! | Sep 02 08:06:26.435 INFO kablam! 15 | pub struct Timer(Handle); Sep 02 08:06:26.435 INFO kablam! | ------------------------- method `wait` not found for this Sep 02 08:06:26.435 INFO kablam! ... Sep 02 08:06:26.435 INFO kablam! 119 | assert_eq!(timer.wait(MX_TIMER_SIGNALED, deadline_after(ten_ms)), Err(Status::ErrTimedOut)); Sep 02 08:06:26.436 INFO kablam! | ^^^^ Sep 02 08:06:26.436 INFO kablam! Sep 02 08:06:26.576 INFO kablam! error: aborting due to 39 previous errors Sep 02 08:06:26.576 INFO kablam! Sep 02 08:06:26.576 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 02 08:06:26.584 INFO kablam! error: Could not compile `magenta`. Sep 02 08:06:26.584 INFO kablam! Sep 02 08:06:26.584 INFO kablam! To learn more, run the command again with --verbose. Sep 02 08:06:26.586 INFO kablam! su: No module specific data is present Sep 02 08:06:27.050 INFO running `"docker" "rm" "-f" "06da0fd12dfc573a7dd79c043af0a2f879847fcf7f66d873a2c8f3f3dca88773"` Sep 02 08:06:27.177 INFO blam! 06da0fd12dfc573a7dd79c043af0a2f879847fcf7f66d873a2c8f3f3dca88773