Sep 17 16:03:32.195 INFO checking ticketed_lock-0.2.0 against master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690 for pr-54033 Sep 17 16:03:32.195 INFO running: cargo +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets Sep 17 16:03:32.195 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54033/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-3/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/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 +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-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:32.469 INFO blam! 27cceedb9701dd314cf3883da52d832fc7a5e1dee53c6f068eff53b3f77e4635 Sep 17 16:03:32.471 INFO running `"docker" "start" "-a" "27cceedb9701dd314cf3883da52d832fc7a5e1dee53c6f068eff53b3f77e4635"` Sep 17 16:03:33.317 INFO kablam! usermod: no changes Sep 17 16:03:33.366 INFO kablam! Checking ticketed_lock v0.2.0 (/source) Sep 17 16:03:33.366 INFO kablam! Checking env_logger v0.4.3 Sep 17 16:03:33.664 INFO kablam! warning: unnecessary `unsafe` block Sep 17 16:03:33.664 INFO kablam! --> src/lib.rs:174:25 Sep 17 16:03:33.664 INFO kablam! | Sep 17 16:03:33.664 INFO kablam! 174 | Ok(data) => unsafe{ data.into_inner() }, Sep 17 16:03:33.664 INFO kablam! | ^^^^^^ unnecessary `unsafe` block Sep 17 16:03:33.664 INFO kablam! | Sep 17 16:03:33.664 INFO kablam! = note: #[warn(unused_unsafe)] on by default Sep 17 16:03:33.664 INFO kablam! Sep 17 16:03:34.172 INFO kablam! warning: unnecessary `unsafe` block Sep 17 16:03:34.172 INFO kablam! --> src/lib.rs:174:25 Sep 17 16:03:34.172 INFO kablam! | Sep 17 16:03:34.172 INFO kablam! 174 | Ok(data) => unsafe{ data.into_inner() }, Sep 17 16:03:34.172 INFO kablam! | ^^^^^^ unnecessary `unsafe` block Sep 17 16:03:34.172 INFO kablam! | Sep 17 16:03:34.172 INFO kablam! = note: #[warn(unused_unsafe)] on by default Sep 17 16:03:34.172 INFO kablam! Sep 17 16:03:34.239 INFO kablam! error[E0599]: no method named `wait` found for type `ticketed_lock::WriteTicket` in the current scope Sep 17 16:03:34.239 INFO kablam! --> examples/order.rs:16:28 Sep 17 16:03:34.239 INFO kablam! | Sep 17 16:03:34.239 INFO kablam! 16 | let mut guard = t3.wait(); Sep 17 16:03:34.239 INFO kablam! | ^^^^ Sep 17 16:03:34.239 INFO kablam! | Sep 17 16:03:34.239 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 17 16:03:34.239 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 17 16:03:34.239 INFO kablam! | Sep 17 16:03:34.239 INFO kablam! 4 | use futures::future::Future; Sep 17 16:03:34.239 INFO kablam! | Sep 17 16:03:34.239 INFO kablam! Sep 17 16:03:34.247 INFO kablam! error[E0599]: no method named `wait` found for type `ticketed_lock::ReadTicket` in the current scope Sep 17 16:03:34.247 INFO kablam! --> examples/order.rs:21:24 Sep 17 16:03:34.247 INFO kablam! | Sep 17 16:03:34.247 INFO kablam! 21 | let guard = t2.wait(); Sep 17 16:03:34.247 INFO kablam! | ^^^^ Sep 17 16:03:34.247 INFO kablam! | Sep 17 16:03:34.247 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 17 16:03:34.247 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 17 16:03:34.247 INFO kablam! | Sep 17 16:03:34.247 INFO kablam! 4 | use futures::future::Future; Sep 17 16:03:34.247 INFO kablam! | Sep 17 16:03:34.247 INFO kablam! Sep 17 16:03:34.247 INFO kablam! error[E0599]: no method named `wait` found for type `ticketed_lock::ReadTicket` in the current scope Sep 17 16:03:34.247 INFO kablam! --> examples/order.rs:25:24 Sep 17 16:03:34.247 INFO kablam! | Sep 17 16:03:34.247 INFO kablam! 25 | let guard = t1.wait(); Sep 17 16:03:34.247 INFO kablam! | ^^^^ Sep 17 16:03:34.247 INFO kablam! | Sep 17 16:03:34.247 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 17 16:03:34.247 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 17 16:03:34.247 INFO kablam! | Sep 17 16:03:34.247 INFO kablam! 4 | use futures::future::Future; Sep 17 16:03:34.247 INFO kablam! | Sep 17 16:03:34.247 INFO kablam! Sep 17 16:03:34.251 INFO kablam! error: aborting due to 3 previous errors Sep 17 16:03:34.251 INFO kablam! Sep 17 16:03:34.251 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 17 16:03:34.263 INFO kablam! error: Could not compile `ticketed_lock`. Sep 17 16:03:34.263 INFO kablam! Sep 17 16:03:34.263 INFO kablam! To learn more, run the command again with --verbose. Sep 17 16:03:34.263 INFO kablam! su: No module specific data is present Sep 17 16:03:35.267 INFO running `"docker" "rm" "-f" "27cceedb9701dd314cf3883da52d832fc7a5e1dee53c6f068eff53b3f77e4635"` Sep 17 16:03:35.370 INFO blam! 27cceedb9701dd314cf3883da52d832fc7a5e1dee53c6f068eff53b3f77e4635