[INFO] fetching crate requiem-cors 0.2.0-r1... [INFO] checking requiem-cors-0.2.0-r1 against master#4d0dd02ee07bddad9136f95c9f7846ebf3eb3fc5 for pr-81174 [INFO] extracting crate requiem-cors 0.2.0-r1 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate requiem-cors 0.2.0-r1 on toolchain 4d0dd02ee07bddad9136f95c9f7846ebf3eb3fc5 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+4d0dd02ee07bddad9136f95c9f7846ebf3eb3fc5" "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-9/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+4d0dd02ee07bddad9136f95c9f7846ebf3eb3fc5" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+4d0dd02ee07bddad9136f95c9f7846ebf3eb3fc5" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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:21f1ed92105a0ef9b0d27ad8bdeb7f36f9f01ac17fffe3a3f3dc5241fc25d8f4" "/opt/rustwide/cargo-home/bin/cargo" "+4d0dd02ee07bddad9136f95c9f7846ebf3eb3fc5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4f311937998efa7e3edba5043875cf00da6d23766875e983f32249f3146ab0ee [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" "4f311937998efa7e3edba5043875cf00da6d23766875e983f32249f3146ab0ee", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4f311937998efa7e3edba5043875cf00da6d23766875e983f32249f3146ab0ee", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4f311937998efa7e3edba5043875cf00da6d23766875e983f32249f3146ab0ee", kill_on_drop: false }` [INFO] [stdout] 4f311937998efa7e3edba5043875cf00da6d23766875e983f32249f3146ab0ee [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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:21f1ed92105a0ef9b0d27ad8bdeb7f36f9f01ac17fffe3a3f3dc5241fc25d8f4" "/opt/rustwide/cargo-home/bin/cargo" "+4d0dd02ee07bddad9136f95c9f7846ebf3eb3fc5" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6203b49b8833bcc223ff8d886443c5299d57766533a807a146a6412b2912b72d [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" "6203b49b8833bcc223ff8d886443c5299d57766533a807a146a6412b2912b72d", kill_on_drop: false }` [INFO] [stderr] Compiling cc v1.0.66 [INFO] [stderr] Compiling crc32fast v1.2.1 [INFO] [stderr] Checking flate2 v1.0.19 [INFO] [stderr] Compiling brotli-sys v0.3.2 [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" "6203b49b8833bcc223ff8d886443c5299d57766533a807a146a6412b2912b72d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6203b49b8833bcc223ff8d886443c5299d57766533a807a146a6412b2912b72d", kill_on_drop: false }` [INFO] [stdout] 6203b49b8833bcc223ff8d886443c5299d57766533a807a146a6412b2912b72d