Oct 16 06:29:17.834 INFO testing holmes-0.1.0 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 16 06:29:17.834 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-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 16 06:29:18.003 INFO blam! db5fa1b357035e4489f2927c2e8225e53434647bec74c08b94becbbd04200dea Oct 16 06:29:18.005 INFO running `"docker" "start" "-a" "db5fa1b357035e4489f2927c2e8225e53434647bec74c08b94becbbd04200dea"` Oct 16 06:29:18.387 INFO kablam! usermod: no changes Oct 16 06:29:18.579 INFO kablam! Compiling phf_shared v0.7.21 Oct 16 06:29:18.579 INFO kablam! Compiling postgres-protocol v0.2.2 Oct 16 06:29:19.296 INFO kablam! Compiling phf v0.7.21 Oct 16 06:29:20.255 INFO kablam! Compiling postgres-shared v0.1.1 Oct 16 06:29:23.395 INFO kablam! Compiling postgres v0.13.6 Oct 16 06:29:27.829 INFO kablam! Compiling holmes v0.1.0 (/source) Oct 16 06:29:33.632 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 16 06:29:33.632 INFO kablam! --> src/engine/mod.rs:16:50 Oct 16 06:29:33.632 INFO kablam! | Oct 16 06:29:33.632 INFO kablam! 16 | use futures::{Stream, Future, Async, Poll, done, BoxFuture}; Oct 16 06:29:33.632 INFO kablam! | ^^^^^^^^^ Oct 16 06:29:33.632 INFO kablam! | Oct 16 06:29:33.632 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 06:29:33.632 INFO kablam! Oct 16 06:29:33.632 INFO kablam! warning: use of deprecated item 'futures::task::park': renamed to `current` Oct 16 06:29:33.632 INFO kablam! --> src/engine/mod.rs:17:21 Oct 16 06:29:33.632 INFO kablam! | Oct 16 06:29:33.632 INFO kablam! 17 | use futures::task::{park, Task}; Oct 16 06:29:33.632 INFO kablam! | ^^^^ Oct 16 06:29:33.632 INFO kablam! Oct 16 06:29:33.632 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 16 06:29:33.632 INFO kablam! --> src/engine/mod.rs:66:23 Oct 16 06:29:33.632 INFO kablam! | Oct 16 06:29:33.632 INFO kablam! 66 | fn done(&self) -> BoxFuture<(), ()> { Oct 16 06:29:33.632 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 16 06:29:33.632 INFO kablam! Oct 16 06:29:33.632 INFO kablam! warning: use of deprecated item 'futures::task::park': renamed to `current` Oct 16 06:29:33.632 INFO kablam! --> src/engine/mod.rs:98:28 Oct 16 06:29:33.632 INFO kablam! | Oct 16 06:29:33.632 INFO kablam! 98 | self.await(park()); Oct 16 06:29:33.632 INFO kablam! | ^^^^ Oct 16 06:29:33.632 INFO kablam! Oct 16 06:29:33.632 INFO kablam! warning: use of deprecated item 'futures::task::park': renamed to `current` Oct 16 06:29:33.632 INFO kablam! --> src/engine/mod.rs:131:30 Oct 16 06:29:33.632 INFO kablam! | Oct 16 06:29:33.632 INFO kablam! 131 | signal.refer(park()); Oct 16 06:29:33.632 INFO kablam! | ^^^^ Oct 16 06:29:33.632 INFO kablam! Oct 16 06:29:34.137 INFO kablam! warning: use of deprecated item 'futures::task::Task::unpark': renamed to `notify` Oct 16 06:29:34.137 INFO kablam! --> src/engine/mod.rs:60:30 Oct 16 06:29:34.137 INFO kablam! | Oct 16 06:29:34.138 INFO kablam! 60 | Some(t) => t.unpark(), Oct 16 06:29:34.138 INFO kablam! | ^^^^^^ Oct 16 06:29:34.138 INFO kablam! Oct 16 06:29:34.139 INFO kablam! warning: use of deprecated item 'futures::task::Task::unpark': renamed to `notify` Oct 16 06:29:34.139 INFO kablam! --> src/engine/mod.rs:74:22 Oct 16 06:29:34.140 INFO kablam! | Oct 16 06:29:34.140 INFO kablam! 74 | task.unpark(); Oct 16 06:29:34.140 INFO kablam! | ^^^^^^ Oct 16 06:29:34.140 INFO kablam! Oct 16 06:29:34.141 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 16 06:29:34.141 INFO kablam! --> src/engine/mod.rs:81:22 Oct 16 06:29:34.141 INFO kablam! | Oct 16 06:29:34.141 INFO kablam! 81 | done(Ok(())).boxed() Oct 16 06:29:34.142 INFO kablam! | ^^^^^ Oct 16 06:29:34.142 INFO kablam! Oct 16 06:29:37.959 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 19.56s Oct 16 06:29:37.968 INFO kablam! su: No module specific data is present Oct 16 06:29:38.693 INFO running `"docker" "rm" "-f" "db5fa1b357035e4489f2927c2e8225e53434647bec74c08b94becbbd04200dea"` Oct 16 06:29:38.971 INFO blam! db5fa1b357035e4489f2927c2e8225e53434647bec74c08b94becbbd04200dea Oct 16 06:29:38.984 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen --no-run" "-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 16 06:29:39.604 INFO blam! 4202ec881e545be05ca6972a0e5f130155e7edd91a75178b2f3c8a929d48ca22 Oct 16 06:29:39.607 INFO running `"docker" "start" "-a" "4202ec881e545be05ca6972a0e5f130155e7edd91a75178b2f3c8a929d48ca22"` Oct 16 06:29:40.870 INFO kablam! usermod: no changes Oct 16 06:29:41.072 INFO kablam! Compiling holmes v0.1.0 (/source) Oct 16 06:30:05.503 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 16 06:30:05.504 INFO kablam! --> src/engine/mod.rs:16:50 Oct 16 06:30:05.505 INFO kablam! | Oct 16 06:30:05.505 INFO kablam! 16 | use futures::{Stream, Future, Async, Poll, done, BoxFuture}; Oct 16 06:30:05.506 INFO kablam! | ^^^^^^^^^ Oct 16 06:30:05.506 INFO kablam! | Oct 16 06:30:05.507 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 06:30:05.508 INFO kablam! Oct 16 06:30:05.508 INFO kablam! warning: use of deprecated item 'futures::task::park': renamed to `current` Oct 16 06:30:05.509 INFO kablam! --> src/engine/mod.rs:17:21 Oct 16 06:30:05.510 INFO kablam! | Oct 16 06:30:05.510 INFO kablam! 17 | use futures::task::{park, Task}; Oct 16 06:30:05.511 INFO kablam! | ^^^^ Oct 16 06:30:05.511 INFO kablam! Oct 16 06:30:05.514 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 16 06:30:05.515 INFO kablam! --> src/engine/mod.rs:66:23 Oct 16 06:30:05.515 INFO kablam! | Oct 16 06:30:05.516 INFO kablam! 66 | fn done(&self) -> BoxFuture<(), ()> { Oct 16 06:30:05.517 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 16 06:30:05.517 INFO kablam! Oct 16 06:30:05.518 INFO kablam! warning: use of deprecated item 'futures::task::park': renamed to `current` Oct 16 06:30:05.519 INFO kablam! --> src/engine/mod.rs:98:28 Oct 16 06:30:05.519 INFO kablam! | Oct 16 06:30:05.520 INFO kablam! 98 | self.await(park()); Oct 16 06:30:05.520 INFO kablam! | ^^^^ Oct 16 06:30:05.521 INFO kablam! Oct 16 06:30:05.521 INFO kablam! warning: use of deprecated item 'futures::task::park': renamed to `current` Oct 16 06:30:05.522 INFO kablam! --> src/engine/mod.rs:131:30 Oct 16 06:30:05.523 INFO kablam! | Oct 16 06:30:05.523 INFO kablam! 131 | signal.refer(park()); Oct 16 06:30:05.524 INFO kablam! | ^^^^ Oct 16 06:30:05.524 INFO kablam! Oct 16 06:30:07.706 INFO kablam! warning: use of deprecated item 'futures::task::Task::unpark': renamed to `notify` Oct 16 06:30:07.707 INFO kablam! --> src/engine/mod.rs:60:30 Oct 16 06:30:07.708 INFO kablam! | Oct 16 06:30:07.709 INFO kablam! 60 | Some(t) => t.unpark(), Oct 16 06:30:07.709 INFO kablam! | ^^^^^^ Oct 16 06:30:07.727 INFO kablam! Oct 16 06:30:07.735 INFO kablam! warning: use of deprecated item 'futures::task::Task::unpark': renamed to `notify` Oct 16 06:30:07.735 INFO kablam! --> src/engine/mod.rs:74:22 Oct 16 06:30:07.736 INFO kablam! | Oct 16 06:30:07.737 INFO kablam! 74 | task.unpark(); Oct 16 06:30:07.737 INFO kablam! | ^^^^^^ Oct 16 06:30:07.738 INFO kablam! Oct 16 06:30:07.739 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 16 06:30:07.740 INFO kablam! --> src/engine/mod.rs:81:22 Oct 16 06:30:07.741 INFO kablam! | Oct 16 06:30:07.741 INFO kablam! 81 | done(Ok(())).boxed() Oct 16 06:30:07.742 INFO kablam! | ^^^^^ Oct 16 06:30:07.743 INFO kablam! Oct 16 06:30:47.331 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 06s Oct 16 06:30:47.335 INFO kablam! su: No module specific data is present Oct 16 06:30:48.301 INFO running `"docker" "rm" "-f" "4202ec881e545be05ca6972a0e5f130155e7edd91a75178b2f3c8a929d48ca22"` Oct 16 06:30:48.474 INFO blam! 4202ec881e545be05ca6972a0e5f130155e7edd91a75178b2f3c8a929d48ca22