[INFO] fetching crate requiem-cors 0.2.0-r1... [INFO] checking requiem-cors-0.2.0-r1 against try#8b72f65b805cbe4c261de45030d663f524f27376 for pr-78991 [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 8b72f65b805cbe4c261de45030d663f524f27376 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8b72f65b805cbe4c261de45030d663f524f27376" "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" "+8b72f65b805cbe4c261de45030d663f524f27376" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8b72f65b805cbe4c261de45030d663f524f27376" "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:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+8b72f65b805cbe4c261de45030d663f524f27376" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 416e46b7478ec8e9c2fbc982b8ee2629cd52c137126da667922a2ed7aefb07b9 [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" "416e46b7478ec8e9c2fbc982b8ee2629cd52c137126da667922a2ed7aefb07b9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "416e46b7478ec8e9c2fbc982b8ee2629cd52c137126da667922a2ed7aefb07b9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "416e46b7478ec8e9c2fbc982b8ee2629cd52c137126da667922a2ed7aefb07b9", kill_on_drop: false }` [INFO] [stdout] 416e46b7478ec8e9c2fbc982b8ee2629cd52c137126da667922a2ed7aefb07b9 [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:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+8b72f65b805cbe4c261de45030d663f524f27376" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 2acaa50052fc5a5348ae690989cbc3e5d4140b34ead9a8260f5bf12a34d303b4 [INFO] running `Command { std: "docker" "start" "-a" "2acaa50052fc5a5348ae690989cbc3e5d4140b34ead9a8260f5bf12a34d303b4", kill_on_drop: false }` [INFO] [stderr] Compiling brotli-sys v0.3.2 [INFO] [stderr] Checking flate2 v1.0.19 [INFO] [stderr] Checking brotli2 v0.3.2 [INFO] [stderr] Checking requiem-http v1.0.1 [INFO] [stderr] Checking requiem-wc v1.0.1 [INFO] [stderr] Checking requiem-web v2.0.0-r2 [INFO] [stderr] Checking requiem-cors v0.2.0-r1 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate 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 crate 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 crate 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 crate 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 crate 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 crate 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 crate 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 crate 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 crate 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 crate 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] [stdout] error: aborting due to 10 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stderr] error: could not compile `requiem-cors` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "2acaa50052fc5a5348ae690989cbc3e5d4140b34ead9a8260f5bf12a34d303b4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2acaa50052fc5a5348ae690989cbc3e5d4140b34ead9a8260f5bf12a34d303b4", kill_on_drop: false }` [INFO] [stdout] 2acaa50052fc5a5348ae690989cbc3e5d4140b34ead9a8260f5bf12a34d303b4