Sep 14 07:42:25.623 INFO checking ticketed_lock-0.2.0 against try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0 for pr-53578-1 Sep 14 07:42:25.623 INFO running: cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets Sep 14 07:42:25.623 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53578-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-2/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/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 +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 07:42:25.863 INFO blam! bae9d6ddba2449957638c2273ff0f927addd6c2d5e6754e926947491a6689a80 Sep 14 07:42:25.864 INFO running `"docker" "start" "-a" "bae9d6ddba2449957638c2273ff0f927addd6c2d5e6754e926947491a6689a80"` Sep 14 07:42:26.929 INFO kablam! usermod: no changes Sep 14 07:42:26.985 INFO kablam! Checking ticketed_lock v0.2.0 (file:///source) Sep 14 07:42:26.985 INFO kablam! Checking env_logger v0.4.3 Sep 14 07:42:27.251 INFO kablam! warning: unnecessary `unsafe` block Sep 14 07:42:27.251 INFO kablam! --> src/lib.rs:174:25 Sep 14 07:42:27.251 INFO kablam! | Sep 14 07:42:27.251 INFO kablam! 174 | Ok(data) => unsafe{ data.into_inner() }, Sep 14 07:42:27.251 INFO kablam! | ^^^^^^ unnecessary `unsafe` block Sep 14 07:42:27.251 INFO kablam! | Sep 14 07:42:27.251 INFO kablam! = note: #[warn(unused_unsafe)] on by default Sep 14 07:42:27.251 INFO kablam! Sep 14 07:42:27.699 INFO kablam! warning: unnecessary `unsafe` block Sep 14 07:42:27.699 INFO kablam! --> src/lib.rs:174:25 Sep 14 07:42:27.699 INFO kablam! | Sep 14 07:42:27.699 INFO kablam! 174 | Ok(data) => unsafe{ data.into_inner() }, Sep 14 07:42:27.699 INFO kablam! | ^^^^^^ unnecessary `unsafe` block Sep 14 07:42:27.699 INFO kablam! | Sep 14 07:42:27.699 INFO kablam! = note: #[warn(unused_unsafe)] on by default Sep 14 07:42:27.699 INFO kablam! Sep 14 07:42:27.827 INFO kablam! error[E0599]: no method named `wait` found for type `ticketed_lock::WriteTicket` in the current scope Sep 14 07:42:27.827 INFO kablam! --> examples/order.rs:16:28 Sep 14 07:42:27.827 INFO kablam! | Sep 14 07:42:27.827 INFO kablam! 16 | let mut guard = t3.wait(); Sep 14 07:42:27.827 INFO kablam! | ^^^^ Sep 14 07:42:27.827 INFO kablam! | Sep 14 07:42:27.827 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 14 07:42:27.827 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 14 07:42:27.827 INFO kablam! | Sep 14 07:42:27.827 INFO kablam! 4 | use futures::future::Future; Sep 14 07:42:27.827 INFO kablam! | Sep 14 07:42:27.827 INFO kablam! Sep 14 07:42:27.827 INFO kablam! error[E0599]: no method named `wait` found for type `ticketed_lock::ReadTicket` in the current scope Sep 14 07:42:27.827 INFO kablam! --> examples/order.rs:21:24 Sep 14 07:42:27.827 INFO kablam! | Sep 14 07:42:27.827 INFO kablam! 21 | let guard = t2.wait(); Sep 14 07:42:27.827 INFO kablam! | ^^^^ Sep 14 07:42:27.827 INFO kablam! | Sep 14 07:42:27.827 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 14 07:42:27.827 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 14 07:42:27.827 INFO kablam! | Sep 14 07:42:27.827 INFO kablam! 4 | use futures::future::Future; Sep 14 07:42:27.827 INFO kablam! | Sep 14 07:42:27.827 INFO kablam! Sep 14 07:42:27.827 INFO kablam! error[E0599]: no method named `wait` found for type `ticketed_lock::ReadTicket` in the current scope Sep 14 07:42:27.827 INFO kablam! --> examples/order.rs:25:24 Sep 14 07:42:27.827 INFO kablam! | Sep 14 07:42:27.827 INFO kablam! 25 | let guard = t1.wait(); Sep 14 07:42:27.827 INFO kablam! | ^^^^ Sep 14 07:42:27.827 INFO kablam! | Sep 14 07:42:27.827 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 14 07:42:27.827 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 14 07:42:27.827 INFO kablam! | Sep 14 07:42:27.827 INFO kablam! 4 | use futures::future::Future; Sep 14 07:42:27.827 INFO kablam! | Sep 14 07:42:27.828 INFO kablam! Sep 14 07:42:27.828 INFO kablam! error: aborting due to 3 previous errors Sep 14 07:42:27.828 INFO kablam! Sep 14 07:42:27.828 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 14 07:42:27.834 INFO kablam! error: Could not compile `ticketed_lock`. Sep 14 07:42:27.834 INFO kablam! Sep 14 07:42:27.834 INFO kablam! To learn more, run the command again with --verbose. Sep 14 07:42:27.835 INFO kablam! su: No module specific data is present Sep 14 07:42:28.590 INFO running `"docker" "rm" "-f" "bae9d6ddba2449957638c2273ff0f927addd6c2d5e6754e926947491a6689a80"` Sep 14 07:42:28.795 INFO blam! bae9d6ddba2449957638c2273ff0f927addd6c2d5e6754e926947491a6689a80