[INFO] fetching crate gotcha 0.2.2...
[INFO] testing gotcha-0.2.2 against beta-2025-09-21 for beta-1.91-3
[INFO] extracting crate gotcha 0.2.2 into /workspace/builds/worker-2-tc2/source
[INFO] started tweaking crates.io crate gotcha 0.2.2
[INFO] finished tweaking crates.io crate gotcha 0.2.2
[INFO] tweaked toml for crates.io crate gotcha 0.2.2 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate gotcha 0.2.2 on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 213 packages to latest compatible versions
[INFO] [stderr]       Adding axum v0.7.9 (available: v0.8.6)
[INFO] [stderr]       Adding axum-macros v0.4.2 (available: v0.5.0)
[INFO] [stderr]       Adding axum-prometheus v0.7.0 (available: v0.9.0)
[INFO] [stderr]       Adding convert_case v0.4.0 (available: v0.8.0)
[INFO] [stderr]       Adding cron v0.12.1 (available: v0.15.0)
[INFO] [stderr]       Adding http v0.2.12 (available: v1.3.1)
[INFO] [stderr]       Adding oas v0.1.1 (available: v0.2.1)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 12f86e0f11210fc189199584777cb472b039d8400b14ecd0e380d27e0c29b156
[INFO] running `Command { std: "docker" "start" "-a" "12f86e0f11210fc189199584777cb472b039d8400b14ecd0e380d27e0c29b156", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "12f86e0f11210fc189199584777cb472b039d8400b14ecd0e380d27e0c29b156", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "12f86e0f11210fc189199584777cb472b039d8400b14ecd0e380d27e0c29b156", kill_on_drop: false }`
[INFO] [stdout] 12f86e0f11210fc189199584777cb472b039d8400b14ecd0e380d27e0c29b156
[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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9318e7cef9286a4a4580f49116f53865bfcd37b29ea87357fb520a50e320a386
[INFO] running `Command { std: "docker" "start" "-a" "9318e7cef9286a4a4580f49116f53865bfcd37b29ea87357fb520a50e320a386", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling quote v1.0.41
[INFO] [stderr]    Compiling unicode-ident v1.0.19
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling itoa v1.0.15
[INFO] [stderr]    Compiling pin-project-lite v0.2.16
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling libc v0.2.176
[INFO] [stderr]    Compiling futures-core v0.3.31
[INFO] [stderr]    Compiling ident_case v1.0.1
[INFO] [stderr]    Compiling bytes v1.10.1
[INFO] [stderr]    Compiling pin-utils v0.1.0
[INFO] [stderr]    Compiling futures-task v0.3.31
[INFO] [stderr]    Compiling tower-service v0.3.3
[INFO] [stderr]    Compiling regex-syntax v0.8.6
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling tower-layer v0.3.3
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling http v1.3.1
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling ryu v1.0.20
[INFO] [stderr]    Compiling rustversion v1.0.22
[INFO] [stderr]    Compiling mio v1.0.4
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling socket2 v0.6.0
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling tracing-core v0.1.34
[INFO] [stderr]    Compiling mime v0.3.17
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling version_check v0.9.5
[INFO] [stderr]    Compiling atomic-waker v1.1.2
[INFO] [stderr]    Compiling httpdate v1.0.3
[INFO] [stderr]    Compiling log v0.4.28
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling serde_path_to_error v0.1.20
[INFO] [stderr]    Compiling regex-automata v0.4.11
[INFO] [stderr]    Compiling cfg-if v1.0.3
[INFO] [stderr]    Compiling matchit v0.7.3
[INFO] [stderr]    Compiling autocfg v1.5.0
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling unicode-segmentation v1.12.0
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]    Compiling hashbrown v0.16.0
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling convert_case v0.6.0
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling indexmap v2.11.4
[INFO] [stderr]    Compiling http v0.2.12
[INFO] [stderr]    Compiling toml_write v0.1.2
[INFO] [stderr]    Compiling winnow v0.7.13
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling tokio v1.47.1
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling serde_with_macros v2.3.3
[INFO] [stderr]    Compiling axum-core v0.4.5
[INFO] [stderr]    Compiling darling_core v0.14.4
[INFO] [stderr]    Compiling regex v1.11.3
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling iana-time-zone v0.1.64
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling hyper v1.7.0
[INFO] [stderr]    Compiling tower v0.5.2
[INFO] [stderr]    Compiling chrono v0.4.42
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling hyper-util v0.1.17
[INFO] [stderr]    Compiling darling_macro v0.14.4
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling serde_with v2.3.3
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling axum v0.7.9
[INFO] [stderr]    Compiling darling v0.14.4
[INFO] [stderr]    Compiling uuid v1.18.1
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling itertools v0.11.0
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling nu-ansi-term v0.50.1
[INFO] [stderr]    Compiling cron v0.12.1
[INFO] [stderr]    Compiling tracing-subscriber v0.3.20
[INFO] [stderr]    Compiling axum-macros v0.4.2
[INFO] [stderr]    Compiling oas v0.1.1
[INFO] [stderr]    Compiling inventory v0.3.21
[INFO] [stderr]    Compiling convert_case v0.4.0
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling yaac v0.1.2
[INFO] [stderr]    Compiling gotcha_core v0.2.0
[INFO] [stderr]    Compiling gotcha_macro v0.2.0
[INFO] [stderr]    Compiling gotcha v0.2.2 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 42s
[INFO] running `Command { std: "docker" "inspect" "9318e7cef9286a4a4580f49116f53865bfcd37b29ea87357fb520a50e320a386", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9318e7cef9286a4a4580f49116f53865bfcd37b29ea87357fb520a50e320a386", kill_on_drop: false }`
[INFO] [stdout] 9318e7cef9286a4a4580f49116f53865bfcd37b29ea87357fb520a50e320a386
[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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6ba20a1d2e163626d12797d0d2134f46fb45f436ea26858e41ac6ec7410d5326
[INFO] running `Command { std: "docker" "start" "-a" "6ba20a1d2e163626d12797d0d2134f46fb45f436ea26858e41ac6ec7410d5326", kill_on_drop: false }`
[INFO] [stderr]    Compiling target-triple v0.1.4
[INFO] [stderr]    Compiling toml_parser v1.0.3
[INFO] [stderr]    Compiling toml_datetime v0.7.2
[INFO] [stderr]    Compiling serde_spanned v1.0.2
[INFO] [stderr]    Compiling toml_writer v1.0.3
[INFO] [stderr]    Compiling termcolor v1.4.1
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]    Compiling toml v0.9.7
[INFO] [stderr]    Compiling trybuild v1.0.111
[INFO] [stderr]    Compiling gotcha v0.2.2 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 8.60s
[INFO] running `Command { std: "docker" "inspect" "6ba20a1d2e163626d12797d0d2134f46fb45f436ea26858e41ac6ec7410d5326", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6ba20a1d2e163626d12797d0d2134f46fb45f436ea26858e41ac6ec7410d5326", kill_on_drop: false }`
[INFO] [stdout] 6ba20a1d2e163626d12797d0d2134f46fb45f436ea26858e41ac6ec7410d5326
[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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 9ad6066cd646a6bf602e7b6dff009f8cd82c8bd2e67e241aa66bec32eae84c33
[INFO] running `Command { std: "docker" "start" "-a" "9ad6066cd646a6bf602e7b6dff009f8cd82c8bd2e67e241aa66bec32eae84c33", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.23s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/gotcha-0f45b6e0baa18831)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling unicode-ident v1.0.19
[INFO] [stderr]    Compiling quote v1.0.41
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling libc v0.2.176
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling ident_case v1.0.1
[INFO] [stderr]    Compiling itoa v1.0.15
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling pin-project-lite v0.2.16
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling bytes v1.10.1
[INFO] [stderr]    Compiling futures-core v0.3.31
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling rustversion v1.0.22
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling http v1.3.1
[INFO] [stderr]    Compiling pin-utils v0.1.0
[INFO] [stderr]    Compiling mio v1.0.4
[INFO] [stderr]    Compiling socket2 v0.6.0
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling tracing-core v0.1.34
[INFO] [stderr]    Compiling version_check v0.9.5
[INFO] [stderr]    Compiling log v0.4.28
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling tower-service v0.3.3
[INFO] [stderr]    Compiling ryu v1.0.20
[INFO] [stderr]    Compiling futures-task v0.3.31
[INFO] [stderr]    Compiling regex-syntax v0.8.6
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling tower-layer v0.3.3
[INFO] [stderr]    Compiling httpdate v1.0.3
[INFO] [stderr]    Compiling atomic-waker v1.1.2
[INFO] [stderr]    Compiling autocfg v1.5.0
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling regex-automata v0.4.11
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]    Compiling mime v0.3.17
[INFO] [stderr]    Compiling hashbrown v0.16.0
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling indexmap v2.11.4
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling tokio v1.47.1
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stdout] test test::pass has been running for over 60 seconds
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling serde_with_macros v2.3.3
[INFO] [stderr]    Compiling axum-core v0.4.5
[INFO] [stderr]    Compiling darling_core v0.14.4
[INFO] [stderr]    Compiling serde_path_to_error v0.1.20
[INFO] [stderr]    Compiling hyper v1.7.0
[INFO] [stderr]    Compiling tower v0.5.2
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling serde_with v2.3.3
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling hyper-util v0.1.17
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling matchit v0.7.3
[INFO] [stderr]    Compiling winnow v0.7.13
[INFO] [stderr]    Compiling cfg-if v1.0.3
[INFO] [stderr]    Compiling unicode-segmentation v1.12.0
[INFO] [stderr]    Compiling toml_write v0.1.2
[INFO] [stderr]    Compiling darling_macro v0.14.4
[INFO] [stderr]    Compiling convert_case v0.6.0
[INFO] [stderr]    Compiling axum v0.7.9
[INFO] [stderr]    Compiling oas v0.1.1
[INFO] [stderr]    Compiling regex v1.11.3
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling http v0.2.12
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling iana-time-zone v0.1.64
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling chrono v0.4.42
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling darling v0.14.4
[INFO] [stderr]    Compiling uuid v1.18.1
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling itertools v0.11.0
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling nu-ansi-term v0.50.1
[INFO] [stderr]    Compiling cron v0.12.1
[INFO] [stderr]    Compiling tracing-subscriber v0.3.20
[INFO] [stderr]    Compiling axum-macros v0.4.2
[INFO] [stderr]    Compiling gotcha_core v0.2.0
[INFO] [stderr]    Compiling yaac v0.1.2
[INFO] [stderr]    Compiling inventory v0.3.21
[INFO] [stderr]    Compiling convert_case v0.4.0
[INFO] [stderr]    Compiling gotcha_macro v0.2.0
[INFO] [stderr]    Compiling gotcha v0.2.2 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling gotcha-tests v0.0.0 (/opt/rustwide/target/tests/trybuild/gotcha)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 25s
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] [stderr] test tests/pass/openapi/complex_struct.rs ... ok
[INFO] [stderr] test tests/pass/openapi/group_support.rs ... ok
[INFO] [stderr] 
[INFO] [stderr] WARNINGS:
[INFO] [stderr] ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stderr] warning: unused import: `gotcha::Operable`
[INFO] [stderr]   --> tests/pass/openapi/group_support.rs:17:9
[INFO] [stderr]    |
[INFO] [stderr] 17 |     use gotcha::Operable;
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `handler`
[INFO] [stderr]   --> tests/pass/openapi/group_support.rs:10:18
[INFO] [stderr]    |
[INFO] [stderr] 10 | fn extract<H, T>(handler: H) -> Option<&'static Operable> where  H: gotcha::axum::handler::Handler<T, ()>,
[INFO] [stderr]    |                  ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_handler`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stderr] 
[INFO] [stderr] STDERR:
[INFO] [stderr] ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stderr] warning: unused import: `gotcha::Operable`
[INFO] [stderr]   --> /opt/rustwide/workdir/tests/pass/openapi/group_support.rs:17:9
[INFO] [stderr]    |
[INFO] [stderr] 17 |     use gotcha::Operable;
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `handler`
[INFO] [stderr]   --> /opt/rustwide/workdir/tests/pass/openapi/group_support.rs:10:18
[INFO] [stderr]    |
[INFO] [stderr] 10 | fn extract<H, T>(handler: H) -> Option<&'static Operable> where  H: gotcha::axum::handler::Handler<T, ()>,
[INFO] [stderr]    |                  ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_handler`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stderr] 
[INFO] [stderr] test tests/pass/openapi/handler_with_args.rs ... ok
[INFO] [stderr] 
[INFO] [stderr] WARNINGS:
[INFO] [stderr] ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stderr] warning: unused variable: `handler`
[INFO] [stderr]   --> tests/pass/openapi/handler_with_args.rs:34:18
[INFO] [stderr]    |
[INFO] [stderr] 34 | fn extract<H, T>(handler: H) -> Option<&'static gotcha::openapi::Operable>
[INFO] [stderr]    |                  ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_handler`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `handler`
[INFO] [stderr]   --> tests/pass/openapi/handler_with_args.rs:43:29
[INFO] [stderr]    |
[INFO] [stderr] 43 | fn extract_with_state<H, T>(handler: H) -> Option<&'static gotcha::openapi::Operable>
[INFO] [stderr]    |                             ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_handler`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `operation`
[INFO] [stderr]   --> tests/pass/openapi/handler_with_args.rs:60:9
[INFO] [stderr]    |
[INFO] [stderr] 60 |     let operation = operable.generate("/pets/:pet_id".to_string());
[INFO] [stderr]    |         ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_operation`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `operation`
[INFO] [stderr]   --> tests/pass/openapi/handler_with_args.rs:64:9
[INFO] [stderr]    |
[INFO] [stderr] 64 |     let operation = operable.generate("/pets/:pet_id".to_string());
[INFO] [stderr]    |         ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_operation`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `operation`
[INFO] [stderr]   --> tests/pass/openapi/handler_with_args.rs:67:9
[INFO] [stderr]    |
[INFO] [stderr] 67 |     let operation = operable.generate("/pets/:pet_id".to_string());
[INFO] [stderr]    |         ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_operation`
[INFO] [stderr] ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stderr] 
[INFO] [stderr] STDERR:
[INFO] [stderr] ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stderr] warning: unused variable: `handler`
[INFO] [stderr]   --> /opt/rustwide/workdir/tests/pass/openapi/handler_with_args.rs:34:18
[INFO] [stderr]    |
[INFO] [stderr] 34 | fn extract<H, T>(handler: H) -> Option<&'static gotcha::openapi::Operable>
[INFO] [stderr]    |                  ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_handler`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `handler`
[INFO] [stderr]   --> /opt/rustwide/workdir/tests/pass/openapi/handler_with_args.rs:43:29
[INFO] [stderr]    |
[INFO] [stderr] 43 | fn extract_with_state<H, T>(handler: H) -> Option<&'static gotcha::openapi::Operable>
[INFO] [stderr]    |                             ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_handler`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `operation`
[INFO] [stderr]   --> /opt/rustwide/workdir/tests/pass/openapi/handler_with_args.rs:60:9
[INFO] [stderr]    |
[INFO] [stderr] 60 |     let operation = operable.generate("/pets/:pet_id".to_string());
[INFO] [stderr]    |         ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_operation`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `operation`
[INFO] [stderr]   --> /opt/rustwide/workdir/tests/pass/openapi/handler_with_args.rs:64:9
[INFO] [stderr]    |
[INFO] [stderr] 64 |     let operation = operable.generate("/pets/:pet_id".to_string());
[INFO] [stderr]    |         ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_operation`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `operation`
[INFO] [stderr]   --> /opt/rustwide/workdir/tests/pass/openapi/handler_with_args.rs:67:9
[INFO] [stderr]    |
[INFO] [stderr] 67 |     let operation = operable.generate("/pets/:pet_id".to_string());
[INFO] [stderr]    |         ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_operation`
[INFO] [stderr] ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stderr] 
[INFO] [stderr] test tests/pass/openapi/no-args-handler.rs ... ok
[INFO] [stderr] test tests/pass/openapi/scheme_of_struct.rs ... ok
[INFO] [stderr] test tests/pass/openapi/simple_enum.rs ... ok
[INFO] [stdout] test test::pass ... ok
[INFO] [stderr] 
[INFO] [stdout] 
[INFO] [stderr] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 154.17s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests gotcha
[INFO] [stdout] 
[INFO] [stdout] running 16 tests
[INFO] [stdout] test src/router.rs - router::GotchaRouter<State>::head (line 138) - compile ... FAILED
[INFO] [stdout] test src/router.rs - router::GotchaRouter<State>::get (line 134) - compile ... FAILED
[INFO] [stdout] test src/router.rs - router::GotchaRouter<State>::delete (line 139) - compile ... FAILED
[INFO] [stdout] test src/router.rs - router::GotchaRouter<State>::options (line 140) - compile ... FAILED
[INFO] [stdout] test src/router.rs - router::GotchaRouter<State>::post (line 135) - compile ... FAILED
[INFO] [stdout] test src/router.rs - router::GotchaRouter<State>::patch (line 137) - compile ... FAILED
[INFO] [stdout] test src/router.rs - router::GotchaRouter<State>::put (line 136) - compile ... FAILED
[INFO] [stdout] test src/router.rs - router::GotchaRouter<State>::trace (line 141) - compile ... FAILED
[INFO] [stdout] test src/openapi.rs - openapi (line 16) - compile ... FAILED
[INFO] [stdout] test src/router.rs - router::GotchaRouter<State>::method_route (line 87) - compile ... FAILED
[INFO] [stdout] test src/router.rs - router::GotchaRouter<State>::layer (line 187) - compile ... FAILED
[INFO] [stdout] test src/router.rs - router::GotchaRouter<State>::route (line 66) - compile ... FAILED
[INFO] [stdout] test src/lib.rs - (line 20) - compile ... FAILED
[INFO] [stdout] test src/router.rs - router::GotchaRouter<State>::merge (line 170) - compile ... FAILED
[INFO] [stdout] test src/router.rs - router::GotchaRouter<State>::nest (line 143) - compile ... FAILED
[INFO] [stdout] test src/task.rs - task (line 15) - compile ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/router.rs - router::GotchaRouter<State>::head (line 138) stdout ----
[INFO] [stdout] error: expected item, found keyword `let`
[INFO] [stdout]  --> src/router.rs:145:1
[INFO] [stdout]   |
[INFO] [stdout] 7 | let router = GotchaRouter::default()
[INFO] [stdout]   | ^^^
[INFO] [stdout]   | |
[INFO] [stdout]   | `let` cannot be used for global variables
[INFO] [stdout]   | help: consider using `static` or `const` instead of `let`
[INFO] [stdout]   |
[INFO] [stdout]   = note: for a full list of items that can appear in modules, see <https://doc.rust-lang.org/reference/items.html>
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/router.rs - router::GotchaRouter<State>::get (line 134) stdout ----
[INFO] [stdout] error: expected item, found keyword `let`
[INFO] [stdout]  --> src/router.rs:141:1
[INFO] [stdout]   |
[INFO] [stdout] 7 | let router = GotchaRouter::default()
[INFO] [stdout]   | ^^^
[INFO] [stdout]   | |
[INFO] [stdout]   | `let` cannot be used for global variables
[INFO] [stdout]   | help: consider using `static` or `const` instead of `let`
[INFO] [stdout]   |
[INFO] [stdout]   = note: for a full list of items that can appear in modules, see <https://doc.rust-lang.org/reference/items.html>
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/router.rs - router::GotchaRouter<State>::delete (line 139) stdout ----
[INFO] [stdout] error: expected item, found keyword `let`
[INFO] [stdout]  --> src/router.rs:146:1
[INFO] [stdout]   |
[INFO] [stdout] 7 | let router = GotchaRouter::default()
[INFO] [stdout]   | ^^^
[INFO] [stdout]   | |
[INFO] [stdout]   | `let` cannot be used for global variables
[INFO] [stdout]   | help: consider using `static` or `const` instead of `let`
[INFO] [stdout]   |
[INFO] [stdout]   = note: for a full list of items that can appear in modules, see <https://doc.rust-lang.org/reference/items.html>
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/router.rs - router::GotchaRouter<State>::options (line 140) stdout ----
[INFO] [stdout] error: expected item, found keyword `let`
[INFO] [stdout]  --> src/router.rs:147:1
[INFO] [stdout]   |
[INFO] [stdout] 7 | let router = GotchaRouter::default()
[INFO] [stdout]   | ^^^
[INFO] [stdout]   | |
[INFO] [stdout]   | `let` cannot be used for global variables
[INFO] [stdout]   | help: consider using `static` or `const` instead of `let`
[INFO] [stdout]   |
[INFO] [stdout]   = note: for a full list of items that can appear in modules, see <https://doc.rust-lang.org/reference/items.html>
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/router.rs - router::GotchaRouter<State>::post (line 135) stdout ----
[INFO] [stdout] error: expected item, found keyword `let`
[INFO] [stdout]  --> src/router.rs:142:1
[INFO] [stdout]   |
[INFO] [stdout] 7 | let router = GotchaRouter::default()
[INFO] [stdout]   | ^^^
[INFO] [stdout]   | |
[INFO] [stdout]   | `let` cannot be used for global variables
[INFO] [stdout]   | help: consider using `static` or `const` instead of `let`
[INFO] [stdout]   |
[INFO] [stdout]   = note: for a full list of items that can appear in modules, see <https://doc.rust-lang.org/reference/items.html>
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/router.rs - router::GotchaRouter<State>::patch (line 137) stdout ----
[INFO] [stdout] error: expected item, found keyword `let`
[INFO] [stdout]  --> src/router.rs:144:1
[INFO] [stdout]   |
[INFO] [stdout] 7 | let router = GotchaRouter::default()
[INFO] [stdout]   | ^^^
[INFO] [stdout]   | |
[INFO] [stdout]   | `let` cannot be used for global variables
[INFO] [stdout]   | help: consider using `static` or `const` instead of `let`
[INFO] [stdout]   |
[INFO] [stdout]   = note: for a full list of items that can appear in modules, see <https://doc.rust-lang.org/reference/items.html>
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/router.rs - router::GotchaRouter<State>::put (line 136) stdout ----
[INFO] [stdout] error: expected item, found keyword `let`
[INFO] [stdout]  --> src/router.rs:143:1
[INFO] [stdout]   |
[INFO] [stdout] 7 | let router = GotchaRouter::default()
[INFO] [stdout]   | ^^^
[INFO] [stdout]   | |
[INFO] [stdout]   | `let` cannot be used for global variables
[INFO] [stdout]   | help: consider using `static` or `const` instead of `let`
[INFO] [stdout]   |
[INFO] [stdout]   = note: for a full list of items that can appear in modules, see <https://doc.rust-lang.org/reference/items.html>
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/router.rs - router::GotchaRouter<State>::trace (line 141) stdout ----
[INFO] [stdout] error: expected item, found keyword `let`
[INFO] [stdout]  --> src/router.rs:148:1
[INFO] [stdout]   |
[INFO] [stdout] 7 | let router = GotchaRouter::default()
[INFO] [stdout]   | ^^^
[INFO] [stdout]   | |
[INFO] [stdout]   | `let` cannot be used for global variables
[INFO] [stdout]   | help: consider using `static` or `const` instead of `let`
[INFO] [stdout]   |
[INFO] [stdout]   = note: for a full list of items that can appear in modules, see <https://doc.rust-lang.org/reference/items.html>
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/openapi.rs - openapi (line 16) stdout ----
[INFO] [stdout] error: cannot find attribute `openapi` in this scope
[INFO] [stdout]  --> src/openapi.rs:20:3
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[openapi(group = "Users")]
[INFO] [stdout]   |   ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `Responder` in this scope
[INFO] [stdout]  --> src/openapi.rs:21:29
[INFO] [stdout]   |
[INFO] [stdout] 8 | async fn get_user() -> impl Responder {
[INFO] [stdout]   |                             ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this trait
[INFO] [stdout]   |
[INFO] [stdout] 2 + use gotcha::Responder;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0405`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/router.rs - router::GotchaRouter<State>::method_route (line 87) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `MethodFilter`
[INFO] [stdout]   --> src/router.rs:96:24
[INFO] [stdout]    |
[INFO] [stdout] 12 |     .method_route("/", MethodFilter::GET, hello_world);
[INFO] [stdout]    |                        ^^^^^^^^^^^^ use of undeclared type `MethodFilter`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use axum::routing::MethodFilter;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/router.rs - router::GotchaRouter<State>::layer (line 187) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `MyLayer`
[INFO] [stdout]  --> src/router.rs:192:12
[INFO] [stdout]   |
[INFO] [stdout] 8 |     .layer(MyLayer::default());
[INFO] [stdout]   |            ^^^^^^^ use of undeclared type `MyLayer`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/router.rs - router::GotchaRouter<State>::route (line 66) stdout ----
[INFO] [stdout] error[E0425]: cannot find function `get` in this scope
[INFO] [stdout]   --> src/router.rs:75:17
[INFO] [stdout]    |
[INFO] [stdout] 12 |     .route("/", get(hello_world));
[INFO] [stdout]    |                 ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these functions
[INFO] [stdout]    |
[INFO] [stdout]  2 + use axum::routing::get;
[INFO] [stdout]    |
[INFO] [stdout]  2 + use gotcha::get;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 20) stdout ----
[INFO] [stdout] error: The default runtime flavor is `multi_thread`, but the `rt-multi-thread` feature is disabled.
[INFO] [stdout]   --> src/lib.rs:50:1
[INFO] [stdout]    |
[INFO] [stdout] 32 | #[tokio::main]
[INFO] [stdout]    | ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `tokio::main` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/router.rs - router::GotchaRouter<State>::merge (line 170) stdout ----
[INFO] [stdout] error[E0283]: type annotations needed for `GotchaRouter<_>`
[INFO] [stdout]  --> src/router.rs:174:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | let router = GotchaRouter::default()
[INFO] [stdout]   |     ^^^^^^   ------------ type must be known at this point
[INFO] [stdout]   |
[INFO] [stdout]   = note: cannot satisfy `_: Clone`
[INFO] [stdout]   = note: required for `GotchaRouter<_>` to implement `Default`
[INFO] [stdout] help: consider giving `router` an explicit type, where the type for type parameter `State` is specified
[INFO] [stdout]   |
[INFO] [stdout] 7 | let router: GotchaRouter<State> = GotchaRouter::default()
[INFO] [stdout]   |           +++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0283`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/router.rs - router::GotchaRouter<State>::nest (line 143) stdout ----
[INFO] [stdout] error[E0283]: type annotations needed for `GotchaRouter<_>`
[INFO] [stdout]  --> src/router.rs:147:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | let router = GotchaRouter::default()
[INFO] [stdout]   |     ^^^^^^   ------------ type must be known at this point
[INFO] [stdout]   |
[INFO] [stdout]   = note: cannot satisfy `_: Clone`
[INFO] [stdout]   = note: required for `GotchaRouter<_>` to implement `Default`
[INFO] [stdout] help: consider giving `router` an explicit type, where the type for type parameter `State` is specified
[INFO] [stdout]   |
[INFO] [stdout] 7 | let router: GotchaRouter<State> = GotchaRouter::default()
[INFO] [stdout]   |           +++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0283`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/task.rs - task (line 15) stdout ----
[INFO] [stdout] error[E0425]: cannot find value `context` in this scope
[INFO] [stdout]  --> src/task.rs:21:36
[INFO] [stdout]   |
[INFO] [stdout] 9 | let scheduler = TaskScheduler::new(context);
[INFO] [stdout]   |                                    ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> src/task.rs:24:33
[INFO] [stdout]    |
[INFO] [stdout] 12 | scheduler.cron("daily-cleanup", "0 0 * * *", |ctx| async move {
[INFO] [stdout]    |           ----                  ^^^^^^^^^^^ expected `String`, found `&str`
[INFO] [stdout]    |           |
[INFO] [stdout]    |           arguments to this method are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: method defined here
[INFO] [stdout]   --> /opt/rustwide/workdir/src/task.rs:65:12
[INFO] [stdout]    |
[INFO] [stdout] 65 |     pub fn cron<F, FF>(&self, name: impl AsRef<str>, expression: String, task: F)
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] help: try using a conversion method
[INFO] [stdout]    |
[INFO] [stdout] 12 | scheduler.cron("daily-cleanup", "0 0 * * *".to_string(), |ctx| async move {
[INFO] [stdout]    |                                            ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0308, E0425.
[INFO] [stdout] For more information about an error, try `rustc --explain E0308`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/lib.rs - (line 20)
[INFO] [stdout]     src/openapi.rs - openapi (line 16)
[INFO] [stdout]     src/router.rs - router::GotchaRouter<State>::delete (line 139)
[INFO] [stdout]     src/router.rs - router::GotchaRouter<State>::get (line 134)
[INFO] [stdout]     src/router.rs - router::GotchaRouter<State>::head (line 138)
[INFO] [stdout]     src/router.rs - router::GotchaRouter<State>::layer (line 187)
[INFO] [stdout]     src/router.rs - router::GotchaRouter<State>::merge (line 170)
[INFO] [stdout]     src/router.rs - router::GotchaRouter<State>::method_route (line 87)
[INFO] [stdout]     src/router.rs - router::GotchaRouter<State>::nest (line 143)
[INFO] [stdout]     src/router.rs - router::GotchaRouter<State>::options (line 140)
[INFO] [stdout]     src/router.rs - router::GotchaRouter<State>::patch (line 137)
[INFO] [stdout]     src/router.rs - router::GotchaRouter<State>::post (line 135)
[INFO] [stdout]     src/router.rs - router::GotchaRouter<State>::put (line 136)
[INFO] [stdout]     src/router.rs - router::GotchaRouter<State>::route (line 66)
[INFO] [stdout]     src/router.rs - router::GotchaRouter<State>::trace (line 141)
[INFO] [stdout]     src/task.rs - task (line 15)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 16 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.00s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "9ad6066cd646a6bf602e7b6dff009f8cd82c8bd2e67e241aa66bec32eae84c33", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9ad6066cd646a6bf602e7b6dff009f8cd82c8bd2e67e241aa66bec32eae84c33", kill_on_drop: false }`
[INFO] [stdout] 9ad6066cd646a6bf602e7b6dff009f8cd82c8bd2e67e241aa66bec32eae84c33
