Sep 01 21:19:33.557 INFO checking ticketed_lock-0.2.0 against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 01 21:19:33.557 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 01 21:19:33.557 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-2/try#952c7dbfa2628309f557b367929ffc17af20b332:/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 +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 21:19:33.738 INFO blam! e98233cc784d4ab6aa288d405e442ee3fcda53a60945ff9062ebc1bf165c8994 Sep 01 21:19:33.740 INFO running `"docker" "start" "-a" "e98233cc784d4ab6aa288d405e442ee3fcda53a60945ff9062ebc1bf165c8994"` Sep 01 21:19:34.383 INFO kablam! Checking ticketed_lock v0.2.0 (file:///source) Sep 01 21:19:34.384 INFO kablam! Checking env_logger v0.4.3 Sep 01 21:19:34.902 INFO kablam! warning: unnecessary `unsafe` block Sep 01 21:19:34.902 INFO kablam! --> src/lib.rs:174:25 Sep 01 21:19:34.902 INFO kablam! | Sep 01 21:19:34.902 INFO kablam! 174 | Ok(data) => unsafe{ data.into_inner() }, Sep 01 21:19:34.903 INFO kablam! | ^^^^^^ unnecessary `unsafe` block Sep 01 21:19:34.903 INFO kablam! | Sep 01 21:19:34.903 INFO kablam! = note: #[warn(unused_unsafe)] on by default Sep 01 21:19:34.903 INFO kablam! Sep 01 21:19:35.681 INFO kablam! error[E0599]: no method named `wait` found for type `ticketed_lock::WriteTicket` in the current scope Sep 01 21:19:35.681 INFO kablam! --> examples/order.rs:16:28 Sep 01 21:19:35.681 INFO kablam! | Sep 01 21:19:35.681 INFO kablam! 16 | let mut guard = t3.wait(); Sep 01 21:19:35.681 INFO kablam! | ^^^^ Sep 01 21:19:35.681 INFO kablam! | Sep 01 21:19:35.681 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 01 21:19:35.681 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 01 21:19:35.681 INFO kablam! | Sep 01 21:19:35.681 INFO kablam! 4 | use futures::future::Future; Sep 01 21:19:35.681 INFO kablam! | Sep 01 21:19:35.681 INFO kablam! Sep 01 21:19:35.688 INFO kablam! error[E0599]: no method named `wait` found for type `ticketed_lock::ReadTicket` in the current scope Sep 01 21:19:35.688 INFO kablam! --> examples/order.rs:21:24 Sep 01 21:19:35.688 INFO kablam! | Sep 01 21:19:35.688 INFO kablam! 21 | let guard = t2.wait(); Sep 01 21:19:35.688 INFO kablam! | ^^^^ Sep 01 21:19:35.688 INFO kablam! | Sep 01 21:19:35.688 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 01 21:19:35.688 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 01 21:19:35.688 INFO kablam! | Sep 01 21:19:35.688 INFO kablam! 4 | use futures::future::Future; Sep 01 21:19:35.688 INFO kablam! | Sep 01 21:19:35.688 INFO kablam! Sep 01 21:19:35.690 INFO kablam! warning: unnecessary `unsafe` block Sep 01 21:19:35.690 INFO kablam! --> src/lib.rs:174:25 Sep 01 21:19:35.690 INFO kablam! | Sep 01 21:19:35.690 INFO kablam! 174 | Ok(data) => unsafe{ data.into_inner() }, Sep 01 21:19:35.690 INFO kablam! | ^^^^^^ unnecessary `unsafe` block Sep 01 21:19:35.690 INFO kablam! | Sep 01 21:19:35.690 INFO kablam! = note: #[warn(unused_unsafe)] on by default Sep 01 21:19:35.690 INFO kablam! Sep 01 21:19:35.691 INFO kablam! error[E0599]: no method named `wait` found for type `ticketed_lock::ReadTicket` in the current scope Sep 01 21:19:35.691 INFO kablam! --> examples/order.rs:25:24 Sep 01 21:19:35.691 INFO kablam! | Sep 01 21:19:35.691 INFO kablam! 25 | let guard = t1.wait(); Sep 01 21:19:35.691 INFO kablam! | ^^^^ Sep 01 21:19:35.691 INFO kablam! | Sep 01 21:19:35.691 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 01 21:19:35.691 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 01 21:19:35.691 INFO kablam! | Sep 01 21:19:35.692 INFO kablam! 4 | use futures::future::Future; Sep 01 21:19:35.692 INFO kablam! | Sep 01 21:19:35.692 INFO kablam! Sep 01 21:19:35.697 INFO kablam! error: aborting due to 3 previous errors Sep 01 21:19:35.697 INFO kablam! Sep 01 21:19:35.697 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 01 21:19:35.705 INFO kablam! error: Could not compile `ticketed_lock`. Sep 01 21:19:35.705 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 21:19:35.711 INFO kablam! error: build failed Sep 01 21:19:35.712 INFO kablam! su: No module specific data is present Sep 01 21:19:36.123 INFO running `"docker" "rm" "-f" "e98233cc784d4ab6aa288d405e442ee3fcda53a60945ff9062ebc1bf165c8994"` Sep 01 21:19:36.244 INFO blam! e98233cc784d4ab6aa288d405e442ee3fcda53a60945ff9062ebc1bf165c8994