01KZDBVRZW26HYTPX06E29E6PY: 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: 01KZDBW8RJ0183SQR95HY2J9K5

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-07T05:43:16.665Zjob assigned to worker 01KZDBWZC1SS70HMS3FNSYZS86 [factory aws, i-0a789aea6937cb3d8] (queued for 1 m 14 s)
 
22026-08-07T05:43:23.234Zstarting task 0: "setup"
32026-08-07T05:43:23.239Z++ uname -s
42026-08-07T05:43:23.242Z+ kern=SunOS
52026-08-07T05:43:23.242Z+ build_user=build
62026-08-07T05:43:23.242Z+ build_uid=12345
72026-08-07T05:43:23.242Z+ work_dir=/work
82026-08-07T05:43:23.242Z+ input_dir=/input
92026-08-07T05:43:23.242Z+ [[ 0 == 12345 ]]
102026-08-07T05:43:23.242Z+ case "$kern" in
112026-08-07T05:43:23.242Z+ groupadd -g 12345 build
122026-08-07T05:43:23.245Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-07T05:43:25.248Z+ zfs create -o mountpoint=/work rpool/work
142026-08-07T05:43:25.340Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-07T05:43:25.344Z+ home_fs=zfs
162026-08-07T05:43:25.344Z+ [[ zfs == autofs ]]
172026-08-07T05:43:25.344Z+ mkdir -p /home/build
182026-08-07T05:43:25.344Z+ chown build:build /home/build /work
192026-08-07T05:43:27.345Z+ chmod 0700 /home/build /work
202026-08-07T05:43:27.348Zprocess exited: duration 4112 ms, exit code 0
 
212026-08-07T05:43:27.354Zstarting task 1: "rust-toolchain"
222026-08-07T05:43:27.357Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-08-07T05:43:27.357Z * rust toolchain channel = "stable"
242026-08-07T05:43:27.357Z * rust toolchain profile = "default"
252026-08-07T05:43:27.357Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-07T05:43:27.357Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-07T05:43:27.357Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-07T05:43:27.360Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-07T05:43:27.361Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-08-07T05:43:27.431Zinfo: downloading installer
312026-08-07T05:43:28.874Zwarn: It looks like you have an existing installation of Rust at:
322026-08-07T05:43:28.874Zwarn: /opt/ooce/bin
332026-08-07T05:43:28.874Zwarn: It is recommended that rustup be the primary Rust installation.
342026-08-07T05:43:28.874Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-08-07T05:43:28.874Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-08-07T05:43:28.874Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-08-07T05:43:28.874Zwarn: or pass `-y' to ignore all ignorable checks.
382026-08-07T05:43:28.874Zerror: cannot install while Rust is installed
392026-08-07T05:43:28.874Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-08-07T05:43:28.874Zwarn: It looks like you have an existing rustup settings file at:
412026-08-07T05:43:28.874Zwarn: /home/build/.rustup/settings.toml
422026-08-07T05:43:28.874Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-08-07T05:43:28.874Zwarn: instead of the one inferred from the default host triple.
442026-08-07T05:43:28.887Zinfo: profile set to default
452026-08-07T05:43:28.887Zinfo: default host triple is x86_64-unknown-illumos
462026-08-07T05:43:28.890Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-08-07T05:43:29.025Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
482026-08-07T05:43:29.030Zinfo: downloading 6 components
492026-08-07T05:43:43.889Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-08-07T05:43:43.889Z
512026-08-07T05:43:43.923Z stable-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
522026-08-07T05:43:43.923Z
532026-08-07T05:43:43.923Z
542026-08-07T05:43:43.923ZRust is installed now. Great!
552026-08-07T05:43:43.923Z
562026-08-07T05:43:43.926ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-08-07T05:43:43.926Zenvironment variable. This has not been done automatically.
582026-08-07T05:43:43.927Z
592026-08-07T05:43:43.927ZTo configure your current shell, you need to source
602026-08-07T05:43:43.927Zthe corresponding env file under $HOME/.cargo.
612026-08-07T05:43:43.927Z
622026-08-07T05:43:43.927ZThis is usually done by running one of the following (note the leading DOT):
632026-08-07T05:43:43.927Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-08-07T05:43:43.927Zsource "$HOME/.cargo/env.fish" # For fish
652026-08-07T05:43:43.927Zsource "~/.cargo/env.nu" # For nushell
662026-08-07T05:43:43.927Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-08-07T05:43:43.927Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-08-07T05:43:43.927Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-08-07T05:43:43.927Zwarn: no default linker (`cc`) was found in your PATH
702026-08-07T05:43:43.927Zwarn: many Rust crates require a system C toolchain to build
712026-08-07T05:43:44.026Z+ rustup --version
722026-08-07T05:43:44.035Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-08-07T05:43:44.038Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-08-07T05:43:44.056Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
752026-08-07T05:43:44.059Z+ cargo --version
762026-08-07T05:43:44.074Zcargo 1.97.1 (c980f4866 2026-06-30)
772026-08-07T05:43:44.077Z+ rustc --version
782026-08-07T05:43:44.096Zrustc 1.97.1 (8bab26f4f 2026-07-14)
792026-08-07T05:43:44.099Zprocess exited: duration 16743 ms, exit code 0
 
802026-08-07T05:43:44.104Zstarting task 2: "authentication"
812026-08-07T05:43:44.120Zprocess exited: duration 15 ms, exit code 0
 
822026-08-07T05:43:44.126Zstarting task 3: "clone repository"
832026-08-07T05:43:44.130Z+ mkdir -p /work/oxidecomputer/maghemite
842026-08-07T05:43:44.132Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-08-07T05:43:44.162ZCloning into '/work/oxidecomputer/maghemite'...
862026-08-07T05:43:45.450Z+ cd /work/oxidecomputer/maghemite
872026-08-07T05:43:45.451Z+ git fetch origin f74e74694b2df8c88c862b6e32409898ad85ded5
882026-08-07T05:43:45.722ZFrom https://github.com/oxidecomputer/maghemite
892026-08-07T05:43:45.722Z * branch f74e74694b2df8c88c862b6e32409898ad85ded5 -> FETCH_HEAD
902026-08-07T05:43:45.727Z+ [[ -n zl/ddm-mcast ]]
912026-08-07T05:43:45.730Z++ git branch --show-current
922026-08-07T05:43:45.730Z+ current=main
932026-08-07T05:43:45.730Z+ [[ main != zl/ddm-mcast ]]
942026-08-07T05:43:45.730Z+ git branch -f zl/ddm-mcast f74e74694b2df8c88c862b6e32409898ad85ded5
952026-08-07T05:43:45.734Z+ git checkout -f zl/ddm-mcast
962026-08-07T05:43:45.757ZSwitched to branch 'zl/ddm-mcast'
972026-08-07T05:43:45.760Z+ git reset --hard f74e74694b2df8c88c862b6e32409898ad85ded5
982026-08-07T05:43:45.774ZHEAD is now at f74e746 [deps] update dendrite mcast pin to 0d48b5a3
992026-08-07T05:43:45.777Zprocess exited: duration 1647 ms, exit code 0
 
1002026-08-07T05:43:45.784Zstarting task 4: "build"
1012026-08-07T05:43:45.788Z+ set -e
1022026-08-07T05:43:45.788Z+ source .github/buildomat/test-common.sh
1032026-08-07T05:43:45.788Z++ NEXTEST_VERSION=0.9.97
1042026-08-07T05:43:45.788Z++ PLATFORM=illumos
1052026-08-07T05:43:45.791Z++ banner install
1062026-08-07T05:43:45.791Z
1072026-08-07T05:43:45.791Z # # # #### ##### ## # #
1082026-08-07T05:43:45.791Z # ## # # # # # # #
1092026-08-07T05:43:45.791Z # # # # #### # # # # #
1102026-08-07T05:43:45.791Z # # # # # # ###### # #
1112026-08-07T05:43:45.791Z # # ## # # # # # # #
1122026-08-07T05:43:45.791Z # # # #### # # # ###### ######
1132026-08-07T05:43:45.791Z
1142026-08-07T05:43:45.791Z++ set +o errexit
1152026-08-07T05:43:45.792Z++ pkg info clang-15
1162026-08-07T05:43:45.792Z++ grep -qi installed
1172026-08-07T05:43:46.992Zpkg: info: no packages matching the following patterns you specified are
1182026-08-07T05:43:46.992Zinstalled on the system. Try querying remotely instead:
1192026-08-07T05:43:46.992Z
1202026-08-07T05:43:46.992Z clang-15
1212026-08-07T05:43:47.031Z++ [[ 1 != 0 ]]
1222026-08-07T05:43:47.032Z++ set -o errexit
1232026-08-07T05:43:47.035Z++ pfexec pkg install clang-15
1242026-08-07T05:43:54.891Z Startup: Refreshing catalog 'helios-dev' ... Done
1252026-08-07T05:44:02.639Z Startup: Caching catalogs ... Done
1262026-08-07T05:44:09.964ZPlanning: Solver setup ... Done
1272026-08-07T05:44:10.004ZPlanning: Running solver ... Done
1282026-08-07T05:44:10.143ZPlanning: Finding local manifests ... Done
1292026-08-07T05:44:10.167ZPlanning: Fetching manifests: 0/2 0% complete
1302026-08-07T05:44:10.263ZPlanning: Fetching manifests: 2/2 100% complete
1312026-08-07T05:44:10.292ZPlanning: Package planning ... Done
1322026-08-07T05:44:10.318ZPlanning: Merging actions ... Done
1332026-08-07T05:44:10.425ZPlanning: Checking for conflicting actions ... Done
1342026-08-07T05:44:10.431ZPlanning: Consolidating action changes ... Done
1352026-08-07T05:44:11.183ZPlanning: Evaluating mediators ... Done
1362026-08-07T05:44:11.188ZPlanning: Planning completed in 8.38 seconds
1372026-08-07T05:44:11.200Z Packages to install: 2
1382026-08-07T05:44:11.204Z Mediators to change: 2
1392026-08-07T05:44:11.204Z Services to change: 1
1402026-08-07T05:44:11.204Z Create boot environment: No
1412026-08-07T05:44:11.204ZCreate backup boot environment: No
1422026-08-07T05:44:11.240Z
1432026-08-07T05:44:11.240ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1442026-08-07T05:44:16.240ZDownload: 910/3076 items 39.0/211.3MB 18% complete (7.7M/s)
1452026-08-07T05:44:25.224ZDownload: 984/3076 items 82.2/211.3MB 38% complete (13.1M/s)
1462026-08-07T05:44:30.227ZDownload: 1948/3076 items 116.1/211.3MB 54% complete (6.6M/s)
1472026-08-07T05:44:39.309ZDownload: 2004/3076 items 117.0/211.3MB 55% complete (5.4M/s)
1482026-08-07T05:44:42.627ZDownload: Completed 211.31 MB in 31.38 seconds (6.7M/s)
1492026-08-07T05:44:43.197Z Actions: 1/3418 actions (Installing new actions)
1502026-08-07T05:44:46.386Z Actions: Completed 3418 actions in 3.19 seconds.
1512026-08-07T05:44:47.031Z Done
1522026-08-07T05:44:47.031Z Done
1532026-08-07T05:44:47.772Z Done
1542026-08-07T05:44:51.158Z Done
1552026-08-07T05:44:51.232Z Done
1562026-08-07T05:44:51.235Z Done
1572026-08-07T05:44:51.491Z Done
1582026-08-07T05:44:52.173Z++ set -o errexit
1592026-08-07T05:44:52.174Z++ cargo --version
1602026-08-07T05:44:52.180Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
1612026-08-07T05:44:52.340Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
1622026-08-07T05:44:52.344Zinfo: downloading 6 components
1632026-08-07T05:45:08.316Zcargo 1.97.1 (c980f4866 2026-06-30)
1642026-08-07T05:45:08.320Z++ rustc --version
1652026-08-07T05:45:08.346Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1662026-08-07T05:45:08.350Z++ cargo install cargo-nextest --version 0.9.97
1672026-08-07T05:45:08.393Z Updating crates.io index
1682026-08-07T05:45:08.492Z Downloading crates ...
1692026-08-07T05:45:08.543Z Downloaded cargo-nextest v0.9.97
1702026-08-07T05:45:08.609Z Installing cargo-nextest v0.9.97
1712026-08-07T05:45:08.612Zwarning: default toolchain implicitly overridden with `1.97.1-x86_64-unknown-illumos` by rustup toolchain file
1722026-08-07T05:45:08.612Z |
1732026-08-07T05:45:08.612Z = help: use `cargo +stable install` if you meant to use the stable toolchain
1742026-08-07T05:45:08.612Z = note: rustup selects the toolchain based on the parent environment and not the environment of the package being installed
1752026-08-07T05:45:08.650Z Updating crates.io index
1762026-08-07T05:45:10.544Z Locking 396 packages to latest compatible versions
1772026-08-07T05:45:10.548Z Adding dialoguer v0.11.0 (available: v0.12.0)
1782026-08-07T05:45:10.552Z Adding duct v0.13.7 (available: v1.1.1)
1792026-08-07T05:45:10.552Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1802026-08-07T05:45:10.552Z Adding generic-array v0.14.7 (available: v0.14.9)
1812026-08-07T05:45:10.555Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1822026-08-07T05:45:10.555Z Adding itertools v0.14.0 (available: v0.15.0)
1832026-08-07T05:45:10.555Z Adding nextest-filtering v0.15.0 (available: v0.22.0)
1842026-08-07T05:45:10.555Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1852026-08-07T05:45:10.558Z Adding nextest-runner v0.80.0 (available: v0.122.1)
1862026-08-07T05:45:10.558Z Adding quick-junit v0.5.2 (available: v0.7.0)
1872026-08-07T05:45:10.584Z Downloading crates ...
1882026-08-07T05:45:10.606Z Downloaded os_pipe v1.2.3
1892026-08-07T05:45:10.610Z Downloaded adler2 v2.0.1
1902026-08-07T05:45:10.613Z Downloaded backtrace-ext v0.2.1
1912026-08-07T05:45:10.613Z Downloaded block-buffer v0.10.4
1922026-08-07T05:45:10.613Z Downloaded addr2line v0.25.1
1932026-08-07T05:45:10.619Z Downloaded color-spantrace v0.3.0
1942026-08-07T05:45:10.628Z Downloaded chacha20 v0.10.1
1952026-08-07T05:45:10.631Z Downloaded cfg-expr v0.20.8
1962026-08-07T05:45:10.636Z Downloaded futures v0.3.33
1972026-08-07T05:45:10.642Z Downloaded der v0.7.10
1982026-08-07T05:45:10.645Z Downloaded quick-junit v0.5.2
1992026-08-07T05:45:10.648Z Downloaded aho-corasick v1.1.5
2002026-08-07T05:45:10.651Z Downloaded cargo-util-schemas v0.2.0
2012026-08-07T05:45:10.651Z Downloaded cfg_aliases v0.2.2
2022026-08-07T05:45:10.651Z Downloaded ed25519 v2.2.3
2032026-08-07T05:45:10.655Z Downloaded rand v0.10.2
2042026-08-07T05:45:10.655Z Downloaded borsh v1.8.0
2052026-08-07T05:45:10.661Z Downloaded serde_spanned v1.1.1
2062026-08-07T05:45:10.661Z Downloaded ordered-float v2.10.1
2072026-08-07T05:45:10.665Z Downloaded rand_chacha v0.9.0
2082026-08-07T05:45:10.665Z Downloaded serde_derive v1.0.229
2092026-08-07T05:45:10.665Z Downloaded atomic-waker v1.1.2
2102026-08-07T05:45:10.668Z Downloaded cargo-platform v0.2.0
2112026-08-07T05:45:10.671Z Downloaded anstyle v1.0.14
2122026-08-07T05:45:10.671Z Downloaded base64ct v1.8.3
2132026-08-07T05:45:10.674Z Downloaded cargo_metadata v0.23.1
2142026-08-07T05:45:10.674Z Downloaded atomicwrites v0.4.4
2152026-08-07T05:45:10.674Z Downloaded document-features v0.2.12
2162026-08-07T05:45:10.677Z Downloaded shell-words v1.1.1
2172026-08-07T05:45:10.680Z Downloaded colorchoice v1.0.5
2182026-08-07T05:45:10.682Z Downloaded cpufeatures v0.2.17
2192026-08-07T05:45:10.687Z Downloaded shared_child v1.1.1
2202026-08-07T05:45:10.690Z Downloaded anstyle-query v1.1.5
2212026-08-07T05:45:10.693Z Downloaded form_urlencoded v1.2.2
2222026-08-07T05:45:10.693Z Downloaded futures-macro v0.3.33
2232026-08-07T05:45:10.693Z Downloaded quinn-udp v0.5.15
2242026-08-07T05:45:10.693Z Downloaded rand_core v0.6.4
2252026-08-07T05:45:10.693Z Downloaded rand_core v0.10.1
2262026-08-07T05:45:10.696Z Downloaded enable-ansi-support v0.2.1
2272026-08-07T05:45:10.697Z Downloaded thiserror-impl v1.0.69
2282026-08-07T05:45:10.697Z Downloaded fnv v1.0.7
2292026-08-07T05:45:10.699Z Downloaded serde-value v0.7.0
2302026-08-07T05:45:10.699Z Downloaded futures-core v0.3.33
2312026-08-07T05:45:10.703Z Downloaded autocfg v1.5.1
2322026-08-07T05:45:10.706Z Downloaded erased-serde v0.4.10
2332026-08-07T05:45:10.710Z Downloaded cargo-platform v0.3.3
2342026-08-07T05:45:10.710Z Downloaded quote v1.0.47
2352026-08-07T05:45:10.713Z Downloaded pkg-config v0.3.33
2362026-08-07T05:45:10.713Z Downloaded strsim v0.11.1
2372026-08-07T05:45:10.716Z Downloaded errno v0.3.14
2382026-08-07T05:45:10.716Z Downloaded serde_urlencoded v0.7.1
2392026-08-07T05:45:10.720Z Downloaded slab v0.4.12
2402026-08-07T05:45:10.720Z Downloaded clap_lex v1.1.0
2412026-08-07T05:45:10.720Z Downloaded foreign-types-shared v0.1.1
2422026-08-07T05:45:10.723Z Downloaded cpufeatures v0.3.0
2432026-08-07T05:45:10.723Z Downloaded ppv-lite86 v0.2.21
2442026-08-07T05:45:10.723Z Downloaded semver v1.0.28
2452026-08-07T05:45:10.726Z Downloaded smallvec v1.15.2
2462026-08-07T05:45:10.726Z Downloaded serde_ignored v0.1.14
2472026-08-07T05:45:10.726Z Downloaded sync_wrapper v1.0.2
2482026-08-07T05:45:10.730Z Downloaded futures-io v0.3.33
2492026-08-07T05:45:10.730Z Downloaded thread_local v1.1.10
2502026-08-07T05:45:10.733Z Downloaded guppy-workspace-hack v0.1.0
2512026-08-07T05:45:10.736Z Downloaded serde_spanned v0.6.9
2522026-08-07T05:45:10.736Z Downloaded unicode-xid v0.2.6
2532026-08-07T05:45:10.736Z Downloaded equivalent v1.0.2
2542026-08-07T05:45:10.736Z Downloaded parking_lot_core v0.9.12
2552026-08-07T05:45:10.739Z Downloaded camino-tempfile v1.4.1
2562026-08-07T05:45:10.744Z Downloaded cargo_metadata v0.20.0
2572026-08-07T05:45:10.744Z Downloaded cfg-if v1.0.4
2582026-08-07T05:45:10.744Z Downloaded signature v2.2.0
2592026-08-07T05:45:10.744Z Downloaded anstream v1.0.0
2602026-08-07T05:45:10.748Z Downloaded fastrand v2.5.0
2612026-08-07T05:45:10.748Z Downloaded anstyle-parse v1.0.0
2622026-08-07T05:45:10.748Z Downloaded async-scoped v0.9.0
2632026-08-07T05:45:10.752Z Downloaded fixedbitset v0.5.7
2642026-08-07T05:45:10.752Z Downloaded signal-hook-mio v0.2.5
2652026-08-07T05:45:10.752Z Downloaded dialoguer v0.11.0
2662026-08-07T05:45:10.752Z Downloaded foldhash v0.1.5
2672026-08-07T05:45:10.752Z Downloaded tinyvec_macros v0.1.1
2682026-08-07T05:45:10.756Z Downloaded rustc-hash v2.1.3
2692026-08-07T05:45:10.759Z Downloaded curve25519-dalek-derive v0.1.1
2702026-08-07T05:45:10.759Z Downloaded foreign-types v0.3.2
2712026-08-07T05:45:10.759Z Downloaded futures-sink v0.3.33
2722026-08-07T05:45:10.759Z Downloaded rustc_version v0.4.1
2732026-08-07T05:45:10.762Z Downloaded tokio-macros v2.7.2
2742026-08-07T05:45:10.762Z Downloaded supports-hyperlinks v3.2.0
2752026-08-07T05:45:10.762Z Downloaded generic-array v0.14.7
2762026-08-07T05:45:10.765Z Downloaded debug-ignore v1.0.5
2772026-08-07T05:45:10.770Z Downloaded shlex v2.0.1
2782026-08-07T05:45:10.770Z Downloaded digest v0.10.7
2792026-08-07T05:45:10.775Z Downloaded filetime v0.2.29
2802026-08-07T05:45:10.775Z Downloaded futures-executor v0.3.33
2812026-08-07T05:45:10.775Z Downloaded static_assertions v1.1.0
2822026-08-07T05:45:10.775Z Downloaded supports-unicode v3.0.0
2832026-08-07T05:45:10.780Z Downloaded untrusted v0.9.0
2842026-08-07T05:45:10.780Z Downloaded futures-task v0.3.33
2852026-08-07T05:45:10.780Z Downloaded http-body v1.1.0
2862026-08-07T05:45:10.780Z Downloaded lazy_static v1.5.0
2872026-08-07T05:45:10.784Z Downloaded scopeguard v1.2.0
2882026-08-07T05:45:10.787Z Downloaded strip-ansi-escapes v0.2.1
2892026-08-07T05:45:10.787Z Downloaded subtle v2.6.1
2902026-08-07T05:45:10.787Z Downloaded serde_core v1.0.229
2912026-08-07T05:45:10.791Z Downloaded crypto-common v0.1.7
2922026-08-07T05:45:10.791Z Downloaded future-queue v0.4.0
2932026-08-07T05:45:10.792Z Downloaded tokio-rustls v0.26.4
2942026-08-07T05:45:10.796Z Downloaded supports-color v3.0.2
2952026-08-07T05:45:10.799Z Downloaded convert_case v0.10.0
2962026-08-07T05:45:10.801Z Downloaded sigchld v0.2.4
2972026-08-07T05:45:10.802Z Downloaded swrite v0.1.0
2982026-08-07T05:45:10.805Z Downloaded is_ci v1.2.0
2992026-08-07T05:45:10.805Z Downloaded terminal_size v0.4.4
3002026-08-07T05:45:10.805Z Downloaded hex v0.4.3
3012026-08-07T05:45:10.808Z Downloaded mukti-metadata v0.3.0
3022026-08-07T05:45:10.808Z Downloaded tower-layer v0.3.3
3032026-08-07T05:45:10.811Z Downloaded hyper-tls v0.6.0
3042026-08-07T05:45:10.811Z Downloaded tower-service v0.3.3
3052026-08-07T05:45:10.816Z Downloaded clap_derive v4.6.4
3062026-08-07T05:45:10.819Z Downloaded const-oid v0.9.6
3072026-08-07T05:45:10.819Z Downloaded heck v0.5.0
3082026-08-07T05:45:10.822Z Downloaded pin-project-lite v0.2.17
3092026-08-07T05:45:10.825Z Downloaded find-msvc-tools v0.1.9
3102026-08-07T05:45:10.825Z Downloaded duct v0.13.7
3112026-08-07T05:45:10.828Z Downloaded rand_core v0.9.5
3122026-08-07T05:45:10.831Z Downloaded rand_pcg v0.10.2
3132026-08-07T05:45:10.831Z Downloaded zstd v0.13.3
3142026-08-07T05:45:10.834Z Downloaded futures-channel v0.3.33
3152026-08-07T05:45:10.834Z Downloaded indenter v0.3.4
3162026-08-07T05:45:10.837Z Downloaded serde-untagged v0.1.9
3172026-08-07T05:45:10.837Z Downloaded serde_path_to_error v0.1.20
3182026-08-07T05:45:10.837Z Downloaded number_prefix v0.4.0
3192026-08-07T05:45:10.840Z Downloaded toml_datetime v0.6.11
3202026-08-07T05:45:10.840Z Downloaded typeid v1.0.3
3212026-08-07T05:45:10.840Z Downloaded nested v0.1.1
3222026-08-07T05:45:10.840Z Downloaded want v0.3.1
3232026-08-07T05:45:10.843Z Downloaded rustc-demangle v0.1.28
3242026-08-07T05:45:10.843Z Downloaded self-replace v1.5.0
3252026-08-07T05:45:10.843Z Downloaded target-spec-miette v0.4.8
3262026-08-07T05:45:10.846Z Downloaded percent-encoding v2.3.2
3272026-08-07T05:45:10.846Z Downloaded version_check v0.9.5
3282026-08-07T05:45:10.846Z Downloaded tracing-error v0.2.1
3292026-08-07T05:45:10.852Z Downloaded camino v1.2.5
3302026-08-07T05:45:10.855Z Downloaded tracing-log v0.2.0
3312026-08-07T05:45:10.855Z Downloaded thiserror-impl v2.0.19
3322026-08-07T05:45:10.855Z Downloaded tokio-native-tls v0.3.1
3332026-08-07T05:45:10.855Z Downloaded console v0.15.11
3342026-08-07T05:45:10.859Z Downloaded native-tls v0.2.18
3352026-08-07T05:45:10.859Z Downloaded smol_str v0.3.6
3362026-08-07T05:45:10.864Z Downloaded getrandom v0.2.17
3372026-08-07T05:45:10.864Z Downloaded idna_adapter v1.0.0
3382026-08-07T05:45:10.864Z Downloaded utf8_iter v1.0.4
3392026-08-07T05:45:10.864Z Downloaded xattr v1.6.1
3402026-08-07T05:45:10.864Z Downloaded either v1.17.0
3412026-08-07T05:45:10.868Z Downloaded tinyvec v1.12.0
3422026-08-07T05:45:10.868Z Downloaded globset v0.4.20
3432026-08-07T05:45:10.873Z Downloaded jobserver v0.1.35
3442026-08-07T05:45:10.873Z Downloaded target-lexicon v0.13.5
3452026-08-07T05:45:10.876Z Downloaded owo-colors v4.3.0
3462026-08-07T05:45:10.879Z Downloaded thiserror v2.0.19
3472026-08-07T05:45:10.879Z Downloaded humantime-serde v1.1.1
3482026-08-07T05:45:10.883Z Downloaded openssl-macros v0.1.1
3492026-08-07T05:45:10.887Z Downloaded crc32fast v1.5.0
3502026-08-07T05:45:10.891Z Downloaded eyre v0.6.12
3512026-08-07T05:45:10.891Z Downloaded ahash v0.8.12
3522026-08-07T05:45:10.894Z Downloaded bitflags v2.13.1
3532026-08-07T05:45:10.894Z Downloaded pin-project-internal v1.1.13
3542026-08-07T05:45:10.894Z Downloaded utf8parse v0.2.2
3552026-08-07T05:45:10.898Z Downloaded unicode-linebreak v0.1.5
3562026-08-07T05:45:10.898Z Downloaded home v0.5.12
3572026-08-07T05:45:10.898Z Downloaded is_terminal_polyfill v1.70.2
3582026-08-07T05:45:10.898Z Downloaded self_update v0.42.0
3592026-08-07T05:45:10.902Z Downloaded urlencoding v2.1.3
3602026-08-07T05:45:10.906Z Downloaded rustls-pki-types v1.15.1
3612026-08-07T05:45:10.906Z Downloaded thiserror v1.0.69
3622026-08-07T05:45:10.909Z Downloaded sha2 v0.10.9
3632026-08-07T05:45:10.909Z Downloaded simd-adler32 v0.3.10
3642026-08-07T05:45:10.909Z Downloaded tokio-stream v0.1.19
3652026-08-07T05:45:10.912Z Downloaded toml_writer v1.1.2+spec-1.1.0
3662026-08-07T05:45:10.912Z Downloaded humantime v2.4.0
3672026-08-07T05:45:10.915Z Downloaded nextest-workspace-hack v0.1.0
3682026-08-07T05:45:10.915Z Downloaded toml_write v0.1.2
3692026-08-07T05:45:10.915Z Downloaded try-lock v0.2.5
3702026-08-07T05:45:10.918Z Downloaded lru-slab v0.1.2
3712026-08-07T05:45:10.918Z Downloaded pathdiff v0.2.3
3722026-08-07T05:45:10.921Z Downloaded ryu v1.0.23
3732026-08-07T05:45:10.921Z Downloaded target-spec v3.6.0
3742026-08-07T05:45:10.927Z Downloaded tar v0.4.46
3752026-08-07T05:45:10.930Z Downloaded iana-time-zone v0.1.65
3762026-08-07T05:45:10.930Z Downloaded getrandom v0.4.3
3772026-08-07T05:45:10.930Z Downloaded tempfile v3.27.0
3782026-08-07T05:45:10.930Z Downloaded toml v0.8.23
3792026-08-07T05:45:10.934Z Downloaded signal-hook-registry v1.4.8
3802026-08-07T05:45:10.934Z Downloaded spki v0.7.3
3812026-08-07T05:45:10.934Z Downloaded once_cell v1.21.4
3822026-08-07T05:45:10.937Z Downloaded itoa v1.0.18
3832026-08-07T05:45:10.940Z Downloaded proc-macro2 v1.0.107
3842026-08-07T05:45:10.940Z Downloaded zeroize v1.9.0
3852026-08-07T05:45:10.940Z Downloaded nextest-metadata v0.12.2
3862026-08-07T05:45:10.943Z Downloaded xxhash-rust v0.8.18
3872026-08-07T05:45:10.946Z Downloaded openssl-sys v0.9.117
3882026-08-07T05:45:10.946Z Downloaded clap v4.6.6
3892026-08-07T05:45:10.951Z Downloaded httparse v1.10.1
3902026-08-07T05:45:10.954Z Downloaded newtype-uuid v1.4.0
3912026-08-07T05:45:10.955Z Downloaded config v0.15.25
3922026-08-07T05:45:10.959Z Downloaded hyper-rustls v0.27.9
3932026-08-07T05:45:10.959Z Downloaded zmij v1.0.23
3942026-08-07T05:45:10.959Z Downloaded derive-where v1.6.1
3952026-08-07T05:45:10.962Z Downloaded getrandom v0.3.4
3962026-08-07T05:45:10.962Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3972026-08-07T05:45:10.962Z Downloaded tracing-attributes v0.1.31
3982026-08-07T05:45:10.966Z Downloaded unicase v2.9.0
3992026-08-07T05:45:10.966Z Downloaded ipnet v2.12.1
4002026-08-07T05:45:10.966Z Downloaded indent_write v2.2.0
4012026-08-07T05:45:10.970Z Downloaded miette-derive v7.6.0
4022026-08-07T05:45:10.974Z Downloaded socket2 v0.6.5
4032026-08-07T05:45:10.977Z Downloaded litrs v1.0.0
4042026-08-07T05:45:10.982Z Downloaded parking_lot v0.12.5
4052026-08-07T05:45:10.988Z Downloaded pin-project v1.1.13
4062026-08-07T05:45:10.991Z Downloaded vte v0.14.1
4072026-08-07T05:45:10.994Z Downloaded zipsign-api v0.1.5
4082026-08-07T05:45:10.994Z Downloaded base64 v0.22.1
4092026-08-07T05:45:10.994Z Downloaded toml_edit v0.22.27
4102026-08-07T05:45:10.998Z Downloaded http-body-util v0.1.4
4112026-08-07T05:45:10.998Z Downloaded textwrap v0.16.2
4122026-08-07T05:45:11.001Z Downloaded openssl-probe v0.2.1
4132026-08-07T05:45:11.001Z Downloaded lock_api v0.4.14
4142026-08-07T05:45:11.004Z Downloaded quinn v0.11.11
4152026-08-07T05:45:11.007Z Downloaded zstd-safe v7.2.4
4162026-08-07T05:45:11.007Z Downloaded num-traits v0.2.19
4172026-08-07T05:45:11.010Z Downloaded toml v1.1.4+spec-1.1.0
4182026-08-07T05:45:11.014Z Downloaded toml_parser v1.1.3+spec-1.1.0
4192026-08-07T05:45:11.014Z Downloaded bytes v1.12.1
4202026-08-07T05:45:11.017Z Downloaded derive_more v2.1.1
4212026-08-07T05:45:11.020Z Downloaded flate2 v1.1.9
4222026-08-07T05:45:11.024Z Downloaded tracing-core v0.1.36
4232026-08-07T05:45:11.027Z Downloaded rustls-webpki v0.103.13
4242026-08-07T05:45:11.027Z Downloaded derive_more-impl v2.1.1
4252026-08-07T05:45:11.030Z Downloaded uuid v1.24.0
4262026-08-07T05:45:11.033Z Downloaded nextest-filtering v0.15.0
4272026-08-07T05:45:11.033Z Downloaded pkcs8 v0.10.2
4282026-08-07T05:45:11.036Z Downloaded url v2.5.8
4292026-08-07T05:45:11.039Z Downloaded miniz_oxide v0.8.9
4302026-08-07T05:45:11.047Z Downloaded backtrace v0.3.76
4312026-08-07T05:45:11.052Z Downloaded ed25519-dalek v2.2.0
4322026-08-07T05:45:11.052Z Downloaded log v0.4.33
4332026-08-07T05:45:11.052Z Downloaded serde v1.0.229
4342026-08-07T05:45:11.052Z Downloaded tower v0.5.3
4352026-08-07T05:45:11.056Z Downloaded sharded-slab v0.1.7
4362026-08-07T05:45:11.058Z Downloaded h2 v0.4.15
4372026-08-07T05:45:11.061Z Downloaded typenum v1.20.1
4382026-08-07T05:45:11.064Z Downloaded signal-hook v0.3.18
4392026-08-07T05:45:11.068Z Downloaded cc v1.4.0
4402026-08-07T05:45:11.083Z Downloaded mio v1.2.2
4412026-08-07T05:45:11.086Z Downloaded http v1.5.0
4422026-08-07T05:45:11.094Z Downloaded guppy v0.17.26
4432026-08-07T05:45:11.097Z Downloaded hyper-util v0.1.20
4442026-08-07T05:45:11.107Z Downloaded clap_builder v4.6.6
4452026-08-07T05:45:11.111Z Downloaded hashbrown v0.15.5
4462026-08-07T05:45:11.114Z Downloaded rand v0.9.5
4472026-08-07T05:45:11.118Z Downloaded indicatif v0.17.11
4482026-08-07T05:45:11.122Z Downloaded unicode-ident v1.0.24
4492026-08-07T05:45:11.126Z Downloaded crossterm v0.29.0
4502026-08-07T05:45:11.136Z Downloaded hashbrown v0.17.1
4512026-08-07T05:45:11.142Z Downloaded futures-util v0.3.33
4522026-08-07T05:45:11.148Z Downloaded miette v7.6.0
4532026-08-07T05:45:11.151Z Downloaded tower-http v0.6.11
4542026-08-07T05:45:11.155Z Downloaded memchr v2.8.3
4552026-08-07T05:45:11.167Z Downloaded ron v0.12.2
4562026-08-07T05:45:11.179Z Downloaded pulldown-cmark v0.13.4
4572026-08-07T05:45:11.184Z Downloaded winnow v0.7.15
4582026-08-07T05:45:11.189Z Downloaded curve25519-dalek v4.1.3
4592026-08-07T05:45:11.193Z Downloaded unicode-normalization v0.1.25
4602026-08-07T05:45:11.202Z Downloaded unicode-segmentation v1.13.3
4612026-08-07T05:45:11.212Z Downloaded indexmap v2.14.0
4622026-08-07T05:45:11.216Z Downloaded tokio-util v0.7.19
4632026-08-07T05:45:11.220Z Downloaded chrono v0.4.45
4642026-08-07T05:45:11.225Z Downloaded idna v1.1.0
4652026-08-07T05:45:11.229Z Downloaded tracing-subscriber v0.3.23
4662026-08-07T05:45:11.234Z Downloaded regex v1.13.1
4672026-08-07T05:45:11.240Z Downloaded unicode-width v0.2.2
4682026-08-07T05:45:11.243Z Downloaded reqwest v0.12.28
4692026-08-07T05:45:11.248Z Downloaded vcpkg v0.2.15
4702026-08-07T05:45:11.270Z Downloaded gimli v0.32.3
4712026-08-07T05:45:11.274Z Downloaded nextest-runner v0.80.0
4722026-08-07T05:45:11.281Z Downloaded portable-atomic v1.14.0
4732026-08-07T05:45:11.285Z Downloaded serde_json v1.0.151
4742026-08-07T05:45:11.289Z Downloaded bstr v1.13.0
4752026-08-07T05:45:11.293Z Downloaded openssl v0.10.81
4762026-08-07T05:45:11.299Z Downloaded hyper v1.11.0
4772026-08-07T05:45:11.302Z Downloaded quick-xml v0.37.5
4782026-08-07T05:45:11.306Z Downloaded itertools v0.14.0
4792026-08-07T05:45:11.310Z Downloaded winnow v1.0.4
4802026-08-07T05:45:11.316Z Downloaded tracing v0.1.44
4812026-08-07T05:45:11.330Z Downloaded quick-xml v0.38.4
4822026-08-07T05:45:11.334Z Downloaded color-eyre v0.6.5
4832026-08-07T05:45:11.341Z Downloaded quinn-proto v0.11.16
4842026-08-07T05:45:11.352Z Downloaded petgraph v0.8.3
4852026-08-07T05:45:11.365Z Downloaded libc v0.2.189
4862026-08-07T05:45:11.386Z Downloaded webpki-roots v1.0.9
4872026-08-07T05:45:11.403Z Downloaded zerocopy v0.8.56
4882026-08-07T05:45:11.413Z Downloaded unicode-width v0.1.14
4892026-08-07T05:45:11.430Z Downloaded regex-syntax v0.8.11
4902026-08-07T05:45:11.434Z Downloaded syn v2.0.119
4912026-08-07T05:45:11.442Z Downloaded syn v3.0.3
4922026-08-07T05:45:11.455Z Downloaded nix v0.30.1
4932026-08-07T05:45:11.464Z Downloaded rustix v0.38.44
4942026-08-07T05:45:11.474Z Downloaded object v0.37.3
4952026-08-07T05:45:11.480Z Downloaded rustls v0.23.43
4962026-08-07T05:45:11.487Z Downloaded rustix v1.1.4
4972026-08-07T05:45:11.569Z Downloaded regex-automata v0.4.18
4982026-08-07T05:45:11.613Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4992026-08-07T05:45:11.639Z Downloaded tokio v1.53.1
5002026-08-07T05:45:11.703Z Downloaded recursion v0.5.4
5012026-08-07T05:45:11.712Z Downloaded ring v0.17.14
5022026-08-07T05:45:11.773Z Compiling proc-macro2 v1.0.107
5032026-08-07T05:45:11.773Z Compiling quote v1.0.47
5042026-08-07T05:45:11.776Z Compiling unicode-ident v1.0.24
5052026-08-07T05:45:11.776Z Compiling libc v0.2.189
5062026-08-07T05:45:11.776Z Compiling serde_core v1.0.229
5072026-08-07T05:45:11.776Z Compiling cfg-if v1.0.4
5082026-08-07T05:45:11.776Z Compiling memchr v2.8.3
5092026-08-07T05:45:11.776Z Compiling once_cell v1.21.4
5102026-08-07T05:45:12.055Z Compiling log v0.4.33
5112026-08-07T05:45:12.083Z Compiling pin-project-lite v0.2.17
5122026-08-07T05:45:12.179Z Compiling itoa v1.0.18
5132026-08-07T05:45:12.266Z Compiling serde v1.0.229
5142026-08-07T05:45:12.359Z Compiling smallvec v1.15.2
5152026-08-07T05:45:12.421Z Compiling futures-core v0.3.33
5162026-08-07T05:45:12.585Z Compiling bitflags v2.13.1
5172026-08-07T05:45:12.606Z Compiling find-msvc-tools v0.1.9
5182026-08-07T05:45:12.621Z Compiling equivalent v1.0.2
5192026-08-07T05:45:12.708Z Compiling hashbrown v0.17.1
5202026-08-07T05:45:12.852Z Compiling shlex v2.0.1
5212026-08-07T05:45:13.015Z Compiling errno v0.3.14
5222026-08-07T05:45:13.039Z Compiling bytes v1.12.1
5232026-08-07T05:45:13.113Z Compiling jobserver v0.1.35
5242026-08-07T05:45:13.163Z Compiling signal-hook-registry v1.4.8
5252026-08-07T05:45:13.180Z Compiling mio v1.2.2
5262026-08-07T05:45:13.210Z Compiling syn v3.0.3
5272026-08-07T05:45:13.270Z Compiling syn v2.0.119
5282026-08-07T05:45:13.430Z Compiling cc v1.4.0
5292026-08-07T05:45:13.443Z Compiling rustix v1.1.4
5302026-08-07T05:45:13.625Z Compiling futures-sink v0.3.33
5312026-08-07T05:45:13.772Z Compiling socket2 v0.6.5
5322026-08-07T05:45:13.869Z Compiling zmij v1.0.23
5332026-08-07T05:45:13.936Z Compiling slab v0.4.12
5342026-08-07T05:45:14.150Z Compiling futures-channel v0.3.33
5352026-08-07T05:45:14.211Z Compiling tracing-core v0.1.36
5362026-08-07T05:45:14.421Z Compiling indexmap v2.14.0
5372026-08-07T05:45:14.491Z Compiling serde_json v1.0.151
5382026-08-07T05:45:14.541Z Compiling version_check v0.9.5
5392026-08-07T05:45:14.792Z Compiling futures-io v0.3.33
5402026-08-07T05:45:14.819Z Compiling futures-task v0.3.33
5412026-08-07T05:45:14.989Z Compiling getrandom v0.4.3
5422026-08-07T05:45:15.098Z Compiling unicode-width v0.2.2
5432026-08-07T05:45:15.281Z Compiling percent-encoding v2.3.2
5442026-08-07T05:45:15.297Z Compiling camino v1.2.5
5452026-08-07T05:45:15.413Z Compiling ring v0.17.14
5462026-08-07T05:45:15.473Z Compiling http v1.5.0
5472026-08-07T05:45:15.552Z Compiling autocfg v1.5.1
5482026-08-07T05:45:15.659Z Compiling adler2 v2.0.1
5492026-08-07T05:45:15.827Z Compiling simd-adler32 v0.3.10
5502026-08-07T05:45:15.904Z Compiling zeroize v1.9.0
5512026-08-07T05:45:15.986Z Compiling miniz_oxide v0.8.9
5522026-08-07T05:45:16.102Z Compiling num-traits v0.2.19
5532026-08-07T05:45:16.138Z Compiling serde_derive v1.0.229
5542026-08-07T05:45:16.329Z Compiling tokio-macros v2.7.2
5552026-08-07T05:45:16.925Z Compiling futures-macro v0.3.33
5562026-08-07T05:45:17.065Z Compiling tokio v1.53.1
5572026-08-07T05:45:17.277Z Compiling tracing-attributes v0.1.31
5582026-08-07T05:45:17.367Z Compiling target-lexicon v0.13.5
5592026-08-07T05:45:17.383Z Compiling zerocopy v0.8.56
5602026-08-07T05:45:17.572Z Compiling getrandom v0.3.4
5612026-08-07T05:45:17.757Z Compiling futures-util v0.3.33
5622026-08-07T05:45:17.760Z Compiling object v0.37.3
5632026-08-07T05:45:17.924Z Compiling http-body v1.1.0
5642026-08-07T05:45:18.075Z Compiling rustls-pki-types v1.15.1
5652026-08-07T05:45:18.087Z Compiling form_urlencoded v1.2.2
5662026-08-07T05:45:18.097Z Compiling semver v1.0.28
5672026-08-07T05:45:18.355Z Compiling getrandom v0.2.17
5682026-08-07T05:45:18.469Z Compiling tracing v0.1.44
5692026-08-07T05:45:18.548Z Compiling owo-colors v4.3.0
5702026-08-07T05:45:18.737Z Compiling guppy-workspace-hack v0.1.0
5712026-08-07T05:45:18.826Z Compiling httparse v1.10.1
5722026-08-07T05:45:18.872Z Compiling fnv v1.0.7
5732026-08-07T05:45:18.927Z Compiling utf8_iter v1.0.4
5742026-08-07T05:45:18.968Z Compiling idna_adapter v1.0.0
5752026-08-07T05:45:18.980Z Compiling thiserror v2.0.19
5762026-08-07T05:45:19.071Z Compiling signal-hook v0.3.18
5772026-08-07T05:45:19.088Z Compiling gimli v0.32.3
5782026-08-07T05:45:19.160Z Compiling untrusted v0.9.0
5792026-08-07T05:45:19.318Z Compiling idna v1.1.0
5802026-08-07T05:45:20.412Z Compiling thiserror-impl v2.0.19
5812026-08-07T05:45:20.924Z Compiling generic-array v0.14.7
5822026-08-07T05:45:20.971Z Compiling tower-service v0.3.3
5832026-08-07T05:45:21.069Z Compiling tokio-util v0.7.19
5842026-08-07T05:45:21.146Z Compiling addr2line v0.25.1
5852026-08-07T05:45:21.574Z Compiling rustls v0.23.43
5862026-08-07T05:45:21.587Z Compiling typeid v1.0.3
5872026-08-07T05:45:21.763Z Compiling atomic-waker v1.1.2
5882026-08-07T05:45:21.789Z Compiling rustc-demangle v0.1.28
5892026-08-07T05:45:21.869Z Compiling thiserror v1.0.69
5902026-08-07T05:45:21.909Z Compiling pkg-config v0.3.33
5912026-08-07T05:45:22.157Z Compiling fastrand v2.5.0
5922026-08-07T05:45:22.175Z Compiling try-lock v0.2.5
5932026-08-07T05:45:22.294Z Compiling target-spec v3.6.0
5942026-08-07T05:45:22.345Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5952026-08-07T05:45:22.495Z Compiling tempfile v3.27.0
5962026-08-07T05:45:22.506Z Compiling want v0.3.1
5972026-08-07T05:45:22.592Z Compiling backtrace v0.3.76
5982026-08-07T05:45:22.741Z Compiling h2 v0.4.15
5992026-08-07T05:45:22.822Z Compiling cfg-expr v0.20.8
6002026-08-07T05:45:22.860Z Compiling url v2.5.8
6012026-08-07T05:45:23.814Z Compiling thiserror-impl v1.0.69
6022026-08-07T05:45:23.900Z Compiling terminal_size v0.4.4
6032026-08-07T05:45:24.055Z Compiling aho-corasick v1.1.5
6042026-08-07T05:45:24.199Z Compiling regex-syntax v0.8.11
6052026-08-07T05:45:25.055Z Compiling rustls-webpki v0.103.13
6062026-08-07T05:45:25.259Z Compiling subtle v2.6.1
6072026-08-07T05:45:25.420Z Compiling winnow v0.7.15
6082026-08-07T05:45:27.401Z Compiling typenum v1.20.1
6092026-08-07T05:45:27.415Z Compiling erased-serde v0.4.10
6102026-08-07T05:45:27.476Z Compiling regex-automata v0.4.18
6112026-08-07T05:45:27.747Z Compiling hyper v1.11.0
6122026-08-07T05:45:29.512Z Compiling serde_spanned v0.6.9
6132026-08-07T05:45:29.678Z Compiling toml_datetime v0.6.11
6142026-08-07T05:45:30.066Z Compiling ahash v0.8.12
6152026-08-07T05:45:30.248Z Compiling sync_wrapper v1.0.2
6162026-08-07T05:45:30.311Z Compiling lazy_static v1.5.0
6172026-08-07T05:45:30.365Z Compiling either v1.17.0
6182026-08-07T05:45:30.416Z Compiling ipnet v2.12.1
6192026-08-07T05:45:30.599Z Compiling unicode-segmentation v1.13.3
6202026-08-07T05:45:31.001Z Compiling crc32fast v1.5.0
6212026-08-07T05:45:31.290Z Compiling unicode-linebreak v0.1.5
6222026-08-07T05:45:31.501Z Compiling foldhash v0.1.5
6232026-08-07T05:45:31.556Z Compiling nextest-workspace-hack v0.1.0
6242026-08-07T05:45:31.574Z Compiling toml_write v0.1.2
6252026-08-07T05:45:31.594Z Compiling portable-atomic v1.14.0
6262026-08-07T05:45:31.727Z Compiling parking_lot_core v0.9.12
6272026-08-07T05:45:31.771Z Compiling base64 v0.22.1
6282026-08-07T05:45:31.817Z Compiling tower-layer v0.3.3
6292026-08-07T05:45:31.999Z Compiling is_ci v1.2.0
6302026-08-07T05:45:32.049Z Compiling hyper-util v0.1.20
6312026-08-07T05:45:32.077Z Compiling tower v0.5.3
6322026-08-07T05:45:32.165Z Compiling supports-color v3.0.2
6332026-08-07T05:45:32.282Z Compiling toml_edit v0.22.27
6342026-08-07T05:45:32.299Z Compiling hashbrown v0.15.5
6352026-08-07T05:45:32.406Z Compiling textwrap v0.16.2
6362026-08-07T05:45:32.707Z Compiling convert_case v0.10.0
6372026-08-07T05:45:32.946Z Compiling tokio-rustls v0.26.4
6382026-08-07T05:45:32.994Z Compiling sharded-slab v0.1.7
6392026-08-07T05:45:33.617Z Compiling backtrace-ext v0.2.1
6402026-08-07T05:45:33.759Z Compiling ordered-float v2.10.1
6412026-08-07T05:45:33.879Z Compiling webpki-roots v1.0.9
6422026-08-07T05:45:33.894Z Compiling pathdiff v0.2.3
6432026-08-07T05:45:33.997Z Compiling miette-derive v7.6.0
6442026-08-07T05:45:34.020Z Compiling console v0.15.11
6452026-08-07T05:45:34.036Z Compiling tracing-log v0.2.0
6462026-08-07T05:45:34.380Z Compiling cargo-platform v0.3.3
6472026-08-07T05:45:34.675Z Compiling os_pipe v1.2.3
6482026-08-07T05:45:34.847Z Compiling thread_local v1.1.10
6492026-08-07T05:45:34.937Z Compiling utf8parse v0.2.2
6502026-08-07T05:45:35.058Z Compiling rustix v0.38.44
6512026-08-07T05:45:35.096Z Compiling fixedbitset v0.5.7
6522026-08-07T05:45:35.190Z Compiling zstd-safe v7.2.4
6532026-08-07T05:45:35.348Z Compiling cfg_aliases v0.2.2
6542026-08-07T05:45:35.407Z Compiling supports-hyperlinks v3.2.0
6552026-08-07T05:45:35.435Z Compiling debug-ignore v1.0.5
6562026-08-07T05:45:35.549Z Compiling ryu v1.0.23
6572026-08-07T05:45:35.612Z Compiling scopeguard v1.2.0
6582026-08-07T05:45:35.626Z Compiling unicode-width v0.1.14
6592026-08-07T05:45:35.717Z Compiling pulldown-cmark v0.13.4
6602026-08-07T05:45:35.739Z Compiling winnow v1.0.4
6612026-08-07T05:45:35.836Z Compiling supports-unicode v3.0.0
6622026-08-07T05:45:35.969Z Compiling miette v7.6.0
6632026-08-07T05:45:35.984Z Compiling lock_api v0.4.14
6642026-08-07T05:45:36.005Z Compiling serde_urlencoded v0.7.1
6652026-08-07T05:45:36.232Z Compiling nix v0.30.1
6662026-08-07T05:45:36.376Z Compiling petgraph v0.8.3
6672026-08-07T05:45:36.618Z Compiling tracing-subscriber v0.3.23
6682026-08-07T05:45:37.208Z Compiling toml_parser v1.1.3+spec-1.1.0
6692026-08-07T05:45:38.343Z Compiling anstyle-parse v1.0.0
6702026-08-07T05:45:38.518Z Compiling sigchld v0.2.4
6712026-08-07T05:45:38.585Z Compiling cargo_metadata v0.23.1
6722026-08-07T05:45:38.718Z Compiling serde-value v0.7.0
6732026-08-07T05:45:39.142Z Compiling hyper-rustls v0.27.9
6742026-08-07T05:45:39.386Z Compiling toml v0.8.23
6752026-08-07T05:45:39.605Z Compiling serde-untagged v0.1.9
6762026-08-07T05:45:39.976Z Compiling derive_more-impl v2.1.1
6772026-08-07T05:45:40.047Z Compiling tower-http v0.6.11
6782026-08-07T05:45:40.801Z Compiling itertools v0.14.0
6792026-08-07T05:45:41.083Z Compiling regex v1.13.1
6802026-08-07T05:45:41.083Z Compiling block-buffer v0.10.4
6812026-08-07T05:45:41.248Z Compiling crypto-common v0.1.7
6822026-08-07T05:45:41.389Z Compiling ppv-lite86 v0.2.21
6832026-08-07T05:45:41.731Z Compiling rand_core v0.9.5
6842026-08-07T05:45:41.742Z Compiling futures-executor v0.3.33
6852026-08-07T05:45:41.983Z Compiling http-body-util v0.1.4
6862026-08-07T05:45:42.096Z Compiling pin-project-internal v1.1.13
6872026-08-07T05:45:42.223Z Compiling uuid v1.24.0
6882026-08-07T05:45:42.276Z Compiling serde_spanned v1.1.1
6892026-08-07T05:45:42.356Z Compiling toml_datetime v1.1.1+spec-1.1.0
6902026-08-07T05:45:42.419Z Compiling smol_str v0.3.6
6912026-08-07T05:45:42.513Z Compiling filetime v0.2.29
6922026-08-07T05:45:42.721Z Compiling bstr v1.13.0
6932026-08-07T05:45:42.749Z Compiling vte v0.14.1
6942026-08-07T05:45:42.761Z Compiling iana-time-zone v0.1.65
6952026-08-07T05:45:43.054Z Compiling anstyle v1.0.14
6962026-08-07T05:45:43.136Z Compiling litrs v1.0.0
6972026-08-07T05:45:43.163Z Compiling is_terminal_polyfill v1.70.2
6982026-08-07T05:45:43.266Z Compiling nested v0.1.1
6992026-08-07T05:45:43.323Z Compiling anstyle-query v1.1.5
7002026-08-07T05:45:43.327Z Compiling number_prefix v0.4.0
7012026-08-07T05:45:43.408Z Compiling unicase v2.9.0
7022026-08-07T05:45:43.431Z Compiling color-spantrace v0.3.0
7032026-08-07T05:45:43.460Z Compiling unicode-xid v0.2.6
7042026-08-07T05:45:43.486Z Compiling eyre v0.6.12
7052026-08-07T05:45:43.586Z Compiling self_update v0.42.0
7062026-08-07T05:45:43.599Z Compiling tinyvec_macros v0.1.1
7072026-08-07T05:45:43.603Z Compiling static_assertions v1.1.0
7082026-08-07T05:45:43.669Z Compiling xattr v1.6.1
7092026-08-07T05:45:43.684Z Compiling colorchoice v1.0.5
7102026-08-07T05:45:43.769Z Compiling anstream v1.0.0
7112026-08-07T05:45:43.807Z Compiling tar v0.4.46
7122026-08-07T05:45:43.835Z Compiling guppy v0.17.26
7132026-08-07T05:45:43.859Z Compiling tinyvec v1.12.0
7142026-08-07T05:45:43.899Z Compiling document-features v0.2.12
7152026-08-07T05:45:44.064Z Compiling cargo-util-schemas v0.2.0
7162026-08-07T05:45:44.287Z Compiling indicatif v0.17.11
7172026-08-07T05:45:44.449Z Compiling globset v0.4.20
7182026-08-07T05:45:45.392Z Compiling pin-project v1.1.13
7192026-08-07T05:45:45.499Z Compiling strip-ansi-escapes v0.2.1
7202026-08-07T05:45:45.983Z Compiling chrono v0.4.45
7212026-08-07T05:45:46.307Z Compiling nextest-metadata v0.12.2
7222026-08-07T05:45:46.496Z Compiling toml v1.1.4+spec-1.1.0
7232026-08-07T05:45:46.756Z Compiling newtype-uuid v1.4.0
7242026-08-07T05:45:46.951Z Compiling reqwest v0.12.28
7252026-08-07T05:45:47.403Z Compiling rand_chacha v0.9.0
7262026-08-07T05:45:47.702Z Compiling futures v0.3.33
7272026-08-07T05:45:47.787Z Compiling digest v0.10.7
7282026-08-07T05:45:47.953Z Compiling parking_lot v0.12.5
7292026-08-07T05:45:48.012Z Compiling derive_more v2.1.1
7302026-08-07T05:45:48.097Z Compiling flate2 v1.1.9
7312026-08-07T05:45:48.645Z Compiling shared_child v1.1.1
7322026-08-07T05:45:48.844Z Compiling tracing-error v0.2.1
7332026-08-07T05:45:49.314Z Compiling signal-hook-mio v0.2.5
7342026-08-07T05:45:49.424Z Compiling self-replace v1.5.0
7352026-08-07T05:45:49.453Z Compiling cargo-platform v0.2.0
7362026-08-07T05:45:49.561Z Compiling quick-xml v0.37.5
7372026-08-07T05:45:49.687Z Compiling quick-xml v0.38.4
7382026-08-07T05:45:50.212Z Compiling cpufeatures v0.2.17
7392026-08-07T05:45:50.274Z Compiling strsim v0.11.1
7402026-08-07T05:45:50.286Z Compiling indenter v0.3.4
7412026-08-07T05:45:50.415Z Compiling shell-words v1.1.1
7422026-08-07T05:45:50.663Z Compiling humantime v2.4.0
7432026-08-07T05:45:51.080Z Compiling heck v0.5.0
7442026-08-07T05:45:51.093Z Compiling urlencoding v2.1.3
7452026-08-07T05:45:51.096Z Compiling recursion v0.5.4
7462026-08-07T05:45:51.268Z Compiling clap_lex v1.1.0
7472026-08-07T05:45:51.280Z Compiling clap_derive v4.6.4
7482026-08-07T05:45:51.463Z Compiling clap_builder v4.6.6
7492026-08-07T05:45:51.500Z Compiling nextest-filtering v0.15.0
7502026-08-07T05:45:51.630Z Compiling humantime-serde v1.1.1
7512026-08-07T05:45:52.272Z Compiling quick-junit v0.5.2
7522026-08-07T05:45:53.017Z Compiling sha2 v0.10.9
7532026-08-07T05:45:54.316Z Compiling atomicwrites v0.4.4
7542026-08-07T05:45:54.607Z Compiling cargo_metadata v0.20.0
7552026-08-07T05:45:55.345Z Compiling cargo-nextest v0.9.97
7562026-08-07T05:45:55.345Z Compiling crossterm v0.29.0
7572026-08-07T05:45:56.931Z Compiling duct v0.13.7
7582026-08-07T05:45:57.952Z Compiling async-scoped v0.9.0
7592026-08-07T05:45:58.069Z Compiling rand v0.9.5
7602026-08-07T05:45:58.157Z Compiling config v0.15.25
7612026-08-07T05:45:58.401Z Compiling zstd v0.13.3
7622026-08-07T05:45:58.458Z Compiling unicode-normalization v0.1.25
7632026-08-07T05:45:58.670Z Compiling target-spec-miette v0.4.8
7642026-08-07T05:45:58.796Z Compiling future-queue v0.4.0
7652026-08-07T05:45:58.820Z Compiling mukti-metadata v0.3.0
7662026-08-07T05:45:59.045Z Compiling camino-tempfile v1.4.1
7672026-08-07T05:45:59.058Z Compiling tokio-stream v0.1.19
7682026-08-07T05:45:59.085Z Compiling derive-where v1.6.1
7692026-08-07T05:45:59.311Z Compiling serde_ignored v0.1.14
7702026-08-07T05:45:59.448Z Compiling serde_path_to_error v0.1.20
7712026-08-07T05:45:59.547Z Compiling hex v0.4.3
7722026-08-07T05:45:59.617Z Compiling indent_write v2.2.0
7732026-08-07T05:45:59.772Z Compiling swrite v0.1.0
7742026-08-07T05:45:59.826Z Compiling xxhash-rust v0.8.18
7752026-08-07T05:45:59.851Z Compiling home v0.5.12
7762026-08-07T05:45:59.900Z Compiling color-eyre v0.6.5
7772026-08-07T05:46:00.010Z Compiling clap v4.6.6
7782026-08-07T05:46:00.010Z Compiling dialoguer v0.11.0
7792026-08-07T05:46:00.034Z Compiling enable-ansi-support v0.2.1
7802026-08-07T05:46:00.317Z Compiling nextest-runner v0.80.0
7812026-08-07T05:46:19.143Z Finished `release` profile [optimized] target(s) in 1m 10s
7822026-08-07T05:46:19.330Z Installing /home/build/.cargo/bin/cargo-nextest
7832026-08-07T05:46:19.334Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7842026-08-07T05:46:19.446Z+ pushd rdb
7852026-08-07T05:46:19.449Z/work/oxidecomputer/maghemite/rdb /work/oxidecomputer/maghemite
7862026-08-07T05:46:19.449Z+ cargo nextest run -p rdb -p mg-api-types -p mg-api-types-versions
7872026-08-07T05:46:19.600Z Updating crates.io index
7882026-08-07T05:46:19.603Z Updating git repository `https://github.com/oxidecomputer/omicron`
7892026-08-07T05:46:25.401ZFrom https://github.com/oxidecomputer/omicron
7902026-08-07T05:46:25.401Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
7912026-08-07T05:46:25.830Z Updating git repository `https://github.com/oxidecomputer/falcon`
7922026-08-07T05:46:26.428ZFrom https://github.com/oxidecomputer/falcon
7932026-08-07T05:46:26.428Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
7942026-08-07T05:46:26.503Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7952026-08-07T05:46:26.978ZFrom https://github.com/oxidecomputer/dendrite
7962026-08-07T05:46:26.978Z * [new ref] 0d48b5a39dc49d30b228ae01f04b8cc27a161e74 -> refs/commit/0d48b5a39dc49d30b228ae01f04b8cc27a161e74
7972026-08-07T05:46:27.015Z Updating git repository `https://github.com/oxidecomputer/ispf`
7982026-08-07T05:46:27.308ZFrom https://github.com/oxidecomputer/ispf
7992026-08-07T05:46:27.308Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
8002026-08-07T05:46:27.314Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
8012026-08-07T05:46:27.684ZFrom https://github.com/oxidecomputer/netadm-sys
8022026-08-07T05:46:27.685Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
8032026-08-07T05:46:27.692Z Updating git repository `https://github.com/oxidecomputer/opte`
8042026-08-07T05:46:28.445ZFrom https://github.com/oxidecomputer/opte
8052026-08-07T05:46:28.445Z * [new ref] aa4714289cbf28010a821c49d9b73ec94074fb91 -> refs/commit/aa4714289cbf28010a821c49d9b73ec94074fb91
8062026-08-07T05:46:28.475Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8072026-08-07T05:46:28.754ZFrom https://github.com/oxidecomputer/slog-error-chain
8082026-08-07T05:46:28.755Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8092026-08-07T05:46:28.764Z Updating git repository `https://github.com/illumos/smf-rs`
8102026-08-07T05:46:29.039ZFrom https://github.com/illumos/smf-rs
8112026-08-07T05:46:29.039Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8122026-08-07T05:46:29.047Z Updating git repository `https://github.com/oxidecomputer/poptrie`
8132026-08-07T05:46:29.472ZFrom https://github.com/oxidecomputer/poptrie
8142026-08-07T05:46:29.472Z * [new ref] 5bf62f6b889c61e0608d8463ed11da28e130cb34 -> refs/commit/5bf62f6b889c61e0608d8463ed11da28e130cb34
8152026-08-07T05:46:29.480Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8162026-08-07T05:46:29.767ZFrom https://github.com/oxidecomputer/network-interface
8172026-08-07T05:46:29.767Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8182026-08-07T05:46:29.777Z Updating git repository `https://github.com/oxidecomputer/zone`
8192026-08-07T05:46:30.072ZFrom https://github.com/oxidecomputer/zone
8202026-08-07T05:46:30.072Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8212026-08-07T05:46:30.079Z Updating git repository `https://github.com/oxidecomputer/lldp`
8222026-08-07T05:46:30.447ZFrom https://github.com/oxidecomputer/lldp
8232026-08-07T05:46:30.447Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
8242026-08-07T05:46:30.458Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8252026-08-07T05:46:30.752ZFrom https://github.com/oxidecomputer/tufaceous
8262026-08-07T05:46:30.752Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8272026-08-07T05:46:30.762Z Updating git repository `https://github.com/oxidecomputer/propolis`
8282026-08-07T05:46:31.443ZFrom https://github.com/oxidecomputer/propolis
8292026-08-07T05:46:31.443Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8302026-08-07T05:46:31.486Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8312026-08-07T05:46:32.005ZFrom https://github.com/oxidecomputer/transceiver-control
8322026-08-07T05:46:32.005Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
8332026-08-07T05:46:32.016Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8342026-08-07T05:46:32.329ZFrom https://github.com/oxidecomputer/dlpi-sys
8352026-08-07T05:46:32.329Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
8362026-08-07T05:46:32.335Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8372026-08-07T05:46:32.664ZFrom https://github.com/jmesmon/rust-libzfs
8382026-08-07T05:46:32.665Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8392026-08-07T05:46:32.671Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8402026-08-07T05:46:32.929ZFrom https://github.com/oxidecomputer/rusty-doors
8412026-08-07T05:46:32.929Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8422026-08-07T05:46:32.941Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8432026-08-07T05:46:33.414ZFrom https://github.com/oxidecomputer/management-gateway-service
8442026-08-07T05:46:33.414Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
8452026-08-07T05:46:33.428Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8462026-08-07T05:46:33.708ZFrom https://github.com/oxidecomputer/serde_human_bytes
8472026-08-07T05:46:33.708Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8482026-08-07T05:46:33.716Z Updating git repository `https://github.com/oxidecomputer/crucible`
8492026-08-07T05:46:34.903ZFrom https://github.com/oxidecomputer/crucible
8502026-08-07T05:46:34.903Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8512026-08-07T05:46:34.952Z Updating git repository `https://github.com/oxidecomputer/propolis`
8522026-08-07T05:46:35.678ZFrom https://github.com/oxidecomputer/propolis
8532026-08-07T05:46:35.678Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
8542026-08-07T05:46:35.724Z Updating git repository `https://github.com/oxidecomputer/crucible`
8552026-08-07T05:46:36.484ZFrom https://github.com/oxidecomputer/crucible
8562026-08-07T05:46:36.484Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
8572026-08-07T05:46:36.550Z Updating git repository `https://github.com/oxidecomputer/tofino`
8582026-08-07T05:46:36.931ZFrom https://github.com/oxidecomputer/tofino
8592026-08-07T05:46:36.931Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
8602026-08-07T05:46:36.941Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8612026-08-07T05:46:37.589ZFrom https://github.com/oxidecomputer/maghemite
8622026-08-07T05:46:37.589Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8632026-08-07T05:46:37.620Z Updating git repository `https://github.com/oxidecomputer/clickward`
8642026-08-07T05:46:37.905ZFrom https://github.com/oxidecomputer/clickward
8652026-08-07T05:46:37.905Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8662026-08-07T05:46:37.914Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8672026-08-07T05:46:38.186ZFrom https://github.com/oxidecomputer/illumos-devinfo
8682026-08-07T05:46:38.186Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8692026-08-07T05:46:39.080Z Downloading crates ...
8702026-08-07T05:46:39.128Z Downloaded inout v0.1.4
8712026-08-07T05:46:39.131Z Downloaded ident_case v1.0.1
8722026-08-07T05:46:39.136Z Downloaded is-terminal v0.4.17
8732026-08-07T05:46:39.139Z Downloaded aead v0.5.2
8742026-08-07T05:46:39.146Z Downloaded httpdate v1.0.3
8752026-08-07T05:46:39.149Z Downloaded libscf-sys v1.2.0
8762026-08-07T05:46:39.154Z Downloaded olpc-cjson v0.1.4
8772026-08-07T05:46:39.157Z Downloaded hubpack v0.1.2
8782026-08-07T05:46:39.160Z Downloaded hubpack_derive v0.1.1
8792026-08-07T05:46:39.160Z Downloaded internet-checksum v0.2.1
8802026-08-07T05:46:39.160Z Downloaded icu_normalizer_data v2.2.0
8812026-08-07T05:46:39.164Z Downloaded slog-term v2.9.2
8822026-08-07T05:46:39.169Z Downloaded pem v3.0.6
8832026-08-07T05:46:39.169Z Downloaded tinystr v0.8.3
8842026-08-07T05:46:39.169Z Downloaded ipnet v2.12.0
8852026-08-07T05:46:39.172Z Downloaded http-body v1.0.1
8862026-08-07T05:46:39.172Z Downloaded structmeta v0.3.0
8872026-08-07T05:46:39.172Z Downloaded smartstring v1.0.1
8882026-08-07T05:46:39.176Z Downloaded thread_local v1.1.9
8892026-08-07T05:46:39.176Z Downloaded unit-prefix v0.5.2
8902026-08-07T05:46:39.176Z Downloaded instant v0.1.13
8912026-08-07T05:46:39.181Z Downloaded smallvec v1.15.1
8922026-08-07T05:46:39.181Z Downloaded strum_macros v0.26.4
8932026-08-07T05:46:39.181Z Downloaded utf-8 v0.7.6
8942026-08-07T05:46:39.181Z Downloaded idna_adapter v1.2.2
8952026-08-07T05:46:39.181Z Downloaded strum v0.26.3
8962026-08-07T05:46:39.187Z Downloaded tabled_derive v0.7.0
8972026-08-07T05:46:39.187Z Downloaded thread-id v4.2.2
8982026-08-07T05:46:39.187Z Downloaded smf v0.2.3
8992026-08-07T05:46:39.190Z Downloaded macaddr v1.0.1
9002026-08-07T05:46:39.190Z Downloaded take_mut v0.2.2
9012026-08-07T05:46:39.190Z Downloaded ingot-types v0.1.2
9022026-08-07T05:46:39.190Z Downloaded linked-hash-map v0.5.6
9032026-08-07T05:46:39.190Z Downloaded lru-cache v0.1.2
9042026-08-07T05:46:39.193Z Downloaded newtype-uuid-macros v0.1.0
9052026-08-07T05:46:39.193Z Downloaded tagptr v0.2.0
9062026-08-07T05:46:39.193Z Downloaded stable_deref_trait v1.2.1
9072026-08-07T05:46:39.193Z Downloaded tabwriter v1.4.1
9082026-08-07T05:46:39.196Z Downloaded termtree v0.5.1
9092026-08-07T05:46:39.196Z Downloaded ingot v0.1.1
9102026-08-07T05:46:39.196Z Downloaded paste v1.0.15
9112026-08-07T05:46:39.196Z Downloaded tokio-dtrace v0.1.1
9122026-08-07T05:46:39.199Z Downloaded time-core v0.1.8
9132026-08-07T05:46:39.199Z Downloaded jobserver v0.1.34
9142026-08-07T05:46:39.202Z Downloaded libsw-core v0.3.2
9152026-08-07T05:46:39.202Z Downloaded num-integer v0.1.46
9162026-08-07T05:46:39.202Z Downloaded smawk v0.3.2
9172026-08-07T05:46:39.205Z Downloaded strum v0.27.2
9182026-08-07T05:46:39.205Z Downloaded thread-id v5.1.0
9192026-08-07T05:46:39.205Z Downloaded icu_collections v2.2.0
9202026-08-07T05:46:39.208Z Downloaded wait-timeout v0.2.1
9212026-08-07T05:46:39.208Z Downloaded strum_macros v0.27.2
9222026-08-07T05:46:39.212Z Downloaded time-macros v0.2.27
9232026-08-07T05:46:39.213Z Downloaded tiny-keccak v2.0.2
9242026-08-07T05:46:39.213Z Downloaded spin v0.5.2
9252026-08-07T05:46:39.216Z Downloaded opaque-debug v0.3.1
9262026-08-07T05:46:39.219Z Downloaded tabled_derive v0.11.0
9272026-08-07T05:46:39.219Z Downloaded num_threads v0.1.7
9282026-08-07T05:46:39.219Z Downloaded mime v0.3.17
9292026-08-07T05:46:39.223Z Downloaded ingot v0.2.1
9302026-08-07T05:46:39.226Z Downloaded konst_macro_rules v0.2.19
9312026-08-07T05:46:39.226Z Downloaded humantime v2.3.0
9322026-08-07T05:46:39.235Z Downloaded snafu-derive v0.8.9
9332026-08-07T05:46:39.239Z Downloaded tokio-tungstenite v0.21.0
9342026-08-07T05:46:39.239Z Downloaded parking_lot_core v0.8.6
9352026-08-07T05:46:39.239Z Downloaded password-hash v0.5.0
9362026-08-07T05:46:39.239Z Downloaded ingot-types v0.2.0
9372026-08-07T05:46:39.242Z Downloaded ipnetwork v0.21.1
9382026-08-07T05:46:39.242Z Downloaded match_cfg v0.1.0
9392026-08-07T05:46:39.242Z Downloaded memoffset v0.9.1
9402026-08-07T05:46:39.242Z Downloaded usdt v0.5.0
9412026-08-07T05:46:39.246Z Downloaded num-conv v0.2.2
9422026-08-07T05:46:39.250Z Downloaded newtype_derive v0.1.6
9432026-08-07T05:46:39.250Z Downloaded keccak v0.1.6
9442026-08-07T05:46:39.250Z Downloaded no-std-compat v0.4.1
9452026-08-07T05:46:39.250Z Downloaded omicron-workspace-hack v0.1.0
9462026-08-07T05:46:39.250Z Downloaded typify-macro v0.6.2
9472026-08-07T05:46:39.250Z Downloaded universal-hash v0.5.1
9482026-08-07T05:46:39.253Z Downloaded yoke-derive v0.8.2
9492026-08-07T05:46:39.253Z Downloaded natord v1.0.9
9502026-08-07T05:46:39.253Z Downloaded num_enum_derive v0.5.11
9512026-08-07T05:46:39.253Z Downloaded parse-display v0.10.0
9522026-08-07T05:46:39.253Z Downloaded newline-converter v0.3.0
9532026-08-07T05:46:39.253Z Downloaded untrusted v0.7.1
9542026-08-07T05:46:39.253Z Downloaded waitgroup v0.1.2
9552026-08-07T05:46:39.256Z Downloaded usdt-macro v0.6.0
9562026-08-07T05:46:39.256Z Downloaded unarray v0.1.4
9572026-08-07T05:46:39.263Z Downloaded topological-sort v0.2.2
9582026-08-07T05:46:39.267Z Downloaded thiserror-impl-no-std v2.0.2
9592026-08-07T05:46:39.267Z Downloaded memmap v0.7.0
9602026-08-07T05:46:39.267Z Downloaded num-derive v0.4.2
9612026-08-07T05:46:39.270Z Downloaded num v0.4.3
9622026-08-07T05:46:39.288Z Downloaded fxhash v0.2.1
9632026-08-07T05:46:39.292Z Downloaded num-iter v0.1.45
9642026-08-07T05:46:39.292Z Downloaded walkdir v2.5.0
9652026-08-07T05:46:39.292Z Downloaded dyn-clone v1.0.20
9662026-08-07T05:46:39.292Z Downloaded foreign-types-shared v0.3.1
9672026-08-07T05:46:39.292Z Downloaded libsw v3.5.0
9682026-08-07T05:46:39.292Z Downloaded linear-map v1.2.0
9692026-08-07T05:46:39.292Z Downloaded tokio-macros v2.7.0
9702026-08-07T05:46:39.292Z Downloaded hostname v0.3.1
9712026-08-07T05:46:39.292Z Downloaded heck v0.4.1
9722026-08-07T05:46:39.296Z Downloaded float-ord v0.3.2
9732026-08-07T05:46:39.297Z Downloaded futures-macro v0.3.32
9742026-08-07T05:46:39.297Z Downloaded hash32 v0.3.1
9752026-08-07T05:46:39.297Z Downloaded spin v0.9.8
9762026-08-07T05:46:39.297Z Downloaded tokio-stream v0.1.18
9772026-08-07T05:46:39.300Z Downloaded secrecy v0.10.3
9782026-08-07T05:46:39.300Z Downloaded slog-stdlog v4.1.1
9792026-08-07T05:46:39.300Z Downloaded term v1.2.1
9802026-08-07T05:46:39.303Z Downloaded whoami v1.6.1
9812026-08-07T05:46:39.303Z Downloaded zerocopy v0.7.35
9822026-08-07T05:46:39.309Z Downloaded rand_xorshift v0.4.0
9832026-08-07T05:46:39.312Z Downloaded zerofrom v0.1.8
9842026-08-07T05:46:39.312Z Downloaded zerofrom-derive v0.1.7
9852026-08-07T05:46:39.312Z Downloaded usdt-attr-macro v0.6.0
9862026-08-07T05:46:39.312Z Downloaded powerfmt v0.2.0
9872026-08-07T05:46:39.312Z Downloaded litemap v0.8.2
9882026-08-07T05:46:39.315Z Downloaded usdt-macro v0.5.0
9892026-08-07T05:46:39.315Z Downloaded ingot-macros v0.1.1
9902026-08-07T05:46:39.315Z Downloaded ingot-macros v0.2.0
9912026-08-07T05:46:39.315Z Downloaded testing_table v0.3.0
9922026-08-07T05:46:39.315Z Downloaded usdt-attr-macro v0.5.0
9932026-08-07T05:46:39.315Z Downloaded hybrid-array v0.4.12
9942026-08-07T05:46:39.319Z Downloaded same-file v1.0.6
9952026-08-07T05:46:39.319Z Downloaded typify-macro v0.4.3
9962026-08-07T05:46:39.319Z Downloaded usdt v0.6.0
9972026-08-07T05:46:39.319Z Downloaded pretty-hex v0.4.2
9982026-08-07T05:46:39.322Z Downloaded num_enum v0.7.6
9992026-08-07T05:46:39.322Z Downloaded oxnet v0.1.6
10002026-08-07T05:46:39.327Z Downloaded num-rational v0.4.2
10012026-08-07T05:46:39.327Z Downloaded num_enum v0.5.11
10022026-08-07T05:46:39.327Z Downloaded num_enum_derive v0.7.6
10032026-08-07T05:46:39.330Z Downloaded indexmap v1.9.3
10042026-08-07T05:46:39.330Z Downloaded structmeta-derive v0.3.0
10052026-08-07T05:46:39.330Z Downloaded ref-cast-impl v1.0.25
10062026-08-07T05:46:39.330Z Downloaded semver v0.1.20
10072026-08-07T05:46:39.330Z Downloaded serde-big-array v0.5.1
10082026-08-07T05:46:39.330Z Downloaded async-stream-impl v0.3.6
10092026-08-07T05:46:39.330Z Downloaded scroll_derive v0.13.1
10102026-08-07T05:46:39.331Z Downloaded zone v0.3.1
10112026-08-07T05:46:39.334Z Downloaded ciborium-io v0.2.2
10122026-08-07T05:46:39.334Z Downloaded sigpipe v0.1.3
10132026-08-07T05:46:39.334Z Downloaded multer v3.1.0
10142026-08-07T05:46:39.334Z Downloaded zone_cfg_derive v0.3.1
10152026-08-07T05:46:39.334Z Downloaded git-stub-vcs v0.1.0
10162026-08-07T05:46:39.337Z Downloaded const-random v0.1.18
10172026-08-07T05:46:39.337Z Downloaded slog-dtrace v0.3.0
10182026-08-07T05:46:39.337Z Downloaded cstr-argument v0.1.2
10192026-08-07T05:46:39.340Z Downloaded crypto-common v0.2.2
10202026-08-07T05:46:39.343Z Downloaded defmt-parser v1.0.0
10212026-08-07T05:46:39.343Z Downloaded synstructure v0.13.2
10222026-08-07T05:46:39.343Z Downloaded embedded-io v0.6.1
10232026-08-07T05:46:39.347Z Downloaded usdt-impl v0.5.0
10242026-08-07T05:46:39.350Z Downloaded digest v0.11.3
10252026-08-07T05:46:39.351Z Downloaded bit-set v0.8.0
10262026-08-07T05:46:39.351Z Downloaded either v1.16.0
10272026-08-07T05:46:39.355Z Downloaded parking_lot v0.11.2
10282026-08-07T05:46:39.358Z Downloaded yoke v0.8.3
10292026-08-07T05:46:39.358Z Downloaded parse-display-derive v0.10.0
10302026-08-07T05:46:39.362Z Downloaded progenitor v0.14.0
10312026-08-07T05:46:39.365Z Downloaded thin-vec v0.2.18
10322026-08-07T05:46:39.365Z Downloaded toml_writer v1.1.1+spec-1.1.0
10332026-08-07T05:46:39.365Z Downloaded dtrace-parser v0.3.0
10342026-08-07T05:46:39.365Z Downloaded glob v0.3.3
10352026-08-07T05:46:39.365Z Downloaded hostname v0.4.2
10362026-08-07T05:46:39.365Z Downloaded thiserror-no-std v2.0.2
10372026-08-07T05:46:39.369Z Downloaded zerocopy-derive v0.7.35
10382026-08-07T05:46:39.375Z Downloaded git-stub v1.0.0
10392026-08-07T05:46:39.378Z Downloaded plain v0.2.3
10402026-08-07T05:46:39.378Z Downloaded futures-sink v0.3.32
10412026-08-07T05:46:39.378Z Downloaded resolv-conf v0.7.6
10422026-08-07T05:46:39.378Z Downloaded proc-macro-error-attr v1.0.4
10432026-08-07T05:46:39.378Z Downloaded omicron-zone-package v0.12.3
10442026-08-07T05:46:39.382Z Downloaded progenitor-client v0.14.0
10452026-08-07T05:46:39.382Z Downloaded progenitor-macro v0.14.0
10462026-08-07T05:46:39.387Z Downloaded writeable v0.6.3
10472026-08-07T05:46:39.387Z Downloaded managed v0.8.0
10482026-08-07T05:46:39.387Z Downloaded xz2 v0.1.7
10492026-08-07T05:46:39.390Z Downloaded icu_properties v2.2.0
10502026-08-07T05:46:39.390Z Downloaded indicatif v0.18.4
10512026-08-07T05:46:39.394Z Downloaded oxide-tokio-rt v0.1.6
10522026-08-07T05:46:39.394Z Downloaded progenitor-extras v0.2.0
10532026-08-07T05:46:39.394Z Downloaded icu_locale_core v2.2.0
10542026-08-07T05:46:39.399Z Downloaded memmap2 v0.9.10
10552026-08-07T05:46:39.402Z Downloaded schemars_derive v0.8.22
10562026-08-07T05:46:39.402Z Downloaded num-complex v0.4.6
10572026-08-07T05:46:39.405Z Downloaded newtype-uuid v1.3.2
10582026-08-07T05:46:39.405Z Downloaded const_format_proc_macros v0.2.34
10592026-08-07T05:46:39.408Z Downloaded compression-codecs v0.4.38
10602026-08-07T05:46:39.411Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10612026-08-07T05:46:39.415Z Downloaded vsss-rs v3.3.4
10622026-08-07T05:46:39.415Z Downloaded toml_parser v1.1.2+spec-1.1.0
10632026-08-07T05:46:39.418Z Downloaded ucd-trie v0.1.7
10642026-08-07T05:46:39.421Z Downloaded usdt-impl v0.6.0
10652026-08-07T05:46:39.421Z Downloaded bcs v0.1.6
10662026-08-07T05:46:39.424Z Downloaded async-stream v0.3.6
10672026-08-07T05:46:39.424Z Downloaded log v0.4.32
10682026-08-07T05:46:39.427Z Downloaded papergrid v0.11.0
10692026-08-07T05:46:39.430Z Downloaded bytecount v0.6.9
10702026-08-07T05:46:39.433Z Downloaded futures-channel v0.3.32
10712026-08-07T05:46:39.433Z Downloaded erased-serde v0.3.31
10722026-08-07T05:46:39.433Z Downloaded ff v0.13.1
10732026-08-07T05:46:39.436Z Downloaded fixedbitset v0.4.2
10742026-08-07T05:46:39.440Z Downloaded phf_shared v0.12.1
10752026-08-07T05:46:39.443Z Downloaded block-buffer v0.12.0
10762026-08-07T05:46:39.443Z Downloaded dropshot-api-manager-types v0.7.2
10772026-08-07T05:46:39.443Z Downloaded rustc_version v0.1.7
10782026-08-07T05:46:39.447Z Downloaded crunchy v0.2.4
10792026-08-07T05:46:39.447Z Downloaded darling_macro v0.21.3
10802026-08-07T05:46:39.447Z Downloaded serde_repr v0.1.21
10812026-08-07T05:46:39.455Z Downloaded poly1305 v0.8.0
10822026-08-07T05:46:39.458Z Downloaded critical-section v1.2.0
10832026-08-07T05:46:39.458Z Downloaded icu_provider v2.2.0
10842026-08-07T05:46:39.461Z Downloaded papergrid v0.18.0
10852026-08-07T05:46:39.464Z Downloaded siphasher v1.0.3
10862026-08-07T05:46:39.464Z Downloaded arrayref v0.3.9
10872026-08-07T05:46:39.464Z Downloaded quick-error v1.2.3
10882026-08-07T05:46:39.467Z Downloaded base16ct v0.2.0
10892026-08-07T05:46:39.467Z Downloaded icu_normalizer v2.2.0
10902026-08-07T05:46:39.470Z Downloaded cargo_toml v0.22.3
10912026-08-07T05:46:39.470Z Downloaded quote v1.0.45
10922026-08-07T05:46:39.475Z Downloaded convert_case v0.4.0
10932026-08-07T05:46:39.482Z Downloaded darling_macro v0.23.0
10942026-08-07T05:46:39.484Z Downloaded embedded-io v0.4.0
10952026-08-07T05:46:39.484Z Downloaded slog-scope v4.4.1
10962026-08-07T05:46:39.484Z Downloaded progenitor-macro v0.10.0
10972026-08-07T05:46:39.484Z Downloaded serial_test_derive v4.0.1
10982026-08-07T05:46:39.488Z Downloaded zerovec-derive v0.11.3
10992026-08-07T05:46:39.488Z Downloaded darling v0.21.3
11002026-08-07T05:46:39.490Z Downloaded darling v0.23.0
11012026-08-07T05:46:39.493Z Downloaded cmake v0.1.58
11022026-08-07T05:46:39.493Z Downloaded compression-core v0.4.32
11032026-08-07T05:46:39.493Z Downloaded csv-core v0.1.13
11042026-08-07T05:46:39.496Z Downloaded fastrand v2.4.1
11052026-08-07T05:46:39.496Z Downloaded foreign-types v0.5.0
11062026-08-07T05:46:39.496Z Downloaded defmt-macros v1.1.0
11072026-08-07T05:46:39.499Z Downloaded dof v0.3.0
11082026-08-07T05:46:39.499Z Downloaded foreign-types-macros v0.2.3
11092026-08-07T05:46:39.499Z Downloaded proc-macro-crate v3.5.0
11102026-08-07T05:46:39.499Z Downloaded cobs v0.3.0
11112026-08-07T05:46:39.502Z Downloaded drift v0.2.0
11122026-08-07T05:46:39.506Z Downloaded dropshot_endpoint v0.17.1
11132026-08-07T05:46:39.509Z Downloaded pest_derive v2.8.6
11142026-08-07T05:46:39.512Z Downloaded test-strategy v0.4.5
11152026-08-07T05:46:39.512Z Downloaded tinyvec v1.11.0
11162026-08-07T05:46:39.512Z Downloaded chacha20 v0.10.0
11172026-08-07T05:46:39.515Z Downloaded bs58 v0.5.1
11182026-08-07T05:46:39.515Z Downloaded simd-adler32 v0.3.9
11192026-08-07T05:46:39.515Z Downloaded rand_chacha v0.3.1
11202026-08-07T05:46:39.518Z Downloaded slog-bunyan v2.5.0
11212026-08-07T05:46:39.518Z Downloaded progenitor-client v0.10.0
11222026-08-07T05:46:39.518Z Downloaded serde_plain v1.0.2
11232026-08-07T05:46:39.518Z Downloaded port-file v0.1.0
11242026-08-07T05:46:39.521Z Downloaded typify v0.4.3
11252026-08-07T05:46:39.524Z Downloaded tungstenite v0.21.0
11262026-08-07T05:46:39.524Z Downloaded unsafe-libyaml v0.2.11
11272026-08-07T05:46:39.527Z Downloaded dunce v1.0.5
11282026-08-07T05:46:39.527Z Downloaded rustversion v1.0.22
11292026-08-07T05:46:39.527Z Downloaded progenitor v0.13.0
11302026-08-07T05:46:39.530Z Downloaded byte-wrapper v0.1.0
11312026-08-07T05:46:39.534Z Downloaded steno v0.4.1
11322026-08-07T05:46:39.534Z Downloaded crucible-workspace-hack v0.1.0
11332026-08-07T05:46:39.534Z Downloaded fs-err v3.3.0
11342026-08-07T05:46:39.537Z Downloaded globset v0.4.18
11352026-08-07T05:46:39.537Z Downloaded progenitor v0.10.0
11362026-08-07T05:46:39.537Z Downloaded crossbeam-deque v0.8.6
11372026-08-07T05:46:39.537Z Downloaded fs_extra v1.3.0
11382026-08-07T05:46:39.540Z Downloaded phf v0.12.1
11392026-08-07T05:46:39.541Z Downloaded futures-task v0.3.32
11402026-08-07T05:46:39.541Z Downloaded scroll v0.13.0
11412026-08-07T05:46:39.541Z Downloaded cipher v0.4.4
11422026-08-07T05:46:39.543Z Downloaded rustc-hash v2.1.2
11432026-08-07T05:46:39.543Z Downloaded potential_utf v0.1.5
11442026-08-07T05:46:39.546Z Downloaded proc-macro-error-attr2 v2.0.0
11452026-08-07T05:46:39.549Z Downloaded serde_tokenstream v0.2.3
11462026-08-07T05:46:39.549Z Downloaded serial_test v4.0.1
11472026-08-07T05:46:39.549Z Downloaded cfg_aliases v0.2.1
11482026-08-07T05:46:39.552Z Downloaded toml v0.9.12+spec-1.1.0
11492026-08-07T05:46:39.555Z Downloaded slog-json v2.6.1
11502026-08-07T05:46:39.555Z Downloaded progenitor-impl v0.10.0
11512026-08-07T05:46:39.555Z Downloaded toml v0.7.8
11522026-08-07T05:46:39.558Z Downloaded daft v0.1.7
11532026-08-07T05:46:39.558Z Downloaded zeroize_derive v1.4.3
11542026-08-07T05:46:39.558Z Downloaded toml v1.1.2+spec-1.1.0
11552026-08-07T05:46:39.561Z Downloaded bitflags v1.3.2
11562026-08-07T05:46:39.568Z Downloaded derive-ex v0.1.8
11572026-08-07T05:46:39.571Z Downloaded defmt v0.3.100
11582026-08-07T05:46:39.571Z Downloaded enum-as-inner v0.6.1
11592026-08-07T05:46:39.574Z Downloaded yansi v1.0.1
11602026-08-07T05:46:39.574Z Downloaded sha1 v0.11.0
11612026-08-07T05:46:39.574Z Downloaded rhai_codegen v3.2.0
11622026-08-07T05:46:39.577Z Downloaded async-recursion v1.1.1
11632026-08-07T05:46:39.580Z Downloaded openssl-sys v0.9.116
11642026-08-07T05:46:39.583Z Downloaded zmij v1.0.21
11652026-08-07T05:46:39.583Z Downloaded toml_edit v0.25.12+spec-1.1.0
11662026-08-07T05:46:39.586Z Downloaded async-trait v0.1.89
11672026-08-07T05:46:39.589Z Downloaded gethostname v0.5.0
11682026-08-07T05:46:39.589Z Downloaded derive_more v0.99.20
11692026-08-07T05:46:39.592Z Downloaded ref-cast v1.0.25
11702026-08-07T05:46:39.592Z Downloaded typify v0.6.2
11712026-08-07T05:46:39.595Z Downloaded arrayvec v0.7.6
11722026-08-07T05:46:39.595Z Downloaded console v0.16.3
11732026-08-07T05:46:39.595Z Downloaded defmt v1.1.0
11742026-08-07T05:46:39.598Z Downloaded backoff v0.4.0
11752026-08-07T05:46:39.598Z Downloaded dof v0.4.0
11762026-08-07T05:46:39.601Z Downloaded scroll_derive v0.12.1
11772026-08-07T05:46:39.604Z Downloaded jiff-static v0.2.28
11782026-08-07T05:46:39.604Z Downloaded getrandom v0.4.2
11792026-08-07T05:46:39.607Z Downloaded quinn-udp v0.5.14
11802026-08-07T05:46:39.610Z Downloaded proc-macro-error2 v2.0.1
11812026-08-07T05:46:39.610Z Downloaded futures-core v0.3.32
11822026-08-07T05:46:39.613Z Downloaded group v0.13.0
11832026-08-07T05:46:39.613Z Downloaded argon2 v0.5.3
11842026-08-07T05:46:39.613Z Downloaded crc8 v0.1.1
11852026-08-07T05:46:39.616Z Downloaded foldhash v0.2.0
11862026-08-07T05:46:39.616Z Downloaded dtrace-parser v0.2.0
11872026-08-07T05:46:39.619Z Downloaded proc-macro-crate v1.3.1
11882026-08-07T05:46:39.619Z Downloaded progenitor-macro v0.13.0
11892026-08-07T05:46:39.619Z Downloaded highway v1.3.0
11902026-08-07T05:46:39.622Z Downloaded snafu v0.8.9
11912026-08-07T05:46:39.625Z Downloaded progenitor-impl v0.13.0
11922026-08-07T05:46:39.631Z Downloaded rustls-platform-verifier v0.7.0
11932026-08-07T05:46:39.634Z Downloaded blake2 v0.10.6
11942026-08-07T05:46:39.637Z Downloaded cancel-safe-futures v0.1.5
11952026-08-07T05:46:39.637Z Downloaded crossbeam-utils v0.8.21
11962026-08-07T05:46:39.640Z Downloaded data-encoding v2.11.0
11972026-08-07T05:46:39.642Z Downloaded base16ct v1.0.0
11982026-08-07T05:46:39.645Z Downloaded bit-vec v0.8.0
11992026-08-07T05:46:39.650Z Downloaded slog-envlogger v2.2.0
12002026-08-07T05:46:39.652Z Downloaded slog v2.8.2
12012026-08-07T05:46:39.655Z Downloaded const-random-macro v0.1.16
12022026-08-07T05:46:39.658Z Downloaded konst v0.2.20
12032026-08-07T05:46:39.661Z Downloaded memchr v2.8.1
12042026-08-07T05:46:39.664Z Downloaded rustls-native-certs v0.8.4
12052026-08-07T05:46:39.664Z Downloaded serde_with_macros v3.21.0
12062026-08-07T05:46:39.664Z Downloaded heapless v0.8.0
12072026-08-07T05:46:39.673Z Downloaded ciborium-ll v0.2.2
12082026-08-07T05:46:39.676Z Downloaded futures-io v0.3.32
12092026-08-07T05:46:39.676Z Downloaded http v1.4.2
12102026-08-07T05:46:39.679Z Downloaded constant_time_eq v0.4.2
12112026-08-07T05:46:39.679Z Downloaded daft-derive v0.1.7
12122026-08-07T05:46:39.682Z Downloaded serde_derive_internals v0.29.1
12132026-08-07T05:46:39.682Z Downloaded mio v1.2.1
12142026-08-07T05:46:39.685Z Downloaded ciborium v0.2.2
12152026-08-07T05:46:39.688Z Downloaded cookie v0.18.1
12162026-08-07T05:46:39.688Z Downloaded proc-macro-error v1.0.4
12172026-08-07T05:46:39.690Z Downloaded scroll v0.12.0
12182026-08-07T05:46:39.691Z Downloaded sha1 v0.10.6
12192026-08-07T05:46:39.693Z Downloaded chacha20 v0.9.1
12202026-08-07T05:46:39.696Z Downloaded futures-executor v0.3.32
12212026-08-07T05:46:39.696Z Downloaded schemars v0.9.0
12222026-08-07T05:46:39.701Z Downloaded pretty_assertions v1.4.1
12232026-08-07T05:46:39.704Z Downloaded byteorder v1.5.0
12242026-08-07T05:46:39.707Z Downloaded minimal-lexical v0.2.1
12252026-08-07T05:46:39.709Z Downloaded const-oid v0.10.2
12262026-08-07T05:46:39.709Z Downloaded slog-async v2.8.0
12272026-08-07T05:46:39.709Z Downloaded progenitor-client v0.13.0
12282026-08-07T05:46:39.714Z Downloaded schemars v0.8.22
12292026-08-07T05:46:39.720Z Downloaded toml_edit v0.19.15
12302026-08-07T05:46:39.731Z Downloaded deranged v0.5.8
12312026-08-07T05:46:39.734Z Downloaded postcard v1.1.3
12322026-08-07T05:46:39.734Z Downloaded colored v3.1.1
12332026-08-07T05:46:39.734Z Downloaded pest_generator v2.8.6
12342026-08-07T05:46:39.734Z Downloaded base64 v0.21.7
12352026-08-07T05:46:39.737Z Downloaded zeroize v1.8.2
12362026-08-07T05:46:39.737Z Downloaded proc-macro2 v1.0.106
12372026-08-07T05:46:39.737Z Downloaded backon v1.6.0
12382026-08-07T05:46:39.740Z Downloaded expectorate v1.2.0
12392026-08-07T05:46:39.740Z Downloaded rusty-fork v0.3.1
12402026-08-07T05:46:39.740Z Downloaded quinn v0.11.9
12412026-08-07T05:46:39.743Z Downloaded futures v0.3.32
12422026-08-07T05:46:39.746Z Downloaded diff v0.1.13
12432026-08-07T05:46:39.746Z Downloaded rustls-pki-types v1.14.1
12442026-08-07T05:46:39.749Z Downloaded rustls-pemfile v2.2.0
12452026-08-07T05:46:39.752Z Downloaded hmac v0.12.1
12462026-08-07T05:46:39.755Z Downloaded schemars v1.2.1
12472026-08-07T05:46:39.762Z Downloaded nom v7.1.3
12482026-08-07T05:46:39.765Z Downloaded zerotrie v0.2.4
12492026-08-07T05:46:39.768Z Downloaded chacha20poly1305 v0.10.1
12502026-08-07T05:46:39.770Z Downloaded anyhow v1.0.104
12512026-08-07T05:46:39.779Z Downloaded crossbeam-epoch v0.9.18
12522026-08-07T05:46:39.783Z Downloaded displaydoc v0.2.6
12532026-08-07T05:46:39.793Z Downloaded crossbeam-channel v0.5.15
12542026-08-07T05:46:39.797Z Downloaded rand v0.8.6
12552026-08-07T05:46:39.800Z Downloaded clap v4.6.5
12562026-08-07T05:46:39.806Z Downloaded serde_yaml v0.9.34+deprecated
12572026-08-07T05:46:39.809Z Downloaded nom v8.0.0
12582026-08-07T05:46:39.812Z Downloaded typed-path v0.9.3
12592026-08-07T05:46:39.815Z Downloaded allocator-api2 v0.2.21
12602026-08-07T05:46:39.819Z Downloaded bytes v1.11.1
12612026-08-07T05:46:39.824Z Downloaded prettyplease v0.2.37
12622026-08-07T05:46:39.824Z Downloaded similar v2.7.0
12632026-08-07T05:46:39.827Z Downloaded hickory-resolver v0.25.2
12642026-08-07T05:46:39.830Z Downloaded darling_core v0.23.0
12652026-08-07T05:46:39.833Z Downloaded rand v0.9.4
12662026-08-07T05:46:39.836Z Downloaded progenitor-impl v0.14.0
12672026-08-07T05:46:39.836Z Downloaded hickory-resolver v0.24.4
12682026-08-07T05:46:39.839Z Downloaded itertools v0.12.1
12692026-08-07T05:46:39.842Z Downloaded itertools v0.15.0
12702026-08-07T05:46:39.846Z Downloaded half v2.7.1
12712026-08-07T05:46:39.849Z Downloaded zerocopy-derive v0.8.50
12722026-08-07T05:46:39.853Z Downloaded rayon-core v1.13.0
12732026-08-07T05:46:39.856Z Downloaded darling_core v0.21.3
12742026-08-07T05:46:39.856Z Downloaded const_format v0.2.36
12752026-08-07T05:46:39.859Z Downloaded elliptic-curve v0.13.8
12762026-08-07T05:46:39.862Z Downloaded qorb v0.4.1
12772026-08-07T05:46:39.862Z Downloaded bitflags v2.12.1
12782026-08-07T05:46:39.867Z Downloaded tokio-util v0.7.18
12792026-08-07T05:46:39.870Z Downloaded cc v1.2.63
12802026-08-07T05:46:39.870Z Downloaded hashbrown v0.12.3
12812026-08-07T05:46:39.873Z Downloaded icu_properties_data v2.2.0
12822026-08-07T05:46:39.876Z Downloaded libm v0.2.16
12832026-08-07T05:46:39.881Z Downloaded arc-swap v1.9.1
12842026-08-07T05:46:39.884Z Downloaded pest_meta v2.8.6
12852026-08-07T05:46:39.888Z Downloaded tough v0.22.0
12862026-08-07T05:46:39.890Z Downloaded crypto-bigint v0.5.5
12872026-08-07T05:46:39.893Z Downloaded zerovec v0.11.6
12882026-08-07T05:46:39.896Z Downloaded pest v2.8.6
12892026-08-07T05:46:39.908Z Downloaded hashbrown v0.16.1
12902026-08-07T05:46:39.911Z Downloaded reqwest v0.13.4
12912026-08-07T05:46:39.915Z Downloaded winnow v0.5.40
12922026-08-07T05:46:39.918Z Downloaded iddqd v0.4.6
12932026-08-07T05:46:39.924Z Downloaded regex v1.12.3
12942026-08-07T05:46:39.927Z Downloaded clap_builder v4.6.5
12952026-08-07T05:46:39.929Z Downloaded async-compression v0.4.42
12962026-08-07T05:46:39.937Z Downloaded dropshot-api-manager v0.7.2
12972026-08-07T05:46:39.944Z Downloaded ron v0.12.1
12982026-08-07T05:46:39.948Z Downloaded portable-atomic v1.13.1
12992026-08-07T05:46:39.955Z Downloaded winnow v1.0.3
13002026-08-07T05:46:39.973Z Downloaded goblin v0.8.2
13012026-08-07T05:46:39.983Z Downloaded moka v0.12.15
13022026-08-07T05:46:39.987Z Downloaded time v0.3.47
13032026-08-07T05:46:39.993Z Downloaded webpki-roots v1.0.7
13042026-08-07T05:46:39.996Z Downloaded rayon v1.12.0
13052026-08-07T05:46:40.006Z Downloaded aho-corasick v1.1.4
13062026-08-07T05:46:40.009Z Downloaded serde_with v3.21.0
13072026-08-07T05:46:40.014Z Downloaded h2 v0.4.14
13082026-08-07T05:46:40.017Z Downloaded hkdf v0.12.4
13092026-08-07T05:46:40.021Z Downloaded futures-util v0.3.32
13102026-08-07T05:46:40.027Z Downloaded tabled v0.15.0
13112026-08-07T05:46:40.041Z Downloaded tabled v0.21.0
13122026-08-07T05:46:40.054Z Downloaded nix v0.31.3
13132026-08-07T05:46:40.060Z Downloaded openssl v0.10.80
13142026-08-07T05:46:40.081Z Downloaded zerocopy v0.8.50
13152026-08-07T05:46:40.089Z Downloaded syn v1.0.109
13162026-08-07T05:46:40.094Z Downloaded blake3 v1.8.5
13172026-08-07T05:46:40.098Z Downloaded goblin v0.10.7
13182026-08-07T05:46:40.102Z Downloaded regress v0.10.5
13192026-08-07T05:46:40.106Z Downloaded proptest v1.11.0
13202026-08-07T05:46:40.111Z Downloaded openapiv3 v2.2.0
13212026-08-07T05:46:40.116Z Downloaded regress v0.11.1
13222026-08-07T05:46:40.121Z Downloaded regex-syntax v0.8.10
13232026-08-07T05:46:40.124Z Downloaded rustls v0.23.40
13242026-08-07T05:46:40.130Z Downloaded smoltcp v0.11.0
13252026-08-07T05:46:40.136Z Downloaded aws-lc-rs v1.17.0
13262026-08-07T05:46:40.141Z Downloaded syn v2.0.117
13272026-08-07T05:46:40.160Z Downloaded sled v0.34.7
13282026-08-07T05:46:40.177Z Downloaded hickory-proto v0.25.2
13292026-08-07T05:46:40.184Z Downloaded bstr v1.12.1
13302026-08-07T05:46:40.193Z Downloaded hickory-proto v0.24.4
13312026-08-07T05:46:40.201Z Downloaded dropshot v0.17.1
13322026-08-07T05:46:40.212Z Downloaded rhai v1.25.1
13332026-08-07T05:46:40.219Z Downloaded jiff v0.2.28
13342026-08-07T05:46:40.229Z Downloaded typify-impl v0.6.2
13352026-08-07T05:46:40.235Z Downloaded typify-impl v0.4.3
13362026-08-07T05:46:40.242Z Downloaded lzma-sys v0.1.20
13372026-08-07T05:46:40.257Z Downloaded petgraph v0.6.5
13382026-08-07T05:46:40.268Z Downloaded csv v1.4.0
13392026-08-07T05:46:40.310Z Downloaded regex-automata v0.4.14
13402026-08-07T05:46:40.359Z Downloaded chrono-tz v0.10.4
13412026-08-07T05:46:40.371Z Downloaded sha3 v0.10.9
13422026-08-07T05:46:40.443Z Downloaded encoding_rs v0.8.35
13432026-08-07T05:46:41.030Z Downloaded aws-lc-sys v0.41.0
13442026-08-07T05:46:41.983Z Compiling proc-macro2 v1.0.106
13452026-08-07T05:46:41.984Z Compiling quote v1.0.45
13462026-08-07T05:46:41.984Z Compiling unicode-ident v1.0.24
13472026-08-07T05:46:41.984Z Compiling serde_core v1.0.229
13482026-08-07T05:46:41.987Z Compiling cfg-if v1.0.4
13492026-08-07T05:46:41.987Z Compiling serde v1.0.229
13502026-08-07T05:46:41.987Z Compiling libc v0.2.189
13512026-08-07T05:46:41.987Z Compiling memchr v2.8.1
13522026-08-07T05:46:42.186Z Compiling itoa v1.0.18
13532026-08-07T05:46:42.392Z Compiling smallvec v1.15.1
13542026-08-07T05:46:42.400Z Compiling zmij v1.0.21
13552026-08-07T05:46:42.494Z Compiling autocfg v1.5.1
13562026-08-07T05:46:42.625Z Compiling libm v0.2.16
13572026-08-07T05:46:42.808Z Compiling stable_deref_trait v1.2.1
13582026-08-07T05:46:42.862Z Compiling percent-encoding v2.3.2
13592026-08-07T05:46:42.943Z Compiling writeable v0.6.3
13602026-08-07T05:46:43.014Z Compiling litemap v0.8.2
13612026-08-07T05:46:43.087Z Compiling icu_normalizer_data v2.2.0
13622026-08-07T05:46:43.097Z Compiling utf8_iter v1.0.4
13632026-08-07T05:46:43.108Z Compiling icu_properties_data v2.2.0
13642026-08-07T05:46:43.146Z Compiling iana-time-zone v0.1.65
13652026-08-07T05:46:43.208Z Compiling form_urlencoded v1.2.2
13662026-08-07T05:46:43.373Z Compiling serde_json v1.0.151
13672026-08-07T05:46:43.392Z Compiling equivalent v1.0.2
13682026-08-07T05:46:43.403Z Compiling allocator-api2 v0.2.21
13692026-08-07T05:46:43.477Z Compiling syn v2.0.117
13702026-08-07T05:46:43.490Z Compiling syn v3.0.3
13712026-08-07T05:46:43.541Z Compiling version_check v0.9.5
13722026-08-07T05:46:43.574Z Compiling dyn-clone v1.0.20
13732026-08-07T05:46:43.619Z Compiling pin-project-lite v0.2.17
13742026-08-07T05:46:43.711Z Compiling num-traits v0.2.19
13752026-08-07T05:46:43.724Z Compiling parking_lot_core v0.9.12
13762026-08-07T05:46:43.740Z Compiling scopeguard v1.2.0
13772026-08-07T05:46:43.819Z Compiling lock_api v0.4.14
13782026-08-07T05:46:43.845Z Compiling thiserror v2.0.19
13792026-08-07T05:46:44.005Z Compiling rand_core v0.10.1
13802026-08-07T05:46:44.054Z Compiling getrandom v0.4.2
13812026-08-07T05:46:44.158Z Compiling hashbrown v0.17.1
13822026-08-07T05:46:44.266Z Compiling errno v0.3.14
13832026-08-07T05:46:44.391Z Compiling semver v1.0.28
13842026-08-07T05:46:44.519Z Compiling log v0.4.32
13852026-08-07T05:46:44.519Z Compiling heck v0.5.0
13862026-08-07T05:46:44.717Z Compiling indexmap v2.14.0
13872026-08-07T05:46:44.729Z Compiling zerocopy v0.8.50
13882026-08-07T05:46:44.738Z Compiling uuid v1.24.0
13892026-08-07T05:46:44.751Z Compiling futures-core v0.3.32
13902026-08-07T05:46:44.901Z Compiling fnv v1.0.7
13912026-08-07T05:46:44.996Z Compiling schemars v0.8.22
13922026-08-07T05:46:45.144Z Compiling rustversion v1.0.22
13932026-08-07T05:46:45.166Z Compiling futures-sink v0.3.32
13942026-08-07T05:46:45.245Z Compiling slab v0.4.12
13952026-08-07T05:46:45.266Z Compiling jobserver v0.1.34
13962026-08-07T05:46:45.363Z Compiling find-msvc-tools v0.1.9
13972026-08-07T05:46:45.414Z Compiling shlex v2.0.1
13982026-08-07T05:46:45.557Z Compiling cc v1.2.63
13992026-08-07T05:46:45.575Z Compiling futures-channel v0.3.32
14002026-08-07T05:46:45.591Z Compiling bitflags v2.12.1
14012026-08-07T05:46:45.794Z Compiling socket2 v0.6.5
14022026-08-07T05:46:45.827Z Compiling portable-atomic v1.13.1
14032026-08-07T05:46:45.899Z Compiling parking_lot v0.12.5
14042026-08-07T05:46:45.943Z Compiling futures-io v0.3.32
14052026-08-07T05:46:46.076Z Compiling futures-task v0.3.32
14062026-08-07T05:46:46.102Z Compiling signal-hook-registry v1.4.8
14072026-08-07T05:46:46.243Z Compiling mio v1.2.1
14082026-08-07T05:46:46.255Z Compiling critical-section v1.2.0
14092026-08-07T05:46:46.306Z Compiling synstructure v0.13.2
14102026-08-07T05:46:46.309Z Compiling serde_derive_internals v0.29.1
14112026-08-07T05:46:46.401Z Compiling cmake v0.1.58
14122026-08-07T05:46:46.456Z Compiling serde_derive v1.0.229
14132026-08-07T05:46:46.731Z Compiling thiserror-impl v2.0.19
14142026-08-07T05:46:46.744Z Compiling regex-syntax v0.8.10
14152026-08-07T05:46:46.787Z Compiling once_cell v1.21.4
14162026-08-07T05:46:46.813Z Compiling fs_extra v1.3.0
14172026-08-07T05:46:46.866Z Compiling dunce v1.0.5
14182026-08-07T05:46:46.998Z Compiling typenum v1.20.1
14192026-08-07T05:46:47.046Z Compiling base64 v0.22.1
14202026-08-07T05:46:47.059Z Compiling strsim v0.11.1
14212026-08-07T05:46:47.136Z Compiling aws-lc-sys v0.41.0
14222026-08-07T05:46:47.384Z Compiling rustix v1.1.4
14232026-08-07T05:46:47.462Z Compiling byteorder v1.5.0
14242026-08-07T05:46:47.526Z Compiling zerofrom-derive v0.1.7
14252026-08-07T05:46:47.700Z Compiling yoke-derive v0.8.2
14262026-08-07T05:46:47.741Z Compiling zerovec-derive v0.11.3
14272026-08-07T05:46:47.811Z Compiling displaydoc v0.2.6
14282026-08-07T05:46:48.022Z Compiling schemars_derive v0.8.22
14292026-08-07T05:46:48.137Z Compiling tokio-macros v2.7.0
14302026-08-07T05:46:48.623Z Compiling zerocopy-derive v0.8.50
14312026-08-07T05:46:48.753Z Compiling zerofrom v0.1.8
14322026-08-07T05:46:48.795Z Compiling zeroize_derive v1.4.3
14332026-08-07T05:46:48.858Z Compiling yoke v0.8.3
14342026-08-07T05:46:48.873Z Compiling futures-macro v0.3.32
14352026-08-07T05:46:49.042Z Compiling zerovec v0.11.6
14362026-08-07T05:46:49.259Z Compiling zerotrie v0.2.4
14372026-08-07T05:46:49.464Z Compiling zeroize v1.8.2
14382026-08-07T05:46:49.552Z Compiling bytes v1.11.1
14392026-08-07T05:46:49.572Z Compiling tinystr v0.8.3
14402026-08-07T05:46:49.625Z Compiling potential_utf v0.1.5
14412026-08-07T05:46:49.655Z Compiling chrono v0.4.45
14422026-08-07T05:46:49.667Z Compiling serde_tokenstream v0.2.3
14432026-08-07T05:46:49.702Z Compiling futures-util v0.3.32
14442026-08-07T05:46:49.768Z Compiling icu_locale_core v2.2.0
14452026-08-07T05:46:49.779Z Compiling icu_collections v2.2.0
14462026-08-07T05:46:49.943Z Compiling erased-serde v0.3.31
14472026-08-07T05:46:50.187Z Compiling tokio v1.53.1
14482026-08-07T05:46:50.295Z Compiling http v1.4.2
14492026-08-07T05:46:50.429Z Compiling subtle v2.6.1
14502026-08-07T05:46:50.591Z Compiling icu_provider v2.2.0
14512026-08-07T05:46:50.822Z Compiling icu_properties v2.2.0
14522026-08-07T05:46:50.916Z Compiling icu_normalizer v2.2.0
14532026-08-07T05:46:51.143Z Compiling getrandom v0.3.4
14542026-08-07T05:46:51.281Z Compiling http-body v1.0.1
14552026-08-07T05:46:51.429Z Compiling httparse v1.10.1
14562026-08-07T05:46:51.477Z Compiling thiserror v1.0.69
14572026-08-07T05:46:51.505Z Compiling atomic-waker v1.1.2
14582026-08-07T05:46:51.627Z Compiling ipnet v2.12.0
14592026-08-07T05:46:51.760Z Compiling idna_adapter v1.2.2
14602026-08-07T05:46:51.897Z Compiling idna v1.1.0
14612026-08-07T05:46:52.022Z Compiling thiserror-impl v1.0.69
14622026-08-07T05:46:52.053Z Compiling tower-service v0.3.3
14632026-08-07T05:46:52.068Z Compiling ucd-trie v0.1.7
14642026-08-07T05:46:52.144Z Compiling tower-layer v0.3.3
14652026-08-07T05:46:52.206Z Compiling pest v2.8.6
14662026-08-07T05:46:52.302Z Compiling url v2.5.8
14672026-08-07T05:46:52.679Z Compiling try-lock v0.2.5
14682026-08-07T05:46:52.725Z Compiling untrusted v0.9.0
14692026-08-07T05:46:52.842Z Compiling ryu v1.0.23
14702026-08-07T05:46:53.023Z Compiling ppv-lite86 v0.2.21
14712026-08-07T05:46:53.041Z Compiling want v0.3.1
14722026-08-07T05:46:53.191Z Compiling getrandom v0.2.17
14732026-08-07T05:46:53.210Z Compiling httpdate v1.0.3
14742026-08-07T05:46:53.276Z Compiling pest_meta v2.8.6
14752026-08-07T05:46:53.341Z Compiling rand_core v0.6.4
14762026-08-07T05:46:53.376Z Compiling pretty-hex v0.4.2
14772026-08-07T05:46:53.456Z Compiling plain v0.2.3
14782026-08-07T05:46:53.481Z Compiling slog v2.8.2
14792026-08-07T05:46:53.506Z Compiling foldhash v0.2.0
14802026-08-07T05:46:53.557Z Compiling tracing-attributes v0.1.31
14812026-08-07T05:46:53.572Z Compiling ipnetwork v0.21.1
14822026-08-07T05:46:53.716Z Compiling tracing-core v0.1.36
14832026-08-07T05:46:53.735Z Compiling paste v1.0.15
14842026-08-07T05:46:53.994Z Compiling pest_generator v2.8.6
14852026-08-07T05:46:54.017Z Compiling oxnet v0.1.6
14862026-08-07T05:46:54.286Z Compiling fastrand v2.4.1
14872026-08-07T05:46:54.487Z Compiling serde_urlencoded v0.7.1
14882026-08-07T05:46:54.544Z Compiling http-body-util v0.1.4
14892026-08-07T05:46:54.548Z Compiling aho-corasick v1.1.4
14902026-08-07T05:46:54.580Z Compiling pest_derive v2.8.6
14912026-08-07T05:46:54.724Z Compiling omicron-workspace-hack v0.1.0
14922026-08-07T05:46:54.762Z Compiling tracing v0.1.44
14932026-08-07T05:46:54.773Z Compiling winnow v1.0.3
14942026-08-07T05:46:54.800Z Compiling ident_case v1.0.1
14952026-08-07T05:46:54.998Z Compiling sync_wrapper v1.0.2
14962026-08-07T05:46:55.145Z Compiling time-core v0.1.8
14972026-08-07T05:46:55.169Z Compiling powerfmt v0.2.0
14982026-08-07T05:46:55.286Z Compiling num-conv v0.2.2
14992026-08-07T05:46:55.375Z Compiling regex-automata v0.4.14
15002026-08-07T05:46:55.401Z Compiling anyhow v1.0.104
15012026-08-07T05:46:55.434Z Compiling time-macros v0.2.27
15022026-08-07T05:46:55.866Z Compiling deranged v0.5.8
15032026-08-07T05:46:55.920Z Compiling hashbrown v0.16.1
15042026-08-07T05:46:55.946Z Compiling daft-derive v0.1.7
15052026-08-07T05:46:56.229Z Compiling scroll_derive v0.13.1
15062026-08-07T05:46:56.501Z Compiling num_threads v0.1.7
15072026-08-07T05:46:56.699Z Compiling tokio-util v0.7.18
15082026-08-07T05:46:56.836Z Compiling async-trait v0.1.89
15092026-08-07T05:46:57.053Z Compiling regex v1.12.3
15102026-08-07T05:46:57.103Z Compiling scroll v0.13.0
15112026-08-07T05:46:57.286Z Compiling aws-lc-rs v1.17.0
15122026-08-07T05:46:57.372Z Compiling goblin v0.10.7
15132026-08-07T05:46:57.527Z Compiling rand_core v0.9.5
15142026-08-07T05:46:57.589Z Compiling rustls-pki-types v1.14.1
15152026-08-07T05:46:57.664Z Compiling openssl-probe v0.2.1
15162026-08-07T05:46:57.856Z Compiling crossbeam-utils v0.8.21
15172026-08-07T05:46:57.859Z Compiling untrusted v0.7.1
15182026-08-07T05:46:57.964Z Compiling usdt-impl v0.6.0
15192026-08-07T05:46:57.987Z Compiling hex v0.4.3
15202026-08-07T05:46:58.081Z Compiling rand_chacha v0.9.0
15212026-08-07T05:46:58.169Z Compiling dtrace-parser v0.3.0
15222026-08-07T05:46:58.219Z Compiling camino v1.2.5
15232026-08-07T05:46:58.242Z Compiling rustls v0.23.40
15242026-08-07T05:46:58.357Z Compiling rand v0.9.4
15252026-08-07T05:46:58.527Z Compiling h2 v0.4.14
15262026-08-07T05:46:58.587Z Compiling thread-id v5.1.0
15272026-08-07T05:46:58.669Z Compiling thread_local v1.1.9
15282026-08-07T05:46:58.968Z Compiling quick-error v1.2.3
15292026-08-07T05:46:58.980Z Compiling crc32fast v1.5.0
15302026-08-07T05:46:59.069Z Compiling futures-executor v0.3.32
15312026-08-07T05:46:59.215Z Compiling slog-async v2.8.0
15322026-08-07T05:46:59.303Z Compiling bit-vec v0.8.0
15332026-08-07T05:46:59.356Z Compiling match_cfg v0.1.0
15342026-08-07T05:46:59.537Z Compiling bit-set v0.8.0
15352026-08-07T05:46:59.548Z Compiling futures v0.3.32
15362026-08-07T05:46:59.592Z Compiling structmeta-derive v0.3.0
15372026-08-07T05:46:59.607Z Compiling term v1.2.1
15382026-08-07T05:46:59.621Z Compiling take_mut v0.2.2
15392026-08-07T05:46:59.694Z Compiling adler2 v2.0.1
15402026-08-07T05:46:59.725Z Compiling cpufeatures v0.3.0
15412026-08-07T05:46:59.797Z Compiling unarray v0.1.4
15422026-08-07T05:46:59.826Z Compiling simd-adler32 v0.3.9
15432026-08-07T05:46:59.906Z Compiling darling_core v0.23.0
15442026-08-07T05:47:00.027Z Compiling miniz_oxide v0.8.9
15452026-08-07T05:47:00.311Z Compiling dof v0.4.0
15462026-08-07T05:47:00.641Z Compiling hyper v1.11.0
15472026-08-07T05:47:00.695Z Compiling structmeta v0.3.0
15482026-08-07T05:47:00.898Z Compiling newtype-uuid-macros v0.1.0
15492026-08-07T05:47:01.630Z Compiling hybrid-array v0.4.12
15502026-08-07T05:47:01.665Z Compiling flate2 v1.1.9
15512026-08-07T05:47:01.710Z Compiling tempfile v3.27.0
15522026-08-07T05:47:01.730Z Compiling hyper-util v0.1.20
15532026-08-07T05:47:02.044Z Compiling darling_macro v0.23.0
15542026-08-07T05:47:02.135Z Compiling newtype-uuid v1.3.2
15552026-08-07T05:47:02.149Z Compiling compression-core v0.4.32
15562026-08-07T05:47:02.168Z Compiling ref-cast v1.0.25
15572026-08-07T05:47:02.305Z Compiling syn v1.0.109
15582026-08-07T05:47:02.434Z Compiling usdt-attr-macro v0.6.0
15592026-08-07T05:47:02.479Z Compiling usdt-macro v0.6.0
15602026-08-07T05:47:02.502Z Compiling daft v0.1.7
15612026-08-07T05:47:02.532Z Compiling compression-codecs v0.4.38
15622026-08-07T05:47:02.660Z Compiling darling v0.23.0
15632026-08-07T05:47:02.672Z Compiling block-buffer v0.12.0
15642026-08-07T05:47:02.740Z Compiling crypto-common v0.2.2
15652026-08-07T05:47:02.794Z Compiling ref-cast-impl v1.0.25
15662026-08-07T05:47:02.831Z Compiling strum_macros v0.26.4
15672026-08-07T05:47:03.422Z Compiling serde_spanned v1.1.1
15682026-08-07T05:47:03.467Z Compiling multer v3.1.0
15692026-08-07T05:47:03.633Z Compiling debug-ignore v1.0.5
15702026-08-07T05:47:03.633Z Compiling toml_writer v1.1.1+spec-1.1.0
15712026-08-07T05:47:03.688Z Compiling const-oid v0.10.2
15722026-08-07T05:47:03.767Z Compiling serde_with_macros v3.21.0
15732026-08-07T05:47:03.832Z Compiling digest v0.11.3
15742026-08-07T05:47:03.962Z Compiling time v0.3.47
15752026-08-07T05:47:03.997Z Compiling tower v0.5.3
15762026-08-07T05:47:04.284Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15772026-08-07T05:47:04.328Z Compiling async-stream-impl v0.3.6
15782026-08-07T05:47:04.465Z Compiling strum v0.26.3
15792026-08-07T05:47:04.477Z Compiling dropshot v0.17.1
15802026-08-07T05:47:04.695Z Compiling encoding_rs v0.8.35
15812026-08-07T05:47:04.755Z Compiling spin v0.9.8
15822026-08-07T05:47:04.871Z Compiling mime v0.3.17
15832026-08-07T05:47:04.945Z Compiling tower-http v0.6.11
15842026-08-07T05:47:04.961Z Compiling async-stream v0.3.6
15852026-08-07T05:47:05.135Z Compiling sha1 v0.11.0
15862026-08-07T05:47:05.363Z Compiling derive-ex v0.1.8
15872026-08-07T05:47:06.165Z Compiling crossbeam-channel v0.5.15
15882026-08-07T05:47:06.266Z Compiling waitgroup v0.1.2
15892026-08-07T05:47:06.349Z Compiling dropshot_endpoint v0.17.1
15902026-08-07T05:47:06.408Z Compiling macaddr v1.0.1
15912026-08-07T05:47:06.606Z Compiling openapiv3 v2.2.0
15922026-08-07T05:47:06.621Z Compiling serde_path_to_error v0.1.20
15932026-08-07T05:47:06.648Z Compiling generic-array v0.14.7
15942026-08-07T05:47:06.935Z Compiling test-strategy v0.4.5
15952026-08-07T05:47:07.120Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15962026-08-07T05:47:07.157Z Compiling rustls-native-certs v0.8.4
15972026-08-07T05:47:07.234Z Compiling strum_macros v0.27.2
15982026-08-07T05:47:07.287Z Compiling wait-timeout v0.2.1
15992026-08-07T05:47:07.468Z Compiling instant v0.1.13
16002026-08-07T05:47:07.578Z Compiling rusty-fork v0.3.1
16012026-08-07T05:47:08.115Z Compiling rand_xorshift v0.4.0
16022026-08-07T05:47:08.208Z Compiling is-terminal v0.4.17
16032026-08-07T05:47:08.281Z Compiling either v1.16.0
16042026-08-07T05:47:08.307Z Compiling slog-term v2.9.2
16052026-08-07T05:47:08.328Z Compiling proptest v1.11.0
16062026-08-07T05:47:08.918Z Compiling slog-json v2.6.1
16072026-08-07T05:47:08.989Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16082026-08-07T05:47:09.023Z Compiling hostname v0.3.1
16092026-08-07T05:47:09.078Z Compiling strum v0.27.2
16102026-08-07T05:47:09.123Z Compiling memmap2 v0.9.10
16112026-08-07T05:47:09.156Z Compiling slog-bunyan v2.5.0
16122026-08-07T05:47:09.200Z Compiling parse-display-derive v0.10.0
16132026-08-07T05:47:09.292Z Compiling usdt v0.6.0
16142026-08-07T05:47:09.321Z Compiling backon v1.6.0
16152026-08-07T05:47:09.341Z Compiling rand_chacha v0.3.1
16162026-08-07T05:47:09.526Z Compiling rand v0.8.6
16172026-08-07T05:47:09.526Z Compiling toml_parser v1.1.2+spec-1.1.0
16182026-08-07T05:47:09.569Z Compiling toml_datetime v1.1.1+spec-1.1.0
16192026-08-07T05:47:09.601Z Compiling crypto-common v0.1.7
16202026-08-07T05:47:09.736Z Compiling serde_with v3.21.0
16212026-08-07T05:47:09.793Z Compiling async-compression v0.4.42
16222026-08-07T05:47:09.876Z Compiling rustls-pemfile v2.2.0
16232026-08-07T05:47:10.075Z Compiling toml v1.1.2+spec-1.1.0
16242026-08-07T05:47:10.104Z Compiling regress v0.10.5
16252026-08-07T05:47:10.177Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16262026-08-07T05:47:10.531Z Compiling hostname v0.4.2
16272026-08-07T05:47:10.656Z Compiling humantime v2.3.0
16282026-08-07T05:47:10.848Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
16292026-08-07T05:47:11.232Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
16302026-08-07T05:47:11.526Z Compiling utf8parse v0.2.2
16312026-08-07T05:47:11.540Z Compiling itertools v0.14.0
16322026-08-07T05:47:11.575Z Compiling iddqd v0.4.6
16332026-08-07T05:47:11.633Z Compiling anstyle-parse v1.0.0
16342026-08-07T05:47:12.157Z Compiling anstyle-query v1.1.5
16352026-08-07T05:47:12.267Z Compiling anstyle v1.0.14
16362026-08-07T05:47:12.270Z Compiling is_terminal_polyfill v1.70.2
16372026-08-07T05:47:12.374Z Compiling colorchoice v1.0.5
16382026-08-07T05:47:12.436Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16392026-08-07T05:47:12.491Z Compiling anstream v1.0.0
16402026-08-07T05:47:12.503Z Compiling reqwest v0.12.28
16412026-08-07T05:47:12.695Z Compiling clap_lex v1.1.0
16422026-08-07T05:47:12.823Z Compiling parse-display v0.10.0
16432026-08-07T05:47:12.865Z Compiling backoff v0.4.0
16442026-08-07T05:47:12.892Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
16452026-08-07T05:47:13.083Z Compiling block-buffer v0.10.4
16462026-08-07T05:47:13.166Z Compiling clap_derive v4.6.4
16472026-08-07T05:47:13.233Z Compiling digest v0.10.7
16482026-08-07T05:47:13.343Z Compiling terminal_size v0.4.4
16492026-08-07T05:47:13.484Z Compiling progenitor-client v0.10.0
16502026-08-07T05:47:13.991Z Compiling unicode-width v0.2.2
16512026-08-07T05:47:14.272Z Compiling clap_builder v4.6.5
16522026-08-07T05:47:14.370Z Compiling regress v0.11.1
16532026-08-07T05:47:15.989Z Compiling clap v4.6.5
16542026-08-07T05:47:16.070Z Compiling typify-impl v0.6.2
16552026-08-07T05:47:16.755Z Compiling toml_datetime v0.6.11
16562026-08-07T05:47:16.813Z Compiling zerocopy-derive v0.7.35
16572026-08-07T05:47:17.052Z Compiling convert_case v0.4.0
16582026-08-07T05:47:17.359Z Compiling cpufeatures v0.2.17
16592026-08-07T05:47:17.436Z Compiling derive_more v0.99.20
16602026-08-07T05:47:17.730Z Compiling zerocopy v0.7.35
16612026-08-07T05:47:18.415Z Compiling toml_edit v0.25.12+spec-1.1.0
16622026-08-07T05:47:18.974Z Compiling proc-macro-crate v3.5.0
16632026-08-07T05:47:19.200Z Compiling secrecy v0.10.3
16642026-08-07T05:47:19.354Z Compiling tinyvec_macros v0.1.1
16652026-08-07T05:47:19.395Z Compiling crucible-workspace-hack v0.1.0
16662026-08-07T05:47:19.560Z Compiling float-ord v0.3.2
16672026-08-07T05:47:19.618Z Compiling tinyvec v1.11.0
16682026-08-07T05:47:19.675Z Compiling num_enum_derive v0.7.6
16692026-08-07T05:47:20.089Z Compiling dtrace-parser v0.2.0
16702026-08-07T05:47:20.188Z Compiling scroll_derive v0.12.1
16712026-08-07T05:47:20.293Z Compiling num-integer v0.1.46
16722026-08-07T05:47:20.615Z Compiling rustc_version v0.4.1
16732026-08-07T05:47:20.724Z Compiling usdt-impl v0.5.0
16742026-08-07T05:47:20.907Z Compiling scroll v0.12.0
16752026-08-07T05:47:20.943Z Compiling curve25519-dalek v4.1.3
16762026-08-07T05:47:20.994Z Compiling num_enum v0.7.6
16772026-08-07T05:47:21.173Z Compiling dof v0.3.0
16782026-08-07T05:47:21.256Z Compiling hmac v0.12.1
16792026-08-07T05:47:21.289Z Compiling inout v0.1.4
16802026-08-07T05:47:21.389Z Compiling darling_core v0.21.3
16812026-08-07T05:47:21.432Z Compiling ff v0.13.1
16822026-08-07T05:47:21.512Z Compiling thread-id v4.2.2
16832026-08-07T05:47:21.559Z Compiling group v0.13.0
16842026-08-07T05:47:21.637Z Compiling cipher v0.4.4
16852026-08-07T05:47:21.832Z Compiling hkdf v0.12.4
16862026-08-07T05:47:22.108Z Compiling goblin v0.8.2
16872026-08-07T05:47:22.155Z Compiling num-rational v0.4.2
16882026-08-07T05:47:22.349Z Compiling num-iter v0.1.45
16892026-08-07T05:47:22.497Z Compiling typify-macro v0.6.2
16902026-08-07T05:47:22.560Z Compiling universal-hash v0.5.1
16912026-08-07T05:47:22.618Z Compiling crypto-bigint v0.5.5
16922026-08-07T05:47:22.692Z Compiling hubpack_derive v0.1.1
16932026-08-07T05:47:22.789Z Compiling thiserror-impl-no-std v2.0.2
16942026-08-07T05:47:23.233Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16952026-08-07T05:47:23.594Z Compiling darling_macro v0.21.3
16962026-08-07T05:47:23.721Z Compiling crossbeam-epoch v0.9.18
16972026-08-07T05:47:23.890Z Compiling half v2.7.1
16982026-08-07T05:47:24.070Z Compiling curve25519-dalek-derive v0.1.1
16992026-08-07T05:47:24.122Z Compiling num-complex v0.4.6
17002026-08-07T05:47:24.438Z Compiling memoffset v0.9.1
17012026-08-07T05:47:24.504Z Compiling cfg_aliases v0.2.1
17022026-08-07T05:47:24.515Z Compiling unsafe-libyaml v0.2.11
17032026-08-07T05:47:24.575Z Compiling opaque-debug v0.3.1
17042026-08-07T05:47:24.645Z Compiling base64ct v1.8.3
17052026-08-07T05:47:24.665Z Compiling base16ct v0.2.0
17062026-08-07T05:47:24.668Z Compiling typify v0.6.2
17072026-08-07T05:47:24.743Z Compiling ciborium-io v0.2.2
17082026-08-07T05:47:24.765Z Compiling elliptic-curve v0.13.8
17092026-08-07T05:47:24.822Z Compiling ciborium-ll v0.2.2
17102026-08-07T05:47:24.943Z Compiling password-hash v0.5.0
17112026-08-07T05:47:25.046Z Compiling serde_yaml v0.9.34+deprecated
17122026-08-07T05:47:25.202Z Compiling poly1305 v0.8.0
17132026-08-07T05:47:25.239Z Compiling nix v0.31.3
17142026-08-07T05:47:25.613Z Compiling num v0.4.3
17152026-08-07T05:47:25.968Z Compiling darling v0.21.3
17162026-08-07T05:47:25.971Z Compiling thiserror-no-std v2.0.2
17172026-08-07T05:47:26.049Z Compiling hubpack v0.1.2
17182026-08-07T05:47:26.270Z Compiling chacha20 v0.9.1
17192026-08-07T05:47:26.300Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
17202026-08-07T05:47:26.543Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17212026-08-07T05:47:26.948Z Compiling blake2 v0.10.6
17222026-08-07T05:47:27.090Z Compiling aead v0.5.2
17232026-08-07T05:47:27.129Z Compiling byte-wrapper v0.1.0
17242026-08-07T05:47:27.249Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17252026-08-07T05:47:27.449Z Compiling proc-macro-error-attr v1.0.4
17262026-08-07T05:47:27.589Z Compiling prettyplease v0.2.37
17272026-08-07T05:47:27.671Z Compiling static_assertions v1.1.0
17282026-08-07T05:47:27.721Z Compiling heapless v0.8.0
17292026-08-07T05:47:27.744Z Compiling rustix v0.38.44
17302026-08-07T05:47:27.824Z Compiling keccak v0.1.6
17312026-08-07T05:47:28.067Z Compiling sha3 v0.10.9
17322026-08-07T05:47:28.610Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17332026-08-07T05:47:28.647Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17342026-08-07T05:47:28.742Z Compiling chacha20poly1305 v0.10.1
17352026-08-07T05:47:28.875Z Compiling argon2 v0.5.3
17362026-08-07T05:47:29.134Z Compiling ingot-macros v0.1.1
17372026-08-07T05:47:29.174Z Compiling vsss-rs v3.3.4
17382026-08-07T05:47:29.501Z Compiling ciborium v0.2.2
17392026-08-07T05:47:29.999Z Compiling usdt-macro v0.5.0
17402026-08-07T05:47:30.011Z Compiling usdt-attr-macro v0.5.0
17412026-08-07T05:47:30.893Z Compiling serde_spanned v0.6.9
17422026-08-07T05:47:31.038Z Compiling hash32 v0.3.1
17432026-08-07T05:47:31.191Z Compiling num-derive v0.4.2
17442026-08-07T05:47:31.203Z Compiling enum-as-inner v0.6.1
17452026-08-07T05:47:31.207Z Compiling proc-macro-error v1.0.4
17462026-08-07T05:47:31.505Z Compiling memmap v0.7.0
17472026-08-07T05:47:31.680Z Compiling toml_write v0.1.2
17482026-08-07T05:47:31.699Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17492026-08-07T05:47:31.711Z Compiling data-encoding v2.11.0
17502026-08-07T05:47:31.879Z Compiling winnow v0.5.40
17512026-08-07T05:47:31.896Z Compiling winnow v0.7.15
17522026-08-07T05:47:31.961Z Compiling smoltcp v0.11.0
17532026-08-07T05:47:32.052Z Compiling indent_write v2.2.0
17542026-08-07T05:47:32.209Z Compiling ingot-types v0.1.2
17552026-08-07T05:47:32.230Z Compiling usdt v0.5.0
17562026-08-07T05:47:32.583Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17572026-08-07T05:47:32.621Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17582026-08-07T05:47:32.718Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17592026-08-07T05:47:32.905Z Compiling rustls-webpki v0.103.13
17602026-08-07T05:47:33.377Z Compiling toml_edit v0.22.27
17612026-08-07T05:47:33.619Z Compiling toml_edit v0.19.15
17622026-08-07T05:47:34.180Z Compiling tabwriter v1.4.1
17632026-08-07T05:47:34.417Z Compiling cobs v0.3.0
17642026-08-07T05:47:34.428Z Compiling serde_repr v0.1.21
17652026-08-07T05:47:34.617Z Compiling bytecount v0.6.9
17662026-08-07T05:47:34.756Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17672026-08-07T05:47:34.871Z Compiling pkg-config v0.3.33
17682026-08-07T05:47:34.980Z Compiling bitflags v1.3.2
17692026-08-07T05:47:35.005Z Compiling managed v0.8.0
17702026-08-07T05:47:35.056Z Compiling vcpkg v0.2.15
17712026-08-07T05:47:35.335Z Compiling toml v0.8.23
17722026-08-07T05:47:35.606Z Compiling openssl-sys v0.9.116
17732026-08-07T05:47:35.618Z Compiling proc-macro-crate v1.3.1
17742026-08-07T05:47:35.957Z Compiling postcard v1.1.3
17752026-08-07T05:47:36.300Z Compiling tokio-rustls v0.26.4
17762026-08-07T05:47:36.430Z Compiling rustls-platform-verifier v0.7.0
17772026-08-07T05:47:36.575Z Compiling hyper-rustls v0.27.9
17782026-08-07T05:47:36.875Z Compiling reqwest v0.13.4
17792026-08-07T05:47:37.230Z Compiling ingot v0.1.1
17802026-08-07T05:47:37.929Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
17812026-08-07T05:47:38.251Z Compiling progenitor-client v0.14.0
17822026-08-07T05:47:38.559Z Compiling progenitor-extras v0.2.0
17832026-08-07T05:47:38.803Z Compiling foreign-types-macros v0.2.3
17842026-08-07T05:47:39.136Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17852026-08-07T05:47:39.216Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17862026-08-07T05:47:39.454Z Compiling unicode-segmentation v1.13.3
17872026-08-07T05:47:39.465Z Compiling semver v0.1.20
17882026-08-07T05:47:39.468Z Compiling rayon-core v1.13.0
17892026-08-07T05:47:39.707Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17902026-08-07T05:47:39.721Z Compiling swrite v0.1.0
17912026-08-07T05:47:39.732Z Compiling colored v3.1.1
17922026-08-07T05:47:39.818Z Compiling linked-hash-map v0.5.6
17932026-08-07T05:47:40.007Z Compiling resolv-conf v0.7.6
17942026-08-07T05:47:40.131Z Compiling foreign-types-shared v0.3.1
17952026-08-07T05:47:40.231Z Compiling heck v0.4.1
17962026-08-07T05:47:40.404Z Compiling foreign-types v0.5.0
17972026-08-07T05:47:40.441Z Compiling lru-cache v0.1.2
17982026-08-07T05:47:40.482Z Compiling newline-converter v0.3.0
17992026-08-07T05:47:40.591Z Compiling rustc_version v0.1.7
18002026-08-07T05:47:40.652Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18012026-08-07T05:47:40.950Z Compiling num_enum_derive v0.5.11
18022026-08-07T05:47:41.400Z Compiling atomicwrites v0.4.4
18032026-08-07T05:47:41.593Z Compiling hickory-proto v0.24.4
18042026-08-07T05:47:41.826Z Compiling progenitor-impl v0.14.0
18052026-08-07T05:47:42.012Z Compiling progenitor-impl v0.13.0
18062026-08-07T05:47:43.069Z Compiling crossbeam-deque v0.8.6
18072026-08-07T05:47:43.277Z Compiling console v0.15.11
18082026-08-07T05:47:43.698Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18092026-08-07T05:47:43.993Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18102026-08-07T05:47:45.001Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
18112026-08-07T05:47:45.512Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18122026-08-07T05:47:45.526Z Compiling camino-tempfile v1.4.1
18132026-08-07T05:47:45.649Z Compiling chacha20 v0.10.0
18142026-08-07T05:47:45.784Z Compiling serde-big-array v0.5.1
18152026-08-07T05:47:45.863Z Compiling derive-where v1.6.1
18162026-08-07T05:47:45.920Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18172026-08-07T05:47:45.931Z Compiling pin-project-internal v1.1.13
18182026-08-07T05:47:46.028Z Compiling cstr-argument v0.1.2
18192026-08-07T05:47:46.134Z Compiling siphasher v1.0.3
18202026-08-07T05:47:46.185Z Compiling minimal-lexical v0.2.1
18212026-08-07T05:47:46.337Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
18222026-08-07T05:47:46.446Z Compiling similar v2.7.0
18232026-08-07T05:47:46.580Z Compiling nom v7.1.3
18242026-08-07T05:47:46.752Z Compiling phf_shared v0.12.1
18252026-08-07T05:47:46.946Z Compiling expectorate v1.2.0
18262026-08-07T05:47:47.000Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18272026-08-07T05:47:47.018Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18282026-08-07T05:47:47.040Z Compiling pin-project v1.1.13
18292026-08-07T05:47:47.109Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18302026-08-07T05:47:47.138Z Compiling rand v0.10.2
18312026-08-07T05:47:47.192Z Compiling progenitor-macro v0.13.0
18322026-08-07T05:47:47.266Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
18332026-08-07T05:47:47.389Z Compiling progenitor-macro v0.14.0
18342026-08-07T05:47:47.436Z Compiling hickory-resolver v0.24.4
18352026-08-07T05:47:48.021Z Compiling num_enum v0.5.11
18362026-08-07T05:47:48.145Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
18372026-08-07T05:47:48.357Z Compiling newtype_derive v0.1.6
18382026-08-07T05:47:48.589Z Compiling progenitor-client v0.13.0
18392026-08-07T05:47:49.978Z Compiling unicode-normalization v0.1.25
18402026-08-07T05:47:49.999Z Compiling tokio-stream v0.1.18
18412026-08-07T05:47:50.103Z Compiling async-recursion v1.1.1
18422026-08-07T05:47:50.452Z Compiling snafu-derive v0.8.9
18432026-08-07T05:47:50.463Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
18442026-08-07T05:47:50.758Z Compiling slog-dtrace v0.3.0
18452026-08-07T05:47:50.792Z Compiling bstr v1.12.1
18462026-08-07T05:47:50.997Z Compiling csv-core v0.1.13
18472026-08-07T05:47:51.266Z Compiling openssl v0.10.80
18482026-08-07T05:47:51.277Z Compiling konst_macro_rules v0.2.19
18492026-08-07T05:47:51.458Z Compiling same-file v1.0.6
18502026-08-07T05:47:51.542Z Compiling owo-colors v4.3.0
18512026-08-07T05:47:51.649Z Compiling highway v1.3.0
18522026-08-07T05:47:51.887Z Compiling cancel-safe-futures v0.1.5
18532026-08-07T05:47:52.102Z Compiling unicode-width v0.1.14
18542026-08-07T05:47:52.190Z Compiling unicode-xid v0.2.6
18552026-08-07T05:47:52.208Z Compiling foreign-types-shared v0.1.1
18562026-08-07T05:47:52.302Z Compiling chrono-tz v0.10.4
18572026-08-07T05:47:52.315Z Compiling foldhash v0.1.5
18582026-08-07T05:47:52.383Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18592026-08-07T05:47:52.394Z Compiling const_format_proc_macros v0.2.34
18602026-08-07T05:47:52.495Z Compiling hashbrown v0.15.5
18612026-08-07T05:47:52.530Z Compiling progenitor v0.13.0
18622026-08-07T05:47:52.541Z Compiling foreign-types v0.3.2
18632026-08-07T05:47:52.555Z Compiling snafu v0.8.9
18642026-08-07T05:47:52.670Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18652026-08-07T05:47:52.682Z Compiling walkdir v2.5.0
18662026-08-07T05:47:52.794Z Compiling progenitor v0.14.0
18672026-08-07T05:47:52.951Z Compiling konst v0.2.20
18682026-08-07T05:47:52.965Z Compiling csv v1.4.0
18692026-08-07T05:47:53.037Z Compiling globset v0.4.18
18702026-08-07T05:47:53.154Z Compiling qorb v0.4.1
18712026-08-07T05:47:53.194Z Compiling olpc-cjson v0.1.4
18722026-08-07T05:47:53.219Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18732026-08-07T05:47:53.534Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18742026-08-07T05:47:54.579Z Compiling rayon v1.12.0
18752026-08-07T05:47:54.967Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18762026-08-07T05:47:55.061Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18772026-08-07T05:47:55.295Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18782026-08-07T05:47:55.315Z Compiling phf v0.12.1
18792026-08-07T05:47:55.383Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18802026-08-07T05:47:55.463Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18812026-08-07T05:47:55.606Z Compiling zone_cfg_derive v0.3.1
18822026-08-07T05:47:55.885Z Compiling tokio-dtrace v0.1.1
18832026-08-07T05:47:56.160Z Compiling itertools v0.12.1
18842026-08-07T05:47:56.309Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18852026-08-07T05:47:56.371Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18862026-08-07T05:47:56.406Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18872026-08-07T05:47:56.506Z Compiling libsw-core v0.3.2
18882026-08-07T05:47:56.676Z Compiling serde_plain v1.0.2
18892026-08-07T05:47:56.775Z Compiling openssl-macros v0.1.1
18902026-08-07T05:47:56.778Z Compiling pem v3.0.6
18912026-08-07T05:47:56.887Z Compiling cookie v0.18.1
18922026-08-07T05:47:56.961Z Compiling proc-macro-error-attr2 v2.0.0
18932026-08-07T05:47:57.174Z Compiling sigpipe v0.1.3
18942026-08-07T05:47:57.258Z Compiling typed-path v0.9.3
18952026-08-07T05:47:57.270Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18962026-08-07T05:47:57.331Z Compiling jiff v0.2.28
18972026-08-07T05:47:57.427Z Compiling glob v0.3.3
18982026-08-07T05:47:57.484Z Compiling fixedbitset v0.4.2
18992026-08-07T05:47:57.495Z Compiling fixedbitset v0.5.7
19002026-08-07T05:47:57.645Z Compiling petgraph v0.6.5
19012026-08-07T05:47:57.718Z Compiling petgraph v0.8.3
19022026-08-07T05:47:57.836Z Compiling proc-macro-error2 v2.0.1
19032026-08-07T05:47:57.879Z Compiling zone v0.3.1
19042026-08-07T05:47:58.167Z Compiling tough v0.22.0
19052026-08-07T05:47:58.637Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19062026-08-07T05:47:58.723Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
19072026-08-07T05:47:58.853Z Compiling libsw v3.5.0
19082026-08-07T05:47:59.031Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19092026-08-07T05:47:59.224Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
19102026-08-07T05:47:59.486Z Compiling oxide-tokio-rt v0.1.6
19112026-08-07T05:47:59.591Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19122026-08-07T05:48:00.244Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19132026-08-07T05:48:00.999Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19142026-08-07T05:48:01.180Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19152026-08-07T05:48:01.248Z Compiling const_format v0.2.36
19162026-08-07T05:48:01.396Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19172026-08-07T05:48:01.761Z Compiling papergrid v0.11.0
19182026-08-07T05:48:01.943Z Compiling tabled_derive v0.7.0
19192026-08-07T05:48:02.080Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19202026-08-07T05:48:02.248Z Compiling gethostname v0.5.0
19212026-08-07T05:48:02.373Z Compiling libscf-sys v1.2.0
19222026-08-07T05:48:02.400Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
19232026-08-07T05:48:02.517Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19242026-08-07T05:48:02.650Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
19252026-08-07T05:48:02.688Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19262026-08-07T05:48:02.724Z Compiling smf v0.2.3
19272026-08-07T05:48:02.811Z Compiling bcs v0.1.6
19282026-08-07T05:48:02.811Z Compiling nom v8.0.0
19292026-08-07T05:48:02.970Z Compiling smawk v0.3.2
19302026-08-07T05:48:03.112Z Compiling termtree v0.5.1
19312026-08-07T05:48:03.139Z Compiling tagptr v0.2.0
19322026-08-07T05:48:03.267Z Compiling whoami v1.6.1
19332026-08-07T05:48:03.291Z Compiling linear-map v1.2.0
19342026-08-07T05:48:03.346Z Compiling unicode-linebreak v0.1.5
19352026-08-07T05:48:03.483Z Compiling lazy_static v1.5.0
19362026-08-07T05:48:03.599Z Compiling steno v0.4.1
19372026-08-07T05:48:03.603Z Compiling textwrap v0.16.2
19382026-08-07T05:48:03.611Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19392026-08-07T05:48:04.093Z Compiling moka v0.12.15
19402026-08-07T05:48:04.248Z Compiling tabled v0.15.0
19412026-08-07T05:48:04.487Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19422026-08-07T05:48:04.874Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19432026-08-07T05:48:05.153Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19442026-08-07T05:48:05.282Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19452026-08-07T05:48:06.094Z Compiling tabled_derive v0.11.0
19462026-08-07T05:48:06.837Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19472026-08-07T05:48:06.963Z Compiling papergrid v0.18.0
19482026-08-07T05:48:07.269Z Compiling hickory-proto v0.25.2
19492026-08-07T05:48:07.789Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
19502026-08-07T05:48:07.877Z Compiling testing_table v0.3.0
19512026-08-07T05:48:08.056Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
19522026-08-07T05:48:08.211Z Compiling tabled v0.21.0
19532026-08-07T05:48:08.347Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
19542026-08-07T05:48:08.650Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
19552026-08-07T05:48:08.815Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
19562026-08-07T05:48:09.094Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
19572026-08-07T05:48:09.204Z Compiling hickory-resolver v0.25.2
19582026-08-07T05:48:10.209Z Compiling parking_lot_core v0.8.6
19592026-08-07T05:48:10.461Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19602026-08-07T05:48:10.681Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
19612026-08-07T05:48:10.849Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0d48b5a39dc49d30b228ae01f04b8cc27a161e74#0d48b5a3)
19622026-08-07T05:48:11.085Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19632026-08-07T05:48:11.471Z Compiling crc8 v0.1.1
19642026-08-07T05:48:11.526Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
19652026-08-07T05:48:11.593Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
19662026-08-07T05:48:11.766Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
19672026-08-07T05:48:11.952Z Compiling parking_lot v0.11.2
19682026-08-07T05:48:12.067Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0d48b5a39dc49d30b228ae01f04b8cc27a161e74#0d48b5a3)
19692026-08-07T05:48:12.180Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
19702026-08-07T05:48:12.196Z Compiling fxhash v0.2.1
19712026-08-07T05:48:12.338Z Compiling internet-checksum v0.2.1
19722026-08-07T05:48:12.405Z Compiling sled v0.34.7
19732026-08-07T05:48:12.430Z Compiling itertools v0.15.0
19742026-08-07T05:48:12.480Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
19752026-08-07T05:48:14.724Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
19762026-08-07T05:48:14.848Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19772026-08-07T05:48:23.235Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19782026-08-07T05:48:24.879Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19792026-08-07T05:48:25.947Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19802026-08-07T05:48:26.909Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19812026-08-07T05:48:27.752Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19822026-08-07T05:48:55.267Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 13s
19832026-08-07T05:48:55.271Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
19842026-08-07T05:48:55.271Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
19852026-08-07T05:48:55.457Z────────────
19862026-08-07T05:48:55.458Z Nextest run ID 89ddb441-466e-4866-8167-af8df29a6f70 with nextest profile: default
19872026-08-07T05:48:55.458Z Starting 109 tests across 3 binaries
19882026-08-07T05:48:55.464Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest
19892026-08-07T05:48:55.464Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest
19902026-08-07T05:48:55.464Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts
19912026-08-07T05:48:55.464Z PASS [ 0.006s] mg-api-types-versions v13::mrib::tests::unicast_rejects_non_routable_sources
19922026-08-07T05:48:55.468Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest
19932026-08-07T05:48:55.471Z PASS [ 0.010s] rdb bestpath::test::test_bestpath_med_per_as_grouping
19942026-08-07T05:48:55.471Z PASS [ 0.011s] rdb bestpath::test::test_bestpath_med_same_as_equal_med
19952026-08-07T05:48:55.471Z PASS [ 0.011s] rdb bestpath::test::test_bestpath
19962026-08-07T05:48:55.475Z PASS [ 0.010s] rdb bestpath::test::test_bestpath_shutdown_preference
19972026-08-07T05:48:55.478Z PASS [ 0.009s] rdb db::test::test_prefix4_db_key_serialization
19982026-08-07T05:48:55.483Z PASS [ 0.009s] rdb db::test::test_prefix4_from_str
19992026-08-07T05:48:55.487Z PASS [ 0.009s] rdb db::test::test_prefix6_db_key_serialization
20002026-08-07T05:48:55.493Z PASS [ 0.008s] rdb db::test::test_prefix6_from_str
20012026-08-07T05:48:55.521Z PASS [ 0.056s] rdb db::test::test_ipv6_origin_crud
20022026-08-07T05:48:55.521Z PASS [ 0.056s] rdb db::test::test_ipv4_origin_crud
20032026-08-07T05:48:55.524Z PASS [ 0.054s] rdb db::test::test_mrib_static_upsert_preserves_canonical
20042026-08-07T05:48:55.529Z PASS [ 0.061s] rdb db::test::test_mrib_static_persistence
20052026-08-07T05:48:55.541Z PASS [ 0.053s] rdb db::test::test_prefix_host_bit_normalization
20062026-08-07T05:48:55.544Z PASS [ 0.052s] rdb db::test::test_rib
20072026-08-07T05:48:55.576Z PASS [ 0.055s] rdb db::test::test_static_routing_ipv4_basic
20082026-08-07T05:48:55.576Z PASS [ 0.053s] rdb db::test::test_static_routing_ipv6_basic
20092026-08-07T05:48:55.576Z PASS [ 0.055s] rdb db::test::test_set_nexthop_shutdown_replaces_path
20102026-08-07T05:48:55.580Z PASS [ 0.051s] rdb db::test::test_static_routing_ipv6_vlan_id_handling
20112026-08-07T05:48:55.587Z PASS [ 0.011s] rdb mrib::rpf::tests::pending_widens_distinct_prefixes
20122026-08-07T05:48:55.593Z PASS [ 0.052s] rdb db::test::test_static_routing_mixed_address_families
20132026-08-07T05:48:55.597Z PASS [ 0.051s] rdb db::test::test_static_routing_multiple_routes_same_prefix
20142026-08-07T05:48:55.597Z PASS [ 0.009s] rdb mrib::rpf::tests::test_nexthops_from_paths
20152026-08-07T05:48:55.605Z PASS [ 0.012s] rdb mrib::rpf::tests::test_rpf_default_route_linear_scan
20162026-08-07T05:48:55.608Z PASS [ 0.012s] rdb mrib::rpf::tests::test_rpf_ecmp_v6
20172026-08-07T05:48:55.611Z PASS [ 0.035s] rdb mrib::rpf::tests::generation_advances_on_each_rebuild
20182026-08-07T05:48:55.623Z PASS [ 0.012s] rdb mrib::rpf::tests::test_rpf_table_linear_scan
20192026-08-07T05:48:55.629Z PASS [ 0.053s] rdb db::test::test_static_routing_vlan_id_handling
20202026-08-07T05:48:55.634Z PASS [ 0.012s] rdb mrib::rpf::tests::test_rpf_table_linear_scan_v6
20212026-08-07T05:48:56.610Z PASS [ 1.014s] rdb mrib::rpf::tests::test_rpf_ecmp_different_priorities
20222026-08-07T05:48:56.618Z PASS [ 1.013s] rdb mrib::rpf::tests::test_rpf_lpm
20232026-08-07T05:48:56.622Z PASS [ 1.013s] rdb mrib::rpf::tests::test_rpf_table_all_shutdown
20242026-08-07T05:48:56.630Z PASS [ 0.012s] rdb mrib::rpf::tests::test_rpf_v6_lpm
20252026-08-07T05:48:56.641Z PASS [ 0.011s] rdb mrib::tests::test_mrib_basic
20262026-08-07T05:48:56.644Z PASS [ 1.013s] rdb mrib::rpf::tests::test_rpf_table_shutdown_paths
20272026-08-07T05:48:56.648Z PASS [ 1.012s] rdb mrib::rpf::tests::test_rpf_table_with_poptrie
20282026-08-07T05:48:56.652Z PASS [ 0.011s] rdb mrib::tests::test_mrib_in_vs_loc
20292026-08-07T05:48:56.656Z PASS [ 0.011s] rdb mrib::tests::test_mrib_ipv6_groups
20302026-08-07T05:48:56.660Z PASS [ 0.011s] rdb mrib::tests::test_mrib_watchers
20312026-08-07T05:48:56.665Z PASS [ 0.013s] rdb proptest::prop_ipv4_default_contains_all
20322026-08-07T05:48:56.670Z PASS [ 0.013s] rdb proptest::prop_ipv4_normalized_is_network_address
20332026-08-07T05:48:56.678Z PASS [ 0.013s] rdb proptest::prop_ipv4_subnet_of_self
20342026-08-07T05:48:56.683Z PASS [ 0.013s] rdb proptest::prop_ipv6_default_contains_all
20352026-08-07T05:48:56.691Z PASS [ 0.013s] rdb proptest::prop_ipv6_normalized_is_network_address
20362026-08-07T05:48:56.697Z PASS [ 0.013s] rdb proptest::prop_ipv6_subnet_of_self
20372026-08-07T05:48:56.708Z PASS [ 0.018s] rdb proptest::prop_multicast_addr_ip_roundtrip_v4
20382026-08-07T05:48:56.713Z PASS [ 0.018s] rdb proptest::prop_multicast_addr_ip_roundtrip_v6
20392026-08-07T05:48:56.726Z PASS [ 0.018s] rdb proptest::prop_multicast_addr_v4_arbitrary_valid
20402026-08-07T05:48:56.729Z PASS [ 0.013s] rdb proptest::prop_multicast_addr_v4_rejects_link_local
20412026-08-07T05:48:56.733Z PASS [ 0.080s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
20422026-08-07T05:48:56.741Z PASS [ 0.016s] rdb proptest::prop_multicast_addr_v4_rejects_unicast
20432026-08-07T05:48:56.745Z PASS [ 0.018s] rdb proptest::prop_multicast_addr_v6_arbitrary_valid
20442026-08-07T05:48:56.748Z PASS [ 0.013s] rdb proptest::prop_multicast_addr_v6_rejects_interface_local
20452026-08-07T05:48:56.754Z PASS [ 0.013s] rdb proptest::prop_multicast_addr_v6_rejects_link_local
20462026-08-07T05:48:56.758Z PASS [ 0.013s] rdb proptest::prop_multicast_addr_v6_rejects_underlay_subnet
20472026-08-07T05:48:56.761Z PASS [ 0.013s] rdb proptest::prop_multicast_addr_v6_rejects_unicast
20482026-08-07T05:48:56.767Z PASS [ 0.013s] rdb proptest::prop_non_admin_local_underlay_rejected
20492026-08-07T05:48:56.775Z PASS [ 0.018s] rdb proptest::prop_route_admin_local_underlay_valid
20502026-08-07T05:48:56.782Z PASS [ 0.024s] rdb proptest::prop_route_key_arbitrary_valid
20512026-08-07T05:48:56.785Z PASS [ 0.017s] rdb proptest::prop_route_key_asm_star_g_valid_v4
20522026-08-07T05:48:56.792Z PASS [ 0.018s] rdb proptest::prop_route_key_asm_star_g_valid_v6
20532026-08-07T05:48:56.801Z PASS [ 0.019s] rdb proptest::prop_route_key_sg_valid_v4
20542026-08-07T05:48:56.805Z PASS [ 0.018s] rdb proptest::prop_route_key_sg_valid_v6
20552026-08-07T05:48:56.808Z PASS [ 0.015s] rdb proptest::prop_route_key_ssm_requires_source_v4
20562026-08-07T05:48:56.814Z PASS [ 0.013s] rdb proptest::prop_route_key_ssm_requires_source_v6
20572026-08-07T05:48:56.818Z PASS [ 0.017s] rdb proptest::prop_route_key_ssm_with_source_valid_v4
20582026-08-07T05:48:56.822Z PASS [ 0.013s] rdb proptest::prop_route_key_ssm_with_source_valid_v6
20592026-08-07T05:48:56.834Z PASS [ 0.020s] rdb proptest::prop_route_key_valid_vni
20602026-08-07T05:48:56.837Z PASS [ 0.015s] rdb proptest::prop_static_route_key_deduplication
20612026-08-07T05:48:56.837Z PASS [ 0.018s] rdb proptest::prop_route_key_valid_vni_v6
20622026-08-07T05:48:56.852Z PASS [ 0.018s] rdb proptest::prop_static_route_key_normalization_idempotent
20632026-08-07T05:48:56.856Z PASS [ 0.018s] rdb proptest::prop_static_route_key_normalization_preserves_fields
20642026-08-07T05:48:56.856Z PASS [ 0.018s] rdb proptest::prop_static_route_key_normalization_preserves_length
20652026-08-07T05:48:56.868Z PASS [ 0.013s] rdb proptest::prop_unicast_addr_v4_rejects_class_e
20662026-08-07T05:48:56.871Z PASS [ 0.018s] rdb proptest::prop_static_route_key_normalized_is_network_address
20672026-08-07T05:48:56.875Z PASS [ 0.022s] rdb proptest::prop_static_route_key_ord_consistency
20682026-08-07T05:48:56.879Z PASS [ 0.008s] rdb types::test::bgp_path_identity
20692026-08-07T05:48:56.882Z PASS [ 0.013s] rdb proptest::prop_vni_rejects_out_of_range
20702026-08-07T05:48:56.886Z PASS [ 0.008s] rdb types::test::bgp_vs_static_ordering
20712026-08-07T05:48:56.889Z PASS [ 0.008s] rdb types::test::broadcast_source_rejected
20722026-08-07T05:48:56.889Z PASS [ 0.008s] rdb types::test::btreeset_coexistence
20732026-08-07T05:48:56.892Z PASS [ 0.008s] rdb types::test::btreeset_insert_is_noop
20742026-08-07T05:48:56.895Z PASS [ 0.008s] rdb types::test::btreeset_remove
20752026-08-07T05:48:56.895Z PASS [ 0.008s] rdb types::test::btreeset_replace
20762026-08-07T05:48:56.899Z PASS [ 0.008s] rdb types::test::loopback_source_rejected_v4
20772026-08-07T05:48:56.902Z PASS [ 0.008s] rdb types::test::loopback_source_rejected_v6
20782026-08-07T05:48:56.906Z PASS [ 0.008s] rdb types::test::multicast_rpf_invalid_v4
20792026-08-07T05:48:56.909Z PASS [ 0.008s] rdb types::test::multicast_rpf_invalid_v6
20802026-08-07T05:48:56.909Z PASS [ 0.007s] rdb types::test::multicast_source_rejected_v4
20812026-08-07T05:48:56.913Z PASS [ 0.008s] rdb types::test::multicast_source_rejected_v6
20822026-08-07T05:48:56.916Z PASS [ 0.008s] rdb types::test::ord_contract
20832026-08-07T05:48:56.916Z PASS [ 0.007s] rdb types::test::prefix_no_cross_family_within
20842026-08-07T05:48:56.920Z PASS [ 0.008s] rdb types::test::route_key_af_mismatch_v4_source_v6_group
20852026-08-07T05:48:56.923Z PASS [ 0.008s] rdb types::test::route_key_af_mismatch_v6_source_v4_group
20862026-08-07T05:48:56.926Z PASS [ 0.008s] rdb types::test::rpf_cross_af_v6_neighbor_v4_group_accepted
20872026-08-07T05:48:56.930Z PASS [ 0.008s] rdb types::test::static_path_identity
20882026-08-07T05:48:56.930Z PASS [ 0.008s] rdb types::test::unicast_rpf_valid_v4
20892026-08-07T05:48:56.933Z PASS [ 0.008s] rdb types::test::unicast_rpf_valid_v6
20902026-08-07T05:48:56.936Z PASS [ 0.008s] rdb types::test::unspecified_source_rejected_v4
20912026-08-07T05:48:56.940Z PASS [ 0.007s] rdb types::test::unspecified_source_rejected_v6
20922026-08-07T05:48:57.522Z PASS [ 2.058s] rdb db::test::test_mrib_any_source_vs_source_specific
20932026-08-07T05:48:57.594Z PASS [ 2.013s] rdb mrib::rpf::tests::rapid_rebuilds_converge
20942026-08-07T05:48:57.623Z PASS [ 1.014s] rdb mrib::rpf::tests::test_rpf_table_with_poptrie_v6
20952026-08-07T05:48:57.633Z PASS [ 1.012s] rdb mrib::rpf::tests::test_rpf_v6_with_nexthop_interface
20962026-08-07T05:48:59.523Z PASS [ 4.059s] rdb db::test::test_mrib_revalidation_on_rib_change
20972026-08-07T05:48:59.524Z────────────
20982026-08-07T05:48:59.524Z Summary [ 4.066s] 109 tests run: 109 passed, 0 skipped
20992026-08-07T05:48:59.536Z+ cp ./mrib_asm_ssm.log ./mrib_in_loc_test.log ./mrib_persist1.log ./mrib_persist2.log ./mrib_reval.log ./mrib_test.log ./mrib_upsert_canonical.log ./mrib_v6_test.log ./mrib_watcher_test.log ./rib.log ./rpf_all_shutdown.log ./rpf_default_route.log ./rpf_ecmp_priority.log ./rpf_ecmp_v6.log ./rpf_generation.log ./rpf_linear_scan_v6.log ./rpf_linear_scan.log ./rpf_lpm.log ./rpf_poptrie_v6.log ./rpf_poptrie.log ./rpf_rapid_rebuilds.log ./rpf_shutdown.log ./rpf_v6_interface.log ./rpf_v6_lpm.log /work/
21002026-08-07T05:48:59.540Z+ popd
21012026-08-07T05:48:59.540Z/work/oxidecomputer/maghemite
21022026-08-07T05:48:59.540Zprocess exited: duration 313735 ms, exit code 0
 
21032026-08-07T05:48:59.546Zfound 24 output files
21042026-08-07T05:48:59.549Zuploading: /work/mrib_asm_ssm.log (447 bytes)
21052026-08-07T05:49:00.560Zuploaded: /work/mrib_asm_ssm.log
21062026-08-07T05:49:00.562Zuploading: /work/mrib_in_loc_test.log (0 bytes)
21072026-08-07T05:49:01.567Zuploaded: /work/mrib_in_loc_test.log
21082026-08-07T05:49:01.570Zuploading: /work/mrib_persist1.log (0 bytes)
21092026-08-07T05:49:02.574Zuploaded: /work/mrib_persist1.log
21102026-08-07T05:49:02.577Zuploading: /work/mrib_persist2.log (0 bytes)
21112026-08-07T05:49:03.580Zuploaded: /work/mrib_persist2.log
21122026-08-07T05:49:03.584Zuploading: /work/mrib_reval.log (445 bytes)
21132026-08-07T05:49:04.591Zuploaded: /work/mrib_reval.log
21142026-08-07T05:49:04.591Zuploading: /work/mrib_test.log (0 bytes)
21152026-08-07T05:49:05.597Zuploaded: /work/mrib_test.log
21162026-08-07T05:49:05.597Zuploading: /work/mrib_upsert_canonical.log (0 bytes)
21172026-08-07T05:49:06.614Zuploaded: /work/mrib_upsert_canonical.log
21182026-08-07T05:49:06.617Zuploading: /work/mrib_v6_test.log (0 bytes)
21192026-08-07T05:49:07.621Zuploaded: /work/mrib_v6_test.log
21202026-08-07T05:49:07.621Zuploading: /work/mrib_watcher_test.log (0 bytes)
21212026-08-07T05:49:08.632Zuploaded: /work/mrib_watcher_test.log
21222026-08-07T05:49:08.635Zuploading: /work/rib.log (851 bytes)
21232026-08-07T05:49:09.642Zuploaded: /work/rib.log
21242026-08-07T05:49:09.645Zuploading: /work/rpf_all_shutdown.log (0 bytes)
21252026-08-07T05:49:10.652Zuploaded: /work/rpf_all_shutdown.log
21262026-08-07T05:49:10.652Zuploading: /work/rpf_default_route.log (0 bytes)
21272026-08-07T05:49:11.659Zuploaded: /work/rpf_default_route.log
21282026-08-07T05:49:11.662Zuploading: /work/rpf_ecmp_priority.log (0 bytes)
21292026-08-07T05:49:12.669Zuploaded: /work/rpf_ecmp_priority.log
21302026-08-07T05:49:12.671Zuploading: /work/rpf_ecmp_v6.log (0 bytes)
21312026-08-07T05:49:13.680Zuploaded: /work/rpf_ecmp_v6.log
21322026-08-07T05:49:13.683Zuploading: /work/rpf_generation.log (0 bytes)
21332026-08-07T05:49:14.687Zuploaded: /work/rpf_generation.log
21342026-08-07T05:49:14.691Zuploading: /work/rpf_linear_scan.log (0 bytes)
21352026-08-07T05:49:15.692Zuploaded: /work/rpf_linear_scan.log
21362026-08-07T05:49:15.695Zuploading: /work/rpf_linear_scan_v6.log (0 bytes)
21372026-08-07T05:49:16.699Zuploaded: /work/rpf_linear_scan_v6.log
21382026-08-07T05:49:16.703Zuploading: /work/rpf_lpm.log (0 bytes)
21392026-08-07T05:49:17.707Zuploaded: /work/rpf_lpm.log
21402026-08-07T05:49:17.710Zuploading: /work/rpf_poptrie.log (0 bytes)
21412026-08-07T05:49:18.714Zuploaded: /work/rpf_poptrie.log
21422026-08-07T05:49:18.714Zuploading: /work/rpf_poptrie_v6.log (0 bytes)
21432026-08-07T05:49:19.721Zuploaded: /work/rpf_poptrie_v6.log
21442026-08-07T05:49:19.725Zuploading: /work/rpf_rapid_rebuilds.log (0 bytes)
21452026-08-07T05:49:20.727Zuploaded: /work/rpf_rapid_rebuilds.log
21462026-08-07T05:49:20.730Zuploading: /work/rpf_shutdown.log (0 bytes)
21472026-08-07T05:49:21.737Zuploaded: /work/rpf_shutdown.log
21482026-08-07T05:49:21.740Zuploading: /work/rpf_v6_interface.log (0 bytes)
21492026-08-07T05:49:22.745Zuploaded: /work/rpf_v6_interface.log
21502026-08-07T05:49:22.745Zuploading: /work/rpf_v6_lpm.log (0 bytes)
21512026-08-07T05:49:23.751Zuploaded: /work/rpf_v6_lpm.log