Sep 04 00:36:09.118 INFO checking ticketed_lock-0.2.0 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 04 00:36:09.118 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 04 00:36:09.118 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-2/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/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 +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 00:36:09.285 INFO blam! 434e4d0cb1507a6b864fdbf96b739373ece840e0fa4073dd63b6af7524b18e19 Sep 04 00:36:09.287 INFO running `"docker" "start" "-a" "434e4d0cb1507a6b864fdbf96b739373ece840e0fa4073dd63b6af7524b18e19"` Sep 04 00:36:09.938 INFO kablam! Checking ticketed_lock v0.2.0 (file:///source) Sep 04 00:36:09.938 INFO kablam! Checking env_logger v0.4.3 Sep 04 00:36:10.383 INFO kablam! warning: unnecessary `unsafe` block Sep 04 00:36:10.383 INFO kablam! --> src/lib.rs:174:25 Sep 04 00:36:10.383 INFO kablam! | Sep 04 00:36:10.383 INFO kablam! 174 | Ok(data) => unsafe{ data.into_inner() }, Sep 04 00:36:10.383 INFO kablam! | ^^^^^^ unnecessary `unsafe` block Sep 04 00:36:10.383 INFO kablam! | Sep 04 00:36:10.383 INFO kablam! = note: #[warn(unused_unsafe)] on by default Sep 04 00:36:10.383 INFO kablam! Sep 04 00:36:11.172 INFO kablam! warning: unnecessary `unsafe` block Sep 04 00:36:11.173 INFO kablam! --> src/lib.rs:174:25 Sep 04 00:36:11.173 INFO kablam! | Sep 04 00:36:11.173 INFO kablam! 174 | Ok(data) => unsafe{ data.into_inner() }, Sep 04 00:36:11.173 INFO kablam! | ^^^^^^ unnecessary `unsafe` block Sep 04 00:36:11.173 INFO kablam! | Sep 04 00:36:11.173 INFO kablam! = note: #[warn(unused_unsafe)] on by default Sep 04 00:36:11.173 INFO kablam! Sep 04 00:36:11.325 INFO kablam! error[E0599]: no method named `wait` found for type `ticketed_lock::WriteTicket` in the current scope Sep 04 00:36:11.325 INFO kablam! --> examples/order.rs:16:28 Sep 04 00:36:11.325 INFO kablam! | Sep 04 00:36:11.325 INFO kablam! 16 | let mut guard = t3.wait(); Sep 04 00:36:11.325 INFO kablam! | ^^^^ Sep 04 00:36:11.325 INFO kablam! | Sep 04 00:36:11.325 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 04 00:36:11.325 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 04 00:36:11.325 INFO kablam! | Sep 04 00:36:11.325 INFO kablam! 4 | use futures::future::Future; Sep 04 00:36:11.325 INFO kablam! | Sep 04 00:36:11.325 INFO kablam! Sep 04 00:36:11.330 INFO kablam! error[E0599]: no method named `wait` found for type `ticketed_lock::ReadTicket` in the current scope Sep 04 00:36:11.331 INFO kablam! --> examples/order.rs:21:24 Sep 04 00:36:11.331 INFO kablam! | Sep 04 00:36:11.331 INFO kablam! 21 | let guard = t2.wait(); Sep 04 00:36:11.331 INFO kablam! | ^^^^ Sep 04 00:36:11.331 INFO kablam! | Sep 04 00:36:11.331 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 04 00:36:11.331 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 04 00:36:11.331 INFO kablam! | Sep 04 00:36:11.331 INFO kablam! 4 | use futures::future::Future; Sep 04 00:36:11.331 INFO kablam! | Sep 04 00:36:11.331 INFO kablam! Sep 04 00:36:11.333 INFO kablam! error[E0599]: no method named `wait` found for type `ticketed_lock::ReadTicket` in the current scope Sep 04 00:36:11.333 INFO kablam! --> examples/order.rs:25:24 Sep 04 00:36:11.333 INFO kablam! | Sep 04 00:36:11.333 INFO kablam! 25 | let guard = t1.wait(); Sep 04 00:36:11.333 INFO kablam! | ^^^^ Sep 04 00:36:11.334 INFO kablam! | Sep 04 00:36:11.334 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 04 00:36:11.334 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 04 00:36:11.334 INFO kablam! | Sep 04 00:36:11.334 INFO kablam! 4 | use futures::future::Future; Sep 04 00:36:11.334 INFO kablam! | Sep 04 00:36:11.334 INFO kablam! Sep 04 00:36:11.342 INFO kablam! error: aborting due to 3 previous errors Sep 04 00:36:11.342 INFO kablam! Sep 04 00:36:11.342 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 04 00:36:11.354 INFO kablam! error: Could not compile `ticketed_lock`. Sep 04 00:36:11.354 INFO kablam! Sep 04 00:36:11.354 INFO kablam! To learn more, run the command again with --verbose. Sep 04 00:36:11.356 INFO kablam! su: No module specific data is present Sep 04 00:36:11.930 INFO running `"docker" "rm" "-f" "434e4d0cb1507a6b864fdbf96b739373ece840e0fa4073dd63b6af7524b18e19"` Sep 04 00:36:12.049 INFO blam! 434e4d0cb1507a6b864fdbf96b739373ece840e0fa4073dd63b6af7524b18e19