Nov 30 22:43:13.753 INFO checking futures-io-preview-0.3.0-alpha.9 against try#32252761328f59ccfadb1bafb8148c685bc830b3 for pr-56323 Nov 30 22:43:13.753 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56323/worker-5/try#32252761328f59ccfadb1bafb8148c685bc830b3:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/pr-56323/try#32252761328f59ccfadb1bafb8148c685bc830b3:/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 +32252761328f59ccfadb1bafb8148c685bc830b3-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 30 22:43:14.012 INFO [stdout] bba7ac9513b24a7ae7f79a47ea8b482e26886f786b73ec8450043ea478851323 Nov 30 22:43:14.018 INFO running `"docker" "start" "-a" "bba7ac9513b24a7ae7f79a47ea8b482e26886f786b73ec8450043ea478851323"` Nov 30 22:43:14.908 INFO [stderr] usermod: no changes Nov 30 22:43:15.052 INFO [stderr] Checking futures-core-preview v0.3.0-alpha.10 Nov 30 22:43:15.999 INFO [stderr] Checking futures-io-preview v0.3.0-alpha.9 (/source) Nov 30 22:43:18.552 INFO [stderr] error[E0432]: unresolved import `assert_matches` Nov 30 22:43:18.552 INFO [stderr] --> tests/cursor.rs:3:5 Nov 30 22:43:18.553 INFO [stderr] | Nov 30 22:43:18.553 INFO [stderr] 3 | use assert_matches::assert_matches; Nov 30 22:43:18.553 INFO [stderr] | ^^^^^^^^^^^^^^ use of undeclared type or module `assert_matches` Nov 30 22:43:18.553 INFO [stderr] Nov 30 22:43:18.553 INFO [stderr] error[E0433]: failed to resolve: use of undeclared type or module `futures` Nov 30 22:43:18.553 INFO [stderr] --> tests/cursor.rs:5:5 Nov 30 22:43:18.553 INFO [stderr] | Nov 30 22:43:18.553 INFO [stderr] 5 | use futures::future::lazy; Nov 30 22:43:18.553 INFO [stderr] | ^^^^^^^ use of undeclared type or module `futures` Nov 30 22:43:18.553 INFO [stderr] Nov 30 22:43:18.553 INFO [stderr] error[E0433]: failed to resolve: use of undeclared type or module `futures` Nov 30 22:43:18.553 INFO [stderr] --> tests/cursor.rs:6:5 Nov 30 22:43:18.553 INFO [stderr] | Nov 30 22:43:18.553 INFO [stderr] 6 | use futures::io::AsyncWrite; Nov 30 22:43:18.553 INFO [stderr] | ^^^^^^^ use of undeclared type or module `futures` Nov 30 22:43:18.553 INFO [stderr] Nov 30 22:43:18.553 INFO [stderr] error[E0432]: unresolved import `futures` Nov 30 22:43:18.553 INFO [stderr] --> tests/cursor.rs:4:5 Nov 30 22:43:18.553 INFO [stderr] | Nov 30 22:43:18.553 INFO [stderr] 4 | use futures::Poll; Nov 30 22:43:18.553 INFO [stderr] | ^^^^^^^ use of undeclared type or module `futures` Nov 30 22:43:18.553 INFO [stderr] Nov 30 22:43:18.553 INFO [stderr] error[E0433]: failed to resolve: use of undeclared type or module `futures` Nov 30 22:43:18.553 INFO [stderr] --> tests/cursor.rs:12:5 Nov 30 22:43:18.553 INFO [stderr] | Nov 30 22:43:18.553 INFO [stderr] 12 | futures::executor::block_on(lazy(|ctx| { Nov 30 22:43:18.553 INFO [stderr] | ^^^^^^^ use of undeclared type or module `futures` Nov 30 22:43:18.553 INFO [stderr] Nov 30 22:43:18.632 INFO [stderr] error: cannot determine resolution for the macro `assert_matches` Nov 30 22:43:18.632 INFO [stderr] --> tests/cursor.rs:13:9 Nov 30 22:43:18.632 INFO [stderr] | Nov 30 22:43:18.632 INFO [stderr] 13 | assert_matches!(cursor.poll_write(ctx, &[1, 2]), Poll::Ready(Ok(2))); Nov 30 22:43:18.632 INFO [stderr] | ^^^^^^^^^^^^^^ Nov 30 22:43:18.632 INFO [stderr] | Nov 30 22:43:18.632 INFO [stderr] = note: import resolution is stuck, try simplifying macro imports Nov 30 22:43:18.632 INFO [stderr] Nov 30 22:43:18.632 INFO [stderr] error: cannot determine resolution for the macro `assert_matches` Nov 30 22:43:18.632 INFO [stderr] --> tests/cursor.rs:14:9 Nov 30 22:43:18.632 INFO [stderr] | Nov 30 22:43:18.632 INFO [stderr] 14 | assert_matches!(cursor.poll_write(ctx, &[3, 4]), Poll::Ready(Ok(2))); Nov 30 22:43:18.632 INFO [stderr] | ^^^^^^^^^^^^^^ Nov 30 22:43:18.632 INFO [stderr] | Nov 30 22:43:18.632 INFO [stderr] = note: import resolution is stuck, try simplifying macro imports Nov 30 22:43:18.632 INFO [stderr] Nov 30 22:43:18.632 INFO [stderr] error: cannot determine resolution for the macro `assert_matches` Nov 30 22:43:18.632 INFO [stderr] --> tests/cursor.rs:15:9 Nov 30 22:43:18.632 INFO [stderr] | Nov 30 22:43:18.632 INFO [stderr] 15 | assert_matches!(cursor.poll_write(ctx, &[5, 6]), Poll::Ready(Ok(1))); Nov 30 22:43:18.633 INFO [stderr] | ^^^^^^^^^^^^^^ Nov 30 22:43:18.633 INFO [stderr] | Nov 30 22:43:18.633 INFO [stderr] = note: import resolution is stuck, try simplifying macro imports Nov 30 22:43:18.633 INFO [stderr] Nov 30 22:43:18.633 INFO [stderr] error: cannot determine resolution for the macro `assert_matches` Nov 30 22:43:18.633 INFO [stderr] --> tests/cursor.rs:16:9 Nov 30 22:43:18.633 INFO [stderr] | Nov 30 22:43:18.633 INFO [stderr] 16 | assert_matches!(cursor.poll_write(ctx, &[6, 7]), Poll::Ready(Ok(0))); Nov 30 22:43:18.633 INFO [stderr] | ^^^^^^^^^^^^^^ Nov 30 22:43:18.633 INFO [stderr] | Nov 30 22:43:18.633 INFO [stderr] = note: import resolution is stuck, try simplifying macro imports Nov 30 22:43:18.633 INFO [stderr] Nov 30 22:43:18.633 INFO [stderr] error[E0425]: cannot find function `lazy` in this scope Nov 30 22:43:18.633 INFO [stderr] --> tests/cursor.rs:12:33 Nov 30 22:43:18.633 INFO [stderr] | Nov 30 22:43:18.633 INFO [stderr] 12 | futures::executor::block_on(lazy(|ctx| { Nov 30 22:43:18.633 INFO [stderr] | ^^^^ not found in this scope Nov 30 22:43:18.633 INFO [stderr] Nov 30 22:43:18.633 INFO [stderr] error: aborting due to 10 previous errors Nov 30 22:43:18.633 INFO [stderr] Nov 30 22:43:18.633 INFO [stderr] Some errors occurred: E0425, E0432, E0433. Nov 30 22:43:18.633 INFO [stderr] For more information about an error, try `rustc --explain E0425`. Nov 30 22:43:18.637 INFO [stderr] error: Could not compile `futures-io-preview`. Nov 30 22:43:18.637 INFO [stderr] Nov 30 22:43:18.637 INFO [stderr] To learn more, run the command again with --verbose. Nov 30 22:43:18.638 INFO [stderr] su: No module specific data is present Nov 30 22:43:19.574 INFO running `"docker" "inspect" "bba7ac9513b24a7ae7f79a47ea8b482e26886f786b73ec8450043ea478851323"` Nov 30 22:43:19.842 INFO running `"docker" "rm" "-f" "bba7ac9513b24a7ae7f79a47ea8b482e26886f786b73ec8450043ea478851323"` Nov 30 22:43:20.048 INFO [stdout] bba7ac9513b24a7ae7f79a47ea8b482e26886f786b73ec8450043ea478851323