[INFO] fetching crate flv-future-aio 0.3.0... [INFO] checking flv-future-aio-0.3.0 against try#13f916f63bc6575d5ff1f989237dfabe88981368 for pr-69880 [INFO] extracting crate flv-future-aio 0.3.0 into /workspace/builds/worker-11/source [INFO] validating manifest of crates.io crate flv-future-aio 0.3.0 on toolchain 13f916f63bc6575d5ff1f989237dfabe88981368 [INFO] running `"/workspace/cargo-home/bin/cargo" "+13f916f63bc6575d5ff1f989237dfabe88981368" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate flv-future-aio 0.3.0 [INFO] finished tweaking crates.io crate flv-future-aio 0.3.0 [INFO] tweaked toml for crates.io crate flv-future-aio 0.3.0 written to /workspace/builds/worker-11/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+13f916f63bc6575d5ff1f989237dfabe88981368" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+13f916f63bc6575d5ff1f989237dfabe88981368" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded flv-future-core v0.2.0 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+13f916f63bc6575d5ff1f989237dfabe88981368" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] d5419856b38e0e035ad6c7a389753b4b49ad622db1778620f8a62948e8442632 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "d5419856b38e0e035ad6c7a389753b4b49ad622db1778620f8a62948e8442632"` [INFO] [stderr] Checking async-task v1.3.1 [INFO] [stderr] Checking memmap v0.7.0 [INFO] [stderr] Checking mio v0.6.21 [INFO] [stderr] Compiling async-trait v0.1.24 [INFO] [stderr] Checking nix v0.16.1 [INFO] [stderr] Checking chrono v0.4.11 [INFO] [stderr] Checking env_logger v0.6.2 [INFO] [stderr] Checking broadcaster v1.0.0 [INFO] [stderr] Checking mio-uds v0.6.7 [INFO] [stderr] Checking async-std v1.5.0 [INFO] [stderr] Checking flv-util v0.1.1 [INFO] [stderr] Checking flv-future-core v0.2.0 [INFO] [stderr] Checking flv-future-aio v0.3.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `flv_future_core::test_async` [INFO] [stderr] --> src/fs/async_file.rs:136:9 [INFO] [stderr] | [INFO] [stderr] 136 | use flv_future_core::test_async; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `test_async` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `flv_future_core::test_async` [INFO] [stderr] --> src/fs/mmap.rs:155:9 [INFO] [stderr] | [INFO] [stderr] 155 | use flv_future_core::test_async; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `test_async` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `flv_future_core::test_async` [INFO] [stderr] --> src/fs/bounded.rs:203:9 [INFO] [stderr] | [INFO] [stderr] 203 | use flv_future_core::test_async; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `test_async` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `flv_future_core::test_async` [INFO] [stderr] --> src/fs/bounded.rs:325:13 [INFO] [stderr] | [INFO] [stderr] 325 | use flv_future_core::test_async; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `test_async` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `flv_future_core::test_async` [INFO] [stderr] --> src/zero_copy.rs:111:9 [INFO] [stderr] | [INFO] [stderr] 111 | use flv_future_core::test_async; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `test_async` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `flv_future_core::test_async` [INFO] [stderr] --> src/net/tcp_stream.rs:32:9 [INFO] [stderr] | [INFO] [stderr] 32 | use flv_future_core::test_async; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `test_async` in the root [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the attribute macro `test_async` [INFO] [stderr] --> src/fs/async_file.rs:161:7 [INFO] [stderr] | [INFO] [stderr] 161 | #[test_async] [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the attribute macro `test_async` [INFO] [stderr] --> src/fs/async_file.rs:187:7 [INFO] [stderr] | [INFO] [stderr] 187 | #[test_async] [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the attribute macro `test_async` [INFO] [stderr] --> src/fs/async_file.rs:204:7 [INFO] [stderr] | [INFO] [stderr] 204 | #[test_async] [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the attribute macro `test_async` [INFO] [stderr] --> src/fs/async_file.rs:223:7 [INFO] [stderr] | [INFO] [stderr] 223 | #[test_async] [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the attribute macro `test_async` [INFO] [stderr] --> src/fs/mmap.rs:161:7 [INFO] [stderr] | [INFO] [stderr] 161 | #[test_async] [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the attribute macro `test_async` [INFO] [stderr] --> src/fs/mmap.rs:191:7 [INFO] [stderr] | [INFO] [stderr] 191 | #[test_async] [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the attribute macro `test_async` [INFO] [stderr] --> src/fs/mmap.rs:223:7 [INFO] [stderr] | [INFO] [stderr] 223 | #[test_async] [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the attribute macro `test_async` [INFO] [stderr] --> src/fs/bounded.rs:223:7 [INFO] [stderr] | [INFO] [stderr] 223 | #[test_async] [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the attribute macro `test_async` [INFO] [stderr] --> src/fs/bounded.rs:249:7 [INFO] [stderr] | [INFO] [stderr] 249 | #[test_async] [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the attribute macro `test_async` [INFO] [stderr] --> src/fs/bounded.rs:272:7 [INFO] [stderr] | [INFO] [stderr] 272 | #[test_async] [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the attribute macro `test_async` [INFO] [stderr] --> src/fs/bounded.rs:290:7 [INFO] [stderr] | [INFO] [stderr] 290 | #[test_async] [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the attribute macro `test_async` [INFO] [stderr] --> src/fs/bounded.rs:330:11 [INFO] [stderr] | [INFO] [stderr] 330 | #[test_async] [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the attribute macro `test_async` [INFO] [stderr] --> src/zero_copy.rs:120:7 [INFO] [stderr] | [INFO] [stderr] 120 | #[test_async] [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the attribute macro `test_async` [INFO] [stderr] --> src/net/tcp_stream.rs:45:7 [INFO] [stderr] | [INFO] [stderr] 45 | #[test_async] [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the attribute macro `test_async` [INFO] [stderr] --> src/net/tcp_stream.rs:82:7 [INFO] [stderr] | [INFO] [stderr] 82 | #[test_async] [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the attribute macro `test_async` [INFO] [stderr] --> src/net/tcp_stream.rs:119:7 [INFO] [stderr] | [INFO] [stderr] 119 | #[test_async] [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: aborting due to 22 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `flv-future-aio`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "d5419856b38e0e035ad6c7a389753b4b49ad622db1778620f8a62948e8442632"` [INFO] running `"docker" "rm" "-f" "d5419856b38e0e035ad6c7a389753b4b49ad622db1778620f8a62948e8442632"` [INFO] [stdout] d5419856b38e0e035ad6c7a389753b4b49ad622db1778620f8a62948e8442632