Sep 01 04:06:37.072 INFO checking ticketed_lock-0.2.0 against try#aa245a5862056b681d2ccdb178f58891108cd3a6 for pr-53831 Sep 01 04:06:37.072 INFO running: cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets Sep 01 04:06:37.073 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53831/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-2/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/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 +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 04:06:37.278 INFO blam! 57889eda56878dfb2b1a90ac2653ce70fc6a88a640e2a99e9c10cf49a1364910 Sep 01 04:06:37.280 INFO running `"docker" "start" "-a" "57889eda56878dfb2b1a90ac2653ce70fc6a88a640e2a99e9c10cf49a1364910"` Sep 01 04:06:37.983 INFO kablam! Checking ticketed_lock v0.2.0 (file:///source) Sep 01 04:06:37.985 INFO kablam! Checking env_logger v0.4.3 Sep 01 04:06:38.544 INFO kablam! warning: unnecessary `unsafe` block Sep 01 04:06:38.544 INFO kablam! --> src/lib.rs:174:25 Sep 01 04:06:38.544 INFO kablam! | Sep 01 04:06:38.544 INFO kablam! 174 | Ok(data) => unsafe{ data.into_inner() }, Sep 01 04:06:38.545 INFO kablam! | ^^^^^^ unnecessary `unsafe` block Sep 01 04:06:38.545 INFO kablam! | Sep 01 04:06:38.545 INFO kablam! = note: #[warn(unused_unsafe)] on by default Sep 01 04:06:38.545 INFO kablam! Sep 01 04:06:39.390 INFO kablam! warning: unnecessary `unsafe` block Sep 01 04:06:39.390 INFO kablam! --> src/lib.rs:174:25 Sep 01 04:06:39.390 INFO kablam! | Sep 01 04:06:39.390 INFO kablam! 174 | Ok(data) => unsafe{ data.into_inner() }, Sep 01 04:06:39.390 INFO kablam! | ^^^^^^ unnecessary `unsafe` block Sep 01 04:06:39.390 INFO kablam! | Sep 01 04:06:39.390 INFO kablam! = note: #[warn(unused_unsafe)] on by default Sep 01 04:06:39.390 INFO kablam! Sep 01 04:06:39.538 INFO kablam! error[E0599]: no method named `wait` found for type `ticketed_lock::WriteTicket` in the current scope Sep 01 04:06:39.538 INFO kablam! --> examples/order.rs:16:28 Sep 01 04:06:39.538 INFO kablam! | Sep 01 04:06:39.538 INFO kablam! 16 | let mut guard = t3.wait(); Sep 01 04:06:39.538 INFO kablam! | ^^^^ Sep 01 04:06:39.539 INFO kablam! | Sep 01 04:06:39.539 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 01 04:06:39.539 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 01 04:06:39.539 INFO kablam! | Sep 01 04:06:39.539 INFO kablam! 4 | use futures::future::Future; Sep 01 04:06:39.539 INFO kablam! | Sep 01 04:06:39.539 INFO kablam! Sep 01 04:06:39.544 INFO kablam! error[E0599]: no method named `wait` found for type `ticketed_lock::ReadTicket` in the current scope Sep 01 04:06:39.544 INFO kablam! --> examples/order.rs:21:24 Sep 01 04:06:39.544 INFO kablam! | Sep 01 04:06:39.544 INFO kablam! 21 | let guard = t2.wait(); Sep 01 04:06:39.544 INFO kablam! | ^^^^ Sep 01 04:06:39.544 INFO kablam! | Sep 01 04:06:39.544 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 01 04:06:39.544 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 01 04:06:39.544 INFO kablam! | Sep 01 04:06:39.544 INFO kablam! 4 | use futures::future::Future; Sep 01 04:06:39.544 INFO kablam! | Sep 01 04:06:39.544 INFO kablam! Sep 01 04:06:39.547 INFO kablam! error[E0599]: no method named `wait` found for type `ticketed_lock::ReadTicket` in the current scope Sep 01 04:06:39.547 INFO kablam! --> examples/order.rs:25:24 Sep 01 04:06:39.547 INFO kablam! | Sep 01 04:06:39.547 INFO kablam! 25 | let guard = t1.wait(); Sep 01 04:06:39.547 INFO kablam! | ^^^^ Sep 01 04:06:39.547 INFO kablam! | Sep 01 04:06:39.547 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 01 04:06:39.547 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 01 04:06:39.547 INFO kablam! | Sep 01 04:06:39.547 INFO kablam! 4 | use futures::future::Future; Sep 01 04:06:39.547 INFO kablam! | Sep 01 04:06:39.547 INFO kablam! Sep 01 04:06:39.552 INFO kablam! error: aborting due to 3 previous errors Sep 01 04:06:39.552 INFO kablam! Sep 01 04:06:39.552 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 01 04:06:39.560 INFO kablam! error: Could not compile `ticketed_lock`. Sep 01 04:06:39.560 INFO kablam! Sep 01 04:06:39.560 INFO kablam! To learn more, run the command again with --verbose. Sep 01 04:06:39.561 INFO kablam! su: No module specific data is present Sep 01 04:06:40.059 INFO running `"docker" "rm" "-f" "57889eda56878dfb2b1a90ac2653ce70fc6a88a640e2a99e9c10cf49a1364910"` Sep 01 04:06:40.198 INFO blam! 57889eda56878dfb2b1a90ac2653ce70fc6a88a640e2a99e9c10cf49a1364910