[INFO] crate requiem-multipart 0.2.0-r1 is already in cache [INFO] testing requiem-multipart-0.2.0-r1 against master#28742a1146f10a4f09369baad027a464acb7a766 for pr-71274 [INFO] extracting crate requiem-multipart 0.2.0-r1 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate requiem-multipart 0.2.0-r1 on toolchain 28742a1146f10a4f09369baad027a464acb7a766 [INFO] running `"/workspace/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate requiem-multipart 0.2.0-r1 [INFO] finished tweaking crates.io crate requiem-multipart 0.2.0-r1 [INFO] tweaked toml for crates.io crate requiem-multipart 0.2.0-r1 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "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" "+28742a1146f10a4f09369baad027a464acb7a766" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] d9c272cb2b6817864a203665b4c08b576001249f4edb15b1fb22bfbf9a991d30 [INFO] running `"docker" "start" "-a" "d9c272cb2b6817864a203665b4c08b576001249f4edb15b1fb22bfbf9a991d30"` [INFO] [stderr] Compiling twoway v0.2.1 [INFO] [stderr] Compiling requiem-http v1.0.1 [INFO] [stderr] Compiling requiem-wc v1.0.1 [INFO] [stderr] Compiling requiem-web v2.0.0-r2 [INFO] [stderr] Compiling requiem-multipart v0.2.0-r1 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 26.47s [INFO] running `"docker" "inspect" "d9c272cb2b6817864a203665b4c08b576001249f4edb15b1fb22bfbf9a991d30"` [INFO] running `"docker" "rm" "-f" "d9c272cb2b6817864a203665b4c08b576001249f4edb15b1fb22bfbf9a991d30"` [INFO] [stdout] d9c272cb2b6817864a203665b4c08b576001249f4edb15b1fb22bfbf9a991d30 [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" "+28742a1146f10a4f09369baad027a464acb7a766" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 6074f8db0e6e33640502c9b6a8f2b7f9ab5101bb7834e1a85765d98d6d56c8d4 [INFO] running `"docker" "start" "-a" "6074f8db0e6e33640502c9b6a8f2b7f9ab5101bb7834e1a85765d98d6d56c8d4"` [INFO] [stderr] Compiling requiem-multipart v0.2.0-r1 (/opt/rustwide/workdir) [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `actix_rt` [INFO] [stderr] --> src/server.rs:819:5 [INFO] [stderr] | [INFO] [stderr] 819 | #[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/server.rs:932:5 [INFO] [stderr] | [INFO] [stderr] 932 | #[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/server.rs:959:5 [INFO] [stderr] | [INFO] [stderr] 959 | #[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/server.rs:1023:5 [INFO] [stderr] | [INFO] [stderr] 1023 | #[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/server.rs:1059:5 [INFO] [stderr] | [INFO] [stderr] 1059 | #[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/server.rs:1069:5 [INFO] [stderr] | [INFO] [stderr] 1069 | #[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/server.rs:1085:5 [INFO] [stderr] | [INFO] [stderr] 1085 | #[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/server.rs:1094:5 [INFO] [stderr] | [INFO] [stderr] 1094 | #[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/server.rs:1111:5 [INFO] [stderr] | [INFO] [stderr] 1111 | #[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/server.rs:1129:5 [INFO] [stderr] | [INFO] [stderr] 1129 | #[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 10 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0433`. [INFO] [stderr] error: could not compile `requiem-multipart`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "6074f8db0e6e33640502c9b6a8f2b7f9ab5101bb7834e1a85765d98d6d56c8d4"` [INFO] running `"docker" "rm" "-f" "6074f8db0e6e33640502c9b6a8f2b7f9ab5101bb7834e1a85765d98d6d56c8d4"` [INFO] [stdout] 6074f8db0e6e33640502c9b6a8f2b7f9ab5101bb7834e1a85765d98d6d56c8d4