Sep 21 01:49:29.742 INFO checking ticketed_lock-0.2.0 against master#f7f4c500b46603386e940f116b469c7adc043a6d for pr-54394 Sep 21 01:49:29.742 INFO running: cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets Sep 21 01:49:29.743 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54394/master#f7f4c500b46603386e940f116b469c7adc043a6d:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-5/master#f7f4c500b46603386e940f116b469c7adc043a6d:/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 +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 01:49:29.905 INFO blam! 761bc6310c768232ae411efeb08c7c2a6774ba650526c0894ad67c4ebd50f0ca Sep 21 01:49:29.907 INFO running `"docker" "start" "-a" "761bc6310c768232ae411efeb08c7c2a6774ba650526c0894ad67c4ebd50f0ca"` Sep 21 01:49:30.681 INFO kablam! usermod: no changes Sep 21 01:49:30.769 INFO kablam! Checking ticketed_lock v0.2.0 (/source) Sep 21 01:49:30.769 INFO kablam! Checking regex v0.2.11 Sep 21 01:49:31.070 INFO kablam! warning: unnecessary `unsafe` block Sep 21 01:49:31.070 INFO kablam! --> src/lib.rs:174:25 Sep 21 01:49:31.070 INFO kablam! | Sep 21 01:49:31.070 INFO kablam! 174 | Ok(data) => unsafe{ data.into_inner() }, Sep 21 01:49:31.070 INFO kablam! | ^^^^^^ unnecessary `unsafe` block Sep 21 01:49:31.070 INFO kablam! | Sep 21 01:49:31.070 INFO kablam! = note: #[warn(unused_unsafe)] on by default Sep 21 01:49:31.070 INFO kablam! Sep 21 01:49:32.734 INFO kablam! Checking env_logger v0.4.3 Sep 21 01:49:33.224 INFO kablam! warning: unnecessary `unsafe` block Sep 21 01:49:33.224 INFO kablam! --> src/lib.rs:174:25 Sep 21 01:49:33.224 INFO kablam! | Sep 21 01:49:33.224 INFO kablam! 174 | Ok(data) => unsafe{ data.into_inner() }, Sep 21 01:49:33.224 INFO kablam! | ^^^^^^ unnecessary `unsafe` block Sep 21 01:49:33.224 INFO kablam! | Sep 21 01:49:33.224 INFO kablam! = note: #[warn(unused_unsafe)] on by default Sep 21 01:49:33.224 INFO kablam! Sep 21 01:49:33.317 INFO kablam! error[E0599]: no method named `wait` found for type `ticketed_lock::WriteTicket` in the current scope Sep 21 01:49:33.317 INFO kablam! --> examples/order.rs:16:28 Sep 21 01:49:33.317 INFO kablam! | Sep 21 01:49:33.317 INFO kablam! 16 | let mut guard = t3.wait(); Sep 21 01:49:33.317 INFO kablam! | ^^^^ Sep 21 01:49:33.317 INFO kablam! | Sep 21 01:49:33.317 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 21 01:49:33.317 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 21 01:49:33.317 INFO kablam! | Sep 21 01:49:33.317 INFO kablam! 4 | use futures::future::Future; Sep 21 01:49:33.318 INFO kablam! | Sep 21 01:49:33.318 INFO kablam! Sep 21 01:49:33.320 INFO kablam! error[E0599]: no method named `wait` found for type `ticketed_lock::ReadTicket` in the current scope Sep 21 01:49:33.320 INFO kablam! --> examples/order.rs:21:24 Sep 21 01:49:33.320 INFO kablam! | Sep 21 01:49:33.320 INFO kablam! 21 | let guard = t2.wait(); Sep 21 01:49:33.320 INFO kablam! | ^^^^ Sep 21 01:49:33.320 INFO kablam! | Sep 21 01:49:33.320 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 21 01:49:33.320 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 21 01:49:33.320 INFO kablam! | Sep 21 01:49:33.320 INFO kablam! 4 | use futures::future::Future; Sep 21 01:49:33.320 INFO kablam! | Sep 21 01:49:33.320 INFO kablam! Sep 21 01:49:33.322 INFO kablam! error[E0599]: no method named `wait` found for type `ticketed_lock::ReadTicket` in the current scope Sep 21 01:49:33.322 INFO kablam! --> examples/order.rs:25:24 Sep 21 01:49:33.322 INFO kablam! | Sep 21 01:49:33.322 INFO kablam! 25 | let guard = t1.wait(); Sep 21 01:49:33.322 INFO kablam! | ^^^^ Sep 21 01:49:33.322 INFO kablam! | Sep 21 01:49:33.322 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 21 01:49:33.322 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 21 01:49:33.322 INFO kablam! | Sep 21 01:49:33.322 INFO kablam! 4 | use futures::future::Future; Sep 21 01:49:33.322 INFO kablam! | Sep 21 01:49:33.322 INFO kablam! Sep 21 01:49:33.328 INFO kablam! error: aborting due to 3 previous errors Sep 21 01:49:33.328 INFO kablam! Sep 21 01:49:33.328 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 21 01:49:33.336 INFO kablam! error: Could not compile `ticketed_lock`. Sep 21 01:49:33.336 INFO kablam! Sep 21 01:49:33.336 INFO kablam! To learn more, run the command again with --verbose. Sep 21 01:49:33.338 INFO kablam! su: No module specific data is present Sep 21 01:49:33.909 INFO running `"docker" "rm" "-f" "761bc6310c768232ae411efeb08c7c2a6774ba650526c0894ad67c4ebd50f0ca"` Sep 21 01:49:33.979 INFO blam! 761bc6310c768232ae411efeb08c7c2a6774ba650526c0894ad67c4ebd50f0ca