01M0EFHMG2ZP5R8EXYR52Q3WWY: test-rdb

BasicConfig {
    output_rules: [
        "/work/*.log",
        "/tmp/*.db",
    ],
    rust_toolchain: Some(
        String(
            "stable",
        ),
    ),
    target: Some(
        "helios-3.0",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01M0EFJG6XVDV6810YS36990G4

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-20T02:22:41.349Zjob assigned to worker 01M0EFK152A6BQV30B0X8DTKMS [factory aws, i-07d4be422ef5b814a] (queued for 1 m 9 s)
 
22026-08-20T02:22:47.759Zstarting task 0: "setup"
32026-08-20T02:22:47.764Z++ uname -s
42026-08-20T02:22:47.768Z+ kern=SunOS
52026-08-20T02:22:47.768Z+ build_user=build
62026-08-20T02:22:47.768Z+ build_uid=12345
72026-08-20T02:22:47.768Z+ work_dir=/work
82026-08-20T02:22:47.768Z+ input_dir=/input
92026-08-20T02:22:47.768Z+ [[ 0 == 12345 ]]
102026-08-20T02:22:47.768Z+ case "$kern" in
112026-08-20T02:22:47.768Z+ groupadd -g 12345 build
122026-08-20T02:22:47.768Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-20T02:22:49.773Z+ zfs create -o mountpoint=/work rpool/work
142026-08-20T02:22:49.856Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-20T02:22:49.860Z+ home_fs=zfs
162026-08-20T02:22:49.860Z+ [[ zfs == autofs ]]
172026-08-20T02:22:49.860Z+ mkdir -p /home/build
182026-08-20T02:22:49.860Z+ chown build:build /home/build /work
192026-08-20T02:22:51.860Z+ chmod 0700 /home/build /work
202026-08-20T02:22:51.864Zprocess exited: duration 4103 ms, exit code 0
 
212026-08-20T02:22:51.872Zstarting task 1: "rust-toolchain"
222026-08-20T02:22:51.875Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-08-20T02:22:51.875Z * rust toolchain channel = "stable"
242026-08-20T02:22:51.875Z * rust toolchain profile = "default"
252026-08-20T02:22:51.876Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-20T02:22:51.876Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-20T02:22:51.876Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-20T02:22:51.879Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-20T02:22:51.879Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-08-20T02:22:51.946Zinfo: downloading installer
312026-08-20T02:22:53.355Zwarn: It looks like you have an existing rustup settings file at:
322026-08-20T02:22:53.355Zwarn: /home/build/.rustup/settings.toml
332026-08-20T02:22:53.355Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-20T02:22:53.355Zwarn: instead of the one inferred from the default host triple.
352026-08-20T02:22:53.368Zinfo: profile set to default
362026-08-20T02:22:53.368Zinfo: default host triple is x86_64-unknown-illumos
372026-08-20T02:22:53.372Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
382026-08-20T02:22:53.511Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-20T02:22:53.514Zinfo: downloading 6 components
402026-08-20T02:23:09.069Zinfo: default toolchain set to stable-x86_64-unknown-illumos
412026-08-20T02:23:09.069Z
422026-08-20T02:23:09.103Z stable-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-20T02:23:09.103Z
442026-08-20T02:23:09.112Z
452026-08-20T02:23:09.112ZRust is installed now. Great!
462026-08-20T02:23:09.112Z
472026-08-20T02:23:09.112ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-20T02:23:09.112Zenvironment variable. This has not been done automatically.
492026-08-20T02:23:09.112Z
502026-08-20T02:23:09.112ZTo configure your current shell, you need to source
512026-08-20T02:23:09.112Zthe corresponding env file under $HOME/.cargo.
522026-08-20T02:23:09.112Z
532026-08-20T02:23:09.112ZThis is usually done by running one of the following (note the leading DOT):
542026-08-20T02:23:09.112Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-20T02:23:09.112Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-20T02:23:09.112Zsource "~/.cargo/env.nu" # For nushell
572026-08-20T02:23:09.112Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-20T02:23:09.112Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-20T02:23:09.112Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-20T02:23:09.112Zwarn: no default linker (`cc`) was found in your PATH
612026-08-20T02:23:09.112Zwarn: many Rust crates require a system C toolchain to build
622026-08-20T02:23:09.190Z+ rustup --version
632026-08-20T02:23:09.211Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-20T02:23:09.211Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-20T02:23:09.224Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-20T02:23:09.224Z+ cargo --version
672026-08-20T02:23:09.233Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-20T02:23:09.239Z+ rustc --version
692026-08-20T02:23:09.255Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-20T02:23:09.258Zprocess exited: duration 17382 ms, exit code 0
 
712026-08-20T02:23:09.267Zstarting task 2: "authentication"
722026-08-20T02:23:09.283Zprocess exited: duration 17 ms, exit code 0
 
732026-08-20T02:23:09.293Zstarting task 3: "clone repository"
742026-08-20T02:23:09.296Z+ mkdir -p /work/oxidecomputer/maghemite
752026-08-20T02:23:09.296Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
762026-08-20T02:23:09.331ZCloning into '/work/oxidecomputer/maghemite'...
772026-08-20T02:23:10.756Z+ cd /work/oxidecomputer/maghemite
782026-08-20T02:23:10.756Z+ git fetch origin ec98d0ddc0ae65518517548ff85e628b8e437e24
792026-08-20T02:23:11.064ZFrom https://github.com/oxidecomputer/maghemite
802026-08-20T02:23:11.064Z * branch ec98d0ddc0ae65518517548ff85e628b8e437e24 -> FETCH_HEAD
812026-08-20T02:23:11.080Z+ [[ -n trey/bfd-db ]]
822026-08-20T02:23:11.080Z++ git branch --show-current
832026-08-20T02:23:11.081Z+ current=main
842026-08-20T02:23:11.081Z+ [[ main != trey/bfd-db ]]
852026-08-20T02:23:11.081Z+ git branch -f trey/bfd-db ec98d0ddc0ae65518517548ff85e628b8e437e24
862026-08-20T02:23:11.081Z+ git checkout -f trey/bfd-db
872026-08-20T02:23:11.098ZSwitched to branch 'trey/bfd-db'
882026-08-20T02:23:11.098Z+ git reset --hard ec98d0ddc0ae65518517548ff85e628b8e437e24
892026-08-20T02:23:11.122ZHEAD is now at ec98d0d test: cover BFD peer persistence
902026-08-20T02:23:11.141Zprocess exited: duration 1819 ms, exit code 0
 
912026-08-20T02:23:11.163Zstarting task 4: "build"
922026-08-20T02:23:11.174Z+ set -e
932026-08-20T02:23:11.175Z+ source .github/buildomat/test-common.sh
942026-08-20T02:23:11.175Z++ NEXTEST_VERSION=0.9.97
952026-08-20T02:23:11.175Z++ PLATFORM=illumos
962026-08-20T02:23:11.175Z++ source .github/buildomat/common.sh
972026-08-20T02:23:11.175Z+++ export PKG_SUCCESS_ON_NOP=1
982026-08-20T02:23:11.175Z+++ PKG_SUCCESS_ON_NOP=1
992026-08-20T02:23:11.175Z+++ cargo --version
1002026-08-20T02:23:11.175Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
1012026-08-20T02:23:11.320Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-20T02:23:11.328Zinfo: downloading 6 components
1032026-08-20T02:23:26.576Zcargo 1.97.1 (c980f4866 2026-06-30)
1042026-08-20T02:23:26.666Z+++ rustc --version
1052026-08-20T02:23:26.717Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1062026-08-20T02:23:26.717Z++ banner install
1072026-08-20T02:23:26.717Z
1082026-08-20T02:23:26.717Z # # # #### ##### ## # #
1092026-08-20T02:23:26.717Z # ## # # # # # # #
1102026-08-20T02:23:26.717Z # # # # #### # # # # #
1112026-08-20T02:23:26.717Z # # # # # # ###### # #
1122026-08-20T02:23:26.717Z # # ## # # # # # # #
1132026-08-20T02:23:26.717Z # # # #### # # # ###### ######
1142026-08-20T02:23:26.717Z
1152026-08-20T02:23:26.717Z++ pfexec pkg install clang-15
1162026-08-20T02:23:31.269Z Startup: Refreshing catalog 'helios' ... Done
1172026-08-20T02:23:31.269Z Startup: Caching catalogs ... Done
1182026-08-20T02:23:31.269ZPlanning: Solver setup ... Done
1192026-08-20T02:23:31.269ZPlanning: Running solver ... Done
1202026-08-20T02:23:31.269ZPlanning: Consolidating action changes ... Done
1212026-08-20T02:23:31.269ZPlanning: Evaluating mediators ... Done
1222026-08-20T02:23:31.269ZPlanning: Planning completed in 1.98 seconds
1232026-08-20T02:23:31.269ZNo updates necessary for this image.
1242026-08-20T02:23:31.269Z++ cargo install cargo-nextest --version 0.9.97
1252026-08-20T02:23:31.269Z Updating crates.io index
1262026-08-20T02:23:31.270Z Downloading crates ...
1272026-08-20T02:23:31.270Z Downloaded cargo-nextest v0.9.97
1282026-08-20T02:23:31.270Z Installing cargo-nextest v0.9.97
1292026-08-20T02:23:31.270Zwarning: default toolchain implicitly overridden with `1.97.1-x86_64-unknown-illumos` by rustup toolchain file
1302026-08-20T02:23:31.270Z |
1312026-08-20T02:23:31.270Z = help: use `cargo +stable install` if you meant to use the stable toolchain
1322026-08-20T02:23:31.270Z = note: rustup selects the toolchain based on the parent environment and not the environment of the package being installed
1332026-08-20T02:23:31.270Z Updating crates.io index
1342026-08-20T02:23:32.664Z Locking 396 packages to latest compatible versions
1352026-08-20T02:23:32.668Z Adding dialoguer v0.11.0 (available: v0.12.0)
1362026-08-20T02:23:32.670Z Adding duct v0.13.7 (available: v1.1.1)
1372026-08-20T02:23:32.670Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1382026-08-20T02:23:32.670Z Adding generic-array v0.14.7 (available: v0.14.9)
1392026-08-20T02:23:32.673Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1402026-08-20T02:23:32.673Z Adding itertools v0.14.0 (available: v0.15.0)
1412026-08-20T02:23:32.673Z Adding nextest-filtering v0.15.0 (available: v0.22.0)
1422026-08-20T02:23:32.674Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1432026-08-20T02:23:32.676Z Adding nextest-runner v0.80.0 (available: v0.122.1)
1442026-08-20T02:23:32.679Z Adding quick-junit v0.5.2 (available: v0.7.0)
1452026-08-20T02:23:32.703Z Downloading crates ...
1462026-08-20T02:23:32.730Z Downloaded ahash v0.8.12
1472026-08-20T02:23:32.732Z Downloaded ordered-float v2.10.1
1482026-08-20T02:23:32.737Z Downloaded adler2 v2.0.1
1492026-08-20T02:23:32.740Z Downloaded anstyle-query v1.1.5
1502026-08-20T02:23:32.743Z Downloaded anstyle v1.0.14
1512026-08-20T02:23:32.744Z Downloaded autocfg v1.5.1
1522026-08-20T02:23:32.744Z Downloaded parking_lot v0.12.5
1532026-08-20T02:23:32.747Z Downloaded camino-tempfile v1.4.1
1542026-08-20T02:23:32.754Z Downloaded futures-task v0.3.34
1552026-08-20T02:23:32.757Z Downloaded crypto-common v0.1.7
1562026-08-20T02:23:32.757Z Downloaded aho-corasick v1.1.5
1572026-08-20T02:23:32.766Z Downloaded atomic-waker v1.1.2
1582026-08-20T02:23:32.770Z Downloaded color-spantrace v0.3.0
1592026-08-20T02:23:32.772Z Downloaded document-features v0.2.12
1602026-08-20T02:23:32.775Z Downloaded quinn-udp v0.5.15
1612026-08-20T02:23:32.778Z Downloaded pkcs8 v0.10.2
1622026-08-20T02:23:32.780Z Downloaded owo-colors v4.3.0
1632026-08-20T02:23:32.780Z Downloaded rustls-pki-types v1.15.1
1642026-08-20T02:23:32.784Z Downloaded cargo-platform v0.3.3
1652026-08-20T02:23:32.787Z Downloaded serde_core v1.0.229
1662026-08-20T02:23:32.789Z Downloaded curve25519-dalek-derive v0.1.1
1672026-08-20T02:23:32.789Z Downloaded percent-encoding v2.3.2
1682026-08-20T02:23:32.789Z Downloaded pathdiff v0.2.3
1692026-08-20T02:23:32.789Z Downloaded backtrace-ext v0.2.1
1702026-08-20T02:23:32.792Z Downloaded serde_urlencoded v0.7.1
1712026-08-20T02:23:32.794Z Downloaded shlex v2.0.1
1722026-08-20T02:23:32.797Z Downloaded simd-adler32 v0.3.10
1732026-08-20T02:23:32.797Z Downloaded self-replace v1.5.0
1742026-08-20T02:23:32.797Z Downloaded smol_str v0.3.6
1752026-08-20T02:23:32.804Z Downloaded os_pipe v1.2.3
1762026-08-20T02:23:32.806Z Downloaded quote v1.0.47
1772026-08-20T02:23:32.806Z Downloaded colorchoice v1.0.5
1782026-08-20T02:23:32.809Z Downloaded form_urlencoded v1.2.2
1792026-08-20T02:23:32.809Z Downloaded quinn v0.11.11
1802026-08-20T02:23:32.812Z Downloaded ryu v1.0.23
1812026-08-20T02:23:32.815Z Downloaded serde_spanned v1.1.1
1822026-08-20T02:23:32.815Z Downloaded ppv-lite86 v0.2.21
1832026-08-20T02:23:32.815Z Downloaded serde-untagged v0.1.9
1842026-08-20T02:23:32.815Z Downloaded serde_spanned v0.6.9
1852026-08-20T02:23:32.817Z Downloaded cargo-platform v0.2.0
1862026-08-20T02:23:32.817Z Downloaded cpufeatures v0.2.17
1872026-08-20T02:23:32.817Z Downloaded cfg-if v1.0.4
1882026-08-20T02:23:32.820Z Downloaded futures-macro v0.3.34
1892026-08-20T02:23:32.820Z Downloaded scopeguard v1.2.0
1902026-08-20T02:23:32.823Z Downloaded foreign-types-shared v0.1.1
1912026-08-20T02:23:32.829Z Downloaded self_update v0.42.0
1922026-08-20T02:23:32.831Z Downloaded atomicwrites v0.4.4
1932026-08-20T02:23:32.831Z Downloaded rustc_version v0.4.1
1942026-08-20T02:23:32.831Z Downloaded serde_derive v1.0.229
1952026-08-20T02:23:32.831Z Downloaded anstream v1.0.0
1962026-08-20T02:23:32.834Z Downloaded pin-project-lite v0.2.17
1972026-08-20T02:23:32.837Z Downloaded serde_ignored v0.1.14
1982026-08-20T02:23:32.837Z Downloaded sha2 v0.10.9
1992026-08-20T02:23:32.841Z Downloaded serde-value v0.7.0
2002026-08-20T02:23:32.844Z Downloaded cpufeatures v0.3.0
2012026-08-20T02:23:32.844Z Downloaded swrite v0.1.0
2022026-08-20T02:23:32.847Z Downloaded debug-ignore v1.0.5
2032026-08-20T02:23:32.850Z Downloaded futures-io v0.3.34
2042026-08-20T02:23:32.850Z Downloaded enable-ansi-support v0.2.1
2052026-08-20T02:23:32.850Z Downloaded subtle v2.6.1
2062026-08-20T02:23:32.850Z Downloaded terminal_size v0.4.4
2072026-08-20T02:23:32.853Z Downloaded equivalent v1.0.2
2082026-08-20T02:23:32.853Z Downloaded foreign-types v0.3.2
2092026-08-20T02:23:32.856Z Downloaded block-buffer v0.10.4
2102026-08-20T02:23:32.856Z Downloaded futures-sink v0.3.34
2112026-08-20T02:23:32.856Z Downloaded toml_datetime v0.6.11
2122026-08-20T02:23:32.858Z Downloaded clap_lex v1.1.0
2132026-08-20T02:23:32.858Z Downloaded futures-core v0.3.34
2142026-08-20T02:23:32.861Z Downloaded utf8_iter v1.0.4
2152026-08-20T02:23:32.867Z Downloaded fnv v1.0.7
2162026-08-20T02:23:32.870Z Downloaded sigchld v0.2.4
2172026-08-20T02:23:32.870Z Downloaded supports-unicode v3.0.0
2182026-08-20T02:23:32.870Z Downloaded errno v0.3.14
2192026-08-20T02:23:32.870Z Downloaded openssl-macros v0.1.1
2202026-08-20T02:23:32.873Z Downloaded thread_local v1.1.10
2212026-08-20T02:23:32.873Z Downloaded supports-hyperlinks v3.2.0
2222026-08-20T02:23:32.873Z Downloaded anstyle-parse v1.0.0
2232026-08-20T02:23:32.875Z Downloaded addr2line v0.25.1
2242026-08-20T02:23:32.875Z Downloaded strsim v0.11.1
2252026-08-20T02:23:32.880Z Downloaded serde_path_to_error v0.1.20
2262026-08-20T02:23:32.890Z Downloaded unicode-xid v0.2.6
2272026-08-20T02:23:32.896Z Downloaded signature v2.2.0
2282026-08-20T02:23:32.896Z Downloaded tokio-macros v2.7.2
2292026-08-20T02:23:32.899Z Downloaded signal-hook-mio v0.2.5
2302026-08-20T02:23:32.908Z Downloaded async-scoped v0.9.0
2312026-08-20T02:23:32.909Z Downloaded cargo-util-schemas v0.2.0
2322026-08-20T02:23:32.911Z Downloaded futures-executor v0.3.34
2332026-08-20T02:23:32.911Z Downloaded pin-project-internal v1.1.13
2342026-08-20T02:23:32.911Z Downloaded convert_case v0.10.0
2352026-08-20T02:23:32.911Z Downloaded lazy_static v1.5.0
2362026-08-20T02:23:32.911Z Downloaded shell-words v1.1.1
2372026-08-20T02:23:32.911Z Downloaded version_check v0.9.5
2382026-08-20T02:23:32.911Z Downloaded cargo_metadata v0.20.0
2392026-08-20T02:23:32.919Z Downloaded lru-slab v0.1.2
2402026-08-20T02:23:32.919Z Downloaded tinyvec_macros v0.1.1
2412026-08-20T02:23:32.919Z Downloaded strip-ansi-escapes v0.2.1
2422026-08-20T02:23:32.919Z Downloaded sync_wrapper v1.0.2
2432026-08-20T02:23:32.919Z Downloaded home v0.5.12
2442026-08-20T02:23:32.919Z Downloaded try-lock v0.2.5
2452026-08-20T02:23:32.919Z Downloaded is_terminal_polyfill v1.70.2
2462026-08-20T02:23:32.919Z Downloaded utf8parse v0.2.2
2472026-08-20T02:23:32.919Z Downloaded number_prefix v0.4.0
2482026-08-20T02:23:32.919Z Downloaded toml_write v0.1.2
2492026-08-20T02:23:32.919Z Downloaded rustc-hash v2.1.3
2502026-08-20T02:23:32.919Z Downloaded thiserror v2.0.20
2512026-08-20T02:23:32.923Z Downloaded rand_core v0.6.4
2522026-08-20T02:23:32.923Z Downloaded rand_core v0.9.5
2532026-08-20T02:23:32.924Z Downloaded rand_core v0.10.1
2542026-08-20T02:23:32.924Z Downloaded signal-hook-registry v1.4.8
2552026-08-20T02:23:32.927Z Downloaded spki v0.7.3
2562026-08-20T02:23:32.927Z Downloaded thiserror-impl v1.0.69
2572026-08-20T02:23:32.927Z Downloaded parking_lot_core v0.9.12
2582026-08-20T02:23:32.931Z Downloaded thiserror v1.0.69
2592026-08-20T02:23:32.934Z Downloaded target-lexicon v0.13.5
2602026-08-20T02:23:32.934Z Downloaded fixedbitset v0.5.7
2612026-08-20T02:23:32.937Z Downloaded semver v1.0.28
2622026-08-20T02:23:32.940Z Downloaded digest v0.10.7
2632026-08-20T02:23:32.940Z Downloaded cfg_aliases v0.2.2
2642026-08-20T02:23:32.943Z Downloaded rustc-demangle v0.1.28
2652026-08-20T02:23:32.943Z Downloaded future-queue v0.4.0
2662026-08-20T02:23:32.946Z Downloaded find-msvc-tools v0.1.11
2672026-08-20T02:23:32.946Z Downloaded fastrand v2.5.0
2682026-08-20T02:23:32.946Z Downloaded duct v0.13.7
2692026-08-20T02:23:32.950Z Downloaded either v1.17.0
2702026-08-20T02:23:32.950Z Downloaded tracing-error v0.2.1
2712026-08-20T02:23:32.950Z Downloaded tower-layer v0.3.3
2722026-08-20T02:23:32.953Z Downloaded nextest-workspace-hack v0.1.0
2732026-08-20T02:23:32.953Z Downloaded camino v1.2.5
2742026-08-20T02:23:32.953Z Downloaded crc32fast v1.5.0
2752026-08-20T02:23:32.953Z Downloaded filetime v0.2.29
2762026-08-20T02:23:32.958Z Downloaded foldhash v0.1.5
2772026-08-20T02:23:32.961Z Downloaded target-spec-miette v0.4.8
2782026-08-20T02:23:32.961Z Downloaded zstd v0.13.3
2792026-08-20T02:23:32.964Z Downloaded tokio-native-tls v0.3.1
2802026-08-20T02:23:32.964Z Downloaded thiserror-impl v2.0.20
2812026-08-20T02:23:32.966Z Downloaded generic-array v0.14.7
2822026-08-20T02:23:32.966Z Downloaded hyper-tls v0.6.0
2832026-08-20T02:23:32.966Z Downloaded supports-color v3.0.2
2842026-08-20T02:23:32.969Z Downloaded mukti-metadata v0.3.0
2852026-08-20T02:23:32.969Z Downloaded openssl-probe v0.2.1
2862026-08-20T02:23:32.969Z Downloaded humantime-serde v1.1.1
2872026-08-20T02:23:32.972Z Downloaded guppy-workspace-hack v0.1.0
2882026-08-20T02:23:32.974Z Downloaded tower-service v0.3.3
2892026-08-20T02:23:32.977Z Downloaded tracing-log v0.2.0
2902026-08-20T02:23:32.977Z Downloaded slab v0.4.12
2912026-08-20T02:23:32.980Z Downloaded quick-junit v0.5.2
2922026-08-20T02:23:32.982Z Downloaded tokio-stream v0.1.19
2932026-08-20T02:23:32.985Z Downloaded indenter v0.3.4
2942026-08-20T02:23:32.985Z Downloaded smallvec v1.15.2
2952026-08-20T02:23:32.985Z Downloaded toml v0.8.23
2962026-08-20T02:23:32.988Z Downloaded hex v0.4.3
2972026-08-20T02:23:32.988Z Downloaded console v0.15.11
2982026-08-20T02:23:32.988Z Downloaded base64ct v1.8.3
2992026-08-20T02:23:32.991Z Downloaded rand_pcg v0.10.2
3002026-08-20T02:23:32.991Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3012026-08-20T02:23:32.991Z Downloaded globset v0.4.20
3022026-08-20T02:23:32.994Z Downloaded hyper-rustls v0.27.9
3032026-08-20T02:23:32.994Z Downloaded zstd-safe v7.2.4
3042026-08-20T02:23:32.997Z Downloaded nested v0.1.1
3052026-08-20T02:23:32.997Z Downloaded rand_chacha v0.9.0
3062026-08-20T02:23:32.997Z Downloaded proc-macro2 v1.0.107
3072026-08-20T02:23:33.000Z Downloaded indent_write v2.2.0
3082026-08-20T02:23:33.000Z Downloaded idna_adapter v1.0.0
3092026-08-20T02:23:33.000Z Downloaded is_ci v1.2.0
3102026-08-20T02:23:33.000Z Downloaded typeid v1.0.3
3112026-08-20T02:23:33.004Z Downloaded erased-serde v0.4.10
3122026-08-20T02:23:33.004Z Downloaded textwrap v0.16.2
3132026-08-20T02:23:33.004Z Downloaded want v0.3.1
3142026-08-20T02:23:33.006Z Downloaded lock_api v0.4.14
3152026-08-20T02:23:33.007Z Downloaded shared_child v1.1.1
3162026-08-20T02:23:33.007Z Downloaded pkg-config v0.3.34
3172026-08-20T02:23:33.007Z Downloaded bitflags v2.13.1
3182026-08-20T02:23:33.009Z Downloaded const-oid v0.9.6
3192026-08-20T02:23:33.013Z Downloaded heck v0.5.0
3202026-08-20T02:23:33.015Z Downloaded urlencoding v2.1.3
3212026-08-20T02:23:33.016Z Downloaded chacha20 v0.10.1
3222026-08-20T02:23:33.016Z Downloaded clap_derive v4.6.4
3232026-08-20T02:23:33.016Z Downloaded futures-channel v0.3.34
3242026-08-20T02:23:33.018Z Downloaded cargo_metadata v0.23.1
3252026-08-20T02:23:33.019Z Downloaded untrusted v0.9.0
3262026-08-20T02:23:33.021Z Downloaded tempfile v3.27.0
3272026-08-20T02:23:33.024Z Downloaded itoa v1.0.18
3282026-08-20T02:23:33.026Z Downloaded httparse v1.10.1
3292026-08-20T02:23:33.026Z Downloaded static_assertions v1.1.0
3302026-08-20T02:23:33.026Z Downloaded dialoguer v0.11.0
3312026-08-20T02:23:33.030Z Downloaded ipnet v2.12.1
3322026-08-20T02:23:33.034Z Downloaded base64 v0.22.1
3332026-08-20T02:23:33.034Z Downloaded openssl-sys v0.9.117
3342026-08-20T02:23:33.037Z Downloaded http-body v1.1.0
3352026-08-20T02:23:33.037Z Downloaded unicode-linebreak v0.1.5
3362026-08-20T02:23:33.037Z Downloaded rustls-webpki v0.103.14
3372026-08-20T02:23:33.040Z Downloaded xxhash-rust v0.8.18
3382026-08-20T02:23:33.040Z Downloaded ed25519 v2.2.3
3392026-08-20T02:23:33.040Z Downloaded zeroize v1.9.0
3402026-08-20T02:23:33.043Z Downloaded newtype-uuid v1.4.0
3412026-08-20T02:23:33.043Z Downloaded jobserver v0.1.35
3422026-08-20T02:23:33.043Z Downloaded tokio-rustls v0.26.4
3432026-08-20T02:23:33.046Z Downloaded toml v1.1.4+spec-1.1.0
3442026-08-20T02:23:33.048Z Downloaded eyre v0.6.14
3452026-08-20T02:23:33.052Z Downloaded signal-hook v0.3.18
3462026-08-20T02:23:33.055Z Downloaded socket2 v0.6.5
3472026-08-20T02:23:33.055Z Downloaded tinyvec v1.12.0
3482026-08-20T02:23:33.058Z Downloaded sharded-slab v0.1.7
3492026-08-20T02:23:33.058Z Downloaded regex v1.13.1
3502026-08-20T02:23:33.063Z Downloaded iana-time-zone v0.1.65
3512026-08-20T02:23:33.066Z Downloaded target-spec v3.6.0
3522026-08-20T02:23:33.066Z Downloaded nextest-metadata v0.12.2
3532026-08-20T02:23:33.070Z Downloaded toml_writer v1.1.2+spec-1.1.0
3542026-08-20T02:23:33.070Z Downloaded xattr v1.6.1
3552026-08-20T02:23:33.070Z Downloaded zipsign-api v0.1.5
3562026-08-20T02:23:33.070Z Downloaded cfg-expr v0.20.8
3572026-08-20T02:23:33.074Z Downloaded clap v4.6.6
3582026-08-20T02:23:33.079Z Downloaded zmij v1.0.23
3592026-08-20T02:23:33.084Z Downloaded humantime v2.4.0
3602026-08-20T02:23:33.084Z Downloaded http-body-util v0.1.5
3612026-08-20T02:23:33.090Z Downloaded config v0.15.25
3622026-08-20T02:23:33.093Z Downloaded once_cell v1.21.4
3632026-08-20T02:23:33.094Z Downloaded miette-derive v7.6.0
3642026-08-20T02:23:33.094Z Downloaded tar v0.4.46
3652026-08-20T02:23:33.094Z Downloaded pin-project v1.1.13
3662026-08-20T02:23:33.098Z Downloaded derive-where v1.6.1
3672026-08-20T02:23:33.101Z Downloaded nextest-filtering v0.15.0
3682026-08-20T02:23:33.101Z Downloaded uuid v1.24.1
3692026-08-20T02:23:33.104Z Downloaded serde v1.0.229
3702026-08-20T02:23:33.106Z Downloaded num-traits v0.2.19
3712026-08-20T02:23:33.109Z Downloaded getrandom v0.2.17
3722026-08-20T02:23:33.111Z Downloaded toml_parser v1.1.3+spec-1.1.0
3732026-08-20T02:23:33.114Z Downloaded getrandom v0.4.3
3742026-08-20T02:23:33.114Z Downloaded backtrace v0.3.76
3752026-08-20T02:23:33.117Z Downloaded der v0.7.10
3762026-08-20T02:23:33.120Z Downloaded unicase v2.9.0
3772026-08-20T02:23:33.123Z Downloaded native-tls v0.2.18
3782026-08-20T02:23:33.123Z Downloaded futures v0.3.34
3792026-08-20T02:23:33.129Z Downloaded tracing-attributes v0.1.31
3802026-08-20T02:23:33.132Z Downloaded bytes v1.12.1
3812026-08-20T02:23:33.138Z Downloaded cc v1.4.3
3822026-08-20T02:23:33.141Z Downloaded indicatif v0.17.11
3832026-08-20T02:23:33.141Z Downloaded tracing-core v0.1.36
3842026-08-20T02:23:33.144Z Downloaded vte v0.14.1
3852026-08-20T02:23:33.144Z Downloaded borsh v1.8.0
3862026-08-20T02:23:33.148Z Downloaded flate2 v1.1.9
3872026-08-20T02:23:33.151Z Downloaded getrandom v0.3.4
3882026-08-20T02:23:33.155Z Downloaded unicode-ident v1.0.24
3892026-08-20T02:23:33.159Z Downloaded log v0.4.33
3902026-08-20T02:23:33.159Z Downloaded derive_more v2.1.1
3912026-08-20T02:23:33.163Z Downloaded litrs v1.0.0
3922026-08-20T02:23:33.166Z Downloaded rand v0.9.5
3932026-08-20T02:23:33.168Z Downloaded rand v0.10.2
3942026-08-20T02:23:33.173Z Downloaded url v2.5.8
3952026-08-20T02:23:33.176Z Downloaded miniz_oxide v0.8.9
3962026-08-20T02:23:33.180Z Downloaded typenum v1.20.1
3972026-08-20T02:23:33.186Z Downloaded derive_more-impl v2.1.1
3982026-08-20T02:23:33.192Z Downloaded unicode-segmentation v1.13.3
3992026-08-20T02:23:33.195Z Downloaded ed25519-dalek v2.2.0
4002026-08-20T02:23:33.198Z Downloaded toml_edit v0.22.27
4012026-08-20T02:23:33.201Z Downloaded tower v0.5.3
4022026-08-20T02:23:33.204Z Downloaded memchr v2.8.3
4032026-08-20T02:23:33.206Z Downloaded indexmap v2.14.0
4042026-08-20T02:23:33.209Z Downloaded serde_json v1.0.151
4052026-08-20T02:23:33.213Z Downloaded mio v1.2.2
4062026-08-20T02:23:33.219Z Downloaded unicode-normalization v0.1.25
4072026-08-20T02:23:33.238Z Downloaded http v1.5.0
4082026-08-20T02:23:33.241Z Downloaded ron v0.12.2
4092026-08-20T02:23:33.244Z Downloaded hyper-util v0.1.20
4102026-08-20T02:23:33.253Z Downloaded miette v7.6.0
4112026-08-20T02:23:33.258Z Downloaded pulldown-cmark v0.13.4
4122026-08-20T02:23:33.269Z Downloaded hashbrown v0.15.5
4132026-08-20T02:23:33.272Z Downloaded idna v1.1.0
4142026-08-20T02:23:33.274Z Downloaded guppy v0.17.26
4152026-08-20T02:23:33.277Z Downloaded crossterm v0.29.0
4162026-08-20T02:23:33.281Z Downloaded tower-http v0.6.11
4172026-08-20T02:23:33.286Z Downloaded reqwest v0.12.28
4182026-08-20T02:23:33.289Z Downloaded tokio-util v0.7.19
4192026-08-20T02:23:33.293Z Downloaded clap_builder v4.6.6
4202026-08-20T02:23:33.297Z Downloaded futures-util v0.3.34
4212026-08-20T02:23:33.302Z Downloaded hashbrown v0.17.1
4222026-08-20T02:23:33.305Z Downloaded itertools v0.14.0
4232026-08-20T02:23:33.308Z Downloaded quick-xml v0.37.5
4242026-08-20T02:23:33.312Z Downloaded h2 v0.4.17
4252026-08-20T02:23:33.318Z Downloaded hyper v1.11.0
4262026-08-20T02:23:33.328Z Downloaded quick-xml v0.38.4
4272026-08-20T02:23:33.331Z Downloaded winnow v0.7.15
4282026-08-20T02:23:33.336Z Downloaded winnow v1.0.4
4292026-08-20T02:23:33.341Z Downloaded quinn-proto v0.11.17
4302026-08-20T02:23:33.344Z Downloaded tracing-subscriber v0.3.23
4312026-08-20T02:23:33.350Z Downloaded webpki-roots v1.0.9
4322026-08-20T02:23:33.352Z Downloaded vcpkg v0.2.15
4332026-08-20T02:23:33.374Z Downloaded portable-atomic v1.15.0
4342026-08-20T02:23:33.377Z Downloaded chrono v0.4.45
4352026-08-20T02:23:33.394Z Downloaded curve25519-dalek v4.1.3
4362026-08-20T02:23:33.399Z Downloaded rustls v0.23.43
4372026-08-20T02:23:33.407Z Downloaded syn v3.0.3
4382026-08-20T02:23:33.412Z Downloaded zerocopy v0.8.56
4392026-08-20T02:23:33.423Z Downloaded unicode-width v0.2.2
4402026-08-20T02:23:33.426Z Downloaded unicode-width v0.1.14
4412026-08-20T02:23:33.435Z Downloaded gimli v0.32.3
4422026-08-20T02:23:33.435Z Downloaded nextest-runner v0.80.0
4432026-08-20T02:23:33.438Z Downloaded rustix v1.1.4
4442026-08-20T02:23:33.451Z Downloaded syn v2.0.119
4452026-08-20T02:23:33.456Z Downloaded bstr v1.13.1
4462026-08-20T02:23:33.462Z Downloaded rustix v0.38.44
4472026-08-20T02:23:33.472Z Downloaded regex-syntax v0.8.11
4482026-08-20T02:23:33.477Z Downloaded nix v0.30.1
4492026-08-20T02:23:33.483Z Downloaded object v0.37.3
4502026-08-20T02:23:33.489Z Downloaded openssl v0.10.81
4512026-08-20T02:23:33.493Z Downloaded tracing v0.1.44
4522026-08-20T02:23:33.503Z Downloaded regex-automata v0.4.18
4532026-08-20T02:23:33.509Z Downloaded color-eyre v0.6.5
4542026-08-20T02:23:33.540Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4552026-08-20T02:23:33.548Z Downloaded petgraph v0.8.3
4562026-08-20T02:23:33.559Z Downloaded libc v0.2.189
4572026-08-20T02:23:33.582Z Downloaded tokio v1.53.1
4582026-08-20T02:23:33.605Z Downloaded recursion v0.5.4
4592026-08-20T02:23:33.610Z Downloaded ring v0.17.14
4602026-08-20T02:23:33.670Z Compiling proc-macro2 v1.0.107
4612026-08-20T02:23:33.675Z Compiling unicode-ident v1.0.24
4622026-08-20T02:23:33.675Z Compiling quote v1.0.47
4632026-08-20T02:23:33.675Z Compiling libc v0.2.189
4642026-08-20T02:23:33.675Z Compiling serde_core v1.0.229
4652026-08-20T02:23:33.675Z Compiling cfg-if v1.0.4
4662026-08-20T02:23:33.804Z Compiling memchr v2.8.3
4672026-08-20T02:23:33.814Z Compiling once_cell v1.21.4
4682026-08-20T02:23:33.884Z Compiling log v0.4.33
4692026-08-20T02:23:33.943Z Compiling pin-project-lite v0.2.17
4702026-08-20T02:23:34.034Z Compiling itoa v1.0.18
4712026-08-20T02:23:34.105Z Compiling serde v1.0.229
4722026-08-20T02:23:34.229Z Compiling futures-core v0.3.34
4732026-08-20T02:23:34.281Z Compiling smallvec v1.15.2
4742026-08-20T02:23:34.386Z Compiling bitflags v2.13.1
4752026-08-20T02:23:34.455Z Compiling equivalent v1.0.2
4762026-08-20T02:23:34.541Z Compiling find-msvc-tools v0.1.11
4772026-08-20T02:23:34.545Z Compiling hashbrown v0.17.1
4782026-08-20T02:23:34.777Z Compiling errno v0.3.14
4792026-08-20T02:23:34.795Z Compiling shlex v2.0.1
4802026-08-20T02:23:34.810Z Compiling bytes v1.12.1
4812026-08-20T02:23:34.963Z Compiling signal-hook-registry v1.4.8
4822026-08-20T02:23:34.984Z Compiling jobserver v0.1.35
4832026-08-20T02:23:35.055Z Compiling mio v1.2.2
4842026-08-20T02:23:35.067Z Compiling rustix v1.1.4
4852026-08-20T02:23:35.148Z Compiling syn v3.0.3
4862026-08-20T02:23:35.240Z Compiling syn v2.0.119
4872026-08-20T02:23:35.288Z Compiling cc v1.4.3
4882026-08-20T02:23:35.387Z Compiling futures-sink v0.3.34
4892026-08-20T02:23:35.505Z Compiling socket2 v0.6.5
4902026-08-20T02:23:35.672Z Compiling zmij v1.0.23
4912026-08-20T02:23:35.712Z Compiling slab v0.4.12
4922026-08-20T02:23:35.913Z Compiling autocfg v1.5.1
4932026-08-20T02:23:36.002Z Compiling futures-channel v0.3.34
4942026-08-20T02:23:36.232Z Compiling indexmap v2.14.0
4952026-08-20T02:23:36.253Z Compiling tracing-core v0.1.36
4962026-08-20T02:23:36.266Z Compiling serde_json v1.0.151
4972026-08-20T02:23:36.266Z Compiling version_check v0.9.5
4982026-08-20T02:23:36.547Z Compiling getrandom v0.4.3
4992026-08-20T02:23:36.558Z Compiling futures-task v0.3.34
5002026-08-20T02:23:36.730Z Compiling futures-io v0.3.34
5012026-08-20T02:23:36.864Z Compiling camino v1.2.5
5022026-08-20T02:23:36.927Z Compiling percent-encoding v2.3.2
5032026-08-20T02:23:37.047Z Compiling unicode-width v0.2.2
5042026-08-20T02:23:37.215Z Compiling ring v0.17.14
5052026-08-20T02:23:37.295Z Compiling http v1.5.0
5062026-08-20T02:23:37.354Z Compiling simd-adler32 v0.3.10
5072026-08-20T02:23:37.372Z Compiling adler2 v2.0.1
5082026-08-20T02:23:37.507Z Compiling zeroize v1.9.0
5092026-08-20T02:23:37.534Z Compiling miniz_oxide v0.8.9
5102026-08-20T02:23:37.932Z Compiling serde_derive v1.0.229
5112026-08-20T02:23:38.191Z Compiling tokio-macros v2.7.2
5122026-08-20T02:23:38.265Z Compiling futures-macro v0.3.34
5132026-08-20T02:23:38.750Z Compiling tracing-attributes v0.1.31
5142026-08-20T02:23:38.924Z Compiling num-traits v0.2.19
5152026-08-20T02:23:38.941Z Compiling tokio v1.53.1
5162026-08-20T02:23:39.111Z Compiling futures-util v0.3.34
5172026-08-20T02:23:39.154Z Compiling zerocopy v0.8.56
5182026-08-20T02:23:39.187Z Compiling getrandom v0.3.4
5192026-08-20T02:23:39.375Z Compiling object v0.37.3
5202026-08-20T02:23:39.500Z Compiling target-lexicon v0.13.5
5212026-08-20T02:23:39.701Z Compiling http-body v1.1.0
5222026-08-20T02:23:39.759Z Compiling rustls-pki-types v1.15.1
5232026-08-20T02:23:39.863Z Compiling form_urlencoded v1.2.2
5242026-08-20T02:23:39.939Z Compiling tracing v0.1.44
5252026-08-20T02:23:39.994Z Compiling semver v1.0.28
5262026-08-20T02:23:40.130Z Compiling getrandom v0.2.17
5272026-08-20T02:23:40.295Z Compiling thiserror v2.0.20
5282026-08-20T02:23:40.325Z Compiling untrusted v0.9.0
5292026-08-20T02:23:40.456Z Compiling signal-hook v0.3.18
5302026-08-20T02:23:40.610Z Compiling utf8_iter v1.0.4
5312026-08-20T02:23:40.623Z Compiling fnv v1.0.7
5322026-08-20T02:23:40.634Z Compiling httparse v1.10.1
5332026-08-20T02:23:40.664Z Compiling owo-colors v4.3.0
5342026-08-20T02:23:40.718Z Compiling guppy-workspace-hack v0.1.0
5352026-08-20T02:23:40.767Z Compiling idna_adapter v1.0.0
5362026-08-20T02:23:40.868Z Compiling gimli v0.32.3
5372026-08-20T02:23:40.943Z Compiling idna v1.1.0
5382026-08-20T02:23:41.821Z Compiling thiserror-impl v2.0.20
5392026-08-20T02:23:41.937Z Compiling generic-array v0.14.7
5402026-08-20T02:23:42.159Z Compiling typeid v1.0.3
5412026-08-20T02:23:42.437Z Compiling try-lock v0.2.5
5422026-08-20T02:23:42.552Z Compiling target-spec v3.6.0
5432026-08-20T02:23:42.565Z Compiling pkg-config v0.3.34
5442026-08-20T02:23:42.826Z Compiling addr2line v0.25.1
5452026-08-20T02:23:42.971Z Compiling tokio-util v0.7.19
5462026-08-20T02:23:42.986Z Compiling rustc-demangle v0.1.28
5472026-08-20T02:23:43.268Z Compiling atomic-waker v1.1.2
5482026-08-20T02:23:43.406Z Compiling rustls v0.23.43
5492026-08-20T02:23:43.531Z Compiling tower-service v0.3.3
5502026-08-20T02:23:43.620Z Compiling thiserror v1.0.69
5512026-08-20T02:23:43.631Z Compiling fastrand v2.5.0
5522026-08-20T02:23:43.959Z Compiling tempfile v3.27.0
5532026-08-20T02:23:43.962Z Compiling h2 v0.4.17
5542026-08-20T02:23:44.064Z Compiling backtrace v0.3.76
5552026-08-20T02:23:44.096Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5562026-08-20T02:23:44.526Z Compiling want v0.3.1
5572026-08-20T02:23:44.697Z Compiling cfg-expr v0.20.8
5582026-08-20T02:23:44.712Z Compiling url v2.5.8
5592026-08-20T02:23:45.652Z Compiling thiserror-impl v1.0.69
5602026-08-20T02:23:45.652Z Compiling terminal_size v0.4.4
5612026-08-20T02:23:45.728Z Compiling aho-corasick v1.1.5
5622026-08-20T02:23:45.811Z Compiling subtle v2.6.1
5632026-08-20T02:23:45.973Z Compiling winnow v0.7.15
5642026-08-20T02:23:46.782Z Compiling typenum v1.20.1
5652026-08-20T02:23:47.062Z Compiling rustls-webpki v0.103.14
5662026-08-20T02:23:47.467Z Compiling regex-syntax v0.8.11
5672026-08-20T02:23:47.915Z Compiling erased-serde v0.4.10
5682026-08-20T02:23:49.418Z Compiling regex-automata v0.4.18
5692026-08-20T02:23:49.642Z Compiling hyper v1.11.0
5702026-08-20T02:23:51.055Z Compiling serde_spanned v0.6.9
5712026-08-20T02:23:51.228Z Compiling toml_datetime v0.6.11
5722026-08-20T02:23:51.600Z Compiling ahash v0.8.12
5732026-08-20T02:23:51.859Z Compiling sync_wrapper v1.0.2
5742026-08-20T02:23:51.962Z Compiling either v1.17.0
5752026-08-20T02:23:51.978Z Compiling unicode-linebreak v0.1.5
5762026-08-20T02:23:52.193Z Compiling unicode-segmentation v1.13.3
5772026-08-20T02:23:52.245Z Compiling portable-atomic v1.15.0
5782026-08-20T02:23:52.579Z Compiling crc32fast v1.5.0
5792026-08-20T02:23:52.689Z Compiling tower-layer v0.3.3
5802026-08-20T02:23:52.864Z Compiling nextest-workspace-hack v0.1.0
5812026-08-20T02:23:52.895Z Compiling is_ci v1.2.0
5822026-08-20T02:23:53.070Z Compiling toml_write v0.1.2
5832026-08-20T02:23:53.081Z Compiling parking_lot_core v0.9.12
5842026-08-20T02:23:53.309Z Compiling ipnet v2.12.1
5852026-08-20T02:23:53.339Z Compiling lazy_static v1.5.0
5862026-08-20T02:23:53.419Z Compiling foldhash v0.1.5
5872026-08-20T02:23:53.446Z Compiling base64 v0.22.1
5882026-08-20T02:23:53.456Z Compiling sharded-slab v0.1.7
5892026-08-20T02:23:53.641Z Compiling hashbrown v0.15.5
5902026-08-20T02:23:53.936Z Compiling hyper-util v0.1.20
5912026-08-20T02:23:54.089Z Compiling toml_edit v0.22.27
5922026-08-20T02:23:54.310Z Compiling supports-color v3.0.2
5932026-08-20T02:23:54.543Z Compiling tower v0.5.3
5942026-08-20T02:23:54.602Z Compiling convert_case v0.10.0
5952026-08-20T02:23:54.768Z Compiling textwrap v0.16.2
5962026-08-20T02:23:54.900Z Compiling tokio-rustls v0.26.4
5972026-08-20T02:23:55.187Z Compiling backtrace-ext v0.2.1
5982026-08-20T02:23:55.440Z Compiling ordered-float v2.10.1
5992026-08-20T02:23:55.723Z Compiling webpki-roots v1.0.9
6002026-08-20T02:23:55.723Z Compiling miette-derive v7.6.0
6012026-08-20T02:23:55.856Z Compiling pathdiff v0.2.3
6022026-08-20T02:23:56.023Z Compiling console v0.15.11
6032026-08-20T02:23:56.113Z Compiling tracing-log v0.2.0
6042026-08-20T02:23:56.455Z Compiling cargo-platform v0.3.3
6052026-08-20T02:23:56.559Z Compiling os_pipe v1.2.3
6062026-08-20T02:23:56.755Z Compiling thread_local v1.1.10
6072026-08-20T02:23:56.812Z Compiling supports-unicode v3.0.0
6082026-08-20T02:23:56.982Z Compiling fixedbitset v0.5.7
6092026-08-20T02:23:57.020Z Compiling rustix v0.38.44
6102026-08-20T02:23:57.084Z Compiling winnow v1.0.4
6112026-08-20T02:23:57.349Z Compiling zstd-safe v7.2.4
6122026-08-20T02:23:57.371Z Compiling supports-hyperlinks v3.2.0
6132026-08-20T02:23:57.487Z Compiling utf8parse v0.2.2
6142026-08-20T02:23:57.591Z Compiling scopeguard v1.2.0
6152026-08-20T02:23:57.591Z Compiling pulldown-cmark v0.13.4
6162026-08-20T02:23:57.616Z Compiling debug-ignore v1.0.5
6172026-08-20T02:23:57.725Z Compiling cfg_aliases v0.2.2
6182026-08-20T02:23:57.799Z Compiling unicode-width v0.1.14
6192026-08-20T02:23:57.811Z Compiling ryu v1.0.23
6202026-08-20T02:23:58.061Z Compiling miette v7.6.0
6212026-08-20T02:23:58.091Z Compiling serde_urlencoded v0.7.1
6222026-08-20T02:23:58.123Z Compiling nix v0.30.1
6232026-08-20T02:23:58.377Z Compiling toml_parser v1.1.3+spec-1.1.0
6242026-08-20T02:23:58.498Z Compiling lock_api v0.4.14
6252026-08-20T02:23:58.524Z Compiling anstyle-parse v1.0.0
6262026-08-20T02:23:58.747Z Compiling petgraph v0.8.3
6272026-08-20T02:23:58.833Z Compiling tracing-subscriber v0.3.23
6282026-08-20T02:23:59.714Z Compiling sigchld v0.2.4
6292026-08-20T02:23:59.910Z Compiling cargo_metadata v0.23.1
6302026-08-20T02:24:00.669Z Compiling hyper-rustls v0.27.9
6312026-08-20T02:24:00.959Z Compiling serde-value v0.7.0
6322026-08-20T02:24:01.307Z Compiling toml v0.8.23
6332026-08-20T02:24:01.621Z Compiling serde-untagged v0.1.9
6342026-08-20T02:24:01.793Z Compiling tower-http v0.6.11
6352026-08-20T02:24:02.144Z Compiling derive_more-impl v2.1.1
6362026-08-20T02:24:02.976Z Compiling itertools v0.14.0
6372026-08-20T02:24:02.992Z Compiling regex v1.13.1
6382026-08-20T02:24:03.134Z Compiling block-buffer v0.10.4
6392026-08-20T02:24:03.292Z Compiling crypto-common v0.1.7
6402026-08-20T02:24:03.433Z Compiling ppv-lite86 v0.2.21
6412026-08-20T02:24:03.504Z Compiling rand_core v0.9.5
6422026-08-20T02:24:03.765Z Compiling futures-executor v0.3.34
6432026-08-20T02:24:03.777Z Compiling http-body-util v0.1.5
6442026-08-20T02:24:03.999Z Compiling pin-project-internal v1.1.13
6452026-08-20T02:24:04.079Z Compiling uuid v1.24.1
6462026-08-20T02:24:04.280Z Compiling eyre v0.6.14
6472026-08-20T02:24:04.422Z Compiling toml_datetime v1.1.1+spec-1.1.0
6482026-08-20T02:24:04.486Z Compiling smol_str v0.3.6
6492026-08-20T02:24:04.545Z Compiling serde_spanned v1.1.1
6502026-08-20T02:24:04.623Z Compiling filetime v0.2.29
6512026-08-20T02:24:04.694Z Compiling vte v0.14.1
6522026-08-20T02:24:04.826Z Compiling bstr v1.13.1
6532026-08-20T02:24:04.851Z Compiling iana-time-zone v0.1.65
6542026-08-20T02:24:04.909Z Compiling unicase v2.9.0
6552026-08-20T02:24:05.043Z Compiling color-spantrace v0.3.0
6562026-08-20T02:24:05.096Z Compiling number_prefix v0.4.0
6572026-08-20T02:24:05.141Z Compiling anstyle-query v1.1.5
6582026-08-20T02:24:05.207Z Compiling unicode-xid v0.2.6
6592026-08-20T02:24:05.243Z Compiling is_terminal_polyfill v1.70.2
6602026-08-20T02:24:05.244Z Compiling xattr v1.6.1
6612026-08-20T02:24:05.338Z Compiling nested v0.1.1
6622026-08-20T02:24:05.350Z Compiling anstyle v1.0.14
6632026-08-20T02:24:05.362Z Compiling self_update v0.42.0
6642026-08-20T02:24:05.375Z Compiling litrs v1.0.0
6652026-08-20T02:24:05.451Z Compiling colorchoice v1.0.5
6662026-08-20T02:24:05.533Z Compiling static_assertions v1.1.0
6672026-08-20T02:24:05.568Z Compiling tinyvec_macros v0.1.1
6682026-08-20T02:24:05.602Z Compiling guppy v0.17.26
6692026-08-20T02:24:05.613Z Compiling anstream v1.0.0
6702026-08-20T02:24:05.625Z Compiling tinyvec v1.12.0
6712026-08-20T02:24:05.688Z Compiling tar v0.4.46
6722026-08-20T02:24:05.808Z Compiling document-features v0.2.12
6732026-08-20T02:24:06.082Z Compiling cargo-util-schemas v0.2.0
6742026-08-20T02:24:06.095Z Compiling globset v0.4.20
6752026-08-20T02:24:06.343Z Compiling indicatif v0.17.11
6762026-08-20T02:24:06.756Z Compiling pin-project v1.1.13
6772026-08-20T02:24:06.862Z Compiling chrono v0.4.45
6782026-08-20T02:24:07.470Z Compiling strip-ansi-escapes v0.2.1
6792026-08-20T02:24:07.968Z Compiling nextest-metadata v0.12.2
6802026-08-20T02:24:08.174Z Compiling toml v1.1.4+spec-1.1.0
6812026-08-20T02:24:08.819Z Compiling newtype-uuid v1.4.0
6822026-08-20T02:24:09.018Z Compiling reqwest v0.12.28
6832026-08-20T02:24:09.344Z Compiling futures v0.3.34
6842026-08-20T02:24:09.430Z Compiling rand_chacha v0.9.0
6852026-08-20T02:24:09.433Z Compiling digest v0.10.7
6862026-08-20T02:24:09.666Z Compiling derive_more v2.1.1
6872026-08-20T02:24:09.759Z Compiling parking_lot v0.12.5
6882026-08-20T02:24:09.992Z Compiling flate2 v1.1.9
6892026-08-20T02:24:10.791Z Compiling shared_child v1.1.1
6902026-08-20T02:24:10.845Z Compiling tracing-error v0.2.1
6912026-08-20T02:24:10.845Z Compiling signal-hook-mio v0.2.5
6922026-08-20T02:24:10.894Z Compiling self-replace v1.5.0
6932026-08-20T02:24:11.006Z Compiling cargo-platform v0.2.0
6942026-08-20T02:24:11.141Z Compiling quick-xml v0.38.4
6952026-08-20T02:24:11.237Z Compiling quick-xml v0.37.5
6962026-08-20T02:24:11.546Z Compiling recursion v0.5.4
6972026-08-20T02:24:11.689Z Compiling urlencoding v2.1.3
6982026-08-20T02:24:11.849Z Compiling cpufeatures v0.2.17
6992026-08-20T02:24:11.900Z Compiling indenter v0.3.4
7002026-08-20T02:24:11.938Z Compiling heck v0.5.0
7012026-08-20T02:24:12.029Z Compiling strsim v0.11.1
7022026-08-20T02:24:12.359Z Compiling humantime v2.4.0
7032026-08-20T02:24:12.722Z Compiling clap_lex v1.1.0
7042026-08-20T02:24:12.788Z Compiling shell-words v1.1.1
7052026-08-20T02:24:12.826Z Compiling humantime-serde v1.1.1
7062026-08-20T02:24:12.980Z Compiling clap_builder v4.6.6
7072026-08-20T02:24:13.031Z Compiling clap_derive v4.6.4
7082026-08-20T02:24:13.053Z Compiling sha2 v0.10.9
7092026-08-20T02:24:13.539Z Compiling quick-junit v0.5.2
7102026-08-20T02:24:14.343Z Compiling nextest-filtering v0.15.0
7112026-08-20T02:24:14.775Z Compiling atomicwrites v0.4.4
7122026-08-20T02:24:15.064Z Compiling cargo_metadata v0.20.0
7132026-08-20T02:24:16.596Z Compiling cargo-nextest v0.9.97
7142026-08-20T02:24:16.911Z Compiling crossterm v0.29.0
7152026-08-20T02:24:19.375Z Compiling duct v0.13.7
7162026-08-20T02:24:19.575Z Compiling rand v0.9.5
7172026-08-20T02:24:19.753Z Compiling async-scoped v0.9.0
7182026-08-20T02:24:19.955Z Compiling config v0.15.25
7192026-08-20T02:24:19.972Z Compiling unicode-normalization v0.1.25
7202026-08-20T02:24:20.228Z Compiling target-spec-miette v0.4.8
7212026-08-20T02:24:20.315Z Compiling future-queue v0.4.0
7222026-08-20T02:24:20.535Z Compiling mukti-metadata v0.3.0
7232026-08-20T02:24:20.586Z Compiling camino-tempfile v1.4.1
7242026-08-20T02:24:20.623Z Compiling tokio-stream v0.1.19
7252026-08-20T02:24:20.984Z Compiling derive-where v1.6.1
7262026-08-20T02:24:21.026Z Compiling serde_path_to_error v0.1.20
7272026-08-20T02:24:21.091Z Compiling serde_ignored v0.1.14
7282026-08-20T02:24:21.167Z Compiling home v0.5.12
7292026-08-20T02:24:21.309Z Compiling swrite v0.1.0
7302026-08-20T02:24:21.415Z Compiling xxhash-rust v0.8.18
7312026-08-20T02:24:21.454Z Compiling indent_write v2.2.0
7322026-08-20T02:24:21.483Z Compiling hex v0.4.3
7332026-08-20T02:24:21.592Z Compiling color-eyre v0.6.5
7342026-08-20T02:24:21.623Z Compiling clap v4.6.6
7352026-08-20T02:24:21.707Z Compiling dialoguer v0.11.0
7362026-08-20T02:24:21.773Z Compiling enable-ansi-support v0.2.1
7372026-08-20T02:24:23.558Z Compiling zstd v0.13.3
7382026-08-20T02:24:23.807Z Compiling nextest-runner v0.80.0
7392026-08-20T02:24:42.178Z Finished `release` profile [optimized] target(s) in 1m 11s
7402026-08-20T02:24:42.356Z Installing /home/build/.cargo/bin/cargo-nextest
7412026-08-20T02:24:42.361Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7422026-08-20T02:24:42.479Z+ pushd rdb
7432026-08-20T02:24:42.482Z/work/oxidecomputer/maghemite/rdb /work/oxidecomputer/maghemite
7442026-08-20T02:24:42.482Z+ cargo nextest run -p rdb -p mg-api-types -p mg-api-types-versions
7452026-08-20T02:24:42.632Z Updating git repository `https://github.com/oxidecomputer/falcon`
7462026-08-20T02:24:43.260ZFrom https://github.com/oxidecomputer/falcon
7472026-08-20T02:24:43.260Z * [new ref] 021420c1e2f1ac9c66759d5df44979940a1ac483 -> refs/commit/021420c1e2f1ac9c66759d5df44979940a1ac483
7482026-08-20T02:24:43.335Z Updating crates.io index
7492026-08-20T02:24:43.338Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7502026-08-20T02:24:43.761ZFrom https://github.com/oxidecomputer/dendrite
7512026-08-20T02:24:43.761Z * [new ref] 803f6899e3bc64780a965d625e248e1d77e37d43 -> refs/commit/803f6899e3bc64780a965d625e248e1d77e37d43
7522026-08-20T02:24:43.796Z Updating git repository `https://github.com/oxidecomputer/ispf`
7532026-08-20T02:24:44.097ZFrom https://github.com/oxidecomputer/ispf
7542026-08-20T02:24:44.097Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
7552026-08-20T02:24:44.103Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7562026-08-20T02:24:44.454ZFrom https://github.com/oxidecomputer/netadm-sys
7572026-08-20T02:24:44.454Z * [new ref] 83c624ff7a18197f8073682af91e8eed833242a2 -> refs/commit/83c624ff7a18197f8073682af91e8eed833242a2
7582026-08-20T02:24:44.460Z Updating git repository `https://github.com/oxidecomputer/omicron`
7592026-08-20T02:24:50.277ZFrom https://github.com/oxidecomputer/omicron
7602026-08-20T02:24:50.277Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
7612026-08-20T02:24:50.699Z Updating git repository `https://github.com/oxidecomputer/opte`
7622026-08-20T02:24:51.415ZFrom https://github.com/oxidecomputer/opte
7632026-08-20T02:24:51.415Z * [new ref] aa4714289cbf28010a821c49d9b73ec94074fb91 -> refs/commit/aa4714289cbf28010a821c49d9b73ec94074fb91
7642026-08-20T02:24:51.446Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7652026-08-20T02:24:51.717ZFrom https://github.com/oxidecomputer/slog-error-chain
7662026-08-20T02:24:51.717Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
7672026-08-20T02:24:51.727Z Updating git repository `https://github.com/illumos/smf-rs`
7682026-08-20T02:24:52.028ZFrom https://github.com/illumos/smf-rs
7692026-08-20T02:24:52.028Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
7702026-08-20T02:24:52.036Z Updating git repository `https://github.com/oxidecomputer/network-interface`
7712026-08-20T02:24:52.325ZFrom https://github.com/oxidecomputer/network-interface
7722026-08-20T02:24:52.325Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
7732026-08-20T02:24:52.331Z Updating git repository `https://github.com/oxidecomputer/zone`
7742026-08-20T02:24:52.632ZFrom https://github.com/oxidecomputer/zone
7752026-08-20T02:24:52.632Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
7762026-08-20T02:24:52.639Z Updating git repository `https://github.com/oxidecomputer/propolis`
7772026-08-20T02:24:53.297ZFrom https://github.com/oxidecomputer/propolis
7782026-08-20T02:24:53.297Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
7792026-08-20T02:24:53.341Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
7802026-08-20T02:24:53.852ZFrom https://github.com/oxidecomputer/transceiver-control
7812026-08-20T02:24:53.852Z * [new ref] 9b21e39af969637c09e1eaf6538c0f32b01733ea -> refs/commit/9b21e39af969637c09e1eaf6538c0f32b01733ea
7822026-08-20T02:24:53.862Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7832026-08-20T02:24:54.130ZFrom https://github.com/oxidecomputer/dlpi-sys
7842026-08-20T02:24:54.130Z * [new ref] b0887ece420ff6d641fb62e4a6cbd8788fc822d1 -> refs/commit/b0887ece420ff6d641fb62e4a6cbd8788fc822d1
7852026-08-20T02:24:54.137Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7862026-08-20T02:24:54.436ZFrom https://github.com/jmesmon/rust-libzfs
7872026-08-20T02:24:54.436Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
7882026-08-20T02:24:54.440Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7892026-08-20T02:24:54.742ZFrom https://github.com/oxidecomputer/rusty-doors
7902026-08-20T02:24:54.742Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
7912026-08-20T02:24:54.749Z Updating git repository `https://github.com/oxidecomputer/lldp`
7922026-08-20T02:24:55.119ZFrom https://github.com/oxidecomputer/lldp
7932026-08-20T02:24:55.119Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
7942026-08-20T02:24:55.131Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
7952026-08-20T02:24:55.480ZFrom https://github.com/oxidecomputer/tufaceous
7962026-08-20T02:24:55.481Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
7972026-08-20T02:24:55.499Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7982026-08-20T02:24:55.963ZFrom https://github.com/oxidecomputer/management-gateway-service
7992026-08-20T02:24:55.963Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
8002026-08-20T02:24:55.977Z Updating git repository `https://github.com/oxidecomputer/crucible`
8012026-08-20T02:24:56.769ZFrom https://github.com/oxidecomputer/crucible
8022026-08-20T02:24:56.769Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8032026-08-20T02:24:56.815Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8042026-08-20T02:24:57.118ZFrom https://github.com/oxidecomputer/serde_human_bytes
8052026-08-20T02:24:57.118Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8062026-08-20T02:24:57.130Z Updating git repository `https://github.com/oxidecomputer/propolis`
8072026-08-20T02:24:57.584ZFrom https://github.com/oxidecomputer/propolis
8082026-08-20T02:24:57.584Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
8092026-08-20T02:24:57.628Z Updating git repository `https://github.com/oxidecomputer/crucible`
8102026-08-20T02:24:58.218ZFrom https://github.com/oxidecomputer/crucible
8112026-08-20T02:24:58.218Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
8122026-08-20T02:24:58.284Z Updating git repository `https://github.com/oxidecomputer/tofino`
8132026-08-20T02:24:58.653ZFrom https://github.com/oxidecomputer/tofino
8142026-08-20T02:24:58.653Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
8152026-08-20T02:24:58.663Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8162026-08-20T02:24:59.370ZFrom https://github.com/oxidecomputer/maghemite
8172026-08-20T02:24:59.370Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8182026-08-20T02:24:59.415Z Updating git repository `https://github.com/oxidecomputer/clickward`
8192026-08-20T02:24:59.688ZFrom https://github.com/oxidecomputer/clickward
8202026-08-20T02:24:59.688Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8212026-08-20T02:24:59.696Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8222026-08-20T02:25:00.058ZFrom https://github.com/oxidecomputer/illumos-devinfo
8232026-08-20T02:25:00.058Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8242026-08-20T02:25:00.713Z Downloading crates ...
8252026-08-20T02:25:00.759Z Downloaded num_enum_derive v0.5.11
8262026-08-20T02:25:00.763Z Downloaded linked-hash-map v0.5.6
8272026-08-20T02:25:00.769Z Downloaded num_threads v0.1.7
8282026-08-20T02:25:00.775Z Downloaded parse-display v0.10.0
8292026-08-20T02:25:00.779Z Downloaded progenitor-macro v0.14.0
8302026-08-20T02:25:00.779Z Downloaded rand_chacha v0.3.1
8312026-08-20T02:25:00.779Z Downloaded managed v0.8.0
8322026-08-20T02:25:00.787Z Downloaded libscf-sys v1.2.0
8332026-08-20T02:25:00.787Z Downloaded progenitor-macro v0.10.0
8342026-08-20T02:25:00.787Z Downloaded keccak v0.1.6
8352026-08-20T02:25:00.787Z Downloaded memoffset v0.9.1
8362026-08-20T02:25:00.787Z Downloaded gethostname v0.5.0
8372026-08-20T02:25:00.787Z Downloaded match_cfg v0.1.0
8382026-08-20T02:25:00.787Z Downloaded git-stub-vcs v0.1.0
8392026-08-20T02:25:00.790Z Downloaded progenitor-client v0.14.0
8402026-08-20T02:25:00.791Z Downloaded aead v0.5.2
8412026-08-20T02:25:00.791Z Downloaded natord v1.0.9
8422026-08-20T02:25:00.791Z Downloaded git-stub v1.0.0
8432026-08-20T02:25:00.791Z Downloaded oxide-tokio-rt v0.1.6
8442026-08-20T02:25:00.797Z Downloaded newtype-uuid-macros v0.1.1
8452026-08-20T02:25:00.804Z Downloaded macaddr v1.0.1
8462026-08-20T02:25:00.804Z Downloaded omicron-workspace-hack v0.1.0
8472026-08-20T02:25:00.804Z Downloaded memmap v0.7.0
8482026-08-20T02:25:00.804Z Downloaded fixedbitset v0.4.2
8492026-08-20T02:25:00.804Z Downloaded httpdate v1.0.3
8502026-08-20T02:25:00.814Z Downloaded multer v3.1.0
8512026-08-20T02:25:00.814Z Downloaded num v0.4.3
8522026-08-20T02:25:00.814Z Downloaded num-iter v0.1.46
8532026-08-20T02:25:00.814Z Downloaded hubpack v0.1.2
8542026-08-20T02:25:00.814Z Downloaded num_enum v0.7.6
8552026-08-20T02:25:00.817Z Downloaded paste v1.0.15
8562026-08-20T02:25:00.817Z Downloaded konst_macro_rules v0.2.19
8572026-08-20T02:25:00.817Z Downloaded opaque-debug v0.3.1
8582026-08-20T02:25:00.817Z Downloaded ident_case v1.0.1
8592026-08-20T02:25:00.817Z Downloaded olpc-cjson v0.1.4
8602026-08-20T02:25:00.817Z Downloaded omicron-zone-package v0.12.3
8612026-08-20T02:25:00.817Z Downloaded libsw-core v0.3.2
8622026-08-20T02:25:00.826Z Downloaded linear-map v1.2.0
8632026-08-20T02:25:00.826Z Downloaded lru-cache v0.1.2
8642026-08-20T02:25:00.826Z Downloaded libsw v3.5.0
8652026-08-20T02:25:00.826Z Downloaded newline-converter v0.3.0
8662026-08-20T02:25:00.826Z Downloaded num_enum v0.5.11
8672026-08-20T02:25:00.831Z Downloaded num-rational v0.4.2
8682026-08-20T02:25:00.831Z Downloaded papergrid v0.18.0
8692026-08-20T02:25:00.831Z Downloaded glob v0.3.4
8702026-08-20T02:25:00.831Z Downloaded async-stream-impl v0.3.6
8712026-08-20T02:25:00.831Z Downloaded mime v0.3.17
8722026-08-20T02:25:00.831Z Downloaded num-derive v0.4.2
8732026-08-20T02:25:00.835Z Downloaded progenitor-client v0.10.0
8742026-08-20T02:25:00.835Z Downloaded foreign-types-shared v0.3.1
8752026-08-20T02:25:00.835Z Downloaded no-std-compat v0.4.1
8762026-08-20T02:25:00.835Z Downloaded num-complex v0.4.6
8772026-08-20T02:25:00.835Z Downloaded float-ord v0.3.2
8782026-08-20T02:25:00.835Z Downloaded heck v0.4.1
8792026-08-20T02:25:00.838Z Downloaded idna_adapter v1.2.2
8802026-08-20T02:25:00.838Z Downloaded foreign-types-macros v0.2.4
8812026-08-20T02:25:00.843Z Downloaded fxhash v0.2.1
8822026-08-20T02:25:00.843Z Downloaded hostname v0.4.2
8832026-08-20T02:25:00.844Z Downloaded hubpack_derive v0.1.1
8842026-08-20T02:25:00.844Z Downloaded progenitor-macro v0.13.0
8852026-08-20T02:25:00.844Z Downloaded rand_xorshift v0.4.0
8862026-08-20T02:25:00.844Z Downloaded newtype_derive v0.1.6
8872026-08-20T02:25:00.847Z Downloaded phf_shared v0.12.1
8882026-08-20T02:25:00.847Z Downloaded plain v0.2.3
8892026-08-20T02:25:00.847Z Downloaded hash32 v0.3.1
8902026-08-20T02:25:00.847Z Downloaded num-conv v0.2.2
8912026-08-20T02:25:00.847Z Downloaded powerfmt v0.2.0
8922026-08-20T02:25:00.847Z Downloaded potential_utf v0.1.5
8932026-08-20T02:25:00.850Z Downloaded memmap2 v0.9.11
8942026-08-20T02:25:00.853Z Downloaded num_enum_derive v0.7.6
8952026-08-20T02:25:00.853Z Downloaded progenitor-client v0.13.0
8962026-08-20T02:25:00.853Z Downloaded progenitor-extras v0.2.0
8972026-08-20T02:25:00.853Z Downloaded hostname v0.3.1
8982026-08-20T02:25:00.853Z Downloaded papergrid v0.11.0
8992026-08-20T02:25:00.859Z Downloaded scroll_derive v0.13.1
9002026-08-20T02:25:00.859Z Downloaded zerofrom-derive v0.1.7
9012026-08-20T02:25:00.859Z Downloaded group v0.13.0
9022026-08-20T02:25:00.859Z Downloaded proc-macro-crate v1.3.1
9032026-08-20T02:25:00.862Z Downloaded proc-macro-error-attr v1.0.4
9042026-08-20T02:25:00.862Z Downloaded quick-error v1.2.3
9052026-08-20T02:25:00.863Z Downloaded find-msvc-tools v0.1.10
9062026-08-20T02:25:00.863Z Downloaded proc-macro-crate v3.5.0
9072026-08-20T02:25:00.868Z Downloaded pretty-hex v0.4.2
9082026-08-20T02:25:00.871Z Downloaded foreign-types v0.5.0
9092026-08-20T02:25:00.875Z Downloaded minimal-lexical v0.2.1
9102026-08-20T02:25:00.892Z Downloaded instant v0.1.13
9112026-08-20T02:25:00.892Z Downloaded rustc_version v0.1.7
9122026-08-20T02:25:00.892Z Downloaded oxnet v0.1.6
9132026-08-20T02:25:00.892Z Downloaded progenitor v0.14.0
9142026-08-20T02:25:00.898Z Downloaded litemap v0.8.2
9152026-08-20T02:25:00.898Z Downloaded ref-cast v1.0.26
9162026-08-20T02:25:00.898Z Downloaded serde-big-array v0.5.1
9172026-08-20T02:25:00.898Z Downloaded secrecy v0.10.3
9182026-08-20T02:25:00.898Z Downloaded zone v0.3.1
9192026-08-20T02:25:00.898Z Downloaded const-random-macro v0.1.16
9202026-08-20T02:25:00.898Z Downloaded zone_cfg_derive v0.3.1
9212026-08-20T02:25:00.898Z Downloaded ciborium-ll v0.2.2
9222026-08-20T02:25:00.898Z Downloaded jiff-static v0.2.35
9232026-08-20T02:25:00.898Z Downloaded darling_macro v0.23.0
9242026-08-20T02:25:00.898Z Downloaded ff v0.13.1
9252026-08-20T02:25:00.898Z Downloaded highway v1.3.0
9262026-08-20T02:25:00.904Z Downloaded sha1 v0.11.0
9272026-08-20T02:25:00.907Z Downloaded tabwriter v1.4.1
9282026-08-20T02:25:00.907Z Downloaded fs-err v3.3.1
9292026-08-20T02:25:00.911Z Downloaded parking_lot_core v0.8.6
9302026-08-20T02:25:00.911Z Downloaded pest_derive v2.8.8
9312026-08-20T02:25:00.912Z Downloaded phf v0.12.1
9322026-08-20T02:25:00.914Z Downloaded scroll_derive v0.12.1
9332026-08-20T02:25:00.914Z Downloaded serde_repr v0.1.21
9342026-08-20T02:25:00.914Z Downloaded pest_generator v2.8.8
9352026-08-20T02:25:00.918Z Downloaded same-file v1.0.6
9362026-08-20T02:25:00.918Z Downloaded semver v0.1.20
9372026-08-20T02:25:00.918Z Downloaded dropshot-api-manager-types v0.7.2
9382026-08-20T02:25:00.918Z Downloaded usdt-attr-macro v0.5.0
9392026-08-20T02:25:00.921Z Downloaded progenitor v0.10.0
9402026-08-20T02:25:00.924Z Downloaded progenitor v0.13.0
9412026-08-20T02:25:00.924Z Downloaded internet-checksum v0.2.1
9422026-08-20T02:25:00.924Z Downloaded inout v0.1.4
9432026-08-20T02:25:00.924Z Downloaded pem v3.0.6
9442026-08-20T02:25:00.924Z Downloaded poly1305 v0.8.0
9452026-08-20T02:25:00.927Z Downloaded port-file v0.1.0
9462026-08-20T02:25:00.927Z Downloaded ref-cast-impl v1.0.26
9472026-08-20T02:25:00.927Z Downloaded hmac v0.12.1
9482026-08-20T02:25:00.927Z Downloaded zerofrom v0.1.8
9492026-08-20T02:25:00.932Z Downloaded spin v0.5.2
9502026-08-20T02:25:00.932Z Downloaded thread-id v4.2.2
9512026-08-20T02:25:00.932Z Downloaded tabled_derive v0.7.0
9522026-08-20T02:25:00.932Z Downloaded rustversion v1.0.23
9532026-08-20T02:25:00.936Z Downloaded parse-display-derive v0.10.0
9542026-08-20T02:25:00.936Z Downloaded password-hash v0.5.0
9552026-08-20T02:25:00.936Z Downloaded num-integer v0.1.47
9562026-08-20T02:25:00.940Z Downloaded backoff v0.4.0
9572026-08-20T02:25:00.940Z Downloaded is-terminal v0.4.17
9582026-08-20T02:25:00.944Z Downloaded usdt-macro v0.5.0
9592026-08-20T02:25:00.946Z Downloaded crc8 v0.1.1
9602026-08-20T02:25:00.946Z Downloaded defmt-parser v1.0.0
9612026-08-20T02:25:00.946Z Downloaded embedded-io v0.4.0
9622026-08-20T02:25:00.951Z Downloaded cipher v0.4.4
9632026-08-20T02:25:00.951Z Downloaded daft v0.1.8
9642026-08-20T02:25:00.956Z Downloaded konst v0.2.20
9652026-08-20T02:25:00.956Z Downloaded slog-envlogger v2.2.0
9662026-08-20T02:25:00.956Z Downloaded foldhash v0.2.0
9672026-08-20T02:25:00.956Z Downloaded serde_derive_internals v0.29.1
9682026-08-20T02:25:00.959Z Downloaded slog-term v2.9.2
9692026-08-20T02:25:00.959Z Downloaded bitflags v1.3.2
9702026-08-20T02:25:00.959Z Downloaded csv-core v0.1.13
9712026-08-20T02:25:00.959Z Downloaded const-random v0.1.18
9722026-08-20T02:25:00.962Z Downloaded crypto-common v0.2.2
9732026-08-20T02:25:00.962Z Downloaded rustls-native-certs v0.8.4
9742026-08-20T02:25:00.962Z Downloaded ingot-types v0.1.2
9752026-08-20T02:25:00.962Z Downloaded pkg-config v0.3.33
9762026-08-20T02:25:00.962Z Downloaded postcard v1.1.3
9772026-08-20T02:25:00.965Z Downloaded proc-macro-error v1.0.4
9782026-08-20T02:25:00.965Z Downloaded smartstring v1.0.1
9792026-08-20T02:25:00.968Z Downloaded ipnetwork v0.21.1
9802026-08-20T02:25:00.968Z Downloaded wait-timeout v0.2.1
9812026-08-20T02:25:00.968Z Downloaded crunchy v0.2.4
9822026-08-20T02:25:00.968Z Downloaded zeroize_derive v1.5.0
9832026-08-20T02:25:00.972Z Downloaded serial_test v4.0.1
9842026-08-20T02:25:00.972Z Downloaded snafu-derive v0.8.9
9852026-08-20T02:25:00.975Z Downloaded dof v0.3.0
9862026-08-20T02:25:00.978Z Downloaded fs_extra v1.3.0
9872026-08-20T02:25:00.978Z Downloaded scroll v0.12.0
9882026-08-20T02:25:00.978Z Downloaded cmake v0.1.58
9892026-08-20T02:25:00.978Z Downloaded strum_macros v0.27.2
9902026-08-20T02:25:00.981Z Downloaded strum v0.27.2
9912026-08-20T02:25:00.981Z Downloaded termtree v0.5.1
9922026-08-20T02:25:00.981Z Downloaded topological-sort v0.2.2
9932026-08-20T02:25:00.984Z Downloaded hybrid-array v0.4.14
9942026-08-20T02:25:00.984Z Downloaded parking_lot v0.11.2
9952026-08-20T02:25:00.989Z Downloaded zerovec-derive v0.11.3
9962026-08-20T02:25:00.989Z Downloaded scroll v0.13.0
9972026-08-20T02:25:00.993Z Downloaded byte-wrapper v0.1.0
9982026-08-20T02:25:00.993Z Downloaded bs58 v0.5.1
9992026-08-20T02:25:00.993Z Downloaded waitgroup v0.1.2
10002026-08-20T02:25:00.993Z Downloaded arrayref v0.3.9
10012026-08-20T02:25:00.997Z Downloaded embedded-io v0.6.1
10022026-08-20T02:25:00.997Z Downloaded serial_test_derive v4.0.1
10032026-08-20T02:25:00.997Z Downloaded resolv-conf v0.7.6
10042026-08-20T02:25:00.997Z Downloaded schemars_derive v0.8.22
10052026-08-20T02:25:00.997Z Downloaded serde_plain v1.0.2
10062026-08-20T02:25:00.997Z Downloaded ingot-types v0.2.0
10072026-08-20T02:25:00.997Z Downloaded rustls-pemfile v2.2.0
10082026-08-20T02:25:01.002Z Downloaded progenitor-impl v0.13.0
10092026-08-20T02:25:01.002Z Downloaded cancel-safe-futures v0.1.5
10102026-08-20T02:25:01.002Z Downloaded backon v1.6.0
10112026-08-20T02:25:01.006Z Downloaded defmt-macros v1.1.1
10122026-08-20T02:25:01.006Z Downloaded block-buffer v0.12.1
10132026-08-20T02:25:01.006Z Downloaded sha1 v0.10.7
10142026-08-20T02:25:01.006Z Downloaded iddqd v0.4.6
10152026-08-20T02:25:01.010Z Downloaded progenitor-impl v0.14.0
10162026-08-20T02:25:01.015Z Downloaded ingot v0.1.1
10172026-08-20T02:25:01.015Z Downloaded pest_meta v2.8.8
10182026-08-20T02:25:01.015Z Downloaded cstr-argument v0.1.2
10192026-08-20T02:25:01.015Z Downloaded serde_tokenstream v0.3.0
10202026-08-20T02:25:01.015Z Downloaded base16ct v0.2.0
10212026-08-20T02:25:01.018Z Downloaded crucible-workspace-hack v0.1.0
10222026-08-20T02:25:01.018Z Downloaded deranged v0.5.8
10232026-08-20T02:25:01.018Z Downloaded ingot v0.2.1
10242026-08-20T02:25:01.018Z Downloaded rusty-fork v0.3.1
10252026-08-20T02:25:01.018Z Downloaded thiserror-impl-no-std v2.0.2
10262026-08-20T02:25:01.018Z Downloaded digest v0.11.3
10272026-08-20T02:25:01.021Z Downloaded unarray v0.1.4
10282026-08-20T02:25:01.021Z Downloaded async-stream v0.3.6
10292026-08-20T02:25:01.021Z Downloaded bit-set v0.8.0
10302026-08-20T02:25:01.029Z Downloaded tokio-tungstenite v0.21.0
10312026-08-20T02:25:01.033Z Downloaded rhai_codegen v3.2.0
10322026-08-20T02:25:01.038Z Downloaded time-macros v0.2.32
10332026-08-20T02:25:01.042Z Downloaded usdt-macro v0.6.0
10342026-08-20T02:25:01.042Z Downloaded testing_table v0.3.0
10352026-08-20T02:25:01.042Z Downloaded vsss-rs v3.3.4
10362026-08-20T02:25:01.045Z Downloaded walkdir v2.5.0
10372026-08-20T02:25:01.048Z Downloaded progenitor-impl v0.10.0
10382026-08-20T02:25:01.048Z Downloaded blake2 v0.10.6
10392026-08-20T02:25:01.055Z Downloaded crossbeam-epoch v0.9.20
10402026-08-20T02:25:01.055Z Downloaded dtrace-parser v0.2.0
10412026-08-20T02:25:01.063Z Downloaded utf-8 v0.7.6
10422026-08-20T02:25:01.063Z Downloaded cobs v0.3.0
10432026-08-20T02:25:01.063Z Downloaded sigpipe v0.1.3
10442026-08-20T02:25:01.063Z Downloaded half v2.7.1
10452026-08-20T02:25:01.063Z Downloaded icu_provider v2.2.0
10462026-08-20T02:25:01.063Z Downloaded tokio-dtrace v0.1.1
10472026-08-20T02:25:01.063Z Downloaded displaydoc v0.2.7
10482026-08-20T02:25:01.067Z Downloaded serde_with_macros v3.22.0
10492026-08-20T02:25:01.067Z Downloaded slog-bunyan v2.5.0
10502026-08-20T02:25:01.067Z Downloaded enum-as-inner v0.6.1
10512026-08-20T02:25:01.071Z Downloaded pretty_assertions v1.4.1
10522026-08-20T02:25:01.071Z Downloaded slog v2.8.2
10532026-08-20T02:25:01.071Z Downloaded critical-section v1.2.0
10542026-08-20T02:25:01.071Z Downloaded rand v0.8.7
10552026-08-20T02:25:01.076Z Downloaded thread-id v5.1.0
10562026-08-20T02:25:01.076Z Downloaded untrusted v0.7.1
10572026-08-20T02:25:01.079Z Downloaded strum v0.26.3
10582026-08-20T02:25:01.082Z Downloaded darling_macro v0.21.3
10592026-08-20T02:25:01.082Z Downloaded icu_properties v2.2.0
10602026-08-20T02:25:01.086Z Downloaded serde_tokenstream v0.2.3
10612026-08-20T02:25:01.086Z Downloaded slog-scope v4.4.1
10622026-08-20T02:25:01.089Z Downloaded defmt v0.3.100
10632026-08-20T02:25:01.089Z Downloaded dunce v1.0.5
10642026-08-20T02:25:01.089Z Downloaded structmeta-derive v0.3.0
10652026-08-20T02:25:01.090Z Downloaded tagptr v0.2.0
10662026-08-20T02:25:01.090Z Downloaded take_mut v0.2.2
10672026-08-20T02:25:01.090Z Downloaded prettyplease v0.2.37
10682026-08-20T02:25:01.093Z Downloaded tungstenite v0.21.0
10692026-08-20T02:25:01.093Z Downloaded cargo_toml v0.22.3
10702026-08-20T02:25:01.097Z Downloaded hickory-resolver v0.24.4
10712026-08-20T02:25:01.097Z Downloaded bit-vec v0.8.0
10722026-08-20T02:25:01.100Z Downloaded slog-async v2.8.0
10732026-08-20T02:25:01.100Z Downloaded thiserror-no-std v2.0.2
10742026-08-20T02:25:01.100Z Downloaded bcs v0.1.6
10752026-08-20T02:25:01.100Z Downloaded usdt v0.5.0
10762026-08-20T02:25:01.101Z Downloaded usdt-impl v0.6.0
10772026-08-20T02:25:01.104Z Downloaded structmeta v0.3.0
10782026-08-20T02:25:01.104Z Downloaded zerocopy-derive v0.7.35
10792026-08-20T02:25:01.107Z Downloaded universal-hash v0.5.1
10802026-08-20T02:25:01.110Z Downloaded siphasher v1.0.3
10812026-08-20T02:25:01.110Z Downloaded time-core v0.1.9
10822026-08-20T02:25:01.113Z Downloaded byteorder v1.5.0
10832026-08-20T02:25:01.113Z Downloaded ingot-macros v0.1.1
10842026-08-20T02:25:01.116Z Downloaded ingot-macros v0.2.0
10852026-08-20T02:25:01.116Z Downloaded unit-prefix v0.5.2
10862026-08-20T02:25:01.116Z Downloaded ciborium v0.2.2
10872026-08-20T02:25:01.122Z Downloaded slog-dtrace v0.3.0
10882026-08-20T02:25:01.122Z Downloaded schemars v0.8.22
10892026-08-20T02:25:01.126Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10902026-08-20T02:25:01.126Z Downloaded usdt-impl v0.5.0
10912026-08-20T02:25:01.129Z Downloaded whoami v1.6.1
10922026-08-20T02:25:01.129Z Downloaded usdt v0.6.0
10932026-08-20T02:25:01.129Z Downloaded dtrace-parser v0.3.0
10942026-08-20T02:25:01.129Z Downloaded compression-core v0.4.32
10952026-08-20T02:25:01.129Z Downloaded serde_yaml v0.9.34+deprecated
10962026-08-20T02:25:01.134Z Downloaded libm v0.2.16
10972026-08-20T02:25:01.136Z Downloaded colored v3.1.1
10982026-08-20T02:25:01.137Z Downloaded const_format_proc_macros v0.2.34
10992026-08-20T02:25:01.141Z Downloaded bytecount v0.6.9
11002026-08-20T02:25:01.141Z Downloaded base16ct v1.0.0
11012026-08-20T02:25:01.141Z Downloaded icu_locale_core v2.2.0
11022026-08-20T02:25:01.144Z Downloaded ciborium-io v0.2.2
11032026-08-20T02:25:01.144Z Downloaded nom v7.1.3
11042026-08-20T02:25:01.147Z Downloaded typify v0.4.3
11052026-08-20T02:25:01.147Z Downloaded typify-macro v0.6.2
11062026-08-20T02:25:01.147Z Downloaded usdt-attr-macro v0.6.0
11072026-08-20T02:25:01.150Z Downloaded arrayvec v0.7.8
11082026-08-20T02:25:01.150Z Downloaded argon2 v0.5.3
11092026-08-20T02:25:01.150Z Downloaded chacha20 v0.9.1
11102026-08-20T02:25:01.150Z Downloaded spin v0.9.9
11112026-08-20T02:25:01.153Z Downloaded qorb v0.4.1
11122026-08-20T02:25:01.156Z Downloaded icu_normalizer_data v2.2.0
11132026-08-20T02:25:01.156Z Downloaded const-oid v0.10.2
11142026-08-20T02:25:01.156Z Downloaded heapless v0.8.0
11152026-08-20T02:25:01.159Z Downloaded dof v0.4.0
11162026-08-20T02:25:01.159Z Downloaded strum_macros v0.26.4
11172026-08-20T02:25:01.163Z Downloaded crypto-bigint v0.5.5
11182026-08-20T02:25:01.166Z Downloaded async-recursion v1.1.1
11192026-08-20T02:25:01.166Z Downloaded slog-json v2.6.1
11202026-08-20T02:25:01.166Z Downloaded tiny-keccak v2.0.2
11212026-08-20T02:25:01.169Z Downloaded darling v0.23.0
11222026-08-20T02:25:01.169Z Downloaded slog-stdlog v4.1.1
11232026-08-20T02:25:01.174Z Downloaded tinystr v0.8.3
11242026-08-20T02:25:01.174Z Downloaded crossbeam-deque v0.8.7
11252026-08-20T02:25:01.174Z Downloaded dyn-clone v1.0.20
11262026-08-20T02:25:01.178Z Downloaded thin-vec v0.2.19
11272026-08-20T02:25:01.183Z Downloaded crossbeam-utils v0.8.22
11282026-08-20T02:25:01.183Z Downloaded smawk v0.3.3
11292026-08-20T02:25:01.183Z Downloaded yoke v0.8.3
11302026-08-20T02:25:01.191Z Downloaded typify-macro v0.4.3
11312026-08-20T02:25:01.204Z Downloaded test-strategy v0.4.5
11322026-08-20T02:25:01.204Z Downloaded darling v0.21.3
11332026-08-20T02:25:01.204Z Downloaded stable_deref_trait v1.2.1
11342026-08-20T02:25:01.204Z Downloaded convert_case v0.4.0
11352026-08-20T02:25:01.204Z Downloaded async-trait v0.1.92
11362026-08-20T02:25:01.209Z Downloaded synstructure v0.13.2
11372026-08-20T02:25:01.209Z Downloaded uuid v1.24.0
11382026-08-20T02:25:01.209Z Downloaded indexmap v1.9.3
11392026-08-20T02:25:01.209Z Downloaded indicatif v0.18.6
11402026-08-20T02:25:01.209Z Downloaded typify v0.6.2
11412026-08-20T02:25:01.213Z Downloaded diff v0.1.13
11422026-08-20T02:25:01.213Z Downloaded term v1.2.1
11432026-08-20T02:25:01.218Z Downloaded unsafe-libyaml v0.2.11
11442026-08-20T02:25:01.219Z Downloaded steno v0.4.1
11452026-08-20T02:25:01.224Z Downloaded toml_edit v0.19.15
11462026-08-20T02:25:01.229Z Downloaded derive-ex v0.1.8
11472026-08-20T02:25:01.229Z Downloaded nom v8.0.0
11482026-08-20T02:25:01.233Z Downloaded darling_core v0.23.0
11492026-08-20T02:25:01.233Z Downloaded constant_time_eq v0.4.2
11502026-08-20T02:25:01.236Z Downloaded zerocopy-derive v0.8.56
11512026-08-20T02:25:01.241Z Downloaded hickory-resolver v0.25.2
11522026-08-20T02:25:01.241Z Downloaded defmt v1.1.1
11532026-08-20T02:25:01.244Z Downloaded toml v0.7.8
11542026-08-20T02:25:01.244Z Downloaded icu_collections v2.2.0
11552026-08-20T02:25:01.247Z Downloaded ucd-trie v0.1.7
11562026-08-20T02:25:01.247Z Downloaded rayon-core v1.13.0
11572026-08-20T02:25:01.250Z Downloaded daft-derive v0.1.8
11582026-08-20T02:25:01.254Z Downloaded snafu v0.8.9
11592026-08-20T02:25:01.260Z Downloaded pest v2.8.8
11602026-08-20T02:25:01.260Z Downloaded data-encoding v2.11.1
11612026-08-20T02:25:01.260Z Downloaded icu_normalizer v2.2.0
11622026-08-20T02:25:01.264Z Downloaded schemars v0.9.0
11632026-08-20T02:25:01.267Z Downloaded typed-path v0.9.3
11642026-08-20T02:25:01.271Z Downloaded arc-swap v1.9.2
11652026-08-20T02:25:01.271Z Downloaded smf v0.2.3
11662026-08-20T02:25:01.275Z Downloaded rustls-platform-verifier v0.7.0
11672026-08-20T02:25:01.275Z Downloaded const_format v0.2.36
11682026-08-20T02:25:01.275Z Downloaded writeable v0.6.3
11692026-08-20T02:25:01.278Z Downloaded yoke-derive v0.8.2
11702026-08-20T02:25:01.278Z Downloaded crossbeam-channel v0.5.16
11712026-08-20T02:25:01.281Z Downloaded chacha20poly1305 v0.10.1
11722026-08-20T02:25:01.281Z Downloaded allocator-api2 v0.2.21
11732026-08-20T02:25:01.281Z Downloaded cc v1.4.2
11742026-08-20T02:25:01.284Z Downloaded dropshot_endpoint v0.17.1
11752026-08-20T02:25:01.284Z Downloaded zerocopy v0.7.35
11762026-08-20T02:25:01.293Z Downloaded dropshot-api-manager v0.7.2
11772026-08-20T02:25:01.299Z Downloaded cookie v0.18.2
11782026-08-20T02:25:01.299Z Downloaded expectorate v1.2.0
11792026-08-20T02:25:01.305Z Downloaded hashbrown v0.12.3
11802026-08-20T02:25:01.305Z Downloaded anyhow v1.0.104
11812026-08-20T02:25:01.305Z Downloaded xz2 v0.1.7
11822026-08-20T02:25:01.305Z Downloaded compression-codecs v0.4.38
11832026-08-20T02:25:01.311Z Downloaded async-compression v0.4.43
11842026-08-20T02:25:01.311Z Downloaded derive_more v0.99.20
11852026-08-20T02:25:01.315Z Downloaded toml v0.9.12+spec-1.1.0
11862026-08-20T02:25:01.315Z Downloaded console v0.16.4
11872026-08-20T02:25:01.315Z Downloaded drift v0.2.0
11882026-08-20T02:25:01.320Z Downloaded yansi v1.0.1
11892026-08-20T02:25:01.320Z Downloaded zerotrie v0.2.4
11902026-08-20T02:25:01.324Z Downloaded erased-serde v0.3.31
11912026-08-20T02:25:01.327Z Downloaded tough v0.22.0
11922026-08-20T02:25:01.331Z Downloaded schemars v1.2.2
11932026-08-20T02:25:01.340Z Downloaded proptest v1.11.0
11942026-08-20T02:25:01.343Z Downloaded elliptic-curve v0.13.8
11952026-08-20T02:25:01.346Z Downloaded similar v2.7.0
11962026-08-20T02:25:01.349Z Downloaded darling_core v0.21.3
11972026-08-20T02:25:01.352Z Downloaded toml_edit v0.25.13+spec-1.1.0
11982026-08-20T02:25:01.352Z Downloaded moka v0.12.16
11992026-08-20T02:25:01.356Z Downloaded quinn-proto v0.11.16
12002026-08-20T02:25:01.360Z Downloaded serde_with v3.22.0
12012026-08-20T02:25:01.368Z Downloaded tabled v0.21.0
12022026-08-20T02:25:01.376Z Downloaded base64 v0.21.7
12032026-08-20T02:25:01.387Z Downloaded blake3 v1.8.6
12042026-08-20T02:25:01.397Z Downloaded hashbrown v0.16.1
12052026-08-20T02:25:01.400Z Downloaded itertools v0.12.1
12062026-08-20T02:25:01.403Z Downloaded zerovec v0.11.6
12072026-08-20T02:25:01.408Z Downloaded jiff-core v0.1.0
12082026-08-20T02:25:01.411Z Downloaded syn v1.0.109
12092026-08-20T02:25:01.414Z Downloaded h2 v0.4.15
12102026-08-20T02:25:01.418Z Downloaded hkdf v0.12.4
12112026-08-20T02:25:01.422Z Downloaded icu_properties_data v2.2.0
12122026-08-20T02:25:01.425Z Downloaded rayon v1.12.0
12132026-08-20T02:25:01.429Z Downloaded nix v0.31.3
12142026-08-20T02:25:01.436Z Downloaded reqwest v0.13.4
12152026-08-20T02:25:01.439Z Downloaded itertools v0.15.0
12162026-08-20T02:25:01.447Z Downloaded openapiv3 v2.2.0
12172026-08-20T02:25:01.468Z Downloaded winnow v0.5.40
12182026-08-20T02:25:01.473Z Downloaded dropshot v0.17.1
12192026-08-20T02:25:01.486Z Downloaded goblin v0.8.2
12202026-08-20T02:25:01.490Z Downloaded typify-impl v0.6.2
12212026-08-20T02:25:01.507Z Downloaded tabled v0.15.0
12222026-08-20T02:25:01.514Z Downloaded typify-impl v0.4.3
12232026-08-20T02:25:01.523Z Downloaded lzma-sys v0.1.20
12242026-08-20T02:25:01.539Z Downloaded goblin v0.10.7
12252026-08-20T02:25:01.559Z Downloaded petgraph v0.6.5
12262026-08-20T02:25:01.570Z Downloaded time v0.3.55
12272026-08-20T02:25:01.580Z Downloaded aws-lc-rs v1.18.0
12282026-08-20T02:25:01.588Z Downloaded rhai v1.25.1
12292026-08-20T02:25:01.591Z Downloaded chrono-tz v0.10.4
12302026-08-20T02:25:01.603Z Downloaded smoltcp v0.11.0
12312026-08-20T02:25:01.607Z Downloaded regress v0.10.5
12322026-08-20T02:25:01.611Z Downloaded hickory-proto v0.24.4
12332026-08-20T02:25:01.620Z Downloaded regress v0.11.1
12342026-08-20T02:25:01.625Z Downloaded sha3 v0.10.9
12352026-08-20T02:25:01.628Z Downloaded csv v1.4.0
12362026-08-20T02:25:01.639Z Downloaded hickory-proto v0.25.2
12372026-08-20T02:25:01.648Z Downloaded encoding_rs v0.8.35
12382026-08-20T02:25:01.661Z Downloaded sled v0.34.7
12392026-08-20T02:25:01.666Z Downloaded jiff v0.2.35
12402026-08-20T02:25:02.331Z Downloaded aws-lc-sys v0.44.0
12412026-08-20T02:25:03.255Z Compiling proc-macro2 v1.0.107
12422026-08-20T02:25:03.255Z Compiling quote v1.0.47
12432026-08-20T02:25:03.255Z Compiling unicode-ident v1.0.24
12442026-08-20T02:25:03.258Z Compiling serde_core v1.0.229
12452026-08-20T02:25:03.258Z Compiling cfg-if v1.0.4
12462026-08-20T02:25:03.258Z Compiling serde v1.0.229
12472026-08-20T02:25:03.258Z Compiling libc v0.2.189
12482026-08-20T02:25:03.258Z Compiling memchr v2.8.3
12492026-08-20T02:25:03.416Z Compiling itoa v1.0.18
12502026-08-20T02:25:03.621Z Compiling smallvec v1.15.2
12512026-08-20T02:25:03.700Z Compiling zmij v1.0.23
12522026-08-20T02:25:03.777Z Compiling autocfg v1.5.1
12532026-08-20T02:25:03.843Z Compiling libm v0.2.16
12542026-08-20T02:25:04.121Z Compiling stable_deref_trait v1.2.1
12552026-08-20T02:25:04.132Z Compiling percent-encoding v2.3.2
12562026-08-20T02:25:04.191Z Compiling litemap v0.8.2
12572026-08-20T02:25:04.238Z Compiling writeable v0.6.3
12582026-08-20T02:25:04.314Z Compiling utf8_iter v1.0.4
12592026-08-20T02:25:04.329Z Compiling icu_normalizer_data v2.2.0
12602026-08-20T02:25:04.340Z Compiling icu_properties_data v2.2.0
12612026-08-20T02:25:04.384Z Compiling iana-time-zone v0.1.65
12622026-08-20T02:25:04.457Z Compiling equivalent v1.0.2
12632026-08-20T02:25:04.538Z Compiling form_urlencoded v1.2.2
12642026-08-20T02:25:04.603Z Compiling allocator-api2 v0.2.21
12652026-08-20T02:25:04.641Z Compiling syn v2.0.119
12662026-08-20T02:25:04.716Z Compiling syn v3.0.3
12672026-08-20T02:25:04.730Z Compiling serde_json v1.0.151
12682026-08-20T02:25:04.763Z Compiling dyn-clone v1.0.20
12692026-08-20T02:25:04.792Z Compiling version_check v0.9.5
12702026-08-20T02:25:04.899Z Compiling pin-project-lite v0.2.17
12712026-08-20T02:25:04.927Z Compiling hashbrown v0.17.1
12722026-08-20T02:25:04.985Z Compiling scopeguard v1.2.0
12732026-08-20T02:25:04.998Z Compiling parking_lot_core v0.9.12
12742026-08-20T02:25:05.063Z Compiling lock_api v0.4.14
12752026-08-20T02:25:05.089Z Compiling num-traits v0.2.19
12762026-08-20T02:25:05.276Z Compiling thiserror v2.0.20
12772026-08-20T02:25:05.302Z Compiling getrandom v0.4.3
12782026-08-20T02:25:05.373Z Compiling rand_core v0.10.1
12792026-08-20T02:25:05.498Z Compiling errno v0.3.14
12802026-08-20T02:25:05.529Z Compiling log v0.4.33
12812026-08-20T02:25:05.560Z Compiling semver v1.0.28
12822026-08-20T02:25:05.724Z Compiling indexmap v2.14.0
12832026-08-20T02:25:05.849Z Compiling futures-core v0.3.34
12842026-08-20T02:25:05.911Z Compiling heck v0.5.0
12852026-08-20T02:25:05.994Z Compiling uuid v1.24.0
12862026-08-20T02:25:06.125Z Compiling zerocopy v0.8.56
12872026-08-20T02:25:06.174Z Compiling futures-sink v0.3.34
12882026-08-20T02:25:06.271Z Compiling schemars v0.8.22
12892026-08-20T02:25:06.384Z Compiling slab v0.4.12
12902026-08-20T02:25:06.431Z Compiling jobserver v0.1.35
12912026-08-20T02:25:06.517Z Compiling shlex v2.0.1
12922026-08-20T02:25:06.536Z Compiling rustversion v1.0.23
12932026-08-20T02:25:06.557Z Compiling fnv v1.0.7
12942026-08-20T02:25:06.649Z Compiling find-msvc-tools v0.1.10
12952026-08-20T02:25:06.695Z Compiling futures-channel v0.3.34
12962026-08-20T02:25:06.750Z Compiling bitflags v2.13.1
12972026-08-20T02:25:06.765Z Compiling futures-task v0.3.34
12982026-08-20T02:25:06.879Z Compiling cc v1.4.2
12992026-08-20T02:25:06.920Z Compiling pkg-config v0.3.33
13002026-08-20T02:25:06.931Z Compiling futures-io v0.3.34
13012026-08-20T02:25:07.080Z Compiling socket2 v0.6.5
13022026-08-20T02:25:07.089Z Compiling signal-hook-registry v1.4.8
13032026-08-20T02:25:07.287Z Compiling parking_lot v0.12.5
13042026-08-20T02:25:07.340Z Compiling mio v1.2.2
13052026-08-20T02:25:07.379Z Compiling portable-atomic v1.15.0
13062026-08-20T02:25:07.449Z Compiling synstructure v0.13.2
13072026-08-20T02:25:07.516Z Compiling serde_derive_internals v0.29.1
13082026-08-20T02:25:07.699Z Compiling cmake v0.1.58
13092026-08-20T02:25:07.839Z Compiling fs_extra v1.3.0
13102026-08-20T02:25:07.930Z Compiling dunce v1.0.5
13112026-08-20T02:25:07.960Z Compiling serde_derive v1.0.229
13122026-08-20T02:25:08.018Z Compiling displaydoc v0.2.7
13132026-08-20T02:25:08.031Z Compiling thiserror-impl v2.0.20
13142026-08-20T02:25:08.088Z Compiling tokio-macros v2.7.2
13152026-08-20T02:25:08.152Z Compiling futures-macro v0.3.34
13162026-08-20T02:25:08.235Z Compiling typenum v1.20.1
13172026-08-20T02:25:08.373Z Compiling aws-lc-sys v0.44.0
13182026-08-20T02:25:08.633Z Compiling zerofrom-derive v0.1.7
13192026-08-20T02:25:08.831Z Compiling yoke-derive v0.8.2
13202026-08-20T02:25:08.865Z Compiling zerovec-derive v0.11.3
13212026-08-20T02:25:09.006Z Compiling schemars_derive v0.8.22
13222026-08-20T02:25:09.077Z Compiling zerocopy-derive v0.8.56
13232026-08-20T02:25:09.338Z Compiling zeroize_derive v1.5.0
13242026-08-20T02:25:09.580Z Compiling futures-util v0.3.34
13252026-08-20T02:25:09.855Z Compiling zerofrom v0.1.8
13262026-08-20T02:25:09.920Z Compiling base64 v0.22.1
13272026-08-20T02:25:09.968Z Compiling yoke v0.8.3
13282026-08-20T02:25:09.979Z Compiling critical-section v1.2.0
13292026-08-20T02:25:10.005Z Compiling zeroize v1.9.0
13302026-08-20T02:25:10.079Z Compiling once_cell v1.21.4
13312026-08-20T02:25:10.148Z Compiling zerovec v0.11.6
13322026-08-20T02:25:10.212Z Compiling zerotrie v0.2.4
13332026-08-20T02:25:10.240Z Compiling slog v2.8.2
13342026-08-20T02:25:10.287Z Compiling rustix v1.1.4
13352026-08-20T02:25:10.455Z Compiling subtle v2.6.1
13362026-08-20T02:25:10.500Z Compiling strsim v0.11.1
13372026-08-20T02:25:10.615Z Compiling tinystr v0.8.3
13382026-08-20T02:25:10.626Z Compiling potential_utf v0.1.5
13392026-08-20T02:25:10.673Z Compiling byteorder v1.5.0
13402026-08-20T02:25:10.783Z Compiling icu_locale_core v2.2.0
13412026-08-20T02:25:10.815Z Compiling icu_collections v2.2.0
13422026-08-20T02:25:10.910Z Compiling regex-syntax v0.8.11
13432026-08-20T02:25:11.072Z Compiling bytes v1.12.1
13442026-08-20T02:25:11.142Z Compiling chrono v0.4.45
13452026-08-20T02:25:11.317Z Compiling erased-serde v0.3.31
13462026-08-20T02:25:11.701Z Compiling icu_provider v2.2.0
13472026-08-20T02:25:11.796Z Compiling http v1.5.0
13482026-08-20T02:25:11.829Z Compiling tokio v1.53.1
13492026-08-20T02:25:12.010Z Compiling icu_properties v2.2.0
13502026-08-20T02:25:12.262Z Compiling icu_normalizer v2.2.0
13512026-08-20T02:25:12.600Z Compiling serde_tokenstream v0.2.3
13522026-08-20T02:25:12.758Z Compiling http-body v1.1.0
13532026-08-20T02:25:12.839Z Compiling ipnet v2.12.1
13542026-08-20T02:25:12.873Z Compiling idna_adapter v1.2.2
13552026-08-20T02:25:12.908Z Compiling httparse v1.10.1
13562026-08-20T02:25:13.008Z Compiling idna v1.1.0
13572026-08-20T02:25:13.192Z Compiling atomic-waker v1.1.2
13582026-08-20T02:25:13.283Z Compiling url v2.5.8
13592026-08-20T02:25:13.314Z Compiling ppv-lite86 v0.2.21
13602026-08-20T02:25:13.351Z Compiling tower-layer v0.3.3
13612026-08-20T02:25:13.464Z Compiling tower-service v0.3.3
13622026-08-20T02:25:13.521Z Compiling getrandom v0.2.17
13632026-08-20T02:25:13.552Z Compiling ryu v1.0.23
13642026-08-20T02:25:13.691Z Compiling untrusted v0.9.0
13652026-08-20T02:25:13.731Z Compiling thiserror v1.0.69
13662026-08-20T02:25:13.765Z Compiling try-lock v0.2.5
13672026-08-20T02:25:13.802Z Compiling ucd-trie v0.1.7
13682026-08-20T02:25:13.813Z Compiling rand_core v0.6.4
13692026-08-20T02:25:13.862Z Compiling want v0.3.1
13702026-08-20T02:25:14.025Z Compiling pest v2.8.8
13712026-08-20T02:25:14.025Z Compiling thiserror-impl v1.0.69
13722026-08-20T02:25:14.092Z Compiling httpdate v1.0.3
13732026-08-20T02:25:14.200Z Compiling getrandom v0.3.4
13742026-08-20T02:25:14.215Z Compiling pretty-hex v0.4.2
13752026-08-20T02:25:14.332Z Compiling winnow v1.0.4
13762026-08-20T02:25:14.348Z Compiling plain v0.2.3
13772026-08-20T02:25:14.452Z Compiling paste v1.0.15
13782026-08-20T02:25:14.536Z Compiling foldhash v0.2.0
13792026-08-20T02:25:14.732Z Compiling ipnetwork v0.21.1
13802026-08-20T02:25:14.809Z Compiling tracing-core v0.1.36
13812026-08-20T02:25:15.160Z Compiling pest_meta v2.8.8
13822026-08-20T02:25:15.296Z Compiling oxnet v0.1.6
13832026-08-20T02:25:15.301Z Compiling tracing-attributes v0.1.31
13842026-08-20T02:25:15.328Z Compiling ident_case v1.0.1
13852026-08-20T02:25:15.415Z Compiling omicron-workspace-hack v0.1.0
13862026-08-20T02:25:15.441Z Compiling serde_urlencoded v0.7.1
13872026-08-20T02:25:15.638Z Compiling http-body-util v0.1.5
13882026-08-20T02:25:15.678Z Compiling aho-corasick v1.1.5
13892026-08-20T02:25:15.742Z Compiling pest_generator v2.8.8
13902026-08-20T02:25:15.904Z Compiling sync_wrapper v1.0.2
13912026-08-20T02:25:16.005Z Compiling daft-derive v0.1.8
13922026-08-20T02:25:16.418Z Compiling pest_derive v2.8.8
13932026-08-20T02:25:16.459Z Compiling tracing v0.1.44
13942026-08-20T02:25:16.551Z Compiling regex-automata v0.4.18
13952026-08-20T02:25:16.695Z Compiling fastrand v2.5.0
13962026-08-20T02:25:16.882Z Compiling hashbrown v0.16.1
13972026-08-20T02:25:16.976Z Compiling tokio-util v0.7.19
13982026-08-20T02:25:17.037Z Compiling scroll_derive v0.13.1
13992026-08-20T02:25:17.237Z Compiling async-trait v0.1.92
14002026-08-20T02:25:17.537Z Compiling time-core v0.1.9
14012026-08-20T02:25:17.718Z Compiling anyhow v1.0.104
14022026-08-20T02:25:17.725Z Compiling aws-lc-rs v1.18.0
14032026-08-20T02:25:17.854Z Compiling num-conv v0.2.2
14042026-08-20T02:25:18.007Z Compiling time-macros v0.2.32
14052026-08-20T02:25:18.020Z Compiling scroll v0.13.0
14062026-08-20T02:25:18.176Z Compiling rustls-pki-types v1.15.1
14072026-08-20T02:25:18.225Z Compiling openssl-probe v0.2.1
14082026-08-20T02:25:18.289Z Compiling regex v1.13.1
14092026-08-20T02:25:18.408Z Compiling powerfmt v0.2.0
14102026-08-20T02:25:18.463Z Compiling num_threads v0.1.7
14112026-08-20T02:25:18.558Z Compiling hex v0.4.3
14122026-08-20T02:25:18.673Z Compiling deranged v0.5.8
14132026-08-20T02:25:18.705Z Compiling goblin v0.10.7
14142026-08-20T02:25:19.092Z Compiling camino v1.2.5
14152026-08-20T02:25:19.158Z Compiling untrusted v0.7.1
14162026-08-20T02:25:19.203Z Compiling usdt-impl v0.6.0
14172026-08-20T02:25:19.216Z Compiling rustls v0.23.43
14182026-08-20T02:25:19.277Z Compiling crc32fast v1.5.0
14192026-08-20T02:25:19.453Z Compiling h2 v0.4.15
14202026-08-20T02:25:19.560Z Compiling dtrace-parser v0.3.0
14212026-08-20T02:25:19.612Z Compiling crossbeam-utils v0.8.22
14222026-08-20T02:25:19.874Z Compiling futures-executor v0.3.34
14232026-08-20T02:25:19.923Z Compiling serde_tokenstream v0.3.0
14242026-08-20T02:25:19.995Z Compiling structmeta-derive v0.3.0
14252026-08-20T02:25:20.156Z Compiling thread-id v5.1.0
14262026-08-20T02:25:20.205Z Compiling adler2 v2.0.1
14272026-08-20T02:25:20.235Z Compiling cpufeatures v0.3.0
14282026-08-20T02:25:20.307Z Compiling simd-adler32 v0.3.10
14292026-08-20T02:25:20.338Z Compiling newtype-uuid-macros v0.1.1
14302026-08-20T02:25:20.422Z Compiling futures v0.3.34
14312026-08-20T02:25:20.498Z Compiling miniz_oxide v0.8.9
14322026-08-20T02:25:20.511Z Compiling rand_core v0.9.5
14332026-08-20T02:25:21.028Z Compiling structmeta v0.3.0
14342026-08-20T02:25:21.117Z Compiling darling_core v0.23.0
14352026-08-20T02:25:21.152Z Compiling hybrid-array v0.4.14
14362026-08-20T02:25:21.239Z Compiling thread_local v1.1.10
14372026-08-20T02:25:21.371Z Compiling match_cfg v0.1.0
14382026-08-20T02:25:21.439Z Compiling flate2 v1.1.9
14392026-08-20T02:25:21.503Z Compiling dof v0.4.0
14402026-08-20T02:25:21.604Z Compiling hyper v1.11.0
14412026-08-20T02:25:22.031Z Compiling newtype-uuid v1.4.0
14422026-08-20T02:25:22.590Z Compiling compression-core v0.4.32
14432026-08-20T02:25:22.748Z Compiling hyper-util v0.1.20
14442026-08-20T02:25:22.845Z Compiling slog-async v2.8.0
14452026-08-20T02:25:23.128Z Compiling quick-error v1.2.3
14462026-08-20T02:25:23.171Z Compiling darling_macro v0.23.0
14472026-08-20T02:25:23.229Z Compiling ref-cast v1.0.26
14482026-08-20T02:25:23.324Z Compiling compression-codecs v0.4.38
14492026-08-20T02:25:23.344Z Compiling daft v0.1.8
14502026-08-20T02:25:23.355Z Compiling crypto-common v0.2.2
14512026-08-20T02:25:23.573Z Compiling block-buffer v0.12.1
14522026-08-20T02:25:23.625Z Compiling rand_chacha v0.9.0
14532026-08-20T02:25:24.147Z Compiling usdt-macro v0.6.0
14542026-08-20T02:25:24.161Z Compiling usdt-attr-macro v0.6.0
14552026-08-20T02:25:24.161Z Compiling darling v0.23.0
14562026-08-20T02:25:24.161Z Compiling strum_macros v0.26.4
14572026-08-20T02:25:24.161Z Compiling ref-cast-impl v1.0.26
14582026-08-20T02:25:24.161Z Compiling serde_spanned v1.1.1
14592026-08-20T02:25:24.223Z Compiling generic-array v0.14.7
14602026-08-20T02:25:24.332Z Compiling multer v3.1.0
14612026-08-20T02:25:24.460Z Compiling const-oid v0.10.2
14622026-08-20T02:25:24.493Z Compiling term v1.2.1
14632026-08-20T02:25:24.557Z Compiling debug-ignore v1.0.5
14642026-08-20T02:25:24.663Z Compiling bit-vec v0.8.0
14652026-08-20T02:25:24.680Z Compiling take_mut v0.2.2
14662026-08-20T02:25:24.790Z Compiling toml_writer v1.1.2+spec-1.1.0
14672026-08-20T02:25:24.879Z Compiling bit-set v0.8.0
14682026-08-20T02:25:24.911Z Compiling digest v0.11.3
14692026-08-20T02:25:24.997Z Compiling serde_with_macros v3.22.0
14702026-08-20T02:25:25.022Z Compiling rand v0.9.5
14712026-08-20T02:25:25.040Z Compiling async-stream-impl v0.3.6
14722026-08-20T02:25:25.077Z Compiling dropshot v0.17.1
14732026-08-20T02:25:25.187Z Compiling encoding_rs v0.8.35
14742026-08-20T02:25:25.257Z Compiling syn v1.0.109
14752026-08-20T02:25:25.517Z Compiling strum v0.26.3
14762026-08-20T02:25:25.558Z Compiling unarray v0.1.4
14772026-08-20T02:25:25.596Z Compiling mime v0.3.17
14782026-08-20T02:25:25.629Z Compiling spin v0.9.9
14792026-08-20T02:25:25.640Z Compiling async-stream v0.3.6
14802026-08-20T02:25:25.739Z Compiling sha1 v0.11.0
14812026-08-20T02:25:25.809Z Compiling derive-ex v0.1.8
14822026-08-20T02:25:25.883Z Compiling tower v0.5.3
14832026-08-20T02:25:25.982Z Compiling waitgroup v0.1.2
14842026-08-20T02:25:26.065Z Compiling dropshot_endpoint v0.17.1
14852026-08-20T02:25:26.107Z Compiling macaddr v1.0.1
14862026-08-20T02:25:26.243Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
14872026-08-20T02:25:26.321Z Compiling serde_path_to_error v0.1.20
14882026-08-20T02:25:26.609Z Compiling tower-http v0.6.11
14892026-08-20T02:25:26.713Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
14902026-08-20T02:25:26.817Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
14912026-08-20T02:25:26.839Z Compiling tempfile v3.27.0
14922026-08-20T02:25:26.992Z Compiling openapiv3 v2.2.0
14932026-08-20T02:25:27.030Z Compiling strum_macros v0.27.2
14942026-08-20T02:25:27.358Z Compiling test-strategy v0.4.5
14952026-08-20T02:25:27.700Z Compiling instant v0.1.13
14962026-08-20T02:25:27.806Z Compiling time v0.3.55
14972026-08-20T02:25:28.320Z Compiling rustls-native-certs v0.8.4
14982026-08-20T02:25:28.574Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14992026-08-20T02:25:28.730Z Compiling crossbeam-channel v0.5.16
15002026-08-20T02:25:28.753Z Compiling crypto-common v0.1.7
15012026-08-20T02:25:28.898Z Compiling strum v0.27.2
15022026-08-20T02:25:29.210Z Compiling parse-display-derive v0.10.0
15032026-08-20T02:25:29.222Z Compiling backon v1.6.0
15042026-08-20T02:25:29.435Z Compiling rand_chacha v0.3.1
15052026-08-20T02:25:29.893Z Compiling either v1.17.0
15062026-08-20T02:25:30.057Z Compiling rand v0.8.7
15072026-08-20T02:25:30.105Z Compiling slog-json v2.6.1
15082026-08-20T02:25:30.276Z Compiling hostname v0.3.1
15092026-08-20T02:25:30.348Z Compiling toml_parser v1.1.3+spec-1.1.0
15102026-08-20T02:25:30.414Z Compiling toml_datetime v1.1.1+spec-1.1.0
15112026-08-20T02:25:30.613Z Compiling memmap2 v0.9.11
15122026-08-20T02:25:30.617Z Compiling is-terminal v0.4.17
15132026-08-20T02:25:30.715Z Compiling wait-timeout v0.2.1
15142026-08-20T02:25:30.826Z Compiling usdt v0.6.0
15152026-08-20T02:25:30.838Z Compiling toml v1.1.4+spec-1.1.0
15162026-08-20T02:25:30.859Z Compiling slog-term v2.9.2
15172026-08-20T02:25:31.040Z Compiling rusty-fork v0.3.1
15182026-08-20T02:25:31.099Z Compiling slog-bunyan v2.5.0
15192026-08-20T02:25:31.215Z Compiling serde_with v3.22.0
15202026-08-20T02:25:31.231Z Compiling async-compression v0.4.43
15212026-08-20T02:25:31.387Z Compiling rand_xorshift v0.4.0
15222026-08-20T02:25:31.531Z Compiling rustls-pemfile v2.2.0
15232026-08-20T02:25:31.535Z Compiling regress v0.10.5
15242026-08-20T02:25:31.554Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15252026-08-20T02:25:31.722Z Compiling hostname v0.4.2
15262026-08-20T02:25:31.722Z Compiling humantime v2.4.0
15272026-08-20T02:25:31.859Z Compiling proptest v1.11.0
15282026-08-20T02:25:32.277Z Compiling iddqd v0.4.6
15292026-08-20T02:25:32.538Z Compiling reqwest v0.12.28
15302026-08-20T02:25:32.559Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15312026-08-20T02:25:32.795Z Compiling block-buffer v0.10.4
15322026-08-20T02:25:32.975Z Compiling utf8parse v0.2.2
15332026-08-20T02:25:33.084Z Compiling anstyle-parse v1.0.0
15342026-08-20T02:25:33.113Z Compiling digest v0.10.7
15352026-08-20T02:25:33.264Z Compiling parse-display v0.10.0
15362026-08-20T02:25:33.326Z Compiling backoff v0.4.0
15372026-08-20T02:25:33.514Z Compiling progenitor-client v0.10.0
15382026-08-20T02:25:33.532Z Compiling itertools v0.14.0
15392026-08-20T02:25:33.650Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
15402026-08-20T02:25:33.825Z Compiling anstyle-query v1.1.5
15412026-08-20T02:25:33.932Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
15422026-08-20T02:25:34.531Z Compiling anstyle v1.0.14
15432026-08-20T02:25:34.650Z Compiling is_terminal_polyfill v1.70.2
15442026-08-20T02:25:34.746Z Compiling colorchoice v1.0.5
15452026-08-20T02:25:34.821Z Compiling anstream v1.0.0
15462026-08-20T02:25:35.143Z Compiling clap_lex v1.1.0
15472026-08-20T02:25:35.389Z Compiling regress v0.11.1
15482026-08-20T02:25:35.753Z Compiling clap_derive v4.6.4
15492026-08-20T02:25:36.129Z Compiling terminal_size v0.4.4
15502026-08-20T02:25:36.984Z Compiling typify-impl v0.6.2
15512026-08-20T02:25:37.437Z Compiling toml_datetime v0.6.11
15522026-08-20T02:25:37.612Z Compiling zerocopy-derive v0.7.35
15532026-08-20T02:25:37.651Z Compiling cpufeatures v0.2.17
15542026-08-20T02:25:37.712Z Compiling convert_case v0.4.0
15552026-08-20T02:25:37.893Z Compiling clap_builder v4.6.6
15562026-08-20T02:25:38.372Z Compiling derive_more v0.99.20
15572026-08-20T02:25:38.452Z Compiling zerocopy v0.7.35
15582026-08-20T02:25:39.045Z Compiling toml_edit v0.25.13+spec-1.1.0
15592026-08-20T02:25:39.694Z Compiling unicode-width v0.2.2
15602026-08-20T02:25:39.932Z Compiling proc-macro-crate v3.5.0
15612026-08-20T02:25:39.969Z Compiling clap v4.6.6
15622026-08-20T02:25:40.343Z Compiling secrecy v0.10.3
15632026-08-20T02:25:40.425Z Compiling float-ord v0.3.2
15642026-08-20T02:25:40.460Z Compiling crucible-workspace-hack v0.1.0
15652026-08-20T02:25:40.536Z Compiling tinyvec_macros v0.1.1
15662026-08-20T02:25:40.603Z Compiling tinyvec v1.12.0
15672026-08-20T02:25:40.649Z Compiling num_enum_derive v0.7.6
15682026-08-20T02:25:41.125Z Compiling dtrace-parser v0.2.0
15692026-08-20T02:25:41.141Z Compiling scroll_derive v0.12.1
15702026-08-20T02:25:41.261Z Compiling num-integer v0.1.47
15712026-08-20T02:25:41.571Z Compiling rustc_version v0.4.1
15722026-08-20T02:25:41.590Z Compiling usdt-impl v0.5.0
15732026-08-20T02:25:41.837Z Compiling crossbeam-epoch v0.9.20
15742026-08-20T02:25:41.840Z Compiling curve25519-dalek v4.1.3
15752026-08-20T02:25:41.858Z Compiling scroll v0.12.0
15762026-08-20T02:25:41.983Z Compiling num_enum v0.7.6
15772026-08-20T02:25:42.188Z Compiling dof v0.3.0
15782026-08-20T02:25:42.338Z Compiling hmac v0.12.1
15792026-08-20T02:25:42.477Z Compiling inout v0.1.4
15802026-08-20T02:25:42.480Z Compiling darling_core v0.21.3
15812026-08-20T02:25:42.519Z Compiling ff v0.13.1
15822026-08-20T02:25:42.568Z Compiling thread-id v4.2.2
15832026-08-20T02:25:42.598Z Compiling cipher v0.4.4
15842026-08-20T02:25:42.641Z Compiling group v0.13.0
15852026-08-20T02:25:42.807Z Compiling hkdf v0.12.4
15862026-08-20T02:25:43.130Z Compiling goblin v0.8.2
15872026-08-20T02:25:43.187Z Compiling num-iter v0.1.46
15882026-08-20T02:25:43.303Z Compiling num-rational v0.4.2
15892026-08-20T02:25:43.339Z Compiling typify-macro v0.6.2
15902026-08-20T02:25:43.546Z Compiling thiserror-impl-no-std v2.0.2
15912026-08-20T02:25:43.565Z Compiling universal-hash v0.5.1
15922026-08-20T02:25:43.631Z Compiling crypto-bigint v0.5.5
15932026-08-20T02:25:43.688Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15942026-08-20T02:25:44.118Z Compiling half v2.7.1
15952026-08-20T02:25:44.353Z Compiling curve25519-dalek-derive v0.1.1
15962026-08-20T02:25:44.413Z Compiling num-complex v0.4.6
15972026-08-20T02:25:44.606Z Compiling darling_macro v0.21.3
15982026-08-20T02:25:44.894Z Compiling opaque-debug v0.3.1
15992026-08-20T02:25:44.909Z Compiling base16ct v0.2.0
16002026-08-20T02:25:44.968Z Compiling ciborium-io v0.2.2
16012026-08-20T02:25:45.017Z Compiling base64ct v1.8.3
16022026-08-20T02:25:45.037Z Compiling heck v0.4.1
16032026-08-20T02:25:45.056Z Compiling ciborium-ll v0.2.2
16042026-08-20T02:25:45.212Z Compiling darling v0.21.3
16052026-08-20T02:25:45.234Z Compiling password-hash v0.5.0
16062026-08-20T02:25:45.269Z Compiling elliptic-curve v0.13.8
16072026-08-20T02:25:45.287Z Compiling poly1305 v0.8.0
16082026-08-20T02:25:45.520Z Compiling typify v0.6.2
16092026-08-20T02:25:45.658Z Compiling num v0.4.3
16102026-08-20T02:25:45.662Z Compiling thiserror-no-std v2.0.2
16112026-08-20T02:25:46.182Z Compiling chacha20 v0.9.1
16122026-08-20T02:25:46.287Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
16132026-08-20T02:25:46.376Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16142026-08-20T02:25:46.770Z Compiling blake2 v0.10.6
16152026-08-20T02:25:46.986Z Compiling aead v0.5.2
16162026-08-20T02:25:47.137Z Compiling byte-wrapper v0.1.0
16172026-08-20T02:25:47.187Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16182026-08-20T02:25:47.223Z Compiling proc-macro-error-attr v1.0.4
16192026-08-20T02:25:47.506Z Compiling keccak v0.1.6
16202026-08-20T02:25:47.528Z Compiling rustix v0.38.44
16212026-08-20T02:25:47.631Z Compiling heapless v0.8.0
16222026-08-20T02:25:47.735Z Compiling prettyplease v0.2.37
16232026-08-20T02:25:47.869Z Compiling unsafe-libyaml v0.2.11
16242026-08-20T02:25:48.170Z Compiling sha3 v0.10.9
16252026-08-20T02:25:48.402Z Compiling serde_yaml v0.9.34+deprecated
16262026-08-20T02:25:48.605Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16272026-08-20T02:25:48.692Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16282026-08-20T02:25:49.479Z Compiling chacha20poly1305 v0.10.1
16292026-08-20T02:25:49.594Z Compiling argon2 v0.5.3
16302026-08-20T02:25:49.709Z Compiling vsss-rs v3.3.4
16312026-08-20T02:25:49.802Z Compiling ingot-macros v0.1.1
16322026-08-20T02:25:49.820Z Compiling ciborium v0.2.2
16332026-08-20T02:25:50.228Z Compiling usdt-attr-macro v0.5.0
16342026-08-20T02:25:50.385Z Compiling usdt-macro v0.5.0
16352026-08-20T02:25:51.554Z Compiling serde_spanned v0.6.9
16362026-08-20T02:25:51.696Z Compiling hash32 v0.3.1
16372026-08-20T02:25:51.721Z Compiling enum-as-inner v0.6.1
16382026-08-20T02:25:51.842Z Compiling proc-macro-error v1.0.4
16392026-08-20T02:25:51.846Z Compiling memmap v0.7.0
16402026-08-20T02:25:52.035Z Compiling memoffset v0.9.1
16412026-08-20T02:25:52.066Z Compiling winnow v0.5.40
16422026-08-20T02:25:52.221Z Compiling smoltcp v0.11.0
16432026-08-20T02:25:52.268Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16442026-08-20T02:25:52.282Z Compiling toml_write v0.1.2
16452026-08-20T02:25:52.449Z Compiling cfg_aliases v0.2.2
16462026-08-20T02:25:52.475Z Compiling indent_write v2.2.0
16472026-08-20T02:25:52.499Z Compiling data-encoding v2.11.1
16482026-08-20T02:25:52.515Z Compiling winnow v0.7.15
16492026-08-20T02:25:52.528Z Compiling ingot-types v0.1.2
16502026-08-20T02:25:52.558Z Compiling nix v0.31.3
16512026-08-20T02:25:52.756Z Compiling usdt v0.5.0
16522026-08-20T02:25:52.916Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16532026-08-20T02:25:52.987Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16542026-08-20T02:25:53.017Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16552026-08-20T02:25:53.260Z Compiling tabwriter v1.4.1
16562026-08-20T02:25:53.322Z Compiling toml_edit v0.19.15
16572026-08-20T02:25:53.492Z Compiling cobs v0.3.0
16582026-08-20T02:25:53.502Z Compiling serde_repr v0.1.21
16592026-08-20T02:25:53.577Z Compiling bitflags v1.3.2
16602026-08-20T02:25:53.666Z Compiling crossbeam-deque v0.8.7
16612026-08-20T02:25:53.723Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
16622026-08-20T02:25:53.947Z Compiling toml_edit v0.22.27
16632026-08-20T02:25:53.950Z Compiling vcpkg v0.2.15
16642026-08-20T02:25:54.066Z Compiling managed v0.8.0
16652026-08-20T02:25:54.141Z Compiling postcard v1.1.3
16662026-08-20T02:25:54.474Z Compiling proc-macro-crate v1.3.1
16672026-08-20T02:25:54.487Z Compiling openssl-sys v0.9.117
16682026-08-20T02:25:55.041Z Compiling ingot v0.1.1
16692026-08-20T02:25:55.156Z Compiling hubpack_derive v0.1.1
16702026-08-20T02:25:55.337Z Compiling toml v0.8.23
16712026-08-20T02:25:55.753Z Compiling foreign-types-macros v0.2.4
16722026-08-20T02:25:56.170Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
16732026-08-20T02:25:56.370Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
16742026-08-20T02:25:56.481Z Compiling unicode-segmentation v1.13.3
16752026-08-20T02:25:56.596Z Compiling colored v3.1.1
16762026-08-20T02:25:56.712Z Compiling linked-hash-map v0.5.6
16772026-08-20T02:25:56.896Z Compiling resolv-conf v0.7.6
16782026-08-20T02:25:56.907Z Compiling static_assertions v1.1.0
16792026-08-20T02:25:56.927Z Compiling semver v0.1.20
16802026-08-20T02:25:56.966Z Compiling foreign-types-shared v0.3.1
16812026-08-20T02:25:56.976Z Compiling rayon-core v1.13.0
16822026-08-20T02:25:56.987Z Compiling swrite v0.1.0
16832026-08-20T02:25:57.054Z Compiling rustls-webpki v0.103.14
16842026-08-20T02:25:57.076Z Compiling foreign-types v0.5.0
16852026-08-20T02:25:57.179Z Compiling rustc_version v0.1.7
16862026-08-20T02:25:57.201Z Compiling lru-cache v0.1.2
16872026-08-20T02:25:57.213Z Compiling newline-converter v0.3.0
16882026-08-20T02:25:57.265Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
16892026-08-20T02:25:57.362Z Compiling hubpack v0.1.2
16902026-08-20T02:25:57.373Z Compiling num_enum_derive v0.5.11
16912026-08-20T02:25:57.803Z Compiling atomicwrites v0.4.4
16922026-08-20T02:25:57.998Z Compiling hickory-proto v0.24.4
16932026-08-20T02:25:58.198Z Compiling progenitor-impl v0.13.0
16942026-08-20T02:25:58.385Z Compiling console v0.15.11
16952026-08-20T02:25:58.412Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
16962026-08-20T02:25:58.944Z Compiling camino-tempfile v1.4.1
16972026-08-20T02:25:59.084Z Compiling chacha20 v0.10.1
16982026-08-20T02:25:59.186Z Compiling serde-big-array v0.5.1
16992026-08-20T02:25:59.201Z Compiling pin-project-internal v1.1.13
17002026-08-20T02:25:59.331Z Compiling num-derive v0.4.2
17012026-08-20T02:25:59.342Z Compiling derive-where v1.6.1
17022026-08-20T02:25:59.629Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17032026-08-20T02:26:00.158Z Compiling cstr-argument v0.1.2
17042026-08-20T02:26:00.292Z Compiling minimal-lexical v0.2.1
17052026-08-20T02:26:00.307Z Compiling siphasher v1.0.3
17062026-08-20T02:26:00.318Z Compiling similar v2.7.0
17072026-08-20T02:26:00.503Z Compiling tokio-rustls v0.26.4
17082026-08-20T02:26:00.551Z Compiling rustls-platform-verifier v0.7.0
17092026-08-20T02:26:00.768Z Compiling hyper-rustls v0.27.9
17102026-08-20T02:26:01.064Z Compiling reqwest v0.13.4
17112026-08-20T02:26:01.370Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
17122026-08-20T02:26:01.605Z Compiling expectorate v1.2.0
17132026-08-20T02:26:01.757Z Compiling nom v7.1.3
17142026-08-20T02:26:01.804Z Compiling progenitor-macro v0.13.0
17152026-08-20T02:26:02.125Z Compiling phf_shared v0.12.1
17162026-08-20T02:26:02.300Z Compiling progenitor-client v0.14.0
17172026-08-20T02:26:02.600Z Compiling progenitor-extras v0.2.0
17182026-08-20T02:26:03.136Z Compiling progenitor-client v0.13.0
17192026-08-20T02:26:03.336Z Compiling pin-project v1.1.13
17202026-08-20T02:26:03.430Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17212026-08-20T02:26:03.722Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17222026-08-20T02:26:03.846Z Compiling hickory-resolver v0.24.4
17232026-08-20T02:26:03.988Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17242026-08-20T02:26:05.707Z Compiling rand v0.10.2
17252026-08-20T02:26:06.409Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17262026-08-20T02:26:06.563Z Compiling num_enum v0.5.11
17272026-08-20T02:26:06.579Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
17282026-08-20T02:26:06.741Z Compiling newtype_derive v0.1.6
17292026-08-20T02:26:07.188Z Compiling progenitor-impl v0.14.0
17302026-08-20T02:26:07.399Z Compiling snafu-derive v0.8.9
17312026-08-20T02:26:07.707Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17322026-08-20T02:26:08.182Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17332026-08-20T02:26:08.358Z Compiling unicode-normalization v0.1.25
17342026-08-20T02:26:08.907Z Compiling tokio-stream v0.1.19
17352026-08-20T02:26:09.139Z Compiling async-recursion v1.1.1
17362026-08-20T02:26:09.399Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
17372026-08-20T02:26:09.703Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17382026-08-20T02:26:09.869Z Compiling slog-dtrace v0.3.0
17392026-08-20T02:26:09.972Z Compiling csv-core v0.1.13
17402026-08-20T02:26:10.106Z Compiling bstr v1.13.1
17412026-08-20T02:26:10.250Z Compiling unicode-width v0.1.14
17422026-08-20T02:26:10.535Z Compiling unicode-xid v0.2.6
17432026-08-20T02:26:10.570Z Compiling owo-colors v4.3.0
17442026-08-20T02:26:10.601Z Compiling highway v1.3.0
17452026-08-20T02:26:10.657Z Compiling chrono-tz v0.10.4
17462026-08-20T02:26:10.847Z Compiling same-file v1.0.6
17472026-08-20T02:26:10.860Z Compiling openssl v0.10.81
17482026-08-20T02:26:10.873Z Compiling cancel-safe-futures v0.1.5
17492026-08-20T02:26:10.902Z Compiling foreign-types-shared v0.1.1
17502026-08-20T02:26:11.002Z Compiling jiff-core v0.1.0
17512026-08-20T02:26:11.002Z Compiling konst_macro_rules v0.2.19
17522026-08-20T02:26:11.019Z Compiling foldhash v0.1.5
17532026-08-20T02:26:11.126Z Compiling konst v0.2.20
17542026-08-20T02:26:11.151Z Compiling hashbrown v0.15.5
17552026-08-20T02:26:11.165Z Compiling foreign-types v0.3.2
17562026-08-20T02:26:11.199Z Compiling walkdir v2.5.0
17572026-08-20T02:26:11.298Z Compiling progenitor-macro v0.14.0
17582026-08-20T02:26:11.364Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17592026-08-20T02:26:11.627Z Compiling const_format_proc_macros v0.2.34
17602026-08-20T02:26:11.673Z Compiling globset v0.4.20
17612026-08-20T02:26:11.808Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17622026-08-20T02:26:12.156Z Compiling jiff v0.2.35
17632026-08-20T02:26:12.424Z Compiling csv v1.4.0
17642026-08-20T02:26:12.955Z Compiling qorb v0.4.1
17652026-08-20T02:26:12.983Z Compiling snafu v0.8.9
17662026-08-20T02:26:13.210Z Compiling olpc-cjson v0.1.4
17672026-08-20T02:26:13.369Z Compiling progenitor v0.13.0
17682026-08-20T02:26:13.381Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17692026-08-20T02:26:13.468Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17702026-08-20T02:26:13.507Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17712026-08-20T02:26:14.239Z Compiling rayon v1.12.0
17722026-08-20T02:26:15.170Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
17732026-08-20T02:26:15.512Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17742026-08-20T02:26:15.899Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17752026-08-20T02:26:16.031Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17762026-08-20T02:26:16.183Z Compiling phf v0.12.1
17772026-08-20T02:26:16.332Z Compiling zone_cfg_derive v0.3.1
17782026-08-20T02:26:16.571Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17792026-08-20T02:26:16.654Z Compiling tokio-dtrace v0.1.1
17802026-08-20T02:26:16.920Z Compiling itertools v0.12.1
17812026-08-20T02:26:17.024Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17822026-08-20T02:26:17.226Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17832026-08-20T02:26:17.242Z Compiling libsw-core v0.3.2
17842026-08-20T02:26:17.413Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
17852026-08-20T02:26:17.749Z Compiling serde_plain v1.0.2
17862026-08-20T02:26:17.800Z Compiling pem v3.0.6
17872026-08-20T02:26:17.825Z Compiling openssl-macros v0.1.1
17882026-08-20T02:26:17.963Z Compiling cookie v0.18.2
17892026-08-20T02:26:18.171Z Compiling sigpipe v0.1.3
17902026-08-20T02:26:18.194Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17912026-08-20T02:26:18.194Z Compiling bytecount v0.6.9
17922026-08-20T02:26:18.259Z Compiling typed-path v0.9.3
17932026-08-20T02:26:18.322Z Compiling fixedbitset v0.5.7
17942026-08-20T02:26:18.345Z Compiling glob v0.3.4
17952026-08-20T02:26:18.417Z Compiling fixedbitset v0.4.2
17962026-08-20T02:26:18.714Z Compiling petgraph v0.6.5
17972026-08-20T02:26:18.736Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17982026-08-20T02:26:18.866Z Compiling petgraph v0.8.3
17992026-08-20T02:26:19.510Z Compiling tough v0.22.0
18002026-08-20T02:26:19.696Z Compiling papergrid v0.11.0
18012026-08-20T02:26:20.319Z Compiling zone v0.3.1
18022026-08-20T02:26:20.335Z Compiling progenitor v0.14.0
18032026-08-20T02:26:20.474Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18042026-08-20T02:26:20.685Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18052026-08-20T02:26:20.696Z Compiling libsw v3.5.0
18062026-08-20T02:26:20.869Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18072026-08-20T02:26:20.922Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18082026-08-20T02:26:21.098Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18092026-08-20T02:26:21.110Z Compiling oxide-tokio-rt v0.1.6
18102026-08-20T02:26:21.463Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18112026-08-20T02:26:21.663Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18122026-08-20T02:26:21.685Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18132026-08-20T02:26:22.055Z Compiling const_format v0.2.36
18142026-08-20T02:26:22.502Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18152026-08-20T02:26:22.545Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
18162026-08-20T02:26:22.694Z Compiling tabled_derive v0.7.0
18172026-08-20T02:26:22.877Z Compiling gethostname v0.5.0
18182026-08-20T02:26:22.945Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18192026-08-20T02:26:22.997Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18202026-08-20T02:26:23.017Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18212026-08-20T02:26:23.065Z Compiling bcs v0.1.6
18222026-08-20T02:26:23.084Z Compiling smf v0.2.3
18232026-08-20T02:26:23.133Z Compiling nom v8.0.0
18242026-08-20T02:26:23.385Z Compiling whoami v1.6.1
18252026-08-20T02:26:23.714Z Compiling smawk v0.3.3
18262026-08-20T02:26:23.733Z Compiling tagptr v0.2.0
18272026-08-20T02:26:23.743Z Compiling unicode-linebreak v0.1.5
18282026-08-20T02:26:23.844Z Compiling lazy_static v1.5.0
18292026-08-20T02:26:23.884Z Compiling termtree v0.5.1
18302026-08-20T02:26:23.946Z Compiling linear-map v1.2.0
18312026-08-20T02:26:23.958Z Compiling textwrap v0.16.2
18322026-08-20T02:26:23.992Z Compiling steno v0.4.1
18332026-08-20T02:26:24.061Z Compiling moka v0.12.16
18342026-08-20T02:26:24.129Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18352026-08-20T02:26:24.483Z Compiling tabled v0.15.0
18362026-08-20T02:26:24.545Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18372026-08-20T02:26:25.699Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18382026-08-20T02:26:25.812Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18392026-08-20T02:26:25.943Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18402026-08-20T02:26:27.031Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18412026-08-20T02:26:27.199Z Compiling hickory-proto v0.25.2
18422026-08-20T02:26:27.254Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
18432026-08-20T02:26:27.963Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
18442026-08-20T02:26:28.540Z Compiling parking_lot_core v0.8.6
18452026-08-20T02:26:28.762Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
18462026-08-20T02:26:28.879Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18472026-08-20T02:26:29.036Z Compiling libscf-sys v1.2.0
18482026-08-20T02:26:29.190Z Compiling hickory-resolver v0.25.2
18492026-08-20T02:26:29.293Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18502026-08-20T02:26:29.542Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18512026-08-20T02:26:29.740Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
18522026-08-20T02:26:29.934Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
18532026-08-20T02:26:30.103Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18542026-08-20T02:26:30.179Z Compiling parking_lot v0.11.2
18552026-08-20T02:26:30.183Z Compiling fxhash v0.2.1
18562026-08-20T02:26:30.313Z Compiling internet-checksum v0.2.1
18572026-08-20T02:26:30.457Z Compiling sled v0.34.7
18582026-08-20T02:26:30.586Z Compiling itertools v0.15.0
18592026-08-20T02:26:30.764Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
18602026-08-20T02:26:32.958Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
18612026-08-20T02:26:34.736Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18622026-08-20T02:26:42.514Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18632026-08-20T02:26:44.132Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18642026-08-20T02:26:45.175Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
18652026-08-20T02:26:46.127Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
18662026-08-20T02:26:46.953Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
18672026-08-20T02:27:12.599Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 09s
18682026-08-20T02:27:12.785Z────────────
18692026-08-20T02:27:12.785Z Nextest run ID 06cd01e0-2cdb-437d-a41c-070ddcbf57fa with nextest profile: default
18702026-08-20T02:27:12.785Z Starting 45 tests across 3 binaries
18712026-08-20T02:27:12.785Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest
18722026-08-20T02:27:12.785Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts
18732026-08-20T02:27:12.785Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest
18742026-08-20T02:27:12.786Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest
18752026-08-20T02:27:12.803Z PASS [ 0.010s] rdb bestpath::test::test_bestpath_med_same_as_equal_med
18762026-08-20T02:27:12.803Z PASS [ 0.011s] rdb bestpath::test::test_bestpath_shutdown_preference
18772026-08-20T02:27:12.803Z PASS [ 0.011s] rdb bestpath::test::test_bestpath
18782026-08-20T02:27:12.803Z PASS [ 0.011s] rdb bestpath::test::test_bestpath_med_per_as_grouping
18792026-08-20T02:27:12.803Z PASS [ 0.010s] rdb db::test::test_prefix4_db_key_serialization
18802026-08-20T02:27:12.803Z PASS [ 0.010s] rdb db::test::test_prefix4_from_str
18812026-08-20T02:27:12.816Z PASS [ 0.009s] rdb db::test::test_prefix6_db_key_serialization
18822026-08-20T02:27:12.816Z PASS [ 0.010s] rdb db::test::test_prefix6_from_str
18832026-08-20T02:27:12.848Z PASS [ 0.056s] rdb db::test::test_ipv6_origin_crud
18842026-08-20T02:27:12.865Z PASS [ 0.057s] rdb db::test::test_ipv4_origin_crud
18852026-08-20T02:27:12.865Z PASS [ 0.055s] rdb db::test::test_prefix_host_bit_normalization
18862026-08-20T02:27:12.865Z PASS [ 0.055s] rdb db::test::test_rib
18872026-08-20T02:27:12.865Z PASS [ 0.053s] rdb db::test::test_set_nexthop_shutdown_replaces_path
18882026-08-20T02:27:12.865Z PASS [ 0.053s] rdb db::test::test_static_routing_ipv4_basic
18892026-08-20T02:27:12.865Z PASS [ 0.054s] rdb db::test::test_static_routing_ipv6_basic
18902026-08-20T02:27:12.865Z PASS [ 0.053s] rdb db::test::test_static_routing_ipv6_vlan_id_handling
18912026-08-20T02:27:12.874Z PASS [ 0.014s] rdb proptest::prop_ipv4_default_contains_all
18922026-08-20T02:27:12.874Z PASS [ 0.014s] rdb proptest::prop_ipv4_normalized_is_network_address
18932026-08-20T02:27:12.875Z PASS [ 0.014s] rdb proptest::prop_ipv4_subnet_of_self
18942026-08-20T02:27:12.875Z PASS [ 0.015s] rdb proptest::prop_ipv6_default_contains_all
18952026-08-20T02:27:12.875Z PASS [ 0.014s] rdb proptest::prop_ipv6_normalized_is_network_address
18962026-08-20T02:27:12.875Z PASS [ 0.014s] rdb proptest::prop_ipv6_subnet_of_self
18972026-08-20T02:27:12.883Z PASS [ 0.017s] rdb proptest::prop_static_route_key_deduplication
18982026-08-20T02:27:12.915Z PASS [ 0.019s] rdb proptest::prop_static_route_key_normalization_idempotent
18992026-08-20T02:27:12.923Z PASS [ 0.020s] rdb proptest::prop_static_route_key_normalization_preserves_length
19002026-08-20T02:27:12.923Z PASS [ 0.020s] rdb proptest::prop_static_route_key_normalization_preserves_fields
19012026-08-20T02:27:12.923Z PASS [ 0.057s] rdb db::test::test_static_routing_multiple_routes_same_prefix
19022026-08-20T02:27:12.923Z PASS [ 0.057s] rdb db::test::test_static_routing_mixed_address_families
19032026-08-20T02:27:12.923Z PASS [ 0.054s] rdb db::test::test_static_routing_vlan_id_handling
19042026-08-20T02:27:12.923Z PASS [ 0.020s] rdb proptest::prop_static_route_key_normalized_is_network_address
19052026-08-20T02:27:12.923Z PASS [ 0.010s] rdb types::test::bgp_vs_static_ordering
19062026-08-20T02:27:12.924Z PASS [ 0.010s] rdb types::test::bgp_path_identity
19072026-08-20T02:27:12.924Z PASS [ 0.009s] rdb types::test::btreeset_remove
19082026-08-20T02:27:12.924Z PASS [ 0.010s] rdb types::test::btreeset_insert_is_noop
19092026-08-20T02:27:12.924Z PASS [ 0.010s] rdb types::test::btreeset_coexistence
19102026-08-20T02:27:12.924Z PASS [ 0.024s] rdb proptest::prop_static_route_key_ord_consistency
19112026-08-20T02:27:12.924Z PASS [ 0.008s] rdb types::test::btreeset_replace
19122026-08-20T02:27:12.924Z PASS [ 0.008s] rdb types::test::ord_contract
19132026-08-20T02:27:12.924Z PASS [ 0.008s] rdb types::test::prefix_no_cross_family_within
19142026-08-20T02:27:12.924Z PASS [ 0.008s] rdb types::test::static_path_identity
19152026-08-20T02:27:12.932Z PASS [ 0.086s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19162026-08-20T02:27:12.933Z────────────
19172026-08-20T02:27:12.933Z Summary [ 0.152s] 45 tests run: 45 passed, 0 skipped
19182026-08-20T02:27:12.940Z+ cp ./rib.log /work/
19192026-08-20T02:27:12.947Z+ popd
19202026-08-20T02:27:12.947Z/work/oxidecomputer/maghemite
19212026-08-20T02:27:12.947Zprocess exited: duration 241776 ms, exit code 0
 
19222026-08-20T02:27:13.300Zfound 1 output files
19232026-08-20T02:27:13.301Zuploading: /work/rib.log (1178 bytes)
19242026-08-20T02:27:14.357Zuploaded: /work/rib.log