Sep 05 21:57:08.128 INFO checking ticketed_lock-0.2.0 against try#51ff957df5095d92d1d3d4682207ee8b7ad408a8 for pr-53854 Sep 05 21:57:08.128 INFO running: cargo +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets Sep 05 21:57:08.128 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-53854/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-5/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/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 +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 05 21:57:08.378 INFO blam! ed053f69bd2d9158b5e13d7c063f77dc9c7dd0470e8bdce60448269152fa2f2c Sep 05 21:57:08.384 INFO running `"docker" "start" "-a" "ed053f69bd2d9158b5e13d7c063f77dc9c7dd0470e8bdce60448269152fa2f2c"` Sep 05 21:57:09.165 INFO kablam! usermod: no changes Sep 05 21:57:09.218 INFO kablam! Checking ticketed_lock v0.2.0 (file:///source) Sep 05 21:57:09.221 INFO kablam! Checking regex v0.2.11 Sep 05 21:57:09.444 INFO kablam! warning: unnecessary `unsafe` block Sep 05 21:57:09.444 INFO kablam! --> src/lib.rs:174:25 Sep 05 21:57:09.444 INFO kablam! | Sep 05 21:57:09.444 INFO kablam! 174 | Ok(data) => unsafe{ data.into_inner() }, Sep 05 21:57:09.444 INFO kablam! | ^^^^^^ unnecessary `unsafe` block Sep 05 21:57:09.444 INFO kablam! | Sep 05 21:57:09.444 INFO kablam! = note: #[warn(unused_unsafe)] on by default Sep 05 21:57:09.444 INFO kablam! Sep 05 21:57:11.375 INFO kablam! Checking env_logger v0.4.3 Sep 05 21:57:12.018 INFO kablam! warning: unnecessary `unsafe` block Sep 05 21:57:12.018 INFO kablam! --> src/lib.rs:174:25 Sep 05 21:57:12.018 INFO kablam! | Sep 05 21:57:12.018 INFO kablam! 174 | Ok(data) => unsafe{ data.into_inner() }, Sep 05 21:57:12.018 INFO kablam! | ^^^^^^ unnecessary `unsafe` block Sep 05 21:57:12.018 INFO kablam! | Sep 05 21:57:12.018 INFO kablam! = note: #[warn(unused_unsafe)] on by default Sep 05 21:57:12.018 INFO kablam! Sep 05 21:57:12.165 INFO kablam! error[E0599]: no method named `wait` found for type `ticketed_lock::WriteTicket` in the current scope Sep 05 21:57:12.166 INFO kablam! --> examples/order.rs:16:28 Sep 05 21:57:12.166 INFO kablam! | Sep 05 21:57:12.166 INFO kablam! 16 | let mut guard = t3.wait(); Sep 05 21:57:12.166 INFO kablam! | ^^^^ Sep 05 21:57:12.166 INFO kablam! | Sep 05 21:57:12.166 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 05 21:57:12.166 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 05 21:57:12.166 INFO kablam! | Sep 05 21:57:12.166 INFO kablam! 4 | use futures::future::Future; Sep 05 21:57:12.166 INFO kablam! | Sep 05 21:57:12.166 INFO kablam! Sep 05 21:57:12.166 INFO kablam! error[E0599]: no method named `wait` found for type `ticketed_lock::ReadTicket` in the current scope Sep 05 21:57:12.166 INFO kablam! --> examples/order.rs:21:24 Sep 05 21:57:12.166 INFO kablam! | Sep 05 21:57:12.166 INFO kablam! 21 | let guard = t2.wait(); Sep 05 21:57:12.166 INFO kablam! | ^^^^ Sep 05 21:57:12.166 INFO kablam! | Sep 05 21:57:12.166 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 05 21:57:12.166 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 05 21:57:12.166 INFO kablam! | Sep 05 21:57:12.166 INFO kablam! 4 | use futures::future::Future; Sep 05 21:57:12.166 INFO kablam! | Sep 05 21:57:12.166 INFO kablam! Sep 05 21:57:12.169 INFO kablam! error[E0599]: no method named `wait` found for type `ticketed_lock::ReadTicket` in the current scope Sep 05 21:57:12.169 INFO kablam! --> examples/order.rs:25:24 Sep 05 21:57:12.170 INFO kablam! | Sep 05 21:57:12.170 INFO kablam! 25 | let guard = t1.wait(); Sep 05 21:57:12.170 INFO kablam! | ^^^^ Sep 05 21:57:12.170 INFO kablam! | Sep 05 21:57:12.170 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 05 21:57:12.170 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 05 21:57:12.170 INFO kablam! | Sep 05 21:57:12.170 INFO kablam! 4 | use futures::future::Future; Sep 05 21:57:12.170 INFO kablam! | Sep 05 21:57:12.170 INFO kablam! Sep 05 21:57:12.172 INFO kablam! error: aborting due to 3 previous errors Sep 05 21:57:12.173 INFO kablam! Sep 05 21:57:12.173 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 05 21:57:12.182 INFO kablam! error: Could not compile `ticketed_lock`. Sep 05 21:57:12.182 INFO kablam! Sep 05 21:57:12.182 INFO kablam! To learn more, run the command again with --verbose. Sep 05 21:57:12.183 INFO kablam! su: No module specific data is present Sep 05 21:57:12.847 INFO running `"docker" "rm" "-f" "ed053f69bd2d9158b5e13d7c063f77dc9c7dd0470e8bdce60448269152fa2f2c"` Sep 05 21:57:12.949 INFO blam! ed053f69bd2d9158b5e13d7c063f77dc9c7dd0470e8bdce60448269152fa2f2c