Sep 04 11:29:01.122 INFO checking magenta-0.2.0 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 04 11:29:01.122 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 04 11:29:01.122 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-2/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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 +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 11:29:01.343 INFO blam! 3bef14631db2f4c37e4f0aae5f39a8ac43484bccba8e534ecf073ea54a6dd45a Sep 04 11:29:01.344 INFO running `"docker" "start" "-a" "3bef14631db2f4c37e4f0aae5f39a8ac43484bccba8e534ecf073ea54a6dd45a"` Sep 04 11:29:01.996 INFO kablam! Checking magenta-sys v0.2.0 Sep 04 11:29:03.471 INFO kablam! Checking magenta v0.2.0 (file:///source) Sep 04 11:29:04.144 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 11:29:04.144 INFO kablam! --> src/lib.rs:520:19 Sep 04 11:29:04.144 INFO kablam! | Sep 04 11:29:04.144 INFO kablam! 520 | return Ok((true)) Sep 04 11:29:04.144 INFO kablam! | ^^^^^^ help: remove these parentheses Sep 04 11:29:04.144 INFO kablam! | Sep 04 11:29:04.144 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 04 11:29:04.144 INFO kablam! Sep 04 11:29:04.197 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 11:29:04.197 INFO kablam! --> src/lib.rs:520:19 Sep 04 11:29:04.197 INFO kablam! | Sep 04 11:29:04.197 INFO kablam! 520 | return Ok((true)) Sep 04 11:29:04.197 INFO kablam! | ^^^^^^ help: remove these parentheses Sep 04 11:29:04.197 INFO kablam! | Sep 04 11:29:04.197 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 04 11:29:04.197 INFO kablam! Sep 04 11:29:04.784 INFO kablam! error[E0599]: no method named `duplicate` found for type `vmo::Vmo` in the current scope Sep 04 11:29:04.784 INFO kablam! --> src/lib.rs:638:32 Sep 04 11:29:04.784 INFO kablam! | Sep 04 11:29:04.784 INFO kablam! 638 | let readonly_vmo = vmo.duplicate(MX_RIGHT_READ).unwrap(); Sep 04 11:29:04.785 INFO kablam! | ^^^^^^^^^ Sep 04 11:29:04.785 INFO kablam! | Sep 04 11:29:04.785 INFO kablam! ::: src/vmo.rs:16:1 Sep 04 11:29:04.785 INFO kablam! | Sep 04 11:29:04.785 INFO kablam! 16 | pub struct Vmo(Handle); Sep 04 11:29:04.785 INFO kablam! | ----------------------- method `duplicate` not found for this Sep 04 11:29:04.785 INFO kablam! Sep 04 11:29:04.908 INFO kablam! error[E0599]: no method named `replace` found for type `vmo::Vmo` in the current scope Sep 04 11:29:04.908 INFO kablam! --> src/lib.rs:661:32 Sep 04 11:29:04.908 INFO kablam! | Sep 04 11:29:04.908 INFO kablam! 661 | let readonly_vmo = vmo.replace(MX_RIGHT_READ).unwrap(); Sep 04 11:29:04.908 INFO kablam! | ^^^^^^^ Sep 04 11:29:04.908 INFO kablam! | Sep 04 11:29:04.908 INFO kablam! ::: src/vmo.rs:16:1 Sep 04 11:29:04.908 INFO kablam! | Sep 04 11:29:04.908 INFO kablam! 16 | pub struct Vmo(Handle); Sep 04 11:29:04.908 INFO kablam! | ----------------------- method `replace` not found for this Sep 04 11:29:04.908 INFO kablam! Sep 04 11:29:04.922 INFO kablam! error[E0599]: no method named `wait` found for type `event::Event` in the current scope Sep 04 11:29:04.922 INFO kablam! --> src/lib.rs:675:26 Sep 04 11:29:04.922 INFO kablam! | Sep 04 11:29:04.922 INFO kablam! 675 | assert_eq!(event.wait(MX_USER_SIGNAL_0, deadline_after(ten_ms)), Err(Status::ErrTimedOut)); Sep 04 11:29:04.922 INFO kablam! | ^^^^ Sep 04 11:29:04.922 INFO kablam! | Sep 04 11:29:04.922 INFO kablam! ::: src/event.rs:15:1 Sep 04 11:29:04.922 INFO kablam! | Sep 04 11:29:04.923 INFO kablam! 15 | pub struct Event(Handle); Sep 04 11:29:04.923 INFO kablam! | ------------------------- method `wait` not found for this Sep 04 11:29:04.923 INFO kablam! Sep 04 11:29:04.928 INFO kablam! error[E0599]: no method named `signal` found for type `event::Event` in the current scope Sep 04 11:29:04.929 INFO kablam! --> src/lib.rs:678:23 Sep 04 11:29:04.929 INFO kablam! | Sep 04 11:29:04.929 INFO kablam! 678 | assert!(event.signal(MX_SIGNAL_NONE, MX_USER_SIGNAL_0).is_ok()); Sep 04 11:29:04.929 INFO kablam! | ^^^^^^ Sep 04 11:29:04.929 INFO kablam! | Sep 04 11:29:04.929 INFO kablam! ::: src/event.rs:15:1 Sep 04 11:29:04.929 INFO kablam! | Sep 04 11:29:04.929 INFO kablam! 15 | pub struct Event(Handle); Sep 04 11:29:04.929 INFO kablam! | ------------------------- method `signal` not found for this Sep 04 11:29:04.929 INFO kablam! | Sep 04 11:29:04.929 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 04 11:29:04.929 INFO kablam! = note: the following trait defines an item `signal`, perhaps you need to implement it: Sep 04 11:29:04.929 INFO kablam! candidate #1: `std::os::ext::process::ExitStatusExt` Sep 04 11:29:04.929 INFO kablam! Sep 04 11:29:04.932 INFO kablam! error[E0599]: no method named `wait` found for type `event::Event` in the current scope Sep 04 11:29:04.932 INFO kablam! --> src/lib.rs:679:26 Sep 04 11:29:04.932 INFO kablam! | Sep 04 11:29:04.932 INFO kablam! 679 | assert_eq!(event.wait(MX_USER_SIGNAL_0, deadline_after(ten_ms)).unwrap(), Sep 04 11:29:04.932 INFO kablam! | ^^^^ Sep 04 11:29:04.932 INFO kablam! | Sep 04 11:29:04.932 INFO kablam! ::: src/event.rs:15:1 Sep 04 11:29:04.932 INFO kablam! | Sep 04 11:29:04.932 INFO kablam! 15 | pub struct Event(Handle); Sep 04 11:29:04.932 INFO kablam! | ------------------------- method `wait` not found for this Sep 04 11:29:04.932 INFO kablam! Sep 04 11:29:04.937 INFO kablam! error[E0599]: no method named `wait` found for type `event::Event` in the current scope Sep 04 11:29:04.937 INFO kablam! --> src/lib.rs:683:26 Sep 04 11:29:04.937 INFO kablam! | Sep 04 11:29:04.937 INFO kablam! 683 | assert_eq!(event.wait(MX_USER_SIGNAL_0, deadline_after(ten_ms)).unwrap(), Sep 04 11:29:04.937 INFO kablam! | ^^^^ Sep 04 11:29:04.937 INFO kablam! | Sep 04 11:29:04.937 INFO kablam! ::: src/event.rs:15:1 Sep 04 11:29:04.937 INFO kablam! | Sep 04 11:29:04.937 INFO kablam! 15 | pub struct Event(Handle); Sep 04 11:29:04.937 INFO kablam! | ------------------------- method `wait` not found for this Sep 04 11:29:04.937 INFO kablam! Sep 04 11:29:04.941 INFO kablam! error[E0599]: no method named `signal` found for type `event::Event` in the current scope Sep 04 11:29:04.941 INFO kablam! --> src/lib.rs:687:23 Sep 04 11:29:04.941 INFO kablam! | Sep 04 11:29:04.941 INFO kablam! 687 | assert!(event.signal(MX_USER_SIGNAL_0, MX_SIGNAL_NONE).is_ok()); Sep 04 11:29:04.941 INFO kablam! | ^^^^^^ Sep 04 11:29:04.941 INFO kablam! | Sep 04 11:29:04.941 INFO kablam! ::: src/event.rs:15:1 Sep 04 11:29:04.941 INFO kablam! | Sep 04 11:29:04.941 INFO kablam! 15 | pub struct Event(Handle); Sep 04 11:29:04.941 INFO kablam! | ------------------------- method `signal` not found for this Sep 04 11:29:04.941 INFO kablam! | Sep 04 11:29:04.941 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 04 11:29:04.941 INFO kablam! = note: the following trait defines an item `signal`, perhaps you need to implement it: Sep 04 11:29:04.941 INFO kablam! candidate #1: `std::os::ext::process::ExitStatusExt` Sep 04 11:29:04.941 INFO kablam! Sep 04 11:29:04.943 INFO kablam! error[E0599]: no method named `wait` found for type `event::Event` in the current scope Sep 04 11:29:04.944 INFO kablam! --> src/lib.rs:688:26 Sep 04 11:29:04.944 INFO kablam! | Sep 04 11:29:04.944 INFO kablam! 688 | assert_eq!(event.wait(MX_USER_SIGNAL_0, deadline_after(ten_ms)), Err(Status::ErrTimedOut)); Sep 04 11:29:04.944 INFO kablam! | ^^^^ Sep 04 11:29:04.944 INFO kablam! | Sep 04 11:29:04.944 INFO kablam! ::: src/event.rs:15:1 Sep 04 11:29:04.944 INFO kablam! | Sep 04 11:29:04.944 INFO kablam! 15 | pub struct Event(Handle); Sep 04 11:29:04.944 INFO kablam! | ------------------------- method `wait` not found for this Sep 04 11:29:04.944 INFO kablam! Sep 04 11:29:04.957 INFO kablam! error[E0599]: no method named `signal` found for type `event::Event` in the current scope Sep 04 11:29:04.957 INFO kablam! --> src/lib.rs:707:20 Sep 04 11:29:04.957 INFO kablam! | Sep 04 11:29:04.957 INFO kablam! 707 | assert!(e1.signal(MX_SIGNAL_NONE, MX_USER_SIGNAL_0).is_ok()); Sep 04 11:29:04.957 INFO kablam! | ^^^^^^ Sep 04 11:29:04.957 INFO kablam! | Sep 04 11:29:04.957 INFO kablam! ::: src/event.rs:15:1 Sep 04 11:29:04.958 INFO kablam! | Sep 04 11:29:04.958 INFO kablam! 15 | pub struct Event(Handle); Sep 04 11:29:04.958 INFO kablam! | ------------------------- method `signal` not found for this Sep 04 11:29:04.958 INFO kablam! | Sep 04 11:29:04.958 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 04 11:29:04.958 INFO kablam! = note: the following trait defines an item `signal`, perhaps you need to implement it: Sep 04 11:29:04.958 INFO kablam! candidate #1: `std::os::ext::process::ExitStatusExt` Sep 04 11:29:04.958 INFO kablam! Sep 04 11:29:04.964 INFO kablam! error[E0599]: no method named `signal` found for type `event::Event` in the current scope Sep 04 11:29:04.964 INFO kablam! --> src/lib.rs:713:20 Sep 04 11:29:04.964 INFO kablam! | Sep 04 11:29:04.964 INFO kablam! 713 | assert!(e2.signal(MX_SIGNAL_NONE, MX_USER_SIGNAL_1).is_ok()); Sep 04 11:29:04.964 INFO kablam! | ^^^^^^ Sep 04 11:29:04.964 INFO kablam! | Sep 04 11:29:04.964 INFO kablam! ::: src/event.rs:15:1 Sep 04 11:29:04.964 INFO kablam! | Sep 04 11:29:04.964 INFO kablam! 15 | pub struct Event(Handle); Sep 04 11:29:04.964 INFO kablam! | ------------------------- method `signal` not found for this Sep 04 11:29:04.964 INFO kablam! | Sep 04 11:29:04.964 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 04 11:29:04.964 INFO kablam! = note: the following trait defines an item `signal`, perhaps you need to implement it: Sep 04 11:29:04.964 INFO kablam! candidate #1: `std::os::ext::process::ExitStatusExt` Sep 04 11:29:04.964 INFO kablam! Sep 04 11:29:04.970 INFO kablam! error[E0599]: no method named `signal` found for type `event::Event` in the current scope Sep 04 11:29:04.970 INFO kablam! --> src/lib.rs:719:20 Sep 04 11:29:04.970 INFO kablam! | Sep 04 11:29:04.970 INFO kablam! 719 | assert!(e1.signal(MX_USER_SIGNAL_0, MX_SIGNAL_NONE).is_ok()); Sep 04 11:29:04.970 INFO kablam! | ^^^^^^ Sep 04 11:29:04.970 INFO kablam! | Sep 04 11:29:04.970 INFO kablam! ::: src/event.rs:15:1 Sep 04 11:29:04.970 INFO kablam! | Sep 04 11:29:04.970 INFO kablam! 15 | pub struct Event(Handle); Sep 04 11:29:04.971 INFO kablam! | ------------------------- method `signal` not found for this Sep 04 11:29:04.971 INFO kablam! | Sep 04 11:29:04.971 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 04 11:29:04.971 INFO kablam! = note: the following trait defines an item `signal`, perhaps you need to implement it: Sep 04 11:29:04.971 INFO kablam! candidate #1: `std::os::ext::process::ExitStatusExt` Sep 04 11:29:04.971 INFO kablam! Sep 04 11:29:04.973 INFO kablam! error[E0599]: no method named `signal` found for type `event::Event` in the current scope Sep 04 11:29:04.973 INFO kablam! --> src/lib.rs:720:20 Sep 04 11:29:04.973 INFO kablam! | Sep 04 11:29:04.973 INFO kablam! 720 | assert!(e2.signal(MX_USER_SIGNAL_1, MX_SIGNAL_NONE).is_ok()); Sep 04 11:29:04.973 INFO kablam! | ^^^^^^ Sep 04 11:29:04.973 INFO kablam! | Sep 04 11:29:04.973 INFO kablam! ::: src/event.rs:15:1 Sep 04 11:29:04.973 INFO kablam! | Sep 04 11:29:04.973 INFO kablam! 15 | pub struct Event(Handle); Sep 04 11:29:04.973 INFO kablam! | ------------------------- method `signal` not found for this Sep 04 11:29:04.973 INFO kablam! | Sep 04 11:29:04.973 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 04 11:29:04.973 INFO kablam! = note: the following trait defines an item `signal`, perhaps you need to implement it: Sep 04 11:29:04.973 INFO kablam! candidate #1: `std::os::ext::process::ExitStatusExt` Sep 04 11:29:04.973 INFO kablam! Sep 04 11:29:05.065 INFO kablam! error[E0599]: no method named `duplicate` found for type `vmo::Vmo` in the current scope Sep 04 11:29:05.065 INFO kablam! --> src/channel.rs:298:40 Sep 04 11:29:05.065 INFO kablam! | Sep 04 11:29:05.066 INFO kablam! 298 | let duplicate_vmo_handle = vmo.duplicate(MX_RIGHT_SAME_RIGHTS).unwrap().into_handle(); Sep 04 11:29:05.066 INFO kablam! | ^^^^^^^^^ Sep 04 11:29:05.066 INFO kablam! | Sep 04 11:29:05.066 INFO kablam! ::: src/vmo.rs:16:1 Sep 04 11:29:05.066 INFO kablam! | Sep 04 11:29:05.066 INFO kablam! 16 | pub struct Vmo(Handle); Sep 04 11:29:05.066 INFO kablam! | ----------------------- method `duplicate` not found for this Sep 04 11:29:05.066 INFO kablam! Sep 04 11:29:05.080 INFO kablam! error[E0599]: no method named `duplicate` found for type `vmo::Vmo` in the current scope Sep 04 11:29:05.080 INFO kablam! --> src/channel.rs:334:40 Sep 04 11:29:05.080 INFO kablam! | Sep 04 11:29:05.080 INFO kablam! 334 | let duplicate_vmo_handle = vmo.duplicate(MX_RIGHT_SAME_RIGHTS).unwrap().into_handle(); Sep 04 11:29:05.080 INFO kablam! | ^^^^^^^^^ Sep 04 11:29:05.080 INFO kablam! | Sep 04 11:29:05.080 INFO kablam! ::: src/vmo.rs:16:1 Sep 04 11:29:05.080 INFO kablam! | Sep 04 11:29:05.080 INFO kablam! 16 | pub struct Vmo(Handle); Sep 04 11:29:05.080 INFO kablam! | ----------------------- method `duplicate` not found for this Sep 04 11:29:05.080 INFO kablam! Sep 04 11:29:05.093 INFO kablam! error[E0599]: no method named `wait` found for type `channel::Channel` in the current scope Sep 04 11:29:05.093 INFO kablam! --> src/channel.rs:359:27 Sep 04 11:29:05.093 INFO kablam! | Sep 04 11:29:05.093 INFO kablam! 16 | pub struct Channel(Handle); Sep 04 11:29:05.093 INFO kablam! | --------------------------- method `wait` not found for this Sep 04 11:29:05.093 INFO kablam! ... Sep 04 11:29:05.093 INFO kablam! 359 | assert_eq!(p2.wait(MX_CHANNEL_READABLE, deadline_after(hundred_ms)), Sep 04 11:29:05.093 INFO kablam! | ^^^^ Sep 04 11:29:05.093 INFO kablam! Sep 04 11:29:05.127 INFO kablam! error[E0599]: no method named `wait` found for type `eventpair::EventPair` in the current scope Sep 04 11:29:05.127 INFO kablam! --> src/eventpair.rs:60:23 Sep 04 11:29:05.127 INFO kablam! | Sep 04 11:29:05.127 INFO kablam! 15 | pub struct EventPair(Handle); Sep 04 11:29:05.127 INFO kablam! | ----------------------------- method `wait` not found for this Sep 04 11:29:05.128 INFO kablam! ... Sep 04 11:29:05.128 INFO kablam! 60 | assert_eq!(p2.wait(MX_USER_SIGNAL_0, deadline_after(ten_ms)), Err(Status::ErrTimedOut)); Sep 04 11:29:05.128 INFO kablam! | ^^^^ Sep 04 11:29:05.128 INFO kablam! Sep 04 11:29:05.131 INFO kablam! error[E0599]: no method named `wait` found for type `eventpair::EventPair` in the current scope Sep 04 11:29:05.131 INFO kablam! --> src/eventpair.rs:64:23 Sep 04 11:29:05.132 INFO kablam! | Sep 04 11:29:05.132 INFO kablam! 15 | pub struct EventPair(Handle); Sep 04 11:29:05.132 INFO kablam! | ----------------------------- method `wait` not found for this Sep 04 11:29:05.132 INFO kablam! ... Sep 04 11:29:05.132 INFO kablam! 64 | assert_eq!(p2.wait(MX_USER_SIGNAL_0, deadline_after(ten_ms)).unwrap(), Sep 04 11:29:05.132 INFO kablam! | ^^^^ Sep 04 11:29:05.132 INFO kablam! Sep 04 11:29:05.135 INFO kablam! error[E0599]: no method named `wait` found for type `eventpair::EventPair` in the current scope Sep 04 11:29:05.136 INFO kablam! --> src/eventpair.rs:68:23 Sep 04 11:29:05.136 INFO kablam! | Sep 04 11:29:05.136 INFO kablam! 15 | pub struct EventPair(Handle); Sep 04 11:29:05.136 INFO kablam! | ----------------------------- method `wait` not found for this Sep 04 11:29:05.136 INFO kablam! ... Sep 04 11:29:05.136 INFO kablam! 68 | assert_eq!(p2.wait(MX_USER_SIGNAL_0, deadline_after(ten_ms)).unwrap(), Sep 04 11:29:05.136 INFO kablam! | ^^^^ Sep 04 11:29:05.136 INFO kablam! Sep 04 11:29:05.140 INFO kablam! error[E0599]: no method named `wait` found for type `eventpair::EventPair` in the current scope Sep 04 11:29:05.140 INFO kablam! --> src/eventpair.rs:73:23 Sep 04 11:29:05.140 INFO kablam! | Sep 04 11:29:05.140 INFO kablam! 15 | pub struct EventPair(Handle); Sep 04 11:29:05.140 INFO kablam! | ----------------------------- method `wait` not found for this Sep 04 11:29:05.141 INFO kablam! ... Sep 04 11:29:05.141 INFO kablam! 73 | assert_eq!(p2.wait(MX_USER_SIGNAL_0, deadline_after(ten_ms)), Err(Status::ErrTimedOut)); Sep 04 11:29:05.141 INFO kablam! | ^^^^ Sep 04 11:29:05.141 INFO kablam! Sep 04 11:29:05.195 INFO kablam! error[E0599]: no method named `wait_async` found for type `event::Event` in the current scope Sep 04 11:29:05.195 INFO kablam! --> src/port.rs:228:23 Sep 04 11:29:05.195 INFO kablam! | Sep 04 11:29:05.195 INFO kablam! 228 | assert!(event.wait_async(&port, key, MX_USER_SIGNAL_0 | MX_USER_SIGNAL_1, Sep 04 11:29:05.195 INFO kablam! | ^^^^^^^^^^ Sep 04 11:29:05.195 INFO kablam! | Sep 04 11:29:05.195 INFO kablam! ::: src/event.rs:15:1 Sep 04 11:29:05.195 INFO kablam! | Sep 04 11:29:05.195 INFO kablam! 15 | pub struct Event(Handle); Sep 04 11:29:05.195 INFO kablam! | ------------------------- method `wait_async` not found for this Sep 04 11:29:05.195 INFO kablam! Sep 04 11:29:05.199 INFO kablam! error[E0599]: no method named `signal` found for type `event::Event` in the current scope Sep 04 11:29:05.199 INFO kablam! --> src/port.rs:235:23 Sep 04 11:29:05.199 INFO kablam! | Sep 04 11:29:05.199 INFO kablam! 235 | assert!(event.signal(MX_SIGNAL_NONE, MX_USER_SIGNAL_0).is_ok()); Sep 04 11:29:05.199 INFO kablam! | ^^^^^^ Sep 04 11:29:05.199 INFO kablam! | Sep 04 11:29:05.199 INFO kablam! ::: src/event.rs:15:1 Sep 04 11:29:05.199 INFO kablam! | Sep 04 11:29:05.199 INFO kablam! 15 | pub struct Event(Handle); Sep 04 11:29:05.200 INFO kablam! | ------------------------- method `signal` not found for this Sep 04 11:29:05.200 INFO kablam! | Sep 04 11:29:05.200 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 04 11:29:05.200 INFO kablam! = note: the following trait defines an item `signal`, perhaps you need to implement it: Sep 04 11:29:05.200 INFO kablam! candidate #1: `std::os::ext::process::ExitStatusExt` Sep 04 11:29:05.200 INFO kablam! Sep 04 11:29:05.212 INFO kablam! error[E0599]: no method named `wait_async` found for type `event::Event` in the current scope Sep 04 11:29:05.212 INFO kablam! --> src/port.rs:252:23 Sep 04 11:29:05.212 INFO kablam! | Sep 04 11:29:05.213 INFO kablam! 252 | assert!(event.wait_async(&port, key, MX_USER_SIGNAL_0, WaitAsyncOpts::Once).is_ok()); Sep 04 11:29:05.213 INFO kablam! | ^^^^^^^^^^ Sep 04 11:29:05.213 INFO kablam! | Sep 04 11:29:05.213 INFO kablam! ::: src/event.rs:15:1 Sep 04 11:29:05.213 INFO kablam! | Sep 04 11:29:05.213 INFO kablam! 15 | pub struct Event(Handle); Sep 04 11:29:05.213 INFO kablam! | ------------------------- method `wait_async` not found for this Sep 04 11:29:05.213 INFO kablam! Sep 04 11:29:05.224 INFO kablam! error[E0599]: no method named `wait_async` found for type `event::Event` in the current scope Sep 04 11:29:05.224 INFO kablam! --> src/port.rs:267:23 Sep 04 11:29:05.224 INFO kablam! | Sep 04 11:29:05.224 INFO kablam! 267 | assert!(event.wait_async(&port, key, MX_USER_SIGNAL_0, WaitAsyncOpts::Once).is_ok()); Sep 04 11:29:05.224 INFO kablam! | ^^^^^^^^^^ Sep 04 11:29:05.224 INFO kablam! | Sep 04 11:29:05.224 INFO kablam! ::: src/event.rs:15:1 Sep 04 11:29:05.224 INFO kablam! | Sep 04 11:29:05.224 INFO kablam! 15 | pub struct Event(Handle); Sep 04 11:29:05.224 INFO kablam! | ------------------------- method `wait_async` not found for this Sep 04 11:29:05.224 INFO kablam! Sep 04 11:29:05.229 INFO kablam! error[E0599]: no method named `signal` found for type `event::Event` in the current scope Sep 04 11:29:05.229 INFO kablam! --> src/port.rs:272:23 Sep 04 11:29:05.229 INFO kablam! | Sep 04 11:29:05.229 INFO kablam! 272 | assert!(event.signal(MX_USER_SIGNAL_0, MX_SIGNAL_NONE).is_ok()); // clear signal Sep 04 11:29:05.229 INFO kablam! | ^^^^^^ Sep 04 11:29:05.229 INFO kablam! | Sep 04 11:29:05.229 INFO kablam! ::: src/event.rs:15:1 Sep 04 11:29:05.229 INFO kablam! | Sep 04 11:29:05.229 INFO kablam! 15 | pub struct Event(Handle); Sep 04 11:29:05.229 INFO kablam! | ------------------------- method `signal` not found for this Sep 04 11:29:05.229 INFO kablam! | Sep 04 11:29:05.229 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 04 11:29:05.229 INFO kablam! = note: the following trait defines an item `signal`, perhaps you need to implement it: Sep 04 11:29:05.229 INFO kablam! candidate #1: `std::os::ext::process::ExitStatusExt` Sep 04 11:29:05.229 INFO kablam! Sep 04 11:29:05.231 INFO kablam! error[E0599]: no method named `wait_async` found for type `event::Event` in the current scope Sep 04 11:29:05.231 INFO kablam! --> src/port.rs:273:23 Sep 04 11:29:05.231 INFO kablam! | Sep 04 11:29:05.232 INFO kablam! 273 | assert!(event.wait_async(&port, key, MX_USER_SIGNAL_0, WaitAsyncOpts::Once).is_ok()); Sep 04 11:29:05.232 INFO kablam! | ^^^^^^^^^^ Sep 04 11:29:05.232 INFO kablam! | Sep 04 11:29:05.232 INFO kablam! ::: src/event.rs:15:1 Sep 04 11:29:05.232 INFO kablam! | Sep 04 11:29:05.232 INFO kablam! 15 | pub struct Event(Handle); Sep 04 11:29:05.232 INFO kablam! | ------------------------- method `wait_async` not found for this Sep 04 11:29:05.232 INFO kablam! Sep 04 11:29:05.234 INFO kablam! error[E0599]: no method named `signal` found for type `event::Event` in the current scope Sep 04 11:29:05.234 INFO kablam! --> src/port.rs:275:23 Sep 04 11:29:05.234 INFO kablam! | Sep 04 11:29:05.235 INFO kablam! 275 | assert!(event.signal(MX_SIGNAL_NONE, MX_USER_SIGNAL_0).is_ok()); Sep 04 11:29:05.235 INFO kablam! | ^^^^^^ Sep 04 11:29:05.235 INFO kablam! | Sep 04 11:29:05.235 INFO kablam! ::: src/event.rs:15:1 Sep 04 11:29:05.235 INFO kablam! | Sep 04 11:29:05.235 INFO kablam! 15 | pub struct Event(Handle); Sep 04 11:29:05.235 INFO kablam! | ------------------------- method `signal` not found for this Sep 04 11:29:05.235 INFO kablam! | Sep 04 11:29:05.235 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 04 11:29:05.235 INFO kablam! = note: the following trait defines an item `signal`, perhaps you need to implement it: Sep 04 11:29:05.235 INFO kablam! candidate #1: `std::os::ext::process::ExitStatusExt` Sep 04 11:29:05.235 INFO kablam! Sep 04 11:29:05.241 INFO kablam! error[E0599]: no method named `wait_async` found for type `event::Event` in the current scope Sep 04 11:29:05.241 INFO kablam! --> src/port.rs:287:23 Sep 04 11:29:05.241 INFO kablam! | Sep 04 11:29:05.241 INFO kablam! 287 | assert!(event.wait_async(&port, key, MX_USER_SIGNAL_0 | MX_USER_SIGNAL_1, Sep 04 11:29:05.241 INFO kablam! | ^^^^^^^^^^ Sep 04 11:29:05.241 INFO kablam! | Sep 04 11:29:05.241 INFO kablam! ::: src/event.rs:15:1 Sep 04 11:29:05.241 INFO kablam! | Sep 04 11:29:05.241 INFO kablam! 15 | pub struct Event(Handle); Sep 04 11:29:05.241 INFO kablam! | ------------------------- method `wait_async` not found for this Sep 04 11:29:05.241 INFO kablam! Sep 04 11:29:05.245 INFO kablam! error[E0599]: no method named `signal` found for type `event::Event` in the current scope Sep 04 11:29:05.245 INFO kablam! --> src/port.rs:294:23 Sep 04 11:29:05.245 INFO kablam! | Sep 04 11:29:05.245 INFO kablam! 294 | assert!(event.signal(MX_SIGNAL_NONE, MX_USER_SIGNAL_0).is_ok()); Sep 04 11:29:05.245 INFO kablam! | ^^^^^^ Sep 04 11:29:05.245 INFO kablam! | Sep 04 11:29:05.246 INFO kablam! ::: src/event.rs:15:1 Sep 04 11:29:05.246 INFO kablam! | Sep 04 11:29:05.246 INFO kablam! 15 | pub struct Event(Handle); Sep 04 11:29:05.246 INFO kablam! | ------------------------- method `signal` not found for this Sep 04 11:29:05.246 INFO kablam! | Sep 04 11:29:05.246 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 04 11:29:05.246 INFO kablam! = note: the following trait defines an item `signal`, perhaps you need to implement it: Sep 04 11:29:05.246 INFO kablam! candidate #1: `std::os::ext::process::ExitStatusExt` Sep 04 11:29:05.246 INFO kablam! Sep 04 11:29:05.258 INFO kablam! error[E0599]: no method named `signal` found for type `event::Event` in the current scope Sep 04 11:29:05.258 INFO kablam! --> src/port.rs:313:23 Sep 04 11:29:05.258 INFO kablam! | Sep 04 11:29:05.258 INFO kablam! 313 | assert!(event.signal(MX_USER_SIGNAL_0, MX_SIGNAL_NONE).is_ok()); // clear signal Sep 04 11:29:05.258 INFO kablam! | ^^^^^^ Sep 04 11:29:05.258 INFO kablam! | Sep 04 11:29:05.258 INFO kablam! ::: src/event.rs:15:1 Sep 04 11:29:05.258 INFO kablam! | Sep 04 11:29:05.258 INFO kablam! 15 | pub struct Event(Handle); Sep 04 11:29:05.259 INFO kablam! | ------------------------- method `signal` not found for this Sep 04 11:29:05.259 INFO kablam! | Sep 04 11:29:05.259 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 04 11:29:05.259 INFO kablam! = note: the following trait defines an item `signal`, perhaps you need to implement it: Sep 04 11:29:05.259 INFO kablam! candidate #1: `std::os::ext::process::ExitStatusExt` Sep 04 11:29:05.259 INFO kablam! Sep 04 11:29:05.261 INFO kablam! error[E0599]: no method named `signal` found for type `event::Event` in the current scope Sep 04 11:29:05.261 INFO kablam! --> src/port.rs:314:23 Sep 04 11:29:05.261 INFO kablam! | Sep 04 11:29:05.261 INFO kablam! 314 | assert!(event.signal(MX_SIGNAL_NONE, MX_USER_SIGNAL_0).is_ok()); Sep 04 11:29:05.261 INFO kablam! | ^^^^^^ Sep 04 11:29:05.261 INFO kablam! | Sep 04 11:29:05.261 INFO kablam! ::: src/event.rs:15:1 Sep 04 11:29:05.261 INFO kablam! | Sep 04 11:29:05.261 INFO kablam! 15 | pub struct Event(Handle); Sep 04 11:29:05.261 INFO kablam! | ------------------------- method `signal` not found for this Sep 04 11:29:05.261 INFO kablam! | Sep 04 11:29:05.261 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 04 11:29:05.261 INFO kablam! = note: the following trait defines an item `signal`, perhaps you need to implement it: Sep 04 11:29:05.261 INFO kablam! candidate #1: `std::os::ext::process::ExitStatusExt` Sep 04 11:29:05.261 INFO kablam! Sep 04 11:29:05.274 INFO kablam! error[E0599]: no method named `signal` found for type `event::Event` in the current scope Sep 04 11:29:05.274 INFO kablam! --> src/port.rs:331:23 Sep 04 11:29:05.274 INFO kablam! | Sep 04 11:29:05.274 INFO kablam! 331 | assert!(event.signal(MX_USER_SIGNAL_0, MX_SIGNAL_NONE).is_ok()); // clear signal Sep 04 11:29:05.274 INFO kablam! | ^^^^^^ Sep 04 11:29:05.274 INFO kablam! | Sep 04 11:29:05.274 INFO kablam! ::: src/event.rs:15:1 Sep 04 11:29:05.274 INFO kablam! | Sep 04 11:29:05.274 INFO kablam! 15 | pub struct Event(Handle); Sep 04 11:29:05.274 INFO kablam! | ------------------------- method `signal` not found for this Sep 04 11:29:05.274 INFO kablam! | Sep 04 11:29:05.274 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 04 11:29:05.274 INFO kablam! = note: the following trait defines an item `signal`, perhaps you need to implement it: Sep 04 11:29:05.274 INFO kablam! candidate #1: `std::os::ext::process::ExitStatusExt` Sep 04 11:29:05.274 INFO kablam! Sep 04 11:29:05.276 INFO kablam! error[E0599]: no method named `signal` found for type `event::Event` in the current scope Sep 04 11:29:05.276 INFO kablam! --> src/port.rs:332:23 Sep 04 11:29:05.276 INFO kablam! | Sep 04 11:29:05.276 INFO kablam! 332 | assert!(event.signal(MX_SIGNAL_NONE, MX_USER_SIGNAL_0).is_ok()); Sep 04 11:29:05.276 INFO kablam! | ^^^^^^ Sep 04 11:29:05.276 INFO kablam! | Sep 04 11:29:05.277 INFO kablam! ::: src/event.rs:15:1 Sep 04 11:29:05.277 INFO kablam! | Sep 04 11:29:05.277 INFO kablam! 15 | pub struct Event(Handle); Sep 04 11:29:05.277 INFO kablam! | ------------------------- method `signal` not found for this Sep 04 11:29:05.277 INFO kablam! | Sep 04 11:29:05.277 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 04 11:29:05.277 INFO kablam! = note: the following trait defines an item `signal`, perhaps you need to implement it: Sep 04 11:29:05.277 INFO kablam! candidate #1: `std::os::ext::process::ExitStatusExt` Sep 04 11:29:05.277 INFO kablam! Sep 04 11:29:05.281 INFO kablam! error[E0599]: no method named `wait_async` found for type `event::Event` in the current scope Sep 04 11:29:05.281 INFO kablam! --> src/port.rs:336:23 Sep 04 11:29:05.281 INFO kablam! | Sep 04 11:29:05.281 INFO kablam! 336 | assert!(event.wait_async(&port, key, MX_USER_SIGNAL_0, WaitAsyncOpts::Repeating).is_ok()); Sep 04 11:29:05.281 INFO kablam! | ^^^^^^^^^^ Sep 04 11:29:05.281 INFO kablam! | Sep 04 11:29:05.281 INFO kablam! ::: src/event.rs:15:1 Sep 04 11:29:05.281 INFO kablam! | Sep 04 11:29:05.281 INFO kablam! 15 | pub struct Event(Handle); Sep 04 11:29:05.281 INFO kablam! | ------------------------- method `wait_async` not found for this Sep 04 11:29:05.281 INFO kablam! Sep 04 11:29:05.340 INFO kablam! error[E0599]: no method named `wait` found for type `timer::Timer` in the current scope Sep 04 11:29:05.340 INFO kablam! --> src/timer.rs:89:26 Sep 04 11:29:05.340 INFO kablam! | Sep 04 11:29:05.340 INFO kablam! 15 | pub struct Timer(Handle); Sep 04 11:29:05.340 INFO kablam! | ------------------------- method `wait` not found for this Sep 04 11:29:05.340 INFO kablam! ... Sep 04 11:29:05.340 INFO kablam! 89 | assert_eq!(timer.wait(MX_TIMER_SIGNALED, deadline_after(ten_ms)), Err(Status::ErrTimedOut)); Sep 04 11:29:05.340 INFO kablam! | ^^^^ Sep 04 11:29:05.340 INFO kablam! Sep 04 11:29:05.345 INFO kablam! error[E0599]: no method named `wait` found for type `timer::Timer` in the current scope Sep 04 11:29:05.345 INFO kablam! --> src/timer.rs:93:26 Sep 04 11:29:05.346 INFO kablam! | Sep 04 11:29:05.346 INFO kablam! 15 | pub struct Timer(Handle); Sep 04 11:29:05.346 INFO kablam! | ------------------------- method `wait` not found for this Sep 04 11:29:05.346 INFO kablam! ... Sep 04 11:29:05.346 INFO kablam! 93 | assert_eq!(timer.wait(MX_TIMER_SIGNALED, deadline_after(twenty_ms)).unwrap(), Sep 04 11:29:05.346 INFO kablam! | ^^^^ Sep 04 11:29:05.346 INFO kablam! Sep 04 11:29:05.351 INFO kablam! error[E0599]: no method named `wait` found for type `timer::Timer` in the current scope Sep 04 11:29:05.351 INFO kablam! --> src/timer.rs:98:26 Sep 04 11:29:05.351 INFO kablam! | Sep 04 11:29:05.351 INFO kablam! 15 | pub struct Timer(Handle); Sep 04 11:29:05.351 INFO kablam! | ------------------------- method `wait` not found for this Sep 04 11:29:05.351 INFO kablam! ... Sep 04 11:29:05.351 INFO kablam! 98 | assert_eq!(timer.wait(MX_TIMER_SIGNALED, deadline_after(ten_ms)), Err(Status::ErrTimedOut)); Sep 04 11:29:05.351 INFO kablam! | ^^^^ Sep 04 11:29:05.352 INFO kablam! Sep 04 11:29:05.356 INFO kablam! error[E0599]: no method named `wait` found for type `timer::Timer` in the current scope Sep 04 11:29:05.356 INFO kablam! --> src/timer.rs:110:26 Sep 04 11:29:05.356 INFO kablam! | Sep 04 11:29:05.356 INFO kablam! 15 | pub struct Timer(Handle); Sep 04 11:29:05.356 INFO kablam! | ------------------------- method `wait` not found for this Sep 04 11:29:05.356 INFO kablam! ... Sep 04 11:29:05.356 INFO kablam! 110 | assert_eq!(timer.wait(MX_TIMER_SIGNALED, deadline_after(ten_ms)), Err(Status::ErrTimedOut)); Sep 04 11:29:05.356 INFO kablam! | ^^^^ Sep 04 11:29:05.356 INFO kablam! Sep 04 11:29:05.361 INFO kablam! error[E0599]: no method named `wait` found for type `timer::Timer` in the current scope Sep 04 11:29:05.361 INFO kablam! --> src/timer.rs:114:26 Sep 04 11:29:05.361 INFO kablam! | Sep 04 11:29:05.361 INFO kablam! 15 | pub struct Timer(Handle); Sep 04 11:29:05.362 INFO kablam! | ------------------------- method `wait` not found for this Sep 04 11:29:05.362 INFO kablam! ... Sep 04 11:29:05.362 INFO kablam! 114 | assert_eq!(timer.wait(MX_TIMER_SIGNALED, deadline_after(twenty_ms)).unwrap(), Sep 04 11:29:05.362 INFO kablam! | ^^^^ Sep 04 11:29:05.362 INFO kablam! Sep 04 11:29:05.367 INFO kablam! error[E0599]: no method named `wait` found for type `timer::Timer` in the current scope Sep 04 11:29:05.367 INFO kablam! --> src/timer.rs:119:26 Sep 04 11:29:05.367 INFO kablam! | Sep 04 11:29:05.367 INFO kablam! 15 | pub struct Timer(Handle); Sep 04 11:29:05.367 INFO kablam! | ------------------------- method `wait` not found for this Sep 04 11:29:05.367 INFO kablam! ... Sep 04 11:29:05.367 INFO kablam! 119 | assert_eq!(timer.wait(MX_TIMER_SIGNALED, deadline_after(ten_ms)), Err(Status::ErrTimedOut)); Sep 04 11:29:05.367 INFO kablam! | ^^^^ Sep 04 11:29:05.367 INFO kablam! Sep 04 11:29:05.519 INFO kablam! error: aborting due to 39 previous errors Sep 04 11:29:05.519 INFO kablam! Sep 04 11:29:05.519 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 04 11:29:05.526 INFO kablam! error: Could not compile `magenta`. Sep 04 11:29:05.526 INFO kablam! Sep 04 11:29:05.526 INFO kablam! To learn more, run the command again with --verbose. Sep 04 11:29:05.528 INFO kablam! su: No module specific data is present Sep 04 11:29:05.931 INFO running `"docker" "rm" "-f" "3bef14631db2f4c37e4f0aae5f39a8ac43484bccba8e534ecf073ea54a6dd45a"` Sep 04 11:29:06.032 INFO blam! 3bef14631db2f4c37e4f0aae5f39a8ac43484bccba8e534ecf073ea54a6dd45a