01KS31F1PTXY6MJ9EPRWHE97V6: test-rdb

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

Buildomat Job: 01KS31FMV39Z6RDJFT2NNH7HB1

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-20T15:55:36.632Zjob assigned to worker 01KS31HAPP4F9WX816JPG7ES9Q [factory aws, i-024cb71351cdd61a7] (queued for 1 m 49 s)
 
22026-05-20T15:55:43.693Zstarting task 0: "setup"
32026-05-20T15:55:43.699Z++ uname -s
42026-05-20T15:55:43.703Z+ kern=SunOS
52026-05-20T15:55:43.703Z+ build_user=build
62026-05-20T15:55:43.703Z+ build_uid=12345
72026-05-20T15:55:43.703Z+ work_dir=/work
82026-05-20T15:55:43.703Z+ input_dir=/input
92026-05-20T15:55:43.703Z+ [[ 0 == 12345 ]]
102026-05-20T15:55:43.703Z+ case "$kern" in
112026-05-20T15:55:43.703Z+ groupadd -g 12345 build
122026-05-20T15:55:43.703Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-20T15:55:45.708Z+ zfs create -o mountpoint=/work rpool/work
142026-05-20T15:55:45.818Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-20T15:55:45.822Z+ home_fs=zfs
162026-05-20T15:55:45.822Z+ [[ zfs == autofs ]]
172026-05-20T15:55:45.822Z+ mkdir -p /home/build
182026-05-20T15:55:45.822Z+ chown build:build /home/build /work
192026-05-20T15:55:47.822Z+ chmod 0700 /home/build /work
202026-05-20T15:55:47.826Zprocess exited: duration 4128 ms, exit code 0
 
212026-05-20T15:55:47.834Zstarting task 1: "rust-toolchain"
222026-05-20T15:55:47.838Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-05-20T15:55:47.838Z * rust toolchain channel = "stable"
242026-05-20T15:55:47.838Z * rust toolchain profile = "default"
252026-05-20T15:55:47.838Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-20T15:55:47.838Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-20T15:55:47.838Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-20T15:55:47.912Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-20T15:55:47.912Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-05-20T15:55:47.957Zinfo: downloading installer
312026-05-20T15:55:49.358Zwarn: It looks like you have an existing installation of Rust at:
322026-05-20T15:55:49.358Zwarn: /opt/ooce/bin
332026-05-20T15:55:49.358Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-20T15:55:49.358Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-20T15:55:49.358Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-20T15:55:49.358Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-20T15:55:49.358Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-20T15:55:49.359Zerror: cannot install while Rust is installed
392026-05-20T15:55:49.359Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-20T15:55:49.362Zwarn: It looks like you have an existing rustup settings file at:
412026-05-20T15:55:49.362Zwarn: /home/build/.rustup/settings.toml
422026-05-20T15:55:49.362Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-20T15:55:49.362Zwarn: instead of the one inferred from the default host triple.
442026-05-20T15:55:49.372Zinfo: profile set to default
452026-05-20T15:55:49.372Zinfo: default host triple is x86_64-unknown-illumos
462026-05-20T15:55:49.377Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-05-20T15:55:49.506Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
482026-05-20T15:55:49.511Zinfo: downloading 6 components
492026-05-20T15:56:04.211Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-05-20T15:56:04.211Z
512026-05-20T15:56:04.241Z stable-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
522026-05-20T15:56:04.241Z
532026-05-20T15:56:04.241Z
542026-05-20T15:56:04.241ZRust is installed now. Great!
552026-05-20T15:56:04.241Z
562026-05-20T15:56:04.241ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-20T15:56:04.241Zenvironment variable. This has not been done automatically.
582026-05-20T15:56:04.241Z
592026-05-20T15:56:04.241ZTo configure your current shell, you need to source
602026-05-20T15:56:04.241Zthe corresponding env file under $HOME/.cargo.
612026-05-20T15:56:04.241Z
622026-05-20T15:56:04.242ZThis is usually done by running one of the following (note the leading DOT):
632026-05-20T15:56:04.242Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-20T15:56:04.242Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-20T15:56:04.242Zsource "~/.cargo/env.nu" # For nushell
662026-05-20T15:56:04.242Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-20T15:56:04.242Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-20T15:56:04.242Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-20T15:56:04.245Zwarn: no default linker (`cc`) was found in your PATH
702026-05-20T15:56:04.245Zwarn: many Rust crates require a system C toolchain to build
712026-05-20T15:56:04.344Z+ rustup --version
722026-05-20T15:56:04.353Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-20T15:56:04.357Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-20T15:56:04.374Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
752026-05-20T15:56:04.377Z+ cargo --version
762026-05-20T15:56:04.391Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
772026-05-20T15:56:04.394Z+ rustc --version
782026-05-20T15:56:04.418Zrustc 1.95.0 (59807616e 2026-04-14)
792026-05-20T15:56:04.422Zprocess exited: duration 16577 ms, exit code 0
 
802026-05-20T15:56:04.429Zstarting task 2: "authentication"
812026-05-20T15:56:04.446Zprocess exited: duration 16 ms, exit code 0
 
822026-05-20T15:56:04.453Zstarting task 3: "clone repository"
832026-05-20T15:56:04.457Z+ mkdir -p /work/oxidecomputer/maghemite
842026-05-20T15:56:04.460Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-05-20T15:56:04.578ZCloning into '/work/oxidecomputer/maghemite'...
862026-05-20T15:56:05.805Z+ cd /work/oxidecomputer/maghemite
872026-05-20T15:56:05.805Z+ git fetch origin 004e5cda468ada89e8b92a9d89aa1a09a3c87d5c
882026-05-20T15:56:06.069ZFrom https://github.com/oxidecomputer/maghemite
892026-05-20T15:56:06.069Z * branch 004e5cda468ada89e8b92a9d89aa1a09a3c87d5c -> FETCH_HEAD
902026-05-20T15:56:06.074Z+ [[ -n zl/mrib ]]
912026-05-20T15:56:06.078Z++ git branch --show-current
922026-05-20T15:56:06.078Z+ current=main
932026-05-20T15:56:06.078Z+ [[ main != zl/mrib ]]
942026-05-20T15:56:06.078Z+ git branch -f zl/mrib 004e5cda468ada89e8b92a9d89aa1a09a3c87d5c
952026-05-20T15:56:06.081Z+ git checkout -f zl/mrib
962026-05-20T15:56:06.097ZSwitched to branch 'zl/mrib'
972026-05-20T15:56:06.101Z+ git reset --hard 004e5cda468ada89e8b92a9d89aa1a09a3c87d5c
982026-05-20T15:56:06.115ZHEAD is now at 004e5cd [merge] merge main again (cleanup, lock maint, happy maps)
992026-05-20T15:56:06.119Zprocess exited: duration 1662 ms, exit code 0
 
1002026-05-20T15:56:06.126Zstarting task 4: "build"
1012026-05-20T15:56:06.130Z+ set -e
1022026-05-20T15:56:06.130Z+ source .github/buildomat/test-common.sh
1032026-05-20T15:56:06.130Z++ NEXTEST_VERSION=0.9.97
1042026-05-20T15:56:06.130Z++ PLATFORM=illumos
1052026-05-20T15:56:06.130Z++ banner install
1062026-05-20T15:56:06.134Z
1072026-05-20T15:56:06.134Z # # # #### ##### ## # #
1082026-05-20T15:56:06.134Z # ## # # # # # # #
1092026-05-20T15:56:06.134Z # # # # #### # # # # #
1102026-05-20T15:56:06.134Z # # # # # # ###### # #
1112026-05-20T15:56:06.134Z # # ## # # # # # # #
1122026-05-20T15:56:06.134Z # # # #### # # # ###### ######
1132026-05-20T15:56:06.134Z
1142026-05-20T15:56:06.134Z++ set +o errexit
1152026-05-20T15:56:06.134Z++ pkg info clang-15
1162026-05-20T15:56:06.134Z++ grep -qi installed
1172026-05-20T15:56:07.547Zpkg: info: no packages matching the following patterns you specified are
1182026-05-20T15:56:07.547Zinstalled on the system. Try querying remotely instead:
1192026-05-20T15:56:07.547Z
1202026-05-20T15:56:07.547Z clang-15
1212026-05-20T15:56:07.586Z++ [[ 1 != 0 ]]
1222026-05-20T15:56:07.586Z++ set -o errexit
1232026-05-20T15:56:07.590Z++ pfexec pkg install clang-15
1242026-05-20T15:56:16.596Z Startup: Refreshing catalog 'helios-dev' ... Done
1252026-05-20T15:56:24.322Z Startup: Caching catalogs ... Done
1262026-05-20T15:56:31.635ZPlanning: Solver setup ... Done
1272026-05-20T15:56:31.676ZPlanning: Running solver ... Done
1282026-05-20T15:56:31.811ZPlanning: Finding local manifests ... Done
1292026-05-20T15:56:31.833ZPlanning: Fetching manifests: 0/2 0% complete
1302026-05-20T15:56:31.932ZPlanning: Fetching manifests: 2/2 100% complete
1312026-05-20T15:56:31.963ZPlanning: Package planning ... Done
1322026-05-20T15:56:31.988ZPlanning: Merging actions ... Done
1332026-05-20T15:56:32.125ZPlanning: Checking for conflicting actions ... Done
1342026-05-20T15:56:32.132ZPlanning: Consolidating action changes ... Done
1352026-05-20T15:56:32.908ZPlanning: Evaluating mediators ... Done
1362026-05-20T15:56:32.912ZPlanning: Planning completed in 8.42 seconds
1372026-05-20T15:56:32.921Z Packages to install: 2
1382026-05-20T15:56:32.921Z Mediators to change: 2
1392026-05-20T15:56:32.924Z Services to change: 1
1402026-05-20T15:56:32.924Z Create boot environment: No
1412026-05-20T15:56:32.924ZCreate backup boot environment: No
1422026-05-20T15:56:32.972Z
1432026-05-20T15:56:32.972ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1442026-05-20T15:56:37.978ZDownload: 2690/3076 items 119.9/211.3MB 56% complete (24.4M/s)
1452026-05-20T15:56:40.573ZDownload: Completed 211.31 MB in 7.60 seconds (27.8M/s)
1462026-05-20T15:56:40.901Z Actions: 1/3418 actions (Installing new actions)
1472026-05-20T15:56:44.110Z Actions: Completed 3418 actions in 3.21 seconds.
1482026-05-20T15:56:44.758Z Done
1492026-05-20T15:56:44.758Z Done
1502026-05-20T15:56:45.516Z Done
1512026-05-20T15:56:49.061Z Done
1522026-05-20T15:56:49.148Z Done
1532026-05-20T15:56:49.151Z Done
1542026-05-20T15:56:49.279Z Done
1552026-05-20T15:56:49.949Z++ set -o errexit
1562026-05-20T15:56:49.949Z++ cargo --version
1572026-05-20T15:56:49.956Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
1582026-05-20T15:56:50.110Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
1592026-05-20T15:56:50.114Zinfo: downloading 6 components
1602026-05-20T15:57:04.764Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1612026-05-20T15:57:04.768Z++ rustc --version
1622026-05-20T15:57:04.793Zrustc 1.95.0 (59807616e 2026-04-14)
1632026-05-20T15:57:04.797Z++ cargo install cargo-nextest --version 0.9.97
1642026-05-20T15:57:04.839Z Updating crates.io index
1652026-05-20T15:57:04.937Z Downloading crates ...
1662026-05-20T15:57:04.986Z Downloaded cargo-nextest v0.9.97
1672026-05-20T15:57:05.047Z Installing cargo-nextest v0.9.97
1682026-05-20T15:57:05.088Z Updating crates.io index
1692026-05-20T15:57:07.606Z Locking 404 packages to latest compatible versions
1702026-05-20T15:57:07.610Z Adding dialoguer v0.11.0 (available: v0.12.0)
1712026-05-20T15:57:07.610Z Adding duct v0.13.7 (available: v1.1.1)
1722026-05-20T15:57:07.610Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1732026-05-20T15:57:07.610Z Adding generic-array v0.14.7 (available: v0.14.9)
1742026-05-20T15:57:07.614Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1752026-05-20T15:57:07.617Z Adding nextest-filtering v0.15.0 (available: v0.21.0)
1762026-05-20T15:57:07.617Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1772026-05-20T15:57:07.617Z Adding nextest-runner v0.80.0 (available: v0.117.0)
1782026-05-20T15:57:07.620Z Adding quick-junit v0.5.2 (available: v0.6.0)
1792026-05-20T15:57:07.640Z Adding target-lexicon v0.13.3 (available: v0.13.5)
1802026-05-20T15:57:07.649Z Downloading crates ...
1812026-05-20T15:57:07.725Z Downloaded adler2 v2.0.1
1822026-05-20T15:57:07.729Z Downloaded foreign-types v0.3.2
1832026-05-20T15:57:07.733Z Downloaded addr2line v0.25.1
1842026-05-20T15:57:07.733Z Downloaded home v0.5.12
1852026-05-20T15:57:07.737Z Downloaded humantime-serde v1.1.1
1862026-05-20T15:57:07.741Z Downloaded lazy_static v1.5.0
1872026-05-20T15:57:07.745Z Downloaded cfg_aliases v0.2.1
1882026-05-20T15:57:07.749Z Downloaded guppy-workspace-hack v0.1.0
1892026-05-20T15:57:07.749Z Downloaded cargo-platform v0.3.3
1902026-05-20T15:57:07.749Z Downloaded atomicwrites v0.4.4
1912026-05-20T15:57:07.749Z Downloaded os_pipe v1.2.3
1922026-05-20T15:57:07.753Z Downloaded cfg-if v1.0.4
1932026-05-20T15:57:07.753Z Downloaded pin-project-lite v0.2.17
1942026-05-20T15:57:07.757Z Downloaded atomic-waker v1.1.2
1952026-05-20T15:57:07.760Z Downloaded equivalent v1.0.2
1962026-05-20T15:57:07.764Z Downloaded futures-macro v0.3.32
1972026-05-20T15:57:07.768Z Downloaded hyper v1.9.0
1982026-05-20T15:57:07.772Z Downloaded futures-core v0.3.32
1992026-05-20T15:57:07.772Z Downloaded async-scoped v0.9.0
2002026-05-20T15:57:07.772Z Downloaded curve25519-dalek-derive v0.1.1
2012026-05-20T15:57:07.775Z Downloaded backtrace-ext v0.2.1
2022026-05-20T15:57:07.775Z Downloaded color-spantrace v0.3.0
2032026-05-20T15:57:07.775Z Downloaded indexmap v2.14.0
2042026-05-20T15:57:07.779Z Downloaded quick-xml v0.37.5
2052026-05-20T15:57:07.782Z Downloaded colorchoice v1.0.5
2062026-05-20T15:57:07.787Z Downloaded cargo-platform v0.2.0
2072026-05-20T15:57:07.787Z Downloaded futures-task v0.3.32
2082026-05-20T15:57:07.787Z Downloaded iana-time-zone v0.1.65
2092026-05-20T15:57:07.792Z Downloaded litrs v1.0.0
2102026-05-20T15:57:07.792Z Downloaded is_terminal_polyfill v1.70.2
2112026-05-20T15:57:07.792Z Downloaded is_ci v1.2.0
2122026-05-20T15:57:07.795Z Downloaded hex v0.4.3
2132026-05-20T15:57:07.795Z Downloaded indenter v0.3.4
2142026-05-20T15:57:07.795Z Downloaded enable-ansi-support v0.2.1
2152026-05-20T15:57:07.799Z Downloaded clap_lex v1.1.0
2162026-05-20T15:57:07.799Z Downloaded heck v0.5.0
2172026-05-20T15:57:07.799Z Downloaded block-buffer v0.10.4
2182026-05-20T15:57:07.802Z Downloaded futures-io v0.3.32
2192026-05-20T15:57:07.802Z Downloaded num-traits v0.2.19
2202026-05-20T15:57:07.802Z Downloaded cpufeatures v0.2.17
2212026-05-20T15:57:07.806Z Downloaded nextest-workspace-hack v0.1.0
2222026-05-20T15:57:07.806Z Downloaded indent_write v2.2.0
2232026-05-20T15:57:07.806Z Downloaded generic-array v0.14.7
2242026-05-20T15:57:07.809Z Downloaded futures-sink v0.3.32
2252026-05-20T15:57:07.809Z Downloaded form_urlencoded v1.2.2
2262026-05-20T15:57:07.809Z Downloaded foreign-types-shared v0.1.1
2272026-05-20T15:57:07.813Z Downloaded errno v0.3.14
2282026-05-20T15:57:07.813Z Downloaded anstyle-query v1.1.5
2292026-05-20T15:57:07.813Z Downloaded pathdiff v0.2.3
2302026-05-20T15:57:07.817Z Downloaded percent-encoding v2.3.2
2312026-05-20T15:57:07.817Z Downloaded camino-tempfile v1.4.1
2322026-05-20T15:57:07.817Z Downloaded crypto-common v0.1.7
2332026-05-20T15:57:07.820Z Downloaded cargo_metadata v0.20.0
2342026-05-20T15:57:07.820Z Downloaded autocfg v1.5.0
2352026-05-20T15:57:07.824Z Downloaded document-features v0.2.12
2362026-05-20T15:57:07.824Z Downloaded lru-slab v0.1.2
2372026-05-20T15:57:07.827Z Downloaded scopeguard v1.2.0
2382026-05-20T15:57:07.831Z Downloaded serde_spanned v0.6.9
2392026-05-20T15:57:07.831Z Downloaded openssl-macros v0.1.1
2402026-05-20T15:57:07.831Z Downloaded cargo-util-schemas v0.2.0
2412026-05-20T15:57:07.834Z Downloaded serde-value v0.7.0
2422026-05-20T15:57:07.834Z Downloaded owo-colors v4.3.0
2432026-05-20T15:57:07.834Z Downloaded number_prefix v0.4.0
2442026-05-20T15:57:07.838Z Downloaded sigchld v0.2.4
2452026-05-20T15:57:07.838Z Downloaded shell-words v1.1.1
2462026-05-20T15:57:07.838Z Downloaded signal-hook-mio v0.2.5
2472026-05-20T15:57:07.842Z Downloaded shared_child v1.1.1
2482026-05-20T15:57:07.843Z Downloaded serde_spanned v1.1.1
2492026-05-20T15:57:07.843Z Downloaded filetime v0.2.29
2502026-05-20T15:57:07.846Z Downloaded base64ct v1.8.3
2512026-05-20T15:57:07.846Z Downloaded ed25519 v2.2.3
2522026-05-20T15:57:07.846Z Downloaded hyper-tls v0.6.0
2532026-05-20T15:57:07.846Z Downloaded anstyle-parse v1.0.0
2542026-05-20T15:57:07.850Z Downloaded rustc-hash v2.1.2
2552026-05-20T15:57:07.850Z Downloaded itoa v1.0.18
2562026-05-20T15:57:07.854Z Downloaded future-queue v0.4.0
2572026-05-20T15:57:07.854Z Downloaded duct v0.13.7
2582026-05-20T15:57:07.854Z Downloaded cargo_metadata v0.23.1
2592026-05-20T15:57:07.857Z Downloaded debug-ignore v1.0.5
2602026-05-20T15:57:07.857Z Downloaded foldhash v0.1.5
2612026-05-20T15:57:07.857Z Downloaded rustc_version v0.4.1
2622026-05-20T15:57:07.861Z Downloaded futures-executor v0.3.32
2632026-05-20T15:57:07.861Z Downloaded fixedbitset v0.5.7
2642026-05-20T15:57:07.861Z Downloaded anstyle v1.0.14
2652026-05-20T15:57:07.864Z Downloaded convert_case v0.10.0
2662026-05-20T15:57:07.864Z Downloaded either v1.15.0
2672026-05-20T15:57:07.864Z Downloaded globset v0.4.18
2682026-05-20T15:57:07.868Z Downloaded ordered-float v2.10.1
2692026-05-20T15:57:07.868Z Downloaded dialoguer v0.11.0
2702026-05-20T15:57:07.868Z Downloaded fastrand v2.4.1
2712026-05-20T15:57:07.871Z Downloaded digest v0.10.7
2722026-05-20T15:57:07.871Z Downloaded mukti-metadata v0.3.0
2732026-05-20T15:57:07.871Z Downloaded idna_adapter v1.0.0
2742026-05-20T15:57:07.871Z Downloaded http-body v1.0.1
2752026-05-20T15:57:07.876Z Downloaded serde-untagged v0.1.9
2762026-05-20T15:57:07.879Z Downloaded camino v1.2.2
2772026-05-20T15:57:07.879Z Downloaded ahash v0.8.12
2782026-05-20T15:57:07.883Z Downloaded getrandom v0.2.17
2792026-05-20T15:57:07.883Z Downloaded nested v0.1.1
2802026-05-20T15:57:07.886Z Downloaded cfg-expr v0.20.7
2812026-05-20T15:57:07.886Z Downloaded miette-derive v7.6.0
2822026-05-20T15:57:07.890Z Downloaded humantime v2.3.0
2832026-05-20T15:57:07.890Z Downloaded pkg-config v0.3.33
2842026-05-20T15:57:07.893Z Downloaded supports-hyperlinks v3.2.0
2852026-05-20T15:57:07.893Z Downloaded supports-color v3.0.2
2862026-05-20T15:57:07.893Z Downloaded strsim v0.11.1
2872026-05-20T15:57:07.897Z Downloaded sync_wrapper v1.0.2
2882026-05-20T15:57:07.897Z Downloaded signature v2.2.0
2892026-05-20T15:57:07.897Z Downloaded signal-hook-registry v1.4.8
2902026-05-20T15:57:07.897Z Downloaded shlex v1.3.0
2912026-05-20T15:57:07.900Z Downloaded sha2 v0.10.9
2922026-05-20T15:57:07.900Z Downloaded serde_path_to_error v0.1.20
2932026-05-20T15:57:07.900Z Downloaded ppv-lite86 v0.2.21
2942026-05-20T15:57:07.900Z Downloaded native-tls v0.2.18
2952026-05-20T15:57:07.904Z Downloaded anstream v1.0.0
2962026-05-20T15:57:07.904Z Downloaded tokio-macros v2.7.0
2972026-05-20T15:57:07.904Z Downloaded strip-ansi-escapes v0.2.1
2982026-05-20T15:57:07.907Z Downloaded eyre v0.6.12
2992026-05-20T15:57:07.912Z Downloaded serde_ignored v0.1.14
3002026-05-20T15:57:07.916Z Downloaded console v0.15.11
3012026-05-20T15:57:07.916Z Downloaded swrite v0.1.0
3022026-05-20T15:57:07.916Z Downloaded supports-unicode v3.0.0
3032026-05-20T15:57:07.916Z Downloaded subtle v2.6.1
3042026-05-20T15:57:07.919Z Downloaded find-msvc-tools v0.1.9
3052026-05-20T15:57:07.919Z Downloaded const-oid v0.9.6
3062026-05-20T15:57:07.923Z Downloaded futures-channel v0.3.32
3072026-05-20T15:57:07.923Z Downloaded erased-serde v0.4.10
3082026-05-20T15:57:07.923Z Downloaded tinyvec_macros v0.1.1
3092026-05-20T15:57:07.928Z Downloaded fnv v1.0.7
3102026-05-20T15:57:07.931Z Downloaded toml_write v0.1.2
3112026-05-20T15:57:07.931Z Downloaded bitflags v2.11.1
3122026-05-20T15:57:07.935Z Downloaded tower-layer v0.3.3
3132026-05-20T15:57:07.935Z Downloaded simd-adler32 v0.3.9
3142026-05-20T15:57:07.943Z Downloaded newtype-uuid v1.3.2
3152026-05-20T15:57:07.946Z Downloaded openssl-probe v0.2.1
3162026-05-20T15:57:07.946Z Downloaded pin-project-internal v1.1.13
3172026-05-20T15:57:07.951Z Downloaded rustc-demangle v0.1.27
3182026-05-20T15:57:07.951Z Downloaded http-body-util v0.1.3
3192026-05-20T15:57:07.954Z Downloaded lock_api v0.4.14
3202026-05-20T15:57:07.954Z Downloaded tower-service v0.3.3
3212026-05-20T15:57:07.954Z Downloaded toml_datetime v0.6.11
3222026-05-20T15:57:07.957Z Downloaded static_assertions v1.1.0
3232026-05-20T15:57:07.958Z Downloaded spki v0.7.3
3242026-05-20T15:57:07.961Z Downloaded smol_str v0.3.6
3252026-05-20T15:57:07.961Z Downloaded rand_core v0.6.4
3262026-05-20T15:57:07.961Z Downloaded unicode-linebreak v0.1.5
3272026-05-20T15:57:07.961Z Downloaded nextest-metadata v0.12.2
3282026-05-20T15:57:07.964Z Downloaded jobserver v0.1.34
3292026-05-20T15:57:07.964Z Downloaded quote v1.0.45
3302026-05-20T15:57:07.965Z Downloaded untrusted v0.9.0
3312026-05-20T15:57:07.968Z Downloaded terminal_size v0.4.4
3322026-05-20T15:57:07.968Z Downloaded hyper-rustls v0.27.9
3332026-05-20T15:57:07.972Z Downloaded rand_core v0.9.5
3342026-05-20T15:57:07.972Z Downloaded pkcs8 v0.10.2
3352026-05-20T15:57:07.976Z Downloaded tokio-native-tls v0.3.1
3362026-05-20T15:57:07.976Z Downloaded thread_local v1.1.9
3372026-05-20T15:57:07.976Z Downloaded thiserror-impl v1.0.69
3382026-05-20T15:57:07.976Z Downloaded target-spec-miette v0.4.6
3392026-05-20T15:57:07.979Z Downloaded parking_lot_core v0.9.12
3402026-05-20T15:57:07.979Z Downloaded utf8parse v0.2.2
3412026-05-20T15:57:07.979Z Downloaded utf8_iter v1.0.4
3422026-05-20T15:57:07.983Z Downloaded want v0.3.1
3432026-05-20T15:57:07.983Z Downloaded typeid v1.0.3
3442026-05-20T15:57:07.983Z Downloaded try-lock v0.2.5
3452026-05-20T15:57:07.983Z Downloaded tracing-error v0.2.1
3462026-05-20T15:57:07.983Z Downloaded self-replace v1.5.0
3472026-05-20T15:57:07.987Z Downloaded nextest-filtering v0.15.0
3482026-05-20T15:57:07.987Z Downloaded crc32fast v1.5.0
3492026-05-20T15:57:07.987Z Downloaded once_cell v1.21.4
3502026-05-20T15:57:07.987Z Downloaded config v0.15.23
3512026-05-20T15:57:07.991Z Downloaded unicode-xid v0.2.6
3522026-05-20T15:57:07.991Z Downloaded serde_urlencoded v0.7.1
3532026-05-20T15:57:07.994Z Downloaded rand_chacha v0.9.0
3542026-05-20T15:57:07.994Z Downloaded futures v0.3.32
3552026-05-20T15:57:07.998Z Downloaded slab v0.4.12
3562026-05-20T15:57:07.998Z Downloaded clap_derive v4.6.1
3572026-05-20T15:57:08.004Z Downloaded thiserror-impl v2.0.18
3582026-05-20T15:57:08.008Z Downloaded thiserror v2.0.18
3592026-05-20T15:57:08.011Z Downloaded thiserror v1.0.69
3602026-05-20T15:57:08.015Z Downloaded xattr v1.6.1
3612026-05-20T15:57:08.015Z Downloaded version_check v0.9.5
3622026-05-20T15:57:08.015Z Downloaded getrandom v0.3.4
3632026-05-20T15:57:08.018Z Downloaded ipnet v2.12.0
3642026-05-20T15:57:08.018Z Downloaded clap v4.6.1
3652026-05-20T15:57:08.022Z Downloaded quick-junit v0.5.2
3662026-05-20T15:57:08.026Z Downloaded bytes v1.11.1
3672026-05-20T15:57:08.029Z Downloaded base64 v0.22.1
3682026-05-20T15:57:08.029Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3692026-05-20T15:57:08.033Z Downloaded quinn-udp v0.5.14
3702026-05-20T15:57:08.033Z Downloaded unicase v2.9.0
3712026-05-20T15:57:08.036Z Downloaded tempfile v3.27.0
3722026-05-20T15:57:08.040Z Downloaded httparse v1.10.1
3732026-05-20T15:57:08.040Z Downloaded urlencoding v2.1.3
3742026-05-20T15:57:08.044Z Downloaded target-spec v3.6.0
3752026-05-20T15:57:08.048Z Downloaded semver v1.0.28
3762026-05-20T15:57:08.051Z Downloaded tokio-rustls v0.26.4
3772026-05-20T15:57:08.051Z Downloaded toml_writer v1.1.1+spec-1.1.0
3782026-05-20T15:57:08.051Z Downloaded mio v1.2.0
3792026-05-20T15:57:08.055Z Downloaded getrandom v0.4.2
3802026-05-20T15:57:08.058Z Downloaded derive-where v1.6.1
3812026-05-20T15:57:08.061Z Downloaded tracing-log v0.2.0
3822026-05-20T15:57:08.061Z Downloaded self_update v0.42.0
3832026-05-20T15:57:08.061Z Downloaded pin-project v1.1.13
3842026-05-20T15:57:08.067Z Downloaded zstd v0.13.3
3852026-05-20T15:57:08.071Z Downloaded zmij v1.0.21
3862026-05-20T15:57:08.071Z Downloaded zipsign-api v0.1.5
3872026-05-20T15:57:08.074Z Downloaded backtrace v0.3.76
3882026-05-20T15:57:08.074Z Downloaded toml_parser v1.1.2+spec-1.1.0
3892026-05-20T15:57:08.078Z Downloaded tokio-stream v0.1.18
3902026-05-20T15:57:08.078Z Downloaded toml v0.8.23
3912026-05-20T15:57:08.081Z Downloaded target-lexicon v0.13.3
3922026-05-20T15:57:08.081Z Downloaded borsh v1.6.1
3932026-05-20T15:57:08.085Z Downloaded zeroize v1.8.2
3942026-05-20T15:57:08.085Z Downloaded textwrap v0.16.2
3952026-05-20T15:57:08.088Z Downloaded ryu v1.0.23
3962026-05-20T15:57:08.088Z Downloaded xxhash-rust v0.8.15
3972026-05-20T15:57:08.091Z Downloaded smallvec v1.15.1
3982026-05-20T15:57:08.091Z Downloaded cc v1.2.62
3992026-05-20T15:57:08.095Z Downloaded rustls-pki-types v1.14.1
4002026-05-20T15:57:08.098Z Downloaded flate2 v1.1.9
4012026-05-20T15:57:08.102Z Downloaded derive_more v2.1.1
4022026-05-20T15:57:08.106Z Downloaded serde_core v1.0.228
4032026-05-20T15:57:08.109Z Downloaded zstd-safe v7.2.4
4042026-05-20T15:57:08.109Z Downloaded serde v1.0.228
4052026-05-20T15:57:08.113Z Downloaded openssl-sys v0.9.116
4062026-05-20T15:57:08.117Z Downloaded miniz_oxide v0.8.9
4072026-05-20T15:57:08.117Z Downloaded toml v1.1.2+spec-1.1.0
4082026-05-20T15:57:08.121Z Downloaded tracing-attributes v0.1.31
4092026-05-20T15:57:08.121Z Downloaded unicode-ident v1.0.24
4102026-05-20T15:57:08.125Z Downloaded signal-hook v0.3.18
4112026-05-20T15:57:08.128Z Downloaded serde_derive v1.0.228
4122026-05-20T15:57:08.128Z Downloaded log v0.4.29
4132026-05-20T15:57:08.131Z Downloaded sharded-slab v0.1.7
4142026-05-20T15:57:08.131Z Downloaded ed25519-dalek v2.2.0
4152026-05-20T15:57:08.135Z Downloaded tinyvec v1.11.0
4162026-05-20T15:57:08.135Z Downloaded derive_more-impl v2.1.1
4172026-05-20T15:57:08.139Z Downloaded vte v0.14.1
4182026-05-20T15:57:08.139Z Downloaded der v0.7.10
4192026-05-20T15:57:08.143Z Downloaded proc-macro2 v1.0.106
4202026-05-20T15:57:08.146Z Downloaded tracing-core v0.1.36
4212026-05-20T15:57:08.146Z Downloaded tar v0.4.46
4222026-05-20T15:57:08.152Z Downloaded indicatif v0.17.11
4232026-05-20T15:57:08.160Z Downloaded parking_lot v0.12.5
4242026-05-20T15:57:08.165Z Downloaded uuid v1.23.1
4252026-05-20T15:57:08.173Z Downloaded socket2 v0.6.3
4262026-05-20T15:57:08.180Z Downloaded url v2.5.8
4272026-05-20T15:57:08.183Z Downloaded memchr v2.8.0
4282026-05-20T15:57:08.192Z Downloaded rustls-webpki v0.103.13
4292026-05-20T15:57:08.196Z Downloaded tower v0.5.3
4302026-05-20T15:57:08.199Z Downloaded crossterm v0.29.0
4312026-05-20T15:57:08.203Z Downloaded quinn v0.11.9
4322026-05-20T15:57:08.215Z Downloaded hashbrown v0.15.5
4332026-05-20T15:57:08.219Z Downloaded guppy v0.17.25
4342026-05-20T15:57:08.222Z Downloaded toml_edit v0.22.27
4352026-05-20T15:57:08.222Z Downloaded typenum v1.20.0
4362026-05-20T15:57:08.227Z Downloaded rand v0.9.4
4372026-05-20T15:57:08.230Z Downloaded http v1.4.0
4382026-05-20T15:57:08.230Z Downloaded hyper-util v0.1.20
4392026-05-20T15:57:08.234Z Downloaded hashbrown v0.17.1
4402026-05-20T15:57:08.237Z Downloaded serde_json v1.0.149
4412026-05-20T15:57:08.241Z Downloaded aho-corasick v1.1.4
4422026-05-20T15:57:08.247Z Downloaded unicode-segmentation v1.13.2
4432026-05-20T15:57:08.250Z Downloaded futures-util v0.3.32
4442026-05-20T15:57:08.254Z Downloaded pulldown-cmark v0.13.4
4452026-05-20T15:57:08.257Z Downloaded unicode-normalization v0.1.25
4462026-05-20T15:57:08.261Z Downloaded itertools v0.14.0
4472026-05-20T15:57:08.264Z Downloaded h2 v0.4.14
4482026-05-20T15:57:08.308Z Downloaded miette v7.6.0
4492026-05-20T15:57:08.311Z Downloaded ron v0.12.1
4502026-05-20T15:57:08.311Z Downloaded tower-http v0.6.11
4512026-05-20T15:57:08.311Z Downloaded clap_builder v4.6.0
4522026-05-20T15:57:08.311Z Downloaded winnow v0.7.15
4532026-05-20T15:57:08.315Z Downloaded chrono v0.4.44
4542026-05-20T15:57:08.321Z Downloaded regex v1.12.3
4552026-05-20T15:57:08.325Z Downloaded tokio-util v0.7.18
4562026-05-20T15:57:08.330Z Downloaded reqwest v0.12.28
4572026-05-20T15:57:08.334Z Downloaded idna v1.1.0
4582026-05-20T15:57:08.341Z Downloaded vcpkg v0.2.15
4592026-05-20T15:57:08.364Z Downloaded webpki-roots v1.0.7
4602026-05-20T15:57:08.369Z Downloaded gimli v0.32.3
4612026-05-20T15:57:08.372Z Downloaded curve25519-dalek v4.1.3
4622026-05-20T15:57:08.376Z Downloaded unicode-width v0.2.2
4632026-05-20T15:57:08.380Z Downloaded unicode-width v0.1.14
4642026-05-20T15:57:08.383Z Downloaded bstr v1.12.1
4652026-05-20T15:57:08.414Z Downloaded tracing v0.1.44
4662026-05-20T15:57:08.425Z Downloaded winnow v1.0.3
4672026-05-20T15:57:08.430Z Downloaded quick-xml v0.38.4
4682026-05-20T15:57:08.434Z Downloaded portable-atomic v1.13.1
4692026-05-20T15:57:08.437Z Downloaded color-eyre v0.6.5
4702026-05-20T15:57:08.447Z Downloaded tracing-subscriber v0.3.23
4712026-05-20T15:57:08.460Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4722026-05-20T15:57:08.470Z Downloaded tokio v1.52.3
4732026-05-20T15:57:08.492Z Downloaded quinn-proto v0.11.14
4742026-05-20T15:57:08.535Z Downloaded rustls v0.23.40
4752026-05-20T15:57:08.541Z Downloaded nextest-runner v0.80.0
4762026-05-20T15:57:08.548Z Downloaded zerocopy v0.8.48
4772026-05-20T15:57:08.559Z Downloaded openssl v0.10.80
4782026-05-20T15:57:08.564Z Downloaded syn v2.0.117
4792026-05-20T15:57:08.571Z Downloaded nix v0.30.1
4802026-05-20T15:57:08.579Z Downloaded object v0.37.3
4812026-05-20T15:57:08.587Z Downloaded regex-syntax v0.8.10
4822026-05-20T15:57:08.598Z Downloaded rustix v0.38.44
4832026-05-20T15:57:08.628Z Downloaded rustix v1.1.4
4842026-05-20T15:57:08.707Z Downloaded regex-automata v0.4.14
4852026-05-20T15:57:08.762Z Downloaded libc v0.2.186
4862026-05-20T15:57:08.780Z Downloaded petgraph v0.8.3
4872026-05-20T15:57:08.863Z Downloaded recursion v0.5.4
4882026-05-20T15:57:08.873Z Downloaded ring v0.17.14
4892026-05-20T15:57:08.929Z Compiling libc v0.2.186
4902026-05-20T15:57:08.929Z Compiling proc-macro2 v1.0.106
4912026-05-20T15:57:08.934Z Compiling unicode-ident v1.0.24
4922026-05-20T15:57:08.934Z Compiling quote v1.0.45
4932026-05-20T15:57:08.934Z Compiling serde_core v1.0.228
4942026-05-20T15:57:08.934Z Compiling cfg-if v1.0.4
4952026-05-20T15:57:08.934Z Compiling memchr v2.8.0
4962026-05-20T15:57:08.934Z Compiling once_cell v1.21.4
4972026-05-20T15:57:09.159Z Compiling log v0.4.29
4982026-05-20T15:57:09.244Z Compiling pin-project-lite v0.2.17
4992026-05-20T15:57:09.343Z Compiling itoa v1.0.18
5002026-05-20T15:57:09.381Z Compiling serde v1.0.228
5012026-05-20T15:57:09.597Z Compiling futures-core v0.3.32
5022026-05-20T15:57:09.617Z Compiling smallvec v1.15.1
5032026-05-20T15:57:09.760Z Compiling bitflags v2.11.1
5042026-05-20T15:57:09.781Z Compiling equivalent v1.0.2
5052026-05-20T15:57:09.831Z Compiling hashbrown v0.17.1
5062026-05-20T15:57:09.854Z Compiling shlex v1.3.0
5072026-05-20T15:57:10.039Z Compiling errno v0.3.14
5082026-05-20T15:57:10.112Z Compiling find-msvc-tools v0.1.9
5092026-05-20T15:57:10.124Z Compiling bytes v1.11.1
5102026-05-20T15:57:10.192Z Compiling signal-hook-registry v1.4.8
5112026-05-20T15:57:10.203Z Compiling jobserver v0.1.34
5122026-05-20T15:57:10.226Z Compiling mio v1.2.0
5132026-05-20T15:57:10.419Z Compiling cc v1.2.62
5142026-05-20T15:57:10.490Z Compiling rustix v1.1.4
5152026-05-20T15:57:10.510Z Compiling syn v2.0.117
5162026-05-20T15:57:10.579Z Compiling futures-sink v0.3.32
5172026-05-20T15:57:10.690Z Compiling socket2 v0.6.3
5182026-05-20T15:57:10.739Z Compiling slab v0.4.12
5192026-05-20T15:57:10.927Z Compiling zmij v1.0.21
5202026-05-20T15:57:10.942Z Compiling futures-channel v0.3.32
5212026-05-20T15:57:10.985Z Compiling tracing-core v0.1.36
5222026-05-20T15:57:11.241Z Compiling serde_json v1.0.149
5232026-05-20T15:57:11.340Z Compiling version_check v0.9.5
5242026-05-20T15:57:11.499Z Compiling indexmap v2.14.0
5252026-05-20T15:57:11.615Z Compiling futures-io v0.3.32
5262026-05-20T15:57:11.626Z Compiling getrandom v0.4.2
5272026-05-20T15:57:11.701Z Compiling futures-task v0.3.32
5282026-05-20T15:57:11.890Z Compiling unicode-width v0.2.2
5292026-05-20T15:57:11.898Z Compiling percent-encoding v2.3.2
5302026-05-20T15:57:11.924Z Compiling camino v1.2.2
5312026-05-20T15:57:12.177Z Compiling ring v0.17.14
5322026-05-20T15:57:12.195Z Compiling http v1.4.0
5332026-05-20T15:57:12.324Z Compiling autocfg v1.5.0
5342026-05-20T15:57:12.337Z Compiling adler2 v2.0.1
5352026-05-20T15:57:12.360Z Compiling simd-adler32 v0.3.9
5362026-05-20T15:57:12.503Z Compiling zeroize v1.8.2
5372026-05-20T15:57:12.692Z Compiling num-traits v0.2.19
5382026-05-20T15:57:12.711Z Compiling miniz_oxide v0.8.9
5392026-05-20T15:57:12.987Z Compiling getrandom v0.3.4
5402026-05-20T15:57:13.221Z Compiling object v0.37.3
5412026-05-20T15:57:13.328Z Compiling zerocopy v0.8.48
5422026-05-20T15:57:13.509Z Compiling target-lexicon v0.13.3
5432026-05-20T15:57:13.587Z Compiling http-body v1.0.1
5442026-05-20T15:57:13.803Z Compiling rustls-pki-types v1.14.1
5452026-05-20T15:57:13.920Z Compiling form_urlencoded v1.2.2
5462026-05-20T15:57:14.034Z Compiling semver v1.0.28
5472026-05-20T15:57:14.098Z Compiling serde_derive v1.0.228
5482026-05-20T15:57:14.186Z Compiling tokio-macros v2.7.0
5492026-05-20T15:57:14.195Z Compiling futures-macro v0.3.32
5502026-05-20T15:57:14.195Z Compiling tracing-attributes v0.1.31
5512026-05-20T15:57:14.511Z Compiling getrandom v0.2.17
5522026-05-20T15:57:14.677Z Compiling httparse v1.10.1
5532026-05-20T15:57:14.688Z Compiling guppy-workspace-hack v0.1.0
5542026-05-20T15:57:14.706Z Compiling thiserror v2.0.18
5552026-05-20T15:57:14.896Z Compiling tokio v1.52.3
5562026-05-20T15:57:14.912Z Compiling utf8_iter v1.0.4
5572026-05-20T15:57:14.959Z Compiling futures-util v0.3.32
5582026-05-20T15:57:15.032Z Compiling untrusted v0.9.0
5592026-05-20T15:57:15.052Z Compiling owo-colors v4.3.0
5602026-05-20T15:57:15.076Z Compiling fnv v1.0.7
5612026-05-20T15:57:15.162Z Compiling gimli v0.32.3
5622026-05-20T15:57:15.180Z Compiling idna_adapter v1.0.0
5632026-05-20T15:57:15.295Z Compiling signal-hook v0.3.18
5642026-05-20T15:57:15.401Z Compiling tracing v0.1.44
5652026-05-20T15:57:15.432Z Compiling idna v1.1.0
5662026-05-20T15:57:15.756Z Compiling thiserror-impl v2.0.18
5672026-05-20T15:57:17.067Z Compiling addr2line v0.25.1
5682026-05-20T15:57:17.346Z Compiling generic-array v0.14.7
5692026-05-20T15:57:17.494Z Compiling typeid v1.0.3
5702026-05-20T15:57:17.578Z Compiling target-spec v3.6.0
5712026-05-20T15:57:17.592Z Compiling atomic-waker v1.1.2
5722026-05-20T15:57:17.755Z Compiling tower-service v0.3.3
5732026-05-20T15:57:17.788Z Compiling thiserror v1.0.69
5742026-05-20T15:57:17.793Z Compiling try-lock v0.2.5
5752026-05-20T15:57:17.853Z Compiling pkg-config v0.3.33
5762026-05-20T15:57:17.899Z Compiling fastrand v2.4.1
5772026-05-20T15:57:17.902Z Compiling rustc-demangle v0.1.27
5782026-05-20T15:57:18.109Z Compiling rustls v0.23.40
5792026-05-20T15:57:18.281Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5802026-05-20T15:57:18.338Z Compiling tempfile v3.27.0
5812026-05-20T15:57:18.426Z Compiling want v0.3.1
5822026-05-20T15:57:18.717Z Compiling cfg-expr v0.20.7
5832026-05-20T15:57:18.819Z Compiling tokio-util v0.7.18
5842026-05-20T15:57:19.311Z Compiling h2 v0.4.14
5852026-05-20T15:57:19.367Z Compiling url v2.5.8
5862026-05-20T15:57:19.951Z Compiling thiserror-impl v1.0.69
5872026-05-20T15:57:20.128Z Compiling backtrace v0.3.76
5882026-05-20T15:57:20.580Z Compiling terminal_size v0.4.4
5892026-05-20T15:57:20.741Z Compiling aho-corasick v1.1.4
5902026-05-20T15:57:20.788Z Compiling winnow v0.7.15
5912026-05-20T15:57:21.108Z Compiling subtle v2.6.1
5922026-05-20T15:57:21.273Z Compiling erased-serde v0.4.10
5932026-05-20T15:57:21.581Z Compiling typenum v1.20.0
5942026-05-20T15:57:21.821Z Compiling regex-syntax v0.8.10
5952026-05-20T15:57:22.252Z Compiling rustls-webpki v0.103.13
5962026-05-20T15:57:24.852Z Compiling regex-automata v0.4.14
5972026-05-20T15:57:24.878Z Compiling hyper v1.9.0
5982026-05-20T15:57:26.224Z Compiling toml_datetime v0.6.11
5992026-05-20T15:57:26.599Z Compiling serde_spanned v0.6.9
6002026-05-20T15:57:26.763Z Compiling ahash v0.8.12
6012026-05-20T15:57:27.029Z Compiling sync_wrapper v1.0.2
6022026-05-20T15:57:27.145Z Compiling lazy_static v1.5.0
6032026-05-20T15:57:27.256Z Compiling portable-atomic v1.13.1
6042026-05-20T15:57:27.717Z Compiling unicode-segmentation v1.13.2
6052026-05-20T15:57:27.740Z Compiling crc32fast v1.5.0
6062026-05-20T15:57:28.052Z Compiling parking_lot_core v0.9.12
6072026-05-20T15:57:28.114Z Compiling ipnet v2.12.0
6082026-05-20T15:57:28.337Z Compiling toml_write v0.1.2
6092026-05-20T15:57:28.515Z Compiling tower-layer v0.3.3
6102026-05-20T15:57:28.586Z Compiling foldhash v0.1.5
6112026-05-20T15:57:28.712Z Compiling nextest-workspace-hack v0.1.0
6122026-05-20T15:57:28.723Z Compiling is_ci v1.2.0
6132026-05-20T15:57:28.825Z Compiling unicode-linebreak v0.1.5
6142026-05-20T15:57:28.907Z Compiling either v1.15.0
6152026-05-20T15:57:28.966Z Compiling base64 v0.22.1
6162026-05-20T15:57:29.046Z Compiling textwrap v0.16.2
6172026-05-20T15:57:29.096Z Compiling supports-color v3.0.2
6182026-05-20T15:57:29.136Z Compiling hashbrown v0.15.5
6192026-05-20T15:57:29.326Z Compiling hyper-util v0.1.20
6202026-05-20T15:57:29.326Z Compiling tower v0.5.3
6212026-05-20T15:57:29.444Z Compiling toml_edit v0.22.27
6222026-05-20T15:57:29.816Z Compiling convert_case v0.10.0
6232026-05-20T15:57:29.967Z Compiling sharded-slab v0.1.7
6242026-05-20T15:57:30.127Z Compiling tokio-rustls v0.26.4
6252026-05-20T15:57:30.454Z Compiling backtrace-ext v0.2.1
6262026-05-20T15:57:30.585Z Compiling ordered-float v2.10.1
6272026-05-20T15:57:30.712Z Compiling webpki-roots v1.0.7
6282026-05-20T15:57:30.834Z Compiling miette-derive v7.6.0
6292026-05-20T15:57:30.861Z Compiling pathdiff v0.2.3
6302026-05-20T15:57:30.985Z Compiling console v0.15.11
6312026-05-20T15:57:30.997Z Compiling cargo-platform v0.3.3
6322026-05-20T15:57:31.558Z Compiling tracing-log v0.2.0
6332026-05-20T15:57:31.932Z Compiling os_pipe v1.2.3
6342026-05-20T15:57:31.935Z Compiling thread_local v1.1.9
6352026-05-20T15:57:31.969Z Compiling ryu v1.0.23
6362026-05-20T15:57:32.260Z Compiling cfg_aliases v0.2.1
6372026-05-20T15:57:32.293Z Compiling winnow v1.0.3
6382026-05-20T15:57:32.334Z Compiling debug-ignore v1.0.5
6392026-05-20T15:57:32.346Z Compiling supports-unicode v3.0.0
6402026-05-20T15:57:32.439Z Compiling pulldown-cmark v0.13.4
6412026-05-20T15:57:32.452Z Compiling rustix v0.38.44
6422026-05-20T15:57:32.513Z Compiling utf8parse v0.2.2
6432026-05-20T15:57:32.632Z Compiling unicode-width v0.1.14
6442026-05-20T15:57:32.676Z Compiling scopeguard v1.2.0
6452026-05-20T15:57:32.786Z Compiling zstd-safe v7.2.4
6462026-05-20T15:57:32.813Z Compiling fixedbitset v0.5.7
6472026-05-20T15:57:32.930Z Compiling supports-hyperlinks v3.2.0
6482026-05-20T15:57:33.128Z Compiling miette v7.6.0
6492026-05-20T15:57:33.155Z Compiling petgraph v0.8.3
6502026-05-20T15:57:33.324Z Compiling lock_api v0.4.14
6512026-05-20T15:57:33.572Z Compiling toml_parser v1.1.2+spec-1.1.0
6522026-05-20T15:57:33.751Z Compiling anstyle-parse v1.0.0
6532026-05-20T15:57:34.024Z Compiling nix v0.30.1
6542026-05-20T15:57:34.422Z Compiling serde_urlencoded v0.7.1
6552026-05-20T15:57:34.742Z Compiling tracing-subscriber v0.3.23
6562026-05-20T15:57:34.884Z Compiling sigchld v0.2.4
6572026-05-20T15:57:35.069Z Compiling cargo_metadata v0.23.1
6582026-05-20T15:57:35.083Z Compiling toml v0.8.23
6592026-05-20T15:57:36.097Z Compiling serde-untagged v0.1.9
6602026-05-20T15:57:36.464Z Compiling hyper-rustls v0.27.9
6612026-05-20T15:57:37.137Z Compiling serde-value v0.7.0
6622026-05-20T15:57:37.461Z Compiling derive_more-impl v2.1.1
6632026-05-20T15:57:38.171Z Compiling tower-http v0.6.11
6642026-05-20T15:57:38.283Z Compiling itertools v0.14.0
6652026-05-20T15:57:38.460Z Compiling regex v1.12.3
6662026-05-20T15:57:38.619Z Compiling crypto-common v0.1.7
6672026-05-20T15:57:38.805Z Compiling block-buffer v0.10.4
6682026-05-20T15:57:38.823Z Compiling ppv-lite86 v0.2.21
6692026-05-20T15:57:38.846Z Compiling rand_core v0.9.5
6702026-05-20T15:57:38.905Z Compiling futures-executor v0.3.32
6712026-05-20T15:57:39.098Z Compiling pin-project-internal v1.1.13
6722026-05-20T15:57:39.128Z Compiling http-body-util v0.1.3
6732026-05-20T15:57:39.400Z Compiling uuid v1.23.1
6742026-05-20T15:57:39.439Z Compiling smol_str v0.3.6
6752026-05-20T15:57:39.772Z Compiling serde_spanned v1.1.1
6762026-05-20T15:57:39.785Z Compiling toml_datetime v1.1.1+spec-1.1.0
6772026-05-20T15:57:39.881Z Compiling filetime v0.2.29
6782026-05-20T15:57:39.918Z Compiling vte v0.14.1
6792026-05-20T15:57:39.930Z Compiling bstr v1.12.1
6802026-05-20T15:57:40.144Z Compiling colorchoice v1.0.5
6812026-05-20T15:57:40.162Z Compiling static_assertions v1.1.0
6822026-05-20T15:57:40.236Z Compiling tinyvec_macros v0.1.1
6832026-05-20T15:57:40.248Z Compiling nested v0.1.1
6842026-05-20T15:57:40.263Z Compiling eyre v0.6.12
6852026-05-20T15:57:40.308Z Compiling iana-time-zone v0.1.65
6862026-05-20T15:57:40.377Z Compiling litrs v1.0.0
6872026-05-20T15:57:40.439Z Compiling anstyle-query v1.1.5
6882026-05-20T15:57:40.551Z Compiling xattr v1.6.1
6892026-05-20T15:57:40.583Z Compiling number_prefix v0.4.0
6902026-05-20T15:57:40.596Z Compiling color-spantrace v0.3.0
6912026-05-20T15:57:40.626Z Compiling anstyle v1.0.14
6922026-05-20T15:57:40.653Z Compiling unicode-xid v0.2.6
6932026-05-20T15:57:40.727Z Compiling self_update v0.42.0
6942026-05-20T15:57:40.727Z Compiling is_terminal_polyfill v1.70.2
6952026-05-20T15:57:40.786Z Compiling unicase v2.9.0
6962026-05-20T15:57:40.808Z Compiling document-features v0.2.12
6972026-05-20T15:57:40.828Z Compiling anstream v1.0.0
6982026-05-20T15:57:40.882Z Compiling cargo-util-schemas v0.2.0
6992026-05-20T15:57:40.961Z Compiling indicatif v0.17.11
7002026-05-20T15:57:40.992Z Compiling tar v0.4.46
7012026-05-20T15:57:41.395Z Compiling chrono v0.4.44
7022026-05-20T15:57:41.615Z Compiling guppy v0.17.25
7032026-05-20T15:57:42.064Z Compiling globset v0.4.18
7042026-05-20T15:57:42.404Z Compiling tinyvec v1.11.0
7052026-05-20T15:57:42.830Z Compiling pin-project v1.1.13
7062026-05-20T15:57:42.933Z Compiling strip-ansi-escapes v0.2.1
7072026-05-20T15:57:43.277Z Compiling toml v1.1.2+spec-1.1.0
7082026-05-20T15:57:43.420Z Compiling newtype-uuid v1.3.2
7092026-05-20T15:57:43.519Z Compiling nextest-metadata v0.12.2
7102026-05-20T15:57:43.622Z Compiling reqwest v0.12.28
7112026-05-20T15:57:44.098Z Compiling rand_chacha v0.9.0
7122026-05-20T15:57:44.697Z Compiling futures v0.3.32
7132026-05-20T15:57:44.731Z Compiling digest v0.10.7
7142026-05-20T15:57:44.805Z Compiling derive_more v2.1.1
7152026-05-20T15:57:44.887Z Compiling parking_lot v0.12.5
7162026-05-20T15:57:44.956Z Compiling flate2 v1.1.9
7172026-05-20T15:57:45.286Z Compiling tracing-error v0.2.1
7182026-05-20T15:57:45.492Z Compiling shared_child v1.1.1
7192026-05-20T15:57:45.831Z Compiling signal-hook-mio v0.2.5
7202026-05-20T15:57:45.861Z Compiling self-replace v1.5.0
7212026-05-20T15:57:45.964Z Compiling cargo-platform v0.2.0
7222026-05-20T15:57:46.155Z Compiling quick-xml v0.38.4
7232026-05-20T15:57:46.480Z Compiling quick-xml v0.37.5
7242026-05-20T15:57:46.540Z Compiling strsim v0.11.1
7252026-05-20T15:57:47.342Z Compiling recursion v0.5.4
7262026-05-20T15:57:47.366Z Compiling cpufeatures v0.2.17
7272026-05-20T15:57:47.448Z Compiling shell-words v1.1.1
7282026-05-20T15:57:47.490Z Compiling indenter v0.3.4
7292026-05-20T15:57:47.620Z Compiling heck v0.5.0
7302026-05-20T15:57:47.693Z Compiling clap_lex v1.1.0
7312026-05-20T15:57:47.783Z Compiling urlencoding v2.1.3
7322026-05-20T15:57:47.984Z Compiling humantime v2.3.0
7332026-05-20T15:57:48.036Z Compiling clap_derive v4.6.1
7342026-05-20T15:57:48.056Z Compiling clap_builder v4.6.0
7352026-05-20T15:57:48.404Z Compiling humantime-serde v1.1.1
7362026-05-20T15:57:48.667Z Compiling nextest-filtering v0.15.0
7372026-05-20T15:57:49.081Z Compiling sha2 v0.10.9
7382026-05-20T15:57:49.814Z Compiling quick-junit v0.5.2
7392026-05-20T15:57:50.294Z Compiling atomicwrites v0.4.4
7402026-05-20T15:57:50.580Z Compiling cargo_metadata v0.20.0
7412026-05-20T15:57:52.579Z Compiling crossterm v0.29.0
7422026-05-20T15:57:52.925Z Compiling cargo-nextest v0.9.97
7432026-05-20T15:57:53.252Z Compiling duct v0.13.7
7442026-05-20T15:57:55.107Z Compiling zstd v0.13.3
7452026-05-20T15:57:55.371Z Compiling async-scoped v0.9.0
7462026-05-20T15:57:55.382Z Compiling rand v0.9.4
7472026-05-20T15:57:55.396Z Compiling config v0.15.23
7482026-05-20T15:57:55.532Z Compiling unicode-normalization v0.1.25
7492026-05-20T15:57:55.560Z Compiling target-spec-miette v0.4.6
7502026-05-20T15:57:55.705Z Compiling future-queue v0.4.0
7512026-05-20T15:57:55.783Z Compiling mukti-metadata v0.3.0
7522026-05-20T15:57:55.969Z Compiling tokio-stream v0.1.18
7532026-05-20T15:57:55.984Z Compiling camino-tempfile v1.4.1
7542026-05-20T15:57:56.126Z Compiling derive-where v1.6.1
7552026-05-20T15:57:56.139Z Compiling serde_ignored v0.1.14
7562026-05-20T15:57:56.284Z Compiling serde_path_to_error v0.1.20
7572026-05-20T15:57:56.358Z Compiling indent_write v2.2.0
7582026-05-20T15:57:56.414Z Compiling xxhash-rust v0.8.15
7592026-05-20T15:57:56.486Z Compiling swrite v0.1.0
7602026-05-20T15:57:56.517Z Compiling hex v0.4.3
7612026-05-20T15:57:56.644Z Compiling home v0.5.12
7622026-05-20T15:57:56.720Z Compiling color-eyre v0.6.5
7632026-05-20T15:57:56.748Z Compiling clap v4.6.1
7642026-05-20T15:57:56.762Z Compiling dialoguer v0.11.0
7652026-05-20T15:57:56.805Z Compiling enable-ansi-support v0.2.1
7662026-05-20T15:57:57.369Z Compiling nextest-runner v0.80.0
7672026-05-20T15:58:15.454Z Finished `release` profile [optimized] target(s) in 1m 10s
7682026-05-20T15:58:15.623Z Installing /home/build/.cargo/bin/cargo-nextest
7692026-05-20T15:58:15.626Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7702026-05-20T15:58:15.741Z+ pushd rdb
7712026-05-20T15:58:15.745Z+ cargo nextest run -p rdb -p mg-api-types -p mg-api-types-versions
7722026-05-20T15:58:15.745Z/work/oxidecomputer/maghemite/rdb /work/oxidecomputer/maghemite
7732026-05-20T15:58:15.898Z Updating git repository `https://github.com/oxidecomputer/falcon`
7742026-05-20T15:58:16.505ZFrom https://github.com/oxidecomputer/falcon
7752026-05-20T15:58:16.505Z * [new ref] 2dcfe294f6ba3fb11fa0e23dd4a03a98eb55af24 -> refs/commit/2dcfe294f6ba3fb11fa0e23dd4a03a98eb55af24
7762026-05-20T15:58:16.581Z Updating crates.io index
7772026-05-20T15:58:16.584Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7782026-05-20T15:58:17.304ZFrom https://github.com/oxidecomputer/dendrite
7792026-05-20T15:58:17.304Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
7802026-05-20T15:58:17.409Z Updating git repository `https://github.com/oxidecomputer/ispf`
7812026-05-20T15:58:17.645ZFrom https://github.com/oxidecomputer/ispf
7822026-05-20T15:58:17.646Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
7832026-05-20T15:58:17.677Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7842026-05-20T15:58:18.096ZFrom https://github.com/oxidecomputer/netadm-sys
7852026-05-20T15:58:18.096Z * [new ref] 53f86457e19bf5065ed286c621fb4c7a91891529 -> refs/commit/53f86457e19bf5065ed286c621fb4c7a91891529
7862026-05-20T15:58:18.104Z Updating git repository `https://github.com/oxidecomputer/omicron`
7872026-05-20T15:58:26.613ZFrom https://github.com/oxidecomputer/omicron
7882026-05-20T15:58:26.613Z * [new ref] 02147419d0a5868095160d390caa664278ea37c7 -> refs/commit/02147419d0a5868095160d390caa664278ea37c7
7892026-05-20T15:58:27.045Z Updating git repository `https://github.com/oxidecomputer/opte`
7902026-05-20T15:58:27.856ZFrom https://github.com/oxidecomputer/opte
7912026-05-20T15:58:27.856Z * [new ref] 5470aa15eaa06e5183c374c1f61e5e5ddd5e0350 -> refs/commit/5470aa15eaa06e5183c374c1f61e5e5ddd5e0350
7922026-05-20T15:58:27.938Z Updating git repository `https://github.com/illumos/smf-rs`
7932026-05-20T15:58:28.286ZFrom https://github.com/illumos/smf-rs
7942026-05-20T15:58:28.286Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
7952026-05-20T15:58:28.298Z Updating git repository `https://github.com/oxidecomputer/poptrie`
7962026-05-20T15:58:28.560ZFrom https://github.com/oxidecomputer/poptrie
7972026-05-20T15:58:28.560Z * [new ref] 5bf62f6b889c61e0608d8463ed11da28e130cb34 -> refs/commit/5bf62f6b889c61e0608d8463ed11da28e130cb34
7982026-05-20T15:58:28.583Z Updating git repository `https://github.com/oxidecomputer/network-interface`
7992026-05-20T15:58:28.873ZFrom https://github.com/oxidecomputer/network-interface
8002026-05-20T15:58:28.873Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8012026-05-20T15:58:28.894Z Updating git repository `https://github.com/oxidecomputer/zone`
8022026-05-20T15:58:29.207ZFrom https://github.com/oxidecomputer/zone
8032026-05-20T15:58:29.207Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8042026-05-20T15:58:29.220Z Updating git repository `https://github.com/oxidecomputer/propolis`
8052026-05-20T15:58:29.843ZFrom https://github.com/oxidecomputer/propolis
8062026-05-20T15:58:29.843Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8072026-05-20T15:58:29.926Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8082026-05-20T15:58:30.428ZFrom https://github.com/oxidecomputer/transceiver-control
8092026-05-20T15:58:30.428Z * [new ref] 81167659157860d6587713b3362b7bc791dfb530 -> refs/commit/81167659157860d6587713b3362b7bc791dfb530
8102026-05-20T15:58:30.464Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8112026-05-20T15:58:30.736ZFrom https://github.com/oxidecomputer/dlpi-sys
8122026-05-20T15:58:30.736Z * [new ref] a611f32a2374579d25e628b395a9cb251f753388 -> refs/commit/a611f32a2374579d25e628b395a9cb251f753388
8132026-05-20T15:58:30.750Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8142026-05-20T15:58:31.042ZFrom https://github.com/jmesmon/rust-libzfs
8152026-05-20T15:58:31.042Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8162026-05-20T15:58:31.050Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8172026-05-20T15:58:31.316ZFrom https://github.com/oxidecomputer/rusty-doors
8182026-05-20T15:58:31.316Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8192026-05-20T15:58:31.322Z Updating git repository `https://github.com/oxidecomputer/lldp`
8202026-05-20T15:58:31.694ZFrom https://github.com/oxidecomputer/lldp
8212026-05-20T15:58:31.694Z * [new ref] ed02e1a3a96f98107cbbe90f90c7ed1c16edf97d -> refs/commit/ed02e1a3a96f98107cbbe90f90c7ed1c16edf97d
8222026-05-20T15:58:31.698Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8232026-05-20T15:58:31.957ZFrom https://github.com/oxidecomputer/slog-error-chain
8242026-05-20T15:58:31.958Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8252026-05-20T15:58:32.002Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8262026-05-20T15:58:32.315ZFrom https://github.com/oxidecomputer/tufaceous
8272026-05-20T15:58:32.315Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8282026-05-20T15:58:32.343Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8292026-05-20T15:58:32.841ZFrom https://github.com/oxidecomputer/management-gateway-service
8302026-05-20T15:58:32.842Z * [new ref] 0d7a8992f914ad6a5947409048779969bbe80e3d -> refs/commit/0d7a8992f914ad6a5947409048779969bbe80e3d
8312026-05-20T15:58:32.881Z Updating git repository `https://github.com/oxidecomputer/crucible`
8322026-05-20T15:58:33.667ZFrom https://github.com/oxidecomputer/crucible
8332026-05-20T15:58:33.667Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8342026-05-20T15:58:33.732Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8352026-05-20T15:58:34.142ZFrom https://github.com/oxidecomputer/serde_human_bytes
8362026-05-20T15:58:34.142Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8372026-05-20T15:58:34.321Z Updating git repository `https://github.com/oxidecomputer/propolis`
8382026-05-20T15:58:34.596ZFrom https://github.com/oxidecomputer/propolis
8392026-05-20T15:58:34.596Z * [new ref] bc489ddf0f38f75e0c194b86cf6f0de377f68845 -> refs/commit/bc489ddf0f38f75e0c194b86cf6f0de377f68845
8402026-05-20T15:58:34.936Z Updating git repository `https://github.com/oxidecomputer/tofino`
8412026-05-20T15:58:35.284ZFrom https://github.com/oxidecomputer/tofino
8422026-05-20T15:58:35.285Z * [new ref] e25e52991785039e967fd8fe7d86554d976e6d4b -> refs/commit/e25e52991785039e967fd8fe7d86554d976e6d4b
8432026-05-20T15:58:35.290Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8442026-05-20T15:58:36.216ZFrom https://github.com/oxidecomputer/maghemite
8452026-05-20T15:58:36.216Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8462026-05-20T15:58:36.288Z Updating git repository `https://github.com/oxidecomputer/clickward`
8472026-05-20T15:58:36.552ZFrom https://github.com/oxidecomputer/clickward
8482026-05-20T15:58:36.552Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8492026-05-20T15:58:36.562Z Updating git repository `https://github.com/oxidecomputer/crucible`
8502026-05-20T15:58:37.174ZFrom https://github.com/oxidecomputer/crucible
8512026-05-20T15:58:37.174Z * [new ref] ae1da83e66c648574827298f4bc444632bf4d047 -> refs/commit/ae1da83e66c648574827298f4bc444632bf4d047
8522026-05-20T15:58:37.319Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8532026-05-20T15:58:37.621ZFrom https://github.com/oxidecomputer/illumos-devinfo
8542026-05-20T15:58:37.621Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8552026-05-20T15:58:38.608Z Downloading crates ...
8562026-05-20T15:58:38.694Z Downloaded async-recursion v1.1.1
8572026-05-20T15:58:38.701Z Downloaded async-trait v0.1.89
8582026-05-20T15:58:38.707Z Downloaded anyhow v1.0.102
8592026-05-20T15:58:38.710Z Downloaded async-stream-impl v0.3.6
8602026-05-20T15:58:38.713Z Downloaded aead v0.5.2
8612026-05-20T15:58:38.716Z Downloaded arrayref v0.3.9
8622026-05-20T15:58:38.719Z Downloaded allocator-api2 v0.2.21
8632026-05-20T15:58:38.719Z Downloaded async-stream v0.3.6
8642026-05-20T15:58:38.723Z Downloaded cmake v0.1.58
8652026-05-20T15:58:38.726Z Downloaded arrayvec v0.7.6
8662026-05-20T15:58:38.730Z Downloaded argon2 v0.5.3
8672026-05-20T15:58:38.730Z Downloaded is-terminal v0.4.17
8682026-05-20T15:58:38.733Z Downloaded float-ord v0.3.2
8692026-05-20T15:58:38.733Z Downloaded backoff v0.4.0
8702026-05-20T15:58:38.736Z Downloaded arc-swap v1.9.1
8712026-05-20T15:58:38.740Z Downloaded memmap v0.7.0
8722026-05-20T15:58:38.743Z Downloaded num-iter v0.1.45
8732026-05-20T15:58:38.743Z Downloaded highway v1.3.0
8742026-05-20T15:58:38.746Z Downloaded crucible-workspace-hack v0.1.0
8752026-05-20T15:58:38.746Z Downloaded cancel-safe-futures v0.1.5
8762026-05-20T15:58:38.749Z Downloaded num-conv v0.2.1
8772026-05-20T15:58:38.749Z Downloaded group v0.13.0
8782026-05-20T15:58:38.752Z Downloaded crc8 v0.1.1
8792026-05-20T15:58:38.752Z Downloaded num_enum v0.7.6
8802026-05-20T15:58:38.755Z Downloaded cpufeatures v0.3.0
8812026-05-20T15:58:38.762Z Downloaded foreign-types v0.5.0
8822026-05-20T15:58:38.765Z Downloaded dof v0.4.0
8832026-05-20T15:58:38.765Z Downloaded base16ct v0.2.0
8842026-05-20T15:58:38.765Z Downloaded cobs v0.3.0
8852026-05-20T15:58:38.765Z Downloaded base16ct v1.0.0
8862026-05-20T15:58:38.768Z Downloaded crossbeam-deque v0.8.6
8872026-05-20T15:58:38.768Z Downloaded const_format_proc_macros v0.2.34
8882026-05-20T15:58:38.772Z Downloaded ciborium-io v0.2.2
8892026-05-20T15:58:38.772Z Downloaded fs_extra v1.3.0
8902026-05-20T15:58:38.775Z Downloaded icu_collections v2.2.0
8912026-05-20T15:58:38.778Z Downloaded embedded-io v0.4.0
8922026-05-20T15:58:38.781Z Downloaded dunce v1.0.5
8932026-05-20T15:58:38.781Z Downloaded icu_normalizer v2.2.0
8942026-05-20T15:58:38.784Z Downloaded hmac v0.12.1
8952026-05-20T15:58:38.787Z Downloaded convert_case v0.4.0
8962026-05-20T15:58:38.787Z Downloaded konst_macro_rules v0.2.19
8972026-05-20T15:58:38.793Z Downloaded hostname v0.3.1
8982026-05-20T15:58:38.793Z Downloaded dropshot-api-manager-types v0.7.1
8992026-05-20T15:58:38.796Z Downloaded ciborium-ll v0.2.2
9002026-05-20T15:58:38.796Z Downloaded displaydoc v0.2.5
9012026-05-20T15:58:38.799Z Downloaded keccak v0.1.6
9022026-05-20T15:58:38.799Z Downloaded heck v0.4.1
9032026-05-20T15:58:38.799Z Downloaded fxhash v0.2.1
9042026-05-20T15:58:38.803Z Downloaded console v0.16.3
9052026-05-20T15:58:38.803Z Downloaded hostname v0.4.2
9062026-05-20T15:58:38.807Z Downloaded hubpack_derive v0.1.1
9072026-05-20T15:58:38.807Z Downloaded httpdate v1.0.3
9082026-05-20T15:58:38.807Z Downloaded embedded-io v0.6.1
9092026-05-20T15:58:38.811Z Downloaded num-derive v0.4.2
9102026-05-20T15:58:38.811Z Downloaded newtype-uuid-macros v0.1.0
9112026-05-20T15:58:38.812Z Downloaded match_cfg v0.1.0
9122026-05-20T15:58:38.815Z Downloaded lru-cache v0.1.2
9132026-05-20T15:58:38.815Z Downloaded dtrace-parser v0.3.0
9142026-05-20T15:58:38.815Z Downloaded dof v0.3.0
9152026-05-20T15:58:38.818Z Downloaded ipnetwork v0.21.1
9162026-05-20T15:58:38.818Z Downloaded defmt v0.3.100
9172026-05-20T15:58:38.821Z Downloaded const-random v0.1.18
9182026-05-20T15:58:38.821Z Downloaded internet-checksum v0.2.1
9192026-05-20T15:58:38.822Z Downloaded inout v0.1.4
9202026-05-20T15:58:38.824Z Downloaded enum-as-inner v0.6.1
9212026-05-20T15:58:38.824Z Downloaded const-random-macro v0.1.16
9222026-05-20T15:58:38.828Z Downloaded linked-hash-map v0.5.6
9232026-05-20T15:58:38.828Z Downloaded dyn-clone v1.0.20
9242026-05-20T15:58:38.828Z Downloaded darling_macro v0.23.0
9252026-05-20T15:58:38.831Z Downloaded num_enum_derive v0.5.11
9262026-05-20T15:58:38.831Z Downloaded darling_macro v0.21.3
9272026-05-20T15:58:38.834Z Downloaded natord v1.0.9
9282026-05-20T15:58:38.834Z Downloaded olpc-cjson v0.1.4
9292026-05-20T15:58:38.834Z Downloaded instant v0.1.13
9302026-05-20T15:58:38.837Z Downloaded libscf-sys v1.2.0
9312026-05-20T15:58:38.837Z Downloaded omicron-workspace-hack v0.1.0
9322026-05-20T15:58:38.840Z Downloaded opaque-debug v0.3.1
9332026-05-20T15:58:38.840Z Downloaded num v0.4.3
9342026-05-20T15:58:38.840Z Downloaded mime v0.3.17
9352026-05-20T15:58:38.843Z Downloaded fixedbitset v0.4.2
9362026-05-20T15:58:38.844Z Downloaded hubpack v0.1.2
9372026-05-20T15:58:38.847Z Downloaded byteorder v1.5.0
9382026-05-20T15:58:38.847Z Downloaded chacha20 v0.9.1
9392026-05-20T15:58:38.850Z Downloaded memoffset v0.9.1
9402026-05-20T15:58:38.850Z Downloaded hash32 v0.3.1
9412026-05-20T15:58:38.850Z Downloaded cstr-argument v0.1.2
9422026-05-20T15:58:38.853Z Downloaded newline-converter v0.3.0
9432026-05-20T15:58:38.853Z Downloaded foreign-types-macros v0.2.3
9442026-05-20T15:58:38.856Z Downloaded bs58 v0.5.1
9452026-05-20T15:58:38.856Z Downloaded gethostname v0.5.0
9462026-05-20T15:58:38.859Z Downloaded dtrace-parser v0.2.0
9472026-05-20T15:58:38.860Z Downloaded newtype_derive v0.1.6
9482026-05-20T15:58:38.860Z Downloaded darling v0.23.0
9492026-05-20T15:58:38.863Z Downloaded num_enum v0.5.11
9502026-05-20T15:58:38.866Z Downloaded plain v0.2.3
9512026-05-20T15:58:38.869Z Downloaded potential_utf v0.1.5
9522026-05-20T15:58:38.869Z Downloaded phf_shared v0.12.1
9532026-05-20T15:58:38.872Z Downloaded pretty-hex v0.4.2
9542026-05-20T15:58:38.872Z Downloaded proc-macro-error-attr2 v2.0.0
9552026-05-20T15:58:38.872Z Downloaded proc-macro-error-attr v1.0.4
9562026-05-20T15:58:38.876Z Downloaded num_threads v0.1.7
9572026-05-20T15:58:38.876Z Downloaded powerfmt v0.2.0
9582026-05-20T15:58:38.876Z Downloaded macaddr v1.0.1
9592026-05-20T15:58:38.879Z Downloaded foldhash v0.2.0
9602026-05-20T15:58:38.879Z Downloaded progenitor-client v0.10.0
9612026-05-20T15:58:38.879Z Downloaded derive-ex v0.1.8
9622026-05-20T15:58:38.882Z Downloaded data-encoding v2.11.0
9632026-05-20T15:58:38.882Z Downloaded csv-core v0.1.13
9642026-05-20T15:58:38.885Z Downloaded critical-section v1.2.0
9652026-05-20T15:58:38.885Z Downloaded cipher v0.4.4
9662026-05-20T15:58:38.888Z Downloaded compression-codecs v0.4.38
9672026-05-20T15:58:38.891Z Downloaded icu_locale_core v2.2.0
9682026-05-20T15:58:38.894Z Downloaded deranged v0.5.8
9692026-05-20T15:58:38.897Z Downloaded progenitor-client v0.14.0
9702026-05-20T15:58:38.897Z Downloaded ff v0.13.1
9712026-05-20T15:58:38.900Z Downloaded quick-error v1.2.3
9722026-05-20T15:58:38.900Z Downloaded progenitor-macro v0.14.0
9732026-05-20T15:58:38.900Z Downloaded progenitor-macro v0.13.0
9742026-05-20T15:58:38.904Z Downloaded rand_chacha v0.3.1
9752026-05-20T15:58:38.904Z Downloaded progenitor-macro v0.10.0
9762026-05-20T15:58:38.904Z Downloaded erased-serde v0.3.31
9772026-05-20T15:58:38.907Z Downloaded no-std-compat v0.4.1
9782026-05-20T15:58:38.907Z Downloaded fs-err v3.3.0
9792026-05-20T15:58:38.907Z Downloaded parse-display v0.10.0
9802026-05-20T15:58:38.910Z Downloaded ciborium v0.2.2
9812026-05-20T15:58:38.910Z Downloaded libsw v3.5.0
9822026-05-20T15:58:38.913Z Downloaded poly1305 v0.8.0
9832026-05-20T15:58:38.914Z Downloaded phf v0.12.1
9842026-05-20T15:58:38.916Z Downloaded num_enum_derive v0.7.6
9852026-05-20T15:58:38.916Z Downloaded num-integer v0.1.46
9862026-05-20T15:58:38.919Z Downloaded multer v3.1.0
9872026-05-20T15:58:38.919Z Downloaded colored v3.1.1
9882026-05-20T15:58:38.922Z Downloaded bitflags v1.3.2
9892026-05-20T15:58:38.926Z Downloaded rand_xorshift v0.4.0
9902026-05-20T15:58:38.926Z Downloaded ref-cast v1.0.25
9912026-05-20T15:58:38.929Z Downloaded proc-macro-error2 v2.0.1
9922026-05-20T15:58:38.932Z Downloaded proc-macro-crate v1.3.1
9932026-05-20T15:58:38.932Z Downloaded parse-display-derive v0.10.0
9942026-05-20T15:58:38.932Z Downloaded num-rational v0.4.2
9952026-05-20T15:58:38.935Z Downloaded rustc_version v0.1.7
9962026-05-20T15:58:38.935Z Downloaded linear-map v1.2.0
9972026-05-20T15:58:38.935Z Downloaded pem v3.0.6
9982026-05-20T15:58:38.938Z Downloaded paste v1.0.15
9992026-05-20T15:58:38.938Z Downloaded idna_adapter v1.2.2
10002026-05-20T15:58:38.941Z Downloaded git-stub-vcs v0.1.0
10012026-05-20T15:58:38.941Z Downloaded byte-wrapper v0.1.0
10022026-05-20T15:58:38.944Z Downloaded backon v1.6.0
10032026-05-20T15:58:38.944Z Downloaded serde-big-array v0.5.1
10042026-05-20T15:58:38.947Z Downloaded progenitor v0.13.0
10052026-05-20T15:58:38.947Z Downloaded memmap2 v0.9.10
10062026-05-20T15:58:38.950Z Downloaded cookie v0.18.1
10072026-05-20T15:58:38.950Z Downloaded crossbeam-epoch v0.9.18
10082026-05-20T15:58:38.955Z Downloaded progenitor v0.11.2
10092026-05-20T15:58:38.955Z Downloaded scroll_derive v0.12.1
10102026-05-20T15:58:38.958Z Downloaded drift v0.1.4
10112026-05-20T15:58:38.961Z Downloaded semver v0.1.20
10122026-05-20T15:58:38.961Z Downloaded progenitor-client v0.11.2
10132026-05-20T15:58:38.964Z Downloaded progenitor-macro v0.11.2
10142026-05-20T15:58:38.964Z Downloaded progenitor-extras v0.2.0
10152026-05-20T15:58:38.964Z Downloaded progenitor-client v0.13.0
10162026-05-20T15:58:38.964Z Downloaded progenitor v0.10.0
10172026-05-20T15:58:38.967Z Downloaded progenitor v0.14.0
10182026-05-20T15:58:38.968Z Downloaded serde_plain v1.0.2
10192026-05-20T15:58:38.971Z Downloaded sha1 v0.10.6
10202026-05-20T15:58:38.971Z Downloaded serial_test v3.4.0
10212026-05-20T15:58:38.974Z Downloaded serde_repr v0.1.20
10222026-05-20T15:58:38.974Z Downloaded siphasher v1.0.3
10232026-05-20T15:58:38.974Z Downloaded slog-envlogger v2.2.0
10242026-05-20T15:58:38.977Z Downloaded slog-bunyan v2.5.0
10252026-05-20T15:58:38.977Z Downloaded litemap v0.8.2
10262026-05-20T15:58:38.980Z Downloaded ingot-macros v0.1.1
10272026-05-20T15:58:38.980Z Downloaded serial_test_derive v3.4.0
10282026-05-20T15:58:38.980Z Downloaded password-hash v0.5.0
10292026-05-20T15:58:38.983Z Downloaded parking_lot v0.11.2
10302026-05-20T15:58:38.983Z Downloaded darling_core v0.21.3
10312026-05-20T15:58:38.987Z Downloaded oxnet v0.1.5
10322026-05-20T15:58:38.990Z Downloaded defmt v1.1.0
10332026-05-20T15:58:38.993Z Downloaded structmeta v0.3.0
10342026-05-20T15:58:38.993Z Downloaded ref-cast-impl v1.0.25
10352026-05-20T15:58:38.993Z Downloaded spin v0.5.2
10362026-05-20T15:58:38.993Z Downloaded stable_deref_trait v1.2.1
10372026-05-20T15:58:38.996Z Downloaded smawk v0.3.2
10382026-05-20T15:58:38.996Z Downloaded sigpipe v0.1.3
10392026-05-20T15:58:38.996Z Downloaded secrecy v0.10.3
10402026-05-20T15:58:38.997Z Downloaded structmeta-derive v0.3.0
10412026-05-20T15:58:38.999Z Downloaded resolv-conf v0.7.6
10422026-05-20T15:58:38.999Z Downloaded rustls-pemfile v2.2.0
10432026-05-20T15:58:39.002Z Downloaded rand_core v0.10.1
10442026-05-20T15:58:39.002Z Downloaded proc-macro-error v1.0.4
10452026-05-20T15:58:39.005Z Downloaded sdd v3.0.10
10462026-05-20T15:58:39.005Z Downloaded take_mut v0.2.2
10472026-05-20T15:58:39.007Z Downloaded testing_table v0.3.0
10482026-05-20T15:58:39.007Z Downloaded tabled_derive v0.11.0
10492026-05-20T15:58:39.007Z Downloaded strum v0.27.2
10502026-05-20T15:58:39.010Z Downloaded strum v0.26.3
10512026-05-20T15:58:39.010Z Downloaded scroll v0.12.0
10522026-05-20T15:58:39.010Z Downloaded schemars_derive v0.8.22
10532026-05-20T15:58:39.013Z Downloaded serde_derive_internals v0.29.1
10542026-05-20T15:58:39.013Z Downloaded rusty-fork v0.3.1
10552026-05-20T15:58:39.013Z Downloaded dropshot_endpoint v0.17.0
10562026-05-20T15:58:39.016Z Downloaded darling v0.21.3
10572026-05-20T15:58:39.019Z Downloaded defmt-macros v1.1.0
10582026-05-20T15:58:39.022Z Downloaded thread-id v5.1.0
10592026-05-20T15:58:39.022Z Downloaded thread-id v4.2.2
10602026-05-20T15:58:39.022Z Downloaded termtree v0.5.1
10612026-05-20T15:58:39.025Z Downloaded tabwriter v1.4.1
10622026-05-20T15:58:39.025Z Downloaded scroll_derive v0.13.1
10632026-05-20T15:58:39.025Z Downloaded thiserror-impl-no-std v2.0.2
10642026-05-20T15:58:39.027Z Downloaded diff v0.1.13
10652026-05-20T15:58:39.031Z Downloaded time-core v0.1.8
10662026-05-20T15:58:39.031Z Downloaded scroll v0.13.0
10672026-05-20T15:58:39.031Z Downloaded pest_generator v2.8.6
10682026-05-20T15:58:39.033Z Downloaded papergrid v0.17.0
10692026-05-20T15:58:39.036Z Downloaded serde_tokenstream v0.2.3
10702026-05-20T15:58:39.036Z Downloaded papergrid v0.11.0
10712026-05-20T15:58:39.039Z Downloaded topological-sort v0.2.2
10722026-05-20T15:58:39.039Z Downloaded omicron-zone-package v0.12.2
10732026-05-20T15:58:39.042Z Downloaded chacha20poly1305 v0.10.1
10742026-05-20T15:58:39.045Z Downloaded slog-async v2.8.0
10752026-05-20T15:58:39.045Z Downloaded indexmap v1.9.3
10762026-05-20T15:58:39.048Z Downloaded crypto-bigint v0.5.5
10772026-05-20T15:58:39.051Z Downloaded smf v0.2.3
10782026-05-20T15:58:39.051Z Downloaded smartstring v1.0.1
10792026-05-20T15:58:39.054Z Downloaded typify-macro v0.4.3
10802026-05-20T15:58:39.054Z Downloaded snafu-derive v0.8.9
10812026-05-20T15:58:39.054Z Downloaded slog-stdlog v4.1.1
10822026-05-20T15:58:39.056Z Downloaded slog-scope v4.4.1
10832026-05-20T15:58:39.056Z Downloaded slog-json v2.6.1
10842026-05-20T15:58:39.056Z Downloaded usdt-attr-macro v0.5.0
10852026-05-20T15:58:39.060Z Downloaded usdt v0.5.0
10862026-05-20T15:58:39.060Z Downloaded strum_macros v0.26.4
10872026-05-20T15:58:39.060Z Downloaded slog-term v2.9.2
10882026-05-20T15:58:39.063Z Downloaded slog-dtrace v0.3.0
10892026-05-20T15:58:39.063Z Downloaded half v2.7.1
10902026-05-20T15:58:39.065Z Downloaded rustls-native-certs v0.8.3
10912026-05-20T15:58:39.065Z Downloaded parking_lot_core v0.8.6
10922026-05-20T15:58:39.069Z Downloaded synstructure v0.13.2
10932026-05-20T15:58:39.069Z Downloaded async-compression v0.4.42
10942026-05-20T15:58:39.071Z Downloaded usdt-attr-macro v0.6.0
10952026-05-20T15:58:39.074Z Downloaded usdt v0.6.0
10962026-05-20T15:58:39.074Z Downloaded waitgroup v0.1.2
10972026-05-20T15:58:39.074Z Downloaded untrusted v0.7.1
10982026-05-20T15:58:39.074Z Downloaded wait-timeout v0.2.1
10992026-05-20T15:58:39.078Z Downloaded crossbeam-utils v0.8.21
11002026-05-20T15:58:39.078Z Downloaded universal-hash v0.5.1
11012026-05-20T15:58:39.078Z Downloaded rustversion v1.0.22
11022026-05-20T15:58:39.081Z Downloaded konst v0.2.20
11032026-05-20T15:58:39.084Z Downloaded elliptic-curve v0.13.8
11042026-05-20T15:58:39.087Z Downloaded tabled_derive v0.7.0
11052026-05-20T15:58:39.087Z Downloaded progenitor-impl v0.14.0
11062026-05-20T15:58:39.087Z Downloaded utf-8 v0.7.6
11072026-05-20T15:58:39.090Z Downloaded usdt-macro v0.6.0
11082026-05-20T15:58:39.090Z Downloaded progenitor-impl v0.10.0
11092026-05-20T15:58:39.090Z Downloaded derive_more v0.99.20
11102026-05-20T15:58:39.093Z Downloaded zerofrom v0.1.8
11112026-05-20T15:58:39.093Z Downloaded usdt-macro v0.5.0
11122026-05-20T15:58:39.096Z Downloaded time-macros v0.2.27
11132026-05-20T15:58:39.096Z Downloaded zeroize_derive v1.4.3
11142026-05-20T15:58:39.096Z Downloaded tiny-keccak v2.0.2
11152026-05-20T15:58:39.099Z Downloaded tokio-rustls v0.25.0
11162026-05-20T15:58:39.099Z Downloaded nom v8.0.0
11172026-05-20T15:58:39.102Z Downloaded tokio-tungstenite v0.21.0
11182026-05-20T15:58:39.105Z Downloaded const_format v0.2.36
11192026-05-20T15:58:39.107Z Downloaded tokio-dtrace v0.1.1
11202026-05-20T15:58:39.107Z Downloaded thiserror-no-std v2.0.2
11212026-05-20T15:58:39.110Z Downloaded zone_cfg_derive v0.3.1
11222026-05-20T15:58:39.110Z Downloaded zone v0.3.1
11232026-05-20T15:58:39.110Z Downloaded progenitor-impl v0.11.2
11242026-05-20T15:58:39.113Z Downloaded unarray v0.1.4
11252026-05-20T15:58:39.113Z Downloaded typify-macro v0.6.2
11262026-05-20T15:58:39.113Z Downloaded icu_provider v2.2.0
11272026-05-20T15:58:39.116Z Downloaded spin v0.9.8
11282026-05-20T15:58:39.116Z Downloaded indicatif v0.18.4
11292026-05-20T15:58:39.119Z Downloaded unit-prefix v0.5.2
11302026-05-20T15:58:39.123Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11312026-05-20T15:58:39.123Z Downloaded icu_normalizer_data v2.2.0
11322026-05-20T15:58:39.126Z Downloaded prettyplease v0.2.37
11332026-05-20T15:58:39.126Z Downloaded tagptr v0.2.0
11342026-05-20T15:58:39.126Z Downloaded pest_meta v2.8.6
11352026-05-20T15:58:39.131Z Downloaded strum_macros v0.27.2
11362026-05-20T15:58:39.131Z Downloaded pest_derive v2.8.6
11372026-05-20T15:58:39.131Z Downloaded vsss-rs v3.3.4
11382026-05-20T15:58:39.134Z Downloaded usdt-impl v0.5.0
11392026-05-20T15:58:39.134Z Downloaded darling_core v0.23.0
11402026-05-20T15:58:39.140Z Downloaded rustls-platform-verifier v0.7.0
11412026-05-20T15:58:39.140Z Downloaded goblin v0.8.2
11422026-05-20T15:58:39.147Z Downloaded zerofrom-derive v0.1.7
11432026-05-20T15:58:39.147Z Downloaded walkdir v2.5.0
11442026-05-20T15:58:39.147Z Downloaded yoke-derive v0.8.2
11452026-05-20T15:58:39.148Z Downloaded whoami v1.6.1
11462026-05-20T15:58:39.148Z Downloaded writeable v0.6.3
11472026-05-20T15:58:39.152Z Downloaded serde_yaml v0.9.34+deprecated
11482026-05-20T15:58:39.152Z Downloaded thin-vec v0.2.18
11492026-05-20T15:58:39.152Z Downloaded term v1.2.1
11502026-05-20T15:58:39.152Z Downloaded serde_with_macros v3.20.0
11512026-05-20T15:58:39.157Z Downloaded tinystr v0.8.3
11522026-05-20T15:58:39.157Z Downloaded similar v2.7.0
11532026-05-20T15:58:39.160Z Downloaded zerovec-derive v0.11.3
11542026-05-20T15:58:39.160Z Downloaded progenitor-impl v0.13.0
11552026-05-20T15:58:39.160Z Downloaded pretty_assertions v1.4.1
11562026-05-20T15:58:39.160Z Downloaded minimal-lexical v0.2.1
11572026-05-20T15:58:39.163Z Downloaded jiff-static v0.2.24
11582026-05-20T15:58:39.166Z Downloaded rhai_codegen v3.1.0
11592026-05-20T15:58:39.170Z Downloaded hickory-resolver v0.25.2
11602026-05-20T15:58:39.174Z Downloaded schemars v0.8.22
11612026-05-20T15:58:39.178Z Downloaded zerocopy-derive v0.7.35
11622026-05-20T15:58:39.181Z Downloaded expectorate v1.2.0
11632026-05-20T15:58:39.183Z Downloaded xz2 v0.1.7
11642026-05-20T15:58:39.183Z Downloaded usdt-impl v0.6.0
11652026-05-20T15:58:39.183Z Downloaded qorb v0.4.1
11662026-05-20T15:58:39.186Z Downloaded yoke v0.8.2
11672026-05-20T15:58:39.189Z Downloaded toml v0.9.12+spec-1.1.0
11682026-05-20T15:58:39.192Z Downloaded toml v0.7.8
11692026-05-20T15:58:39.192Z Downloaded test-strategy v0.4.5
11702026-05-20T15:58:39.196Z Downloaded tungstenite v0.21.0
11712026-05-20T15:58:39.199Z Downloaded snafu v0.8.9
11722026-05-20T15:58:39.202Z Downloaded typify v0.6.2
11732026-05-20T15:58:39.202Z Downloaded rand v0.8.6
11742026-05-20T15:58:39.205Z Downloaded typify v0.4.3
11752026-05-20T15:58:39.208Z Downloaded schemars v0.9.0
11762026-05-20T15:58:39.213Z Downloaded unsafe-libyaml v0.2.11
11772026-05-20T15:58:39.216Z Downloaded tar v0.4.45
11782026-05-20T15:58:39.218Z Downloaded toml_edit v0.25.11+spec-1.1.0
11792026-05-20T15:58:39.221Z Downloaded slog v2.8.2
11802026-05-20T15:58:39.225Z Downloaded schemars v1.2.1
11812026-05-20T15:58:39.230Z Downloaded steno v0.4.1
11822026-05-20T15:58:39.233Z Downloaded rayon-core v1.13.0
11832026-05-20T15:58:39.236Z Downloaded yansi v1.0.1
11842026-05-20T15:58:39.236Z Downloaded rand v0.10.1
11852026-05-20T15:58:39.240Z Downloaded nom v7.1.3
11862026-05-20T15:58:39.242Z Downloaded toml_edit v0.19.15
11872026-05-20T15:58:39.251Z Downloaded hashbrown v0.16.1
11882026-05-20T15:58:39.254Z Downloaded hashbrown v0.12.3
11892026-05-20T15:58:39.257Z Downloaded itertools v0.12.1
11902026-05-20T15:58:39.260Z Downloaded pest v2.8.6
11912026-05-20T15:58:39.266Z Downloaded ucd-trie v0.1.7
11922026-05-20T15:58:39.269Z Downloaded dropshot-api-manager v0.7.1
11932026-05-20T15:58:39.269Z Downloaded blake3 v1.8.5
11942026-05-20T15:58:39.272Z Downloaded crossbeam-channel v0.5.15
11952026-05-20T15:58:39.275Z Downloaded base64 v0.21.7
11962026-05-20T15:58:39.277Z Downloaded postcard v1.1.3
11972026-05-20T15:58:39.277Z Downloaded num-complex v0.4.6
11982026-05-20T15:58:39.281Z Downloaded blake2 v0.10.6
11992026-05-20T15:58:39.281Z Downloaded zerocopy-derive v0.8.48
12002026-05-20T15:58:39.284Z Downloaded zerotrie v0.2.4
12012026-05-20T15:58:39.287Z Downloaded same-file v1.0.6
12022026-05-20T15:58:39.290Z Downloaded icu_properties v2.2.0
12032026-05-20T15:58:39.290Z Downloaded iddqd v0.3.18
12042026-05-20T15:58:39.293Z Downloaded libm v0.2.16
12052026-05-20T15:58:39.299Z Downloaded typed-path v0.9.3
12062026-05-20T15:58:39.303Z Downloaded moka v0.12.15
12072026-05-20T15:58:39.307Z Downloaded oxide-tokio-rt v0.1.6
12082026-05-20T15:58:39.310Z Downloaded ingot-types v0.1.2
12092026-05-20T15:58:39.310Z Downloaded reqwest v0.13.3
12102026-05-20T15:58:39.313Z Downloaded glob v0.3.3
12112026-05-20T15:58:39.315Z Downloaded constant_time_eq v0.4.2
12122026-05-20T15:58:39.315Z Downloaded proc-macro-crate v3.5.0
12132026-05-20T15:58:39.315Z Downloaded bytecount v0.6.9
12142026-05-20T15:58:39.318Z Downloaded managed v0.8.0
12152026-05-20T15:58:39.318Z Downloaded hkdf v0.12.4
12162026-05-20T15:58:39.321Z Downloaded libsw-core v0.3.2
12172026-05-20T15:58:39.321Z Downloaded ingot v0.1.1
12182026-05-20T15:58:39.321Z Downloaded scc v2.4.0
12192026-05-20T15:58:39.323Z Downloaded icu_properties_data v2.2.0
12202026-05-20T15:58:39.329Z Downloaded ident_case v1.0.1
12212026-05-20T15:58:39.333Z Downloaded heapless v0.8.0
12222026-05-20T15:58:39.333Z Downloaded git-stub v1.0.0
12232026-05-20T15:58:39.335Z Downloaded daft-derive v0.1.7
12242026-05-20T15:58:39.335Z Downloaded rayon v1.12.0
12252026-05-20T15:58:39.340Z Downloaded daft v0.1.7
12262026-05-20T15:58:39.343Z Downloaded cargo_toml v0.22.3
12272026-05-20T15:58:39.343Z Downloaded chacha20 v0.10.0
12282026-05-20T15:58:39.346Z Downloaded defmt-parser v1.0.0
12292026-05-20T15:58:39.346Z Downloaded hickory-resolver v0.24.4
12302026-05-20T15:58:39.348Z Downloaded compression-core v0.4.32
12312026-05-20T15:58:39.349Z Downloaded bit-set v0.8.0
12322026-05-20T15:58:39.349Z Downloaded crunchy v0.2.4
12332026-05-20T15:58:39.349Z Downloaded foreign-types-shared v0.3.1
12342026-05-20T15:58:39.351Z Downloaded zerovec v0.11.6
12352026-05-20T15:58:39.355Z Downloaded tower-http v0.6.10
12362026-05-20T15:58:39.357Z Downloaded winnow v0.5.40
12372026-05-20T15:58:39.362Z Downloaded aws-lc-rs v1.17.0
12382026-05-20T15:58:39.368Z Downloaded zerocopy v0.7.35
12392026-05-20T15:58:39.377Z Downloaded serde_with v3.20.0
12402026-05-20T15:58:39.384Z Downloaded proptest v1.11.0
12412026-05-20T15:58:39.391Z Downloaded rustls-webpki v0.102.8
12422026-05-20T15:58:39.405Z Downloaded tough v0.22.0
12432026-05-20T15:58:39.410Z Downloaded tabled v0.20.0
12442026-05-20T15:58:39.420Z Downloaded time v0.3.47
12452026-05-20T15:58:39.427Z Downloaded syn v1.0.109
12462026-05-20T15:58:39.432Z Downloaded tabled v0.15.0
12472026-05-20T15:58:39.442Z Downloaded goblin v0.10.5
12482026-05-20T15:58:39.446Z Downloaded bit-vec v0.8.0
12492026-05-20T15:58:39.472Z Downloaded bcs v0.1.6
12502026-05-20T15:58:39.472Z Downloaded nix v0.31.3
12512026-05-20T15:58:39.476Z Downloaded hickory-proto v0.25.2
12522026-05-20T15:58:39.483Z Downloaded hickory-proto v0.24.4
12532026-05-20T15:58:39.491Z Downloaded smoltcp v0.11.0
12542026-05-20T15:58:39.498Z Downloaded rustls v0.22.4
12552026-05-20T15:58:39.505Z Downloaded regress v0.11.1
12562026-05-20T15:58:39.510Z Downloaded rhai v1.24.0
12572026-05-20T15:58:39.516Z Downloaded openapiv3 v2.2.0
12582026-05-20T15:58:39.522Z Downloaded typify-impl v0.6.2
12592026-05-20T15:58:39.528Z Downloaded sled v0.34.7
12602026-05-20T15:58:39.534Z Downloaded dropshot v0.17.0
12612026-05-20T15:58:39.546Z Downloaded regress v0.10.5
12622026-05-20T15:58:39.553Z Downloaded typify-impl v0.4.3
12632026-05-20T15:58:39.580Z Downloaded petgraph v0.6.5
12642026-05-20T15:58:39.590Z Downloaded lzma-sys v0.1.20
12652026-05-20T15:58:39.605Z Downloaded jiff v0.2.24
12662026-05-20T15:58:39.615Z Downloaded sha3 v0.10.9
12672026-05-20T15:58:39.638Z Downloaded chrono-tz v0.10.4
12682026-05-20T15:58:39.651Z Downloaded csv v1.4.0
12692026-05-20T15:58:39.693Z Downloaded encoding_rs v0.8.35
12702026-05-20T15:58:40.245Z Downloaded aws-lc-sys v0.41.0
12712026-05-20T15:58:41.192Z Compiling proc-macro2 v1.0.106
12722026-05-20T15:58:41.207Z Compiling quote v1.0.45
12732026-05-20T15:58:41.207Z Compiling unicode-ident v1.0.24
12742026-05-20T15:58:41.207Z Compiling serde_core v1.0.228
12752026-05-20T15:58:41.207Z Compiling cfg-if v1.0.4
12762026-05-20T15:58:41.207Z Compiling serde v1.0.228
12772026-05-20T15:58:41.207Z Compiling libc v0.2.186
12782026-05-20T15:58:41.207Z Compiling memchr v2.8.0
12792026-05-20T15:58:41.438Z Compiling itoa v1.0.18
12802026-05-20T15:58:41.634Z Compiling smallvec v1.15.1
12812026-05-20T15:58:41.658Z Compiling zmij v1.0.21
12822026-05-20T15:58:41.685Z Compiling autocfg v1.5.0
12832026-05-20T15:58:41.851Z Compiling libm v0.2.16
12842026-05-20T15:58:42.111Z Compiling stable_deref_trait v1.2.1
12852026-05-20T15:58:42.124Z Compiling version_check v0.9.5
12862026-05-20T15:58:42.129Z Compiling percent-encoding v2.3.2
12872026-05-20T15:58:42.168Z Compiling writeable v0.6.3
12882026-05-20T15:58:42.239Z Compiling litemap v0.8.2
12892026-05-20T15:58:42.292Z Compiling pin-project-lite v0.2.17
12902026-05-20T15:58:42.334Z Compiling icu_normalizer_data v2.2.0
12912026-05-20T15:58:42.377Z Compiling utf8_iter v1.0.4
12922026-05-20T15:58:42.391Z Compiling icu_properties_data v2.2.0
12932026-05-20T15:58:42.438Z Compiling iana-time-zone v0.1.65
12942026-05-20T15:58:42.527Z Compiling syn v2.0.117
12952026-05-20T15:58:42.635Z Compiling equivalent v1.0.2
12962026-05-20T15:58:42.661Z Compiling form_urlencoded v1.2.2
12972026-05-20T15:58:42.673Z Compiling parking_lot_core v0.9.12
12982026-05-20T15:58:42.697Z Compiling scopeguard v1.2.0
12992026-05-20T15:58:42.715Z Compiling serde_json v1.0.149
13002026-05-20T15:58:42.780Z Compiling lock_api v0.4.14
13012026-05-20T15:58:42.821Z Compiling dyn-clone v1.0.20
13022026-05-20T15:58:42.841Z Compiling log v0.4.29
13032026-05-20T15:58:42.971Z Compiling num-traits v0.2.19
13042026-05-20T15:58:42.980Z Compiling jobserver v0.1.34
13052026-05-20T15:58:42.984Z Compiling hashbrown v0.17.1
13062026-05-20T15:58:43.041Z Compiling thiserror v2.0.18
13072026-05-20T15:58:43.053Z Compiling find-msvc-tools v0.1.9
13082026-05-20T15:58:43.291Z Compiling shlex v1.3.0
13092026-05-20T15:58:43.304Z Compiling getrandom v0.4.2
13102026-05-20T15:58:43.424Z Compiling semver v1.0.28
13112026-05-20T15:58:43.567Z Compiling indexmap v2.14.0
13122026-05-20T15:58:43.590Z Compiling cc v1.2.62
13132026-05-20T15:58:43.610Z Compiling rand_core v0.10.1
13142026-05-20T15:58:43.629Z Compiling errno v0.3.14
13152026-05-20T15:58:43.759Z Compiling futures-core v0.3.32
13162026-05-20T15:58:43.910Z Compiling zerocopy v0.8.48
13172026-05-20T15:58:43.949Z Compiling heck v0.5.0
13182026-05-20T15:58:43.993Z Compiling futures-sink v0.3.32
13192026-05-20T15:58:44.096Z Compiling slab v0.4.12
13202026-05-20T15:58:44.196Z Compiling fnv v1.0.7
13212026-05-20T15:58:44.206Z Compiling uuid v1.23.1
13222026-05-20T15:58:44.274Z Compiling futures-channel v0.3.32
13232026-05-20T15:58:44.292Z Compiling schemars v0.8.22
13242026-05-20T15:58:44.499Z Compiling socket2 v0.6.3
13252026-05-20T15:58:44.557Z Compiling futures-task v0.3.32
13262026-05-20T15:58:44.612Z Compiling futures-io v0.3.32
13272026-05-20T15:58:44.624Z Compiling parking_lot v0.12.5
13282026-05-20T15:58:44.656Z Compiling rustversion v1.0.22
13292026-05-20T15:58:44.727Z Compiling signal-hook-registry v1.4.8
13302026-05-20T15:58:44.769Z Compiling mio v1.2.0
13312026-05-20T15:58:44.801Z Compiling portable-atomic v1.13.1
13322026-05-20T15:58:44.942Z Compiling getrandom v0.2.17
13332026-05-20T15:58:44.954Z Compiling typenum v1.20.0
13342026-05-20T15:58:45.026Z Compiling subtle v2.6.1
13352026-05-20T15:58:45.029Z Compiling bitflags v2.11.1
13362026-05-20T15:58:45.127Z Compiling untrusted v0.9.0
13372026-05-20T15:58:45.190Z Compiling critical-section v1.2.0
13382026-05-20T15:58:45.244Z Compiling base64 v0.22.1
13392026-05-20T15:58:45.266Z Compiling synstructure v0.13.2
13402026-05-20T15:58:45.270Z Compiling serde_derive_internals v0.29.1
13412026-05-20T15:58:45.296Z Compiling byteorder v1.5.0
13422026-05-20T15:58:45.519Z Compiling rand_core v0.6.4
13432026-05-20T15:58:45.573Z Compiling regex-syntax v0.8.10
13442026-05-20T15:58:45.603Z Compiling cmake v0.1.58
13452026-05-20T15:58:45.630Z Compiling dunce v1.0.5
13462026-05-20T15:58:45.726Z Compiling once_cell v1.21.4
13472026-05-20T15:58:45.747Z Compiling fs_extra v1.3.0
13482026-05-20T15:58:45.764Z Compiling atomic-waker v1.1.2
13492026-05-20T15:58:45.827Z Compiling httparse v1.10.1
13502026-05-20T15:58:45.885Z Compiling ipnet v2.12.0
13512026-05-20T15:58:45.943Z Compiling tower-layer v0.3.3
13522026-05-20T15:58:45.943Z Compiling tower-service v0.3.3
13532026-05-20T15:58:45.993Z Compiling aws-lc-sys v0.41.0
13542026-05-20T15:58:45.997Z Compiling slog v2.8.2
13552026-05-20T15:58:46.040Z Compiling generic-array v0.14.7
13562026-05-20T15:58:46.099Z Compiling ucd-trie v0.1.7
13572026-05-20T15:58:46.270Z Compiling rustix v1.1.4
13582026-05-20T15:58:46.334Z Compiling strsim v0.11.1
13592026-05-20T15:58:46.451Z Compiling try-lock v0.2.5
13602026-05-20T15:58:46.455Z Compiling thiserror v1.0.69
13612026-05-20T15:58:46.524Z Compiling serde_derive v1.0.228
13622026-05-20T15:58:46.540Z Compiling zerofrom-derive v0.1.7
13632026-05-20T15:58:46.571Z Compiling yoke-derive v0.8.2
13642026-05-20T15:58:46.637Z Compiling zerovec-derive v0.11.3
13652026-05-20T15:58:46.745Z Compiling displaydoc v0.2.5
13662026-05-20T15:58:46.763Z Compiling schemars_derive v0.8.22
13672026-05-20T15:58:46.956Z Compiling tokio-macros v2.7.0
13682026-05-20T15:58:47.520Z Compiling thiserror-impl v2.0.18
13692026-05-20T15:58:47.678Z Compiling zerocopy-derive v0.8.48
13702026-05-20T15:58:47.740Z Compiling zeroize_derive v1.4.3
13712026-05-20T15:58:47.767Z Compiling futures-macro v0.3.32
13722026-05-20T15:58:47.780Z Compiling zerofrom v0.1.8
13732026-05-20T15:58:47.905Z Compiling yoke v0.8.2
13742026-05-20T15:58:48.096Z Compiling zerovec v0.11.6
13752026-05-20T15:58:48.301Z Compiling zerotrie v0.2.4
13762026-05-20T15:58:48.424Z Compiling zeroize v1.8.2
13772026-05-20T15:58:48.591Z Compiling tinystr v0.8.3
13782026-05-20T15:58:48.607Z Compiling potential_utf v0.1.5
13792026-05-20T15:58:48.618Z Compiling futures-util v0.3.32
13802026-05-20T15:58:48.630Z Compiling ryu v1.0.23
13812026-05-20T15:58:48.842Z Compiling icu_locale_core v2.2.0
13822026-05-20T15:58:48.849Z Compiling icu_collections v2.2.0
13832026-05-20T15:58:48.973Z Compiling thiserror-impl v1.0.69
13842026-05-20T15:58:49.079Z Compiling want v0.3.1
13852026-05-20T15:58:49.281Z Compiling pest v2.8.6
13862026-05-20T15:58:49.307Z Compiling httpdate v1.0.3
13872026-05-20T15:58:49.546Z Compiling icu_provider v2.2.0
13882026-05-20T15:58:49.736Z Compiling bytes v1.11.1
13892026-05-20T15:58:49.818Z Compiling icu_normalizer v2.2.0
13902026-05-20T15:58:49.871Z Compiling icu_properties v2.2.0
13912026-05-20T15:58:50.128Z Compiling chrono v0.4.44
13922026-05-20T15:58:50.367Z Compiling http v1.4.0
13932026-05-20T15:58:50.403Z Compiling tokio v1.52.3
13942026-05-20T15:58:50.537Z Compiling serde_tokenstream v0.2.3
13952026-05-20T15:58:50.818Z Compiling idna_adapter v1.2.2
13962026-05-20T15:58:50.889Z Compiling erased-serde v0.3.31
13972026-05-20T15:58:50.957Z Compiling idna v1.1.0
13982026-05-20T15:58:51.049Z Compiling http-body v1.0.1
13992026-05-20T15:58:51.204Z Compiling pest_meta v2.8.6
14002026-05-20T15:58:51.393Z Compiling url v2.5.8
14012026-05-20T15:58:51.782Z Compiling getrandom v0.3.4
14022026-05-20T15:58:51.848Z Compiling ppv-lite86 v0.2.21
14032026-05-20T15:58:52.154Z Compiling pest_generator v2.8.6
14042026-05-20T15:58:52.165Z Compiling pretty-hex v0.4.2
14052026-05-20T15:58:52.270Z Compiling plain v0.2.3
14062026-05-20T15:58:52.288Z Compiling foldhash v0.2.0
14072026-05-20T15:58:52.299Z Compiling paste v1.0.15
14082026-05-20T15:58:52.379Z Compiling allocator-api2 v0.2.21
14092026-05-20T15:58:52.521Z Compiling crypto-common v0.1.7
14102026-05-20T15:58:52.547Z Compiling tracing-attributes v0.1.31
14112026-05-20T15:58:52.636Z Compiling tracing-core v0.1.36
14122026-05-20T15:58:52.652Z Compiling omicron-workspace-hack v0.1.0
14132026-05-20T15:58:52.703Z Compiling hashbrown v0.16.1
14142026-05-20T15:58:52.771Z Compiling pest_derive v2.8.6
14152026-05-20T15:58:52.877Z Compiling ident_case v1.0.1
14162026-05-20T15:58:53.237Z Compiling http-body-util v0.1.3
14172026-05-20T15:58:53.279Z Compiling serde_urlencoded v0.7.1
14182026-05-20T15:58:53.338Z Compiling aho-corasick v1.1.4
14192026-05-20T15:58:53.492Z Compiling ipnetwork v0.21.1
14202026-05-20T15:58:53.517Z Compiling sync_wrapper v1.0.2
14212026-05-20T15:58:53.527Z Compiling rustls-pki-types v1.14.1
14222026-05-20T15:58:53.536Z Compiling daft-derive v0.1.7
14232026-05-20T15:58:53.620Z Compiling fastrand v2.4.1
14242026-05-20T15:58:53.754Z Compiling tracing v0.1.44
14252026-05-20T15:58:53.879Z Compiling winnow v1.0.3
14262026-05-20T15:58:53.923Z Compiling scroll_derive v0.13.1
14272026-05-20T15:58:53.995Z Compiling async-trait v0.1.89
14282026-05-20T15:58:54.006Z Compiling ring v0.17.14
14292026-05-20T15:58:54.289Z Compiling regex-automata v0.4.14
14302026-05-20T15:58:54.524Z Compiling tokio-util v0.7.18
14312026-05-20T15:58:54.775Z Compiling powerfmt v0.2.0
14322026-05-20T15:58:54.979Z Compiling anyhow v1.0.102
14332026-05-20T15:58:54.990Z Compiling num-conv v0.2.1
14342026-05-20T15:58:54.993Z Compiling cpufeatures v0.2.17
14352026-05-20T15:58:55.069Z Compiling time-core v0.1.8
14362026-05-20T15:58:55.132Z Compiling deranged v0.5.8
14372026-05-20T15:58:55.215Z Compiling time-macros v0.2.27
14382026-05-20T15:58:55.274Z Compiling scroll v0.13.0
14392026-05-20T15:58:55.539Z Compiling oxnet v0.1.5
14402026-05-20T15:58:55.959Z Compiling regex v1.12.3
14412026-05-20T15:58:56.081Z Compiling block-buffer v0.10.4
14422026-05-20T15:58:56.180Z Compiling hex v0.4.3
14432026-05-20T15:58:56.292Z Compiling num_threads v0.1.7
14442026-05-20T15:58:56.395Z Compiling openssl-probe v0.2.1
14452026-05-20T15:58:56.435Z Compiling digest v0.10.7
14462026-05-20T15:58:56.581Z Compiling goblin v0.10.5
14472026-05-20T15:58:56.647Z Compiling camino v1.2.2
14482026-05-20T15:58:56.847Z Compiling crc32fast v1.5.0
14492026-05-20T15:58:56.870Z Compiling usdt-impl v0.6.0
14502026-05-20T15:58:56.882Z Compiling h2 v0.4.14
14512026-05-20T15:58:57.137Z Compiling dtrace-parser v0.3.0
14522026-05-20T15:58:57.683Z Compiling aws-lc-rs v1.17.0
14532026-05-20T15:58:57.999Z Compiling crossbeam-utils v0.8.21
14542026-05-20T15:58:58.353Z Compiling futures-executor v0.3.32
14552026-05-20T15:58:58.364Z Compiling structmeta-derive v0.3.0
14562026-05-20T15:58:58.498Z Compiling thread-id v5.1.0
14572026-05-20T15:58:58.581Z Compiling rustls v0.22.4
14582026-05-20T15:58:58.631Z Compiling adler2 v2.0.1
14592026-05-20T15:58:58.766Z Compiling simd-adler32 v0.3.9
14602026-05-20T15:58:58.803Z Compiling futures v0.3.32
14612026-05-20T15:58:58.879Z Compiling hyper v1.9.0
14622026-05-20T15:58:58.962Z Compiling miniz_oxide v0.8.9
14632026-05-20T15:58:59.253Z Compiling dof v0.4.0
14642026-05-20T15:58:59.383Z Compiling structmeta v0.3.0
14652026-05-20T15:58:59.469Z Compiling rand_core v0.9.5
14662026-05-20T15:58:59.688Z Compiling darling_core v0.23.0
14672026-05-20T15:58:59.873Z Compiling newtype-uuid-macros v0.1.0
14682026-05-20T15:59:00.216Z Compiling hyper-util v0.1.20
14692026-05-20T15:59:00.582Z Compiling thread_local v1.1.9
14702026-05-20T15:59:00.600Z Compiling untrusted v0.7.1
14712026-05-20T15:59:00.697Z Compiling match_cfg v0.1.0
14722026-05-20T15:59:00.724Z Compiling flate2 v1.1.9
14732026-05-20T15:59:00.766Z Compiling newtype-uuid v1.3.2
14742026-05-20T15:59:00.826Z Compiling slog-async v2.8.0
14752026-05-20T15:59:00.854Z Compiling quick-error v1.2.3
14762026-05-20T15:59:00.960Z Compiling rustls v0.23.40
14772026-05-20T15:59:01.107Z Compiling compression-core v0.4.32
14782026-05-20T15:59:01.126Z Compiling ref-cast v1.0.25
14792026-05-20T15:59:01.177Z Compiling daft v0.1.7
14802026-05-20T15:59:01.188Z Compiling rand_chacha v0.9.0
14812026-05-20T15:59:01.322Z Compiling compression-codecs v0.4.38
14822026-05-20T15:59:01.415Z Compiling usdt-macro v0.6.0
14832026-05-20T15:59:01.458Z Compiling usdt-attr-macro v0.6.0
14842026-05-20T15:59:01.532Z Compiling ref-cast-impl v1.0.25
14852026-05-20T15:59:01.584Z Compiling strum_macros v0.26.4
14862026-05-20T15:59:01.629Z Compiling serde_spanned v1.1.1
14872026-05-20T15:59:01.780Z Compiling multer v3.1.0
14882026-05-20T15:59:01.824Z Compiling darling_macro v0.23.0
14892026-05-20T15:59:01.994Z Compiling term v1.2.1
14902026-05-20T15:59:02.021Z Compiling toml_writer v1.1.1+spec-1.1.0
14912026-05-20T15:59:02.167Z Compiling take_mut v0.2.2
14922026-05-20T15:59:02.278Z Compiling bit-vec v0.8.0
14932026-05-20T15:59:02.448Z Compiling darling v0.23.0
14942026-05-20T15:59:02.508Z Compiling debug-ignore v1.0.5
14952026-05-20T15:59:02.519Z Compiling serde_with_macros v3.20.0
14962026-05-20T15:59:02.546Z Compiling bit-set v0.8.0
14972026-05-20T15:59:02.641Z Compiling rand v0.9.4
14982026-05-20T15:59:02.650Z Compiling async-stream-impl v0.3.6
14992026-05-20T15:59:02.653Z Compiling dropshot v0.17.0
15002026-05-20T15:59:02.705Z Compiling encoding_rs v0.8.35
15012026-05-20T15:59:02.716Z Compiling spin v0.9.8
15022026-05-20T15:59:02.827Z Compiling unarray v0.1.4
15032026-05-20T15:59:02.896Z Compiling mime v0.3.17
15042026-05-20T15:59:03.127Z Compiling derive-ex v0.1.8
15052026-05-20T15:59:03.174Z Compiling tower v0.5.3
15062026-05-20T15:59:03.233Z Compiling dropshot_endpoint v0.17.0
15072026-05-20T15:59:03.243Z Compiling strum v0.26.3
15082026-05-20T15:59:03.295Z Compiling async-stream v0.3.6
15092026-05-20T15:59:03.370Z Compiling macaddr v1.0.1
15102026-05-20T15:59:03.471Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15112026-05-20T15:59:03.594Z Compiling waitgroup v0.1.2
15122026-05-20T15:59:03.642Z Compiling serde_path_to_error v0.1.20
15132026-05-20T15:59:03.968Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15142026-05-20T15:59:04.002Z Compiling tower-http v0.6.10
15152026-05-20T15:59:04.100Z Compiling tempfile v3.27.0
15162026-05-20T15:59:04.142Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15172026-05-20T15:59:04.323Z Compiling openapiv3 v2.2.0
15182026-05-20T15:59:04.351Z Compiling strum_macros v0.27.2
15192026-05-20T15:59:04.568Z Compiling instant v0.1.13
15202026-05-20T15:59:04.677Z Compiling rustls-native-certs v0.8.3
15212026-05-20T15:59:04.688Z Compiling test-strategy v0.4.5
15222026-05-20T15:59:04.893Z Compiling time v0.3.47
15232026-05-20T15:59:05.022Z Compiling rustc-hash v2.1.2
15242026-05-20T15:59:05.150Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
15252026-05-20T15:59:05.770Z Compiling crossbeam-channel v0.5.15
15262026-05-20T15:59:06.159Z Compiling strum v0.27.2
15272026-05-20T15:59:06.377Z Compiling parse-display-derive v0.10.0
15282026-05-20T15:59:06.801Z Compiling backon v1.6.0
15292026-05-20T15:59:06.814Z Compiling rand_chacha v0.3.1
15302026-05-20T15:59:07.100Z Compiling rustls-webpki v0.102.8
15312026-05-20T15:59:07.492Z Compiling rand v0.8.6
15322026-05-20T15:59:08.032Z Compiling slog-json v2.6.1
15332026-05-20T15:59:08.044Z Compiling hostname v0.3.1
15342026-05-20T15:59:08.053Z Compiling toml_parser v1.1.2+spec-1.1.0
15352026-05-20T15:59:08.099Z Compiling toml_datetime v1.1.1+spec-1.1.0
15362026-05-20T15:59:08.176Z Compiling memmap2 v0.9.10
15372026-05-20T15:59:08.179Z Compiling wait-timeout v0.2.1
15382026-05-20T15:59:08.229Z Compiling is-terminal v0.4.17
15392026-05-20T15:59:08.327Z Compiling syn v1.0.109
15402026-05-20T15:59:08.391Z Compiling either v1.15.0
15412026-05-20T15:59:08.400Z Compiling toml v1.1.2+spec-1.1.0
15422026-05-20T15:59:08.482Z Compiling usdt v0.6.0
15432026-05-20T15:59:08.592Z Compiling rusty-fork v0.3.1
15442026-05-20T15:59:08.697Z Compiling slog-term v2.9.2
15452026-05-20T15:59:08.736Z Compiling slog-bunyan v2.5.0
15462026-05-20T15:59:08.875Z Compiling serde_with v3.20.0
15472026-05-20T15:59:08.947Z Compiling async-compression v0.4.42
15482026-05-20T15:59:09.100Z Compiling rand_xorshift v0.4.0
15492026-05-20T15:59:09.249Z Compiling sha1 v0.10.6
15502026-05-20T15:59:09.261Z Compiling rustls-pemfile v2.2.0
15512026-05-20T15:59:09.291Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
15522026-05-20T15:59:09.305Z Compiling regress v0.10.5
15532026-05-20T15:59:09.452Z Compiling hostname v0.4.2
15542026-05-20T15:59:09.467Z Compiling proptest v1.11.0
15552026-05-20T15:59:09.777Z Compiling tokio-rustls v0.25.0
15562026-05-20T15:59:09.906Z Compiling iddqd v0.3.18
15572026-05-20T15:59:11.385Z Compiling reqwest v0.12.28
15582026-05-20T15:59:11.400Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
15592026-05-20T15:59:11.653Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
15602026-05-20T15:59:12.709Z Compiling progenitor-client v0.10.0
15612026-05-20T15:59:12.944Z Compiling itertools v0.14.0
15622026-05-20T15:59:12.986Z Compiling parse-display v0.10.0
15632026-05-20T15:59:13.158Z Compiling backoff v0.4.0
15642026-05-20T15:59:13.336Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
15652026-05-20T15:59:14.109Z Compiling utf8parse v0.2.2
15662026-05-20T15:59:14.183Z Compiling colorchoice v1.0.5
15672026-05-20T15:59:14.221Z Compiling anstyle-parse v1.0.0
15682026-05-20T15:59:14.300Z Compiling anstyle-query v1.1.5
15692026-05-20T15:59:14.306Z Compiling anstyle v1.0.14
15702026-05-20T15:59:14.320Z Compiling is_terminal_polyfill v1.70.2
15712026-05-20T15:59:14.407Z Compiling clap_lex v1.1.0
15722026-05-20T15:59:14.536Z Compiling anstream v1.0.0
15732026-05-20T15:59:14.858Z Compiling regress v0.11.1
15742026-05-20T15:59:14.900Z Compiling clap_derive v4.6.1
15752026-05-20T15:59:15.151Z Compiling terminal_size v0.4.4
15762026-05-20T15:59:16.501Z Compiling typify-impl v0.6.2
15772026-05-20T15:59:16.717Z Compiling toml_datetime v0.6.11
15782026-05-20T15:59:16.870Z Compiling zerocopy-derive v0.7.35
15792026-05-20T15:59:17.156Z Compiling convert_case v0.4.0
15802026-05-20T15:59:17.460Z Compiling derive_more v0.99.20
15812026-05-20T15:59:17.752Z Compiling zerocopy v0.7.35
15822026-05-20T15:59:18.304Z Compiling clap_builder v4.6.0
15832026-05-20T15:59:18.456Z Compiling toml_edit v0.25.11+spec-1.1.0
15842026-05-20T15:59:19.300Z Compiling unicode-width v0.2.2
15852026-05-20T15:59:19.580Z Compiling proc-macro-crate v3.5.0
15862026-05-20T15:59:20.018Z Compiling clap v4.6.1
15872026-05-20T15:59:20.098Z Compiling secrecy v0.10.3
15882026-05-20T15:59:20.179Z Compiling crucible-workspace-hack v0.1.0
15892026-05-20T15:59:20.257Z Compiling float-ord v0.3.2
15902026-05-20T15:59:20.378Z Compiling tinyvec_macros v0.1.1
15912026-05-20T15:59:20.420Z Compiling num_enum_derive v0.7.6
15922026-05-20T15:59:20.446Z Compiling tinyvec v1.11.0
15932026-05-20T15:59:21.364Z Compiling dtrace-parser v0.2.0
15942026-05-20T15:59:21.495Z Compiling scroll_derive v0.12.1
15952026-05-20T15:59:21.711Z Compiling num-integer v0.1.46
15962026-05-20T15:59:21.973Z Compiling rustc_version v0.4.1
15972026-05-20T15:59:22.043Z Compiling usdt-impl v0.5.0
15982026-05-20T15:59:22.245Z Compiling scroll v0.12.0
15992026-05-20T15:59:22.255Z Compiling curve25519-dalek v4.1.3
16002026-05-20T15:59:22.265Z Compiling num_enum v0.7.6
16012026-05-20T15:59:22.699Z Compiling dof v0.3.0
16022026-05-20T15:59:22.829Z Compiling typify-macro v0.6.2
16032026-05-20T15:59:22.870Z Compiling hmac v0.12.1
16042026-05-20T15:59:22.935Z Compiling darling_core v0.21.3
16052026-05-20T15:59:23.011Z Compiling inout v0.1.4
16062026-05-20T15:59:23.027Z Compiling ff v0.13.1
16072026-05-20T15:59:23.073Z Compiling thread-id v4.2.2
16082026-05-20T15:59:23.123Z Compiling group v0.13.0
16092026-05-20T15:59:23.147Z Compiling cipher v0.4.4
16102026-05-20T15:59:23.147Z Compiling hkdf v0.12.4
16112026-05-20T15:59:23.807Z Compiling goblin v0.8.2
16122026-05-20T15:59:23.865Z Compiling num-rational v0.4.2
16132026-05-20T15:59:23.979Z Compiling num-iter v0.1.45
16142026-05-20T15:59:24.097Z Compiling thiserror-impl-no-std v2.0.2
16152026-05-20T15:59:24.170Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
16162026-05-20T15:59:24.622Z Compiling crossbeam-epoch v0.9.18
16172026-05-20T15:59:24.842Z Compiling universal-hash v0.5.1
16182026-05-20T15:59:24.907Z Compiling typify v0.6.2
16192026-05-20T15:59:24.970Z Compiling crypto-bigint v0.5.5
16202026-05-20T15:59:24.980Z Compiling half v2.7.1
16212026-05-20T15:59:24.995Z Compiling curve25519-dalek-derive v0.1.1
16222026-05-20T15:59:25.016Z Compiling darling_macro v0.21.3
16232026-05-20T15:59:25.203Z Compiling num-complex v0.4.6
16242026-05-20T15:59:25.611Z Compiling base16ct v0.2.0
16252026-05-20T15:59:25.631Z Compiling opaque-debug v0.3.1
16262026-05-20T15:59:25.684Z Compiling base64ct v1.8.3
16272026-05-20T15:59:25.697Z Compiling ciborium-io v0.2.2
16282026-05-20T15:59:25.768Z Compiling ciborium-ll v0.2.2
16292026-05-20T15:59:25.978Z Compiling password-hash v0.5.0
16302026-05-20T15:59:26.073Z Compiling elliptic-curve v0.13.8
16312026-05-20T15:59:26.099Z Compiling poly1305 v0.8.0
16322026-05-20T15:59:26.393Z Compiling darling v0.21.3
16332026-05-20T15:59:26.547Z Compiling num v0.4.3
16342026-05-20T15:59:26.622Z Compiling thiserror-no-std v2.0.2
16352026-05-20T15:59:27.063Z Compiling chacha20 v0.9.1
16362026-05-20T15:59:27.083Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
16372026-05-20T15:59:27.443Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
16382026-05-20T15:59:27.858Z Compiling blake2 v0.10.6
16392026-05-20T15:59:27.916Z Compiling byte-wrapper v0.1.0
16402026-05-20T15:59:27.946Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
16412026-05-20T15:59:28.271Z Compiling aead v0.5.2
16422026-05-20T15:59:28.271Z Compiling proc-macro-error-attr v1.0.4
16432026-05-20T15:59:28.431Z Compiling heapless v0.8.0
16442026-05-20T15:59:28.518Z Compiling rustix v0.38.44
16452026-05-20T15:59:28.542Z Compiling prettyplease v0.2.37
16462026-05-20T15:59:28.747Z Compiling keccak v0.1.6
16472026-05-20T15:59:28.792Z Compiling unsafe-libyaml v0.2.11
16482026-05-20T15:59:28.966Z Compiling sha3 v0.10.9
16492026-05-20T15:59:29.325Z Compiling serde_yaml v0.9.34+deprecated
16502026-05-20T15:59:29.542Z Compiling chacha20poly1305 v0.10.1
16512026-05-20T15:59:29.947Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
16522026-05-20T15:59:30.272Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
16532026-05-20T15:59:30.585Z Compiling argon2 v0.5.3
16542026-05-20T15:59:30.640Z Compiling vsss-rs v3.3.4
16552026-05-20T15:59:30.913Z Compiling ingot-macros v0.1.1
16562026-05-20T15:59:31.111Z Compiling ciborium v0.2.2
16572026-05-20T15:59:32.091Z Compiling usdt-attr-macro v0.5.0
16582026-05-20T15:59:32.406Z Compiling rustls-webpki v0.103.13
16592026-05-20T15:59:32.755Z Compiling usdt-macro v0.5.0
16602026-05-20T15:59:34.143Z Compiling serde_spanned v0.6.9
16612026-05-20T15:59:34.214Z Compiling enum-as-inner v0.6.1
16622026-05-20T15:59:34.295Z Compiling hash32 v0.3.1
16632026-05-20T15:59:34.451Z Compiling proc-macro-error v1.0.4
16642026-05-20T15:59:34.463Z Compiling memmap v0.7.0
16652026-05-20T15:59:34.655Z Compiling toml_write v0.1.2
16662026-05-20T15:59:34.703Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16672026-05-20T15:59:34.706Z Compiling smoltcp v0.11.0
16682026-05-20T15:59:34.810Z Compiling data-encoding v2.11.0
16692026-05-20T15:59:34.858Z Compiling indent_write v2.2.0
16702026-05-20T15:59:34.966Z Compiling winnow v0.7.15
16712026-05-20T15:59:35.003Z Compiling winnow v0.5.40
16722026-05-20T15:59:35.166Z Compiling usdt v0.5.0
16732026-05-20T15:59:35.517Z Compiling ingot-types v0.1.2
16742026-05-20T15:59:35.645Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
16752026-05-20T15:59:35.655Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
16762026-05-20T15:59:35.748Z Compiling tokio-rustls v0.26.4
16772026-05-20T15:59:35.936Z Compiling rustls-platform-verifier v0.7.0
16782026-05-20T15:59:36.026Z Compiling hyper-rustls v0.27.9
16792026-05-20T15:59:36.364Z Compiling reqwest v0.13.3
16802026-05-20T15:59:36.471Z Compiling toml_edit v0.22.27
16812026-05-20T15:59:36.479Z Compiling toml_edit v0.19.15
16822026-05-20T15:59:36.542Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
16832026-05-20T15:59:37.833Z Compiling progenitor-client v0.14.0
16842026-05-20T15:59:38.147Z Compiling progenitor-extras v0.2.0
16852026-05-20T15:59:38.390Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
16862026-05-20T15:59:38.486Z Compiling tabwriter v1.4.1
16872026-05-20T15:59:38.898Z Compiling cobs v0.3.0
16882026-05-20T15:59:39.106Z Compiling serde_repr v0.1.20
16892026-05-20T15:59:39.130Z Compiling memoffset v0.9.1
16902026-05-20T15:59:39.389Z Compiling bitflags v1.3.2
16912026-05-20T15:59:39.470Z Compiling cfg_aliases v0.2.1
16922026-05-20T15:59:39.548Z Compiling managed v0.8.0
16932026-05-20T15:59:39.711Z Compiling vcpkg v0.2.15
16942026-05-20T15:59:39.725Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
16952026-05-20T15:59:39.736Z Compiling pkg-config v0.3.33
16962026-05-20T15:59:39.980Z Compiling nix v0.31.3
16972026-05-20T15:59:40.274Z Compiling openssl-sys v0.9.116
16982026-05-20T15:59:40.289Z Compiling postcard v1.1.3
16992026-05-20T15:59:40.636Z Compiling toml v0.8.23
17002026-05-20T15:59:40.652Z Compiling proc-macro-crate v1.3.1
17012026-05-20T15:59:40.975Z Compiling ingot v0.1.1
17022026-05-20T15:59:40.990Z Compiling hubpack_derive v0.1.1
17032026-05-20T15:59:41.114Z Compiling foreign-types-macros v0.2.3
17042026-05-20T15:59:41.381Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17052026-05-20T15:59:41.575Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17062026-05-20T15:59:41.693Z Compiling semver v0.1.20
17072026-05-20T15:59:41.705Z Compiling foreign-types-shared v0.3.1
17082026-05-20T15:59:41.800Z Compiling resolv-conf v0.7.6
17092026-05-20T15:59:41.817Z Compiling rayon-core v1.13.0
17102026-05-20T15:59:41.826Z Compiling unicode-segmentation v1.13.2
17112026-05-20T15:59:41.962Z Compiling linked-hash-map v0.5.6
17122026-05-20T15:59:42.056Z Compiling static_assertions v1.1.0
17132026-05-20T15:59:42.135Z Compiling heck v0.4.1
17142026-05-20T15:59:42.154Z Compiling cpufeatures v0.3.0
17152026-05-20T15:59:42.188Z Compiling swrite v0.1.0
17162026-05-20T15:59:42.231Z Compiling colored v3.1.1
17172026-05-20T15:59:42.257Z Compiling chacha20 v0.10.0
17182026-05-20T15:59:42.286Z Compiling newline-converter v0.3.0
17192026-05-20T15:59:42.345Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17202026-05-20T15:59:42.408Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17212026-05-20T15:59:42.522Z Compiling lru-cache v0.1.2
17222026-05-20T15:59:42.667Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17232026-05-20T15:59:42.949Z Compiling rustc_version v0.1.7
17242026-05-20T15:59:43.026Z Compiling foreign-types v0.5.0
17252026-05-20T15:59:43.111Z Compiling hubpack v0.1.2
17262026-05-20T15:59:43.164Z Compiling num_enum_derive v0.5.11
17272026-05-20T15:59:43.651Z Compiling atomicwrites v0.4.4
17282026-05-20T15:59:43.858Z Compiling hickory-proto v0.24.4
17292026-05-20T15:59:44.203Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17302026-05-20T15:59:44.513Z Compiling progenitor-impl v0.13.0
17312026-05-20T15:59:44.612Z Compiling crossbeam-deque v0.8.6
17322026-05-20T15:59:44.794Z Compiling console v0.15.11
17332026-05-20T15:59:44.817Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17342026-05-20T15:59:45.350Z Compiling camino-tempfile v1.4.1
17352026-05-20T15:59:45.361Z Compiling serde-big-array v0.5.1
17362026-05-20T15:59:45.371Z Compiling pin-project-internal v1.1.13
17372026-05-20T15:59:45.471Z Compiling num-derive v0.4.2
17382026-05-20T15:59:45.504Z Compiling derive-where v1.6.1
17392026-05-20T15:59:45.596Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17402026-05-20T15:59:45.666Z Compiling cstr-argument v0.1.2
17412026-05-20T15:59:45.827Z Compiling similar v2.7.0
17422026-05-20T15:59:46.140Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#53f86457)
17432026-05-20T15:59:46.441Z Compiling minimal-lexical v0.2.1
17442026-05-20T15:59:46.477Z Compiling siphasher v1.0.3
17452026-05-20T15:59:46.520Z Compiling pin-project v1.1.13
17462026-05-20T15:59:46.641Z Compiling phf_shared v0.12.1
17472026-05-20T15:59:46.684Z Compiling nom v7.1.3
17482026-05-20T15:59:46.712Z Compiling expectorate v1.2.0
17492026-05-20T15:59:46.834Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17502026-05-20T15:59:46.846Z Compiling hickory-resolver v0.24.4
17512026-05-20T15:59:46.865Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
17522026-05-20T15:59:47.106Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17532026-05-20T15:59:47.235Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17542026-05-20T15:59:47.333Z Compiling num_enum v0.5.11
17552026-05-20T15:59:47.456Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
17562026-05-20T15:59:47.972Z Compiling newtype_derive v0.1.6
17572026-05-20T15:59:48.070Z Compiling rand v0.10.1
17582026-05-20T15:59:48.183Z Compiling progenitor-macro v0.13.0
17592026-05-20T15:59:48.218Z Compiling progenitor-client v0.13.0
17602026-05-20T15:59:48.912Z Compiling progenitor-impl v0.14.0
17612026-05-20T15:59:49.165Z Compiling unicode-normalization v0.1.25
17622026-05-20T15:59:49.499Z Compiling tokio-stream v0.1.18
17632026-05-20T15:59:49.653Z Compiling async-recursion v1.1.1
17642026-05-20T15:59:49.735Z Compiling snafu-derive v0.8.9
17652026-05-20T15:59:49.974Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299)
17662026-05-20T15:59:50.137Z Compiling slog-dtrace v0.3.0
17672026-05-20T15:59:50.287Z Compiling bstr v1.12.1
17682026-05-20T15:59:50.375Z Compiling csv-core v0.1.13
17692026-05-20T15:59:50.393Z Compiling same-file v1.0.6
17702026-05-20T15:59:50.577Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17712026-05-20T15:59:50.628Z Compiling openssl v0.10.80
17722026-05-20T15:59:50.784Z Compiling konst_macro_rules v0.2.19
17732026-05-20T15:59:50.919Z Compiling unicode-width v0.1.14
17742026-05-20T15:59:50.973Z Compiling highway v1.3.0
17752026-05-20T15:59:51.216Z Compiling foldhash v0.1.5
17762026-05-20T15:59:51.406Z Compiling owo-colors v4.3.0
17772026-05-20T15:59:51.451Z Compiling unicode-xid v0.2.6
17782026-05-20T15:59:51.561Z Compiling foreign-types-shared v0.1.1
17792026-05-20T15:59:51.582Z Compiling chrono-tz v0.10.4
17802026-05-20T15:59:51.654Z Compiling cancel-safe-futures v0.1.5
17812026-05-20T15:59:51.810Z Compiling foreign-types v0.3.2
17822026-05-20T15:59:51.836Z Compiling const_format_proc_macros v0.2.34
17832026-05-20T15:59:51.887Z Compiling snafu v0.8.9
17842026-05-20T15:59:51.941Z Compiling hashbrown v0.15.5
17852026-05-20T15:59:52.143Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17862026-05-20T15:59:52.298Z Compiling konst v0.2.20
17872026-05-20T15:59:52.499Z Compiling globset v0.4.18
17882026-05-20T15:59:52.507Z Compiling progenitor-macro v0.14.0
17892026-05-20T15:59:52.545Z Compiling csv v1.4.0
17902026-05-20T15:59:52.675Z Compiling walkdir v2.5.0
17912026-05-20T15:59:53.125Z Compiling qorb v0.4.1
17922026-05-20T15:59:53.144Z Compiling olpc-cjson v0.1.4
17932026-05-20T15:59:53.296Z Compiling progenitor v0.13.0
17942026-05-20T15:59:53.310Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17952026-05-20T15:59:53.337Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17962026-05-20T15:59:54.130Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17972026-05-20T15:59:54.695Z Compiling rayon v1.12.0
17982026-05-20T15:59:54.828Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
17992026-05-20T15:59:54.892Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18002026-05-20T15:59:55.187Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18012026-05-20T15:59:55.328Z Compiling phf v0.12.1
18022026-05-20T15:59:55.545Z Compiling zone_cfg_derive v0.3.1
18032026-05-20T15:59:55.890Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18042026-05-20T15:59:55.950Z Compiling tokio-dtrace v0.1.1
18052026-05-20T15:59:56.246Z Compiling itertools v0.12.1
18062026-05-20T15:59:56.307Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
18072026-05-20T15:59:56.526Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18082026-05-20T15:59:56.573Z Compiling libsw-core v0.3.2
18092026-05-20T15:59:56.752Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18102026-05-20T15:59:56.884Z Compiling serde_plain v1.0.2
18112026-05-20T15:59:56.956Z Compiling openssl-macros v0.1.1
18122026-05-20T15:59:57.106Z Compiling pem v3.0.6
18132026-05-20T15:59:57.379Z Compiling cookie v0.18.1
18142026-05-20T15:59:57.434Z Compiling sigpipe v0.1.3
18152026-05-20T15:59:57.499Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18162026-05-20T15:59:57.502Z Compiling glob v0.3.3
18172026-05-20T15:59:57.520Z Compiling bytecount v0.6.9
18182026-05-20T15:59:57.520Z Compiling fixedbitset v0.5.7
18192026-05-20T15:59:57.622Z Compiling typed-path v0.9.3
18202026-05-20T15:59:57.632Z Compiling fixedbitset v0.4.2
18212026-05-20T15:59:57.665Z Compiling jiff v0.2.24
18222026-05-20T15:59:57.764Z Compiling petgraph v0.8.3
18232026-05-20T15:59:57.866Z Compiling petgraph v0.6.5
18242026-05-20T15:59:57.920Z Compiling progenitor v0.14.0
18252026-05-20T15:59:57.958Z Compiling papergrid v0.11.0
18262026-05-20T15:59:59.006Z Compiling tough v0.22.0
18272026-05-20T15:59:59.404Z Compiling zone v0.3.1
18282026-05-20T15:59:59.557Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18292026-05-20T15:59:59.737Z Compiling libsw v3.5.0
18302026-05-20T15:59:59.881Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18312026-05-20T15:59:59.924Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18322026-05-20T16:00:00.081Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
18332026-05-20T16:00:00.216Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18342026-05-20T16:00:00.343Z Compiling oxide-tokio-rt v0.1.6
18352026-05-20T16:00:00.716Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18362026-05-20T16:00:01.156Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18372026-05-20T16:00:01.258Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18382026-05-20T16:00:01.494Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18392026-05-20T16:00:01.535Z Compiling const_format v0.2.36
18402026-05-20T16:00:01.992Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
18412026-05-20T16:00:02.130Z Compiling tabled_derive v0.7.0
18422026-05-20T16:00:02.415Z Compiling gethostname v0.5.0
18432026-05-20T16:00:02.419Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18442026-05-20T16:00:02.524Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18452026-05-20T16:00:02.543Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18462026-05-20T16:00:02.553Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18472026-05-20T16:00:02.622Z Compiling smf v0.2.3
18482026-05-20T16:00:02.646Z Compiling bcs v0.1.6
18492026-05-20T16:00:02.975Z Compiling nom v8.0.0
18502026-05-20T16:00:03.122Z Compiling unicode-linebreak v0.1.5
18512026-05-20T16:00:03.133Z Compiling smawk v0.3.2
18522026-05-20T16:00:03.234Z Compiling termtree v0.5.1
18532026-05-20T16:00:03.279Z Compiling linear-map v1.2.0
18542026-05-20T16:00:03.378Z Compiling tagptr v0.2.0
18552026-05-20T16:00:03.391Z Compiling whoami v1.6.1
18562026-05-20T16:00:03.472Z Compiling lazy_static v1.5.0
18572026-05-20T16:00:03.532Z Compiling moka v0.12.15
18582026-05-20T16:00:03.566Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18592026-05-20T16:00:03.721Z Compiling steno v0.4.1
18602026-05-20T16:00:03.986Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18612026-05-20T16:00:04.329Z Compiling textwrap v0.16.2
18622026-05-20T16:00:04.883Z Compiling tabled v0.15.0
18632026-05-20T16:00:05.008Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18642026-05-20T16:00:05.262Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18652026-05-20T16:00:05.713Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18662026-05-20T16:00:06.547Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18672026-05-20T16:00:07.020Z Compiling hickory-proto v0.25.2
18682026-05-20T16:00:07.529Z Compiling humantime v2.3.0
18692026-05-20T16:00:07.652Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
18702026-05-20T16:00:07.823Z Compiling parking_lot_core v0.8.6
18712026-05-20T16:00:07.964Z Compiling libscf-sys v1.2.0
18722026-05-20T16:00:08.176Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18732026-05-20T16:00:08.185Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
18742026-05-20T16:00:08.305Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18752026-05-20T16:00:08.563Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
18762026-05-20T16:00:08.673Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18772026-05-20T16:00:08.771Z Compiling parking_lot v0.11.2
18782026-05-20T16:00:08.981Z Compiling hickory-resolver v0.25.2
18792026-05-20T16:00:09.067Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
18802026-05-20T16:00:09.120Z Compiling fxhash v0.2.1
18812026-05-20T16:00:09.192Z Compiling internet-checksum v0.2.1
18822026-05-20T16:00:09.262Z Compiling sled v0.34.7
18832026-05-20T16:00:09.300Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
18842026-05-20T16:00:10.549Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18852026-05-20T16:00:12.994Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
18862026-05-20T16:00:13.630Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18872026-05-20T16:00:21.434Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18882026-05-20T16:00:23.051Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18892026-05-20T16:00:24.095Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
18902026-05-20T16:00:25.164Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
18912026-05-20T16:00:25.948Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
18922026-05-20T16:00:51.509Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 10s
18932026-05-20T16:00:51.691Z────────────
18942026-05-20T16:00:51.691Z Nextest run ID 0fca535d-4d5b-4a73-b539-a762824f8d0c with nextest profile: default
18952026-05-20T16:00:51.691Z Starting 101 tests across 3 binaries
18962026-05-20T16:00:51.702Z PASS [ 0.011s] rdb bestpath::test::test_bestpath
18972026-05-20T16:00:51.702Z PASS [ 0.011s] rdb bestpath::test::test_bestpath_med_same_as_equal_med
18982026-05-20T16:00:51.706Z PASS [ 0.011s] rdb bestpath::test::test_bestpath_med_per_as_grouping
18992026-05-20T16:00:51.706Z PASS [ 0.011s] rdb bestpath::test::test_bestpath_shutdown_preference
19002026-05-20T16:00:51.717Z PASS [ 0.010s] rdb db::test::test_prefix6_db_key_serialization
19012026-05-20T16:00:51.717Z PASS [ 0.010s] rdb db::test::test_prefix4_db_key_serialization
19022026-05-20T16:00:51.717Z PASS [ 0.010s] rdb db::test::test_prefix4_from_str
19032026-05-20T16:00:51.723Z PASS [ 0.010s] rdb db::test::test_prefix6_from_str
19042026-05-20T16:00:51.751Z PASS [ 0.057s] rdb db::test::test_ipv6_origin_crud
19052026-05-20T16:00:51.751Z PASS [ 0.057s] rdb db::test::test_ipv4_origin_crud
19062026-05-20T16:00:51.766Z PASS [ 0.064s] rdb db::test::test_mrib_static_persistence
19072026-05-20T16:00:51.769Z PASS [ 0.054s] rdb db::test::test_prefix_host_bit_normalization
19082026-05-20T16:00:51.769Z PASS [ 0.054s] rdb db::test::test_rib
19092026-05-20T16:00:51.775Z PASS [ 0.052s] rdb db::test::test_set_nexthop_shutdown_replaces_path
19102026-05-20T16:00:51.804Z PASS [ 0.055s] rdb db::test::test_static_routing_ipv6_basic
19112026-05-20T16:00:51.804Z PASS [ 0.055s] rdb db::test::test_static_routing_ipv4_basic
19122026-05-20T16:00:51.814Z PASS [ 0.011s] rdb mrib::rpf::tests::test_nexthops_from_paths
19132026-05-20T16:00:51.820Z PASS [ 0.054s] rdb db::test::test_static_routing_ipv6_vlan_id_handling
19142026-05-20T16:00:51.825Z PASS [ 0.053s] rdb db::test::test_static_routing_multiple_routes_same_prefix
19152026-05-20T16:00:51.825Z PASS [ 0.054s] rdb db::test::test_static_routing_mixed_address_families
19162026-05-20T16:00:51.831Z PASS [ 0.051s] rdb db::test::test_static_routing_vlan_id_handling
19172026-05-20T16:00:51.831Z PASS [ 0.012s] rdb mrib::rpf::tests::test_rpf_ecmp_v6
19182026-05-20T16:00:51.834Z PASS [ 0.012s] rdb mrib::rpf::tests::test_rpf_table_linear_scan
19192026-05-20T16:00:51.837Z PASS [ 0.011s] rdb mrib::rpf::tests::test_rpf_table_linear_scan_v6
19202026-05-20T16:00:52.820Z PASS [ 1.016s] rdb mrib::rpf::tests::test_rpf_ecmp_different_priorities
19212026-05-20T16:00:52.834Z PASS [ 0.013s] rdb mrib::rpf::tests::test_rpf_v6_lpm
19222026-05-20T16:00:52.839Z PASS [ 1.013s] rdb mrib::rpf::tests::test_rpf_lpm
19232026-05-20T16:00:52.839Z PASS [ 1.013s] rdb mrib::rpf::tests::test_rpf_table_all_shutdown
19242026-05-20T16:00:52.842Z PASS [ 1.013s] rdb mrib::rpf::tests::test_rpf_table_shutdown_paths
19252026-05-20T16:00:52.846Z PASS [ 1.012s] rdb mrib::rpf::tests::test_rpf_table_with_poptrie
19262026-05-20T16:00:52.851Z PASS [ 0.012s] rdb mrib::test::test_mrib_in_vs_loc
19272026-05-20T16:00:52.851Z PASS [ 0.013s] rdb mrib::test::test_mrib_basic
19282026-05-20T16:00:52.852Z PASS [ 1.012s] rdb mrib::rpf::tests::test_rpf_table_with_poptrie_v6
19292026-05-20T16:00:52.857Z PASS [ 0.011s] rdb mrib::test::test_mrib_ipv6_groups
19302026-05-20T16:00:52.861Z PASS [ 0.011s] rdb mrib::test::test_mrib_watchers
19312026-05-20T16:00:52.861Z PASS [ 0.013s] rdb proptest::prop_ipv4_default_contains_all
19322026-05-20T16:00:52.864Z PASS [ 0.013s] rdb proptest::prop_ipv4_host_bits_always_unset
19332026-05-20T16:00:52.867Z PASS [ 0.013s] rdb proptest::prop_ipv4_unset_host_bits_idempotent
19342026-05-20T16:00:52.870Z PASS [ 0.013s] rdb proptest::prop_ipv4_within_self
19352026-05-20T16:00:52.875Z PASS [ 0.013s] rdb proptest::prop_ipv6_default_contains_all
19362026-05-20T16:00:52.878Z PASS [ 0.013s] rdb proptest::prop_ipv6_host_bits_always_unset
19372026-05-20T16:00:52.878Z PASS [ 0.013s] rdb proptest::prop_ipv6_unset_host_bits_idempotent
19382026-05-20T16:00:52.881Z PASS [ 0.013s] rdb proptest::prop_ipv6_within_self
19392026-05-20T16:00:52.888Z PASS [ 0.013s] rdb proptest::prop_multicast_addr_ip_roundtrip_v6
19402026-05-20T16:00:52.896Z PASS [ 0.020s] rdb proptest::prop_multicast_addr_ip_roundtrip_v4
19412026-05-20T16:00:52.899Z PASS [ 0.013s] rdb proptest::prop_multicast_addr_v4_rejects_link_local
19422026-05-20T16:00:52.899Z PASS [ 0.019s] rdb proptest::prop_multicast_addr_v4_arbitrary_valid
19432026-05-20T16:00:52.903Z PASS [ 0.015s] rdb proptest::prop_multicast_addr_v4_rejects_unicast
19442026-05-20T16:00:52.906Z PASS [ 0.013s] rdb proptest::prop_multicast_addr_v6_arbitrary_valid
19452026-05-20T16:00:52.910Z PASS [ 0.013s] rdb proptest::prop_multicast_addr_v6_rejects_interface_local
19462026-05-20T16:00:52.915Z PASS [ 0.013s] rdb proptest::prop_multicast_addr_v6_rejects_link_local
19472026-05-20T16:00:52.918Z PASS [ 0.013s] rdb proptest::prop_multicast_addr_v6_rejects_unicast
19482026-05-20T16:00:52.945Z PASS [ 0.015s] rdb proptest::prop_non_admin_local_underlay_rejected
19492026-05-20T16:00:52.949Z PASS [ 0.018s] rdb proptest::prop_route_admin_local_underlay_valid
19502026-05-20T16:00:52.949Z PASS [ 0.081s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19512026-05-20T16:00:52.949Z PASS [ 0.023s] rdb proptest::prop_route_key_arbitrary_valid
19522026-05-20T16:00:52.949Z PASS [ 0.017s] rdb proptest::prop_route_key_asm_star_g_valid_v4
19532026-05-20T16:00:52.949Z PASS [ 0.013s] rdb proptest::prop_route_key_invalid_vni
19542026-05-20T16:00:52.949Z PASS [ 0.018s] rdb proptest::prop_route_key_asm_star_g_valid_v6
19552026-05-20T16:00:52.950Z PASS [ 0.013s] rdb proptest::prop_route_key_ssm_requires_source_v4
19562026-05-20T16:00:52.950Z PASS [ 0.013s] rdb proptest::prop_route_key_sg_valid_v6
19572026-05-20T16:00:52.953Z PASS [ 0.021s] rdb proptest::prop_route_key_sg_valid_v4
19582026-05-20T16:00:52.953Z PASS [ 0.013s] rdb proptest::prop_route_key_ssm_requires_source_v6
19592026-05-20T16:00:52.957Z PASS [ 0.016s] rdb proptest::prop_route_key_ssm_with_source_valid_v4
19602026-05-20T16:00:52.960Z PASS [ 0.013s] rdb proptest::prop_route_key_ssm_with_source_valid_v6
19612026-05-20T16:00:52.963Z PASS [ 0.013s] rdb proptest::prop_route_key_valid_vni_v6
19622026-05-20T16:00:52.968Z PASS [ 0.015s] rdb proptest::prop_static_route_key_deduplication
19632026-05-20T16:00:52.971Z PASS [ 0.022s] rdb proptest::prop_route_key_valid_vni
19642026-05-20T16:00:52.975Z PASS [ 0.018s] rdb proptest::prop_static_route_key_normalization_idempotent
19652026-05-20T16:00:52.979Z PASS [ 0.018s] rdb proptest::prop_static_route_key_normalization_preserves_fields
19662026-05-20T16:00:52.982Z PASS [ 0.018s] rdb proptest::prop_static_route_key_normalization_preserves_length
19672026-05-20T16:00:52.986Z PASS [ 0.018s] rdb proptest::prop_static_route_key_normalized_has_no_host_bits
19682026-05-20T16:00:52.986Z PASS [ 0.008s] rdb types::test::bgp_path_identity
19692026-05-20T16:00:52.989Z PASS [ 0.013s] rdb proptest::prop_unicast_addr_v4_rejects_class_e
19702026-05-20T16:00:52.989Z PASS [ 0.008s] rdb types::test::bgp_vs_static_ordering
19712026-05-20T16:00:52.992Z PASS [ 0.023s] rdb proptest::prop_static_route_key_ord_consistency
19722026-05-20T16:00:52.992Z PASS [ 0.008s] rdb types::test::broadcast_source_rejected
19732026-05-20T16:00:52.995Z PASS [ 0.008s] rdb types::test::btreeset_coexistence
19742026-05-20T16:00:52.995Z PASS [ 0.008s] rdb types::test::btreeset_insert_is_noop
19752026-05-20T16:00:52.998Z PASS [ 0.008s] rdb types::test::btreeset_remove
19762026-05-20T16:00:53.001Z PASS [ 0.008s] rdb types::test::btreeset_replace
19772026-05-20T16:00:53.001Z PASS [ 0.008s] rdb types::test::loopback_source_rejected_v4
19782026-05-20T16:00:53.001Z PASS [ 0.008s] rdb types::test::loopback_source_rejected_v6
19792026-05-20T16:00:53.006Z PASS [ 0.008s] rdb types::test::multicast_rpf_invalid_v4
19802026-05-20T16:00:53.006Z PASS [ 0.008s] rdb types::test::multicast_rpf_invalid_v6
19812026-05-20T16:00:53.009Z PASS [ 0.008s] rdb types::test::multicast_source_rejected_v4
19822026-05-20T16:00:53.009Z PASS [ 0.008s] rdb types::test::multicast_source_rejected_v6
19832026-05-20T16:00:53.009Z PASS [ 0.008s] rdb types::test::ord_contract
19842026-05-20T16:00:53.009Z PASS [ 0.008s] rdb types::test::prefix_no_cross_family_within
19852026-05-20T16:00:53.012Z PASS [ 0.008s] rdb types::test::route_key_af_mismatch_v4_source_v6_group
19862026-05-20T16:00:53.015Z PASS [ 0.008s] rdb types::test::route_key_af_mismatch_v6_source_v4_group
19872026-05-20T16:00:53.015Z PASS [ 0.008s] rdb types::test::rpf_af_mismatch_v4_rpf_v6_group
19882026-05-20T16:00:53.018Z PASS [ 0.008s] rdb types::test::rpf_af_mismatch_v6_rpf_v4_group
19892026-05-20T16:00:53.018Z PASS [ 0.008s] rdb types::test::static_path_identity
19902026-05-20T16:00:53.018Z PASS [ 0.008s] rdb types::test::unicast_rpf_valid_v4
19912026-05-20T16:00:53.021Z PASS [ 0.007s] rdb types::test::unicast_rpf_valid_v6
19922026-05-20T16:00:53.025Z PASS [ 0.008s] rdb types::test::unspecified_source_rejected_v4
19932026-05-20T16:00:53.025Z PASS [ 0.008s] rdb types::test::unspecified_source_rejected_v6
19942026-05-20T16:00:53.753Z PASS [ 2.060s] rdb db::test::test_mrib_any_source_vs_source_specific
19952026-05-20T16:00:53.849Z PASS [ 1.014s] rdb mrib::rpf::tests::test_rpf_v6_with_nexthop_interface
19962026-05-20T16:00:55.754Z PASS [ 4.060s] rdb db::test::test_mrib_revalidation_on_rib_change
19972026-05-20T16:00:55.754Z────────────
19982026-05-20T16:00:55.754Z Summary [ 4.061s] 101 tests run: 101 passed, 0 skipped
19992026-05-20T16:00:55.767Z+ cp mrib_asm_ssm.log mrib_in_loc_test.log mrib_persist1.log mrib_persist2.log mrib_reval.log mrib_test.log mrib_v6_test.log mrib_watcher_test.log rib.log rpf_all_shutdown.log rpf_ecmp_priority.log rpf_ecmp_v6.log rpf_linear_scan_v6.log rpf_linear_scan.log rpf_lpm.log rpf_poptrie_v6.log rpf_poptrie.log rpf_shutdown.log rpf_v6_interface.log rpf_v6_lpm.log /work/
20002026-05-20T16:00:55.772Z+ popd
20012026-05-20T16:00:55.772Z/work/oxidecomputer/maghemite
20022026-05-20T16:00:55.772Zprocess exited: duration 289478 ms, exit code 0
 
20032026-05-20T16:00:55.784Zfound 20 output files
20042026-05-20T16:00:55.788Zuploading: /work/mrib_asm_ssm.log (892 bytes)
20052026-05-20T16:00:56.796Zuploaded: /work/mrib_asm_ssm.log
20062026-05-20T16:00:56.796Zuploading: /work/mrib_in_loc_test.log (0 bytes)
20072026-05-20T16:00:57.803Zuploaded: /work/mrib_in_loc_test.log
20082026-05-20T16:00:57.803Zuploading: /work/mrib_persist1.log (0 bytes)
20092026-05-20T16:00:58.810Zuploaded: /work/mrib_persist1.log
20102026-05-20T16:00:58.810Zuploading: /work/mrib_persist2.log (0 bytes)
20112026-05-20T16:00:59.820Zuploaded: /work/mrib_persist2.log
20122026-05-20T16:00:59.820Zuploading: /work/mrib_reval.log (445 bytes)
20132026-05-20T16:01:00.835Zuploaded: /work/mrib_reval.log
20142026-05-20T16:01:00.835Zuploading: /work/mrib_test.log (0 bytes)
20152026-05-20T16:01:01.846Zuploaded: /work/mrib_test.log
20162026-05-20T16:01:01.847Zuploading: /work/mrib_v6_test.log (0 bytes)
20172026-05-20T16:01:02.855Zuploaded: /work/mrib_v6_test.log
20182026-05-20T16:01:02.855Zuploading: /work/mrib_watcher_test.log (0 bytes)
20192026-05-20T16:01:03.864Zuploaded: /work/mrib_watcher_test.log
20202026-05-20T16:01:03.864Zuploading: /work/rib.log (700 bytes)
20212026-05-20T16:01:04.875Zuploaded: /work/rib.log
20222026-05-20T16:01:04.880Zuploading: /work/rpf_all_shutdown.log (0 bytes)
20232026-05-20T16:01:05.888Zuploaded: /work/rpf_all_shutdown.log
20242026-05-20T16:01:05.888Zuploading: /work/rpf_ecmp_priority.log (0 bytes)
20252026-05-20T16:01:06.895Zuploaded: /work/rpf_ecmp_priority.log
20262026-05-20T16:01:06.895Zuploading: /work/rpf_ecmp_v6.log (0 bytes)
20272026-05-20T16:01:07.902Zuploaded: /work/rpf_ecmp_v6.log
20282026-05-20T16:01:07.902Zuploading: /work/rpf_linear_scan.log (0 bytes)
20292026-05-20T16:01:08.917Zuploaded: /work/rpf_linear_scan.log
20302026-05-20T16:01:08.917Zuploading: /work/rpf_linear_scan_v6.log (0 bytes)
20312026-05-20T16:01:09.939Zuploaded: /work/rpf_linear_scan_v6.log
20322026-05-20T16:01:09.940Zuploading: /work/rpf_lpm.log (0 bytes)
20332026-05-20T16:01:10.960Zuploaded: /work/rpf_lpm.log
20342026-05-20T16:01:10.960Zuploading: /work/rpf_poptrie.log (0 bytes)
20352026-05-20T16:01:11.972Zuploaded: /work/rpf_poptrie.log
20362026-05-20T16:01:11.972Zuploading: /work/rpf_poptrie_v6.log (0 bytes)
20372026-05-20T16:01:12.980Zuploaded: /work/rpf_poptrie_v6.log
20382026-05-20T16:01:12.980Zuploading: /work/rpf_shutdown.log (0 bytes)
20392026-05-20T16:01:13.988Zuploaded: /work/rpf_shutdown.log
20402026-05-20T16:01:13.988Zuploading: /work/rpf_v6_interface.log (0 bytes)
20412026-05-20T16:01:14.997Zuploaded: /work/rpf_v6_interface.log
20422026-05-20T16:01:14.997Zuploading: /work/rpf_v6_lpm.log (0 bytes)
20432026-05-20T16:01:16.017Zuploaded: /work/rpf_v6_lpm.log