Sep 19 16:57:55.112 INFO checking ticketed_lock-0.2.0 against master#ff6422d7a392acfc8af28994d65af2bbaecea4f6 for pr-54346 Sep 19 16:57:55.112 INFO running: cargo +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets Sep 19 16:57:55.112 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54346/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-7/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/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 +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 16:57:55.391 INFO blam! a789a5a09face8b57b35d42ce16cbc5b246ae4fef251c75583d4241acbf8c01a Sep 19 16:57:55.394 INFO running `"docker" "start" "-a" "a789a5a09face8b57b35d42ce16cbc5b246ae4fef251c75583d4241acbf8c01a"` Sep 19 16:57:56.011 INFO kablam! usermod: no changes Sep 19 16:57:56.103 INFO kablam! Checking ticketed_lock v0.2.0 (/source) Sep 19 16:57:56.103 INFO kablam! Checking env_logger v0.4.3 Sep 19 16:57:56.421 INFO kablam! warning: unnecessary `unsafe` block Sep 19 16:57:56.421 INFO kablam! --> src/lib.rs:174:25 Sep 19 16:57:56.422 INFO kablam! | Sep 19 16:57:56.422 INFO kablam! 174 | Ok(data) => unsafe{ data.into_inner() }, Sep 19 16:57:56.422 INFO kablam! | ^^^^^^ unnecessary `unsafe` block Sep 19 16:57:56.423 INFO kablam! | Sep 19 16:57:56.423 INFO kablam! = note: #[warn(unused_unsafe)] on by default Sep 19 16:57:56.423 INFO kablam! Sep 19 16:57:57.069 INFO kablam! warning: unnecessary `unsafe` block Sep 19 16:57:57.069 INFO kablam! --> src/lib.rs:174:25 Sep 19 16:57:57.069 INFO kablam! | Sep 19 16:57:57.069 INFO kablam! 174 | Ok(data) => unsafe{ data.into_inner() }, Sep 19 16:57:57.069 INFO kablam! | ^^^^^^ unnecessary `unsafe` block Sep 19 16:57:57.069 INFO kablam! | Sep 19 16:57:57.069 INFO kablam! = note: #[warn(unused_unsafe)] on by default Sep 19 16:57:57.069 INFO kablam! Sep 19 16:57:57.156 INFO kablam! error[E0599]: no method named `wait` found for type `ticketed_lock::WriteTicket` in the current scope Sep 19 16:57:57.156 INFO kablam! --> examples/order.rs:16:28 Sep 19 16:57:57.156 INFO kablam! | Sep 19 16:57:57.156 INFO kablam! 16 | let mut guard = t3.wait(); Sep 19 16:57:57.156 INFO kablam! | ^^^^ Sep 19 16:57:57.156 INFO kablam! | Sep 19 16:57:57.156 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 19 16:57:57.156 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 19 16:57:57.156 INFO kablam! | Sep 19 16:57:57.156 INFO kablam! 4 | use futures::future::Future; Sep 19 16:57:57.156 INFO kablam! | Sep 19 16:57:57.156 INFO kablam! Sep 19 16:57:57.159 INFO kablam! error[E0599]: no method named `wait` found for type `ticketed_lock::ReadTicket` in the current scope Sep 19 16:57:57.159 INFO kablam! --> examples/order.rs:21:24 Sep 19 16:57:57.159 INFO kablam! | Sep 19 16:57:57.159 INFO kablam! 21 | let guard = t2.wait(); Sep 19 16:57:57.159 INFO kablam! | ^^^^ Sep 19 16:57:57.159 INFO kablam! | Sep 19 16:57:57.159 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 19 16:57:57.159 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 19 16:57:57.159 INFO kablam! | Sep 19 16:57:57.159 INFO kablam! 4 | use futures::future::Future; Sep 19 16:57:57.159 INFO kablam! | Sep 19 16:57:57.159 INFO kablam! Sep 19 16:57:57.161 INFO kablam! error[E0599]: no method named `wait` found for type `ticketed_lock::ReadTicket` in the current scope Sep 19 16:57:57.161 INFO kablam! --> examples/order.rs:25:24 Sep 19 16:57:57.161 INFO kablam! | Sep 19 16:57:57.161 INFO kablam! 25 | let guard = t1.wait(); Sep 19 16:57:57.161 INFO kablam! | ^^^^ Sep 19 16:57:57.161 INFO kablam! | Sep 19 16:57:57.161 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 19 16:57:57.161 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 19 16:57:57.161 INFO kablam! | Sep 19 16:57:57.161 INFO kablam! 4 | use futures::future::Future; Sep 19 16:57:57.161 INFO kablam! | Sep 19 16:57:57.161 INFO kablam! Sep 19 16:57:57.165 INFO kablam! error: aborting due to 3 previous errors Sep 19 16:57:57.165 INFO kablam! Sep 19 16:57:57.165 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 19 16:57:57.174 INFO kablam! error: Could not compile `ticketed_lock`. Sep 19 16:57:57.174 INFO kablam! Sep 19 16:57:57.174 INFO kablam! To learn more, run the command again with --verbose. Sep 19 16:57:57.177 INFO kablam! su: No module specific data is present Sep 19 16:57:58.029 INFO running `"docker" "rm" "-f" "a789a5a09face8b57b35d42ce16cbc5b246ae4fef251c75583d4241acbf8c01a"` Sep 19 16:57:58.150 INFO blam! a789a5a09face8b57b35d42ce16cbc5b246ae4fef251c75583d4241acbf8c01a