01KMK9KJ6C0587ASZ4NE19F41W: build

BasicConfig {
    output_rules: [
        "/work/debug/*",
        "/work/release/*",
    ],
    rust_toolchain: Some(
        String(
            "stable",
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [
        BasicConfigPublish {
            from_output: "/work/release/ddmd",
            series: "release",
            name: "ddmd",
        },
        BasicConfigPublish {
            from_output: "/work/release/ddmadm",
            series: "release",
            name: "ddmadm",
        },
        BasicConfigPublish {
            from_output: "/work/release/falcon-lab",
            series: "release",
            name: "falcon-lab",
        },
        BasicConfigPublish {
            from_output: "/work/debug/ddmd",
            series: "debug",
            name: "ddmd",
        },
        BasicConfigPublish {
            from_output: "/work/debug/ddmadm",
            series: "debug",
            name: "ddmadm",
        },
        BasicConfigPublish {
            from_output: "/work/debug/mgd",
            series: "debug",
            name: "mgd",
        },
        BasicConfigPublish {
            from_output: "/work/debug/mgadm",
            series: "debug",
            name: "mgadm",
        },
        BasicConfigPublish {
            from_output: "/work/release/mgd",
            series: "release",
            name: "mgd",
        },
        BasicConfigPublish {
            from_output: "/work/release/mgadm",
            series: "release",
            name: "mgadm",
        },
    ],
    skip_clone: false,
}

Buildomat Job: 01KMK9MS79DZ53K3P6R69MVBEW

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-25T20:11:47.419Zjob assigned to worker 01KMK9Y7G2ATTM7HM2T9DE6FMT [factory aws, i-0858cb548fab7eccb] (queued for 6 m 1 s)
 
22026-03-25T20:11:53.907Zstarting task 0: "setup"
32026-03-25T20:11:53.911Z++ uname -s
42026-03-25T20:11:53.914Z+ kern=SunOS
52026-03-25T20:11:53.914Z+ build_user=build
62026-03-25T20:11:53.914Z+ build_uid=12345
72026-03-25T20:11:53.914Z+ work_dir=/work
82026-03-25T20:11:53.914Z+ input_dir=/input
92026-03-25T20:11:53.914Z+ [[ 0 == 12345 ]]
102026-03-25T20:11:53.914Z+ case "$kern" in
112026-03-25T20:11:53.914Z+ groupadd -g 12345 build
122026-03-25T20:11:53.914Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-25T20:11:55.921Z+ zfs create -o mountpoint=/work rpool/work
142026-03-25T20:11:56.041Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-25T20:11:56.044Z+ home_fs=zfs
162026-03-25T20:11:56.044Z+ [[ zfs == autofs ]]
172026-03-25T20:11:56.044Z+ mkdir -p /home/build
182026-03-25T20:11:56.044Z+ chown build:build /home/build /work
192026-03-25T20:11:58.046Z+ chmod 0700 /home/build /work
202026-03-25T20:11:58.049Zprocess exited: duration 4144 ms, exit code 0
 
212026-03-25T20:11:58.056Zstarting task 1: "rust-toolchain"
222026-03-25T20:11:58.060Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-03-25T20:11:58.060Z * rust toolchain channel = "stable"
242026-03-25T20:11:58.060Z * rust toolchain profile = "default"
252026-03-25T20:11:58.060Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-03-25T20:11:58.060Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-25T20:11:58.060Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-25T20:11:58.063Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-25T20:11:58.063Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-03-25T20:11:58.134Zinfo: downloading installer
312026-03-25T20:11:59.505Zwarn: It looks like you have an existing installation of Rust at:
322026-03-25T20:11:59.505Zwarn: /opt/ooce/bin
332026-03-25T20:11:59.505Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-25T20:11:59.505Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-25T20:11:59.505Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-25T20:11:59.505Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-25T20:11:59.505Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-25T20:11:59.505Zerror: cannot install while Rust is installed
392026-03-25T20:11:59.505Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-25T20:11:59.505Zwarn: It looks like you have an existing rustup settings file at:
412026-03-25T20:11:59.505Zwarn: /home/build/.rustup/settings.toml
422026-03-25T20:11:59.505Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-25T20:11:59.505Zwarn: instead of the one inferred from the default host triple.
442026-03-25T20:11:59.517Zinfo: profile set to default
452026-03-25T20:11:59.517Zinfo: default host triple is x86_64-unknown-illumos
462026-03-25T20:11:59.520Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-03-25T20:11:59.647Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-25T20:11:59.651Zinfo: downloading 6 components
492026-03-25T20:12:15.521Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-03-25T20:12:15.521Z
512026-03-25T20:12:15.551Z stable-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-25T20:12:15.552Z
532026-03-25T20:12:15.552Z
542026-03-25T20:12:15.552ZRust is installed now. Great!
552026-03-25T20:12:15.552Z
562026-03-25T20:12:15.552ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-25T20:12:15.552Zenvironment variable. This has not been done automatically.
582026-03-25T20:12:15.552Z
592026-03-25T20:12:15.552ZTo configure your current shell, you need to source
602026-03-25T20:12:15.552Zthe corresponding env file under $HOME/.cargo.
612026-03-25T20:12:15.552Z
622026-03-25T20:12:15.552ZThis is usually done by running one of the following (note the leading DOT):
632026-03-25T20:12:15.552Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-25T20:12:15.552Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-25T20:12:15.552Zsource "~/.cargo/env.nu" # For nushell
662026-03-25T20:12:15.552Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-25T20:12:15.552Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-25T20:12:15.552Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-25T20:12:15.559Zwarn: no default linker (`cc`) was found in your PATH
702026-03-25T20:12:15.559Zwarn: many Rust crates require a system C toolchain to build
712026-03-25T20:12:15.652Z+ rustup --version
722026-03-25T20:12:15.661Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-25T20:12:15.664Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-25T20:12:15.683Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-25T20:12:15.688Z+ cargo --version
762026-03-25T20:12:15.698Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-25T20:12:15.703Z+ rustc --version
782026-03-25T20:12:15.725Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-25T20:12:15.729Zprocess exited: duration 17667 ms, exit code 0
 
802026-03-25T20:12:15.735Zstarting task 2: "authentication"
812026-03-25T20:12:15.754Zprocess exited: duration 18 ms, exit code 0
 
822026-03-25T20:12:15.761Zstarting task 3: "clone repository"
832026-03-25T20:12:15.765Z+ mkdir -p /work/oxidecomputer/maghemite
842026-03-25T20:12:15.765Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-03-25T20:12:15.796ZCloning into '/work/oxidecomputer/maghemite'...
862026-03-25T20:12:16.540Z+ cd /work/oxidecomputer/maghemite
872026-03-25T20:12:16.540Z+ git fetch origin 4949163aee7ca9ca8b89b2da582f866500156c36
882026-03-25T20:12:16.783ZFrom https://github.com/oxidecomputer/maghemite
892026-03-25T20:12:16.783Z * branch 4949163aee7ca9ca8b89b2da582f866500156c36 -> FETCH_HEAD
902026-03-25T20:12:16.789Z+ [[ -n renovate/clap-4.x ]]
912026-03-25T20:12:16.791Z++ git branch --show-current
922026-03-25T20:12:16.792Z+ current=main
932026-03-25T20:12:16.792Z+ [[ main != renovate/clap-4.x ]]
942026-03-25T20:12:16.792Z+ git branch -f renovate/clap-4.x 4949163aee7ca9ca8b89b2da582f866500156c36
952026-03-25T20:12:16.795Z+ git checkout -f renovate/clap-4.x
962026-03-25T20:12:16.810ZSwitched to branch 'renovate/clap-4.x'
972026-03-25T20:12:16.814Z+ git reset --hard 4949163aee7ca9ca8b89b2da582f866500156c36
982026-03-25T20:12:16.826ZHEAD is now at 4949163 Update Rust crate clap to 4.6.0
992026-03-25T20:12:16.829Zprocess exited: duration 1067 ms, exit code 0
 
1002026-03-25T20:12:16.835Zstarting task 4: "build"
1012026-03-25T20:12:16.839Z+ pfexec pkg install clang-15
1022026-03-25T20:12:25.800Z Startup: Refreshing catalog 'helios-dev' ... Done
1032026-03-25T20:12:32.672Z Startup: Caching catalogs ... Done
1042026-03-25T20:12:36.414ZPlanning: Solver setup ... Done
1052026-03-25T20:12:36.428ZPlanning: Running solver ... Done
1062026-03-25T20:12:36.544ZPlanning: Finding local manifests ... Done
1072026-03-25T20:12:36.555ZPlanning: Fetching manifests: 0/2 0% complete
1082026-03-25T20:12:36.643ZPlanning: Fetching manifests: 2/2 100% complete
1092026-03-25T20:12:36.673ZPlanning: Package planning ... Done
1102026-03-25T20:12:36.700ZPlanning: Merging actions ... Done
1112026-03-25T20:12:36.815ZPlanning: Checking for conflicting actions ... Done
1122026-03-25T20:12:36.822ZPlanning: Consolidating action changes ... Done
1132026-03-25T20:12:37.562ZPlanning: Evaluating mediators ... Done
1142026-03-25T20:12:37.567ZPlanning: Planning completed in 4.74 seconds
1152026-03-25T20:12:37.638Z Packages to install: 2
1162026-03-25T20:12:37.644Z Mediators to change: 2
1172026-03-25T20:12:37.644Z Services to change: 1
1182026-03-25T20:12:37.644Z Create boot environment: No
1192026-03-25T20:12:37.644ZCreate backup boot environment: No
1202026-03-25T20:12:37.680Z
1212026-03-25T20:12:37.680ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1222026-03-25T20:12:42.681ZDownload: 1576/3076 items 115.4/211.3MB 54% complete (23.5M/s)
1232026-03-25T20:12:47.120ZDownload: Completed 211.31 MB in 9.44 seconds (22.4M/s)
1242026-03-25T20:12:47.372Z Actions: 1/3418 actions (Installing new actions)
1252026-03-25T20:12:50.533Z Actions: Completed 3418 actions in 3.16 seconds.
1262026-03-25T20:12:50.823Z Done
1272026-03-25T20:12:50.823Z Done
1282026-03-25T20:12:51.511Z Done
1292026-03-25T20:12:54.913Z Done
1302026-03-25T20:12:54.987Z Done
1312026-03-25T20:12:54.990Z Done
1322026-03-25T20:12:55.291Z Done
1332026-03-25T20:12:55.956Z+ cargo --version
1342026-03-25T20:12:55.964Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
1352026-03-25T20:12:56.153Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
1362026-03-25T20:12:56.156Zinfo: downloading 6 components
1372026-03-25T20:13:10.864Zcargo 1.94.0 (85eff7c80 2026-01-15)
1382026-03-25T20:13:10.868Z+ rustc --version
1392026-03-25T20:13:10.892Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1402026-03-25T20:13:10.898Z+ banner check
1412026-03-25T20:13:10.901Z
1422026-03-25T20:13:10.901Z #### # # ###### #### # #
1432026-03-25T20:13:10.901Z # # # # # # # # #
1442026-03-25T20:13:10.901Z # ###### ##### # ####
1452026-03-25T20:13:10.901Z # # # # # # #
1462026-03-25T20:13:10.901Z # # # # # # # # #
1472026-03-25T20:13:10.901Z #### # # ###### #### # #
1482026-03-25T20:13:10.901Z
1492026-03-25T20:13:10.901Z+ cargo fmt -- --check
1502026-03-25T20:13:11.285Z+ cargo clippy --all-targets -- --deny warnings
1512026-03-25T20:13:11.401Z Updating git repository `https://github.com/oxidecomputer/falcon`
1522026-03-25T20:13:12.049ZFrom https://github.com/oxidecomputer/falcon
1532026-03-25T20:13:12.049Z * [new ref] 9167ac10b0deaaf5b0498bfdb57eab9f221087b7 -> refs/commit/9167ac10b0deaaf5b0498bfdb57eab9f221087b7
1542026-03-25T20:13:12.128Z Updating crates.io index
1552026-03-25T20:13:12.161Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1562026-03-25T20:13:12.914ZFrom https://github.com/oxidecomputer/dendrite
1572026-03-25T20:13:12.914Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
1582026-03-25T20:13:13.139Z Updating git repository `https://github.com/oxidecomputer/ispf`
1592026-03-25T20:13:13.441ZFrom https://github.com/oxidecomputer/ispf
1602026-03-25T20:13:13.442Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
1612026-03-25T20:13:13.447Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1622026-03-25T20:13:13.826ZFrom https://github.com/oxidecomputer/netadm-sys
1632026-03-25T20:13:13.826Z * [new ref] e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1 -> refs/commit/e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1
1642026-03-25T20:13:13.833Z Updating git repository `https://github.com/oxidecomputer/omicron`
1652026-03-25T20:13:21.907ZFrom https://github.com/oxidecomputer/omicron
1662026-03-25T20:13:21.907Z * [new ref] 48dd241a32e3d1bf92fb5b79bc5a38baa0fe3166 -> refs/commit/48dd241a32e3d1bf92fb5b79bc5a38baa0fe3166
1672026-03-25T20:13:22.328Z Updating git repository `https://github.com/oxidecomputer/opte`
1682026-03-25T20:13:23.011ZFrom https://github.com/oxidecomputer/opte
1692026-03-25T20:13:23.011Z * [new ref] e547d07b08c3f3d6c821c9eb7a958adcffce6e56 -> refs/commit/e547d07b08c3f3d6c821c9eb7a958adcffce6e56
1702026-03-25T20:13:23.405Z Updating git repository `https://github.com/illumos/smf-rs`
1712026-03-25T20:13:23.686ZFrom https://github.com/illumos/smf-rs
1722026-03-25T20:13:23.686Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
1732026-03-25T20:13:23.914Z Updating git repository `https://github.com/oxidecomputer/network-interface`
1742026-03-25T20:13:24.193ZFrom https://github.com/oxidecomputer/network-interface
1752026-03-25T20:13:24.193Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
1762026-03-25T20:13:24.200Z Updating git repository `https://github.com/oxidecomputer/zone`
1772026-03-25T20:13:24.495ZFrom https://github.com/oxidecomputer/zone
1782026-03-25T20:13:24.495Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
1792026-03-25T20:13:24.577Z Updating git repository `https://github.com/oxidecomputer/propolis`
1802026-03-25T20:13:25.840ZFrom https://github.com/oxidecomputer/propolis
1812026-03-25T20:13:25.840Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
1822026-03-25T20:13:26.094Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1832026-03-25T20:13:29.613ZFrom https://github.com/oxidecomputer/transceiver-control
1842026-03-25T20:13:29.613Z * [new ref] 4bfd6375796ef21a4c8c1f46e639cc663c2f95f8 -> refs/commit/4bfd6375796ef21a4c8c1f46e639cc663c2f95f8
1852026-03-25T20:13:29.632Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1862026-03-25T20:13:29.910ZFrom https://github.com/oxidecomputer/dlpi-sys
1872026-03-25T20:13:29.910Z * [new ref] 7cce2d3ab9dcac909642e1d1060f27bb2549cfdc -> refs/commit/7cce2d3ab9dcac909642e1d1060f27bb2549cfdc
1882026-03-25T20:13:29.916Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1892026-03-25T20:13:30.228ZFrom https://github.com/jmesmon/rust-libzfs
1902026-03-25T20:13:30.228Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
1912026-03-25T20:13:30.236Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1922026-03-25T20:13:30.503ZFrom https://github.com/oxidecomputer/rusty-doors
1932026-03-25T20:13:30.503Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
1942026-03-25T20:13:30.601Z Updating git repository `https://github.com/oxidecomputer/lldp`
1952026-03-25T20:13:30.928ZFrom https://github.com/oxidecomputer/lldp
1962026-03-25T20:13:30.928Z * [new ref] c3305fd1a7ea7aba31f3834757a6b931e4f59fe6 -> refs/commit/c3305fd1a7ea7aba31f3834757a6b931e4f59fe6
1972026-03-25T20:13:30.996Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1982026-03-25T20:13:31.291ZFrom https://github.com/oxidecomputer/slog-error-chain
1992026-03-25T20:13:31.291Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
2002026-03-25T20:13:31.309Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2012026-03-25T20:13:31.613ZFrom https://github.com/oxidecomputer/tufaceous
2022026-03-25T20:13:31.614Z * [new ref] 1eacfcf0cade44f77d433f31744dbee4abb96465 -> refs/commit/1eacfcf0cade44f77d433f31744dbee4abb96465
2032026-03-25T20:13:31.862Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2042026-03-25T20:13:32.343ZFrom https://github.com/oxidecomputer/management-gateway-service
2052026-03-25T20:13:32.343Z * [new ref] ea2f39ccdea124b5affcad0ca17bc5dacf65823a -> refs/commit/ea2f39ccdea124b5affcad0ca17bc5dacf65823a
2062026-03-25T20:13:32.498Z Updating git repository `https://github.com/oxidecomputer/crucible`
2072026-03-25T20:13:33.321ZFrom https://github.com/oxidecomputer/crucible
2082026-03-25T20:13:33.321Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
2092026-03-25T20:13:34.137Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2102026-03-25T20:13:34.431ZFrom https://github.com/oxidecomputer/serde_human_bytes
2112026-03-25T20:13:34.431Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
2122026-03-25T20:13:34.891Z Updating git repository `https://github.com/oxidecomputer/propolis`
2132026-03-25T20:13:35.305ZFrom https://github.com/oxidecomputer/propolis
2142026-03-25T20:13:35.305Z * [new ref] 368a2225b79328514ce0ea9181d8f874019edaa2 -> refs/commit/368a2225b79328514ce0ea9181d8f874019edaa2
2152026-03-25T20:13:35.372Z Updating git repository `https://github.com/oxidecomputer/tofino`
2162026-03-25T20:13:35.667ZFrom https://github.com/oxidecomputer/tofino
2172026-03-25T20:13:35.667Z * [new ref] 7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33 -> refs/commit/7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33
2182026-03-25T20:13:35.685Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2192026-03-25T20:13:36.216ZFrom https://github.com/oxidecomputer/maghemite
2202026-03-25T20:13:36.216Z * [new ref] b603c9f3dccefcf1d3e941c04505ff6bdd1826b6 -> refs/commit/b603c9f3dccefcf1d3e941c04505ff6bdd1826b6
2212026-03-25T20:13:36.267Z Updating git repository `https://github.com/oxidecomputer/clickward`
2222026-03-25T20:13:36.536ZFrom https://github.com/oxidecomputer/clickward
2232026-03-25T20:13:36.536Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
2242026-03-25T20:13:36.727Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2252026-03-25T20:13:37.133ZFrom https://github.com/oxidecomputer/illumos-devinfo
2262026-03-25T20:13:37.133Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
2272026-03-25T20:13:37.244Z Updating git repository `https://github.com/oxidecomputer/crucible`
2282026-03-25T20:13:37.576ZFrom https://github.com/oxidecomputer/crucible
2292026-03-25T20:13:37.576Z * [new ref] a945a32ba9e1f2098ce3a8963765f1894f37110b -> refs/commit/a945a32ba9e1f2098ce3a8963765f1894f37110b
2302026-03-25T20:13:38.849Z Downloading crates ...
2312026-03-25T20:13:38.916Z Downloaded aead v0.5.2
2322026-03-25T20:13:38.924Z Downloaded atomicwrites v0.4.4
2332026-03-25T20:13:38.927Z Downloaded anstream v1.0.0
2342026-03-25T20:13:38.930Z Downloaded anstyle-query v1.1.5
2352026-03-25T20:13:38.933Z Downloaded block-buffer v0.10.4
2362026-03-25T20:13:38.936Z Downloaded embedded-io v0.4.0
2372026-03-25T20:13:38.936Z Downloaded foreign-types-shared v0.1.1
2382026-03-25T20:13:38.939Z Downloaded anstyle-parse v1.0.0
2392026-03-25T20:13:38.942Z Downloaded cobs v0.3.0
2402026-03-25T20:13:38.942Z Downloaded clap_lex v1.1.0
2412026-03-25T20:13:38.942Z Downloaded ciborium-ll v0.2.2
2422026-03-25T20:13:38.945Z Downloaded ciborium-io v0.2.2
2432026-03-25T20:13:38.945Z Downloaded cfg-if v1.0.4
2442026-03-25T20:13:38.948Z Downloaded futures v0.3.32
2452026-03-25T20:13:38.951Z Downloaded arc-swap v1.9.0
2462026-03-25T20:13:38.954Z Downloaded blake2 v0.10.6
2472026-03-25T20:13:38.954Z Downloaded anyhow v1.0.102
2482026-03-25T20:13:38.957Z Downloaded hostname v0.4.2
2492026-03-25T20:13:38.959Z Downloaded dtrace-parser v0.3.0
2502026-03-25T20:13:38.960Z Downloaded displaydoc v0.2.5
2512026-03-25T20:13:38.963Z Downloaded embedded-io v0.6.1
2522026-03-25T20:13:38.963Z Downloaded dunce v1.0.5
2532026-03-25T20:13:38.966Z Downloaded dyn-clone v1.0.20
2542026-03-25T20:13:38.966Z Downloaded dropshot-api-manager-types v0.5.2
2552026-03-25T20:13:38.966Z Downloaded defmt-parser v1.0.0
2562026-03-25T20:13:38.969Z Downloaded debug-ignore v1.0.5
2572026-03-25T20:13:38.969Z Downloaded camino-tempfile v1.4.1
2582026-03-25T20:13:38.972Z Downloaded dtrace-parser v0.2.0
2592026-03-25T20:13:38.972Z Downloaded enum-as-inner v0.6.1
2602026-03-25T20:13:38.972Z Downloaded base16ct v1.0.0
2612026-03-25T20:13:38.975Z Downloaded dof v0.3.0
2622026-03-25T20:13:38.975Z Downloaded bit-set v0.8.0
2632026-03-25T20:13:38.978Z Downloaded cipher v0.4.4
2642026-03-25T20:13:38.981Z Downloaded equivalent v1.0.2
2652026-03-25T20:13:38.981Z Downloaded curve25519-dalek-derive v0.1.1
2662026-03-25T20:13:38.981Z Downloaded crucible-workspace-hack v0.1.0
2672026-03-25T20:13:38.986Z Downloaded base16ct v0.2.0
2682026-03-25T20:13:38.986Z Downloaded either v1.15.0
2692026-03-25T20:13:38.986Z Downloaded async-trait v0.1.89
2702026-03-25T20:13:38.990Z Downloaded convert_case v0.4.0
2712026-03-25T20:13:38.990Z Downloaded camino v1.2.2
2722026-03-25T20:13:38.993Z Downloaded futures-io v0.3.32
2732026-03-25T20:13:38.993Z Downloaded chacha20poly1305 v0.10.1
2742026-03-25T20:13:38.996Z Downloaded hubpack_derive v0.1.1
2752026-03-25T20:13:38.996Z Downloaded dof v0.4.0
2762026-03-25T20:13:38.996Z Downloaded const-random-macro v0.1.16
2772026-03-25T20:13:38.996Z Downloaded const-random v0.1.18
2782026-03-25T20:13:38.999Z Downloaded hash32 v0.3.1
2792026-03-25T20:13:38.999Z Downloaded cpufeatures v0.3.0
2802026-03-25T20:13:38.999Z Downloaded futures-core v0.3.32
2812026-03-25T20:13:39.002Z Downloaded darling_macro v0.23.0
2822026-03-25T20:13:39.005Z Downloaded crc8 v0.1.1
2832026-03-25T20:13:39.005Z Downloaded colorchoice v1.0.5
2842026-03-25T20:13:39.008Z Downloaded cstr-argument v0.1.2
2852026-03-25T20:13:39.011Z Downloaded form_urlencoded v1.2.2
2862026-03-25T20:13:39.011Z Downloaded async-stream-impl v0.3.6
2872026-03-25T20:13:39.011Z Downloaded async-stream v0.3.6
2882026-03-25T20:13:39.014Z Downloaded heck v0.5.0
2892026-03-25T20:13:39.014Z Downloaded defmt v0.3.100
2902026-03-25T20:13:39.014Z Downloaded foreign-types-shared v0.3.1
2912026-03-25T20:13:39.017Z Downloaded fnv v1.0.7
2922026-03-25T20:13:39.017Z Downloaded byte-wrapper v0.1.0
2932026-03-25T20:13:39.020Z Downloaded ff v0.13.1
2942026-03-25T20:13:39.020Z Downloaded darling_macro v0.21.3
2952026-03-25T20:13:39.020Z Downloaded crunchy v0.2.4
2962026-03-25T20:13:39.023Z Downloaded fs-err v3.3.0
2972026-03-25T20:13:39.023Z Downloaded cpufeatures v0.2.17
2982026-03-25T20:13:39.023Z Downloaded bit-vec v0.8.0
2992026-03-25T20:13:39.026Z Downloaded humantime v2.3.0
3002026-03-25T20:13:39.026Z Downloaded atomic-waker v1.1.2
3012026-03-25T20:13:39.029Z Downloaded async-recursion v1.1.1
3022026-03-25T20:13:39.030Z Downloaded http-body v1.0.1
3032026-03-25T20:13:39.032Z Downloaded cfg_aliases v0.2.1
3042026-03-25T20:13:39.032Z Downloaded futures-macro v0.3.32
3052026-03-25T20:13:39.032Z Downloaded fastrand v2.3.0
3062026-03-25T20:13:39.032Z Downloaded autocfg v1.5.0
3072026-03-25T20:13:39.036Z Downloaded hostname v0.3.1
3082026-03-25T20:13:39.036Z Downloaded hex v0.4.3
3092026-03-25T20:13:39.042Z Downloaded futures-task v0.3.32
3102026-03-25T20:13:39.042Z Downloaded foreign-types v0.5.0
3112026-03-25T20:13:39.042Z Downloaded foreign-types v0.3.2
3122026-03-25T20:13:39.045Z Downloaded clap_derive v4.6.0
3132026-03-25T20:13:39.045Z Downloaded git-stub v1.0.0
3142026-03-25T20:13:39.045Z Downloaded byteorder v1.5.0
3152026-03-25T20:13:39.048Z Downloaded fxhash v0.2.1
3162026-03-25T20:13:39.048Z Downloaded bcs v0.1.6
3172026-03-25T20:13:39.051Z Downloaded gethostname v0.5.0
3182026-03-25T20:13:39.051Z Downloaded base64ct v1.8.3
3192026-03-25T20:13:39.054Z Downloaded hubpack v0.1.2
3202026-03-25T20:13:39.054Z Downloaded heck v0.4.1
3212026-03-25T20:13:39.054Z Downloaded bitflags v2.11.0
3222026-03-25T20:13:39.063Z Downloaded fixedbitset v0.4.2
3232026-03-25T20:13:39.066Z Downloaded errno v0.3.14
3242026-03-25T20:13:39.066Z Downloaded crypto-common v0.1.7
3252026-03-25T20:13:39.068Z Downloaded httpdate v1.0.3
3262026-03-25T20:13:39.068Z Downloaded foreign-types-macros v0.2.3
3272026-03-25T20:13:39.071Z Downloaded float-ord v0.3.2
3282026-03-25T20:13:39.074Z Downloaded indent_write v2.2.0
3292026-03-25T20:13:39.074Z Downloaded futures-executor v0.3.32
3302026-03-25T20:13:39.074Z Downloaded erased-serde v0.3.31
3312026-03-25T20:13:39.079Z Downloaded idna_adapter v1.2.1
3322026-03-25T20:13:39.079Z Downloaded ident_case v1.0.1
3332026-03-25T20:13:39.082Z Downloaded cmake v0.1.57
3342026-03-25T20:13:39.082Z Downloaded globset v0.4.18
3352026-03-25T20:13:39.082Z Downloaded backoff v0.4.0
3362026-03-25T20:13:39.085Z Downloaded anstyle v1.0.14
3372026-03-25T20:13:39.088Z Downloaded bitflags v1.3.2
3382026-03-25T20:13:39.090Z Downloaded foldhash v0.2.0
3392026-03-25T20:13:39.090Z Downloaded defmt-macros v1.0.1
3402026-03-25T20:13:39.093Z Downloaded critical-section v1.2.0
3412026-03-25T20:13:39.093Z Downloaded const_format_proc_macros v0.2.34
3422026-03-25T20:13:39.096Z Downloaded is_terminal_polyfill v1.70.2
3432026-03-25T20:13:39.099Z Downloaded is_ci v1.2.0
3442026-03-25T20:13:39.099Z Downloaded internet-checksum v0.2.1
3452026-03-25T20:13:39.099Z Downloaded instant v0.1.13
3462026-03-25T20:13:39.102Z Downloaded inout v0.1.4
3472026-03-25T20:13:39.102Z Downloaded is-terminal v0.4.17
3482026-03-25T20:13:39.102Z Downloaded argon2 v0.5.3
3492026-03-25T20:13:39.105Z Downloaded hashbrown v0.12.3
3502026-03-25T20:13:39.105Z Downloaded fs_extra v1.3.0
3512026-03-25T20:13:39.108Z Downloaded itoa v1.0.18
3522026-03-25T20:13:39.108Z Downloaded daft v0.1.5
3532026-03-25T20:13:39.111Z Downloaded lru-cache v0.1.2
3542026-03-25T20:13:39.111Z Downloaded lazy_static v1.5.0
3552026-03-25T20:13:39.114Z Downloaded lru-slab v0.1.2
3562026-03-25T20:13:39.114Z Downloaded linked-hash-map v0.5.6
3572026-03-25T20:13:39.114Z Downloaded crossbeam-deque v0.8.6
3582026-03-25T20:13:39.114Z Downloaded derive_more v0.99.20
3592026-03-25T20:13:39.117Z Downloaded ciborium v0.2.2
3602026-03-25T20:13:39.120Z Downloaded http-body-util v0.1.3
3612026-03-25T20:13:39.120Z Downloaded bytecount v0.6.9
3622026-03-25T20:13:39.123Z Downloaded git-stub-vcs v0.1.0
3632026-03-25T20:13:39.123Z Downloaded deranged v0.5.8
3642026-03-25T20:13:39.126Z Downloaded group v0.13.0
3652026-03-25T20:13:39.126Z Downloaded digest v0.10.7
3662026-03-25T20:13:39.129Z Downloaded defmt v1.0.1
3672026-03-25T20:13:39.129Z Downloaded keccak v0.1.6
3682026-03-25T20:13:39.132Z Downloaded glob v0.3.3
3692026-03-25T20:13:39.132Z Downloaded foldhash v0.1.5
3702026-03-25T20:13:39.132Z Downloaded ahash v0.8.12
3712026-03-25T20:13:39.135Z Downloaded generic-array v0.14.7
3722026-03-25T20:13:39.135Z Downloaded fixedbitset v0.5.7
3732026-03-25T20:13:39.138Z Downloaded memoffset v0.9.1
3742026-03-25T20:13:39.138Z Downloaded match_cfg v0.1.0
3752026-03-25T20:13:39.141Z Downloaded natord v1.0.9
3762026-03-25T20:13:39.141Z Downloaded memmap v0.7.0
3772026-03-25T20:13:39.141Z Downloaded managed v0.8.0
3782026-03-25T20:13:39.141Z Downloaded highway v1.3.0
3792026-03-25T20:13:39.144Z Downloaded ingot-types v0.1.2
3802026-03-25T20:13:39.144Z Downloaded futures-sink v0.3.32
3812026-03-25T20:13:39.147Z Downloaded data-encoding v2.10.0
3822026-03-25T20:13:39.147Z Downloaded macaddr v1.0.1
3832026-03-25T20:13:39.147Z Downloaded libscf-sys v1.1.0
3842026-03-25T20:13:39.150Z Downloaded hmac v0.12.1
3852026-03-25T20:13:39.150Z Downloaded getrandom v0.2.17
3862026-03-25T20:13:39.153Z Downloaded drift v0.1.3
3872026-03-25T20:13:39.156Z Downloaded newline-converter v0.3.0
3882026-03-25T20:13:39.159Z Downloaded find-msvc-tools v0.1.9
3892026-03-25T20:13:39.159Z Downloaded num v0.4.3
3902026-03-25T20:13:39.162Z Downloaded dropshot_endpoint v0.16.7
3912026-03-25T20:13:39.162Z Downloaded derive-where v1.6.1
3922026-03-25T20:13:39.165Z Downloaded csv-core v0.1.13
3932026-03-25T20:13:39.165Z Downloaded chacha20 v0.10.0
3942026-03-25T20:13:39.167Z Downloaded backon v1.6.0
3952026-03-25T20:13:39.171Z Downloaded newtype-uuid-macros v0.1.0
3962026-03-25T20:13:39.171Z Downloaded ipnetwork v0.21.1
3972026-03-25T20:13:39.171Z Downloaded ipnet v2.12.0
3982026-03-25T20:13:39.175Z Downloaded lock_api v0.4.14
3992026-03-25T20:13:39.177Z Downloaded num-conv v0.2.0
4002026-03-25T20:13:39.177Z Downloaded num-derive v0.4.2
4012026-03-25T20:13:39.180Z Downloaded num-derive v0.3.3
4022026-03-25T20:13:39.180Z Downloaded num-iter v0.1.45
4032026-03-25T20:13:39.180Z Downloaded iana-time-zone v0.1.65
4042026-03-25T20:13:39.183Z Downloaded darling v0.21.3
4052026-03-25T20:13:39.186Z Downloaded opaque-debug v0.3.1
4062026-03-25T20:13:39.186Z Downloaded openssl-probe v0.2.1
4072026-03-25T20:13:39.186Z Downloaded openssl-macros v0.1.1
4082026-03-25T20:13:39.189Z Downloaded num_threads v0.1.7
4092026-03-25T20:13:39.189Z Downloaded omicron-workspace-hack v0.1.0
4102026-03-25T20:13:39.189Z Downloaded cookie v0.18.1
4112026-03-25T20:13:39.192Z Downloaded newtype_derive v0.1.6
4122026-03-25T20:13:39.192Z Downloaded jobserver v0.1.34
4132026-03-25T20:13:39.192Z Downloaded httparse v1.10.1
4142026-03-25T20:13:39.195Z Downloaded futures-channel v0.3.32
4152026-03-25T20:13:39.195Z Downloaded diff v0.1.13
4162026-03-25T20:13:39.198Z Downloaded cancel-safe-futures v0.1.5
4172026-03-25T20:13:39.201Z Downloaded derive-ex v0.1.8
4182026-03-25T20:13:39.201Z Downloaded daft-derive v0.1.5
4192026-03-25T20:13:39.204Z Downloaded mime v0.3.17
4202026-03-25T20:13:39.204Z Downloaded libsw-core v0.3.2
4212026-03-25T20:13:39.207Z Downloaded libsw v3.5.0
4222026-03-25T20:13:39.208Z Downloaded linear-map v1.2.0
4232026-03-25T20:13:39.208Z Downloaded icu_provider v2.1.1
4242026-03-25T20:13:39.211Z Downloaded half v2.7.1
4252026-03-25T20:13:39.211Z Downloaded crc32fast v1.5.0
4262026-03-25T20:13:39.214Z Downloaded parse-display v0.10.0
4272026-03-25T20:13:39.214Z Downloaded hyper-rustls v0.27.7
4282026-03-25T20:13:39.214Z Downloaded elliptic-curve v0.13.8
4292026-03-25T20:13:39.218Z Downloaded cargo_toml v0.22.3
4302026-03-25T20:13:39.218Z Downloaded bytes v1.11.1
4312026-03-25T20:13:39.221Z Downloaded darling v0.23.0
4322026-03-25T20:13:39.224Z Downloaded getrandom v0.3.4
4332026-03-25T20:13:39.227Z Downloaded ingot-macros v0.1.1
4342026-03-25T20:13:39.227Z Downloaded console v0.15.11
4352026-03-25T20:13:39.230Z Downloaded chacha20 v0.9.1
4362026-03-25T20:13:39.230Z Downloaded multer v3.1.0
4372026-03-25T20:13:39.230Z Downloaded console v0.16.3
4382026-03-25T20:13:39.233Z Downloaded percent-encoding v2.3.2
4392026-03-25T20:13:39.233Z Downloaded no-std-compat v0.4.1
4402026-03-25T20:13:39.233Z Downloaded ingot v0.1.1
4412026-03-25T20:13:39.236Z Downloaded phf_shared v0.12.1
4422026-03-25T20:13:39.236Z Downloaded pin-utils v0.1.0
4432026-03-25T20:13:39.240Z Downloaded proc-macro-crate v3.5.0
4442026-03-25T20:13:39.243Z Downloaded pretty-hex v0.4.2
4452026-03-25T20:13:39.243Z Downloaded powerfmt v0.2.0
4462026-03-25T20:13:39.243Z Downloaded allocator-api2 v0.2.21
4472026-03-25T20:13:39.246Z Downloaded num_enum v0.5.11
4482026-03-25T20:13:39.250Z Downloaded olpc-cjson v0.1.4
4492026-03-25T20:13:39.250Z Downloaded clap v4.6.0
4502026-03-25T20:13:39.253Z Downloaded proc-macro-error-attr2 v2.0.0
4512026-03-25T20:13:39.256Z Downloaded proc-macro-crate v1.3.1
4522026-03-25T20:13:39.256Z Downloaded newtype-uuid v1.3.2
4532026-03-25T20:13:39.256Z Downloaded proc-macro-error-attr v1.0.4
4542026-03-25T20:13:39.259Z Downloaded num_enum_derive v0.5.11
4552026-03-25T20:13:39.259Z Downloaded potential_utf v0.1.4
4562026-03-25T20:13:39.259Z Downloaded plain v0.2.3
4572026-03-25T20:13:39.259Z Downloaded num_enum v0.7.6
4582026-03-25T20:13:39.262Z Downloaded num-rational v0.4.2
4592026-03-25T20:13:39.265Z Downloaded crossbeam-utils v0.8.21
4602026-03-25T20:13:39.265Z Downloaded crossbeam-epoch v0.9.18
4612026-03-25T20:13:39.268Z Downloaded colored v3.1.1
4622026-03-25T20:13:39.268Z Downloaded owo-colors v4.3.0
4632026-03-25T20:13:39.271Z Downloaded num_enum_derive v0.7.6
4642026-03-25T20:13:39.271Z Downloaded num-integer v0.1.46
4652026-03-25T20:13:39.274Z Downloaded oxide-tokio-rt v0.1.3
4662026-03-25T20:13:39.277Z Downloaded progenitor-macro v0.10.0
4672026-03-25T20:13:39.277Z Downloaded progenitor-client v0.10.0
4682026-03-25T20:13:39.277Z Downloaded progenitor-macro v0.11.2
4692026-03-25T20:13:39.280Z Downloaded progenitor-client v0.11.2
4702026-03-25T20:13:39.283Z Downloaded oxnet v0.1.4
4712026-03-25T20:13:39.283Z Downloaded rand_chacha v0.3.1
4722026-03-25T20:13:39.287Z Downloaded paste v1.0.15
4732026-03-25T20:13:39.287Z Downloaded heapless v0.8.0
4742026-03-25T20:13:39.290Z Downloaded parking_lot_core v0.8.6
4752026-03-25T20:13:39.290Z Downloaded cc v1.2.57
4762026-03-25T20:13:39.293Z Downloaded progenitor-macro v0.13.0
4772026-03-25T20:13:39.293Z Downloaded pem v3.0.6
4782026-03-25T20:13:39.296Z Downloaded password-hash v0.5.0
4792026-03-25T20:13:39.296Z Downloaded quick-error v1.2.3
4802026-03-25T20:13:39.296Z Downloaded base64 v0.21.7
4812026-03-25T20:13:39.299Z Downloaded ref-cast-impl v1.0.25
4822026-03-25T20:13:39.302Z Downloaded phf v0.12.1
4832026-03-25T20:13:39.307Z Downloaded icu_properties v2.1.2
4842026-03-25T20:13:39.310Z Downloaded rand_xorshift v0.4.0
4852026-03-25T20:13:39.315Z Downloaded ref-cast v1.0.25
4862026-03-25T20:13:39.321Z Downloaded pin-project-internal v1.1.11
4872026-03-25T20:13:39.324Z Downloaded log v0.4.29
4882026-03-25T20:13:39.324Z Downloaded poly1305 v0.8.0
4892026-03-25T20:13:39.332Z Downloaded rustc-hash v2.1.1
4902026-03-25T20:13:39.335Z Downloaded num-complex v0.4.6
4912026-03-25T20:13:39.335Z Downloaded proc-macro-error v1.0.4
4922026-03-25T20:13:39.335Z Downloaded progenitor v0.10.0
4932026-03-25T20:13:39.338Z Downloaded proc-macro-error2 v2.0.1
4942026-03-25T20:13:39.341Z Downloaded getrandom v0.4.2
4952026-03-25T20:13:39.344Z Downloaded darling_core v0.21.3
4962026-03-25T20:13:39.347Z Downloaded once_cell v1.21.4
4972026-03-25T20:13:39.349Z Downloaded icu_normalizer v2.1.1
4982026-03-25T20:13:39.352Z Downloaded progenitor v0.13.0
4992026-03-25T20:13:39.352Z Downloaded progenitor-extras v0.1.1
5002026-03-25T20:13:39.352Z Downloaded progenitor-client v0.13.0
5012026-03-25T20:13:39.355Z Downloaded progenitor v0.11.2
5022026-03-25T20:13:39.355Z Downloaded rustc_version v0.4.1
5032026-03-25T20:13:39.355Z Downloaded rustc_version v0.1.7
5042026-03-25T20:13:39.355Z Downloaded indexmap v1.9.3
5052026-03-25T20:13:39.358Z Downloaded scopeguard v1.2.0
5062026-03-25T20:13:39.358Z Downloaded same-file v1.0.6
5072026-03-25T20:13:39.362Z Downloaded parse-display-derive v0.10.0
5082026-03-25T20:13:39.368Z Downloaded hickory-resolver v0.25.2
5092026-03-25T20:13:39.371Z Downloaded parking_lot v0.11.2
5102026-03-25T20:13:39.374Z Downloaded litemap v0.8.1
5112026-03-25T20:13:39.374Z Downloaded pest_generator v2.8.6
5122026-03-25T20:13:39.377Z Downloaded serde_spanned v0.6.9
5132026-03-25T20:13:39.377Z Downloaded serde-big-array v0.5.1
5142026-03-25T20:13:39.377Z Downloaded secrecy v0.10.3
5152026-03-25T20:13:39.377Z Downloaded pest_derive v2.8.6
5162026-03-25T20:13:39.380Z Downloaded parking_lot_core v0.9.12
5172026-03-25T20:13:39.380Z Downloaded serial_test v3.4.0
5182026-03-25T20:13:39.383Z Downloaded memmap2 v0.9.10
5192026-03-25T20:13:39.383Z Downloaded serial_test_derive v3.4.0
5202026-03-25T20:13:39.383Z Downloaded quote v1.0.45
5212026-03-25T20:13:39.386Z Downloaded pkg-config v0.3.32
5222026-03-25T20:13:39.386Z Downloaded pin-project-lite v0.2.17
5232026-03-25T20:13:39.389Z Downloaded icu_locale_core v2.1.1
5242026-03-25T20:13:39.392Z Downloaded semver v0.1.20
5252026-03-25T20:13:39.395Z Downloaded serde_urlencoded v0.7.1
5262026-03-25T20:13:39.395Z Downloaded scroll_derive v0.12.1
5272026-03-25T20:13:39.395Z Downloaded rand_core v0.9.5
5282026-03-25T20:13:39.399Z Downloaded icu_normalizer_data v2.1.1
5292026-03-25T20:13:39.399Z Downloaded base64 v0.22.1
5302026-03-25T20:13:39.401Z Downloaded rand_chacha v0.9.0
5312026-03-25T20:13:39.401Z Downloaded postcard v1.1.3
5322026-03-25T20:13:39.404Z Downloaded num-traits v0.2.19
5332026-03-25T20:13:39.404Z Downloaded sha1 v0.10.6
5342026-03-25T20:13:39.407Z Downloaded sigpipe v0.1.3
5352026-03-25T20:13:39.407Z Downloaded ppv-lite86 v0.2.21
5362026-03-25T20:13:39.410Z Downloaded darling_core v0.23.0
5372026-03-25T20:13:39.410Z Downloaded serde_spanned v1.1.0
5382026-03-25T20:13:39.413Z Downloaded serde_repr v0.1.20
5392026-03-25T20:13:39.413Z Downloaded serde_plain v1.0.2
5402026-03-25T20:13:39.416Z Downloaded indicatif v0.18.4
5412026-03-25T20:13:39.416Z Downloaded siphasher v1.0.2
5422026-03-25T20:13:39.419Z Downloaded crossbeam-channel v0.5.15
5432026-03-25T20:13:39.423Z Downloaded resolv-conf v0.7.6
5442026-03-25T20:13:39.426Z Downloaded slog-bunyan v2.5.0
5452026-03-25T20:13:39.426Z Downloaded rustls-pemfile v2.2.0
5462026-03-25T20:13:39.429Z Downloaded hickory-resolver v0.24.4
5472026-03-25T20:13:39.432Z Downloaded papergrid v0.11.0
5482026-03-25T20:13:39.435Z Downloaded rusty-fork v0.3.1
5492026-03-25T20:13:39.440Z Downloaded scroll_derive v0.13.1
5502026-03-25T20:13:39.442Z Downloaded schemars_derive v0.8.22
5512026-03-25T20:13:39.443Z Downloaded slog-envlogger v2.2.0
5522026-03-25T20:13:39.446Z Downloaded smawk v0.3.2
5532026-03-25T20:13:39.449Z Downloaded quinn-udp v0.5.14
5542026-03-25T20:13:39.449Z Downloaded rand_core v0.6.4
5552026-03-25T20:13:39.449Z Downloaded sdd v3.0.10
5562026-03-25T20:13:39.453Z Downloaded hyper-util v0.1.20
5572026-03-25T20:13:39.457Z Downloaded rustversion v1.0.22
5582026-03-25T20:13:39.457Z Downloaded parking_lot v0.12.5
5592026-03-25T20:13:39.460Z Downloaded stable_deref_trait v1.2.1
5602026-03-25T20:13:39.463Z Downloaded scroll v0.12.0
5612026-03-25T20:13:39.463Z Downloaded dropshot-api-manager v0.5.2
5622026-03-25T20:13:39.466Z Downloaded sha2 v0.10.9
5632026-03-25T20:13:39.466Z Downloaded pin-project v1.1.11
5642026-03-25T20:13:39.472Z Downloaded spin v0.5.2
5652026-03-25T20:13:39.475Z Downloaded serde_path_to_error v0.1.20
5662026-03-25T20:13:39.475Z Downloaded serde_derive_internals v0.29.1
5672026-03-25T20:13:39.478Z Downloaded scroll v0.13.0
5682026-03-25T20:13:39.478Z Downloaded crypto-bigint v0.5.5
5692026-03-25T20:13:39.483Z Downloaded rand_core v0.10.0
5702026-03-25T20:13:39.487Z Downloaded structmeta v0.3.0
5712026-03-25T20:13:39.490Z Downloaded structmeta-derive v0.3.0
5722026-03-25T20:13:39.490Z Downloaded subtle v2.6.1
5732026-03-25T20:13:39.490Z Downloaded strum v0.26.3
5742026-03-25T20:13:39.490Z Downloaded shlex v1.3.0
5752026-03-25T20:13:39.494Z Downloaded serde_tokenstream v0.2.3
5762026-03-25T20:13:39.494Z Downloaded signal-hook-registry v1.4.8
5772026-03-25T20:13:39.494Z Downloaded strsim v0.11.1
5782026-03-25T20:13:39.497Z Downloaded sync_wrapper v1.0.2
5792026-03-25T20:13:39.497Z Downloaded slog-async v2.8.0
5802026-03-25T20:13:39.500Z Downloaded rustls-pki-types v1.14.0
5812026-03-25T20:13:39.503Z Downloaded rustls-native-certs v0.8.3
5822026-03-25T20:13:39.506Z Downloaded expectorate v1.2.0
5832026-03-25T20:13:39.509Z Downloaded supports-color v3.0.2
5842026-03-25T20:13:39.512Z Downloaded strum v0.27.2
5852026-03-25T20:13:39.512Z Downloaded tabled_derive v0.7.0
5862026-03-25T20:13:39.512Z Downloaded take_mut v0.2.2
5872026-03-25T20:13:39.512Z Downloaded tagptr v0.2.0
5882026-03-25T20:13:39.516Z Downloaded tabled_derive v0.11.0
5892026-03-25T20:13:39.516Z Downloaded rhai_codegen v3.1.0
5902026-03-25T20:13:39.519Z Downloaded termtree v0.5.1
5912026-03-25T20:13:39.522Z Downloaded swrite v0.1.0
5922026-03-25T20:13:39.522Z Downloaded openssl-sys v0.9.112
5932026-03-25T20:13:39.525Z Downloaded slog-scope v4.4.1
5942026-03-25T20:13:39.525Z Downloaded slog-json v2.6.1
5952026-03-25T20:13:39.528Z Downloaded slog-dtrace v0.3.0
5962026-03-25T20:13:39.528Z Downloaded slab v0.4.12
5972026-03-25T20:13:39.528Z Downloaded slog-term v2.9.2
5982026-03-25T20:13:39.533Z Downloaded terminal_size v0.4.4
5992026-03-25T20:13:39.533Z Downloaded progenitor-impl v0.13.0
6002026-03-25T20:13:39.533Z Downloaded jiff-static v0.2.23
6012026-03-25T20:13:39.536Z Downloaded testing_table v0.3.0
6022026-03-25T20:13:39.536Z Downloaded thread-id v4.2.2
6032026-03-25T20:13:39.536Z Downloaded thiserror-impl-no-std v2.0.2
6042026-03-25T20:13:39.539Z Downloaded smartstring v1.0.1
6052026-03-25T20:13:39.539Z Downloaded smf v0.2.3
6062026-03-25T20:13:39.539Z Downloaded slog-stdlog v4.1.1
6072026-03-25T20:13:39.542Z Downloaded minimal-lexical v0.2.1
6082026-03-25T20:13:39.545Z Downloaded papergrid v0.17.0
6092026-03-25T20:13:39.549Z Downloaded semver v1.0.27
6102026-03-25T20:13:39.549Z Downloaded thread-id v5.1.0
6112026-03-25T20:13:39.549Z Downloaded memchr v2.8.0
6122026-03-25T20:13:39.552Z Downloaded time-core v0.1.8
6132026-03-25T20:13:39.554Z Downloaded serde_with_macros v3.18.0
6142026-03-25T20:13:39.554Z Downloaded const_format v0.2.35
6152026-03-25T20:13:39.557Z Downloaded icu_collections v2.1.1
6162026-03-25T20:13:39.569Z Downloaded pest_meta v2.8.6
6172026-03-25T20:13:39.573Z Downloaded toml_datetime v0.6.11
6182026-03-25T20:13:39.573Z Downloaded strum_macros v0.26.4
6192026-03-25T20:13:39.573Z Downloaded tinyvec_macros v0.1.1
6202026-03-25T20:13:39.573Z Downloaded static_assertions v1.1.0
6212026-03-25T20:13:39.576Z Downloaded proc-macro2 v1.0.106
6222026-03-25T20:13:39.579Z Downloaded pretty_assertions v1.4.1
6232026-03-25T20:13:39.579Z Downloaded toml_write v0.1.2
6242026-03-25T20:13:39.579Z Downloaded strum_macros v0.27.2
6252026-03-25T20:13:39.582Z Downloaded indexmap v2.13.0
6262026-03-25T20:13:39.585Z Downloaded prettyplease v0.2.37
6272026-03-25T20:13:39.588Z Downloaded rustls-platform-verifier v0.6.2
6282026-03-25T20:13:39.593Z Downloaded tabwriter v1.4.1
6292026-03-25T20:13:39.595Z Downloaded synstructure v0.13.2
6302026-03-25T20:13:39.598Z Downloaded tower-service v0.3.3
6312026-03-25T20:13:39.598Z Downloaded mio v1.1.1
6322026-03-25T20:13:39.602Z Downloaded smallvec v1.15.1
6332026-03-25T20:13:39.605Z Downloaded ryu v1.0.23
6342026-03-25T20:13:39.605Z Downloaded thiserror v1.0.69
6352026-03-25T20:13:39.608Z Downloaded thiserror-no-std v2.0.2
6362026-03-25T20:13:39.612Z Downloaded tower-layer v0.3.3
6372026-03-25T20:13:39.612Z Downloaded schemars v0.8.22
6382026-03-25T20:13:39.617Z Downloaded unicode-linebreak v0.1.5
6392026-03-25T20:13:39.644Z Downloaded try-lock v0.2.5
6402026-03-25T20:13:39.644Z Downloaded thiserror-impl v2.0.18
6412026-03-25T20:13:39.644Z Downloaded snafu-derive v0.8.9
6422026-03-25T20:13:39.649Z Downloaded thiserror v2.0.18
6432026-03-25T20:13:39.649Z Downloaded progenitor-impl v0.10.0
6442026-03-25T20:13:39.649Z Downloaded thread_local v1.1.9
6452026-03-25T20:13:39.649Z Downloaded time-macros v0.2.27
6462026-03-25T20:13:39.649Z Downloaded progenitor-impl v0.11.2
6472026-03-25T20:13:39.649Z Downloaded tinystr v0.8.2
6482026-03-25T20:13:39.649Z Downloaded typify-macro v0.6.1
6492026-03-25T20:13:39.649Z Downloaded typify-macro v0.4.3
6502026-03-25T20:13:39.649Z Downloaded typeid v1.0.3
6512026-03-25T20:13:39.649Z Downloaded unarray v0.1.4
6522026-03-25T20:13:39.649Z Downloaded tokio-dtrace v0.1.1
6532026-03-25T20:13:39.649Z Downloaded unit-prefix v0.5.2
6542026-03-25T20:13:39.649Z Downloaded tiny-keccak v2.0.2
6552026-03-25T20:13:39.649Z Downloaded serde_derive v1.0.228
6562026-03-25T20:13:39.649Z Downloaded universal-hash v0.5.1
6572026-03-25T20:13:39.654Z Downloaded similar v2.7.0
6582026-03-25T20:13:39.654Z Downloaded tokio-rustls v0.25.0
6592026-03-25T20:13:39.654Z Downloaded tokio-tungstenite v0.21.0
6602026-03-25T20:13:39.657Z Downloaded usdt v0.6.0
6612026-03-25T20:13:39.657Z Downloaded untrusted v0.7.1
6622026-03-25T20:13:39.660Z Downloaded http v1.4.0
6632026-03-25T20:13:39.663Z Downloaded usdt-macro v0.5.0
6642026-03-25T20:13:39.666Z Downloaded unicode-xid v0.2.6
6652026-03-25T20:13:39.666Z Downloaded utf8_iter v1.0.4
6662026-03-25T20:13:39.666Z Downloaded untrusted v0.9.0
6672026-03-25T20:13:39.669Z Downloaded toml_datetime v0.7.5+spec-1.1.0
6682026-03-25T20:13:39.678Z Downloaded usdt-attr-macro v0.6.0
6692026-03-25T20:13:39.681Z Downloaded toml_datetime v1.1.0+spec-1.1.0
6702026-03-25T20:13:39.681Z Downloaded slog v2.8.2
6712026-03-25T20:13:39.683Z Downloaded quinn v0.11.9
6722026-03-25T20:13:39.686Z Downloaded tempfile v3.27.0
6732026-03-25T20:13:39.689Z Downloaded want v0.3.1
6742026-03-25T20:13:39.689Z Downloaded waitgroup v0.1.2
6752026-03-25T20:13:39.693Z Downloaded thin-vec v0.2.14
6762026-03-25T20:13:39.697Z Downloaded utf-8 v0.7.6
6772026-03-25T20:13:39.697Z Downloaded utf8parse v0.2.2
6782026-03-25T20:13:39.697Z Downloaded term v1.2.1
6792026-03-25T20:13:39.700Z Downloaded usdt-macro v0.6.0
6802026-03-25T20:13:39.700Z Downloaded wait-timeout v0.2.1
6812026-03-25T20:13:39.700Z Downloaded version_check v0.9.5
6822026-03-25T20:13:39.702Z Downloaded toml_writer v1.1.0+spec-1.1.0
6832026-03-25T20:13:39.705Z Downloaded qorb v0.4.1
6842026-03-25T20:13:39.705Z Downloaded thiserror-impl v1.0.69
6852026-03-25T20:13:39.708Z Downloaded rand v0.8.5
6862026-03-25T20:13:39.734Z Downloaded nom v7.1.3
6872026-03-25T20:13:39.737Z Downloaded yoke-derive v0.8.1
6882026-03-25T20:13:39.737Z Downloaded spin v0.9.8
6892026-03-25T20:13:39.737Z Downloaded socket2 v0.6.3
6902026-03-25T20:13:39.737Z Downloaded tokio-macros v2.6.1
6912026-03-25T20:13:39.737Z Downloaded rayon-core v1.13.0
6922026-03-25T20:13:39.737Z Downloaded serde_yaml v0.9.34+deprecated
6932026-03-25T20:13:39.737Z Downloaded zeroize_derive v1.4.3
6942026-03-25T20:13:39.737Z Downloaded tokio-stream v0.1.18
6952026-03-25T20:13:39.740Z Downloaded tokio-rustls v0.26.4
6962026-03-25T20:13:39.743Z Downloaded zerofrom v0.1.6
6972026-03-25T20:13:39.744Z Downloaded zerofrom-derive v0.1.6
6982026-03-25T20:13:39.751Z Downloaded hashbrown v0.16.1
6992026-03-25T20:13:39.754Z Downloaded hashbrown v0.15.5
7002026-03-25T20:13:39.757Z Downloaded toml v0.8.23
7012026-03-25T20:13:39.784Z Downloaded usdt v0.5.0
7022026-03-25T20:13:39.787Z Downloaded zone v0.3.1
7032026-03-25T20:13:39.788Z Downloaded usdt-impl v0.6.0
7042026-03-25T20:13:39.788Z Downloaded usdt-impl v0.5.0
7052026-03-25T20:13:39.788Z Downloaded usdt-attr-macro v0.5.0
7062026-03-25T20:13:39.788Z Downloaded zone_cfg_derive v0.3.1
7072026-03-25T20:13:39.788Z Downloaded toml_parser v1.1.0+spec-1.1.0
7082026-03-25T20:13:39.788Z Downloaded schemars v1.2.1
7092026-03-25T20:13:39.788Z Downloaded rustls-webpki v0.103.10
7102026-03-25T20:13:39.788Z Downloaded tracing-attributes v0.1.31
7112026-03-25T20:13:39.788Z Downloaded snafu v0.8.9
7122026-03-25T20:13:39.788Z Downloaded whoami v1.6.1
7132026-03-25T20:13:39.791Z Downloaded ucd-trie v0.1.7
7142026-03-25T20:13:39.795Z Downloaded schemars v0.9.0
7152026-03-25T20:13:39.802Z Downloaded walkdir v2.5.0
7162026-03-25T20:13:39.805Z Downloaded test-strategy v0.4.5
7172026-03-25T20:13:39.805Z Downloaded serde_core v1.0.228
7182026-03-25T20:13:39.808Z Downloaded tinyvec v1.11.0
7192026-03-25T20:13:39.811Z Downloaded yoke v0.8.1
7202026-03-25T20:13:39.814Z Downloaded xz2 v0.1.7
7212026-03-25T20:13:39.844Z Downloaded writeable v0.6.2
7222026-03-25T20:13:39.847Z Downloaded hyper v1.8.1
7232026-03-25T20:13:39.847Z Downloaded zeroize v1.8.2
7242026-03-25T20:13:39.847Z Downloaded idna v1.1.0
7252026-03-25T20:13:39.847Z Downloaded toml v0.9.12+spec-1.1.0
7262026-03-25T20:13:39.847Z Downloaded hkdf v0.12.4
7272026-03-25T20:13:39.847Z Downloaded icu_properties_data v2.1.2
7282026-03-25T20:13:39.847Z Downloaded zmij v1.0.21
7292026-03-25T20:13:39.850Z Downloaded tracing-core v0.1.36
7302026-03-25T20:13:39.853Z Downloaded pest v2.8.6
7312026-03-25T20:13:39.856Z Downloaded iri-string v0.7.11
7322026-03-25T20:13:39.859Z Downloaded textwrap v0.16.2
7332026-03-25T20:13:39.862Z Downloaded steno v0.4.1
7342026-03-25T20:13:39.889Z Downloaded serde v1.0.228
7352026-03-25T20:13:39.896Z Downloaded rand v0.10.0
7362026-03-25T20:13:39.896Z Downloaded typify v0.6.1
7372026-03-25T20:13:39.896Z Downloaded typify v0.4.3
7382026-03-25T20:13:39.896Z Downloaded libm v0.2.16
7392026-03-25T20:13:39.896Z Downloaded zerocopy-derive v0.7.35
7402026-03-25T20:13:39.896Z Downloaded zerovec-derive v0.11.2
7412026-03-25T20:13:39.897Z Downloaded toml_edit v0.25.8+spec-1.1.0
7422026-03-25T20:13:39.897Z Downloaded goblin v0.8.2
7432026-03-25T20:13:39.897Z Downloaded vsss-rs v3.3.4
7442026-03-25T20:13:39.897Z Downloaded unicode-ident v1.0.24
7452026-03-25T20:13:39.897Z Downloaded uuid v1.22.0
7462026-03-25T20:13:39.900Z Downloaded toml_edit v0.22.27
7472026-03-25T20:13:39.900Z Downloaded futures-util v0.3.32
7482026-03-25T20:13:39.903Z Downloaded unsafe-libyaml v0.2.11
7492026-03-25T20:13:39.903Z Downloaded iddqd v0.3.17
7502026-03-25T20:13:39.908Z Downloaded nom v8.0.0
7512026-03-25T20:13:39.913Z Downloaded itertools v0.12.1
7522026-03-25T20:13:39.921Z Downloaded typenum v1.19.0
7532026-03-25T20:13:39.924Z Downloaded h2 v0.4.13
7542026-03-25T20:13:39.926Z Downloaded clap_builder v4.6.0
7552026-03-25T20:13:39.934Z Downloaded tungstenite v0.21.0
7562026-03-25T20:13:39.937Z Downloaded rand v0.9.2
7572026-03-25T20:13:39.942Z Downloaded itertools v0.14.0
7582026-03-25T20:13:39.945Z Downloaded ron v0.12.0
7592026-03-25T20:13:39.950Z Downloaded yansi v1.0.1
7602026-03-25T20:13:39.953Z Downloaded toml_edit v0.19.15
7612026-03-25T20:13:39.960Z Downloaded goblin v0.10.5
7622026-03-25T20:13:39.966Z Downloaded scc v2.4.0
7632026-03-25T20:13:39.974Z Downloaded typed-path v0.9.3
7642026-03-25T20:13:40.012Z Downloaded zerotrie v0.2.3
7652026-03-25T20:13:40.016Z Downloaded rayon v1.11.0
7662026-03-25T20:13:40.016Z Downloaded regex v1.12.3
7672026-03-25T20:13:40.016Z Downloaded unicode-segmentation v1.13.1
7682026-03-25T20:13:40.020Z Downloaded aho-corasick v1.1.4
7692026-03-25T20:13:40.076Z Downloaded url v2.5.8
7702026-03-25T20:13:40.091Z Downloaded tower-http v0.6.8
7712026-03-25T20:13:40.092Z Downloaded tower v0.5.3
7722026-03-25T20:13:40.092Z Downloaded zerocopy-derive v0.8.47
7732026-03-25T20:13:40.095Z Downloaded serde_json v1.0.149
7742026-03-25T20:13:40.096Z Downloaded tough v0.20.0
7752026-03-25T20:13:40.096Z Downloaded reqwest v0.13.2
7762026-03-25T20:13:40.096Z Downloaded proptest v1.11.0
7772026-03-25T20:13:40.099Z Downloaded reqwest v0.12.28
7782026-03-25T20:13:40.102Z Downloaded portable-atomic v1.13.1
7792026-03-25T20:13:40.112Z Downloaded aws-lc-rs v1.16.2
7802026-03-25T20:13:40.119Z Downloaded unicode-normalization v0.1.25
7812026-03-25T20:13:40.130Z Downloaded zerocopy v0.7.35
7822026-03-25T20:13:40.138Z Downloaded tokio-util v0.7.18
7832026-03-25T20:13:40.142Z Downloaded serde_with v3.18.0
7842026-03-25T20:13:40.149Z Downloaded quinn-proto v0.11.14
7852026-03-25T20:13:40.152Z Downloaded chrono v0.4.44
7862026-03-25T20:13:40.156Z Downloaded zerovec v0.11.5
7872026-03-25T20:13:40.166Z Downloaded openssl v0.10.76
7882026-03-25T20:13:40.171Z Downloaded rustls-webpki v0.102.8
7892026-03-25T20:13:40.182Z Downloaded tabled v0.15.0
7902026-03-25T20:13:40.190Z Downloaded syn v1.0.109
7912026-03-25T20:13:40.202Z Downloaded time v0.3.47
7922026-03-25T20:13:40.214Z Downloaded dropshot v0.16.7
7932026-03-25T20:13:40.227Z Downloaded winnow v0.5.40
7942026-03-25T20:13:40.230Z Downloaded vcpkg v0.2.15
7952026-03-25T20:13:40.252Z Downloaded webpki-roots v1.0.6
7962026-03-25T20:13:40.255Z Downloaded hickory-proto v0.24.4
7972026-03-25T20:13:40.262Z Downloaded moka v0.12.15
7982026-03-25T20:13:40.268Z Downloaded zerocopy v0.8.47
7992026-03-25T20:13:40.278Z Downloaded rhai v1.24.0
8002026-03-25T20:13:40.284Z Downloaded regex-syntax v0.8.10
8012026-03-25T20:13:40.288Z Downloaded winnow v0.7.15
8022026-03-25T20:13:40.293Z Downloaded hickory-proto v0.25.2
8032026-03-25T20:13:40.308Z Downloaded rustix v0.38.44
8042026-03-25T20:13:40.320Z Downloaded curve25519-dalek v4.1.3
8052026-03-25T20:13:40.335Z Downloaded winnow v1.0.0
8062026-03-25T20:13:40.357Z Downloaded tracing v0.1.44
8072026-03-25T20:13:40.368Z Downloaded tabled v0.20.0
8082026-03-25T20:13:40.377Z Downloaded bstr v1.12.1
8092026-03-25T20:13:40.390Z Downloaded regex-automata v0.4.14
8102026-03-25T20:13:40.428Z Downloaded syn v2.0.117
8112026-03-25T20:13:40.434Z Downloaded rustls v0.22.4
8122026-03-25T20:13:40.441Z Downloaded jiff v0.2.23
8132026-03-25T20:13:40.451Z Downloaded unicode-width v0.2.2
8142026-03-25T20:13:40.454Z Downloaded unicode-width v0.1.14
8152026-03-25T20:13:40.457Z Downloaded regress v0.10.5
8162026-03-25T20:13:40.461Z Downloaded smoltcp v0.11.0
8172026-03-25T20:13:40.468Z Downloaded rustls v0.23.37
8182026-03-25T20:13:40.474Z Downloaded openapiv3 v2.2.0
8192026-03-25T20:13:40.480Z Downloaded nix v0.31.2
8202026-03-25T20:13:40.486Z Downloaded tokio v1.50.0
8212026-03-25T20:13:40.516Z Downloaded rustix v1.1.4
8222026-03-25T20:13:40.549Z Downloaded encoding_rs v0.8.35
8232026-03-25T20:13:40.573Z Downloaded sled v0.34.7
8242026-03-25T20:13:40.578Z Downloaded ring v0.17.14
8252026-03-25T20:13:40.611Z Downloaded typify-impl v0.6.1
8262026-03-25T20:13:40.627Z Downloaded typify-impl v0.4.3
8272026-03-25T20:13:40.729Z Downloaded petgraph v0.6.5
8282026-03-25T20:13:40.745Z Downloaded lzma-sys v0.1.20
8292026-03-25T20:13:40.761Z Downloaded chrono-tz v0.10.4
8302026-03-25T20:13:40.779Z Downloaded petgraph v0.8.3
8312026-03-25T20:13:40.791Z Downloaded libc v0.2.183
8322026-03-25T20:13:40.809Z Downloaded csv v1.4.0
8332026-03-25T20:13:40.821Z Downloaded sha3 v0.10.8
8342026-03-25T20:13:41.533Z Downloaded aws-lc-sys v0.39.0
8352026-03-25T20:13:42.094Z Compiling proc-macro2 v1.0.106
8362026-03-25T20:13:42.094Z Compiling quote v1.0.45
8372026-03-25T20:13:42.094Z Compiling unicode-ident v1.0.24
8382026-03-25T20:13:42.094Z Compiling serde_core v1.0.228
8392026-03-25T20:13:42.097Z Compiling libc v0.2.183
8402026-03-25T20:13:42.097Z Compiling serde v1.0.228
8412026-03-25T20:13:42.097Z Compiling zmij v1.0.21
8422026-03-25T20:13:42.098Z Compiling autocfg v1.5.0
8432026-03-25T20:13:42.749Z Compiling libm v0.2.16
8442026-03-25T20:13:42.767Z Compiling icu_normalizer_data v2.1.1
8452026-03-25T20:13:42.781Z Compiling icu_properties_data v2.1.2
8462026-03-25T20:13:42.809Z Compiling serde_json v1.0.149
8472026-03-25T20:13:42.894Z Compiling num-traits v0.2.19
8482026-03-25T20:13:43.050Z Compiling getrandom v0.4.2
8492026-03-25T20:13:43.085Z Compiling version_check v0.9.5
8502026-03-25T20:13:43.298Z Compiling memchr v2.8.0
8512026-03-25T20:13:43.359Z Compiling thiserror v2.0.18
8522026-03-25T20:13:43.377Z Compiling parking_lot_core v0.9.12
8532026-03-25T20:13:43.735Z Checking cfg-if v1.0.4
8542026-03-25T20:13:43.809Z Compiling schemars v0.8.22
8552026-03-25T20:13:43.865Z Compiling heck v0.5.0
8562026-03-25T20:13:43.964Z Compiling syn v2.0.117
8572026-03-25T20:13:44.049Z Compiling portable-atomic v1.13.1
8582026-03-25T20:13:44.080Z Compiling jobserver v0.1.34
8592026-03-25T20:13:44.097Z Compiling shlex v1.3.0
8602026-03-25T20:13:44.115Z Compiling find-msvc-tools v0.1.9
8612026-03-25T20:13:44.307Z Compiling itoa v1.0.18
8622026-03-25T20:13:44.366Z Compiling cc v1.2.57
8632026-03-25T20:13:44.430Z Compiling zerocopy v0.8.47
8642026-03-25T20:13:44.497Z Compiling rustversion v1.0.22
8652026-03-25T20:13:44.795Z Compiling typenum v1.19.0
8662026-03-25T20:13:45.034Z Compiling semver v1.0.27
8672026-03-25T20:13:45.105Z Compiling log v0.4.29
8682026-03-25T20:13:45.180Z Compiling httparse v1.10.1
8692026-03-25T20:13:45.261Z Compiling thiserror v1.0.69
8702026-03-25T20:13:45.288Z Compiling generic-array v0.14.7
8712026-03-25T20:13:45.340Z Compiling foldhash v0.2.0
8722026-03-25T20:13:45.502Z Compiling allocator-api2 v0.2.21
8732026-03-25T20:13:45.559Z Compiling equivalent v1.0.2
8742026-03-25T20:13:45.577Z Compiling cmake v0.1.57
8752026-03-25T20:13:45.595Z Compiling dunce v1.0.5
8762026-03-25T20:13:45.694Z Compiling fs_extra v1.3.0
8772026-03-25T20:13:45.710Z Compiling ring v0.17.14
8782026-03-25T20:13:45.799Z Compiling rustix v1.1.4
8792026-03-25T20:13:45.831Z Compiling hashbrown v0.16.1
8802026-03-25T20:13:45.932Z Compiling slog v2.8.2
8812026-03-25T20:13:45.949Z Compiling getrandom v0.3.4
8822026-03-25T20:13:45.966Z Compiling aws-lc-sys v0.39.0
8832026-03-25T20:13:46.200Z Checking stable_deref_trait v1.2.1
8842026-03-25T20:13:46.235Z Compiling anyhow v1.0.102
8852026-03-25T20:13:46.306Z Compiling regex-syntax v0.8.10
8862026-03-25T20:13:46.453Z Compiling ucd-trie v0.1.7
8872026-03-25T20:13:46.504Z Compiling indexmap v2.13.0
8882026-03-25T20:13:46.700Z Compiling pest v2.8.6
8892026-03-25T20:13:46.827Z Compiling aho-corasick v1.1.4
8902026-03-25T20:13:47.192Z Compiling synstructure v0.13.2
8912026-03-25T20:13:47.307Z Compiling serde_derive_internals v0.29.1
8922026-03-25T20:13:47.716Z Compiling aws-lc-rs v1.16.2
8932026-03-25T20:13:47.948Z Compiling regex-automata v0.4.14
8942026-03-25T20:13:48.021Z Compiling pest_meta v2.8.6
8952026-03-25T20:13:48.057Z Checking litemap v0.8.1
8962026-03-25T20:13:48.174Z Compiling serde_derive v1.0.228
8972026-03-25T20:13:48.232Z Compiling zerofrom-derive v0.1.6
8982026-03-25T20:13:48.275Z Compiling yoke-derive v0.8.1
8992026-03-25T20:13:48.450Z Compiling zerovec-derive v0.11.2
9002026-03-25T20:13:49.339Z Compiling displaydoc v0.2.5
9012026-03-25T20:13:49.392Z Compiling schemars_derive v0.8.22
9022026-03-25T20:13:49.462Z Compiling thiserror-impl v2.0.18
9032026-03-25T20:13:49.557Z Compiling zeroize_derive v1.4.3
9042026-03-25T20:13:50.078Z Compiling tokio-macros v2.6.1
9052026-03-25T20:13:50.214Z Compiling zerocopy-derive v0.8.47
9062026-03-25T20:13:50.368Z Compiling futures-macro v0.3.32
9072026-03-25T20:13:50.574Z Compiling tracing-attributes v0.1.31
9082026-03-25T20:13:50.574Z Compiling thiserror-impl v1.0.69
9092026-03-25T20:13:50.788Z Checking zerofrom v0.1.6
9102026-03-25T20:13:50.824Z Compiling regex v1.12.3
9112026-03-25T20:13:51.227Z Checking yoke v0.8.1
9122026-03-25T20:13:51.314Z Compiling serde_tokenstream v0.2.3
9132026-03-25T20:13:51.362Z Checking smallvec v1.15.1
9142026-03-25T20:13:51.399Z Checking bytes v1.11.1
9152026-03-25T20:13:51.601Z Checking zerovec v0.11.5
9162026-03-25T20:13:51.635Z Compiling pest_generator v2.8.6
9172026-03-25T20:13:51.775Z Checking writeable v0.6.2
9182026-03-25T20:13:51.823Z Compiling crossbeam-utils v0.8.21
9192026-03-25T20:13:51.845Z Checking zerotrie v0.2.3
9202026-03-25T20:13:52.036Z Checking tinystr v0.8.2
9212026-03-25T20:13:52.096Z Checking potential_utf v0.1.4
9222026-03-25T20:13:52.148Z Checking percent-encoding v2.3.2
9232026-03-25T20:13:52.165Z Compiling num-conv v0.2.0
9242026-03-25T20:13:52.185Z Compiling time-core v0.1.8
9252026-03-25T20:13:52.214Z Checking icu_locale_core v2.1.1
9262026-03-25T20:13:52.233Z Checking icu_collections v2.1.1
9272026-03-25T20:13:52.255Z Compiling pest_derive v2.8.6
9282026-03-25T20:13:52.332Z Compiling time-macros v0.2.27
9292026-03-25T20:13:52.409Z Compiling rustls v0.23.37
9302026-03-25T20:13:52.449Z Compiling paste v1.0.15
9312026-03-25T20:13:52.559Z Compiling syn v1.0.109
9322026-03-25T20:13:52.628Z Checking form_urlencoded v1.2.2
9332026-03-25T20:13:52.763Z Checking rand_core v0.10.0
9342026-03-25T20:13:52.780Z Checking utf8_iter v1.0.4
9352026-03-25T20:13:52.797Z Checking icu_provider v2.1.1
9362026-03-25T20:13:52.906Z Compiling omicron-workspace-hack v0.1.0
9372026-03-25T20:13:53.050Z Checking icu_normalizer v2.1.1
9382026-03-25T20:13:53.069Z Checking icu_properties v2.1.2
9392026-03-25T20:13:53.144Z Compiling async-trait v0.1.89
9402026-03-25T20:13:53.300Z Compiling byteorder v1.5.0
9412026-03-25T20:13:53.373Z Compiling camino v1.2.2
9422026-03-25T20:13:53.611Z Compiling strsim v0.11.1
9432026-03-25T20:13:53.774Z Compiling scroll_derive v0.13.1
9442026-03-25T20:13:53.966Z Checking idna_adapter v1.2.1
9452026-03-25T20:13:54.102Z Checking idna v1.1.0
9462026-03-25T20:13:54.140Z Checking errno v0.3.14
9472026-03-25T20:13:54.265Z Compiling ident_case v1.0.1
9482026-03-25T20:13:54.353Z Checking url v2.5.8
9492026-03-25T20:13:54.557Z Compiling daft-derive v0.1.5
9502026-03-25T20:13:54.598Z Compiling slog-async v2.8.0
9512026-03-25T20:13:54.810Z Checking iana-time-zone v0.1.65
9522026-03-25T20:13:54.915Z Checking chrono v0.4.44
9532026-03-25T20:13:55.313Z Compiling uuid v1.22.0
9542026-03-25T20:13:55.598Z Compiling dyn-clone v1.0.20
9552026-03-25T20:13:55.971Z Compiling usdt-impl v0.6.0
9562026-03-25T20:13:56.382Z Compiling scroll v0.13.0
9572026-03-25T20:13:56.428Z Checking getrandom v0.2.17
9582026-03-25T20:13:56.631Z Compiling plain v0.2.3
9592026-03-25T20:13:56.645Z Checking pin-project-lite v0.2.17
9602026-03-25T20:13:57.684Z Compiling goblin v0.10.5
9612026-03-25T20:13:57.730Z Checking zeroize v1.8.2
9622026-03-25T20:13:57.730Z Compiling pretty-hex v0.4.2
9632026-03-25T20:13:57.730Z Compiling dtrace-parser v0.3.0
9642026-03-25T20:13:57.730Z Compiling thread-id v5.1.0
9652026-03-25T20:13:57.730Z Compiling rustls v0.22.4
9662026-03-25T20:13:57.731Z Compiling newtype-uuid-macros v0.1.0
9672026-03-25T20:13:57.731Z Compiling regress v0.10.5
9682026-03-25T20:13:57.731Z Checking scopeguard v1.2.0
9692026-03-25T20:13:57.731Z Checking socket2 v0.6.3
9702026-03-25T20:13:57.761Z Checking lock_api v0.4.14
9712026-03-25T20:13:57.782Z Compiling multer v3.1.0
9722026-03-25T20:13:57.918Z Compiling ref-cast v1.0.25
9732026-03-25T20:13:57.936Z Compiling darling_core v0.23.0
9742026-03-25T20:13:58.060Z Compiling http v1.4.0
9752026-03-25T20:13:58.287Z Compiling async-stream-impl v0.3.6
9762026-03-25T20:13:58.305Z Compiling strum_macros v0.26.4
9772026-03-25T20:13:58.322Z Compiling structmeta-derive v0.3.0
9782026-03-25T20:13:58.954Z Compiling ref-cast-impl v1.0.25
9792026-03-25T20:13:59.378Z Compiling dof v0.4.0
9802026-03-25T20:13:59.411Z Compiling structmeta v0.3.0
9812026-03-25T20:13:59.747Z Checking parking_lot v0.12.5
9822026-03-25T20:13:59.825Z Checking bitflags v2.11.0
9832026-03-25T20:13:59.963Z Compiling dropshot v0.16.7
9842026-03-25T20:13:59.968Z Checking critical-section v1.2.0
9852026-03-25T20:14:00.062Z Compiling once_cell v1.21.4
9862026-03-25T20:14:00.106Z Compiling darling_macro v0.23.0
9872026-03-25T20:14:00.246Z Compiling dropshot_endpoint v0.16.7
9882026-03-25T20:14:00.258Z Checking signal-hook-registry v1.4.8
9892026-03-25T20:14:00.397Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
9902026-03-25T20:14:00.436Z Checking mio v1.1.1
9912026-03-25T20:14:00.594Z Compiling usdt-attr-macro v0.6.0
9922026-03-25T20:14:00.627Z Compiling usdt-macro v0.6.0
9932026-03-25T20:14:00.713Z Compiling darling v0.23.0
9942026-03-25T20:14:00.727Z Checking tokio v1.50.0
9952026-03-25T20:14:00.789Z Compiling serde_with_macros v3.18.0
9962026-03-25T20:14:00.838Z Compiling strum_macros v0.27.2
9972026-03-25T20:14:01.058Z Checking subtle v2.6.1
9982026-03-25T20:14:01.226Z Compiling derive-ex v0.1.8
9992026-03-25T20:14:01.592Z Compiling fnv v1.0.7
10002026-03-25T20:14:01.682Z Checking futures-core v0.3.32
10012026-03-25T20:14:01.890Z Compiling ryu v1.0.23
10022026-03-25T20:14:01.926Z Compiling clap_derive v4.6.0
10032026-03-25T20:14:01.947Z Compiling winnow v1.0.0
10042026-03-25T20:14:02.542Z Compiling parse-display-derive v0.10.0
10052026-03-25T20:14:02.730Z Compiling openapiv3 v2.2.0
10062026-03-25T20:14:02.767Z Compiling test-strategy v0.4.5
10072026-03-25T20:14:02.978Z Compiling toml_parser v1.1.0+spec-1.1.0
10082026-03-25T20:14:03.028Z Checking futures-sink v0.3.32
10092026-03-25T20:14:03.530Z Checking slab v0.4.12
10102026-03-25T20:14:04.975Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
10112026-03-25T20:14:04.975Z Checking futures-channel v0.3.32
10122026-03-25T20:14:04.975Z Checking rand_core v0.6.4
10132026-03-25T20:14:04.975Z Checking futures-task v0.3.32
10142026-03-25T20:14:04.975Z Checking futures-io v0.3.32
10152026-03-25T20:14:04.975Z Checking futures-util v0.3.32
10162026-03-25T20:14:04.975Z Checking tracing-core v0.1.36
10172026-03-25T20:14:05.027Z Checking tracing v0.1.44
10182026-03-25T20:14:05.027Z Compiling either v1.15.0
10192026-03-25T20:14:05.109Z Checking base64 v0.22.1
10202026-03-25T20:14:05.187Z Compiling itertools v0.14.0
10212026-03-25T20:14:05.839Z Checking rustls-pki-types v1.14.0
10222026-03-25T20:14:05.875Z Checking erased-serde v0.3.31
10232026-03-25T20:14:05.962Z Compiling toml_datetime v1.1.0+spec-1.1.0
10242026-03-25T20:14:06.129Z Compiling unsafe-libyaml v0.2.11
10252026-03-25T20:14:06.195Z Compiling toml_edit v0.25.8+spec-1.1.0
10262026-03-25T20:14:06.379Z Checking ipnetwork v0.21.1
10272026-03-25T20:14:06.594Z Compiling crucible-workspace-hack v0.1.0
10282026-03-25T20:14:06.681Z Compiling serde_yaml v0.9.34+deprecated
10292026-03-25T20:14:06.681Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
10302026-03-25T20:14:06.847Z Compiling proc-macro-crate v3.5.0
10312026-03-25T20:14:07.276Z Compiling proc-macro-error-attr v1.0.4
10322026-03-25T20:14:07.385Z Checking untrusted v0.9.0
10332026-03-25T20:14:07.469Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
10342026-03-25T20:14:07.709Z Compiling num_enum_derive v0.7.6
10352026-03-25T20:14:07.959Z Compiling toml_datetime v0.6.11
10362026-03-25T20:14:08.113Z Compiling foreign-types-macros v0.2.3
10372026-03-25T20:14:08.147Z Compiling proc-macro-error v1.0.4
10382026-03-25T20:14:08.646Z Checking crypto-common v0.1.7
10392026-03-25T20:14:08.772Z Checking ipnet v2.12.0
10402026-03-25T20:14:08.808Z Checking oxnet v0.1.4
10412026-03-25T20:14:08.824Z Checking tokio-util v0.7.18
10422026-03-25T20:14:08.892Z Compiling darling_core v0.21.3
10432026-03-25T20:14:09.001Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
10442026-03-25T20:14:09.148Z Compiling zerocopy-derive v0.7.35
10452026-03-25T20:14:09.711Z Compiling heck v0.4.1
10462026-03-25T20:14:09.922Z Checking http-body v1.0.1
10472026-03-25T20:14:09.999Z Compiling typify-impl v0.6.1
10482026-03-25T20:14:10.055Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
10492026-03-25T20:14:10.148Z Checking atomic-waker v1.1.2
10502026-03-25T20:14:10.290Z Compiling memoffset v0.9.1
10512026-03-25T20:14:10.828Z Checking try-lock v0.2.5
10522026-03-25T20:14:10.936Z Compiling heapless v0.8.0
10532026-03-25T20:14:11.025Z Compiling convert_case v0.4.0
10542026-03-25T20:14:11.029Z Compiling darling_macro v0.21.3
10552026-03-25T20:14:11.093Z Checking tower-layer v0.3.3
10562026-03-25T20:14:11.231Z Checking tower-service v0.3.3
10572026-03-25T20:14:11.328Z Compiling derive_more v0.99.20
10582026-03-25T20:14:11.386Z Checking want v0.3.1
10592026-03-25T20:14:11.516Z Checking h2 v0.4.13
10602026-03-25T20:14:11.589Z Compiling darling v0.21.3
10612026-03-25T20:14:11.675Z Compiling ingot-macros v0.1.1
10622026-03-25T20:14:11.735Z Compiling scroll_derive v0.12.1
10632026-03-25T20:14:12.437Z Checking pin-utils v0.1.0
10642026-03-25T20:14:12.516Z Compiling cfg_aliases v0.2.1
10652026-03-25T20:14:12.602Z Checking httpdate v1.0.3
10662026-03-25T20:14:12.906Z Compiling nix v0.31.2
10672026-03-25T20:14:13.383Z Compiling typify-macro v0.6.1
10682026-03-25T20:14:13.411Z Checking hyper v1.8.1
10692026-03-25T20:14:13.498Z Checking ppv-lite86 v0.2.21
10702026-03-25T20:14:13.648Z Compiling smoltcp v0.11.0
10712026-03-25T20:14:14.078Z Checking block-buffer v0.10.4
10722026-03-25T20:14:14.361Z Checking hyper-util v0.1.20
10732026-03-25T20:14:14.685Z Checking untrusted v0.7.1
10742026-03-25T20:14:14.999Z Checking digest v0.10.7
10752026-03-25T20:14:15.214Z Checking serde_urlencoded v0.7.1
10762026-03-25T20:14:15.218Z Checking http-body-util v0.1.3
10772026-03-25T20:14:15.580Z Compiling rustix v0.38.44
10782026-03-25T20:14:15.611Z Compiling winnow v0.5.40
10792026-03-25T20:14:15.904Z Compiling rayon-core v1.13.0
10802026-03-25T20:14:16.031Z Compiling typify v0.6.1
10812026-03-25T20:14:16.138Z Compiling zerocopy v0.7.35
10822026-03-25T20:14:16.173Z Compiling hubpack_derive v0.1.1
10832026-03-25T20:14:16.531Z Compiling usdt-impl v0.5.0
10842026-03-25T20:14:16.822Z Compiling winnow v0.7.15
10852026-03-25T20:14:16.914Z Compiling toml_edit v0.19.15
10862026-03-25T20:14:17.094Z Compiling dof v0.3.0
10872026-03-25T20:14:17.511Z Compiling progenitor-impl v0.13.0
10882026-03-25T20:14:17.640Z Compiling dtrace-parser v0.2.0
10892026-03-25T20:14:18.259Z Compiling proc-macro-crate v1.3.1
10902026-03-25T20:14:18.378Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
10912026-03-25T20:14:18.586Z Compiling thread-id v4.2.2
10922026-03-25T20:14:18.675Z Compiling pkg-config v0.3.32
10932026-03-25T20:14:18.963Z Compiling num_enum_derive v0.5.11
10942026-03-25T20:14:19.529Z Compiling sync_wrapper v1.0.2
10952026-03-25T20:14:19.642Z Compiling progenitor-macro v0.13.0
10962026-03-25T20:14:19.787Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
10972026-03-25T20:14:20.099Z Compiling rustc_version v0.4.1
10982026-03-25T20:14:20.117Z Compiling serde_spanned v1.1.0
10992026-03-25T20:14:20.272Z Compiling toml_datetime v0.7.5+spec-1.1.0
11002026-03-25T20:14:20.518Z Compiling toml_writer v1.1.0+spec-1.1.0
11012026-03-25T20:14:20.548Z Compiling prettyplease v0.2.37
11022026-03-25T20:14:20.642Z Compiling curve25519-dalek v4.1.3
11032026-03-25T20:14:20.730Z Compiling toml v0.9.12+spec-1.1.0
11042026-03-25T20:14:20.807Z Checking tower v0.5.3
11052026-03-25T20:14:21.166Z Checking webpki-roots v1.0.6
11062026-03-25T20:14:21.308Z Compiling iri-string v0.7.11
11072026-03-25T20:14:21.311Z Compiling fastrand v2.3.0
11082026-03-25T20:14:21.374Z Compiling powerfmt v0.2.0
11092026-03-25T20:14:21.573Z Compiling deranged v0.5.8
11102026-03-25T20:14:21.573Z Compiling rand_core v0.9.5
11112026-03-25T20:14:22.328Z Compiling usdt-macro v0.5.0
11122026-03-25T20:14:22.544Z Checking tower-http v0.6.8
11132026-03-25T20:14:22.625Z Compiling usdt-attr-macro v0.5.0
11142026-03-25T20:14:22.759Z Compiling zone_cfg_derive v0.3.1
11152026-03-25T20:14:22.993Z Compiling thiserror-impl-no-std v2.0.2
11162026-03-25T20:14:23.356Z Compiling enum-as-inner v0.6.1
11172026-03-25T20:14:23.421Z Compiling curve25519-dalek-derive v0.1.1
11182026-03-25T20:14:23.657Z Compiling num_threads v0.1.7
11192026-03-25T20:14:23.817Z Checking cpufeatures v0.2.17
11202026-03-25T20:14:23.893Z Compiling openssl-probe v0.2.1
11212026-03-25T20:14:23.911Z Compiling time v0.3.47
11222026-03-25T20:14:24.064Z Compiling rustls-native-certs v0.8.3
11232026-03-25T20:14:24.325Z Compiling newtype-uuid v1.3.2
11242026-03-25T20:14:24.372Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
11252026-03-25T20:14:24.699Z Compiling daft v0.1.5
11262026-03-25T20:14:25.067Z Compiling rand_chacha v0.9.0
11272026-03-25T20:14:25.095Z Compiling tempfile v3.27.0
11282026-03-25T20:14:25.426Z Compiling rustls-webpki v0.102.8
11292026-03-25T20:14:25.547Z Compiling num-derive v0.4.2
11302026-03-25T20:14:25.643Z Compiling thread_local v1.1.9
11312026-03-25T20:14:25.763Z Compiling wait-timeout v0.2.1
11322026-03-25T20:14:25.873Z Compiling bit-vec v0.8.0
11332026-03-25T20:14:25.947Z Compiling match_cfg v0.1.0
11342026-03-25T20:14:25.994Z Compiling quick-error v1.2.3
11352026-03-25T20:14:26.013Z Compiling hostname v0.3.1
11362026-03-25T20:14:26.067Z Compiling bit-set v0.8.0
11372026-03-25T20:14:26.097Z Compiling rusty-fork v0.3.1
11382026-03-25T20:14:26.100Z Compiling rand_chacha v0.3.1
11392026-03-25T20:14:26.100Z Compiling rand v0.9.2
11402026-03-25T20:14:26.149Z Compiling crossbeam-channel v0.5.15
11412026-03-25T20:14:26.399Z Compiling slog-json v2.6.1
11422026-03-25T20:14:26.458Z Compiling rand_xorshift v0.4.0
11432026-03-25T20:14:26.577Z Compiling futures-executor v0.3.32
11442026-03-25T20:14:26.597Z Compiling encoding_rs v0.8.35
11452026-03-25T20:14:26.633Z Compiling memmap2 v0.9.10
11462026-03-25T20:14:26.683Z Compiling is-terminal v0.4.17
11472026-03-25T20:14:26.783Z Compiling hex v0.4.3
11482026-03-25T20:14:26.801Z Compiling mime v0.3.17
11492026-03-25T20:14:26.804Z Compiling unarray v0.1.4
11502026-03-25T20:14:26.957Z Compiling spin v0.9.8
11512026-03-25T20:14:27.011Z Compiling take_mut v0.2.2
11522026-03-25T20:14:27.033Z Compiling term v1.2.1
11532026-03-25T20:14:27.068Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
11542026-03-25T20:14:27.083Z Compiling sha1 v0.10.6
11552026-03-25T20:14:27.268Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
11562026-03-25T20:14:27.302Z Compiling slog-term v2.9.2
11572026-03-25T20:14:27.323Z Compiling proptest v1.11.0
11582026-03-25T20:14:27.442Z Compiling usdt v0.6.0
11592026-03-25T20:14:27.503Z Compiling futures v0.3.32
11602026-03-25T20:14:27.685Z Compiling slog-bunyan v2.5.0
11612026-03-25T20:14:27.789Z Compiling tokio-rustls v0.25.0
11622026-03-25T20:14:27.826Z Compiling rand v0.8.5
11632026-03-25T20:14:27.932Z Compiling reqwest v0.12.28
11642026-03-25T20:14:27.989Z Compiling backon v1.6.0
11652026-03-25T20:14:28.024Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11662026-03-25T20:14:28.223Z Compiling waitgroup v0.1.2
11672026-03-25T20:14:28.362Z Compiling rustls-pemfile v2.2.0
11682026-03-25T20:14:28.544Z Compiling async-stream v0.3.6
11692026-03-25T20:14:28.790Z Compiling strum v0.26.3
11702026-03-25T20:14:28.943Z Compiling num-integer v0.1.46
11712026-03-25T20:14:29.043Z Compiling instant v0.1.13
11722026-03-25T20:14:29.065Z Compiling hostname v0.4.2
11732026-03-25T20:14:29.157Z Compiling serde_path_to_error v0.1.20
11742026-03-25T20:14:29.229Z Compiling debug-ignore v1.0.5
11752026-03-25T20:14:29.246Z Compiling rustc-hash v2.1.1
11762026-03-25T20:14:29.344Z Compiling utf8parse v0.2.2
11772026-03-25T20:14:29.378Z Compiling iddqd v0.3.17
11782026-03-25T20:14:29.380Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
11792026-03-25T20:14:29.501Z Compiling anstyle-parse v1.0.0
11802026-03-25T20:14:29.519Z Checking rustls-webpki v0.103.10
11812026-03-25T20:14:29.904Z Compiling backoff v0.4.0
11822026-03-25T20:14:29.978Z Compiling progenitor-client v0.10.0
11832026-03-25T20:14:30.020Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
11842026-03-25T20:14:30.107Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#c3305fd1)
11852026-03-25T20:14:30.258Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
11862026-03-25T20:14:30.414Z Compiling parse-display v0.10.0
11872026-03-25T20:14:30.460Z Compiling strum v0.27.2
11882026-03-25T20:14:30.543Z Compiling serde_with v3.18.0
11892026-03-25T20:14:30.670Z Compiling macaddr v1.0.1
11902026-03-25T20:14:30.861Z Compiling anstyle v1.0.14
11912026-03-25T20:14:30.885Z Compiling anstyle-query v1.1.5
11922026-03-25T20:14:30.906Z Compiling is_terminal_polyfill v1.70.2
11932026-03-25T20:14:31.017Z Compiling vcpkg v0.2.15
11942026-03-25T20:14:31.078Z Compiling semver v0.1.20
11952026-03-25T20:14:31.335Z Compiling colorchoice v1.0.5
11962026-03-25T20:14:31.457Z Compiling anstream v1.0.0
11972026-03-25T20:14:31.581Z Compiling openssl-sys v0.9.112
11982026-03-25T20:14:31.744Z Compiling rustc_version v0.1.7
11992026-03-25T20:14:31.762Z Compiling num-iter v0.1.45
12002026-03-25T20:14:31.866Z Compiling num-rational v0.4.2
12012026-03-25T20:14:31.908Z Compiling terminal_size v0.4.4
12022026-03-25T20:14:32.139Z Compiling num-complex v0.4.6
12032026-03-25T20:14:32.253Z Compiling serde_spanned v0.6.9
12042026-03-25T20:14:32.283Z Checking tokio-rustls v0.26.4
12052026-03-25T20:14:32.307Z Compiling derive-where v1.6.1
12062026-03-25T20:14:32.379Z Compiling serde_repr v0.1.20
12072026-03-25T20:14:32.402Z Compiling pin-project-internal v1.1.11
12082026-03-25T20:14:32.517Z Checking hyper-rustls v0.27.7
12092026-03-25T20:14:32.720Z Compiling clap_lex v1.1.0
12102026-03-25T20:14:32.785Z Compiling toml_write v0.1.2
12112026-03-25T20:14:32.948Z Compiling rustls-platform-verifier v0.6.2
12122026-03-25T20:14:33.210Z Compiling toml_edit v0.22.27
12132026-03-25T20:14:33.243Z Compiling clap_builder v4.6.0
12142026-03-25T20:14:33.433Z Compiling reqwest v0.13.2
12152026-03-25T20:14:33.541Z Compiling num v0.4.3
12162026-03-25T20:14:33.740Z Compiling newtype_derive v0.1.6
12172026-03-25T20:14:34.062Z Compiling float-ord v0.3.2
12182026-03-25T20:14:34.304Z Compiling owo-colors v4.3.0
12192026-03-25T20:14:34.581Z Compiling snafu-derive v0.8.9
12202026-03-25T20:14:34.700Z Compiling progenitor-client v0.13.0
12212026-03-25T20:14:34.731Z Compiling toml v0.8.23
12222026-03-25T20:14:34.777Z Compiling async-recursion v1.1.1
12232026-03-25T20:14:34.988Z Compiling progenitor-extras v0.1.1
12242026-03-25T20:14:35.228Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
12252026-03-25T20:14:35.284Z Compiling clap v4.6.0
12262026-03-25T20:14:35.818Z Compiling slog-dtrace v0.3.0
12272026-03-25T20:14:35.855Z Compiling openssl v0.10.76
12282026-03-25T20:14:35.985Z Compiling unicode-xid v0.2.6
12292026-03-25T20:14:36.050Z Compiling minimal-lexical v0.2.1
12302026-03-25T20:14:36.123Z Compiling cancel-safe-futures v0.1.5
12312026-03-25T20:14:36.137Z Compiling chrono-tz v0.10.4
12322026-03-25T20:14:36.288Z Compiling nom v7.1.3
12332026-03-25T20:14:36.330Z Compiling const_format_proc_macros v0.2.34
12342026-03-25T20:14:37.155Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
12352026-03-25T20:14:37.284Z Compiling num-derive v0.3.3
12362026-03-25T20:14:37.335Z Compiling openssl-macros v0.1.1
12372026-03-25T20:14:37.749Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
12382026-03-25T20:14:38.329Z Compiling cookie v0.18.1
12392026-03-25T20:14:38.368Z Checking unicode-width v0.2.2
12402026-03-25T20:14:38.909Z Compiling tabled_derive v0.7.0
12412026-03-25T20:14:39.988Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
12422026-03-25T20:14:40.399Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
12432026-03-25T20:14:42.208Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
12442026-03-25T20:14:43.390Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
12452026-03-25T20:14:44.771Z Checking colored v3.1.1
12462026-03-25T20:14:44.972Z Checking crossbeam-epoch v0.9.18
12472026-03-25T20:14:45.074Z Checking cpufeatures v0.3.0
12482026-03-25T20:14:45.107Z Checking foreign-types-shared v0.3.1
12492026-03-25T20:14:45.156Z Checking chacha20 v0.10.0
12502026-03-25T20:14:45.201Z Checking foreign-types v0.5.0
12512026-03-25T20:14:45.328Z Checking num_enum v0.7.6
12522026-03-25T20:14:45.472Z Checking cstr-argument v0.1.2
12532026-03-25T20:14:45.552Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
12542026-03-25T20:14:45.598Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12552026-03-25T20:14:45.666Z Checking rand v0.10.0
12562026-03-25T20:14:46.112Z Checking tabwriter v1.4.1
12572026-03-25T20:14:46.264Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12582026-03-25T20:14:46.380Z Checking tinyvec_macros v0.1.1
12592026-03-25T20:14:46.628Z Checking tinyvec v1.11.0
12602026-03-25T20:14:46.965Z Checking hash32 v0.3.1
12612026-03-25T20:14:46.984Z Checking secrecy v0.10.3
12622026-03-25T20:14:47.232Z Checking data-encoding v2.10.0
12632026-03-25T20:14:47.432Z Checking ingot-types v0.1.2
12642026-03-25T20:14:47.514Z Checking itertools v0.12.1
12652026-03-25T20:14:47.877Z Checking scroll v0.12.0
12662026-03-25T20:14:48.186Z Checking cobs v0.3.0
12672026-03-25T20:14:48.329Z Checking managed v0.8.0
12682026-03-25T20:14:48.377Z Checking bitflags v1.3.2
12692026-03-25T20:14:48.412Z Checking static_assertions v1.1.0
12702026-03-25T20:14:48.490Z Checking postcard v1.1.3
12712026-03-25T20:14:48.608Z Checking goblin v0.8.2
12722026-03-25T20:14:48.759Z Checking ingot v0.1.1
12732026-03-25T20:14:48.816Z Checking crossbeam-deque v0.8.6
12742026-03-25T20:14:49.450Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
12752026-03-25T20:14:49.973Z Checking progenitor v0.13.0
12762026-03-25T20:14:50.323Z Checking hubpack v0.1.2
12772026-03-25T20:14:50.345Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
12782026-03-25T20:14:50.416Z Checking hmac v0.12.1
12792026-03-25T20:14:50.504Z Checking inout v0.1.4
12802026-03-25T20:14:50.510Z Checking ff v0.13.1
12812026-03-25T20:14:50.619Z Checking bstr v1.12.1
12822026-03-25T20:14:50.772Z Checking lazy_static v1.5.0
12832026-03-25T20:14:50.904Z Checking group v0.13.0
12842026-03-25T20:14:50.992Z Checking cipher v0.4.4
12852026-03-25T20:14:50.997Z Checking hkdf v0.12.4
12862026-03-25T20:14:51.045Z Checking rayon v1.11.0
12872026-03-25T20:14:51.271Z Checking camino-tempfile v1.4.1
12882026-03-25T20:14:51.422Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
12892026-03-25T20:14:51.441Z Checking num_enum v0.5.11
12902026-03-25T20:14:51.444Z Checking universal-hash v0.5.1
12912026-03-25T20:14:51.478Z Checking crypto-bigint v0.5.5
12922026-03-25T20:14:51.558Z Checking half v2.7.1
12932026-03-25T20:14:51.671Z Checking memmap v0.7.0
12942026-03-25T20:14:51.809Z Checking base16ct v0.2.0
12952026-03-25T20:14:51.828Z Checking base64ct v1.8.3
12962026-03-25T20:14:51.929Z Checking opaque-debug v0.3.1
12972026-03-25T20:14:51.965Z Checking ciborium-io v0.2.2
12982026-03-25T20:14:52.007Z Checking poly1305 v0.8.0
12992026-03-25T20:14:52.061Z Checking ciborium-ll v0.2.2
13002026-03-25T20:14:52.080Z Checking password-hash v0.5.0
13012026-03-25T20:14:52.243Z Checking usdt v0.5.0
13022026-03-25T20:14:52.282Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
13032026-03-25T20:14:52.321Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
13042026-03-25T20:14:52.340Z Checking chacha20 v0.9.1
13052026-03-25T20:14:52.372Z Checking elliptic-curve v0.13.8
13062026-03-25T20:14:52.441Z Checking zone v0.3.1
13072026-03-25T20:14:52.462Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
13082026-03-25T20:14:52.495Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
13092026-03-25T20:14:52.630Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
13102026-03-25T20:14:52.720Z Checking byte-wrapper v0.1.0
13112026-03-25T20:14:52.804Z Checking thiserror-no-std v2.0.2
13122026-03-25T20:14:52.822Z Checking blake2 v0.10.6
13132026-03-25T20:14:52.827Z Checking smf v0.2.3
13142026-03-25T20:14:52.888Z Checking aead v0.5.2
13152026-03-25T20:14:52.906Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
13162026-03-25T20:14:52.929Z Checking sigpipe v0.1.3
13172026-03-25T20:14:53.015Z Checking indent_write v2.2.0
13182026-03-25T20:14:53.037Z Checking bytecount v0.6.9
13192026-03-25T20:14:53.054Z Checking jiff v0.2.23
13202026-03-25T20:14:53.076Z Checking glob v0.3.3
13212026-03-25T20:14:53.159Z Checking keccak v0.1.6
13222026-03-25T20:14:53.164Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
13232026-03-25T20:14:53.267Z Checking argon2 v0.5.3
13242026-03-25T20:14:53.285Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
13252026-03-25T20:14:53.322Z Checking sha3 v0.10.8
13262026-03-25T20:14:53.482Z Checking vsss-rs v3.3.4
13272026-03-25T20:14:53.501Z Checking chacha20poly1305 v0.10.1
13282026-03-25T20:14:53.519Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
13292026-03-25T20:14:53.561Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
13302026-03-25T20:14:53.629Z Checking ciborium v0.2.2
13312026-03-25T20:14:53.728Z Checking atomicwrites v0.4.4
13322026-03-25T20:14:53.866Z Checking key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
13332026-03-25T20:14:53.986Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
13342026-03-25T20:14:54.063Z Compiling parking_lot_core v0.8.6
13352026-03-25T20:14:54.135Z Checking resolv-conf v0.7.6
13362026-03-25T20:14:54.179Z Checking whoami v1.6.1
13372026-03-25T20:14:54.214Z Checking linked-hash-map v0.5.6
13382026-03-25T20:14:54.356Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
13392026-03-25T20:14:54.379Z Checking similar v2.7.0
13402026-03-25T20:14:54.398Z Checking lru-cache v0.1.2
13412026-03-25T20:14:54.541Z Checking hickory-proto v0.24.4
13422026-03-25T20:14:54.590Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
13432026-03-25T20:14:54.668Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
13442026-03-25T20:14:54.702Z Checking serde-big-array v0.5.1
13452026-03-25T20:14:54.721Z Checking siphasher v1.0.2
13462026-03-25T20:14:54.738Z Checking unicode-segmentation v1.13.1
13472026-03-25T20:14:54.769Z Checking swrite v0.1.0
13482026-03-25T20:14:54.844Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
13492026-03-25T20:14:54.869Z Checking unicode-normalization v0.1.25
13502026-03-25T20:14:54.890Z Checking phf_shared v0.12.1
13512026-03-25T20:14:55.036Z Checking console v0.15.11
13522026-03-25T20:14:55.095Z Checking newline-converter v0.3.0
13532026-03-25T20:14:55.214Z Checking pin-project v1.1.11
13542026-03-25T20:14:55.318Z Checking tokio-stream v0.1.18
13552026-03-25T20:14:55.337Z Checking csv-core v0.1.13
13562026-03-25T20:14:55.340Z Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
13572026-03-25T20:14:55.520Z Checking same-file v1.0.6
13582026-03-25T20:14:55.633Z Checking foldhash v0.1.5
13592026-03-25T20:14:55.651Z Checking foreign-types-shared v0.1.1
13602026-03-25T20:14:55.701Z Checking highway v1.3.0
13612026-03-25T20:14:55.745Z Compiling crc32fast v1.5.0
13622026-03-25T20:14:55.778Z Checking unicode-width v0.1.14
13632026-03-25T20:14:55.942Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
13642026-03-25T20:14:56.047Z Checking hashbrown v0.15.5
13652026-03-25T20:14:56.085Z Checking hickory-resolver v0.24.4
13662026-03-25T20:14:56.119Z Checking foreign-types v0.3.2
13672026-03-25T20:14:56.203Z Checking walkdir v2.5.0
13682026-03-25T20:14:56.330Z Checking csv v1.4.0
13692026-03-25T20:14:56.374Z Checking expectorate v1.2.0
13702026-03-25T20:14:56.506Z Checking snafu v0.8.9
13712026-03-25T20:14:56.524Z Checking olpc-cjson v0.1.4
13722026-03-25T20:14:56.669Z Checking phf v0.12.1
13732026-03-25T20:14:56.673Z Checking tokio-dtrace v0.1.1
13742026-03-25T20:14:56.709Z Checking globset v0.4.18
13752026-03-25T20:14:56.752Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
13762026-03-25T20:14:56.772Z Checking qorb v0.4.1
13772026-03-25T20:14:56.976Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
13782026-03-25T20:14:57.142Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
13792026-03-25T20:14:57.235Z Checking pem v3.0.6
13802026-03-25T20:14:57.282Z Checking libsw-core v0.3.2
13812026-03-25T20:14:57.381Z Checking serde_plain v1.0.2
13822026-03-25T20:14:57.403Z Checking smawk v0.3.2
13832026-03-25T20:14:57.423Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
13842026-03-25T20:14:57.442Z Checking typed-path v0.9.3
13852026-03-25T20:14:57.530Z Checking fixedbitset v0.4.2
13862026-03-25T20:14:57.550Z Checking fixedbitset v0.5.7
13872026-03-25T20:14:57.675Z Checking unicode-linebreak v0.1.5
13882026-03-25T20:14:57.695Z Checking petgraph v0.6.5
13892026-03-25T20:14:57.757Z Checking petgraph v0.8.3
13902026-03-25T20:14:57.898Z Checking textwrap v0.16.2
13912026-03-25T20:14:58.121Z Checking libsw v3.5.0
13922026-03-25T20:14:58.216Z Checking tough v0.20.0
13932026-03-25T20:14:58.623Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
13942026-03-25T20:14:58.801Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
13952026-03-25T20:14:58.889Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
13962026-03-25T20:14:58.965Z Checking oxide-tokio-rt v0.1.3
13972026-03-25T20:14:59.197Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
13982026-03-25T20:14:59.200Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
13992026-03-25T20:14:59.237Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
14002026-03-25T20:14:59.463Z Checking papergrid v0.11.0
14012026-03-25T20:14:59.608Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
14022026-03-25T20:14:59.974Z Checking gethostname v0.5.0
14032026-03-25T20:15:00.075Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
14042026-03-25T20:15:00.079Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
14052026-03-25T20:15:00.282Z Checking libscf-sys v1.1.0
14062026-03-25T20:15:00.302Z Checking const_format v0.2.35
14072026-03-25T20:15:00.441Z Checking bcs v0.1.6
14082026-03-25T20:15:00.539Z Checking termtree v0.5.1
14092026-03-25T20:15:00.562Z Checking linear-map v1.2.0
14102026-03-25T20:15:00.580Z Checking tagptr v0.2.0
14112026-03-25T20:15:00.666Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
14122026-03-25T20:15:00.685Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
14132026-03-25T20:15:00.685Z Checking tabled v0.15.0
14142026-03-25T20:15:00.725Z Checking moka v0.12.15
14152026-03-25T20:15:00.743Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
14162026-03-25T20:15:00.899Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
14172026-03-25T20:15:01.070Z Checking steno v0.4.1
14182026-03-25T20:15:01.361Z Checking hickory-proto v0.25.2
14192026-03-25T20:15:02.184Z Checking humantime v2.3.0
14202026-03-25T20:15:02.527Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
14212026-03-25T20:15:02.945Z Checking hickory-resolver v0.25.2
14222026-03-25T20:15:02.963Z Compiling typify-impl v0.4.3
14232026-03-25T20:15:03.089Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
14242026-03-25T20:15:03.553Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
14252026-03-25T20:15:03.593Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
14262026-03-25T20:15:04.396Z Checking nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
14272026-03-25T20:15:04.570Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
14282026-03-25T20:15:06.402Z Compiling typify-macro v0.4.3
14292026-03-25T20:15:07.369Z Compiling crunchy v0.2.4
14302026-03-25T20:15:08.641Z Compiling tiny-keccak v2.0.2
14312026-03-25T20:15:10.540Z Compiling const-random-macro v0.1.16
14322026-03-25T20:15:10.780Z Compiling typify v0.4.3
14332026-03-25T20:15:12.980Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
14342026-03-25T20:15:13.085Z Compiling ahash v0.8.12
14352026-03-25T20:15:13.105Z Compiling smartstring v1.0.1
14362026-03-25T20:15:18.363Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
14372026-03-25T20:15:18.572Z Checking parking_lot v0.11.2
14382026-03-25T20:15:18.787Z Checking fxhash v0.2.1
14392026-03-25T20:15:18.861Z Compiling rhai_codegen v3.1.0
14402026-03-25T20:15:18.921Z Checking sled v0.34.7
14412026-03-25T20:15:19.260Z Checking rdb-types v0.1.0 (/work/oxidecomputer/maghemite/rdb-types)
14422026-03-25T20:15:19.264Z Compiling proc-macro-error-attr2 v2.0.0
14432026-03-25T20:15:19.656Z Checking internet-checksum v0.2.1
14442026-03-25T20:15:19.703Z Compiling proc-macro-error2 v2.0.1
14452026-03-25T20:15:19.788Z Compiling progenitor-impl v0.11.2
14462026-03-25T20:15:20.052Z Compiling tabled_derive v0.11.0
14472026-03-25T20:15:20.148Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
14482026-03-25T20:15:20.168Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
14492026-03-25T20:15:20.787Z Checking const-random v0.1.18
14502026-03-25T20:15:21.259Z Checking thin-vec v0.2.14
14512026-03-25T20:15:21.492Z Checking rhai v1.24.0
14522026-03-25T20:15:21.897Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
14532026-03-25T20:15:21.918Z Checking nom v8.0.0
14542026-03-25T20:15:21.922Z Compiling progenitor-macro v0.11.2
14552026-03-25T20:15:22.076Z Checking arc-swap v1.9.0
14562026-03-25T20:15:22.313Z Checking slog-scope v4.4.1
14572026-03-25T20:15:22.410Z Checking papergrid v0.17.0
14582026-03-25T20:15:22.459Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
14592026-03-25T20:15:22.487Z Checking testing_table v0.3.0
14602026-03-25T20:15:22.573Z Checking mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
14612026-03-25T20:15:22.592Z Checking dropshot-api-manager-types v0.5.2
14622026-03-25T20:15:22.770Z Checking slog-stdlog v4.1.1
14632026-03-25T20:15:23.178Z Checking tabled v0.20.0
14642026-03-25T20:15:23.224Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
14652026-03-25T20:15:23.592Z Checking ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
14662026-03-25T20:15:23.906Z Checking ddm-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-types/versions)
14672026-03-25T20:15:24.143Z Compiling progenitor-impl v0.10.0
14682026-03-25T20:15:24.275Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
14692026-03-25T20:15:24.460Z Checking progenitor-client v0.11.2
14702026-03-25T20:15:24.484Z Compiling lzma-sys v0.1.20
14712026-03-25T20:15:24.527Z Checking rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
14722026-03-25T20:15:24.894Z Compiling fs-err v3.3.0
14732026-03-25T20:15:24.936Z Compiling typeid v1.0.3
14742026-03-25T20:15:25.296Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
14752026-03-25T20:15:26.076Z Checking progenitor v0.11.2
14762026-03-25T20:15:26.109Z Checking slog-envlogger v2.2.0
14772026-03-25T20:15:26.131Z Checking bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
14782026-03-25T20:15:26.196Z Compiling progenitor-macro v0.10.0
14792026-03-25T20:15:26.990Z Checking crc8 v0.1.1
14802026-03-25T20:15:27.097Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
14812026-03-25T20:15:28.698Z Checking bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
14822026-03-25T20:15:29.227Z Checking ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
14832026-03-25T20:15:29.482Z Compiling cargo_toml v0.22.3
14842026-03-25T20:15:29.500Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
14852026-03-25T20:15:30.340Z Checking utf-8 v0.7.6
14862026-03-25T20:15:30.640Z Checking tungstenite v0.21.0
14872026-03-25T20:15:31.080Z Checking ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
14882026-03-25T20:15:31.428Z Checking ddm-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-types)
14892026-03-25T20:15:31.731Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#9167ac10)
14902026-03-25T20:15:32.371Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
14912026-03-25T20:15:32.642Z Checking sha2 v0.10.9
14922026-03-25T20:15:32.676Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
14932026-03-25T20:15:32.921Z Checking yansi v1.0.1
14942026-03-25T20:15:32.945Z Checking diff v0.1.13
14952026-03-25T20:15:32.964Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
14962026-03-25T20:15:33.091Z Checking progenitor v0.10.0
14972026-03-25T20:15:33.179Z Checking pretty_assertions v1.4.1
14982026-03-25T20:15:33.243Z Checking tokio-tungstenite v0.21.0
14992026-03-25T20:15:33.669Z Checking console v0.16.3
15002026-03-25T20:15:33.790Z Checking git-stub v1.0.0
15012026-03-25T20:15:33.983Z Checking unit-prefix v0.5.2
15022026-03-25T20:15:34.126Z Checking sdd v3.0.10
15032026-03-25T20:15:34.133Z Checking is_ci v1.2.0
15042026-03-25T20:15:34.242Z Checking base64 v0.21.7
15052026-03-25T20:15:34.319Z Checking supports-color v3.0.2
15062026-03-25T20:15:34.371Z Checking scc v2.4.0
15072026-03-25T20:15:34.398Z Checking indicatif v0.18.4
15082026-03-25T20:15:34.492Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
15092026-03-25T20:15:34.601Z Checking git-stub-vcs v0.1.0
15102026-03-25T20:15:35.014Z Checking xz2 v0.1.7
15112026-03-25T20:15:35.197Z Checking ron v0.12.0
15122026-03-25T20:15:35.405Z Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
15132026-03-25T20:15:35.930Z Checking mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
15142026-03-25T20:15:36.030Z Checking drift v0.1.3
15152026-03-25T20:15:36.066Z Compiling serial_test_derive v3.4.0
15162026-03-25T20:15:36.177Z Checking base16ct v1.0.0
15172026-03-25T20:15:36.315Z Checking dropshot-api-manager v0.5.2
15182026-03-25T20:15:36.752Z Checking serial_test v3.4.0
15192026-03-25T20:15:37.160Z Checking mg-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-types/versions)
15202026-03-25T20:15:37.181Z Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#9167ac10)
15212026-03-25T20:15:37.557Z Checking mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
15222026-03-25T20:15:37.582Z Checking ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
15232026-03-25T20:15:37.646Z Checking util v0.1.0 (/work/oxidecomputer/maghemite/util)
15242026-03-25T20:15:37.791Z Checking natord v1.0.9
15252026-03-25T20:15:37.955Z Checking mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
15262026-03-25T20:15:38.628Z Checking mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
15272026-03-25T20:15:38.725Z Checking mg-types v0.1.0 (/work/oxidecomputer/maghemite/mg-types)
15282026-03-25T20:15:39.149Z Checking ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
15292026-03-25T20:15:39.355Z Checking mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
15302026-03-25T20:15:39.700Z Checking ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
15312026-03-25T20:15:39.723Z Checking maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
15322026-03-25T20:15:40.776Z Checking mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify)
15332026-03-25T20:15:40.845Z Checking mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
15342026-03-25T20:15:41.484Z Checking falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab)
15352026-03-25T20:15:43.964Z Checking xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
15362026-03-25T20:15:54.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 43s
15372026-03-25T20:15:54.776Z+ cargo xtask openapi check
15382026-03-25T20:15:55.123Z Compiling libc v0.2.183
15392026-03-25T20:15:55.123Z Compiling utf8parse v0.2.2
15402026-03-25T20:15:55.123Z Compiling cfg-if v1.0.4
15412026-03-25T20:15:55.123Z Compiling anstyle v1.0.14
15422026-03-25T20:15:55.127Z Compiling proc-macro2 v1.0.106
15432026-03-25T20:15:55.127Z Compiling quote v1.0.45
15442026-03-25T20:15:55.127Z Compiling colorchoice v1.0.5
15452026-03-25T20:15:55.175Z Compiling scopeguard v1.2.0
15462026-03-25T20:15:55.221Z Compiling anstyle-query v1.1.5
15472026-03-25T20:15:55.232Z Compiling is_terminal_polyfill v1.70.2
15482026-03-25T20:15:55.268Z Compiling anstyle-parse v1.0.0
15492026-03-25T20:15:55.278Z Compiling smallvec v1.15.1
15502026-03-25T20:15:55.290Z Compiling lock_api v0.4.14
15512026-03-25T20:15:55.315Z Compiling strsim v0.11.1
15522026-03-25T20:15:55.315Z Compiling clap_lex v1.1.0
15532026-03-25T20:15:55.380Z Compiling bytes v1.11.1
15542026-03-25T20:15:55.446Z Compiling anstream v1.0.0
15552026-03-25T20:15:55.482Z Compiling errno v0.3.14
15562026-03-25T20:15:55.499Z Compiling parking_lot_core v0.9.12
15572026-03-25T20:15:55.532Z Compiling socket2 v0.6.3
15582026-03-25T20:15:55.551Z Compiling mio v1.1.1
15592026-03-25T20:15:55.629Z Compiling signal-hook-registry v1.4.8
15602026-03-25T20:15:55.692Z Compiling parking_lot v0.12.5
15612026-03-25T20:15:55.760Z Compiling clap_builder v4.6.0
15622026-03-25T20:15:55.791Z Compiling pin-project-lite v0.2.17
15632026-03-25T20:15:55.915Z Compiling anyhow v1.0.102
15642026-03-25T20:15:56.047Z Compiling syn v2.0.117
15652026-03-25T20:15:57.869Z Compiling clap_derive v4.6.0
15662026-03-25T20:15:57.869Z Compiling tokio-macros v2.6.1
15672026-03-25T20:15:58.428Z Compiling tokio v1.50.0
15682026-03-25T20:15:59.010Z Compiling clap v4.6.0
15692026-03-25T20:16:02.339Z Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
15702026-03-25T20:16:03.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.59s
15712026-03-25T20:16:03.422Z Running `target/debug/xtask openapi check`
15722026-03-25T20:16:04.047Z Compiling libc v0.2.183
15732026-03-25T20:16:04.047Z Compiling serde_core v1.0.228
15742026-03-25T20:16:04.051Z Compiling memchr v2.8.0
15752026-03-25T20:16:04.158Z Compiling itoa v1.0.18
15762026-03-25T20:16:04.166Z Compiling stable_deref_trait v1.2.1
15772026-03-25T20:16:04.170Z Compiling zmij v1.0.21
15782026-03-25T20:16:04.174Z Compiling zerofrom v0.1.6
15792026-03-25T20:16:04.194Z Compiling writeable v0.6.2
15802026-03-25T20:16:04.240Z Compiling litemap v0.8.1
15812026-03-25T20:16:04.304Z Compiling yoke v0.8.1
15822026-03-25T20:16:04.336Z Compiling libm v0.2.16
15832026-03-25T20:16:04.394Z Compiling percent-encoding v2.3.2
15842026-03-25T20:16:04.429Z Compiling rand_core v0.10.0
15852026-03-25T20:16:04.451Z Compiling icu_properties_data v2.1.2
15862026-03-25T20:16:04.487Z Compiling zerovec v0.11.5
15872026-03-25T20:16:04.587Z Compiling zerotrie v0.2.3
15882026-03-25T20:16:04.590Z Compiling errno v0.3.14
15892026-03-25T20:16:04.590Z Compiling icu_normalizer_data v2.1.1
15902026-03-25T20:16:04.648Z Compiling getrandom v0.4.2
15912026-03-25T20:16:04.704Z Compiling form_urlencoded v1.2.2
15922026-03-25T20:16:04.792Z Compiling utf8_iter v1.0.4
15932026-03-25T20:16:04.804Z Compiling zeroize v1.8.2
15942026-03-25T20:16:04.829Z Compiling iana-time-zone v0.1.65
15952026-03-25T20:16:04.892Z Compiling scopeguard v1.2.0
15962026-03-25T20:16:04.915Z Compiling tinystr v0.8.2
15972026-03-25T20:16:04.942Z Compiling potential_utf v0.1.4
15982026-03-25T20:16:04.981Z Compiling lock_api v0.4.14
15992026-03-25T20:16:05.001Z Compiling dyn-clone v1.0.20
16002026-03-25T20:16:05.012Z Compiling portable-atomic v1.13.1
16012026-03-25T20:16:05.046Z Compiling getrandom v0.2.17
16022026-03-25T20:16:05.110Z Compiling icu_locale_core v2.1.1
16032026-03-25T20:16:05.122Z Compiling num-traits v0.2.19
16042026-03-25T20:16:05.148Z Compiling icu_collections v2.1.1
16052026-03-25T20:16:05.217Z Compiling socket2 v0.6.3
16062026-03-25T20:16:05.232Z Compiling critical-section v1.2.0
16072026-03-25T20:16:05.345Z Compiling signal-hook-registry v1.4.8
16082026-03-25T20:16:05.514Z Compiling once_cell v1.21.4
16092026-03-25T20:16:05.526Z Compiling mio v1.1.1
16102026-03-25T20:16:05.641Z Compiling thiserror v2.0.18
16112026-03-25T20:16:05.657Z Compiling subtle v2.6.1
16122026-03-25T20:16:05.668Z Compiling zerocopy v0.8.47
16132026-03-25T20:16:05.736Z Compiling icu_provider v2.1.1
16142026-03-25T20:16:05.748Z Compiling futures-core v0.3.32
16152026-03-25T20:16:05.758Z Compiling rand_core v0.6.4
16162026-03-25T20:16:05.832Z Compiling serde v1.0.228
16172026-03-25T20:16:05.906Z Compiling serde_json v1.0.149
16182026-03-25T20:16:05.963Z Compiling uuid v1.22.0
16192026-03-25T20:16:05.988Z Compiling icu_properties v2.1.2
16202026-03-25T20:16:06.033Z Compiling semver v1.0.27
16212026-03-25T20:16:06.045Z Compiling bitflags v2.11.0
16222026-03-25T20:16:06.058Z Compiling equivalent v1.0.2
16232026-03-25T20:16:06.148Z Compiling log v0.4.29
16242026-03-25T20:16:06.288Z Compiling smallvec v1.15.1
16252026-03-25T20:16:06.338Z Compiling bytes v1.11.1
16262026-03-25T20:16:06.350Z Compiling chrono v0.4.44
16272026-03-25T20:16:06.376Z Compiling foldhash v0.2.0
16282026-03-25T20:16:06.376Z Compiling allocator-api2 v0.2.21
16292026-03-25T20:16:06.526Z Compiling icu_normalizer v2.1.1
16302026-03-25T20:16:06.615Z Compiling parking_lot_core v0.9.12
16312026-03-25T20:16:06.713Z Compiling futures-sink v0.3.32
16322026-03-25T20:16:06.829Z Compiling parking_lot v0.12.5
16332026-03-25T20:16:06.926Z Compiling idna_adapter v1.2.1
16342026-03-25T20:16:06.981Z Compiling hashbrown v0.16.1
16352026-03-25T20:16:07.019Z Compiling slog v2.8.2
16362026-03-25T20:16:07.036Z Compiling idna v1.1.0
16372026-03-25T20:16:07.084Z Compiling tokio v1.50.0
16382026-03-25T20:16:07.096Z Compiling slab v0.4.12
16392026-03-25T20:16:07.108Z Compiling typenum v1.19.0
16402026-03-25T20:16:07.218Z Compiling futures-channel v0.3.32
16412026-03-25T20:16:07.276Z Compiling futures-io v0.3.32
16422026-03-25T20:16:07.443Z Compiling url v2.5.8
16432026-03-25T20:16:07.454Z Compiling futures-task v0.3.32
16442026-03-25T20:16:07.579Z Compiling futures-util v0.3.32
16452026-03-25T20:16:07.636Z Compiling generic-array v0.14.7
16462026-03-25T20:16:07.690Z Compiling indexmap v2.13.0
16472026-03-25T20:16:07.773Z Compiling tracing-core v0.1.36
16482026-03-25T20:16:07.823Z Compiling base64 v0.22.1
16492026-03-25T20:16:08.132Z Compiling schemars v0.8.22
16502026-03-25T20:16:08.167Z Compiling crypto-common v0.1.7
16512026-03-25T20:16:08.281Z Compiling tracing v0.1.44
16522026-03-25T20:16:08.311Z Compiling byteorder v1.5.0
16532026-03-25T20:16:08.327Z Compiling http v1.4.0
16542026-03-25T20:16:08.361Z Compiling fnv v1.0.7
16552026-03-25T20:16:08.466Z Compiling unicode-ident v1.0.24
16562026-03-25T20:16:08.523Z Compiling block-buffer v0.10.4
16572026-03-25T20:16:08.539Z Compiling rustls-pki-types v1.14.0
16582026-03-25T20:16:08.597Z Compiling proc-macro2 v1.0.106
16592026-03-25T20:16:08.658Z Compiling digest v0.10.7
16602026-03-25T20:16:08.677Z Compiling ppv-lite86 v0.2.21
16612026-03-25T20:16:08.896Z Compiling erased-serde v0.3.31
16622026-03-25T20:16:09.029Z Compiling ipnetwork v0.21.1
16632026-03-25T20:16:09.054Z Compiling quote v1.0.45
16642026-03-25T20:16:09.315Z Compiling untrusted v0.9.0
16652026-03-25T20:16:09.341Z Compiling ipnet v2.12.0
16662026-03-25T20:16:09.404Z Compiling syn v2.0.117
16672026-03-25T20:16:09.448Z Compiling thiserror v1.0.69
16682026-03-25T20:16:09.460Z Compiling rustix v1.1.4
16692026-03-25T20:16:09.496Z Compiling oxnet v0.1.4
16702026-03-25T20:16:09.557Z Compiling http-body v1.0.1
16712026-03-25T20:16:09.723Z Compiling pretty-hex v0.4.2
16722026-03-25T20:16:09.752Z Compiling atomic-waker v1.1.2
16732026-03-25T20:16:09.868Z Compiling getrandom v0.3.4
16742026-03-25T20:16:09.868Z Compiling httparse v1.10.1
16752026-03-25T20:16:09.890Z Compiling plain v0.2.3
16762026-03-25T20:16:09.916Z Compiling tower-service v0.3.3
16772026-03-25T20:16:09.929Z Compiling try-lock v0.2.5
16782026-03-25T20:16:09.999Z Compiling ryu v1.0.23
16792026-03-25T20:16:10.015Z Compiling tower-layer v0.3.3
16802026-03-25T20:16:10.038Z Compiling want v0.3.1
16812026-03-25T20:16:10.062Z Compiling hex v0.4.3
16822026-03-25T20:16:10.177Z Compiling ucd-trie v0.1.7
16832026-03-25T20:16:10.178Z Compiling httpdate v1.0.3
16842026-03-25T20:16:10.201Z Compiling pin-utils v0.1.0
16852026-03-25T20:16:10.212Z Compiling crossbeam-utils v0.8.21
16862026-03-25T20:16:10.276Z Compiling omicron-workspace-hack v0.1.0
16872026-03-25T20:16:10.327Z Compiling pest v2.8.6
16882026-03-25T20:16:10.350Z Compiling cpufeatures v0.2.17
16892026-03-25T20:16:10.417Z Compiling rand_core v0.9.5
16902026-03-25T20:16:10.430Z Compiling fastrand v2.3.0
16912026-03-25T20:16:10.487Z Compiling regex-syntax v0.8.10
16922026-03-25T20:16:10.636Z Compiling serde_urlencoded v0.7.1
16932026-03-25T20:16:10.647Z Compiling http-body-util v0.1.3
16942026-03-25T20:16:10.705Z Compiling newtype-uuid v1.3.2
16952026-03-25T20:16:10.727Z Compiling camino v1.2.2
16962026-03-25T20:16:10.886Z Compiling tokio-util v0.7.18
16972026-03-25T20:16:10.901Z Compiling daft v0.1.5
16982026-03-25T20:16:11.040Z Compiling rand_chacha v0.9.0
16992026-03-25T20:16:11.142Z Compiling aws-lc-sys v0.39.0
17002026-03-25T20:16:11.176Z Compiling untrusted v0.7.1
17012026-03-25T20:16:11.313Z Compiling rand v0.9.2
17022026-03-25T20:16:11.430Z Compiling h2 v0.4.13
17032026-03-25T20:16:11.600Z Compiling tempfile v3.27.0
17042026-03-25T20:16:11.618Z Compiling rustls v0.23.37
17052026-03-25T20:16:11.760Z Compiling aws-lc-rs v1.16.2
17062026-03-25T20:16:11.840Z Compiling powerfmt v0.2.0
17072026-03-25T20:16:11.941Z Compiling futures-executor v0.3.32
17082026-03-25T20:16:12.017Z Compiling deranged v0.5.8
17092026-03-25T20:16:12.062Z Compiling sync_wrapper v1.0.2
17102026-03-25T20:16:12.181Z Compiling aho-corasick v1.1.4
17112026-03-25T20:16:12.226Z Compiling num-conv v0.2.0
17122026-03-25T20:16:12.371Z Compiling time-core v0.1.8
17132026-03-25T20:16:12.550Z Compiling num_threads v0.1.7
17142026-03-25T20:16:12.646Z Compiling tower v0.5.3
17152026-03-25T20:16:12.987Z Compiling rustls-webpki v0.103.10
17162026-03-25T20:16:12.995Z Compiling regex-automata v0.4.14
17172026-03-25T20:16:13.090Z Compiling time v0.3.47
17182026-03-25T20:16:13.130Z Compiling futures v0.3.32
17192026-03-25T20:16:13.173Z Compiling scroll v0.13.0
17202026-03-25T20:16:13.220Z Compiling openapiv3 v2.2.0
17212026-03-25T20:16:13.517Z Compiling hyper v1.8.1
17222026-03-25T20:16:13.943Z Compiling iri-string v0.7.11
17232026-03-25T20:16:14.095Z Compiling winnow v1.0.0
17242026-03-25T20:16:14.471Z Compiling goblin v0.10.5
17252026-03-25T20:16:14.804Z Compiling hyper-util v0.1.20
17262026-03-25T20:16:14.869Z Compiling crossbeam-channel v0.5.15
17272026-03-25T20:16:15.209Z Compiling tower-http v0.6.8
17282026-03-25T20:16:15.223Z Compiling ring v0.17.14
17292026-03-25T20:16:15.360Z Compiling winnow v0.7.15
17302026-03-25T20:16:15.590Z Compiling dtrace-parser v0.3.0
17312026-03-25T20:16:15.643Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17322026-03-25T20:16:16.092Z Compiling thread-id v5.1.0
17332026-03-25T20:16:16.187Z Compiling thread_local v1.1.9
17342026-03-25T20:16:16.272Z Compiling match_cfg v0.1.0
17352026-03-25T20:16:16.351Z Compiling rustls-webpki v0.102.8
17362026-03-25T20:16:16.378Z Compiling debug-ignore v1.0.5
17372026-03-25T20:16:16.458Z Compiling openssl-probe v0.2.1
17382026-03-25T20:16:16.472Z Compiling hostname v0.3.1
17392026-03-25T20:16:16.488Z Compiling tokio-rustls v0.26.4
17402026-03-25T20:16:16.635Z Compiling rustls-native-certs v0.8.3
17412026-03-25T20:16:16.652Z Compiling toml_parser v1.1.0+spec-1.1.0
17422026-03-25T20:16:16.786Z Compiling rustls v0.22.4
17432026-03-25T20:16:16.865Z Compiling regex v1.12.3
17442026-03-25T20:16:16.957Z Compiling slog-json v2.6.1
17452026-03-25T20:16:17.144Z Compiling rand_chacha v0.3.1
17462026-03-25T20:16:17.161Z Compiling toml_datetime v0.7.5+spec-1.1.0
17472026-03-25T20:16:17.179Z Compiling dof v0.4.0
17482026-03-25T20:16:17.308Z Compiling serde_spanned v1.1.0
17492026-03-25T20:16:17.312Z Compiling memmap2 v0.9.10
17502026-03-25T20:16:17.474Z Compiling is-terminal v0.4.17
17512026-03-25T20:16:17.474Z Compiling encoding_rs v0.8.35
17522026-03-25T20:16:17.545Z Compiling toml_writer v1.1.0+spec-1.1.0
17532026-03-25T20:16:17.559Z Compiling spin v0.9.8
17542026-03-25T20:16:17.578Z Compiling either v1.15.0
17552026-03-25T20:16:17.678Z Compiling take_mut v0.2.2
17562026-03-25T20:16:17.762Z Compiling mime v0.3.17
17572026-03-25T20:16:17.798Z Compiling term v1.2.1
17582026-03-25T20:16:17.807Z Compiling slog-async v2.8.0
17592026-03-25T20:16:18.043Z Compiling usdt-impl v0.6.0
17602026-03-25T20:16:18.300Z Compiling slog-term v2.9.2
17612026-03-25T20:16:18.482Z Compiling multer v3.1.0
17622026-03-25T20:16:18.499Z Compiling usdt v0.6.0
17632026-03-25T20:16:18.722Z Compiling tokio-rustls v0.25.0
17642026-03-25T20:16:18.830Z Compiling toml v0.9.12+spec-1.1.0
17652026-03-25T20:16:18.903Z Compiling rand v0.8.5
17662026-03-25T20:16:18.992Z Compiling slog-bunyan v2.5.0
17672026-03-25T20:16:19.003Z Compiling rustls-platform-verifier v0.6.2
17682026-03-25T20:16:19.024Z Compiling hyper-rustls v0.27.7
17692026-03-25T20:16:19.130Z Compiling ref-cast v1.0.25
17702026-03-25T20:16:19.142Z Compiling async-stream v0.3.6
17712026-03-25T20:16:19.219Z Compiling strum v0.26.3
17722026-03-25T20:16:19.240Z Compiling sha1 v0.10.6
17732026-03-25T20:16:19.240Z Compiling waitgroup v0.1.2
17742026-03-25T20:16:19.323Z Compiling rustls-pemfile v2.2.0
17752026-03-25T20:16:19.323Z Compiling regress v0.10.5
17762026-03-25T20:16:19.359Z Compiling macaddr v1.0.1
17772026-03-25T20:16:19.393Z Compiling serde_path_to_error v0.1.20
17782026-03-25T20:16:19.475Z Compiling hostname v0.4.2
17792026-03-25T20:16:19.529Z Compiling wait-timeout v0.2.1
17802026-03-25T20:16:19.560Z Compiling bit-vec v0.8.0
17812026-03-25T20:16:19.613Z Compiling quick-error v1.2.3
17822026-03-25T20:16:19.686Z Compiling reqwest v0.13.2
17832026-03-25T20:16:19.723Z Compiling dropshot v0.16.7
17842026-03-25T20:16:19.824Z Compiling bit-set v0.8.0
17852026-03-25T20:16:19.910Z Compiling rusty-fork v0.3.1
17862026-03-25T20:16:20.005Z Compiling serde_with v3.18.0
17872026-03-25T20:16:20.043Z Compiling rand_xorshift v0.4.0
17882026-03-25T20:16:21.453Z Compiling unarray v0.1.4
17892026-03-25T20:16:21.468Z Compiling strum v0.27.2
17902026-03-25T20:16:21.468Z Compiling proptest v1.11.0
17912026-03-25T20:16:21.468Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17922026-03-25T20:16:21.469Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
17932026-03-25T20:16:21.469Z Compiling instant v0.1.13
17942026-03-25T20:16:21.469Z Compiling rustc-hash v2.1.1
17952026-03-25T20:16:21.469Z Compiling reqwest v0.12.28
17962026-03-25T20:16:21.469Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17972026-03-25T20:16:21.469Z Compiling iddqd v0.3.17
17982026-03-25T20:16:21.469Z Compiling backon v1.6.0
17992026-03-25T20:16:21.469Z Compiling progenitor-client v0.13.0
18002026-03-25T20:16:21.469Z Compiling progenitor-extras v0.1.1
18012026-03-25T20:16:21.583Z Compiling progenitor-client v0.10.0
18022026-03-25T20:16:21.626Z Compiling backoff v0.4.0
18032026-03-25T20:16:21.724Z Compiling itertools v0.14.0
18042026-03-25T20:16:21.816Z Compiling parse-display v0.10.0
18052026-03-25T20:16:21.853Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#c3305fd1)
18062026-03-25T20:16:22.131Z Compiling unicode-width v0.2.2
18072026-03-25T20:16:22.431Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
18082026-03-25T20:16:22.701Z Compiling terminal_size v0.4.4
18092026-03-25T20:16:22.856Z Compiling crossbeam-epoch v0.9.18
18102026-03-25T20:16:22.972Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18112026-03-25T20:16:23.007Z Compiling clap_builder v4.6.0
18122026-03-25T20:16:23.133Z Compiling tinyvec_macros v0.1.1
18132026-03-25T20:16:23.203Z Compiling tinyvec v1.11.0
18142026-03-25T20:16:23.216Z Compiling hash32 v0.3.1
18152026-03-25T20:16:23.306Z Compiling secrecy v0.10.3
18162026-03-25T20:16:23.406Z Compiling scroll v0.12.0
18172026-03-25T20:16:23.411Z Compiling heapless v0.8.0
18182026-03-25T20:16:23.477Z Compiling ingot-types v0.1.2
18192026-03-25T20:16:23.564Z Compiling cobs v0.3.0
18202026-03-25T20:16:23.673Z Compiling heck v0.5.0
18212026-03-25T20:16:23.781Z Compiling managed v0.8.0
18222026-03-25T20:16:23.791Z Compiling bitflags v1.3.2
18232026-03-25T20:16:23.876Z Compiling postcard v1.1.3
18242026-03-25T20:16:23.899Z Compiling ingot v0.1.1
18252026-03-25T20:16:23.952Z Compiling goblin v0.8.2
18262026-03-25T20:16:23.986Z Compiling smoltcp v0.11.0
18272026-03-25T20:16:24.009Z Compiling crucible-workspace-hack v0.1.0
18282026-03-25T20:16:24.229Z Compiling crossbeam-deque v0.8.6
18292026-03-25T20:16:24.300Z Compiling zerocopy v0.7.35
18302026-03-25T20:16:24.432Z Compiling tabwriter v1.4.1
18312026-03-25T20:16:24.688Z Compiling clap v4.6.0
18322026-03-25T20:16:24.786Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
18332026-03-25T20:16:24.874Z Compiling num-integer v0.1.46
18342026-03-25T20:16:25.117Z Compiling cpufeatures v0.3.0
18352026-03-25T20:16:25.182Z Compiling foreign-types-shared v0.3.1
18362026-03-25T20:16:25.322Z Compiling foreign-types v0.5.0
18372026-03-25T20:16:25.548Z Compiling chacha20 v0.10.0
18382026-03-25T20:16:25.652Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
18392026-03-25T20:16:25.707Z Compiling rayon-core v1.13.0
18402026-03-25T20:16:25.878Z Compiling num_enum v0.7.6
18412026-03-25T20:16:25.942Z Compiling memoffset v0.9.1
18422026-03-25T20:16:26.007Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
18432026-03-25T20:16:26.034Z Compiling rustix v0.38.44
18442026-03-25T20:16:26.069Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18452026-03-25T20:16:26.189Z Compiling dof v0.3.0
18462026-03-25T20:16:26.268Z Compiling dtrace-parser v0.2.0
18472026-03-25T20:16:26.354Z Compiling hmac v0.12.1
18482026-03-25T20:16:26.415Z Compiling inout v0.1.4
18492026-03-25T20:16:26.503Z Compiling serde_spanned v0.6.9
18502026-03-25T20:16:26.569Z Compiling toml_datetime v0.6.11
18512026-03-25T20:16:26.660Z Compiling ff v0.13.1
18522026-03-25T20:16:26.787Z Compiling thread-id v4.2.2
18532026-03-25T20:16:26.802Z Compiling cstr-argument v0.1.2
18542026-03-25T20:16:28.024Z Compiling bstr v1.12.1
18552026-03-25T20:16:28.076Z Compiling colored v3.1.1
18562026-03-25T20:16:28.077Z Compiling toml_write v0.1.2
18572026-03-25T20:16:28.077Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18582026-03-25T20:16:28.077Z Compiling toml_edit v0.22.27
18592026-03-25T20:16:28.077Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
18602026-03-25T20:16:28.077Z Compiling usdt-impl v0.5.0
18612026-03-25T20:16:28.077Z Compiling group v0.13.0
18622026-03-25T20:16:28.077Z Compiling cipher v0.4.4
18632026-03-25T20:16:28.077Z Compiling hkdf v0.12.4
18642026-03-25T20:16:28.077Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
18652026-03-25T20:16:28.077Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
18662026-03-25T20:16:28.077Z Compiling rayon v1.11.0
18672026-03-25T20:16:28.077Z Compiling nix v0.31.2
18682026-03-25T20:16:28.077Z Compiling num_enum v0.5.11
18692026-03-25T20:16:28.078Z Compiling rand v0.10.0
18702026-03-25T20:16:28.078Z Compiling num-rational v0.4.2
18712026-03-25T20:16:28.078Z Compiling num-iter v0.1.45
18722026-03-25T20:16:28.102Z Compiling camino-tempfile v1.4.1
18732026-03-25T20:16:28.337Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18742026-03-25T20:16:28.458Z Compiling half v2.7.1
18752026-03-25T20:16:28.488Z Compiling universal-hash v0.5.1
18762026-03-25T20:16:28.633Z Compiling crypto-bigint v0.5.5
18772026-03-25T20:16:28.660Z Compiling num-complex v0.4.6
18782026-03-25T20:16:28.813Z Compiling memmap v0.7.0
18792026-03-25T20:16:29.008Z Compiling static_assertions v1.1.0
18802026-03-25T20:16:29.082Z Compiling data-encoding v2.10.0
18812026-03-25T20:16:29.093Z Compiling opaque-debug v0.3.1
18822026-03-25T20:16:29.176Z Compiling ciborium-io v0.2.2
18832026-03-25T20:16:29.240Z Compiling base64ct v1.8.3
18842026-03-25T20:16:29.283Z Compiling base16ct v0.2.0
18852026-03-25T20:16:29.296Z Compiling ciborium-ll v0.2.2
18862026-03-25T20:16:29.454Z Compiling poly1305 v0.8.0
18872026-03-25T20:16:29.482Z Compiling num v0.4.3
18882026-03-25T20:16:29.531Z Compiling password-hash v0.5.0
18892026-03-25T20:16:29.551Z Compiling curve25519-dalek v4.1.3
18902026-03-25T20:16:29.565Z Compiling usdt v0.5.0
18912026-03-25T20:16:29.864Z Compiling elliptic-curve v0.13.8
18922026-03-25T20:16:29.879Z Compiling thiserror-no-std v2.0.2
18932026-03-25T20:16:29.982Z Compiling toml v0.8.23
18942026-03-25T20:16:30.016Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
18952026-03-25T20:16:30.016Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18962026-03-25T20:16:30.016Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18972026-03-25T20:16:30.267Z Compiling chacha20 v0.9.1
18982026-03-25T20:16:30.291Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
18992026-03-25T20:16:30.361Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
19002026-03-25T20:16:30.501Z Compiling typify-impl v0.6.1
19012026-03-25T20:16:30.562Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19022026-03-25T20:16:30.701Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
19032026-03-25T20:16:30.814Z Compiling itertools v0.12.1
19042026-03-25T20:16:30.912Z Compiling byte-wrapper v0.1.0
19052026-03-25T20:16:30.960Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
19062026-03-25T20:16:31.279Z Compiling blake2 v0.10.6
19072026-03-25T20:16:31.279Z Compiling aead v0.5.2
19082026-03-25T20:16:31.325Z Compiling sigpipe v0.1.3
19092026-03-25T20:16:31.390Z Compiling glob v0.3.3
19102026-03-25T20:16:31.418Z Compiling jiff v0.2.23
19112026-03-25T20:16:31.452Z Compiling indent_write v2.2.0
19122026-03-25T20:16:31.567Z Compiling float-ord v0.3.2
19132026-03-25T20:16:31.597Z Compiling keccak v0.1.6
19142026-03-25T20:16:31.697Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19152026-03-25T20:16:31.757Z Compiling sha3 v0.10.8
19162026-03-25T20:16:31.826Z Compiling argon2 v0.5.3
19172026-03-25T20:16:31.849Z Compiling chacha20poly1305 v0.10.1
19182026-03-25T20:16:31.992Z Compiling zone v0.3.1
19192026-03-25T20:16:32.043Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
19202026-03-25T20:16:32.056Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
19212026-03-25T20:16:32.340Z Compiling typify v0.6.1
19222026-03-25T20:16:32.404Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
19232026-03-25T20:16:32.455Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19242026-03-25T20:16:32.746Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
19252026-03-25T20:16:32.995Z Compiling vsss-rs v3.3.4
19262026-03-25T20:16:33.006Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
19272026-03-25T20:16:33.280Z Compiling ciborium v0.2.2
19282026-03-25T20:16:33.507Z Compiling atomicwrites v0.4.4
19292026-03-25T20:16:33.744Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19302026-03-25T20:16:33.883Z Compiling smf v0.2.3
19312026-03-25T20:16:33.901Z Compiling whoami v1.6.1
19322026-03-25T20:16:33.995Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19332026-03-25T20:16:34.211Z Compiling resolv-conf v0.7.6
19342026-03-25T20:16:34.314Z Compiling linked-hash-map v0.5.6
19352026-03-25T20:16:34.465Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19362026-03-25T20:16:34.606Z Compiling lru-cache v0.1.2
19372026-03-25T20:16:34.651Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19382026-03-25T20:16:34.693Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
19392026-03-25T20:16:34.739Z Compiling hubpack v0.1.2
19402026-03-25T20:16:34.804Z Compiling progenitor-impl v0.13.0
19412026-03-25T20:16:35.045Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19422026-03-25T20:16:35.317Z Compiling hickory-proto v0.24.4
19432026-03-25T20:16:35.984Z Compiling similar v2.7.0
19442026-03-25T20:16:35.997Z Compiling serde-big-array v0.5.1
19452026-03-25T20:16:36.063Z Compiling swrite v0.1.0
19462026-03-25T20:16:36.150Z Compiling siphasher v1.0.2
19472026-03-25T20:16:36.168Z Compiling unicode-segmentation v1.13.1
19482026-03-25T20:16:36.355Z Compiling phf_shared v0.12.1
19492026-03-25T20:16:36.547Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19502026-03-25T20:16:36.601Z Compiling newline-converter v0.3.0
19512026-03-25T20:16:36.731Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19522026-03-25T20:16:36.906Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
19532026-03-25T20:16:37.309Z Compiling hickory-resolver v0.24.4
19542026-03-25T20:16:37.756Z Compiling pin-project v1.1.11
19552026-03-25T20:16:37.865Z Compiling progenitor v0.13.0
19562026-03-25T20:16:37.948Z Compiling prettyplease v0.2.37
19572026-03-25T20:16:38.014Z Compiling unicode-normalization v0.1.25
19582026-03-25T20:16:38.116Z Compiling console v0.15.11
19592026-03-25T20:16:38.415Z Compiling tokio-stream v0.1.18
19602026-03-25T20:16:38.491Z Compiling csv-core v0.1.13
19612026-03-25T20:16:38.809Z Compiling highway v1.3.0
19622026-03-25T20:16:38.825Z Compiling same-file v1.0.6
19632026-03-25T20:16:38.940Z Compiling foreign-types-shared v0.1.1
19642026-03-25T20:16:38.961Z Compiling unicode-width v0.1.14
19652026-03-25T20:16:39.025Z Compiling foldhash v0.1.5
19662026-03-25T20:16:39.053Z Compiling foreign-types v0.3.2
19672026-03-25T20:16:39.145Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19682026-03-25T20:16:39.229Z Compiling hashbrown v0.15.5
19692026-03-25T20:16:39.242Z Compiling walkdir v2.5.0
19702026-03-25T20:16:39.264Z Compiling qorb v0.4.1
19712026-03-25T20:16:39.339Z Compiling csv v1.4.0
19722026-03-25T20:16:39.593Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19732026-03-25T20:16:39.774Z Compiling snafu v0.8.9
19742026-03-25T20:16:39.778Z Compiling expectorate v1.2.0
19752026-03-25T20:16:39.905Z Compiling olpc-cjson v0.1.4
19762026-03-25T20:16:39.936Z Compiling newtype_derive v0.1.6
19772026-03-25T20:16:40.024Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19782026-03-25T20:16:40.081Z Compiling phf v0.12.1
19792026-03-25T20:16:40.169Z Compiling owo-colors v4.3.0
19802026-03-25T20:16:40.242Z Compiling openssl-sys v0.9.112
19812026-03-25T20:16:40.768Z Compiling tokio-dtrace v0.1.1
19822026-03-25T20:16:40.835Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19832026-03-25T20:16:40.908Z Compiling globset v0.4.18
19842026-03-25T20:16:41.048Z Compiling libsw-core v0.3.2
19852026-03-25T20:16:41.161Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
19862026-03-25T20:16:41.228Z Compiling pem v3.0.6
19872026-03-25T20:16:41.335Z Compiling serde_plain v1.0.2
19882026-03-25T20:16:41.524Z Compiling fixedbitset v0.4.2
19892026-03-25T20:16:41.560Z Compiling minimal-lexical v0.2.1
19902026-03-25T20:16:41.590Z Compiling unicode-linebreak v0.1.5
19912026-03-25T20:16:41.602Z Compiling typed-path v0.9.3
19922026-03-25T20:16:41.683Z Compiling smawk v0.3.2
19932026-03-25T20:16:41.695Z Compiling bytecount v0.6.9
19942026-03-25T20:16:41.761Z Compiling fixedbitset v0.5.7
19952026-03-25T20:16:41.825Z Compiling textwrap v0.16.2
19962026-03-25T20:16:41.829Z Compiling papergrid v0.11.0
19972026-03-25T20:16:41.848Z Compiling nom v7.1.3
19982026-03-25T20:16:41.855Z Compiling petgraph v0.6.5
19992026-03-25T20:16:42.092Z Compiling petgraph v0.8.3
20002026-03-25T20:16:42.340Z Compiling openssl v0.10.76
20012026-03-25T20:16:42.889Z Compiling tough v0.20.0
20022026-03-25T20:16:43.178Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
20032026-03-25T20:16:43.365Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20042026-03-25T20:16:43.459Z Compiling libsw v3.5.0
20052026-03-25T20:16:43.534Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20062026-03-25T20:16:43.642Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20072026-03-25T20:16:43.855Z Compiling oxide-tokio-rt v0.1.3
20082026-03-25T20:16:43.869Z Compiling chrono-tz v0.10.4
20092026-03-25T20:16:43.990Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20102026-03-25T20:16:44.168Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20112026-03-25T20:16:44.544Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20122026-03-25T20:16:45.372Z Compiling slog-dtrace v0.3.0
20132026-03-25T20:16:45.411Z Compiling const_format v0.2.35
20142026-03-25T20:16:45.699Z Compiling cancel-safe-futures v0.1.5
20152026-03-25T20:16:45.748Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20162026-03-25T20:16:45.889Z Compiling gethostname v0.5.0
20172026-03-25T20:16:46.013Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
20182026-03-25T20:16:46.026Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20192026-03-25T20:16:46.030Z Compiling bcs v0.1.6
20202026-03-25T20:16:46.370Z Compiling linear-map v1.2.0
20212026-03-25T20:16:46.567Z Compiling tagptr v0.2.0
20222026-03-25T20:16:46.571Z Compiling termtree v0.5.1
20232026-03-25T20:16:46.728Z Compiling lazy_static v1.5.0
20242026-03-25T20:16:46.742Z Compiling moka v0.12.15
20252026-03-25T20:16:46.821Z Compiling steno v0.4.1
20262026-03-25T20:16:46.842Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20272026-03-25T20:16:47.158Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20282026-03-25T20:16:47.259Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20292026-03-25T20:16:47.342Z Compiling tabled v0.15.0
20302026-03-25T20:16:47.526Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20312026-03-25T20:16:47.946Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20322026-03-25T20:16:48.162Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20332026-03-25T20:16:48.470Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20342026-03-25T20:16:48.477Z Compiling cookie v0.18.1
20352026-03-25T20:16:48.649Z Compiling hickory-proto v0.25.2
20362026-03-25T20:16:49.127Z Compiling humantime v2.3.0
20372026-03-25T20:16:49.427Z Compiling libscf-sys v1.1.0
20382026-03-25T20:16:49.587Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
20392026-03-25T20:16:49.774Z Compiling parking_lot_core v0.8.6
20402026-03-25T20:16:49.840Z Compiling crc32fast v1.5.0
20412026-03-25T20:16:49.975Z Compiling parking_lot v0.11.2
20422026-03-25T20:16:50.047Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
20432026-03-25T20:16:50.099Z Compiling fxhash v0.2.1
20442026-03-25T20:16:50.132Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
20452026-03-25T20:16:50.244Z Compiling internet-checksum v0.2.1
20462026-03-25T20:16:50.353Z Compiling sled v0.34.7
20472026-03-25T20:16:50.365Z Compiling const-random v0.1.18
20482026-03-25T20:16:50.365Z Compiling rdb-types v0.1.0 (/work/oxidecomputer/maghemite/rdb-types)
20492026-03-25T20:16:50.369Z Compiling smartstring v1.0.1
20502026-03-25T20:16:50.399Z Compiling thin-vec v0.2.14
20512026-03-25T20:16:50.441Z Compiling ahash v0.8.12
20522026-03-25T20:16:50.654Z Compiling hickory-resolver v0.25.2
20532026-03-25T20:16:50.676Z Compiling rhai v1.24.0
20542026-03-25T20:16:50.688Z Compiling dropshot-api-manager-types v0.5.2
20552026-03-25T20:16:50.852Z Compiling nom v8.0.0
20562026-03-25T20:16:51.066Z Compiling fs-err v3.3.0
20572026-03-25T20:16:51.360Z Compiling git-stub v1.0.0
20582026-03-25T20:16:51.641Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20592026-03-25T20:16:51.978Z Compiling is_ci v1.2.0
20602026-03-25T20:16:52.135Z Compiling supports-color v3.0.2
20612026-03-25T20:16:52.326Z Compiling git-stub-vcs v0.1.0
20622026-03-25T20:16:52.694Z Compiling drift v0.1.3
20632026-03-25T20:16:52.706Z Compiling sha2 v0.10.9
20642026-03-25T20:16:53.298Z Compiling dropshot-api-manager v0.5.2
20652026-03-25T20:16:56.575Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20662026-03-25T20:17:04.073Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20672026-03-25T20:17:05.706Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20682026-03-25T20:17:06.788Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
20692026-03-25T20:17:07.871Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
20702026-03-25T20:17:07.871Z Compiling ddm-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-types/versions)
20712026-03-25T20:17:08.629Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
20722026-03-25T20:17:08.682Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
20732026-03-25T20:17:10.214Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
20742026-03-25T20:17:10.214Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
20752026-03-25T20:17:16.853Z Compiling mg-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-types/versions)
20762026-03-25T20:17:18.222Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
20772026-03-25T20:17:19.402Z Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
20782026-03-25T20:17:41.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 38s
20792026-03-25T20:17:42.110Z Running `target/debug/maghemite-dropshot-apis check`
20802026-03-25T20:17:42.157Z -------
20812026-03-25T20:17:42.157Z Generating OpenAPI documents from API definitions ...
20822026-03-25T20:17:42.199Z Loading local OpenAPI documents from "/work/oxidecomputer/maghemite/openapi" ...
20832026-03-25T20:17:42.219Z Loading blessed OpenAPI documents from git revision "origin/main" path "openapi"
20842026-03-25T20:17:42.294Z -------
20852026-03-25T20:17:42.294Z Checking 8 OpenAPI documents...
20862026-03-25T20:17:42.294Z Fresh ddm-admin (versioned v1.0.0 (blessed)): DDM Admin
20872026-03-25T20:17:42.294Z Fresh ddm-admin "latest" symlink
20882026-03-25T20:17:42.294Z Fresh mg-admin (versioned v1.0.0 (blessed)): Maghemite Admin
20892026-03-25T20:17:42.294Z Fresh mg-admin (versioned v2.0.0 (blessed)): Maghemite Admin
20902026-03-25T20:17:42.294Z Fresh mg-admin (versioned v3.0.0 (blessed)): Maghemite Admin
20912026-03-25T20:17:42.294Z Fresh mg-admin (versioned v4.0.0 (blessed)): Maghemite Admin
20922026-03-25T20:17:42.297Z Fresh mg-admin (versioned v5.0.0 (blessed)): Maghemite Admin
20932026-03-25T20:17:42.297Z Fresh mg-admin (versioned v6.0.0 (blessed)): Maghemite Admin
20942026-03-25T20:17:42.297Z Fresh mg-admin (versioned v7.0.0 (blessed)): Maghemite Admin
20952026-03-25T20:17:42.297Z Fresh mg-admin "latest" symlink
20962026-03-25T20:17:42.298Z -------
20972026-03-25T20:17:42.298Z Success 8 documents checked: 10 fresh, 0 stale, 0 failed, 0 other problems
20982026-03-25T20:17:42.320Z+ banner build
20992026-03-25T20:17:42.324Z
21002026-03-25T20:17:42.324Z ##### # # # # #####
21012026-03-25T20:17:42.324Z # # # # # # # #
21022026-03-25T20:17:42.324Z ##### # # # # # #
21032026-03-25T20:17:42.324Z # # # # # # # #
21042026-03-25T20:17:42.324Z # # # # # # # #
21052026-03-25T20:17:42.324Z ##### #### # ###### #####
21062026-03-25T20:17:42.324Z
21072026-03-25T20:17:42.324Z+ ptime -m cargo build
21082026-03-25T20:17:42.902Z Compiling log v0.4.29
21092026-03-25T20:17:43.009Z Compiling slog v2.8.2
21102026-03-25T20:17:43.028Z Compiling rustls-webpki v0.103.10
21112026-03-25T20:17:43.043Z Compiling webpki-roots v1.0.6
21122026-03-25T20:17:43.087Z Compiling zone v0.3.1
21132026-03-25T20:17:43.121Z Compiling arc-swap v1.9.0
21142026-03-25T20:17:43.137Z Compiling goblin v0.10.5
21152026-03-25T20:17:43.137Z Compiling rustls v0.22.4
21162026-03-25T20:17:43.158Z Compiling typify-impl v0.6.1
21172026-03-25T20:17:43.194Z Compiling goblin v0.8.2
21182026-03-25T20:17:43.399Z Compiling slog-term v2.9.2
21192026-03-25T20:17:43.428Z Compiling slog-async v2.8.0
21202026-03-25T20:17:43.978Z Compiling rustls v0.23.37
21212026-03-25T20:17:44.038Z Compiling slog-json v2.6.1
21222026-03-25T20:17:44.044Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21232026-03-25T20:17:44.124Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21242026-03-25T20:17:44.174Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21252026-03-25T20:17:44.256Z Compiling slog-bunyan v2.5.0
21262026-03-25T20:17:44.401Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21272026-03-25T20:17:44.428Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21282026-03-25T20:17:44.474Z Compiling globset v0.4.18
21292026-03-25T20:17:45.250Z Compiling tokio-rustls v0.25.0
21302026-03-25T20:17:45.468Z Compiling typify v0.6.1
21312026-03-25T20:17:45.497Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21322026-03-25T20:17:45.585Z Compiling dof v0.3.0
21332026-03-25T20:17:45.630Z Compiling progenitor-impl v0.13.0
21342026-03-25T20:17:46.410Z Compiling dof v0.4.0
21352026-03-25T20:17:46.923Z Compiling usdt-impl v0.5.0
21362026-03-25T20:17:47.172Z Compiling tokio-rustls v0.26.4
21372026-03-25T20:17:47.467Z Compiling hyper-rustls v0.27.7
21382026-03-25T20:17:47.632Z Compiling usdt-impl v0.6.0
21392026-03-25T20:17:47.738Z Compiling rustls-platform-verifier v0.6.2
21402026-03-25T20:17:47.813Z Compiling reqwest v0.12.28
21412026-03-25T20:17:47.880Z Compiling reqwest v0.13.2
21422026-03-25T20:17:47.924Z Compiling usdt v0.5.0
21432026-03-25T20:17:47.982Z Compiling usdt v0.6.0
21442026-03-25T20:17:48.205Z Compiling dropshot v0.16.7
21452026-03-25T20:17:48.276Z Compiling qorb v0.4.1
21462026-03-25T20:17:48.313Z Compiling tokio-dtrace v0.1.1
21472026-03-25T20:17:48.589Z Compiling oxide-tokio-rt v0.1.3
21482026-03-25T20:17:48.743Z Compiling slog-dtrace v0.3.0
21492026-03-25T20:17:48.848Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21502026-03-25T20:17:48.939Z Compiling steno v0.4.1
21512026-03-25T20:17:49.093Z Compiling progenitor-client v0.13.0
21522026-03-25T20:17:49.424Z Compiling progenitor-client v0.10.0
21532026-03-25T20:17:49.740Z Compiling progenitor-extras v0.1.1
21542026-03-25T20:17:49.933Z Compiling progenitor v0.13.0
21552026-03-25T20:17:50.005Z Compiling tough v0.20.0
21562026-03-25T20:17:50.084Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
21572026-03-25T20:17:50.420Z Compiling typify-impl v0.4.3
21582026-03-25T20:17:50.467Z Compiling sled v0.34.7
21592026-03-25T20:17:51.555Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21602026-03-25T20:17:51.633Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21612026-03-25T20:17:51.834Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21622026-03-25T20:17:52.392Z Compiling typify v0.4.3
21632026-03-25T20:17:52.514Z Compiling slog-scope v4.4.1
21642026-03-25T20:17:52.782Z Compiling papergrid v0.17.0
21652026-03-25T20:17:53.642Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21662026-03-25T20:17:53.892Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21672026-03-25T20:17:54.197Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
21682026-03-25T20:17:54.268Z Compiling testing_table v0.3.0
21692026-03-25T20:17:54.454Z Compiling tabled v0.20.0
21702026-03-25T20:17:54.677Z Compiling slog-stdlog v4.1.1
21712026-03-25T20:17:54.747Z Compiling progenitor-impl v0.11.2
21722026-03-25T20:17:54.831Z Compiling progenitor-client v0.11.2
21732026-03-25T20:17:54.910Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
21742026-03-25T20:17:55.140Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
21752026-03-25T20:17:55.201Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
21762026-03-25T20:17:55.287Z Compiling slog-envlogger v2.2.0
21772026-03-25T20:17:55.700Z Compiling crc8 v0.1.1
21782026-03-25T20:17:55.831Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
21792026-03-25T20:17:55.934Z Compiling progenitor v0.11.2
21802026-03-25T20:17:56.088Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
21812026-03-25T20:17:56.498Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21822026-03-25T20:17:56.773Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21832026-03-25T20:17:56.789Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21842026-03-25T20:17:56.988Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21852026-03-25T20:17:57.042Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21862026-03-25T20:17:57.200Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
21872026-03-25T20:17:57.289Z Compiling utf-8 v0.7.6
21882026-03-25T20:17:57.492Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21892026-03-25T20:17:57.662Z Compiling tungstenite v0.21.0
21902026-03-25T20:17:57.888Z Compiling progenitor-impl v0.10.0
21912026-03-25T20:17:57.917Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
21922026-03-25T20:17:58.365Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21932026-03-25T20:17:58.548Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21942026-03-25T20:17:58.592Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21952026-03-25T20:17:58.659Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21962026-03-25T20:17:58.854Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
21972026-03-25T20:17:59.179Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21982026-03-25T20:17:59.353Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21992026-03-25T20:17:59.622Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
22002026-03-25T20:18:00.064Z Compiling progenitor v0.10.0
22012026-03-25T20:18:00.225Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
22022026-03-25T20:18:00.324Z Compiling tokio-tungstenite v0.21.0
22032026-03-25T20:18:00.672Z Compiling lzma-sys v0.1.20
22042026-03-25T20:18:00.726Z Compiling typeid v1.0.3
22052026-03-25T20:18:00.797Z Compiling console v0.16.3
22062026-03-25T20:18:00.844Z Compiling unit-prefix v0.5.2
22072026-03-25T20:18:01.014Z Compiling base64 v0.21.7
22082026-03-25T20:18:01.134Z Compiling indicatif v0.18.4
22092026-03-25T20:18:01.292Z Compiling ron v0.12.0
22102026-03-25T20:18:01.351Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
22112026-03-25T20:18:01.424Z Compiling xz2 v0.1.7
22122026-03-25T20:18:01.680Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
22132026-03-25T20:18:01.962Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
22142026-03-25T20:18:01.976Z Compiling base16ct v1.0.0
22152026-03-25T20:18:02.074Z Compiling dropshot-api-manager v0.5.2
22162026-03-25T20:18:02.174Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#9167ac10)
22172026-03-25T20:18:02.585Z Compiling natord v1.0.9
22182026-03-25T20:18:02.771Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
22192026-03-25T20:18:02.785Z Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util)
22202026-03-25T20:18:02.859Z Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
22212026-03-25T20:18:03.484Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#9167ac10)
22222026-03-25T20:18:06.299Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
22232026-03-25T20:18:07.358Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
22242026-03-25T20:18:07.358Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
22252026-03-25T20:18:15.468Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
22262026-03-25T20:18:22.544Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
22272026-03-25T20:18:24.152Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
22282026-03-25T20:18:25.217Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
22292026-03-25T20:18:26.328Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
22302026-03-25T20:18:26.328Z Compiling ddm-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-types/versions)
22312026-03-25T20:18:26.777Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
22322026-03-25T20:18:27.112Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
22332026-03-25T20:18:27.112Z Compiling ddm-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-types)
22342026-03-25T20:18:27.181Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
22352026-03-25T20:18:27.476Z Compiling mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify)
22362026-03-25T20:18:27.831Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
22372026-03-25T20:18:28.958Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
22382026-03-25T20:18:28.958Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
22392026-03-25T20:18:28.958Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
22402026-03-25T20:18:34.814Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
22412026-03-25T20:18:36.781Z Compiling mg-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-types/versions)
22422026-03-25T20:18:38.309Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
22432026-03-25T20:18:38.309Z Compiling mg-types v0.1.0 (/work/oxidecomputer/maghemite/mg-types)
22442026-03-25T20:18:38.483Z Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
22452026-03-25T20:18:38.483Z Compiling falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab)
22462026-03-25T20:18:39.882Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
22472026-03-25T20:18:39.882Z Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
22482026-03-25T20:19:22.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 40s
22492026-03-25T20:19:23.027Z
22502026-03-25T20:19:23.027Zreal 1:40.646679823
22512026-03-25T20:19:23.027Zuser 6:35.274228393
22522026-03-25T20:19:23.027Zsys 1:00.511383522
22532026-03-25T20:19:23.027Ztrap 0.166250423
22542026-03-25T20:19:23.028Ztflt 0.071860037
22552026-03-25T20:19:23.028Zdflt 0.356359972
22562026-03-25T20:19:23.028Zkflt 0.000055706
22572026-03-25T20:19:23.028Zlock 26:16.287668904
22582026-03-25T20:19:23.028Zslp 23:36.485688763
22592026-03-25T20:19:23.028Zlat 16.598764456
22602026-03-25T20:19:23.028Zstop 20.731798412
22612026-03-25T20:19:23.031Z+ ptime -m cargo build --release
22622026-03-25T20:19:23.662Z Compiling proc-macro2 v1.0.106
22632026-03-25T20:19:23.663Z Compiling quote v1.0.45
22642026-03-25T20:19:23.663Z Compiling unicode-ident v1.0.24
22652026-03-25T20:19:23.663Z Compiling serde_core v1.0.228
22662026-03-25T20:19:23.666Z Compiling serde v1.0.228
22672026-03-25T20:19:23.666Z Compiling libc v0.2.183
22682026-03-25T20:19:23.666Z Compiling cfg-if v1.0.4
22692026-03-25T20:19:23.895Z Compiling zmij v1.0.21
22702026-03-25T20:19:23.913Z Compiling autocfg v1.5.0
22712026-03-25T20:19:24.143Z Compiling libm v0.2.16
22722026-03-25T20:19:24.183Z Compiling memchr v2.8.0
22732026-03-25T20:19:24.466Z Compiling itoa v1.0.18
22742026-03-25T20:19:24.591Z Compiling version_check v0.9.5
22752026-03-25T20:19:24.740Z Compiling icu_normalizer_data v2.1.1
22762026-03-25T20:19:24.780Z Compiling icu_properties_data v2.1.2
22772026-03-25T20:19:24.866Z Compiling stable_deref_trait v1.2.1
22782026-03-25T20:19:24.982Z Compiling serde_json v1.0.149
22792026-03-25T20:19:25.016Z Compiling thiserror v2.0.18
22802026-03-25T20:19:25.131Z Compiling syn v2.0.117
22812026-03-25T20:19:25.216Z Compiling litemap v0.8.1
22822026-03-25T20:19:25.248Z Compiling writeable v0.6.2
22832026-03-25T20:19:25.347Z Compiling num-traits v0.2.19
22842026-03-25T20:19:25.363Z Compiling parking_lot_core v0.9.12
22852026-03-25T20:19:25.464Z Compiling percent-encoding v2.3.2
22862026-03-25T20:19:25.639Z Compiling form_urlencoded v1.2.2
22872026-03-25T20:19:25.725Z Compiling rand_core v0.10.0
22882026-03-25T20:19:25.734Z Compiling getrandom v0.4.2
22892026-03-25T20:19:25.783Z Compiling utf8_iter v1.0.4
22902026-03-25T20:19:25.931Z Compiling jobserver v0.1.34
22912026-03-25T20:19:25.954Z Compiling find-msvc-tools v0.1.9
22922026-03-25T20:19:25.984Z Compiling shlex v1.3.0
22932026-03-25T20:19:26.095Z Compiling heck v0.5.0
22942026-03-25T20:19:26.210Z Compiling cc v1.2.57
22952026-03-25T20:19:26.279Z Compiling errno v0.3.14
22962026-03-25T20:19:26.478Z Compiling iana-time-zone v0.1.65
22972026-03-25T20:19:26.612Z Compiling zerocopy v0.8.47
22982026-03-25T20:19:26.830Z Compiling uuid v1.22.0
22992026-03-25T20:19:26.983Z Compiling getrandom v0.2.17
23002026-03-25T20:19:27.031Z Compiling semver v1.0.27
23012026-03-25T20:19:27.132Z Compiling schemars v0.8.22
23022026-03-25T20:19:27.210Z Compiling pin-project-lite v0.2.17
23032026-03-25T20:19:27.323Z Compiling dyn-clone v1.0.20
23042026-03-25T20:19:27.411Z Compiling rustversion v1.0.22
23052026-03-25T20:19:27.444Z Compiling scopeguard v1.2.0
23062026-03-25T20:19:27.538Z Compiling socket2 v0.6.3
23072026-03-25T20:19:27.570Z Compiling lock_api v0.4.14
23082026-03-25T20:19:27.611Z Compiling portable-atomic v1.13.1
23092026-03-25T20:19:27.711Z Compiling bitflags v2.11.0
23102026-03-25T20:19:27.728Z Compiling allocator-api2 v0.2.21
23112026-03-25T20:19:27.821Z Compiling foldhash v0.2.0
23122026-03-25T20:19:28.035Z Compiling synstructure v0.13.2
23132026-03-25T20:19:28.060Z Compiling serde_derive_internals v0.29.1
23142026-03-25T20:19:28.123Z Compiling equivalent v1.0.2
23152026-03-25T20:19:28.231Z Compiling log v0.4.29
23162026-03-25T20:19:28.336Z Compiling hashbrown v0.16.1
23172026-03-25T20:19:28.382Z Compiling signal-hook-registry v1.4.8
23182026-03-25T20:19:28.488Z Compiling mio v1.1.1
23192026-03-25T20:19:28.697Z Compiling critical-section v1.2.0
23202026-03-25T20:19:28.738Z Compiling subtle v2.6.1
23212026-03-25T20:19:28.799Z Compiling once_cell v1.21.4
23222026-03-25T20:19:28.818Z Compiling typenum v1.19.0
23232026-03-25T20:19:28.918Z Compiling futures-core v0.3.32
23242026-03-25T20:19:28.981Z Compiling httparse v1.10.1
23252026-03-25T20:19:29.052Z Compiling ring v0.17.14
23262026-03-25T20:19:29.089Z Compiling cmake v0.1.57
23272026-03-25T20:19:29.154Z Compiling serde_derive v1.0.228
23282026-03-25T20:19:29.171Z Compiling zerofrom-derive v0.1.6
23292026-03-25T20:19:29.184Z Compiling yoke-derive v0.8.1
23302026-03-25T20:19:29.238Z Compiling zerovec-derive v0.11.2
23312026-03-25T20:19:29.336Z Compiling displaydoc v0.2.5
23322026-03-25T20:19:29.429Z Compiling schemars_derive v0.8.22
23332026-03-25T20:19:29.454Z Compiling thiserror-impl v2.0.18
23342026-03-25T20:19:29.592Z Compiling tokio-macros v2.6.1
23352026-03-25T20:19:30.091Z Compiling zeroize_derive v1.4.3
23362026-03-25T20:19:30.195Z Compiling zerocopy-derive v0.8.47
23372026-03-25T20:19:30.322Z Compiling futures-macro v0.3.32
23382026-03-25T20:19:30.375Z Compiling zerofrom v0.1.6
23392026-03-25T20:19:30.515Z Compiling yoke v0.8.1
23402026-03-25T20:19:30.636Z Compiling dunce v1.0.5
23412026-03-25T20:19:30.718Z Compiling zerovec v0.11.5
23422026-03-25T20:19:30.740Z Compiling zerotrie v0.2.3
23432026-03-25T20:19:30.775Z Compiling zeroize v1.8.2
23442026-03-25T20:19:30.920Z Compiling fs_extra v1.3.0
23452026-03-25T20:19:31.023Z Compiling thiserror v1.0.69
23462026-03-25T20:19:31.078Z Compiling futures-sink v0.3.32
23472026-03-25T20:19:31.171Z Compiling thiserror-impl v1.0.69
23482026-03-25T20:19:31.185Z Compiling slab v0.4.12
23492026-03-25T20:19:31.200Z Compiling aws-lc-sys v0.39.0
23502026-03-25T20:19:31.200Z Compiling rand_core v0.6.4
23512026-03-25T20:19:31.317Z Compiling tinystr v0.8.2
23522026-03-25T20:19:31.344Z Compiling potential_utf v0.1.4
23532026-03-25T20:19:31.434Z Compiling rustix v1.1.4
23542026-03-25T20:19:31.494Z Compiling icu_collections v2.1.1
23552026-03-25T20:19:31.555Z Compiling icu_locale_core v2.1.1
23562026-03-25T20:19:31.590Z Compiling futures-channel v0.3.32
23572026-03-25T20:19:31.805Z Compiling indexmap v2.13.0
23582026-03-25T20:19:31.859Z Compiling futures-io v0.3.32
23592026-03-25T20:19:32.092Z Compiling futures-task v0.3.32
23602026-03-25T20:19:32.258Z Compiling futures-util v0.3.32
23612026-03-25T20:19:32.284Z Compiling icu_provider v2.1.1
23622026-03-25T20:19:32.389Z Compiling smallvec v1.15.1
23632026-03-25T20:19:32.483Z Compiling bytes v1.11.1
23642026-03-25T20:19:32.518Z Compiling chrono v0.4.44
23652026-03-25T20:19:32.598Z Compiling icu_properties v2.1.2
23662026-03-25T20:19:32.682Z Compiling icu_normalizer v2.1.1
23672026-03-25T20:19:33.116Z Compiling serde_tokenstream v0.2.3
23682026-03-25T20:19:33.398Z Compiling parking_lot v0.12.5
23692026-03-25T20:19:33.848Z Compiling idna_adapter v1.2.1
23702026-03-25T20:19:34.008Z Compiling idna v1.1.0
23712026-03-25T20:19:34.023Z Compiling tokio v1.50.0
23722026-03-25T20:19:34.493Z Compiling url v2.5.8
23732026-03-25T20:19:34.913Z Compiling generic-array v0.14.7
23742026-03-25T20:19:35.211Z Compiling tracing-attributes v0.1.31
23752026-03-25T20:19:35.548Z Compiling tracing-core v0.1.36
23762026-03-25T20:19:35.762Z Compiling getrandom v0.3.4
23772026-03-25T20:19:35.962Z Compiling ucd-trie v0.1.7
23782026-03-25T20:19:36.214Z Compiling pest v2.8.6
23792026-03-25T20:19:36.219Z Compiling http v1.4.0
23802026-03-25T20:19:36.465Z Compiling tracing v0.1.44
23812026-03-25T20:19:36.722Z Compiling base64 v0.22.1
23822026-03-25T20:19:36.834Z Compiling regex-syntax v0.8.10
23832026-03-25T20:19:37.254Z Compiling fnv v1.0.7
23842026-03-25T20:19:37.369Z Compiling pest_meta v2.8.6
23852026-03-25T20:19:37.403Z Compiling rustls-pki-types v1.14.0
23862026-03-25T20:19:38.078Z Compiling pest_generator v2.8.6
23872026-03-25T20:19:38.322Z Compiling slog v2.8.2
23882026-03-25T20:19:38.573Z Compiling aho-corasick v1.1.4
23892026-03-25T20:19:38.627Z Compiling anyhow v1.0.102
23902026-03-25T20:19:38.732Z Compiling pest_derive v2.8.6
23912026-03-25T20:19:39.048Z Compiling erased-serde v0.3.31
23922026-03-25T20:19:39.133Z Compiling crypto-common v0.1.7
23932026-03-25T20:19:39.295Z Compiling untrusted v0.9.0
23942026-03-25T20:19:39.298Z Compiling ipnetwork v0.21.1
23952026-03-25T20:19:39.454Z Compiling regex-automata v0.4.14
23962026-03-25T20:19:39.659Z Compiling byteorder v1.5.0
23972026-03-25T20:19:40.206Z Compiling ipnet v2.12.0
23982026-03-25T20:19:40.876Z Compiling tokio-util v0.7.18
23992026-03-25T20:19:41.273Z Compiling regex v1.12.3
24002026-03-25T20:19:41.527Z Compiling paste v1.0.15
24012026-03-25T20:19:41.633Z Compiling time-core v0.1.8
24022026-03-25T20:19:41.718Z Compiling num-conv v0.2.0
24032026-03-25T20:19:41.864Z Compiling time-macros v0.2.27
24042026-03-25T20:19:41.993Z Compiling http-body v1.0.1
24052026-03-25T20:19:42.169Z Compiling syn v1.0.109
24062026-03-25T20:19:42.301Z Compiling atomic-waker v1.1.2
24072026-03-25T20:19:42.447Z Compiling strsim v0.11.1
24082026-03-25T20:19:42.499Z Compiling omicron-workspace-hack v0.1.0
24092026-03-25T20:19:42.864Z Compiling oxnet v0.1.4
24102026-03-25T20:19:42.909Z Compiling ppv-lite86 v0.2.21
24112026-03-25T20:19:43.282Z Compiling try-lock v0.2.5
24122026-03-25T20:19:43.408Z Compiling tower-layer v0.3.3
24132026-03-25T20:19:43.919Z Compiling tower-service v0.3.3
24142026-03-25T20:19:44.364Z Compiling ryu v1.0.23
24152026-03-25T20:19:44.560Z Compiling want v0.3.1
24162026-03-25T20:19:44.747Z Compiling h2 v0.4.13
24172026-03-25T20:19:44.848Z Compiling block-buffer v0.10.4
24182026-03-25T20:19:45.026Z Compiling scroll_derive v0.13.1
24192026-03-25T20:19:45.854Z Compiling pin-utils v0.1.0
24202026-03-25T20:19:45.944Z Compiling ident_case v1.0.1
24212026-03-25T20:19:46.077Z Compiling httpdate v1.0.3
24222026-03-25T20:19:46.092Z Compiling camino v1.2.2
24232026-03-25T20:19:46.443Z Compiling aws-lc-rs v1.16.2
24242026-03-25T20:19:46.479Z Compiling digest v0.10.7
24252026-03-25T20:19:46.741Z Compiling async-trait v0.1.89
24262026-03-25T20:19:46.765Z Compiling pretty-hex v0.4.2
24272026-03-25T20:19:46.919Z Compiling crossbeam-utils v0.8.21
24282026-03-25T20:19:47.244Z Compiling hyper v1.8.1
24292026-03-25T20:19:47.729Z Compiling untrusted v0.7.1
24302026-03-25T20:19:48.019Z Compiling serde_urlencoded v0.7.1
24312026-03-25T20:19:48.300Z Compiling http-body-util v0.1.3
24322026-03-25T20:19:48.578Z Compiling hyper-util v0.1.20
24332026-03-25T20:19:48.858Z Compiling daft-derive v0.1.5
24342026-03-25T20:19:49.844Z Compiling slog-async v2.8.0
24352026-03-25T20:19:50.152Z Compiling rustls v0.23.37
24362026-03-25T20:19:51.074Z Compiling usdt-impl v0.6.0
24372026-03-25T20:19:51.247Z Compiling scroll v0.13.0
24382026-03-25T20:19:51.336Z Compiling plain v0.2.3
24392026-03-25T20:19:51.339Z Compiling openapiv3 v2.2.0
24402026-03-25T20:19:51.400Z Compiling sync_wrapper v1.0.2
24412026-03-25T20:19:51.525Z Compiling goblin v0.10.5
24422026-03-25T20:19:51.541Z Compiling cpufeatures v0.2.17
24432026-03-25T20:19:51.637Z Compiling tower v0.5.3
24442026-03-25T20:19:51.774Z Compiling rand_core v0.9.5
24452026-03-25T20:19:52.055Z Compiling dtrace-parser v0.3.0
24462026-03-25T20:19:52.238Z Compiling webpki-roots v1.0.6
24472026-03-25T20:19:52.372Z Compiling regress v0.10.5
24482026-03-25T20:19:53.500Z Compiling thread-id v5.1.0
24492026-03-25T20:19:53.777Z Compiling iri-string v0.7.11
24502026-03-25T20:19:54.177Z Compiling powerfmt v0.2.0
24512026-03-25T20:19:54.348Z Compiling dof v0.4.0
24522026-03-25T20:19:54.451Z Compiling deranged v0.5.8
24532026-03-25T20:19:55.262Z Compiling tower-http v0.6.8
24542026-03-25T20:19:56.068Z Compiling num_threads v0.1.7
24552026-03-25T20:19:56.228Z Compiling rustls v0.22.4
24562026-03-25T20:19:56.415Z Compiling time v0.3.47
24572026-03-25T20:19:56.429Z Compiling rand_chacha v0.9.0
24582026-03-25T20:19:56.487Z Compiling hex v0.4.3
24592026-03-25T20:19:56.633Z Compiling rand v0.9.2
24602026-03-25T20:19:56.878Z Compiling usdt-attr-macro v0.6.0
24612026-03-25T20:19:57.017Z Compiling usdt-macro v0.6.0
24622026-03-25T20:19:57.364Z Compiling crossbeam-channel v0.5.15
24632026-03-25T20:19:57.814Z Compiling structmeta-derive v0.3.0
24642026-03-25T20:19:57.856Z Compiling multer v3.1.0
24652026-03-25T20:19:58.058Z Compiling ref-cast v1.0.25
24662026-03-25T20:19:58.388Z Compiling darling_core v0.23.0
24672026-03-25T20:19:58.678Z Compiling newtype-uuid-macros v0.1.0
24682026-03-25T20:19:58.865Z Compiling structmeta v0.3.0
24692026-03-25T20:19:59.080Z Compiling thread_local v1.1.9
24702026-03-25T20:19:59.287Z Compiling fastrand v2.3.0
24712026-03-25T20:19:59.522Z Compiling newtype-uuid v1.3.2
24722026-03-25T20:19:59.540Z Compiling futures-executor v0.3.32
24732026-03-25T20:19:59.622Z Compiling strum_macros v0.26.4
24742026-03-25T20:19:59.638Z Compiling async-stream-impl v0.3.6
24752026-03-25T20:20:00.005Z Compiling ref-cast-impl v1.0.25
24762026-03-25T20:20:00.246Z Compiling dropshot v0.16.7
24772026-03-25T20:20:00.271Z Compiling is-terminal v0.4.17
24782026-03-25T20:20:00.379Z Compiling winnow v1.0.0
24792026-03-25T20:20:00.486Z Compiling take_mut v0.2.2
24802026-03-25T20:20:00.499Z Compiling darling_macro v0.23.0
24812026-03-25T20:20:00.609Z Compiling term v1.2.1
24822026-03-25T20:20:00.638Z Compiling daft v0.1.5
24832026-03-25T20:20:00.657Z Compiling futures v0.3.32
24842026-03-25T20:20:00.742Z Compiling either v1.15.0
24852026-03-25T20:20:00.921Z Compiling slog-term v2.9.2
24862026-03-25T20:20:01.072Z Compiling darling v0.23.0
24872026-03-25T20:20:01.151Z Compiling tempfile v3.27.0
24882026-03-25T20:20:01.164Z Compiling serde_with_macros v3.18.0
24892026-03-25T20:20:01.610Z Compiling dropshot_endpoint v0.16.7
24902026-03-25T20:20:01.861Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24912026-03-25T20:20:02.206Z Compiling derive-ex v0.1.8
24922026-03-25T20:20:02.335Z Compiling rand_chacha v0.3.1
24932026-03-25T20:20:02.352Z Compiling strum_macros v0.27.2
24942026-03-25T20:20:02.398Z Compiling openssl-probe v0.2.1
24952026-03-25T20:20:02.654Z Compiling rand v0.8.5
24962026-03-25T20:20:02.917Z Compiling toml_parser v1.1.0+spec-1.1.0
24972026-03-25T20:20:02.986Z Compiling rustls-native-certs v0.8.3
24982026-03-25T20:20:03.425Z Compiling sha1 v0.10.6
24992026-03-25T20:20:03.726Z Compiling winnow v0.7.15
25002026-03-25T20:20:03.761Z Compiling match_cfg v0.1.0
25012026-03-25T20:20:03.784Z Compiling test-strategy v0.4.5
25022026-03-25T20:20:03.839Z Compiling hostname v0.3.1
25032026-03-25T20:20:04.095Z Compiling slog-json v2.6.1
25042026-03-25T20:20:04.273Z Compiling memmap2 v0.9.10
25052026-03-25T20:20:04.345Z Compiling slog-bunyan v2.5.0
25062026-03-25T20:20:04.865Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
25072026-03-25T20:20:05.605Z Compiling rustls-webpki v0.102.8
25082026-03-25T20:20:05.826Z Compiling serde_spanned v1.1.0
25092026-03-25T20:20:05.920Z Compiling toml_datetime v0.7.5+spec-1.1.0
25102026-03-25T20:20:06.395Z Compiling debug-ignore v1.0.5
25112026-03-25T20:20:06.481Z Compiling unicode-width v0.2.2
25122026-03-25T20:20:06.516Z Compiling toml_writer v1.1.0+spec-1.1.0
25132026-03-25T20:20:06.727Z Compiling usdt v0.6.0
25142026-03-25T20:20:06.792Z Compiling toml v0.9.12+spec-1.1.0
25152026-03-25T20:20:07.420Z Compiling parse-display-derive v0.10.0
25162026-03-25T20:20:08.341Z Compiling encoding_rs v0.8.35
25172026-03-25T20:20:09.015Z Compiling spin v0.9.8
25182026-03-25T20:20:09.158Z Compiling mime v0.3.17
25192026-03-25T20:20:09.653Z Compiling tokio-rustls v0.25.0
25202026-03-25T20:20:10.048Z Compiling strum v0.26.3
25212026-03-25T20:20:10.266Z Compiling async-stream v0.3.6
25222026-03-25T20:20:10.468Z Compiling waitgroup v0.1.2
25232026-03-25T20:20:10.642Z Compiling rustls-pemfile v2.2.0
25242026-03-25T20:20:10.903Z Compiling macaddr v1.0.1
25252026-03-25T20:20:10.940Z Compiling clap_derive v4.6.0
25262026-03-25T20:20:10.967Z Compiling serde_path_to_error v0.1.20
25272026-03-25T20:20:11.198Z Compiling wait-timeout v0.2.1
25282026-03-25T20:20:11.431Z Compiling hostname v0.4.2
25292026-03-25T20:20:11.621Z Compiling quick-error v1.2.3
25302026-03-25T20:20:11.693Z Compiling bit-vec v0.8.0
25312026-03-25T20:20:12.011Z Compiling utf8parse v0.2.2
25322026-03-25T20:20:12.090Z Compiling bit-set v0.8.0
25332026-03-25T20:20:12.134Z Compiling anstyle-parse v1.0.0
25342026-03-25T20:20:12.147Z Compiling rusty-fork v0.3.1
25352026-03-25T20:20:12.685Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
25362026-03-25T20:20:12.901Z Compiling serde_with v3.18.0
25372026-03-25T20:20:12.915Z Compiling rand_xorshift v0.4.0
25382026-03-25T20:20:12.993Z Compiling terminal_size v0.4.4
25392026-03-25T20:20:13.092Z Compiling is_terminal_polyfill v1.70.2
25402026-03-25T20:20:13.162Z Compiling unarray v0.1.4
25412026-03-25T20:20:13.201Z Compiling colorchoice v1.0.5
25422026-03-25T20:20:13.291Z Compiling anstyle-query v1.1.5
25432026-03-25T20:20:13.368Z Compiling anstyle v1.0.14
25442026-03-25T20:20:13.372Z Compiling proptest v1.11.0
25452026-03-25T20:20:13.655Z Compiling anstream v1.0.0
25462026-03-25T20:20:13.774Z Compiling strum v0.27.2
25472026-03-25T20:20:13.841Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25482026-03-25T20:20:14.927Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
25492026-03-25T20:20:14.930Z Compiling instant v0.1.13
25502026-03-25T20:20:14.930Z Compiling clap_lex v1.1.0
25512026-03-25T20:20:14.930Z Compiling clap_builder v4.6.0
25522026-03-25T20:20:15.371Z Compiling rustc-hash v2.1.1
25532026-03-25T20:20:15.568Z Compiling itertools v0.14.0
25542026-03-25T20:20:15.650Z Compiling iddqd v0.3.17
25552026-03-25T20:20:16.857Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25562026-03-25T20:20:16.875Z Compiling clap v4.6.0
25572026-03-25T20:20:18.772Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
25582026-03-25T20:20:19.417Z Compiling backon v1.6.0
25592026-03-25T20:20:20.275Z Compiling backoff v0.4.0
25602026-03-25T20:20:20.502Z Compiling parse-display v0.10.0
25612026-03-25T20:20:20.608Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#c3305fd1)
25622026-03-25T20:20:21.030Z Compiling toml_datetime v0.6.11
25632026-03-25T20:20:21.317Z Compiling proc-macro-error-attr v1.0.4
25642026-03-25T20:20:21.949Z Compiling proc-macro-error v1.0.4
25652026-03-25T20:20:22.152Z Compiling unsafe-libyaml v0.2.11
25662026-03-25T20:20:22.191Z Compiling toml_datetime v1.1.0+spec-1.1.0
25672026-03-25T20:20:22.646Z Compiling toml_edit v0.25.8+spec-1.1.0
25682026-03-25T20:20:22.845Z Compiling serde_yaml v0.9.34+deprecated
25692026-03-25T20:20:24.585Z Compiling zerocopy-derive v0.7.35
25702026-03-25T20:20:24.617Z Compiling crucible-workspace-hack v0.1.0
25712026-03-25T20:20:25.201Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25722026-03-25T20:20:25.791Z Compiling proc-macro-crate v3.5.0
25732026-03-25T20:20:26.071Z Compiling darling_core v0.21.3
25742026-03-25T20:20:26.219Z Compiling crossbeam-epoch v0.9.18
25752026-03-25T20:20:26.673Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
25762026-03-25T20:20:26.751Z Compiling heck v0.4.1
25772026-03-25T20:20:26.965Z Compiling num_enum_derive v0.7.6
25782026-03-25T20:20:27.583Z Compiling typify-impl v0.6.1
25792026-03-25T20:20:27.730Z Compiling foreign-types-macros v0.2.3
25802026-03-25T20:20:28.209Z Compiling darling_macro v0.21.3
25812026-03-25T20:20:28.393Z Compiling cpufeatures v0.3.0
25822026-03-25T20:20:28.544Z Compiling colored v3.1.1
25832026-03-25T20:20:28.692Z Compiling foreign-types-shared v0.3.1
25842026-03-25T20:20:28.778Z Compiling darling v0.21.3
25852026-03-25T20:20:28.793Z Compiling foreign-types v0.5.0
25862026-03-25T20:20:29.212Z Compiling chacha20 v0.10.0
25872026-03-25T20:20:29.511Z Compiling num_enum v0.7.6
25882026-03-25T20:20:30.222Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25892026-03-25T20:20:30.273Z Compiling cstr-argument v0.1.2
25902026-03-25T20:20:30.442Z Compiling memoffset v0.9.1
25912026-03-25T20:20:30.573Z Compiling prettyplease v0.2.37
25922026-03-25T20:20:30.712Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
25932026-03-25T20:20:30.811Z Compiling cfg_aliases v0.2.1
25942026-03-25T20:20:30.814Z Compiling tinyvec_macros v0.1.1
25952026-03-25T20:20:30.847Z Compiling typify-macro v0.6.1
25962026-03-25T20:20:30.887Z Compiling heapless v0.8.0
25972026-03-25T20:20:30.933Z Compiling convert_case v0.4.0
25982026-03-25T20:20:31.038Z Compiling nix v0.31.2
25992026-03-25T20:20:31.227Z Compiling derive_more v0.99.20
26002026-03-25T20:20:31.356Z Compiling tinyvec v1.11.0
26012026-03-25T20:20:31.679Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26022026-03-25T20:20:31.924Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26032026-03-25T20:20:32.021Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
26042026-03-25T20:20:32.175Z Compiling rand v0.10.0
26052026-03-25T20:20:32.255Z Compiling ingot-macros v0.1.1
26062026-03-25T20:20:32.344Z Compiling zerocopy v0.7.35
26072026-03-25T20:20:32.378Z Compiling tabwriter v1.4.1
26082026-03-25T20:20:32.892Z Compiling hash32 v0.3.1
26092026-03-25T20:20:33.009Z Compiling secrecy v0.10.3
26102026-03-25T20:20:33.060Z Compiling scroll_derive v0.12.1
26112026-03-25T20:20:33.135Z Compiling usdt-impl v0.5.0
26122026-03-25T20:20:33.155Z Compiling data-encoding v2.10.0
26132026-03-25T20:20:33.174Z Compiling pkg-config v0.3.32
26142026-03-25T20:20:33.408Z Compiling smoltcp v0.11.0
26152026-03-25T20:20:33.497Z Compiling winnow v0.5.40
26162026-03-25T20:20:33.767Z Compiling scroll v0.12.0
26172026-03-25T20:20:34.075Z Compiling dof v0.3.0
26182026-03-25T20:20:34.874Z Compiling toml_edit v0.19.15
26192026-03-25T20:20:34.916Z Compiling ingot-types v0.1.2
26202026-03-25T20:20:35.329Z Compiling dtrace-parser v0.2.0
26212026-03-25T20:20:35.594Z Compiling itertools v0.12.1
26222026-03-25T20:20:35.703Z Compiling cobs v0.3.0
26232026-03-25T20:20:35.913Z Compiling thread-id v4.2.2
26242026-03-25T20:20:36.006Z Compiling rustix v0.38.44
26252026-03-25T20:20:36.061Z Compiling bitflags v1.3.2
26262026-03-25T20:20:36.219Z Compiling rayon-core v1.13.0
26272026-03-25T20:20:36.364Z Compiling static_assertions v1.1.0
26282026-03-25T20:20:36.469Z Compiling managed v0.8.0
26292026-03-25T20:20:36.905Z Compiling proc-macro-crate v1.3.1
26302026-03-25T20:20:36.969Z Compiling postcard v1.1.3
26312026-03-25T20:20:37.343Z Compiling ingot v0.1.1
26322026-03-25T20:20:37.986Z Compiling goblin v0.8.2
26332026-03-25T20:20:38.044Z Compiling typify v0.6.1
26342026-03-25T20:20:38.501Z Compiling crossbeam-deque v0.8.6
26352026-03-25T20:20:39.741Z Compiling hubpack_derive v0.1.1
26362026-03-25T20:20:39.942Z Compiling rustc_version v0.4.1
26372026-03-25T20:20:40.175Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26382026-03-25T20:20:40.226Z Compiling num-integer v0.1.46
26392026-03-25T20:20:40.586Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26402026-03-25T20:20:42.027Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26412026-03-25T20:20:42.129Z Compiling hubpack v0.1.2
26422026-03-25T20:20:42.380Z Compiling curve25519-dalek v4.1.3
26432026-03-25T20:20:43.798Z Compiling progenitor-impl v0.13.0
26442026-03-25T20:20:44.448Z Compiling num_enum_derive v0.5.11
26452026-03-25T20:20:45.003Z Compiling reqwest v0.12.28
26462026-03-25T20:20:46.070Z Compiling hmac v0.12.1
26472026-03-25T20:20:46.085Z Compiling inout v0.1.4
26482026-03-25T20:20:46.250Z Compiling serde_spanned v0.6.9
26492026-03-25T20:20:46.547Z Compiling ff v0.13.1
26502026-03-25T20:20:46.712Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26512026-03-25T20:20:47.078Z Compiling bstr v1.12.1
26522026-03-25T20:20:47.270Z Compiling toml_write v0.1.2
26532026-03-25T20:20:47.468Z Compiling toml_edit v0.22.27
26542026-03-25T20:20:48.739Z Compiling group v0.13.0
26552026-03-25T20:20:48.770Z Compiling cipher v0.4.4
26562026-03-25T20:20:48.884Z Compiling hkdf v0.12.4
26572026-03-25T20:20:49.060Z Compiling progenitor-client v0.10.0
26582026-03-25T20:20:49.335Z Compiling progenitor-macro v0.13.0
26592026-03-25T20:20:49.788Z Compiling num_enum v0.5.11
26602026-03-25T20:20:49.926Z Compiling rustls-webpki v0.103.10
26612026-03-25T20:20:52.827Z Compiling rayon v1.11.0
26622026-03-25T20:20:52.833Z Compiling num-iter v0.1.45
26632026-03-25T20:20:52.833Z Compiling num-rational v0.4.2
26642026-03-25T20:20:53.595Z Compiling usdt-attr-macro v0.5.0
26652026-03-25T20:20:53.729Z Compiling usdt-macro v0.5.0
26662026-03-25T20:20:54.428Z Compiling zone_cfg_derive v0.3.1
26672026-03-25T20:20:55.114Z Compiling tokio-rustls v0.26.4
26682026-03-25T20:20:55.117Z Compiling rustls-platform-verifier v0.6.2
26692026-03-25T20:20:55.434Z Compiling hyper-rustls v0.27.7
26702026-03-25T20:20:55.717Z Compiling reqwest v0.13.2
26712026-03-25T20:20:56.007Z Compiling camino-tempfile v1.4.1
26722026-03-25T20:20:56.119Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
26732026-03-25T20:20:56.417Z Compiling thiserror-impl-no-std v2.0.2
26742026-03-25T20:20:57.059Z Compiling progenitor-client v0.13.0
26752026-03-25T20:20:57.560Z Compiling progenitor-extras v0.1.1
26762026-03-25T20:20:57.824Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
26772026-03-25T20:20:58.054Z Compiling universal-hash v0.5.1
26782026-03-25T20:20:58.227Z Compiling crypto-bigint v0.5.5
26792026-03-25T20:21:00.254Z Compiling half v2.7.1
26802026-03-25T20:21:00.879Z Compiling curve25519-dalek-derive v0.1.1
26812026-03-25T20:21:01.616Z Compiling enum-as-inner v0.6.1
26822026-03-25T20:21:02.225Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
26832026-03-25T20:21:02.560Z Compiling num-complex v0.4.6
26842026-03-25T20:21:03.029Z Compiling memmap v0.7.0
26852026-03-25T20:21:04.737Z Compiling opaque-debug v0.3.1
26862026-03-25T20:21:04.751Z Compiling base16ct v0.2.0
26872026-03-25T20:21:04.826Z Compiling base64ct v1.8.3
26882026-03-25T20:21:05.350Z Compiling ciborium-io v0.2.2
26892026-03-25T20:21:05.469Z Compiling lazy_static v1.5.0
26902026-03-25T20:21:05.644Z Compiling ciborium-ll v0.2.2
26912026-03-25T20:21:06.243Z Compiling password-hash v0.5.0
26922026-03-25T20:21:06.642Z Compiling elliptic-curve v0.13.8
26932026-03-25T20:21:07.003Z Compiling poly1305 v0.8.0
26942026-03-25T20:21:07.266Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
26952026-03-25T20:21:07.307Z Compiling usdt v0.5.0
26962026-03-25T20:21:07.656Z Compiling num v0.4.3
26972026-03-25T20:21:07.957Z Compiling thiserror-no-std v2.0.2
26982026-03-25T20:21:08.078Z Compiling progenitor v0.13.0
26992026-03-25T20:21:08.239Z Compiling zone v0.3.1
27002026-03-25T20:21:08.854Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
27012026-03-25T20:21:09.425Z Compiling toml v0.8.23
27022026-03-25T20:21:10.007Z Compiling chacha20 v0.9.1
27032026-03-25T20:21:10.260Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
27042026-03-25T20:21:10.461Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
27052026-03-25T20:21:10.608Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
27062026-03-25T20:21:10.986Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
27072026-03-25T20:21:11.135Z Compiling byte-wrapper v0.1.0
27082026-03-25T20:21:11.226Z Compiling blake2 v0.10.6
27092026-03-25T20:21:11.777Z Compiling smf v0.2.3
27102026-03-25T20:21:11.846Z Compiling aead v0.5.2
27112026-03-25T20:21:11.904Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
27122026-03-25T20:21:12.218Z Compiling num-derive v0.4.2
27132026-03-25T20:21:12.222Z Compiling sigpipe v0.1.3
27142026-03-25T20:21:12.309Z Compiling semver v0.1.20
27152026-03-25T20:21:12.333Z Compiling keccak v0.1.6
27162026-03-25T20:21:12.336Z Compiling glob v0.3.3
27172026-03-25T20:21:12.593Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
27182026-03-25T20:21:12.702Z Compiling vcpkg v0.2.15
27192026-03-25T20:21:12.838Z Compiling jiff v0.2.23
27202026-03-25T20:21:13.006Z Compiling bytecount v0.6.9
27212026-03-25T20:21:13.154Z Compiling float-ord v0.3.2
27222026-03-25T20:21:13.154Z Compiling indent_write v2.2.0
27232026-03-25T20:21:13.182Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27242026-03-25T20:21:13.249Z Compiling openssl-sys v0.9.112
27252026-03-25T20:21:13.270Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
27262026-03-25T20:21:13.327Z Compiling sha3 v0.10.8
27272026-03-25T20:21:13.730Z Compiling rustc_version v0.1.7
27282026-03-25T20:21:13.886Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
27292026-03-25T20:21:13.899Z Compiling chacha20poly1305 v0.10.1
27302026-03-25T20:21:13.944Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
27312026-03-25T20:21:14.060Z Compiling argon2 v0.5.3
27322026-03-25T20:21:15.091Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
27332026-03-25T20:21:15.574Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
27342026-03-25T20:21:16.189Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
27352026-03-25T20:21:16.455Z Compiling vsss-rs v3.3.4
27362026-03-25T20:21:17.594Z Compiling ciborium v0.2.2
27372026-03-25T20:21:18.043Z Compiling atomicwrites v0.4.4
27382026-03-25T20:21:18.114Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
27392026-03-25T20:21:18.310Z Compiling resolv-conf v0.7.6
27402026-03-25T20:21:18.336Z Compiling whoami v1.6.1
27412026-03-25T20:21:18.380Z Compiling linked-hash-map v0.5.6
27422026-03-25T20:21:18.614Z Compiling lru-cache v0.1.2
27432026-03-25T20:21:18.799Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
27442026-03-25T20:21:18.918Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
27452026-03-25T20:21:19.237Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
27462026-03-25T20:21:19.602Z Compiling newtype_derive v0.1.6
27472026-03-25T20:21:19.664Z Compiling hickory-proto v0.24.4
27482026-03-25T20:21:19.868Z Compiling similar v2.7.0
27492026-03-25T20:21:20.830Z Compiling serde-big-array v0.5.1
27502026-03-25T20:21:21.009Z Compiling derive-where v1.6.1
27512026-03-25T20:21:21.766Z Compiling pin-project-internal v1.1.11
27522026-03-25T20:21:21.943Z Compiling serde_repr v0.1.20
27532026-03-25T20:21:22.343Z Compiling siphasher v1.0.2
27542026-03-25T20:21:22.549Z Compiling unicode-segmentation v1.13.1
27552026-03-25T20:21:22.572Z Compiling owo-colors v4.3.0
27562026-03-25T20:21:22.623Z Compiling minimal-lexical v0.2.1
27572026-03-25T20:21:22.870Z Compiling swrite v0.1.0
27582026-03-25T20:21:22.888Z Compiling pin-project v1.1.11
27592026-03-25T20:21:22.982Z Compiling newline-converter v0.3.0
27602026-03-25T20:21:23.001Z Compiling nom v7.1.3
27612026-03-25T20:21:23.008Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
27622026-03-25T20:21:23.139Z Compiling phf_shared v0.12.1
27632026-03-25T20:21:23.189Z Compiling hickory-resolver v0.24.4
27642026-03-25T20:21:23.287Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
27652026-03-25T20:21:24.332Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
27662026-03-25T20:21:25.610Z Compiling unicode-normalization v0.1.25
27672026-03-25T20:21:26.230Z Compiling console v0.15.11
27682026-03-25T20:21:26.810Z Compiling tokio-stream v0.1.18
27692026-03-25T20:21:27.380Z Compiling snafu-derive v0.8.9
27702026-03-25T20:21:27.407Z Compiling async-recursion v1.1.1
27712026-03-25T20:21:27.548Z Compiling slog-dtrace v0.3.0
27722026-03-25T20:21:27.809Z Compiling csv-core v0.1.13
27732026-03-25T20:21:28.113Z Compiling foldhash v0.1.5
27742026-03-25T20:21:28.246Z Compiling foreign-types-shared v0.1.1
27752026-03-25T20:21:28.304Z Compiling openssl v0.10.76
27762026-03-25T20:21:28.353Z Compiling unicode-xid v0.2.6
27772026-03-25T20:21:28.356Z Compiling cancel-safe-futures v0.1.5
27782026-03-25T20:21:28.496Z Compiling chrono-tz v0.10.4
27792026-03-25T20:21:28.602Z Compiling highway v1.3.0
27802026-03-25T20:21:28.644Z Compiling unicode-width v0.1.14
27812026-03-25T20:21:28.741Z Compiling same-file v1.0.6
27822026-03-25T20:21:28.935Z Compiling walkdir v2.5.0
27832026-03-25T20:21:28.975Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
27842026-03-25T20:21:29.144Z Compiling snafu v0.8.9
27852026-03-25T20:21:29.379Z Compiling const_format_proc_macros v0.2.34
27862026-03-25T20:21:29.697Z Compiling foreign-types v0.3.2
27872026-03-25T20:21:29.738Z Compiling hashbrown v0.15.5
27882026-03-25T20:21:29.787Z Compiling csv v1.4.0
27892026-03-25T20:21:30.266Z Compiling qorb v0.4.1
27902026-03-25T20:21:30.401Z Compiling expectorate v1.2.0
27912026-03-25T20:21:30.650Z Compiling olpc-cjson v0.1.4
27922026-03-25T20:21:30.746Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
27932026-03-25T20:21:30.978Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
27942026-03-25T20:21:31.029Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
27952026-03-25T20:21:31.574Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
27962026-03-25T20:21:32.521Z Compiling phf v0.12.1
27972026-03-25T20:21:33.936Z Compiling tokio-dtrace v0.1.1
27982026-03-25T20:21:34.275Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
27992026-03-25T20:21:34.708Z Compiling globset v0.4.18
28002026-03-25T20:21:35.017Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
28012026-03-25T20:21:36.313Z Compiling num-derive v0.3.3
28022026-03-25T20:21:36.523Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
28032026-03-25T20:21:36.559Z Compiling libsw-core v0.3.2
28042026-03-25T20:21:36.622Z Compiling pem v3.0.6
28052026-03-25T20:21:36.763Z Compiling serde_plain v1.0.2
28062026-03-25T20:21:37.012Z Compiling openssl-macros v0.1.1
28072026-03-25T20:21:38.140Z Compiling cookie v0.18.1
28082026-03-25T20:21:38.183Z Compiling unicode-linebreak v0.1.5
28092026-03-25T20:21:38.183Z Compiling fixedbitset v0.5.7
28102026-03-25T20:21:38.183Z Compiling smawk v0.3.2
28112026-03-25T20:21:38.184Z Compiling typed-path v0.9.3
28122026-03-25T20:21:38.184Z Compiling fixedbitset v0.4.2
28132026-03-25T20:21:38.184Z Compiling petgraph v0.8.3
28142026-03-25T20:21:38.184Z Compiling petgraph v0.6.5
28152026-03-25T20:21:38.184Z Compiling textwrap v0.16.2
28162026-03-25T20:21:38.713Z Compiling tough v0.20.0
28172026-03-25T20:21:39.657Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
28182026-03-25T20:21:39.853Z Compiling libsw v3.5.0
28192026-03-25T20:21:40.084Z Compiling libscf-sys v1.1.0
28202026-03-25T20:21:40.156Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
28212026-03-25T20:21:40.249Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
28222026-03-25T20:21:40.412Z Compiling oxide-tokio-rt v0.1.3
28232026-03-25T20:21:40.429Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
28242026-03-25T20:21:41.025Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
28252026-03-25T20:21:43.965Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
28262026-03-25T20:21:46.463Z Compiling const_format v0.2.35
28272026-03-25T20:21:46.488Z Compiling papergrid v0.11.0
28282026-03-25T20:21:46.488Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
28292026-03-25T20:21:46.488Z Compiling gethostname v0.5.0
28302026-03-25T20:21:46.559Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
28312026-03-25T20:21:47.148Z Compiling tabled_derive v0.7.0
28322026-03-25T20:21:47.299Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
28332026-03-25T20:21:48.118Z Compiling bcs v0.1.6
28342026-03-25T20:21:48.550Z Compiling termtree v0.5.1
28352026-03-25T20:21:48.737Z Compiling linear-map v1.2.0
28362026-03-25T20:21:48.974Z Compiling tagptr v0.2.0
28372026-03-25T20:21:49.178Z Compiling moka v0.12.15
28382026-03-25T20:21:49.688Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
28392026-03-25T20:21:50.377Z Compiling tabled v0.15.0
28402026-03-25T20:21:50.434Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
28412026-03-25T20:21:50.840Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
28422026-03-25T20:21:51.418Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
28432026-03-25T20:21:51.653Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
28442026-03-25T20:21:51.962Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
28452026-03-25T20:21:52.861Z Compiling steno v0.4.1
28462026-03-25T20:21:54.217Z Compiling hickory-proto v0.25.2
28472026-03-25T20:21:57.081Z Compiling humantime v2.3.0
28482026-03-25T20:21:57.095Z Compiling hickory-resolver v0.25.2
28492026-03-25T20:21:57.486Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
28502026-03-25T20:21:58.180Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
28512026-03-25T20:21:58.358Z Compiling typify-impl v0.4.3
28522026-03-25T20:21:59.824Z Compiling parking_lot_core v0.8.6
28532026-03-25T20:22:00.157Z Compiling crc32fast v1.5.0
28542026-03-25T20:22:01.016Z Compiling crunchy v0.2.4
28552026-03-25T20:22:01.355Z Compiling parking_lot v0.11.2
28562026-03-25T20:22:01.761Z Compiling fxhash v0.2.1
28572026-03-25T20:22:01.828Z Compiling typify-macro v0.4.3
28582026-03-25T20:22:01.851Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
28592026-03-25T20:22:03.246Z Compiling tiny-keccak v2.0.2
28602026-03-25T20:22:03.276Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
28612026-03-25T20:22:03.276Z Compiling sled v0.34.7
28622026-03-25T20:22:03.276Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
28632026-03-25T20:22:03.397Z Compiling typify v0.4.3
28642026-03-25T20:22:03.573Z Compiling rdb-types v0.1.0 (/work/oxidecomputer/maghemite/rdb-types)
28652026-03-25T20:22:03.844Z Compiling internet-checksum v0.2.1
28662026-03-25T20:22:03.905Z Compiling const-random-macro v0.1.16
28672026-03-25T20:22:04.332Z Compiling ahash v0.8.12
28682026-03-25T20:22:04.756Z Compiling smartstring v1.0.1
28692026-03-25T20:22:04.843Z Compiling const-random v0.1.18
28702026-03-25T20:22:04.940Z Compiling proc-macro-error-attr2 v2.0.0
28712026-03-25T20:22:05.387Z Compiling proc-macro-error2 v2.0.1
28722026-03-25T20:22:05.695Z Compiling thin-vec v0.2.14
28732026-03-25T20:22:05.709Z Compiling rhai_codegen v3.1.0
28742026-03-25T20:22:05.888Z Compiling arc-swap v1.9.0
28752026-03-25T20:22:06.033Z Compiling tabled_derive v0.11.0
28762026-03-25T20:22:06.261Z Compiling slog-scope v4.4.1
28772026-03-25T20:22:06.706Z Compiling progenitor-impl v0.11.2
28782026-03-25T20:22:06.986Z Compiling rhai v1.24.0
28792026-03-25T20:22:07.180Z Compiling papergrid v0.17.0
28802026-03-25T20:22:08.862Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
28812026-03-25T20:22:10.287Z Compiling testing_table v0.3.0
28822026-03-25T20:22:10.327Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
28832026-03-25T20:22:10.626Z Compiling nom v8.0.0
28842026-03-25T20:22:10.772Z Compiling tabled v0.20.0
28852026-03-25T20:22:12.889Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
28862026-03-25T20:22:13.308Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
28872026-03-25T20:22:16.208Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
28882026-03-25T20:22:17.415Z Compiling progenitor-macro v0.11.2
28892026-03-25T20:22:18.531Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
28902026-03-25T20:22:20.568Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
28912026-03-25T20:22:21.319Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
28922026-03-25T20:22:21.410Z Compiling slog-stdlog v4.1.1
28932026-03-25T20:22:22.060Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
28942026-03-25T20:22:22.737Z Compiling progenitor-client v0.11.2
28952026-03-25T20:22:23.276Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
28962026-03-25T20:22:23.961Z Compiling dropshot-api-manager-types v0.5.2
28972026-03-25T20:22:24.583Z Compiling progenitor v0.11.2
28982026-03-25T20:22:24.753Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
28992026-03-25T20:22:27.929Z Compiling slog-envlogger v2.2.0
29002026-03-25T20:22:29.113Z Compiling ddm-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-types/versions)
29012026-03-25T20:22:30.892Z Compiling crc8 v0.1.1
29022026-03-25T20:22:31.032Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
29032026-03-25T20:22:33.187Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
29042026-03-25T20:22:34.417Z Compiling progenitor-impl v0.10.0
29052026-03-25T20:22:34.863Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
29062026-03-25T20:22:35.689Z Compiling lzma-sys v0.1.20
29072026-03-25T20:22:36.134Z Compiling fs-err v3.3.0
29082026-03-25T20:22:36.401Z Compiling utf-8 v0.7.6
29092026-03-25T20:22:36.533Z Compiling typeid v1.0.3
29102026-03-25T20:22:36.640Z Compiling tungstenite v0.21.0
29112026-03-25T20:22:36.797Z Compiling progenitor-macro v0.10.0
29122026-03-25T20:22:37.099Z Compiling mg-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-types/versions)
29132026-03-25T20:22:39.145Z Compiling cargo_toml v0.22.3
29142026-03-25T20:22:41.126Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
29152026-03-25T20:22:41.398Z Compiling sha2 v0.10.9
29162026-03-25T20:22:42.170Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
29172026-03-25T20:22:42.686Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
29182026-03-25T20:22:42.783Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#9167ac10)
29192026-03-25T20:22:43.304Z Compiling progenitor v0.10.0
29202026-03-25T20:22:43.467Z Compiling tokio-tungstenite v0.21.0
29212026-03-25T20:22:44.021Z Compiling ddm-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-types)
29222026-03-25T20:22:44.348Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
29232026-03-25T20:22:44.422Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
29242026-03-25T20:22:45.147Z Compiling console v0.16.3
29252026-03-25T20:22:46.578Z Compiling git-stub v1.0.0
29262026-03-25T20:22:47.063Z Compiling base64 v0.21.7
29272026-03-25T20:22:47.594Z Compiling is_ci v1.2.0
29282026-03-25T20:22:47.791Z Compiling unit-prefix v0.5.2
29292026-03-25T20:22:47.971Z Compiling indicatif v0.18.4
29302026-03-25T20:22:47.986Z Compiling supports-color v3.0.2
29312026-03-25T20:22:48.247Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
29322026-03-25T20:22:48.845Z Compiling git-stub-vcs v0.1.0
29332026-03-25T20:22:49.622Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
29342026-03-25T20:22:50.290Z Compiling ron v0.12.0
29352026-03-25T20:22:50.762Z Compiling xz2 v0.1.7
29362026-03-25T20:22:51.136Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
29372026-03-25T20:22:51.207Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
29382026-03-25T20:22:51.976Z Compiling drift v0.1.3
29392026-03-25T20:22:52.252Z Compiling base16ct v1.0.0
29402026-03-25T20:22:54.120Z Compiling dropshot-api-manager v0.5.2
29412026-03-25T20:22:54.150Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#9167ac10)
29422026-03-25T20:22:55.359Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
29432026-03-25T20:22:57.300Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
29442026-03-25T20:22:58.674Z Compiling mg-types v0.1.0 (/work/oxidecomputer/maghemite/mg-types)
29452026-03-25T20:22:59.658Z Compiling natord v1.0.9
29462026-03-25T20:22:59.965Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
29472026-03-25T20:23:00.074Z Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util)
29482026-03-25T20:23:01.862Z Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
29492026-03-25T20:23:03.830Z Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
29502026-03-25T20:23:08.780Z Compiling mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify)
29512026-03-25T20:23:09.033Z Compiling falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab)
29522026-03-25T20:23:09.864Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
29532026-03-25T20:23:14.316Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
29542026-03-25T20:23:17.109Z Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
29552026-03-25T20:23:22.548Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
29562026-03-25T20:23:42.220Z Finished `release` profile [optimized] target(s) in 4m 19s
29572026-03-25T20:23:42.396Z
29582026-03-25T20:23:42.396Zreal 4:19.283975545
29592026-03-25T20:23:42.396Zuser 29:26.273660044
29602026-03-25T20:23:42.396Zsys 2:43.442542063
29612026-03-25T20:23:42.396Ztrap 0.727247516
29622026-03-25T20:23:42.396Ztflt 1.608941196
29632026-03-25T20:23:42.396Zdflt 1.196068212
29642026-03-25T20:23:42.396Zkflt 0.000061178
29652026-03-25T20:23:42.396Zlock 2:00:04.518897493
29662026-03-25T20:23:42.396Zslp 1:26:10.322371019
29672026-03-25T20:23:42.396Zlat 2:20.120188755
29682026-03-25T20:23:42.396Zstop 3:40.932803256
29692026-03-25T20:23:42.400Z+ for x in debug release
29702026-03-25T20:23:42.400Z+ mkdir -p /work/debug
29712026-03-25T20:23:42.403Z+ cp target/debug/ddmd /work/debug/ddmd
29722026-03-25T20:23:42.898Z+ cp target/debug/ddmadm /work/debug/ddmadm
29732026-03-25T20:23:43.242Z+ cp target/debug/mgd /work/debug/mgd
29742026-03-25T20:23:43.926Z+ cp target/debug/mgadm /work/debug/mgadm
29752026-03-25T20:23:44.430Z+ for x in debug release
29762026-03-25T20:23:44.430Z+ mkdir -p /work/release
29772026-03-25T20:23:44.434Z+ cp target/release/ddmd /work/release/ddmd
29782026-03-25T20:23:44.533Z+ cp target/release/ddmadm /work/release/ddmadm
29792026-03-25T20:23:44.614Z+ cp target/release/mgd /work/release/mgd
29802026-03-25T20:23:44.670Z+ cp target/release/mgadm /work/release/mgadm
29812026-03-25T20:23:44.774Z+ cp target/release/falcon-lab /work/release/falcon-lab
29822026-03-25T20:23:44.832Zprocess exited: duration 687907 ms, exit code 0
 
29832026-03-25T20:23:44.845Zfound 9 output files
29842026-03-25T20:23:44.845Zuploading: /work/debug/ddmadm (514289728 bytes)
29852026-03-25T20:23:51.420Zuploaded: /work/debug/ddmadm
29862026-03-25T20:23:51.420Zuploading: /work/debug/ddmd (609507616 bytes)
29872026-03-25T20:23:59.317Zuploaded: /work/debug/ddmd
29882026-03-25T20:23:59.317Zuploading: /work/debug/mgadm (601946304 bytes)
29892026-03-25T20:24:07.636Zuploaded: /work/debug/mgadm
29902026-03-25T20:24:07.636Zuploading: /work/debug/mgd (694597680 bytes)
29912026-03-25T20:24:15.974Zuploaded: /work/debug/mgd
29922026-03-25T20:24:15.994Zuploading: /work/release/ddmadm (49147400 bytes)
29932026-03-25T20:24:17.309Zuploaded: /work/release/ddmadm
29942026-03-25T20:24:17.320Zuploading: /work/release/ddmd (61026192 bytes)
29952026-03-25T20:24:18.797Zuploaded: /work/release/ddmd
29962026-03-25T20:24:18.797Zuploading: /work/release/falcon-lab (34924728 bytes)
29972026-03-25T20:24:20.052Zuploaded: /work/release/falcon-lab
29982026-03-25T20:24:20.052Zuploading: /work/release/mgadm (58619736 bytes)
29992026-03-25T20:24:21.490Zuploaded: /work/release/mgadm
30002026-03-25T20:24:21.490Zuploading: /work/release/mgd (77471080 bytes)
30012026-03-25T20:24:23.101Zuploaded: /work/release/mgd