Nov 29 01:19:39.817 INFO checking futures-io-preview-0.3.0-alpha.9 against try#db42d4dad33013eba11ef37342ad9f614e5652b8 for pr-56074 Nov 29 01:19:39.817 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56074/worker-1/try#db42d4dad33013eba11ef37342ad9f614e5652b8:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-56074/try#db42d4dad33013eba11ef37342ad9f614e5652b8:/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 +db42d4dad33013eba11ef37342ad9f614e5652b8-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:40.050 INFO [stdout] ee0ad064c3122f0d161ed56cb5828e2f170d37727b8ccb94f1532c6cb2ccd2e0 Nov 29 01:19:40.050 INFO running `"docker" "start" "-a" "ee0ad064c3122f0d161ed56cb5828e2f170d37727b8ccb94f1532c6cb2ccd2e0"` Nov 29 01:19:40.612 INFO [stderr] usermod: no changes Nov 29 01:19:40.654 INFO [stderr] Checking futures-core-preview v0.3.0-alpha.10 Nov 29 01:19:41.366 INFO [stderr] Checking futures-io-preview v0.3.0-alpha.9 (/source) Nov 29 01:19:43.537 INFO [stderr] error[E0432]: unresolved import `assert_matches` Nov 29 01:19:43.537 INFO [stderr] --> tests/cursor.rs:3:5 Nov 29 01:19:43.537 INFO [stderr] | Nov 29 01:19:43.537 INFO [stderr] 3 | use assert_matches::assert_matches; Nov 29 01:19:43.537 INFO [stderr] | ^^^^^^^^^^^^^^ use of undeclared type or module `assert_matches` Nov 29 01:19:43.537 INFO [stderr] Nov 29 01:19:43.537 INFO [stderr] error[E0433]: failed to resolve: use of undeclared type or module `futures` Nov 29 01:19:43.538 INFO [stderr] --> tests/cursor.rs:5:5 Nov 29 01:19:43.538 INFO [stderr] | Nov 29 01:19:43.538 INFO [stderr] 5 | use futures::future::lazy; Nov 29 01:19:43.538 INFO [stderr] | ^^^^^^^ use of undeclared type or module `futures` Nov 29 01:19:43.538 INFO [stderr] Nov 29 01:19:43.539 INFO [stderr] error[E0433]: failed to resolve: use of undeclared type or module `futures` Nov 29 01:19:43.539 INFO [stderr] --> tests/cursor.rs:6:5 Nov 29 01:19:43.539 INFO [stderr] | Nov 29 01:19:43.539 INFO [stderr] 6 | use futures::io::AsyncWrite; Nov 29 01:19:43.539 INFO [stderr] | ^^^^^^^ use of undeclared type or module `futures` Nov 29 01:19:43.539 INFO [stderr] Nov 29 01:19:43.539 INFO [stderr] error[E0432]: unresolved import `futures` Nov 29 01:19:43.539 INFO [stderr] --> tests/cursor.rs:4:5 Nov 29 01:19:43.539 INFO [stderr] | Nov 29 01:19:43.539 INFO [stderr] 4 | use futures::Poll; Nov 29 01:19:43.539 INFO [stderr] | ^^^^^^^ use of undeclared type or module `futures` Nov 29 01:19:43.539 INFO [stderr] Nov 29 01:19:43.539 INFO [stderr] error[E0433]: failed to resolve: use of undeclared type or module `futures` Nov 29 01:19:43.539 INFO [stderr] --> tests/cursor.rs:12:5 Nov 29 01:19:43.539 INFO [stderr] | Nov 29 01:19:43.539 INFO [stderr] 12 | futures::executor::block_on(lazy(|ctx| { Nov 29 01:19:43.539 INFO [stderr] | ^^^^^^^ use of undeclared type or module `futures` Nov 29 01:19:43.539 INFO [stderr] Nov 29 01:19:43.612 INFO [stderr] error: cannot determine resolution for the macro `assert_matches` Nov 29 01:19:43.612 INFO [stderr] --> tests/cursor.rs:13:9 Nov 29 01:19:43.612 INFO [stderr] | Nov 29 01:19:43.613 INFO [stderr] 13 | assert_matches!(cursor.poll_write(ctx, &[1, 2]), Poll::Ready(Ok(2))); Nov 29 01:19:43.613 INFO [stderr] | ^^^^^^^^^^^^^^ Nov 29 01:19:43.613 INFO [stderr] | Nov 29 01:19:43.613 INFO [stderr] = note: import resolution is stuck, try simplifying macro imports Nov 29 01:19:43.613 INFO [stderr] Nov 29 01:19:43.613 INFO [stderr] error: cannot determine resolution for the macro `assert_matches` Nov 29 01:19:43.613 INFO [stderr] --> tests/cursor.rs:14:9 Nov 29 01:19:43.613 INFO [stderr] | Nov 29 01:19:43.613 INFO [stderr] 14 | assert_matches!(cursor.poll_write(ctx, &[3, 4]), Poll::Ready(Ok(2))); Nov 29 01:19:43.613 INFO [stderr] | ^^^^^^^^^^^^^^ Nov 29 01:19:43.613 INFO [stderr] | Nov 29 01:19:43.613 INFO [stderr] = note: import resolution is stuck, try simplifying macro imports Nov 29 01:19:43.613 INFO [stderr] Nov 29 01:19:43.613 INFO [stderr] error: cannot determine resolution for the macro `assert_matches` Nov 29 01:19:43.613 INFO [stderr] --> tests/cursor.rs:15:9 Nov 29 01:19:43.613 INFO [stderr] | Nov 29 01:19:43.613 INFO [stderr] 15 | assert_matches!(cursor.poll_write(ctx, &[5, 6]), Poll::Ready(Ok(1))); Nov 29 01:19:43.613 INFO [stderr] | ^^^^^^^^^^^^^^ Nov 29 01:19:43.613 INFO [stderr] | Nov 29 01:19:43.613 INFO [stderr] = note: import resolution is stuck, try simplifying macro imports Nov 29 01:19:43.613 INFO [stderr] Nov 29 01:19:43.613 INFO [stderr] error: cannot determine resolution for the macro `assert_matches` Nov 29 01:19:43.613 INFO [stderr] --> tests/cursor.rs:16:9 Nov 29 01:19:43.613 INFO [stderr] | Nov 29 01:19:43.613 INFO [stderr] 16 | assert_matches!(cursor.poll_write(ctx, &[6, 7]), Poll::Ready(Ok(0))); Nov 29 01:19:43.613 INFO [stderr] | ^^^^^^^^^^^^^^ Nov 29 01:19:43.613 INFO [stderr] | Nov 29 01:19:43.613 INFO [stderr] = note: import resolution is stuck, try simplifying macro imports Nov 29 01:19:43.613 INFO [stderr] Nov 29 01:19:43.616 INFO [stderr] error[E0425]: cannot find function `lazy` in this scope Nov 29 01:19:43.616 INFO [stderr] --> tests/cursor.rs:12:33 Nov 29 01:19:43.616 INFO [stderr] | Nov 29 01:19:43.616 INFO [stderr] 12 | futures::executor::block_on(lazy(|ctx| { Nov 29 01:19:43.616 INFO [stderr] | ^^^^ not found in this scope Nov 29 01:19:43.616 INFO [stderr] Nov 29 01:19:43.616 INFO [stderr] error: aborting due to 10 previous errors Nov 29 01:19:43.616 INFO [stderr] Nov 29 01:19:43.616 INFO [stderr] Some errors occurred: E0425, E0432, E0433. Nov 29 01:19:43.616 INFO [stderr] For more information about an error, try `rustc --explain E0425`. Nov 29 01:19:43.623 INFO [stderr] error: Could not compile `futures-io-preview`. Nov 29 01:19:43.623 INFO [stderr] Nov 29 01:19:43.623 INFO [stderr] To learn more, run the command again with --verbose. Nov 29 01:19:43.625 INFO [stderr] su: No module specific data is present Nov 29 01:19:44.983 INFO running `"docker" "inspect" "ee0ad064c3122f0d161ed56cb5828e2f170d37727b8ccb94f1532c6cb2ccd2e0"` Nov 29 01:19:45.393 INFO running `"docker" "rm" "-f" "ee0ad064c3122f0d161ed56cb5828e2f170d37727b8ccb94f1532c6cb2ccd2e0"` Nov 29 01:19:45.716 INFO [stdout] ee0ad064c3122f0d161ed56cb5828e2f170d37727b8ccb94f1532c6cb2ccd2e0