[INFO] crate requiem-service 1.0.5 is already in cache [INFO] testing requiem-service-1.0.5 against beta-2020-06-03 for beta-1.45-1 [INFO] extracting crate requiem-service 1.0.5 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate requiem-service 1.0.5 on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate requiem-service 1.0.5 [INFO] finished tweaking crates.io crate requiem-service 1.0.5 [INFO] tweaked toml for crates.io crate requiem-service 1.0.5 written to /workspace/builds/worker-8/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "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" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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=warn" "-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" "+beta-2020-06-03" "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] dec1ef096a754f8904baaeddcbe43c3c30f7f92d1f3f569a91c5fb0a52d707dd [INFO] running `"docker" "start" "-a" "dec1ef096a754f8904baaeddcbe43c3c30f7f92d1f3f569a91c5fb0a52d707dd"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling syn v1.0.30 [INFO] [stderr] Compiling futures-sink v0.3.5 [INFO] [stderr] Compiling futures-channel v0.3.5 [INFO] [stderr] Compiling pin-project-internal v0.4.19 [INFO] [stderr] Compiling futures-macro v0.3.5 [INFO] [stderr] Compiling pin-project v0.4.19 [INFO] [stderr] Compiling futures-util v0.3.5 [INFO] [stderr] Compiling requiem-service v1.0.5 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 34.26s [INFO] running `"docker" "inspect" "dec1ef096a754f8904baaeddcbe43c3c30f7f92d1f3f569a91c5fb0a52d707dd"` [INFO] running `"docker" "rm" "-f" "dec1ef096a754f8904baaeddcbe43c3c30f7f92d1f3f569a91c5fb0a52d707dd"` [INFO] [stdout] dec1ef096a754f8904baaeddcbe43c3c30f7f92d1f3f569a91c5fb0a52d707dd [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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=warn" "-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" "+beta-2020-06-03" "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] 4dbd8d520db038a566cd96d0ad7f007adce16b277df8fe05fac8cef973e6096f [INFO] running `"docker" "start" "-a" "4dbd8d520db038a566cd96d0ad7f007adce16b277df8fe05fac8cef973e6096f"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling copyless v0.1.5 [INFO] [stderr] Compiling parking_lot_core v0.7.2 [INFO] [stderr] Compiling threadpool v1.8.1 [INFO] [stderr] Compiling derive_more v0.99.7 [INFO] [stderr] Compiling requiem-macros v0.1.1 [INFO] [stderr] Compiling tokio v0.2.21 [INFO] [stderr] Compiling futures-executor v0.3.5 [INFO] [stderr] Compiling parking_lot v0.10.2 [INFO] [stderr] Compiling futures v0.3.5 [INFO] [stderr] Compiling requiem-threadpool v0.3.1 [INFO] [stderr] Compiling requiem-rt v1.0.0 [INFO] [stderr] Compiling requiem-service v1.0.5 (/opt/rustwide/workdir) [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `actix_rt` [INFO] [stderr] --> src/and_then.rs:301:7 [INFO] [stderr] | [INFO] [stderr] 301 | #[actix_rt::test] [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `actix_rt` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `actix_rt` [INFO] [stderr] --> src/and_then.rs:310:7 [INFO] [stderr] | [INFO] [stderr] 310 | #[actix_rt::test] [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `actix_rt` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `actix_rt` [INFO] [stderr] --> src/and_then.rs:319:7 [INFO] [stderr] | [INFO] [stderr] 319 | #[actix_rt::test] [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `actix_rt` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `actix_rt` [INFO] [stderr] --> src/and_then_apply_fn.rs:298:7 [INFO] [stderr] | [INFO] [stderr] 298 | #[actix_rt::test] [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `actix_rt` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `actix_rt` [INFO] [stderr] --> src/and_then_apply_fn.rs:312:7 [INFO] [stderr] | [INFO] [stderr] 312 | #[actix_rt::test] [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `actix_rt` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `actix_rt` [INFO] [stderr] --> src/apply.rs:231:7 [INFO] [stderr] | [INFO] [stderr] 231 | #[actix_rt::test] [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `actix_rt` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `actix_rt` [INFO] [stderr] --> src/apply.rs:248:7 [INFO] [stderr] | [INFO] [stderr] 248 | #[actix_rt::test] [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `actix_rt` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `actix_rt` [INFO] [stderr] --> src/fn_service.rs:370:7 [INFO] [stderr] | [INFO] [stderr] 370 | #[actix_rt::test] [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `actix_rt` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `actix_rt` [INFO] [stderr] --> src/fn_service.rs:381:7 [INFO] [stderr] | [INFO] [stderr] 381 | #[actix_rt::test] [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `actix_rt` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `actix_rt` [INFO] [stderr] --> src/fn_service.rs:391:7 [INFO] [stderr] | [INFO] [stderr] 391 | #[actix_rt::test] [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `actix_rt` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `actix_rt` [INFO] [stderr] --> src/map.rs:222:7 [INFO] [stderr] | [INFO] [stderr] 222 | #[actix_rt::test] [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `actix_rt` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `actix_rt` [INFO] [stderr] --> src/map.rs:229:7 [INFO] [stderr] | [INFO] [stderr] 229 | #[actix_rt::test] [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `actix_rt` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `actix_rt` [INFO] [stderr] --> src/map.rs:237:7 [INFO] [stderr] | [INFO] [stderr] 237 | #[actix_rt::test] [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `actix_rt` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `actix_rt` [INFO] [stderr] --> src/map_err.rs:224:7 [INFO] [stderr] | [INFO] [stderr] 224 | #[actix_rt::test] [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `actix_rt` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `actix_rt` [INFO] [stderr] --> src/map_err.rs:231:7 [INFO] [stderr] | [INFO] [stderr] 231 | #[actix_rt::test] [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `actix_rt` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `actix_rt` [INFO] [stderr] --> src/map_err.rs:239:7 [INFO] [stderr] | [INFO] [stderr] 239 | #[actix_rt::test] [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `actix_rt` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `actix_rt` [INFO] [stderr] --> src/then.rs:292:7 [INFO] [stderr] | [INFO] [stderr] 292 | #[actix_rt::test] [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `actix_rt` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `actix_rt` [INFO] [stderr] --> src/then.rs:301:7 [INFO] [stderr] | [INFO] [stderr] 301 | #[actix_rt::test] [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `actix_rt` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `actix_rt` [INFO] [stderr] --> src/then.rs:315:7 [INFO] [stderr] | [INFO] [stderr] 315 | #[actix_rt::test] [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `actix_rt` [INFO] [stderr] [INFO] [stderr] error: aborting due to 19 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0433`. [INFO] [stderr] error: could not compile `requiem-service`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "4dbd8d520db038a566cd96d0ad7f007adce16b277df8fe05fac8cef973e6096f"` [INFO] running `"docker" "rm" "-f" "4dbd8d520db038a566cd96d0ad7f007adce16b277df8fe05fac8cef973e6096f"` [INFO] [stdout] 4dbd8d520db038a566cd96d0ad7f007adce16b277df8fe05fac8cef973e6096f