01KETAGDS4SRVHW0J8SZ1KM58K: build-and-test

BasicConfig {
    output_rules: [],
    rust_toolchain: Some(
        String(
            "stable",
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01KETAGRWWDYBW9G5GB82M75CB

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-01-13T00:02:26.408Zjob assigned to worker 01KETAGT0S8YE6G7K9ZF0ZEB3C [factory aws, i-0e40bbeb75c732f40] (queued for 53 s)
 
22026-01-13T00:02:35.494Zstarting task 0: "setup"
32026-01-13T00:02:35.498Z++ uname -s
42026-01-13T00:02:35.502Z+ kern=SunOS
52026-01-13T00:02:35.502Z+ build_user=build
62026-01-13T00:02:35.502Z+ build_uid=12345
72026-01-13T00:02:35.502Z+ work_dir=/work
82026-01-13T00:02:35.502Z+ input_dir=/input
92026-01-13T00:02:35.502Z+ [[ 0 == 12345 ]]
102026-01-13T00:02:35.502Z+ case "$kern" in
112026-01-13T00:02:35.502Z+ groupadd -g 12345 build
122026-01-13T00:02:35.505Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-01-13T00:02:37.511Z+ zfs create -o mountpoint=/work rpool/work
142026-01-13T00:02:37.583Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-01-13T00:02:37.587Z+ home_fs=zfs
162026-01-13T00:02:37.587Z+ [[ zfs == autofs ]]
172026-01-13T00:02:37.587Z+ mkdir -p /home/build
182026-01-13T00:02:37.590Z+ chown build:build /home/build /work
192026-01-13T00:02:39.591Z+ chmod 0700 /home/build /work
202026-01-13T00:02:39.595Zprocess exited: duration 4101 ms, exit code 0
 
212026-01-13T00:02:39.602Zstarting task 1: "rust-toolchain"
222026-01-13T00:02:39.607Z * rust toolchain channel = "stable"
232026-01-13T00:02:39.608Z * rust toolchain profile = "default"
242026-01-13T00:02:39.611Z+ printf ' * rust toolchain channel = "%s"\n' stable
252026-01-13T00:02:39.611Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-01-13T00:02:39.611Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-01-13T00:02:39.611Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-01-13T00:02:39.611Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-01-13T00:02:39.611Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-01-13T00:02:39.749Zinfo: downloading installer
312026-01-13T00:02:41.194Zwarn: It looks like you have an existing installation of Rust at:
322026-01-13T00:02:41.194Zwarn: /opt/ooce/bin
332026-01-13T00:02:41.194Zwarn: It is recommended that rustup be the primary Rust installation.
342026-01-13T00:02:41.194Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-01-13T00:02:41.194Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-01-13T00:02:41.194Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-01-13T00:02:41.194Zwarn: or pass `-y' to ignore all ignorable checks.
382026-01-13T00:02:41.194Zerror: cannot install while Rust is installed
392026-01-13T00:02:41.194Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-01-13T00:02:41.219Zinfo: profile set to 'default'
412026-01-13T00:02:41.219Zinfo: default host triple is x86_64-unknown-illumos
422026-01-13T00:02:41.222Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
432026-01-13T00:02:41.406Zinfo: latest update on 2025-12-11, rust version 1.92.0 (ded5c06cf 2025-12-08)
442026-01-13T00:02:41.406Zinfo: downloading component 'cargo'
452026-01-13T00:02:42.394Zinfo: downloading component 'clippy'
462026-01-13T00:02:42.788Zinfo: downloading component 'rust-docs'
472026-01-13T00:02:44.282Zinfo: downloading component 'rust-std'
482026-01-13T00:02:45.850Zinfo: downloading component 'rustc'
492026-01-13T00:02:53.155Zinfo: downloading component 'rustfmt'
502026-01-13T00:02:53.425Zinfo: installing component 'cargo'
512026-01-13T00:02:54.344Zinfo: installing component 'clippy'
522026-01-13T00:02:54.733Zinfo: installing component 'rust-docs'
532026-01-13T00:02:56.690Zinfo: installing component 'rust-std'
542026-01-13T00:02:58.508Zinfo: installing component 'rustc'
552026-01-13T00:03:05.243Zinfo: installing component 'rustfmt'
562026-01-13T00:03:05.580Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
572026-01-13T00:03:05.580Z
582026-01-13T00:03:06.051Z stable-x86_64-unknown-illumos installed - rustc 1.92.0 (ded5c06cf 2025-12-08)
592026-01-13T00:03:06.051Z
602026-01-13T00:03:06.054Z
612026-01-13T00:03:06.054ZRust is installed now. Great!
622026-01-13T00:03:06.054Z
632026-01-13T00:03:06.054ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-01-13T00:03:06.054Zenvironment variable. This has not been done automatically.
652026-01-13T00:03:06.054Z
662026-01-13T00:03:06.054ZTo configure your current shell, you need to source
672026-01-13T00:03:06.055Zthe corresponding env file under $HOME/.cargo.
682026-01-13T00:03:06.055Z
692026-01-13T00:03:06.055ZThis is usually done by running one of the following (note the leading DOT):
702026-01-13T00:03:06.055Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-01-13T00:03:06.055Zsource "$HOME/.cargo/env.fish" # For fish
722026-01-13T00:03:06.055Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-01-13T00:03:06.153Z+ rustup --version
742026-01-13T00:03:06.164Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-01-13T00:03:06.168Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-01-13T00:03:06.250Zinfo: The currently active `rustc` version is `rustc 1.92.0 (ded5c06cf 2025-12-08)`
772026-01-13T00:03:06.253Z+ cargo --version
782026-01-13T00:03:06.320Zcargo 1.92.0 (344c4567c 2025-10-21)
792026-01-13T00:03:06.323Z+ rustc --version
802026-01-13T00:03:06.397Zrustc 1.92.0 (ded5c06cf 2025-12-08)
812026-01-13T00:03:06.400Zprocess exited: duration 26794 ms, exit code 0
 
822026-01-13T00:03:06.407Zstarting task 2: "authentication"
832026-01-13T00:03:06.434Zprocess exited: duration 27 ms, exit code 0
 
842026-01-13T00:03:06.440Zstarting task 3: "clone repository"
852026-01-13T00:03:06.446Z+ mkdir -p /work/oxidecomputer/poptrie
862026-01-13T00:03:06.449Z+ git clone https://github.com/oxidecomputer/poptrie /work/oxidecomputer/poptrie
872026-01-13T00:03:06.515ZCloning into '/work/oxidecomputer/poptrie'...
882026-01-13T00:03:07.051Z+ cd /work/oxidecomputer/poptrie
892026-01-13T00:03:07.051Z+ git fetch origin 6e3042f351bdb836cafa51e2d88582fcfe1b8887
902026-01-13T00:03:07.320ZFrom https://github.com/oxidecomputer/poptrie
912026-01-13T00:03:07.320Z * branch 6e3042f351bdb836cafa51e2d88582fcfe1b8887 -> FETCH_HEAD
922026-01-13T00:03:07.333Z+ [[ -n ry/match_31_32 ]]
932026-01-13T00:03:07.363Z++ git branch --show-current
942026-01-13T00:03:07.363Z+ current=main
952026-01-13T00:03:07.363Z+ [[ main != ry/match_31_32 ]]
962026-01-13T00:03:07.363Z+ git branch -f ry/match_31_32 6e3042f351bdb836cafa51e2d88582fcfe1b8887
972026-01-13T00:03:07.363Z+ git checkout -f ry/match_31_32
982026-01-13T00:03:07.363ZSwitched to branch 'ry/match_31_32'
992026-01-13T00:03:07.363Z+ git reset --hard 6e3042f351bdb836cafa51e2d88582fcfe1b8887
1002026-01-13T00:03:07.363ZHEAD is now at 6e3042f kyle's feedback
1012026-01-13T00:03:07.364Zprocess exited: duration 903 ms, exit code 0
 
1022026-01-13T00:03:07.383Zstarting task 4: "build"
1032026-01-13T00:03:07.390Z+ cargo --version
1042026-01-13T00:03:07.451Zcargo 1.92.0 (344c4567c 2025-10-21)
1052026-01-13T00:03:07.458Z+ rustc --version
1062026-01-13T00:03:07.542Zrustc 1.92.0 (ded5c06cf 2025-12-08)
1072026-01-13T00:03:07.577Z+ banner build
1082026-01-13T00:03:07.577Z
1092026-01-13T00:03:07.577Z ##### # # # # #####
1102026-01-13T00:03:07.577Z # # # # # # # #
1112026-01-13T00:03:07.577Z ##### # # # # # #
1122026-01-13T00:03:07.577Z # # # # # # # #
1132026-01-13T00:03:07.579Z # # # # # # # #
1142026-01-13T00:03:07.579Z ##### #### # ###### #####
1152026-01-13T00:03:07.579Z
1162026-01-13T00:03:07.579Z+ cargo build
1172026-01-13T00:03:07.690Z Updating crates.io index
1182026-01-13T00:03:15.768Z Compiling poptrie v0.1.0 (/work/oxidecomputer/poptrie)
1192026-01-13T00:03:16.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.47s
1202026-01-13T00:03:16.129Z+ cargo fmt -- --check
1212026-01-13T00:03:16.371Z+ cargo clippy -- --deny warnings
1222026-01-13T00:03:16.635Z Checking poptrie v0.1.0 (/work/oxidecomputer/poptrie)
1232026-01-13T00:03:16.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.30s
1242026-01-13T00:03:16.843Z+ banner test
1252026-01-13T00:03:16.846Z
1262026-01-13T00:03:16.846Z ##### ###### #### #####
1272026-01-13T00:03:16.846Z # # # #
1282026-01-13T00:03:16.846Z # ##### #### #
1292026-01-13T00:03:16.846Z # # # #
1302026-01-13T00:03:16.846Z # # # # #
1312026-01-13T00:03:16.846Z # ###### #### #
1322026-01-13T00:03:16.846Z
1332026-01-13T00:03:16.846Z+ cargo install cargo-nextest
1342026-01-13T00:03:16.940Z Updating crates.io index
1352026-01-13T00:03:17.036Z Downloading crates ...
1362026-01-13T00:03:17.123Z Downloaded cargo-nextest v0.9.121
1372026-01-13T00:03:17.150Z Installing cargo-nextest v0.9.121
1382026-01-13T00:03:17.199Z Updating crates.io index
1392026-01-13T00:03:19.118Z Locking 452 packages to latest compatible versions
1402026-01-13T00:03:19.140Z Adding generic-array v0.14.7 (available: v0.14.9)
1412026-01-13T00:03:19.143Z Adding idna_adapter v1.0.0 (available: v1.2.1)
1422026-01-13T00:03:19.194Z Adding target-lexicon v0.13.3 (available: v0.13.4)
1432026-01-13T00:03:19.228Z Downloading crates ...
1442026-01-13T00:03:19.341Z Downloaded errno v0.3.14
1452026-01-13T00:03:19.346Z Downloaded atomic-waker v1.1.2
1462026-01-13T00:03:19.349Z Downloaded backtrace-ext v0.2.1
1472026-01-13T00:03:19.349Z Downloaded bit-set v0.5.3
1482026-01-13T00:03:19.352Z Downloaded addr2line v0.25.1
1492026-01-13T00:03:19.356Z Downloaded atomicwrites v0.4.4
1502026-01-13T00:03:19.360Z Downloaded debug-ignore v1.0.5
1512026-01-13T00:03:19.363Z Downloaded atomic v0.6.1
1522026-01-13T00:03:19.365Z Downloaded base64ct v1.8.3
1532026-01-13T00:03:19.369Z Downloaded futures-io v0.3.31
1542026-01-13T00:03:19.372Z Downloaded generic-array v0.14.7
1552026-01-13T00:03:19.373Z Downloaded bitflags v2.10.0
1562026-01-13T00:03:19.376Z Downloaded futures-task v0.3.31
1572026-01-13T00:03:19.378Z Downloaded nested v0.1.1
1582026-01-13T00:03:19.381Z Downloaded futures-sink v0.3.31
1592026-01-13T00:03:19.381Z Downloaded os_pipe v1.2.3
1602026-01-13T00:03:19.384Z Downloaded lru v0.12.5
1612026-01-13T00:03:19.387Z Downloaded openssl-macros v0.1.1
1622026-01-13T00:03:19.387Z Downloaded dirs v6.0.0
1632026-01-13T00:03:19.390Z Downloaded futures-executor v0.3.31
1642026-01-13T00:03:19.390Z Downloaded phf_generator v0.11.3
1652026-01-13T00:03:19.394Z Downloaded nextest-workspace-hack v0.1.0
1662026-01-13T00:03:19.394Z Downloaded ed25519-dalek v2.2.0
1672026-01-13T00:03:19.397Z Downloaded getrandom v0.2.17
1682026-01-13T00:03:19.400Z Downloaded pin-project-lite v0.2.16
1692026-01-13T00:03:19.406Z Downloaded getrandom v0.3.4
1702026-01-13T00:03:19.409Z Downloaded parking_lot_core v0.9.12
1712026-01-13T00:03:19.412Z Downloaded adler2 v2.0.1
1722026-01-13T00:03:19.415Z Downloaded indicatif v0.17.11
1732026-01-13T00:03:19.419Z Downloaded minimal-lexical v0.2.1
1742026-01-13T00:03:19.422Z Downloaded iddqd v0.3.17
1752026-01-13T00:03:19.429Z Downloaded home v0.5.12
1762026-01-13T00:03:19.432Z Downloaded find-msvc-tools v0.1.7
1772026-01-13T00:03:19.435Z Downloaded guppy-workspace-hack v0.1.0
1782026-01-13T00:03:19.436Z Downloaded filetime v0.2.26
1792026-01-13T00:03:19.439Z Downloaded enum_dispatch v0.3.13
1802026-01-13T00:03:19.442Z Downloaded rand_chacha v0.9.0
1812026-01-13T00:03:19.442Z Downloaded ahash v0.8.12
1822026-01-13T00:03:19.445Z Downloaded lab v0.11.0
1832026-01-13T00:03:19.449Z Downloaded hex v0.4.3
1842026-01-13T00:03:19.452Z Downloaded fnv v1.0.7
1852026-01-13T00:03:19.452Z Downloaded heck v0.5.0
1862026-01-13T00:03:19.455Z Downloaded lru-slab v0.1.2
1872026-01-13T00:03:19.455Z Downloaded futures-macro v0.3.31
1882026-01-13T00:03:19.458Z Downloaded humantime-serde v1.1.1
1892026-01-13T00:03:19.458Z Downloaded mac_address v1.1.8
1902026-01-13T00:03:19.461Z Downloaded cpufeatures v0.2.17
1912026-01-13T00:03:19.464Z Downloaded itoa v1.0.17
1922026-01-13T00:03:19.464Z Downloaded iana-time-zone v0.1.64
1932026-01-13T00:03:19.468Z Downloaded crypto-common v0.1.7
1942026-01-13T00:03:19.471Z Downloaded num-derive v0.4.2
1952026-01-13T00:03:19.474Z Downloaded idna_adapter v1.0.0
1962026-01-13T00:03:19.474Z Downloaded clap_lex v0.7.7
1972026-01-13T00:03:19.477Z Downloaded futures-core v0.3.31
1982026-01-13T00:03:19.477Z Downloaded memmem v0.1.1
1992026-01-13T00:03:19.480Z Downloaded cfg_aliases v0.2.1
2002026-01-13T00:03:19.480Z Downloaded openssl-probe v0.1.6
2012026-01-13T00:03:19.484Z Downloaded curve25519-dalek-derive v0.1.1
2022026-01-13T00:03:19.484Z Downloaded cargo-platform v0.3.2
2032026-01-13T00:03:19.484Z Downloaded block-buffer v0.10.4
2042026-01-13T00:03:19.487Z Downloaded phf_shared v0.11.3
2052026-01-13T00:03:19.487Z Downloaded percent-encoding v2.3.2
2062026-01-13T00:03:19.491Z Downloaded is_ci v1.2.0
2072026-01-13T00:03:19.491Z Downloaded option-ext v0.2.0
2082026-01-13T00:03:19.491Z Downloaded ed25519 v2.2.3
2092026-01-13T00:03:19.495Z Downloaded anstyle v1.0.13
2102026-01-13T00:03:19.498Z Downloaded cfg-if v1.0.4
2112026-01-13T00:03:19.498Z Downloaded pathdiff v0.2.3
2122026-01-13T00:03:19.501Z Downloaded color-spantrace v0.3.0
2132026-01-13T00:03:19.501Z Downloaded hyper-tls v0.6.0
2142026-01-13T00:03:19.504Z Downloaded litrs v1.0.0
2152026-01-13T00:03:19.507Z Downloaded native-tls v0.2.14
2162026-01-13T00:03:19.510Z Downloaded plain v0.2.3
2172026-01-13T00:03:19.510Z Downloaded phf_codegen v0.11.3
2182026-01-13T00:03:19.513Z Downloaded pin-utils v0.1.0
2192026-01-13T00:03:19.513Z Downloaded httparse v1.10.1
2202026-01-13T00:03:19.516Z Downloaded rustc_version v0.4.1
2212026-01-13T00:03:19.516Z Downloaded pretty-hex v0.4.1
2222026-01-13T00:03:19.519Z Downloaded lazy_static v1.5.0
2232026-01-13T00:03:19.522Z Downloaded rustc-hash v2.1.1
2242026-01-13T00:03:19.522Z Downloaded scopeguard v1.2.0
2252026-01-13T00:03:19.525Z Downloaded scroll_derive v0.13.1
2262026-01-13T00:03:19.525Z Downloaded memoffset v0.9.1
2272026-01-13T00:03:19.528Z Downloaded foreign-types-shared v0.1.1
2282026-01-13T00:03:19.528Z Downloaded foreign-types v0.3.2
2292026-01-13T00:03:19.528Z Downloaded foldhash v0.1.5
2302026-01-13T00:03:19.532Z Downloaded number_prefix v0.4.0
2312026-01-13T00:03:19.532Z Downloaded foldhash v0.2.0
2322026-01-13T00:03:19.536Z Downloaded serde_spanned v0.6.9
2332026-01-13T00:03:19.536Z Downloaded humantime v2.3.0
2342026-01-13T00:03:19.539Z Downloaded http-body-util v0.1.3
2352026-01-13T00:03:19.539Z Downloaded nextest-metadata v0.13.0
2362026-01-13T00:03:19.542Z Downloaded jobserver v0.1.34
2372026-01-13T00:03:19.542Z Downloaded byteorder v1.5.0
2382026-01-13T00:03:19.545Z Downloaded csscolorparser v0.6.2
2392026-01-13T00:03:19.545Z Downloaded convert_case v0.10.0
2402026-01-13T00:03:19.548Z Downloaded signature v2.2.0
2412026-01-13T00:03:19.551Z Downloaded shared_thread v0.2.0
2422026-01-13T00:03:19.551Z Downloaded serde_spanned v1.0.4
2432026-01-13T00:03:19.555Z Downloaded strsim v0.11.1
2442026-01-13T00:03:19.555Z Downloaded serde_urlencoded v0.7.1
2452026-01-13T00:03:19.558Z Downloaded ordered-float v4.6.0
2462026-01-13T00:03:19.558Z Downloaded shared_child v1.1.1
2472026-01-13T00:03:19.561Z Downloaded signal-hook-mio v0.2.5
2482026-01-13T00:03:19.561Z Downloaded sigchld v0.2.4
2492026-01-13T00:03:19.564Z Downloaded newtype-uuid v1.3.2
2502026-01-13T00:03:19.564Z Downloaded strip-ansi-escapes v0.2.1
2512026-01-13T00:03:19.567Z Downloaded supports-hyperlinks v3.2.0
2522026-01-13T00:03:19.567Z Downloaded subtle v2.6.1
2532026-01-13T00:03:19.567Z Downloaded siphasher v1.0.1
2542026-01-13T00:03:19.570Z Downloaded cargo_metadata v0.23.1
2552026-01-13T00:03:19.570Z Downloaded shell-words v1.1.1
2562026-01-13T00:03:19.573Z Downloaded self-replace v1.5.0
2572026-01-13T00:03:19.576Z Downloaded sync_wrapper v1.0.2
2582026-01-13T00:03:19.577Z Downloaded supports-color v3.0.2
2592026-01-13T00:03:19.577Z Downloaded futures-channel v0.3.31
2602026-01-13T00:03:19.580Z Downloaded target-spec-miette v0.4.5
2612026-01-13T00:03:19.583Z Downloaded rand_core v0.6.4
2622026-01-13T00:03:19.583Z Downloaded rustc-demangle v0.1.26
2632026-01-13T00:03:19.587Z Downloaded phf v0.11.3
2642026-01-13T00:03:19.587Z Downloaded pkcs8 v0.10.2
2652026-01-13T00:03:19.591Z Downloaded semver v1.0.27
2662026-01-13T00:03:19.594Z Downloaded quote v1.0.43
2672026-01-13T00:03:19.594Z Downloaded terminal_size v0.4.3
2682026-01-13T00:03:19.594Z Downloaded swrite v0.1.0
2692026-01-13T00:03:19.597Z Downloaded scroll v0.13.0
2702026-01-13T00:03:19.598Z Downloaded supports-unicode v3.0.0
2712026-01-13T00:03:19.601Z Downloaded tinyvec_macros v0.1.1
2722026-01-13T00:03:19.601Z Downloaded miette-derive v7.6.0
2732026-01-13T00:03:19.601Z Downloaded ipnet v2.11.0
2742026-01-13T00:03:19.604Z Downloaded lock_api v0.4.14
2752026-01-13T00:03:19.604Z Downloaded fancy-regex v0.11.0
2762026-01-13T00:03:19.607Z Downloaded owo-colors v4.2.3
2772026-01-13T00:03:19.610Z Downloaded pest_meta v2.8.5
2782026-01-13T00:03:19.614Z Downloaded camino v1.2.2
2792026-01-13T00:03:19.617Z Downloaded once_cell v1.21.3
2802026-01-13T00:03:19.617Z Downloaded nextest-filtering v0.18.0
2812026-01-13T00:03:19.621Z Downloaded spki v0.7.3
2822026-01-13T00:03:19.621Z Downloaded hyper-rustls v0.27.7
2832026-01-13T00:03:19.624Z Downloaded thread-id v5.1.0
2842026-01-13T00:03:19.624Z Downloaded eyre v0.6.12
2852026-01-13T00:03:19.626Z Downloaded serde_tokenstream v0.2.2
2862026-01-13T00:03:19.630Z Downloaded serde_path_to_error v0.1.20
2872026-01-13T00:03:19.630Z Downloaded pest_derive v2.8.5
2882026-01-13T00:03:19.633Z Downloaded static_assertions v1.1.0
2892026-01-13T00:03:19.633Z Downloaded smol_str v0.3.5
2902026-01-13T00:03:19.636Z Downloaded tracing-error v0.2.1
2912026-01-13T00:03:19.636Z Downloaded tower-service v0.3.3
2922026-01-13T00:03:19.639Z Downloaded toml_write v0.1.2
2932026-01-13T00:03:19.639Z Downloaded typeid v1.0.3
2942026-01-13T00:03:19.639Z Downloaded try-lock v0.2.5
2952026-01-13T00:03:19.642Z Downloaded tower-layer v0.3.3
2962026-01-13T00:03:19.642Z Downloaded signal-hook-registry v1.4.8
2972026-01-13T00:03:19.645Z Downloaded crc32fast v1.5.0
2982026-01-13T00:03:19.645Z Downloaded cfg-expr v0.20.5
2992026-01-13T00:03:19.649Z Downloaded target-spec v3.5.6
3002026-01-13T00:03:19.649Z Downloaded quick-junit v0.5.2
3012026-01-13T00:03:19.652Z Downloaded target-lexicon v0.13.3
3022026-01-13T00:03:19.655Z Downloaded globset v0.4.18
3032026-01-13T00:03:19.655Z Downloaded miniz_oxide v0.8.9
3042026-01-13T00:03:19.658Z Downloaded slab v0.4.11
3052026-01-13T00:03:19.662Z Downloaded thiserror-impl v1.0.69
3062026-01-13T00:03:19.662Z Downloaded unicode-linebreak v0.1.5
3072026-01-13T00:03:19.662Z Downloaded rustls-pki-types v1.13.2
3082026-01-13T00:03:19.665Z Downloaded untrusted v0.9.0
3092026-01-13T00:03:19.665Z Downloaded termios v0.3.3
3102026-01-13T00:03:19.668Z Downloaded sha2 v0.10.9
3112026-01-13T00:03:19.671Z Downloaded thread_local v1.1.9
3122026-01-13T00:03:19.671Z Downloaded thiserror-impl v2.0.17
3132026-01-13T00:03:19.674Z Downloaded urlencoding v2.1.3
3142026-01-13T00:03:19.674Z Downloaded thiserror v2.0.17
3152026-01-13T00:03:19.680Z Downloaded wezterm-dynamic-derive v0.1.1
3162026-01-13T00:03:19.683Z Downloaded clap v4.5.54
3172026-01-13T00:03:19.691Z Downloaded wezterm-blob-leases v0.1.1
3182026-01-13T00:03:19.694Z Downloaded parking_lot v0.12.5
3192026-01-13T00:03:19.694Z Downloaded vec_map v0.8.2
3202026-01-13T00:03:19.697Z Downloaded vtparse v0.6.2
3212026-01-13T00:03:19.697Z Downloaded wezterm-dynamic v0.2.1
3222026-01-13T00:03:19.700Z Downloaded wezterm-color-types v0.3.0
3232026-01-13T00:03:19.700Z Downloaded want v0.3.1
3242026-01-13T00:03:19.700Z Downloaded utf8parse v0.2.2
3252026-01-13T00:03:19.703Z Downloaded utf8_iter v1.0.4
3262026-01-13T00:03:19.703Z Downloaded usdt v0.6.0
3272026-01-13T00:03:19.703Z Downloaded tracing-log v0.2.0
3282026-01-13T00:03:19.707Z Downloaded toml_writer v1.0.6+spec-1.1.0
3292026-01-13T00:03:19.707Z Downloaded smallvec v1.15.1
3302026-01-13T00:03:19.710Z Downloaded simd-adler32 v0.3.8
3312026-01-13T00:03:19.713Z Downloaded shlex v1.3.0
3322026-01-13T00:03:19.713Z Downloaded toml_datetime v0.7.5+spec-1.1.0
3332026-01-13T00:03:19.716Z Downloaded xattr v1.6.1
3342026-01-13T00:03:19.716Z Downloaded toml_datetime v0.6.11
3352026-01-13T00:03:19.719Z Downloaded tokio-native-tls v0.3.1
3362026-01-13T00:03:19.722Z Downloaded tokio-macros v2.6.0
3372026-01-13T00:03:19.722Z Downloaded unit-prefix v0.5.2
3382026-01-13T00:03:19.722Z Downloaded const-oid v0.9.6
3392026-01-13T00:03:19.726Z Downloaded rand_core v0.9.4
3402026-01-13T00:03:19.726Z Downloaded quinn-udp v0.5.14
3412026-01-13T00:03:19.729Z Downloaded ryu v1.0.22
3422026-01-13T00:03:19.732Z Downloaded serde_derive v1.0.228
3432026-01-13T00:03:19.737Z Downloaded version_check v0.9.5
3442026-01-13T00:03:19.737Z Downloaded usdt-impl v0.6.0
3452026-01-13T00:03:19.740Z Downloaded tokio-rustls v0.26.4
3462026-01-13T00:03:19.740Z Downloaded unicase v2.9.0
3472026-01-13T00:03:19.740Z Downloaded toml v0.8.23
3482026-01-13T00:03:19.743Z Downloaded futures v0.3.31
3492026-01-13T00:03:19.748Z Downloaded zmij v1.0.13
3502026-01-13T00:03:19.752Z Downloaded toml_parser v1.0.6+spec-1.1.0
3512026-01-13T00:03:19.755Z Downloaded socket2 v0.6.1
3522026-01-13T00:03:19.755Z Downloaded signal-hook v0.3.18
3532026-01-13T00:03:19.759Z Downloaded zipsign-api v0.1.5
3542026-01-13T00:03:19.762Z Downloaded tracing-attributes v0.1.31
3552026-01-13T00:03:19.765Z Downloaded zeroize v1.8.2
3562026-01-13T00:03:19.765Z Downloaded xxhash-rust v0.8.15
3572026-01-13T00:03:19.768Z Downloaded openssl-sys v0.9.111
3582026-01-13T00:03:19.772Z Downloaded zstd v0.13.3
3592026-01-13T00:03:19.775Z Downloaded memchr v2.7.6
3602026-01-13T00:03:19.781Z Downloaded tinyvec v1.10.0
3612026-01-13T00:03:19.784Z Downloaded textwrap v0.16.2
3622026-01-13T00:03:19.787Z Downloaded ucd-trie v0.1.7
3632026-01-13T00:03:19.787Z Downloaded borsh v1.6.0
3642026-01-13T00:03:19.793Z Downloaded zstd-safe v7.2.4
3652026-01-13T00:03:19.795Z Downloaded tokio-stream v0.1.18
3662026-01-13T00:03:19.799Z Downloaded toml v0.9.11+spec-1.1.0
3672026-01-13T00:03:19.803Z Downloaded wezterm-input-types v0.1.0
3682026-01-13T00:03:19.806Z Downloaded derive_more v2.1.1
3692026-01-13T00:03:19.816Z Downloaded vte v0.14.1
3702026-01-13T00:03:19.819Z Downloaded http v1.4.0
3712026-01-13T00:03:19.823Z Downloaded uuid v1.19.0
3722026-01-13T00:03:19.827Z Downloaded toml_edit v0.24.0+spec-1.1.0
3732026-01-13T00:03:19.830Z Downloaded serde v1.0.228
3742026-01-13T00:03:19.833Z Downloaded typenum v1.19.0
3752026-01-13T00:03:19.836Z Downloaded tracing-core v0.1.36
3762026-01-13T00:03:19.839Z Downloaded rand v0.9.2
3772026-01-13T00:03:19.842Z Downloaded quinn v0.11.9
3782026-01-13T00:03:19.845Z Downloaded miette v7.6.0
3792026-01-13T00:03:19.849Z Downloaded nom v7.1.3
3802026-01-13T00:03:19.854Z Downloaded wezterm-bidi v0.2.3
3812026-01-13T00:03:19.857Z Downloaded toml_edit v0.22.27
3822026-01-13T00:03:19.860Z Downloaded iri-string v0.7.10
3832026-01-13T00:03:19.868Z Downloaded mio v1.1.1
3842026-01-13T00:03:19.873Z Downloaded indexmap v2.13.0
3852026-01-13T00:03:19.877Z Downloaded tower v0.5.3
3862026-01-13T00:03:19.886Z Downloaded pest v2.8.5
3872026-01-13T00:03:19.891Z Downloaded url v2.5.8
3882026-01-13T00:03:19.894Z Downloaded idna v1.1.0
3892026-01-13T00:03:19.898Z Downloaded hashbrown v0.15.5
3902026-01-13T00:03:19.902Z Downloaded unicode-segmentation v1.12.0
3912026-01-13T00:03:19.905Z Downloaded crossterm v0.29.0
3922026-01-13T00:03:19.912Z Downloaded ron v0.12.0
3932026-01-13T00:03:19.919Z Downloaded guppy v0.17.24
3942026-01-13T00:03:19.925Z Downloaded unicode-normalization v0.1.25
3952026-01-13T00:03:19.928Z Downloaded pulldown-cmark v0.13.0
3962026-01-13T00:03:19.934Z Downloaded itertools v0.14.0
3972026-01-13T00:03:19.940Z Downloaded aho-corasick v1.1.4
3982026-01-13T00:03:19.945Z Downloaded zerocopy-derive v0.8.33
3992026-01-13T00:03:19.952Z Downloaded serde_json v1.0.149
4002026-01-13T00:03:20.002Z Downloaded reqwest v0.12.28
4012026-01-13T00:03:20.002Z Downloaded regex v1.12.2
4022026-01-13T00:03:20.002Z Downloaded clap_builder v4.5.54
4032026-01-13T00:03:20.002Z Downloaded quick-xml v0.38.4
4042026-01-13T00:03:20.002Z Downloaded quick-xml v0.37.5
4052026-01-13T00:03:20.002Z Downloaded portable-atomic v1.13.0
4062026-01-13T00:03:20.002Z Downloaded winnow v0.7.14
4072026-01-13T00:03:20.016Z Downloaded tower-http v0.6.8
4082026-01-13T00:03:20.020Z Downloaded tokio-util v0.7.18
4092026-01-13T00:03:20.020Z Downloaded h2 v0.4.13
4102026-01-13T00:03:20.024Z Downloaded quinn-proto v0.11.13
4112026-01-13T00:03:20.028Z Downloaded futures-util v0.3.31
4122026-01-13T00:03:20.040Z Downloaded tracing-subscriber v0.3.22
4132026-01-13T00:03:20.047Z Downloaded gimli v0.32.3
4142026-01-13T00:03:20.054Z Downloaded hyper-util v0.1.19
4152026-01-13T00:03:20.060Z Downloaded hashbrown v0.16.1
4162026-01-13T00:03:20.065Z Downloaded zerocopy v0.8.33
4172026-01-13T00:03:20.086Z Downloaded vcpkg v0.2.15
4182026-01-13T00:03:20.120Z Downloaded regex-syntax v0.8.8
4192026-01-13T00:03:20.126Z Downloaded curve25519-dalek v4.1.3
4202026-01-13T00:03:20.133Z Downloaded object v0.37.3
4212026-01-13T00:03:20.143Z Downloaded webpki-roots v1.0.5
4222026-01-13T00:03:20.147Z Downloaded unicode-width v0.1.14
4232026-01-13T00:03:20.151Z Downloaded nextest-runner v0.102.0
4242026-01-13T00:03:20.166Z Downloaded rustix v0.38.44
4252026-01-13T00:03:20.186Z Downloaded bstr v1.12.1
4262026-01-13T00:03:20.192Z Downloaded rustls v0.23.36
4272026-01-13T00:03:20.202Z Downloaded nix v0.30.1
4282026-01-13T00:03:20.212Z Downloaded termwiz v0.23.3
4292026-01-13T00:03:20.223Z Downloaded nix v0.29.0
4302026-01-13T00:03:20.233Z Downloaded syn v2.0.114
4312026-01-13T00:03:20.243Z Downloaded rustix v1.1.3
4322026-01-13T00:03:20.264Z Downloaded syn v1.0.109
4332026-01-13T00:03:20.272Z Downloaded unicode-width v0.2.2
4342026-01-13T00:03:20.277Z Downloaded openssl v0.10.75
4352026-01-13T00:03:20.284Z Downloaded sapling-streampager v0.11.2
4362026-01-13T00:03:20.287Z Downloaded rustls-webpki v0.103.8
4372026-01-13T00:03:20.291Z Downloaded rand v0.8.5
4382026-01-13T00:03:20.294Z Downloaded tracing v0.1.44
4392026-01-13T00:03:20.311Z Downloaded regex-automata v0.4.13
4402026-01-13T00:03:20.324Z Downloaded der v0.7.10
4412026-01-13T00:03:20.328Z Downloaded cc v1.2.52
4422026-01-13T00:03:20.331Z Downloaded bytes v1.11.0
4432026-01-13T00:03:20.334Z Downloaded tempfile v3.24.0
4442026-01-13T00:03:20.337Z Downloaded tar v0.4.44
4452026-01-13T00:03:20.340Z Downloaded unicode-ident v1.0.22
4462026-01-13T00:03:20.343Z Downloaded color-eyre v0.6.5
4472026-01-13T00:03:20.347Z Downloaded flate2 v1.1.8
4482026-01-13T00:03:20.352Z Downloaded sharded-slab v0.1.7
4492026-01-13T00:03:20.355Z Downloaded serde_core v1.0.228
4502026-01-13T00:03:20.358Z Downloaded pin-project v1.1.10
4512026-01-13T00:03:20.367Z Downloaded bytemuck v1.24.0
4522026-01-13T00:03:20.371Z Downloaded petgraph v0.8.3
4532026-01-13T00:03:20.387Z Downloaded terminfo v0.9.0
4542026-01-13T00:03:20.390Z Downloaded libc v0.2.180
4552026-01-13T00:03:20.416Z Downloaded proc-macro2 v1.0.105
4562026-01-13T00:03:20.420Z Downloaded indicatif v0.18.3
4572026-01-13T00:03:20.423Z Downloaded derive-where v1.6.0
4582026-01-13T00:03:20.426Z Downloaded allocator-api2 v0.2.21
4592026-01-13T00:03:20.429Z Downloaded usdt-macro v0.6.0
4602026-01-13T00:03:20.429Z Downloaded usdt-attr-macro v0.6.0
4612026-01-13T00:03:20.429Z Downloaded self_update v0.42.0
4622026-01-13T00:03:20.432Z Downloaded console v0.16.2
4632026-01-13T00:03:20.432Z Downloaded config v0.15.19
4642026-01-13T00:03:20.435Z Downloaded thiserror v1.0.69
4652026-01-13T00:03:20.440Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4662026-01-13T00:03:20.454Z Downloaded log v0.4.29
4672026-01-13T00:03:20.457Z Downloaded tokio v1.49.0
4682026-01-13T00:03:20.489Z Downloaded finl_unicode v1.4.0
4692026-01-13T00:03:20.492Z Downloaded euclid v0.22.11
4702026-01-13T00:03:20.495Z Downloaded console v0.15.11
4712026-01-13T00:03:20.498Z Downloaded clap_derive v4.5.49
4722026-01-13T00:03:20.507Z Downloaded memmap2 v0.5.10
4732026-01-13T00:03:20.510Z Downloaded ppv-lite86 v0.2.21
4742026-01-13T00:03:20.510Z Downloaded pkg-config v0.3.32
4752026-01-13T00:03:20.510Z Downloaded pin-project-internal v1.1.10
4762026-01-13T00:03:20.510Z Downloaded phf_macros v0.11.3
4772026-01-13T00:03:20.510Z Downloaded serde_ignored v0.1.14
4782026-01-13T00:03:20.510Z Downloaded camino-tempfile v1.4.1
4792026-01-13T00:03:20.510Z Downloaded bitflags v1.3.2
4802026-01-13T00:03:20.510Z Downloaded mukti-metadata v0.3.0
4812026-01-13T00:03:20.510Z Downloaded indenter v0.3.4
4822026-01-13T00:03:20.513Z Downloaded http-body v1.0.1
4832026-01-13T00:03:20.513Z Downloaded colorchoice v1.0.4
4842026-01-13T00:03:20.513Z Downloaded form_urlencoded v1.2.2
4852026-01-13T00:03:20.513Z Downloaded fixedbitset v0.4.2
4862026-01-13T00:03:20.516Z Downloaded filedescriptor v0.8.3
4872026-01-13T00:03:20.516Z Downloaded equivalent v1.0.2
4882026-01-13T00:03:20.516Z Downloaded digest v0.10.7
4892026-01-13T00:03:20.520Z Downloaded recursion v0.5.4
4902026-01-13T00:03:20.524Z Downloaded anyhow v1.0.100
4912026-01-13T00:03:20.528Z Downloaded anstyle-query v1.1.5
4922026-01-13T00:03:20.530Z Downloaded hyper v1.8.1
4932026-01-13T00:03:20.534Z Downloaded enable-ansi-support v0.3.1
4942026-01-13T00:03:20.537Z Downloaded dtrace-parser v0.3.0
4952026-01-13T00:03:20.537Z Downloaded anstream v0.6.21
4962026-01-13T00:03:20.540Z Downloaded goblin v0.10.4
4972026-01-13T00:03:20.544Z Downloaded dialoguer v0.12.0
4982026-01-13T00:03:20.547Z Downloaded fixedbitset v0.5.7
4992026-01-13T00:03:20.549Z Downloaded dof v0.4.0
5002026-01-13T00:03:20.549Z Downloaded fastrand v2.3.0
5012026-01-13T00:03:20.552Z Downloaded etcetera v0.11.0
5022026-01-13T00:03:20.552Z Downloaded either v1.15.0
5032026-01-13T00:03:20.552Z Downloaded num-traits v0.2.19
5042026-01-13T00:03:20.555Z Downloaded memmap2 v0.9.9
5052026-01-13T00:03:20.558Z Downloaded dirs-sys v0.5.0
5062026-01-13T00:03:20.558Z Downloaded chrono v0.4.42
5072026-01-13T00:03:20.562Z Downloaded async-scoped v0.9.0
5082026-01-13T00:03:20.565Z Downloaded document-features v0.2.12
5092026-01-13T00:03:20.565Z Downloaded pest_generator v2.8.5
5102026-01-13T00:03:20.569Z Downloaded derive_more-impl v2.1.1
5112026-01-13T00:03:20.571Z Downloaded duct v1.1.1
5122026-01-13T00:03:20.571Z Downloaded is_terminal_polyfill v1.70.2
5132026-01-13T00:03:20.574Z Downloaded future-queue v0.4.0
5142026-01-13T00:03:20.574Z Downloaded base64 v0.22.1
5152026-01-13T00:03:20.577Z Downloaded ring v0.17.14
5162026-01-13T00:03:20.611Z Downloaded backtrace v0.3.76
5172026-01-13T00:03:20.614Z Downloaded autocfg v1.5.0
5182026-01-13T00:03:20.618Z Downloaded bit-vec v0.6.3
5192026-01-13T00:03:20.618Z Downloaded anstyle-parse v0.2.7
5202026-01-13T00:03:20.635Z Downloaded deltae v0.3.2
5212026-01-13T00:03:20.719Z Compiling proc-macro2 v1.0.105
5222026-01-13T00:03:20.719Z Compiling quote v1.0.43
5232026-01-13T00:03:20.722Z Compiling unicode-ident v1.0.22
5242026-01-13T00:03:20.722Z Compiling libc v0.2.180
5252026-01-13T00:03:20.722Z Compiling serde_core v1.0.228
5262026-01-13T00:03:20.722Z Compiling cfg-if v1.0.4
5272026-01-13T00:03:20.722Z Compiling memchr v2.7.6
5282026-01-13T00:03:20.722Z Compiling log v0.4.29
5292026-01-13T00:03:21.067Z Compiling once_cell v1.21.3
5302026-01-13T00:03:21.080Z Compiling serde v1.0.228
5312026-01-13T00:03:21.425Z Compiling itoa v1.0.17
5322026-01-13T00:03:21.844Z Compiling bitflags v2.10.0
5332026-01-13T00:03:21.847Z Compiling zmij v1.0.13
5342026-01-13T00:03:21.933Z Compiling pin-project-lite v0.2.16
5352026-01-13T00:03:22.072Z Compiling getrandom v0.3.4
5362026-01-13T00:03:22.389Z Compiling autocfg v1.5.0
5372026-01-13T00:03:22.669Z Compiling allocator-api2 v0.2.21
5382026-01-13T00:03:22.769Z Compiling futures-core v0.3.31
5392026-01-13T00:03:23.051Z Compiling equivalent v1.0.2
5402026-01-13T00:03:23.187Z Compiling errno v0.3.14
5412026-01-13T00:03:23.395Z Compiling thiserror v2.0.17
5422026-01-13T00:03:23.513Z Compiling signal-hook-registry v1.4.8
5432026-01-13T00:03:23.547Z Compiling syn v2.0.114
5442026-01-13T00:03:23.569Z Compiling hashbrown v0.16.1
5452026-01-13T00:03:23.651Z Compiling jobserver v0.1.34
5462026-01-13T00:03:23.683Z Compiling smallvec v1.15.1
5472026-01-13T00:03:24.041Z Compiling shlex v1.3.0
5482026-01-13T00:03:24.181Z Compiling find-msvc-tools v0.1.7
5492026-01-13T00:03:24.298Z Compiling bytes v1.11.0
5502026-01-13T00:03:24.381Z Compiling rustix v1.1.3
5512026-01-13T00:03:24.557Z Compiling cc v1.2.52
5522026-01-13T00:03:24.602Z Compiling mio v1.1.1
5532026-01-13T00:03:24.875Z Compiling version_check v0.9.5
5542026-01-13T00:03:24.987Z Compiling futures-sink v0.3.31
5552026-01-13T00:03:25.231Z Compiling serde_json v1.0.149
5562026-01-13T00:03:25.633Z Compiling socket2 v0.6.1
5572026-01-13T00:03:26.022Z Compiling ucd-trie v0.1.7
5582026-01-13T00:03:26.167Z Compiling slab v0.4.11
5592026-01-13T00:03:26.275Z Compiling futures-channel v0.3.31
5602026-01-13T00:03:26.470Z Compiling pest v2.8.5
5612026-01-13T00:03:26.554Z Compiling num-traits v0.2.19
5622026-01-13T00:03:26.780Z Compiling tracing-core v0.1.36
5632026-01-13T00:03:26.968Z Compiling indexmap v2.13.0
5642026-01-13T00:03:27.386Z Compiling unicode-width v0.2.2
5652026-01-13T00:03:27.735Z Compiling pin-utils v0.1.0
5662026-01-13T00:03:27.845Z Compiling rand_core v0.6.4
5672026-01-13T00:03:28.011Z Compiling siphasher v1.0.1
5682026-01-13T00:03:28.136Z Compiling rand v0.8.5
5692026-01-13T00:03:28.414Z Compiling phf_shared v0.11.3
5702026-01-13T00:03:28.924Z Compiling futures-task v0.3.31
5712026-01-13T00:03:29.040Z Compiling pest_meta v2.8.5
5722026-01-13T00:03:29.212Z Compiling futures-io v0.3.31
5732026-01-13T00:03:29.236Z Compiling zerocopy v0.8.33
5742026-01-13T00:03:29.253Z Compiling thiserror v1.0.69
5752026-01-13T00:03:29.313Z Compiling phf_generator v0.11.3
5762026-01-13T00:03:29.983Z Compiling typenum v1.19.0
5772026-01-13T00:03:30.048Z Compiling fnv v1.0.7
5782026-01-13T00:03:30.148Z Compiling cfg_aliases v0.2.1
5792026-01-13T00:03:30.207Z Compiling ring v0.17.14
5802026-01-13T00:03:30.259Z Compiling http v1.4.0
5812026-01-13T00:03:30.649Z Compiling pest_generator v2.8.5
5822026-01-13T00:03:30.751Z Compiling generic-array v0.14.7
5832026-01-13T00:03:31.162Z Compiling zeroize v1.8.2
5842026-01-13T00:03:31.261Z Compiling signal-hook v0.3.18
5852026-01-13T00:03:31.532Z Compiling adler2 v2.0.1
5862026-01-13T00:03:31.639Z Compiling syn v1.0.109
5872026-01-13T00:03:31.642Z Compiling simd-adler32 v0.3.8
5882026-01-13T00:03:31.818Z Compiling lazy_static v1.5.0
5892026-01-13T00:03:31.979Z Compiling camino v1.2.2
5902026-01-13T00:03:32.240Z Compiling miniz_oxide v0.8.9
5912026-01-13T00:03:33.044Z Compiling aho-corasick v1.1.4
5922026-01-13T00:03:33.384Z Compiling serde_derive v1.0.228
5932026-01-13T00:03:33.600Z Compiling thiserror-impl v2.0.17
5942026-01-13T00:03:33.617Z Compiling zerocopy-derive v0.8.33
5952026-01-13T00:03:34.321Z Compiling tokio-macros v2.6.0
5962026-01-13T00:03:35.463Z Compiling futures-macro v0.3.31
5972026-01-13T00:03:35.897Z Compiling tokio v1.49.0
5982026-01-13T00:03:36.320Z Compiling tracing-attributes v0.1.31
5992026-01-13T00:03:36.565Z Compiling thiserror-impl v1.0.69
6002026-01-13T00:03:37.244Z Compiling futures-util v0.3.31
6012026-01-13T00:03:39.124Z Compiling tracing v0.1.44
6022026-01-13T00:03:39.474Z Compiling pest_derive v2.8.5
6032026-01-13T00:03:39.798Z Compiling regex-syntax v0.8.8
6042026-01-13T00:03:40.406Z Compiling object v0.37.3
6052026-01-13T00:03:41.245Z Compiling strsim v0.11.1
6062026-01-13T00:03:41.361Z Compiling target-lexicon v0.13.3
6072026-01-13T00:03:41.419Z Compiling winnow v0.7.14
6082026-01-13T00:03:43.967Z Compiling regex-automata v0.4.13
6092026-01-13T00:03:45.288Z Compiling http-body v1.0.1
6102026-01-13T00:03:45.544Z Compiling rustls-pki-types v1.13.2
6112026-01-13T00:03:45.905Z Compiling memoffset v0.9.1
6122026-01-13T00:03:46.083Z Compiling getrandom v0.2.17
6132026-01-13T00:03:46.386Z Compiling utf8parse v0.2.2
6142026-01-13T00:03:46.411Z Compiling percent-encoding v2.3.2
6152026-01-13T00:03:46.557Z Compiling bytemuck v1.24.0
6162026-01-13T00:03:46.876Z Compiling fastrand v2.3.0
6172026-01-13T00:03:47.271Z Compiling owo-colors v4.2.3
6182026-01-13T00:03:47.534Z Compiling httparse v1.10.1
6192026-01-13T00:03:47.580Z Compiling guppy-workspace-hack v0.1.0
6202026-01-13T00:03:47.743Z Compiling untrusted v0.9.0
6212026-01-13T00:03:47.870Z Compiling gimli v0.32.3
6222026-01-13T00:03:48.497Z Compiling tempfile v3.24.0
6232026-01-13T00:03:48.785Z Compiling wezterm-dynamic-derive v0.1.1
6242026-01-13T00:03:48.832Z Compiling atomic v0.6.1
6252026-01-13T00:03:49.955Z Compiling tokio-util v0.7.18
6262026-01-13T00:03:52.520Z Compiling phf_macros v0.11.3
6272026-01-13T00:03:53.154Z Compiling addr2line v0.25.1
6282026-01-13T00:03:54.038Z Compiling ordered-float v4.6.0
6292026-01-13T00:03:54.123Z Compiling nix v0.29.0
6302026-01-13T00:03:54.921Z Compiling target-spec v3.5.6
6312026-01-13T00:03:54.951Z Compiling atomic-waker v1.1.2
6322026-01-13T00:03:54.973Z Compiling rustls v0.23.36
6332026-01-13T00:03:55.456Z Compiling pkg-config v0.3.32
6342026-01-13T00:03:55.662Z Compiling rustc-demangle v0.1.26
6352026-01-13T00:03:56.334Z Compiling base64 v0.22.1
6362026-01-13T00:03:56.451Z Compiling tower-service v0.3.3
6372026-01-13T00:03:56.608Z Compiling try-lock v0.2.5
6382026-01-13T00:03:56.637Z Compiling zstd-sys v2.0.16+zstd.1.5.7
6392026-01-13T00:03:56.795Z Compiling want v0.3.1
6402026-01-13T00:03:57.466Z Compiling h2 v0.4.13
6412026-01-13T00:03:57.660Z Compiling wezterm-dynamic v0.2.1
6422026-01-13T00:03:58.018Z Compiling phf v0.11.3
6432026-01-13T00:03:58.390Z Compiling backtrace v0.3.76
6442026-01-13T00:03:59.331Z Compiling cfg-expr v0.20.5
6452026-01-13T00:03:59.334Z Compiling rustls-webpki v0.103.8
6462026-01-13T00:04:01.400Z Compiling uuid v1.19.0
6472026-01-13T00:04:01.631Z Compiling regex v1.12.2
6482026-01-13T00:04:05.358Z Compiling block-buffer v0.10.4
6492026-01-13T00:04:05.378Z Compiling crypto-common v0.1.7
6502026-01-13T00:04:05.397Z Compiling scroll_derive v0.13.1
6512026-01-13T00:04:05.412Z Compiling phf_codegen v0.11.3
6522026-01-13T00:04:05.612Z Compiling terminal_size v0.4.3
6532026-01-13T00:04:05.631Z Compiling semver v1.0.27
6542026-01-13T00:04:05.763Z Compiling usdt-impl v0.6.0
6552026-01-13T00:04:05.838Z Compiling subtle v2.6.1
6562026-01-13T00:04:06.170Z Compiling portable-atomic v1.13.0
6572026-01-13T00:04:07.085Z Compiling terminfo v0.9.0
6582026-01-13T00:04:07.157Z Compiling digest v0.10.7
6592026-01-13T00:04:07.233Z Compiling scroll v0.13.0
6602026-01-13T00:04:07.871Z Compiling hyper v1.8.1
6612026-01-13T00:04:08.153Z Compiling dof v0.4.0
6622026-01-13T00:04:10.607Z Compiling dtrace-parser v0.3.0
6632026-01-13T00:04:11.388Z Compiling form_urlencoded v1.2.2
6642026-01-13T00:04:11.896Z Compiling ahash v0.8.12
6652026-01-13T00:04:11.938Z Compiling thread-id v5.1.0
6662026-01-13T00:04:12.066Z Compiling sync_wrapper v1.0.2
6672026-01-13T00:04:12.154Z Compiling unicode-segmentation v1.12.0
6682026-01-13T00:04:12.229Z Compiling plain v0.2.3
6692026-01-13T00:04:12.297Z Compiling unicode-linebreak v0.1.5
6702026-01-13T00:04:12.402Z Compiling crc32fast v1.5.0
6712026-01-13T00:04:12.890Z Compiling parking_lot_core v0.9.12
6722026-01-13T00:04:12.936Z Compiling nextest-workspace-hack v0.1.0
6732026-01-13T00:04:12.977Z Compiling byteorder v1.5.0
6742026-01-13T00:04:13.332Z Compiling anyhow v1.0.100
6752026-01-13T00:04:13.384Z Compiling foldhash v0.1.5
6762026-01-13T00:04:13.452Z Compiling tower-layer v0.3.3
6772026-01-13T00:04:13.793Z Compiling ipnet v2.11.0
6782026-01-13T00:04:13.920Z Compiling minimal-lexical v0.2.1
6792026-01-13T00:04:13.980Z Compiling lab v0.11.0
6802026-01-13T00:04:14.392Z Compiling either v1.15.0
6812026-01-13T00:04:14.533Z Compiling scopeguard v1.2.0
6822026-01-13T00:04:14.718Z Compiling cpufeatures v0.2.17
6832026-01-13T00:04:14.763Z Compiling bit-vec v0.6.3
6842026-01-13T00:04:14.828Z Compiling is_ci v1.2.0
6852026-01-13T00:04:15.033Z Compiling utf8_iter v1.0.4
6862026-01-13T00:04:15.055Z Compiling unicode-width v0.1.14
6872026-01-13T00:04:15.117Z Compiling idna_adapter v1.0.0
6882026-01-13T00:04:15.281Z Compiling idna v1.1.0
6892026-01-13T00:04:15.300Z Compiling bit-set v0.5.3
6902026-01-13T00:04:15.334Z Compiling supports-color v3.0.2
6912026-01-13T00:04:15.641Z Compiling sha2 v0.10.9
6922026-01-13T00:04:15.644Z Compiling hyper-util v0.1.19
6932026-01-13T00:04:15.735Z Compiling nom v7.1.3
6942026-01-13T00:04:16.314Z Compiling csscolorparser v0.6.2
6952026-01-13T00:04:16.752Z Compiling tower v0.5.3
6962026-01-13T00:04:17.692Z Compiling tokio-rustls v0.26.4
6972026-01-13T00:04:18.029Z Compiling hashbrown v0.15.5
6982026-01-13T00:04:18.956Z Compiling convert_case v0.10.0
6992026-01-13T00:04:19.006Z Compiling textwrap v0.16.2
7002026-01-13T00:04:19.394Z Compiling mac_address v1.1.8
7012026-01-13T00:04:19.397Z Compiling goblin v0.10.4
7022026-01-13T00:04:20.013Z Compiling backtrace-ext v0.2.1
7032026-01-13T00:04:20.534Z Compiling serde_tokenstream v0.2.2
7042026-01-13T00:04:21.131Z Compiling webpki-roots v1.0.5
7052026-01-13T00:04:21.194Z Compiling toml_parser v1.0.6+spec-1.1.0
7062026-01-13T00:04:21.323Z Compiling pathdiff v0.2.3
7072026-01-13T00:04:21.454Z Compiling serde_spanned v0.6.9
7082026-01-13T00:04:21.497Z Compiling toml_datetime v0.6.11
7092026-01-13T00:04:21.530Z Compiling miette-derive v7.6.0
7102026-01-13T00:04:21.734Z Compiling sharded-slab v0.1.7
7112026-01-13T00:04:22.089Z Compiling euclid v0.22.11
7122026-01-13T00:04:22.308Z Compiling tracing-log v0.2.0
7132026-01-13T00:04:22.964Z Compiling cargo-platform v0.3.2
7142026-01-13T00:04:23.232Z Compiling toml_datetime v0.7.5+spec-1.1.0
7152026-01-13T00:04:23.741Z Compiling serde_spanned v1.0.4
7162026-01-13T00:04:23.982Z Compiling os_pipe v1.2.3
7172026-01-13T00:04:24.090Z Compiling thread_local v1.1.9
7182026-01-13T00:04:24.108Z Compiling rustix v0.38.44
7192026-01-13T00:04:24.138Z Compiling fixedbitset v0.5.7
7202026-01-13T00:04:24.272Z Compiling zstd-safe v7.2.4
7212026-01-13T00:04:24.437Z Compiling option-ext v0.2.0
7222026-01-13T00:04:24.587Z Compiling toml_write v0.1.2
7232026-01-13T00:04:24.701Z Compiling ryu v1.0.22
7242026-01-13T00:04:24.741Z Compiling deltae v0.3.2
7252026-01-13T00:04:24.811Z Compiling pulldown-cmark v0.13.0
7262026-01-13T00:04:25.049Z Compiling toml_writer v1.0.6+spec-1.1.0
7272026-01-13T00:04:25.151Z Compiling bitflags v1.3.2
7282026-01-13T00:04:25.204Z Compiling debug-ignore v1.0.5
7292026-01-13T00:04:25.268Z Compiling pretty-hex v0.4.1
7302026-01-13T00:04:25.518Z Compiling supports-hyperlinks v3.2.0
7312026-01-13T00:04:25.586Z Compiling iri-string v0.7.10
7322026-01-13T00:04:25.806Z Compiling supports-unicode v3.0.0
7332026-01-13T00:04:25.905Z Compiling wezterm-input-types v0.1.0
7342026-01-13T00:04:25.969Z Compiling miette v7.6.0
7352026-01-13T00:04:25.995Z Compiling wezterm-color-types v0.3.0
7362026-01-13T00:04:26.098Z Compiling serde_urlencoded v0.7.1
7372026-01-13T00:04:26.618Z Compiling toml_edit v0.22.27
7382026-01-13T00:04:31.259Z Compiling tower-http v0.6.8
7392026-01-13T00:04:31.738Z Compiling petgraph v0.8.3
7402026-01-13T00:04:33.419Z Compiling dirs-sys v0.5.0
7412026-01-13T00:04:34.476Z Compiling tracing-subscriber v0.3.22
7422026-01-13T00:04:34.630Z Compiling sigchld v0.2.4
7432026-01-13T00:04:34.949Z Compiling cargo_metadata v0.23.1
7442026-01-13T00:04:36.083Z Compiling hyper-rustls v0.27.7
7452026-01-13T00:04:41.697Z Compiling wezterm-blob-leases v0.1.1
7462026-01-13T00:04:42.988Z Compiling derive_more-impl v2.1.1
7472026-01-13T00:04:46.152Z Compiling url v2.5.8
7482026-01-13T00:04:46.985Z Compiling fancy-regex v0.11.0
7492026-01-13T00:04:47.617Z Compiling itertools v0.14.0
7502026-01-13T00:04:47.686Z Compiling lock_api v0.4.14
7512026-01-13T00:04:48.779Z Compiling wezterm-bidi v0.2.3
7522026-01-13T00:04:51.164Z Compiling vtparse v0.6.2
7532026-01-13T00:04:51.711Z Compiling anstyle-parse v0.2.7
7542026-01-13T00:04:51.851Z Compiling http-body-util v0.1.3
7552026-01-13T00:04:52.116Z Compiling futures-executor v0.3.31
7562026-01-13T00:04:52.136Z Compiling ppv-lite86 v0.2.21
7572026-01-13T00:04:52.170Z Compiling filedescriptor v0.8.3
7582026-01-13T00:04:52.422Z Compiling num-derive v0.4.2
7592026-01-13T00:04:52.641Z Compiling pin-project-internal v1.1.10
7602026-01-13T00:04:52.956Z Compiling nix v0.30.1
7612026-01-13T00:04:53.145Z Compiling console v0.15.11
7622026-01-13T00:04:53.799Z Compiling console v0.16.2
7632026-01-13T00:04:53.832Z Compiling smol_str v0.3.5
7642026-01-13T00:04:54.048Z Compiling rand_core v0.9.4
7652026-01-13T00:04:54.483Z Compiling termios v0.3.3
7662026-01-13T00:04:54.598Z Compiling filetime v0.2.26
7672026-01-13T00:04:54.696Z Compiling bstr v1.12.1
7682026-01-13T00:04:54.786Z Compiling vte v0.14.1
7692026-01-13T00:04:55.100Z Compiling xattr v1.6.1
7702026-01-13T00:04:55.192Z Compiling nested v0.1.1
7712026-01-13T00:04:55.450Z Compiling unicase v2.9.0
7722026-01-13T00:04:55.476Z Compiling tinyvec_macros v0.1.1
7732026-01-13T00:04:55.535Z Compiling litrs v1.0.0
7742026-01-13T00:04:55.579Z Compiling colorchoice v1.0.4
7752026-01-13T00:04:55.773Z Compiling is_terminal_polyfill v1.70.2
7762026-01-13T00:04:55.819Z Compiling anstyle v1.0.13
7772026-01-13T00:04:56.101Z Compiling static_assertions v1.1.0
7782026-01-13T00:04:56.218Z Compiling eyre v0.6.12
7792026-01-13T00:04:56.258Z Compiling finl_unicode v1.4.0
7802026-01-13T00:04:56.285Z Compiling color-spantrace v0.3.0
7812026-01-13T00:04:56.343Z Compiling number_prefix v0.4.0
7822026-01-13T00:04:56.540Z Compiling hex v0.4.3
7832026-01-13T00:04:56.572Z Compiling anstyle-query v1.1.5
7842026-01-13T00:04:56.731Z Compiling fixedbitset v0.4.2
7852026-01-13T00:04:56.784Z Compiling memmem v0.1.1
7862026-01-13T00:04:56.837Z Compiling self_update v0.42.0
7872026-01-13T00:04:56.945Z Compiling iana-time-zone v0.1.64
7882026-01-13T00:04:57.051Z Compiling enum_dispatch v0.3.13
7892026-01-13T00:04:57.146Z Compiling chrono v0.4.42
7902026-01-13T00:04:57.468Z Compiling anstream v0.6.21
7912026-01-13T00:04:57.578Z Compiling termwiz v0.23.3
7922026-01-13T00:04:57.823Z Compiling document-features v0.2.12
7932026-01-13T00:04:58.143Z Compiling indicatif v0.17.11
7942026-01-13T00:04:58.496Z Compiling guppy v0.17.24
7952026-01-13T00:04:58.984Z Compiling globset v0.4.18
7962026-01-13T00:05:01.759Z Compiling tinyvec v1.10.0
7972026-01-13T00:05:05.156Z Compiling tar v0.4.44
7982026-01-13T00:05:05.363Z Compiling pin-project v1.1.10
7992026-01-13T00:05:05.517Z Compiling strip-ansi-escapes v0.2.1
8002026-01-13T00:05:06.446Z Compiling rand_chacha v0.9.0
8012026-01-13T00:05:06.634Z Compiling nextest-metadata v0.13.0
8022026-01-13T00:05:07.750Z Compiling futures v0.3.31
8032026-01-13T00:05:07.879Z Compiling reqwest v0.12.28
8042026-01-13T00:05:11.061Z Compiling parking_lot v0.12.5
8052026-01-13T00:05:13.022Z Compiling flate2 v1.1.8
8062026-01-13T00:05:13.108Z Compiling derive_more v2.1.1
8072026-01-13T00:05:13.239Z Compiling tracing-error v0.2.1
8082026-01-13T00:05:13.426Z Compiling shared_child v1.1.1
8092026-01-13T00:05:13.681Z Compiling dirs v6.0.0
8102026-01-13T00:05:14.040Z Compiling toml v0.8.23
8112026-01-13T00:05:15.075Z Compiling toml v0.9.11+spec-1.1.0
8122026-01-13T00:05:17.101Z Compiling usdt-macro v0.6.0
8132026-01-13T00:05:19.393Z Compiling usdt-attr-macro v0.6.0
8142026-01-13T00:05:19.397Z Compiling newtype-uuid v1.3.2
8152026-01-13T00:05:19.703Z Compiling self-replace v1.5.0
8162026-01-13T00:05:19.812Z Compiling signal-hook-mio v0.2.5
8172026-01-13T00:05:20.046Z Compiling memmap2 v0.5.10
8182026-01-13T00:05:20.254Z Compiling memmap2 v0.9.9
8192026-01-13T00:05:20.339Z Compiling quick-xml v0.38.4
8202026-01-13T00:05:20.585Z Compiling quick-xml v0.37.5
8212026-01-13T00:05:20.828Z Compiling shell-words v1.1.1
8222026-01-13T00:05:21.333Z Compiling vec_map v0.8.2
8232026-01-13T00:05:21.710Z Compiling rustc-hash v2.1.1
8242026-01-13T00:05:21.925Z Compiling recursion v0.5.4
8252026-01-13T00:05:22.170Z Compiling heck v0.5.0
8262026-01-13T00:05:22.608Z Compiling clap_lex v0.7.7
8272026-01-13T00:05:23.320Z Compiling unit-prefix v0.5.2
8282026-01-13T00:05:23.945Z Compiling shared_thread v0.2.0
8292026-01-13T00:05:24.156Z Compiling lru v0.12.5
8302026-01-13T00:05:24.185Z Compiling urlencoding v2.1.3
8312026-01-13T00:05:24.426Z Compiling indenter v0.3.4
8322026-01-13T00:05:24.511Z Compiling foldhash v0.2.0
8332026-01-13T00:05:24.639Z Compiling humantime v2.3.0
8342026-01-13T00:05:24.979Z Compiling iddqd v0.3.17
8352026-01-13T00:05:25.104Z Compiling humantime-serde v1.1.1
8362026-01-13T00:05:25.375Z Compiling sapling-streampager v0.11.2
8372026-01-13T00:05:26.524Z Compiling clap_derive v4.5.49
8382026-01-13T00:05:28.320Z Compiling duct v1.1.1
8392026-01-13T00:05:29.757Z Compiling clap_builder v4.5.54
8402026-01-13T00:05:30.196Z Compiling indicatif v0.18.3
8412026-01-13T00:05:32.971Z Compiling nextest-filtering v0.18.0
8422026-01-13T00:05:36.516Z Compiling quick-junit v0.5.2
8432026-01-13T00:05:37.011Z Compiling usdt v0.6.0
8442026-01-13T00:05:38.405Z Compiling crossterm v0.29.0
8452026-01-13T00:05:40.904Z Compiling config v0.15.19
8462026-01-13T00:05:42.121Z Compiling atomicwrites v0.4.4
8472026-01-13T00:05:42.596Z Compiling cargo-nextest v0.9.121
8482026-01-13T00:05:43.188Z Compiling zstd v0.13.3
8492026-01-13T00:05:43.622Z Compiling async-scoped v0.9.0
8502026-01-13T00:05:44.087Z Compiling rand v0.9.2
8512026-01-13T00:05:44.115Z Compiling unicode-normalization v0.1.25
8522026-01-13T00:05:45.395Z Compiling target-spec-miette v0.4.5
8532026-01-13T00:05:45.758Z Compiling toml_edit v0.24.0+spec-1.1.0
8542026-01-13T00:05:46.009Z Compiling future-queue v0.4.0
8552026-01-13T00:05:46.055Z Compiling mukti-metadata v0.3.0
8562026-01-13T00:05:46.189Z Compiling camino-tempfile v1.4.1
8572026-01-13T00:05:46.579Z Compiling tokio-stream v0.1.18
8582026-01-13T00:05:47.065Z Compiling derive-where v1.6.0
8592026-01-13T00:05:47.092Z Compiling serde_ignored v0.1.14
8602026-01-13T00:05:47.525Z Compiling serde_path_to_error v0.1.20
8612026-01-13T00:05:47.769Z Compiling etcetera v0.11.0
8622026-01-13T00:05:48.528Z Compiling xxhash-rust v0.8.15
8632026-01-13T00:05:48.639Z Compiling home v0.5.12
8642026-01-13T00:05:48.857Z Compiling swrite v0.1.0
8652026-01-13T00:05:48.966Z Compiling color-eyre v0.6.5
8662026-01-13T00:05:49.008Z Compiling clap v4.5.54
8672026-01-13T00:05:49.246Z Compiling dialoguer v0.12.0
8682026-01-13T00:05:49.920Z Compiling nextest-runner v0.102.0
8692026-01-13T00:05:51.756Z Compiling enable-ansi-support v0.3.1
8702026-01-13T00:06:39.258Z Finished `release` profile [optimized] target(s) in 3m 22s
8712026-01-13T00:06:39.507Z Installing /home/build/.cargo/bin/cargo-nextest
8722026-01-13T00:06:39.510Z Installed package `cargo-nextest v0.9.121` (executable `cargo-nextest`)
8732026-01-13T00:06:39.648Z+ cargo nextest run --release
8742026-01-13T00:06:40.013Z Downloading crates ...
8752026-01-13T00:06:40.080Z Downloaded quick-error v1.2.3
8762026-01-13T00:06:40.083Z Downloaded rusty-fork v0.3.1
8772026-01-13T00:06:40.086Z Downloaded oorandom v11.1.5
8782026-01-13T00:06:40.094Z Downloaded crossbeam-deque v0.8.6
8792026-01-13T00:06:40.097Z Downloaded crossbeam-epoch v0.9.18
8802026-01-13T00:06:40.100Z Downloaded clap_lex v0.7.6
8812026-01-13T00:06:40.100Z Downloaded criterion-plot v0.5.0
8822026-01-13T00:06:40.102Z Downloaded anes v0.1.6
8832026-01-13T00:06:40.105Z Downloaded same-file v1.0.6
8842026-01-13T00:06:40.105Z Downloaded bit-set v0.8.0
8852026-01-13T00:06:40.105Z Downloaded wait-timeout v0.2.1
8862026-01-13T00:06:40.108Z Downloaded ciborium-io v0.2.2
8872026-01-13T00:06:40.108Z Downloaded cast v0.3.0
8882026-01-13T00:06:40.108Z Downloaded rand_xorshift v0.4.0
8892026-01-13T00:06:40.111Z Downloaded ciborium-ll v0.2.2
8902026-01-13T00:06:40.113Z Downloaded plotters-backend v0.3.7
8912026-01-13T00:06:40.116Z Downloaded plotters-svg v0.3.7
8922026-01-13T00:06:40.122Z Downloaded is-terminal v0.4.17
8932026-01-13T00:06:40.124Z Downloaded zmij v1.0.12
8942026-01-13T00:06:40.128Z Downloaded unarray v0.1.4
8952026-01-13T00:06:40.138Z Downloaded walkdir v2.5.0
8962026-01-13T00:06:40.141Z Downloaded tinytemplate v1.2.1
8972026-01-13T00:06:40.141Z Downloaded rand_core v0.9.3
8982026-01-13T00:06:40.144Z Downloaded bit-vec v0.8.0
8992026-01-13T00:06:40.146Z Downloaded half v2.7.1
9002026-01-13T00:06:40.149Z Downloaded crossbeam-utils v0.8.21
9012026-01-13T00:06:40.149Z Downloaded ciborium v0.2.2
9022026-01-13T00:06:40.156Z Downloaded rayon-core v1.13.0
9032026-01-13T00:06:40.170Z Downloaded criterion v0.5.1
9042026-01-13T00:06:40.175Z Downloaded plotters v0.3.7
9052026-01-13T00:06:40.182Z Downloaded itertools v0.10.5
9062026-01-13T00:06:40.187Z Downloaded rayon v1.11.0
9072026-01-13T00:06:40.194Z Downloaded proptest v1.9.0
9082026-01-13T00:06:40.297Z Compiling proc-macro2 v1.0.105
9092026-01-13T00:06:40.297Z Compiling quote v1.0.43
9102026-01-13T00:06:40.297Z Compiling unicode-ident v1.0.22
9112026-01-13T00:06:40.300Z Compiling libc v0.2.180
9122026-01-13T00:06:40.300Z Compiling cfg-if v1.0.4
9132026-01-13T00:06:40.300Z Compiling zerocopy v0.8.33
9142026-01-13T00:06:40.300Z Compiling getrandom v0.3.4
9152026-01-13T00:06:40.300Z Compiling autocfg v1.5.0
9162026-01-13T00:06:40.401Z Compiling serde_core v1.0.228
9172026-01-13T00:06:40.476Z Compiling crossbeam-utils v0.8.21
9182026-01-13T00:06:40.840Z Compiling rustix v1.1.3
9192026-01-13T00:06:40.884Z Compiling zmij v1.0.12
9202026-01-13T00:06:40.996Z Compiling num-traits v0.2.19
9212026-01-13T00:06:41.030Z Compiling once_cell v1.21.3
9222026-01-13T00:06:41.362Z Compiling bitflags v2.10.0
9232026-01-13T00:06:41.430Z Compiling regex-syntax v0.8.8
9242026-01-13T00:06:41.604Z Compiling serde v1.0.228
9252026-01-13T00:06:42.179Z Compiling errno v0.3.14
9262026-01-13T00:06:42.200Z Compiling rand_core v0.9.3
9272026-01-13T00:06:42.669Z Compiling crossbeam-epoch v0.9.18
9282026-01-13T00:06:42.722Z Compiling syn v2.0.114
9292026-01-13T00:06:42.835Z Compiling serde_json v1.0.149
9302026-01-13T00:06:42.851Z Compiling rayon-core v1.13.0
9312026-01-13T00:06:43.216Z Compiling either v1.15.0
9322026-01-13T00:06:43.224Z Compiling fastrand v2.3.0
9332026-01-13T00:06:43.686Z Compiling crossbeam-deque v0.8.6
9342026-01-13T00:06:43.880Z Compiling wait-timeout v0.2.1
9352026-01-13T00:06:43.921Z Compiling itoa v1.0.17
9362026-01-13T00:06:44.087Z Compiling memchr v2.7.6
9372026-01-13T00:06:44.260Z Compiling tempfile v3.24.0
9382026-01-13T00:06:44.392Z Compiling bit-vec v0.8.0
9392026-01-13T00:06:44.890Z Compiling quick-error v1.2.3
9402026-01-13T00:06:44.995Z Compiling anstyle v1.0.13
9412026-01-13T00:06:45.051Z Compiling clap_lex v0.7.6
9422026-01-13T00:06:45.538Z Compiling ciborium-io v0.2.2
9432026-01-13T00:06:45.656Z Compiling fnv v1.0.7
9442026-01-13T00:06:45.677Z Compiling plotters-backend v0.3.7
9452026-01-13T00:06:45.756Z Compiling clap_builder v4.5.54
9462026-01-13T00:06:45.800Z Compiling rusty-fork v0.3.1
9472026-01-13T00:06:46.159Z Compiling plotters-svg v0.3.7
9482026-01-13T00:06:46.377Z Compiling regex-automata v0.4.13
9492026-01-13T00:06:46.820Z Compiling bit-set v0.8.0
9502026-01-13T00:06:47.155Z Compiling itertools v0.10.5
9512026-01-13T00:06:47.751Z Compiling rand v0.9.2
9522026-01-13T00:06:49.034Z Compiling rand_xorshift v0.4.0
9532026-01-13T00:06:49.290Z Compiling cast v0.3.0
9542026-01-13T00:06:49.665Z Compiling unarray v0.1.4
9552026-01-13T00:06:49.857Z Compiling same-file v1.0.6
9562026-01-13T00:06:50.138Z Compiling walkdir v2.5.0
9572026-01-13T00:06:50.143Z Compiling criterion-plot v0.5.0
9582026-01-13T00:06:50.653Z Compiling zerocopy-derive v0.8.33
9592026-01-13T00:06:50.684Z Compiling serde_derive v1.0.228
9602026-01-13T00:06:51.774Z Compiling regex v1.12.2
9612026-01-13T00:06:52.132Z Compiling clap v4.5.54
9622026-01-13T00:06:52.160Z Compiling rayon v1.11.0
9632026-01-13T00:06:52.235Z Compiling plotters v0.3.7
9642026-01-13T00:06:54.722Z Compiling is-terminal v0.4.17
9652026-01-13T00:06:54.857Z Compiling oorandom v11.1.5
9662026-01-13T00:06:55.085Z Compiling poptrie v0.1.0 (/work/oxidecomputer/poptrie)
9672026-01-13T00:06:55.386Z Compiling anes v0.1.6
9682026-01-13T00:06:57.770Z Compiling ppv-lite86 v0.2.21
9692026-01-13T00:06:57.973Z Compiling half v2.7.1
9702026-01-13T00:06:58.612Z Compiling ciborium-ll v0.2.2
9712026-01-13T00:06:58.664Z Compiling rand_chacha v0.9.0
9722026-01-13T00:06:58.709Z Compiling tinytemplate v1.2.1
9732026-01-13T00:06:58.874Z Compiling ciborium v0.2.2
9742026-01-13T00:06:58.960Z Compiling proptest v1.9.0
9752026-01-13T00:06:59.822Z Compiling criterion v0.5.1
9762026-01-13T00:07:02.918Z Compiling poptrie-test-util v0.1.0 (/work/oxidecomputer/poptrie/test-util)
9772026-01-13T00:07:15.431Z Finished `release` profile [optimized] target(s) in 35.19s
9782026-01-13T00:07:15.464Z────────────
9792026-01-13T00:07:15.464Z Nextest run ID 60dfda1d-1bdd-4a41-93d3-a4ec2c4e5e3d with nextest profile: default
9802026-01-13T00:07:15.464Z Starting 18 tests across 2 binaries
9812026-01-13T00:07:15.479Z PASS [ 0.013s] ( 1/18) poptrie test::test_extract32
9822026-01-13T00:07:15.482Z PASS [ 0.014s] ( 2/18) poptrie test::test_match_v4_sus
9832026-01-13T00:07:15.482Z PASS [ 0.013s] ( 3/18) poptrie test::test_lpm_overlapping_prefixes
9842026-01-13T00:07:15.482Z PASS [ 0.013s] ( 4/18) poptrie test::test_dense_route_bug
9852026-01-13T00:07:15.482Z PASS [ 0.014s] ( 5/18) poptrie test::test_construct_rec
9862026-01-13T00:07:15.482Z PASS [ 0.013s] ( 6/18) poptrie test::test_match_v4_multi
9872026-01-13T00:07:15.482Z PASS [ 0.014s] ( 7/18) poptrie test::test_match_v4
9882026-01-13T00:07:15.482Z PASS [ 0.016s] ( 8/18) poptrie test::test_match_v6
9892026-01-13T00:07:15.493Z PASS [ 0.013s] ( 9/18) poptrie test::test_short_prefix_bug
9902026-01-13T00:07:15.493Z PASS [ 0.013s] (10/18) poptrie test::test_underflow_bug
9912026-01-13T00:07:15.496Z PASS [ 0.016s] (11/18) poptrie::proptest long_prefix_routes_v4
9922026-01-13T00:07:15.505Z PASS [ 0.012s] (12/18) poptrie::proptest regression_31_32_pattern
9932026-01-13T00:07:15.508Z PASS [ 0.014s] (13/18) poptrie::proptest sibling_subtrees_v4
9942026-01-13T00:07:15.630Z PASS [ 0.150s] (14/18) poptrie::proptest dense_routes_v4
9952026-01-13T00:07:16.085Z PASS [ 0.605s] (15/18) poptrie::proptest poptrie_matches_naive_lpm_v4
9962026-01-13T00:07:17.747Z PASS [ 2.265s] (16/18) poptrie::proptest poptrie_matches_naive_lpm_v6
9972026-01-13T00:07:25.456Z PASS [ 9.975s] (17/18) poptrie::proptest inserted_routes_are_matchable_v4
9982026-01-13T00:07:38.609Z PASS [ 23.126s] (18/18) poptrie::proptest inserted_routes_are_matchable_v6
9992026-01-13T00:07:38.609Z────────────
10002026-01-13T00:07:38.609Z Summary [ 23.142s] 18 tests run: 18 passed, 0 skipped
10012026-01-13T00:07:38.614Zprocess exited: duration 271200 ms, exit code 0
 
10022026-01-13T00:07:38.621Zfound 0 output files