Sep 02 01:31:00.613 INFO checking capnp-futures-0.1.1 against try#aa245a5862056b681d2ccdb178f58891108cd3a6 for pr-53831 Sep 02 01:31:00.614 INFO running: cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets Sep 02 01:31:00.614 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53831/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-3/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 02 01:31:00.818 INFO blam! 613648de495221fa45ec0d4186b2787bebf354f05221c57aeb5422e544216dfe Sep 02 01:31:00.820 INFO running `"docker" "start" "-a" "613648de495221fa45ec0d4186b2787bebf354f05221c57aeb5422e544216dfe"` Sep 02 01:31:01.522 INFO kablam! Checking capnp v0.8.17 Sep 02 01:31:04.412 INFO kablam! Checking capnp-futures v0.1.1 (file:///source) Sep 02 01:31:06.113 INFO kablam! warning: unnecessary parentheses around function argument Sep 02 01:31:06.113 INFO kablam! --> src/serialize.rs:327:29 Sep 02 01:31:06.113 INFO kablam! | Sep 02 01:31:06.113 INFO kablam! 327 | let mut buf = vec![0u8; (((segments.len() + 2) & !1) * 4)]; Sep 02 01:31:06.113 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 02 01:31:06.113 INFO kablam! | Sep 02 01:31:06.113 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 02 01:31:06.113 INFO kablam! Sep 02 01:31:06.130 INFO kablam! warning: use of deprecated item 'futures::task::park': renamed to `current` Sep 02 01:31:06.130 INFO kablam! --> src/write_queue.rs:194:69 Sep 02 01:31:06.130 INFO kablam! | Sep 02 01:31:06.130 INFO kablam! 194 | self.inner.borrow_mut().task = Some(task::park()); Sep 02 01:31:06.130 INFO kablam! | ^^^^^^^^^^ Sep 02 01:31:06.130 INFO kablam! | Sep 02 01:31:06.130 INFO kablam! = note: #[warn(deprecated)] on by default Sep 02 01:31:06.130 INFO kablam! Sep 02 01:31:06.269 INFO kablam! warning: unnecessary parentheses around function argument Sep 02 01:31:06.269 INFO kablam! --> src/serialize.rs:327:29 Sep 02 01:31:06.269 INFO kablam! | Sep 02 01:31:06.269 INFO kablam! 327 | let mut buf = vec![0u8; (((segments.len() + 2) & !1) * 4)]; Sep 02 01:31:06.269 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 02 01:31:06.269 INFO kablam! | Sep 02 01:31:06.269 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 02 01:31:06.269 INFO kablam! Sep 02 01:31:06.301 INFO kablam! warning: use of deprecated item 'futures::task::park': renamed to `current` Sep 02 01:31:06.301 INFO kablam! --> src/write_queue.rs:194:69 Sep 02 01:31:06.301 INFO kablam! | Sep 02 01:31:06.301 INFO kablam! 194 | self.inner.borrow_mut().task = Some(task::park()); Sep 02 01:31:06.301 INFO kablam! | ^^^^^^^^^^ Sep 02 01:31:06.301 INFO kablam! | Sep 02 01:31:06.301 INFO kablam! = note: #[warn(deprecated)] on by default Sep 02 01:31:06.301 INFO kablam! Sep 02 01:31:06.541 INFO kablam! warning: use of deprecated item 'futures::task::Task::unpark': renamed to `notify` Sep 02 01:31:06.541 INFO kablam! --> src/write_queue.rs:120:34 Sep 02 01:31:06.541 INFO kablam! | Sep 02 01:31:06.541 INFO kablam! 120 | Some(t) => t.unpark(), Sep 02 01:31:06.541 INFO kablam! | ^^^^^^ Sep 02 01:31:06.541 INFO kablam! Sep 02 01:31:06.549 INFO kablam! warning: use of deprecated item 'futures::task::Task::unpark': renamed to `notify` Sep 02 01:31:06.549 INFO kablam! --> src/write_queue.rs:153:34 Sep 02 01:31:06.549 INFO kablam! | Sep 02 01:31:06.549 INFO kablam! 153 | Some(t) => t.unpark(), Sep 02 01:31:06.549 INFO kablam! | ^^^^^^ Sep 02 01:31:06.549 INFO kablam! Sep 02 01:31:06.559 INFO kablam! warning: use of deprecated item '>::complete': renamed to `send` Sep 02 01:31:06.559 INFO kablam! --> src/write_queue.rs:207:38 Sep 02 01:31:06.559 INFO kablam! | Sep 02 01:31:06.559 INFO kablam! 207 | complete.complete(m) Sep 02 01:31:06.559 INFO kablam! | ^^^^^^^^ Sep 02 01:31:06.559 INFO kablam! Sep 02 01:31:06.561 INFO kablam! warning: use of deprecated item '>::complete': renamed to `send` Sep 02 01:31:06.561 INFO kablam! --> src/write_queue.rs:226:38 Sep 02 01:31:06.561 INFO kablam! | Sep 02 01:31:06.561 INFO kablam! 226 | complete.complete(()); Sep 02 01:31:06.561 INFO kablam! | ^^^^^^^^ Sep 02 01:31:06.561 INFO kablam! Sep 02 01:31:06.825 INFO kablam! warning: use of deprecated item 'futures::task::Task::unpark': renamed to `notify` Sep 02 01:31:06.826 INFO kablam! --> src/write_queue.rs:120:34 Sep 02 01:31:06.826 INFO kablam! | Sep 02 01:31:06.826 INFO kablam! 120 | Some(t) => t.unpark(), Sep 02 01:31:06.826 INFO kablam! | ^^^^^^ Sep 02 01:31:06.826 INFO kablam! Sep 02 01:31:06.833 INFO kablam! warning: use of deprecated item 'futures::task::Task::unpark': renamed to `notify` Sep 02 01:31:06.833 INFO kablam! --> src/write_queue.rs:153:34 Sep 02 01:31:06.833 INFO kablam! | Sep 02 01:31:06.833 INFO kablam! 153 | Some(t) => t.unpark(), Sep 02 01:31:06.833 INFO kablam! | ^^^^^^ Sep 02 01:31:06.833 INFO kablam! Sep 02 01:31:06.842 INFO kablam! warning: use of deprecated item '>::complete': renamed to `send` Sep 02 01:31:06.842 INFO kablam! --> src/write_queue.rs:207:38 Sep 02 01:31:06.842 INFO kablam! | Sep 02 01:31:06.842 INFO kablam! 207 | complete.complete(m) Sep 02 01:31:06.842 INFO kablam! | ^^^^^^^^ Sep 02 01:31:06.842 INFO kablam! Sep 02 01:31:06.843 INFO kablam! warning: use of deprecated item '>::complete': renamed to `send` Sep 02 01:31:06.844 INFO kablam! --> src/write_queue.rs:226:38 Sep 02 01:31:06.844 INFO kablam! | Sep 02 01:31:06.844 INFO kablam! 226 | complete.complete(()); Sep 02 01:31:06.844 INFO kablam! | ^^^^^^^^ Sep 02 01:31:06.844 INFO kablam! Sep 02 01:31:07.034 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.55s Sep 02 01:31:07.040 INFO kablam! su: No module specific data is present Sep 02 01:31:07.613 INFO running `"docker" "rm" "-f" "613648de495221fa45ec0d4186b2787bebf354f05221c57aeb5422e544216dfe"` Sep 02 01:31:07.726 INFO blam! 613648de495221fa45ec0d4186b2787bebf354f05221c57aeb5422e544216dfe