Sep 20 00:26:23.559 INFO checking magenta-0.2.0 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 20 00:26:23.559 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 20 00:26:23.559 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-6/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/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 +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 00:26:23.726 INFO blam! 2c8a74a3eeebf4a64abe18f158b6b6fbd760a9a9c629f371724c48351cf47dcc Sep 20 00:26:23.728 INFO running `"docker" "start" "-a" "2c8a74a3eeebf4a64abe18f158b6b6fbd760a9a9c629f371724c48351cf47dcc"` Sep 20 00:26:24.535 INFO kablam! usermod: no changes Sep 20 00:26:24.573 INFO kablam! Checking magenta-sys v0.2.0 Sep 20 00:26:25.228 INFO kablam! Checking magenta v0.2.0 (/source) Sep 20 00:26:25.478 INFO kablam! warning: unnecessary parentheses around function argument Sep 20 00:26:25.478 INFO kablam! --> src/lib.rs:520:19 Sep 20 00:26:25.478 INFO kablam! | Sep 20 00:26:25.478 INFO kablam! 520 | return Ok((true)) Sep 20 00:26:25.478 INFO kablam! | ^^^^^^ help: remove these parentheses Sep 20 00:26:25.478 INFO kablam! | Sep 20 00:26:25.478 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 20 00:26:25.478 INFO kablam! Sep 20 00:26:25.636 INFO kablam! warning: unnecessary parentheses around function argument Sep 20 00:26:25.636 INFO kablam! --> src/lib.rs:520:19 Sep 20 00:26:25.637 INFO kablam! | Sep 20 00:26:25.637 INFO kablam! 520 | return Ok((true)) Sep 20 00:26:25.637 INFO kablam! | ^^^^^^ help: remove these parentheses Sep 20 00:26:25.637 INFO kablam! | Sep 20 00:26:25.637 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 20 00:26:25.637 INFO kablam! Sep 20 00:26:25.890 INFO kablam! error[E0599]: no method named `duplicate` found for type `vmo::Vmo` in the current scope Sep 20 00:26:25.890 INFO kablam! --> src/lib.rs:638:32 Sep 20 00:26:25.890 INFO kablam! | Sep 20 00:26:25.890 INFO kablam! 638 | let readonly_vmo = vmo.duplicate(MX_RIGHT_READ).unwrap(); Sep 20 00:26:25.890 INFO kablam! | ^^^^^^^^^ Sep 20 00:26:25.890 INFO kablam! | Sep 20 00:26:25.890 INFO kablam! ::: src/vmo.rs:16:1 Sep 20 00:26:25.890 INFO kablam! | Sep 20 00:26:25.890 INFO kablam! 16 | pub struct Vmo(Handle); Sep 20 00:26:25.890 INFO kablam! | ----------------------- method `duplicate` not found for this Sep 20 00:26:25.890 INFO kablam! Sep 20 00:26:25.918 INFO kablam! error[E0599]: no method named `replace` found for type `vmo::Vmo` in the current scope Sep 20 00:26:25.919 INFO kablam! --> src/lib.rs:661:32 Sep 20 00:26:25.919 INFO kablam! | Sep 20 00:26:25.919 INFO kablam! 661 | let readonly_vmo = vmo.replace(MX_RIGHT_READ).unwrap(); Sep 20 00:26:25.919 INFO kablam! | ^^^^^^^ Sep 20 00:26:25.919 INFO kablam! | Sep 20 00:26:25.919 INFO kablam! ::: src/vmo.rs:16:1 Sep 20 00:26:25.919 INFO kablam! | Sep 20 00:26:25.919 INFO kablam! 16 | pub struct Vmo(Handle); Sep 20 00:26:25.919 INFO kablam! | ----------------------- method `replace` not found for this Sep 20 00:26:25.919 INFO kablam! Sep 20 00:26:25.925 INFO kablam! error[E0599]: no method named `wait` found for type `event::Event` in the current scope Sep 20 00:26:25.925 INFO kablam! --> src/lib.rs:675:26 Sep 20 00:26:25.925 INFO kablam! | Sep 20 00:26:25.925 INFO kablam! 675 | assert_eq!(event.wait(MX_USER_SIGNAL_0, deadline_after(ten_ms)), Err(Status::ErrTimedOut)); Sep 20 00:26:25.925 INFO kablam! | ^^^^ Sep 20 00:26:25.925 INFO kablam! | Sep 20 00:26:25.925 INFO kablam! ::: src/event.rs:15:1 Sep 20 00:26:25.925 INFO kablam! | Sep 20 00:26:25.925 INFO kablam! 15 | pub struct Event(Handle); Sep 20 00:26:25.925 INFO kablam! | ------------------------- method `wait` not found for this Sep 20 00:26:25.925 INFO kablam! Sep 20 00:26:25.928 INFO kablam! error[E0599]: no method named `signal` found for type `event::Event` in the current scope Sep 20 00:26:25.928 INFO kablam! --> src/lib.rs:678:23 Sep 20 00:26:25.928 INFO kablam! | Sep 20 00:26:25.928 INFO kablam! 678 | assert!(event.signal(MX_SIGNAL_NONE, MX_USER_SIGNAL_0).is_ok()); Sep 20 00:26:25.928 INFO kablam! | ^^^^^^ Sep 20 00:26:25.928 INFO kablam! | Sep 20 00:26:25.928 INFO kablam! ::: src/event.rs:15:1 Sep 20 00:26:25.928 INFO kablam! | Sep 20 00:26:25.928 INFO kablam! 15 | pub struct Event(Handle); Sep 20 00:26:25.928 INFO kablam! | ------------------------- method `signal` not found for this Sep 20 00:26:25.928 INFO kablam! | Sep 20 00:26:25.928 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 20 00:26:25.928 INFO kablam! = note: the following trait defines an item `signal`, perhaps you need to implement it: Sep 20 00:26:25.928 INFO kablam! candidate #1: `std::os::ext::process::ExitStatusExt` Sep 20 00:26:25.928 INFO kablam! Sep 20 00:26:25.931 INFO kablam! error[E0599]: no method named `wait` found for type `event::Event` in the current scope Sep 20 00:26:25.931 INFO kablam! --> src/lib.rs:679:26 Sep 20 00:26:25.931 INFO kablam! | Sep 20 00:26:25.931 INFO kablam! 679 | assert_eq!(event.wait(MX_USER_SIGNAL_0, deadline_after(ten_ms)).unwrap(), Sep 20 00:26:25.931 INFO kablam! | ^^^^ Sep 20 00:26:25.931 INFO kablam! | Sep 20 00:26:25.931 INFO kablam! ::: src/event.rs:15:1 Sep 20 00:26:25.931 INFO kablam! | Sep 20 00:26:25.931 INFO kablam! 15 | pub struct Event(Handle); Sep 20 00:26:25.931 INFO kablam! | ------------------------- method `wait` not found for this Sep 20 00:26:25.931 INFO kablam! Sep 20 00:26:25.936 INFO kablam! error[E0599]: no method named `wait` found for type `event::Event` in the current scope Sep 20 00:26:25.936 INFO kablam! --> src/lib.rs:683:26 Sep 20 00:26:25.936 INFO kablam! | Sep 20 00:26:25.936 INFO kablam! 683 | assert_eq!(event.wait(MX_USER_SIGNAL_0, deadline_after(ten_ms)).unwrap(), Sep 20 00:26:25.936 INFO kablam! | ^^^^ Sep 20 00:26:25.936 INFO kablam! | Sep 20 00:26:25.936 INFO kablam! ::: src/event.rs:15:1 Sep 20 00:26:25.936 INFO kablam! | Sep 20 00:26:25.936 INFO kablam! 15 | pub struct Event(Handle); Sep 20 00:26:25.936 INFO kablam! | ------------------------- method `wait` not found for this Sep 20 00:26:25.936 INFO kablam! Sep 20 00:26:25.943 INFO kablam! error[E0599]: no method named `signal` found for type `event::Event` in the current scope Sep 20 00:26:25.943 INFO kablam! --> src/lib.rs:687:23 Sep 20 00:26:25.943 INFO kablam! | Sep 20 00:26:25.943 INFO kablam! 687 | assert!(event.signal(MX_USER_SIGNAL_0, MX_SIGNAL_NONE).is_ok()); Sep 20 00:26:25.943 INFO kablam! | ^^^^^^ Sep 20 00:26:25.943 INFO kablam! | Sep 20 00:26:25.943 INFO kablam! ::: src/event.rs:15:1 Sep 20 00:26:25.943 INFO kablam! | Sep 20 00:26:25.943 INFO kablam! 15 | pub struct Event(Handle); Sep 20 00:26:25.943 INFO kablam! | ------------------------- method `signal` not found for this Sep 20 00:26:25.943 INFO kablam! | Sep 20 00:26:25.943 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 20 00:26:25.943 INFO kablam! = note: the following trait defines an item `signal`, perhaps you need to implement it: Sep 20 00:26:25.943 INFO kablam! candidate #1: `std::os::ext::process::ExitStatusExt` Sep 20 00:26:25.943 INFO kablam! Sep 20 00:26:25.943 INFO kablam! error[E0599]: no method named `wait` found for type `event::Event` in the current scope Sep 20 00:26:25.943 INFO kablam! --> src/lib.rs:688:26 Sep 20 00:26:25.943 INFO kablam! | Sep 20 00:26:25.943 INFO kablam! 688 | assert_eq!(event.wait(MX_USER_SIGNAL_0, deadline_after(ten_ms)), Err(Status::ErrTimedOut)); Sep 20 00:26:25.943 INFO kablam! | ^^^^ Sep 20 00:26:25.943 INFO kablam! | Sep 20 00:26:25.943 INFO kablam! ::: src/event.rs:15:1 Sep 20 00:26:25.943 INFO kablam! | Sep 20 00:26:25.943 INFO kablam! 15 | pub struct Event(Handle); Sep 20 00:26:25.943 INFO kablam! | ------------------------- method `wait` not found for this Sep 20 00:26:25.943 INFO kablam! Sep 20 00:26:25.952 INFO kablam! error[E0599]: no method named `signal` found for type `event::Event` in the current scope Sep 20 00:26:25.952 INFO kablam! --> src/lib.rs:707:20 Sep 20 00:26:25.952 INFO kablam! | Sep 20 00:26:25.952 INFO kablam! 707 | assert!(e1.signal(MX_SIGNAL_NONE, MX_USER_SIGNAL_0).is_ok()); Sep 20 00:26:25.952 INFO kablam! | ^^^^^^ Sep 20 00:26:25.952 INFO kablam! | Sep 20 00:26:25.952 INFO kablam! ::: src/event.rs:15:1 Sep 20 00:26:25.952 INFO kablam! | Sep 20 00:26:25.952 INFO kablam! 15 | pub struct Event(Handle); Sep 20 00:26:25.952 INFO kablam! | ------------------------- method `signal` not found for this Sep 20 00:26:25.952 INFO kablam! | Sep 20 00:26:25.952 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 20 00:26:25.952 INFO kablam! = note: the following trait defines an item `signal`, perhaps you need to implement it: Sep 20 00:26:25.952 INFO kablam! candidate #1: `std::os::ext::process::ExitStatusExt` Sep 20 00:26:25.952 INFO kablam! Sep 20 00:26:25.957 INFO kablam! error[E0599]: no method named `signal` found for type `event::Event` in the current scope Sep 20 00:26:25.957 INFO kablam! --> src/lib.rs:713:20 Sep 20 00:26:25.957 INFO kablam! | Sep 20 00:26:25.957 INFO kablam! 713 | assert!(e2.signal(MX_SIGNAL_NONE, MX_USER_SIGNAL_1).is_ok()); Sep 20 00:26:25.957 INFO kablam! | ^^^^^^ Sep 20 00:26:25.957 INFO kablam! | Sep 20 00:26:25.957 INFO kablam! ::: src/event.rs:15:1 Sep 20 00:26:25.957 INFO kablam! | Sep 20 00:26:25.957 INFO kablam! 15 | pub struct Event(Handle); Sep 20 00:26:25.957 INFO kablam! | ------------------------- method `signal` not found for this Sep 20 00:26:25.957 INFO kablam! | Sep 20 00:26:25.957 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 20 00:26:25.957 INFO kablam! = note: the following trait defines an item `signal`, perhaps you need to implement it: Sep 20 00:26:25.957 INFO kablam! candidate #1: `std::os::ext::process::ExitStatusExt` Sep 20 00:26:25.958 INFO kablam! Sep 20 00:26:25.962 INFO kablam! error[E0599]: no method named `signal` found for type `event::Event` in the current scope Sep 20 00:26:25.962 INFO kablam! --> src/lib.rs:719:20 Sep 20 00:26:25.962 INFO kablam! | Sep 20 00:26:25.962 INFO kablam! 719 | assert!(e1.signal(MX_USER_SIGNAL_0, MX_SIGNAL_NONE).is_ok()); Sep 20 00:26:25.962 INFO kablam! | ^^^^^^ Sep 20 00:26:25.962 INFO kablam! | Sep 20 00:26:25.962 INFO kablam! ::: src/event.rs:15:1 Sep 20 00:26:25.962 INFO kablam! | Sep 20 00:26:25.962 INFO kablam! 15 | pub struct Event(Handle); Sep 20 00:26:25.962 INFO kablam! | ------------------------- method `signal` not found for this Sep 20 00:26:25.962 INFO kablam! | Sep 20 00:26:25.962 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 20 00:26:25.962 INFO kablam! = note: the following trait defines an item `signal`, perhaps you need to implement it: Sep 20 00:26:25.962 INFO kablam! candidate #1: `std::os::ext::process::ExitStatusExt` Sep 20 00:26:25.962 INFO kablam! Sep 20 00:26:25.964 INFO kablam! error[E0599]: no method named `signal` found for type `event::Event` in the current scope Sep 20 00:26:25.964 INFO kablam! --> src/lib.rs:720:20 Sep 20 00:26:25.964 INFO kablam! | Sep 20 00:26:25.964 INFO kablam! 720 | assert!(e2.signal(MX_USER_SIGNAL_1, MX_SIGNAL_NONE).is_ok()); Sep 20 00:26:25.964 INFO kablam! | ^^^^^^ Sep 20 00:26:25.964 INFO kablam! | Sep 20 00:26:25.964 INFO kablam! ::: src/event.rs:15:1 Sep 20 00:26:25.964 INFO kablam! | Sep 20 00:26:25.964 INFO kablam! 15 | pub struct Event(Handle); Sep 20 00:26:25.964 INFO kablam! | ------------------------- method `signal` not found for this Sep 20 00:26:25.964 INFO kablam! | Sep 20 00:26:25.964 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 20 00:26:25.964 INFO kablam! = note: the following trait defines an item `signal`, perhaps you need to implement it: Sep 20 00:26:25.964 INFO kablam! candidate #1: `std::os::ext::process::ExitStatusExt` Sep 20 00:26:25.964 INFO kablam! Sep 20 00:26:26.031 INFO kablam! error[E0599]: no method named `duplicate` found for type `vmo::Vmo` in the current scope Sep 20 00:26:26.031 INFO kablam! --> src/channel.rs:298:40 Sep 20 00:26:26.031 INFO kablam! | Sep 20 00:26:26.031 INFO kablam! 298 | let duplicate_vmo_handle = vmo.duplicate(MX_RIGHT_SAME_RIGHTS).unwrap().into_handle(); Sep 20 00:26:26.031 INFO kablam! | ^^^^^^^^^ Sep 20 00:26:26.031 INFO kablam! | Sep 20 00:26:26.031 INFO kablam! ::: src/vmo.rs:16:1 Sep 20 00:26:26.031 INFO kablam! | Sep 20 00:26:26.032 INFO kablam! 16 | pub struct Vmo(Handle); Sep 20 00:26:26.032 INFO kablam! | ----------------------- method `duplicate` not found for this Sep 20 00:26:26.032 INFO kablam! Sep 20 00:26:26.042 INFO kablam! error[E0599]: no method named `duplicate` found for type `vmo::Vmo` in the current scope Sep 20 00:26:26.042 INFO kablam! --> src/channel.rs:334:40 Sep 20 00:26:26.042 INFO kablam! | Sep 20 00:26:26.042 INFO kablam! 334 | let duplicate_vmo_handle = vmo.duplicate(MX_RIGHT_SAME_RIGHTS).unwrap().into_handle(); Sep 20 00:26:26.042 INFO kablam! | ^^^^^^^^^ Sep 20 00:26:26.042 INFO kablam! | Sep 20 00:26:26.042 INFO kablam! ::: src/vmo.rs:16:1 Sep 20 00:26:26.042 INFO kablam! | Sep 20 00:26:26.042 INFO kablam! 16 | pub struct Vmo(Handle); Sep 20 00:26:26.042 INFO kablam! | ----------------------- method `duplicate` not found for this Sep 20 00:26:26.042 INFO kablam! Sep 20 00:26:26.058 INFO kablam! error[E0599]: no method named `wait` found for type `channel::Channel` in the current scope Sep 20 00:26:26.058 INFO kablam! --> src/channel.rs:359:27 Sep 20 00:26:26.058 INFO kablam! | Sep 20 00:26:26.058 INFO kablam! 16 | pub struct Channel(Handle); Sep 20 00:26:26.058 INFO kablam! | --------------------------- method `wait` not found for this Sep 20 00:26:26.058 INFO kablam! ... Sep 20 00:26:26.058 INFO kablam! 359 | assert_eq!(p2.wait(MX_CHANNEL_READABLE, deadline_after(hundred_ms)), Sep 20 00:26:26.058 INFO kablam! | ^^^^ Sep 20 00:26:26.058 INFO kablam! Sep 20 00:26:26.082 INFO kablam! error[E0599]: no method named `wait` found for type `eventpair::EventPair` in the current scope Sep 20 00:26:26.082 INFO kablam! --> src/eventpair.rs:60:23 Sep 20 00:26:26.082 INFO kablam! | Sep 20 00:26:26.082 INFO kablam! 15 | pub struct EventPair(Handle); Sep 20 00:26:26.082 INFO kablam! | ----------------------------- method `wait` not found for this Sep 20 00:26:26.082 INFO kablam! ... Sep 20 00:26:26.082 INFO kablam! 60 | assert_eq!(p2.wait(MX_USER_SIGNAL_0, deadline_after(ten_ms)), Err(Status::ErrTimedOut)); Sep 20 00:26:26.082 INFO kablam! | ^^^^ Sep 20 00:26:26.082 INFO kablam! Sep 20 00:26:26.082 INFO kablam! error[E0599]: no method named `wait` found for type `eventpair::EventPair` in the current scope Sep 20 00:26:26.082 INFO kablam! --> src/eventpair.rs:64:23 Sep 20 00:26:26.082 INFO kablam! | Sep 20 00:26:26.082 INFO kablam! 15 | pub struct EventPair(Handle); Sep 20 00:26:26.082 INFO kablam! | ----------------------------- method `wait` not found for this Sep 20 00:26:26.082 INFO kablam! ... Sep 20 00:26:26.082 INFO kablam! 64 | assert_eq!(p2.wait(MX_USER_SIGNAL_0, deadline_after(ten_ms)).unwrap(), Sep 20 00:26:26.082 INFO kablam! | ^^^^ Sep 20 00:26:26.082 INFO kablam! Sep 20 00:26:26.085 INFO kablam! error[E0599]: no method named `wait` found for type `eventpair::EventPair` in the current scope Sep 20 00:26:26.085 INFO kablam! --> src/eventpair.rs:68:23 Sep 20 00:26:26.085 INFO kablam! | Sep 20 00:26:26.085 INFO kablam! 15 | pub struct EventPair(Handle); Sep 20 00:26:26.085 INFO kablam! | ----------------------------- method `wait` not found for this Sep 20 00:26:26.085 INFO kablam! ... Sep 20 00:26:26.085 INFO kablam! 68 | assert_eq!(p2.wait(MX_USER_SIGNAL_0, deadline_after(ten_ms)).unwrap(), Sep 20 00:26:26.085 INFO kablam! | ^^^^ Sep 20 00:26:26.085 INFO kablam! Sep 20 00:26:26.088 INFO kablam! error[E0599]: no method named `wait` found for type `eventpair::EventPair` in the current scope Sep 20 00:26:26.088 INFO kablam! --> src/eventpair.rs:73:23 Sep 20 00:26:26.088 INFO kablam! | Sep 20 00:26:26.088 INFO kablam! 15 | pub struct EventPair(Handle); Sep 20 00:26:26.088 INFO kablam! | ----------------------------- method `wait` not found for this Sep 20 00:26:26.088 INFO kablam! ... Sep 20 00:26:26.088 INFO kablam! 73 | assert_eq!(p2.wait(MX_USER_SIGNAL_0, deadline_after(ten_ms)), Err(Status::ErrTimedOut)); Sep 20 00:26:26.088 INFO kablam! | ^^^^ Sep 20 00:26:26.088 INFO kablam! Sep 20 00:26:26.117 INFO kablam! error[E0599]: no method named `wait_async` found for type `event::Event` in the current scope Sep 20 00:26:26.118 INFO kablam! --> src/port.rs:228:23 Sep 20 00:26:26.118 INFO kablam! | Sep 20 00:26:26.118 INFO kablam! 228 | assert!(event.wait_async(&port, key, MX_USER_SIGNAL_0 | MX_USER_SIGNAL_1, Sep 20 00:26:26.118 INFO kablam! | ^^^^^^^^^^ Sep 20 00:26:26.118 INFO kablam! | Sep 20 00:26:26.118 INFO kablam! ::: src/event.rs:15:1 Sep 20 00:26:26.118 INFO kablam! | Sep 20 00:26:26.118 INFO kablam! 15 | pub struct Event(Handle); Sep 20 00:26:26.118 INFO kablam! | ------------------------- method `wait_async` not found for this Sep 20 00:26:26.118 INFO kablam! Sep 20 00:26:26.120 INFO kablam! error[E0599]: no method named `signal` found for type `event::Event` in the current scope Sep 20 00:26:26.120 INFO kablam! --> src/port.rs:235:23 Sep 20 00:26:26.120 INFO kablam! | Sep 20 00:26:26.120 INFO kablam! 235 | assert!(event.signal(MX_SIGNAL_NONE, MX_USER_SIGNAL_0).is_ok()); Sep 20 00:26:26.120 INFO kablam! | ^^^^^^ Sep 20 00:26:26.121 INFO kablam! | Sep 20 00:26:26.121 INFO kablam! ::: src/event.rs:15:1 Sep 20 00:26:26.121 INFO kablam! | Sep 20 00:26:26.121 INFO kablam! 15 | pub struct Event(Handle); Sep 20 00:26:26.121 INFO kablam! | ------------------------- method `signal` not found for this Sep 20 00:26:26.121 INFO kablam! | Sep 20 00:26:26.121 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 20 00:26:26.121 INFO kablam! = note: the following trait defines an item `signal`, perhaps you need to implement it: Sep 20 00:26:26.121 INFO kablam! candidate #1: `std::os::ext::process::ExitStatusExt` Sep 20 00:26:26.121 INFO kablam! Sep 20 00:26:26.128 INFO kablam! error[E0599]: no method named `wait_async` found for type `event::Event` in the current scope Sep 20 00:26:26.128 INFO kablam! --> src/port.rs:252:23 Sep 20 00:26:26.128 INFO kablam! | Sep 20 00:26:26.128 INFO kablam! 252 | assert!(event.wait_async(&port, key, MX_USER_SIGNAL_0, WaitAsyncOpts::Once).is_ok()); Sep 20 00:26:26.128 INFO kablam! | ^^^^^^^^^^ Sep 20 00:26:26.128 INFO kablam! | Sep 20 00:26:26.128 INFO kablam! ::: src/event.rs:15:1 Sep 20 00:26:26.128 INFO kablam! | Sep 20 00:26:26.128 INFO kablam! 15 | pub struct Event(Handle); Sep 20 00:26:26.128 INFO kablam! | ------------------------- method `wait_async` not found for this Sep 20 00:26:26.128 INFO kablam! Sep 20 00:26:26.136 INFO kablam! error[E0599]: no method named `wait_async` found for type `event::Event` in the current scope Sep 20 00:26:26.136 INFO kablam! --> src/port.rs:267:23 Sep 20 00:26:26.136 INFO kablam! | Sep 20 00:26:26.136 INFO kablam! 267 | assert!(event.wait_async(&port, key, MX_USER_SIGNAL_0, WaitAsyncOpts::Once).is_ok()); Sep 20 00:26:26.136 INFO kablam! | ^^^^^^^^^^ Sep 20 00:26:26.136 INFO kablam! | Sep 20 00:26:26.136 INFO kablam! ::: src/event.rs:15:1 Sep 20 00:26:26.136 INFO kablam! | Sep 20 00:26:26.136 INFO kablam! 15 | pub struct Event(Handle); Sep 20 00:26:26.136 INFO kablam! | ------------------------- method `wait_async` not found for this Sep 20 00:26:26.136 INFO kablam! Sep 20 00:26:26.139 INFO kablam! error[E0599]: no method named `signal` found for type `event::Event` in the current scope Sep 20 00:26:26.139 INFO kablam! --> src/port.rs:272:23 Sep 20 00:26:26.139 INFO kablam! | Sep 20 00:26:26.139 INFO kablam! 272 | assert!(event.signal(MX_USER_SIGNAL_0, MX_SIGNAL_NONE).is_ok()); // clear signal Sep 20 00:26:26.139 INFO kablam! | ^^^^^^ Sep 20 00:26:26.139 INFO kablam! | Sep 20 00:26:26.139 INFO kablam! ::: src/event.rs:15:1 Sep 20 00:26:26.139 INFO kablam! | Sep 20 00:26:26.139 INFO kablam! 15 | pub struct Event(Handle); Sep 20 00:26:26.139 INFO kablam! | ------------------------- method `signal` not found for this Sep 20 00:26:26.139 INFO kablam! | Sep 20 00:26:26.139 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 20 00:26:26.139 INFO kablam! = note: the following trait defines an item `signal`, perhaps you need to implement it: Sep 20 00:26:26.139 INFO kablam! candidate #1: `std::os::ext::process::ExitStatusExt` Sep 20 00:26:26.139 INFO kablam! Sep 20 00:26:26.139 INFO kablam! error[E0599]: no method named `wait_async` found for type `event::Event` in the current scope Sep 20 00:26:26.139 INFO kablam! --> src/port.rs:273:23 Sep 20 00:26:26.139 INFO kablam! | Sep 20 00:26:26.139 INFO kablam! 273 | assert!(event.wait_async(&port, key, MX_USER_SIGNAL_0, WaitAsyncOpts::Once).is_ok()); Sep 20 00:26:26.139 INFO kablam! | ^^^^^^^^^^ Sep 20 00:26:26.140 INFO kablam! | Sep 20 00:26:26.140 INFO kablam! ::: src/event.rs:15:1 Sep 20 00:26:26.140 INFO kablam! | Sep 20 00:26:26.140 INFO kablam! 15 | pub struct Event(Handle); Sep 20 00:26:26.140 INFO kablam! | ------------------------- method `wait_async` not found for this Sep 20 00:26:26.140 INFO kablam! Sep 20 00:26:26.141 INFO kablam! error[E0599]: no method named `signal` found for type `event::Event` in the current scope Sep 20 00:26:26.141 INFO kablam! --> src/port.rs:275:23 Sep 20 00:26:26.141 INFO kablam! | Sep 20 00:26:26.141 INFO kablam! 275 | assert!(event.signal(MX_SIGNAL_NONE, MX_USER_SIGNAL_0).is_ok()); Sep 20 00:26:26.141 INFO kablam! | ^^^^^^ Sep 20 00:26:26.141 INFO kablam! | Sep 20 00:26:26.141 INFO kablam! ::: src/event.rs:15:1 Sep 20 00:26:26.141 INFO kablam! | Sep 20 00:26:26.141 INFO kablam! 15 | pub struct Event(Handle); Sep 20 00:26:26.141 INFO kablam! | ------------------------- method `signal` not found for this Sep 20 00:26:26.141 INFO kablam! | Sep 20 00:26:26.141 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 20 00:26:26.141 INFO kablam! = note: the following trait defines an item `signal`, perhaps you need to implement it: Sep 20 00:26:26.141 INFO kablam! candidate #1: `std::os::ext::process::ExitStatusExt` Sep 20 00:26:26.141 INFO kablam! Sep 20 00:26:26.145 INFO kablam! error[E0599]: no method named `wait_async` found for type `event::Event` in the current scope Sep 20 00:26:26.145 INFO kablam! --> src/port.rs:287:23 Sep 20 00:26:26.145 INFO kablam! | Sep 20 00:26:26.145 INFO kablam! 287 | assert!(event.wait_async(&port, key, MX_USER_SIGNAL_0 | MX_USER_SIGNAL_1, Sep 20 00:26:26.145 INFO kablam! | ^^^^^^^^^^ Sep 20 00:26:26.145 INFO kablam! | Sep 20 00:26:26.145 INFO kablam! ::: src/event.rs:15:1 Sep 20 00:26:26.145 INFO kablam! | Sep 20 00:26:26.146 INFO kablam! 15 | pub struct Event(Handle); Sep 20 00:26:26.146 INFO kablam! | ------------------------- method `wait_async` not found for this Sep 20 00:26:26.146 INFO kablam! Sep 20 00:26:26.149 INFO kablam! error[E0599]: no method named `signal` found for type `event::Event` in the current scope Sep 20 00:26:26.149 INFO kablam! --> src/port.rs:294:23 Sep 20 00:26:26.149 INFO kablam! | Sep 20 00:26:26.149 INFO kablam! 294 | assert!(event.signal(MX_SIGNAL_NONE, MX_USER_SIGNAL_0).is_ok()); Sep 20 00:26:26.149 INFO kablam! | ^^^^^^ Sep 20 00:26:26.149 INFO kablam! | Sep 20 00:26:26.149 INFO kablam! ::: src/event.rs:15:1 Sep 20 00:26:26.149 INFO kablam! | Sep 20 00:26:26.149 INFO kablam! 15 | pub struct Event(Handle); Sep 20 00:26:26.149 INFO kablam! | ------------------------- method `signal` not found for this Sep 20 00:26:26.149 INFO kablam! | Sep 20 00:26:26.149 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 20 00:26:26.149 INFO kablam! = note: the following trait defines an item `signal`, perhaps you need to implement it: Sep 20 00:26:26.149 INFO kablam! candidate #1: `std::os::ext::process::ExitStatusExt` Sep 20 00:26:26.149 INFO kablam! Sep 20 00:26:26.155 INFO kablam! error[E0599]: no method named `signal` found for type `event::Event` in the current scope Sep 20 00:26:26.155 INFO kablam! --> src/port.rs:313:23 Sep 20 00:26:26.155 INFO kablam! | Sep 20 00:26:26.155 INFO kablam! 313 | assert!(event.signal(MX_USER_SIGNAL_0, MX_SIGNAL_NONE).is_ok()); // clear signal Sep 20 00:26:26.155 INFO kablam! | ^^^^^^ Sep 20 00:26:26.155 INFO kablam! | Sep 20 00:26:26.155 INFO kablam! ::: src/event.rs:15:1 Sep 20 00:26:26.155 INFO kablam! | Sep 20 00:26:26.155 INFO kablam! 15 | pub struct Event(Handle); Sep 20 00:26:26.155 INFO kablam! | ------------------------- method `signal` not found for this Sep 20 00:26:26.155 INFO kablam! | Sep 20 00:26:26.155 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 20 00:26:26.155 INFO kablam! = note: the following trait defines an item `signal`, perhaps you need to implement it: Sep 20 00:26:26.155 INFO kablam! candidate #1: `std::os::ext::process::ExitStatusExt` Sep 20 00:26:26.155 INFO kablam! Sep 20 00:26:26.156 INFO kablam! error[E0599]: no method named `signal` found for type `event::Event` in the current scope Sep 20 00:26:26.156 INFO kablam! --> src/port.rs:314:23 Sep 20 00:26:26.156 INFO kablam! | Sep 20 00:26:26.156 INFO kablam! 314 | assert!(event.signal(MX_SIGNAL_NONE, MX_USER_SIGNAL_0).is_ok()); Sep 20 00:26:26.156 INFO kablam! | ^^^^^^ Sep 20 00:26:26.156 INFO kablam! | Sep 20 00:26:26.156 INFO kablam! ::: src/event.rs:15:1 Sep 20 00:26:26.156 INFO kablam! | Sep 20 00:26:26.156 INFO kablam! 15 | pub struct Event(Handle); Sep 20 00:26:26.156 INFO kablam! | ------------------------- method `signal` not found for this Sep 20 00:26:26.156 INFO kablam! | Sep 20 00:26:26.156 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 20 00:26:26.156 INFO kablam! = note: the following trait defines an item `signal`, perhaps you need to implement it: Sep 20 00:26:26.156 INFO kablam! candidate #1: `std::os::ext::process::ExitStatusExt` Sep 20 00:26:26.156 INFO kablam! Sep 20 00:26:26.162 INFO kablam! error[E0599]: no method named `signal` found for type `event::Event` in the current scope Sep 20 00:26:26.162 INFO kablam! --> src/port.rs:331:23 Sep 20 00:26:26.162 INFO kablam! | Sep 20 00:26:26.162 INFO kablam! 331 | assert!(event.signal(MX_USER_SIGNAL_0, MX_SIGNAL_NONE).is_ok()); // clear signal Sep 20 00:26:26.162 INFO kablam! | ^^^^^^ Sep 20 00:26:26.162 INFO kablam! | Sep 20 00:26:26.162 INFO kablam! ::: src/event.rs:15:1 Sep 20 00:26:26.162 INFO kablam! | Sep 20 00:26:26.162 INFO kablam! 15 | pub struct Event(Handle); Sep 20 00:26:26.162 INFO kablam! | ------------------------- method `signal` not found for this Sep 20 00:26:26.162 INFO kablam! | Sep 20 00:26:26.162 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 20 00:26:26.162 INFO kablam! = note: the following trait defines an item `signal`, perhaps you need to implement it: Sep 20 00:26:26.162 INFO kablam! candidate #1: `std::os::ext::process::ExitStatusExt` Sep 20 00:26:26.162 INFO kablam! Sep 20 00:26:26.163 INFO kablam! error[E0599]: no method named `signal` found for type `event::Event` in the current scope Sep 20 00:26:26.163 INFO kablam! --> src/port.rs:332:23 Sep 20 00:26:26.163 INFO kablam! | Sep 20 00:26:26.163 INFO kablam! 332 | assert!(event.signal(MX_SIGNAL_NONE, MX_USER_SIGNAL_0).is_ok()); Sep 20 00:26:26.163 INFO kablam! | ^^^^^^ Sep 20 00:26:26.164 INFO kablam! | Sep 20 00:26:26.164 INFO kablam! ::: src/event.rs:15:1 Sep 20 00:26:26.164 INFO kablam! | Sep 20 00:26:26.164 INFO kablam! 15 | pub struct Event(Handle); Sep 20 00:26:26.164 INFO kablam! | ------------------------- method `signal` not found for this Sep 20 00:26:26.164 INFO kablam! | Sep 20 00:26:26.164 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 20 00:26:26.164 INFO kablam! = note: the following trait defines an item `signal`, perhaps you need to implement it: Sep 20 00:26:26.164 INFO kablam! candidate #1: `std::os::ext::process::ExitStatusExt` Sep 20 00:26:26.164 INFO kablam! Sep 20 00:26:26.166 INFO kablam! error[E0599]: no method named `wait_async` found for type `event::Event` in the current scope Sep 20 00:26:26.166 INFO kablam! --> src/port.rs:336:23 Sep 20 00:26:26.166 INFO kablam! | Sep 20 00:26:26.166 INFO kablam! 336 | assert!(event.wait_async(&port, key, MX_USER_SIGNAL_0, WaitAsyncOpts::Repeating).is_ok()); Sep 20 00:26:26.166 INFO kablam! | ^^^^^^^^^^ Sep 20 00:26:26.166 INFO kablam! | Sep 20 00:26:26.166 INFO kablam! ::: src/event.rs:15:1 Sep 20 00:26:26.166 INFO kablam! | Sep 20 00:26:26.166 INFO kablam! 15 | pub struct Event(Handle); Sep 20 00:26:26.166 INFO kablam! | ------------------------- method `wait_async` not found for this Sep 20 00:26:26.166 INFO kablam! Sep 20 00:26:26.194 INFO kablam! error[E0599]: no method named `wait` found for type `timer::Timer` in the current scope Sep 20 00:26:26.194 INFO kablam! --> src/timer.rs:89:26 Sep 20 00:26:26.194 INFO kablam! | Sep 20 00:26:26.194 INFO kablam! 15 | pub struct Timer(Handle); Sep 20 00:26:26.194 INFO kablam! | ------------------------- method `wait` not found for this Sep 20 00:26:26.194 INFO kablam! ... Sep 20 00:26:26.194 INFO kablam! 89 | assert_eq!(timer.wait(MX_TIMER_SIGNALED, deadline_after(ten_ms)), Err(Status::ErrTimedOut)); Sep 20 00:26:26.194 INFO kablam! | ^^^^ Sep 20 00:26:26.194 INFO kablam! Sep 20 00:26:26.197 INFO kablam! error[E0599]: no method named `wait` found for type `timer::Timer` in the current scope Sep 20 00:26:26.197 INFO kablam! --> src/timer.rs:93:26 Sep 20 00:26:26.197 INFO kablam! | Sep 20 00:26:26.197 INFO kablam! 15 | pub struct Timer(Handle); Sep 20 00:26:26.197 INFO kablam! | ------------------------- method `wait` not found for this Sep 20 00:26:26.197 INFO kablam! ... Sep 20 00:26:26.197 INFO kablam! 93 | assert_eq!(timer.wait(MX_TIMER_SIGNALED, deadline_after(twenty_ms)).unwrap(), Sep 20 00:26:26.197 INFO kablam! | ^^^^ Sep 20 00:26:26.197 INFO kablam! Sep 20 00:26:26.201 INFO kablam! error[E0599]: no method named `wait` found for type `timer::Timer` in the current scope Sep 20 00:26:26.201 INFO kablam! --> src/timer.rs:98:26 Sep 20 00:26:26.201 INFO kablam! | Sep 20 00:26:26.201 INFO kablam! 15 | pub struct Timer(Handle); Sep 20 00:26:26.201 INFO kablam! | ------------------------- method `wait` not found for this Sep 20 00:26:26.201 INFO kablam! ... Sep 20 00:26:26.201 INFO kablam! 98 | assert_eq!(timer.wait(MX_TIMER_SIGNALED, deadline_after(ten_ms)), Err(Status::ErrTimedOut)); Sep 20 00:26:26.201 INFO kablam! | ^^^^ Sep 20 00:26:26.201 INFO kablam! Sep 20 00:26:26.204 INFO kablam! error[E0599]: no method named `wait` found for type `timer::Timer` in the current scope Sep 20 00:26:26.204 INFO kablam! --> src/timer.rs:110:26 Sep 20 00:26:26.204 INFO kablam! | Sep 20 00:26:26.204 INFO kablam! 15 | pub struct Timer(Handle); Sep 20 00:26:26.204 INFO kablam! | ------------------------- method `wait` not found for this Sep 20 00:26:26.204 INFO kablam! ... Sep 20 00:26:26.204 INFO kablam! 110 | assert_eq!(timer.wait(MX_TIMER_SIGNALED, deadline_after(ten_ms)), Err(Status::ErrTimedOut)); Sep 20 00:26:26.204 INFO kablam! | ^^^^ Sep 20 00:26:26.204 INFO kablam! Sep 20 00:26:26.208 INFO kablam! error[E0599]: no method named `wait` found for type `timer::Timer` in the current scope Sep 20 00:26:26.208 INFO kablam! --> src/timer.rs:114:26 Sep 20 00:26:26.208 INFO kablam! | Sep 20 00:26:26.208 INFO kablam! 15 | pub struct Timer(Handle); Sep 20 00:26:26.208 INFO kablam! | ------------------------- method `wait` not found for this Sep 20 00:26:26.208 INFO kablam! ... Sep 20 00:26:26.208 INFO kablam! 114 | assert_eq!(timer.wait(MX_TIMER_SIGNALED, deadline_after(twenty_ms)).unwrap(), Sep 20 00:26:26.208 INFO kablam! | ^^^^ Sep 20 00:26:26.208 INFO kablam! Sep 20 00:26:26.212 INFO kablam! error[E0599]: no method named `wait` found for type `timer::Timer` in the current scope Sep 20 00:26:26.212 INFO kablam! --> src/timer.rs:119:26 Sep 20 00:26:26.212 INFO kablam! | Sep 20 00:26:26.212 INFO kablam! 15 | pub struct Timer(Handle); Sep 20 00:26:26.212 INFO kablam! | ------------------------- method `wait` not found for this Sep 20 00:26:26.212 INFO kablam! ... Sep 20 00:26:26.212 INFO kablam! 119 | assert_eq!(timer.wait(MX_TIMER_SIGNALED, deadline_after(ten_ms)), Err(Status::ErrTimedOut)); Sep 20 00:26:26.212 INFO kablam! | ^^^^ Sep 20 00:26:26.212 INFO kablam! Sep 20 00:26:26.287 INFO kablam! error: aborting due to 39 previous errors Sep 20 00:26:26.288 INFO kablam! Sep 20 00:26:26.288 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 20 00:26:26.294 INFO kablam! error: Could not compile `magenta`. Sep 20 00:26:26.294 INFO kablam! Sep 20 00:26:26.294 INFO kablam! To learn more, run the command again with --verbose. Sep 20 00:26:26.295 INFO kablam! su: No module specific data is present Sep 20 00:26:26.737 INFO running `"docker" "rm" "-f" "2c8a74a3eeebf4a64abe18f158b6b6fbd760a9a9c629f371724c48351cf47dcc"` Sep 20 00:26:26.806 INFO blam! 2c8a74a3eeebf4a64abe18f158b6b6fbd760a9a9c629f371724c48351cf47dcc