[INFO] cloning repository https://github.com/vfbiby/words-lingo
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/vfbiby/words-lingo" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvfbiby%2Fwords-lingo", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvfbiby%2Fwords-lingo'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 49a2eaedf30002cb80462b5bfc6fd3479a570bbc
[INFO] testing vfbiby/words-lingo against 1.98.0-beta.1 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvfbiby%2Fwords-lingo" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/vfbiby/words-lingo
[INFO] finished tweaking git repo https://github.com/vfbiby/words-lingo
[INFO] tweaked toml for git repo https://github.com/vfbiby/words-lingo written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/vfbiby/words-lingo on toolchain 1.98.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/vfbiby/words-lingo 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" "+1.98.0-beta.1" "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/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] a7bfa635a5c7547b5a6ac331fe00eaa1dfcff4cf04ba515ff4aec29e477c6c5a
[INFO] running `Command { std: "docker" "start" "a7bfa635a5c7547b5a6ac331fe00eaa1dfcff4cf04ba515ff4aec29e477c6c5a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a7bfa635a5c7547b5a6ac331fe00eaa1dfcff4cf04ba515ff4aec29e477c6c5a", 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" "a7bfa635a5c7547b5a6ac331fe00eaa1dfcff4cf04ba515ff4aec29e477c6c5a" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a7bfa635a5c7547b5a6ac331fe00eaa1dfcff4cf04ba515ff4aec29e477c6c5a", 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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "a7bfa635a5c7547b5a6ac331fe00eaa1dfcff4cf04ba515ff4aec29e477c6c5a" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.217
[INFO] [stderr]    Compiling smallvec v1.13.2
[INFO] [stderr]    Compiling value-bag v1.10.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling quote v1.0.38
[INFO] [stderr]    Compiling const-oid v0.9.6
[INFO] [stderr]    Compiling futures-io v0.3.31
[INFO] [stderr]    Compiling concurrent-queue v2.5.0
[INFO] [stderr]    Compiling signal-hook-registry v1.4.2
[INFO] [stderr]    Compiling mio v1.0.3
[INFO] [stderr]    Compiling socket2 v0.5.8
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling cc v1.2.7
[INFO] [stderr]    Compiling pkg-config v0.3.31
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling serde_json v1.0.135
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling bigdecimal v0.4.7
[INFO] [stderr]    Compiling syn v2.0.95
[INFO] [stderr]    Compiling event-listener v5.3.1
[INFO] [stderr]    Compiling rust_decimal v1.36.0
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling arrayvec v0.7.6
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling log v0.4.22
[INFO] [stderr]    Compiling event-listener-strategy v0.5.3
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling base64ct v1.6.0
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling openssl v0.10.68
[INFO] [stderr]    Compiling foldhash v0.1.4
[INFO] [stderr]    Compiling async-channel v2.3.1
[INFO] [stderr]    Compiling native-tls v0.2.12
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling num-bigint-dig v0.8.4
[INFO] [stderr]    Compiling hashbrown v0.15.2
[INFO] [stderr]    Compiling tinyvec v1.8.1
[INFO] [stderr]    Compiling futures-intrusive v0.5.0
[INFO] [stderr]    Compiling pem-rfc7468 v0.7.0
[INFO] [stderr]    Compiling crossbeam-queue v0.3.12
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling ntex-rt v0.4.24
[INFO] [stderr]    Compiling rustix v0.38.42
[INFO] [stderr]    Compiling fxhash v0.2.1
[INFO] [stderr]    Compiling linux-raw-sys v0.4.14
[INFO] [stderr]    Compiling oneshot v0.1.8
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]    Compiling der v0.7.9
[INFO] [stderr]    Compiling sha2 v0.10.8
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling atoi v2.0.0
[INFO] [stderr]    Compiling ordered-float v3.9.2
[INFO] [stderr]    Compiling signature v2.2.0
[INFO] [stderr]    Compiling hkdf v0.12.4
[INFO] [stderr]    Compiling md-5 v0.10.6
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling flume v0.11.1
[INFO] [stderr]    Compiling ntex-service v3.4.0
[INFO] [stderr]    Compiling whoami v1.5.2
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling num-iter v0.1.45
[INFO] [stderr]    Compiling hashlink v0.10.0
[INFO] [stderr]    Compiling indexmap v2.7.0
[INFO] [stderr]    Compiling futures-timer v3.0.3
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling futures-lite v2.6.0
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling clap_builder v4.5.26
[INFO] [stderr]    Compiling unicode-normalization v0.1.24
[INFO] [stderr]    Compiling piper v0.2.4
[INFO] [stderr]    Compiling async-lock v3.4.0
[INFO] [stderr]    Compiling openssl-sys v0.9.104
[INFO] [stderr]    Compiling libsqlite3-sys v0.30.1
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling thread_local v1.1.8
[INFO] [stderr]    Compiling signal-hook v0.3.17
[INFO] [stderr]    Compiling spki v0.7.3
[INFO] [stderr]    Compiling stringprep v0.1.5
[INFO] [stderr]    Compiling async-channel v1.9.0
[INFO] [stderr]    Compiling kv-log-macro v1.0.7
[INFO] [stderr]    Compiling pkcs8 v0.10.2
[INFO] [stderr]    Compiling csv-core v0.1.11
[INFO] [stderr]    Compiling async-executor v1.13.1
[INFO] [stderr]    Compiling blocking v1.6.1
[INFO] [stderr]    Compiling pkcs1 v0.7.5
[INFO] [stderr]    Compiling async-broadcast v0.7.2
[INFO] [stderr]    Compiling nanorand v0.7.0
[INFO] [stderr]    Compiling sha-1 v0.10.1
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling async-attributes v1.1.2
[INFO] [stderr]    Compiling ntex-macros v0.1.3
[INFO] [stderr]    Compiling synstructure v0.13.1
[INFO] [stderr]    Compiling darling_core v0.20.10
[INFO] [stderr]    Compiling proc-macro2-diagnostics v0.10.1
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling serde_derive v1.0.217
[INFO] [stderr]    Compiling zerofrom-derive v0.1.5
[INFO] [stderr]    Compiling yoke-derive v0.7.5
[INFO] [stderr]    Compiling tokio-macros v2.4.0
[INFO] [stderr]    Compiling zerovec-derive v0.10.3
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tracing-attributes v0.1.28
[INFO] [stderr]    Compiling icu_provider_macros v1.5.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling thiserror-impl v2.0.11
[INFO] [stderr]    Compiling inherent v1.0.11
[INFO] [stderr]    Compiling sea-bae v0.2.1
[INFO] [stderr]    Compiling ouroboros_macro v0.18.5
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]    Compiling tokio v1.42.0
[INFO] [stderr]    Compiling clap_derive v4.5.24
[INFO] [stderr]    Compiling async-trait v0.1.85
[INFO] [stderr]    Compiling sea-orm-macros v1.1.4
[INFO] [stderr]    Compiling zerocopy v0.7.35
[INFO] [stderr]    Compiling sea-schema-derive v0.3.0
[INFO] [stderr]    Compiling async-stream v0.3.6
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling ctor v0.2.9
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling ppv-lite86 v0.2.20
[INFO] [stderr]    Compiling zerofrom v0.1.5
[INFO] [stderr]    Compiling thiserror v2.0.11
[INFO] [stderr]    Compiling yoke v0.7.5
[INFO] [stderr]    Compiling tracing-subscriber v0.3.19
[INFO] [stderr]    Compiling darling_macro v0.20.10
[INFO] [stderr]    Compiling ouroboros v0.18.5
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling zerovec v0.10.4
[INFO] [stderr]    Compiling darling v0.20.10
[INFO] [stderr]    Compiling sea-query-derive v0.4.2
[INFO] [stderr]    Compiling clap v4.5.26
[INFO] [stderr]    Compiling tinystr v0.7.6
[INFO] [stderr]    Compiling icu_collections v1.5.0
[INFO] [stderr]    Compiling icu_locid v1.5.0
[INFO] [stderr]    Compiling rsa v0.9.7
[INFO] [stderr]    Compiling icu_provider v1.5.0
[INFO] [stderr]    Compiling icu_locid_transform v1.5.0
[INFO] [stderr]    Compiling icu_properties v1.5.1
[INFO] [stderr]    Compiling bitflags v2.6.0
[INFO] [stderr]    Compiling deranged v0.3.11
[INFO] [stderr]    Compiling uuid v1.11.0
[INFO] [stderr]    Compiling chrono v0.4.39
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling csv v1.3.1
[INFO] [stderr]    Compiling ntex-bytes v0.1.27
[INFO] [stderr]    Compiling ntex-codec v0.6.2
[INFO] [stderr]    Compiling ntex-http v0.1.13
[INFO] [stderr]    Compiling ntex-router v0.5.3
[INFO] [stderr]    Compiling time v0.3.37
[INFO] [stderr]    Compiling tokio-stream v0.1.17
[INFO] [stderr]    Compiling ntex-util v2.8.0
[INFO] [stderr]    Compiling icu_normalizer v1.5.0
[INFO] [stderr]    Compiling sea-query v0.32.1
[INFO] [stderr]    Compiling idna_adapter v1.2.0
[INFO] [stderr]    Compiling idna v1.0.3
[INFO] [stderr]    Compiling ntex-io v2.9.2
[INFO] [stderr]    Compiling url v2.5.4
[INFO] [stderr]    Compiling sqlx-core v0.8.3
[INFO] [stderr]    Compiling ntex-tokio v0.5.3
[INFO] [stderr]    Compiling ntex-net v2.4.0
[INFO] [stderr]    Compiling polling v3.7.4
[INFO] [stderr]    Compiling ntex-h2 v1.5.0
[INFO] [stderr]    Compiling ntex-tls v2.4.0
[INFO] [stderr]    Compiling sea-schema v0.16.1
[INFO] [stderr]    Compiling async-io v2.4.0
[INFO] [stderr]    Compiling ntex-server v2.6.2
[INFO] [stderr]    Compiling async-global-executor v2.4.1
[INFO] [stderr]    Compiling async-std v1.13.0
[INFO] [stderr]    Compiling sea-orm-cli v1.1.4
[INFO] [stderr]    Compiling sqlx-mysql v0.8.3
[INFO] [stderr]    Compiling sqlx-sqlite v0.8.3
[INFO] [stderr]    Compiling ntex v2.10.0
[INFO] [stderr]    Compiling sqlx v0.8.3
[INFO] [stderr]    Compiling sea-query-binder v0.7.0
[INFO] [stderr]    Compiling sea-orm v1.1.4
[INFO] [stderr]    Compiling shared v0.1.0 (/opt/rustwide/workdir/shared)
[INFO] [stderr]    Compiling sea-orm-migration v1.1.4
[INFO] [stderr]    Compiling seed v0.1.0 (/opt/rustwide/workdir/seed)
[INFO] [stderr]    Compiling migration v0.1.0 (/opt/rustwide/workdir/migration)
[INFO] [stderr]    Compiling words_lingo v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.07s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4, proc-macro-error2 v2.0.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 4`
[INFO] running `Command { std: "docker" "inspect" "a7bfa635a5c7547b5a6ac331fe00eaa1dfcff4cf04ba515ff4aec29e477c6c5a", 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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "a7bfa635a5c7547b5a6ac331fe00eaa1dfcff4cf04ba515ff4aec29e477c6c5a" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling smallvec v1.13.2
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling rust_decimal v1.36.0
[INFO] [stderr]    Compiling uuid v1.11.0
[INFO] [stderr]    Compiling darling_core v0.20.10
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling sha2 v0.10.8
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling proc-macro2-diagnostics v0.10.1
[INFO] [stderr]    Compiling clang-sys v1.8.1
[INFO] [stderr]    Compiling lexical-util v0.8.5
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling libloading v0.8.6
[INFO] [stderr]    Compiling frunk_core v0.4.3
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling icu_normalizer v1.5.0
[INFO] [stderr]    Compiling bindgen v0.71.1
[INFO] [stderr]    Compiling hashbrown v0.15.2
[INFO] [stderr]    Compiling ouroboros_macro v0.18.5
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling tracing-subscriber v0.3.19
[INFO] [stderr]    Compiling lexical-parse-integer v0.8.6
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling lexical-write-integer v0.8.5
[INFO] [stderr]    Compiling tokio v1.42.0
[INFO] [stderr]    Compiling idna_adapter v1.2.0
[INFO] [stderr]    Compiling futures-intrusive v0.5.0
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling indexmap v2.7.0
[INFO] [stderr]    Compiling idna v1.0.3
[INFO] [stderr]    Compiling libz-sys v1.1.21
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling chrono v0.4.39
[INFO] [stderr]    Compiling url v2.5.4
[INFO] [stderr]    Compiling num-iter v0.1.45
[INFO] [stderr]    Compiling num-bigint-dig v0.8.4
[INFO] [stderr]    Compiling ordered-float v3.9.2
[INFO] [stderr]    Compiling atoi v2.0.0
[INFO] [stderr]    Compiling ouroboros v0.18.5
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling bitflags v2.6.0
[INFO] [stderr]    Compiling toml_datetime v0.6.8
[INFO] [stderr]    Compiling frunk_proc_macro_helpers v0.1.3
[INFO] [stderr]    Compiling rustc-hash v2.1.0
[INFO] [stderr]    Compiling toml_edit v0.19.15
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]    Compiling lexical-write-float v0.8.5
[INFO] [stderr]    Compiling lexical-parse-float v0.8.5
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling subprocess v0.2.9
[INFO] [stderr]    Compiling cmake v0.1.52
[INFO] [stderr]    Compiling wyz v0.5.1
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling bigdecimal v0.4.7
[INFO] [stderr]    Compiling lexical-core v0.8.5
[INFO] [stderr]    Compiling rsa v0.9.7
[INFO] [stderr]    Compiling cexpr v0.6.0
[INFO] [stderr]    Compiling darling_macro v0.20.10
[INFO] [stderr]    Compiling frunk_proc_macros v0.1.3
[INFO] [stderr]    Compiling frunk_derives v0.4.3
[INFO] [stderr]    Compiling darling v0.20.10
[INFO] [stderr]    Compiling ntex-router v0.5.3
[INFO] [stderr]    Compiling sea-query-derive v0.4.2
[INFO] [stderr]    Compiling termcolor v1.4.1
[INFO] [stderr]    Compiling hashbrown v0.13.2
[INFO] [stderr]    Compiling bitvec v1.0.1
[INFO] [stderr]    Compiling flate2 v1.0.35
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling lexical v6.1.1
[INFO] [stderr]    Compiling proc-macro-crate v1.3.1
[INFO] [stderr]    Compiling bigdecimal v0.3.1
[INFO] [stderr]    Compiling derive_utils v0.15.0
[INFO] [stderr]    Compiling sea-query v0.32.1
[INFO] [stderr]    Compiling crossbeam-channel v0.5.14
[INFO] [stderr]    Compiling mysql v24.0.0
[INFO] [stderr]    Compiling saturating v0.1.0
[INFO] [stderr]    Compiling lru v0.10.1
[INFO] [stderr]    Compiling io-enum v1.2.0
[INFO] [stderr]    Compiling pem v2.0.1
[INFO] [stderr]    Compiling twox-hash v1.6.3
[INFO] [stderr]    Compiling bufstream v0.1.4
[INFO] [stderr]    Compiling diff v0.1.13
[INFO] [stderr]    Compiling crossbeam v0.8.4
[INFO] [stderr]    Compiling pretty_assertions v1.4.1
[INFO] [stderr]    Compiling mysql-common-derive v0.30.2
[INFO] [stderr]    Compiling frunk v0.4.3
[INFO] [stderr]    Compiling tokio-stream v0.1.17
[INFO] [stderr]    Compiling ntex-rt v0.4.24
[INFO] [stderr]    Compiling async-global-executor v2.4.1
[INFO] [stderr]    Compiling sea-schema v0.16.1
[INFO] [stderr]    Compiling ntex-util v2.8.0
[INFO] [stderr]    Compiling sqlx-core v0.8.3
[INFO] [stderr]    Compiling async-std v1.13.0
[INFO] [stderr]    Compiling sea-orm-cli v1.1.4
[INFO] [stderr]    Compiling ntex-io v2.9.2
[INFO] [stderr]    Compiling sqlx-mysql v0.8.3
[INFO] [stderr]    Compiling sqlx-sqlite v0.8.3
[INFO] [stderr]    Compiling ntex-tokio v0.5.3
[INFO] [stderr]    Compiling mysql_common v0.30.6
[INFO] [stderr]    Compiling ntex-net v2.4.0
[INFO] [stderr]    Compiling ntex-h2 v1.5.0
[INFO] [stderr]    Compiling ntex-server v2.6.2
[INFO] [stderr]    Compiling ntex-tls v2.4.0
[INFO] [stderr]    Compiling sqlx v0.8.3
[INFO] [stderr]    Compiling sea-query-binder v0.7.0
[INFO] [stderr]    Compiling sea-orm v1.1.4
[INFO] [stderr]    Compiling ntex v2.10.0
[INFO] [stderr]    Compiling shared v0.1.0 (/opt/rustwide/workdir/shared)
[INFO] [stderr]    Compiling sea-orm-migration v1.1.4
[INFO] [stderr]    Compiling seed v0.1.0 (/opt/rustwide/workdir/seed)
[INFO] [stderr]    Compiling migration v0.1.0 (/opt/rustwide/workdir/migration)
[INFO] [stderr]    Compiling words_lingo v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `mysql::prelude::*`
[INFO] [stdout]    --> tests/words_test.rs:136:13
[INFO] [stdout]     |
[INFO] [stdout] 136 |         use mysql::prelude::*;
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `get_db` is never used
[INFO] [stdout]    --> tests/words_test.rs:168:14
[INFO] [stdout]     |
[INFO] [stdout] 168 |     async fn get_db(database_url: String) -> DatabaseConnection {
[INFO] [stdout]     |              ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 21.32s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4, proc-macro-error2 v2.0.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 4`
[INFO] running `Command { std: "docker" "inspect" "a7bfa635a5c7547b5a6ac331fe00eaa1dfcff4cf04ba515ff4aec29e477c6c5a", 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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "a7bfa635a5c7547b5a6ac331fe00eaa1dfcff4cf04ba515ff4aec29e477c6c5a" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `mysql::prelude::*`
[INFO] [stderr]    --> tests/words_test.rs:136:13
[INFO] [stderr]     |
[INFO] [stderr] 136 |         use mysql::prelude::*;
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: function `get_db` is never used
[INFO] [stderr]    --> tests/words_test.rs:168:14
[INFO] [stderr]     |
[INFO] [stderr] 168 |     async fn get_db(database_url: String) -> DatabaseConnection {
[INFO] [stderr]     |              ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `words_lingo` (test "words_test") generated 2 warnings (run `cargo fix --test "words_test" -p words_lingo` to apply 1 suggestion)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.41s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4, proc-macro-error2 v2.0.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 4`
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/words_lingo-94b461e6449d2750)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/words_lingo-81948ec057f1861d)
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test tests::get_not_found_response_not_found_status_code ... ok
[INFO] [stdout] test tests::get_hello_response_with_hello ... ok
[INFO] [stdout] test tests::get_works_response_with_it_works ... ok
[INFO] [stdout] test tests::get_works_with_query_params ... ok
[INFO] [stdout] test tests::get_root_response_with_hello_world ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/words_test.rs (/opt/rustwide/target/debug/deps/words_test-e9861b4a4b229eb6)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test words_test::post_words_should_response_ok ... ok
[INFO] [stdout] test words_test::mark_known_words_should_return_404_if_user_not_found ... FAILED
[INFO] [stdout] test words_test::mark_known_words_should_work ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- words_test::mark_known_words_should_return_404_if_user_not_found stdout ----
[INFO] [stdout] Using database: mysql://root:mysqlroot@localhost:3306/words_lingo_test
[INFO] [stdout] 
[INFO] [stdout] thread 'words_test::mark_known_words_should_return_404_if_user_not_found' (5186) panicked at tests/words_test.rs:146:86:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Conn(SqlxError(PoolTimedOut))
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x64ccd1e81211 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x64ccd1e81211 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x64ccd1e81211 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x64ccd1e81211 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x64ccd1e99baa - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x64ccd1e99baa - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x64ccd1e85efc - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x64ccd1e85efc - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x64ccd1e5d806 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x64ccd1e5d806 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x64ccd1e78629 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x64ccd12a1da0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x64ccd12a1da0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x64ccd1e78952 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x64ccd1e78952 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x64ccd1e5d8b2 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x64ccd1e54d69 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x64ccd1e5e73d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x64ccd1e9a42c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x64ccd1e9a1a2 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x64ccd12151c6 - <core[6883ba1bc0fe4ed1]::result::Result<sea_orm[4b677424e8ad1fc4]::database::db_connection::DatabaseConnection, sea_orm[4b677424e8ad1fc4]::error::DbErr>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x64ccd12151c6 - words_test[1fff11358dbae60]::words_test::setup::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/words_test.rs:146:86
[INFO] [stdout]   22:     0x64ccd1217eef - words_test[1fff11358dbae60]::words_test::mark_known_words_should_return_404_if_user_not_found::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/words_test.rs:73:51
[INFO] [stdout]   23:     0x64ccd11fa955 - <ntex_rt[ad13489d4aeba42e]::builder::SystemRunner>::block_on::<words_test[1fff11358dbae60]::words_test::mark_known_words_should_return_404_if_user_not_found::{closure#0}, ()>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ntex-rt-0.4.24/src/builder.rs:168:17
[INFO] [stdout]   24:     0x64ccd1244be1 - <ntex_rt[ad13489d4aeba42e]::system::SystemConfig>::block_on::<<ntex_rt[ad13489d4aeba42e]::builder::SystemRunner>::block_on<words_test[1fff11358dbae60]::words_test::mark_known_words_should_return_404_if_user_not_found::{closure#0}, ()>::{closure#0}, ()>::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ntex-rt-0.4.24/src/system.rs:136:29
[INFO] [stdout]   25:     0x64ccd1281c8d - <core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<ntex_rt[ad13489d4aeba42e]::system::SystemConfig>::block_on<<ntex_rt[ad13489d4aeba42e]::builder::SystemRunner>::block_on<words_test[1fff11358dbae60]::words_test::mark_known_words_should_return_404_if_user_not_found::{closure#0}, ()>::{closure#0}, ()>::{closure#1}>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   26:     0x64ccd11fb3af - <tokio[53b68d11352529ac]::task::local::RunUntil<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<ntex_rt[ad13489d4aeba42e]::system::SystemConfig>::block_on<<ntex_rt[ad13489d4aeba42e]::builder::SystemRunner>::block_on<words_test[1fff11358dbae60]::words_test::mark_known_words_should_return_404_if_user_not_found::{closure#0}, ()>::{closure#0}, ()>::{closure#1}>>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/task/local.rs:1041:44
[INFO] [stdout]   27:     0x64ccd11f9b00 - <tokio[53b68d11352529ac]::task::local::LocalSet>::with::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[53b68d11352529ac]::task::local::RunUntil<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<ntex_rt[ad13489d4aeba42e]::system::SystemConfig>::block_on<<ntex_rt[ad13489d4aeba42e]::builder::SystemRunner>::block_on<words_test[1fff11358dbae60]::words_test::mark_known_words_should_return_404_if_user_not_found::{closure#0}, ()>::{closure#0}, ()>::{closure#1}>>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/task/local.rs:793:13
[INFO] [stdout]   28:     0x64ccd12495e5 - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[53b68d11352529ac]::task::local::LocalData>>::try_with::<<tokio[53b68d11352529ac]::task::local::LocalSet>::with<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[53b68d11352529ac]::task::local::RunUntil<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<ntex_rt[ad13489d4aeba42e]::system::SystemConfig>::block_on<<ntex_rt[ad13489d4aeba42e]::builder::SystemRunner>::block_on<words_test[1fff11358dbae60]::words_test::mark_known_words_should_return_404_if_user_not_found::{closure#0}, ()>::{closure#0}, ()>::{closure#1}>>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   29:     0x64ccd12492ce - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[53b68d11352529ac]::task::local::LocalData>>::with::<<tokio[53b68d11352529ac]::task::local::LocalSet>::with<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[53b68d11352529ac]::task::local::RunUntil<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<ntex_rt[ad13489d4aeba42e]::system::SystemConfig>::block_on<<ntex_rt[ad13489d4aeba42e]::builder::SystemRunner>::block_on<words_test[1fff11358dbae60]::words_test::mark_known_words_should_return_404_if_user_not_found::{closure#0}, ()>::{closure#0}, ()>::{closure#1}>>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   30:     0x64ccd11f6636 - <tokio[53b68d11352529ac]::task::local::LocalSet>::with::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[53b68d11352529ac]::task::local::RunUntil<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<ntex_rt[ad13489d4aeba42e]::system::SystemConfig>::block_on<<ntex_rt[ad13489d4aeba42e]::builder::SystemRunner>::block_on<words_test[1fff11358dbae60]::words_test::mark_known_words_should_return_404_if_user_not_found::{closure#0}, ()>::{closure#0}, ()>::{closure#1}>>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/task/local.rs:791:17
[INFO] [stdout]   31:     0x64ccd11ff046 - <tokio[53b68d11352529ac]::task::local::RunUntil<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<ntex_rt[ad13489d4aeba42e]::system::SystemConfig>::block_on<<ntex_rt[ad13489d4aeba42e]::builder::SystemRunner>::block_on<words_test[1fff11358dbae60]::words_test::mark_known_words_should_return_404_if_user_not_found::{closure#0}, ()>::{closure#0}, ()>::{closure#1}>>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/task/local.rs:1031:22
[INFO] [stdout]   32:     0x64ccd11f9ffa - <tokio[53b68d11352529ac]::task::local::LocalSet>::run_until::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<ntex_rt[ad13489d4aeba42e]::system::SystemConfig>::block_on<<ntex_rt[ad13489d4aeba42e]::builder::SystemRunner>::block_on<words_test[1fff11358dbae60]::words_test::mark_known_words_should_return_404_if_user_not_found::{closure#0}, ()>::{closure#0}, ()>::{closure#1}>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/task/local.rs:689:19
[INFO] [stdout]   33:     0x64ccd1281f0d - <core[6883ba1bc0fe4ed1]::pin::Pin<&mut <tokio[53b68d11352529ac]::task::local::LocalSet>::run_until<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<ntex_rt[ad13489d4aeba42e]::system::SystemConfig>::block_on<<ntex_rt[ad13489d4aeba42e]::builder::SystemRunner>::block_on<words_test[1fff11358dbae60]::words_test::mark_known_words_should_return_404_if_user_not_found::{closure#0}, ()>::{closure#0}, ()>::{closure#1}>>>::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   34:     0x64ccd11f656d - <tokio[53b68d11352529ac]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut <tokio[53b68d11352529ac]::task::local::LocalSet>::run_until<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<ntex_rt[ad13489d4aeba42e]::system::SystemConfig>::block_on<<ntex_rt[ad13489d4aeba42e]::builder::SystemRunner>::block_on<words_test[1fff11358dbae60]::words_test::mark_known_words_should_return_404_if_user_not_found::{closure#0}, ()>::{closure#0}, ()>::{closure#1}>>>::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:729:73
[INFO] [stdout]   35:     0x64ccd11f636b - tokio[53b68d11352529ac]::runtime::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[53b68d11352529ac]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut <tokio[53b68d11352529ac]::task::local::LocalSet>::run_until<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<ntex_rt[ad13489d4aeba42e]::system::SystemConfig>::block_on<<ntex_rt[ad13489d4aeba42e]::builder::SystemRunner>::block_on<words_test[1fff11358dbae60]::words_test::mark_known_words_should_return_404_if_user_not_found::{closure#0}, ()>::{closure#0}, ()>::{closure#1}>>>::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   36:     0x64ccd11f636b - tokio[53b68d11352529ac]::runtime::coop::budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[53b68d11352529ac]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut <tokio[53b68d11352529ac]::task::local::LocalSet>::run_until<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<ntex_rt[ad13489d4aeba42e]::system::SystemConfig>::block_on<<ntex_rt[ad13489d4aeba42e]::builder::SystemRunner>::block_on<words_test[1fff11358dbae60]::words_test::mark_known_words_should_return_404_if_user_not_found::{closure#0}, ()>::{closure#0}, ()>::{closure#1}>>>::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   37:     0x64ccd11f636b - <tokio[53b68d11352529ac]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut <tokio[53b68d11352529ac]::task::local::LocalSet>::run_until<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<ntex_rt[ad13489d4aeba42e]::system::SystemConfig>::block_on<<ntex_rt[ad13489d4aeba42e]::builder::SystemRunner>::block_on<words_test[1fff11358dbae60]::words_test::mark_known_words_should_return_404_if_user_not_found::{closure#0}, ()>::{closure#0}, ()>::{closure#1}>>>::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:729:25
[INFO] [stdout]   38:     0x64ccd11eabc0 - <tokio[53b68d11352529ac]::runtime::scheduler::current_thread::Context>::enter::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[53b68d11352529ac]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut <tokio[53b68d11352529ac]::task::local::LocalSet>::run_until<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<ntex_rt[ad13489d4aeba42e]::system::SystemConfig>::block_on<<ntex_rt[ad13489d4aeba42e]::builder::SystemRunner>::block_on<words_test[1fff11358dbae60]::words_test::mark_known_words_should_return_404_if_user_not_found::{closure#0}, ()>::{closure#0}, ()>::{closure#1}>>>::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:428:19
[INFO] [stdout]   39:     0x64ccd11f4df0 - <tokio[53b68d11352529ac]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut <tokio[53b68d11352529ac]::task::local::LocalSet>::run_until<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<ntex_rt[ad13489d4aeba42e]::system::SystemConfig>::block_on<<ntex_rt[ad13489d4aeba42e]::builder::SystemRunner>::block_on<words_test[1fff11358dbae60]::words_test::mark_known_words_should_return_404_if_user_not_found::{closure#0}, ()>::{closure#0}, ()>::{closure#1}>>>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:728:44
[INFO] [stdout]   40:     0x64ccd11f1654 - <tokio[53b68d11352529ac]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[53b68d11352529ac]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut <tokio[53b68d11352529ac]::task::local::LocalSet>::run_until<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<ntex_rt[ad13489d4aeba42e]::system::SystemConfig>::block_on<<ntex_rt[ad13489d4aeba42e]::builder::SystemRunner>::block_on<words_test[1fff11358dbae60]::words_test::mark_known_words_should_return_404_if_user_not_found::{closure#0}, ()>::{closure#0}, ()>::{closure#1}>>>::{closure#0}>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:807:68
[INFO] [stdout]   41:     0x64ccd121c17b - <tokio[53b68d11352529ac]::runtime::context::scoped::Scoped<tokio[53b68d11352529ac]::runtime::scheduler::Context>>::set::<<tokio[53b68d11352529ac]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[53b68d11352529ac]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut <tokio[53b68d11352529ac]::task::local::LocalSet>::run_until<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<ntex_rt[ad13489d4aeba42e]::system::SystemConfig>::block_on<<ntex_rt[ad13489d4aeba42e]::builder::SystemRunner>::block_on<words_test[1fff11358dbae60]::words_test::mark_known_words_should_return_404_if_user_not_found::{closure#0}, ()>::{closure#0}, ()>::{closure#1}>>>::{closure#0}>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[53b68d11352529ac]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   42:     0x64ccd122e9b9 - tokio[53b68d11352529ac]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[53b68d11352529ac]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[53b68d11352529ac]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[53b68d11352529ac]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut <tokio[53b68d11352529ac]::task::local::LocalSet>::run_until<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<ntex_rt[ad13489d4aeba42e]::system::SystemConfig>::block_on<<ntex_rt[ad13489d4aeba42e]::builder::SystemRunner>::block_on<words_test[1fff11358dbae60]::words_test::mark_known_words_should_return_404_if_user_not_found::{closure#0}, ()>::{closure#0}, ()>::{closure#1}>>>::{closure#0}>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/context.rs:180:38
[INFO] [stdout]   43:     0x64ccd124a872 - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[53b68d11352529ac]::runtime::context::Context>>::try_with::<tokio[53b68d11352529ac]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[53b68d11352529ac]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[53b68d11352529ac]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[53b68d11352529ac]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut <tokio[53b68d11352529ac]::task::local::LocalSet>::run_until<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<ntex_rt[ad13489d4aeba42e]::system::SystemConfig>::block_on<<ntex_rt[ad13489d4aeba42e]::builder::SystemRunner>::block_on<words_test[1fff11358dbae60]::words_test::mark_known_words_should_return_404_if_user_not_found::{closure#0}, ()>::{closure#0}, ()>::{closure#1}>>>::{closure#0}>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[53b68d11352529ac]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   44:     0x64ccd12497fe - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[53b68d11352529ac]::runtime::context::Context>>::with::<tokio[53b68d11352529ac]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[53b68d11352529ac]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[53b68d11352529ac]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[53b68d11352529ac]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut <tokio[53b68d11352529ac]::task::local::LocalSet>::run_until<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<ntex_rt[ad13489d4aeba42e]::system::SystemConfig>::block_on<<ntex_rt[ad13489d4aeba42e]::builder::SystemRunner>::block_on<words_test[1fff11358dbae60]::words_test::mark_known_words_should_return_404_if_user_not_found::{closure#0}, ()>::{closure#0}, ()>::{closure#1}>>>::{closure#0}>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[53b68d11352529ac]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   45:     0x64ccd122cfdd - tokio[53b68d11352529ac]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[53b68d11352529ac]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[53b68d11352529ac]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[53b68d11352529ac]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut <tokio[53b68d11352529ac]::task::local::LocalSet>::run_until<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<ntex_rt[ad13489d4aeba42e]::system::SystemConfig>::block_on<<ntex_rt[ad13489d4aeba42e]::builder::SystemRunner>::block_on<words_test[1fff11358dbae60]::words_test::mark_known_words_should_return_404_if_user_not_found::{closure#0}, ()>::{closure#0}, ()>::{closure#1}>>>::{closure#0}>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/context.rs:180:17
[INFO] [stdout]   46:     0x64ccd11ef440 - <tokio[53b68d11352529ac]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[53b68d11352529ac]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut <tokio[53b68d11352529ac]::task::local::LocalSet>::run_until<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<ntex_rt[ad13489d4aeba42e]::system::SystemConfig>::block_on<<ntex_rt[ad13489d4aeba42e]::builder::SystemRunner>::block_on<words_test[1fff11358dbae60]::words_test::mark_known_words_should_return_404_if_user_not_found::{closure#0}, ()>::{closure#0}, ()>::{closure#1}>>>::{closure#0}>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:807:27
[INFO] [stdout]   47:     0x64ccd11ef936 - <tokio[53b68d11352529ac]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut <tokio[53b68d11352529ac]::task::local::LocalSet>::run_until<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<ntex_rt[ad13489d4aeba42e]::system::SystemConfig>::block_on<<ntex_rt[ad13489d4aeba42e]::builder::SystemRunner>::block_on<words_test[1fff11358dbae60]::words_test::mark_known_words_should_return_404_if_user_not_found::{closure#0}, ()>::{closure#0}, ()>::{closure#1}>>>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:716:24
[INFO] [stdout]   48:     0x64ccd11f0ca3 - <tokio[53b68d11352529ac]::runtime::scheduler::current_thread::CurrentThread>::block_on::<<tokio[53b68d11352529ac]::task::local::LocalSet>::run_until<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<ntex_rt[ad13489d4aeba42e]::system::SystemConfig>::block_on<<ntex_rt[ad13489d4aeba42e]::builder::SystemRunner>::block_on<words_test[1fff11358dbae60]::words_test::mark_known_words_should_return_404_if_user_not_found::{closure#0}, ()>::{closure#0}, ()>::{closure#1}>>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:196:33
[INFO] [stdout]   49:     0x64ccd1206f13 - tokio[53b68d11352529ac]::runtime::context::runtime::enter_runtime::<<tokio[53b68d11352529ac]::runtime::scheduler::current_thread::CurrentThread>::block_on<<tokio[53b68d11352529ac]::task::local::LocalSet>::run_until<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<ntex_rt[ad13489d4aeba42e]::system::SystemConfig>::block_on<<ntex_rt[ad13489d4aeba42e]::builder::SystemRunner>::block_on<words_test[1fff11358dbae60]::words_test::mark_known_words_should_return_404_if_user_not_found::{closure#0}, ()>::{closure#0}, ()>::{closure#1}>>>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   50:     0x64ccd11e9a51 - <tokio[53b68d11352529ac]::runtime::scheduler::current_thread::CurrentThread>::block_on::<<tokio[53b68d11352529ac]::task::local::LocalSet>::run_until<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<ntex_rt[ad13489d4aeba42e]::system::SystemConfig>::block_on<<ntex_rt[ad13489d4aeba42e]::builder::SystemRunner>::block_on<words_test[1fff11358dbae60]::words_test::mark_known_words_should_return_404_if_user_not_found::{closure#0}, ()>::{closure#0}, ()>::{closure#1}>>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:184:9
[INFO] [stdout]   51:     0x64ccd126cbd6 - <tokio[53b68d11352529ac]::runtime::runtime::Runtime>::block_on_inner::<<tokio[53b68d11352529ac]::task::local::LocalSet>::run_until<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<ntex_rt[ad13489d4aeba42e]::system::SystemConfig>::block_on<<ntex_rt[ad13489d4aeba42e]::builder::SystemRunner>::block_on<words_test[1fff11358dbae60]::words_test::mark_known_words_should_return_404_if_user_not_found::{closure#0}, ()>::{closure#0}, ()>::{closure#1}>>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   52:     0x64ccd126d2fa - <tokio[53b68d11352529ac]::runtime::runtime::Runtime>::block_on::<<tokio[53b68d11352529ac]::task::local::LocalSet>::run_until<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<ntex_rt[ad13489d4aeba42e]::system::SystemConfig>::block_on<<ntex_rt[ad13489d4aeba42e]::builder::SystemRunner>::block_on<words_test[1fff11358dbae60]::words_test::mark_known_words_should_return_404_if_user_not_found::{closure#0}, ()>::{closure#0}, ()>::{closure#1}>>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/runtime.rs:342:18
[INFO] [stdout]   53:     0x64ccd11f6721 - <tokio[53b68d11352529ac]::task::local::LocalSet>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<ntex_rt[ad13489d4aeba42e]::system::SystemConfig>::block_on<<ntex_rt[ad13489d4aeba42e]::builder::SystemRunner>::block_on<words_test[1fff11358dbae60]::words_test::mark_known_words_should_return_404_if_user_not_found::{closure#0}, ()>::{closure#0}, ()>::{closure#1}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/task/local.rs:646:12
[INFO] [stdout]   54:     0x64ccd1256a18 - ntex_rt[ad13489d4aeba42e]::tokio::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<ntex_rt[ad13489d4aeba42e]::system::SystemConfig>::block_on<<ntex_rt[ad13489d4aeba42e]::builder::SystemRunner>::block_on<words_test[1fff11358dbae60]::words_test::mark_known_words_should_return_404_if_user_not_found::{closure#0}, ()>::{closure#0}, ()>::{closure#1}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ntex-rt-0.4.24/src/lib.rs:72:43
[INFO] [stdout]   55:     0x64ccd123fb73 - <ntex_rt[ad13489d4aeba42e]::system::SystemConfig>::block_on::<<ntex_rt[ad13489d4aeba42e]::builder::SystemRunner>::block_on<words_test[1fff11358dbae60]::words_test::mark_known_words_should_return_404_if_user_not_found::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ntex-rt-0.4.24/src/system.rs:135:13
[INFO] [stdout]   56:     0x64ccd11f6e7d - <ntex_rt[ad13489d4aeba42e]::builder::SystemRunner>::block_on::<words_test[1fff11358dbae60]::words_test::mark_known_words_should_return_404_if_user_not_found::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ntex-rt-0.4.24/src/builder.rs:165:25
[INFO] [stdout]   57:     0x64ccd121a858 - words_test[1fff11358dbae60]::words_test::mark_known_words_should_return_404_if_user_not_found
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/words_test.rs:71:5
[INFO] [stdout]   58:     0x64ccd1214af7 - words_test[1fff11358dbae60]::words_test::mark_known_words_should_return_404_if_user_not_found::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/words_test.rs:71:18
[INFO] [stdout]   59:     0x64ccd11cff46 - <words_test[1fff11358dbae60]::words_test::mark_known_words_should_return_404_if_user_not_found::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   60:     0x64ccd12950db - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x64ccd12950db - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   62:     0x64ccd12a2725 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   63:     0x64ccd12a2725 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   64:     0x64ccd12a2725 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   65:     0x64ccd12a2725 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   66:     0x64ccd12a2725 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   67:     0x64ccd12a2725 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   68:     0x64ccd12a2725 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   69:     0x64ccd129d1d4 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   70:     0x64ccd129d1d4 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   71:     0x64ccd12a5872 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   72:     0x64ccd12a5872 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   73:     0x64ccd12a5872 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   74:     0x64ccd12a5872 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   75:     0x64ccd12a5872 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   76:     0x64ccd12a5872 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   77:     0x64ccd12a5872 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   78:     0x64ccd1e803bf - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   79:     0x64ccd1e803bf - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   80:     0x7daf68da9aa4 - <unknown>
[INFO] [stdout]   81:     0x7daf68e36a64 - clone
[INFO] [stdout]   82:                0x0 - <unknown>
[INFO] [stdout] Panic in Arbiter thread.
[INFO] [stdout] 
[INFO] [stdout] ---- words_test::mark_known_words_should_work stdout ----
[INFO] [stdout] Using database: mysql://root:mysqlroot@localhost:3306/words_lingo_test
[INFO] [stdout] 
[INFO] [stdout] thread 'words_test::mark_known_words_should_work' (5187) panicked at tests/words_test.rs:146:86:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Conn(SqlxError(PoolTimedOut))
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x64ccd1e81211 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x64ccd1e81211 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x64ccd1e81211 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x64ccd1e81211 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x64ccd1e99baa - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x64ccd1e99baa - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x64ccd1e85efc - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x64ccd1e85efc - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x64ccd1e5d806 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x64ccd1e5d806 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x64ccd1e78629 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x64ccd12a1da0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x64ccd12a1da0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x64ccd1e78952 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x64ccd1e78952 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x64ccd1e5d8b2 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x64ccd1e54d69 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x64ccd1e5e73d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x64ccd1e9a42c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x64ccd1e9a1a2 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x64ccd12151c6 - <core[6883ba1bc0fe4ed1]::result::Result<sea_orm[4b677424e8ad1fc4]::database::db_connection::DatabaseConnection, sea_orm[4b677424e8ad1fc4]::error::DbErr>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x64ccd12151c6 - words_test[1fff11358dbae60]::words_test::setup::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/words_test.rs:146:86
[INFO] [stdout]   22:     0x64ccd1215fa1 - words_test[1fff11358dbae60]::words_test::mark_known_words_should_work::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/words_test.rs:31:50
[INFO] [stdout]   23:     0x64ccd11fa2e5 - <ntex_rt[ad13489d4aeba42e]::builder::SystemRunner>::block_on::<words_test[1fff11358dbae60]::words_test::mark_known_words_should_work::{closure#0}, ()>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ntex-rt-0.4.24/src/builder.rs:168:17
[INFO] [stdout]   24:     0x64ccd1243ec1 - <ntex_rt[ad13489d4aeba42e]::system::SystemConfig>::block_on::<<ntex_rt[ad13489d4aeba42e]::builder::SystemRunner>::block_on<words_test[1fff11358dbae60]::words_test::mark_known_words_should_work::{closure#0}, ()>::{closure#0}, ()>::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ntex-rt-0.4.24/src/system.rs:136:29
[INFO] [stdout]   25:     0x64ccd1281c0d - <core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<ntex_rt[ad13489d4aeba42e]::system::SystemConfig>::block_on<<ntex_rt[ad13489d4aeba42e]::builder::SystemRunner>::block_on<words_test[1fff11358dbae60]::words_test::mark_known_words_should_work::{closure#0}, ()>::{closure#0}, ()>::{closure#1}>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   26:     0x64ccd11fb12f - <tokio[53b68d11352529ac]::task::local::RunUntil<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<ntex_rt[ad13489d4aeba42e]::system::SystemConfig>::block_on<<ntex_rt[ad13489d4aeba42e]::builder::SystemRunner>::block_on<words_test[1fff11358dbae60]::words_test::mark_known_words_should_work::{closure#0}, ()>::{closure#0}, ()>::{closure#1}>>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/task/local.rs:1041:44
[INFO] [stdout]   27:     0x64ccd11f9920 - <tokio[53b68d11352529ac]::task::local::LocalSet>::with::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[53b68d11352529ac]::task::local::RunUntil<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<ntex_rt[ad13489d4aeba42e]::system::SystemConfig>::block_on<<ntex_rt[ad13489d4aeba42e]::builder::SystemRunner>::block_on<words_test[1fff11358dbae60]::words_test::mark_known_words_should_work::{closure#0}, ()>::{closure#0}, ()>::{closure#1}>>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/task/local.rs:793:13
[INFO] [stdout]   28:     0x64ccd12493e5 - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[53b68d11352529ac]::task::local::LocalData>>::try_with::<<tokio[53b68d11352529ac]::task::local::LocalSet>::with<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[53b68d11352529ac]::task::local::RunUntil<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<ntex_rt[ad13489d4aeba42e]::system::SystemConfig>::block_on<<ntex_rt[ad13489d4aeba42e]::builder::SystemRunner>::block_on<words_test[1fff11358dbae60]::words_test::mark_known_words_should_work::{closure#0}, ()>::{closure#0}, ()>::{closure#1}>>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   29:     0x64ccd124922e - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[53b68d11352529ac]::task::local::LocalData>>::with::<<tokio[53b68d11352529ac]::task::local::LocalSet>::with<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[53b68d11352529ac]::task::local::RunUntil<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<ntex_rt[ad13489d4aeba42e]::system::SystemConfig>::block_on<<ntex_rt[ad13489d4aeba42e]::builder::SystemRunner>::block_on<words_test[1fff11358dbae60]::words_test::mark_known_words_should_work::{closure#0}, ()>::{closure#0}, ()>::{closure#1}>>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   30:     0x64ccd11f65b6 - <tokio[53b68d11352529ac]::task::local::LocalSet>::with::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[53b68d11352529ac]::task::local::RunUntil<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<ntex_rt[ad13489d4aeba42e]::system::SystemConfig>::block_on<<ntex_rt[ad13489d4aeba42e]::builder::SystemRunner>::block_on<words_test[1fff11358dbae60]::words_test::mark_known_words_should_work::{closure#0}, ()>::{closure#0}, ()>::{closure#1}>>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/task/local.rs:791:17
[INFO] [stdout]   31:     0x64ccd11fefa6 - <tokio[53b68d11352529ac]::task::local::RunUntil<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<ntex_rt[ad13489d4aeba42e]::system::SystemConfig>::block_on<<ntex_rt[ad13489d4aeba42e]::builder::SystemRunner>::block_on<words_test[1fff11358dbae60]::words_test::mark_known_words_should_work::{closure#0}, ()>::{closure#0}, ()>::{closure#1}>>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/task/local.rs:1031:22
[INFO] [stdout]   32:     0x64ccd11f9c9a - <tokio[53b68d11352529ac]::task::local::LocalSet>::run_until::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<ntex_rt[ad13489d4aeba42e]::system::SystemConfig>::block_on<<ntex_rt[ad13489d4aeba42e]::builder::SystemRunner>::block_on<words_test[1fff11358dbae60]::words_test::mark_known_words_should_work::{closure#0}, ()>::{closure#0}, ()>::{closure#1}>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/task/local.rs:689:19
[INFO] [stdout]   33:     0x64ccd1281e8d - <core[6883ba1bc0fe4ed1]::pin::Pin<&mut <tokio[53b68d11352529ac]::task::local::LocalSet>::run_until<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<ntex_rt[ad13489d4aeba42e]::system::SystemConfig>::block_on<<ntex_rt[ad13489d4aeba42e]::builder::SystemRunner>::block_on<words_test[1fff11358dbae60]::words_test::mark_known_words_should_work::{closure#0}, ()>::{closure#0}, ()>::{closure#1}>>>::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   34:     0x64ccd11f64ed - <tokio[53b68d11352529ac]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut <tokio[53b68d11352529ac]::task::local::LocalSet>::run_until<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<ntex_rt[ad13489d4aeba42e]::system::SystemConfig>::block_on<<ntex_rt[ad13489d4aeba42e]::builder::SystemRunner>::block_on<words_test[1fff11358dbae60]::words_test::mark_known_words_should_work::{closure#0}, ()>::{closure#0}, ()>::{closure#1}>>>::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:729:73
[INFO] [stdout]   35:     0x64ccd11f602b - tokio[53b68d11352529ac]::runtime::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[53b68d11352529ac]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut <tokio[53b68d11352529ac]::task::local::LocalSet>::run_until<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<ntex_rt[ad13489d4aeba42e]::system::SystemConfig>::block_on<<ntex_rt[ad13489d4aeba42e]::builder::SystemRunner>::block_on<words_test[1fff11358dbae60]::words_test::mark_known_words_should_work::{closure#0}, ()>::{closure#0}, ()>::{closure#1}>>>::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   36:     0x64ccd11f602b - tokio[53b68d11352529ac]::runtime::coop::budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[53b68d11352529ac]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut <tokio[53b68d11352529ac]::task::local::LocalSet>::run_until<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<ntex_rt[ad13489d4aeba42e]::system::SystemConfig>::block_on<<ntex_rt[ad13489d4aeba42e]::builder::SystemRunner>::block_on<words_test[1fff11358dbae60]::words_test::mark_known_words_should_work::{closure#0}, ()>::{closure#0}, ()>::{closure#1}>>>::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   37:     0x64ccd11f602b - <tokio[53b68d11352529ac]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut <tokio[53b68d11352529ac]::task::local::LocalSet>::run_until<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<ntex_rt[ad13489d4aeba42e]::system::SystemConfig>::block_on<<ntex_rt[ad13489d4aeba42e]::builder::SystemRunner>::block_on<words_test[1fff11358dbae60]::words_test::mark_known_words_should_work::{closure#0}, ()>::{closure#0}, ()>::{closure#1}>>>::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:729:25
[INFO] [stdout]   38:     0x64ccd11ea580 - <tokio[53b68d11352529ac]::runtime::scheduler::current_thread::Context>::enter::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[53b68d11352529ac]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut <tokio[53b68d11352529ac]::task::local::LocalSet>::run_until<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<ntex_rt[ad13489d4aeba42e]::system::SystemConfig>::block_on<<ntex_rt[ad13489d4aeba42e]::builder::SystemRunner>::block_on<words_test[1fff11358dbae60]::words_test::mark_known_words_should_work::{closure#0}, ()>::{closure#0}, ()>::{closure#1}>>>::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:428:19
[INFO] [stdout]   39:     0x64ccd11f38b0 - <tokio[53b68d11352529ac]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut <tokio[53b68d11352529ac]::task::local::LocalSet>::run_until<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<ntex_rt[ad13489d4aeba42e]::system::SystemConfig>::block_on<<ntex_rt[ad13489d4aeba42e]::builder::SystemRunner>::block_on<words_test[1fff11358dbae60]::words_test::mark_known_words_should_work::{closure#0}, ()>::{closure#0}, ()>::{closure#1}>>>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:728:44
[INFO] [stdout]   40:     0x64ccd11f1614 - <tokio[53b68d11352529ac]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[53b68d11352529ac]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut <tokio[53b68d11352529ac]::task::local::LocalSet>::run_until<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<ntex_rt[ad13489d4aeba42e]::system::SystemConfig>::block_on<<ntex_rt[ad13489d4aeba42e]::builder::SystemRunner>::block_on<words_test[1fff11358dbae60]::words_test::mark_known_words_should_work::{closure#0}, ()>::{closure#0}, ()>::{closure#1}>>>::{closure#0}>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:807:68
[INFO] [stdout]   41:     0x64ccd121bedb - <tokio[53b68d11352529ac]::runtime::context::scoped::Scoped<tokio[53b68d11352529ac]::runtime::scheduler::Context>>::set::<<tokio[53b68d11352529ac]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[53b68d11352529ac]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut <tokio[53b68d11352529ac]::task::local::LocalSet>::run_until<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<ntex_rt[ad13489d4aeba42e]::system::SystemConfig>::block_on<<ntex_rt[ad13489d4aeba42e]::builder::SystemRunner>::block_on<words_test[1fff11358dbae60]::words_test::mark_known_words_should_work::{closure#0}, ()>::{closure#0}, ()>::{closure#1}>>>::{closure#0}>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[53b68d11352529ac]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   42:     0x64ccd122e939 - tokio[53b68d11352529ac]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[53b68d11352529ac]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[53b68d11352529ac]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[53b68d11352529ac]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut <tokio[53b68d11352529ac]::task::local::LocalSet>::run_until<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<ntex_rt[ad13489d4aeba42e]::system::SystemConfig>::block_on<<ntex_rt[ad13489d4aeba42e]::builder::SystemRunner>::block_on<words_test[1fff11358dbae60]::words_test::mark_known_words_should_work::{closure#0}, ()>::{closure#0}, ()>::{closure#1}>>>::{closure#0}>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/context.rs:180:38
[INFO] [stdout]   43:     0x64ccd124a5f2 - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[53b68d11352529ac]::runtime::context::Context>>::try_with::<tokio[53b68d11352529ac]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[53b68d11352529ac]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[53b68d11352529ac]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[53b68d11352529ac]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut <tokio[53b68d11352529ac]::task::local::LocalSet>::run_until<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<ntex_rt[ad13489d4aeba42e]::system::SystemConfig>::block_on<<ntex_rt[ad13489d4aeba42e]::builder::SystemRunner>::block_on<words_test[1fff11358dbae60]::words_test::mark_known_words_should_work::{closure#0}, ()>::{closure#0}, ()>::{closure#1}>>>::{closure#0}>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[53b68d11352529ac]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   44:     0x64ccd124973e - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[53b68d11352529ac]::runtime::context::Context>>::with::<tokio[53b68d11352529ac]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[53b68d11352529ac]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[53b68d11352529ac]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[53b68d11352529ac]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut <tokio[53b68d11352529ac]::task::local::LocalSet>::run_until<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<ntex_rt[ad13489d4aeba42e]::system::SystemConfig>::block_on<<ntex_rt[ad13489d4aeba42e]::builder::SystemRunner>::block_on<words_test[1fff11358dbae60]::words_test::mark_known_words_should_work::{closure#0}, ()>::{closure#0}, ()>::{closure#1}>>>::{closure#0}>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[53b68d11352529ac]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   45:     0x64ccd122cf5d - tokio[53b68d11352529ac]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[53b68d11352529ac]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[53b68d11352529ac]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[53b68d11352529ac]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut <tokio[53b68d11352529ac]::task::local::LocalSet>::run_until<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<ntex_rt[ad13489d4aeba42e]::system::SystemConfig>::block_on<<ntex_rt[ad13489d4aeba42e]::builder::SystemRunner>::block_on<words_test[1fff11358dbae60]::words_test::mark_known_words_should_work::{closure#0}, ()>::{closure#0}, ()>::{closure#1}>>>::{closure#0}>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/context.rs:180:17
[INFO] [stdout]   46:     0x64ccd11eec00 - <tokio[53b68d11352529ac]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[53b68d11352529ac]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut <tokio[53b68d11352529ac]::task::local::LocalSet>::run_until<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<ntex_rt[ad13489d4aeba42e]::system::SystemConfig>::block_on<<ntex_rt[ad13489d4aeba42e]::builder::SystemRunner>::block_on<words_test[1fff11358dbae60]::words_test::mark_known_words_should_work::{closure#0}, ()>::{closure#0}, ()>::{closure#1}>>>::{closure#0}>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:807:27
[INFO] [stdout]   47:     0x64ccd11ef836 - <tokio[53b68d11352529ac]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut <tokio[53b68d11352529ac]::task::local::LocalSet>::run_until<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<ntex_rt[ad13489d4aeba42e]::system::SystemConfig>::block_on<<ntex_rt[ad13489d4aeba42e]::builder::SystemRunner>::block_on<words_test[1fff11358dbae60]::words_test::mark_known_words_should_work::{closure#0}, ()>::{closure#0}, ()>::{closure#1}>>>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:716:24
[INFO] [stdout]   48:     0x64ccd11f05e3 - <tokio[53b68d11352529ac]::runtime::scheduler::current_thread::CurrentThread>::block_on::<<tokio[53b68d11352529ac]::task::local::LocalSet>::run_until<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<ntex_rt[ad13489d4aeba42e]::system::SystemConfig>::block_on<<ntex_rt[ad13489d4aeba42e]::builder::SystemRunner>::block_on<words_test[1fff11358dbae60]::words_test::mark_known_words_should_work::{closure#0}, ()>::{closure#0}, ()>::{closure#1}>>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:196:33
[INFO] [stdout]   49:     0x64ccd1206c33 - tokio[53b68d11352529ac]::runtime::context::runtime::enter_runtime::<<tokio[53b68d11352529ac]::runtime::scheduler::current_thread::CurrentThread>::block_on<<tokio[53b68d11352529ac]::task::local::LocalSet>::run_until<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<ntex_rt[ad13489d4aeba42e]::system::SystemConfig>::block_on<<ntex_rt[ad13489d4aeba42e]::builder::SystemRunner>::block_on<words_test[1fff11358dbae60]::words_test::mark_known_words_should_work::{closure#0}, ()>::{closure#0}, ()>::{closure#1}>>>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   50:     0x64ccd11e98b1 - <tokio[53b68d11352529ac]::runtime::scheduler::current_thread::CurrentThread>::block_on::<<tokio[53b68d11352529ac]::task::local::LocalSet>::run_until<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<ntex_rt[ad13489d4aeba42e]::system::SystemConfig>::block_on<<ntex_rt[ad13489d4aeba42e]::builder::SystemRunner>::block_on<words_test[1fff11358dbae60]::words_test::mark_known_words_should_work::{closure#0}, ()>::{closure#0}, ()>::{closure#1}>>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:184:9
[INFO] [stdout]   51:     0x64ccd126c8d6 - <tokio[53b68d11352529ac]::runtime::runtime::Runtime>::block_on_inner::<<tokio[53b68d11352529ac]::task::local::LocalSet>::run_until<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<ntex_rt[ad13489d4aeba42e]::system::SystemConfig>::block_on<<ntex_rt[ad13489d4aeba42e]::builder::SystemRunner>::block_on<words_test[1fff11358dbae60]::words_test::mark_known_words_should_work::{closure#0}, ()>::{closure#0}, ()>::{closure#1}>>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   52:     0x64ccd126cdfa - <tokio[53b68d11352529ac]::runtime::runtime::Runtime>::block_on::<<tokio[53b68d11352529ac]::task::local::LocalSet>::run_until<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<ntex_rt[ad13489d4aeba42e]::system::SystemConfig>::block_on<<ntex_rt[ad13489d4aeba42e]::builder::SystemRunner>::block_on<words_test[1fff11358dbae60]::words_test::mark_known_words_should_work::{closure#0}, ()>::{closure#0}, ()>::{closure#1}>>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/runtime.rs:342:18
[INFO] [stdout]   53:     0x64ccd11f6681 - <tokio[53b68d11352529ac]::task::local::LocalSet>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<ntex_rt[ad13489d4aeba42e]::system::SystemConfig>::block_on<<ntex_rt[ad13489d4aeba42e]::builder::SystemRunner>::block_on<words_test[1fff11358dbae60]::words_test::mark_known_words_should_work::{closure#0}, ()>::{closure#0}, ()>::{closure#1}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/task/local.rs:646:12
[INFO] [stdout]   54:     0x64ccd1255d18 - ntex_rt[ad13489d4aeba42e]::tokio::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<<ntex_rt[ad13489d4aeba42e]::system::SystemConfig>::block_on<<ntex_rt[ad13489d4aeba42e]::builder::SystemRunner>::block_on<words_test[1fff11358dbae60]::words_test::mark_known_words_should_work::{closure#0}, ()>::{closure#0}, ()>::{closure#1}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ntex-rt-0.4.24/src/lib.rs:72:43
[INFO] [stdout]   55:     0x64ccd123f0d3 - <ntex_rt[ad13489d4aeba42e]::system::SystemConfig>::block_on::<<ntex_rt[ad13489d4aeba42e]::builder::SystemRunner>::block_on<words_test[1fff11358dbae60]::words_test::mark_known_words_should_work::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ntex-rt-0.4.24/src/system.rs:135:13
[INFO] [stdout]   56:     0x64ccd11f692d - <ntex_rt[ad13489d4aeba42e]::builder::SystemRunner>::block_on::<words_test[1fff11358dbae60]::words_test::mark_known_words_should_work::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ntex-rt-0.4.24/src/builder.rs:165:25
[INFO] [stdout]   57:     0x64ccd121a7d8 - words_test[1fff11358dbae60]::words_test::mark_known_words_should_work
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/words_test.rs:29:5
[INFO] [stdout]   58:     0x64ccd1214a97 - words_test[1fff11358dbae60]::words_test::mark_known_words_should_work::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/words_test.rs:29:18
[INFO] [stdout]   59:     0x64ccd11cfec6 - <words_test[1fff11358dbae60]::words_test::mark_known_words_should_work::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   60:     0x64ccd12950db - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x64ccd12950db - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   62:     0x64ccd12a2725 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   63:     0x64ccd12a2725 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   64:     0x64ccd12a2725 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   65:     0x64ccd12a2725 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   66:     0x64ccd12a2725 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   67:     0x64ccd12a2725 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   68:     0x64ccd12a2725 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   69:     0x64ccd129d1d4 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   70:     0x64ccd129d1d4 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   71:     0x64ccd12a5872 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   72:     0x64ccd12a5872 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   73:     0x64ccd12a5872 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   74:     0x64ccd12a5872 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   75:     0x64ccd12a5872 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   76:     0x64ccd12a5872 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   77:     0x64ccd12a5872 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   78:     0x64ccd1e803bf - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   79:     0x64ccd1e803bf - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   80:     0x7daf68da9aa4 - <unknown>
[INFO] [stdout]   81:     0x7daf68e36a64 - clone
[INFO] [stdout]   82:                0x0 - <unknown>
[INFO] [stdout] Panic in Arbiter thread.
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     words_test::mark_known_words_should_return_404_if_user_not_found
[INFO] [stdout]     words_test::mark_known_words_should_work
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 1 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 30.07s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test words_test`
[INFO] running `Command { std: "docker" "inspect" "a7bfa635a5c7547b5a6ac331fe00eaa1dfcff4cf04ba515ff4aec29e477c6c5a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a7bfa635a5c7547b5a6ac331fe00eaa1dfcff4cf04ba515ff4aec29e477c6c5a", kill_on_drop: false }`
[INFO] [stdout] a7bfa635a5c7547b5a6ac331fe00eaa1dfcff4cf04ba515ff4aec29e477c6c5a
