Sep 10 07:50:14.324 INFO checking ticketed_lock-0.2.0 against try#3a2610c2a16575649896925631bf8cec4f4b1961 for pr-54090 Sep 10 07:50:14.324 INFO running: cargo +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets Sep 10 07:50:14.324 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54090/try#3a2610c2a16575649896925631bf8cec4f4b1961:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-1/try#3a2610c2a16575649896925631bf8cec4f4b1961:/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 +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 07:50:14.481 INFO blam! 93edc7ad2c5df489ae21dc839a5d69e19a8bd8f094480994f1a6b143496cb110 Sep 10 07:50:14.483 INFO running `"docker" "start" "-a" "93edc7ad2c5df489ae21dc839a5d69e19a8bd8f094480994f1a6b143496cb110"` Sep 10 07:50:15.385 INFO kablam! usermod: no changes Sep 10 07:50:15.461 INFO kablam! Checking ticketed_lock v0.2.0 (file:///source) Sep 10 07:50:15.466 INFO kablam! Checking env_logger v0.4.3 Sep 10 07:50:15.755 INFO kablam! warning: unnecessary `unsafe` block Sep 10 07:50:15.755 INFO kablam! --> src/lib.rs:174:25 Sep 10 07:50:15.755 INFO kablam! | Sep 10 07:50:15.755 INFO kablam! 174 | Ok(data) => unsafe{ data.into_inner() }, Sep 10 07:50:15.755 INFO kablam! | ^^^^^^ unnecessary `unsafe` block Sep 10 07:50:15.755 INFO kablam! | Sep 10 07:50:15.755 INFO kablam! = note: #[warn(unused_unsafe)] on by default Sep 10 07:50:15.755 INFO kablam! Sep 10 07:50:16.155 INFO kablam! error[E0599]: no method named `wait` found for type `ticketed_lock::WriteTicket` in the current scope Sep 10 07:50:16.155 INFO kablam! --> examples/order.rs:16:28 Sep 10 07:50:16.155 INFO kablam! | Sep 10 07:50:16.155 INFO kablam! 16 | let mut guard = t3.wait(); Sep 10 07:50:16.155 INFO kablam! | ^^^^ Sep 10 07:50:16.155 INFO kablam! | Sep 10 07:50:16.155 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 10 07:50:16.155 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 10 07:50:16.155 INFO kablam! | Sep 10 07:50:16.155 INFO kablam! 4 | use futures::future::Future; Sep 10 07:50:16.155 INFO kablam! | Sep 10 07:50:16.156 INFO kablam! Sep 10 07:50:16.158 INFO kablam! error[E0599]: no method named `wait` found for type `ticketed_lock::ReadTicket` in the current scope Sep 10 07:50:16.158 INFO kablam! --> examples/order.rs:21:24 Sep 10 07:50:16.158 INFO kablam! | Sep 10 07:50:16.158 INFO kablam! 21 | let guard = t2.wait(); Sep 10 07:50:16.158 INFO kablam! | ^^^^ Sep 10 07:50:16.158 INFO kablam! | Sep 10 07:50:16.158 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 10 07:50:16.158 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 10 07:50:16.159 INFO kablam! | Sep 10 07:50:16.159 INFO kablam! 4 | use futures::future::Future; Sep 10 07:50:16.159 INFO kablam! | Sep 10 07:50:16.159 INFO kablam! Sep 10 07:50:16.160 INFO kablam! error[E0599]: no method named `wait` found for type `ticketed_lock::ReadTicket` in the current scope Sep 10 07:50:16.160 INFO kablam! --> examples/order.rs:25:24 Sep 10 07:50:16.160 INFO kablam! | Sep 10 07:50:16.160 INFO kablam! 25 | let guard = t1.wait(); Sep 10 07:50:16.160 INFO kablam! | ^^^^ Sep 10 07:50:16.160 INFO kablam! | Sep 10 07:50:16.160 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 10 07:50:16.160 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 10 07:50:16.160 INFO kablam! | Sep 10 07:50:16.160 INFO kablam! 4 | use futures::future::Future; Sep 10 07:50:16.160 INFO kablam! | Sep 10 07:50:16.160 INFO kablam! Sep 10 07:50:16.165 INFO kablam! error: aborting due to 3 previous errors Sep 10 07:50:16.165 INFO kablam! Sep 10 07:50:16.165 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 10 07:50:16.171 INFO kablam! error: Could not compile `ticketed_lock`. Sep 10 07:50:16.171 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 07:50:16.177 INFO kablam! warning: unnecessary `unsafe` block Sep 10 07:50:16.177 INFO kablam! --> src/lib.rs:174:25 Sep 10 07:50:16.177 INFO kablam! | Sep 10 07:50:16.177 INFO kablam! 174 | Ok(data) => unsafe{ data.into_inner() }, Sep 10 07:50:16.177 INFO kablam! | ^^^^^^ unnecessary `unsafe` block Sep 10 07:50:16.177 INFO kablam! | Sep 10 07:50:16.177 INFO kablam! = note: #[warn(unused_unsafe)] on by default Sep 10 07:50:16.177 INFO kablam! Sep 10 07:50:16.194 INFO kablam! error: build failed Sep 10 07:50:16.195 INFO kablam! su: No module specific data is present Sep 10 07:50:16.636 INFO running `"docker" "rm" "-f" "93edc7ad2c5df489ae21dc839a5d69e19a8bd8f094480994f1a6b143496cb110"` Sep 10 07:50:16.731 INFO blam! 93edc7ad2c5df489ae21dc839a5d69e19a8bd8f094480994f1a6b143496cb110