Nov 29 01:19:41.238 INFO checking futures-io-preview-0.3.0-alpha.9 against master#0b9f19dff1347e29bf4362ab5a8fab84b43023b5 for pr-56074 Nov 29 01:19:41.238 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56074/worker-2/master#0b9f19dff1347e29bf4362ab5a8fab84b43023b5:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-56074/master#0b9f19dff1347e29bf4362ab5a8fab84b43023b5:/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 +0b9f19dff1347e29bf4362ab5a8fab84b43023b5-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"` Nov 29 01:19:41.517 INFO [stdout] 71177758fd6f22188b889cadfee21ae27d7b9c208bcffa4e070963e192776f43 Nov 29 01:19:41.519 INFO running `"docker" "start" "-a" "71177758fd6f22188b889cadfee21ae27d7b9c208bcffa4e070963e192776f43"` Nov 29 01:19:43.925 INFO [stderr] usermod: no changes Nov 29 01:19:44.056 INFO [stderr] Checking futures-io-preview v0.3.0-alpha.9 (/source) Nov 29 01:19:46.386 INFO [stderr] error[E0432]: unresolved import `assert_matches` Nov 29 01:19:46.387 INFO [stderr] --> tests/cursor.rs:3:5 Nov 29 01:19:46.387 INFO [stderr] | Nov 29 01:19:46.387 INFO [stderr] 3 | use assert_matches::assert_matches; Nov 29 01:19:46.387 INFO [stderr] | ^^^^^^^^^^^^^^ use of undeclared type or module `assert_matches` Nov 29 01:19:46.388 INFO [stderr] Nov 29 01:19:46.388 INFO [stderr] error[E0433]: failed to resolve: use of undeclared type or module `futures` Nov 29 01:19:46.388 INFO [stderr] --> tests/cursor.rs:5:5 Nov 29 01:19:46.388 INFO [stderr] | Nov 29 01:19:46.389 INFO [stderr] 5 | use futures::future::lazy; Nov 29 01:19:46.389 INFO [stderr] | ^^^^^^^ use of undeclared type or module `futures` Nov 29 01:19:46.389 INFO [stderr] Nov 29 01:19:46.389 INFO [stderr] error[E0433]: failed to resolve: use of undeclared type or module `futures` Nov 29 01:19:46.390 INFO [stderr] --> tests/cursor.rs:6:5 Nov 29 01:19:46.390 INFO [stderr] | Nov 29 01:19:46.390 INFO [stderr] 6 | use futures::io::AsyncWrite; Nov 29 01:19:46.390 INFO [stderr] | ^^^^^^^ use of undeclared type or module `futures` Nov 29 01:19:46.391 INFO [stderr] Nov 29 01:19:46.391 INFO [stderr] error[E0432]: unresolved import `futures` Nov 29 01:19:46.391 INFO [stderr] --> tests/cursor.rs:4:5 Nov 29 01:19:46.392 INFO [stderr] | Nov 29 01:19:46.392 INFO [stderr] 4 | use futures::Poll; Nov 29 01:19:46.392 INFO [stderr] | ^^^^^^^ use of undeclared type or module `futures` Nov 29 01:19:46.392 INFO [stderr] Nov 29 01:19:46.393 INFO [stderr] error[E0433]: failed to resolve: use of undeclared type or module `futures` Nov 29 01:19:46.393 INFO [stderr] --> tests/cursor.rs:12:5 Nov 29 01:19:46.393 INFO [stderr] | Nov 29 01:19:46.393 INFO [stderr] 12 | futures::executor::block_on(lazy(|ctx| { Nov 29 01:19:46.394 INFO [stderr] | ^^^^^^^ use of undeclared type or module `futures` Nov 29 01:19:46.394 INFO [stderr] Nov 29 01:19:46.468 INFO [stderr] error: cannot determine resolution for the macro `assert_matches` Nov 29 01:19:46.469 INFO [stderr] --> tests/cursor.rs:13:9 Nov 29 01:19:46.469 INFO [stderr] | Nov 29 01:19:46.469 INFO [stderr] 13 | assert_matches!(cursor.poll_write(ctx, &[1, 2]), Poll::Ready(Ok(2))); Nov 29 01:19:46.469 INFO [stderr] | ^^^^^^^^^^^^^^ Nov 29 01:19:46.470 INFO [stderr] | Nov 29 01:19:46.470 INFO [stderr] = note: import resolution is stuck, try simplifying macro imports Nov 29 01:19:46.470 INFO [stderr] Nov 29 01:19:46.471 INFO [stderr] error: cannot determine resolution for the macro `assert_matches` Nov 29 01:19:46.471 INFO [stderr] --> tests/cursor.rs:14:9 Nov 29 01:19:46.471 INFO [stderr] | Nov 29 01:19:46.471 INFO [stderr] 14 | assert_matches!(cursor.poll_write(ctx, &[3, 4]), Poll::Ready(Ok(2))); Nov 29 01:19:46.472 INFO [stderr] | ^^^^^^^^^^^^^^ Nov 29 01:19:46.472 INFO [stderr] | Nov 29 01:19:46.472 INFO [stderr] = note: import resolution is stuck, try simplifying macro imports Nov 29 01:19:46.472 INFO [stderr] Nov 29 01:19:46.473 INFO [stderr] error: cannot determine resolution for the macro `assert_matches` Nov 29 01:19:46.473 INFO [stderr] --> tests/cursor.rs:15:9 Nov 29 01:19:46.473 INFO [stderr] | Nov 29 01:19:46.473 INFO [stderr] 15 | assert_matches!(cursor.poll_write(ctx, &[5, 6]), Poll::Ready(Ok(1))); Nov 29 01:19:46.474 INFO [stderr] | ^^^^^^^^^^^^^^ Nov 29 01:19:46.474 INFO [stderr] | Nov 29 01:19:46.474 INFO [stderr] = note: import resolution is stuck, try simplifying macro imports Nov 29 01:19:46.474 INFO [stderr] Nov 29 01:19:46.475 INFO [stderr] error: cannot determine resolution for the macro `assert_matches` Nov 29 01:19:46.475 INFO [stderr] --> tests/cursor.rs:16:9 Nov 29 01:19:46.475 INFO [stderr] | Nov 29 01:19:46.475 INFO [stderr] 16 | assert_matches!(cursor.poll_write(ctx, &[6, 7]), Poll::Ready(Ok(0))); Nov 29 01:19:46.476 INFO [stderr] | ^^^^^^^^^^^^^^ Nov 29 01:19:46.476 INFO [stderr] | Nov 29 01:19:46.476 INFO [stderr] = note: import resolution is stuck, try simplifying macro imports Nov 29 01:19:46.477 INFO [stderr] Nov 29 01:19:46.477 INFO [stderr] error[E0425]: cannot find function `lazy` in this scope Nov 29 01:19:46.477 INFO [stderr] --> tests/cursor.rs:12:33 Nov 29 01:19:46.477 INFO [stderr] | Nov 29 01:19:46.478 INFO [stderr] 12 | futures::executor::block_on(lazy(|ctx| { Nov 29 01:19:46.478 INFO [stderr] | ^^^^ not found in this scope Nov 29 01:19:46.478 INFO [stderr] Nov 29 01:19:46.478 INFO [stderr] error: aborting due to 10 previous errors Nov 29 01:19:46.479 INFO [stderr] Nov 29 01:19:46.479 INFO [stderr] Some errors occurred: E0425, E0432, E0433. Nov 29 01:19:46.479 INFO [stderr] For more information about an error, try `rustc --explain E0425`. Nov 29 01:19:46.480 INFO [stderr] error: Could not compile `futures-io-preview`. Nov 29 01:19:46.480 INFO [stderr] Nov 29 01:19:46.480 INFO [stderr] To learn more, run the command again with --verbose. Nov 29 01:19:46.481 INFO [stderr] su: No module specific data is present Nov 29 01:19:47.528 INFO running `"docker" "inspect" "71177758fd6f22188b889cadfee21ae27d7b9c208bcffa4e070963e192776f43"` Nov 29 01:19:47.902 INFO running `"docker" "rm" "-f" "71177758fd6f22188b889cadfee21ae27d7b9c208bcffa4e070963e192776f43"` Nov 29 01:19:48.144 INFO [stdout] 71177758fd6f22188b889cadfee21ae27d7b9c208bcffa4e070963e192776f43