Sep 04 00:36:09.465 INFO checking ticketed_lock-0.2.0 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 04 00:36:09.465 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 04 00:36:09.466 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-3/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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 +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 00:36:09.638 INFO blam! c3ca8b979340f2ca0c29ff7b97d6427af17fb553d69bbccccfb728ddf906e541 Sep 04 00:36:09.640 INFO running `"docker" "start" "-a" "c3ca8b979340f2ca0c29ff7b97d6427af17fb553d69bbccccfb728ddf906e541"` Sep 04 00:36:10.345 INFO kablam! Checking ticketed_lock v0.2.0 (file:///source) Sep 04 00:36:10.346 INFO kablam! Checking env_logger v0.4.3 Sep 04 00:36:10.788 INFO kablam! warning: unnecessary `unsafe` block Sep 04 00:36:10.788 INFO kablam! --> src/lib.rs:174:25 Sep 04 00:36:10.788 INFO kablam! | Sep 04 00:36:10.788 INFO kablam! 174 | Ok(data) => unsafe{ data.into_inner() }, Sep 04 00:36:10.788 INFO kablam! | ^^^^^^ unnecessary `unsafe` block Sep 04 00:36:10.788 INFO kablam! | Sep 04 00:36:10.788 INFO kablam! = note: #[warn(unused_unsafe)] on by default Sep 04 00:36:10.788 INFO kablam! Sep 04 00:36:11.876 INFO kablam! warning: unnecessary `unsafe` block Sep 04 00:36:11.876 INFO kablam! --> src/lib.rs:174:25 Sep 04 00:36:11.876 INFO kablam! | Sep 04 00:36:11.876 INFO kablam! 174 | Ok(data) => unsafe{ data.into_inner() }, Sep 04 00:36:11.876 INFO kablam! | ^^^^^^ unnecessary `unsafe` block Sep 04 00:36:11.876 INFO kablam! | Sep 04 00:36:11.876 INFO kablam! = note: #[warn(unused_unsafe)] on by default Sep 04 00:36:11.877 INFO kablam! Sep 04 00:36:11.992 INFO kablam! error[E0599]: no method named `wait` found for type `ticketed_lock::WriteTicket` in the current scope Sep 04 00:36:11.992 INFO kablam! --> examples/order.rs:16:28 Sep 04 00:36:11.992 INFO kablam! | Sep 04 00:36:11.993 INFO kablam! 16 | let mut guard = t3.wait(); Sep 04 00:36:11.993 INFO kablam! | ^^^^ Sep 04 00:36:11.993 INFO kablam! | Sep 04 00:36:11.993 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 04 00:36:11.993 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 04 00:36:11.993 INFO kablam! | Sep 04 00:36:11.993 INFO kablam! 4 | use futures::future::Future; Sep 04 00:36:11.993 INFO kablam! | Sep 04 00:36:11.993 INFO kablam! Sep 04 00:36:12.000 INFO kablam! error[E0599]: no method named `wait` found for type `ticketed_lock::ReadTicket` in the current scope Sep 04 00:36:12.000 INFO kablam! --> examples/order.rs:21:24 Sep 04 00:36:12.000 INFO kablam! | Sep 04 00:36:12.001 INFO kablam! 21 | let guard = t2.wait(); Sep 04 00:36:12.001 INFO kablam! | ^^^^ Sep 04 00:36:12.001 INFO kablam! | Sep 04 00:36:12.001 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 04 00:36:12.001 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 04 00:36:12.001 INFO kablam! | Sep 04 00:36:12.001 INFO kablam! 4 | use futures::future::Future; Sep 04 00:36:12.001 INFO kablam! | Sep 04 00:36:12.001 INFO kablam! Sep 04 00:36:12.004 INFO kablam! error[E0599]: no method named `wait` found for type `ticketed_lock::ReadTicket` in the current scope Sep 04 00:36:12.004 INFO kablam! --> examples/order.rs:25:24 Sep 04 00:36:12.004 INFO kablam! | Sep 04 00:36:12.004 INFO kablam! 25 | let guard = t1.wait(); Sep 04 00:36:12.004 INFO kablam! | ^^^^ Sep 04 00:36:12.004 INFO kablam! | Sep 04 00:36:12.004 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 04 00:36:12.004 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 04 00:36:12.005 INFO kablam! | Sep 04 00:36:12.005 INFO kablam! 4 | use futures::future::Future; Sep 04 00:36:12.005 INFO kablam! | Sep 04 00:36:12.005 INFO kablam! Sep 04 00:36:12.012 INFO kablam! error: aborting due to 3 previous errors Sep 04 00:36:12.012 INFO kablam! Sep 04 00:36:12.012 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 04 00:36:12.023 INFO kablam! error: Could not compile `ticketed_lock`. Sep 04 00:36:12.023 INFO kablam! Sep 04 00:36:12.023 INFO kablam! To learn more, run the command again with --verbose. Sep 04 00:36:12.024 INFO kablam! su: No module specific data is present Sep 04 00:36:12.442 INFO running `"docker" "rm" "-f" "c3ca8b979340f2ca0c29ff7b97d6427af17fb553d69bbccccfb728ddf906e541"` Sep 04 00:36:12.546 INFO blam! c3ca8b979340f2ca0c29ff7b97d6427af17fb553d69bbccccfb728ddf906e541