[INFO] cloning repository https://github.com/jayson-lennon/intrack [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jayson-lennon/intrack" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjayson-lennon%2Fintrack", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjayson-lennon%2Fintrack'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 5eaa0e260d0248536d9df5db6dc4017e39733c28 [INFO] testing jayson-lennon/intrack against try#dec9417b8611e34e787a3e4c37686b5131f9e5c5 for pr-154210-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjayson-lennon%2Fintrack" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/jayson-lennon/intrack [INFO] finished tweaking git repo https://github.com/jayson-lennon/intrack [INFO] tweaked toml for git repo https://github.com/jayson-lennon/intrack written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/jayson-lennon/intrack on toolchain dec9417b8611e34e787a3e4c37686b5131f9e5c5 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/jayson-lennon/intrack 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" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 15c181691659a0367b10a00ee0f9c85b326e713a6fc4d74dd7303f3ed2bf2456 [INFO] running `Command { std: "docker" "start" "-a" "15c181691659a0367b10a00ee0f9c85b326e713a6fc4d74dd7303f3ed2bf2456", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "15c181691659a0367b10a00ee0f9c85b326e713a6fc4d74dd7303f3ed2bf2456", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "15c181691659a0367b10a00ee0f9c85b326e713a6fc4d74dd7303f3ed2bf2456", kill_on_drop: false }` [INFO] [stdout] 15c181691659a0367b10a00ee0f9c85b326e713a6fc4d74dd7303f3ed2bf2456 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a282b2a6cde9407e0899f33ecd06fadde7cefbf4fe66f3c40e82fe911f88c911 [INFO] running `Command { std: "docker" "start" "-a" "a282b2a6cde9407e0899f33ecd06fadde7cefbf4fe66f3c40e82fe911f88c911", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.103 [INFO] [stderr] Compiling unicode-ident v1.0.22 [INFO] [stderr] Compiling quote v1.0.42 [INFO] [stderr] Compiling libc v0.2.178 [INFO] [stderr] Compiling memchr v2.7.6 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling cfg-if v1.0.4 [INFO] [stderr] Compiling smallvec v1.15.1 [INFO] [stderr] Compiling regex-syntax v0.8.8 [INFO] [stderr] Compiling parking_lot_core v0.9.12 [INFO] [stderr] Compiling lock_api v0.4.14 [INFO] [stderr] Compiling thiserror v2.0.17 [INFO] [stderr] Compiling strsim v0.11.1 [INFO] [stderr] Compiling fastrand v2.3.0 [INFO] [stderr] Compiling aho-corasick v1.1.4 [INFO] [stderr] Compiling tinyvec v1.10.0 [INFO] [stderr] Compiling version_check v0.9.5 [INFO] [stderr] Compiling syn v2.0.111 [INFO] [stderr] Compiling typenum v1.19.0 [INFO] [stderr] Compiling unicode-normalization v0.1.25 [INFO] [stderr] Compiling once_cell v1.21.3 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling gix-trace v0.1.15 [INFO] [stderr] Compiling itoa v1.0.15 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling log v0.4.29 [INFO] [stderr] Compiling gix-utils v0.3.1 [INFO] [stderr] Compiling parking_lot v0.12.5 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling walkdir v2.5.0 [INFO] [stderr] Compiling prodash v30.0.1 [INFO] [stderr] Compiling rustversion v1.0.22 [INFO] [stderr] Compiling rustix v1.1.2 [INFO] [stderr] Compiling regex-automata v0.4.13 [INFO] [stderr] Compiling autocfg v1.5.0 [INFO] [stderr] Compiling crypto-common v0.1.7 [INFO] [stderr] Compiling block-buffer v0.10.4 [INFO] [stderr] Compiling signal-hook-registry v1.4.7 [INFO] [stderr] Compiling bitflags v2.10.0 [INFO] [stderr] Compiling heapless v0.8.0 [INFO] [stderr] Compiling unicode-segmentation v1.12.0 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling linux-raw-sys v0.11.0 [INFO] [stderr] Compiling getrandom v0.3.4 [INFO] [stderr] Compiling hash32 v0.3.1 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling mio v1.1.1 [INFO] [stderr] Compiling signal-hook v0.3.18 [INFO] [stderr] Compiling cpufeatures v0.2.17 [INFO] [stderr] Compiling hashbrown v0.16.1 [INFO] [stderr] Compiling pin-project-lite v0.2.16 [INFO] [stderr] Compiling equivalent v1.0.2 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling stable_deref_trait v1.2.1 [INFO] [stderr] Compiling unicode-width v0.2.0 [INFO] [stderr] Compiling sha1 v0.10.6 [INFO] [stderr] Compiling winnow v0.7.14 [INFO] [stderr] Compiling futures-core v0.3.31 [INFO] [stderr] Compiling ryu v1.0.20 [INFO] [stderr] Compiling sha1-checked v0.10.0 [INFO] [stderr] Compiling jiff v0.2.16 [INFO] [stderr] Compiling faster-hex v0.10.0 [INFO] [stderr] Compiling rustix v0.38.44 [INFO] [stderr] Compiling futures-sink v0.3.31 [INFO] [stderr] Compiling utf8parse v0.2.2 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling darling_core v0.20.11 [INFO] [stderr] Compiling darling_core v0.21.3 [INFO] [stderr] Compiling anstyle-parse v0.2.7 [INFO] [stderr] Compiling signal-hook-mio v0.2.5 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Compiling prettyplease v0.2.37 [INFO] [stderr] Compiling anstyle-query v1.1.5 [INFO] [stderr] Compiling bstr v1.12.1 [INFO] [stderr] Compiling tempfile v3.23.0 [INFO] [stderr] Compiling is_terminal_polyfill v1.70.2 [INFO] [stderr] Compiling foldhash v0.1.5 [INFO] [stderr] Compiling colorchoice v1.0.4 [INFO] [stderr] Compiling semver v1.0.27 [INFO] [stderr] Compiling thiserror-impl v2.0.17 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling anstyle v1.0.13 [INFO] [stderr] Compiling linux-raw-sys v0.4.15 [INFO] [stderr] Compiling instability v0.3.10 [INFO] [stderr] Compiling allocator-api2 v0.2.21 [INFO] [stderr] Compiling powerfmt v0.2.0 [INFO] [stderr] Compiling deranged v0.5.5 [INFO] [stderr] Compiling hashbrown v0.15.5 [INFO] [stderr] Compiling darling_macro v0.20.11 [INFO] [stderr] Compiling darling v0.20.11 [INFO] [stderr] Compiling gix-validate v0.10.1 [INFO] [stderr] Compiling gix-path v0.10.22 [INFO] [stderr] Compiling anstream v0.6.21 [INFO] [stderr] Compiling darling_macro v0.21.3 [INFO] [stderr] Compiling rustc_version v0.4.1 [INFO] [stderr] Compiling gix-features v0.44.1 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling strum_macros v0.26.4 [INFO] [stderr] Compiling futures-channel v0.3.31 [INFO] [stderr] Compiling gix-fs v0.17.0 [INFO] [stderr] Compiling gix-hash v0.20.1 [INFO] [stderr] Compiling gix-tempfile v19.0.1 [INFO] [stderr] Compiling itertools v0.13.0 [INFO] [stderr] Compiling gix-date v0.11.0 [INFO] [stderr] Compiling gix-hashtable v0.10.0 [INFO] [stderr] Compiling convert_case v0.10.0 [INFO] [stderr] Compiling castaway v0.2.4 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling tracing-core v0.1.35 [INFO] [stderr] Compiling gix-actor v0.36.0 [INFO] [stderr] Compiling proc-macro-error-attr2 v2.0.0 [INFO] [stderr] Compiling unicode-linebreak v0.1.5 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling time-core v0.1.6 [INFO] [stderr] Compiling os_str_bytes v6.6.1 [INFO] [stderr] Compiling futures-io v0.3.31 [INFO] [stderr] Compiling smawk v0.3.2 [INFO] [stderr] Compiling indoc v2.0.7 [INFO] [stderr] Compiling num-conv v0.1.0 [INFO] [stderr] Compiling futures-task v0.3.31 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling clap_lex v0.7.6 [INFO] [stderr] Compiling unicode-xid v0.2.6 [INFO] [stderr] Compiling serde_json v1.0.145 [INFO] [stderr] Compiling slab v0.4.11 [INFO] [stderr] Compiling num_threads v0.1.7 [INFO] [stderr] Compiling unicode-width v0.1.14 [INFO] [stderr] Compiling compact_str v0.8.1 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling time v0.3.44 [INFO] [stderr] Compiling strum v0.26.3 [INFO] [stderr] Compiling derive_more-impl v2.1.0 [INFO] [stderr] Compiling clap_builder v4.5.53 [INFO] [stderr] Compiling unicode-truncate v1.1.0 [INFO] [stderr] Compiling clap_lex v0.2.4 [INFO] [stderr] Compiling textwrap v0.16.2 [INFO] [stderr] Compiling proc-macro-error2 v2.0.1 [INFO] [stderr] Compiling gix-object v0.52.0 [INFO] [stderr] Compiling gix-lock v19.0.0 [INFO] [stderr] Compiling crossterm v0.28.1 [INFO] [stderr] Compiling error-stack v0.6.0 [INFO] [stderr] Compiling darling v0.21.3 [INFO] [stderr] Compiling lru v0.12.5 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling tracing-attributes v0.1.31 [INFO] [stderr] Compiling clap_derive v4.5.49 [INFO] [stderr] Compiling tokio-macros v2.6.0 [INFO] [stderr] Compiling regex v1.12.2 [INFO] [stderr] Compiling indexmap v2.12.1 [INFO] [stderr] Compiling itertools v0.14.0 [INFO] [stderr] Compiling socket2 v0.6.1 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling memmap2 v0.9.9 [INFO] [stderr] Compiling litrs v1.0.0 [INFO] [stderr] Compiling bytes v1.11.0 [INFO] [stderr] Compiling lazy_static v1.5.0 [INFO] [stderr] Compiling cassowary v0.3.0 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling wherror v2.3.1 [INFO] [stderr] Compiling owo-colors v4.2.3 [INFO] [stderr] Compiling clap v3.2.25 [INFO] [stderr] Compiling document-features v0.2.12 [INFO] [stderr] Compiling tokio v1.48.0 [INFO] [stderr] Compiling ratatui v0.29.0 [INFO] [stderr] Compiling clap v4.5.53 [INFO] [stderr] Compiling sharded-slab v0.1.7 [INFO] [stderr] Compiling gix-ref v0.55.0 [INFO] [stderr] Compiling tracing v0.1.43 [INFO] [stderr] Compiling futures-executor v0.3.31 [INFO] [stderr] Compiling serde_valid_derive v2.0.0 [INFO] [stderr] Compiling serde_valid_literal v2.0.0 [INFO] [stderr] Compiling bon-macros v3.8.1 [INFO] [stderr] Compiling derive_more v2.1.0 [INFO] [stderr] Compiling tracing-log v0.2.0 [INFO] [stderr] Compiling gix-glob v0.22.1 [INFO] [stderr] Compiling gix-config-value v0.15.3 [INFO] [stderr] Compiling strum_macros v0.27.2 [INFO] [stderr] Compiling wherror-impl v2.3.1 [INFO] [stderr] Compiling toml_parser v1.0.4 [INFO] [stderr] Compiling matchers v0.2.0 [INFO] [stderr] Compiling console v0.16.1 [INFO] [stderr] Compiling gix-sec v0.12.2 [INFO] [stderr] Compiling serde_spanned v1.0.3 [INFO] [stderr] Compiling toml_datetime v0.7.3 [INFO] [stderr] Compiling thread_local v1.1.9 [INFO] [stderr] Compiling unsafe-libyaml v0.2.11 [INFO] [stderr] Compiling str_indices v0.4.4 [INFO] [stderr] Compiling zeroize v1.8.2 [INFO] [stderr] Compiling shell-words v1.1.0 [INFO] [stderr] Compiling unicode-bom v2.0.3 [INFO] [stderr] Compiling toml_writer v1.0.4 [INFO] [stderr] Compiling nu-ansi-term v0.50.3 [INFO] [stderr] Compiling gix-config v0.48.0 [INFO] [stderr] Compiling toml v0.9.8 [INFO] [stderr] Compiling strum v0.27.2 [INFO] [stderr] Compiling ropey v1.6.1 [INFO] [stderr] Compiling tracing-subscriber v0.3.22 [INFO] [stderr] Compiling serde_yaml v0.9.34+deprecated [INFO] [stderr] Compiling bon v3.8.1 [INFO] [stderr] Compiling tokio-util v0.7.17 [INFO] [stderr] Compiling dialoguer v0.12.0 [INFO] [stderr] Compiling dotenvy v0.15.7 [INFO] [stderr] Compiling serde_valid v2.0.0 [INFO] [stderr] Compiling tui-widget-list v0.13.2 [INFO] [stderr] Compiling crossterm v0.29.0 [INFO] [stderr] Compiling futures v0.3.31 [INFO] [stderr] Compiling clap-verbosity-flag v3.0.4 [INFO] [stderr] Compiling smart-default v0.7.1 [INFO] [stderr] Compiling intrack v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 00s [INFO] running `Command { std: "docker" "inspect" "a282b2a6cde9407e0899f33ecd06fadde7cefbf4fe66f3c40e82fe911f88c911", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a282b2a6cde9407e0899f33ecd06fadde7cefbf4fe66f3c40e82fe911f88c911", kill_on_drop: false }` [INFO] [stdout] a282b2a6cde9407e0899f33ecd06fadde7cefbf4fe66f3c40e82fe911f88c911 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6c034a93795f9eed518d1666ad4fa28b410733fb8d61fb8f09cc3092e803a1fb [INFO] running `Command { std: "docker" "start" "-a" "6c034a93795f9eed518d1666ad4fa28b410733fb8d61fb8f09cc3092e803a1fb", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.7.6 [INFO] [stderr] Compiling hashbrown v0.16.1 [INFO] [stderr] Compiling winnow v0.7.14 [INFO] [stderr] Compiling tokio v1.48.0 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling toml_datetime v0.7.3 [INFO] [stderr] Compiling rstest_macros v0.26.1 [INFO] [stderr] Compiling async-stream-impl v0.3.6 [INFO] [stderr] Compiling relative-path v1.9.3 [INFO] [stderr] Compiling indexmap v2.12.1 [INFO] [stderr] Compiling glob v0.3.3 [INFO] [stderr] Compiling futures-timer v3.0.3 [INFO] [stderr] Compiling aho-corasick v1.1.4 [INFO] [stderr] Compiling async-stream v0.3.6 [INFO] [stderr] Compiling regex-automata v0.4.13 [INFO] [stderr] Compiling toml_parser v1.0.4 [INFO] [stderr] Compiling toml_edit v0.23.9 [INFO] [stderr] Compiling proc-macro-crate v3.4.0 [INFO] [stderr] Compiling futures-executor v0.3.31 [INFO] [stderr] Compiling futures v0.3.31 [INFO] [stderr] Compiling regex v1.12.2 [INFO] [stderr] Compiling tokio-stream v0.1.17 [INFO] [stderr] Compiling tokio-util v0.7.17 [INFO] [stderr] Compiling intrack v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling tokio-test v0.4.4 [INFO] [stderr] Compiling rstest v0.26.1 [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 40.30s [INFO] running `Command { std: "docker" "inspect" "6c034a93795f9eed518d1666ad4fa28b410733fb8d61fb8f09cc3092e803a1fb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6c034a93795f9eed518d1666ad4fa28b410733fb8d61fb8f09cc3092e803a1fb", kill_on_drop: false }` [INFO] [stdout] 6c034a93795f9eed518d1666ad4fa28b410733fb8d61fb8f09cc3092e803a1fb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 9785c4bb3ef5dd0d36a063590ba4f7346a8c953a6f7ee1a3faa2252d2c0626f4 [INFO] running `Command { std: "docker" "start" "-a" "9785c4bb3ef5dd0d36a063590ba4f7346a8c953a6f7ee1a3faa2252d2c0626f4", kill_on_drop: false }` [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.29s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/intrack-6d1b111a6fa42b36) [INFO] [stdout] [INFO] [stdout] running 53 tests [INFO] [stdout] test feat::issue::tests::extract_issue_parts_valid_empty_comment ... ok [INFO] [stdout] test feat::issue::tests::extract_issue_parts_valid_empty_yaml ... ok [INFO] [stdout] test feat::issue::tests::extract_issue_parts_invalid_missing_second_delim ... ok [INFO] [stdout] test feat::issue::tests::extract_issue_parts_invalid_no_match ... ok [INFO] [stdout] test feat::issue::tests::extract_issue_parts_valid_multiline_comment ... ok [INFO] [stdout] test feat::issue::tests::extract_issue_parts_allows_comment_to_start_on_same_line ... ok [INFO] [stdout] test feat::issue::tests::extract_issue_parts_valid_single_line ... ok [INFO] [stdout] test feat::tui_issue_table::state::tests::test_available_columns_preserves_order::case_1 ... ok [INFO] [stdout] test feat::issue::tests::extract_issue_parts_valid_multiline_yaml ... ok [INFO] [stdout] test feat::tui_issue_table::state::tests::test_available_columns_preserves_order::case_2 ... ok [INFO] [stdout] test feat::tui_issue_table::state::tests::test_available_columns_preserves_order::case_3 ... ok [INFO] [stdout] test feat::tui_issue_table::state::tests::test_available_columns_preserves_order::case_6 ... ok [INFO] [stdout] test feat::issue::tests::extract_issue_parts_multiple_delims_takes_last ... ok [INFO] [stdout] test feat::tui_issue_table::state::tests::test_available_columns_preserves_order::case_5 ... ok [INFO] [stdout] test feat::tui_issue_table::state::tests::test_available_columns_preserves_order::case_7 ... ok [INFO] [stdout] test feat::tui_issue_table::state::tests::test_columns_from_edited::case_01 ... ok [INFO] [stdout] test feat::tui_issue_table::state::tests::test_columns_from_edited::case_02 ... ok [INFO] [stdout] test feat::tui_issue_table::state::tests::test_columns_from_edited::case_03 ... ok [INFO] [stdout] test feat::tui_issue_table::state::tests::test_columns_from_edited::case_04 ... ok [INFO] [stdout] test feat::tui_issue_table::state::tests::test_columns_from_edited::case_05 ... ok [INFO] [stdout] test feat::tui_issue_table::state::tests::test_columns_from_edited::case_06 ... ok [INFO] [stdout] test feat::tui_issue_table::state::tests::test_columns_from_edited::case_07 ... ok [INFO] [stdout] test feat::tui_issue_table::state::tests::test_columns_from_edited::case_08 ... ok [INFO] [stdout] test feat::tui_issue_table::state::tests::test_columns_from_edited::case_09 ... ok [INFO] [stdout] test feat::tui_issue_table::state::tests::test_columns_from_edited::case_10 ... ok [INFO] [stdout] test feat::tui_issue_table::tests::test_parse_custom::case_1 ... ok [INFO] [stdout] test feat::tui_issue_table::tests::test_parse_custom::case_3 ... ok [INFO] [stdout] test feat::tui_issue_table::tests::test_parse_custom::case_5 ... ok [INFO] [stdout] test feat::tui_issue_table::tests::test_parse_custom::case_4 ... ok [INFO] [stdout] test feat::tui_issue_table::tests::test_parse_custom::case_6 ... ok [INFO] [stdout] test feat::tui_issue_table::tests::test_parse_known::case_01 ... ok [INFO] [stdout] test feat::tui_issue_table::tests::test_parse_custom::case_8 ... ok [INFO] [stdout] test feat::tui_issue_table::tests::test_parse_known::case_03 ... ok [INFO] [stdout] test feat::tui_issue_table::tests::test_parse_known::case_02 ... ok [INFO] [stdout] test feat::tui_issue_table::tests::test_parse_known::case_04 ... ok [INFO] [stdout] test feat::tui_issue_table::tests::test_parse_known::case_05 ... ok [INFO] [stdout] test feat::tui_issue_table::tests::test_parse_known::case_06 ... ok [INFO] [stdout] test feat::tui_issue_table::tests::test_parse_known::case_07 ... ok [INFO] [stdout] test feat::tui_issue_table::tests::test_parse_known::case_08 ... ok [INFO] [stdout] test feat::tui_issue_table::tests::test_parse_known::case_09 ... ok [INFO] [stdout] test feat::tui_issue_table::tests::test_parse_known::case_10 ... ok [INFO] [stdout] test feat::tui_issue_table::tests::test_parse_known::case_11 ... ok [INFO] [stdout] test feat::tui_issue_table::tests::test_parse_known::case_13 ... ok [INFO] [stdout] test feat::tui_issue_table::tests::test_parse_known::case_12 ... ok [INFO] [stdout] test feat::tui_issue_table::tests::test_parse_known::case_15 ... ok [INFO] [stdout] test feat::tui_issue_table::tests::test_parse_known::case_14 ... ok [INFO] [stdout] test feat::tui_issue_table::tests::test_parse_known::case_16 ... ok [INFO] [stdout] test feat::tui_issue_table::tests::test_parse_known::case_17 ... ok [INFO] [stdout] test feat::tui_issue_table::tests::test_parse_known::case_18 ... ok [INFO] [stdout] test feat::tui_issue_table::tests::test_parse_custom::case_2 ... ok [INFO] [stdout] test feat::tui_issue_table::tests::test_parse_custom::case_7 ... ok [INFO] [stdout] test feat::tui_issue_table::state::tests::test_available_columns_preserves_order::case_4 ... ok [INFO] [stdout] test feat::issue::tests::extract_issue_parts_invalid_no_newline_after_first_delim ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 53 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] [stderr] Running unittests src/bin/intrack.rs (/opt/rustwide/target/debug/deps/intrack-ed25836e9b999fe2) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stderr] Doc-tests intrack [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] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test src/feat/tui_widget/input_box.rs - feat::tui_widget::input_box::InputBox (line 109) ... ok [INFO] [stdout] test src/feat/tui/wrapper.rs - feat::tui::wrapper::Tui::next (line 378) ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/feat/tui/wrapper.rs - feat::tui::wrapper::Tui::next (line 378) stdout ---- [INFO] [stdout] Test executable failed (exit status: 101). [INFO] [stdout] [INFO] [stdout] stderr: [INFO] [stdout] [INFO] [stdout] thread 'main' (102) panicked at /tmp/rustdoctestjD4JGo/doctest_bundle_2024.rs:8:26: [INFO] [stdout] called `Result::unwrap()` on an `Err` value: TuiError [INFO] [stdout] ├╴at src/feat/tui/wrapper.rs:111:69 [INFO] [stdout] │ [INFO] [stdout] ╰─▶ Resource temporarily unavailable (os error 11) [INFO] [stdout] ├╴at src/feat/tui/wrapper.rs:111:69 [INFO] [stdout] ╰╴backtrace with 46 frames (1) [INFO] [stdout] [INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [INFO] [stdout] [INFO] [stdout] backtrace no. 1 [INFO] [stdout] 0: <::capture as core::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 1: ::then::::capture> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/bool.rs:66:24 [INFO] [stdout] 2: >::from_frame [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/error-stack-0.6.0/src/report.rs:311:14 [INFO] [stdout] 3: >::new [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/error-stack-0.6.0/src/report.rs:294:9 [INFO] [stdout] 4: as core::convert::From>::from [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/error-stack-0.6.0/src/context.rs:108:9 [INFO] [stdout] 5: >>::into [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/convert/mod.rs:778:9 [INFO] [stdout] 6: ::into_report [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/error-stack-0.6.0/src/report.rs:1021:14 [INFO] [stdout] 7: >, std::io::error::Error> as error_stack::result::ResultExt>::change_context:: [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/error-stack-0.6.0/src/result.rs:250:37 [INFO] [stdout] 8: ::new [INFO] [stdout] at ./src/feat/tui/wrapper.rs:111:69 [INFO] [stdout] 9: doctest_bundle_2024::__doctest_0::main::{closure#0} [INFO] [stdout] 10: as core::future::future::Future>::poll [INFO] [stdout] 11: ::block_on::>::{closure#0}::{closure#0}::{closure#0} [INFO] [stdout] 12: ::block_on::>::{closure#0}::{closure#0} [INFO] [stdout] 13: ::enter::, ::block_on>::{closure#0}::{closure#0}> [INFO] [stdout] 14: ::block_on::>::{closure#0} [INFO] [stdout] 15: ::enter::<::block_on>::{closure#0}, core::option::Option<()>>::{closure#0} [INFO] [stdout] 16: >::set::<::enter<::block_on>::{closure#0}, core::option::Option<()>>::{closure#0}, (alloc::boxed::Box, core::option::Option<()>)> [INFO] [stdout] 17: tokio::runtime::context::set_scheduler::<(alloc::boxed::Box, core::option::Option<()>), ::enter<::block_on>::{closure#0}, core::option::Option<()>>::{closure#0}>::{closure#0} [INFO] [stdout] 18: >::try_with::, core::option::Option<()>), ::enter<::block_on>::{closure#0}, core::option::Option<()>>::{closure#0}>::{closure#0}, (alloc::boxed::Box, core::option::Option<()>)> [INFO] [stdout] 19: >::with::, core::option::Option<()>), ::enter<::block_on>::{closure#0}, core::option::Option<()>>::{closure#0}>::{closure#0}, (alloc::boxed::Box, core::option::Option<()>)> [INFO] [stdout] 20: tokio::runtime::context::set_scheduler::<(alloc::boxed::Box, core::option::Option<()>), ::enter<::block_on>::{closure#0}, core::option::Option<()>>::{closure#0}> [INFO] [stdout] 21: ::enter::<::block_on>::{closure#0}, core::option::Option<()>> [INFO] [stdout] 22: ::block_on::> [INFO] [stdout] 23: ::block_on::::{closure#0} [INFO] [stdout] 24: tokio::runtime::context::runtime::enter_runtime::<::block_on::{closure#0}, ()> [INFO] [stdout] 25: ::block_on:: [INFO] [stdout] 26: ::block_on_inner:: [INFO] [stdout] 27: ::block_on:: [INFO] [stdout] 28: tokio_test::block_on:: [INFO] [stdout] 29: doctest_bundle_2024::__doctest_0::main [INFO] [stdout] 30: doctest_bundle_2024::__doctest_0::__main_fn [INFO] [stdout] 31: doctest_runner_2024::__doctest_0::TEST::{closure#0} [INFO] [stdout] 32: >::call_once [INFO] [stdout] 33: doctest_runner_2024::main [INFO] [stdout] 34: std::process::ExitCode as core::ops::function::FnOnce<()>>::call_once [INFO] [stdout] 35: std::sys::backtrace::__rust_begin_short_backtrace:: std::process::ExitCode, std::process::ExitCode> [INFO] [stdout] 36: std::rt::lang_start::::{closure#0} [INFO] [stdout] 37: <&dyn core::ops::function::Fn<(), Output = i32> + core::marker::Sync + core::panic::unwind_safe::RefUnwindSafe as core::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/ops/function.rs:287:21 [INFO] [stdout] 38: std::panicking::catch_unwind::do_call::<&dyn core::ops::function::Fn<(), Output = i32> + core::marker::Sync + core::panic::unwind_safe::RefUnwindSafe, i32> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:581:40 [INFO] [stdout] 39: std::panicking::catch_unwind:: + core::marker::Sync + core::panic::unwind_safe::RefUnwindSafe> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:544:19 [INFO] [stdout] 40: std::panic::catch_unwind::<&dyn core::ops::function::Fn<(), Output = i32> + core::marker::Sync + core::panic::unwind_safe::RefUnwindSafe, i32> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panic.rs:359:14 [INFO] [stdout] 41: std::rt::lang_start_internal::{closure#0} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/rt.rs:175:24 [INFO] [stdout] 42: std::panicking::catch_unwind::do_call:: [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:581:40 [INFO] [stdout] 43: std::panicking::catch_unwind:: [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:544:19 [INFO] [stdout] 44: std::panic::catch_unwind:: [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panic.rs:359:14 [INFO] [stdout] 45: std::rt::lang_start_internal [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/rt.rs:171:5 [INFO] [stdout] 46: std::rt::lang_start:: [INFO] [stdout] 47: main [INFO] [stdout] 48: [INFO] [stdout] 49: __libc_start_main [INFO] [stdout] 50: _start [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5f7a98e3242a - std[e72de78501789eb0]::backtrace_rs::backtrace::libunwind::trace [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x5f7a98e3242a - std[e72de78501789eb0]::backtrace_rs::backtrace::trace_unsynchronized:: [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x5f7a98e3242a - std[e72de78501789eb0]::sys::backtrace::_print_fmt [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/sys/backtrace.rs:74:9 [INFO] [stdout] 3: 0x5f7a98e3242a - <::print::DisplayBacktrace as core[6aaeda2c7ad07a48]::fmt::Display>::fmt [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/sys/backtrace.rs:44:26 [INFO] [stdout] 4: 0x5f7a98e4730a - ::fmt [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/fmt/rt.rs:152:76 [INFO] [stdout] 5: 0x5f7a98e4730a - core[6aaeda2c7ad07a48]::fmt::write [INFO] [stdout] 6: 0x5f7a98e386e2 - std[e72de78501789eb0]::io::default_write_fmt:: [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5f7a98e386e2 - ::write_fmt [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/io/mod.rs:1994:13 [INFO] [stdout] 8: 0x5f7a98e10b9f - ::print [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/sys/backtrace.rs:47:9 [INFO] [stdout] 9: 0x5f7a98e10b9f - std[e72de78501789eb0]::panicking::default_hook::{closure#0} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:292:27 [INFO] [stdout] 10: 0x5f7a98e2a781 - std[e72de78501789eb0]::panicking::default_hook [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:319:9 [INFO] [stdout] 11: 0x5f7a98e2a9fb - std[e72de78501789eb0]::panicking::panic_with_hook [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:825:13 [INFO] [stdout] 12: 0x5f7a98e10c58 - std[e72de78501789eb0]::panicking::panic_handler::{closure#0} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:698:13 [INFO] [stdout] 13: 0x5f7a98e07fe9 - std[e72de78501789eb0]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/sys/backtrace.rs:182:18 [INFO] [stdout] 14: 0x5f7a98e11b7d - __rustc[78a4cf188af856fc]::rust_begin_unwind [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:689:5 [INFO] [stdout] 15: 0x5f7a98e47afc - core[6aaeda2c7ad07a48]::panicking::panic_fmt [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/panicking.rs:80:14 [INFO] [stdout] 16: 0x5f7a98e47842 - core[6aaeda2c7ad07a48]::result::unwrap_failed [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/result.rs:1867:5 [INFO] [stdout] 17: 0x5f7a98c43fba - doctest_bundle_2024[af3d95ed4780fc9e]::__doctest_0::main::{closure#0} [INFO] [stdout] 18: 0x5f7a98c44df7 - as core[6aaeda2c7ad07a48]::future::future::Future>::poll [INFO] [stdout] 19: 0x5f7a98c43508 - ::block_on::>::{closure#0}::{closure#0}::{closure#0} [INFO] [stdout] 20: 0x5f7a98c4344c - ::block_on::>::{closure#0}::{closure#0} [INFO] [stdout] 21: 0x5f7a98c3cbb4 - ::enter::, ::block_on>::{closure#0}::{closure#0}> [INFO] [stdout] 22: 0x5f7a98c41ea1 - ::block_on::>::{closure#0} [INFO] [stdout] 23: 0x5f7a98c411e8 - ::enter::<::block_on>::{closure#0}, core[6aaeda2c7ad07a48]::option::Option<()>>::{closure#0} [INFO] [stdout] 24: 0x5f7a98c3c2b5 - >::set::<::enter<::block_on>::{closure#0}, core[6aaeda2c7ad07a48]::option::Option<()>>::{closure#0}, (alloc[28d2dab30c1dc666]::boxed::Box, core[6aaeda2c7ad07a48]::option::Option<()>)> [INFO] [stdout] 25: 0x5f7a98c42a28 - tokio[c55c1e84ac64ffa6]::runtime::context::set_scheduler::<(alloc[28d2dab30c1dc666]::boxed::Box, core[6aaeda2c7ad07a48]::option::Option<()>), ::enter<::block_on>::{closure#0}, core[6aaeda2c7ad07a48]::option::Option<()>>::{closure#0}>::{closure#0} [INFO] [stdout] 26: 0x5f7a98c3e9cf - >::try_with::, core[6aaeda2c7ad07a48]::option::Option<()>), ::enter<::block_on>::{closure#0}, core[6aaeda2c7ad07a48]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[28d2dab30c1dc666]::boxed::Box, core[6aaeda2c7ad07a48]::option::Option<()>)> [INFO] [stdout] 27: 0x5f7a98c3e5aa - >::with::, core[6aaeda2c7ad07a48]::option::Option<()>), ::enter<::block_on>::{closure#0}, core[6aaeda2c7ad07a48]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[28d2dab30c1dc666]::boxed::Box, core[6aaeda2c7ad07a48]::option::Option<()>)> [INFO] [stdout] 28: 0x5f7a98c4008f - tokio[c55c1e84ac64ffa6]::runtime::context::set_scheduler::<(alloc[28d2dab30c1dc666]::boxed::Box, core[6aaeda2c7ad07a48]::option::Option<()>), ::enter<::block_on>::{closure#0}, core[6aaeda2c7ad07a48]::option::Option<()>>::{closure#0}> [INFO] [stdout] 29: 0x5f7a98c3fa68 - ::enter::<::block_on>::{closure#0}, core[6aaeda2c7ad07a48]::option::Option<()>> [INFO] [stdout] 30: 0x5f7a98c3fd43 - ::block_on::> [INFO] [stdout] 31: 0x5f7a98c40d44 - ::block_on::::{closure#0} [INFO] [stdout] 32: 0x5f7a98c406b3 - tokio[c55c1e84ac64ffa6]::runtime::context::runtime::enter_runtime::<::block_on::{closure#0}, ()> [INFO] [stdout] 33: 0x5f7a98c3c717 - ::block_on:: [INFO] [stdout] 34: 0x5f7a98c3bdec - ::block_on_inner:: [INFO] [stdout] 35: 0x5f7a98c3bffa - ::block_on:: [INFO] [stdout] 36: 0x5f7a98c3bb73 - tokio_test[d139c8514125dda1]::block_on:: [INFO] [stdout] 37: 0x5f7a98c4493a - doctest_bundle_2024[af3d95ed4780fc9e]::__doctest_0::main [INFO] [stdout] 38: 0x5f7a98c44956 - doctest_bundle_2024[af3d95ed4780fc9e]::__doctest_0::__main_fn [INFO] [stdout] 39: 0x5f7a98c39920 - doctest_runner_2024[4dcde59a15a381ce]::__doctest_0::TEST::{closure#0} [INFO] [stdout] 40: 0x5f7a98c3b7d6 - >::call_once [INFO] [stdout] 41: 0x5f7a98c39f07 - doctest_runner_2024[4dcde59a15a381ce]::main [INFO] [stdout] 42: 0x5f7a98c3b733 - std[e72de78501789eb0]::process::ExitCode as core[6aaeda2c7ad07a48]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] 43: 0x5f7a98c39396 - std[e72de78501789eb0]::sys::backtrace::__rust_begin_short_backtrace:: std[e72de78501789eb0]::process::ExitCode, std[e72de78501789eb0]::process::ExitCode> [INFO] [stdout] 44: 0x5f7a98c39749 - std[e72de78501789eb0]::rt::lang_start::::{closure#0} [INFO] [stdout] 45: 0x5f7a98e293f4 - <&dyn core[6aaeda2c7ad07a48]::ops::function::Fn<(), Output = i32> + core[6aaeda2c7ad07a48]::marker::Sync + core[6aaeda2c7ad07a48]::panic::unwind_safe::RefUnwindSafe as core[6aaeda2c7ad07a48]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/ops/function.rs:287:21 [INFO] [stdout] 46: 0x5f7a98e293f4 - std[e72de78501789eb0]::panicking::catch_unwind::do_call::<&dyn core[6aaeda2c7ad07a48]::ops::function::Fn<(), Output = i32> + core[6aaeda2c7ad07a48]::marker::Sync + core[6aaeda2c7ad07a48]::panic::unwind_safe::RefUnwindSafe, i32> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:581:40 [INFO] [stdout] 47: 0x5f7a98e293f4 - std[e72de78501789eb0]::panicking::catch_unwind:: + core[6aaeda2c7ad07a48]::marker::Sync + core[6aaeda2c7ad07a48]::panic::unwind_safe::RefUnwindSafe> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:544:19 [INFO] [stdout] 48: 0x5f7a98e293f4 - std[e72de78501789eb0]::panic::catch_unwind::<&dyn core[6aaeda2c7ad07a48]::ops::function::Fn<(), Output = i32> + core[6aaeda2c7ad07a48]::marker::Sync + core[6aaeda2c7ad07a48]::panic::unwind_safe::RefUnwindSafe, i32> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panic.rs:359:14 [INFO] [stdout] 49: 0x5f7a98e293f4 - std[e72de78501789eb0]::rt::lang_start_internal::{closure#0} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/rt.rs:175:24 [INFO] [stdout] 50: 0x5f7a98e293f4 - std[e72de78501789eb0]::panicking::catch_unwind::do_call:: [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:581:40 [INFO] [stdout] 51: 0x5f7a98e293f4 - std[e72de78501789eb0]::panicking::catch_unwind:: [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:544:19 [INFO] [stdout] 52: 0x5f7a98e293f4 - std[e72de78501789eb0]::panic::catch_unwind:: [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panic.rs:359:14 [INFO] [stdout] 53: 0x5f7a98e293f4 - std[e72de78501789eb0]::rt::lang_start_internal [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/rt.rs:171:5 [INFO] [stdout] 54: 0x5f7a98c392d1 - std[e72de78501789eb0]::rt::lang_start:: [INFO] [stdout] 55: 0x5f7a98c3b915 - main [INFO] [stdout] 56: 0x781c500271ca - [INFO] [stdout] 57: 0x781c5002728b - __libc_start_main [INFO] [stdout] 58: 0x5f7a98c38765 - _start [INFO] [stdout] 59: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/feat/tui/wrapper.rs - feat::tui::wrapper::Tui::next (line 378) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 1 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.23s [INFO] [stdout] [INFO] [stdout] all doctests ran in 2.12s; merged doctests compilation took 1.84s [INFO] [stderr] error: doctest failed, to rerun pass `--doc` [INFO] running `Command { std: "docker" "inspect" "9785c4bb3ef5dd0d36a063590ba4f7346a8c953a6f7ee1a3faa2252d2c0626f4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9785c4bb3ef5dd0d36a063590ba4f7346a8c953a6f7ee1a3faa2252d2c0626f4", kill_on_drop: false }` [INFO] [stdout] 9785c4bb3ef5dd0d36a063590ba4f7346a8c953a6f7ee1a3faa2252d2c0626f4