Sep 14 18:51:46.224 INFO checking capnp-futures-0.1.1 against try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0 for pr-53578-1 Sep 14 18:51:46.224 INFO running: cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets Sep 14 18:51:46.224 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-53578-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-7/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/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 +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 18:51:46.337 INFO blam! 21fc5d38bb299444af07ab12c0b383028c2951bcf3b751ad0e1a423b6d2d0077 Sep 14 18:51:46.338 INFO running `"docker" "start" "-a" "21fc5d38bb299444af07ab12c0b383028c2951bcf3b751ad0e1a423b6d2d0077"` Sep 14 18:51:47.009 INFO kablam! usermod: no changes Sep 14 18:51:47.069 INFO kablam! Checking capnp v0.8.17 Sep 14 18:51:48.951 INFO kablam! Checking capnp-futures v0.1.1 (file:///source) Sep 14 18:51:49.905 INFO kablam! warning: unnecessary parentheses around function argument Sep 14 18:51:49.905 INFO kablam! --> src/serialize.rs:327:29 Sep 14 18:51:49.905 INFO kablam! | Sep 14 18:51:49.905 INFO kablam! 327 | let mut buf = vec![0u8; (((segments.len() + 2) & !1) * 4)]; Sep 14 18:51:49.905 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 14 18:51:49.905 INFO kablam! | Sep 14 18:51:49.905 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 14 18:51:49.905 INFO kablam! Sep 14 18:51:49.927 INFO kablam! warning: use of deprecated item 'futures::task::park': renamed to `current` Sep 14 18:51:49.927 INFO kablam! --> src/write_queue.rs:194:69 Sep 14 18:51:49.927 INFO kablam! | Sep 14 18:51:49.927 INFO kablam! 194 | self.inner.borrow_mut().task = Some(task::park()); Sep 14 18:51:49.927 INFO kablam! | ^^^^^^^^^^ Sep 14 18:51:49.935 INFO kablam! | Sep 14 18:51:49.935 INFO kablam! = note: #[warn(deprecated)] on by default Sep 14 18:51:49.935 INFO kablam! Sep 14 18:51:50.224 INFO kablam! warning: use of deprecated item 'futures::task::Task::unpark': renamed to `notify` Sep 14 18:51:50.224 INFO kablam! --> src/write_queue.rs:120:34 Sep 14 18:51:50.224 INFO kablam! | Sep 14 18:51:50.224 INFO kablam! 120 | Some(t) => t.unpark(), Sep 14 18:51:50.224 INFO kablam! | ^^^^^^ Sep 14 18:51:50.225 INFO kablam! Sep 14 18:51:50.235 INFO kablam! warning: use of deprecated item 'futures::task::Task::unpark': renamed to `notify` Sep 14 18:51:50.235 INFO kablam! --> src/write_queue.rs:153:34 Sep 14 18:51:50.235 INFO kablam! | Sep 14 18:51:50.235 INFO kablam! 153 | Some(t) => t.unpark(), Sep 14 18:51:50.235 INFO kablam! | ^^^^^^ Sep 14 18:51:50.235 INFO kablam! Sep 14 18:51:50.247 INFO kablam! warning: use of deprecated item '>::complete': renamed to `send` Sep 14 18:51:50.247 INFO kablam! --> src/write_queue.rs:207:38 Sep 14 18:51:50.247 INFO kablam! | Sep 14 18:51:50.247 INFO kablam! 207 | complete.complete(m) Sep 14 18:51:50.247 INFO kablam! | ^^^^^^^^ Sep 14 18:51:50.255 INFO kablam! Sep 14 18:51:50.255 INFO kablam! warning: use of deprecated item '>::complete': renamed to `send` Sep 14 18:51:50.255 INFO kablam! --> src/write_queue.rs:226:38 Sep 14 18:51:50.255 INFO kablam! | Sep 14 18:51:50.255 INFO kablam! 226 | complete.complete(()); Sep 14 18:51:50.255 INFO kablam! | ^^^^^^^^ Sep 14 18:51:50.255 INFO kablam! Sep 14 18:51:50.423 INFO kablam! warning: unnecessary parentheses around function argument Sep 14 18:51:50.423 INFO kablam! --> src/serialize.rs:327:29 Sep 14 18:51:50.423 INFO kablam! | Sep 14 18:51:50.423 INFO kablam! 327 | let mut buf = vec![0u8; (((segments.len() + 2) & !1) * 4)]; Sep 14 18:51:50.423 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 14 18:51:50.423 INFO kablam! | Sep 14 18:51:50.423 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 14 18:51:50.423 INFO kablam! Sep 14 18:51:50.452 INFO kablam! warning: use of deprecated item 'futures::task::park': renamed to `current` Sep 14 18:51:50.452 INFO kablam! --> src/write_queue.rs:194:69 Sep 14 18:51:50.452 INFO kablam! | Sep 14 18:51:50.452 INFO kablam! 194 | self.inner.borrow_mut().task = Some(task::park()); Sep 14 18:51:50.452 INFO kablam! | ^^^^^^^^^^ Sep 14 18:51:50.463 INFO kablam! | Sep 14 18:51:50.463 INFO kablam! = note: #[warn(deprecated)] on by default Sep 14 18:51:50.463 INFO kablam! Sep 14 18:51:50.744 INFO kablam! warning: use of deprecated item 'futures::task::Task::unpark': renamed to `notify` Sep 14 18:51:50.744 INFO kablam! --> src/write_queue.rs:120:34 Sep 14 18:51:50.744 INFO kablam! | Sep 14 18:51:50.744 INFO kablam! 120 | Some(t) => t.unpark(), Sep 14 18:51:50.744 INFO kablam! | ^^^^^^ Sep 14 18:51:50.744 INFO kablam! Sep 14 18:51:50.751 INFO kablam! warning: use of deprecated item 'futures::task::Task::unpark': renamed to `notify` Sep 14 18:51:50.751 INFO kablam! --> src/write_queue.rs:153:34 Sep 14 18:51:50.751 INFO kablam! | Sep 14 18:51:50.751 INFO kablam! 153 | Some(t) => t.unpark(), Sep 14 18:51:50.751 INFO kablam! | ^^^^^^ Sep 14 18:51:50.751 INFO kablam! Sep 14 18:51:50.755 INFO kablam! warning: use of deprecated item '>::complete': renamed to `send` Sep 14 18:51:50.755 INFO kablam! --> src/write_queue.rs:207:38 Sep 14 18:51:50.755 INFO kablam! | Sep 14 18:51:50.755 INFO kablam! 207 | complete.complete(m) Sep 14 18:51:50.755 INFO kablam! | ^^^^^^^^ Sep 14 18:51:50.755 INFO kablam! Sep 14 18:51:50.755 INFO kablam! warning: use of deprecated item '>::complete': renamed to `send` Sep 14 18:51:50.755 INFO kablam! --> src/write_queue.rs:226:38 Sep 14 18:51:50.755 INFO kablam! | Sep 14 18:51:50.755 INFO kablam! 226 | complete.complete(()); Sep 14 18:51:50.755 INFO kablam! | ^^^^^^^^ Sep 14 18:51:50.755 INFO kablam! Sep 14 18:51:50.958 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.93s Sep 14 18:51:50.963 INFO kablam! su: No module specific data is present Sep 14 18:51:51.788 INFO running `"docker" "rm" "-f" "21fc5d38bb299444af07ab12c0b383028c2951bcf3b751ad0e1a423b6d2d0077"` Sep 14 18:51:51.850 INFO blam! 21fc5d38bb299444af07ab12c0b383028c2951bcf3b751ad0e1a423b6d2d0077