Oct 27 20:52:40.168 INFO checking holmes-0.1.0 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 20:52:40.168 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-4/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +19f01b935b91481fd445b16b533d2f87661bf12e-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 27 20:52:40.395 INFO blam! 0f4baa79379de8cedfc7b8d64a64570153fd5bc69cb9d2cbd2adea85a2511a56 Oct 27 20:52:40.397 INFO running `"docker" "start" "-a" "0f4baa79379de8cedfc7b8d64a64570153fd5bc69cb9d2cbd2adea85a2511a56"` Oct 27 20:52:40.826 INFO kablam! usermod: no changes Oct 27 20:52:41.005 INFO kablam! Checking postgres-protocol v0.2.2 Oct 27 20:52:42.145 INFO kablam! Checking postgres-shared v0.1.1 Oct 27 20:52:43.983 INFO kablam! Checking postgres v0.13.6 Oct 27 20:52:45.967 INFO kablam! Checking holmes v0.1.0 (/source) Oct 27 20:52:52.991 INFO kablam! warning: use of deprecated item 'futures::BoxFuture': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 27 20:52:52.991 INFO kablam! --> src/engine/mod.rs:16:50 Oct 27 20:52:52.991 INFO kablam! | Oct 27 20:52:52.991 INFO kablam! 16 | use futures::{Stream, Future, Async, Poll, done, BoxFuture}; Oct 27 20:52:52.991 INFO kablam! | ^^^^^^^^^ Oct 27 20:52:52.991 INFO kablam! | Oct 27 20:52:52.991 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 20:52:52.991 INFO kablam! Oct 27 20:52:52.993 INFO kablam! warning: use of deprecated item 'futures::task::park': renamed to `current` Oct 27 20:52:52.993 INFO kablam! --> src/engine/mod.rs:17:21 Oct 27 20:52:52.994 INFO kablam! | Oct 27 20:52:52.994 INFO kablam! 17 | use futures::task::{park, Task}; Oct 27 20:52:52.994 INFO kablam! | ^^^^ Oct 27 20:52:52.994 INFO kablam! Oct 27 20:52:53.004 INFO kablam! warning: use of deprecated item 'futures::BoxFuture': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 27 20:52:53.004 INFO kablam! --> src/engine/mod.rs:66:23 Oct 27 20:52:53.004 INFO kablam! | Oct 27 20:52:53.005 INFO kablam! 66 | fn done(&self) -> BoxFuture<(), ()> { Oct 27 20:52:53.005 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 27 20:52:53.005 INFO kablam! Oct 27 20:52:53.005 INFO kablam! warning: use of deprecated item 'futures::task::park': renamed to `current` Oct 27 20:52:53.005 INFO kablam! --> src/engine/mod.rs:98:28 Oct 27 20:52:53.005 INFO kablam! | Oct 27 20:52:53.006 INFO kablam! 98 | self.await(park()); Oct 27 20:52:53.006 INFO kablam! | ^^^^ Oct 27 20:52:53.006 INFO kablam! Oct 27 20:52:53.006 INFO kablam! warning: use of deprecated item 'futures::task::park': renamed to `current` Oct 27 20:52:53.006 INFO kablam! --> src/engine/mod.rs:131:30 Oct 27 20:52:53.006 INFO kablam! | Oct 27 20:52:53.007 INFO kablam! 131 | signal.refer(park()); Oct 27 20:52:53.007 INFO kablam! | ^^^^ Oct 27 20:52:53.007 INFO kablam! Oct 27 20:52:53.367 INFO kablam! warning: use of deprecated item 'futures::BoxFuture': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 27 20:52:53.367 INFO kablam! --> src/engine/mod.rs:16:50 Oct 27 20:52:53.367 INFO kablam! | Oct 27 20:52:53.367 INFO kablam! 16 | use futures::{Stream, Future, Async, Poll, done, BoxFuture}; Oct 27 20:52:53.367 INFO kablam! | ^^^^^^^^^ Oct 27 20:52:53.367 INFO kablam! | Oct 27 20:52:53.367 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 20:52:53.367 INFO kablam! Oct 27 20:52:53.367 INFO kablam! warning: use of deprecated item 'futures::task::park': renamed to `current` Oct 27 20:52:53.367 INFO kablam! --> src/engine/mod.rs:17:21 Oct 27 20:52:53.367 INFO kablam! | Oct 27 20:52:53.367 INFO kablam! 17 | use futures::task::{park, Task}; Oct 27 20:52:53.367 INFO kablam! | ^^^^ Oct 27 20:52:53.367 INFO kablam! Oct 27 20:52:53.367 INFO kablam! warning: use of deprecated item 'futures::BoxFuture': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 27 20:52:53.367 INFO kablam! --> src/engine/mod.rs:66:23 Oct 27 20:52:53.367 INFO kablam! | Oct 27 20:52:53.367 INFO kablam! 66 | fn done(&self) -> BoxFuture<(), ()> { Oct 27 20:52:53.367 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 27 20:52:53.367 INFO kablam! Oct 27 20:52:53.367 INFO kablam! warning: use of deprecated item 'futures::task::park': renamed to `current` Oct 27 20:52:53.367 INFO kablam! --> src/engine/mod.rs:98:28 Oct 27 20:52:53.367 INFO kablam! | Oct 27 20:52:53.367 INFO kablam! 98 | self.await(park()); Oct 27 20:52:53.367 INFO kablam! | ^^^^ Oct 27 20:52:53.367 INFO kablam! Oct 27 20:52:53.367 INFO kablam! warning: use of deprecated item 'futures::task::park': renamed to `current` Oct 27 20:52:53.367 INFO kablam! --> src/engine/mod.rs:131:30 Oct 27 20:52:53.367 INFO kablam! | Oct 27 20:52:53.367 INFO kablam! 131 | signal.refer(park()); Oct 27 20:52:53.367 INFO kablam! | ^^^^ Oct 27 20:52:53.367 INFO kablam! Oct 27 20:52:53.611 INFO kablam! warning: use of deprecated item 'futures::task::Task::unpark': renamed to `notify` Oct 27 20:52:53.611 INFO kablam! --> src/engine/mod.rs:60:30 Oct 27 20:52:53.611 INFO kablam! | Oct 27 20:52:53.611 INFO kablam! 60 | Some(t) => t.unpark(), Oct 27 20:52:53.611 INFO kablam! | ^^^^^^ Oct 27 20:52:53.611 INFO kablam! Oct 27 20:52:53.611 INFO kablam! warning: use of deprecated item 'futures::task::Task::unpark': renamed to `notify` Oct 27 20:52:53.611 INFO kablam! --> src/engine/mod.rs:74:22 Oct 27 20:52:53.611 INFO kablam! | Oct 27 20:52:53.611 INFO kablam! 74 | task.unpark(); Oct 27 20:52:53.611 INFO kablam! | ^^^^^^ Oct 27 20:52:53.611 INFO kablam! Oct 27 20:52:53.611 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 27 20:52:53.611 INFO kablam! --> src/engine/mod.rs:81:22 Oct 27 20:52:53.611 INFO kablam! | Oct 27 20:52:53.611 INFO kablam! 81 | done(Ok(())).boxed() Oct 27 20:52:53.611 INFO kablam! | ^^^^^ Oct 27 20:52:53.611 INFO kablam! Oct 27 20:52:53.871 INFO kablam! warning: use of deprecated item 'futures::task::Task::unpark': renamed to `notify` Oct 27 20:52:53.871 INFO kablam! --> src/engine/mod.rs:60:30 Oct 27 20:52:53.871 INFO kablam! | Oct 27 20:52:53.871 INFO kablam! 60 | Some(t) => t.unpark(), Oct 27 20:52:53.871 INFO kablam! | ^^^^^^ Oct 27 20:52:53.871 INFO kablam! Oct 27 20:52:53.895 INFO kablam! warning: use of deprecated item 'futures::task::Task::unpark': renamed to `notify` Oct 27 20:52:53.895 INFO kablam! --> src/engine/mod.rs:74:22 Oct 27 20:52:53.895 INFO kablam! | Oct 27 20:52:53.895 INFO kablam! 74 | task.unpark(); Oct 27 20:52:53.895 INFO kablam! | ^^^^^^ Oct 27 20:52:53.896 INFO kablam! Oct 27 20:52:53.896 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 27 20:52:53.896 INFO kablam! --> src/engine/mod.rs:81:22 Oct 27 20:52:53.896 INFO kablam! | Oct 27 20:52:53.897 INFO kablam! 81 | done(Ok(())).boxed() Oct 27 20:52:53.897 INFO kablam! | ^^^^^ Oct 27 20:52:53.897 INFO kablam! Oct 27 20:53:33.914 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 20:53:33.914 INFO kablam! --> benches/clique.rs:17:28 Oct 27 20:53:33.914 INFO kablam! | Oct 27 20:53:33.914 INFO kablam! 17 | fact!(holmes, edge((size - 1), 0))?; Oct 27 20:53:33.914 INFO kablam! | ^^^^^^^^^^ help: remove these parentheses Oct 27 20:53:33.914 INFO kablam! | Oct 27 20:53:33.914 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 20:53:33.914 INFO kablam! Oct 27 20:53:35.635 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 20:53:35.636 INFO kablam! --> benches/graph.rs:18:28 Oct 27 20:53:35.636 INFO kablam! | Oct 27 20:53:35.636 INFO kablam! 18 | fact!(holmes, edge((size - 1), 0))?; Oct 27 20:53:35.637 INFO kablam! | ^^^^^^^^^^ help: remove these parentheses Oct 27 20:53:35.637 INFO kablam! | Oct 27 20:53:35.637 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 20:53:35.638 INFO kablam! Oct 27 20:53:40.927 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 00s Oct 27 20:53:40.938 INFO kablam! su: No module specific data is present Oct 27 20:53:41.645 INFO running `"docker" "rm" "-f" "0f4baa79379de8cedfc7b8d64a64570153fd5bc69cb9d2cbd2adea85a2511a56"` Oct 27 20:53:41.877 INFO blam! 0f4baa79379de8cedfc7b8d64a64570153fd5bc69cb9d2cbd2adea85a2511a56