[INFO] fetching crate rocket 0.5.0-rc.1... [INFO] checking rocket-0.5.0-rc.1 against try#a7a572ce3edd6d476191fbfe92c9c1986e009b34 for pr-87190-3 [INFO] extracting crate rocket 0.5.0-rc.1 into /workspace/builds/worker-13/source [INFO] validating manifest of crates.io crate rocket 0.5.0-rc.1 on toolchain a7a572ce3edd6d476191fbfe92c9c1986e009b34 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate rocket 0.5.0-rc.1 [INFO] finished tweaking crates.io crate rocket 0.5.0-rc.1 [INFO] tweaked toml for crates.io crate rocket 0.5.0-rc.1 written to /workspace/builds/worker-13/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f153cf58d2a79df28314aaf4aa03c5c01ec7533a78847e000a17352495d62fdc [INFO] running `Command { std: "docker" "start" "-a" "f153cf58d2a79df28314aaf4aa03c5c01ec7533a78847e000a17352495d62fdc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f153cf58d2a79df28314aaf4aa03c5c01ec7533a78847e000a17352495d62fdc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f153cf58d2a79df28314aaf4aa03c5c01ec7533a78847e000a17352495d62fdc", kill_on_drop: false }` [INFO] [stdout] f153cf58d2a79df28314aaf4aa03c5c01ec7533a78847e000a17352495d62fdc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 32f0f0ab7e74a58fb9a1542daae13b03359f2022d1a99e35da95a658b1fc5a7f [INFO] running `Command { std: "docker" "start" "-a" "32f0f0ab7e74a58fb9a1542daae13b03359f2022d1a99e35da95a658b1fc5a7f", kill_on_drop: false }` [INFO] [stderr] Copying to /tmp/fixit [INFO] [stderr] Running `cargo fix --edition` [INFO] [stderr] note: Switching to Edition 2021 will enable the use of the version 2 feature resolver in Cargo. [INFO] [stderr] This may cause some dependencies to be built with fewer features enabled than previously. [INFO] [stderr] More information about the resolver changes may be found at https://doc.rust-lang.org/nightly/edition-guide/rust-2021/default-cargo-resolver.html [INFO] [stderr] When building the following dependencies, the given features will no longer be used: [INFO] [stderr] [INFO] [stderr] futures-channel v0.3.16 (as host dependency): futures-sink, sink [INFO] [stderr] futures-task v0.3.16 (as host dependency): alloc, std [INFO] [stderr] futures-util v0.3.16 (as host dependency): alloc, async-await, async-await-macro, channel, futures-channel, futures-io, futures-macro, futures-sink, io, memchr, proc-macro-hack, proc-macro-nested, sink, slab, std [INFO] [stderr] indexmap v1.7.0 (as host dependency): serde, serde-1 [INFO] [stderr] log v0.4.14 (as host dependency): std [INFO] [stderr] memchr v2.4.1 (as host dependency): use_std [INFO] [stderr] rocket_http v0.5.0-rc.1 (as host dependency): serde, serde_ [INFO] [stderr] tokio v1.10.0: winapi [INFO] [stderr] tokio v1.10.0 (as host dependency): fs, io-std, macros, num_cpus, once_cell, rt-multi-thread, signal, signal-hook-registry, tokio-macros, winapi [INFO] [stderr] tokio-util v0.6.7 (as host dependency): io [INFO] [stderr] uncased v0.9.6 (as host dependency): serde, with-serde-alloc [INFO] [stderr] [INFO] [stderr] Compiling proc-macro2 v1.0.28 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.75 [INFO] [stderr] Compiling version_check v0.9.3 [INFO] [stderr] Compiling libc v0.2.100 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling proc-macro-hack v0.5.19 [INFO] [stderr] Compiling futures-core v0.3.16 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling serde_derive v1.0.128 [INFO] [stderr] Compiling serde v1.0.128 [INFO] [stderr] Compiling futures-task v0.3.16 [INFO] [stderr] Compiling proc-macro-nested v0.1.7 [INFO] [stderr] Compiling futures-channel v0.3.16 [INFO] [stderr] Compiling yansi v0.5.0 [INFO] [stderr] Checking pin-project-lite v0.2.7 [INFO] [stderr] Compiling const_fn v0.4.8 [INFO] [stderr] Checking bytes v1.0.1 [INFO] [stderr] Compiling httparse v1.5.1 [INFO] [stderr] Checking futures-sink v0.3.16 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Checking futures-io v0.3.16 [INFO] [stderr] Checking slab v0.4.4 [INFO] [stderr] Checking once_cell v1.8.0 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Checking itoa v0.4.8 [INFO] [stderr] Compiling ref-cast v1.0.6 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling smallvec v1.6.1 [INFO] [stderr] Compiling try-lock v0.2.3 [INFO] [stderr] Compiling httpdate v1.0.1 [INFO] [stderr] Compiling tower-service v0.3.1 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Checking ppv-lite86 v0.2.10 [INFO] [stderr] Compiling inlinable_string v0.1.14 [INFO] [stderr] Compiling encoding_rs v0.8.28 [INFO] [stderr] Compiling async-trait v0.1.51 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling state v0.5.2 [INFO] [stderr] Checking mime v0.3.16 [INFO] [stderr] Checking unchecked-index v0.2.2 [INFO] [stderr] Checking remove_dir_all v0.5.3 [INFO] [stderr] Compiling glob v0.3.0 [INFO] [stderr] Checking spin v0.9.2 [INFO] [stderr] Checking binascii v0.1.4 [INFO] [stderr] Checking instant v0.1.10 [INFO] [stderr] Compiling tracing-core v0.1.19 [INFO] [stderr] Compiling lock_api v0.4.4 [INFO] [stderr] Checking http v0.2.4 [INFO] [stderr] Compiling tokio v1.10.0 [INFO] [stderr] Compiling futures-macro v0.3.16 [INFO] [stderr] Compiling futures-util v0.3.16 [INFO] [stderr] Compiling indexmap v1.7.0 [INFO] [stderr] Compiling atomic v0.5.0 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling standback v0.2.17 [INFO] [stderr] Compiling proc-macro2-diagnostics v0.9.1 [INFO] [stderr] Compiling time v0.2.27 [INFO] [stderr] Compiling uncased v0.9.6 [INFO] [stderr] Compiling cookie v0.15.1 [INFO] [stderr] Compiling figment v0.10.6 [INFO] [stderr] Compiling multer v2.0.1 [INFO] [stderr] Compiling rocket v0.5.0-rc.1 (/tmp/fixit) [INFO] [stderr] Migrating build.rs from 2018 edition to 2021 [INFO] [stderr] Checking stable-pattern v0.1.0 [INFO] [stderr] Checking twoway v0.2.2 [INFO] [stderr] Compiling tracing v0.1.26 [INFO] [stderr] Checking signal-hook-registry v1.4.0 [INFO] [stderr] Checking num_cpus v1.13.0 [INFO] [stderr] Checking mio v0.7.13 [INFO] [stderr] Checking getrandom v0.2.3 [INFO] [stderr] Checking socket2 v0.4.1 [INFO] [stderr] Checking parking_lot_core v0.8.3 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Checking rand_core v0.6.3 [INFO] [stderr] Compiling parking_lot v0.11.1 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking rand v0.8.4 [INFO] [stderr] Checking http-body v0.4.3 [INFO] [stderr] Checking tempfile v3.2.0 [INFO] [stderr] Compiling devise_core v0.3.1 [INFO] [stderr] Compiling tokio-macros v1.3.0 [INFO] [stderr] Compiling time-macros-impl v0.1.2 [INFO] [stderr] Compiling pear_codegen v0.2.3 [INFO] [stderr] Compiling ref-cast-impl v1.0.6 [INFO] [stderr] Compiling devise_codegen v0.3.1 [INFO] [stderr] Compiling async-stream-impl v0.3.2 [INFO] [stderr] Checking async-stream v0.3.2 [INFO] [stderr] Compiling time-macros v0.1.1 [INFO] [stderr] Compiling devise v0.3.1 [INFO] [stderr] Checking pear v0.2.3 [INFO] [stderr] Compiling tokio-util v0.6.7 [INFO] [stderr] Checking futures-executor v0.3.16 [INFO] [stderr] Checking tokio-stream v0.1.7 [INFO] [stderr] Checking futures v0.3.16 [INFO] [stderr] Checking toml v0.5.8 [INFO] [stderr] Checking ubyte v0.10.1 [INFO] [stderr] Checking h2 v0.3.4 [INFO] [stderr] Checking hyper v0.14.11 [INFO] [stderr] Checking rocket_http v0.5.0-rc.1 [INFO] [stderr] Compiling rocket_codegen v0.5.0-rc.1 [INFO] [stderr] Migrating src/lib.rs from 2018 edition to 2021 [INFO] [stderr] Migrating tests/timer-on-attach.rs from 2018 edition to 2021 [INFO] [stderr] Migrating tests/twice_managed_state.rs from 2018 edition to 2021 [INFO] [stderr] Migrating tests/local-client-access-runtime-in-drop.rs from 2018 edition to 2021 [INFO] [stderr] Migrating tests/form-validation-names.rs from 2018 edition to 2021 [INFO] [stderr] Migrating tests/replace-content-type-518.rs from 2018 edition to 2021 [INFO] [stderr] Migrating tests/fairing_before_head_strip-issue-546.rs from 2018 edition to 2021 [INFO] [stderr] Migrating tests/form_method-issue-45.rs from 2018 edition to 2021 [INFO] [stderr] Migrating tests/nested-fairing-attaches.rs from 2018 edition to 2021 [INFO] [stderr] Migrating tests/many-cookie-jars-at-once.rs from 2018 edition to 2021 [INFO] [stderr] Migrating tests/http_uri_serde.rs from 2018 edition to 2021 [INFO] [stderr] Migrating tests/untracked-vs-tracked.rs from 2018 edition to 2021 [INFO] [stdout] error[E0432]: unresolved import `pretty_assertions` [INFO] [stdout] --> src/config/mod.rs:143:9 [INFO] [stdout] | [INFO] [stdout] 143 | use pretty_assertions::assert_eq; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `pretty_assertions` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `assert_eq` [INFO] [stdout] --> src/config/mod.rs:420:13 [INFO] [stdout] | [INFO] [stdout] 420 | assert_eq!(config, Config { [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_eq` [INFO] [stdout] --> src/config/mod.rs:410:13 [INFO] [stdout] | [INFO] [stdout] 410 | assert_eq!(config, Config { [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_eq` [INFO] [stdout] --> src/config/mod.rs:387:13 [INFO] [stdout] | [INFO] [stdout] 387 | assert_eq!(config, Config { [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_eq` [INFO] [stdout] --> src/config/mod.rs:378:13 [INFO] [stdout] | [INFO] [stdout] 378 | assert_eq!(config, Config { [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_eq` [INFO] [stdout] --> src/config/mod.rs:370:13 [INFO] [stdout] | [INFO] [stdout] 370 | assert_eq!(config, Config { [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_eq` [INFO] [stdout] --> src/config/mod.rs:362:13 [INFO] [stdout] | [INFO] [stdout] 362 | assert_eq!(config, Config { [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_eq` [INFO] [stdout] --> src/config/mod.rs:352:13 [INFO] [stdout] | [INFO] [stdout] 352 | assert_eq!(config, Config { [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_eq` [INFO] [stdout] --> src/config/mod.rs:334:13 [INFO] [stdout] | [INFO] [stdout] 334 | assert_eq!(config, Config { [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_eq` [INFO] [stdout] --> src/config/mod.rs:324:13 [INFO] [stdout] | [INFO] [stdout] 324 | assert_eq!(config, Config { [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_eq` [INFO] [stdout] --> src/config/mod.rs:294:13 [INFO] [stdout] | [INFO] [stdout] 294 | assert_eq!(config, Config { [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_eq` [INFO] [stdout] --> src/config/mod.rs:275:13 [INFO] [stdout] | [INFO] [stdout] 275 | assert_eq!(config, Config { [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_eq` [INFO] [stdout] --> src/config/mod.rs:257:13 [INFO] [stdout] | [INFO] [stdout] 257 | assert_eq!(config, Config { [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_eq` [INFO] [stdout] --> src/config/mod.rs:230:13 [INFO] [stdout] | [INFO] [stdout] 230 | assert_eq!(config, Config { [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_eq` [INFO] [stdout] --> src/config/mod.rs:207:13 [INFO] [stdout] | [INFO] [stdout] 207 | assert_eq!(config, Config { [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_eq` [INFO] [stdout] --> src/config/mod.rs:186:13 [INFO] [stdout] | [INFO] [stdout] 186 | assert_eq!(figment.profile(), "random"); [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_eq` [INFO] [stdout] --> src/config/mod.rs:182:13 [INFO] [stdout] | [INFO] [stdout] 182 | assert_eq!(figment.profile(), "release"); [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_eq` [INFO] [stdout] --> src/config/mod.rs:178:13 [INFO] [stdout] | [INFO] [stdout] 178 | assert_eq!(figment.profile(), "debug"); [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_eq` [INFO] [stdout] --> src/config/mod.rs:166:17 [INFO] [stdout] | [INFO] [stdout] 166 | assert_eq!(config, Config::default()); [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_eq` [INFO] [stdout] --> src/config/mod.rs:154:13 [INFO] [stdout] | [INFO] [stdout] 154 | assert_eq!(default, Config::default()); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Migrating tests/unsound-local-request-1312.rs from 2018 edition to 2021 [INFO] [stderr] Migrating tests/mount_point.rs from 2018 edition to 2021 [INFO] [stderr] Migrating tests/catcher-cookies-1213.rs from 2018 edition to 2021 [INFO] [stderr] Migrating tests/can-correct-bad-local-uri.rs from 2018 edition to 2021 [INFO] [stderr] Migrating tests/strict_and_lenient_forms.rs from 2018 edition to 2021 [INFO] [stderr] Migrating tests/encoded-uris.rs from 2018 edition to 2021 [INFO] [stderr] Migrating tests/file_server.rs from 2018 edition to 2021 [INFO] [stderr] Migrating tests/form_value_decoding-issue-82.rs from 2018 edition to 2021 [INFO] [stderr] Migrating tests/sentinel.rs from 2018 edition to 2021 [INFO] [stderr] Migrating tests/local-request-content-type-issue-505.rs from 2018 edition to 2021 [INFO] [stderr] Migrating tests/route_guard.rs from 2018 edition to 2021 [INFO] [stderr] Migrating tests/absolute-uris-okay-issue-443.rs from 2018 edition to 2021 [INFO] [stderr] Migrating tests/shield.rs from 2018 edition to 2021 [INFO] [stderr] Migrating tests/conditionally-set-server-header-996.rs from 2018 edition to 2021 [INFO] [stderr] Migrating tests/segments-issues-41-86.rs from 2018 edition to 2021 [INFO] [stderr] Migrating tests/head_handling.rs from 2018 edition to 2021 [INFO] [stderr] Migrating tests/scoped-uri.rs from 2018 edition to 2021 [INFO] [stderr] Migrating tests/session-cookies-issue-1506.rs from 2018 edition to 2021 [INFO] [stderr] Migrating tests/uri-percent-encoding-issue-808.rs from 2018 edition to 2021 [INFO] [stderr] Migrating tests/config-secret-key-1500.rs from 2018 edition to 2021 [INFO] [stdout] error[E0433]: failed to resolve: could not find `Jail` in `figment` [INFO] [stdout] --> src/config/mod.rs:151:18 [INFO] [stdout] | [INFO] [stdout] 151 | figment::Jail::expect_with(|_| { [INFO] [stdout] | ^^^^ could not find `Jail` in `figment` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Jail` in `figment` [INFO] [stdout] --> src/config/mod.rs:161:18 [INFO] [stdout] | [INFO] [stdout] 161 | figment::Jail::expect_with(|_| { [INFO] [stdout] | ^^^^ could not find `Jail` in `figment` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Jail` in `figment` [INFO] [stdout] --> src/config/mod.rs:175:18 [INFO] [stdout] | [INFO] [stdout] 175 | figment::Jail::expect_with(|jail| { [INFO] [stdout] | ^^^^ could not find `Jail` in `figment` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Jail` in `figment` [INFO] [stdout] --> src/config/mod.rs:194:18 [INFO] [stdout] | [INFO] [stdout] 194 | figment::Jail::expect_with(|jail| { [INFO] [stdout] | ^^^^ could not find `Jail` in `figment` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Jail` in `figment` [INFO] [stdout] --> src/config/mod.rs:310:18 [INFO] [stdout] | [INFO] [stdout] 310 | figment::Jail::expect_with(|jail| { [INFO] [stdout] | ^^^^ could not find `Jail` in `figment` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Jail` in `figment` [INFO] [stdout] --> src/config/mod.rs:349:18 [INFO] [stdout] | [INFO] [stdout] 349 | figment::Jail::expect_with(|jail| { [INFO] [stdout] | ^^^^ could not find `Jail` in `figment` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Jail` in `figment` [INFO] [stdout] --> src/config/mod.rs:401:18 [INFO] [stdout] | [INFO] [stdout] 401 | figment::Jail::expect_with(|jail| { [INFO] [stdout] | ^^^^ could not find `Jail` in `figment` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Jail` in `figment` [INFO] [stdout] --> src/config/mod.rs:463:18 [INFO] [stdout] | [INFO] [stdout] 463 | figment::Jail::expect_with(|jail| { [INFO] [stdout] | ^^^^ could not find `Jail` in `figment` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Jail` in `figment` [INFO] [stdout] --> src/config/mod.rs:478:18 [INFO] [stdout] | [INFO] [stdout] 478 | figment::Jail::expect_with(|jail| { [INFO] [stdout] | ^^^^ could not find `Jail` in `figment` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::net::Ipv4Addr` [INFO] [stdout] --> src/config/mod.rs:141:9 [INFO] [stdout] | [INFO] [stdout] 141 | use std::net::Ipv4Addr; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Profile` [INFO] [stdout] --> src/config/mod.rs:142:28 [INFO] [stdout] | [INFO] [stdout] 142 | use figment::{Figment, Profile}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Ident`, `Shutdown`, `TlsConfig` [INFO] [stdout] --> src/config/mod.rs:145:33 [INFO] [stdout] | [INFO] [stdout] 145 | use crate::config::{Config, TlsConfig, Shutdown, Ident}; [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^ ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::log::LogLevel` [INFO] [stdout] --> src/config/mod.rs:146:9 [INFO] [stdout] | [INFO] [stdout] 146 | use crate::log::LogLevel; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Limits`, `ToByteUnit` [INFO] [stdout] --> src/config/mod.rs:147:23 [INFO] [stdout] | [INFO] [stdout] 147 | use crate::data::{Limits, ToByteUnit}; [INFO] [stdout] | ^^^^^^ ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Migrating tests/on_launch_fairing_can_inspect_port.rs from 2018 edition to 2021 [INFO] [stderr] Migrating tests/typed-uri-docs-redef-issue-1373.rs from 2018 edition to 2021 [INFO] [stderr] Migrating tests/local_request_private_cookie-issue-368.rs from 2018 edition to 2021 [INFO] [stderr] Migrating tests/flash-lazy-removes-issue-466.rs from 2018 edition to 2021 [INFO] [stderr] Migrating tests/mapped-base-issue-1262.rs from 2018 edition to 2021 [INFO] [stderr] Migrating tests/redirect_from_catcher-issue-113.rs from 2018 edition to 2021 [INFO] [stderr] Migrating tests/form_value_from_encoded_str-issue-1425.rs from 2018 edition to 2021 [INFO] [stderr] Migrating tests/tls-config-from-source-1503.rs from 2018 edition to 2021 [INFO] [stderr] Migrating tests/responder_lifetime-issue-345.rs from 2018 edition to 2021 [INFO] [stdout] error[E0432]: unresolved import `pretty_assertions` [INFO] [stdout] --> tests/http_uri_serde.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use pretty_assertions::assert_eq; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `pretty_assertions` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `assert_eq` [INFO] [stdout] --> tests/http_uri_serde.rs:39:9 [INFO] [stdout] | [INFO] [stdout] 39 | assert_eq!(uris, UriContainer { [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_eq` [INFO] [stdout] --> tests/http_uri_serde.rs:48:9 [INFO] [stdout] | [INFO] [stdout] 48 | assert_eq!(uris, UriContainerOwned { [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_eq` [INFO] [stdout] --> tests/http_uri_serde.rs:71:5 [INFO] [stdout] | [INFO] [stdout] 71 | assert_eq!(uris, UriContainer { [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_eq` [INFO] [stdout] --> tests/http_uri_serde.rs:80:5 [INFO] [stdout] | [INFO] [stdout] 80 | assert_eq!(uris, UriContainerOwned { [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_eq` [INFO] [stdout] --> tests/http_uri_serde.rs:97:5 [INFO] [stdout] | [INFO] [stdout] 97 | assert_eq!(uris, UriContainer { [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_eq` [INFO] [stdout] --> tests/http_uri_serde.rs:106:5 [INFO] [stdout] | [INFO] [stdout] 106 | assert_eq!(uris, UriContainerOwned { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Jail` in `figment` [INFO] [stdout] --> tests/http_uri_serde.rs:28:14 [INFO] [stdout] | [INFO] [stdout] 28 | figment::Jail::expect_with(|jail| { [INFO] [stdout] | ^^^^ could not find `Jail` in `figment` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 8 previous errors [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 `rocket` due to 9 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: aborting due to 29 previous errors; 5 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: build failed [INFO] [stderr] error: failed to migrate to next edition [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `cargo fix --edition --allow-no-vcs --allow-dirty --frozen --all --all-targets --message-format=json` (exit status: 101) [INFO] running `Command { std: "docker" "inspect" "32f0f0ab7e74a58fb9a1542daae13b03359f2022d1a99e35da95a658b1fc5a7f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "32f0f0ab7e74a58fb9a1542daae13b03359f2022d1a99e35da95a658b1fc5a7f", kill_on_drop: false }` [INFO] [stdout] 32f0f0ab7e74a58fb9a1542daae13b03359f2022d1a99e35da95a658b1fc5a7f