Oct 13 13:47:16.319 INFO checking holmes-0.1.0 against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 13:47:16.319 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-1/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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 13 13:47:16.678 INFO blam! 2c18ed19772dc657c23ff615fdb657d9ccc51c49d630f3eb4f466c14c0a1c7ee Oct 13 13:47:16.681 INFO running `"docker" "start" "-a" "2c18ed19772dc657c23ff615fdb657d9ccc51c49d630f3eb4f466c14c0a1c7ee"` Oct 13 13:47:17.736 INFO kablam! usermod: no changes Oct 13 13:47:17.950 INFO kablam! Checking phf_shared v0.7.21 Oct 13 13:47:17.950 INFO kablam! Checking postgres-protocol v0.2.2 Oct 13 13:47:18.624 INFO kablam! Checking phf v0.7.21 Oct 13 13:47:19.399 INFO kablam! Checking postgres-shared v0.1.1 Oct 13 13:47:21.168 INFO kablam! Checking postgres v0.13.6 Oct 13 13:47:23.284 INFO kablam! Checking holmes v0.1.0 (/source) Oct 13 13:47:30.528 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 13 13:47:30.528 INFO kablam! --> src/engine/mod.rs:16:50 Oct 13 13:47:30.528 INFO kablam! | Oct 13 13:47:30.528 INFO kablam! 16 | use futures::{Stream, Future, Async, Poll, done, BoxFuture}; Oct 13 13:47:30.528 INFO kablam! | ^^^^^^^^^ Oct 13 13:47:30.528 INFO kablam! | Oct 13 13:47:30.528 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 13:47:30.528 INFO kablam! Oct 13 13:47:30.528 INFO kablam! warning: use of deprecated item 'futures::task::park': renamed to `current` Oct 13 13:47:30.528 INFO kablam! --> src/engine/mod.rs:17:21 Oct 13 13:47:30.528 INFO kablam! | Oct 13 13:47:30.528 INFO kablam! 17 | use futures::task::{park, Task}; Oct 13 13:47:30.528 INFO kablam! | ^^^^ Oct 13 13:47:30.529 INFO kablam! Oct 13 13:47:30.529 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 13 13:47:30.529 INFO kablam! --> src/engine/mod.rs:66:23 Oct 13 13:47:30.529 INFO kablam! | Oct 13 13:47:30.529 INFO kablam! 66 | fn done(&self) -> BoxFuture<(), ()> { Oct 13 13:47:30.529 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 13 13:47:30.529 INFO kablam! Oct 13 13:47:30.529 INFO kablam! warning: use of deprecated item 'futures::task::park': renamed to `current` Oct 13 13:47:30.529 INFO kablam! --> src/engine/mod.rs:98:28 Oct 13 13:47:30.529 INFO kablam! | Oct 13 13:47:30.529 INFO kablam! 98 | self.await(park()); Oct 13 13:47:30.529 INFO kablam! | ^^^^ Oct 13 13:47:30.529 INFO kablam! Oct 13 13:47:30.529 INFO kablam! warning: use of deprecated item 'futures::task::park': renamed to `current` Oct 13 13:47:30.529 INFO kablam! --> src/engine/mod.rs:131:30 Oct 13 13:47:30.529 INFO kablam! | Oct 13 13:47:30.529 INFO kablam! 131 | signal.refer(park()); Oct 13 13:47:30.529 INFO kablam! | ^^^^ Oct 13 13:47:30.529 INFO kablam! Oct 13 13:47:30.629 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 13 13:47:30.629 INFO kablam! --> src/engine/mod.rs:16:50 Oct 13 13:47:30.629 INFO kablam! | Oct 13 13:47:30.629 INFO kablam! 16 | use futures::{Stream, Future, Async, Poll, done, BoxFuture}; Oct 13 13:47:30.629 INFO kablam! | ^^^^^^^^^ Oct 13 13:47:30.629 INFO kablam! | Oct 13 13:47:30.629 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 13:47:30.629 INFO kablam! Oct 13 13:47:30.629 INFO kablam! warning: use of deprecated item 'futures::task::park': renamed to `current` Oct 13 13:47:30.629 INFO kablam! --> src/engine/mod.rs:17:21 Oct 13 13:47:30.629 INFO kablam! | Oct 13 13:47:30.629 INFO kablam! 17 | use futures::task::{park, Task}; Oct 13 13:47:30.629 INFO kablam! | ^^^^ Oct 13 13:47:30.629 INFO kablam! Oct 13 13:47:30.629 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 13 13:47:30.629 INFO kablam! --> src/engine/mod.rs:66:23 Oct 13 13:47:30.629 INFO kablam! | Oct 13 13:47:30.629 INFO kablam! 66 | fn done(&self) -> BoxFuture<(), ()> { Oct 13 13:47:30.629 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 13 13:47:30.629 INFO kablam! Oct 13 13:47:30.629 INFO kablam! warning: use of deprecated item 'futures::task::park': renamed to `current` Oct 13 13:47:30.629 INFO kablam! --> src/engine/mod.rs:98:28 Oct 13 13:47:30.629 INFO kablam! | Oct 13 13:47:30.629 INFO kablam! 98 | self.await(park()); Oct 13 13:47:30.629 INFO kablam! | ^^^^ Oct 13 13:47:30.629 INFO kablam! Oct 13 13:47:30.630 INFO kablam! warning: use of deprecated item 'futures::task::park': renamed to `current` Oct 13 13:47:30.630 INFO kablam! --> src/engine/mod.rs:131:30 Oct 13 13:47:30.630 INFO kablam! | Oct 13 13:47:30.630 INFO kablam! 131 | signal.refer(park()); Oct 13 13:47:30.630 INFO kablam! | ^^^^ Oct 13 13:47:30.630 INFO kablam! Oct 13 13:47:31.071 INFO kablam! warning: use of deprecated item 'futures::task::Task::unpark': renamed to `notify` Oct 13 13:47:31.071 INFO kablam! --> src/engine/mod.rs:60:30 Oct 13 13:47:31.071 INFO kablam! | Oct 13 13:47:31.071 INFO kablam! 60 | Some(t) => t.unpark(), Oct 13 13:47:31.071 INFO kablam! | ^^^^^^ Oct 13 13:47:31.071 INFO kablam! Oct 13 13:47:31.076 INFO kablam! warning: use of deprecated item 'futures::task::Task::unpark': renamed to `notify` Oct 13 13:47:31.076 INFO kablam! --> src/engine/mod.rs:74:22 Oct 13 13:47:31.076 INFO kablam! | Oct 13 13:47:31.076 INFO kablam! 74 | task.unpark(); Oct 13 13:47:31.076 INFO kablam! | ^^^^^^ Oct 13 13:47:31.076 INFO kablam! Oct 13 13:47:31.076 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 13 13:47:31.076 INFO kablam! --> src/engine/mod.rs:81:22 Oct 13 13:47:31.076 INFO kablam! | Oct 13 13:47:31.076 INFO kablam! 81 | done(Ok(())).boxed() Oct 13 13:47:31.076 INFO kablam! | ^^^^^ Oct 13 13:47:31.076 INFO kablam! Oct 13 13:47:31.128 INFO kablam! warning: use of deprecated item 'futures::task::Task::unpark': renamed to `notify` Oct 13 13:47:31.128 INFO kablam! --> src/engine/mod.rs:60:30 Oct 13 13:47:31.128 INFO kablam! | Oct 13 13:47:31.128 INFO kablam! 60 | Some(t) => t.unpark(), Oct 13 13:47:31.128 INFO kablam! | ^^^^^^ Oct 13 13:47:31.128 INFO kablam! Oct 13 13:47:31.128 INFO kablam! warning: use of deprecated item 'futures::task::Task::unpark': renamed to `notify` Oct 13 13:47:31.128 INFO kablam! --> src/engine/mod.rs:74:22 Oct 13 13:47:31.128 INFO kablam! | Oct 13 13:47:31.128 INFO kablam! 74 | task.unpark(); Oct 13 13:47:31.128 INFO kablam! | ^^^^^^ Oct 13 13:47:31.128 INFO kablam! Oct 13 13:47:31.130 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 13 13:47:31.130 INFO kablam! --> src/engine/mod.rs:81:22 Oct 13 13:47:31.130 INFO kablam! | Oct 13 13:47:31.130 INFO kablam! 81 | done(Ok(())).boxed() Oct 13 13:47:31.130 INFO kablam! | ^^^^^ Oct 13 13:47:31.130 INFO kablam! Oct 13 13:47:54.277 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 13:47:54.277 INFO kablam! --> benches/clique.rs:17:28 Oct 13 13:47:54.277 INFO kablam! | Oct 13 13:47:54.278 INFO kablam! 17 | fact!(holmes, edge((size - 1), 0))?; Oct 13 13:47:54.278 INFO kablam! | ^^^^^^^^^^ help: remove these parentheses Oct 13 13:47:54.278 INFO kablam! | Oct 13 13:47:54.279 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 13 13:47:54.279 INFO kablam! Oct 13 13:48:16.499 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 13:48:16.500 INFO kablam! --> benches/graph.rs:18:28 Oct 13 13:48:16.501 INFO kablam! | Oct 13 13:48:16.501 INFO kablam! 18 | fact!(holmes, edge((size - 1), 0))?; Oct 13 13:48:16.502 INFO kablam! | ^^^^^^^^^^ help: remove these parentheses Oct 13 13:48:16.503 INFO kablam! | Oct 13 13:48:16.503 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 13 13:48:16.504 INFO kablam! Oct 13 13:48:18.840 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 01s Oct 13 13:48:18.892 INFO kablam! su: No module specific data is present Oct 13 13:48:19.388 INFO running `"docker" "rm" "-f" "2c18ed19772dc657c23ff615fdb657d9ccc51c49d630f3eb4f466c14c0a1c7ee"` Oct 13 13:48:19.485 INFO blam! 2c18ed19772dc657c23ff615fdb657d9ccc51c49d630f3eb4f466c14c0a1c7ee