01KVB4XQ4K5FGJ9AVA7JS9CSKC: 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: 01KVB4YK0FVF61Z4JDPJNE1WRX

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-17T16:00:48.766Zjob assigned to worker 01KVB4Z29Z8NW0NM9SEET35GRN [factory aws, i-0369538a2c0f6594d] (queued for 1 m 7 s)
 
22026-06-17T16:00:55.442Zstarting task 0: "setup"
32026-06-17T16:00:55.448Z++ uname -s
42026-06-17T16:00:55.451Z+ kern=SunOS
52026-06-17T16:00:55.451Z+ build_user=build
62026-06-17T16:00:55.451Z+ build_uid=12345
72026-06-17T16:00:55.451Z+ work_dir=/work
82026-06-17T16:00:55.451Z+ input_dir=/input
92026-06-17T16:00:55.451Z+ [[ 0 == 12345 ]]
102026-06-17T16:00:55.451Z+ case "$kern" in
112026-06-17T16:00:55.451Z+ groupadd -g 12345 build
122026-06-17T16:00:55.451Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-17T16:00:57.457Z+ zfs create -o mountpoint=/work rpool/work
142026-06-17T16:00:57.521Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-17T16:00:57.524Z+ home_fs=zfs
162026-06-17T16:00:57.524Z+ [[ zfs == autofs ]]
172026-06-17T16:00:57.524Z+ mkdir -p /home/build
182026-06-17T16:00:57.524Z+ chown build:build /home/build /work
192026-06-17T16:00:59.531Z+ chmod 0700 /home/build /work
202026-06-17T16:00:59.541Zprocess exited: duration 4084 ms, exit code 0
 
212026-06-17T16:00:59.549Zstarting task 1: "rust-toolchain"
222026-06-17T16:00:59.552Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-17T16:00:59.552Z * rust toolchain channel = "stable"
242026-06-17T16:00:59.552Z * rust toolchain profile = "default"
252026-06-17T16:00:59.552Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-17T16:00:59.552Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-17T16:00:59.552Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-17T16:00:59.556Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-17T16:00:59.556Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-17T16:00:59.651Zinfo: downloading installer
312026-06-17T16:01:01.254Zwarn: It looks like you have an existing installation of Rust at:
322026-06-17T16:01:01.254Zwarn: /opt/ooce/bin
332026-06-17T16:01:01.254Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-17T16:01:01.254Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-17T16:01:01.254Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-17T16:01:01.254Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-17T16:01:01.254Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-17T16:01:01.255Zerror: cannot install while Rust is installed
392026-06-17T16:01:01.255Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-17T16:01:01.255Zwarn: It looks like you have an existing rustup settings file at:
412026-06-17T16:01:01.255Zwarn: /home/build/.rustup/settings.toml
422026-06-17T16:01:01.255Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-17T16:01:01.255Zwarn: instead of the one inferred from the default host triple.
442026-06-17T16:01:01.268Zinfo: profile set to default
452026-06-17T16:01:01.268Zinfo: default host triple is x86_64-unknown-illumos
462026-06-17T16:01:01.271Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-17T16:01:01.438Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-17T16:01:01.441Zinfo: downloading 6 components
492026-06-17T16:01:18.525Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-06-17T16:01:18.525Z
512026-06-17T16:01:18.552Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-17T16:01:18.552Z
532026-06-17T16:01:18.552Z
542026-06-17T16:01:18.552ZRust is installed now. Great!
552026-06-17T16:01:18.552Z
562026-06-17T16:01:18.552ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-17T16:01:18.552Zenvironment variable. This has not been done automatically.
582026-06-17T16:01:18.552Z
592026-06-17T16:01:18.552ZTo configure your current shell, you need to source
602026-06-17T16:01:18.552Zthe corresponding env file under $HOME/.cargo.
612026-06-17T16:01:18.552Z
622026-06-17T16:01:18.552ZThis is usually done by running one of the following (note the leading DOT):
632026-06-17T16:01:18.552Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-17T16:01:18.553Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-17T16:01:18.553Zsource "~/.cargo/env.nu" # For nushell
662026-06-17T16:01:18.553Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-17T16:01:18.553Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-17T16:01:18.553Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-17T16:01:18.560Zwarn: no default linker (`cc`) was found in your PATH
702026-06-17T16:01:18.560Zwarn: many Rust crates require a system C toolchain to build
712026-06-17T16:01:18.656Z+ rustup --version
722026-06-17T16:01:18.666Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-17T16:01:18.674Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-17T16:01:18.686Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-17T16:01:18.690Z+ cargo --version
762026-06-17T16:01:18.701Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-17T16:01:18.706Z+ rustc --version
782026-06-17T16:01:18.722Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-17T16:01:18.741Zprocess exited: duration 19174 ms, exit code 0
 
802026-06-17T16:01:18.755Zstarting task 2: "authentication"
812026-06-17T16:01:18.771Zprocess exited: duration 16 ms, exit code 0
 
822026-06-17T16:01:18.777Zstarting task 3: "clone repository"
832026-06-17T16:01:18.780Z+ mkdir -p /work/oxidecomputer/maghemite
842026-06-17T16:01:18.785Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-06-17T16:01:18.877ZCloning into '/work/oxidecomputer/maghemite'...
862026-06-17T16:01:20.301Z+ cd /work/oxidecomputer/maghemite
872026-06-17T16:01:20.301Z+ git fetch origin 2b5cf1e441c8b79cb32dd9105cf5d3e9684cc5f3
882026-06-17T16:01:20.632ZFrom https://github.com/oxidecomputer/maghemite
892026-06-17T16:01:20.632Z * branch 2b5cf1e441c8b79cb32dd9105cf5d3e9684cc5f3 -> FETCH_HEAD
902026-06-17T16:01:20.639Z+ [[ -n trey/md5-auth-key ]]
912026-06-17T16:01:20.642Z++ git branch --show-current
922026-06-17T16:01:20.642Z+ current=main
932026-06-17T16:01:20.642Z+ [[ main != trey/md5-auth-key ]]
942026-06-17T16:01:20.642Z+ git branch -f trey/md5-auth-key 2b5cf1e441c8b79cb32dd9105cf5d3e9684cc5f3
952026-06-17T16:01:20.645Z+ git checkout -f trey/md5-auth-key
962026-06-17T16:01:20.664ZSwitched to branch 'trey/md5-auth-key'
972026-06-17T16:01:20.667Z+ git reset --hard 2b5cf1e441c8b79cb32dd9105cf5d3e9684cc5f3
982026-06-17T16:01:20.682ZHEAD is now at 2b5cf1e fmt: yank trailing newline
992026-06-17T16:01:20.686Zprocess exited: duration 1905 ms, exit code 0
 
1002026-06-17T16:01:20.691Zstarting task 4: "build"
1012026-06-17T16:01:20.695Z+ set -e
1022026-06-17T16:01:20.695Z+ source .github/buildomat/test-common.sh
1032026-06-17T16:01:20.699Z++ NEXTEST_VERSION=0.9.97
1042026-06-17T16:01:20.699Z++ PLATFORM=illumos
1052026-06-17T16:01:20.699Z++ banner install
1062026-06-17T16:01:20.699Z
1072026-06-17T16:01:20.699Z # # # #### ##### ## # #
1082026-06-17T16:01:20.699Z # ## # # # # # # #
1092026-06-17T16:01:20.699Z # # # # #### # # # # #
1102026-06-17T16:01:20.699Z # # # # # # ###### # #
1112026-06-17T16:01:20.699Z # # ## # # # # # # #
1122026-06-17T16:01:20.699Z # # # #### # # # ###### ######
1132026-06-17T16:01:20.699Z
1142026-06-17T16:01:20.699Z++ set +o errexit
1152026-06-17T16:01:20.702Z++ pkg info clang-15
1162026-06-17T16:01:20.702Z++ grep -qi installed
1172026-06-17T16:01:22.438Zpkg: info: no packages matching the following patterns you specified are
1182026-06-17T16:01:22.438Zinstalled on the system. Try querying remotely instead:
1192026-06-17T16:01:22.438Z
1202026-06-17T16:01:22.438Z clang-15
1212026-06-17T16:01:22.476Z++ [[ 1 != 0 ]]
1222026-06-17T16:01:22.476Z++ set -o errexit
1232026-06-17T16:01:22.476Z++ pfexec pkg install clang-15
1242026-06-17T16:01:29.046Z Startup: Refreshing catalog 'helios-dev' ... Done
1252026-06-17T16:01:37.058Z Startup: Caching catalogs ... Done
1262026-06-17T16:01:44.368ZPlanning: Solver setup ... Done
1272026-06-17T16:01:44.408ZPlanning: Running solver ... Done
1282026-06-17T16:01:44.552ZPlanning: Finding local manifests ... Done
1292026-06-17T16:01:44.571ZPlanning: Fetching manifests: 0/2 0% complete
1302026-06-17T16:01:44.671ZPlanning: Fetching manifests: 2/2 100% complete
1312026-06-17T16:01:44.700ZPlanning: Package planning ... Done
1322026-06-17T16:01:44.726ZPlanning: Merging actions ... Done
1332026-06-17T16:01:45.527ZPlanning: Checking for conflicting actions ... Done
1342026-06-17T16:01:45.533ZPlanning: Consolidating action changes ... Done
1352026-06-17T16:01:52.045ZPlanning: Evaluating mediators ... Done
1362026-06-17T16:01:52.051ZPlanning: Planning completed in 14.82 seconds
1372026-06-17T16:01:52.065Z Packages to install: 2
1382026-06-17T16:01:52.065Z Mediators to change: 2
1392026-06-17T16:01:52.068Z Services to change: 1
1402026-06-17T16:01:52.068Z Create boot environment: No
1412026-06-17T16:01:52.068ZCreate backup boot environment: No
1422026-06-17T16:01:52.232Z
1432026-06-17T16:01:52.232ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1442026-06-17T16:01:57.233ZDownload: 1473/3076 items 102.8/211.3MB 48% complete (20.9M/s)
1452026-06-17T16:02:01.338ZDownload: Completed 211.31 MB in 9.10 seconds (23.2M/s)
1462026-06-17T16:02:01.789Z Actions: 1/3418 actions (Installing new actions)
1472026-06-17T16:02:05.307Z Actions: Completed 3418 actions in 3.52 seconds.
1482026-06-17T16:02:05.964Z Done
1492026-06-17T16:02:05.964Z Done
1502026-06-17T16:02:06.727Z Done
1512026-06-17T16:02:13.476Z Done
1522026-06-17T16:02:13.656Z Done
1532026-06-17T16:02:13.659Z Done
1542026-06-17T16:02:13.772Z Done
1552026-06-17T16:02:14.455Z++ set -o errexit
1562026-06-17T16:02:14.455Z++ cargo --version
1572026-06-17T16:02:14.462Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
1582026-06-17T16:02:14.606Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
1592026-06-17T16:02:14.609Zinfo: downloading 6 components
1602026-06-17T16:02:30.113Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1612026-06-17T16:02:30.115Z++ rustc --version
1622026-06-17T16:02:30.144Zrustc 1.95.0 (59807616e 2026-04-14)
1632026-06-17T16:02:30.147Z++ cargo install cargo-nextest --version 0.9.97
1642026-06-17T16:02:30.189Z Updating crates.io index
1652026-06-17T16:02:30.291Z Downloading crates ...
1662026-06-17T16:02:30.344Z Downloaded cargo-nextest v0.9.97
1672026-06-17T16:02:30.406Z Installing cargo-nextest v0.9.97
1682026-06-17T16:02:30.448Z Updating crates.io index
1692026-06-17T16:02:33.078Z Locking 404 packages to latest compatible versions
1702026-06-17T16:02:33.081Z Adding dialoguer v0.11.0 (available: v0.12.0)
1712026-06-17T16:02:33.084Z Adding duct v0.13.7 (available: v1.1.1)
1722026-06-17T16:02:33.084Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1732026-06-17T16:02:33.084Z Adding generic-array v0.14.7 (available: v0.14.9)
1742026-06-17T16:02:33.087Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1752026-06-17T16:02:33.087Z Adding itertools v0.14.0 (available: v0.15.0)
1762026-06-17T16:02:33.087Z Adding nextest-filtering v0.15.0 (available: v0.21.1)
1772026-06-17T16:02:33.087Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1782026-06-17T16:02:33.090Z Adding nextest-runner v0.80.0 (available: v0.118.0)
1792026-06-17T16:02:33.093Z Adding quick-junit v0.5.2 (available: v0.6.0)
1802026-06-17T16:02:33.122Z Downloading crates ...
1812026-06-17T16:02:33.198Z Downloaded addr2line v0.25.1
1822026-06-17T16:02:33.201Z Downloaded adler2 v2.0.1
1832026-06-17T16:02:33.201Z Downloaded futures-task v0.3.32
1842026-06-17T16:02:33.201Z Downloaded foreign-types-shared v0.1.1
1852026-06-17T16:02:33.204Z Downloaded enable-ansi-support v0.2.1
1862026-06-17T16:02:33.204Z Downloaded backtrace v0.3.76
1872026-06-17T16:02:33.208Z Downloaded colorchoice v1.0.5
1882026-06-17T16:02:33.211Z Downloaded getrandom v0.4.2
1892026-06-17T16:02:33.211Z Downloaded http-body v1.0.1
1902026-06-17T16:02:33.214Z Downloaded eyre v0.6.12
1912026-06-17T16:02:33.216Z Downloaded iana-time-zone v0.1.65
1922026-06-17T16:02:33.216Z Downloaded crc32fast v1.5.0
1932026-06-17T16:02:33.219Z Downloaded anstyle-query v1.1.5
1942026-06-17T16:02:33.220Z Downloaded quote v1.0.45
1952026-06-17T16:02:33.223Z Downloaded atomicwrites v0.4.4
1962026-06-17T16:02:33.225Z Downloaded futures-core v0.3.32
1972026-06-17T16:02:33.226Z Downloaded block-buffer v0.10.4
1982026-06-17T16:02:33.226Z Downloaded anstyle-parse v1.0.0
1992026-06-17T16:02:33.229Z Downloaded home v0.5.12
2002026-06-17T16:02:33.229Z Downloaded bitflags v2.13.0
2012026-06-17T16:02:33.232Z Downloaded ordered-float v2.10.1
2022026-06-17T16:02:33.235Z Downloaded ahash v0.8.12
2032026-06-17T16:02:33.235Z Downloaded nextest-filtering v0.15.0
2042026-06-17T16:02:33.238Z Downloaded async-scoped v0.9.0
2052026-06-17T16:02:33.238Z Downloaded autocfg v1.5.1
2062026-06-17T16:02:33.240Z Downloaded log v0.4.32
2072026-06-17T16:02:33.240Z Downloaded ryu v1.0.23
2082026-06-17T16:02:33.243Z Downloaded futures-sink v0.3.32
2092026-06-17T16:02:33.243Z Downloaded atomic-waker v1.1.2
2102026-06-17T16:02:33.246Z Downloaded hex v0.4.3
2112026-06-17T16:02:33.246Z Downloaded ed25519 v2.2.3
2122026-06-17T16:02:33.249Z Downloaded anstyle v1.0.14
2132026-06-17T16:02:33.252Z Downloaded indexmap v2.14.0
2142026-06-17T16:02:33.255Z Downloaded heck v0.5.0
2152026-06-17T16:02:33.255Z Downloaded cargo-platform v0.2.0
2162026-06-17T16:02:33.255Z Downloaded backtrace-ext v0.2.1
2172026-06-17T16:02:33.261Z Downloaded futures-io v0.3.32
2182026-06-17T16:02:33.264Z Downloaded errno v0.3.14
2192026-06-17T16:02:33.264Z Downloaded form_urlencoded v1.2.2
2202026-06-17T16:02:33.264Z Downloaded cargo-platform v0.3.3
2212026-06-17T16:02:33.267Z Downloaded futures-macro v0.3.32
2222026-06-17T16:02:33.272Z Downloaded cfg-if v1.0.4
2232026-06-17T16:02:33.275Z Downloaded rustls v0.23.40
2242026-06-17T16:02:33.282Z Downloaded percent-encoding v2.3.2
2252026-06-17T16:02:33.285Z Downloaded openssl-macros v0.1.1
2262026-06-17T16:02:33.285Z Downloaded idna_adapter v1.0.0
2272026-06-17T16:02:33.285Z Downloaded scopeguard v1.2.0
2282026-06-17T16:02:33.285Z Downloaded itoa v1.0.18
2292026-06-17T16:02:33.288Z Downloaded openssl-probe v0.2.1
2302026-06-17T16:02:33.288Z Downloaded duct v0.13.7
2312026-06-17T16:02:33.288Z Downloaded foreign-types v0.3.2
2322026-06-17T16:02:33.291Z Downloaded cfg_aliases v0.2.1
2332026-06-17T16:02:33.291Z Downloaded color-spantrace v0.3.0
2342026-06-17T16:02:33.291Z Downloaded camino-tempfile v1.4.1
2352026-06-17T16:02:33.294Z Downloaded humantime-serde v1.1.1
2362026-06-17T16:02:33.294Z Downloaded hyper-util v0.1.20
2372026-06-17T16:02:33.297Z Downloaded indent_write v2.2.0
2382026-06-17T16:02:33.300Z Downloaded guppy-workspace-hack v0.1.0
2392026-06-17T16:02:33.300Z Downloaded nextest-workspace-hack v0.1.0
2402026-06-17T16:02:33.300Z Downloaded equivalent v1.0.2
2412026-06-17T16:02:33.300Z Downloaded hyper-tls v0.6.0
2422026-06-17T16:02:33.304Z Downloaded serde-value v0.7.0
2432026-06-17T16:02:33.307Z Downloaded debug-ignore v1.0.5
2442026-06-17T16:02:33.307Z Downloaded nested v0.1.1
2452026-06-17T16:02:33.311Z Downloaded cpufeatures v0.2.17
2462026-06-17T16:02:33.314Z Downloaded os_pipe v1.2.3
2472026-06-17T16:02:33.314Z Downloaded crypto-common v0.1.7
2482026-06-17T16:02:33.317Z Downloaded rustc-demangle v0.1.27
2492026-06-17T16:02:33.321Z Downloaded clap_lex v1.1.0
2502026-06-17T16:02:33.323Z Downloaded strip-ansi-escapes v0.2.1
2512026-06-17T16:02:33.326Z Downloaded curve25519-dalek-derive v0.1.1
2522026-06-17T16:02:33.326Z Downloaded serde_ignored v0.1.14
2532026-06-17T16:02:33.326Z Downloaded serde_spanned v1.1.1
2542026-06-17T16:02:33.329Z Downloaded serde_spanned v0.6.9
2552026-06-17T16:02:33.333Z Downloaded sigchld v0.2.4
2562026-06-17T16:02:33.336Z Downloaded serde_urlencoded v0.7.1
2572026-06-17T16:02:33.336Z Downloaded lru-slab v0.1.2
2582026-06-17T16:02:33.339Z Downloaded is_ci v1.2.0
2592026-06-17T16:02:33.342Z Downloaded indenter v0.3.4
2602026-06-17T16:02:33.342Z Downloaded digest v0.10.7
2612026-06-17T16:02:33.345Z Downloaded dialoguer v0.11.0
2622026-06-17T16:02:33.345Z Downloaded cargo-util-schemas v0.2.0
2632026-06-17T16:02:33.349Z Downloaded shell-words v1.1.1
2642026-06-17T16:02:33.349Z Downloaded mukti-metadata v0.3.0
2652026-06-17T16:02:33.351Z Downloaded base64ct v1.8.3
2662026-06-17T16:02:33.351Z Downloaded convert_case v0.10.0
2672026-06-17T16:02:33.354Z Downloaded anstream v1.0.0
2682026-06-17T16:02:33.354Z Downloaded signature v2.2.0
2692026-06-17T16:02:33.354Z Downloaded number_prefix v0.4.0
2702026-06-17T16:02:33.357Z Downloaded slab v0.4.12
2712026-06-17T16:02:33.362Z Downloaded native-tls v0.2.18
2722026-06-17T16:02:33.365Z Downloaded pkcs8 v0.10.2
2732026-06-17T16:02:33.368Z Downloaded subtle v2.6.1
2742026-06-17T16:02:33.368Z Downloaded supports-unicode v3.0.0
2752026-06-17T16:02:33.368Z Downloaded supports-hyperlinks v3.2.0
2762026-06-17T16:02:33.368Z Downloaded strsim v0.11.1
2772026-06-17T16:02:33.372Z Downloaded filetime v0.2.29
2782026-06-17T16:02:33.372Z Downloaded supports-color v3.0.2
2792026-06-17T16:02:33.372Z Downloaded rustc-hash v2.1.2
2802026-06-17T16:02:33.377Z Downloaded lazy_static v1.5.0
2812026-06-17T16:02:33.377Z Downloaded sync_wrapper v1.0.2
2822026-06-17T16:02:33.382Z Downloaded is_terminal_polyfill v1.70.2
2832026-06-17T16:02:33.382Z Downloaded shared_child v1.1.1
2842026-06-17T16:02:33.382Z Downloaded generic-array v0.14.7
2852026-06-17T16:02:33.388Z Downloaded fnv v1.0.7
2862026-06-17T16:02:33.388Z Downloaded globset v0.4.18
2872026-06-17T16:02:33.388Z Downloaded foldhash v0.1.5
2882026-06-17T16:02:33.391Z Downloaded pathdiff v0.2.3
2892026-06-17T16:02:33.391Z Downloaded swrite v0.1.0
2902026-06-17T16:02:33.391Z Downloaded find-msvc-tools v0.1.9
2912026-06-17T16:02:33.391Z Downloaded fastrand v2.4.1
2922026-06-17T16:02:33.391Z Downloaded cargo_metadata v0.23.1
2932026-06-17T16:02:33.414Z Downloaded document-features v0.2.12
2942026-06-17T16:02:33.415Z Downloaded serde_path_to_error v0.1.20
2952026-06-17T16:02:33.415Z Downloaded fixedbitset v0.5.7
2962026-06-17T16:02:33.415Z Downloaded tinyvec_macros v0.1.1
2972026-06-17T16:02:33.415Z Downloaded http-body-util v0.1.3
2982026-06-17T16:02:33.415Z Downloaded pkg-config v0.3.33
2992026-06-17T16:02:33.415Z Downloaded pin-project-internal v1.1.13
3002026-06-17T16:02:33.415Z Downloaded tokio-macros v2.7.0
3012026-06-17T16:02:33.415Z Downloaded rand_core v0.6.4
3022026-06-17T16:02:33.415Z Downloaded futures-executor v0.3.32
3032026-06-17T16:02:33.415Z Downloaded rand_chacha v0.9.0
3042026-06-17T16:02:33.415Z Downloaded rustc_version v0.4.1
3052026-06-17T16:02:33.415Z Downloaded hyper-rustls v0.27.9
3062026-06-17T16:02:33.418Z Downloaded humantime v2.3.0
3072026-06-17T16:02:33.418Z Downloaded sha2 v0.10.9
3082026-06-17T16:02:33.418Z Downloaded serde-untagged v0.1.9
3092026-06-17T16:02:33.418Z Downloaded newtype-uuid v1.3.2
3102026-06-17T16:02:33.418Z Downloaded erased-serde v0.4.10
3112026-06-17T16:02:33.421Z Downloaded futures-channel v0.3.32
3122026-06-17T16:02:33.421Z Downloaded cargo_metadata v0.20.0
3132026-06-17T16:02:33.424Z Downloaded getrandom v0.2.17
3142026-06-17T16:02:33.427Z Downloaded future-queue v0.4.0
3152026-06-17T16:02:33.427Z Downloaded camino v1.2.2
3162026-06-17T16:02:33.430Z Downloaded base64 v0.22.1
3172026-06-17T16:02:33.430Z Downloaded either v1.16.0
3182026-06-17T16:02:33.433Z Downloaded borsh v1.6.1
3192026-06-17T16:02:33.436Z Downloaded toml_datetime v0.6.11
3202026-06-17T16:02:33.436Z Downloaded semver v1.0.28
3212026-06-17T16:02:33.439Z Downloaded parking_lot v0.12.5
3222026-06-17T16:02:33.439Z Downloaded once_cell v1.21.4
3232026-06-17T16:02:33.442Z Downloaded litrs v1.0.0
3242026-06-17T16:02:33.442Z Downloaded terminal_size v0.4.4
3252026-06-17T16:02:33.445Z Downloaded static_assertions v1.1.0
3262026-06-17T16:02:33.445Z Downloaded smol_str v0.3.6
3272026-06-17T16:02:33.445Z Downloaded idna v1.1.0
3282026-06-17T16:02:33.448Z Downloaded tower-layer v0.3.3
3292026-06-17T16:02:33.448Z Downloaded jobserver v0.1.34
3302026-06-17T16:02:33.451Z Downloaded typeid v1.0.3
3312026-06-17T16:02:33.451Z Downloaded try-lock v0.2.5
3322026-06-17T16:02:33.451Z Downloaded tracing-error v0.2.1
3332026-06-17T16:02:33.451Z Downloaded tower-service v0.3.3
3342026-06-17T16:02:33.451Z Downloaded target-spec-miette v0.4.8
3352026-06-17T16:02:33.454Z Downloaded self-replace v1.5.0
3362026-06-17T16:02:33.454Z Downloaded signal-hook-registry v1.4.8
3372026-06-17T16:02:33.457Z Downloaded owo-colors v4.3.0
3382026-06-17T16:02:33.457Z Downloaded spki v0.7.3
3392026-06-17T16:02:33.460Z Downloaded rand_core v0.9.5
3402026-06-17T16:02:33.460Z Downloaded clap_derive v4.6.1
3412026-06-17T16:02:33.460Z Downloaded lock_api v0.4.14
3422026-06-17T16:02:33.463Z Downloaded ipnet v2.12.0
3432026-06-17T16:02:33.463Z Downloaded ppv-lite86 v0.2.21
3442026-06-17T16:02:33.463Z Downloaded cfg-expr v0.20.8
3452026-06-17T16:02:33.466Z Downloaded nextest-metadata v0.12.2
3462026-06-17T16:02:33.466Z Downloaded clap v4.6.1
3472026-06-17T16:02:33.471Z Downloaded thread_local v1.1.9
3482026-06-17T16:02:33.474Z Downloaded utf8_iter v1.0.4
3492026-06-17T16:02:33.474Z Downloaded urlencoding v2.1.3
3502026-06-17T16:02:33.474Z Downloaded shlex v2.0.1
3512026-06-17T16:02:33.474Z Downloaded thiserror-impl v2.0.18
3522026-06-17T16:02:33.474Z Downloaded utf8parse v0.2.2
3532026-06-17T16:02:33.477Z Downloaded xattr v1.6.1
3542026-06-17T16:02:33.477Z Downloaded pin-project-lite v0.2.17
3552026-06-17T16:02:33.480Z Downloaded untrusted v0.9.0
3562026-06-17T16:02:33.480Z Downloaded unicode-xid v0.2.6
3572026-06-17T16:02:33.483Z Downloaded thiserror v1.0.69
3582026-06-17T16:02:33.483Z Downloaded want v0.3.1
3592026-06-17T16:02:33.486Z Downloaded parking_lot_core v0.9.12
3602026-06-17T16:02:33.486Z Downloaded tokio-native-tls v0.3.1
3612026-06-17T16:02:33.489Z Downloaded version_check v0.9.5
3622026-06-17T16:02:33.489Z Downloaded self_update v0.42.0
3632026-06-17T16:02:33.489Z Downloaded quinn-udp v0.5.14
3642026-06-17T16:02:33.489Z Downloaded signal-hook-mio v0.2.5
3652026-06-17T16:02:33.492Z Downloaded miette-derive v7.6.0
3662026-06-17T16:02:33.492Z Downloaded simd-adler32 v0.3.9
3672026-06-17T16:02:33.492Z Downloaded console v0.15.11
3682026-06-17T16:02:33.497Z Downloaded ed25519-dalek v2.2.0
3692026-06-17T16:02:33.500Z Downloaded httparse v1.10.1
3702026-06-17T16:02:33.503Z Downloaded smallvec v1.15.2
3712026-06-17T16:02:33.506Z Downloaded config v0.15.24
3722026-06-17T16:02:33.509Z Downloaded derive-where v1.6.1
3732026-06-17T16:02:33.511Z Downloaded thiserror v2.0.18
3742026-06-17T16:02:33.515Z Downloaded unicase v2.9.0
3752026-06-17T16:02:33.515Z Downloaded toml_write v0.1.2
3762026-06-17T16:02:33.519Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3772026-06-17T16:02:33.519Z Downloaded quick-junit v0.5.2
3782026-06-17T16:02:33.522Z Downloaded thiserror-impl v1.0.69
3792026-06-17T16:02:33.522Z Downloaded tracing-log v0.2.0
3802026-06-17T16:02:33.522Z Downloaded target-spec v3.6.0
3812026-06-17T16:02:33.524Z Downloaded target-lexicon v0.13.5
3822026-06-17T16:02:33.525Z Downloaded getrandom v0.3.4
3832026-06-17T16:02:33.527Z Downloaded rustls-pki-types v1.14.1
3842026-06-17T16:02:33.530Z Downloaded tempfile v3.27.0
3852026-06-17T16:02:33.530Z Downloaded sharded-slab v0.1.7
3862026-06-17T16:02:33.534Z Downloaded serde_derive v1.0.228
3872026-06-17T16:02:33.537Z Downloaded serde_core v1.0.228
3882026-06-17T16:02:33.537Z Downloaded const-oid v0.9.6
3892026-06-17T16:02:33.540Z Downloaded pin-project v1.1.13
3902026-06-17T16:02:33.546Z Downloaded unicode-linebreak v0.1.5
3912026-06-17T16:02:33.549Z Downloaded tokio-rustls v0.26.4
3922026-06-17T16:02:33.549Z Downloaded xxhash-rust v0.8.15
3932026-06-17T16:02:33.549Z Downloaded toml v0.8.23
3942026-06-17T16:02:33.551Z Downloaded tokio-stream v0.1.18
3952026-06-17T16:02:33.554Z Downloaded toml_writer v1.1.1+spec-1.1.0
3962026-06-17T16:02:33.554Z Downloaded signal-hook v0.3.18
3972026-06-17T16:02:33.557Z Downloaded futures v0.3.32
3982026-06-17T16:02:33.560Z Downloaded proc-macro2 v1.0.106
3992026-06-17T16:02:33.560Z Downloaded zeroize v1.9.0
4002026-06-17T16:02:33.563Z Downloaded num-traits v0.2.19
4012026-06-17T16:02:33.563Z Downloaded zmij v1.0.21
4022026-06-17T16:02:33.563Z Downloaded zipsign-api v0.1.5
4032026-06-17T16:02:33.566Z Downloaded miniz_oxide v0.8.9
4042026-06-17T16:02:33.566Z Downloaded toml_parser v1.1.2+spec-1.1.0
4052026-06-17T16:02:33.568Z Downloaded bytes v1.11.1
4062026-06-17T16:02:33.572Z Downloaded zstd-safe v7.2.4
4072026-06-17T16:02:33.572Z Downloaded zstd v0.13.3
4082026-06-17T16:02:33.575Z Downloaded socket2 v0.6.4
4092026-06-17T16:02:33.579Z Downloaded textwrap v0.16.2
4102026-06-17T16:02:33.582Z Downloaded tracing-attributes v0.1.31
4112026-06-17T16:02:33.582Z Downloaded indicatif v0.17.11
4122026-06-17T16:02:33.603Z Downloaded toml v1.1.2+spec-1.1.0
4132026-06-17T16:02:33.607Z Downloaded rustls-webpki v0.103.13
4142026-06-17T16:02:33.610Z Downloaded tinyvec v1.11.0
4152026-06-17T16:02:33.615Z Downloaded tar v0.4.46
4162026-06-17T16:02:33.621Z Downloaded unicode-ident v1.0.24
4172026-06-17T16:02:33.627Z Downloaded serde v1.0.228
4182026-06-17T16:02:33.631Z Downloaded flate2 v1.1.9
4192026-06-17T16:02:33.639Z Downloaded quinn v0.11.9
4202026-06-17T16:02:33.642Z Downloaded uuid v1.23.3
4212026-06-17T16:02:33.645Z Downloaded vte v0.14.1
4222026-06-17T16:02:33.650Z Downloaded cc v1.2.64
4232026-06-17T16:02:33.653Z Downloaded toml_edit v0.22.27
4242026-06-17T16:02:33.656Z Downloaded tracing-core v0.1.36
4252026-06-17T16:02:33.656Z Downloaded der v0.7.10
4262026-06-17T16:02:33.659Z Downloaded derive_more-impl v2.1.1
4272026-06-17T16:02:33.662Z Downloaded derive_more v2.1.1
4282026-06-17T16:02:33.668Z Downloaded openssl-sys v0.9.117
4292026-06-17T16:02:33.682Z Downloaded mio v1.2.1
4302026-06-17T16:02:33.685Z Downloaded url v2.5.8
4312026-06-17T16:02:33.700Z Downloaded rand v0.9.4
4322026-06-17T16:02:33.703Z Downloaded memchr v2.8.2
4332026-06-17T16:02:33.710Z Downloaded miette v7.6.0
4342026-06-17T16:02:33.713Z Downloaded http v1.4.2
4352026-06-17T16:02:33.716Z Downloaded crossterm v0.29.0
4362026-06-17T16:02:33.720Z Downloaded reqwest v0.12.28
4372026-06-17T16:02:33.724Z Downloaded itertools v0.14.0
4382026-06-17T16:02:33.727Z Downloaded typenum v1.20.1
4392026-06-17T16:02:33.730Z Downloaded tower v0.5.3
4402026-06-17T16:02:33.734Z Downloaded unicode-segmentation v1.13.3
4412026-06-17T16:02:33.737Z Downloaded hashbrown v0.15.5
4422026-06-17T16:02:33.746Z Downloaded hashbrown v0.17.1
4432026-06-17T16:02:33.749Z Downloaded guppy v0.17.26
4442026-06-17T16:02:33.753Z Downloaded unicode-normalization v0.1.25
4452026-06-17T16:02:33.755Z Downloaded tokio-util v0.7.18
4462026-06-17T16:02:33.759Z Downloaded ron v0.12.1
4472026-06-17T16:02:33.765Z Downloaded aho-corasick v1.1.4
4482026-06-17T16:02:33.770Z Downloaded serde_json v1.0.150
4492026-06-17T16:02:33.774Z Downloaded tower-http v0.6.11
4502026-06-17T16:02:33.779Z Downloaded h2 v0.4.15
4512026-06-17T16:02:33.783Z Downloaded futures-util v0.3.32
4522026-06-17T16:02:33.789Z Downloaded pulldown-cmark v0.13.4
4532026-06-17T16:02:33.793Z Downloaded regex v1.12.4
4542026-06-17T16:02:33.796Z Downloaded clap_builder v4.6.0
4552026-06-17T16:02:33.807Z Downloaded winnow v0.7.15
4562026-06-17T16:02:33.816Z Downloaded chrono v0.4.45
4572026-06-17T16:02:33.823Z Downloaded tracing-subscriber v0.3.23
4582026-06-17T16:02:33.828Z Downloaded hyper v1.10.1
4592026-06-17T16:02:33.832Z Downloaded webpki-roots v1.0.8
4602026-06-17T16:02:33.846Z Downloaded bstr v1.12.1
4612026-06-17T16:02:33.851Z Downloaded quick-xml v0.38.4
4622026-06-17T16:02:33.853Z Downloaded quick-xml v0.37.5
4632026-06-17T16:02:33.857Z Downloaded unicode-width v0.1.14
4642026-06-17T16:02:33.861Z Downloaded syn v2.0.118
4652026-06-17T16:02:33.866Z Downloaded curve25519-dalek v4.1.3
4662026-06-17T16:02:33.871Z Downloaded gimli v0.32.3
4672026-06-17T16:02:33.892Z Downloaded portable-atomic v1.13.1
4682026-06-17T16:02:33.898Z Downloaded winnow v1.0.3
4692026-06-17T16:02:33.902Z Downloaded color-eyre v0.6.5
4702026-06-17T16:02:33.915Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4712026-06-17T16:02:33.924Z Downloaded quinn-proto v0.11.14
4722026-06-17T16:02:33.938Z Downloaded vcpkg v0.2.15
4732026-06-17T16:02:33.990Z Downloaded openssl v0.10.81
4742026-06-17T16:02:33.999Z Downloaded zerocopy v0.8.52
4752026-06-17T16:02:34.014Z Downloaded unicode-width v0.2.2
4762026-06-17T16:02:34.022Z Downloaded nextest-runner v0.80.0
4772026-06-17T16:02:34.037Z Downloaded nix v0.30.1
4782026-06-17T16:02:34.053Z Downloaded regex-syntax v0.8.11
4792026-06-17T16:02:34.061Z Downloaded object v0.37.3
4802026-06-17T16:02:34.078Z Downloaded rustix v0.38.44
4812026-06-17T16:02:34.091Z Downloaded rustix v1.1.4
4822026-06-17T16:02:34.135Z Downloaded tracing v0.1.44
4832026-06-17T16:02:34.193Z Downloaded regex-automata v0.4.14
4842026-06-17T16:02:34.229Z Downloaded petgraph v0.8.3
4852026-06-17T16:02:34.243Z Downloaded libc v0.2.186
4862026-06-17T16:02:34.280Z Downloaded tokio v1.52.3
4872026-06-17T16:02:34.353Z Downloaded recursion v0.5.4
4882026-06-17T16:02:34.368Z Downloaded ring v0.17.14
4892026-06-17T16:02:34.426Z Compiling libc v0.2.186
4902026-06-17T16:02:34.426Z Compiling proc-macro2 v1.0.106
4912026-06-17T16:02:34.430Z Compiling unicode-ident v1.0.24
4922026-06-17T16:02:34.430Z Compiling quote v1.0.45
4932026-06-17T16:02:34.430Z Compiling serde_core v1.0.228
4942026-06-17T16:02:34.430Z Compiling cfg-if v1.0.4
4952026-06-17T16:02:34.558Z Compiling memchr v2.8.2
4962026-06-17T16:02:34.571Z Compiling once_cell v1.21.4
4972026-06-17T16:02:34.634Z Compiling log v0.4.32
4982026-06-17T16:02:34.697Z Compiling pin-project-lite v0.2.17
4992026-06-17T16:02:34.789Z Compiling itoa v1.0.18
5002026-06-17T16:02:34.842Z Compiling serde v1.0.228
5012026-06-17T16:02:35.004Z Compiling smallvec v1.15.2
5022026-06-17T16:02:35.027Z Compiling futures-core v0.3.32
5032026-06-17T16:02:35.185Z Compiling bitflags v2.13.0
5042026-06-17T16:02:35.203Z Compiling hashbrown v0.17.1
5052026-06-17T16:02:35.250Z Compiling equivalent v1.0.2
5062026-06-17T16:02:35.339Z Compiling find-msvc-tools v0.1.9
5072026-06-17T16:02:35.532Z Compiling errno v0.3.14
5082026-06-17T16:02:35.569Z Compiling shlex v2.0.1
5092026-06-17T16:02:35.581Z Compiling bytes v1.11.1
5102026-06-17T16:02:35.698Z Compiling signal-hook-registry v1.4.8
5112026-06-17T16:02:35.729Z Compiling jobserver v0.1.34
5122026-06-17T16:02:35.752Z Compiling mio v1.2.1
5132026-06-17T16:02:35.824Z Compiling syn v2.0.118
5142026-06-17T16:02:35.876Z Compiling rustix v1.1.4
5152026-06-17T16:02:35.886Z Compiling futures-sink v0.3.32
5162026-06-17T16:02:35.995Z Compiling cc v1.2.64
5172026-06-17T16:02:36.041Z Compiling socket2 v0.6.4
5182026-06-17T16:02:36.254Z Compiling slab v0.4.12
5192026-06-17T16:02:36.475Z Compiling zmij v1.0.21
5202026-06-17T16:02:36.487Z Compiling futures-channel v0.3.32
5212026-06-17T16:02:36.510Z Compiling tracing-core v0.1.36
5222026-06-17T16:02:36.758Z Compiling serde_json v1.0.150
5232026-06-17T16:02:36.837Z Compiling version_check v0.9.5
5242026-06-17T16:02:36.938Z Compiling indexmap v2.14.0
5252026-06-17T16:02:37.079Z Compiling getrandom v0.4.2
5262026-06-17T16:02:37.117Z Compiling futures-task v0.3.32
5272026-06-17T16:02:37.302Z Compiling futures-io v0.3.32
5282026-06-17T16:02:37.383Z Compiling percent-encoding v2.3.2
5292026-06-17T16:02:37.405Z Compiling unicode-width v0.2.2
5302026-06-17T16:02:37.503Z Compiling camino v1.2.2
5312026-06-17T16:02:37.683Z Compiling ring v0.17.14
5322026-06-17T16:02:37.751Z Compiling http v1.4.2
5332026-06-17T16:02:37.809Z Compiling simd-adler32 v0.3.9
5342026-06-17T16:02:37.843Z Compiling adler2 v2.0.1
5352026-06-17T16:02:37.901Z Compiling autocfg v1.5.1
5362026-06-17T16:02:38.005Z Compiling zeroize v1.9.0
5372026-06-17T16:02:38.206Z Compiling miniz_oxide v0.8.9
5382026-06-17T16:02:38.253Z Compiling num-traits v0.2.19
5392026-06-17T16:02:38.510Z Compiling target-lexicon v0.13.5
5402026-06-17T16:02:38.650Z Compiling zerocopy v0.8.52
5412026-06-17T16:02:38.980Z Compiling getrandom v0.3.4
5422026-06-17T16:02:39.050Z Compiling object v0.37.3
5432026-06-17T16:02:39.349Z Compiling http-body v1.0.1
5442026-06-17T16:02:39.382Z Compiling rustls-pki-types v1.14.1
5452026-06-17T16:02:39.414Z Compiling form_urlencoded v1.2.2
5462026-06-17T16:02:39.506Z Compiling semver v1.0.28
5472026-06-17T16:02:39.527Z Compiling serde_derive v1.0.228
5482026-06-17T16:02:39.627Z Compiling tokio-macros v2.7.0
5492026-06-17T16:02:39.677Z Compiling futures-macro v0.3.32
5502026-06-17T16:02:39.689Z Compiling tracing-attributes v0.1.31
5512026-06-17T16:02:40.045Z Compiling getrandom v0.2.17
5522026-06-17T16:02:40.172Z Compiling idna_adapter v1.0.0
5532026-06-17T16:02:40.236Z Compiling untrusted v0.9.0
5542026-06-17T16:02:40.239Z Compiling guppy-workspace-hack v0.1.0
5552026-06-17T16:02:40.273Z Compiling utf8_iter v1.0.4
5562026-06-17T16:02:40.367Z Compiling signal-hook v0.3.18
5572026-06-17T16:02:40.382Z Compiling tokio v1.52.3
5582026-06-17T16:02:40.439Z Compiling thiserror v2.0.18
5592026-06-17T16:02:40.476Z Compiling owo-colors v4.3.0
5602026-06-17T16:02:40.507Z Compiling futures-util v0.3.32
5612026-06-17T16:02:40.595Z Compiling httparse v1.10.1
5622026-06-17T16:02:40.789Z Compiling fnv v1.0.7
5632026-06-17T16:02:40.819Z Compiling gimli v0.32.3
5642026-06-17T16:02:40.906Z Compiling tracing v0.1.44
5652026-06-17T16:02:41.029Z Compiling idna v1.1.0
5662026-06-17T16:02:41.131Z Compiling thiserror-impl v2.0.18
5672026-06-17T16:02:42.788Z Compiling addr2line v0.25.1
5682026-06-17T16:02:43.216Z Compiling generic-array v0.14.7
5692026-06-17T16:02:43.251Z Compiling atomic-waker v1.1.2
5702026-06-17T16:02:43.297Z Compiling pkg-config v0.3.33
5712026-06-17T16:02:43.381Z Compiling typeid v1.0.3
5722026-06-17T16:02:43.463Z Compiling tower-service v0.3.3
5732026-06-17T16:02:43.485Z Compiling rustls v0.23.40
5742026-06-17T16:02:43.559Z Compiling target-spec v3.6.0
5752026-06-17T16:02:43.676Z Compiling fastrand v2.4.1
5762026-06-17T16:02:43.714Z Compiling try-lock v0.2.5
5772026-06-17T16:02:43.732Z Compiling thiserror v1.0.69
5782026-06-17T16:02:43.828Z Compiling rustc-demangle v0.1.27
5792026-06-17T16:02:43.868Z Compiling tempfile v3.27.0
5802026-06-17T16:02:44.006Z Compiling want v0.3.1
5812026-06-17T16:02:44.190Z Compiling backtrace v0.3.76
5822026-06-17T16:02:44.225Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5832026-06-17T16:02:44.533Z Compiling tokio-util v0.7.18
5842026-06-17T16:02:44.739Z Compiling cfg-expr v0.20.8
5852026-06-17T16:02:44.801Z Compiling url v2.5.8
5862026-06-17T16:02:45.408Z Compiling h2 v0.4.15
5872026-06-17T16:02:46.148Z Compiling thiserror-impl v1.0.69
5882026-06-17T16:02:46.163Z Compiling terminal_size v0.4.4
5892026-06-17T16:02:46.327Z Compiling aho-corasick v1.1.4
5902026-06-17T16:02:46.616Z Compiling erased-serde v0.4.10
5912026-06-17T16:02:46.924Z Compiling rustls-webpki v0.103.13
5922026-06-17T16:02:47.268Z Compiling typenum v1.20.1
5932026-06-17T16:02:47.308Z Compiling winnow v0.7.15
5942026-06-17T16:02:47.957Z Compiling regex-syntax v0.8.11
5952026-06-17T16:02:48.972Z Compiling subtle v2.6.1
5962026-06-17T16:02:49.540Z Compiling hyper v1.10.1
5972026-06-17T16:02:49.772Z Compiling regex-automata v0.4.14
5982026-06-17T16:02:51.802Z Compiling serde_spanned v0.6.9
5992026-06-17T16:02:51.964Z Compiling toml_datetime v0.6.11
6002026-06-17T16:02:52.336Z Compiling ahash v0.8.12
6012026-06-17T16:02:52.607Z Compiling sync_wrapper v1.0.2
6022026-06-17T16:02:52.725Z Compiling portable-atomic v1.13.1
6032026-06-17T16:02:53.187Z Compiling toml_write v0.1.2
6042026-06-17T16:02:53.264Z Compiling is_ci v1.2.0
6052026-06-17T16:02:53.278Z Compiling ipnet v2.12.0
6062026-06-17T16:02:53.427Z Compiling foldhash v0.1.5
6072026-06-17T16:02:53.427Z Compiling either v1.16.0
6082026-06-17T16:02:53.599Z Compiling tower-layer v0.3.3
6092026-06-17T16:02:53.651Z Compiling parking_lot_core v0.9.12
6102026-06-17T16:02:53.667Z Compiling lazy_static v1.5.0
6112026-06-17T16:02:53.771Z Compiling base64 v0.22.1
6122026-06-17T16:02:53.803Z Compiling crc32fast v1.5.0
6132026-06-17T16:02:53.939Z Compiling unicode-linebreak v0.1.5
6142026-06-17T16:02:54.112Z Compiling nextest-workspace-hack v0.1.0
6152026-06-17T16:02:54.208Z Compiling unicode-segmentation v1.13.3
6162026-06-17T16:02:54.264Z Compiling textwrap v0.16.2
6172026-06-17T16:02:54.414Z Compiling hyper-util v0.1.20
6182026-06-17T16:02:54.481Z Compiling tower v0.5.3
6192026-06-17T16:02:54.601Z Compiling convert_case v0.10.0
6202026-06-17T16:02:54.861Z Compiling sharded-slab v0.1.7
6212026-06-17T16:02:55.090Z Compiling hashbrown v0.15.5
6222026-06-17T16:02:55.383Z Compiling supports-color v3.0.2
6232026-06-17T16:02:55.491Z Compiling toml_edit v0.22.27
6242026-06-17T16:02:55.690Z Compiling tokio-rustls v0.26.4
6252026-06-17T16:02:55.732Z Compiling backtrace-ext v0.2.1
6262026-06-17T16:02:55.967Z Compiling ordered-float v2.10.1
6272026-06-17T16:02:55.987Z Compiling webpki-roots v1.0.8
6282026-06-17T16:02:56.104Z Compiling miette-derive v7.6.0
6292026-06-17T16:02:56.245Z Compiling pathdiff v0.2.3
6302026-06-17T16:02:56.288Z Compiling console v0.15.11
6312026-06-17T16:02:56.373Z Compiling cargo-platform v0.3.3
6322026-06-17T16:02:56.933Z Compiling tracing-log v0.2.0
6332026-06-17T16:02:57.084Z Compiling os_pipe v1.2.3
6342026-06-17T16:02:57.234Z Compiling thread_local v1.1.9
6352026-06-17T16:02:57.267Z Compiling supports-hyperlinks v3.2.0
6362026-06-17T16:02:57.289Z Compiling zstd-safe v7.2.4
6372026-06-17T16:02:57.484Z Compiling supports-unicode v3.0.0
6382026-06-17T16:02:57.593Z Compiling cfg_aliases v0.2.1
6392026-06-17T16:02:57.605Z Compiling fixedbitset v0.5.7
6402026-06-17T16:02:57.618Z Compiling scopeguard v1.2.0
6412026-06-17T16:02:57.656Z Compiling utf8parse v0.2.2
6422026-06-17T16:02:57.668Z Compiling winnow v1.0.3
6432026-06-17T16:02:57.722Z Compiling ryu v1.0.23
6442026-06-17T16:02:57.768Z Compiling pulldown-cmark v0.13.4
6452026-06-17T16:02:58.000Z Compiling rustix v0.38.44
6462026-06-17T16:02:58.114Z Compiling unicode-width v0.1.14
6472026-06-17T16:02:58.355Z Compiling debug-ignore v1.0.5
6482026-06-17T16:02:58.422Z Compiling miette v7.6.0
6492026-06-17T16:02:58.481Z Compiling serde_urlencoded v0.7.1
6502026-06-17T16:02:58.496Z Compiling petgraph v0.8.3
6512026-06-17T16:02:58.779Z Compiling toml_parser v1.1.2+spec-1.1.0
6522026-06-17T16:02:59.145Z Compiling anstyle-parse v1.0.0
6532026-06-17T16:02:59.376Z Compiling lock_api v0.4.14
6542026-06-17T16:02:59.619Z Compiling nix v0.30.1
6552026-06-17T16:03:00.012Z Compiling tracing-subscriber v0.3.23
6562026-06-17T16:03:00.109Z Compiling sigchld v0.2.4
6572026-06-17T16:03:00.308Z Compiling toml v0.8.23
6582026-06-17T16:03:00.447Z Compiling cargo_metadata v0.23.1
6592026-06-17T16:03:01.105Z Compiling serde-value v0.7.0
6602026-06-17T16:03:01.916Z Compiling serde-untagged v0.1.9
6612026-06-17T16:03:02.316Z Compiling hyper-rustls v0.27.9
6622026-06-17T16:03:02.999Z Compiling tower-http v0.6.11
6632026-06-17T16:03:03.204Z Compiling derive_more-impl v2.1.1
6642026-06-17T16:03:03.748Z Compiling itertools v0.14.0
6652026-06-17T16:03:03.774Z Compiling regex v1.12.4
6662026-06-17T16:03:03.804Z Compiling block-buffer v0.10.4
6672026-06-17T16:03:03.960Z Compiling crypto-common v0.1.7
6682026-06-17T16:03:04.029Z Compiling ppv-lite86 v0.2.21
6692026-06-17T16:03:04.098Z Compiling futures-executor v0.3.32
6702026-06-17T16:03:04.368Z Compiling rand_core v0.9.5
6712026-06-17T16:03:04.628Z Compiling pin-project-internal v1.1.13
6722026-06-17T16:03:04.645Z Compiling http-body-util v0.1.3
6732026-06-17T16:03:04.897Z Compiling uuid v1.23.3
6742026-06-17T16:03:04.912Z Compiling toml_datetime v1.1.1+spec-1.1.0
6752026-06-17T16:03:05.221Z Compiling serde_spanned v1.1.1
6762026-06-17T16:03:05.257Z Compiling smol_str v0.3.6
6772026-06-17T16:03:05.309Z Compiling filetime v0.2.29
6782026-06-17T16:03:05.363Z Compiling bstr v1.12.1
6792026-06-17T16:03:05.427Z Compiling vte v0.14.1
6802026-06-17T16:03:05.520Z Compiling iana-time-zone v0.1.65
6812026-06-17T16:03:05.602Z Compiling litrs v1.0.0
6822026-06-17T16:03:05.646Z Compiling unicase v2.9.0
6832026-06-17T16:03:05.680Z Compiling static_assertions v1.1.0
6842026-06-17T16:03:05.716Z Compiling anstyle v1.0.14
6852026-06-17T16:03:05.757Z Compiling color-spantrace v0.3.0
6862026-06-17T16:03:05.831Z Compiling self_update v0.42.0
6872026-06-17T16:03:05.869Z Compiling colorchoice v1.0.5
6882026-06-17T16:03:05.985Z Compiling is_terminal_polyfill v1.70.2
6892026-06-17T16:03:05.985Z Compiling eyre v0.6.12
6902026-06-17T16:03:06.040Z Compiling tinyvec_macros v0.1.1
6912026-06-17T16:03:06.057Z Compiling anstyle-query v1.1.5
6922026-06-17T16:03:06.070Z Compiling xattr v1.6.1
6932026-06-17T16:03:06.082Z Compiling unicode-xid v0.2.6
6942026-06-17T16:03:06.086Z Compiling nested v0.1.1
6952026-06-17T16:03:06.217Z Compiling number_prefix v0.4.0
6962026-06-17T16:03:06.281Z Compiling guppy v0.17.26
6972026-06-17T16:03:06.304Z Compiling tar v0.4.46
6982026-06-17T16:03:06.331Z Compiling cargo-util-schemas v0.2.0
6992026-06-17T16:03:06.413Z Compiling indicatif v0.17.11
7002026-06-17T16:03:06.756Z Compiling anstream v1.0.0
7012026-06-17T16:03:07.265Z Compiling tinyvec v1.11.0
7022026-06-17T16:03:07.760Z Compiling document-features v0.2.12
7032026-06-17T16:03:07.804Z Compiling globset v0.4.18
7042026-06-17T16:03:08.345Z Compiling pin-project v1.1.13
7052026-06-17T16:03:08.456Z Compiling chrono v0.4.45
7062026-06-17T16:03:08.628Z Compiling strip-ansi-escapes v0.2.1
7072026-06-17T16:03:08.780Z Compiling nextest-metadata v0.12.2
7082026-06-17T16:03:08.849Z Compiling toml v1.1.2+spec-1.1.0
7092026-06-17T16:03:09.132Z Compiling newtype-uuid v1.3.2
7102026-06-17T16:03:09.328Z Compiling reqwest v0.12.28
7112026-06-17T16:03:09.601Z Compiling rand_chacha v0.9.0
7122026-06-17T16:03:10.178Z Compiling futures v0.3.32
7132026-06-17T16:03:10.267Z Compiling digest v0.10.7
7142026-06-17T16:03:10.492Z Compiling derive_more v2.1.1
7152026-06-17T16:03:10.602Z Compiling flate2 v1.1.9
7162026-06-17T16:03:11.102Z Compiling parking_lot v0.12.5
7172026-06-17T16:03:11.162Z Compiling tracing-error v0.2.1
7182026-06-17T16:03:11.408Z Compiling shared_child v1.1.1
7192026-06-17T16:03:12.012Z Compiling signal-hook-mio v0.2.5
7202026-06-17T16:03:12.077Z Compiling self-replace v1.5.0
7212026-06-17T16:03:12.146Z Compiling cargo-platform v0.2.0
7222026-06-17T16:03:12.219Z Compiling quick-xml v0.37.5
7232026-06-17T16:03:12.375Z Compiling quick-xml v0.38.4
7242026-06-17T16:03:12.715Z Compiling indenter v0.3.4
7252026-06-17T16:03:12.850Z Compiling heck v0.5.0
7262026-06-17T16:03:13.062Z Compiling shell-words v1.1.1
7272026-06-17T16:03:13.113Z Compiling humantime v2.3.0
7282026-06-17T16:03:13.312Z Compiling recursion v0.5.4
7292026-06-17T16:03:13.567Z Compiling clap_lex v1.1.0
7302026-06-17T16:03:13.722Z Compiling strsim v0.11.1
7312026-06-17T16:03:13.753Z Compiling cpufeatures v0.2.17
7322026-06-17T16:03:13.834Z Compiling urlencoding v2.1.3
7332026-06-17T16:03:14.030Z Compiling clap_builder v4.6.0
7342026-06-17T16:03:14.081Z Compiling sha2 v0.10.9
7352026-06-17T16:03:14.150Z Compiling clap_derive v4.6.1
7362026-06-17T16:03:14.561Z Compiling nextest-filtering v0.15.0
7372026-06-17T16:03:15.316Z Compiling humantime-serde v1.1.1
7382026-06-17T16:03:15.479Z Compiling quick-junit v0.5.2
7392026-06-17T16:03:16.487Z Compiling atomicwrites v0.4.4
7402026-06-17T16:03:16.801Z Compiling cargo_metadata v0.20.0
7412026-06-17T16:03:18.530Z Compiling cargo-nextest v0.9.97
7422026-06-17T16:03:18.596Z Compiling crossterm v0.29.0
7432026-06-17T16:03:19.730Z Compiling duct v0.13.7
7442026-06-17T16:03:20.531Z Compiling async-scoped v0.9.0
7452026-06-17T16:03:20.544Z Compiling rand v0.9.4
7462026-06-17T16:03:20.718Z Compiling config v0.15.24
7472026-06-17T16:03:21.268Z Compiling unicode-normalization v0.1.25
7482026-06-17T16:03:21.434Z Compiling zstd v0.13.3
7492026-06-17T16:03:21.434Z Compiling target-spec-miette v0.4.8
7502026-06-17T16:03:21.834Z Compiling future-queue v0.4.0
7512026-06-17T16:03:21.858Z Compiling mukti-metadata v0.3.0
7522026-06-17T16:03:21.875Z Compiling tokio-stream v0.1.18
7532026-06-17T16:03:21.886Z Compiling camino-tempfile v1.4.1
7542026-06-17T16:03:21.999Z Compiling derive-where v1.6.1
7552026-06-17T16:03:22.113Z Compiling serde_path_to_error v0.1.20
7562026-06-17T16:03:22.310Z Compiling serde_ignored v0.1.14
7572026-06-17T16:03:22.346Z Compiling swrite v0.1.0
7582026-06-17T16:03:22.413Z Compiling indent_write v2.2.0
7592026-06-17T16:03:22.538Z Compiling home v0.5.12
7602026-06-17T16:03:22.562Z Compiling hex v0.4.3
7612026-06-17T16:03:22.576Z Compiling xxhash-rust v0.8.15
7622026-06-17T16:03:22.576Z Compiling color-eyre v0.6.5
7632026-06-17T16:03:22.724Z Compiling clap v4.6.1
7642026-06-17T16:03:22.758Z Compiling dialoguer v0.11.0
7652026-06-17T16:03:22.810Z Compiling enable-ansi-support v0.2.1
7662026-06-17T16:03:23.271Z Compiling nextest-runner v0.80.0
7672026-06-17T16:03:41.755Z Finished `release` profile [optimized] target(s) in 1m 11s
7682026-06-17T16:03:41.853Z Installing /home/build/.cargo/bin/cargo-nextest
7692026-06-17T16:03:41.858Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7702026-06-17T16:03:41.973Z+ pushd rdb
7712026-06-17T16:03:41.976Z/work/oxidecomputer/maghemite/rdb /work/oxidecomputer/maghemite
7722026-06-17T16:03:41.976Z+ cargo nextest run -p rdb -p mg-api-types -p mg-api-types-versions
7732026-06-17T16:03:42.131Z Updating git repository `https://github.com/oxidecomputer/falcon`
7742026-06-17T16:03:42.800ZFrom https://github.com/oxidecomputer/falcon
7752026-06-17T16:03:42.800Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
7762026-06-17T16:03:42.877Z Updating crates.io index
7772026-06-17T16:03:42.917Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7782026-06-17T16:03:43.339ZFrom https://github.com/oxidecomputer/dendrite
7792026-06-17T16:03:43.339Z * [new ref] 0c92583413d48f50f87c32bac3ed9a26b6785b58 -> refs/commit/0c92583413d48f50f87c32bac3ed9a26b6785b58
7802026-06-17T16:03:43.428Z Updating git repository `https://github.com/oxidecomputer/ispf`
7812026-06-17T16:03:43.696ZFrom https://github.com/oxidecomputer/ispf
7822026-06-17T16:03:43.696Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
7832026-06-17T16:03:43.701Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7842026-06-17T16:03:44.070ZFrom https://github.com/oxidecomputer/netadm-sys
7852026-06-17T16:03:44.071Z * [new ref] 33fd10c84c2ccc8b8a22edca1756a519fd458e43 -> refs/commit/33fd10c84c2ccc8b8a22edca1756a519fd458e43
7862026-06-17T16:03:44.078Z Updating git repository `https://github.com/oxidecomputer/omicron`
7872026-06-17T16:03:55.229ZFrom https://github.com/oxidecomputer/omicron
7882026-06-17T16:03:55.229Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
7892026-06-17T16:03:55.651Z Updating git repository `https://github.com/oxidecomputer/opte`
7902026-06-17T16:03:56.462ZFrom https://github.com/oxidecomputer/opte
7912026-06-17T16:03:56.462Z * [new ref] 8b44982bf0d3f8ea52c810b2b00425a1e350e2f8 -> refs/commit/8b44982bf0d3f8ea52c810b2b00425a1e350e2f8
7922026-06-17T16:03:56.637Z Updating git repository `https://github.com/illumos/smf-rs`
7932026-06-17T16:03:56.845ZFrom https://github.com/illumos/smf-rs
7942026-06-17T16:03:56.845Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
7952026-06-17T16:03:56.982Z Updating git repository `https://github.com/oxidecomputer/network-interface`
7962026-06-17T16:03:57.284ZFrom https://github.com/oxidecomputer/network-interface
7972026-06-17T16:03:57.284Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
7982026-06-17T16:03:57.293Z Updating git repository `https://github.com/oxidecomputer/zone`
7992026-06-17T16:03:57.628ZFrom https://github.com/oxidecomputer/zone
8002026-06-17T16:03:57.628Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8012026-06-17T16:03:57.655Z Updating git repository `https://github.com/oxidecomputer/propolis`
8022026-06-17T16:03:58.292ZFrom https://github.com/oxidecomputer/propolis
8032026-06-17T16:03:58.292Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8042026-06-17T16:03:58.521Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8052026-06-17T16:03:59.213ZFrom https://github.com/oxidecomputer/transceiver-control
8062026-06-17T16:03:59.213Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
8072026-06-17T16:03:59.233Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8082026-06-17T16:03:59.547ZFrom https://github.com/oxidecomputer/dlpi-sys
8092026-06-17T16:03:59.547Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
8102026-06-17T16:03:59.552Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8112026-06-17T16:04:00.007ZFrom https://github.com/jmesmon/rust-libzfs
8122026-06-17T16:04:00.007Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8132026-06-17T16:04:00.015Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8142026-06-17T16:04:00.327ZFrom https://github.com/oxidecomputer/rusty-doors
8152026-06-17T16:04:00.327Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8162026-06-17T16:04:00.356Z Updating git repository `https://github.com/oxidecomputer/lldp`
8172026-06-17T16:04:00.963ZFrom https://github.com/oxidecomputer/lldp
8182026-06-17T16:04:00.963Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
8192026-06-17T16:04:00.975Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8202026-06-17T16:04:01.320ZFrom https://github.com/oxidecomputer/slog-error-chain
8212026-06-17T16:04:01.320Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8222026-06-17T16:04:01.419Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8232026-06-17T16:04:01.796ZFrom https://github.com/oxidecomputer/tufaceous
8242026-06-17T16:04:01.796Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8252026-06-17T16:04:01.827Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8262026-06-17T16:04:02.347ZFrom https://github.com/oxidecomputer/management-gateway-service
8272026-06-17T16:04:02.347Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
8282026-06-17T16:04:02.433Z Updating git repository `https://github.com/oxidecomputer/crucible`
8292026-06-17T16:04:04.871ZFrom https://github.com/oxidecomputer/crucible
8302026-06-17T16:04:04.871Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8312026-06-17T16:04:05.057Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8322026-06-17T16:04:05.333ZFrom https://github.com/oxidecomputer/serde_human_bytes
8332026-06-17T16:04:05.333Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8342026-06-17T16:04:05.352Z Updating git repository `https://github.com/oxidecomputer/propolis`
8352026-06-17T16:04:06.040ZFrom https://github.com/oxidecomputer/propolis
8362026-06-17T16:04:06.040Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
8372026-06-17T16:04:06.489Z Updating git repository `https://github.com/oxidecomputer/crucible`
8382026-06-17T16:04:07.268ZFrom https://github.com/oxidecomputer/crucible
8392026-06-17T16:04:07.268Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
8402026-06-17T16:04:07.334Z Updating git repository `https://github.com/oxidecomputer/tofino`
8412026-06-17T16:04:07.746ZFrom https://github.com/oxidecomputer/tofino
8422026-06-17T16:04:07.746Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
8432026-06-17T16:04:07.757Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8442026-06-17T16:04:08.507ZFrom https://github.com/oxidecomputer/maghemite
8452026-06-17T16:04:08.507Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8462026-06-17T16:04:08.588Z Updating git repository `https://github.com/oxidecomputer/clickward`
8472026-06-17T16:04:09.022ZFrom https://github.com/oxidecomputer/clickward
8482026-06-17T16:04:09.022Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8492026-06-17T16:04:09.035Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8502026-06-17T16:04:09.355ZFrom https://github.com/oxidecomputer/illumos-devinfo
8512026-06-17T16:04:09.355Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8522026-06-17T16:04:10.512Z Downloading crates ...
8532026-06-17T16:04:10.617Z Downloaded colored v3.1.1
8542026-06-17T16:04:10.623Z Downloaded bitflags v2.12.1
8552026-06-17T16:04:10.629Z Downloaded block-buffer v0.12.0
8562026-06-17T16:04:10.632Z Downloaded const-random v0.1.18
8572026-06-17T16:04:10.635Z Downloaded dtrace-parser v0.3.0
8582026-06-17T16:04:10.635Z Downloaded aead v0.5.2
8592026-06-17T16:04:10.638Z Downloaded bytecount v0.6.9
8602026-06-17T16:04:10.640Z Downloaded byte-wrapper v0.1.0
8612026-06-17T16:04:10.643Z Downloaded bit-set v0.8.0
8622026-06-17T16:04:10.646Z Downloaded arrayref v0.3.9
8632026-06-17T16:04:10.646Z Downloaded newtype-uuid-macros v0.1.0
8642026-06-17T16:04:10.649Z Downloaded mime v0.3.17
8652026-06-17T16:04:10.649Z Downloaded elliptic-curve v0.13.8
8662026-06-17T16:04:10.653Z Downloaded group v0.13.0
8672026-06-17T16:04:10.656Z Downloaded hubpack v0.1.2
8682026-06-17T16:04:10.659Z Downloaded httpdate v1.0.3
8692026-06-17T16:04:10.659Z Downloaded backoff v0.4.0
8702026-06-17T16:04:10.662Z Downloaded arrayvec v0.7.6
8712026-06-17T16:04:10.665Z Downloaded idna_adapter v1.2.2
8722026-06-17T16:04:10.665Z Downloaded highway v1.3.0
8732026-06-17T16:04:10.668Z Downloaded cobs v0.3.0
8742026-06-17T16:04:10.671Z Downloaded base16ct v1.0.0
8752026-06-17T16:04:10.671Z Downloaded git-stub-vcs v0.1.0
8762026-06-17T16:04:10.674Z Downloaded byteorder v1.5.0
8772026-06-17T16:04:10.674Z Downloaded bit-vec v0.8.0
8782026-06-17T16:04:10.677Z Downloaded blake2 v0.10.6
8792026-06-17T16:04:10.680Z Downloaded base16ct v0.2.0
8802026-06-17T16:04:10.685Z Downloaded crc8 v0.1.1
8812026-06-17T16:04:10.688Z Downloaded darling_macro v0.21.3
8822026-06-17T16:04:10.691Z Downloaded goblin v0.10.7
8832026-06-17T16:04:10.694Z Downloaded internet-checksum v0.2.1
8842026-06-17T16:04:10.697Z Downloaded argon2 v0.5.3
8852026-06-17T16:04:10.700Z Downloaded icu_provider v2.2.0
8862026-06-17T16:04:10.702Z Downloaded git-stub v1.0.0
8872026-06-17T16:04:10.702Z Downloaded dof v0.4.0
8882026-06-17T16:04:10.706Z Downloaded icu_properties v2.2.0
8892026-06-17T16:04:10.706Z Downloaded newtype_derive v0.1.6
8902026-06-17T16:04:10.709Z Downloaded dropshot-api-manager-types v0.7.2
8912026-06-17T16:04:10.709Z Downloaded crucible-workspace-hack v0.1.0
8922026-06-17T16:04:10.712Z Downloaded gethostname v0.5.0
8932026-06-17T16:04:10.712Z Downloaded bcs v0.1.6
8942026-06-17T16:04:10.714Z Downloaded anyhow v1.0.102
8952026-06-17T16:04:10.717Z Downloaded ipnetwork v0.21.1
8962026-06-17T16:04:10.717Z Downloaded const-random-macro v0.1.16
8972026-06-17T16:04:10.720Z Downloaded glob v0.3.3
8982026-06-17T16:04:10.723Z Downloaded match_cfg v0.1.0
8992026-06-17T16:04:10.723Z Downloaded hybrid-array v0.4.12
9002026-06-17T16:04:10.726Z Downloaded darling_macro v0.23.0
9012026-06-17T16:04:10.726Z Downloaded bitflags v1.3.2
9022026-06-17T16:04:10.729Z Downloaded allocator-api2 v0.2.21
9032026-06-17T16:04:10.732Z Downloaded hostname v0.4.2
9042026-06-17T16:04:10.734Z Downloaded macaddr v1.0.1
9052026-06-17T16:04:10.735Z Downloaded foreign-types v0.5.0
9062026-06-17T16:04:10.740Z Downloaded dunce v1.0.5
9072026-06-17T16:04:10.740Z Downloaded cstr-argument v0.1.2
9082026-06-17T16:04:10.743Z Downloaded crunchy v0.2.4
9092026-06-17T16:04:10.743Z Downloaded hash32 v0.3.1
9102026-06-17T16:04:10.743Z Downloaded lru-cache v0.1.2
9112026-06-17T16:04:10.743Z Downloaded hubpack_derive v0.1.1
9122026-06-17T16:04:10.746Z Downloaded fxhash v0.2.1
9132026-06-17T16:04:10.747Z Downloaded fixedbitset v0.4.2
9142026-06-17T16:04:10.747Z Downloaded natord v1.0.9
9152026-06-17T16:04:10.749Z Downloaded dof v0.3.0
9162026-06-17T16:04:10.749Z Downloaded managed v0.8.0
9172026-06-17T16:04:10.752Z Downloaded is-terminal v0.4.17
9182026-06-17T16:04:10.752Z Downloaded num-iter v0.1.45
9192026-06-17T16:04:10.755Z Downloaded embedded-io v0.4.0
9202026-06-17T16:04:10.755Z Downloaded icu_normalizer v2.2.0
9212026-06-17T16:04:10.758Z Downloaded cmake v0.1.58
9222026-06-17T16:04:10.761Z Downloaded heck v0.4.1
9232026-06-17T16:04:10.761Z Downloaded async-compression v0.4.42
9242026-06-17T16:04:10.765Z Downloaded dyn-clone v1.0.20
9252026-06-17T16:04:10.768Z Downloaded defmt-parser v1.0.0
9262026-06-17T16:04:10.771Z Downloaded no-std-compat v0.4.1
9272026-06-17T16:04:10.771Z Downloaded num_enum_derive v0.5.11
9282026-06-17T16:04:10.771Z Downloaded memoffset v0.9.1
9292026-06-17T16:04:10.774Z Downloaded num-derive v0.4.2
9302026-06-17T16:04:10.774Z Downloaded num-conv v0.2.2
9312026-06-17T16:04:10.777Z Downloaded foreign-types-shared v0.3.1
9322026-06-17T16:04:10.777Z Downloaded libscf-sys v1.2.0
9332026-06-17T16:04:10.779Z Downloaded ciborium-ll v0.2.2
9342026-06-17T16:04:10.780Z Downloaded inout v0.1.4
9352026-06-17T16:04:10.782Z Downloaded num v0.4.3
9362026-06-17T16:04:10.783Z Downloaded newline-converter v0.3.0
9372026-06-17T16:04:10.785Z Downloaded ident_case v1.0.1
9382026-06-17T16:04:10.786Z Downloaded data-encoding v2.11.0
9392026-06-17T16:04:10.786Z Downloaded parse-display v0.10.0
9402026-06-17T16:04:10.789Z Downloaded omicron-workspace-hack v0.1.0
9412026-06-17T16:04:10.789Z Downloaded float-ord v0.3.2
9422026-06-17T16:04:10.791Z Downloaded enum-as-inner v0.6.1
9432026-06-17T16:04:10.791Z Downloaded crossbeam-deque v0.8.6
9442026-06-17T16:04:10.794Z Downloaded foreign-types-macros v0.2.3
9452026-06-17T16:04:10.794Z Downloaded konst_macro_rules v0.2.19
9462026-06-17T16:04:10.797Z Downloaded arc-swap v1.9.1
9472026-06-17T16:04:10.797Z Downloaded derive-ex v0.1.8
9482026-06-17T16:04:10.800Z Downloaded opaque-debug v0.3.1
9492026-06-17T16:04:10.803Z Downloaded chacha20 v0.9.1
9502026-06-17T16:04:10.803Z Downloaded num_threads v0.1.7
9512026-06-17T16:04:10.806Z Downloaded olpc-cjson v0.1.4
9522026-06-17T16:04:10.806Z Downloaded constant_time_eq v0.4.2
9532026-06-17T16:04:10.809Z Downloaded critical-section v1.2.0
9542026-06-17T16:04:10.809Z Downloaded defmt v0.3.100
9552026-06-17T16:04:10.809Z Downloaded csv-core v0.1.13
9562026-06-17T16:04:10.812Z Downloaded ingot v0.1.1
9572026-06-17T16:04:10.812Z Downloaded displaydoc v0.2.6
9582026-06-17T16:04:10.815Z Downloaded embedded-io v0.6.1
9592026-06-17T16:04:10.815Z Downloaded defmt-macros v1.1.0
9602026-06-17T16:04:10.818Z Downloaded compression-codecs v0.4.38
9612026-06-17T16:04:10.821Z Downloaded powerfmt v0.2.0
9622026-06-17T16:04:10.824Z Downloaded proc-macro-crate v1.3.1
9632026-06-17T16:04:10.824Z Downloaded num-integer v0.1.46
9642026-06-17T16:04:10.824Z Downloaded linear-map v1.2.0
9652026-06-17T16:04:10.827Z Downloaded num-rational v0.4.2
9662026-06-17T16:04:10.830Z Downloaded plain v0.2.3
9672026-06-17T16:04:10.833Z Downloaded num-complex v0.4.6
9682026-06-17T16:04:10.833Z Downloaded foldhash v0.2.0
9692026-06-17T16:04:10.836Z Downloaded proc-macro-crate v3.5.0
9702026-06-17T16:04:10.836Z Downloaded num_enum_derive v0.7.6
9712026-06-17T16:04:10.839Z Downloaded proc-macro-error-attr2 v2.0.0
9722026-06-17T16:04:10.839Z Downloaded progenitor-client v0.10.0
9732026-06-17T16:04:10.843Z Downloaded num_enum v0.5.11
9742026-06-17T16:04:10.847Z Downloaded progenitor-macro v0.10.0
9752026-06-17T16:04:10.847Z Downloaded progenitor-client v0.14.0
9762026-06-17T16:04:10.847Z Downloaded num_enum v0.7.6
9772026-06-17T16:04:10.849Z Downloaded password-hash v0.5.0
9782026-06-17T16:04:10.852Z Downloaded parse-display-derive v0.10.0
9792026-06-17T16:04:10.852Z Downloaded ingot-types v0.1.2
9802026-06-17T16:04:10.852Z Downloaded parking_lot_core v0.8.6
9812026-06-17T16:04:10.855Z Downloaded ref-cast v1.0.25
9822026-06-17T16:04:10.858Z Downloaded rand_xorshift v0.4.0
9832026-06-17T16:04:10.858Z Downloaded progenitor-macro v0.13.0
9842026-06-17T16:04:10.861Z Downloaded libsw v3.5.0
9852026-06-17T16:04:10.861Z Downloaded memmap v0.7.0
9862026-06-17T16:04:10.864Z Downloaded darling v0.21.3
9872026-06-17T16:04:10.866Z Downloaded console v0.16.3
9882026-06-17T16:04:10.869Z Downloaded oxide-tokio-rt v0.1.6
9892026-06-17T16:04:10.869Z Downloaded cookie v0.18.1
9902026-06-17T16:04:10.872Z Downloaded crossbeam-utils v0.8.21
9912026-06-17T16:04:10.875Z Downloaded hostname v0.3.1
9922026-06-17T16:04:10.875Z Downloaded fs_extra v1.3.0
9932026-06-17T16:04:10.878Z Downloaded daft-derive v0.1.7
9942026-06-17T16:04:10.881Z Downloaded paste v1.0.15
9952026-06-17T16:04:10.881Z Downloaded progenitor-macro v0.14.0
9962026-06-17T16:04:10.883Z Downloaded phf v0.12.1
9972026-06-17T16:04:10.883Z Downloaded pem v3.0.6
9982026-06-17T16:04:10.886Z Downloaded ff v0.13.1
9992026-06-17T16:04:10.886Z Downloaded async-trait v0.1.89
10002026-06-17T16:04:10.889Z Downloaded same-file v1.0.6
10012026-06-17T16:04:10.890Z Downloaded diff v0.1.13
10022026-06-17T16:04:10.892Z Downloaded defmt v1.1.0
10032026-06-17T16:04:10.895Z Downloaded deranged v0.5.8
10042026-06-17T16:04:10.898Z Downloaded hmac v0.12.1
10052026-06-17T16:04:10.898Z Downloaded quick-error v1.2.3
10062026-06-17T16:04:10.901Z Downloaded proc-macro-error-attr v1.0.4
10072026-06-17T16:04:10.901Z Downloaded ciborium v0.2.2
10082026-06-17T16:04:10.901Z Downloaded serde-big-array v0.5.1
10092026-06-17T16:04:10.904Z Downloaded cargo_toml v0.22.3
10102026-06-17T16:04:10.904Z Downloaded backon v1.6.0
10112026-06-17T16:04:10.908Z Downloaded sha1 v0.11.0
10122026-06-17T16:04:10.911Z Downloaded serial_test_derive v3.5.0
10132026-06-17T16:04:10.911Z Downloaded serde_repr v0.1.20
10142026-06-17T16:04:10.911Z Downloaded ref-cast-impl v1.0.25
10152026-06-17T16:04:10.911Z Downloaded proc-macro-error2 v2.0.1
10162026-06-17T16:04:10.914Z Downloaded progenitor v0.14.0
10172026-06-17T16:04:10.917Z Downloaded rustc_version v0.1.7
10182026-06-17T16:04:10.917Z Downloaded progenitor v0.13.0
10192026-06-17T16:04:10.917Z Downloaded semver v0.1.20
10202026-06-17T16:04:10.920Z Downloaded scroll_derive v0.12.1
10212026-06-17T16:04:10.920Z Downloaded parking_lot v0.11.2
10222026-06-17T16:04:10.923Z Downloaded secrecy v0.10.3
10232026-06-17T16:04:10.923Z Downloaded scroll_derive v0.13.1
10242026-06-17T16:04:10.923Z Downloaded rand_core v0.10.1
10252026-06-17T16:04:10.923Z Downloaded rand_chacha v0.3.1
10262026-06-17T16:04:10.927Z Downloaded const-oid v0.10.2
10272026-06-17T16:04:10.927Z Downloaded slog-bunyan v2.5.0
10282026-06-17T16:04:10.930Z Downloaded siphasher v1.0.3
10292026-06-17T16:04:10.930Z Downloaded sha1 v0.10.6
10302026-06-17T16:04:10.930Z Downloaded serial_test v3.5.0
10312026-06-17T16:04:10.933Z Downloaded chacha20 v0.10.0
10322026-06-17T16:04:10.933Z Downloaded progenitor-extras v0.2.0
10332026-06-17T16:04:10.936Z Downloaded dropshot_endpoint v0.17.1
10342026-06-17T16:04:10.936Z Downloaded progenitor-client v0.13.0
10352026-06-17T16:04:10.939Z Downloaded slog-envlogger v2.2.0
10362026-06-17T16:04:10.939Z Downloaded progenitor v0.10.0
10372026-06-17T16:04:10.942Z Downloaded multer v3.1.0
10382026-06-17T16:04:10.942Z Downloaded smawk v0.3.2
10392026-06-17T16:04:10.946Z Downloaded libsw-core v0.3.2
10402026-06-17T16:04:10.946Z Downloaded pest_generator v2.8.6
10412026-06-17T16:04:10.949Z Downloaded memmap2 v0.9.10
10422026-06-17T16:04:10.949Z Downloaded serde_plain v1.0.2
10432026-06-17T16:04:10.949Z Downloaded pretty-hex v0.4.2
10442026-06-17T16:04:10.949Z Downloaded resolv-conf v0.7.6
10452026-06-17T16:04:10.955Z Downloaded omicron-zone-package v0.12.2
10462026-06-17T16:04:10.955Z Downloaded spin v0.5.2
10472026-06-17T16:04:10.958Z Downloaded potential_utf v0.1.5
10482026-06-17T16:04:10.958Z Downloaded ingot-macros v0.1.1
10492026-06-17T16:04:10.958Z Downloaded rustversion v1.0.22
10502026-06-17T16:04:10.958Z Downloaded rustls-pemfile v2.2.0
10512026-06-17T16:04:10.962Z Downloaded sigpipe v0.1.3
10522026-06-17T16:04:10.962Z Downloaded oxnet v0.1.6
10532026-06-17T16:04:10.965Z Downloaded phf_shared v0.12.1
10542026-06-17T16:04:10.965Z Downloaded drift v0.2.0
10552026-06-17T16:04:10.969Z Downloaded scroll v0.13.0
10562026-06-17T16:04:10.972Z Downloaded scroll v0.12.0
10572026-06-17T16:04:10.972Z Downloaded schemars_derive v0.8.22
10582026-06-17T16:04:10.975Z Downloaded tagptr v0.2.0
10592026-06-17T16:04:10.975Z Downloaded pest_derive v2.8.6
10602026-06-17T16:04:10.975Z Downloaded termtree v0.5.1
10612026-06-17T16:04:10.979Z Downloaded tabled_derive v0.11.0
10622026-06-17T16:04:10.980Z Downloaded thread-id v4.2.2
10632026-06-17T16:04:10.980Z Downloaded thiserror-impl-no-std v2.0.2
10642026-06-17T16:04:10.982Z Downloaded tabwriter v1.4.1
10652026-06-17T16:04:10.983Z Downloaded linked-hash-map v0.5.6
10662026-06-17T16:04:10.983Z Downloaded fs-err v3.3.0
10672026-06-17T16:04:10.983Z Downloaded serde_derive_internals v0.29.1
10682026-06-17T16:04:10.985Z Downloaded papergrid v0.18.0
10692026-06-17T16:04:10.988Z Downloaded stable_deref_trait v1.2.1
10702026-06-17T16:04:10.988Z Downloaded darling v0.23.0
10712026-06-17T16:04:10.991Z Downloaded tabled_derive v0.7.0
10722026-06-17T16:04:10.995Z Downloaded strum v0.27.2
10732026-06-17T16:04:10.995Z Downloaded slog-json v2.6.1
10742026-06-17T16:04:10.995Z Downloaded slog-async v2.8.0
10752026-06-17T16:04:10.995Z Downloaded poly1305 v0.8.0
10762026-06-17T16:04:10.998Z Downloaded thread-id v5.1.0
10772026-06-17T16:04:10.998Z Downloaded strum v0.26.3
10782026-06-17T16:04:10.998Z Downloaded postcard v1.1.3
10792026-06-17T16:04:11.001Z Downloaded rusty-fork v0.3.1
10802026-06-17T16:04:11.001Z Downloaded rustls-native-certs v0.8.4
10812026-06-17T16:04:11.006Z Downloaded structmeta-derive v0.3.0
10822026-06-17T16:04:11.006Z Downloaded darling_core v0.23.0
10832026-06-17T16:04:11.010Z Downloaded slog-term v2.9.2
10842026-06-17T16:04:11.010Z Downloaded topological-sort v0.2.2
10852026-06-17T16:04:11.010Z Downloaded time-core v0.1.8
10862026-06-17T16:04:11.010Z Downloaded testing_table v0.3.0
10872026-06-17T16:04:11.013Z Downloaded slog-stdlog v4.1.1
10882026-06-17T16:04:11.013Z Downloaded slog-scope v4.4.1
10892026-06-17T16:04:11.013Z Downloaded serde_tokenstream v0.2.3
10902026-06-17T16:04:11.013Z Downloaded derive_more v0.99.20
10912026-06-17T16:04:11.016Z Downloaded snafu-derive v0.8.9
10922026-06-17T16:04:11.019Z Downloaded half v2.7.1
10932026-06-17T16:04:11.019Z Downloaded structmeta v0.3.0
10942026-06-17T16:04:11.019Z Downloaded rhai_codegen v3.2.0
10952026-06-17T16:04:11.023Z Downloaded litemap v0.8.2
10962026-06-17T16:04:11.027Z Downloaded typify-macro v0.6.2
10972026-06-17T16:04:11.027Z Downloaded indexmap v1.9.3
10982026-06-17T16:04:11.030Z Downloaded unit-prefix v0.5.2
10992026-06-17T16:04:11.030Z Downloaded unarray v0.1.4
11002026-06-17T16:04:11.030Z Downloaded usdt v0.5.0
11012026-06-17T16:04:11.032Z Downloaded untrusted v0.7.1
11022026-06-17T16:04:11.033Z Downloaded usdt v0.6.0
11032026-06-17T16:04:11.033Z Downloaded papergrid v0.11.0
11042026-06-17T16:04:11.036Z Downloaded slog-dtrace v0.3.0
11052026-06-17T16:04:11.039Z Downloaded chacha20poly1305 v0.10.1
11062026-06-17T16:04:11.039Z Downloaded typify-macro v0.4.3
11072026-06-17T16:04:11.039Z Downloaded smartstring v1.0.1
11082026-06-17T16:04:11.041Z Downloaded strum_macros v0.27.2
11092026-06-17T16:04:11.041Z Downloaded const_format v0.2.36
11102026-06-17T16:04:11.044Z Downloaded usdt-macro v0.5.0
11112026-06-17T16:04:11.044Z Downloaded synstructure v0.13.2
11122026-06-17T16:04:11.047Z Downloaded wait-timeout v0.2.1
11132026-06-17T16:04:11.047Z Downloaded icu_locale_core v2.2.0
11142026-06-17T16:04:11.050Z Downloaded yoke-derive v0.8.2
11152026-06-17T16:04:11.053Z Downloaded darling_core v0.21.3
11162026-06-17T16:04:11.056Z Downloaded tiny-keccak v2.0.2
11172026-06-17T16:04:11.056Z Downloaded progenitor-impl v0.10.0
11182026-06-17T16:04:11.059Z Downloaded smf v0.2.3
11192026-06-17T16:04:11.059Z Downloaded progenitor-impl v0.13.0
11202026-06-17T16:04:11.062Z Downloaded crossbeam-channel v0.5.15
11212026-06-17T16:04:11.062Z Downloaded time-macros v0.2.27
11222026-06-17T16:04:11.065Z Downloaded erased-serde v0.3.31
11232026-06-17T16:04:11.065Z Downloaded zerofrom-derive v0.1.7
11242026-06-17T16:04:11.068Z Downloaded utf-8 v0.7.6
11252026-06-17T16:04:11.068Z Downloaded usdt-macro v0.6.0
11262026-06-17T16:04:11.068Z Downloaded usdt-attr-macro v0.6.0
11272026-06-17T16:04:11.068Z Downloaded usdt-attr-macro v0.5.0
11282026-06-17T16:04:11.068Z Downloaded universal-hash v0.5.1
11292026-06-17T16:04:11.072Z Downloaded tinystr v0.8.3
11302026-06-17T16:04:11.072Z Downloaded proc-macro-error v1.0.4
11312026-06-17T16:04:11.075Z Downloaded strum_macros v0.26.4
11322026-06-17T16:04:11.075Z Downloaded zone v0.3.1
11332026-06-17T16:04:11.075Z Downloaded cipher v0.4.4
11342026-06-17T16:04:11.078Z Downloaded base64 v0.21.7
11352026-06-17T16:04:11.078Z Downloaded zone_cfg_derive v0.3.1
11362026-06-17T16:04:11.078Z Downloaded take_mut v0.2.2
11372026-06-17T16:04:11.081Z Downloaded serde_with_macros v3.20.0
11382026-06-17T16:04:11.081Z Downloaded daft v0.1.7
11392026-06-17T16:04:11.084Z Downloaded keccak v0.1.6
11402026-06-17T16:04:11.084Z Downloaded rustls-platform-verifier v0.7.0
11412026-06-17T16:04:11.087Z Downloaded digest v0.11.3
11422026-06-17T16:04:11.087Z Downloaded const_format_proc_macros v0.2.34
11432026-06-17T16:04:11.087Z Downloaded bs58 v0.5.1
11442026-06-17T16:04:11.090Z Downloaded waitgroup v0.1.2
11452026-06-17T16:04:11.090Z Downloaded crossbeam-epoch v0.9.18
11462026-06-17T16:04:11.093Z Downloaded instant v0.1.13
11472026-06-17T16:04:11.093Z Downloaded cpufeatures v0.3.0
11482026-06-17T16:04:11.093Z Downloaded convert_case v0.4.0
11492026-06-17T16:04:11.097Z Downloaded zerofrom v0.1.8
11502026-06-17T16:04:11.097Z Downloaded icu_normalizer_data v2.2.0
11512026-06-17T16:04:11.097Z Downloaded heapless v0.8.0
11522026-06-17T16:04:11.100Z Downloaded tokio-tungstenite v0.21.0
11532026-06-17T16:04:11.100Z Downloaded tokio-dtrace v0.1.1
11542026-06-17T16:04:11.105Z Downloaded prettyplease v0.2.37
11552026-06-17T16:04:11.105Z Downloaded pretty_assertions v1.4.1
11562026-06-17T16:04:11.108Z Downloaded crypto-bigint v0.5.5
11572026-06-17T16:04:11.111Z Downloaded term v1.2.1
11582026-06-17T16:04:11.111Z Downloaded progenitor-impl v0.14.0
11592026-06-17T16:04:11.114Z Downloaded indicatif v0.18.4
11602026-06-17T16:04:11.117Z Downloaded slog v2.8.2
11612026-06-17T16:04:11.117Z Downloaded similar v2.7.0
11622026-06-17T16:04:11.120Z Downloaded thiserror-no-std v2.0.2
11632026-06-17T16:04:11.124Z Downloaded cc v1.2.63
11642026-06-17T16:04:11.127Z Downloaded dtrace-parser v0.2.0
11652026-06-17T16:04:11.127Z Downloaded compression-core v0.4.32
11662026-06-17T16:04:11.127Z Downloaded zeroize_derive v1.4.3
11672026-06-17T16:04:11.127Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11682026-06-17T16:04:11.127Z Downloaded hickory-resolver v0.25.2
11692026-06-17T16:04:11.130Z Downloaded async-recursion v1.1.1
11702026-06-17T16:04:11.139Z Downloaded ciborium-io v0.2.2
11712026-06-17T16:04:11.139Z Downloaded async-stream-impl v0.3.6
11722026-06-17T16:04:11.139Z Downloaded async-stream v0.3.6
11732026-06-17T16:04:11.142Z Downloaded cancel-safe-futures v0.1.5
11742026-06-17T16:04:11.142Z Downloaded crypto-common v0.2.2
11752026-06-17T16:04:11.142Z Downloaded ucd-trie v0.1.7
11762026-06-17T16:04:11.145Z Downloaded usdt-impl v0.6.0
11772026-06-17T16:04:11.149Z Downloaded smallvec v1.15.1
11782026-06-17T16:04:11.149Z Downloaded test-strategy v0.4.5
11792026-06-17T16:04:11.153Z Downloaded spin v0.9.8
11802026-06-17T16:04:11.156Z Downloaded serde_yaml v0.9.34+deprecated
11812026-06-17T16:04:11.156Z Downloaded pest_meta v2.8.6
11822026-06-17T16:04:11.159Z Downloaded zerocopy-derive v0.7.35
11832026-06-17T16:04:11.162Z Downloaded toml v0.7.8
11842026-06-17T16:04:11.162Z Downloaded vsss-rs v3.3.4
11852026-06-17T16:04:11.165Z Downloaded usdt-impl v0.5.0
11862026-06-17T16:04:11.165Z Downloaded walkdir v2.5.0
11872026-06-17T16:04:11.168Z Downloaded schemars v0.8.22
11882026-06-17T16:04:11.172Z Downloaded xz2 v0.1.7
11892026-06-17T16:04:11.177Z Downloaded typify v0.4.3
11902026-06-17T16:04:11.180Z Downloaded schemars v1.2.1
11912026-06-17T16:04:11.184Z Downloaded uuid v1.23.2
11922026-06-17T16:04:11.187Z Downloaded yoke v0.8.3
11932026-06-17T16:04:11.190Z Downloaded openssl-sys v0.9.116
11942026-06-17T16:04:11.193Z Downloaded jiff-static v0.2.28
11952026-06-17T16:04:11.193Z Downloaded minimal-lexical v0.2.1
11962026-06-17T16:04:11.197Z Downloaded zeroize v1.8.2
11972026-06-17T16:04:11.197Z Downloaded icu_collections v2.2.0
11982026-06-17T16:04:11.200Z Downloaded writeable v0.6.3
11992026-06-17T16:04:11.203Z Downloaded whoami v1.6.1
12002026-06-17T16:04:11.203Z Downloaded tungstenite v0.21.0
12012026-06-17T16:04:11.206Z Downloaded thin-vec v0.2.18
12022026-06-17T16:04:11.206Z Downloaded zerovec-derive v0.11.3
12032026-06-17T16:04:11.206Z Downloaded konst v0.2.20
12042026-06-17T16:04:11.210Z Downloaded yansi v1.0.1
12052026-06-17T16:04:11.221Z Downloaded rayon-core v1.13.0
12062026-06-17T16:04:11.223Z Downloaded schemars v0.9.0
12072026-06-17T16:04:11.230Z Downloaded pest v2.8.6
12082026-06-17T16:04:11.234Z Downloaded http v1.4.1
12092026-06-17T16:04:11.238Z Downloaded memchr v2.8.1
12102026-06-17T16:04:11.244Z Downloaded toml_edit v0.19.15
12112026-06-17T16:04:11.257Z Downloaded zerotrie v0.2.4
12122026-06-17T16:04:11.260Z Downloaded rand v0.8.6
12132026-06-17T16:04:11.263Z Downloaded snafu v0.8.9
12142026-06-17T16:04:11.266Z Downloaded qorb v0.4.1
12152026-06-17T16:04:11.269Z Downloaded icu_properties_data v2.2.0
12162026-06-17T16:04:11.274Z Downloaded dropshot-api-manager v0.7.2
12172026-06-17T16:04:11.278Z Downloaded expectorate v1.2.0
12182026-06-17T16:04:11.281Z Downloaded zerocopy-derive v0.8.50
12192026-06-17T16:04:11.284Z Downloaded typify v0.6.2
12202026-06-17T16:04:11.287Z Downloaded toml_edit v0.25.12+spec-1.1.0
12212026-06-17T16:04:11.289Z Downloaded nom v7.1.3
12222026-06-17T16:04:11.292Z Downloaded aws-lc-rs v1.17.0
12232026-06-17T16:04:11.298Z Downloaded unsafe-libyaml v0.2.11
12242026-06-17T16:04:11.301Z Downloaded reqwest v0.13.4
12252026-06-17T16:04:11.304Z Downloaded typed-path v0.9.3
12262026-06-17T16:04:11.307Z Downloaded toml v0.9.12+spec-1.1.0
12272026-06-17T16:04:11.310Z Downloaded blake3 v1.8.5
12282026-06-17T16:04:11.315Z Downloaded steno v0.4.1
12292026-06-17T16:04:11.320Z Downloaded hickory-resolver v0.24.4
12302026-06-17T16:04:11.324Z Downloaded goblin v0.8.2
12312026-06-17T16:04:11.327Z Downloaded hashbrown v0.16.1
12322026-06-17T16:04:11.327Z Downloaded hashbrown v0.12.3
12332026-06-17T16:04:11.330Z Downloaded rand v0.10.1
12342026-06-17T16:04:11.333Z Downloaded tough v0.22.0
12352026-06-17T16:04:11.345Z Downloaded nom v8.0.0
12362026-06-17T16:04:11.355Z Downloaded libm v0.2.16
12372026-06-17T16:04:11.374Z Downloaded itertools v0.12.1
12382026-06-17T16:04:11.378Z Downloaded h2 v0.4.14
12392026-06-17T16:04:11.384Z Downloaded hkdf v0.12.4
12402026-06-17T16:04:11.406Z Downloaded tabled v0.15.0
12412026-06-17T16:04:11.415Z Downloaded regex v1.12.3
12422026-06-17T16:04:11.420Z Downloaded time v0.3.47
12432026-06-17T16:04:11.427Z Downloaded syn v1.0.109
12442026-06-17T16:04:11.436Z Downloaded zerovec v0.11.6
12452026-06-17T16:04:11.449Z Downloaded iddqd v0.4.2
12462026-06-17T16:04:11.453Z Downloaded openssl v0.10.80
12472026-06-17T16:04:11.458Z Downloaded rayon v1.12.0
12482026-06-17T16:04:11.483Z Downloaded syn v2.0.117
12492026-06-17T16:04:11.489Z Downloaded zerocopy v0.7.35
12502026-06-17T16:04:11.498Z Downloaded serde_with v3.20.0
12512026-06-17T16:04:11.505Z Downloaded winnow v0.5.40
12522026-06-17T16:04:11.510Z Downloaded regress v0.10.5
12532026-06-17T16:04:11.528Z Downloaded moka v0.12.15
12542026-06-17T16:04:11.535Z Downloaded regex-syntax v0.8.10
12552026-06-17T16:04:11.535Z Downloaded rhai v1.25.1
12562026-06-17T16:04:11.535Z Downloaded proptest v1.11.0
12572026-06-17T16:04:11.539Z Downloaded webpki-roots v1.0.7
12582026-06-17T16:04:11.539Z Downloaded dropshot v0.17.1
12592026-06-17T16:04:11.550Z Downloaded tabled v0.21.0
12602026-06-17T16:04:11.561Z Downloaded typify-impl v0.6.2
12612026-06-17T16:04:11.567Z Downloaded openapiv3 v2.2.0
12622026-06-17T16:04:11.592Z Downloaded smoltcp v0.11.0
12632026-06-17T16:04:11.601Z Downloaded zerocopy v0.8.50
12642026-06-17T16:04:11.610Z Downloaded nix v0.31.3
12652026-06-17T16:04:11.616Z Downloaded hickory-proto v0.24.4
12662026-06-17T16:04:11.625Z Downloaded petgraph v0.6.5
12672026-06-17T16:04:11.635Z Downloaded regress v0.11.1
12682026-06-17T16:04:11.640Z Downloaded hickory-proto v0.25.2
12692026-06-17T16:04:11.647Z Downloaded chrono-tz v0.10.4
12702026-06-17T16:04:11.667Z Downloaded sha3 v0.10.9
12712026-06-17T16:04:11.669Z Downloaded csv v1.4.0
12722026-06-17T16:04:11.680Z Downloaded sled v0.34.7
12732026-06-17T16:04:11.687Z Downloaded typify-impl v0.4.3
12742026-06-17T16:04:11.735Z Downloaded lzma-sys v0.1.20
12752026-06-17T16:04:11.753Z Downloaded jiff v0.2.28
12762026-06-17T16:04:11.787Z Downloaded encoding_rs v0.8.35
12772026-06-17T16:04:12.246Z Downloaded aws-lc-sys v0.41.0
12782026-06-17T16:04:13.164Z Compiling proc-macro2 v1.0.106
12792026-06-17T16:04:13.164Z Compiling quote v1.0.45
12802026-06-17T16:04:13.164Z Compiling unicode-ident v1.0.24
12812026-06-17T16:04:13.164Z Compiling serde_core v1.0.228
12822026-06-17T16:04:13.164Z Compiling cfg-if v1.0.4
12832026-06-17T16:04:13.169Z Compiling serde v1.0.228
12842026-06-17T16:04:13.169Z Compiling libc v0.2.186
12852026-06-17T16:04:13.169Z Compiling memchr v2.8.1
12862026-06-17T16:04:13.347Z Compiling itoa v1.0.18
12872026-06-17T16:04:13.521Z Compiling smallvec v1.15.1
12882026-06-17T16:04:13.599Z Compiling zmij v1.0.21
12892026-06-17T16:04:13.626Z Compiling autocfg v1.5.1
12902026-06-17T16:04:13.727Z Compiling libm v0.2.16
12912026-06-17T16:04:13.954Z Compiling stable_deref_trait v1.2.1
12922026-06-17T16:04:13.971Z Compiling litemap v0.8.2
12932026-06-17T16:04:14.023Z Compiling writeable v0.6.3
12942026-06-17T16:04:14.121Z Compiling percent-encoding v2.3.2
12952026-06-17T16:04:14.161Z Compiling icu_normalizer_data v2.2.0
12962026-06-17T16:04:14.205Z Compiling utf8_iter v1.0.4
12972026-06-17T16:04:14.216Z Compiling icu_properties_data v2.2.0
12982026-06-17T16:04:14.225Z Compiling iana-time-zone v0.1.65
12992026-06-17T16:04:14.345Z Compiling equivalent v1.0.2
13002026-06-17T16:04:14.434Z Compiling form_urlencoded v1.2.2
13012026-06-17T16:04:14.445Z Compiling serde_json v1.0.150
13022026-06-17T16:04:14.482Z Compiling version_check v0.9.5
13032026-06-17T16:04:14.604Z Compiling syn v2.0.117
13042026-06-17T16:04:14.614Z Compiling dyn-clone v1.0.20
13052026-06-17T16:04:14.627Z Compiling pin-project-lite v0.2.17
13062026-06-17T16:04:14.638Z Compiling parking_lot_core v0.9.12
13072026-06-17T16:04:14.701Z Compiling scopeguard v1.2.0
13082026-06-17T16:04:14.716Z Compiling num-traits v0.2.19
13092026-06-17T16:04:14.745Z Compiling thiserror v2.0.18
13102026-06-17T16:04:14.756Z Compiling hashbrown v0.17.1
13112026-06-17T16:04:14.800Z Compiling lock_api v0.4.14
13122026-06-17T16:04:14.934Z Compiling getrandom v0.4.2
13132026-06-17T16:04:15.032Z Compiling rand_core v0.10.1
13142026-06-17T16:04:15.184Z Compiling errno v0.3.14
13152026-06-17T16:04:15.264Z Compiling log v0.4.32
13162026-06-17T16:04:15.296Z Compiling heck v0.5.0
13172026-06-17T16:04:15.314Z Compiling futures-core v0.3.32
13182026-06-17T16:04:15.333Z Compiling zerocopy v0.8.50
13192026-06-17T16:04:15.413Z Compiling semver v1.0.28
13202026-06-17T16:04:15.462Z Compiling indexmap v2.14.0
13212026-06-17T16:04:15.550Z Compiling uuid v1.23.2
13222026-06-17T16:04:15.736Z Compiling schemars v0.8.22
13232026-06-17T16:04:15.759Z Compiling futures-sink v0.3.32
13242026-06-17T16:04:15.778Z Compiling fnv v1.0.7
13252026-06-17T16:04:15.853Z Compiling slab v0.4.12
13262026-06-17T16:04:15.871Z Compiling jobserver v0.1.34
13272026-06-17T16:04:15.984Z Compiling rustversion v1.0.22
13282026-06-17T16:04:16.012Z Compiling find-msvc-tools v0.1.9
13292026-06-17T16:04:16.023Z Compiling shlex v2.0.1
13302026-06-17T16:04:16.114Z Compiling futures-channel v0.3.32
13312026-06-17T16:04:16.189Z Compiling cc v1.2.63
13322026-06-17T16:04:16.200Z Compiling bitflags v2.12.1
13332026-06-17T16:04:16.241Z Compiling futures-task v0.3.32
13342026-06-17T16:04:16.416Z Compiling futures-io v0.3.32
13352026-06-17T16:04:16.508Z Compiling socket2 v0.6.4
13362026-06-17T16:04:16.581Z Compiling portable-atomic v1.13.1
13372026-06-17T16:04:16.631Z Compiling signal-hook-registry v1.4.8
13382026-06-17T16:04:16.783Z Compiling parking_lot v0.12.5
13392026-06-17T16:04:16.858Z Compiling mio v1.2.1
13402026-06-17T16:04:16.948Z Compiling critical-section v1.2.0
13412026-06-17T16:04:16.986Z Compiling cmake v0.1.58
13422026-06-17T16:04:17.058Z Compiling typenum v1.20.1
13432026-06-17T16:04:17.090Z Compiling fs_extra v1.3.0
13442026-06-17T16:04:17.208Z Compiling dunce v1.0.5
13452026-06-17T16:04:17.307Z Compiling base64 v0.22.1
13462026-06-17T16:04:17.340Z Compiling regex-syntax v0.8.10
13472026-06-17T16:04:17.356Z Compiling slog v2.8.2
13482026-06-17T16:04:17.387Z Compiling strsim v0.11.1
13492026-06-17T16:04:17.551Z Compiling synstructure v0.13.2
13502026-06-17T16:04:17.601Z Compiling serde_derive_internals v0.29.1
13512026-06-17T16:04:17.632Z Compiling once_cell v1.21.4
13522026-06-17T16:04:17.650Z Compiling aws-lc-sys v0.41.0
13532026-06-17T16:04:17.804Z Compiling rustix v1.1.4
13542026-06-17T16:04:17.855Z Compiling byteorder v1.5.0
13552026-06-17T16:04:17.891Z Compiling subtle v2.6.1
13562026-06-17T16:04:18.065Z Compiling httparse v1.10.1
13572026-06-17T16:04:18.085Z Compiling ipnet v2.12.0
13582026-06-17T16:04:18.095Z Compiling atomic-waker v1.1.2
13592026-06-17T16:04:18.219Z Compiling tower-service v0.3.3
13602026-06-17T16:04:18.309Z Compiling tower-layer v0.3.3
13612026-06-17T16:04:18.348Z Compiling getrandom v0.2.17
13622026-06-17T16:04:18.367Z Compiling ryu v1.0.23
13632026-06-17T16:04:18.466Z Compiling getrandom v0.3.4
13642026-06-17T16:04:18.536Z Compiling thiserror v1.0.69
13652026-06-17T16:04:18.549Z Compiling untrusted v0.9.0
13662026-06-17T16:04:18.644Z Compiling try-lock v0.2.5
13672026-06-17T16:04:18.668Z Compiling ucd-trie v0.1.7
13682026-06-17T16:04:18.747Z Compiling serde_derive v1.0.228
13692026-06-17T16:04:18.750Z Compiling zerofrom-derive v0.1.7
13702026-06-17T16:04:18.796Z Compiling yoke-derive v0.8.2
13712026-06-17T16:04:18.810Z Compiling zerovec-derive v0.11.3
13722026-06-17T16:04:18.859Z Compiling displaydoc v0.2.6
13732026-06-17T16:04:18.964Z Compiling schemars_derive v0.8.22
13742026-06-17T16:04:19.665Z Compiling thiserror-impl v2.0.18
13752026-06-17T16:04:19.875Z Compiling tokio-macros v2.7.0
13762026-06-17T16:04:19.908Z Compiling zerocopy-derive v0.8.50
13772026-06-17T16:04:19.954Z Compiling zerofrom v0.1.8
13782026-06-17T16:04:20.052Z Compiling yoke v0.8.3
13792026-06-17T16:04:20.073Z Compiling zeroize_derive v1.4.3
13802026-06-17T16:04:20.172Z Compiling futures-macro v0.3.32
13812026-06-17T16:04:20.234Z Compiling zerovec v0.11.6
13822026-06-17T16:04:20.631Z Compiling zerotrie v0.2.4
13832026-06-17T16:04:20.753Z Compiling tinystr v0.8.3
13842026-06-17T16:04:20.763Z Compiling potential_utf v0.1.5
13852026-06-17T16:04:20.911Z Compiling icu_locale_core v2.2.0
13862026-06-17T16:04:20.922Z Compiling icu_collections v2.2.0
13872026-06-17T16:04:20.948Z Compiling zeroize v1.8.2
13882026-06-17T16:04:21.014Z Compiling futures-util v0.3.32
13892026-06-17T16:04:21.157Z Compiling pest v2.8.6
13902026-06-17T16:04:21.193Z Compiling thiserror-impl v1.0.69
13912026-06-17T16:04:21.508Z Compiling want v0.3.1
13922026-06-17T16:04:21.676Z Compiling icu_provider v2.2.0
13932026-06-17T16:04:21.995Z Compiling bytes v1.11.1
13942026-06-17T16:04:22.007Z Compiling icu_properties v2.2.0
13952026-06-17T16:04:22.013Z Compiling icu_normalizer v2.2.0
13962026-06-17T16:04:22.444Z Compiling chrono v0.4.45
13972026-06-17T16:04:22.518Z Compiling http v1.4.1
13982026-06-17T16:04:22.601Z Compiling tokio v1.52.3
13992026-06-17T16:04:22.642Z Compiling serde_tokenstream v0.2.3
14002026-06-17T16:04:22.920Z Compiling idna_adapter v1.2.2
14012026-06-17T16:04:23.059Z Compiling idna v1.1.0
14022026-06-17T16:04:23.217Z Compiling erased-serde v0.3.31
14032026-06-17T16:04:23.381Z Compiling url v2.5.8
14042026-06-17T16:04:23.502Z Compiling http-body v1.0.1
14052026-06-17T16:04:23.704Z Compiling rand_core v0.6.4
14062026-06-17T16:04:23.837Z Compiling httpdate v1.0.3
14072026-06-17T16:04:24.039Z Compiling pest_meta v2.8.6
14082026-06-17T16:04:24.061Z Compiling pretty-hex v0.4.2
14092026-06-17T16:04:24.079Z Compiling winnow v1.0.3
14102026-06-17T16:04:24.193Z Compiling ppv-lite86 v0.2.21
14112026-06-17T16:04:24.246Z Compiling plain v0.2.3
14122026-06-17T16:04:24.299Z Compiling allocator-api2 v0.2.21
14132026-06-17T16:04:24.349Z Compiling foldhash v0.2.0
14142026-06-17T16:04:24.495Z Compiling paste v1.0.15
14152026-06-17T16:04:24.582Z Compiling hashbrown v0.16.1
14162026-06-17T16:04:24.616Z Compiling pest_generator v2.8.6
14172026-06-17T16:04:24.792Z Compiling ipnetwork v0.21.1
14182026-06-17T16:04:25.159Z Compiling oxnet v0.1.6
14192026-06-17T16:04:25.206Z Compiling tracing-attributes v0.1.31
14202026-06-17T16:04:25.226Z Compiling tracing-core v0.1.36
14212026-06-17T16:04:25.229Z Compiling ident_case v1.0.1
14222026-06-17T16:04:25.311Z Compiling pest_derive v2.8.6
14232026-06-17T16:04:25.350Z Compiling omicron-workspace-hack v0.1.0
14242026-06-17T16:04:25.586Z Compiling http-body-util v0.1.3
14252026-06-17T16:04:25.637Z Compiling serde_urlencoded v0.7.1
14262026-06-17T16:04:25.828Z Compiling aho-corasick v1.1.4
14272026-06-17T16:04:25.828Z Compiling fastrand v2.4.1
14282026-06-17T16:04:25.891Z Compiling sync_wrapper v1.0.2
14292026-06-17T16:04:25.902Z Compiling daft-derive v0.1.7
14302026-06-17T16:04:26.098Z Compiling scroll_derive v0.13.1
14312026-06-17T16:04:26.502Z Compiling tracing v0.1.44
14322026-06-17T16:04:26.700Z Compiling tokio-util v0.7.18
14332026-06-17T16:04:26.748Z Compiling regex-automata v0.4.14
14342026-06-17T16:04:27.024Z Compiling async-trait v0.1.89
14352026-06-17T16:04:27.287Z Compiling time-core v0.1.8
14362026-06-17T16:04:27.329Z Compiling aws-lc-rs v1.17.0
14372026-06-17T16:04:27.436Z Compiling num-conv v0.2.2
14382026-06-17T16:04:27.474Z Compiling anyhow v1.0.102
14392026-06-17T16:04:27.587Z Compiling powerfmt v0.2.0
14402026-06-17T16:04:27.652Z Compiling time-macros v0.2.27
14412026-06-17T16:04:27.800Z Compiling deranged v0.5.8
14422026-06-17T16:04:28.019Z Compiling scroll v0.13.0
14432026-06-17T16:04:28.034Z Compiling rustls-pki-types v1.14.1
14442026-06-17T16:04:28.290Z Compiling num_threads v0.1.7
14452026-06-17T16:04:28.388Z Compiling openssl-probe v0.2.1
14462026-06-17T16:04:28.515Z Compiling regex v1.12.3
14472026-06-17T16:04:28.581Z Compiling hex v0.4.3
14482026-06-17T16:04:28.636Z Compiling goblin v0.10.7
14492026-06-17T16:04:28.837Z Compiling camino v1.2.2
14502026-06-17T16:04:28.993Z Compiling untrusted v0.7.1
14512026-06-17T16:04:29.195Z Compiling usdt-impl v0.6.0
14522026-06-17T16:04:29.222Z Compiling crc32fast v1.5.0
14532026-06-17T16:04:29.312Z Compiling rustls v0.23.40
14542026-06-17T16:04:29.339Z Compiling rand_core v0.9.5
14552026-06-17T16:04:29.538Z Compiling h2 v0.4.14
14562026-06-17T16:04:29.549Z Compiling dtrace-parser v0.3.0
14572026-06-17T16:04:29.552Z Compiling crossbeam-utils v0.8.21
14582026-06-17T16:04:29.748Z Compiling futures-executor v0.3.32
14592026-06-17T16:04:29.886Z Compiling structmeta-derive v0.3.0
14602026-06-17T16:04:29.896Z Compiling thread-id v5.1.0
14612026-06-17T16:04:29.973Z Compiling adler2 v2.0.1
14622026-06-17T16:04:30.035Z Compiling quick-error v1.2.3
14632026-06-17T16:04:30.105Z Compiling cpufeatures v0.3.0
14642026-06-17T16:04:30.139Z Compiling simd-adler32 v0.3.9
14652026-06-17T16:04:30.343Z Compiling miniz_oxide v0.8.9
14662026-06-17T16:04:30.419Z Compiling futures v0.3.32
14672026-06-17T16:04:30.498Z Compiling rand_chacha v0.9.0
14682026-06-17T16:04:30.708Z Compiling darling_core v0.23.0
14692026-06-17T16:04:30.945Z Compiling newtype-uuid-macros v0.1.0
14702026-06-17T16:04:30.962Z Compiling structmeta v0.3.0
14712026-06-17T16:04:31.009Z Compiling hybrid-array v0.4.12
14722026-06-17T16:04:31.372Z Compiling thread_local v1.1.9
14732026-06-17T16:04:31.522Z Compiling dof v0.4.0
14742026-06-17T16:04:31.657Z Compiling hyper v1.10.1
14752026-06-17T16:04:31.661Z Compiling bit-vec v0.8.0
14762026-06-17T16:04:31.798Z Compiling match_cfg v0.1.0
14772026-06-17T16:04:31.870Z Compiling bit-set v0.8.0
14782026-06-17T16:04:31.892Z Compiling flate2 v1.1.9
14792026-06-17T16:04:32.033Z Compiling rand v0.9.4
14802026-06-17T16:04:32.689Z Compiling newtype-uuid v1.3.2
14812026-06-17T16:04:32.874Z Compiling hyper-util v0.1.20
14822026-06-17T16:04:32.920Z Compiling darling_macro v0.23.0
14832026-06-17T16:04:33.033Z Compiling unarray v0.1.4
14842026-06-17T16:04:33.149Z Compiling ref-cast v1.0.25
14852026-06-17T16:04:33.290Z Compiling compression-core v0.4.32
14862026-06-17T16:04:33.436Z Compiling slog-async v2.8.0
14872026-06-17T16:04:33.450Z Compiling compression-codecs v0.4.38
14882026-06-17T16:04:33.531Z Compiling darling v0.23.0
14892026-06-17T16:04:33.545Z Compiling daft v0.1.7
14902026-06-17T16:04:33.609Z Compiling block-buffer v0.12.0
14912026-06-17T16:04:33.691Z Compiling usdt-attr-macro v0.6.0
14922026-06-17T16:04:33.702Z Compiling usdt-macro v0.6.0
14932026-06-17T16:04:33.759Z Compiling crypto-common v0.2.2
14942026-06-17T16:04:33.809Z Compiling strum_macros v0.26.4
14952026-06-17T16:04:34.197Z Compiling ref-cast-impl v1.0.25
14962026-06-17T16:04:34.209Z Compiling serde_spanned v1.1.1
14972026-06-17T16:04:34.357Z Compiling multer v3.1.0
14982026-06-17T16:04:34.567Z Compiling generic-array v0.14.7
14992026-06-17T16:04:34.595Z Compiling term v1.2.1
15002026-06-17T16:04:34.709Z Compiling debug-ignore v1.0.5
15012026-06-17T16:04:34.808Z Compiling toml_writer v1.1.1+spec-1.1.0
15022026-06-17T16:04:34.828Z Compiling const-oid v0.10.2
15032026-06-17T16:04:34.838Z Compiling take_mut v0.2.2
15042026-06-17T16:04:34.973Z Compiling digest v0.11.3
15052026-06-17T16:04:35.018Z Compiling serde_with_macros v3.20.0
15062026-06-17T16:04:35.028Z Compiling tempfile v3.27.0
15072026-06-17T16:04:35.032Z Compiling async-stream-impl v0.3.6
15082026-06-17T16:04:35.133Z Compiling dropshot v0.17.1
15092026-06-17T16:04:35.316Z Compiling encoding_rs v0.8.35
15102026-06-17T16:04:35.377Z Compiling spin v0.9.8
15112026-06-17T16:04:35.451Z Compiling syn v1.0.109
15122026-06-17T16:04:35.462Z Compiling strum v0.26.3
15132026-06-17T16:04:35.488Z Compiling mime v0.3.17
15142026-06-17T16:04:35.628Z Compiling sha1 v0.11.0
15152026-06-17T16:04:35.693Z Compiling async-stream v0.3.6
15162026-06-17T16:04:35.817Z Compiling derive-ex v0.1.8
15172026-06-17T16:04:35.868Z Compiling tower v0.5.3
15182026-06-17T16:04:35.879Z Compiling dropshot_endpoint v0.17.1
15192026-06-17T16:04:36.127Z Compiling macaddr v1.0.1
15202026-06-17T16:04:36.161Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15212026-06-17T16:04:36.393Z Compiling waitgroup v0.1.2
15222026-06-17T16:04:36.414Z Compiling serde_path_to_error v0.1.20
15232026-06-17T16:04:36.737Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15242026-06-17T16:04:36.772Z Compiling tower-http v0.6.11
15252026-06-17T16:04:36.870Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15262026-06-17T16:04:37.050Z Compiling openapiv3 v2.2.0
15272026-06-17T16:04:37.070Z Compiling strum_macros v0.27.2
15282026-06-17T16:04:37.202Z Compiling instant v0.1.13
15292026-06-17T16:04:37.309Z Compiling time v0.3.47
15302026-06-17T16:04:37.499Z Compiling test-strategy v0.4.5
15312026-06-17T16:04:38.629Z Compiling rustls-native-certs v0.8.4
15322026-06-17T16:04:38.712Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15332026-06-17T16:04:38.910Z Compiling crossbeam-channel v0.5.15
15342026-06-17T16:04:38.972Z Compiling strum v0.27.2
15352026-06-17T16:04:38.985Z Compiling wait-timeout v0.2.1
15362026-06-17T16:04:39.064Z Compiling crypto-common v0.1.7
15372026-06-17T16:04:39.194Z Compiling rusty-fork v0.3.1
15382026-06-17T16:04:39.275Z Compiling parse-display-derive v0.10.0
15392026-06-17T16:04:39.335Z Compiling rand_xorshift v0.4.0
15402026-06-17T16:04:39.483Z Compiling backon v1.6.0
15412026-06-17T16:04:39.560Z Compiling rand_chacha v0.3.1
15422026-06-17T16:04:40.013Z Compiling rand v0.8.6
15432026-06-17T16:04:40.158Z Compiling proptest v1.11.0
15442026-06-17T16:04:40.401Z Compiling slog-json v2.6.1
15452026-06-17T16:04:40.452Z Compiling hostname v0.3.1
15462026-06-17T16:04:40.610Z Compiling toml_parser v1.1.2+spec-1.1.0
15472026-06-17T16:04:40.650Z Compiling toml_datetime v1.1.1+spec-1.1.0
15482026-06-17T16:04:40.675Z Compiling memmap2 v0.9.10
15492026-06-17T16:04:40.890Z Compiling is-terminal v0.4.17
15502026-06-17T16:04:40.957Z Compiling either v1.16.0
15512026-06-17T16:04:40.982Z Compiling toml v1.1.2+spec-1.1.0
15522026-06-17T16:04:41.163Z Compiling slog-term v2.9.2
15532026-06-17T16:04:41.367Z Compiling usdt v0.6.0
15542026-06-17T16:04:41.421Z Compiling slog-bunyan v2.5.0
15552026-06-17T16:04:41.553Z Compiling serde_with v3.20.0
15562026-06-17T16:04:41.631Z Compiling async-compression v0.4.42
15572026-06-17T16:04:41.829Z Compiling rustls-pemfile v2.2.0
15582026-06-17T16:04:41.953Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15592026-06-17T16:04:41.989Z Compiling regress v0.10.5
15602026-06-17T16:04:42.025Z Compiling hostname v0.4.2
15612026-06-17T16:04:42.163Z Compiling humantime v2.3.0
15622026-06-17T16:04:42.555Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
15632026-06-17T16:04:42.720Z Compiling iddqd v0.4.2
15642026-06-17T16:04:43.141Z Compiling reqwest v0.12.28
15652026-06-17T16:04:43.201Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15662026-06-17T16:04:43.351Z Compiling block-buffer v0.10.4
15672026-06-17T16:04:43.443Z Compiling utf8parse v0.2.2
15682026-06-17T16:04:43.554Z Compiling anstyle-parse v1.0.0
15692026-06-17T16:04:43.670Z Compiling digest v0.10.7
15702026-06-17T16:04:43.743Z Compiling itertools v0.14.0
15712026-06-17T16:04:43.886Z Compiling parse-display v0.10.0
15722026-06-17T16:04:44.034Z Compiling backoff v0.4.0
15732026-06-17T16:04:44.103Z Compiling progenitor-client v0.10.0
15742026-06-17T16:04:44.225Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
15752026-06-17T16:04:44.242Z Compiling colorchoice v1.0.5
15762026-06-17T16:04:44.356Z Compiling anstyle-query v1.1.5
15772026-06-17T16:04:44.379Z Compiling anstyle v1.0.14
15782026-06-17T16:04:44.606Z Compiling is_terminal_polyfill v1.70.2
15792026-06-17T16:04:44.699Z Compiling anstream v1.0.0
15802026-06-17T16:04:45.023Z Compiling clap_lex v1.1.0
15812026-06-17T16:04:45.285Z Compiling regress v0.11.1
15822026-06-17T16:04:45.784Z Compiling clap_derive v4.6.1
15832026-06-17T16:04:46.571Z Compiling terminal_size v0.4.4
15842026-06-17T16:04:46.872Z Compiling typify-impl v0.6.2
15852026-06-17T16:04:47.638Z Compiling toml_datetime v0.6.11
15862026-06-17T16:04:47.834Z Compiling zerocopy-derive v0.7.35
15872026-06-17T16:04:47.917Z Compiling convert_case v0.4.0
15882026-06-17T16:04:48.217Z Compiling cpufeatures v0.2.17
15892026-06-17T16:04:48.229Z Compiling derive_more v0.99.20
15902026-06-17T16:04:48.732Z Compiling zerocopy v0.7.35
15912026-06-17T16:04:48.960Z Compiling clap_builder v4.6.0
15922026-06-17T16:04:49.403Z Compiling toml_edit v0.25.12+spec-1.1.0
15932026-06-17T16:04:49.665Z Compiling unicode-width v0.2.2
15942026-06-17T16:04:49.955Z Compiling proc-macro-crate v3.5.0
15952026-06-17T16:04:50.385Z Compiling secrecy v0.10.3
15962026-06-17T16:04:50.501Z Compiling float-ord v0.3.2
15972026-06-17T16:04:50.542Z Compiling crucible-workspace-hack v0.1.0
15982026-06-17T16:04:50.613Z Compiling clap v4.6.1
15992026-06-17T16:04:50.695Z Compiling tinyvec_macros v0.1.1
16002026-06-17T16:04:50.746Z Compiling tinyvec v1.11.0
16012026-06-17T16:04:50.787Z Compiling num_enum_derive v0.7.6
16022026-06-17T16:04:51.210Z Compiling dtrace-parser v0.2.0
16032026-06-17T16:04:51.222Z Compiling scroll_derive v0.12.1
16042026-06-17T16:04:51.328Z Compiling num-integer v0.1.46
16052026-06-17T16:04:51.662Z Compiling rustc_version v0.4.1
16062026-06-17T16:04:51.898Z Compiling usdt-impl v0.5.0
16072026-06-17T16:04:52.030Z Compiling scroll v0.12.0
16082026-06-17T16:04:52.152Z Compiling curve25519-dalek v4.1.3
16092026-06-17T16:04:52.205Z Compiling num_enum v0.7.6
16102026-06-17T16:04:52.387Z Compiling dof v0.3.0
16112026-06-17T16:04:52.522Z Compiling hmac v0.12.1
16122026-06-17T16:04:52.659Z Compiling inout v0.1.4
16132026-06-17T16:04:52.712Z Compiling darling_core v0.21.3
16142026-06-17T16:04:52.738Z Compiling ff v0.13.1
16152026-06-17T16:04:52.805Z Compiling thread-id v4.2.2
16162026-06-17T16:04:52.821Z Compiling cipher v0.4.4
16172026-06-17T16:04:52.873Z Compiling group v0.13.0
16182026-06-17T16:04:53.037Z Compiling hkdf v0.12.4
16192026-06-17T16:04:53.308Z Compiling typify-macro v0.6.2
16202026-06-17T16:04:53.357Z Compiling goblin v0.8.2
16212026-06-17T16:04:53.381Z Compiling num-iter v0.1.45
16222026-06-17T16:04:53.491Z Compiling num-rational v0.4.2
16232026-06-17T16:04:53.673Z Compiling thiserror-impl-no-std v2.0.2
16242026-06-17T16:04:53.712Z Compiling universal-hash v0.5.1
16252026-06-17T16:04:53.723Z Compiling crypto-bigint v0.5.5
16262026-06-17T16:04:53.843Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16272026-06-17T16:04:54.179Z Compiling crossbeam-epoch v0.9.18
16282026-06-17T16:04:54.524Z Compiling half v2.7.1
16292026-06-17T16:04:54.576Z Compiling curve25519-dalek-derive v0.1.1
16302026-06-17T16:04:54.782Z Compiling num-complex v0.4.6
16312026-06-17T16:04:54.820Z Compiling darling_macro v0.21.3
16322026-06-17T16:04:55.085Z Compiling base16ct v0.2.0
16332026-06-17T16:04:55.163Z Compiling base64ct v1.8.3
16342026-06-17T16:04:55.197Z Compiling opaque-debug v0.3.1
16352026-06-17T16:04:55.245Z Compiling ciborium-io v0.2.2
16362026-06-17T16:04:55.265Z Compiling poly1305 v0.8.0
16372026-06-17T16:04:55.335Z Compiling ciborium-ll v0.2.2
16382026-06-17T16:04:55.401Z Compiling typify v0.6.2
16392026-06-17T16:04:55.451Z Compiling darling v0.21.3
16402026-06-17T16:04:55.461Z Compiling password-hash v0.5.0
16412026-06-17T16:04:55.487Z Compiling elliptic-curve v0.13.8
16422026-06-17T16:04:55.547Z Compiling num v0.4.3
16432026-06-17T16:04:55.787Z Compiling thiserror-no-std v2.0.2
16442026-06-17T16:04:56.392Z Compiling chacha20 v0.9.1
16452026-06-17T16:04:56.469Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
16462026-06-17T16:04:56.491Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16472026-06-17T16:04:56.899Z Compiling blake2 v0.10.6
16482026-06-17T16:04:57.172Z Compiling aead v0.5.2
16492026-06-17T16:04:57.339Z Compiling byte-wrapper v0.1.0
16502026-06-17T16:04:57.364Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16512026-06-17T16:04:57.445Z Compiling proc-macro-error-attr v1.0.4
16522026-06-17T16:04:57.710Z Compiling rustix v0.38.44
16532026-06-17T16:04:57.771Z Compiling heapless v0.8.0
16542026-06-17T16:04:57.834Z Compiling prettyplease v0.2.37
16552026-06-17T16:04:58.070Z Compiling keccak v0.1.6
16562026-06-17T16:04:58.087Z Compiling unsafe-libyaml v0.2.11
16572026-06-17T16:04:58.378Z Compiling sha3 v0.10.9
16582026-06-17T16:04:58.617Z Compiling serde_yaml v0.9.34+deprecated
16592026-06-17T16:04:58.804Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16602026-06-17T16:04:59.056Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16612026-06-17T16:04:59.674Z Compiling chacha20poly1305 v0.10.1
16622026-06-17T16:04:59.807Z Compiling argon2 v0.5.3
16632026-06-17T16:04:59.879Z Compiling vsss-rs v3.3.4
16642026-06-17T16:04:59.925Z Compiling ingot-macros v0.1.1
16652026-06-17T16:05:00.038Z Compiling ciborium v0.2.2
16662026-06-17T16:05:00.344Z Compiling usdt-attr-macro v0.5.0
16672026-06-17T16:05:00.624Z Compiling usdt-macro v0.5.0
16682026-06-17T16:05:02.001Z Compiling serde_spanned v0.6.9
16692026-06-17T16:05:02.154Z Compiling enum-as-inner v0.6.1
16702026-06-17T16:05:02.533Z Compiling hash32 v0.3.1
16712026-06-17T16:05:02.545Z Compiling proc-macro-error v1.0.4
16722026-06-17T16:05:02.687Z Compiling memmap v0.7.0
16732026-06-17T16:05:02.772Z Compiling memoffset v0.9.1
16742026-06-17T16:05:02.782Z Compiling winnow v0.7.15
16752026-06-17T16:05:02.793Z Compiling cfg_aliases v0.2.1
16762026-06-17T16:05:02.804Z Compiling rustls-webpki v0.103.13
16772026-06-17T16:05:02.863Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16782026-06-17T16:05:02.873Z Compiling toml_write v0.1.2
16792026-06-17T16:05:03.044Z Compiling smoltcp v0.11.0
16802026-06-17T16:05:03.069Z Compiling indent_write v2.2.0
16812026-06-17T16:05:03.125Z Compiling winnow v0.5.40
16822026-06-17T16:05:03.203Z Compiling data-encoding v2.11.0
16832026-06-17T16:05:03.396Z Compiling nix v0.31.3
16842026-06-17T16:05:03.426Z Compiling usdt v0.5.0
16852026-06-17T16:05:03.877Z Compiling ingot-types v0.1.2
16862026-06-17T16:05:04.082Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16872026-06-17T16:05:04.134Z Compiling toml_edit v0.22.27
16882026-06-17T16:05:04.288Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16892026-06-17T16:05:04.301Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16902026-06-17T16:05:04.534Z Compiling toml_edit v0.19.15
16912026-06-17T16:05:04.553Z Compiling tabwriter v1.4.1
16922026-06-17T16:05:04.797Z Compiling cobs v0.3.0
16932026-06-17T16:05:04.938Z Compiling serde_repr v0.1.20
16942026-06-17T16:05:05.006Z Compiling managed v0.8.0
16952026-06-17T16:05:05.222Z Compiling bitflags v1.3.2
16962026-06-17T16:05:05.299Z Compiling pkg-config v0.3.33
16972026-06-17T16:05:05.311Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
16982026-06-17T16:05:05.547Z Compiling vcpkg v0.2.15
16992026-06-17T16:05:05.573Z Compiling toml v0.8.23
17002026-06-17T16:05:05.757Z Compiling proc-macro-crate v1.3.1
17012026-06-17T16:05:06.107Z Compiling openssl-sys v0.9.116
17022026-06-17T16:05:06.275Z Compiling tokio-rustls v0.26.4
17032026-06-17T16:05:06.559Z Compiling hyper-rustls v0.27.9
17042026-06-17T16:05:06.604Z Compiling rustls-platform-verifier v0.7.0
17052026-06-17T16:05:06.843Z Compiling reqwest v0.13.4
17062026-06-17T16:05:08.102Z Compiling progenitor-client v0.14.0
17072026-06-17T16:05:08.170Z Compiling postcard v1.1.3
17082026-06-17T16:05:08.411Z Compiling progenitor-extras v0.2.0
17092026-06-17T16:05:08.655Z Compiling ingot v0.1.1
17102026-06-17T16:05:08.897Z Compiling hubpack_derive v0.1.1
17112026-06-17T16:05:09.722Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17122026-06-17T16:05:10.000Z Compiling foreign-types-macros v0.2.3
17132026-06-17T16:05:10.697Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17142026-06-17T16:05:10.867Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17152026-06-17T16:05:11.020Z Compiling heck v0.4.1
17162026-06-17T16:05:11.117Z Compiling colored v3.1.1
17172026-06-17T16:05:11.229Z Compiling linked-hash-map v0.5.6
17182026-06-17T16:05:11.237Z Compiling rayon-core v1.13.0
17192026-06-17T16:05:11.454Z Compiling swrite v0.1.0
17202026-06-17T16:05:11.515Z Compiling unicode-segmentation v1.13.3
17212026-06-17T16:05:11.553Z Compiling semver v0.1.20
17222026-06-17T16:05:11.592Z Compiling foreign-types-shared v0.3.1
17232026-06-17T16:05:11.691Z Compiling resolv-conf v0.7.6
17242026-06-17T16:05:11.828Z Compiling static_assertions v1.1.0
17252026-06-17T16:05:11.907Z Compiling newline-converter v0.3.0
17262026-06-17T16:05:11.959Z Compiling rustc_version v0.1.7
17272026-06-17T16:05:12.027Z Compiling foreign-types v0.5.0
17282026-06-17T16:05:12.068Z Compiling lru-cache v0.1.2
17292026-06-17T16:05:12.110Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17302026-06-17T16:05:12.171Z Compiling hubpack v0.1.2
17312026-06-17T16:05:12.328Z Compiling num_enum_derive v0.5.11
17322026-06-17T16:05:12.527Z Compiling atomicwrites v0.4.4
17332026-06-17T16:05:12.731Z Compiling hickory-proto v0.24.4
17342026-06-17T16:05:13.410Z Compiling progenitor-impl v0.13.0
17352026-06-17T16:05:13.796Z Compiling crossbeam-deque v0.8.6
17362026-06-17T16:05:13.985Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17372026-06-17T16:05:13.999Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17382026-06-17T16:05:14.485Z Compiling console v0.15.11
17392026-06-17T16:05:15.174Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17402026-06-17T16:05:15.718Z Compiling camino-tempfile v1.4.1
17412026-06-17T16:05:15.972Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17422026-06-17T16:05:16.129Z Compiling chacha20 v0.10.0
17432026-06-17T16:05:16.143Z Compiling serde-big-array v0.5.1
17442026-06-17T16:05:16.235Z Compiling pin-project-internal v1.1.13
17452026-06-17T16:05:16.342Z Compiling derive-where v1.6.1
17462026-06-17T16:05:16.447Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17472026-06-17T16:05:17.001Z Compiling num-derive v0.4.2
17482026-06-17T16:05:17.047Z Compiling cstr-argument v0.1.2
17492026-06-17T16:05:17.168Z Compiling siphasher v1.0.3
17502026-06-17T16:05:17.189Z Compiling similar v2.7.0
17512026-06-17T16:05:17.201Z Compiling minimal-lexical v0.2.1
17522026-06-17T16:05:17.370Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#33fd10c8)
17532026-06-17T16:05:17.443Z Compiling pin-project v1.1.13
17542026-06-17T16:05:17.465Z Compiling nom v7.1.3
17552026-06-17T16:05:17.543Z Compiling phf_shared v0.12.1
17562026-06-17T16:05:17.628Z Compiling expectorate v1.2.0
17572026-06-17T16:05:17.649Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17582026-06-17T16:05:17.724Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17592026-06-17T16:05:17.778Z Compiling progenitor-macro v0.13.0
17602026-06-17T16:05:17.988Z Compiling rand v0.10.1
17612026-06-17T16:05:18.000Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17622026-06-17T16:05:18.145Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17632026-06-17T16:05:18.270Z Compiling hickory-resolver v0.24.4
17642026-06-17T16:05:18.665Z Compiling num_enum v0.5.11
17652026-06-17T16:05:18.784Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17662026-06-17T16:05:18.822Z Compiling newtype_derive v0.1.6
17672026-06-17T16:05:18.996Z Compiling progenitor-client v0.13.0
17682026-06-17T16:05:19.301Z Compiling progenitor-impl v0.14.0
17692026-06-17T16:05:19.398Z Compiling unicode-normalization v0.1.25
17702026-06-17T16:05:19.893Z Compiling tokio-stream v0.1.18
17712026-06-17T16:05:20.365Z Compiling snafu-derive v0.8.9
17722026-06-17T16:05:20.490Z Compiling async-recursion v1.1.1
17732026-06-17T16:05:20.935Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
17742026-06-17T16:05:20.946Z Compiling slog-dtrace v0.3.0
17752026-06-17T16:05:21.200Z Compiling csv-core v0.1.13
17762026-06-17T16:05:21.203Z Compiling bstr v1.12.1
17772026-06-17T16:05:21.248Z Compiling highway v1.3.0
17782026-06-17T16:05:21.534Z Compiling unicode-width v0.1.14
17792026-06-17T16:05:21.699Z Compiling foreign-types-shared v0.1.1
17802026-06-17T16:05:21.778Z Compiling foldhash v0.1.5
17812026-06-17T16:05:21.791Z Compiling owo-colors v4.3.0
17822026-06-17T16:05:21.826Z Compiling openssl v0.10.80
17832026-06-17T16:05:21.966Z Compiling cancel-safe-futures v0.1.5
17842026-06-17T16:05:22.124Z Compiling same-file v1.0.6
17852026-06-17T16:05:22.151Z Compiling unicode-xid v0.2.6
17862026-06-17T16:05:22.208Z Compiling konst_macro_rules v0.2.19
17872026-06-17T16:05:22.234Z Compiling chrono-tz v0.10.4
17882026-06-17T16:05:22.276Z Compiling const_format_proc_macros v0.2.34
17892026-06-17T16:05:22.317Z Compiling walkdir v2.5.0
17902026-06-17T16:05:22.394Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17912026-06-17T16:05:22.491Z Compiling konst v0.2.20
17922026-06-17T16:05:22.698Z Compiling snafu v0.8.9
17932026-06-17T16:05:22.800Z Compiling hashbrown v0.15.5
17942026-06-17T16:05:22.870Z Compiling foreign-types v0.3.2
17952026-06-17T16:05:22.942Z Compiling globset v0.4.18
17962026-06-17T16:05:22.957Z Compiling progenitor-macro v0.14.0
17972026-06-17T16:05:22.989Z Compiling progenitor v0.13.0
17982026-06-17T16:05:23.090Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17992026-06-17T16:05:23.123Z Compiling csv v1.4.0
18002026-06-17T16:05:23.240Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18012026-06-17T16:05:23.339Z Compiling qorb v0.4.1
18022026-06-17T16:05:23.699Z Compiling olpc-cjson v0.1.4
18032026-06-17T16:05:23.869Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18042026-06-17T16:05:25.011Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18052026-06-17T16:05:25.496Z Compiling rayon v1.12.0
18062026-06-17T16:05:25.513Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18072026-06-17T16:05:25.561Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18082026-06-17T16:05:25.573Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18092026-06-17T16:05:25.852Z Compiling phf v0.12.1
18102026-06-17T16:05:26.006Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18112026-06-17T16:05:26.918Z Compiling zone_cfg_derive v0.3.1
18122026-06-17T16:05:27.014Z Compiling tokio-dtrace v0.1.1
18132026-06-17T16:05:27.292Z Compiling itertools v0.12.1
18142026-06-17T16:05:27.363Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18152026-06-17T16:05:27.573Z Compiling libsw-core v0.3.2
18162026-06-17T16:05:27.644Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18172026-06-17T16:05:27.753Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18182026-06-17T16:05:27.793Z Compiling serde_plain v1.0.2
18192026-06-17T16:05:28.006Z Compiling openssl-macros v0.1.1
18202026-06-17T16:05:28.132Z Compiling pem v3.0.6
18212026-06-17T16:05:28.164Z Compiling cookie v0.18.1
18222026-06-17T16:05:28.264Z Compiling sigpipe v0.1.3
18232026-06-17T16:05:28.352Z Compiling fixedbitset v0.4.2
18242026-06-17T16:05:28.395Z Compiling glob v0.3.3
18252026-06-17T16:05:28.417Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18262026-06-17T16:05:28.518Z Compiling bytecount v0.6.9
18272026-06-17T16:05:28.528Z Compiling typed-path v0.9.3
18282026-06-17T16:05:28.546Z Compiling fixedbitset v0.5.7
18292026-06-17T16:05:28.592Z Compiling jiff v0.2.28
18302026-06-17T16:05:28.658Z Compiling papergrid v0.11.0
18312026-06-17T16:05:28.855Z Compiling petgraph v0.8.3
18322026-06-17T16:05:28.890Z Compiling petgraph v0.6.5
18332026-06-17T16:05:29.883Z Compiling tough v0.22.0
18342026-06-17T16:05:30.401Z Compiling zone v0.3.1
18352026-06-17T16:05:30.487Z Compiling progenitor v0.14.0
18362026-06-17T16:05:30.627Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18372026-06-17T16:05:30.679Z Compiling libsw v3.5.0
18382026-06-17T16:05:30.734Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18392026-06-17T16:05:30.855Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18402026-06-17T16:05:30.983Z Compiling oxide-tokio-rt v0.1.6
18412026-06-17T16:05:31.051Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18422026-06-17T16:05:31.168Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18432026-06-17T16:05:31.211Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18442026-06-17T16:05:31.392Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18452026-06-17T16:05:32.183Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18462026-06-17T16:05:32.339Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18472026-06-17T16:05:32.427Z Compiling const_format v0.2.36
18482026-06-17T16:05:32.784Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
18492026-06-17T16:05:33.037Z Compiling tabled_derive v0.7.0
18502026-06-17T16:05:33.219Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18512026-06-17T16:05:33.288Z Compiling gethostname v0.5.0
18522026-06-17T16:05:33.415Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18532026-06-17T16:05:33.428Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18542026-06-17T16:05:33.544Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18552026-06-17T16:05:33.619Z Compiling smf v0.2.3
18562026-06-17T16:05:33.667Z Compiling bcs v0.1.6
18572026-06-17T16:05:33.834Z Compiling nom v8.0.0
18582026-06-17T16:05:33.997Z Compiling unicode-linebreak v0.1.5
18592026-06-17T16:05:34.062Z Compiling linear-map v1.2.0
18602026-06-17T16:05:34.250Z Compiling smawk v0.3.2
18612026-06-17T16:05:34.254Z Compiling whoami v1.6.1
18622026-06-17T16:05:34.272Z Compiling termtree v0.5.1
18632026-06-17T16:05:34.394Z Compiling tagptr v0.2.0
18642026-06-17T16:05:34.419Z Compiling lazy_static v1.5.0
18652026-06-17T16:05:34.519Z Compiling moka v0.12.15
18662026-06-17T16:05:34.543Z Compiling steno v0.4.1
18672026-06-17T16:05:34.575Z Compiling textwrap v0.16.2
18682026-06-17T16:05:34.905Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18692026-06-17T16:05:35.125Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18702026-06-17T16:05:35.313Z Compiling tabled v0.15.0
18712026-06-17T16:05:36.239Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18722026-06-17T16:05:36.282Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18732026-06-17T16:05:36.866Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18742026-06-17T16:05:37.717Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18752026-06-17T16:05:37.876Z Compiling hickory-proto v0.25.2
18762026-06-17T16:05:38.183Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
18772026-06-17T16:05:38.702Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
18782026-06-17T16:05:39.238Z Compiling parking_lot_core v0.8.6
18792026-06-17T16:05:39.312Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
18802026-06-17T16:05:39.493Z Compiling libscf-sys v1.2.0
18812026-06-17T16:05:39.548Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18822026-06-17T16:05:39.639Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18832026-06-17T16:05:39.738Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
18842026-06-17T16:05:39.840Z Compiling hickory-resolver v0.25.2
18852026-06-17T16:05:39.844Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18862026-06-17T16:05:40.217Z Compiling parking_lot v0.11.2
18872026-06-17T16:05:40.423Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
18882026-06-17T16:05:40.583Z Compiling fxhash v0.2.1
18892026-06-17T16:05:40.638Z Compiling internet-checksum v0.2.1
18902026-06-17T16:05:40.659Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
18912026-06-17T16:05:40.720Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18922026-06-17T16:05:40.738Z Compiling sled v0.34.7
18932026-06-17T16:05:44.236Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
18942026-06-17T16:05:45.185Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18952026-06-17T16:05:53.133Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18962026-06-17T16:05:54.761Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18972026-06-17T16:05:55.815Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
18982026-06-17T16:05:56.772Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
18992026-06-17T16:05:57.591Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19002026-06-17T16:06:22.149Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 09s
19012026-06-17T16:06:22.173Z────────────
19022026-06-17T16:06:22.173Z Nextest run ID 5a9be7e2-bc8b-4ef8-b186-bb3b7c03ff69 with nextest profile: default
19032026-06-17T16:06:22.173Z Starting 50 tests across 3 binaries
19042026-06-17T16:06:22.173Z PASS [ 0.006s] mg-api-types-versions v12::bgp::config::proptests::debug_redacts_inner_string
19052026-06-17T16:06:22.173Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest
19062026-06-17T16:06:22.173Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest
19072026-06-17T16:06:22.173Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts
19082026-06-17T16:06:22.173Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest
19092026-06-17T16:06:22.173Z PASS [ 0.010s] rdb bestpath::test::test_bestpath_med_per_as_grouping
19102026-06-17T16:06:22.173Z PASS [ 0.010s] rdb bestpath::test::test_bestpath_shutdown_preference
19112026-06-17T16:06:22.173Z PASS [ 0.010s] rdb bestpath::test::test_bestpath
19122026-06-17T16:06:22.173Z PASS [ 0.011s] rdb bestpath::test::test_bestpath_med_same_as_equal_med
19132026-06-17T16:06:22.173Z PASS [ 0.017s] mg-api-types-versions v12::bgp::config::proptests::constructor_accepts_exactly_nonempty_printable_ascii_up_to_80_bytes
19142026-06-17T16:06:22.173Z PASS [ 0.017s] mg-api-types-versions v12::bgp::config::proptests::valid_md5_auth_string_json_round_trips
19152026-06-17T16:06:22.173Z PASS [ 0.009s] rdb db::test::test_prefix6_db_key_serialization
19162026-06-17T16:06:22.173Z PASS [ 0.009s] rdb db::test::test_prefix4_from_str
19172026-06-17T16:06:22.173Z PASS [ 0.010s] rdb db::test::test_prefix4_db_key_serialization
19182026-06-17T16:06:22.173Z PASS [ 0.027s] mg-api-types-versions v12::bgp::config::proptests::constructor_rejects_all_other_strings
19192026-06-17T16:06:22.173Z PASS [ 0.009s] rdb db::test::test_prefix6_from_str
19202026-06-17T16:06:22.184Z PASS [ 0.037s] mg-api-types-versions v12::bgp::config::proptests::serde_round_trip_matches_constructor_invariants
19212026-06-17T16:06:22.204Z PASS [ 0.059s] rdb db::test::test_ipv6_origin_crud
19222026-06-17T16:06:22.217Z PASS [ 0.059s] rdb db::test::test_ipv4_origin_crud
19232026-06-17T16:06:22.217Z PASS [ 0.057s] rdb db::test::test_rib
19242026-06-17T16:06:22.217Z PASS [ 0.057s] rdb db::test::test_static_routing_ipv4_basic
19252026-06-17T16:06:22.217Z PASS [ 0.057s] rdb db::test::test_prefix_host_bit_normalization
19262026-06-17T16:06:22.217Z PASS [ 0.057s] rdb db::test::test_set_nexthop_shutdown_replaces_path
19272026-06-17T16:06:22.217Z PASS [ 0.055s] rdb db::test::test_static_routing_ipv6_basic
19282026-06-17T16:06:22.220Z PASS [ 0.056s] rdb db::test::test_static_routing_ipv6_vlan_id_handling
19292026-06-17T16:06:22.220Z PASS [ 0.016s] rdb proptest::prop_ipv4_normalized_is_network_address
19302026-06-17T16:06:22.220Z PASS [ 0.016s] rdb proptest::prop_ipv4_default_contains_all
19312026-06-17T16:06:22.224Z PASS [ 0.014s] rdb proptest::prop_ipv4_subnet_of_self
19322026-06-17T16:06:22.231Z PASS [ 0.014s] rdb proptest::prop_ipv6_default_contains_all
19332026-06-17T16:06:22.253Z PASS [ 0.015s] rdb proptest::prop_ipv6_normalized_is_network_address
19342026-06-17T16:06:22.253Z PASS [ 0.015s] rdb proptest::prop_ipv6_subnet_of_self
19352026-06-17T16:06:22.260Z PASS [ 0.016s] rdb proptest::prop_static_route_key_deduplication
19362026-06-17T16:06:22.260Z PASS [ 0.020s] rdb proptest::prop_static_route_key_normalization_idempotent
19372026-06-17T16:06:22.260Z PASS [ 0.057s] rdb db::test::test_static_routing_multiple_routes_same_prefix
19382026-06-17T16:06:22.260Z PASS [ 0.058s] rdb db::test::test_static_routing_mixed_address_families
19392026-06-17T16:06:22.260Z PASS [ 0.020s] rdb proptest::prop_static_route_key_normalization_preserves_length
19402026-06-17T16:06:22.260Z PASS [ 0.020s] rdb proptest::prop_static_route_key_normalization_preserves_fields
19412026-06-17T16:06:22.260Z PASS [ 0.020s] rdb proptest::prop_static_route_key_normalized_is_network_address
19422026-06-17T16:06:22.260Z PASS [ 0.055s] rdb db::test::test_static_routing_vlan_id_handling
19432026-06-17T16:06:22.264Z PASS [ 0.009s] rdb types::test::bgp_path_identity
19442026-06-17T16:06:22.264Z PASS [ 0.009s] rdb types::test::btreeset_coexistence
19452026-06-17T16:06:22.264Z PASS [ 0.010s] rdb types::test::bgp_vs_static_ordering
19462026-06-17T16:06:22.265Z PASS [ 0.009s] rdb types::test::btreeset_insert_is_noop
19472026-06-17T16:06:22.268Z PASS [ 0.009s] rdb types::test::btreeset_remove
19482026-06-17T16:06:22.268Z PASS [ 0.008s] rdb types::test::btreeset_replace
19492026-06-17T16:06:22.272Z PASS [ 0.008s] rdb types::test::ord_contract
19502026-06-17T16:06:22.273Z PASS [ 0.008s] rdb types::test::prefix_no_cross_family_within
19512026-06-17T16:06:22.273Z PASS [ 0.009s] rdb types::test::static_path_identity
19522026-06-17T16:06:22.281Z PASS [ 0.025s] rdb proptest::prop_static_route_key_ord_consistency
19532026-06-17T16:06:22.289Z PASS [ 0.085s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19542026-06-17T16:06:22.292Z────────────
19552026-06-17T16:06:22.292Z Summary [ 0.169s] 50 tests run: 50 passed, 0 skipped
19562026-06-17T16:06:22.303Z+ cp ./rib.log /work/
19572026-06-17T16:06:22.306Z+ popd
19582026-06-17T16:06:22.306Z/work/oxidecomputer/maghemite
19592026-06-17T16:06:22.306Zprocess exited: duration 301586 ms, exit code 0
 
19602026-06-17T16:06:22.321Zfound 1 output files
19612026-06-17T16:06:22.321Zuploading: /work/rib.log (876 bytes)
19622026-06-17T16:06:23.335Zuploaded: /work/rib.log