Sep 20 04:06:58.341 INFO checking capnp-futures-0.1.1 against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 20 04:06:58.341 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 20 04:06:58.342 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-7/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/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 +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 04:06:58.545 INFO blam! c23681f7c7a1caf14475986c61d3b6f3bd14621d8bb8b8da62caf3b1ec89464c Sep 20 04:06:58.548 INFO running `"docker" "start" "-a" "c23681f7c7a1caf14475986c61d3b6f3bd14621d8bb8b8da62caf3b1ec89464c"` Sep 20 04:06:59.503 INFO kablam! usermod: no changes Sep 20 04:06:59.560 INFO kablam! Checking capnp v0.8.17 Sep 20 04:07:01.591 INFO kablam! Checking capnp-futures v0.1.1 (/source) Sep 20 04:07:02.320 INFO kablam! warning: unnecessary parentheses around function argument Sep 20 04:07:02.320 INFO kablam! --> src/serialize.rs:327:29 Sep 20 04:07:02.320 INFO kablam! | Sep 20 04:07:02.320 INFO kablam! 327 | let mut buf = vec![0u8; (((segments.len() + 2) & !1) * 4)]; Sep 20 04:07:02.320 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 20 04:07:02.320 INFO kablam! | Sep 20 04:07:02.320 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 20 04:07:02.320 INFO kablam! Sep 20 04:07:02.343 INFO kablam! warning: use of deprecated item 'futures::task::park': renamed to `current` Sep 20 04:07:02.343 INFO kablam! --> src/write_queue.rs:194:69 Sep 20 04:07:02.343 INFO kablam! | Sep 20 04:07:02.343 INFO kablam! 194 | self.inner.borrow_mut().task = Some(task::park()); Sep 20 04:07:02.343 INFO kablam! | ^^^^^^^^^^ Sep 20 04:07:02.347 INFO kablam! | Sep 20 04:07:02.347 INFO kablam! = note: #[warn(deprecated)] on by default Sep 20 04:07:02.347 INFO kablam! Sep 20 04:07:02.651 INFO kablam! warning: use of deprecated item 'futures::task::Task::unpark': renamed to `notify` Sep 20 04:07:02.651 INFO kablam! --> src/write_queue.rs:120:34 Sep 20 04:07:02.651 INFO kablam! | Sep 20 04:07:02.651 INFO kablam! 120 | Some(t) => t.unpark(), Sep 20 04:07:02.651 INFO kablam! | ^^^^^^ Sep 20 04:07:02.651 INFO kablam! Sep 20 04:07:02.651 INFO kablam! warning: use of deprecated item 'futures::task::Task::unpark': renamed to `notify` Sep 20 04:07:02.651 INFO kablam! --> src/write_queue.rs:153:34 Sep 20 04:07:02.651 INFO kablam! | Sep 20 04:07:02.651 INFO kablam! 153 | Some(t) => t.unpark(), Sep 20 04:07:02.651 INFO kablam! | ^^^^^^ Sep 20 04:07:02.651 INFO kablam! Sep 20 04:07:02.658 INFO kablam! warning: use of deprecated item '>::complete': renamed to `send` Sep 20 04:07:02.658 INFO kablam! --> src/write_queue.rs:207:38 Sep 20 04:07:02.658 INFO kablam! | Sep 20 04:07:02.658 INFO kablam! 207 | complete.complete(m) Sep 20 04:07:02.658 INFO kablam! | ^^^^^^^^ Sep 20 04:07:02.658 INFO kablam! Sep 20 04:07:02.658 INFO kablam! warning: use of deprecated item '>::complete': renamed to `send` Sep 20 04:07:02.658 INFO kablam! --> src/write_queue.rs:226:38 Sep 20 04:07:02.658 INFO kablam! | Sep 20 04:07:02.658 INFO kablam! 226 | complete.complete(()); Sep 20 04:07:02.658 INFO kablam! | ^^^^^^^^ Sep 20 04:07:02.659 INFO kablam! Sep 20 04:07:02.843 INFO kablam! warning: unnecessary parentheses around function argument Sep 20 04:07:02.843 INFO kablam! --> src/serialize.rs:327:29 Sep 20 04:07:02.843 INFO kablam! | Sep 20 04:07:02.843 INFO kablam! 327 | let mut buf = vec![0u8; (((segments.len() + 2) & !1) * 4)]; Sep 20 04:07:02.843 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 20 04:07:02.843 INFO kablam! | Sep 20 04:07:02.843 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 20 04:07:02.843 INFO kablam! Sep 20 04:07:02.867 INFO kablam! warning: use of deprecated item 'futures::task::park': renamed to `current` Sep 20 04:07:02.867 INFO kablam! --> src/write_queue.rs:194:69 Sep 20 04:07:02.867 INFO kablam! | Sep 20 04:07:02.867 INFO kablam! 194 | self.inner.borrow_mut().task = Some(task::park()); Sep 20 04:07:02.867 INFO kablam! | ^^^^^^^^^^ Sep 20 04:07:02.867 INFO kablam! | Sep 20 04:07:02.867 INFO kablam! = note: #[warn(deprecated)] on by default Sep 20 04:07:02.867 INFO kablam! Sep 20 04:07:03.113 INFO kablam! warning: use of deprecated item 'futures::task::Task::unpark': renamed to `notify` Sep 20 04:07:03.113 INFO kablam! --> src/write_queue.rs:120:34 Sep 20 04:07:03.113 INFO kablam! | Sep 20 04:07:03.113 INFO kablam! 120 | Some(t) => t.unpark(), Sep 20 04:07:03.113 INFO kablam! | ^^^^^^ Sep 20 04:07:03.113 INFO kablam! Sep 20 04:07:03.117 INFO kablam! warning: use of deprecated item 'futures::task::Task::unpark': renamed to `notify` Sep 20 04:07:03.117 INFO kablam! --> src/write_queue.rs:153:34 Sep 20 04:07:03.117 INFO kablam! | Sep 20 04:07:03.117 INFO kablam! 153 | Some(t) => t.unpark(), Sep 20 04:07:03.117 INFO kablam! | ^^^^^^ Sep 20 04:07:03.117 INFO kablam! Sep 20 04:07:03.123 INFO kablam! warning: use of deprecated item '>::complete': renamed to `send` Sep 20 04:07:03.123 INFO kablam! --> src/write_queue.rs:207:38 Sep 20 04:07:03.123 INFO kablam! | Sep 20 04:07:03.123 INFO kablam! 207 | complete.complete(m) Sep 20 04:07:03.123 INFO kablam! | ^^^^^^^^ Sep 20 04:07:03.123 INFO kablam! Sep 20 04:07:03.125 INFO kablam! warning: use of deprecated item '>::complete': renamed to `send` Sep 20 04:07:03.125 INFO kablam! --> src/write_queue.rs:226:38 Sep 20 04:07:03.125 INFO kablam! | Sep 20 04:07:03.125 INFO kablam! 226 | complete.complete(()); Sep 20 04:07:03.125 INFO kablam! | ^^^^^^^^ Sep 20 04:07:03.125 INFO kablam! Sep 20 04:07:03.252 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.73s Sep 20 04:07:03.257 INFO kablam! su: No module specific data is present Sep 20 04:07:04.093 INFO running `"docker" "rm" "-f" "c23681f7c7a1caf14475986c61d3b6f3bd14621d8bb8b8da62caf3b1ec89464c"` Sep 20 04:07:04.202 INFO blam! c23681f7c7a1caf14475986c61d3b6f3bd14621d8bb8b8da62caf3b1ec89464c