Sep 04 03:57:52.041 INFO checking ticketed_lock-0.2.0 against try#5fe695a3844714c70e8f7731a553f7947987a68a for pr-53913 Sep 04 03:57:52.041 INFO running: cargo +5fe695a3844714c70e8f7731a553f7947987a68a-alt check --frozen --all --all-targets Sep 04 03:57:52.041 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53913/try#5fe695a3844714c70e8f7731a553f7947987a68a:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-0/try#5fe695a3844714c70e8f7731a553f7947987a68a:/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 +5fe695a3844714c70e8f7731a553f7947987a68a-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 03:57:52.191 INFO blam! ddf18c49dc7f05a3bc1ea4c2603fb4c9110d2cb23d0c45f6c10c840f39882c91 Sep 04 03:57:52.193 INFO running `"docker" "start" "-a" "ddf18c49dc7f05a3bc1ea4c2603fb4c9110d2cb23d0c45f6c10c840f39882c91"` Sep 04 03:57:53.045 INFO kablam! Checking ticketed_lock v0.2.0 (file:///source) Sep 04 03:57:53.045 INFO kablam! Checking env_logger v0.4.3 Sep 04 03:57:53.449 INFO kablam! warning: unnecessary `unsafe` block Sep 04 03:57:53.449 INFO kablam! --> src/lib.rs:174:25 Sep 04 03:57:53.449 INFO kablam! | Sep 04 03:57:53.449 INFO kablam! 174 | Ok(data) => unsafe{ data.into_inner() }, Sep 04 03:57:53.449 INFO kablam! | ^^^^^^ unnecessary `unsafe` block Sep 04 03:57:53.449 INFO kablam! | Sep 04 03:57:53.449 INFO kablam! = note: #[warn(unused_unsafe)] on by default Sep 04 03:57:53.449 INFO kablam! Sep 04 03:57:54.143 INFO kablam! warning: unnecessary `unsafe` block Sep 04 03:57:54.143 INFO kablam! --> src/lib.rs:174:25 Sep 04 03:57:54.143 INFO kablam! | Sep 04 03:57:54.143 INFO kablam! 174 | Ok(data) => unsafe{ data.into_inner() }, Sep 04 03:57:54.143 INFO kablam! | ^^^^^^ unnecessary `unsafe` block Sep 04 03:57:54.143 INFO kablam! | Sep 04 03:57:54.143 INFO kablam! = note: #[warn(unused_unsafe)] on by default Sep 04 03:57:54.143 INFO kablam! Sep 04 03:57:54.251 INFO kablam! error[E0599]: no method named `wait` found for type `ticketed_lock::WriteTicket` in the current scope Sep 04 03:57:54.251 INFO kablam! --> examples/order.rs:16:28 Sep 04 03:57:54.251 INFO kablam! | Sep 04 03:57:54.251 INFO kablam! 16 | let mut guard = t3.wait(); Sep 04 03:57:54.251 INFO kablam! | ^^^^ Sep 04 03:57:54.251 INFO kablam! | Sep 04 03:57:54.251 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 04 03:57:54.251 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 04 03:57:54.251 INFO kablam! | Sep 04 03:57:54.251 INFO kablam! 4 | use futures::future::Future; Sep 04 03:57:54.251 INFO kablam! | Sep 04 03:57:54.251 INFO kablam! Sep 04 03:57:54.257 INFO kablam! error[E0599]: no method named `wait` found for type `ticketed_lock::ReadTicket` in the current scope Sep 04 03:57:54.257 INFO kablam! --> examples/order.rs:21:24 Sep 04 03:57:54.257 INFO kablam! | Sep 04 03:57:54.257 INFO kablam! 21 | let guard = t2.wait(); Sep 04 03:57:54.257 INFO kablam! | ^^^^ Sep 04 03:57:54.257 INFO kablam! | Sep 04 03:57:54.257 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 04 03:57:54.257 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 04 03:57:54.257 INFO kablam! | Sep 04 03:57:54.257 INFO kablam! 4 | use futures::future::Future; Sep 04 03:57:54.257 INFO kablam! | Sep 04 03:57:54.257 INFO kablam! Sep 04 03:57:54.259 INFO kablam! error[E0599]: no method named `wait` found for type `ticketed_lock::ReadTicket` in the current scope Sep 04 03:57:54.260 INFO kablam! --> examples/order.rs:25:24 Sep 04 03:57:54.260 INFO kablam! | Sep 04 03:57:54.260 INFO kablam! 25 | let guard = t1.wait(); Sep 04 03:57:54.260 INFO kablam! | ^^^^ Sep 04 03:57:54.260 INFO kablam! | Sep 04 03:57:54.260 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 04 03:57:54.260 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 04 03:57:54.260 INFO kablam! | Sep 04 03:57:54.260 INFO kablam! 4 | use futures::future::Future; Sep 04 03:57:54.260 INFO kablam! | Sep 04 03:57:54.260 INFO kablam! Sep 04 03:57:54.265 INFO kablam! error: aborting due to 3 previous errors Sep 04 03:57:54.265 INFO kablam! Sep 04 03:57:54.265 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 04 03:57:54.273 INFO kablam! error: Could not compile `ticketed_lock`. Sep 04 03:57:54.273 INFO kablam! Sep 04 03:57:54.273 INFO kablam! To learn more, run the command again with --verbose. Sep 04 03:57:54.274 INFO kablam! su: No module specific data is present Sep 04 03:57:54.658 INFO running `"docker" "rm" "-f" "ddf18c49dc7f05a3bc1ea4c2603fb4c9110d2cb23d0c45f6c10c840f39882c91"` Sep 04 03:57:54.749 INFO blam! ddf18c49dc7f05a3bc1ea4c2603fb4c9110d2cb23d0c45f6c10c840f39882c91