[INFO] fetching crate requiem-cors 0.2.0-r1... [INFO] checking requiem-cors-0.2.0-r1 against master#119d2a1a98fe87d4ae6cabf12134a0ef2fb95851 for pr-75180 [INFO] extracting crate requiem-cors 0.2.0-r1 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate requiem-cors 0.2.0-r1 on toolchain 119d2a1a98fe87d4ae6cabf12134a0ef2fb95851 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+119d2a1a98fe87d4ae6cabf12134a0ef2fb95851" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate requiem-cors 0.2.0-r1 [INFO] finished tweaking crates.io crate requiem-cors 0.2.0-r1 [INFO] tweaked toml for crates.io crate requiem-cors 0.2.0-r1 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+119d2a1a98fe87d4ae6cabf12134a0ef2fb95851" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+119d2a1a98fe87d4ae6cabf12134a0ef2fb95851" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+119d2a1a98fe87d4ae6cabf12134a0ef2fb95851" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3c1e20574fc9aa600a8067e47952bd9afc52ad626c4895a1bceeb8e2566d1dbc [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "3c1e20574fc9aa600a8067e47952bd9afc52ad626c4895a1bceeb8e2566d1dbc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3c1e20574fc9aa600a8067e47952bd9afc52ad626c4895a1bceeb8e2566d1dbc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3c1e20574fc9aa600a8067e47952bd9afc52ad626c4895a1bceeb8e2566d1dbc", kill_on_drop: false }` [INFO] [stdout] 3c1e20574fc9aa600a8067e47952bd9afc52ad626c4895a1bceeb8e2566d1dbc [INFO] running `Command { std: "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" "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" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+119d2a1a98fe87d4ae6cabf12134a0ef2fb95851" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 37ad6a27b71f98ff40472203d55031931c31fae0b5ac125973d03d585620856c [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "37ad6a27b71f98ff40472203d55031931c31fae0b5ac125973d03d585620856c", kill_on_drop: false }` [INFO] [stderr] Checking requiem-cors v0.2.0-r1 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `actix_rt` [INFO] [stdout] --> src/lib.rs:830:5 [INFO] [stdout] | [INFO] [stdout] 830 | #[requiem_rt::test] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in `actix_rt` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 825 | use crate::tests::test::System; [INFO] [stdout] | [INFO] [stdout] 825 | use crate::tests::test::ws::io::sys::alloc::System; [INFO] [stdout] | [INFO] [stdout] 825 | use requiem_rt::System; [INFO] [stdout] | [INFO] [stdout] 825 | use std::alloc::System; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `actix_rt` [INFO] [stdout] --> src/lib.rs:836:5 [INFO] [stdout] | [INFO] [stdout] 836 | #[requiem_rt::test] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in `actix_rt` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 825 | use crate::tests::test::System; [INFO] [stdout] | [INFO] [stdout] 825 | use crate::tests::test::ws::io::sys::alloc::System; [INFO] [stdout] | [INFO] [stdout] 825 | use requiem_rt::System; [INFO] [stdout] | [INFO] [stdout] 825 | use std::alloc::System; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `actix_rt` [INFO] [stdout] --> src/lib.rs:850:5 [INFO] [stdout] | [INFO] [stdout] 850 | #[requiem_rt::test] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in `actix_rt` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 825 | use crate::tests::test::System; [INFO] [stdout] | [INFO] [stdout] 825 | use crate::tests::test::ws::io::sys::alloc::System; [INFO] [stdout] | [INFO] [stdout] 825 | use requiem_rt::System; [INFO] [stdout] | [INFO] [stdout] 825 | use std::alloc::System; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `actix_rt` [INFO] [stdout] --> src/lib.rs:863:5 [INFO] [stdout] | [INFO] [stdout] 863 | #[requiem_rt::test] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in `actix_rt` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 825 | use crate::tests::test::System; [INFO] [stdout] | [INFO] [stdout] 825 | use crate::tests::test::ws::io::sys::alloc::System; [INFO] [stdout] | [INFO] [stdout] 825 | use requiem_rt::System; [INFO] [stdout] | [INFO] [stdout] 825 | use std::alloc::System; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `actix_rt` [INFO] [stdout] --> src/lib.rs:963:5 [INFO] [stdout] | [INFO] [stdout] 963 | #[requiem_rt::test] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in `actix_rt` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 825 | use crate::tests::test::System; [INFO] [stdout] | [INFO] [stdout] 825 | use crate::tests::test::ws::io::sys::alloc::System; [INFO] [stdout] | [INFO] [stdout] 825 | use requiem_rt::System; [INFO] [stdout] | [INFO] [stdout] 825 | use std::alloc::System; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `actix_rt` [INFO] [stdout] --> src/lib.rs:981:5 [INFO] [stdout] | [INFO] [stdout] 981 | #[requiem_rt::test] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in `actix_rt` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 825 | use crate::tests::test::System; [INFO] [stdout] | [INFO] [stdout] 825 | use crate::tests::test::ws::io::sys::alloc::System; [INFO] [stdout] | [INFO] [stdout] 825 | use requiem_rt::System; [INFO] [stdout] | [INFO] [stdout] 825 | use std::alloc::System; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `actix_rt` [INFO] [stdout] --> src/lib.rs:998:5 [INFO] [stdout] | [INFO] [stdout] 998 | #[requiem_rt::test] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in `actix_rt` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 825 | use crate::tests::test::System; [INFO] [stdout] | [INFO] [stdout] 825 | use crate::tests::test::ws::io::sys::alloc::System; [INFO] [stdout] | [INFO] [stdout] 825 | use requiem_rt::System; [INFO] [stdout] | [INFO] [stdout] 825 | use std::alloc::System; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `actix_rt` [INFO] [stdout] --> src/lib.rs:1027:5 [INFO] [stdout] | [INFO] [stdout] 1027 | #[requiem_rt::test] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in `actix_rt` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 825 | use crate::tests::test::System; [INFO] [stdout] | [INFO] [stdout] 825 | use crate::tests::test::ws::io::sys::alloc::System; [INFO] [stdout] | [INFO] [stdout] 825 | use requiem_rt::System; [INFO] [stdout] | [INFO] [stdout] 825 | use std::alloc::System; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `actix_rt` [INFO] [stdout] --> src/lib.rs:1127:5 [INFO] [stdout] | [INFO] [stdout] 1127 | #[requiem_rt::test] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in `actix_rt` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 825 | use crate::tests::test::System; [INFO] [stdout] | [INFO] [stdout] 825 | use crate::tests::test::ws::io::sys::alloc::System; [INFO] [stdout] | [INFO] [stdout] 825 | use requiem_rt::System; [INFO] [stdout] | [INFO] [stdout] 825 | use std::alloc::System; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `actix_rt` [INFO] [stdout] --> src/lib.rs:1165:5 [INFO] [stdout] | [INFO] [stdout] 1165 | #[requiem_rt::test] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in `actix_rt` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 825 | use crate::tests::test::System; [INFO] [stdout] | [INFO] [stdout] 825 | use crate::tests::test::ws::io::sys::alloc::System; [INFO] [stdout] | [INFO] [stdout] 825 | use requiem_rt::System; [INFO] [stdout] | [INFO] [stdout] 825 | use std::alloc::System; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `requiem-cors`. [INFO] [stdout] error: aborting due to 10 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "37ad6a27b71f98ff40472203d55031931c31fae0b5ac125973d03d585620856c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "37ad6a27b71f98ff40472203d55031931c31fae0b5ac125973d03d585620856c", kill_on_drop: false }` [INFO] [stdout] 37ad6a27b71f98ff40472203d55031931c31fae0b5ac125973d03d585620856c