[INFO] crate requiem-wc 1.0.1-r1 is already in cache
[INFO] checking requiem-wc-1.0.1-r1 against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] extracting crate requiem-wc 1.0.1-r1 into /workspace/builds/worker-3/source
[INFO] validating manifest of crates.io crate requiem-wc 1.0.1-r1 on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate requiem-wc 1.0.1-r1
[INFO] finished tweaking crates.io crate requiem-wc 1.0.1-r1
[INFO] tweaked toml for crates.io crate requiem-wc 1.0.1-r1 written to /workspace/builds/worker-3/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "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] 12cce47da3db86155bb0a243493fe20af127ddb6f3ae587cbce1cb4feea7d3ce
[INFO] running `"docker" "start" "-a" "12cce47da3db86155bb0a243493fe20af127ddb6f3ae587cbce1cb4feea7d3ce"`
[INFO] [stderr]    Compiling requiem-macros v0.1.1
[INFO] [stderr]    Compiling requiem-web-codegen v0.2.0
[INFO] [stderr]     Checking tokio-util v0.2.0
[INFO] [stderr]     Checking tokio-openssl v0.4.0
[INFO] [stderr]     Checking failure v0.1.7
[INFO] [stderr]     Checking requiem-threadpool v0.3.1
[INFO] [stderr]     Checking rustls v0.16.0
[INFO] [stderr]     Checking requiem-service v1.0.5
[INFO] [stderr]     Checking h2 v0.2.4
[INFO] [stderr]     Checking requiem-router v0.2.4
[INFO] [stderr]     Checking trust-dns-proto v0.18.0-alpha.2
[INFO] [stderr]     Checking requiem-codec v0.2.0
[INFO] [stderr]     Checking requiem-rt v1.0.0
[INFO] [stderr]     Checking requiem-utils v1.0.6
[INFO] [stderr]     Checking tokio-rustls v0.12.2
[INFO] [stderr]     Checking trust-dns-resolver v0.18.0-alpha.2
[INFO] [stderr]     Checking requiem-tls v1.0.0
[INFO] [stderr]     Checking requiem-server v1.0.1
[INFO] [stderr]     Checking requiem-connect v1.0.2
[INFO] [stderr]     Checking requiem-testing v1.0.0
[INFO] [stderr]     Checking requiem-http v1.0.1
[INFO] [stderr]     Checking requiem-wc v1.0.1
[INFO] [stderr]     Checking requiem-wc v1.0.1-r1 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking requiem-web v2.0.0-r2
[INFO] [stderr] error[E0432]: unresolved import `requiem_http_test`
[INFO] [stderr]  --> tests/test_ws.rs:5:5
[INFO] [stderr]   |
[INFO] [stderr] 5 | use requiem_http_test::test_server;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^ use of undeclared type or module `requiem_http_test`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `actix_rt`
[INFO] [stderr]   --> tests/test_ws.rs:22:1
[INFO] [stderr]    |
[INFO] [stderr] 22 | #[requiem_rt::test]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `actix_rt`
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `actix_rt`
[INFO] [stderr]    --> src/response.rs:368:5
[INFO] [stderr]     |
[INFO] [stderr] 368 |     #[requiem_rt::test]
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `actix_rt`
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `actix_rt`
[INFO] [stderr]    --> src/response.rs:416:5
[INFO] [stderr]     |
[INFO] [stderr] 416 |     #[requiem_rt::test]
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `actix_rt`
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `actix_rt`
[INFO] [stderr]    --> src/ws.rs:401:5
[INFO] [stderr]     |
[INFO] [stderr] 401 |     #[requiem_rt::test]
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `actix_rt`
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `actix_rt`
[INFO] [stderr]    --> src/ws.rs:409:5
[INFO] [stderr]     |
[INFO] [stderr] 409 |     #[requiem_rt::test]
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `actix_rt`
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `actix_rt`
[INFO] [stderr]    --> src/ws.rs:428:5
[INFO] [stderr]     |
[INFO] [stderr] 428 |     #[requiem_rt::test]
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `actix_rt`
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `actix_rt`
[INFO] [stderr]    --> src/ws.rs:455:5
[INFO] [stderr]     |
[INFO] [stderr] 455 |     #[requiem_rt::test]
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `actix_rt`
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `actix_rt`
[INFO] [stderr]    --> src/ws.rs:470:5
[INFO] [stderr]     |
[INFO] [stderr] 470 |     #[requiem_rt::test]
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `actix_rt`
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `StreamExt`
[INFO] [stderr]  --> tests/test_ws.rs:8:24
[INFO] [stderr]   |
[INFO] [stderr] 8 | use futures::{SinkExt, StreamExt};
[INFO] [stderr]   |                        ^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 2 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0432, E0433.
[INFO] [stderr] For more information about an error, try `rustc --explain E0432`.
[INFO] [stderr] error: could not compile `requiem-wc`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error[E0432]: unresolved import `requiem_http_test`
[INFO] [stderr]   --> tests/test_client.rs:16:5
[INFO] [stderr]    |
[INFO] [stderr] 16 | use requiem_http_test::test_server;
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^ use of undeclared type or module `requiem_http_test`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `actix_rt`
[INFO] [stderr]   --> tests/test_client.rs:48:1
[INFO] [stderr]    |
[INFO] [stderr] 48 | #[requiem_rt::test]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `actix_rt`
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `actix_rt`
[INFO] [stderr]   --> tests/test_client.rs:75:1
[INFO] [stderr]    |
[INFO] [stderr] 75 | #[requiem_rt::test]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `actix_rt`
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `actix_rt`
[INFO] [stderr]   --> tests/test_client.rs:91:1
[INFO] [stderr]    |
[INFO] [stderr] 91 | #[requiem_rt::test]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `actix_rt`
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `actix_rt`
[INFO] [stderr]    --> tests/test_client.rs:107:1
[INFO] [stderr]     |
[INFO] [stderr] 107 | #[requiem_rt::test]
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `actix_rt`
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `actix_rt`
[INFO] [stderr]    --> tests/test_client.rs:137:1
[INFO] [stderr]     |
[INFO] [stderr] 137 | #[requiem_rt::test]
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `actix_rt`
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `actix_rt`
[INFO] [stderr]    --> tests/test_client.rs:161:1
[INFO] [stderr]     |
[INFO] [stderr] 161 | #[requiem_rt::test]
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `actix_rt`
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `actix_rt`
[INFO] [stderr]    --> tests/test_client.rs:198:1
[INFO] [stderr]     |
[INFO] [stderr] 198 | #[requiem_rt::test]
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `actix_rt`
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `actix_rt`
[INFO] [stderr]    --> tests/test_client.rs:235:1
[INFO] [stderr]     |
[INFO] [stderr] 235 | #[requiem_rt::test]
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `actix_rt`
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `actix_rt`
[INFO] [stderr]    --> tests/test_client.rs:274:1
[INFO] [stderr]     |
[INFO] [stderr] 274 | #[requiem_rt::test]
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `actix_rt`
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `actix_rt`
[INFO] [stderr]    --> tests/test_client.rs:321:1
[INFO] [stderr]     |
[INFO] [stderr] 321 | #[requiem_rt::test]
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `actix_rt`
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `actix_rt`
[INFO] [stderr]    --> tests/test_client.rs:369:1
[INFO] [stderr]     |
[INFO] [stderr] 369 | #[requiem_rt::test]
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `actix_rt`
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `actix_rt`
[INFO] [stderr]    --> tests/test_client.rs:389:1
[INFO] [stderr]     |
[INFO] [stderr] 389 | #[requiem_rt::test]
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `actix_rt`
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `actix_rt`
[INFO] [stderr]    --> tests/test_client.rs:433:1
[INFO] [stderr]     |
[INFO] [stderr] 433 | #[requiem_rt::test]
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `actix_rt`
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `actix_rt`
[INFO] [stderr]    --> tests/test_client.rs:456:1
[INFO] [stderr]     |
[INFO] [stderr] 456 | #[requiem_rt::test]
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `actix_rt`
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `actix_rt`
[INFO] [stderr]    --> tests/test_client.rs:479:1
[INFO] [stderr]     |
[INFO] [stderr] 479 | #[requiem_rt::test]
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `actix_rt`
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `actix_rt`
[INFO] [stderr]    --> tests/test_client.rs:506:1
[INFO] [stderr]     |
[INFO] [stderr] 506 | #[requiem_rt::test]
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `actix_rt`
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `actix_rt`
[INFO] [stderr]    --> tests/test_client.rs:528:1
[INFO] [stderr]     |
[INFO] [stderr] 528 | #[requiem_rt::test]
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `actix_rt`
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `actix_rt`
[INFO] [stderr]    --> tests/test_client.rs:664:1
[INFO] [stderr]     |
[INFO] [stderr] 664 | #[requiem_rt::test]
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `actix_rt`
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `actix_rt`
[INFO] [stderr]    --> tests/test_client.rs:763:1
[INFO] [stderr]     |
[INFO] [stderr] 763 | #[requiem_rt::test]
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `actix_rt`
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `actix_rt`
[INFO] [stderr]    --> tests/test_client.rs:791:1
[INFO] [stderr]     |
[INFO] [stderr] 791 | #[requiem_rt::test]
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `actix_rt`
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 21 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0432, E0433.
[INFO] [stderr] For more information about an error, try `rustc --explain E0432`.
[INFO] [stderr] error: could not compile `requiem-wc`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: aborting due to 7 previous errors
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0433`.
[INFO] [stderr] error: could not compile `requiem-wc`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "12cce47da3db86155bb0a243493fe20af127ddb6f3ae587cbce1cb4feea7d3ce"`
[INFO] running `"docker" "rm" "-f" "12cce47da3db86155bb0a243493fe20af127ddb6f3ae587cbce1cb4feea7d3ce"`
[INFO] [stdout] 12cce47da3db86155bb0a243493fe20af127ddb6f3ae587cbce1cb4feea7d3ce
