Sep 19 18:59:43.938 INFO checking ticketed_lock-0.2.0 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 19 18:59:43.938 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 19 18:59:43.938 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-7/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/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 +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 18:59:44.166 INFO blam! 02f65586b12db2245d04371dde8ae3aa59a14c25d0977005e70b372f4e07e67e Sep 19 18:59:44.169 INFO running `"docker" "start" "-a" "02f65586b12db2245d04371dde8ae3aa59a14c25d0977005e70b372f4e07e67e"` Sep 19 18:59:45.019 INFO kablam! usermod: no changes Sep 19 18:59:45.109 INFO kablam! Checking ticketed_lock v0.2.0 (/source) Sep 19 18:59:45.109 INFO kablam! Checking regex v0.2.11 Sep 19 18:59:45.382 INFO kablam! warning: unnecessary `unsafe` block Sep 19 18:59:45.382 INFO kablam! --> src/lib.rs:174:25 Sep 19 18:59:45.382 INFO kablam! | Sep 19 18:59:45.382 INFO kablam! 174 | Ok(data) => unsafe{ data.into_inner() }, Sep 19 18:59:45.382 INFO kablam! | ^^^^^^ unnecessary `unsafe` block Sep 19 18:59:45.382 INFO kablam! | Sep 19 18:59:45.382 INFO kablam! = note: #[warn(unused_unsafe)] on by default Sep 19 18:59:45.382 INFO kablam! Sep 19 18:59:47.179 INFO kablam! Checking env_logger v0.4.3 Sep 19 18:59:47.765 INFO kablam! warning: unnecessary `unsafe` block Sep 19 18:59:47.765 INFO kablam! --> src/lib.rs:174:25 Sep 19 18:59:47.765 INFO kablam! | Sep 19 18:59:47.765 INFO kablam! 174 | Ok(data) => unsafe{ data.into_inner() }, Sep 19 18:59:47.765 INFO kablam! | ^^^^^^ unnecessary `unsafe` block Sep 19 18:59:47.765 INFO kablam! | Sep 19 18:59:47.765 INFO kablam! = note: #[warn(unused_unsafe)] on by default Sep 19 18:59:47.765 INFO kablam! Sep 19 18:59:47.899 INFO kablam! error[E0599]: no method named `wait` found for type `ticketed_lock::WriteTicket` in the current scope Sep 19 18:59:47.899 INFO kablam! --> examples/order.rs:16:28 Sep 19 18:59:47.900 INFO kablam! | Sep 19 18:59:47.900 INFO kablam! 16 | let mut guard = t3.wait(); Sep 19 18:59:47.900 INFO kablam! | ^^^^ Sep 19 18:59:47.900 INFO kablam! | Sep 19 18:59:47.900 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 19 18:59:47.900 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 19 18:59:47.900 INFO kablam! | Sep 19 18:59:47.900 INFO kablam! 4 | use futures::future::Future; Sep 19 18:59:47.900 INFO kablam! | Sep 19 18:59:47.900 INFO kablam! Sep 19 18:59:47.900 INFO kablam! error[E0599]: no method named `wait` found for type `ticketed_lock::ReadTicket` in the current scope Sep 19 18:59:47.900 INFO kablam! --> examples/order.rs:21:24 Sep 19 18:59:47.900 INFO kablam! | Sep 19 18:59:47.901 INFO kablam! 21 | let guard = t2.wait(); Sep 19 18:59:47.901 INFO kablam! | ^^^^ Sep 19 18:59:47.901 INFO kablam! | Sep 19 18:59:47.901 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 19 18:59:47.901 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 19 18:59:47.901 INFO kablam! | Sep 19 18:59:47.901 INFO kablam! 4 | use futures::future::Future; Sep 19 18:59:47.901 INFO kablam! | Sep 19 18:59:47.901 INFO kablam! Sep 19 18:59:47.901 INFO kablam! error[E0599]: no method named `wait` found for type `ticketed_lock::ReadTicket` in the current scope Sep 19 18:59:47.901 INFO kablam! --> examples/order.rs:25:24 Sep 19 18:59:47.901 INFO kablam! | Sep 19 18:59:47.901 INFO kablam! 25 | let guard = t1.wait(); Sep 19 18:59:47.901 INFO kablam! | ^^^^ Sep 19 18:59:47.901 INFO kablam! | Sep 19 18:59:47.901 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 19 18:59:47.901 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 19 18:59:47.901 INFO kablam! | Sep 19 18:59:47.901 INFO kablam! 4 | use futures::future::Future; Sep 19 18:59:47.901 INFO kablam! | Sep 19 18:59:47.901 INFO kablam! Sep 19 18:59:47.905 INFO kablam! error: aborting due to 3 previous errors Sep 19 18:59:47.906 INFO kablam! Sep 19 18:59:47.906 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 19 18:59:47.917 INFO kablam! error: Could not compile `ticketed_lock`. Sep 19 18:59:47.917 INFO kablam! Sep 19 18:59:47.917 INFO kablam! To learn more, run the command again with --verbose. Sep 19 18:59:47.918 INFO kablam! su: No module specific data is present Sep 19 18:59:48.538 INFO running `"docker" "rm" "-f" "02f65586b12db2245d04371dde8ae3aa59a14c25d0977005e70b372f4e07e67e"` Sep 19 18:59:48.632 INFO blam! 02f65586b12db2245d04371dde8ae3aa59a14c25d0977005e70b372f4e07e67e