Sep 17 16:03:30.552 INFO checking ticketed_lock-0.2.0 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 17 16:03:30.552 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 17 16:03:30.552 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-2/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/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 +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 16:03:30.769 INFO blam! d91114c8db579909b1e606501323769d134acbacf3bef2c358f42a80598a5d10 Sep 17 16:03:30.769 INFO running `"docker" "start" "-a" "d91114c8db579909b1e606501323769d134acbacf3bef2c358f42a80598a5d10"` Sep 17 16:03:31.675 INFO kablam! usermod: no changes Sep 17 16:03:31.759 INFO kablam! Checking ticketed_lock v0.2.0 (/source) Sep 17 16:03:31.775 INFO kablam! Checking env_logger v0.4.3 Sep 17 16:03:32.114 INFO kablam! warning: unnecessary `unsafe` block Sep 17 16:03:32.115 INFO kablam! --> src/lib.rs:174:25 Sep 17 16:03:32.115 INFO kablam! | Sep 17 16:03:32.115 INFO kablam! 174 | Ok(data) => unsafe{ data.into_inner() }, Sep 17 16:03:32.115 INFO kablam! | ^^^^^^ unnecessary `unsafe` block Sep 17 16:03:32.115 INFO kablam! | Sep 17 16:03:32.115 INFO kablam! = note: #[warn(unused_unsafe)] on by default Sep 17 16:03:32.115 INFO kablam! Sep 17 16:03:32.600 INFO kablam! warning: unnecessary `unsafe` block Sep 17 16:03:32.600 INFO kablam! --> src/lib.rs:174:25 Sep 17 16:03:32.601 INFO kablam! | Sep 17 16:03:32.601 INFO kablam! 174 | Ok(data) => unsafe{ data.into_inner() }, Sep 17 16:03:32.601 INFO kablam! | ^^^^^^ unnecessary `unsafe` block Sep 17 16:03:32.605 INFO kablam! | Sep 17 16:03:32.605 INFO kablam! = note: #[warn(unused_unsafe)] on by default Sep 17 16:03:32.605 INFO kablam! Sep 17 16:03:32.702 INFO kablam! error[E0599]: no method named `wait` found for type `ticketed_lock::WriteTicket` in the current scope Sep 17 16:03:32.702 INFO kablam! --> examples/order.rs:16:28 Sep 17 16:03:32.702 INFO kablam! | Sep 17 16:03:32.702 INFO kablam! 16 | let mut guard = t3.wait(); Sep 17 16:03:32.702 INFO kablam! | ^^^^ Sep 17 16:03:32.702 INFO kablam! | Sep 17 16:03:32.702 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 17 16:03:32.702 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 17 16:03:32.702 INFO kablam! | Sep 17 16:03:32.702 INFO kablam! 4 | use futures::future::Future; Sep 17 16:03:32.702 INFO kablam! | Sep 17 16:03:32.702 INFO kablam! Sep 17 16:03:32.707 INFO kablam! error[E0599]: no method named `wait` found for type `ticketed_lock::ReadTicket` in the current scope Sep 17 16:03:32.707 INFO kablam! --> examples/order.rs:21:24 Sep 17 16:03:32.707 INFO kablam! | Sep 17 16:03:32.707 INFO kablam! 21 | let guard = t2.wait(); Sep 17 16:03:32.707 INFO kablam! | ^^^^ Sep 17 16:03:32.707 INFO kablam! | Sep 17 16:03:32.707 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 17 16:03:32.707 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 17 16:03:32.707 INFO kablam! | Sep 17 16:03:32.707 INFO kablam! 4 | use futures::future::Future; Sep 17 16:03:32.707 INFO kablam! | Sep 17 16:03:32.707 INFO kablam! Sep 17 16:03:32.709 INFO kablam! error[E0599]: no method named `wait` found for type `ticketed_lock::ReadTicket` in the current scope Sep 17 16:03:32.709 INFO kablam! --> examples/order.rs:25:24 Sep 17 16:03:32.709 INFO kablam! | Sep 17 16:03:32.709 INFO kablam! 25 | let guard = t1.wait(); Sep 17 16:03:32.709 INFO kablam! | ^^^^ Sep 17 16:03:32.709 INFO kablam! | Sep 17 16:03:32.709 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 17 16:03:32.709 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 17 16:03:32.709 INFO kablam! | Sep 17 16:03:32.709 INFO kablam! 4 | use futures::future::Future; Sep 17 16:03:32.709 INFO kablam! | Sep 17 16:03:32.709 INFO kablam! Sep 17 16:03:32.716 INFO kablam! error: aborting due to 3 previous errors Sep 17 16:03:32.716 INFO kablam! Sep 17 16:03:32.716 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 17 16:03:32.728 INFO kablam! error: Could not compile `ticketed_lock`. Sep 17 16:03:32.728 INFO kablam! Sep 17 16:03:32.728 INFO kablam! To learn more, run the command again with --verbose. Sep 17 16:03:32.729 INFO kablam! su: No module specific data is present Sep 17 16:03:33.477 INFO running `"docker" "rm" "-f" "d91114c8db579909b1e606501323769d134acbacf3bef2c358f42a80598a5d10"` Sep 17 16:03:33.637 INFO blam! d91114c8db579909b1e606501323769d134acbacf3bef2c358f42a80598a5d10