[INFO] fetching crate actix-utils 3.0.1...
[INFO] checking actix-utils-3.0.1 against master#5518eaa946291f00471af8b254b2a1715f234882 for pr-120393
[INFO] extracting crate actix-utils 3.0.1 into /workspace/builds/worker-2-tc1/source
[INFO] validating manifest of crates.io crate actix-utils 3.0.1 on toolchain 5518eaa946291f00471af8b254b2a1715f234882
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate actix-utils 3.0.1
[INFO] finished tweaking crates.io crate actix-utils 3.0.1
[INFO] tweaked toml for crates.io crate actix-utils 3.0.1 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 9fe2e263d7fd3e0107b13e6f4e0d1f6161f061625ca374bb748b3cdec856bd1d
[INFO] running `Command { std: "docker" "start" "-a" "9fe2e263d7fd3e0107b13e6f4e0d1f6161f061625ca374bb748b3cdec856bd1d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9fe2e263d7fd3e0107b13e6f4e0d1f6161f061625ca374bb748b3cdec856bd1d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9fe2e263d7fd3e0107b13e6f4e0d1f6161f061625ca374bb748b3cdec856bd1d", kill_on_drop: false }`
[INFO] [stdout] 9fe2e263d7fd3e0107b13e6f4e0d1f6161f061625ca374bb748b3cdec856bd1d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ab7552e59a877ea36d655dd11dcb16c37f4e849eead46c6e0d13724407284a4f
[INFO] running `Command { std: "docker" "start" "-a" "ab7552e59a877ea36d655dd11dcb16c37f4e849eead46c6e0d13724407284a4f", kill_on_drop: false }`
[INFO] [stderr]     Checking local-waker v0.1.4
[INFO] [stderr]     Checking actix-utils v3.0.1 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `futures_util`
[INFO] [stdout]    --> src/future/ready.rs:111:9
[INFO] [stdout]     |
[INFO] [stdout] 111 |     use futures_util::task::noop_waker;
[INFO] [stdout]     |         ^^^^^^^^^^^^ use of undeclared crate or module `futures_util`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `static_assertions`
[INFO] [stdout]    --> src/future/ready.rs:112:9
[INFO] [stdout]     |
[INFO] [stdout] 112 |     use static_assertions::{assert_impl_all, assert_not_impl_any};
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `static_assertions`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `actix_rt`
[INFO] [stdout]   --> src/future/either.rs:87:7
[INFO] [stdout]    |
[INFO] [stdout] 87 |     #[actix_rt::test]
[INFO] [stdout]    |       ^^^^^^^^ use of undeclared crate or module `actix_rt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `static_assertions`
[INFO] [stdout]   --> src/future/poll_fn.rs:75:5
[INFO] [stdout]    |
[INFO] [stdout] 75 |     static_assertions::assert_impl_all!(PollFn<()>: Unpin);
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `static_assertions`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `static_assertions`
[INFO] [stdout]   --> src/future/poll_fn.rs:76:5
[INFO] [stdout]    |
[INFO] [stdout] 76 |     static_assertions::assert_not_impl_all!(PollFn<PhantomPinned>: Unpin);
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `static_assertions`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `actix_rt`
[INFO] [stdout]   --> src/future/poll_fn.rs:78:7
[INFO] [stdout]    |
[INFO] [stdout] 78 |     #[actix_rt::test]
[INFO] [stdout]    |       ^^^^^^^^ use of undeclared crate or module `actix_rt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `assert_impl_all`
[INFO] [stdout]    --> src/future/ready.rs:116:5
[INFO] [stdout]     |
[INFO] [stdout] 116 |     assert_impl_all!(Ready<()>: Send, Sync, Unpin, Clone);
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `assert_impl_all`
[INFO] [stdout]    --> src/future/ready.rs:117:5
[INFO] [stdout]     |
[INFO] [stdout] 117 |     assert_impl_all!(Ready<Rc<()>>: Unpin, Clone);
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `assert_not_impl_any`
[INFO] [stdout]    --> src/future/ready.rs:118:5
[INFO] [stdout]     |
[INFO] [stdout] 118 |     assert_not_impl_any!(Ready<Rc<()>>: Send, Sync);
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::marker::PhantomPinned`
[INFO] [stdout]   --> src/future/poll_fn.rs:71:9
[INFO] [stdout]    |
[INFO] [stdout] 71 |     use std::marker::PhantomPinned;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::rc::Rc`
[INFO] [stdout]    --> src/future/ready.rs:109:9
[INFO] [stdout]     |
[INFO] [stdout] 109 |     use std::rc::Rc;
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 9 previous errors; 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `actix-utils` (lib test) due to 10 previous errors; 2 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "ab7552e59a877ea36d655dd11dcb16c37f4e849eead46c6e0d13724407284a4f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ab7552e59a877ea36d655dd11dcb16c37f4e849eead46c6e0d13724407284a4f", kill_on_drop: false }`
[INFO] [stdout] ab7552e59a877ea36d655dd11dcb16c37f4e849eead46c6e0d13724407284a4f
[INFO] checking actix-utils-3.0.1 against try#7622c0f807a4e13c4db886a1681bf343795692df+rustflags=-Dnon_local_definitions for pr-120393
[INFO] extracting crate actix-utils 3.0.1 into /workspace/builds/worker-2-tc2/source
[INFO] validating manifest of crates.io crate actix-utils 3.0.1 on toolchain 7622c0f807a4e13c4db886a1681bf343795692df
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate actix-utils 3.0.1
[INFO] finished tweaking crates.io crate actix-utils 3.0.1
[INFO] tweaked toml for crates.io crate actix-utils 3.0.1 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 5996cd90e751d9080a2e0b62c40fbc6d2a631e00de8e569b10b09e5f02518fc8
[INFO] running `Command { std: "docker" "start" "-a" "5996cd90e751d9080a2e0b62c40fbc6d2a631e00de8e569b10b09e5f02518fc8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5996cd90e751d9080a2e0b62c40fbc6d2a631e00de8e569b10b09e5f02518fc8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5996cd90e751d9080a2e0b62c40fbc6d2a631e00de8e569b10b09e5f02518fc8", kill_on_drop: false }`
[INFO] [stdout] 5996cd90e751d9080a2e0b62c40fbc6d2a631e00de8e569b10b09e5f02518fc8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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 -Dnon_local_definitions" "-e" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4ff0a7990533dc02d251abb68f5939b7fa3539bc62f9d08e6df0989c99ea83cf
[INFO] running `Command { std: "docker" "start" "-a" "4ff0a7990533dc02d251abb68f5939b7fa3539bc62f9d08e6df0989c99ea83cf", kill_on_drop: false }`
[INFO] [stderr]     Checking local-waker v0.1.4
[INFO] [stderr]     Checking actix-utils v3.0.1 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `futures_util`
[INFO] [stdout]    --> src/future/ready.rs:111:9
[INFO] [stdout]     |
[INFO] [stdout] 111 |     use futures_util::task::noop_waker;
[INFO] [stdout]     |         ^^^^^^^^^^^^ use of undeclared crate or module `futures_util`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `static_assertions`
[INFO] [stdout]    --> src/future/ready.rs:112:9
[INFO] [stdout]     |
[INFO] [stdout] 112 |     use static_assertions::{assert_impl_all, assert_not_impl_any};
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `static_assertions`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `actix_rt`
[INFO] [stdout]   --> src/future/either.rs:87:7
[INFO] [stdout]    |
[INFO] [stdout] 87 |     #[actix_rt::test]
[INFO] [stdout]    |       ^^^^^^^^ use of undeclared crate or module `actix_rt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `static_assertions`
[INFO] [stdout]   --> src/future/poll_fn.rs:75:5
[INFO] [stdout]    |
[INFO] [stdout] 75 |     static_assertions::assert_impl_all!(PollFn<()>: Unpin);
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `static_assertions`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `static_assertions`
[INFO] [stdout]   --> src/future/poll_fn.rs:76:5
[INFO] [stdout]    |
[INFO] [stdout] 76 |     static_assertions::assert_not_impl_all!(PollFn<PhantomPinned>: Unpin);
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `static_assertions`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `actix_rt`
[INFO] [stdout]   --> src/future/poll_fn.rs:78:7
[INFO] [stdout]    |
[INFO] [stdout] 78 |     #[actix_rt::test]
[INFO] [stdout]    |       ^^^^^^^^ use of undeclared crate or module `actix_rt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `assert_impl_all`
[INFO] [stdout]    --> src/future/ready.rs:116:5
[INFO] [stdout]     |
[INFO] [stdout] 116 |     assert_impl_all!(Ready<()>: Send, Sync, Unpin, Clone);
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `assert_impl_all`
[INFO] [stdout]    --> src/future/ready.rs:117:5
[INFO] [stdout]     |
[INFO] [stdout] 117 |     assert_impl_all!(Ready<Rc<()>>: Unpin, Clone);
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `assert_not_impl_any`
[INFO] [stdout]    --> src/future/ready.rs:118:5
[INFO] [stdout]     |
[INFO] [stdout] 118 |     assert_not_impl_any!(Ready<Rc<()>>: Send, Sync);
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::marker::PhantomPinned`
[INFO] [stdout]   --> src/future/poll_fn.rs:71:9
[INFO] [stdout]    |
[INFO] [stdout] 71 |     use std::marker::PhantomPinned;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::rc::Rc`
[INFO] [stdout]    --> src/future/ready.rs:109:9
[INFO] [stdout]     |
[INFO] [stdout] 109 |     use std::rc::Rc;
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 9 previous errors; 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `actix-utils` (lib test) due to 10 previous errors; 2 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "4ff0a7990533dc02d251abb68f5939b7fa3539bc62f9d08e6df0989c99ea83cf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4ff0a7990533dc02d251abb68f5939b7fa3539bc62f9d08e6df0989c99ea83cf", kill_on_drop: false }`
[INFO] [stdout] 4ff0a7990533dc02d251abb68f5939b7fa3539bc62f9d08e6df0989c99ea83cf
