[INFO] crate flv-future-aio 0.1.0 is already in cache [INFO] checking flv-future-aio-0.1.0 against master#be493fe8cc40c3d3f6030a1313c1ff747fce770d for pr-69129 [INFO] extracting crate flv-future-aio 0.1.0 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate flv-future-aio 0.1.0 on toolchain be493fe8cc40c3d3f6030a1313c1ff747fce770d [INFO] running `"/workspace/cargo-home/bin/cargo" "+be493fe8cc40c3d3f6030a1313c1ff747fce770d" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate flv-future-aio 0.1.0 [INFO] finished tweaking crates.io crate flv-future-aio 0.1.0 [INFO] tweaked toml for crates.io crate flv-future-aio 0.1.0 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+be493fe8cc40c3d3f6030a1313c1ff747fce770d" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+be493fe8cc40c3d3f6030a1313c1ff747fce770d" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+be493fe8cc40c3d3f6030a1313c1ff747fce770d" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 54531332f4faad3e2fa9244e6e3219c2bdd1716074ec7fb1aed04f935332cb34 [INFO] running `"docker" "start" "-a" "54531332f4faad3e2fa9244e6e3219c2bdd1716074ec7fb1aed04f935332cb34"` [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Checking parking_lot_core v0.7.0 [INFO] [stderr] Checking net2 v0.2.33 [INFO] [stderr] Checking iovec v0.1.4 [INFO] [stderr] Checking num_cpus v1.12.0 [INFO] [stderr] Checking async-task v1.3.1 [INFO] [stderr] Checking time v0.1.42 [INFO] [stderr] Checking memmap v0.7.0 [INFO] [stderr] Compiling async-trait v0.1.24 [INFO] [stderr] Checking parking_lot v0.10.0 [INFO] [stderr] Checking chrono v0.4.10 [INFO] [stderr] Checking broadcaster v1.0.0 [INFO] [stderr] Checking mio v0.6.21 [INFO] [stderr] Checking kv-log-macro v1.0.4 [INFO] [stderr] Checking env_logger v0.6.2 [INFO] [stderr] Checking mio-uds v0.6.7 [INFO] [stderr] Checking flv-util v0.1.1 [INFO] [stderr] Checking async-std v1.5.0 [INFO] [stderr] Checking flv-future-core v0.1.0 [INFO] [stderr] Checking flv-future-aio v0.1.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" "54531332f4faad3e2fa9244e6e3219c2bdd1716074ec7fb1aed04f935332cb34"` [INFO] running `"docker" "rm" "-f" "54531332f4faad3e2fa9244e6e3219c2bdd1716074ec7fb1aed04f935332cb34"` [INFO] [stdout] 54531332f4faad3e2fa9244e6e3219c2bdd1716074ec7fb1aed04f935332cb34