Sep 01 14:34:56.169 INFO checking magenta-0.2.0 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53831 Sep 01 14:34:56.169 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 01 14:34:56.170 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53831/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-0/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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 +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 14:34:56.326 INFO blam! 468014a484c8ae4dcee3959c5f7237dc0d199f6738c6c18dc92c842061a11a21 Sep 01 14:34:56.328 INFO running `"docker" "start" "-a" "468014a484c8ae4dcee3959c5f7237dc0d199f6738c6c18dc92c842061a11a21"` Sep 01 14:34:56.886 INFO kablam! Checking magenta-sys v0.2.0 Sep 01 14:34:58.170 INFO kablam! Checking magenta v0.2.0 (file:///source) Sep 01 14:34:58.694 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 14:34:58.694 INFO kablam! --> src/lib.rs:520:19 Sep 01 14:34:58.694 INFO kablam! | Sep 01 14:34:58.694 INFO kablam! 520 | return Ok((true)) Sep 01 14:34:58.694 INFO kablam! | ^^^^^^ help: remove these parentheses Sep 01 14:34:58.694 INFO kablam! | Sep 01 14:34:58.694 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 01 14:34:58.694 INFO kablam! Sep 01 14:34:58.861 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 14:34:58.861 INFO kablam! --> src/lib.rs:520:19 Sep 01 14:34:58.861 INFO kablam! | Sep 01 14:34:58.861 INFO kablam! 520 | return Ok((true)) Sep 01 14:34:58.861 INFO kablam! | ^^^^^^ help: remove these parentheses Sep 01 14:34:58.861 INFO kablam! | Sep 01 14:34:58.861 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 01 14:34:58.861 INFO kablam! Sep 01 14:34:59.215 INFO kablam! error[E0599]: no method named `duplicate` found for type `vmo::Vmo` in the current scope Sep 01 14:34:59.216 INFO kablam! --> src/lib.rs:638:32 Sep 01 14:34:59.216 INFO kablam! | Sep 01 14:34:59.216 INFO kablam! 638 | let readonly_vmo = vmo.duplicate(MX_RIGHT_READ).unwrap(); Sep 01 14:34:59.216 INFO kablam! | ^^^^^^^^^ Sep 01 14:34:59.216 INFO kablam! | Sep 01 14:34:59.216 INFO kablam! ::: src/vmo.rs:16:1 Sep 01 14:34:59.216 INFO kablam! | Sep 01 14:34:59.216 INFO kablam! 16 | pub struct Vmo(Handle); Sep 01 14:34:59.216 INFO kablam! | ----------------------- method `duplicate` not found for this Sep 01 14:34:59.216 INFO kablam! Sep 01 14:34:59.274 INFO kablam! error[E0599]: no method named `replace` found for type `vmo::Vmo` in the current scope Sep 01 14:34:59.274 INFO kablam! --> src/lib.rs:661:32 Sep 01 14:34:59.274 INFO kablam! | Sep 01 14:34:59.274 INFO kablam! 661 | let readonly_vmo = vmo.replace(MX_RIGHT_READ).unwrap(); Sep 01 14:34:59.274 INFO kablam! | ^^^^^^^ Sep 01 14:34:59.274 INFO kablam! | Sep 01 14:34:59.274 INFO kablam! ::: src/vmo.rs:16:1 Sep 01 14:34:59.274 INFO kablam! | Sep 01 14:34:59.274 INFO kablam! 16 | pub struct Vmo(Handle); Sep 01 14:34:59.274 INFO kablam! | ----------------------- method `replace` not found for this Sep 01 14:34:59.274 INFO kablam! Sep 01 14:34:59.281 INFO kablam! error[E0599]: no method named `wait` found for type `event::Event` in the current scope Sep 01 14:34:59.281 INFO kablam! --> src/lib.rs:675:26 Sep 01 14:34:59.281 INFO kablam! | Sep 01 14:34:59.281 INFO kablam! 675 | assert_eq!(event.wait(MX_USER_SIGNAL_0, deadline_after(ten_ms)), Err(Status::ErrTimedOut)); Sep 01 14:34:59.281 INFO kablam! | ^^^^ Sep 01 14:34:59.281 INFO kablam! | Sep 01 14:34:59.281 INFO kablam! ::: src/event.rs:15:1 Sep 01 14:34:59.281 INFO kablam! | Sep 01 14:34:59.281 INFO kablam! 15 | pub struct Event(Handle); Sep 01 14:34:59.281 INFO kablam! | ------------------------- method `wait` not found for this Sep 01 14:34:59.281 INFO kablam! Sep 01 14:34:59.284 INFO kablam! error[E0599]: no method named `signal` found for type `event::Event` in the current scope Sep 01 14:34:59.284 INFO kablam! --> src/lib.rs:678:23 Sep 01 14:34:59.284 INFO kablam! | Sep 01 14:34:59.284 INFO kablam! 678 | assert!(event.signal(MX_SIGNAL_NONE, MX_USER_SIGNAL_0).is_ok()); Sep 01 14:34:59.284 INFO kablam! | ^^^^^^ Sep 01 14:34:59.284 INFO kablam! | Sep 01 14:34:59.284 INFO kablam! ::: src/event.rs:15:1 Sep 01 14:34:59.284 INFO kablam! | Sep 01 14:34:59.285 INFO kablam! 15 | pub struct Event(Handle); Sep 01 14:34:59.285 INFO kablam! | ------------------------- method `signal` not found for this Sep 01 14:34:59.285 INFO kablam! | Sep 01 14:34:59.285 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 01 14:34:59.285 INFO kablam! = note: the following trait defines an item `signal`, perhaps you need to implement it: Sep 01 14:34:59.285 INFO kablam! candidate #1: `std::os::ext::process::ExitStatusExt` Sep 01 14:34:59.285 INFO kablam! Sep 01 14:34:59.287 INFO kablam! error[E0599]: no method named `wait` found for type `event::Event` in the current scope Sep 01 14:34:59.287 INFO kablam! --> src/lib.rs:679:26 Sep 01 14:34:59.287 INFO kablam! | Sep 01 14:34:59.287 INFO kablam! 679 | assert_eq!(event.wait(MX_USER_SIGNAL_0, deadline_after(ten_ms)).unwrap(), Sep 01 14:34:59.287 INFO kablam! | ^^^^ Sep 01 14:34:59.287 INFO kablam! | Sep 01 14:34:59.287 INFO kablam! ::: src/event.rs:15:1 Sep 01 14:34:59.287 INFO kablam! | Sep 01 14:34:59.287 INFO kablam! 15 | pub struct Event(Handle); Sep 01 14:34:59.287 INFO kablam! | ------------------------- method `wait` not found for this Sep 01 14:34:59.287 INFO kablam! Sep 01 14:34:59.292 INFO kablam! error[E0599]: no method named `wait` found for type `event::Event` in the current scope Sep 01 14:34:59.292 INFO kablam! --> src/lib.rs:683:26 Sep 01 14:34:59.292 INFO kablam! | Sep 01 14:34:59.292 INFO kablam! 683 | assert_eq!(event.wait(MX_USER_SIGNAL_0, deadline_after(ten_ms)).unwrap(), Sep 01 14:34:59.292 INFO kablam! | ^^^^ Sep 01 14:34:59.292 INFO kablam! | Sep 01 14:34:59.292 INFO kablam! ::: src/event.rs:15:1 Sep 01 14:34:59.292 INFO kablam! | Sep 01 14:34:59.292 INFO kablam! 15 | pub struct Event(Handle); Sep 01 14:34:59.292 INFO kablam! | ------------------------- method `wait` not found for this Sep 01 14:34:59.292 INFO kablam! Sep 01 14:34:59.296 INFO kablam! error[E0599]: no method named `signal` found for type `event::Event` in the current scope Sep 01 14:34:59.296 INFO kablam! --> src/lib.rs:687:23 Sep 01 14:34:59.296 INFO kablam! | Sep 01 14:34:59.296 INFO kablam! 687 | assert!(event.signal(MX_USER_SIGNAL_0, MX_SIGNAL_NONE).is_ok()); Sep 01 14:34:59.296 INFO kablam! | ^^^^^^ Sep 01 14:34:59.296 INFO kablam! | Sep 01 14:34:59.296 INFO kablam! ::: src/event.rs:15:1 Sep 01 14:34:59.296 INFO kablam! | Sep 01 14:34:59.297 INFO kablam! 15 | pub struct Event(Handle); Sep 01 14:34:59.297 INFO kablam! | ------------------------- method `signal` not found for this Sep 01 14:34:59.297 INFO kablam! | Sep 01 14:34:59.297 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 01 14:34:59.297 INFO kablam! = note: the following trait defines an item `signal`, perhaps you need to implement it: Sep 01 14:34:59.297 INFO kablam! candidate #1: `std::os::ext::process::ExitStatusExt` Sep 01 14:34:59.297 INFO kablam! Sep 01 14:34:59.299 INFO kablam! error[E0599]: no method named `wait` found for type `event::Event` in the current scope Sep 01 14:34:59.299 INFO kablam! --> src/lib.rs:688:26 Sep 01 14:34:59.299 INFO kablam! | Sep 01 14:34:59.299 INFO kablam! 688 | assert_eq!(event.wait(MX_USER_SIGNAL_0, deadline_after(ten_ms)), Err(Status::ErrTimedOut)); Sep 01 14:34:59.300 INFO kablam! | ^^^^ Sep 01 14:34:59.300 INFO kablam! | Sep 01 14:34:59.300 INFO kablam! ::: src/event.rs:15:1 Sep 01 14:34:59.300 INFO kablam! | Sep 01 14:34:59.300 INFO kablam! 15 | pub struct Event(Handle); Sep 01 14:34:59.300 INFO kablam! | ------------------------- method `wait` not found for this Sep 01 14:34:59.300 INFO kablam! Sep 01 14:34:59.316 INFO kablam! error[E0599]: no method named `signal` found for type `event::Event` in the current scope Sep 01 14:34:59.316 INFO kablam! --> src/lib.rs:707:20 Sep 01 14:34:59.316 INFO kablam! | Sep 01 14:34:59.316 INFO kablam! 707 | assert!(e1.signal(MX_SIGNAL_NONE, MX_USER_SIGNAL_0).is_ok()); Sep 01 14:34:59.316 INFO kablam! | ^^^^^^ Sep 01 14:34:59.316 INFO kablam! | Sep 01 14:34:59.316 INFO kablam! ::: src/event.rs:15:1 Sep 01 14:34:59.316 INFO kablam! | Sep 01 14:34:59.316 INFO kablam! 15 | pub struct Event(Handle); Sep 01 14:34:59.316 INFO kablam! | ------------------------- method `signal` not found for this Sep 01 14:34:59.316 INFO kablam! | Sep 01 14:34:59.316 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 01 14:34:59.316 INFO kablam! = note: the following trait defines an item `signal`, perhaps you need to implement it: Sep 01 14:34:59.316 INFO kablam! candidate #1: `std::os::ext::process::ExitStatusExt` Sep 01 14:34:59.316 INFO kablam! Sep 01 14:34:59.322 INFO kablam! error[E0599]: no method named `signal` found for type `event::Event` in the current scope Sep 01 14:34:59.322 INFO kablam! --> src/lib.rs:713:20 Sep 01 14:34:59.322 INFO kablam! | Sep 01 14:34:59.322 INFO kablam! 713 | assert!(e2.signal(MX_SIGNAL_NONE, MX_USER_SIGNAL_1).is_ok()); Sep 01 14:34:59.322 INFO kablam! | ^^^^^^ Sep 01 14:34:59.322 INFO kablam! | Sep 01 14:34:59.322 INFO kablam! ::: src/event.rs:15:1 Sep 01 14:34:59.322 INFO kablam! | Sep 01 14:34:59.322 INFO kablam! 15 | pub struct Event(Handle); Sep 01 14:34:59.322 INFO kablam! | ------------------------- method `signal` not found for this Sep 01 14:34:59.322 INFO kablam! | Sep 01 14:34:59.322 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 01 14:34:59.322 INFO kablam! = note: the following trait defines an item `signal`, perhaps you need to implement it: Sep 01 14:34:59.322 INFO kablam! candidate #1: `std::os::ext::process::ExitStatusExt` Sep 01 14:34:59.322 INFO kablam! Sep 01 14:34:59.328 INFO kablam! error[E0599]: no method named `signal` found for type `event::Event` in the current scope Sep 01 14:34:59.328 INFO kablam! --> src/lib.rs:719:20 Sep 01 14:34:59.328 INFO kablam! | Sep 01 14:34:59.328 INFO kablam! 719 | assert!(e1.signal(MX_USER_SIGNAL_0, MX_SIGNAL_NONE).is_ok()); Sep 01 14:34:59.328 INFO kablam! | ^^^^^^ Sep 01 14:34:59.328 INFO kablam! | Sep 01 14:34:59.328 INFO kablam! ::: src/event.rs:15:1 Sep 01 14:34:59.328 INFO kablam! | Sep 01 14:34:59.328 INFO kablam! 15 | pub struct Event(Handle); Sep 01 14:34:59.329 INFO kablam! | ------------------------- method `signal` not found for this Sep 01 14:34:59.329 INFO kablam! | Sep 01 14:34:59.329 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 01 14:34:59.329 INFO kablam! = note: the following trait defines an item `signal`, perhaps you need to implement it: Sep 01 14:34:59.329 INFO kablam! candidate #1: `std::os::ext::process::ExitStatusExt` Sep 01 14:34:59.329 INFO kablam! Sep 01 14:34:59.330 INFO kablam! error[E0599]: no method named `signal` found for type `event::Event` in the current scope Sep 01 14:34:59.330 INFO kablam! --> src/lib.rs:720:20 Sep 01 14:34:59.330 INFO kablam! | Sep 01 14:34:59.330 INFO kablam! 720 | assert!(e2.signal(MX_USER_SIGNAL_1, MX_SIGNAL_NONE).is_ok()); Sep 01 14:34:59.330 INFO kablam! | ^^^^^^ Sep 01 14:34:59.330 INFO kablam! | Sep 01 14:34:59.330 INFO kablam! ::: src/event.rs:15:1 Sep 01 14:34:59.330 INFO kablam! | Sep 01 14:34:59.331 INFO kablam! 15 | pub struct Event(Handle); Sep 01 14:34:59.331 INFO kablam! | ------------------------- method `signal` not found for this Sep 01 14:34:59.331 INFO kablam! | Sep 01 14:34:59.331 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 01 14:34:59.331 INFO kablam! = note: the following trait defines an item `signal`, perhaps you need to implement it: Sep 01 14:34:59.331 INFO kablam! candidate #1: `std::os::ext::process::ExitStatusExt` Sep 01 14:34:59.331 INFO kablam! Sep 01 14:34:59.414 INFO kablam! error[E0599]: no method named `duplicate` found for type `vmo::Vmo` in the current scope Sep 01 14:34:59.414 INFO kablam! --> src/channel.rs:298:40 Sep 01 14:34:59.414 INFO kablam! | Sep 01 14:34:59.414 INFO kablam! 298 | let duplicate_vmo_handle = vmo.duplicate(MX_RIGHT_SAME_RIGHTS).unwrap().into_handle(); Sep 01 14:34:59.414 INFO kablam! | ^^^^^^^^^ Sep 01 14:34:59.414 INFO kablam! | Sep 01 14:34:59.414 INFO kablam! ::: src/vmo.rs:16:1 Sep 01 14:34:59.414 INFO kablam! | Sep 01 14:34:59.414 INFO kablam! 16 | pub struct Vmo(Handle); Sep 01 14:34:59.414 INFO kablam! | ----------------------- method `duplicate` not found for this Sep 01 14:34:59.414 INFO kablam! Sep 01 14:34:59.426 INFO kablam! error[E0599]: no method named `duplicate` found for type `vmo::Vmo` in the current scope Sep 01 14:34:59.426 INFO kablam! --> src/channel.rs:334:40 Sep 01 14:34:59.426 INFO kablam! | Sep 01 14:34:59.426 INFO kablam! 334 | let duplicate_vmo_handle = vmo.duplicate(MX_RIGHT_SAME_RIGHTS).unwrap().into_handle(); Sep 01 14:34:59.426 INFO kablam! | ^^^^^^^^^ Sep 01 14:34:59.426 INFO kablam! | Sep 01 14:34:59.426 INFO kablam! ::: src/vmo.rs:16:1 Sep 01 14:34:59.426 INFO kablam! | Sep 01 14:34:59.426 INFO kablam! 16 | pub struct Vmo(Handle); Sep 01 14:34:59.426 INFO kablam! | ----------------------- method `duplicate` not found for this Sep 01 14:34:59.426 INFO kablam! Sep 01 14:34:59.437 INFO kablam! error[E0599]: no method named `wait` found for type `channel::Channel` in the current scope Sep 01 14:34:59.437 INFO kablam! --> src/channel.rs:359:27 Sep 01 14:34:59.438 INFO kablam! | Sep 01 14:34:59.438 INFO kablam! 16 | pub struct Channel(Handle); Sep 01 14:34:59.438 INFO kablam! | --------------------------- method `wait` not found for this Sep 01 14:34:59.438 INFO kablam! ... Sep 01 14:34:59.438 INFO kablam! 359 | assert_eq!(p2.wait(MX_CHANNEL_READABLE, deadline_after(hundred_ms)), Sep 01 14:34:59.438 INFO kablam! | ^^^^ Sep 01 14:34:59.438 INFO kablam! Sep 01 14:34:59.468 INFO kablam! error[E0599]: no method named `wait` found for type `eventpair::EventPair` in the current scope Sep 01 14:34:59.469 INFO kablam! --> src/eventpair.rs:60:23 Sep 01 14:34:59.469 INFO kablam! | Sep 01 14:34:59.469 INFO kablam! 15 | pub struct EventPair(Handle); Sep 01 14:34:59.469 INFO kablam! | ----------------------------- method `wait` not found for this Sep 01 14:34:59.469 INFO kablam! ... Sep 01 14:34:59.469 INFO kablam! 60 | assert_eq!(p2.wait(MX_USER_SIGNAL_0, deadline_after(ten_ms)), Err(Status::ErrTimedOut)); Sep 01 14:34:59.469 INFO kablam! | ^^^^ Sep 01 14:34:59.469 INFO kablam! Sep 01 14:34:59.473 INFO kablam! error[E0599]: no method named `wait` found for type `eventpair::EventPair` in the current scope Sep 01 14:34:59.473 INFO kablam! --> src/eventpair.rs:64:23 Sep 01 14:34:59.473 INFO kablam! | Sep 01 14:34:59.473 INFO kablam! 15 | pub struct EventPair(Handle); Sep 01 14:34:59.473 INFO kablam! | ----------------------------- method `wait` not found for this Sep 01 14:34:59.473 INFO kablam! ... Sep 01 14:34:59.473 INFO kablam! 64 | assert_eq!(p2.wait(MX_USER_SIGNAL_0, deadline_after(ten_ms)).unwrap(), Sep 01 14:34:59.473 INFO kablam! | ^^^^ Sep 01 14:34:59.473 INFO kablam! Sep 01 14:34:59.476 INFO kablam! error[E0599]: no method named `wait` found for type `eventpair::EventPair` in the current scope Sep 01 14:34:59.476 INFO kablam! --> src/eventpair.rs:68:23 Sep 01 14:34:59.476 INFO kablam! | Sep 01 14:34:59.476 INFO kablam! 15 | pub struct EventPair(Handle); Sep 01 14:34:59.476 INFO kablam! | ----------------------------- method `wait` not found for this Sep 01 14:34:59.477 INFO kablam! ... Sep 01 14:34:59.477 INFO kablam! 68 | assert_eq!(p2.wait(MX_USER_SIGNAL_0, deadline_after(ten_ms)).unwrap(), Sep 01 14:34:59.477 INFO kablam! | ^^^^ Sep 01 14:34:59.477 INFO kablam! Sep 01 14:34:59.480 INFO kablam! error[E0599]: no method named `wait` found for type `eventpair::EventPair` in the current scope Sep 01 14:34:59.480 INFO kablam! --> src/eventpair.rs:73:23 Sep 01 14:34:59.480 INFO kablam! | Sep 01 14:34:59.480 INFO kablam! 15 | pub struct EventPair(Handle); Sep 01 14:34:59.480 INFO kablam! | ----------------------------- method `wait` not found for this Sep 01 14:34:59.481 INFO kablam! ... Sep 01 14:34:59.481 INFO kablam! 73 | assert_eq!(p2.wait(MX_USER_SIGNAL_0, deadline_after(ten_ms)), Err(Status::ErrTimedOut)); Sep 01 14:34:59.481 INFO kablam! | ^^^^ Sep 01 14:34:59.481 INFO kablam! Sep 01 14:34:59.533 INFO kablam! error[E0599]: no method named `wait_async` found for type `event::Event` in the current scope Sep 01 14:34:59.533 INFO kablam! --> src/port.rs:228:23 Sep 01 14:34:59.533 INFO kablam! | Sep 01 14:34:59.533 INFO kablam! 228 | assert!(event.wait_async(&port, key, MX_USER_SIGNAL_0 | MX_USER_SIGNAL_1, Sep 01 14:34:59.533 INFO kablam! | ^^^^^^^^^^ Sep 01 14:34:59.533 INFO kablam! | Sep 01 14:34:59.534 INFO kablam! ::: src/event.rs:15:1 Sep 01 14:34:59.534 INFO kablam! | Sep 01 14:34:59.534 INFO kablam! 15 | pub struct Event(Handle); Sep 01 14:34:59.534 INFO kablam! | ------------------------- method `wait_async` not found for this Sep 01 14:34:59.534 INFO kablam! Sep 01 14:34:59.539 INFO kablam! error[E0599]: no method named `signal` found for type `event::Event` in the current scope Sep 01 14:34:59.539 INFO kablam! --> src/port.rs:235:23 Sep 01 14:34:59.539 INFO kablam! | Sep 01 14:34:59.539 INFO kablam! 235 | assert!(event.signal(MX_SIGNAL_NONE, MX_USER_SIGNAL_0).is_ok()); Sep 01 14:34:59.539 INFO kablam! | ^^^^^^ Sep 01 14:34:59.539 INFO kablam! | Sep 01 14:34:59.539 INFO kablam! ::: src/event.rs:15:1 Sep 01 14:34:59.539 INFO kablam! | Sep 01 14:34:59.539 INFO kablam! 15 | pub struct Event(Handle); Sep 01 14:34:59.539 INFO kablam! | ------------------------- method `signal` not found for this Sep 01 14:34:59.539 INFO kablam! | Sep 01 14:34:59.539 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 01 14:34:59.539 INFO kablam! = note: the following trait defines an item `signal`, perhaps you need to implement it: Sep 01 14:34:59.539 INFO kablam! candidate #1: `std::os::ext::process::ExitStatusExt` Sep 01 14:34:59.539 INFO kablam! Sep 01 14:34:59.555 INFO kablam! error[E0599]: no method named `wait_async` found for type `event::Event` in the current scope Sep 01 14:34:59.555 INFO kablam! --> src/port.rs:252:23 Sep 01 14:34:59.555 INFO kablam! | Sep 01 14:34:59.555 INFO kablam! 252 | assert!(event.wait_async(&port, key, MX_USER_SIGNAL_0, WaitAsyncOpts::Once).is_ok()); Sep 01 14:34:59.555 INFO kablam! | ^^^^^^^^^^ Sep 01 14:34:59.555 INFO kablam! | Sep 01 14:34:59.555 INFO kablam! ::: src/event.rs:15:1 Sep 01 14:34:59.555 INFO kablam! | Sep 01 14:34:59.555 INFO kablam! 15 | pub struct Event(Handle); Sep 01 14:34:59.555 INFO kablam! | ------------------------- method `wait_async` not found for this Sep 01 14:34:59.555 INFO kablam! Sep 01 14:34:59.571 INFO kablam! error[E0599]: no method named `wait_async` found for type `event::Event` in the current scope Sep 01 14:34:59.571 INFO kablam! --> src/port.rs:267:23 Sep 01 14:34:59.571 INFO kablam! | Sep 01 14:34:59.571 INFO kablam! 267 | assert!(event.wait_async(&port, key, MX_USER_SIGNAL_0, WaitAsyncOpts::Once).is_ok()); Sep 01 14:34:59.571 INFO kablam! | ^^^^^^^^^^ Sep 01 14:34:59.571 INFO kablam! | Sep 01 14:34:59.571 INFO kablam! ::: src/event.rs:15:1 Sep 01 14:34:59.571 INFO kablam! | Sep 01 14:34:59.571 INFO kablam! 15 | pub struct Event(Handle); Sep 01 14:34:59.571 INFO kablam! | ------------------------- method `wait_async` not found for this Sep 01 14:34:59.571 INFO kablam! Sep 01 14:34:59.578 INFO kablam! error[E0599]: no method named `signal` found for type `event::Event` in the current scope Sep 01 14:34:59.578 INFO kablam! --> src/port.rs:272:23 Sep 01 14:34:59.578 INFO kablam! | Sep 01 14:34:59.578 INFO kablam! 272 | assert!(event.signal(MX_USER_SIGNAL_0, MX_SIGNAL_NONE).is_ok()); // clear signal Sep 01 14:34:59.578 INFO kablam! | ^^^^^^ Sep 01 14:34:59.578 INFO kablam! | Sep 01 14:34:59.578 INFO kablam! ::: src/event.rs:15:1 Sep 01 14:34:59.578 INFO kablam! | Sep 01 14:34:59.578 INFO kablam! 15 | pub struct Event(Handle); Sep 01 14:34:59.578 INFO kablam! | ------------------------- method `signal` not found for this Sep 01 14:34:59.578 INFO kablam! | Sep 01 14:34:59.578 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 01 14:34:59.578 INFO kablam! = note: the following trait defines an item `signal`, perhaps you need to implement it: Sep 01 14:34:59.579 INFO kablam! candidate #1: `std::os::ext::process::ExitStatusExt` Sep 01 14:34:59.579 INFO kablam! Sep 01 14:34:59.582 INFO kablam! error[E0599]: no method named `wait_async` found for type `event::Event` in the current scope Sep 01 14:34:59.582 INFO kablam! --> src/port.rs:273:23 Sep 01 14:34:59.582 INFO kablam! | Sep 01 14:34:59.582 INFO kablam! 273 | assert!(event.wait_async(&port, key, MX_USER_SIGNAL_0, WaitAsyncOpts::Once).is_ok()); Sep 01 14:34:59.582 INFO kablam! | ^^^^^^^^^^ Sep 01 14:34:59.582 INFO kablam! | Sep 01 14:34:59.582 INFO kablam! ::: src/event.rs:15:1 Sep 01 14:34:59.582 INFO kablam! | Sep 01 14:34:59.582 INFO kablam! 15 | pub struct Event(Handle); Sep 01 14:34:59.582 INFO kablam! | ------------------------- method `wait_async` not found for this Sep 01 14:34:59.582 INFO kablam! Sep 01 14:34:59.586 INFO kablam! error[E0599]: no method named `signal` found for type `event::Event` in the current scope Sep 01 14:34:59.586 INFO kablam! --> src/port.rs:275:23 Sep 01 14:34:59.586 INFO kablam! | Sep 01 14:34:59.586 INFO kablam! 275 | assert!(event.signal(MX_SIGNAL_NONE, MX_USER_SIGNAL_0).is_ok()); Sep 01 14:34:59.586 INFO kablam! | ^^^^^^ Sep 01 14:34:59.586 INFO kablam! | Sep 01 14:34:59.586 INFO kablam! ::: src/event.rs:15:1 Sep 01 14:34:59.586 INFO kablam! | Sep 01 14:34:59.586 INFO kablam! 15 | pub struct Event(Handle); Sep 01 14:34:59.586 INFO kablam! | ------------------------- method `signal` not found for this Sep 01 14:34:59.587 INFO kablam! | Sep 01 14:34:59.587 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 01 14:34:59.587 INFO kablam! = note: the following trait defines an item `signal`, perhaps you need to implement it: Sep 01 14:34:59.587 INFO kablam! candidate #1: `std::os::ext::process::ExitStatusExt` Sep 01 14:34:59.587 INFO kablam! Sep 01 14:34:59.596 INFO kablam! error[E0599]: no method named `wait_async` found for type `event::Event` in the current scope Sep 01 14:34:59.596 INFO kablam! --> src/port.rs:287:23 Sep 01 14:34:59.596 INFO kablam! | Sep 01 14:34:59.596 INFO kablam! 287 | assert!(event.wait_async(&port, key, MX_USER_SIGNAL_0 | MX_USER_SIGNAL_1, Sep 01 14:34:59.596 INFO kablam! | ^^^^^^^^^^ Sep 01 14:34:59.596 INFO kablam! | Sep 01 14:34:59.596 INFO kablam! ::: src/event.rs:15:1 Sep 01 14:34:59.596 INFO kablam! | Sep 01 14:34:59.596 INFO kablam! 15 | pub struct Event(Handle); Sep 01 14:34:59.596 INFO kablam! | ------------------------- method `wait_async` not found for this Sep 01 14:34:59.596 INFO kablam! Sep 01 14:34:59.602 INFO kablam! error[E0599]: no method named `signal` found for type `event::Event` in the current scope Sep 01 14:34:59.603 INFO kablam! --> src/port.rs:294:23 Sep 01 14:34:59.603 INFO kablam! | Sep 01 14:34:59.603 INFO kablam! 294 | assert!(event.signal(MX_SIGNAL_NONE, MX_USER_SIGNAL_0).is_ok()); Sep 01 14:34:59.603 INFO kablam! | ^^^^^^ Sep 01 14:34:59.603 INFO kablam! | Sep 01 14:34:59.603 INFO kablam! ::: src/event.rs:15:1 Sep 01 14:34:59.603 INFO kablam! | Sep 01 14:34:59.603 INFO kablam! 15 | pub struct Event(Handle); Sep 01 14:34:59.603 INFO kablam! | ------------------------- method `signal` not found for this Sep 01 14:34:59.603 INFO kablam! | Sep 01 14:34:59.603 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 01 14:34:59.603 INFO kablam! = note: the following trait defines an item `signal`, perhaps you need to implement it: Sep 01 14:34:59.603 INFO kablam! candidate #1: `std::os::ext::process::ExitStatusExt` Sep 01 14:34:59.603 INFO kablam! Sep 01 14:34:59.622 INFO kablam! error[E0599]: no method named `signal` found for type `event::Event` in the current scope Sep 01 14:34:59.622 INFO kablam! --> src/port.rs:313:23 Sep 01 14:34:59.622 INFO kablam! | Sep 01 14:34:59.622 INFO kablam! 313 | assert!(event.signal(MX_USER_SIGNAL_0, MX_SIGNAL_NONE).is_ok()); // clear signal Sep 01 14:34:59.622 INFO kablam! | ^^^^^^ Sep 01 14:34:59.622 INFO kablam! | Sep 01 14:34:59.622 INFO kablam! ::: src/event.rs:15:1 Sep 01 14:34:59.622 INFO kablam! | Sep 01 14:34:59.622 INFO kablam! 15 | pub struct Event(Handle); Sep 01 14:34:59.622 INFO kablam! | ------------------------- method `signal` not found for this Sep 01 14:34:59.622 INFO kablam! | Sep 01 14:34:59.622 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 01 14:34:59.623 INFO kablam! = note: the following trait defines an item `signal`, perhaps you need to implement it: Sep 01 14:34:59.623 INFO kablam! candidate #1: `std::os::ext::process::ExitStatusExt` Sep 01 14:34:59.623 INFO kablam! Sep 01 14:34:59.627 INFO kablam! error[E0599]: no method named `signal` found for type `event::Event` in the current scope Sep 01 14:34:59.627 INFO kablam! --> src/port.rs:314:23 Sep 01 14:34:59.627 INFO kablam! | Sep 01 14:34:59.627 INFO kablam! 314 | assert!(event.signal(MX_SIGNAL_NONE, MX_USER_SIGNAL_0).is_ok()); Sep 01 14:34:59.627 INFO kablam! | ^^^^^^ Sep 01 14:34:59.627 INFO kablam! | Sep 01 14:34:59.627 INFO kablam! ::: src/event.rs:15:1 Sep 01 14:34:59.627 INFO kablam! | Sep 01 14:34:59.627 INFO kablam! 15 | pub struct Event(Handle); Sep 01 14:34:59.627 INFO kablam! | ------------------------- method `signal` not found for this Sep 01 14:34:59.627 INFO kablam! | Sep 01 14:34:59.627 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 01 14:34:59.627 INFO kablam! = note: the following trait defines an item `signal`, perhaps you need to implement it: Sep 01 14:34:59.627 INFO kablam! candidate #1: `std::os::ext::process::ExitStatusExt` Sep 01 14:34:59.627 INFO kablam! Sep 01 14:34:59.638 INFO kablam! error[E0599]: no method named `signal` found for type `event::Event` in the current scope Sep 01 14:34:59.638 INFO kablam! --> src/port.rs:331:23 Sep 01 14:34:59.638 INFO kablam! | Sep 01 14:34:59.638 INFO kablam! 331 | assert!(event.signal(MX_USER_SIGNAL_0, MX_SIGNAL_NONE).is_ok()); // clear signal Sep 01 14:34:59.638 INFO kablam! | ^^^^^^ Sep 01 14:34:59.638 INFO kablam! | Sep 01 14:34:59.638 INFO kablam! ::: src/event.rs:15:1 Sep 01 14:34:59.638 INFO kablam! | Sep 01 14:34:59.638 INFO kablam! 15 | pub struct Event(Handle); Sep 01 14:34:59.638 INFO kablam! | ------------------------- method `signal` not found for this Sep 01 14:34:59.638 INFO kablam! | Sep 01 14:34:59.638 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 01 14:34:59.638 INFO kablam! = note: the following trait defines an item `signal`, perhaps you need to implement it: Sep 01 14:34:59.638 INFO kablam! candidate #1: `std::os::ext::process::ExitStatusExt` Sep 01 14:34:59.638 INFO kablam! Sep 01 14:34:59.640 INFO kablam! error[E0599]: no method named `signal` found for type `event::Event` in the current scope Sep 01 14:34:59.640 INFO kablam! --> src/port.rs:332:23 Sep 01 14:34:59.640 INFO kablam! | Sep 01 14:34:59.640 INFO kablam! 332 | assert!(event.signal(MX_SIGNAL_NONE, MX_USER_SIGNAL_0).is_ok()); Sep 01 14:34:59.640 INFO kablam! | ^^^^^^ Sep 01 14:34:59.640 INFO kablam! | Sep 01 14:34:59.640 INFO kablam! ::: src/event.rs:15:1 Sep 01 14:34:59.640 INFO kablam! | Sep 01 14:34:59.640 INFO kablam! 15 | pub struct Event(Handle); Sep 01 14:34:59.640 INFO kablam! | ------------------------- method `signal` not found for this Sep 01 14:34:59.640 INFO kablam! | Sep 01 14:34:59.640 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 01 14:34:59.640 INFO kablam! = note: the following trait defines an item `signal`, perhaps you need to implement it: Sep 01 14:34:59.640 INFO kablam! candidate #1: `std::os::ext::process::ExitStatusExt` Sep 01 14:34:59.640 INFO kablam! Sep 01 14:34:59.644 INFO kablam! error[E0599]: no method named `wait_async` found for type `event::Event` in the current scope Sep 01 14:34:59.644 INFO kablam! --> src/port.rs:336:23 Sep 01 14:34:59.644 INFO kablam! | Sep 01 14:34:59.644 INFO kablam! 336 | assert!(event.wait_async(&port, key, MX_USER_SIGNAL_0, WaitAsyncOpts::Repeating).is_ok()); Sep 01 14:34:59.644 INFO kablam! | ^^^^^^^^^^ Sep 01 14:34:59.644 INFO kablam! | Sep 01 14:34:59.644 INFO kablam! ::: src/event.rs:15:1 Sep 01 14:34:59.644 INFO kablam! | Sep 01 14:34:59.644 INFO kablam! 15 | pub struct Event(Handle); Sep 01 14:34:59.644 INFO kablam! | ------------------------- method `wait_async` not found for this Sep 01 14:34:59.644 INFO kablam! Sep 01 14:34:59.698 INFO kablam! error[E0599]: no method named `wait` found for type `timer::Timer` in the current scope Sep 01 14:34:59.698 INFO kablam! --> src/timer.rs:89:26 Sep 01 14:34:59.698 INFO kablam! | Sep 01 14:34:59.698 INFO kablam! 15 | pub struct Timer(Handle); Sep 01 14:34:59.699 INFO kablam! | ------------------------- method `wait` not found for this Sep 01 14:34:59.699 INFO kablam! ... Sep 01 14:34:59.699 INFO kablam! 89 | assert_eq!(timer.wait(MX_TIMER_SIGNALED, deadline_after(ten_ms)), Err(Status::ErrTimedOut)); Sep 01 14:34:59.699 INFO kablam! | ^^^^ Sep 01 14:34:59.699 INFO kablam! Sep 01 14:34:59.704 INFO kablam! error[E0599]: no method named `wait` found for type `timer::Timer` in the current scope Sep 01 14:34:59.704 INFO kablam! --> src/timer.rs:93:26 Sep 01 14:34:59.704 INFO kablam! | Sep 01 14:34:59.704 INFO kablam! 15 | pub struct Timer(Handle); Sep 01 14:34:59.704 INFO kablam! | ------------------------- method `wait` not found for this Sep 01 14:34:59.704 INFO kablam! ... Sep 01 14:34:59.704 INFO kablam! 93 | assert_eq!(timer.wait(MX_TIMER_SIGNALED, deadline_after(twenty_ms)).unwrap(), Sep 01 14:34:59.704 INFO kablam! | ^^^^ Sep 01 14:34:59.704 INFO kablam! Sep 01 14:34:59.709 INFO kablam! error[E0599]: no method named `wait` found for type `timer::Timer` in the current scope Sep 01 14:34:59.709 INFO kablam! --> src/timer.rs:98:26 Sep 01 14:34:59.709 INFO kablam! | Sep 01 14:34:59.709 INFO kablam! 15 | pub struct Timer(Handle); Sep 01 14:34:59.709 INFO kablam! | ------------------------- method `wait` not found for this Sep 01 14:34:59.709 INFO kablam! ... Sep 01 14:34:59.709 INFO kablam! 98 | assert_eq!(timer.wait(MX_TIMER_SIGNALED, deadline_after(ten_ms)), Err(Status::ErrTimedOut)); Sep 01 14:34:59.709 INFO kablam! | ^^^^ Sep 01 14:34:59.709 INFO kablam! Sep 01 14:34:59.713 INFO kablam! error[E0599]: no method named `wait` found for type `timer::Timer` in the current scope Sep 01 14:34:59.713 INFO kablam! --> src/timer.rs:110:26 Sep 01 14:34:59.713 INFO kablam! | Sep 01 14:34:59.713 INFO kablam! 15 | pub struct Timer(Handle); Sep 01 14:34:59.713 INFO kablam! | ------------------------- method `wait` not found for this Sep 01 14:34:59.713 INFO kablam! ... Sep 01 14:34:59.713 INFO kablam! 110 | assert_eq!(timer.wait(MX_TIMER_SIGNALED, deadline_after(ten_ms)), Err(Status::ErrTimedOut)); Sep 01 14:34:59.714 INFO kablam! | ^^^^ Sep 01 14:34:59.714 INFO kablam! Sep 01 14:34:59.719 INFO kablam! error[E0599]: no method named `wait` found for type `timer::Timer` in the current scope Sep 01 14:34:59.719 INFO kablam! --> src/timer.rs:114:26 Sep 01 14:34:59.719 INFO kablam! | Sep 01 14:34:59.719 INFO kablam! 15 | pub struct Timer(Handle); Sep 01 14:34:59.719 INFO kablam! | ------------------------- method `wait` not found for this Sep 01 14:34:59.719 INFO kablam! ... Sep 01 14:34:59.719 INFO kablam! 114 | assert_eq!(timer.wait(MX_TIMER_SIGNALED, deadline_after(twenty_ms)).unwrap(), Sep 01 14:34:59.719 INFO kablam! | ^^^^ Sep 01 14:34:59.719 INFO kablam! Sep 01 14:34:59.726 INFO kablam! error[E0599]: no method named `wait` found for type `timer::Timer` in the current scope Sep 01 14:34:59.726 INFO kablam! --> src/timer.rs:119:26 Sep 01 14:34:59.726 INFO kablam! | Sep 01 14:34:59.726 INFO kablam! 15 | pub struct Timer(Handle); Sep 01 14:34:59.726 INFO kablam! | ------------------------- method `wait` not found for this Sep 01 14:34:59.726 INFO kablam! ... Sep 01 14:34:59.726 INFO kablam! 119 | assert_eq!(timer.wait(MX_TIMER_SIGNALED, deadline_after(ten_ms)), Err(Status::ErrTimedOut)); Sep 01 14:34:59.726 INFO kablam! | ^^^^ Sep 01 14:34:59.726 INFO kablam! Sep 01 14:34:59.893 INFO kablam! error: aborting due to 39 previous errors Sep 01 14:34:59.893 INFO kablam! Sep 01 14:34:59.893 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 01 14:34:59.901 INFO kablam! error: Could not compile `magenta`. Sep 01 14:34:59.901 INFO kablam! Sep 01 14:34:59.901 INFO kablam! To learn more, run the command again with --verbose. Sep 01 14:34:59.901 INFO kablam! su: No module specific data is present Sep 01 14:35:00.541 INFO running `"docker" "rm" "-f" "468014a484c8ae4dcee3959c5f7237dc0d199f6738c6c18dc92c842061a11a21"` Sep 01 14:35:00.679 INFO blam! 468014a484c8ae4dcee3959c5f7237dc0d199f6738c6c18dc92c842061a11a21