[INFO] fetching crate actix-multipart 0.6.1...
[INFO] checking actix-multipart-0.6.1 against master#30f74ff0dc4d66debc8b50724c446f817e5f75f4 for pr-121848-1
[INFO] extracting crate actix-multipart 0.6.1 into /workspace/builds/worker-4-tc1/source
[INFO] validating manifest of crates.io crate actix-multipart 0.6.1 on toolchain 30f74ff0dc4d66debc8b50724c446f817e5f75f4
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate actix-multipart 0.6.1
[INFO] finished tweaking crates.io crate actix-multipart 0.6.1
[INFO] tweaked toml for crates.io crate actix-multipart 0.6.1 written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "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" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded actix-multipart-derive v0.6.1
[INFO] [stderr]   Downloaded serde_plain v1.0.2
[INFO] [stderr]   Downloaded darling_macro v0.20.8
[INFO] [stderr]   Downloaded parse-size v1.0.0
[INFO] [stderr]   Downloaded darling v0.20.8
[INFO] [stderr]   Downloaded darling_core v0.20.8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ca803d94c8250e280e80e4b443de6be7299b1abb52b28086ffed5103bc6cba33
[INFO] running `Command { std: "docker" "start" "-a" "ca803d94c8250e280e80e4b443de6be7299b1abb52b28086ffed5103bc6cba33", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ca803d94c8250e280e80e4b443de6be7299b1abb52b28086ffed5103bc6cba33", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ca803d94c8250e280e80e4b443de6be7299b1abb52b28086ffed5103bc6cba33", kill_on_drop: false }`
[INFO] [stdout] ca803d94c8250e280e80e4b443de6be7299b1abb52b28086ffed5103bc6cba33
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 69f03a93b9af4a15e82c220b07e8a9ddd30cc53904fe3083e5e657185b29cf04
[INFO] running `Command { std: "docker" "start" "-a" "69f03a93b9af4a15e82c220b07e8a9ddd30cc53904fe3083e5e657185b29cf04", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.153
[INFO] [stderr]    Compiling autocfg v1.2.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.9
[INFO] [stderr]     Checking futures-core v0.3.30
[INFO] [stderr]     Checking scopeguard v1.2.0
[INFO] [stderr]     Checking smallvec v1.13.2
[INFO] [stderr]     Checking memchr v2.7.2
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]     Checking tracing-core v0.1.32
[INFO] [stderr]    Compiling serde v1.0.197
[INFO] [stderr]    Compiling paste v1.0.14
[INFO] [stderr]     Checking futures-sink v0.3.30
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking local-waker v0.1.4
[INFO] [stderr]     Checking tinyvec_macros v0.1.1
[INFO] [stderr]     Checking percent-encoding v2.3.1
[INFO] [stderr]     Checking bitflags v2.5.0
[INFO] [stderr]     Checking tinyvec v1.6.0
[INFO] [stderr]    Compiling syn v2.0.57
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]     Checking regex-syntax v0.8.3
[INFO] [stderr]     Checking ppv-lite86 v0.2.17
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]    Compiling httparse v1.8.0
[INFO] [stderr]    Compiling ident_case v1.0.1
[INFO] [stderr]     Checking http v0.2.12
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]     Checking form_urlencoded v1.2.1
[INFO] [stderr]    Compiling lock_api v0.4.11
[INFO] [stderr]     Checking actix-utils v3.0.1
[INFO] [stderr]     Checking bytestring v1.3.1
[INFO] [stderr]     Checking powerfmt v0.2.0
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]    Compiling rustix v0.38.32
[INFO] [stderr]     Checking unicode-bidi v0.3.15
[INFO] [stderr]     Checking zerocopy v0.7.32
[INFO] [stderr]    Compiling convert_case v0.4.0
[INFO] [stderr]     Checking futures-task v0.3.30
[INFO] [stderr]     Checking pin-utils v0.1.0
[INFO] [stderr]     Checking mio v0.8.11
[INFO] [stderr]     Checking socket2 v0.5.6
[INFO] [stderr]     Checking signal-hook-registry v1.4.1
[INFO] [stderr]     Checking getrandom v0.2.12
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking parking_lot v0.12.1
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking unicode-normalization v0.1.23
[INFO] [stderr]     Checking actix-service v2.0.2
[INFO] [stderr]     Checking futures-util v0.3.30
[INFO] [stderr]     Checking deranged v0.3.11
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking local-channel v0.1.5
[INFO] [stderr]     Checking encoding_rs v0.8.33
[INFO] [stderr]     Checking tokio v1.37.0
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking language-tags v0.3.2
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]     Checking httpdate v1.0.3
[INFO] [stderr]     Checking num-conv v0.1.0
[INFO] [stderr]     Checking linux-raw-sys v0.4.13
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking time-core v0.1.2
[INFO] [stderr]     Checking idna v0.5.0
[INFO] [stderr]     Checking mime v0.3.17
[INFO] [stderr]     Checking fastrand v2.0.2
[INFO] [stderr]    Compiling parse-size v1.0.0
[INFO] [stderr]     Checking url v2.5.0
[INFO] [stderr]     Checking regex-automata v0.4.6
[INFO] [stderr]     Checking time v0.3.34
[INFO] [stderr]    Compiling derive_more v0.99.17
[INFO] [stderr]    Compiling darling_core v0.20.8
[INFO] [stderr]     Checking serde_json v1.0.115
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking serde_plain v1.0.2
[INFO] [stderr]     Checking tempfile v3.10.1
[INFO] [stderr]     Checking regex v1.10.4
[INFO] [stderr]     Checking actix-router v0.5.2
[INFO] [stderr]    Compiling darling_macro v0.20.8
[INFO] [stderr]     Checking tokio-util v0.7.10
[INFO] [stderr]     Checking actix-rt v2.9.0
[INFO] [stderr]     Checking actix-server v2.3.0
[INFO] [stderr]     Checking actix-codec v0.5.2
[INFO] [stderr]    Compiling darling v0.20.8
[INFO] [stderr]     Checking actix-http v3.6.0
[INFO] [stderr]    Compiling actix-multipart-derive v0.6.1
[INFO] [stderr]     Checking actix-web v4.5.1
[INFO] [stderr]     Checking actix-multipart v0.6.1 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tokio_stream`
[INFO] [stdout]    --> src/server.rs:869:9
[INFO] [stdout]     |
[INFO] [stdout] 869 |     use tokio_stream::wrappers::UnboundedReceiverStream;
[INFO] [stdout]     |         ^^^^^^^^^^^^ use of undeclared crate or module `tokio_stream`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `actix_multipart_rfc7578`
[INFO] [stdout]    --> src/form/json.rs:136:9
[INFO] [stdout]     |
[INFO] [stdout] 136 |     use actix_multipart_rfc7578::client::multipart;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared crate or module `actix_multipart_rfc7578`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 136 |     use actix_multipart_derive::client::multipart;
[INFO] [stdout]     |         ~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `actix_multipart_rfc7578`
[INFO] [stdout]    --> src/form/tempfile.rs:169:9
[INFO] [stdout]     |
[INFO] [stdout] 169 |     use actix_multipart_rfc7578::client::multipart;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared crate or module `actix_multipart_rfc7578`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 169 |     use actix_multipart_derive::client::multipart;
[INFO] [stdout]     |         ~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `actix_multipart_rfc7578`
[INFO] [stdout]    --> src/form/text.rs:155:9
[INFO] [stdout]     |
[INFO] [stdout] 155 |     use actix_multipart_rfc7578::client::multipart;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared crate or module `actix_multipart_rfc7578`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 155 |     use actix_multipart_derive::client::multipart;
[INFO] [stdout]     |         ~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `actix_http`
[INFO] [stdout]    --> src/form/mod.rs:395:9
[INFO] [stdout]     |
[INFO] [stdout] 395 |     use actix_http::encoding::Decoder;
[INFO] [stdout]     |         ^^^^^^^^^^ use of undeclared crate or module `actix_http`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `actix_multipart_rfc7578`
[INFO] [stdout]    --> src/form/mod.rs:396:9
[INFO] [stdout]     |
[INFO] [stdout] 396 |     use actix_multipart_rfc7578::client::multipart;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared crate or module `actix_multipart_rfc7578`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 396 |     use actix_multipart_derive::client::multipart;
[INFO] [stdout]     |         ~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `actix_http`
[INFO] [stdout]    --> src/server.rs:859:9
[INFO] [stdout]     |
[INFO] [stdout] 859 |     use actix_http::h1;
[INFO] [stdout]     |         ^^^^^^^^^^ use of undeclared crate or module `actix_http`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `actix_test`
[INFO] [stdout]    --> src/form/mod.rs:397:9
[INFO] [stdout]     |
[INFO] [stdout] 397 |     use actix_test::TestServer;
[INFO] [stdout]     |         ^^^^^^^^^^ use of undeclared crate or module `actix_test`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 397 |     use actix_web::TestServer;
[INFO] [stdout]     |         ~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `awc`
[INFO] [stdout]    --> src/form/mod.rs:399:9
[INFO] [stdout]     |
[INFO] [stdout] 399 |     use awc::{Client, ClientResponse};
[INFO] [stdout]     |         ^^^ use of undeclared crate or module `awc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `actix_rt`
[INFO] [stdout]    --> src/server.rs:873:7
[INFO] [stdout]     |
[INFO] [stdout] 873 |     #[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 `actix_rt`
[INFO] [stdout]    --> src/server.rs:990:7
[INFO] [stdout]     |
[INFO] [stdout] 990 |     #[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 `actix_rt`
[INFO] [stdout]     --> src/server.rs:1017:7
[INFO] [stdout]      |
[INFO] [stdout] 1017 |     #[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 `actix_rt`
[INFO] [stdout]     --> src/server.rs:1081:7
[INFO] [stdout]      |
[INFO] [stdout] 1081 |     #[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 `actix_rt`
[INFO] [stdout]     --> src/server.rs:1117:7
[INFO] [stdout]      |
[INFO] [stdout] 1117 |     #[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 `actix_rt`
[INFO] [stdout]     --> src/server.rs:1127:7
[INFO] [stdout]      |
[INFO] [stdout] 1127 |     #[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 `actix_rt`
[INFO] [stdout]     --> src/server.rs:1143:7
[INFO] [stdout]      |
[INFO] [stdout] 1143 |     #[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 `actix_rt`
[INFO] [stdout]     --> src/server.rs:1152:7
[INFO] [stdout]      |
[INFO] [stdout] 1152 |     #[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 `actix_rt`
[INFO] [stdout]     --> src/server.rs:1169:7
[INFO] [stdout]      |
[INFO] [stdout] 1169 |     #[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 `actix_rt`
[INFO] [stdout]     --> src/server.rs:1187:7
[INFO] [stdout]      |
[INFO] [stdout] 1187 |     #[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 `actix_rt`
[INFO] [stdout]     --> src/server.rs:1211:7
[INFO] [stdout]      |
[INFO] [stdout] 1211 |     #[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 `actix_rt`
[INFO] [stdout]     --> src/server.rs:1218:7
[INFO] [stdout]      |
[INFO] [stdout] 1218 |     #[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 `actix_rt`
[INFO] [stdout]     --> src/server.rs:1227:7
[INFO] [stdout]      |
[INFO] [stdout] 1227 |     #[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 `actix_rt`
[INFO] [stdout]     --> src/server.rs:1245:7
[INFO] [stdout]      |
[INFO] [stdout] 1245 |     #[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 `actix_rt`
[INFO] [stdout]     --> src/server.rs:1272:7
[INFO] [stdout]      |
[INFO] [stdout] 1272 |     #[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 `actix_rt`
[INFO] [stdout]     --> src/server.rs:1300:7
[INFO] [stdout]      |
[INFO] [stdout] 1300 |     #[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 `actix_rt`
[INFO] [stdout]     --> src/server.rs:1319:7
[INFO] [stdout]      |
[INFO] [stdout] 1319 |     #[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 `actix_rt`
[INFO] [stdout]    --> src/form/json.rs:158:7
[INFO] [stdout]     |
[INFO] [stdout] 158 |     #[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 `actix_rt`
[INFO] [stdout]    --> src/form/json.rs:172:7
[INFO] [stdout]     |
[INFO] [stdout] 172 |     #[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 `actix_rt`
[INFO] [stdout]    --> src/form/tempfile.rs:189:7
[INFO] [stdout]     |
[INFO] [stdout] 189 |     #[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 `actix_rt`
[INFO] [stdout]    --> src/form/text.rs:174:7
[INFO] [stdout]     |
[INFO] [stdout] 174 |     #[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 `actix_rt`
[INFO] [stdout]    --> src/form/mod.rs:430:7
[INFO] [stdout]     |
[INFO] [stdout] 430 |     #[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 `actix_rt`
[INFO] [stdout]    --> src/form/mod.rs:460:7
[INFO] [stdout]     |
[INFO] [stdout] 460 |     #[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 `actix_rt`
[INFO] [stdout]    --> src/form/mod.rs:490:7
[INFO] [stdout]     |
[INFO] [stdout] 490 |     #[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 `actix_rt`
[INFO] [stdout]    --> src/form/mod.rs:520:7
[INFO] [stdout]     |
[INFO] [stdout] 520 |     #[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 `actix_rt`
[INFO] [stdout]    --> src/form/mod.rs:576:7
[INFO] [stdout]     |
[INFO] [stdout] 576 |     #[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 `actix_rt`
[INFO] [stdout]    --> src/form/mod.rs:627:7
[INFO] [stdout]     |
[INFO] [stdout] 627 |     #[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 `actix_rt`
[INFO] [stdout]    --> src/form/mod.rs:653:7
[INFO] [stdout]     |
[INFO] [stdout] 653 |     #[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 `actix_rt`
[INFO] [stdout]    --> src/form/mod.rs:698:7
[INFO] [stdout]     |
[INFO] [stdout] 698 |     #[actix_rt::test]
[INFO] [stdout]     |       ^^^^^^^^ use of undeclared crate or module `actix_rt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Bytes` is imported redundantly
[INFO] [stdout]    --> src/server.rs:866:9
[INFO] [stdout]     |
[INFO] [stdout] 866 |     use bytes::Bytes;
[INFO] [stdout]     |         ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 871 |     use super::*;
[INFO] [stdout]     |         -------- the item `Bytes` is already imported here
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `actix_test`
[INFO] [stdout]    --> src/form/json.rs:160:19
[INFO] [stdout]     |
[INFO] [stdout] 160 |         let srv = actix_test::start(|| {
[INFO] [stdout]     |                   ^^^^^^^^^^ use of undeclared crate or module `actix_test`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 160 |         let srv = actix_web::start(|| {
[INFO] [stdout]     |                   ~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `actix_test`
[INFO] [stdout]    --> src/form/json.rs:174:19
[INFO] [stdout]     |
[INFO] [stdout] 174 |         let srv = actix_test::start(|| {
[INFO] [stdout]     |                   ^^^^^^^^^^ use of undeclared crate or module `actix_test`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 174 |         let srv = actix_web::start(|| {
[INFO] [stdout]     |                   ~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `actix_test`
[INFO] [stdout]    --> src/form/tempfile.rs:191:19
[INFO] [stdout]     |
[INFO] [stdout] 191 |         let srv = actix_test::start(|| App::new().route("/", web::post().to(test_file_route)));
[INFO] [stdout]     |                   ^^^^^^^^^^ use of undeclared crate or module `actix_test`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 191 |         let srv = actix_web::start(|| App::new().route("/", web::post().to(test_file_route)));
[INFO] [stdout]     |                   ~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `actix_test`
[INFO] [stdout]    --> src/form/text.rs:176:19
[INFO] [stdout]     |
[INFO] [stdout] 176 |         let srv = actix_test::start(|| {
[INFO] [stdout]     |                   ^^^^^^^^^^ use of undeclared crate or module `actix_test`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 176 |         let srv = actix_web::start(|| {
[INFO] [stdout]     |                   ~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `actix_test`
[INFO] [stdout]    --> src/form/mod.rs:432:19
[INFO] [stdout]     |
[INFO] [stdout] 432 |         let srv = actix_test::start(|| App::new().route("/", web::post().to(test_options_route)));
[INFO] [stdout]     |                   ^^^^^^^^^^ use of undeclared crate or module `actix_test`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 432 |         let srv = actix_web::start(|| App::new().route("/", web::post().to(test_options_route)));
[INFO] [stdout]     |                   ~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `actix_test`
[INFO] [stdout]    --> src/form/mod.rs:462:19
[INFO] [stdout]     |
[INFO] [stdout] 462 |         let srv = actix_test::start(|| App::new().route("/", web::post().to(test_vec_route)));
[INFO] [stdout]     |                   ^^^^^^^^^^ use of undeclared crate or module `actix_test`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 462 |         let srv = actix_web::start(|| App::new().route("/", web::post().to(test_vec_route)));
[INFO] [stdout]     |                   ~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `actix_test`
[INFO] [stdout]    --> src/form/mod.rs:493:13
[INFO] [stdout]     |
[INFO] [stdout] 493 |             actix_test::start(|| App::new().route("/", web::post().to(test_field_renaming_route)));
[INFO] [stdout]     |             ^^^^^^^^^^ use of undeclared crate or module `actix_test`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 493 |             actix_web::start(|| App::new().route("/", web::post().to(test_field_renaming_route)));
[INFO] [stdout]     |             ~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `actix_test`
[INFO] [stdout]    --> src/form/mod.rs:522:19
[INFO] [stdout]     |
[INFO] [stdout] 522 |         let srv = actix_test::start(|| {
[INFO] [stdout]     |                   ^^^^^^^^^^ use of undeclared crate or module `actix_test`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 522 |         let srv = actix_web::start(|| {
[INFO] [stdout]     |                   ~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `actix_test`
[INFO] [stdout]    --> src/form/mod.rs:578:19
[INFO] [stdout]     |
[INFO] [stdout] 578 |         let srv = actix_test::start(|| {
[INFO] [stdout]     |                   ^^^^^^^^^^ use of undeclared crate or module `actix_test`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 578 |         let srv = actix_web::start(|| {
[INFO] [stdout]     |                   ~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `actix_test`
[INFO] [stdout]    --> src/form/mod.rs:629:19
[INFO] [stdout]     |
[INFO] [stdout] 629 |         let srv = actix_test::start(|| {
[INFO] [stdout]     |                   ^^^^^^^^^^ use of undeclared crate or module `actix_test`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 629 |         let srv = actix_web::start(|| {
[INFO] [stdout]     |                   ~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `actix_test`
[INFO] [stdout]    --> src/form/mod.rs:655:19
[INFO] [stdout]     |
[INFO] [stdout] 655 |         let srv = actix_test::start(|| {
[INFO] [stdout]     |                   ^^^^^^^^^^ use of undeclared crate or module `actix_test`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 655 |         let srv = actix_web::start(|| {
[INFO] [stdout]     |                   ~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `actix_test`
[INFO] [stdout]    --> src/form/mod.rs:700:19
[INFO] [stdout]     |
[INFO] [stdout] 700 |         let srv = actix_test::start(|| {
[INFO] [stdout]     |                   ^^^^^^^^^^ use of undeclared crate or module `actix_test`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 700 |         let srv = actix_web::start(|| {
[INFO] [stdout]     |                   ~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 50 previous errors; 1 warning 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-multipart` (lib test) due to 51 previous errors; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "69f03a93b9af4a15e82c220b07e8a9ddd30cc53904fe3083e5e657185b29cf04", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "69f03a93b9af4a15e82c220b07e8a9ddd30cc53904fe3083e5e657185b29cf04", kill_on_drop: false }`
[INFO] [stdout] 69f03a93b9af4a15e82c220b07e8a9ddd30cc53904fe3083e5e657185b29cf04
