[INFO] cloning repository https://github.com/jwodder/dandidav
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jwodder/dandidav" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjwodder%2Fdandidav", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjwodder%2Fdandidav'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 3a989788517227ec6035b25ee4413dd90cfa45f0
[INFO] checking jwodder/dandidav against 760e1de835e253bf28bbcbfee38b5e8ed9ffe074 for pr-133502-26
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjwodder%2Fdandidav" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-4-tc2/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/jwodder/dandidav
[INFO] finished tweaking git repo https://github.com/jwodder/dandidav
[INFO] tweaked toml for git repo https://github.com/jwodder/dandidav written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/jwodder/dandidav on toolchain 760e1de835e253bf28bbcbfee38b5e8ed9ffe074
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/jwodder/dandidav already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:1fa6594d87c8fa7b311925a7a77a16f539833322d9dfba4ce891f211db2f90b1" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] d92ec55ffc1c3aa73eed900e0cce92c330f79b55c33eefc70900607104f43a40
[INFO] running `Command { std: "docker" "start" "d92ec55ffc1c3aa73eed900e0cce92c330f79b55c33eefc70900607104f43a40", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d92ec55ffc1c3aa73eed900e0cce92c330f79b55c33eefc70900607104f43a40", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d92ec55ffc1c3aa73eed900e0cce92c330f79b55c33eefc70900607104f43a40" "/opt/rustwide/cargo-home/bin/cargo" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d92ec55ffc1c3aa73eed900e0cce92c330f79b55c33eefc70900607104f43a40", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d92ec55ffc1c3aa73eed900e0cce92c330f79b55c33eefc70900607104f43a40" "/opt/rustwide/cargo-home/bin/cargo" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.94
[INFO] [stderr]    Compiling unicode-ident v1.0.18
[INFO] [stderr]    Compiling libc v0.2.171
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]     Checking log v0.4.27
[INFO] [stderr]     Checking tracing-core v0.1.33
[INFO] [stderr]     Checking http v1.2.0
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]     Checking zeroize v1.8.1
[INFO] [stderr]     Checking indexmap v2.8.0
[INFO] [stderr]     Checking smallvec v1.14.0
[INFO] [stderr]    Compiling typenum v1.18.0
[INFO] [stderr]     Checking http v0.2.12
[INFO] [stderr]    Compiling time-core v0.1.4
[INFO] [stderr]    Compiling time-macros v0.2.22
[INFO] [stderr]     Checking mio v1.0.3
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]     Checking socket2 v0.5.9
[INFO] [stderr]     Checking signal-hook-registry v1.4.2
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]    Compiling syn v2.0.98
[INFO] [stderr]    Compiling jobserver v0.1.32
[INFO] [stderr]     Checking http-body v0.4.6
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]     Checking vsimd v0.8.0
[INFO] [stderr]     Checking percent-encoding v2.3.1
[INFO] [stderr]    Compiling cc v1.2.17
[INFO] [stderr]     Checking outref v0.5.2
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking bytes-utils v0.1.4
[INFO] [stderr]     Checking stable_deref_trait v1.2.0
[INFO] [stderr]    Compiling semver v1.0.26
[INFO] [stderr]    Compiling aws-lc-rs v1.12.6
[INFO] [stderr]     Checking base64-simd v0.8.0
[INFO] [stderr]     Checking form_urlencoded v1.2.1
[INFO] [stderr]     Checking rustls-pki-types v1.11.0
[INFO] [stderr]     Checking writeable v0.5.5
[INFO] [stderr]    Compiling icu_locid_transform_data v1.5.1
[INFO] [stderr]     Checking generic-array v0.14.7
[INFO] [stderr]     Checking litemap v0.7.5
[INFO] [stderr]    Compiling rustls v0.23.23
[INFO] [stderr]    Compiling getrandom v0.3.1
[INFO] [stderr]    Compiling zerocopy v0.8.18
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling icu_properties_data v1.5.1
[INFO] [stderr]    Compiling icu_normalizer_data v1.5.1
[INFO] [stderr]    Compiling cmake v0.1.54
[INFO] [stderr]     Checking const-oid v0.9.6
[INFO] [stderr]     Checking der v0.6.1
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking base64ct v1.7.3
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking bitflags v2.8.0
[INFO] [stderr]     Checking rustls-native-certs v0.8.1
[INFO] [stderr]    Compiling rustls v0.21.12
[INFO] [stderr]     Checking write16 v1.0.0
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]     Checking utf16_iter v1.0.5
[INFO] [stderr]     Checking crypto-bigint v0.4.9
[INFO] [stderr]     Checking ff v0.12.1
[INFO] [stderr]     Checking crc32fast v1.4.2
[INFO] [stderr]     Checking base16ct v0.1.1
[INFO] [stderr]     Checking group v0.12.1
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling aws-lc-sys v0.27.1
[INFO] [stderr]     Checking spki v0.6.0
[INFO] [stderr]     Checking pkcs8 v0.9.0
[INFO] [stderr]     Checking sec1 v0.3.0
[INFO] [stderr]     Checking regex-syntax v0.8.5
[INFO] [stderr]     Checking rfc6979 v0.3.1
[INFO] [stderr]     Checking elliptic-curve v0.12.3
[INFO] [stderr]     Checking rustls-native-certs v0.6.3
[INFO] [stderr]     Checking sha2 v0.10.8
[INFO] [stderr]     Checking signature v1.6.4
[INFO] [stderr]    Compiling anyhow v1.0.97
[INFO] [stderr]     Checking rand_core v0.9.1
[INFO] [stderr]     Checking ecdsa v0.14.8
[INFO] [stderr]    Compiling aws-types v1.3.6
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]     Checking crypto-bigint v0.5.5
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling rustix v1.0.1
[INFO] [stderr]     Checking p256 v0.11.1
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]     Checking linux-raw-sys v0.9.2
[INFO] [stderr]    Compiling phf_shared v0.11.3
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling rustversion v1.0.20
[INFO] [stderr]    Compiling portable-atomic v1.11.0
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]     Checking regex-lite v0.1.6
[INFO] [stderr]    Compiling proc-macro-utils v0.8.0
[INFO] [stderr]     Checking terminal_size v0.4.2
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling phf_generator v0.11.3
[INFO] [stderr]    Compiling crc32c v0.6.8
[INFO] [stderr]     Checking concurrent-queue v2.5.0
[INFO] [stderr]     Checking itertools v0.14.0
[INFO] [stderr]     Checking bstr v1.11.3
[INFO] [stderr]    Compiling interpolator v0.5.0
[INFO] [stderr]    Compiling synstructure v0.13.1
[INFO] [stderr]     Checking siphasher v1.0.1
[INFO] [stderr]     Checking unic-char-range v0.9.0
[INFO] [stderr]     Checking clap_lex v0.7.4
[INFO] [stderr]     Checking xmlparser v0.13.6
[INFO] [stderr]     Checking anstyle v1.0.10
[INFO] [stderr]    Compiling collection_literals v1.0.1
[INFO] [stderr]     Checking unic-common v0.9.0
[INFO] [stderr]     Checking clap_builder v4.5.34
[INFO] [stderr]     Checking unic-ucd-version v0.9.0
[INFO] [stderr]     Checking crc v3.2.1
[INFO] [stderr]     Checking aws-smithy-xml v0.60.9
[INFO] [stderr]     Checking event-listener v5.4.0
[INFO] [stderr]     Checking unic-char-property v0.9.0
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]     Checking globset v0.4.16
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]     Checking sct v0.7.1
[INFO] [stderr]     Checking rustls-webpki v0.101.7
[INFO] [stderr]     Checking raw-cpuid v11.5.0
[INFO] [stderr]     Checking rustls-pemfile v2.2.0
[INFO] [stderr]     Checking num_cpus v1.16.0
[INFO] [stderr]     Checking urlencoding v2.1.3
[INFO] [stderr]    Compiling libm v0.2.11
[INFO] [stderr]     Checking deadpool-runtime v0.1.4
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling tracing-attributes v0.1.28
[INFO] [stderr]     Checking tokio v1.44.1
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]    Compiling yoke-derive v0.7.5
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]    Compiling zerovec-derive v0.10.3
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]     Checking yoke v0.7.5
[INFO] [stderr]    Compiling icu_provider_macros v1.5.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]     Checking zerovec v0.10.4
[INFO] [stderr]     Checking zerocopy v0.7.35
[INFO] [stderr]     Checking ppv-lite86 v0.2.20
[INFO] [stderr]     Checking tinystr v0.7.6
[INFO] [stderr]     Checking icu_collections v1.5.0
[INFO] [stderr]     Checking icu_locid v1.5.0
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking rand v0.9.0
[INFO] [stderr]    Compiling derive-where v1.2.7
[INFO] [stderr]    Compiling async-trait v0.1.88
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]     Checking icu_provider v1.5.0
[INFO] [stderr]     Checking uuid v1.16.0
[INFO] [stderr]     Checking icu_locid_transform v1.5.0
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]     Checking tokio-util v0.7.14
[INFO] [stderr]     Checking aws-smithy-async v1.2.5
[INFO] [stderr]     Checking tower v0.5.2
[INFO] [stderr]     Checking tokio-rustls v0.24.1
[INFO] [stderr]     Checking icu_properties v1.5.1
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking h2 v0.4.7
[INFO] [stderr]     Checking h2 v0.3.26
[INFO] [stderr]    Compiling pest v2.8.0
[INFO] [stderr]    Compiling quote-use-macros v0.7.2
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]    Compiling clap_derive v4.5.32
[INFO] [stderr]    Compiling quote-use v0.7.2
[INFO] [stderr]    Compiling attribute-derive-macro v0.6.1
[INFO] [stderr]    Compiling phf_macros v0.11.3
[INFO] [stderr]     Checking deranged v0.4.1
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling pest_meta v2.8.0
[INFO] [stderr]     Checking icu_normalizer v1.5.0
[INFO] [stderr]     Checking idna_adapter v1.2.0
[INFO] [stderr]     Checking idna v1.0.3
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking time v0.3.41
[INFO] [stderr]     Checking url v2.5.4
[INFO] [stderr]    Compiling pest_generator v2.8.0
[INFO] [stderr]     Checking dashmap v6.1.0
[INFO] [stderr]     Checking assert-json-diff v2.0.2
[INFO] [stderr]     Checking clap v4.5.34
[INFO] [stderr]     Checking phf v0.11.3
[INFO] [stderr]     Checking serde_path_to_error v0.1.17
[INFO] [stderr]     Checking serde_yaml v0.9.34+deprecated
[INFO] [stderr]    Compiling attribute-derive v0.6.1
[INFO] [stderr]     Checking hyper v0.14.32
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking deadpool v0.10.0
[INFO] [stderr]     Checking hyper v1.6.0
[INFO] [stderr]     Checking aws-smithy-types v1.3.0
[INFO] [stderr]     Checking axum-core v0.5.2
[INFO] [stderr]     Checking quanta v0.12.5
[INFO] [stderr]    Compiling pin-project-internal v1.1.10
[INFO] [stderr]     Checking aws-smithy-runtime-api v1.7.4
[INFO] [stderr]     Checking aws-smithy-eventstream v0.60.8
[INFO] [stderr]     Checking aws-smithy-json v0.61.3
[INFO] [stderr]     Checking hyper-util v0.1.10
[INFO] [stderr]     Checking aws-smithy-query v0.60.7
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]     Checking aws-smithy-http v0.62.0
[INFO] [stderr]     Checking aws-credential-types v1.2.2
[INFO] [stderr]     Checking aws-smithy-observability v0.1.2
[INFO] [stderr]     Checking aws-sigv4 v1.3.0
[INFO] [stderr]     Checking ignore v0.4.23
[INFO] [stderr]     Checking unic-ucd-segment v0.9.0
[INFO] [stderr]     Checking event-listener-strategy v0.5.4
[INFO] [stderr]     Checking crc64fast-nvme v1.2.0
[INFO] [stderr]     Checking spinning_top v0.3.0
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]     Checking md-5 v0.10.6
[INFO] [stderr]    Compiling rstest_macros v0.25.0
[INFO] [stderr]    Compiling smartstring v1.0.1
[INFO] [stderr]    Compiling fs-err v3.1.0
[INFO] [stderr]     Checking nonempty v0.7.0
[INFO] [stderr]     Checking web-time v1.1.0
[INFO] [stderr]    Compiling moka v0.12.10
[INFO] [stderr]     Checking axum v0.8.3
[INFO] [stderr]     Checking governor v0.8.1
[INFO] [stderr]    Compiling dandidav v0.7.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking forwarded-header-value v0.1.1
[INFO] [stderr]     Checking soupy v0.10.0
[INFO] [stderr]     Checking aws-smithy-checksums v0.63.1
[INFO] [stderr]     Checking async-lock v3.4.0
[INFO] [stderr]     Checking globwalk v0.9.1
[INFO] [stderr]     Checking wiremock v0.6.3
[INFO] [stderr]     Checking unic-segment v0.9.0
[INFO] [stderr]     Checking pin-project v1.1.10
[INFO] [stderr]     Checking hyper-rustls v0.24.2
[INFO] [stderr]     Checking retry-policies v0.4.0
[INFO] [stderr]    Compiling get-size-derive v0.1.3
[INFO] [stderr]    Compiling pest_derive v2.8.0
[INFO] [stderr]     Checking quick-xml v0.37.3
[INFO] [stderr]     Checking tracing-serde v0.2.0
[INFO] [stderr]     Checking crossbeam-channel v0.5.14
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking lru v0.12.5
[INFO] [stderr]     Checking thread_local v1.1.8
[INFO] [stderr]    Compiling glob v0.3.2
[INFO] [stderr]     Checking get-size v0.1.4
[INFO] [stderr]     Checking tracing-subscriber v0.3.19
[INFO] [stderr]     Checking humansize v2.1.3
[INFO] [stderr]     Checking tera v1.20.0
[INFO] [stderr]     Checking aws-smithy-types-convert v0.60.9
[INFO] [stderr]     Checking tower-http v0.6.2
[INFO] [stderr]    Compiling enum_dispatch v0.3.13
[INFO] [stderr]     Checking memory-stats v1.2.0
[INFO] [stderr]    Compiling indoc v2.0.6
[INFO] [stderr]     Checking xml-rs v0.8.25
[INFO] [stderr]     Checking testutils v0.0.0 (/opt/rustwide/workdir/crates/testutils)
[INFO] [stderr]     Checking genstubs v0.0.0 (/opt/rustwide/workdir/crates/genstubs)
[INFO] [stderr]     Checking rstest v0.25.0
[INFO] [stderr]     Checking tower_governor v0.7.0
[INFO] [stderr]     Checking rustls-webpki v0.102.8
[INFO] [stderr]     Checking tokio-rustls v0.26.1
[INFO] [stderr]     Checking hyper-rustls v0.27.5
[INFO] [stderr]     Checking aws-smithy-http-client v1.0.1
[INFO] [stderr]     Checking reqwest v0.12.15
[INFO] [stderr]     Checking aws-smithy-runtime v1.8.1
[INFO] [stderr]     Checking reqwest-middleware v0.4.1
[INFO] [stderr]     Checking reqwest-retry v0.7.0
[INFO] [stderr]     Checking aws-runtime v1.5.6
[INFO] [stderr]     Checking aws-sdk-sso v1.64.0
[INFO] [stderr]     Checking aws-sdk-sts v1.65.0
[INFO] [stderr]     Checking aws-sdk-ssooidc v1.65.0
[INFO] [stderr]     Checking aws-sdk-s3 v1.81.0
[INFO] [stderr]     Checking aws-config v1.6.1
[INFO] [stdout] error: overflow evaluating the requirement `{async block@src/main.rs:192:13: 192:23}: std::marker::Send`
[INFO] [stdout]    --> src/main.rs:190:10
[INFO] [stdout]     |
[INFO] [stdout] 190 |         .fallback_service(service_fn(move |req: Request| {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`dandidav`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout]     = note: `-D recursion-depth-exceeding-limit` implied by `-D future-incompatible`
[INFO] [stdout]     = help: to override `-D future-incompatible` add `#[allow(recursion_depth_exceeding_limit)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: overflow evaluating the requirement `{async block@src/main.rs:192:13: 192:23}: std::marker::Send`
[INFO] [stdout]    --> src/main.rs:175:19
[INFO] [stdout]     |
[INFO] [stdout] 175 |       let mut app = Router::new()
[INFO] [stdout]     |  ___________________^
[INFO] [stdout] 176 | |         .route(
[INFO] [stdout] 177 | |             "/.static/styles.css",
[INFO] [stdout] 178 | |             get(|| async {
[INFO] [stdout] ...   |
[INFO] [stdout] 192 | |             async move { dav.handle_request(req).await }
[INFO] [stdout] 193 | |         }))
[INFO] [stdout]     | |___________^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`dandidav`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `dandidav` (bin "dandidav") due to 2 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: overflow evaluating the requirement `{async block@src/main.rs:192:13: 192:23}: std::marker::Send`
[INFO] [stdout]    --> src/main.rs:190:10
[INFO] [stdout]     |
[INFO] [stdout] 190 |         .fallback_service(service_fn(move |req: Request| {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`dandidav`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout]     = note: `-D recursion-depth-exceeding-limit` implied by `-D future-incompatible`
[INFO] [stdout]     = help: to override `-D future-incompatible` add `#[allow(recursion_depth_exceeding_limit)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: overflow evaluating the requirement `{async block@src/main.rs:192:13: 192:23}: std::marker::Send`
[INFO] [stdout]    --> src/main.rs:175:19
[INFO] [stdout]     |
[INFO] [stdout] 175 |       let mut app = Router::new()
[INFO] [stdout]     |  ___________________^
[INFO] [stdout] 176 | |         .route(
[INFO] [stdout] 177 | |             "/.static/styles.css",
[INFO] [stdout] 178 | |             get(|| async {
[INFO] [stdout] ...   |
[INFO] [stdout] 192 | |             async move { dav.handle_request(req).await }
[INFO] [stdout] 193 | |         }))
[INFO] [stdout]     | |___________^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`dandidav`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `dandidav` (bin "dandidav" test) due to 2 previous errors
[INFO] running `Command { std: "docker" "inspect" "d92ec55ffc1c3aa73eed900e0cce92c330f79b55c33eefc70900607104f43a40", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d92ec55ffc1c3aa73eed900e0cce92c330f79b55c33eefc70900607104f43a40", kill_on_drop: false }`
[INFO] [stdout] d92ec55ffc1c3aa73eed900e0cce92c330f79b55c33eefc70900607104f43a40
