Sep 17 21:37:26.511 INFO checking magenta-0.2.0 against master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690 for pr-54033 Sep 17 21:37:26.511 INFO running: cargo +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets Sep 17 21:37:26.511 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54033/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-7/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/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 +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 21:37:26.678 INFO blam! 6d809655cd4b2c9890f7a9a8eafb2f5133ed63e0b0b2bdbeda2e01fc469e7ab5 Sep 17 21:37:26.680 INFO running `"docker" "start" "-a" "6d809655cd4b2c9890f7a9a8eafb2f5133ed63e0b0b2bdbeda2e01fc469e7ab5"` Sep 17 21:37:27.486 INFO kablam! usermod: no changes Sep 17 21:37:27.526 INFO kablam! Checking magenta-sys v0.2.0 Sep 17 21:37:28.339 INFO kablam! Checking magenta v0.2.0 (/source) Sep 17 21:37:28.739 INFO kablam! warning: unnecessary parentheses around function argument Sep 17 21:37:28.739 INFO kablam! --> src/lib.rs:520:19 Sep 17 21:37:28.739 INFO kablam! | Sep 17 21:37:28.739 INFO kablam! 520 | return Ok((true)) Sep 17 21:37:28.739 INFO kablam! | ^^^^^^ help: remove these parentheses Sep 17 21:37:28.739 INFO kablam! | Sep 17 21:37:28.739 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 17 21:37:28.739 INFO kablam! Sep 17 21:37:28.866 INFO kablam! warning: unnecessary parentheses around function argument Sep 17 21:37:28.867 INFO kablam! --> src/lib.rs:520:19 Sep 17 21:37:28.867 INFO kablam! | Sep 17 21:37:28.867 INFO kablam! 520 | return Ok((true)) Sep 17 21:37:28.867 INFO kablam! | ^^^^^^ help: remove these parentheses Sep 17 21:37:28.867 INFO kablam! | Sep 17 21:37:28.867 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 17 21:37:28.867 INFO kablam! Sep 17 21:37:29.158 INFO kablam! error[E0599]: no method named `duplicate` found for type `vmo::Vmo` in the current scope Sep 17 21:37:29.158 INFO kablam! --> src/lib.rs:638:32 Sep 17 21:37:29.158 INFO kablam! | Sep 17 21:37:29.158 INFO kablam! 638 | let readonly_vmo = vmo.duplicate(MX_RIGHT_READ).unwrap(); Sep 17 21:37:29.158 INFO kablam! | ^^^^^^^^^ Sep 17 21:37:29.158 INFO kablam! | Sep 17 21:37:29.158 INFO kablam! ::: src/vmo.rs:16:1 Sep 17 21:37:29.158 INFO kablam! | Sep 17 21:37:29.158 INFO kablam! 16 | pub struct Vmo(Handle); Sep 17 21:37:29.158 INFO kablam! | ----------------------- method `duplicate` not found for this Sep 17 21:37:29.158 INFO kablam! Sep 17 21:37:29.185 INFO kablam! error[E0599]: no method named `replace` found for type `vmo::Vmo` in the current scope Sep 17 21:37:29.185 INFO kablam! --> src/lib.rs:661:32 Sep 17 21:37:29.185 INFO kablam! | Sep 17 21:37:29.185 INFO kablam! 661 | let readonly_vmo = vmo.replace(MX_RIGHT_READ).unwrap(); Sep 17 21:37:29.185 INFO kablam! | ^^^^^^^ Sep 17 21:37:29.185 INFO kablam! | Sep 17 21:37:29.185 INFO kablam! ::: src/vmo.rs:16:1 Sep 17 21:37:29.185 INFO kablam! | Sep 17 21:37:29.185 INFO kablam! 16 | pub struct Vmo(Handle); Sep 17 21:37:29.185 INFO kablam! | ----------------------- method `replace` not found for this Sep 17 21:37:29.185 INFO kablam! Sep 17 21:37:29.199 INFO kablam! error[E0599]: no method named `wait` found for type `event::Event` in the current scope Sep 17 21:37:29.199 INFO kablam! --> src/lib.rs:675:26 Sep 17 21:37:29.199 INFO kablam! | Sep 17 21:37:29.199 INFO kablam! 675 | assert_eq!(event.wait(MX_USER_SIGNAL_0, deadline_after(ten_ms)), Err(Status::ErrTimedOut)); Sep 17 21:37:29.199 INFO kablam! | ^^^^ Sep 17 21:37:29.199 INFO kablam! | Sep 17 21:37:29.199 INFO kablam! ::: src/event.rs:15:1 Sep 17 21:37:29.199 INFO kablam! | Sep 17 21:37:29.199 INFO kablam! 15 | pub struct Event(Handle); Sep 17 21:37:29.199 INFO kablam! | ------------------------- method `wait` not found for this Sep 17 21:37:29.199 INFO kablam! Sep 17 21:37:29.199 INFO kablam! error[E0599]: no method named `signal` found for type `event::Event` in the current scope Sep 17 21:37:29.199 INFO kablam! --> src/lib.rs:678:23 Sep 17 21:37:29.199 INFO kablam! | Sep 17 21:37:29.199 INFO kablam! 678 | assert!(event.signal(MX_SIGNAL_NONE, MX_USER_SIGNAL_0).is_ok()); Sep 17 21:37:29.199 INFO kablam! | ^^^^^^ Sep 17 21:37:29.199 INFO kablam! | Sep 17 21:37:29.199 INFO kablam! ::: src/event.rs:15:1 Sep 17 21:37:29.199 INFO kablam! | Sep 17 21:37:29.199 INFO kablam! 15 | pub struct Event(Handle); Sep 17 21:37:29.199 INFO kablam! | ------------------------- method `signal` not found for this Sep 17 21:37:29.199 INFO kablam! | Sep 17 21:37:29.199 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 17 21:37:29.199 INFO kablam! = note: the following trait defines an item `signal`, perhaps you need to implement it: Sep 17 21:37:29.199 INFO kablam! candidate #1: `std::os::ext::process::ExitStatusExt` Sep 17 21:37:29.199 INFO kablam! Sep 17 21:37:29.199 INFO kablam! error[E0599]: no method named `wait` found for type `event::Event` in the current scope Sep 17 21:37:29.199 INFO kablam! --> src/lib.rs:679:26 Sep 17 21:37:29.199 INFO kablam! | Sep 17 21:37:29.199 INFO kablam! 679 | assert_eq!(event.wait(MX_USER_SIGNAL_0, deadline_after(ten_ms)).unwrap(), Sep 17 21:37:29.199 INFO kablam! | ^^^^ Sep 17 21:37:29.199 INFO kablam! | Sep 17 21:37:29.199 INFO kablam! ::: src/event.rs:15:1 Sep 17 21:37:29.199 INFO kablam! | Sep 17 21:37:29.199 INFO kablam! 15 | pub struct Event(Handle); Sep 17 21:37:29.199 INFO kablam! | ------------------------- method `wait` not found for this Sep 17 21:37:29.199 INFO kablam! Sep 17 21:37:29.203 INFO kablam! error[E0599]: no method named `wait` found for type `event::Event` in the current scope Sep 17 21:37:29.203 INFO kablam! --> src/lib.rs:683:26 Sep 17 21:37:29.203 INFO kablam! | Sep 17 21:37:29.203 INFO kablam! 683 | assert_eq!(event.wait(MX_USER_SIGNAL_0, deadline_after(ten_ms)).unwrap(), Sep 17 21:37:29.203 INFO kablam! | ^^^^ Sep 17 21:37:29.203 INFO kablam! | Sep 17 21:37:29.203 INFO kablam! ::: src/event.rs:15:1 Sep 17 21:37:29.203 INFO kablam! | Sep 17 21:37:29.203 INFO kablam! 15 | pub struct Event(Handle); Sep 17 21:37:29.203 INFO kablam! | ------------------------- method `wait` not found for this Sep 17 21:37:29.203 INFO kablam! Sep 17 21:37:29.206 INFO kablam! error[E0599]: no method named `signal` found for type `event::Event` in the current scope Sep 17 21:37:29.206 INFO kablam! --> src/lib.rs:687:23 Sep 17 21:37:29.206 INFO kablam! | Sep 17 21:37:29.206 INFO kablam! 687 | assert!(event.signal(MX_USER_SIGNAL_0, MX_SIGNAL_NONE).is_ok()); Sep 17 21:37:29.206 INFO kablam! | ^^^^^^ Sep 17 21:37:29.206 INFO kablam! | Sep 17 21:37:29.206 INFO kablam! ::: src/event.rs:15:1 Sep 17 21:37:29.206 INFO kablam! | Sep 17 21:37:29.206 INFO kablam! 15 | pub struct Event(Handle); Sep 17 21:37:29.206 INFO kablam! | ------------------------- method `signal` not found for this Sep 17 21:37:29.206 INFO kablam! | Sep 17 21:37:29.206 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 17 21:37:29.206 INFO kablam! = note: the following trait defines an item `signal`, perhaps you need to implement it: Sep 17 21:37:29.207 INFO kablam! candidate #1: `std::os::ext::process::ExitStatusExt` Sep 17 21:37:29.207 INFO kablam! Sep 17 21:37:29.211 INFO kablam! error[E0599]: no method named `wait` found for type `event::Event` in the current scope Sep 17 21:37:29.211 INFO kablam! --> src/lib.rs:688:26 Sep 17 21:37:29.211 INFO kablam! | Sep 17 21:37:29.211 INFO kablam! 688 | assert_eq!(event.wait(MX_USER_SIGNAL_0, deadline_after(ten_ms)), Err(Status::ErrTimedOut)); Sep 17 21:37:29.211 INFO kablam! | ^^^^ Sep 17 21:37:29.211 INFO kablam! | Sep 17 21:37:29.211 INFO kablam! ::: src/event.rs:15:1 Sep 17 21:37:29.211 INFO kablam! | Sep 17 21:37:29.211 INFO kablam! 15 | pub struct Event(Handle); Sep 17 21:37:29.211 INFO kablam! | ------------------------- method `wait` not found for this Sep 17 21:37:29.211 INFO kablam! Sep 17 21:37:29.224 INFO kablam! error[E0599]: no method named `signal` found for type `event::Event` in the current scope Sep 17 21:37:29.224 INFO kablam! --> src/lib.rs:707:20 Sep 17 21:37:29.224 INFO kablam! | Sep 17 21:37:29.224 INFO kablam! 707 | assert!(e1.signal(MX_SIGNAL_NONE, MX_USER_SIGNAL_0).is_ok()); Sep 17 21:37:29.224 INFO kablam! | ^^^^^^ Sep 17 21:37:29.224 INFO kablam! | Sep 17 21:37:29.224 INFO kablam! ::: src/event.rs:15:1 Sep 17 21:37:29.224 INFO kablam! | Sep 17 21:37:29.224 INFO kablam! 15 | pub struct Event(Handle); Sep 17 21:37:29.224 INFO kablam! | ------------------------- method `signal` not found for this Sep 17 21:37:29.224 INFO kablam! | Sep 17 21:37:29.224 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 17 21:37:29.224 INFO kablam! = note: the following trait defines an item `signal`, perhaps you need to implement it: Sep 17 21:37:29.224 INFO kablam! candidate #1: `std::os::ext::process::ExitStatusExt` Sep 17 21:37:29.224 INFO kablam! Sep 17 21:37:29.228 INFO kablam! error[E0599]: no method named `signal` found for type `event::Event` in the current scope Sep 17 21:37:29.228 INFO kablam! --> src/lib.rs:713:20 Sep 17 21:37:29.228 INFO kablam! | Sep 17 21:37:29.228 INFO kablam! 713 | assert!(e2.signal(MX_SIGNAL_NONE, MX_USER_SIGNAL_1).is_ok()); Sep 17 21:37:29.229 INFO kablam! | ^^^^^^ Sep 17 21:37:29.229 INFO kablam! | Sep 17 21:37:29.229 INFO kablam! ::: src/event.rs:15:1 Sep 17 21:37:29.229 INFO kablam! | Sep 17 21:37:29.229 INFO kablam! 15 | pub struct Event(Handle); Sep 17 21:37:29.229 INFO kablam! | ------------------------- method `signal` not found for this Sep 17 21:37:29.229 INFO kablam! | Sep 17 21:37:29.229 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 17 21:37:29.229 INFO kablam! = note: the following trait defines an item `signal`, perhaps you need to implement it: Sep 17 21:37:29.229 INFO kablam! candidate #1: `std::os::ext::process::ExitStatusExt` Sep 17 21:37:29.229 INFO kablam! Sep 17 21:37:29.236 INFO kablam! error[E0599]: no method named `signal` found for type `event::Event` in the current scope Sep 17 21:37:29.236 INFO kablam! --> src/lib.rs:719:20 Sep 17 21:37:29.236 INFO kablam! | Sep 17 21:37:29.236 INFO kablam! 719 | assert!(e1.signal(MX_USER_SIGNAL_0, MX_SIGNAL_NONE).is_ok()); Sep 17 21:37:29.236 INFO kablam! | ^^^^^^ Sep 17 21:37:29.237 INFO kablam! | Sep 17 21:37:29.237 INFO kablam! ::: src/event.rs:15:1 Sep 17 21:37:29.237 INFO kablam! | Sep 17 21:37:29.237 INFO kablam! 15 | pub struct Event(Handle); Sep 17 21:37:29.237 INFO kablam! | ------------------------- method `signal` not found for this Sep 17 21:37:29.237 INFO kablam! | Sep 17 21:37:29.237 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 17 21:37:29.237 INFO kablam! = note: the following trait defines an item `signal`, perhaps you need to implement it: Sep 17 21:37:29.237 INFO kablam! candidate #1: `std::os::ext::process::ExitStatusExt` Sep 17 21:37:29.237 INFO kablam! Sep 17 21:37:29.239 INFO kablam! error[E0599]: no method named `signal` found for type `event::Event` in the current scope Sep 17 21:37:29.239 INFO kablam! --> src/lib.rs:720:20 Sep 17 21:37:29.239 INFO kablam! | Sep 17 21:37:29.239 INFO kablam! 720 | assert!(e2.signal(MX_USER_SIGNAL_1, MX_SIGNAL_NONE).is_ok()); Sep 17 21:37:29.239 INFO kablam! | ^^^^^^ Sep 17 21:37:29.239 INFO kablam! | Sep 17 21:37:29.239 INFO kablam! ::: src/event.rs:15:1 Sep 17 21:37:29.239 INFO kablam! | Sep 17 21:37:29.239 INFO kablam! 15 | pub struct Event(Handle); Sep 17 21:37:29.239 INFO kablam! | ------------------------- method `signal` not found for this Sep 17 21:37:29.239 INFO kablam! | Sep 17 21:37:29.239 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 17 21:37:29.239 INFO kablam! = note: the following trait defines an item `signal`, perhaps you need to implement it: Sep 17 21:37:29.239 INFO kablam! candidate #1: `std::os::ext::process::ExitStatusExt` Sep 17 21:37:29.239 INFO kablam! Sep 17 21:37:29.311 INFO kablam! error[E0599]: no method named `duplicate` found for type `vmo::Vmo` in the current scope Sep 17 21:37:29.311 INFO kablam! --> src/channel.rs:298:40 Sep 17 21:37:29.311 INFO kablam! | Sep 17 21:37:29.311 INFO kablam! 298 | let duplicate_vmo_handle = vmo.duplicate(MX_RIGHT_SAME_RIGHTS).unwrap().into_handle(); Sep 17 21:37:29.311 INFO kablam! | ^^^^^^^^^ Sep 17 21:37:29.311 INFO kablam! | Sep 17 21:37:29.311 INFO kablam! ::: src/vmo.rs:16:1 Sep 17 21:37:29.311 INFO kablam! | Sep 17 21:37:29.311 INFO kablam! 16 | pub struct Vmo(Handle); Sep 17 21:37:29.311 INFO kablam! | ----------------------- method `duplicate` not found for this Sep 17 21:37:29.311 INFO kablam! Sep 17 21:37:29.327 INFO kablam! error[E0599]: no method named `duplicate` found for type `vmo::Vmo` in the current scope Sep 17 21:37:29.327 INFO kablam! --> src/channel.rs:334:40 Sep 17 21:37:29.327 INFO kablam! | Sep 17 21:37:29.327 INFO kablam! 334 | let duplicate_vmo_handle = vmo.duplicate(MX_RIGHT_SAME_RIGHTS).unwrap().into_handle(); Sep 17 21:37:29.327 INFO kablam! | ^^^^^^^^^ Sep 17 21:37:29.327 INFO kablam! | Sep 17 21:37:29.327 INFO kablam! ::: src/vmo.rs:16:1 Sep 17 21:37:29.327 INFO kablam! | Sep 17 21:37:29.327 INFO kablam! 16 | pub struct Vmo(Handle); Sep 17 21:37:29.327 INFO kablam! | ----------------------- method `duplicate` not found for this Sep 17 21:37:29.327 INFO kablam! Sep 17 21:37:29.333 INFO kablam! error[E0599]: no method named `wait` found for type `channel::Channel` in the current scope Sep 17 21:37:29.333 INFO kablam! --> src/channel.rs:359:27 Sep 17 21:37:29.333 INFO kablam! | Sep 17 21:37:29.333 INFO kablam! 16 | pub struct Channel(Handle); Sep 17 21:37:29.333 INFO kablam! | --------------------------- method `wait` not found for this Sep 17 21:37:29.333 INFO kablam! ... Sep 17 21:37:29.333 INFO kablam! 359 | assert_eq!(p2.wait(MX_CHANNEL_READABLE, deadline_after(hundred_ms)), Sep 17 21:37:29.333 INFO kablam! | ^^^^ Sep 17 21:37:29.333 INFO kablam! Sep 17 21:37:29.353 INFO kablam! error[E0599]: no method named `wait` found for type `eventpair::EventPair` in the current scope Sep 17 21:37:29.354 INFO kablam! --> src/eventpair.rs:60:23 Sep 17 21:37:29.354 INFO kablam! | Sep 17 21:37:29.354 INFO kablam! 15 | pub struct EventPair(Handle); Sep 17 21:37:29.354 INFO kablam! | ----------------------------- method `wait` not found for this Sep 17 21:37:29.354 INFO kablam! ... Sep 17 21:37:29.354 INFO kablam! 60 | assert_eq!(p2.wait(MX_USER_SIGNAL_0, deadline_after(ten_ms)), Err(Status::ErrTimedOut)); Sep 17 21:37:29.354 INFO kablam! | ^^^^ Sep 17 21:37:29.354 INFO kablam! Sep 17 21:37:29.356 INFO kablam! error[E0599]: no method named `wait` found for type `eventpair::EventPair` in the current scope Sep 17 21:37:29.356 INFO kablam! --> src/eventpair.rs:64:23 Sep 17 21:37:29.356 INFO kablam! | Sep 17 21:37:29.356 INFO kablam! 15 | pub struct EventPair(Handle); Sep 17 21:37:29.356 INFO kablam! | ----------------------------- method `wait` not found for this Sep 17 21:37:29.356 INFO kablam! ... Sep 17 21:37:29.356 INFO kablam! 64 | assert_eq!(p2.wait(MX_USER_SIGNAL_0, deadline_after(ten_ms)).unwrap(), Sep 17 21:37:29.356 INFO kablam! | ^^^^ Sep 17 21:37:29.356 INFO kablam! Sep 17 21:37:29.358 INFO kablam! error[E0599]: no method named `wait` found for type `eventpair::EventPair` in the current scope Sep 17 21:37:29.358 INFO kablam! --> src/eventpair.rs:68:23 Sep 17 21:37:29.358 INFO kablam! | Sep 17 21:37:29.358 INFO kablam! 15 | pub struct EventPair(Handle); Sep 17 21:37:29.358 INFO kablam! | ----------------------------- method `wait` not found for this Sep 17 21:37:29.358 INFO kablam! ... Sep 17 21:37:29.358 INFO kablam! 68 | assert_eq!(p2.wait(MX_USER_SIGNAL_0, deadline_after(ten_ms)).unwrap(), Sep 17 21:37:29.358 INFO kablam! | ^^^^ Sep 17 21:37:29.358 INFO kablam! Sep 17 21:37:29.361 INFO kablam! error[E0599]: no method named `wait` found for type `eventpair::EventPair` in the current scope Sep 17 21:37:29.361 INFO kablam! --> src/eventpair.rs:73:23 Sep 17 21:37:29.361 INFO kablam! | Sep 17 21:37:29.361 INFO kablam! 15 | pub struct EventPair(Handle); Sep 17 21:37:29.361 INFO kablam! | ----------------------------- method `wait` not found for this Sep 17 21:37:29.361 INFO kablam! ... Sep 17 21:37:29.361 INFO kablam! 73 | assert_eq!(p2.wait(MX_USER_SIGNAL_0, deadline_after(ten_ms)), Err(Status::ErrTimedOut)); Sep 17 21:37:29.361 INFO kablam! | ^^^^ Sep 17 21:37:29.361 INFO kablam! Sep 17 21:37:29.387 INFO kablam! error[E0599]: no method named `wait_async` found for type `event::Event` in the current scope Sep 17 21:37:29.387 INFO kablam! --> src/port.rs:228:23 Sep 17 21:37:29.387 INFO kablam! | Sep 17 21:37:29.387 INFO kablam! 228 | assert!(event.wait_async(&port, key, MX_USER_SIGNAL_0 | MX_USER_SIGNAL_1, Sep 17 21:37:29.388 INFO kablam! | ^^^^^^^^^^ Sep 17 21:37:29.388 INFO kablam! | Sep 17 21:37:29.388 INFO kablam! ::: src/event.rs:15:1 Sep 17 21:37:29.388 INFO kablam! | Sep 17 21:37:29.388 INFO kablam! 15 | pub struct Event(Handle); Sep 17 21:37:29.388 INFO kablam! | ------------------------- method `wait_async` not found for this Sep 17 21:37:29.388 INFO kablam! Sep 17 21:37:29.390 INFO kablam! error[E0599]: no method named `signal` found for type `event::Event` in the current scope Sep 17 21:37:29.390 INFO kablam! --> src/port.rs:235:23 Sep 17 21:37:29.390 INFO kablam! | Sep 17 21:37:29.390 INFO kablam! 235 | assert!(event.signal(MX_SIGNAL_NONE, MX_USER_SIGNAL_0).is_ok()); Sep 17 21:37:29.390 INFO kablam! | ^^^^^^ Sep 17 21:37:29.390 INFO kablam! | Sep 17 21:37:29.390 INFO kablam! ::: src/event.rs:15:1 Sep 17 21:37:29.390 INFO kablam! | Sep 17 21:37:29.390 INFO kablam! 15 | pub struct Event(Handle); Sep 17 21:37:29.390 INFO kablam! | ------------------------- method `signal` not found for this Sep 17 21:37:29.390 INFO kablam! | Sep 17 21:37:29.390 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 17 21:37:29.390 INFO kablam! = note: the following trait defines an item `signal`, perhaps you need to implement it: Sep 17 21:37:29.390 INFO kablam! candidate #1: `std::os::ext::process::ExitStatusExt` Sep 17 21:37:29.390 INFO kablam! Sep 17 21:37:29.396 INFO kablam! error[E0599]: no method named `wait_async` found for type `event::Event` in the current scope Sep 17 21:37:29.396 INFO kablam! --> src/port.rs:252:23 Sep 17 21:37:29.396 INFO kablam! | Sep 17 21:37:29.396 INFO kablam! 252 | assert!(event.wait_async(&port, key, MX_USER_SIGNAL_0, WaitAsyncOpts::Once).is_ok()); Sep 17 21:37:29.396 INFO kablam! | ^^^^^^^^^^ Sep 17 21:37:29.396 INFO kablam! | Sep 17 21:37:29.396 INFO kablam! ::: src/event.rs:15:1 Sep 17 21:37:29.396 INFO kablam! | Sep 17 21:37:29.396 INFO kablam! 15 | pub struct Event(Handle); Sep 17 21:37:29.396 INFO kablam! | ------------------------- method `wait_async` not found for this Sep 17 21:37:29.396 INFO kablam! Sep 17 21:37:29.401 INFO kablam! error[E0599]: no method named `wait_async` found for type `event::Event` in the current scope Sep 17 21:37:29.401 INFO kablam! --> src/port.rs:267:23 Sep 17 21:37:29.401 INFO kablam! | Sep 17 21:37:29.401 INFO kablam! 267 | assert!(event.wait_async(&port, key, MX_USER_SIGNAL_0, WaitAsyncOpts::Once).is_ok()); Sep 17 21:37:29.401 INFO kablam! | ^^^^^^^^^^ Sep 17 21:37:29.401 INFO kablam! | Sep 17 21:37:29.402 INFO kablam! ::: src/event.rs:15:1 Sep 17 21:37:29.402 INFO kablam! | Sep 17 21:37:29.402 INFO kablam! 15 | pub struct Event(Handle); Sep 17 21:37:29.402 INFO kablam! | ------------------------- method `wait_async` not found for this Sep 17 21:37:29.402 INFO kablam! Sep 17 21:37:29.407 INFO kablam! error[E0599]: no method named `signal` found for type `event::Event` in the current scope Sep 17 21:37:29.407 INFO kablam! --> src/port.rs:272:23 Sep 17 21:37:29.407 INFO kablam! | Sep 17 21:37:29.407 INFO kablam! 272 | assert!(event.signal(MX_USER_SIGNAL_0, MX_SIGNAL_NONE).is_ok()); // clear signal Sep 17 21:37:29.407 INFO kablam! | ^^^^^^ Sep 17 21:37:29.407 INFO kablam! | Sep 17 21:37:29.407 INFO kablam! ::: src/event.rs:15:1 Sep 17 21:37:29.407 INFO kablam! | Sep 17 21:37:29.407 INFO kablam! 15 | pub struct Event(Handle); Sep 17 21:37:29.407 INFO kablam! | ------------------------- method `signal` not found for this Sep 17 21:37:29.407 INFO kablam! | Sep 17 21:37:29.407 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 17 21:37:29.407 INFO kablam! = note: the following trait defines an item `signal`, perhaps you need to implement it: Sep 17 21:37:29.407 INFO kablam! candidate #1: `std::os::ext::process::ExitStatusExt` Sep 17 21:37:29.407 INFO kablam! Sep 17 21:37:29.407 INFO kablam! error[E0599]: no method named `wait_async` found for type `event::Event` in the current scope Sep 17 21:37:29.407 INFO kablam! --> src/port.rs:273:23 Sep 17 21:37:29.407 INFO kablam! | Sep 17 21:37:29.407 INFO kablam! 273 | assert!(event.wait_async(&port, key, MX_USER_SIGNAL_0, WaitAsyncOpts::Once).is_ok()); Sep 17 21:37:29.407 INFO kablam! | ^^^^^^^^^^ Sep 17 21:37:29.407 INFO kablam! | Sep 17 21:37:29.407 INFO kablam! ::: src/event.rs:15:1 Sep 17 21:37:29.407 INFO kablam! | Sep 17 21:37:29.407 INFO kablam! 15 | pub struct Event(Handle); Sep 17 21:37:29.407 INFO kablam! | ------------------------- method `wait_async` not found for this Sep 17 21:37:29.407 INFO kablam! Sep 17 21:37:29.410 INFO kablam! error[E0599]: no method named `signal` found for type `event::Event` in the current scope Sep 17 21:37:29.411 INFO kablam! --> src/port.rs:275:23 Sep 17 21:37:29.411 INFO kablam! | Sep 17 21:37:29.411 INFO kablam! 275 | assert!(event.signal(MX_SIGNAL_NONE, MX_USER_SIGNAL_0).is_ok()); Sep 17 21:37:29.411 INFO kablam! | ^^^^^^ Sep 17 21:37:29.411 INFO kablam! | Sep 17 21:37:29.411 INFO kablam! ::: src/event.rs:15:1 Sep 17 21:37:29.411 INFO kablam! | Sep 17 21:37:29.411 INFO kablam! 15 | pub struct Event(Handle); Sep 17 21:37:29.411 INFO kablam! | ------------------------- method `signal` not found for this Sep 17 21:37:29.411 INFO kablam! | Sep 17 21:37:29.411 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 17 21:37:29.411 INFO kablam! = note: the following trait defines an item `signal`, perhaps you need to implement it: Sep 17 21:37:29.411 INFO kablam! candidate #1: `std::os::ext::process::ExitStatusExt` Sep 17 21:37:29.411 INFO kablam! Sep 17 21:37:29.414 INFO kablam! error[E0599]: no method named `wait_async` found for type `event::Event` in the current scope Sep 17 21:37:29.414 INFO kablam! --> src/port.rs:287:23 Sep 17 21:37:29.414 INFO kablam! | Sep 17 21:37:29.414 INFO kablam! 287 | assert!(event.wait_async(&port, key, MX_USER_SIGNAL_0 | MX_USER_SIGNAL_1, Sep 17 21:37:29.414 INFO kablam! | ^^^^^^^^^^ Sep 17 21:37:29.414 INFO kablam! | Sep 17 21:37:29.414 INFO kablam! ::: src/event.rs:15:1 Sep 17 21:37:29.414 INFO kablam! | Sep 17 21:37:29.414 INFO kablam! 15 | pub struct Event(Handle); Sep 17 21:37:29.414 INFO kablam! | ------------------------- method `wait_async` not found for this Sep 17 21:37:29.414 INFO kablam! Sep 17 21:37:29.417 INFO kablam! error[E0599]: no method named `signal` found for type `event::Event` in the current scope Sep 17 21:37:29.417 INFO kablam! --> src/port.rs:294:23 Sep 17 21:37:29.417 INFO kablam! | Sep 17 21:37:29.417 INFO kablam! 294 | assert!(event.signal(MX_SIGNAL_NONE, MX_USER_SIGNAL_0).is_ok()); Sep 17 21:37:29.417 INFO kablam! | ^^^^^^ Sep 17 21:37:29.417 INFO kablam! | Sep 17 21:37:29.417 INFO kablam! ::: src/event.rs:15:1 Sep 17 21:37:29.417 INFO kablam! | Sep 17 21:37:29.417 INFO kablam! 15 | pub struct Event(Handle); Sep 17 21:37:29.417 INFO kablam! | ------------------------- method `signal` not found for this Sep 17 21:37:29.417 INFO kablam! | Sep 17 21:37:29.417 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 17 21:37:29.417 INFO kablam! = note: the following trait defines an item `signal`, perhaps you need to implement it: Sep 17 21:37:29.417 INFO kablam! candidate #1: `std::os::ext::process::ExitStatusExt` Sep 17 21:37:29.417 INFO kablam! Sep 17 21:37:29.429 INFO kablam! error[E0599]: no method named `signal` found for type `event::Event` in the current scope Sep 17 21:37:29.429 INFO kablam! --> src/port.rs:313:23 Sep 17 21:37:29.429 INFO kablam! | Sep 17 21:37:29.429 INFO kablam! 313 | assert!(event.signal(MX_USER_SIGNAL_0, MX_SIGNAL_NONE).is_ok()); // clear signal Sep 17 21:37:29.429 INFO kablam! | ^^^^^^ Sep 17 21:37:29.429 INFO kablam! | Sep 17 21:37:29.429 INFO kablam! ::: src/event.rs:15:1 Sep 17 21:37:29.429 INFO kablam! | Sep 17 21:37:29.429 INFO kablam! 15 | pub struct Event(Handle); Sep 17 21:37:29.429 INFO kablam! | ------------------------- method `signal` not found for this Sep 17 21:37:29.429 INFO kablam! | Sep 17 21:37:29.429 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 17 21:37:29.429 INFO kablam! = note: the following trait defines an item `signal`, perhaps you need to implement it: Sep 17 21:37:29.429 INFO kablam! candidate #1: `std::os::ext::process::ExitStatusExt` Sep 17 21:37:29.429 INFO kablam! Sep 17 21:37:29.429 INFO kablam! error[E0599]: no method named `signal` found for type `event::Event` in the current scope Sep 17 21:37:29.429 INFO kablam! --> src/port.rs:314:23 Sep 17 21:37:29.429 INFO kablam! | Sep 17 21:37:29.429 INFO kablam! 314 | assert!(event.signal(MX_SIGNAL_NONE, MX_USER_SIGNAL_0).is_ok()); Sep 17 21:37:29.429 INFO kablam! | ^^^^^^ Sep 17 21:37:29.429 INFO kablam! | Sep 17 21:37:29.429 INFO kablam! ::: src/event.rs:15:1 Sep 17 21:37:29.429 INFO kablam! | Sep 17 21:37:29.429 INFO kablam! 15 | pub struct Event(Handle); Sep 17 21:37:29.429 INFO kablam! | ------------------------- method `signal` not found for this Sep 17 21:37:29.429 INFO kablam! | Sep 17 21:37:29.429 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 17 21:37:29.429 INFO kablam! = note: the following trait defines an item `signal`, perhaps you need to implement it: Sep 17 21:37:29.429 INFO kablam! candidate #1: `std::os::ext::process::ExitStatusExt` Sep 17 21:37:29.429 INFO kablam! Sep 17 21:37:29.435 INFO kablam! error[E0599]: no method named `signal` found for type `event::Event` in the current scope Sep 17 21:37:29.435 INFO kablam! --> src/port.rs:331:23 Sep 17 21:37:29.435 INFO kablam! | Sep 17 21:37:29.435 INFO kablam! 331 | assert!(event.signal(MX_USER_SIGNAL_0, MX_SIGNAL_NONE).is_ok()); // clear signal Sep 17 21:37:29.435 INFO kablam! | ^^^^^^ Sep 17 21:37:29.435 INFO kablam! | Sep 17 21:37:29.435 INFO kablam! ::: src/event.rs:15:1 Sep 17 21:37:29.435 INFO kablam! | Sep 17 21:37:29.435 INFO kablam! 15 | pub struct Event(Handle); Sep 17 21:37:29.435 INFO kablam! | ------------------------- method `signal` not found for this Sep 17 21:37:29.435 INFO kablam! | Sep 17 21:37:29.435 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 17 21:37:29.435 INFO kablam! = note: the following trait defines an item `signal`, perhaps you need to implement it: Sep 17 21:37:29.435 INFO kablam! candidate #1: `std::os::ext::process::ExitStatusExt` Sep 17 21:37:29.435 INFO kablam! Sep 17 21:37:29.436 INFO kablam! error[E0599]: no method named `signal` found for type `event::Event` in the current scope Sep 17 21:37:29.436 INFO kablam! --> src/port.rs:332:23 Sep 17 21:37:29.436 INFO kablam! | Sep 17 21:37:29.436 INFO kablam! 332 | assert!(event.signal(MX_SIGNAL_NONE, MX_USER_SIGNAL_0).is_ok()); Sep 17 21:37:29.436 INFO kablam! | ^^^^^^ Sep 17 21:37:29.436 INFO kablam! | Sep 17 21:37:29.436 INFO kablam! ::: src/event.rs:15:1 Sep 17 21:37:29.436 INFO kablam! | Sep 17 21:37:29.436 INFO kablam! 15 | pub struct Event(Handle); Sep 17 21:37:29.436 INFO kablam! | ------------------------- method `signal` not found for this Sep 17 21:37:29.436 INFO kablam! | Sep 17 21:37:29.436 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 17 21:37:29.436 INFO kablam! = note: the following trait defines an item `signal`, perhaps you need to implement it: Sep 17 21:37:29.436 INFO kablam! candidate #1: `std::os::ext::process::ExitStatusExt` Sep 17 21:37:29.436 INFO kablam! Sep 17 21:37:29.438 INFO kablam! error[E0599]: no method named `wait_async` found for type `event::Event` in the current scope Sep 17 21:37:29.438 INFO kablam! --> src/port.rs:336:23 Sep 17 21:37:29.438 INFO kablam! | Sep 17 21:37:29.438 INFO kablam! 336 | assert!(event.wait_async(&port, key, MX_USER_SIGNAL_0, WaitAsyncOpts::Repeating).is_ok()); Sep 17 21:37:29.439 INFO kablam! | ^^^^^^^^^^ Sep 17 21:37:29.439 INFO kablam! | Sep 17 21:37:29.439 INFO kablam! ::: src/event.rs:15:1 Sep 17 21:37:29.439 INFO kablam! | Sep 17 21:37:29.439 INFO kablam! 15 | pub struct Event(Handle); Sep 17 21:37:29.439 INFO kablam! | ------------------------- method `wait_async` not found for this Sep 17 21:37:29.439 INFO kablam! Sep 17 21:37:29.474 INFO kablam! error[E0599]: no method named `wait` found for type `timer::Timer` in the current scope Sep 17 21:37:29.474 INFO kablam! --> src/timer.rs:89:26 Sep 17 21:37:29.474 INFO kablam! | Sep 17 21:37:29.474 INFO kablam! 15 | pub struct Timer(Handle); Sep 17 21:37:29.474 INFO kablam! | ------------------------- method `wait` not found for this Sep 17 21:37:29.474 INFO kablam! ... Sep 17 21:37:29.474 INFO kablam! 89 | assert_eq!(timer.wait(MX_TIMER_SIGNALED, deadline_after(ten_ms)), Err(Status::ErrTimedOut)); Sep 17 21:37:29.474 INFO kablam! | ^^^^ Sep 17 21:37:29.474 INFO kablam! Sep 17 21:37:29.477 INFO kablam! error[E0599]: no method named `wait` found for type `timer::Timer` in the current scope Sep 17 21:37:29.478 INFO kablam! --> src/timer.rs:93:26 Sep 17 21:37:29.478 INFO kablam! | Sep 17 21:37:29.478 INFO kablam! 15 | pub struct Timer(Handle); Sep 17 21:37:29.478 INFO kablam! | ------------------------- method `wait` not found for this Sep 17 21:37:29.478 INFO kablam! ... Sep 17 21:37:29.478 INFO kablam! 93 | assert_eq!(timer.wait(MX_TIMER_SIGNALED, deadline_after(twenty_ms)).unwrap(), Sep 17 21:37:29.478 INFO kablam! | ^^^^ Sep 17 21:37:29.478 INFO kablam! Sep 17 21:37:29.482 INFO kablam! error[E0599]: no method named `wait` found for type `timer::Timer` in the current scope Sep 17 21:37:29.482 INFO kablam! --> src/timer.rs:98:26 Sep 17 21:37:29.482 INFO kablam! | Sep 17 21:37:29.482 INFO kablam! 15 | pub struct Timer(Handle); Sep 17 21:37:29.482 INFO kablam! | ------------------------- method `wait` not found for this Sep 17 21:37:29.482 INFO kablam! ... Sep 17 21:37:29.482 INFO kablam! 98 | assert_eq!(timer.wait(MX_TIMER_SIGNALED, deadline_after(ten_ms)), Err(Status::ErrTimedOut)); Sep 17 21:37:29.482 INFO kablam! | ^^^^ Sep 17 21:37:29.482 INFO kablam! Sep 17 21:37:29.484 INFO kablam! error[E0599]: no method named `wait` found for type `timer::Timer` in the current scope Sep 17 21:37:29.484 INFO kablam! --> src/timer.rs:110:26 Sep 17 21:37:29.484 INFO kablam! | Sep 17 21:37:29.484 INFO kablam! 15 | pub struct Timer(Handle); Sep 17 21:37:29.485 INFO kablam! | ------------------------- method `wait` not found for this Sep 17 21:37:29.485 INFO kablam! ... Sep 17 21:37:29.485 INFO kablam! 110 | assert_eq!(timer.wait(MX_TIMER_SIGNALED, deadline_after(ten_ms)), Err(Status::ErrTimedOut)); Sep 17 21:37:29.485 INFO kablam! | ^^^^ Sep 17 21:37:29.485 INFO kablam! Sep 17 21:37:29.487 INFO kablam! error[E0599]: no method named `wait` found for type `timer::Timer` in the current scope Sep 17 21:37:29.488 INFO kablam! --> src/timer.rs:114:26 Sep 17 21:37:29.488 INFO kablam! | Sep 17 21:37:29.488 INFO kablam! 15 | pub struct Timer(Handle); Sep 17 21:37:29.488 INFO kablam! | ------------------------- method `wait` not found for this Sep 17 21:37:29.488 INFO kablam! ... Sep 17 21:37:29.488 INFO kablam! 114 | assert_eq!(timer.wait(MX_TIMER_SIGNALED, deadline_after(twenty_ms)).unwrap(), Sep 17 21:37:29.488 INFO kablam! | ^^^^ Sep 17 21:37:29.488 INFO kablam! Sep 17 21:37:29.491 INFO kablam! error[E0599]: no method named `wait` found for type `timer::Timer` in the current scope Sep 17 21:37:29.491 INFO kablam! --> src/timer.rs:119:26 Sep 17 21:37:29.491 INFO kablam! | Sep 17 21:37:29.491 INFO kablam! 15 | pub struct Timer(Handle); Sep 17 21:37:29.491 INFO kablam! | ------------------------- method `wait` not found for this Sep 17 21:37:29.491 INFO kablam! ... Sep 17 21:37:29.491 INFO kablam! 119 | assert_eq!(timer.wait(MX_TIMER_SIGNALED, deadline_after(ten_ms)), Err(Status::ErrTimedOut)); Sep 17 21:37:29.491 INFO kablam! | ^^^^ Sep 17 21:37:29.491 INFO kablam! Sep 17 21:37:29.577 INFO kablam! error: aborting due to 39 previous errors Sep 17 21:37:29.577 INFO kablam! Sep 17 21:37:29.577 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 17 21:37:29.584 INFO kablam! error: Could not compile `magenta`. Sep 17 21:37:29.584 INFO kablam! Sep 17 21:37:29.584 INFO kablam! To learn more, run the command again with --verbose. Sep 17 21:37:29.586 INFO kablam! su: No module specific data is present Sep 17 21:37:30.127 INFO running `"docker" "rm" "-f" "6d809655cd4b2c9890f7a9a8eafb2f5133ed63e0b0b2bdbeda2e01fc469e7ab5"` Sep 17 21:37:30.213 INFO blam! 6d809655cd4b2c9890f7a9a8eafb2f5133ed63e0b0b2bdbeda2e01fc469e7ab5