Oct 22 04:25:22.587 INFO checking body-image-0.4.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 22 04:25:22.587 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-1/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 22 04:25:22.972 INFO blam! 832520a3e859afb5bfe675040c7896cdae70c81da6588433b0f63fc37903bb40 Oct 22 04:25:22.976 INFO running `"docker" "start" "-a" "832520a3e859afb5bfe675040c7896cdae70c81da6588433b0f63fc37903bb40"` Oct 22 04:25:24.728 INFO kablam! usermod: no changes Oct 22 04:25:25.084 INFO kablam! Checking fern v0.5.6 Oct 22 04:25:25.084 INFO kablam! Checking hyperx v0.13.1 Oct 22 04:25:25.089 INFO kablam! Checking memsocket v0.1.3 Oct 22 04:25:29.848 INFO kablam! Checking hyper-stub v0.1.0 Oct 22 04:25:30.786 INFO kablam! Checking body-image v0.4.0 (/source) Oct 22 04:25:38.361 INFO kablam! warning: use of deprecated item 'async::tokio::timer::DeadlineError': use Timeout instead Oct 22 04:25:38.361 INFO kablam! --> src/async/mod.rs:77:5 Oct 22 04:25:38.361 INFO kablam! | Oct 22 04:25:38.361 INFO kablam! 77 | use self::tokio::timer::DeadlineError; Oct 22 04:25:38.362 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 04:25:38.362 INFO kablam! | Oct 22 04:25:38.362 INFO kablam! = note: #[warn(deprecated)] on by default Oct 22 04:25:38.362 INFO kablam! Oct 22 04:25:38.363 INFO kablam! warning: use of deprecated item 'async::tokio::timer::DeadlineError': use Timeout instead Oct 22 04:25:38.363 INFO kablam! --> src/async/mod.rs:179:29 Oct 22 04:25:38.363 INFO kablam! | Oct 22 04:25:38.364 INFO kablam! 179 | fn deadline_to_flare(de: DeadlineError, on_elapsed: F) -> Flare Oct 22 04:25:38.364 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 22 04:25:38.364 INFO kablam! Oct 22 04:25:38.556 INFO kablam! warning: use of deprecated item 'async::tokio::prelude::FutureExt::deadline': use `timeout` instead Oct 22 04:25:38.556 INFO kablam! --> src/async/mod.rs:147:14 Oct 22 04:25:38.556 INFO kablam! | Oct 22 04:25:38.556 INFO kablam! 147 | .deadline(now + t) Oct 22 04:25:38.556 INFO kablam! | ^^^^^^^^ Oct 22 04:25:38.556 INFO kablam! Oct 22 04:25:38.556 INFO kablam! warning: use of deprecated item 'async::tokio::prelude::FutureExt::deadline': use `timeout` instead Oct 22 04:25:38.556 INFO kablam! --> src/async/mod.rs:162:14 Oct 22 04:25:38.556 INFO kablam! | Oct 22 04:25:38.556 INFO kablam! 162 | .deadline(now + t) Oct 22 04:25:38.557 INFO kablam! | ^^^^^^^^ Oct 22 04:25:38.557 INFO kablam! Oct 22 04:25:38.809 INFO kablam! warning: use of deprecated item 'async::tokio::runtime::Builder::threadpool_builder': use the `core_threads`, `blocking_threads`, `name_prefix`, and `stack_size` functions on `runtime::Builder`, instead Oct 22 04:25:38.809 INFO kablam! --> src/async/mod.rs:113:10 Oct 22 04:25:38.809 INFO kablam! | Oct 22 04:25:38.810 INFO kablam! 113 | .threadpool_builder(pool) Oct 22 04:25:38.810 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 22 04:25:38.810 INFO kablam! Oct 22 04:25:42.832 INFO kablam! warning: use of deprecated item 'async::tokio::timer::DeadlineError': use Timeout instead Oct 22 04:25:42.832 INFO kablam! --> src/async/mod.rs:77:5 Oct 22 04:25:42.832 INFO kablam! | Oct 22 04:25:42.832 INFO kablam! 77 | use self::tokio::timer::DeadlineError; Oct 22 04:25:42.832 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 04:25:42.832 INFO kablam! | Oct 22 04:25:42.832 INFO kablam! = note: #[warn(deprecated)] on by default Oct 22 04:25:42.832 INFO kablam! Oct 22 04:25:42.832 INFO kablam! warning: use of deprecated item 'async::tokio::timer::DeadlineError': use Timeout instead Oct 22 04:25:42.832 INFO kablam! --> src/async/mod.rs:179:29 Oct 22 04:25:42.832 INFO kablam! | Oct 22 04:25:42.832 INFO kablam! 179 | fn deadline_to_flare(de: DeadlineError, on_elapsed: F) -> Flare Oct 22 04:25:42.832 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 22 04:25:42.833 INFO kablam! Oct 22 04:25:43.014 INFO kablam! warning: use of deprecated item 'async::tokio::prelude::FutureExt::deadline': use `timeout` instead Oct 22 04:25:43.014 INFO kablam! --> src/async/mod.rs:147:14 Oct 22 04:25:43.014 INFO kablam! | Oct 22 04:25:43.014 INFO kablam! 147 | .deadline(now + t) Oct 22 04:25:43.014 INFO kablam! | ^^^^^^^^ Oct 22 04:25:43.014 INFO kablam! Oct 22 04:25:43.028 INFO kablam! warning: use of deprecated item 'async::tokio::prelude::FutureExt::deadline': use `timeout` instead Oct 22 04:25:43.028 INFO kablam! --> src/async/mod.rs:162:14 Oct 22 04:25:43.028 INFO kablam! | Oct 22 04:25:43.028 INFO kablam! 162 | .deadline(now + t) Oct 22 04:25:43.028 INFO kablam! | ^^^^^^^^ Oct 22 04:25:43.028 INFO kablam! Oct 22 04:25:44.504 INFO kablam! warning: use of deprecated item 'async::tokio::runtime::Builder::threadpool_builder': use the `core_threads`, `blocking_threads`, `name_prefix`, and `stack_size` functions on `runtime::Builder`, instead Oct 22 04:25:44.504 INFO kablam! --> src/async/mod.rs:113:10 Oct 22 04:25:44.504 INFO kablam! | Oct 22 04:25:44.504 INFO kablam! 113 | .threadpool_builder(pool) Oct 22 04:25:44.504 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 22 04:25:44.504 INFO kablam! Oct 22 04:25:44.644 INFO kablam! warning: use of deprecated item 'async::tokio::runtime::Builder::threadpool_builder': use the `core_threads`, `blocking_threads`, `name_prefix`, and `stack_size` functions on `runtime::Builder`, instead Oct 22 04:25:44.644 INFO kablam! --> src/async/tests/stub.rs:81:10 Oct 22 04:25:44.644 INFO kablam! | Oct 22 04:25:44.644 INFO kablam! 81 | .threadpool_builder(pool) Oct 22 04:25:44.644 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 22 04:25:44.644 INFO kablam! Oct 22 04:25:44.680 INFO kablam! warning: use of deprecated item 'async::tokio::runtime::Builder::threadpool_builder': use the `core_threads`, `blocking_threads`, `name_prefix`, and `stack_size` functions on `runtime::Builder`, instead Oct 22 04:25:44.680 INFO kablam! --> src/async/tests/server.rs:336:10 Oct 22 04:25:44.680 INFO kablam! | Oct 22 04:25:44.680 INFO kablam! 336 | .threadpool_builder(pool) Oct 22 04:25:44.680 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 22 04:25:44.680 INFO kablam! Oct 22 04:25:51.091 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 26.33s Oct 22 04:25:51.105 INFO kablam! su: No module specific data is present Oct 22 04:25:51.452 INFO running `"docker" "rm" "-f" "832520a3e859afb5bfe675040c7896cdae70c81da6588433b0f63fc37903bb40"` Oct 22 04:25:51.551 INFO blam! 832520a3e859afb5bfe675040c7896cdae70c81da6588433b0f63fc37903bb40