01KMK9N7V99SCHK3EYESY7BVE2: 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: 01KMK9P9S1R0N331PM5CR0B7AP

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-25T20:20:05.695Zjob assigned to worker 01KMKADR44DK6E1E7ZVV7NMCD5 [factory aws, i-0fe5b2aa5eb90e8b1] (queued for 13 m 30 s)
 
22026-03-25T20:20:11.944Zstarting task 0: "setup"
32026-03-25T20:20:11.951Z++ uname -s
42026-03-25T20:20:11.955Z+ kern=SunOS
52026-03-25T20:20:11.955Z+ build_user=build
62026-03-25T20:20:11.955Z+ build_uid=12345
72026-03-25T20:20:11.955Z+ work_dir=/work
82026-03-25T20:20:11.955Z+ input_dir=/input
92026-03-25T20:20:11.955Z+ [[ 0 == 12345 ]]
102026-03-25T20:20:11.955Z+ case "$kern" in
112026-03-25T20:20:11.955Z+ groupadd -g 12345 build
122026-03-25T20:20:11.963Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-25T20:20:13.961Z+ zfs create -o mountpoint=/work rpool/work
142026-03-25T20:20:14.079Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-25T20:20:14.082Z+ home_fs=zfs
162026-03-25T20:20:14.082Z+ [[ zfs == autofs ]]
172026-03-25T20:20:14.082Z+ mkdir -p /home/build
182026-03-25T20:20:14.082Z+ chown build:build /home/build /work
192026-03-25T20:20:16.084Z+ chmod 0700 /home/build /work
202026-03-25T20:20:16.087Zprocess exited: duration 4141 ms, exit code 0
 
212026-03-25T20:20:16.093Zstarting task 1: "rust-toolchain"
222026-03-25T20:20:16.099Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-03-25T20:20:16.099Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-03-25T20:20:16.099Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-03-25T20:20:16.099Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-03-25T20:20:16.099Z * rust toolchain channel = "stable"
272026-03-25T20:20:16.099Z * rust toolchain profile = "default"
282026-03-25T20:20:16.102Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-25T20:20:16.102Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-03-25T20:20:16.217Zinfo: downloading installer
312026-03-25T20:20:17.940Zwarn: It looks like you have an existing installation of Rust at:
322026-03-25T20:20:17.940Zwarn: /opt/ooce/bin
332026-03-25T20:20:17.940Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-25T20:20:17.940Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-25T20:20:17.940Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-25T20:20:17.940Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-25T20:20:17.940Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-25T20:20:17.940Zerror: cannot install while Rust is installed
392026-03-25T20:20:17.940Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-25T20:20:17.940Zwarn: It looks like you have an existing rustup settings file at:
412026-03-25T20:20:17.940Zwarn: /home/build/.rustup/settings.toml
422026-03-25T20:20:17.940Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-25T20:20:17.940Zwarn: instead of the one inferred from the default host triple.
442026-03-25T20:20:17.954Zinfo: profile set to default
452026-03-25T20:20:17.954Zinfo: default host triple is x86_64-unknown-illumos
462026-03-25T20:20:17.957Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-03-25T20:20:18.113Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-25T20:20:18.116Zinfo: downloading 6 components
492026-03-25T20:20:33.462Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-03-25T20:20:33.462Z
512026-03-25T20:20:33.487Z stable-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-25T20:20:33.487Z
532026-03-25T20:20:33.487Z
542026-03-25T20:20:33.487ZRust is installed now. Great!
552026-03-25T20:20:33.487Z
562026-03-25T20:20:33.487ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-25T20:20:33.487Zenvironment variable. This has not been done automatically.
582026-03-25T20:20:33.487Z
592026-03-25T20:20:33.487ZTo configure your current shell, you need to source
602026-03-25T20:20:33.488Zthe corresponding env file under $HOME/.cargo.
612026-03-25T20:20:33.488Z
622026-03-25T20:20:33.488ZThis is usually done by running one of the following (note the leading DOT):
632026-03-25T20:20:33.488Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-25T20:20:33.488Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-25T20:20:33.488Zsource "~/.cargo/env.nu" # For nushell
662026-03-25T20:20:33.488Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-25T20:20:33.488Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-25T20:20:33.488Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-25T20:20:33.491Zwarn: no default linker (`cc`) was found in your PATH
702026-03-25T20:20:33.491Zwarn: many Rust crates require a system C toolchain to build
712026-03-25T20:20:33.588Z+ rustup --version
722026-03-25T20:20:33.595Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-25T20:20:33.595Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-25T20:20:33.608Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-25T20:20:33.612Z+ cargo --version
762026-03-25T20:20:33.625Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-25T20:20:33.628Z+ rustc --version
782026-03-25T20:20:33.646Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-25T20:20:33.649Zprocess exited: duration 17552 ms, exit code 0
 
802026-03-25T20:20:33.655Zstarting task 2: "authentication"
812026-03-25T20:20:33.672Zprocess exited: duration 16 ms, exit code 0
 
822026-03-25T20:20:33.678Zstarting task 3: "clone repository"
832026-03-25T20:20:33.682Z+ mkdir -p /work/oxidecomputer/maghemite
842026-03-25T20:20:33.685Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-03-25T20:20:33.725ZCloning into '/work/oxidecomputer/maghemite'...
862026-03-25T20:20:34.427Z+ cd /work/oxidecomputer/maghemite
872026-03-25T20:20:34.427Z+ git fetch origin 086b615a80659c84d0776ac1f94a5e1795553936
882026-03-25T20:20:34.683ZFrom https://github.com/oxidecomputer/maghemite
892026-03-25T20:20:34.683Z * branch 086b615a80659c84d0776ac1f94a5e1795553936 -> FETCH_HEAD
902026-03-25T20:20:34.687Z+ [[ -n renovate/oxide-tokio-rt-0.x ]]
912026-03-25T20:20:34.690Z++ git branch --show-current
922026-03-25T20:20:34.690Z+ current=main
932026-03-25T20:20:34.690Z+ [[ main != renovate/oxide-tokio-rt-0.x ]]
942026-03-25T20:20:34.690Z+ git branch -f renovate/oxide-tokio-rt-0.x 086b615a80659c84d0776ac1f94a5e1795553936
952026-03-25T20:20:34.694Z+ git checkout -f renovate/oxide-tokio-rt-0.x
962026-03-25T20:20:34.708ZSwitched to branch 'renovate/oxide-tokio-rt-0.x'
972026-03-25T20:20:34.712Z+ git reset --hard 086b615a80659c84d0776ac1f94a5e1795553936
982026-03-25T20:20:34.726ZHEAD is now at 086b615 Update Rust crate oxide-tokio-rt to 0.1.3
992026-03-25T20:20:34.729Zprocess exited: duration 1046 ms, exit code 0
 
1002026-03-25T20:20:34.738Zstarting task 4: "build"
1012026-03-25T20:20:34.743Z+ pfexec pkg install clang-15
1022026-03-25T20:20:41.540Z Startup: Refreshing catalog 'helios-dev' ... Done
1032026-03-25T20:20:48.321Z Startup: Caching catalogs ... Done
1042026-03-25T20:20:51.948ZPlanning: Solver setup ... Done
1052026-03-25T20:20:51.961ZPlanning: Running solver ... Done
1062026-03-25T20:20:52.071ZPlanning: Finding local manifests ... Done
1072026-03-25T20:20:52.082ZPlanning: Fetching manifests: 0/2 0% complete
1082026-03-25T20:20:52.166ZPlanning: Fetching manifests: 2/2 100% complete
1092026-03-25T20:20:52.195ZPlanning: Package planning ... Done
1102026-03-25T20:20:52.222ZPlanning: Merging actions ... Done
1112026-03-25T20:20:52.331ZPlanning: Checking for conflicting actions ... Done
1122026-03-25T20:20:52.338ZPlanning: Consolidating action changes ... Done
1132026-03-25T20:20:52.933ZPlanning: Evaluating mediators ... Done
1142026-03-25T20:20:52.939ZPlanning: Planning completed in 4.46 seconds
1152026-03-25T20:20:52.955Z Packages to install: 2
1162026-03-25T20:20:52.955Z Mediators to change: 2
1172026-03-25T20:20:52.955Z Services to change: 1
1182026-03-25T20:20:52.958Z Create boot environment: No
1192026-03-25T20:20:52.958ZCreate backup boot environment: No
1202026-03-25T20:20:52.992Z
1212026-03-25T20:20:52.992ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1222026-03-25T20:20:57.993ZDownload: 3027/3076 items 188.6/211.3MB 89% complete (37.8M/s)
1232026-03-25T20:21:01.668ZDownload: Completed 211.31 MB in 8.67 seconds (24.4M/s)
1242026-03-25T20:21:02.517Z Actions: 1/3418 actions (Installing new actions)
1252026-03-25T20:21:05.723Z Actions: Completed 3418 actions in 3.20 seconds.
1262026-03-25T20:21:06.006Z Done
1272026-03-25T20:21:06.006Z Done
1282026-03-25T20:21:06.696Z Done
1292026-03-25T20:21:09.983Z Done
1302026-03-25T20:21:10.052Z Done
1312026-03-25T20:21:10.057Z Done
1322026-03-25T20:21:10.257Z Done
1332026-03-25T20:21:10.885Z+ cargo --version
1342026-03-25T20:21:10.893Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
1352026-03-25T20:21:11.058Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
1362026-03-25T20:21:11.061Zinfo: downloading 6 components
1372026-03-25T20:21:25.816Zcargo 1.94.0 (85eff7c80 2026-01-15)
1382026-03-25T20:21:25.819Z+ rustc --version
1392026-03-25T20:21:25.848Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1402026-03-25T20:21:25.853Z+ banner check
1412026-03-25T20:21:25.856Z
1422026-03-25T20:21:25.856Z #### # # ###### #### # #
1432026-03-25T20:21:25.856Z # # # # # # # # #
1442026-03-25T20:21:25.856Z # ###### ##### # ####
1452026-03-25T20:21:25.856Z # # # # # # #
1462026-03-25T20:21:25.856Z # # # # # # # # #
1472026-03-25T20:21:25.856Z #### # # ###### #### # #
1482026-03-25T20:21:25.856Z
1492026-03-25T20:21:25.856Z+ cargo fmt -- --check
1502026-03-25T20:21:26.245Z+ cargo clippy --all-targets -- --deny warnings
1512026-03-25T20:21:26.358Z Updating git repository `https://github.com/oxidecomputer/falcon`
1522026-03-25T20:21:27.036ZFrom https://github.com/oxidecomputer/falcon
1532026-03-25T20:21:27.036Z * [new ref] 9167ac10b0deaaf5b0498bfdb57eab9f221087b7 -> refs/commit/9167ac10b0deaaf5b0498bfdb57eab9f221087b7
1542026-03-25T20:21:27.115Z Updating crates.io index
1552026-03-25T20:21:27.118Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1562026-03-25T20:21:27.897ZFrom https://github.com/oxidecomputer/dendrite
1572026-03-25T20:21:27.898Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
1582026-03-25T20:21:28.058Z Updating git repository `https://github.com/oxidecomputer/ispf`
1592026-03-25T20:21:28.314ZFrom https://github.com/oxidecomputer/ispf
1602026-03-25T20:21:28.314Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
1612026-03-25T20:21:28.320Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1622026-03-25T20:21:28.674ZFrom https://github.com/oxidecomputer/netadm-sys
1632026-03-25T20:21:28.674Z * [new ref] e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1 -> refs/commit/e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1
1642026-03-25T20:21:28.682Z Updating git repository `https://github.com/oxidecomputer/omicron`
1652026-03-25T20:21:36.762ZFrom https://github.com/oxidecomputer/omicron
1662026-03-25T20:21:36.762Z * [new ref] 48dd241a32e3d1bf92fb5b79bc5a38baa0fe3166 -> refs/commit/48dd241a32e3d1bf92fb5b79bc5a38baa0fe3166
1672026-03-25T20:21:38.152Z Updating git repository `https://github.com/oxidecomputer/opte`
1682026-03-25T20:21:38.178ZFrom https://github.com/oxidecomputer/opte
1692026-03-25T20:21:38.178Z * [new ref] e547d07b08c3f3d6c821c9eb7a958adcffce6e56 -> refs/commit/e547d07b08c3f3d6c821c9eb7a958adcffce6e56
1702026-03-25T20:21:38.178Z Updating git repository `https://github.com/illumos/smf-rs`
1712026-03-25T20:21:38.178ZFrom https://github.com/illumos/smf-rs
1722026-03-25T20:21:38.178Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
1732026-03-25T20:21:38.420Z Updating git repository `https://github.com/oxidecomputer/network-interface`
1742026-03-25T20:21:38.745ZFrom https://github.com/oxidecomputer/network-interface
1752026-03-25T20:21:38.745Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
1762026-03-25T20:21:38.752Z Updating git repository `https://github.com/oxidecomputer/zone`
1772026-03-25T20:21:39.165ZFrom https://github.com/oxidecomputer/zone
1782026-03-25T20:21:39.165Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
1792026-03-25T20:21:39.199Z Updating git repository `https://github.com/oxidecomputer/propolis`
1802026-03-25T20:21:40.298ZFrom https://github.com/oxidecomputer/propolis
1812026-03-25T20:21:40.299Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
1822026-03-25T20:21:40.370Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1832026-03-25T20:21:40.824ZFrom https://github.com/oxidecomputer/transceiver-control
1842026-03-25T20:21:40.824Z * [new ref] 4bfd6375796ef21a4c8c1f46e639cc663c2f95f8 -> refs/commit/4bfd6375796ef21a4c8c1f46e639cc663c2f95f8
1852026-03-25T20:21:40.966Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1862026-03-25T20:21:41.322ZFrom https://github.com/oxidecomputer/dlpi-sys
1872026-03-25T20:21:41.322Z * [new ref] 7cce2d3ab9dcac909642e1d1060f27bb2549cfdc -> refs/commit/7cce2d3ab9dcac909642e1d1060f27bb2549cfdc
1882026-03-25T20:21:41.329Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1892026-03-25T20:21:41.624ZFrom https://github.com/jmesmon/rust-libzfs
1902026-03-25T20:21:41.624Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
1912026-03-25T20:21:41.632Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1922026-03-25T20:21:41.890ZFrom https://github.com/oxidecomputer/rusty-doors
1932026-03-25T20:21:41.890Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
1942026-03-25T20:21:41.902Z Updating git repository `https://github.com/oxidecomputer/lldp`
1952026-03-25T20:21:42.240ZFrom https://github.com/oxidecomputer/lldp
1962026-03-25T20:21:42.240Z * [new ref] c3305fd1a7ea7aba31f3834757a6b931e4f59fe6 -> refs/commit/c3305fd1a7ea7aba31f3834757a6b931e4f59fe6
1972026-03-25T20:21:42.290Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1982026-03-25T20:21:42.629ZFrom https://github.com/oxidecomputer/slog-error-chain
1992026-03-25T20:21:42.629Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
2002026-03-25T20:21:42.666Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2012026-03-25T20:21:42.965ZFrom https://github.com/oxidecomputer/tufaceous
2022026-03-25T20:21:42.965Z * [new ref] 1eacfcf0cade44f77d433f31744dbee4abb96465 -> refs/commit/1eacfcf0cade44f77d433f31744dbee4abb96465
2032026-03-25T20:21:43.069Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2042026-03-25T20:21:43.540ZFrom https://github.com/oxidecomputer/management-gateway-service
2052026-03-25T20:21:43.541Z * [new ref] ea2f39ccdea124b5affcad0ca17bc5dacf65823a -> refs/commit/ea2f39ccdea124b5affcad0ca17bc5dacf65823a
2062026-03-25T20:21:43.635Z Updating git repository `https://github.com/oxidecomputer/crucible`
2072026-03-25T20:21:44.488ZFrom https://github.com/oxidecomputer/crucible
2082026-03-25T20:21:44.488Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
2092026-03-25T20:21:46.445Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2102026-03-25T20:21:46.504ZFrom https://github.com/oxidecomputer/serde_human_bytes
2112026-03-25T20:21:46.504Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
2122026-03-25T20:21:46.504Z Updating git repository `https://github.com/oxidecomputer/propolis`
2132026-03-25T20:21:46.504ZFrom https://github.com/oxidecomputer/propolis
2142026-03-25T20:21:46.504Z * [new ref] 368a2225b79328514ce0ea9181d8f874019edaa2 -> refs/commit/368a2225b79328514ce0ea9181d8f874019edaa2
2152026-03-25T20:21:46.504Z Updating git repository `https://github.com/oxidecomputer/tofino`
2162026-03-25T20:21:46.609ZFrom https://github.com/oxidecomputer/tofino
2172026-03-25T20:21:46.609Z * [new ref] 7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33 -> refs/commit/7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33
2182026-03-25T20:21:46.649Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2192026-03-25T20:21:47.162ZFrom https://github.com/oxidecomputer/maghemite
2202026-03-25T20:21:47.163Z * [new ref] b603c9f3dccefcf1d3e941c04505ff6bdd1826b6 -> refs/commit/b603c9f3dccefcf1d3e941c04505ff6bdd1826b6
2212026-03-25T20:21:47.217Z Updating git repository `https://github.com/oxidecomputer/clickward`
2222026-03-25T20:21:47.488ZFrom https://github.com/oxidecomputer/clickward
2232026-03-25T20:21:47.488Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
2242026-03-25T20:21:47.648Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2252026-03-25T20:21:48.068ZFrom https://github.com/oxidecomputer/illumos-devinfo
2262026-03-25T20:21:48.068Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
2272026-03-25T20:21:48.150Z Updating git repository `https://github.com/oxidecomputer/crucible`
2282026-03-25T20:21:48.491ZFrom https://github.com/oxidecomputer/crucible
2292026-03-25T20:21:48.492Z * [new ref] a945a32ba9e1f2098ce3a8963765f1894f37110b -> refs/commit/a945a32ba9e1f2098ce3a8963765f1894f37110b
2302026-03-25T20:21:49.741Z Downloading crates ...
2312026-03-25T20:21:49.800Z Downloaded convert_case v0.4.0
2322026-03-25T20:21:49.807Z Downloaded base16ct v1.0.0
2332026-03-25T20:21:49.813Z Downloaded backon v1.6.0
2342026-03-25T20:21:49.813Z Downloaded backoff v0.4.0
2352026-03-25T20:21:49.818Z Downloaded aead v0.5.2
2362026-03-25T20:21:49.823Z Downloaded ciborium-io v0.2.2
2372026-03-25T20:21:49.826Z Downloaded data-encoding v2.10.0
2382026-03-25T20:21:49.826Z Downloaded base64ct v1.8.3
2392026-03-25T20:21:49.832Z Downloaded base16ct v0.2.0
2402026-03-25T20:21:49.833Z Downloaded bcs v0.1.6
2412026-03-25T20:21:49.833Z Downloaded autocfg v1.5.0
2422026-03-25T20:21:49.836Z Downloaded errno v0.3.14
2432026-03-25T20:21:49.845Z Downloaded embedded-io v0.4.0
2442026-03-25T20:21:49.846Z Downloaded console v0.16.3
2452026-03-25T20:21:49.846Z Downloaded debug-ignore v1.0.5
2462026-03-25T20:21:49.853Z Downloaded dunce v1.0.5
2472026-03-25T20:21:49.853Z Downloaded dropshot-api-manager v0.5.2
2482026-03-25T20:21:49.853Z Downloaded derive-where v1.6.1
2492026-03-25T20:21:49.853Z Downloaded derive_more v0.99.20
2502026-03-25T20:21:49.856Z Downloaded equivalent v1.0.2
2512026-03-25T20:21:49.857Z Downloaded dyn-clone v1.0.20
2522026-03-25T20:21:49.857Z Downloaded derive-ex v0.1.8
2532026-03-25T20:21:49.857Z Downloaded const-random v0.1.18
2542026-03-25T20:21:49.857Z Downloaded async-trait v0.1.89
2552026-03-25T20:21:49.857Z Downloaded defmt-parser v1.0.0
2562026-03-25T20:21:49.857Z Downloaded dtrace-parser v0.3.0
2572026-03-25T20:21:49.860Z Downloaded erased-serde v0.3.31
2582026-03-25T20:21:49.860Z Downloaded drift v0.1.3
2592026-03-25T20:21:49.866Z Downloaded enum-as-inner v0.6.1
2602026-03-25T20:21:49.866Z Downloaded dropshot-api-manager-types v0.5.2
2612026-03-25T20:21:49.866Z Downloaded anstyle v1.0.14
2622026-03-25T20:21:49.866Z Downloaded defmt-macros v1.0.1
2632026-03-25T20:21:49.869Z Downloaded foreign-types v0.3.2
2642026-03-25T20:21:49.869Z Downloaded defmt v1.0.1
2652026-03-25T20:21:49.873Z Downloaded async-recursion v1.1.1
2662026-03-25T20:21:49.873Z Downloaded dtrace-parser v0.2.0
2672026-03-25T20:21:49.878Z Downloaded diff v0.1.13
2682026-03-25T20:21:49.878Z Downloaded const-random-macro v0.1.16
2692026-03-25T20:21:49.878Z Downloaded async-stream-impl v0.3.6
2702026-03-25T20:21:49.884Z Downloaded elliptic-curve v0.13.8
2712026-03-25T20:21:49.885Z Downloaded fs_extra v1.3.0
2722026-03-25T20:21:49.889Z Downloaded digest v0.10.7
2732026-03-25T20:21:49.889Z Downloaded cobs v0.3.0
2742026-03-25T20:21:49.889Z Downloaded dropshot_endpoint v0.16.7
2752026-03-25T20:21:49.890Z Downloaded ciborium-ll v0.2.2
2762026-03-25T20:21:49.890Z Downloaded futures-macro v0.3.32
2772026-03-25T20:21:49.890Z Downloaded fixedbitset v0.4.2
2782026-03-25T20:21:49.893Z Downloaded futures-core v0.3.32
2792026-03-25T20:21:49.893Z Downloaded embedded-io v0.6.1
2802026-03-25T20:21:49.893Z Downloaded anstream v1.0.0
2812026-03-25T20:21:49.896Z Downloaded httpdate v1.0.3
2822026-03-25T20:21:49.899Z Downloaded crucible-workspace-hack v0.1.0
2832026-03-25T20:21:49.899Z Downloaded anstyle-query v1.1.5
2842026-03-25T20:21:49.899Z Downloaded futures-executor v0.3.32
2852026-03-25T20:21:49.902Z Downloaded futures-task v0.3.32
2862026-03-25T20:21:49.909Z Downloaded futures-io v0.3.32
2872026-03-25T20:21:49.909Z Downloaded hubpack v0.1.2
2882026-03-25T20:21:49.909Z Downloaded crc8 v0.1.1
2892026-03-25T20:21:49.909Z Downloaded form_urlencoded v1.2.2
2902026-03-25T20:21:49.909Z Downloaded crunchy v0.2.4
2912026-03-25T20:21:49.912Z Downloaded atomic-waker v1.1.2
2922026-03-25T20:21:49.912Z Downloaded hostname v0.3.1
2932026-03-25T20:21:49.912Z Downloaded foreign-types-macros v0.2.3
2942026-03-25T20:21:49.912Z Downloaded clap_lex v1.1.0
2952026-03-25T20:21:49.918Z Downloaded cfg-if v1.0.4
2962026-03-25T20:21:49.918Z Downloaded hostname v0.4.2
2972026-03-25T20:21:49.922Z Downloaded hash32 v0.3.1
2982026-03-25T20:21:49.922Z Downloaded generic-array v0.14.7
2992026-03-25T20:21:49.922Z Downloaded defmt v0.3.100
3002026-03-25T20:21:49.922Z Downloaded foreign-types-shared v0.1.1
3012026-03-25T20:21:49.922Z Downloaded crypto-common v0.1.7
3022026-03-25T20:21:49.922Z Downloaded darling_macro v0.21.3
3032026-03-25T20:21:49.923Z Downloaded block-buffer v0.10.4
3042026-03-25T20:21:49.923Z Downloaded foreign-types-shared v0.3.1
3052026-03-25T20:21:49.923Z Downloaded foreign-types v0.5.0
3062026-03-25T20:21:49.928Z Downloaded fnv v1.0.7
3072026-03-25T20:21:49.928Z Downloaded dof v0.4.0
3082026-03-25T20:21:49.928Z Downloaded atomicwrites v0.4.4
3092026-03-25T20:21:49.928Z Downloaded heck v0.4.1
3102026-03-25T20:21:49.928Z Downloaded gethostname v0.5.0
3112026-03-25T20:21:49.928Z Downloaded darling_macro v0.23.0
3122026-03-25T20:21:49.932Z Downloaded async-stream v0.3.6
3132026-03-25T20:21:49.932Z Downloaded hex v0.4.3
3142026-03-25T20:21:49.932Z Downloaded heck v0.5.0
3152026-03-25T20:21:49.932Z Downloaded hubpack_derive v0.1.1
3162026-03-25T20:21:49.932Z Downloaded deranged v0.5.8
3172026-03-25T20:21:49.937Z Downloaded colorchoice v1.0.5
3182026-03-25T20:21:49.937Z Downloaded fxhash v0.2.1
3192026-03-25T20:21:49.937Z Downloaded cpufeatures v0.2.17
3202026-03-25T20:21:49.937Z Downloaded cfg_aliases v0.2.1
3212026-03-25T20:21:49.937Z Downloaded futures-sink v0.3.32
3222026-03-25T20:21:49.947Z Downloaded either v1.15.0
3232026-03-25T20:21:49.947Z Downloaded bit-set v0.8.0
3242026-03-25T20:21:49.947Z Downloaded cstr-argument v0.1.2
3252026-03-25T20:21:49.947Z Downloaded idna_adapter v1.2.1
3262026-03-25T20:21:49.947Z Downloaded crossbeam-deque v0.8.6
3272026-03-25T20:21:49.952Z Downloaded fastrand v2.3.0
3282026-03-25T20:21:49.952Z Downloaded const_format_proc_macros v0.2.34
3292026-03-25T20:21:49.952Z Downloaded cmake v0.1.57
3302026-03-25T20:21:49.952Z Downloaded byte-wrapper v0.1.0
3312026-03-25T20:21:49.952Z Downloaded bit-vec v0.8.0
3322026-03-25T20:21:49.952Z Downloaded dof v0.3.0
3332026-03-25T20:21:49.956Z Downloaded ident_case v1.0.1
3342026-03-25T20:21:49.956Z Downloaded http-body v1.0.1
3352026-03-25T20:21:49.962Z Downloaded inout v0.1.4
3362026-03-25T20:21:49.962Z Downloaded is-terminal v0.4.17
3372026-03-25T20:21:49.962Z Downloaded argon2 v0.5.3
3382026-03-25T20:21:49.962Z Downloaded indent_write v2.2.0
3392026-03-25T20:21:49.968Z Downloaded cookie v0.18.1
3402026-03-25T20:21:49.968Z Downloaded is_terminal_polyfill v1.70.2
3412026-03-25T20:21:49.968Z Downloaded instant v0.1.13
3422026-03-25T20:21:49.969Z Downloaded float-ord v0.3.2
3432026-03-25T20:21:49.969Z Downloaded is_ci v1.2.0
3442026-03-25T20:21:49.973Z Downloaded cc v1.2.57
3452026-03-25T20:21:49.973Z Downloaded keccak v0.1.6
3462026-03-25T20:21:49.973Z Downloaded lazy_static v1.5.0
3472026-03-25T20:21:49.973Z Downloaded linked-hash-map v0.5.6
3482026-03-25T20:21:49.973Z Downloaded itoa v1.0.18
3492026-03-25T20:21:49.973Z Downloaded foldhash v0.2.0
3502026-03-25T20:21:49.976Z Downloaded internet-checksum v0.2.1
3512026-03-25T20:21:49.976Z Downloaded libscf-sys v1.1.0
3522026-03-25T20:21:49.976Z Downloaded cipher v0.4.4
3532026-03-25T20:21:49.984Z Downloaded highway v1.3.0
3542026-03-25T20:21:49.984Z Downloaded globset v0.4.18
3552026-03-25T20:21:49.984Z Downloaded http-body-util v0.1.3
3562026-03-25T20:21:49.984Z Downloaded curve25519-dalek-derive v0.1.1
3572026-03-25T20:21:49.984Z Downloaded camino-tempfile v1.4.1
3582026-03-25T20:21:49.984Z Downloaded group v0.13.0
3592026-03-25T20:21:49.984Z Downloaded ff v0.13.1
3602026-03-25T20:21:49.987Z Downloaded foldhash v0.1.5
3612026-03-25T20:21:49.993Z Downloaded byteorder v1.5.0
3622026-03-25T20:21:49.999Z Downloaded lru-cache v0.1.2
3632026-03-25T20:21:49.999Z Downloaded chacha20 v0.9.1
3642026-03-25T20:21:49.999Z Downloaded bytecount v0.6.9
3652026-03-25T20:21:49.999Z Downloaded anstyle-parse v1.0.0
3662026-03-25T20:21:49.999Z Downloaded lru-slab v0.1.2
3672026-03-25T20:21:50.005Z Downloaded macaddr v1.0.1
3682026-03-25T20:21:50.005Z Downloaded match_cfg v0.1.0
3692026-03-25T20:21:50.005Z Downloaded csv-core v0.1.13
3702026-03-25T20:21:50.005Z Downloaded mime v0.3.17
3712026-03-25T20:21:50.005Z Downloaded memoffset v0.9.1
3722026-03-25T20:21:50.005Z Downloaded bitflags v1.3.2
3732026-03-25T20:21:50.005Z Downloaded cpufeatures v0.3.0
3742026-03-25T20:21:50.005Z Downloaded num-conv v0.2.0
3752026-03-25T20:21:50.005Z Downloaded num v0.4.3
3762026-03-25T20:21:50.009Z Downloaded crossbeam-epoch v0.9.18
3772026-03-25T20:21:50.009Z Downloaded console v0.15.11
3782026-03-25T20:21:50.012Z Downloaded ciborium v0.2.2
3792026-03-25T20:21:50.012Z Downloaded no-std-compat v0.4.1
3802026-03-25T20:21:50.012Z Downloaded newline-converter v0.3.0
3812026-03-25T20:21:50.018Z Downloaded clap_derive v4.6.0
3822026-03-25T20:21:50.018Z Downloaded glob v0.3.3
3832026-03-25T20:21:50.018Z Downloaded daft v0.1.5
3842026-03-25T20:21:50.018Z Downloaded natord v1.0.9
3852026-03-25T20:21:50.018Z Downloaded memmap v0.7.0
3862026-03-25T20:21:50.021Z Downloaded fs-err v3.3.0
3872026-03-25T20:21:50.021Z Downloaded newtype_derive v0.1.6
3882026-03-25T20:21:50.027Z Downloaded icu_locale_core v2.1.1
3892026-03-25T20:21:50.031Z Downloaded newtype-uuid-macros v0.1.0
3902026-03-25T20:21:50.032Z Downloaded ingot v0.1.1
3912026-03-25T20:21:50.032Z Downloaded crc32fast v1.5.0
3922026-03-25T20:21:50.032Z Downloaded num-iter v0.1.45
3932026-03-25T20:21:50.032Z Downloaded num-derive v0.4.2
3942026-03-25T20:21:50.038Z Downloaded num-derive v0.3.3
3952026-03-25T20:21:50.038Z Downloaded opaque-debug v0.3.1
3962026-03-25T20:21:50.039Z Downloaded num_threads v0.1.7
3972026-03-25T20:21:50.039Z Downloaded displaydoc v0.2.5
3982026-03-25T20:21:50.039Z Downloaded libsw v3.5.0
3992026-03-25T20:21:50.043Z Downloaded jobserver v0.1.34
4002026-03-25T20:21:50.043Z Downloaded ipnetwork v0.21.1
4012026-03-25T20:21:50.043Z Downloaded git-stub-vcs v0.1.0
4022026-03-25T20:21:50.043Z Downloaded ipnet v2.12.0
4032026-03-25T20:21:50.043Z Downloaded httparse v1.10.1
4042026-03-25T20:21:50.046Z Downloaded git-stub v1.0.0
4052026-03-25T20:21:50.046Z Downloaded hyper-rustls v0.27.7
4062026-03-25T20:21:50.047Z Downloaded futures-channel v0.3.32
4072026-03-25T20:21:50.047Z Downloaded openssl-probe v0.2.1
4082026-03-25T20:21:50.053Z Downloaded openssl-macros v0.1.1
4092026-03-25T20:21:50.053Z Downloaded omicron-workspace-hack v0.1.0
4102026-03-25T20:21:50.053Z Downloaded olpc-cjson v0.1.4
4112026-03-25T20:21:50.053Z Downloaded num_enum_derive v0.5.11
4122026-03-25T20:21:50.053Z Downloaded futures v0.3.32
4132026-03-25T20:21:50.053Z Downloaded find-msvc-tools v0.1.9
4142026-03-25T20:21:50.056Z Downloaded ingot-types v0.1.2
4152026-03-25T20:21:50.056Z Downloaded parse-display v0.10.0
4162026-03-25T20:21:50.056Z Downloaded lock_api v0.4.14
4172026-03-25T20:21:50.062Z Downloaded linear-map v1.2.0
4182026-03-25T20:21:50.062Z Downloaded anyhow v1.0.102
4192026-03-25T20:21:50.070Z Downloaded iana-time-zone v0.1.65
4202026-03-25T20:21:50.071Z Downloaded crossbeam-utils v0.8.21
4212026-03-25T20:21:50.071Z Downloaded percent-encoding v2.3.2
4222026-03-25T20:21:50.071Z Downloaded critical-section v1.2.0
4232026-03-25T20:21:50.076Z Downloaded colored v3.1.1
4242026-03-25T20:21:50.076Z Downloaded cargo_toml v0.22.3
4252026-03-25T20:21:50.076Z Downloaded darling v0.21.3
4262026-03-25T20:21:50.076Z Downloaded pin-utils v0.1.0
4272026-03-25T20:21:50.076Z Downloaded pretty-hex v0.4.2
4282026-03-25T20:21:50.076Z Downloaded cancel-safe-futures v0.1.5
4292026-03-25T20:21:50.080Z Downloaded getrandom v0.2.17
4302026-03-25T20:21:50.080Z Downloaded phf_shared v0.12.1
4312026-03-25T20:21:50.080Z Downloaded daft-derive v0.1.5
4322026-03-25T20:21:50.083Z Downloaded chacha20 v0.10.0
4332026-03-25T20:21:50.084Z Downloaded blake2 v0.10.6
4342026-03-25T20:21:50.091Z Downloaded humantime v2.3.0
4352026-03-25T20:21:50.091Z Downloaded hmac v0.12.1
4362026-03-25T20:21:50.091Z Downloaded fixedbitset v0.5.7
4372026-03-25T20:21:50.091Z Downloaded ingot-macros v0.1.1
4382026-03-25T20:21:50.091Z Downloaded ahash v0.8.12
4392026-03-25T20:21:50.094Z Downloaded num-rational v0.4.2
4402026-03-25T20:21:50.097Z Downloaded multer v3.1.0
4412026-03-25T20:21:50.097Z Downloaded powerfmt v0.2.0
4422026-03-25T20:21:50.115Z Downloaded potential_utf v0.1.4
4432026-03-25T20:21:50.115Z Downloaded proc-macro-error-attr v1.0.4
4442026-03-25T20:21:50.115Z Downloaded plain v0.2.3
4452026-03-25T20:21:50.116Z Downloaded num_enum v0.5.11
4462026-03-25T20:21:50.176Z Downloaded proc-macro-error-attr2 v2.0.0
4472026-03-25T20:21:50.176Z Downloaded expectorate v1.2.0
4482026-03-25T20:21:50.176Z Downloaded proc-macro-crate v1.3.1
4492026-03-25T20:21:50.176Z Downloaded getrandom v0.3.4
4502026-03-25T20:21:50.176Z Downloaded proc-macro-crate v3.5.0
4512026-03-25T20:21:50.176Z Downloaded num-complex v0.4.6
4522026-03-25T20:21:50.176Z Downloaded progenitor-client v0.10.0
4532026-03-25T20:21:50.176Z Downloaded progenitor-client v0.11.2
4542026-03-25T20:21:50.176Z Downloaded num_enum v0.7.6
4552026-03-25T20:21:50.176Z Downloaded quick-error v1.2.3
4562026-03-25T20:21:50.176Z Downloaded owo-colors v4.3.0
4572026-03-25T20:21:50.176Z Downloaded num_enum_derive v0.7.6
4582026-03-25T20:21:50.176Z Downloaded num-integer v0.1.46
4592026-03-25T20:21:50.176Z Downloaded litemap v0.8.1
4602026-03-25T20:21:50.176Z Downloaded progenitor-macro v0.11.2
4612026-03-25T20:21:50.176Z Downloaded pem v3.0.6
4622026-03-25T20:21:50.176Z Downloaded paste v1.0.15
4632026-03-25T20:21:50.176Z Downloaded password-hash v0.5.0
4642026-03-25T20:21:50.176Z Downloaded parse-display-derive v0.10.0
4652026-03-25T20:21:50.176Z Downloaded oxnet v0.1.4
4662026-03-25T20:21:50.176Z Downloaded progenitor-macro v0.10.0
4672026-03-25T20:21:50.177Z Downloaded parking_lot_core v0.8.6
4682026-03-25T20:21:50.177Z Downloaded rand_chacha v0.3.1
4692026-03-25T20:21:50.177Z Downloaded clap v4.6.0
4702026-03-25T20:21:50.177Z Downloaded rand_xorshift v0.4.0
4712026-03-25T20:21:50.177Z Downloaded rustc_version v0.1.7
4722026-03-25T20:21:50.177Z Downloaded pin-project-lite v0.2.17
4732026-03-25T20:21:50.177Z Downloaded poly1305 v0.8.0
4742026-03-25T20:21:50.177Z Downloaded memmap2 v0.9.10
4752026-03-25T20:21:50.177Z Downloaded getrandom v0.4.2
4762026-03-25T20:21:50.177Z Downloaded darling v0.23.0
4772026-03-25T20:21:50.177Z Downloaded chacha20poly1305 v0.10.1
4782026-03-25T20:21:50.177Z Downloaded pkg-config v0.3.32
4792026-03-25T20:21:50.177Z Downloaded icu_properties v2.1.2
4802026-03-25T20:21:50.177Z Downloaded camino v1.2.2
4812026-03-25T20:21:50.177Z Downloaded icu_provider v2.1.1
4822026-03-25T20:21:50.177Z Downloaded ref-cast-impl v1.0.25
4832026-03-25T20:21:50.177Z Downloaded pin-project-internal v1.1.11
4842026-03-25T20:21:50.177Z Downloaded rustc-hash v2.1.1
4852026-03-25T20:21:50.186Z Downloaded once_cell v1.21.4
4862026-03-25T20:21:50.186Z Downloaded rustc_version v0.4.1
4872026-03-25T20:21:50.186Z Downloaded darling_core v0.23.0
4882026-03-25T20:21:50.186Z Downloaded ppv-lite86 v0.2.21
4892026-03-25T20:21:50.186Z Downloaded arc-swap v1.9.0
4902026-03-25T20:21:50.215Z Downloaded progenitor-client v0.13.0
4912026-03-25T20:21:50.215Z Downloaded progenitor v0.13.0
4922026-03-25T20:21:50.215Z Downloaded proc-macro-error v1.0.4
4932026-03-25T20:21:50.215Z Downloaded allocator-api2 v0.2.21
4942026-03-25T20:21:50.215Z Downloaded same-file v1.0.6
4952026-03-25T20:21:50.215Z Downloaded scroll_derive v0.12.1
4962026-03-25T20:21:50.215Z Downloaded scopeguard v1.2.0
4972026-03-25T20:21:50.220Z Downloaded indexmap v1.9.3
4982026-03-25T20:21:50.220Z Downloaded progenitor-extras v0.1.1
4992026-03-25T20:21:50.220Z Downloaded progenitor v0.11.2
5002026-03-25T20:21:50.220Z Downloaded libsw-core v0.3.2
5012026-03-25T20:21:50.220Z Downloaded managed v0.8.0
5022026-03-25T20:21:50.221Z Downloaded log v0.4.29
5032026-03-25T20:21:50.221Z Downloaded pest_generator v2.8.6
5042026-03-25T20:21:50.221Z Downloaded phf v0.12.1
5052026-03-25T20:21:50.221Z Downloaded ref-cast v1.0.25
5062026-03-25T20:21:50.221Z Downloaded secrecy v0.10.3
5072026-03-25T20:21:50.221Z Downloaded parking_lot v0.12.5
5082026-03-25T20:21:50.221Z Downloaded oxide-tokio-rt v0.1.3
5092026-03-25T20:21:50.221Z Downloaded rand_chacha v0.9.0
5102026-03-25T20:21:50.221Z Downloaded rand_core v0.10.0
5112026-03-25T20:21:50.221Z Downloaded serde-big-array v0.5.1
5122026-03-25T20:21:50.221Z Downloaded semver v0.1.20
5132026-03-25T20:21:50.221Z Downloaded progenitor-macro v0.13.0
5142026-03-25T20:21:50.221Z Downloaded parking_lot_core v0.9.12
5152026-03-25T20:21:50.221Z Downloaded bytes v1.11.1
5162026-03-25T20:21:50.221Z Downloaded serde_spanned v0.6.9
5172026-03-25T20:21:50.221Z Downloaded bitflags v2.11.0
5182026-03-25T20:21:50.239Z Downloaded icu_normalizer_data v2.1.1
5192026-03-25T20:21:50.240Z Downloaded icu_normalizer v2.1.1
5202026-03-25T20:21:50.240Z Downloaded serde_repr v0.1.20
5212026-03-25T20:21:50.240Z Downloaded rand_core v0.9.5
5222026-03-25T20:21:50.245Z Downloaded serde_spanned v1.1.0
5232026-03-25T20:21:50.245Z Downloaded heapless v0.8.0
5242026-03-25T20:21:50.245Z Downloaded rand_core v0.6.4
5252026-03-25T20:21:50.245Z Downloaded indicatif v0.18.4
5262026-03-25T20:21:50.245Z Downloaded sha1 v0.10.6
5272026-03-25T20:21:50.245Z Downloaded serde_plain v1.0.2
5282026-03-25T20:21:50.245Z Downloaded pest_derive v2.8.6
5292026-03-25T20:21:50.245Z Downloaded const_format v0.2.35
5302026-03-25T20:21:50.245Z Downloaded sigpipe v0.1.3
5312026-03-25T20:21:50.245Z Downloaded half v2.7.1
5322026-03-25T20:21:50.245Z Downloaded resolv-conf v0.7.6
5332026-03-25T20:21:50.245Z Downloaded newtype-uuid v1.3.2
5342026-03-25T20:21:50.256Z Downloaded hickory-resolver v0.24.4
5352026-03-25T20:21:50.257Z Downloaded serial_test_derive v3.4.0
5362026-03-25T20:21:50.257Z Downloaded serial_test v3.4.0
5372026-03-25T20:21:50.257Z Downloaded serde_urlencoded v0.7.1
5382026-03-25T20:21:50.261Z Downloaded rusty-fork v0.3.1
5392026-03-25T20:21:50.261Z Downloaded rustversion v1.0.22
5402026-03-25T20:21:50.261Z Downloaded rustls-pemfile v2.2.0
5412026-03-25T20:21:50.261Z Downloaded schemars_derive v0.8.22
5422026-03-25T20:21:50.277Z Downloaded slog-bunyan v2.5.0
5432026-03-25T20:21:50.277Z Downloaded progenitor v0.10.0
5442026-03-25T20:21:50.294Z Downloaded quinn-udp v0.5.14
5452026-03-25T20:21:50.294Z Downloaded scroll v0.12.0
5462026-03-25T20:21:50.294Z Downloaded papergrid v0.11.0
5472026-03-25T20:21:50.294Z Downloaded smawk v0.3.2
5482026-03-25T20:21:50.294Z Downloaded papergrid v0.17.0
5492026-03-25T20:21:50.294Z Downloaded parking_lot v0.11.2
5502026-03-25T20:21:50.294Z Downloaded darling_core v0.21.3
5512026-03-25T20:21:50.298Z Downloaded scroll_derive v0.13.1
5522026-03-25T20:21:50.298Z Downloaded base64 v0.21.7
5532026-03-25T20:21:50.298Z Downloaded quote v1.0.45
5542026-03-25T20:21:50.298Z Downloaded crypto-bigint v0.5.5
5552026-03-25T20:21:50.298Z Downloaded structmeta v0.3.0
5562026-03-25T20:21:50.298Z Downloaded strsim v0.11.1
5572026-03-25T20:21:50.298Z Downloaded supports-color v3.0.2
5582026-03-25T20:21:50.299Z Downloaded serde_path_to_error v0.1.20
5592026-03-25T20:21:50.299Z Downloaded serde_derive_internals v0.29.1
5602026-03-25T20:21:50.299Z Downloaded pin-project v1.1.11
5612026-03-25T20:21:50.306Z Downloaded strum v0.26.3
5622026-03-25T20:21:50.331Z Downloaded semver v1.0.27
5632026-03-25T20:21:50.331Z Downloaded base64 v0.22.1
5642026-03-25T20:21:50.331Z Downloaded tabled_derive v0.7.0
5652026-03-25T20:21:50.331Z Downloaded subtle v2.6.1
5662026-03-25T20:21:50.331Z Downloaded siphasher v1.0.2
5672026-03-25T20:21:50.331Z Downloaded rustls-pki-types v1.14.0
5682026-03-25T20:21:50.332Z Downloaded num-traits v0.2.19
5692026-03-25T20:21:50.332Z Downloaded signal-hook-registry v1.4.8
5702026-03-25T20:21:50.332Z Downloaded sha2 v0.10.9
5712026-03-25T20:21:50.332Z Downloaded serde_tokenstream v0.2.3
5722026-03-25T20:21:50.332Z Downloaded proc-macro-error2 v2.0.1
5732026-03-25T20:21:50.335Z Downloaded rustls-native-certs v0.8.3
5742026-03-25T20:21:50.335Z Downloaded strum v0.27.2
5752026-03-25T20:21:50.335Z Downloaded sync_wrapper v1.0.2
5762026-03-25T20:21:50.335Z Downloaded postcard v1.1.3
5772026-03-25T20:21:50.335Z Downloaded http v1.4.0
5782026-03-25T20:21:50.335Z Downloaded tabled_derive v0.11.0
5792026-03-25T20:21:50.335Z Downloaded testing_table v0.3.0
5802026-03-25T20:21:50.336Z Downloaded swrite v0.1.0
5812026-03-25T20:21:50.336Z Downloaded take_mut v0.2.2
5822026-03-25T20:21:50.336Z Downloaded shlex v1.3.0
5832026-03-25T20:21:50.336Z Downloaded tagptr v0.2.0
5842026-03-25T20:21:50.336Z Downloaded tabwriter v1.4.1
5852026-03-25T20:21:50.336Z Downloaded thread-id v4.2.2
5862026-03-25T20:21:50.336Z Downloaded thread-id v5.1.0
5872026-03-25T20:21:50.340Z Downloaded proc-macro2 v1.0.106
5882026-03-25T20:21:50.340Z Downloaded termtree v0.5.1
5892026-03-25T20:21:50.340Z Downloaded terminal_size v0.4.4
5902026-03-25T20:21:50.340Z Downloaded openssl-sys v0.9.112
5912026-03-25T20:21:50.354Z Downloaded slog-term v2.9.2
5922026-03-25T20:21:50.355Z Downloaded slog-json v2.6.1
5932026-03-25T20:21:50.355Z Downloaded slog-envlogger v2.2.0
5942026-03-25T20:21:50.355Z Downloaded slog-dtrace v0.3.0
5952026-03-25T20:21:50.359Z Downloaded thiserror-impl-no-std v2.0.2
5962026-03-25T20:21:50.359Z Downloaded smartstring v1.0.1
5972026-03-25T20:21:50.359Z Downloaded time-core v0.1.8
5982026-03-25T20:21:50.359Z Downloaded slog-scope v4.4.1
5992026-03-25T20:21:50.359Z Downloaded pest_meta v2.8.6
6002026-03-25T20:21:50.359Z Downloaded slab v0.4.12
6012026-03-25T20:21:50.359Z Downloaded scroll v0.13.0
6022026-03-25T20:21:50.359Z Downloaded slog-async v2.8.0
6032026-03-25T20:21:50.359Z Downloaded icu_collections v2.1.1
6042026-03-25T20:21:50.364Z Downloaded sdd v3.0.10
6052026-03-25T20:21:50.365Z Downloaded crossbeam-channel v0.5.15
6062026-03-25T20:21:50.365Z Downloaded structmeta-derive v0.3.0
6072026-03-25T20:21:50.365Z Downloaded stable_deref_trait v1.2.1
6082026-03-25T20:21:50.365Z Downloaded chrono v0.4.44
6092026-03-25T20:21:50.370Z Downloaded hickory-resolver v0.25.2
6102026-03-25T20:21:50.376Z Downloaded minimal-lexical v0.2.1
6112026-03-25T20:21:50.376Z Downloaded serde_with_macros v3.18.0
6122026-03-25T20:21:50.376Z Downloaded static_assertions v1.1.0
6132026-03-25T20:21:50.376Z Downloaded smf v0.2.3
6142026-03-25T20:21:50.384Z Downloaded strum_macros v0.27.2
6152026-03-25T20:21:50.390Z Downloaded rhai_codegen v3.1.0
6162026-03-25T20:21:50.403Z Downloaded toml_datetime v0.6.11
6172026-03-25T20:21:50.403Z Downloaded synstructure v0.13.2
6182026-03-25T20:21:50.403Z Downloaded hashbrown v0.12.3
6192026-03-25T20:21:50.403Z Downloaded ryu v1.0.23
6202026-03-25T20:21:50.403Z Downloaded pretty_assertions v1.4.1
6212026-03-25T20:21:50.403Z Downloaded rustls-platform-verifier v0.6.2
6222026-03-25T20:21:50.403Z Downloaded progenitor-impl v0.13.0
6232026-03-25T20:21:50.403Z Downloaded thiserror-impl v1.0.69
6242026-03-25T20:21:50.403Z Downloaded thiserror v2.0.18
6252026-03-25T20:21:50.410Z Downloaded toml_write v0.1.2
6262026-03-25T20:21:50.410Z Downloaded progenitor-impl v0.11.2
6272026-03-25T20:21:50.410Z Downloaded strum_macros v0.26.4
6282026-03-25T20:21:50.416Z Downloaded jiff-static v0.2.23
6292026-03-25T20:21:50.416Z Downloaded prettyplease v0.2.37
6302026-03-25T20:21:50.416Z Downloaded tower-service v0.3.3
6312026-03-25T20:21:50.416Z Downloaded spin v0.5.2
6322026-03-25T20:21:50.423Z Downloaded smallvec v1.15.1
6332026-03-25T20:21:50.423Z Downloaded thiserror-no-std v2.0.2
6342026-03-25T20:21:50.423Z Downloaded spin v0.9.8
6352026-03-25T20:21:50.423Z Downloaded try-lock v0.2.5
6362026-03-25T20:21:50.423Z Downloaded progenitor-impl v0.10.0
6372026-03-25T20:21:50.423Z Downloaded slog-stdlog v4.1.1
6382026-03-25T20:21:50.427Z Downloaded typeid v1.0.3
6392026-03-25T20:21:50.427Z Downloaded rayon-core v1.13.0
6402026-03-25T20:21:50.427Z Downloaded tower-layer v0.3.3
6412026-03-25T20:21:50.427Z Downloaded serde_derive v1.0.228
6422026-03-25T20:21:50.431Z Downloaded tokio-macros v2.6.1
6432026-03-25T20:21:50.431Z Downloaded time-macros v0.2.27
6442026-03-25T20:21:50.432Z Downloaded snafu-derive v0.8.9
6452026-03-25T20:21:50.432Z Downloaded thread_local v1.1.9
6462026-03-25T20:21:50.437Z Downloaded serde_core v1.0.228
6472026-03-25T20:21:50.437Z Downloaded typify-macro v0.6.1
6482026-03-25T20:21:50.437Z Downloaded tiny-keccak v2.0.2
6492026-03-25T20:21:50.437Z Downloaded tinystr v0.8.2
6502026-03-25T20:21:50.441Z Downloaded unicode-linebreak v0.1.5
6512026-03-25T20:21:50.441Z Downloaded typify-macro v0.4.3
6522026-03-25T20:21:50.441Z Downloaded untrusted v0.9.0
6532026-03-25T20:21:50.441Z Downloaded universal-hash v0.5.1
6542026-03-25T20:21:50.450Z Downloaded unit-prefix v0.5.2
6552026-03-25T20:21:50.450Z Downloaded unicode-xid v0.2.6
6562026-03-25T20:21:50.450Z Downloaded untrusted v0.7.1
6572026-03-25T20:21:50.450Z Downloaded usdt v0.5.0
6582026-03-25T20:21:50.450Z Downloaded tokio-dtrace v0.1.1
6592026-03-25T20:21:50.454Z Downloaded mio v1.1.1
6602026-03-25T20:21:50.454Z Downloaded tinyvec_macros v0.1.1
6612026-03-25T20:21:50.457Z Downloaded tokio-rustls v0.25.0
6622026-03-25T20:21:50.462Z Downloaded usdt-attr-macro v0.5.0
6632026-03-25T20:21:50.462Z Downloaded usdt v0.6.0
6642026-03-25T20:21:50.462Z Downloaded toml_datetime v0.7.5+spec-1.1.0
6652026-03-25T20:21:50.462Z Downloaded utf-8 v0.7.6
6662026-03-25T20:21:50.462Z Downloaded utf8parse v0.2.2
6672026-03-25T20:21:50.462Z Downloaded usdt-macro v0.6.0
6682026-03-25T20:21:50.474Z Downloaded usdt-attr-macro v0.6.0
6692026-03-25T20:21:50.474Z Downloaded utf8_iter v1.0.4
6702026-03-25T20:21:50.474Z Downloaded similar v2.7.0
6712026-03-25T20:21:50.478Z Downloaded usdt-macro v0.5.0
6722026-03-25T20:21:50.478Z Downloaded tempfile v3.27.0
6732026-03-25T20:21:50.478Z Downloaded thiserror v1.0.69
6742026-03-25T20:21:50.483Z Downloaded want v0.3.1
6752026-03-25T20:21:50.483Z Downloaded thin-vec v0.2.14
6762026-03-25T20:21:50.483Z Downloaded qorb v0.4.1
6772026-03-25T20:21:50.484Z Downloaded wait-timeout v0.2.1
6782026-03-25T20:21:50.487Z Downloaded waitgroup v0.1.2
6792026-03-25T20:21:50.487Z Downloaded toml_writer v1.1.0+spec-1.1.0
6802026-03-25T20:21:50.488Z Downloaded socket2 v0.6.3
6812026-03-25T20:21:50.488Z Downloaded term v1.2.1
6822026-03-25T20:21:50.494Z Downloaded slog v2.8.2
6832026-03-25T20:21:50.494Z Downloaded thiserror-impl v2.0.18
6842026-03-25T20:21:50.494Z Downloaded schemars v0.9.0
6852026-03-25T20:21:50.501Z Downloaded quinn v0.11.9
6862026-03-25T20:21:50.504Z Downloaded schemars v0.8.22
6872026-03-25T20:21:50.509Z Downloaded unarray v0.1.4
6882026-03-25T20:21:50.509Z Downloaded serde_yaml v0.9.34+deprecated
6892026-03-25T20:21:50.509Z Downloaded indexmap v2.13.0
6902026-03-25T20:21:50.519Z Downloaded zerofrom-derive v0.1.6
6912026-03-25T20:21:50.519Z Downloaded zerofrom v0.1.6
6922026-03-25T20:21:50.519Z Downloaded yoke-derive v0.8.1
6932026-03-25T20:21:50.527Z Downloaded zeroize_derive v1.4.3
6942026-03-25T20:21:50.527Z Downloaded memchr v2.8.0
6952026-03-25T20:21:50.527Z Downloaded tokio-stream v0.1.18
6962026-03-25T20:21:50.527Z Downloaded zone_cfg_derive v0.3.1
6972026-03-25T20:21:50.533Z Downloaded toml v0.8.23
6982026-03-25T20:21:50.533Z Downloaded zone v0.3.1
6992026-03-25T20:21:50.533Z Downloaded toml_datetime v1.1.0+spec-1.1.0
7002026-03-25T20:21:50.533Z Downloaded aws-lc-rs v1.16.2
7012026-03-25T20:21:50.538Z Downloaded rustls-webpki v0.103.10
7022026-03-25T20:21:50.538Z Downloaded toml_parser v1.1.0+spec-1.1.0
7032026-03-25T20:21:50.538Z Downloaded tokio-tungstenite v0.21.0
7042026-03-25T20:21:50.538Z Downloaded textwrap v0.16.2
7052026-03-25T20:21:50.543Z Downloaded test-strategy v0.4.5
7062026-03-25T20:21:50.543Z Downloaded walkdir v2.5.0
7072026-03-25T20:21:50.543Z Downloaded snafu v0.8.9
7082026-03-25T20:21:50.546Z Downloaded usdt-impl v0.6.0
7092026-03-25T20:21:50.551Z Downloaded nom v7.1.3
7102026-03-25T20:21:50.552Z Downloaded tracing-attributes v0.1.31
7112026-03-25T20:21:50.552Z Downloaded xz2 v0.1.7
7122026-03-25T20:21:50.556Z Downloaded version_check v0.9.5
7132026-03-25T20:21:50.557Z Downloaded hyper v1.8.1
7142026-03-25T20:21:50.568Z Downloaded usdt-impl v0.5.0
7152026-03-25T20:21:50.568Z Downloaded rand v0.10.0
7162026-03-25T20:21:50.568Z Downloaded whoami v1.6.1
7172026-03-25T20:21:50.568Z Downloaded vsss-rs v3.3.4
7182026-03-25T20:21:50.585Z Downloaded tinyvec v1.11.0
7192026-03-25T20:21:50.585Z Downloaded tokio-rustls v0.26.4
7202026-03-25T20:21:50.585Z Downloaded zeroize v1.8.2
7212026-03-25T20:21:50.585Z Downloaded rand v0.9.2
7222026-03-25T20:21:50.586Z Downloaded rand v0.8.5
7232026-03-25T20:21:50.586Z Downloaded iddqd v0.3.17
7242026-03-25T20:21:50.595Z Downloaded zmij v1.0.21
7252026-03-25T20:21:50.595Z Downloaded serde v1.0.228
7262026-03-25T20:21:50.595Z Downloaded idna v1.1.0
7272026-03-25T20:21:50.595Z Downloaded ucd-trie v0.1.7
7282026-03-25T20:21:50.595Z Downloaded yoke v0.8.1
7292026-03-25T20:21:50.595Z Downloaded tracing-core v0.1.36
7302026-03-25T20:21:50.600Z Downloaded tungstenite v0.21.0
7312026-03-25T20:21:50.600Z Downloaded hashbrown v0.15.5
7322026-03-25T20:21:50.600Z Downloaded hyper-util v0.1.20
7332026-03-25T20:21:50.604Z Downloaded itertools v0.12.1
7342026-03-25T20:21:50.604Z Downloaded writeable v0.6.2
7352026-03-25T20:21:50.610Z Downloaded toml v0.9.12+spec-1.1.0
7362026-03-25T20:21:50.610Z Downloaded zerovec-derive v0.11.2
7372026-03-25T20:21:50.611Z Downloaded unsafe-libyaml v0.2.11
7382026-03-25T20:21:50.611Z Downloaded clap_builder v4.6.0
7392026-03-25T20:21:50.616Z Downloaded unicode-ident v1.0.24
7402026-03-25T20:21:50.616Z Downloaded hashbrown v0.16.1
7412026-03-25T20:21:50.623Z Downloaded toml_edit v0.22.27
7422026-03-25T20:21:50.623Z Downloaded toml_edit v0.25.8+spec-1.1.0
7432026-03-25T20:21:50.632Z Downloaded schemars v1.2.1
7442026-03-25T20:21:50.636Z Downloaded pest v2.8.6
7452026-03-25T20:21:50.636Z Downloaded steno v0.4.1
7462026-03-25T20:21:50.640Z Downloaded icu_properties_data v2.1.2
7472026-03-25T20:21:50.643Z Downloaded nom v8.0.0
7482026-03-25T20:21:50.647Z Downloaded zerocopy-derive v0.7.35
7492026-03-25T20:21:50.647Z Downloaded itertools v0.14.0
7502026-03-25T20:21:50.680Z Downloaded uuid v1.22.0
7512026-03-25T20:21:50.686Z Downloaded ron v0.12.0
7522026-03-25T20:21:50.715Z Downloaded libm v0.2.16
7532026-03-25T20:21:50.723Z Downloaded typify v0.6.1
7542026-03-25T20:21:50.724Z Downloaded typify v0.4.3
7552026-03-25T20:21:50.724Z Downloaded regex v1.12.3
7562026-03-25T20:21:50.724Z Downloaded typenum v1.19.0
7572026-03-25T20:21:50.724Z Downloaded aho-corasick v1.1.4
7582026-03-25T20:21:50.724Z Downloaded zerotrie v0.2.3
7592026-03-25T20:21:50.724Z Downloaded iri-string v0.7.11
7602026-03-25T20:21:50.724Z Downloaded hkdf v0.12.4
7612026-03-25T20:21:50.724Z Downloaded tower v0.5.3
7622026-03-25T20:21:50.724Z Downloaded serde_json v1.0.149
7632026-03-25T20:21:50.734Z Downloaded goblin v0.8.2
7642026-03-25T20:21:50.764Z Downloaded futures-util v0.3.32
7652026-03-25T20:21:50.780Z Downloaded tower-http v0.6.8
7662026-03-25T20:21:50.780Z Downloaded toml_edit v0.19.15
7672026-03-25T20:21:50.785Z Downloaded scc v2.4.0
7682026-03-25T20:21:50.785Z Downloaded yansi v1.0.1
7692026-03-25T20:21:50.796Z Downloaded serde_with v3.18.0
7702026-03-25T20:21:50.799Z Downloaded url v2.5.8
7712026-03-25T20:21:50.799Z Downloaded h2 v0.4.13
7722026-03-25T20:21:50.804Z Downloaded reqwest v0.13.2
7732026-03-25T20:21:50.804Z Downloaded reqwest v0.12.28
7742026-03-25T20:21:50.806Z Downloaded moka v0.12.15
7752026-03-25T20:21:50.810Z Downloaded zerocopy v0.7.35
7762026-03-25T20:21:50.820Z Downloaded winnow v0.5.40
7772026-03-25T20:21:50.824Z Downloaded proptest v1.11.0
7782026-03-25T20:21:50.828Z Downloaded typed-path v0.9.3
7792026-03-25T20:21:50.831Z Downloaded zerocopy-derive v0.8.47
7802026-03-25T20:21:50.839Z Downloaded unicode-segmentation v1.13.1
7812026-03-25T20:21:50.844Z Downloaded curve25519-dalek v4.1.3
7822026-03-25T20:21:50.847Z Downloaded portable-atomic v1.13.1
7832026-03-25T20:21:50.851Z Downloaded time v0.3.47
7842026-03-25T20:21:50.859Z Downloaded tabled v0.20.0
7852026-03-25T20:21:50.870Z Downloaded unicode-normalization v0.1.25
7862026-03-25T20:21:50.874Z Downloaded vcpkg v0.2.15
7872026-03-25T20:21:50.892Z Downloaded tokio-util v0.7.18
7882026-03-25T20:21:50.898Z Downloaded bstr v1.12.1
7892026-03-25T20:21:50.901Z Downloaded tough v0.20.0
7902026-03-25T20:21:50.904Z Downloaded rayon v1.11.0
7912026-03-25T20:21:50.909Z Downloaded rustls v0.22.4
7922026-03-25T20:21:50.916Z Downloaded zerovec v0.11.5
7932026-03-25T20:21:50.921Z Downloaded rustls-webpki v0.102.8
7942026-03-25T20:21:50.934Z Downloaded zerocopy v0.8.47
7952026-03-25T20:21:50.940Z Downloaded rustls v0.23.37
7962026-03-25T20:21:50.945Z Downloaded rhai v1.24.0
7972026-03-25T20:21:50.952Z Downloaded goblin v0.10.5
7982026-03-25T20:21:50.956Z Downloaded syn v2.0.117
7992026-03-25T20:21:50.976Z Downloaded quinn-proto v0.11.14
8002026-03-25T20:21:50.991Z Downloaded tabled v0.15.0
8012026-03-25T20:21:50.999Z Downloaded winnow v0.7.15
8022026-03-25T20:21:51.016Z Downloaded typify-impl v0.4.3
8032026-03-25T20:21:51.025Z Downloaded winnow v1.0.0
8042026-03-25T20:21:51.030Z Downloaded syn v1.0.109
8052026-03-25T20:21:51.034Z Downloaded openssl v0.10.76
8062026-03-25T20:21:51.068Z Downloaded petgraph v0.6.5
8072026-03-25T20:21:51.082Z Downloaded chrono-tz v0.10.4
8082026-03-25T20:21:51.091Z Downloaded nix v0.31.2
8092026-03-25T20:21:51.097Z Downloaded lzma-sys v0.1.20
8102026-03-25T20:21:51.116Z Downloaded webpki-roots v1.0.6
8112026-03-25T20:21:51.116Z Downloaded hickory-proto v0.24.4
8122026-03-25T20:21:51.123Z Downloaded unicode-width v0.1.14
8132026-03-25T20:21:51.126Z Downloaded dropshot v0.16.7
8142026-03-25T20:21:51.137Z Downloaded unicode-width v0.2.2
8152026-03-25T20:21:51.141Z Downloaded smoltcp v0.11.0
8162026-03-25T20:21:51.147Z Downloaded regress v0.10.5
8172026-03-25T20:21:51.151Z Downloaded regex-syntax v0.8.10
8182026-03-25T20:21:51.155Z Downloaded csv v1.4.0
8192026-03-25T20:21:51.167Z Downloaded openapiv3 v2.2.0
8202026-03-25T20:21:51.174Z Downloaded rustix v0.38.44
8212026-03-25T20:21:51.186Z Downloaded tokio v1.50.0
8222026-03-25T20:21:51.209Z Downloaded rustix v1.1.4
8232026-03-25T20:21:51.222Z Downloaded hickory-proto v0.25.2
8242026-03-25T20:21:51.264Z Downloaded sled v0.34.7
8252026-03-25T20:21:51.272Z Downloaded typify-impl v0.6.1
8262026-03-25T20:21:51.280Z Downloaded tracing v0.1.44
8272026-03-25T20:21:51.300Z Downloaded regex-automata v0.4.14
8282026-03-25T20:21:51.354Z Downloaded jiff v0.2.23
8292026-03-25T20:21:51.374Z Downloaded libc v0.2.183
8302026-03-25T20:21:51.393Z Downloaded petgraph v0.8.3
8312026-03-25T20:21:51.413Z Downloaded sha3 v0.10.8
8322026-03-25T20:21:51.449Z Downloaded encoding_rs v0.8.35
8332026-03-25T20:21:51.470Z Downloaded ring v0.17.14
8342026-03-25T20:21:51.817Z Downloaded aws-lc-sys v0.39.0
8352026-03-25T20:21:52.358Z Compiling proc-macro2 v1.0.106
8362026-03-25T20:21:52.359Z Compiling quote v1.0.45
8372026-03-25T20:21:52.359Z Compiling unicode-ident v1.0.24
8382026-03-25T20:21:52.359Z Compiling serde_core v1.0.228
8392026-03-25T20:21:52.363Z Compiling libc v0.2.183
8402026-03-25T20:21:52.363Z Compiling serde v1.0.228
8412026-03-25T20:21:52.363Z Compiling zmij v1.0.21
8422026-03-25T20:21:52.363Z Compiling autocfg v1.5.0
8432026-03-25T20:21:52.986Z Compiling libm v0.2.16
8442026-03-25T20:21:54.236Z Compiling icu_properties_data v2.1.2
8452026-03-25T20:21:54.272Z Compiling icu_normalizer_data v2.1.1
8462026-03-25T20:21:54.273Z Compiling serde_json v1.0.149
8472026-03-25T20:21:54.273Z Compiling num-traits v0.2.19
8482026-03-25T20:21:54.273Z Compiling getrandom v0.4.2
8492026-03-25T20:21:54.273Z Compiling version_check v0.9.5
8502026-03-25T20:21:54.273Z Compiling memchr v2.8.0
8512026-03-25T20:21:54.273Z Compiling thiserror v2.0.18
8522026-03-25T20:21:54.273Z Compiling parking_lot_core v0.9.12
8532026-03-25T20:21:54.273Z Compiling syn v2.0.117
8542026-03-25T20:21:54.306Z Checking cfg-if v1.0.4
8552026-03-25T20:21:54.306Z Compiling schemars v0.8.22
8562026-03-25T20:21:54.334Z Compiling heck v0.5.0
8572026-03-25T20:21:54.523Z Compiling portable-atomic v1.13.1
8582026-03-25T20:21:54.559Z Compiling jobserver v0.1.34
8592026-03-25T20:21:54.583Z Compiling itoa v1.0.18
8602026-03-25T20:21:54.594Z Compiling shlex v1.3.0
8612026-03-25T20:21:54.761Z Compiling find-msvc-tools v0.1.9
8622026-03-25T20:21:54.786Z Compiling zerocopy v0.8.47
8632026-03-25T20:21:54.896Z Compiling rustversion v1.0.22
8642026-03-25T20:21:54.999Z Compiling cc v1.2.57
8652026-03-25T20:21:55.291Z Compiling typenum v1.19.0
8662026-03-25T20:21:55.439Z Compiling semver v1.0.27
8672026-03-25T20:21:55.684Z Compiling log v0.4.29
8682026-03-25T20:21:55.725Z Compiling httparse v1.10.1
8692026-03-25T20:21:55.730Z Compiling thiserror v1.0.69
8702026-03-25T20:21:55.787Z Compiling generic-array v0.14.7
8712026-03-25T20:21:55.866Z Compiling allocator-api2 v0.2.21
8722026-03-25T20:21:55.888Z Compiling foldhash v0.2.0
8732026-03-25T20:21:56.072Z Compiling equivalent v1.0.2
8742026-03-25T20:21:56.107Z Compiling cmake v0.1.57
8752026-03-25T20:21:56.143Z Compiling fs_extra v1.3.0
8762026-03-25T20:21:56.161Z Compiling hashbrown v0.16.1
8772026-03-25T20:21:56.197Z Compiling dunce v1.0.5
8782026-03-25T20:21:56.304Z Compiling rustix v1.1.4
8792026-03-25T20:21:56.325Z Compiling ring v0.17.14
8802026-03-25T20:21:56.415Z Compiling slog v2.8.2
8812026-03-25T20:21:56.461Z Compiling aws-lc-sys v0.39.0
8822026-03-25T20:21:56.464Z Compiling getrandom v0.3.4
8832026-03-25T20:21:56.661Z Checking stable_deref_trait v1.2.1
8842026-03-25T20:21:56.742Z Compiling anyhow v1.0.102
8852026-03-25T20:21:56.782Z Compiling regex-syntax v0.8.10
8862026-03-25T20:21:56.900Z Compiling ucd-trie v0.1.7
8872026-03-25T20:21:56.916Z Compiling indexmap v2.13.0
8882026-03-25T20:21:57.076Z Compiling synstructure v0.13.2
8892026-03-25T20:21:57.093Z Compiling serde_derive_internals v0.29.1
8902026-03-25T20:21:57.567Z Compiling pest v2.8.6
8912026-03-25T20:21:57.589Z Compiling aho-corasick v1.1.4
8922026-03-25T20:21:57.818Z Compiling aws-lc-rs v1.16.2
8932026-03-25T20:21:57.966Z Checking litemap v0.8.1
8942026-03-25T20:21:58.113Z Checking writeable v0.6.2
8952026-03-25T20:21:58.169Z Compiling crossbeam-utils v0.8.21
8962026-03-25T20:21:58.265Z Compiling serde_derive v1.0.228
8972026-03-25T20:21:58.284Z Compiling zerofrom-derive v0.1.6
8982026-03-25T20:21:58.460Z Compiling yoke-derive v0.8.1
8992026-03-25T20:21:58.804Z Compiling zerovec-derive v0.11.2
9002026-03-25T20:21:58.855Z Compiling displaydoc v0.2.5
9012026-03-25T20:21:58.993Z Compiling schemars_derive v0.8.22
9022026-03-25T20:21:59.476Z Compiling thiserror-impl v2.0.18
9032026-03-25T20:21:59.493Z Compiling zeroize_derive v1.4.3
9042026-03-25T20:21:59.576Z Compiling tokio-macros v2.6.1
9052026-03-25T20:21:59.859Z Compiling zerocopy-derive v0.8.47
9062026-03-25T20:22:00.137Z Compiling futures-macro v0.3.32
9072026-03-25T20:22:00.156Z Compiling tracing-attributes v0.1.31
9082026-03-25T20:22:00.312Z Compiling thiserror-impl v1.0.69
9092026-03-25T20:22:00.775Z Checking zerofrom v0.1.6
9102026-03-25T20:22:00.892Z Checking yoke v0.8.1
9112026-03-25T20:22:01.183Z Checking zerovec v0.11.5
9122026-03-25T20:22:01.310Z Compiling pest_meta v2.8.6
9132026-03-25T20:22:01.331Z Compiling serde_tokenstream v0.2.3
9142026-03-25T20:22:01.391Z Checking smallvec v1.15.1
9152026-03-25T20:22:01.411Z Checking bytes v1.11.1
9162026-03-25T20:22:01.594Z Compiling regex-automata v0.4.14
9172026-03-25T20:22:01.609Z Checking tinystr v0.8.2
9182026-03-25T20:22:01.646Z Checking potential_utf v0.1.4
9192026-03-25T20:22:01.781Z Checking zerotrie v0.2.3
9202026-03-25T20:22:01.800Z Checking icu_locale_core v2.1.1
9212026-03-25T20:22:01.858Z Checking icu_collections v2.1.1
9222026-03-25T20:22:03.291Z Compiling pest_generator v2.8.6
9232026-03-25T20:22:03.292Z Checking percent-encoding v2.3.2
9242026-03-25T20:22:03.292Z Compiling time-core v0.1.8
9252026-03-25T20:22:03.292Z Compiling num-conv v0.2.0
9262026-03-25T20:22:03.292Z Compiling time-macros v0.2.27
9272026-03-25T20:22:03.292Z Checking icu_provider v2.1.1
9282026-03-25T20:22:03.292Z Compiling rustls v0.23.37
9292026-03-25T20:22:03.292Z Checking icu_properties v2.1.2
9302026-03-25T20:22:03.292Z Checking icu_normalizer v2.1.1
9312026-03-25T20:22:03.292Z Compiling pest_derive v2.8.6
9322026-03-25T20:22:03.292Z Compiling paste v1.0.15
9332026-03-25T20:22:03.292Z Compiling syn v1.0.109
9342026-03-25T20:22:03.292Z Checking form_urlencoded v1.2.2
9352026-03-25T20:22:03.292Z Checking rand_core v0.10.0
9362026-03-25T20:22:03.292Z Checking utf8_iter v1.0.4
9372026-03-25T20:22:03.292Z Compiling regex v1.12.3
9382026-03-25T20:22:03.315Z Compiling omicron-workspace-hack v0.1.0
9392026-03-25T20:22:03.381Z Checking idna_adapter v1.2.1
9402026-03-25T20:22:03.468Z Compiling async-trait v0.1.89
9412026-03-25T20:22:03.520Z Checking idna v1.1.0
9422026-03-25T20:22:03.676Z Compiling byteorder v1.5.0
9432026-03-25T20:22:03.908Z Checking url v2.5.8
9442026-03-25T20:22:03.911Z Compiling camino v1.2.2
9452026-03-25T20:22:04.080Z Compiling strsim v0.11.1
9462026-03-25T20:22:04.254Z Compiling scroll_derive v0.13.1
9472026-03-25T20:22:04.379Z Checking errno v0.3.14
9482026-03-25T20:22:04.491Z Compiling ident_case v1.0.1
9492026-03-25T20:22:04.724Z Compiling daft-derive v0.1.5
9502026-03-25T20:22:04.777Z Compiling slog-async v2.8.0
9512026-03-25T20:22:05.126Z Checking iana-time-zone v0.1.65
9522026-03-25T20:22:05.262Z Checking chrono v0.4.44
9532026-03-25T20:22:05.440Z Compiling uuid v1.22.0
9542026-03-25T20:22:05.833Z Compiling dyn-clone v1.0.20
9552026-03-25T20:22:06.357Z Compiling usdt-impl v0.6.0
9562026-03-25T20:22:06.578Z Compiling scroll v0.13.0
9572026-03-25T20:22:06.666Z Checking getrandom v0.2.17
9582026-03-25T20:22:06.818Z Compiling plain v0.2.3
9592026-03-25T20:22:06.872Z Checking pin-project-lite v0.2.17
9602026-03-25T20:22:06.943Z Compiling goblin v0.10.5
9612026-03-25T20:22:06.970Z Checking zeroize v1.8.2
9622026-03-25T20:22:07.122Z Compiling pretty-hex v0.4.2
9632026-03-25T20:22:07.297Z Compiling dtrace-parser v0.3.0
9642026-03-25T20:22:07.392Z Compiling thread-id v5.1.0
9652026-03-25T20:22:07.588Z Compiling rustls v0.22.4
9662026-03-25T20:22:07.608Z Compiling newtype-uuid-macros v0.1.0
9672026-03-25T20:22:07.698Z Compiling regress v0.10.5
9682026-03-25T20:22:07.829Z Checking scopeguard v1.2.0
9692026-03-25T20:22:07.900Z Compiling multer v3.1.0
9702026-03-25T20:22:07.926Z Checking lock_api v0.4.14
9712026-03-25T20:22:08.050Z Checking socket2 v0.6.3
9722026-03-25T20:22:08.123Z Compiling ref-cast v1.0.25
9732026-03-25T20:22:08.196Z Compiling darling_core v0.23.0
9742026-03-25T20:22:08.219Z Compiling http v1.4.0
9752026-03-25T20:22:08.477Z Compiling structmeta-derive v0.3.0
9762026-03-25T20:22:08.497Z Compiling ref-cast-impl v1.0.25
9772026-03-25T20:22:08.528Z Compiling async-stream-impl v0.3.6
9782026-03-25T20:22:09.100Z Compiling strum_macros v0.26.4
9792026-03-25T20:22:09.661Z Checking parking_lot v0.12.5
9802026-03-25T20:22:09.684Z Compiling structmeta v0.3.0
9812026-03-25T20:22:09.684Z Checking bitflags v2.11.0
9822026-03-25T20:22:09.717Z Compiling dof v0.4.0
9832026-03-25T20:22:09.744Z Compiling dropshot v0.16.7
9842026-03-25T20:22:09.773Z Compiling once_cell v1.21.4
9852026-03-25T20:22:09.992Z Checking critical-section v1.2.0
9862026-03-25T20:22:10.283Z Compiling dropshot_endpoint v0.16.7
9872026-03-25T20:22:10.304Z Checking signal-hook-registry v1.4.8
9882026-03-25T20:22:10.359Z Compiling darling_macro v0.23.0
9892026-03-25T20:22:10.706Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
9902026-03-25T20:22:10.710Z Checking mio v1.1.1
9912026-03-25T20:22:10.898Z Compiling darling v0.23.0
9922026-03-25T20:22:10.922Z Compiling strum_macros v0.27.2
9932026-03-25T20:22:10.968Z Compiling usdt-macro v0.6.0
9942026-03-25T20:22:10.987Z Compiling usdt-attr-macro v0.6.0
9952026-03-25T20:22:11.006Z Compiling serde_with_macros v3.18.0
9962026-03-25T20:22:11.024Z Checking tokio v1.50.0
9972026-03-25T20:22:11.148Z Checking subtle v2.6.1
9982026-03-25T20:22:11.303Z Compiling derive-ex v0.1.8
9992026-03-25T20:22:11.877Z Compiling fnv v1.0.7
10002026-03-25T20:22:11.993Z Checking futures-core v0.3.32
10012026-03-25T20:22:12.104Z Compiling ryu v1.0.23
10022026-03-25T20:22:12.122Z Compiling clap_derive v4.6.0
10032026-03-25T20:22:12.170Z Compiling winnow v1.0.0
10042026-03-25T20:22:12.706Z Compiling parse-display-derive v0.10.0
10052026-03-25T20:22:12.847Z Compiling test-strategy v0.4.5
10062026-03-25T20:22:12.901Z Compiling openapiv3 v2.2.0
10072026-03-25T20:22:13.197Z Compiling toml_parser v1.1.0+spec-1.1.0
10082026-03-25T20:22:13.216Z Checking futures-sink v0.3.32
10092026-03-25T20:22:13.787Z Checking slab v0.4.12
10102026-03-25T20:22:14.119Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
10112026-03-25T20:22:14.197Z Checking futures-channel v0.3.32
10122026-03-25T20:22:14.281Z Checking rand_core v0.6.4
10132026-03-25T20:22:14.507Z Checking futures-task v0.3.32
10142026-03-25T20:22:14.562Z Checking futures-io v0.3.32
10152026-03-25T20:22:14.685Z Checking futures-util v0.3.32
10162026-03-25T20:22:14.778Z Checking tracing-core v0.1.36
10172026-03-25T20:22:14.927Z Compiling either v1.15.0
10182026-03-25T20:22:15.079Z Checking tracing v0.1.44
10192026-03-25T20:22:15.151Z Compiling itertools v0.14.0
10202026-03-25T20:22:15.264Z Checking base64 v0.22.1
10212026-03-25T20:22:15.946Z Checking rustls-pki-types v1.14.0
10222026-03-25T20:22:16.086Z Checking erased-serde v0.3.31
10232026-03-25T20:22:16.150Z Compiling toml_datetime v1.1.0+spec-1.1.0
10242026-03-25T20:22:16.234Z Compiling unsafe-libyaml v0.2.11
10252026-03-25T20:22:16.351Z Compiling toml_edit v0.25.8+spec-1.1.0
10262026-03-25T20:22:16.482Z Checking ipnetwork v0.21.1
10272026-03-25T20:22:16.698Z Compiling crucible-workspace-hack v0.1.0
10282026-03-25T20:22:16.721Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
10292026-03-25T20:22:16.895Z Compiling serde_yaml v0.9.34+deprecated
10302026-03-25T20:22:16.990Z Compiling proc-macro-crate v3.5.0
10312026-03-25T20:22:17.433Z Compiling proc-macro-error-attr v1.0.4
10322026-03-25T20:22:17.506Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
10332026-03-25T20:22:17.548Z Checking untrusted v0.9.0
10342026-03-25T20:22:17.749Z Compiling num_enum_derive v0.7.6
10352026-03-25T20:22:18.178Z Compiling toml_datetime v0.6.11
10362026-03-25T20:22:18.188Z Compiling foreign-types-macros v0.2.3
10372026-03-25T20:22:18.260Z Compiling proc-macro-error v1.0.4
10382026-03-25T20:22:18.781Z Checking crypto-common v0.1.7
10392026-03-25T20:22:18.848Z Checking ipnet v2.12.0
10402026-03-25T20:22:18.865Z Checking oxnet v0.1.4
10412026-03-25T20:22:18.902Z Checking tokio-util v0.7.18
10422026-03-25T20:22:18.930Z Compiling darling_core v0.21.3
10432026-03-25T20:22:19.069Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
10442026-03-25T20:22:19.195Z Compiling zerocopy-derive v0.7.35
10452026-03-25T20:22:19.701Z Compiling heck v0.4.1
10462026-03-25T20:22:19.988Z Checking http-body v1.0.1
10472026-03-25T20:22:20.099Z Compiling typify-impl v0.6.1
10482026-03-25T20:22:20.122Z Checking atomic-waker v1.1.2
10492026-03-25T20:22:20.126Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
10502026-03-25T20:22:20.376Z Compiling memoffset v0.9.1
10512026-03-25T20:22:20.607Z Compiling heapless v0.8.0
10522026-03-25T20:22:20.641Z Checking tower-layer v0.3.3
10532026-03-25T20:22:20.964Z Checking tower-service v0.3.3
10542026-03-25T20:22:21.055Z Checking try-lock v0.2.5
10552026-03-25T20:22:21.059Z Compiling darling_macro v0.21.3
10562026-03-25T20:22:21.129Z Compiling convert_case v0.4.0
10572026-03-25T20:22:21.295Z Checking want v0.3.1
10582026-03-25T20:22:21.446Z Compiling derive_more v0.99.20
10592026-03-25T20:22:21.579Z Checking h2 v0.4.13
10602026-03-25T20:22:21.616Z Compiling darling v0.21.3
10612026-03-25T20:22:21.700Z Compiling ingot-macros v0.1.1
10622026-03-25T20:22:21.793Z Compiling scroll_derive v0.12.1
10632026-03-25T20:22:22.607Z Checking httpdate v1.0.3
10642026-03-25T20:22:22.763Z Checking pin-utils v0.1.0
10652026-03-25T20:22:22.841Z Compiling cfg_aliases v0.2.1
10662026-03-25T20:22:22.936Z Compiling nix v0.31.2
10672026-03-25T20:22:23.409Z Compiling typify-macro v0.6.1
10682026-03-25T20:22:23.413Z Checking hyper v1.8.1
10692026-03-25T20:22:23.469Z Checking ppv-lite86 v0.2.21
10702026-03-25T20:22:23.620Z Compiling smoltcp v0.11.0
10712026-03-25T20:22:24.103Z Checking block-buffer v0.10.4
10722026-03-25T20:22:24.369Z Checking hyper-util v0.1.20
10732026-03-25T20:22:24.459Z Checking untrusted v0.7.1
10742026-03-25T20:22:24.971Z Checking digest v0.10.7
10752026-03-25T20:22:25.158Z Checking serde_urlencoded v0.7.1
10762026-03-25T20:22:25.177Z Checking http-body-util v0.1.3
10772026-03-25T20:22:25.440Z Compiling winnow v0.5.40
10782026-03-25T20:22:25.469Z Compiling rayon-core v1.13.0
10792026-03-25T20:22:25.762Z Compiling rustix v0.38.44
10802026-03-25T20:22:25.982Z Compiling typify v0.6.1
10812026-03-25T20:22:26.002Z Compiling zerocopy v0.7.35
10822026-03-25T20:22:26.076Z Compiling hubpack_derive v0.1.1
10832026-03-25T20:22:26.537Z Compiling usdt-impl v0.5.0
10842026-03-25T20:22:26.698Z Compiling toml_edit v0.19.15
10852026-03-25T20:22:26.785Z Compiling winnow v0.7.15
10862026-03-25T20:22:26.946Z Compiling dof v0.3.0
10872026-03-25T20:22:27.315Z Compiling progenitor-impl v0.13.0
10882026-03-25T20:22:27.484Z Compiling dtrace-parser v0.2.0
10892026-03-25T20:22:27.902Z Compiling proc-macro-crate v1.3.1
10902026-03-25T20:22:28.434Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
10912026-03-25T20:22:28.485Z Compiling thread-id v4.2.2
10922026-03-25T20:22:28.574Z Compiling pkg-config v0.3.32
10932026-03-25T20:22:28.723Z Compiling num_enum_derive v0.5.11
10942026-03-25T20:22:29.429Z Compiling sync_wrapper v1.0.2
10952026-03-25T20:22:29.466Z Compiling progenitor-macro v0.13.0
10962026-03-25T20:22:29.643Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
10972026-03-25T20:22:29.846Z Compiling rustc_version v0.4.1
10982026-03-25T20:22:29.901Z Compiling serde_spanned v1.1.0
10992026-03-25T20:22:30.050Z Compiling toml_datetime v0.7.5+spec-1.1.0
11002026-03-25T20:22:30.121Z Compiling toml_writer v1.1.0+spec-1.1.0
11012026-03-25T20:22:30.331Z Compiling prettyplease v0.2.37
11022026-03-25T20:22:30.467Z Compiling toml v0.9.12+spec-1.1.0
11032026-03-25T20:22:30.516Z Compiling curve25519-dalek v4.1.3
11042026-03-25T20:22:30.575Z Checking tower v0.5.3
11052026-03-25T20:22:30.961Z Checking webpki-roots v1.0.6
11062026-03-25T20:22:31.165Z Compiling fastrand v2.3.0
11072026-03-25T20:22:31.198Z Checking iri-string v0.7.11
11082026-03-25T20:22:31.307Z Compiling powerfmt v0.2.0
11092026-03-25T20:22:31.417Z Compiling rand_core v0.9.5
11102026-03-25T20:22:31.510Z Compiling deranged v0.5.8
11112026-03-25T20:22:32.624Z Compiling usdt-attr-macro v0.5.0
11122026-03-25T20:22:32.624Z Checking tower-http v0.6.8
11132026-03-25T20:22:32.624Z Compiling usdt-macro v0.5.0
11142026-03-25T20:22:32.624Z Compiling zone_cfg_derive v0.3.1
11152026-03-25T20:22:32.842Z Compiling thiserror-impl-no-std v2.0.2
11162026-03-25T20:22:33.123Z Compiling curve25519-dalek-derive v0.1.1
11172026-03-25T20:22:33.189Z Compiling enum-as-inner v0.6.1
11182026-03-25T20:22:33.479Z Checking cpufeatures v0.2.17
11192026-03-25T20:22:33.532Z Compiling num_threads v0.1.7
11202026-03-25T20:22:33.566Z Compiling openssl-probe v0.2.1
11212026-03-25T20:22:33.766Z Compiling rustls-native-certs v0.8.3
11222026-03-25T20:22:33.790Z Compiling time v0.3.47
11232026-03-25T20:22:34.096Z Compiling newtype-uuid v1.3.2
11242026-03-25T20:22:34.111Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
11252026-03-25T20:22:34.448Z Compiling daft v0.1.5
11262026-03-25T20:22:34.838Z Compiling rand_chacha v0.9.0
11272026-03-25T20:22:34.938Z Compiling tempfile v3.27.0
11282026-03-25T20:22:35.190Z Compiling rustls-webpki v0.102.8
11292026-03-25T20:22:35.342Z Compiling num-derive v0.4.2
11302026-03-25T20:22:35.414Z Compiling thread_local v1.1.9
11312026-03-25T20:22:35.480Z Compiling wait-timeout v0.2.1
11322026-03-25T20:22:35.611Z Compiling bit-vec v0.8.0
11332026-03-25T20:22:35.688Z Compiling quick-error v1.2.3
11342026-03-25T20:22:35.730Z Compiling match_cfg v0.1.0
11352026-03-25T20:22:35.809Z Compiling bit-set v0.8.0
11362026-03-25T20:22:35.809Z Compiling hostname v0.3.1
11372026-03-25T20:22:35.841Z Compiling rusty-fork v0.3.1
11382026-03-25T20:22:35.859Z Compiling rand_chacha v0.3.1
11392026-03-25T20:22:35.904Z Compiling rand v0.9.2
11402026-03-25T20:22:35.957Z Compiling crossbeam-channel v0.5.15
11412026-03-25T20:22:36.128Z Compiling slog-json v2.6.1
11422026-03-25T20:22:36.238Z Compiling rand_xorshift v0.4.0
11432026-03-25T20:22:36.318Z Compiling futures-executor v0.3.32
11442026-03-25T20:22:36.375Z Compiling encoding_rs v0.8.35
11452026-03-25T20:22:36.381Z Compiling is-terminal v0.4.17
11462026-03-25T20:22:36.444Z Compiling memmap2 v0.9.10
11472026-03-25T20:22:36.494Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
11482026-03-25T20:22:36.548Z Compiling mime v0.3.17
11492026-03-25T20:22:36.580Z Compiling term v1.2.1
11502026-03-25T20:22:36.643Z Checking hex v0.4.3
11512026-03-25T20:22:36.799Z Compiling spin v0.9.8
11522026-03-25T20:22:36.859Z Compiling unarray v0.1.4
11532026-03-25T20:22:36.893Z Compiling take_mut v0.2.2
11542026-03-25T20:22:36.951Z Compiling proptest v1.11.0
11552026-03-25T20:22:36.979Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
11562026-03-25T20:22:37.023Z Compiling sha1 v0.10.6
11572026-03-25T20:22:37.056Z Compiling slog-term v2.9.2
11582026-03-25T20:22:37.171Z Compiling usdt v0.6.0
11592026-03-25T20:22:37.191Z Compiling futures v0.3.32
11602026-03-25T20:22:37.393Z Compiling slog-bunyan v2.5.0
11612026-03-25T20:22:37.538Z Compiling rand v0.8.5
11622026-03-25T20:22:37.556Z Compiling reqwest v0.12.28
11632026-03-25T20:22:37.707Z Compiling tokio-rustls v0.25.0
11642026-03-25T20:22:37.738Z Compiling backon v1.6.0
11652026-03-25T20:22:37.926Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11662026-03-25T20:22:37.946Z Compiling waitgroup v0.1.2
11672026-03-25T20:22:38.058Z Compiling rustls-pemfile v2.2.0
11682026-03-25T20:22:38.138Z Compiling async-stream v0.3.6
11692026-03-25T20:22:38.250Z Compiling strum v0.26.3
11702026-03-25T20:22:38.388Z Compiling num-integer v0.1.46
11712026-03-25T20:22:38.645Z Compiling instant v0.1.13
11722026-03-25T20:22:38.680Z Compiling hostname v0.4.2
11732026-03-25T20:22:38.804Z Compiling serde_path_to_error v0.1.20
11742026-03-25T20:22:38.836Z Compiling debug-ignore v1.0.5
11752026-03-25T20:22:38.858Z Compiling rustc-hash v2.1.1
11762026-03-25T20:22:38.943Z Compiling utf8parse v0.2.2
11772026-03-25T20:22:38.969Z Compiling iddqd v0.3.17
11782026-03-25T20:22:38.992Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
11792026-03-25T20:22:39.156Z Compiling anstyle-parse v1.0.0
11802026-03-25T20:22:39.393Z Compiling backoff v0.4.0
11812026-03-25T20:22:40.671Z Compiling progenitor-client v0.10.0
11822026-03-25T20:22:40.763Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
11832026-03-25T20:22:40.763Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#c3305fd1)
11842026-03-25T20:22:40.763Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
11852026-03-25T20:22:40.763Z Compiling parse-display v0.10.0
11862026-03-25T20:22:40.763Z Compiling strum v0.27.2
11872026-03-25T20:22:40.764Z Compiling serde_with v3.18.0
11882026-03-25T20:22:40.764Z Checking rustls-webpki v0.103.10
11892026-03-25T20:22:40.764Z Compiling macaddr v1.0.1
11902026-03-25T20:22:40.764Z Compiling is_terminal_polyfill v1.70.2
11912026-03-25T20:22:40.764Z Compiling anstyle v1.0.14
11922026-03-25T20:22:40.764Z Compiling vcpkg v0.2.15
11932026-03-25T20:22:40.764Z Compiling semver v0.1.20
11942026-03-25T20:22:40.973Z Compiling anstyle-query v1.1.5
11952026-03-25T20:22:41.089Z Compiling colorchoice v1.0.5
11962026-03-25T20:22:41.113Z Compiling openssl-sys v0.9.112
11972026-03-25T20:22:41.187Z Compiling anstream v1.0.0
11982026-03-25T20:22:41.206Z Compiling rustc_version v0.1.7
11992026-03-25T20:22:41.408Z Compiling num-iter v0.1.45
12002026-03-25T20:22:41.463Z Compiling num-rational v0.4.2
12012026-03-25T20:22:41.536Z Compiling terminal_size v0.4.4
12022026-03-25T20:22:41.713Z Compiling num-complex v0.4.6
12032026-03-25T20:22:41.861Z Compiling serde_spanned v0.6.9
12042026-03-25T20:22:41.880Z Compiling pin-project-internal v1.1.11
12052026-03-25T20:22:41.970Z Compiling derive-where v1.6.1
12062026-03-25T20:22:42.010Z Compiling serde_repr v0.1.20
12072026-03-25T20:22:42.472Z Compiling clap_lex v1.1.0
12082026-03-25T20:22:42.575Z Compiling toml_write v0.1.2
12092026-03-25T20:22:42.687Z Compiling clap_builder v4.6.0
12102026-03-25T20:22:42.775Z Compiling toml_edit v0.22.27
12112026-03-25T20:22:42.845Z Checking tokio-rustls v0.26.4
12122026-03-25T20:22:43.072Z Compiling num v0.4.3
12132026-03-25T20:22:43.093Z Checking hyper-rustls v0.27.7
12142026-03-25T20:22:43.300Z Compiling newtype_derive v0.1.6
12152026-03-25T20:22:43.483Z Compiling rustls-platform-verifier v0.6.2
12162026-03-25T20:22:43.728Z Compiling float-ord v0.3.2
12172026-03-25T20:22:43.746Z Compiling owo-colors v4.3.0
12182026-03-25T20:22:43.920Z Compiling reqwest v0.13.2
12192026-03-25T20:22:44.212Z Compiling toml v0.8.23
12202026-03-25T20:22:44.334Z Compiling clap v4.6.0
12212026-03-25T20:22:44.571Z Compiling snafu-derive v0.8.9
12222026-03-25T20:22:44.668Z Compiling async-recursion v1.1.1
12232026-03-25T20:22:45.141Z Compiling progenitor-client v0.13.0
12242026-03-25T20:22:45.327Z Compiling slog-dtrace v0.3.0
12252026-03-25T20:22:45.439Z Compiling progenitor-extras v0.1.1
12262026-03-25T20:22:45.457Z Compiling cancel-safe-futures v0.1.5
12272026-03-25T20:22:45.574Z Compiling openssl v0.10.76
12282026-03-25T20:22:45.660Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
12292026-03-25T20:22:45.688Z Compiling chrono-tz v0.10.4
12302026-03-25T20:22:45.697Z Compiling minimal-lexical v0.2.1
12312026-03-25T20:22:45.824Z Compiling unicode-xid v0.2.6
12322026-03-25T20:22:45.959Z Compiling const_format_proc_macros v0.2.34
12332026-03-25T20:22:45.980Z Compiling nom v7.1.3
12342026-03-25T20:22:47.073Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
12352026-03-25T20:22:47.113Z Compiling num-derive v0.3.3
12362026-03-25T20:22:47.147Z Compiling openssl-macros v0.1.1
12372026-03-25T20:22:47.574Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
12382026-03-25T20:22:48.056Z Compiling cookie v0.18.1
12392026-03-25T20:22:48.148Z Checking unicode-width v0.2.2
12402026-03-25T20:22:48.428Z Compiling tabled_derive v0.7.0
12412026-03-25T20:22:50.339Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
12422026-03-25T20:22:50.771Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
12432026-03-25T20:22:52.276Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
12442026-03-25T20:22:53.439Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
12452026-03-25T20:22:54.354Z Checking colored v3.1.1
12462026-03-25T20:22:54.522Z Checking crossbeam-epoch v0.9.18
12472026-03-25T20:22:54.638Z Checking foreign-types-shared v0.3.1
12482026-03-25T20:22:54.639Z Checking cpufeatures v0.3.0
12492026-03-25T20:22:54.728Z Checking chacha20 v0.10.0
12502026-03-25T20:22:54.781Z Checking foreign-types v0.5.0
12512026-03-25T20:22:54.933Z Checking num_enum v0.7.6
12522026-03-25T20:22:55.062Z Checking cstr-argument v0.1.2
12532026-03-25T20:22:55.114Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
12542026-03-25T20:22:55.197Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12552026-03-25T20:22:55.246Z Checking rand v0.10.0
12562026-03-25T20:22:55.699Z Checking tabwriter v1.4.1
12572026-03-25T20:22:55.853Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12582026-03-25T20:22:56.058Z Checking tinyvec_macros v0.1.1
12592026-03-25T20:22:56.134Z Checking tinyvec v1.11.0
12602026-03-25T20:22:56.528Z Checking hash32 v0.3.1
12612026-03-25T20:22:56.660Z Checking secrecy v0.10.3
12622026-03-25T20:22:56.916Z Checking data-encoding v2.10.0
12632026-03-25T20:22:57.082Z Checking ingot-types v0.1.2
12642026-03-25T20:22:57.188Z Checking itertools v0.12.1
12652026-03-25T20:22:57.510Z Checking scroll v0.12.0
12662026-03-25T20:22:57.804Z Checking cobs v0.3.0
12672026-03-25T20:22:57.965Z Checking managed v0.8.0
12682026-03-25T20:22:57.987Z Checking bitflags v1.3.2
12692026-03-25T20:22:58.006Z Checking static_assertions v1.1.0
12702026-03-25T20:22:58.106Z Checking postcard v1.1.3
12712026-03-25T20:22:58.191Z Checking goblin v0.8.2
12722026-03-25T20:22:58.362Z Checking ingot v0.1.1
12732026-03-25T20:22:58.397Z Checking crossbeam-deque v0.8.6
12742026-03-25T20:22:59.131Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
12752026-03-25T20:22:59.583Z Checking progenitor v0.13.0
12762026-03-25T20:22:59.928Z Checking hubpack v0.1.2
12772026-03-25T20:22:59.981Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
12782026-03-25T20:22:59.985Z Checking hmac v0.12.1
12792026-03-25T20:23:00.066Z Checking inout v0.1.4
12802026-03-25T20:23:00.085Z Checking ff v0.13.1
12812026-03-25T20:23:00.220Z Checking bstr v1.12.1
12822026-03-25T20:23:00.385Z Checking lazy_static v1.5.0
12832026-03-25T20:23:00.525Z Checking group v0.13.0
12842026-03-25T20:23:00.543Z Checking cipher v0.4.4
12852026-03-25T20:23:00.561Z Checking hkdf v0.12.4
12862026-03-25T20:23:00.633Z Checking rayon v1.11.0
12872026-03-25T20:23:00.811Z Checking camino-tempfile v1.4.1
12882026-03-25T20:23:00.969Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
12892026-03-25T20:23:00.989Z Checking num_enum v0.5.11
12902026-03-25T20:23:01.008Z Checking universal-hash v0.5.1
12912026-03-25T20:23:01.059Z Checking crypto-bigint v0.5.5
12922026-03-25T20:23:01.100Z Checking half v2.7.1
12932026-03-25T20:23:01.210Z Checking memmap v0.7.0
12942026-03-25T20:23:01.344Z Checking ciborium-io v0.2.2
12952026-03-25T20:23:01.363Z Checking base16ct v0.2.0
12962026-03-25T20:23:01.442Z Checking base64ct v1.8.3
12972026-03-25T20:23:01.480Z Checking opaque-debug v0.3.1
12982026-03-25T20:23:01.540Z Checking poly1305 v0.8.0
12992026-03-25T20:23:01.606Z Checking ciborium-ll v0.2.2
13002026-03-25T20:23:01.677Z Checking password-hash v0.5.0
13012026-03-25T20:23:01.764Z Checking usdt v0.5.0
13022026-03-25T20:23:01.783Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
13032026-03-25T20:23:01.884Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
13042026-03-25T20:23:01.903Z Checking chacha20 v0.9.1
13052026-03-25T20:23:01.923Z Checking zone v0.3.1
13062026-03-25T20:23:01.926Z Checking elliptic-curve v0.13.8
13072026-03-25T20:23:01.979Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
13082026-03-25T20:23:02.078Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
13092026-03-25T20:23:02.171Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
13102026-03-25T20:23:02.227Z Checking byte-wrapper v0.1.0
13112026-03-25T20:23:02.305Z Checking thiserror-no-std v2.0.2
13122026-03-25T20:23:02.346Z Checking blake2 v0.10.6
13132026-03-25T20:23:02.367Z Checking smf v0.2.3
13142026-03-25T20:23:02.397Z Checking aead v0.5.2
13152026-03-25T20:23:02.415Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
13162026-03-25T20:23:02.432Z Checking sigpipe v0.1.3
13172026-03-25T20:23:02.517Z Checking bytecount v0.6.9
13182026-03-25T20:23:02.560Z Checking keccak v0.1.6
13192026-03-25T20:23:02.596Z Checking glob v0.3.3
13202026-03-25T20:23:02.623Z Checking indent_write v2.2.0
13212026-03-25T20:23:02.642Z Checking jiff v0.2.23
13222026-03-25T20:23:02.646Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
13232026-03-25T20:23:02.714Z Checking sha3 v0.10.8
13242026-03-25T20:23:02.776Z Checking argon2 v0.5.3
13252026-03-25T20:23:02.836Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
13262026-03-25T20:23:02.906Z Checking chacha20poly1305 v0.10.1
13272026-03-25T20:23:03.013Z Checking vsss-rs v3.3.4
13282026-03-25T20:23:03.038Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
13292026-03-25T20:23:03.057Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
13302026-03-25T20:23:03.131Z Checking ciborium v0.2.2
13312026-03-25T20:23:03.209Z Checking atomicwrites v0.4.4
13322026-03-25T20:23:03.341Z Checking key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
13332026-03-25T20:23:03.433Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
13342026-03-25T20:23:03.538Z Checking whoami v1.6.1
13352026-03-25T20:23:03.619Z Compiling parking_lot_core v0.8.6
13362026-03-25T20:23:03.638Z Checking linked-hash-map v0.5.6
13372026-03-25T20:23:03.666Z Checking resolv-conf v0.7.6
13382026-03-25T20:23:03.814Z Checking lru-cache v0.1.2
13392026-03-25T20:23:03.856Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
13402026-03-25T20:23:03.920Z Checking similar v2.7.0
13412026-03-25T20:23:03.959Z Checking hickory-proto v0.24.4
13422026-03-25T20:23:04.094Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
13432026-03-25T20:23:04.115Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
13442026-03-25T20:23:04.133Z Checking serde-big-array v0.5.1
13452026-03-25T20:23:04.191Z Checking siphasher v1.0.2
13462026-03-25T20:23:04.210Z Checking swrite v0.1.0
13472026-03-25T20:23:04.258Z Checking unicode-segmentation v1.13.1
13482026-03-25T20:23:04.276Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
13492026-03-25T20:23:04.300Z Checking unicode-normalization v0.1.25
13502026-03-25T20:23:04.353Z Checking phf_shared v0.12.1
13512026-03-25T20:23:04.494Z Checking console v0.15.11
13522026-03-25T20:23:04.591Z Checking newline-converter v0.3.0
13532026-03-25T20:23:04.705Z Checking pin-project v1.1.11
13542026-03-25T20:23:04.773Z Checking tokio-stream v0.1.18
13552026-03-25T20:23:04.807Z Checking csv-core v0.1.13
13562026-03-25T20:23:04.893Z Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
13572026-03-25T20:23:04.984Z Checking foreign-types-shared v0.1.1
13582026-03-25T20:23:05.078Z Checking foldhash v0.1.5
13592026-03-25T20:23:05.097Z Checking unicode-width v0.1.14
13602026-03-25T20:23:05.151Z Compiling crc32fast v1.5.0
13612026-03-25T20:23:05.216Z Checking highway v1.3.0
13622026-03-25T20:23:05.240Z Checking same-file v1.0.6
13632026-03-25T20:23:05.368Z Checking walkdir v2.5.0
13642026-03-25T20:23:05.445Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
13652026-03-25T20:23:05.484Z Checking hickory-resolver v0.24.4
13662026-03-25T20:23:05.517Z Checking hashbrown v0.15.5
13672026-03-25T20:23:05.536Z Checking foreign-types v0.3.2
13682026-03-25T20:23:05.634Z Checking csv v1.4.0
13692026-03-25T20:23:05.837Z Checking snafu v0.8.9
13702026-03-25T20:23:05.967Z Checking expectorate v1.2.0
13712026-03-25T20:23:05.987Z Checking olpc-cjson v0.1.4
13722026-03-25T20:23:06.091Z Checking phf v0.12.1
13732026-03-25T20:23:06.109Z Checking tokio-dtrace v0.1.1
13742026-03-25T20:23:06.128Z Checking globset v0.4.18
13752026-03-25T20:23:06.146Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
13762026-03-25T20:23:06.164Z Checking qorb v0.4.1
13772026-03-25T20:23:06.385Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
13782026-03-25T20:23:06.502Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
13792026-03-25T20:23:07.652Z Checking pem v3.0.6
13802026-03-25T20:23:07.656Z Checking libsw-core v0.3.2
13812026-03-25T20:23:07.656Z Checking serde_plain v1.0.2
13822026-03-25T20:23:07.656Z Checking fixedbitset v0.4.2
13832026-03-25T20:23:07.656Z Checking typed-path v0.9.3
13842026-03-25T20:23:07.656Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
13852026-03-25T20:23:07.656Z Checking unicode-linebreak v0.1.5
13862026-03-25T20:23:07.656Z Checking fixedbitset v0.5.7
13872026-03-25T20:23:07.656Z Checking smawk v0.3.2
13882026-03-25T20:23:07.656Z Checking textwrap v0.16.2
13892026-03-25T20:23:07.656Z Checking petgraph v0.6.5
13902026-03-25T20:23:07.656Z Checking petgraph v0.8.3
13912026-03-25T20:23:07.656Z Checking libsw v3.5.0
13922026-03-25T20:23:07.657Z Checking tough v0.20.0
13932026-03-25T20:23:07.949Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
13942026-03-25T20:23:08.123Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
13952026-03-25T20:23:08.225Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
13962026-03-25T20:23:08.421Z Checking oxide-tokio-rt v0.1.3
13972026-03-25T20:23:08.604Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
13982026-03-25T20:23:08.609Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
13992026-03-25T20:23:08.609Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
14002026-03-25T20:23:08.846Z Checking papergrid v0.11.0
14012026-03-25T20:23:08.998Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
14022026-03-25T20:23:09.362Z Checking gethostname v0.5.0
14032026-03-25T20:23:09.460Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
14042026-03-25T20:23:09.470Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
14052026-03-25T20:23:09.557Z Checking libscf-sys v1.1.0
14062026-03-25T20:23:09.646Z Checking const_format v0.2.35
14072026-03-25T20:23:09.783Z Checking bcs v0.1.6
14082026-03-25T20:23:09.848Z Checking tagptr v0.2.0
14092026-03-25T20:23:09.881Z Checking linear-map v1.2.0
14102026-03-25T20:23:09.931Z Checking termtree v0.5.1
14112026-03-25T20:23:09.964Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
14122026-03-25T20:23:09.996Z Checking moka v0.12.15
14132026-03-25T20:23:10.022Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
14142026-03-25T20:23:10.054Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
14152026-03-25T20:23:10.072Z Checking tabled v0.15.0
14162026-03-25T20:23:10.219Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
14172026-03-25T20:23:10.395Z Checking steno v0.4.1
14182026-03-25T20:23:10.624Z Checking hickory-proto v0.25.2
14192026-03-25T20:23:11.355Z Checking humantime v2.3.0
14202026-03-25T20:23:11.780Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
14212026-03-25T20:23:12.205Z Compiling typify-impl v0.4.3
14222026-03-25T20:23:12.242Z Checking hickory-resolver v0.25.2
14232026-03-25T20:23:12.336Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
14242026-03-25T20:23:12.924Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
14252026-03-25T20:23:12.961Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
14262026-03-25T20:23:13.771Z Checking nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
14272026-03-25T20:23:14.214Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
14282026-03-25T20:23:15.582Z Compiling typify-macro v0.4.3
14292026-03-25T20:23:16.789Z Compiling crunchy v0.2.4
14302026-03-25T20:23:17.921Z Compiling tiny-keccak v2.0.2
14312026-03-25T20:23:19.769Z Compiling const-random-macro v0.1.16
14322026-03-25T20:23:19.933Z Compiling typify v0.4.3
14332026-03-25T20:23:22.250Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
14342026-03-25T20:23:22.265Z Compiling ahash v0.8.12
14352026-03-25T20:23:22.297Z Compiling smartstring v1.0.1
14362026-03-25T20:23:27.424Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
14372026-03-25T20:23:27.626Z Checking parking_lot v0.11.2
14382026-03-25T20:23:27.830Z Checking fxhash v0.2.1
14392026-03-25T20:23:27.880Z Compiling rhai_codegen v3.1.0
14402026-03-25T20:23:27.958Z Checking sled v0.34.7
14412026-03-25T20:23:28.243Z Checking rdb-types v0.1.0 (/work/oxidecomputer/maghemite/rdb-types)
14422026-03-25T20:23:28.288Z Compiling proc-macro-error-attr2 v2.0.0
14432026-03-25T20:23:28.622Z Checking internet-checksum v0.2.1
14442026-03-25T20:23:28.722Z Compiling proc-macro-error2 v2.0.1
14452026-03-25T20:23:28.750Z Compiling progenitor-impl v0.11.2
14462026-03-25T20:23:29.073Z Compiling tabled_derive v0.11.0
14472026-03-25T20:23:29.197Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
14482026-03-25T20:23:29.322Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
14492026-03-25T20:23:29.803Z Checking const-random v0.1.18
14502026-03-25T20:23:30.337Z Checking thin-vec v0.2.14
14512026-03-25T20:23:30.570Z Checking rhai v1.24.0
14522026-03-25T20:23:30.885Z Compiling progenitor-macro v0.11.2
14532026-03-25T20:23:30.905Z Checking nom v8.0.0
14542026-03-25T20:23:31.007Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
14552026-03-25T20:23:31.072Z Checking arc-swap v1.9.0
14562026-03-25T20:23:31.298Z Checking slog-scope v4.4.1
14572026-03-25T20:23:31.405Z Checking papergrid v0.17.0
14582026-03-25T20:23:31.441Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
14592026-03-25T20:23:31.480Z Checking testing_table v0.3.0
14602026-03-25T20:23:31.581Z Checking dropshot-api-manager-types v0.5.2
14612026-03-25T20:23:31.666Z Checking mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
14622026-03-25T20:23:31.753Z Checking slog-stdlog v4.1.1
14632026-03-25T20:23:32.174Z Checking tabled v0.20.0
14642026-03-25T20:23:32.205Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
14652026-03-25T20:23:32.671Z Checking ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
14662026-03-25T20:23:32.807Z Checking ddm-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-types/versions)
14672026-03-25T20:23:33.077Z Compiling progenitor-impl v0.10.0
14682026-03-25T20:23:33.198Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
14692026-03-25T20:23:33.413Z Checking progenitor-client v0.11.2
14702026-03-25T20:23:33.434Z Compiling lzma-sys v0.1.20
14712026-03-25T20:23:33.562Z Checking rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
14722026-03-25T20:23:33.855Z Compiling fs-err v3.3.0
14732026-03-25T20:23:33.902Z Compiling typeid v1.0.3
14742026-03-25T20:23:34.274Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
14752026-03-25T20:23:34.986Z Checking progenitor v0.11.2
14762026-03-25T20:23:35.045Z Checking slog-envlogger v2.2.0
14772026-03-25T20:23:35.151Z Compiling progenitor-macro v0.10.0
14782026-03-25T20:23:35.187Z Checking bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
14792026-03-25T20:23:35.910Z Checking crc8 v0.1.1
14802026-03-25T20:23:36.014Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
14812026-03-25T20:23:37.687Z Checking bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
14822026-03-25T20:23:38.155Z Checking ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
14832026-03-25T20:23:38.415Z Compiling cargo_toml v0.22.3
14842026-03-25T20:23:38.445Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
14852026-03-25T20:23:39.271Z Checking utf-8 v0.7.6
14862026-03-25T20:23:39.569Z Checking tungstenite v0.21.0
14872026-03-25T20:23:40.002Z Checking ddm-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-types)
14882026-03-25T20:23:40.383Z Checking ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
14892026-03-25T20:23:40.713Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#9167ac10)
14902026-03-25T20:23:41.247Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
14912026-03-25T20:23:41.553Z Checking sha2 v0.10.9
14922026-03-25T20:23:41.621Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
14932026-03-25T20:23:41.820Z Checking yansi v1.0.1
14942026-03-25T20:23:41.839Z Checking diff v0.1.13
14952026-03-25T20:23:41.868Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
14962026-03-25T20:23:41.993Z Checking progenitor v0.10.0
14972026-03-25T20:23:42.072Z Checking pretty_assertions v1.4.1
14982026-03-25T20:23:42.134Z Checking tokio-tungstenite v0.21.0
14992026-03-25T20:23:42.549Z Checking console v0.16.3
15002026-03-25T20:23:42.638Z Checking git-stub v1.0.0
15012026-03-25T20:23:42.847Z Checking is_ci v1.2.0
15022026-03-25T20:23:42.957Z Checking base64 v0.21.7
15032026-03-25T20:23:43.021Z Checking unit-prefix v0.5.2
15042026-03-25T20:23:43.085Z Checking sdd v3.0.10
15052026-03-25T20:23:43.199Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
15062026-03-25T20:23:43.202Z Checking indicatif v0.18.4
15072026-03-25T20:23:43.299Z Checking scc v2.4.0
15082026-03-25T20:23:43.572Z Checking supports-color v3.0.2
15092026-03-25T20:23:43.590Z Checking git-stub-vcs v0.1.0
15102026-03-25T20:23:43.890Z Checking xz2 v0.1.7
15112026-03-25T20:23:44.070Z Checking ron v0.12.0
15122026-03-25T20:23:44.335Z Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
15132026-03-25T20:23:44.730Z Checking mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
15142026-03-25T20:23:44.922Z Checking drift v0.1.3
15152026-03-25T20:23:44.968Z Compiling serial_test_derive v3.4.0
15162026-03-25T20:23:44.998Z Checking base16ct v1.0.0
15172026-03-25T20:23:45.192Z Checking dropshot-api-manager v0.5.2
15182026-03-25T20:23:45.657Z Checking serial_test v3.4.0
15192026-03-25T20:23:45.991Z Checking mg-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-types/versions)
15202026-03-25T20:23:46.030Z Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#9167ac10)
15212026-03-25T20:23:46.229Z Checking mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
15222026-03-25T20:23:46.246Z Checking ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
15232026-03-25T20:23:46.496Z Checking util v0.1.0 (/work/oxidecomputer/maghemite/util)
15242026-03-25T20:23:46.686Z Checking natord v1.0.9
15252026-03-25T20:23:47.085Z Checking mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
15262026-03-25T20:23:47.436Z Checking mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
15272026-03-25T20:23:48.159Z Checking mg-types v0.1.0 (/work/oxidecomputer/maghemite/mg-types)
15282026-03-25T20:23:48.262Z Checking maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
15292026-03-25T20:23:48.318Z Checking ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
15302026-03-25T20:23:48.568Z Checking mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
15312026-03-25T20:23:48.714Z Checking ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
15322026-03-25T20:23:49.508Z Checking mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify)
15332026-03-25T20:23:49.617Z Checking falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab)
15342026-03-25T20:23:49.889Z Checking mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
15352026-03-25T20:23:52.649Z Checking xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
15362026-03-25T20:24:03.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 36s
15372026-03-25T20:24:03.600Z+ cargo xtask openapi check
15382026-03-25T20:24:03.932Z Compiling libc v0.2.183
15392026-03-25T20:24:03.932Z Compiling utf8parse v0.2.2
15402026-03-25T20:24:03.937Z Compiling is_terminal_polyfill v1.70.2
15412026-03-25T20:24:03.937Z Compiling scopeguard v1.2.0
15422026-03-25T20:24:03.937Z Compiling proc-macro2 v1.0.106
15432026-03-25T20:24:03.937Z Compiling quote v1.0.45
15442026-03-25T20:24:03.985Z Compiling smallvec v1.15.1
15452026-03-25T20:24:04.021Z Compiling anstyle v1.0.14
15462026-03-25T20:24:04.026Z Compiling cfg-if v1.0.4
15472026-03-25T20:24:04.067Z Compiling anstyle-parse v1.0.0
15482026-03-25T20:24:04.074Z Compiling anstyle-query v1.1.5
15492026-03-25T20:24:04.083Z Compiling colorchoice v1.0.5
15502026-03-25T20:24:04.088Z Compiling lock_api v0.4.14
15512026-03-25T20:24:04.186Z Compiling clap_lex v1.1.0
15522026-03-25T20:24:04.191Z Compiling strsim v0.11.1
15532026-03-25T20:24:04.195Z Compiling anstream v1.0.0
15542026-03-25T20:24:04.225Z Compiling pin-project-lite v0.2.17
15552026-03-25T20:24:04.265Z Compiling bytes v1.11.1
15562026-03-25T20:24:04.285Z Compiling anyhow v1.0.102
15572026-03-25T20:24:04.314Z Compiling errno v0.3.14
15582026-03-25T20:24:04.354Z Compiling parking_lot_core v0.9.12
15592026-03-25T20:24:04.422Z Compiling signal-hook-registry v1.4.8
15602026-03-25T20:24:04.448Z Compiling clap_builder v4.6.0
15612026-03-25T20:24:04.500Z Compiling mio v1.1.1
15622026-03-25T20:24:04.564Z Compiling parking_lot v0.12.5
15632026-03-25T20:24:04.659Z Compiling socket2 v0.6.3
15642026-03-25T20:24:04.805Z Compiling syn v2.0.117
15652026-03-25T20:24:07.591Z Compiling clap_derive v4.6.0
15662026-03-25T20:24:07.591Z Compiling tokio-macros v2.6.1
15672026-03-25T20:24:07.648Z Compiling tokio v1.50.0
15682026-03-25T20:24:07.769Z Compiling clap v4.6.0
15692026-03-25T20:24:11.109Z Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
15702026-03-25T20:24:12.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.55s
15712026-03-25T20:24:12.184Z Running `target/debug/xtask openapi check`
15722026-03-25T20:24:12.788Z Compiling libc v0.2.183
15732026-03-25T20:24:12.788Z Compiling serde_core v1.0.228
15742026-03-25T20:24:12.788Z Compiling memchr v2.8.0
15752026-03-25T20:24:12.895Z Compiling itoa v1.0.18
15762026-03-25T20:24:12.908Z Compiling stable_deref_trait v1.2.1
15772026-03-25T20:24:12.914Z Compiling zmij v1.0.21
15782026-03-25T20:24:12.920Z Compiling zerofrom v0.1.6
15792026-03-25T20:24:13.074Z Compiling writeable v0.6.2
15802026-03-25T20:24:13.074Z Compiling litemap v0.8.1
15812026-03-25T20:24:13.092Z Compiling yoke v0.8.1
15822026-03-25T20:24:13.092Z Compiling libm v0.2.16
15832026-03-25T20:24:13.118Z Compiling rand_core v0.10.0
15842026-03-25T20:24:13.161Z Compiling percent-encoding v2.3.2
15852026-03-25T20:24:13.186Z Compiling zerovec v0.11.5
15862026-03-25T20:24:13.216Z Compiling zerotrie v0.2.3
15872026-03-25T20:24:13.278Z Compiling icu_properties_data v2.1.2
15882026-03-25T20:24:13.359Z Compiling errno v0.3.14
15892026-03-25T20:24:13.366Z Compiling icu_normalizer_data v2.1.1
15902026-03-25T20:24:13.409Z Compiling getrandom v0.4.2
15912026-03-25T20:24:13.451Z Compiling form_urlencoded v1.2.2
15922026-03-25T20:24:13.504Z Compiling utf8_iter v1.0.4
15932026-03-25T20:24:13.521Z Compiling zeroize v1.8.2
15942026-03-25T20:24:13.521Z Compiling iana-time-zone v0.1.65
15952026-03-25T20:24:13.619Z Compiling tinystr v0.8.2
15962026-03-25T20:24:13.658Z Compiling potential_utf v0.1.4
15972026-03-25T20:24:13.673Z Compiling scopeguard v1.2.0
15982026-03-25T20:24:13.694Z Compiling dyn-clone v1.0.20
15992026-03-25T20:24:13.730Z Compiling portable-atomic v1.13.1
16002026-03-25T20:24:13.758Z Compiling lock_api v0.4.14
16012026-03-25T20:24:13.794Z Compiling icu_collections v2.1.1
16022026-03-25T20:24:13.818Z Compiling icu_locale_core v2.1.1
16032026-03-25T20:24:13.838Z Compiling num-traits v0.2.19
16042026-03-25T20:24:13.852Z Compiling getrandom v0.2.17
16052026-03-25T20:24:13.993Z Compiling socket2 v0.6.3
16062026-03-25T20:24:14.044Z Compiling critical-section v1.2.0
16072026-03-25T20:24:14.147Z Compiling once_cell v1.21.4
16082026-03-25T20:24:14.251Z Compiling signal-hook-registry v1.4.8
16092026-03-25T20:24:14.279Z Compiling mio v1.1.1
16102026-03-25T20:24:14.303Z Compiling thiserror v2.0.18
16112026-03-25T20:24:14.370Z Compiling subtle v2.6.1
16122026-03-25T20:24:14.419Z Compiling zerocopy v0.8.47
16132026-03-25T20:24:14.453Z Compiling icu_provider v2.1.1
16142026-03-25T20:24:14.473Z Compiling futures-core v0.3.32
16152026-03-25T20:24:14.535Z Compiling rand_core v0.6.4
16162026-03-25T20:24:14.547Z Compiling serde v1.0.228
16172026-03-25T20:24:14.629Z Compiling serde_json v1.0.149
16182026-03-25T20:24:14.716Z Compiling icu_properties v2.1.2
16192026-03-25T20:24:14.797Z Compiling uuid v1.22.0
16202026-03-25T20:24:14.801Z Compiling semver v1.0.27
16212026-03-25T20:24:14.801Z Compiling bitflags v2.11.0
16222026-03-25T20:24:14.801Z Compiling equivalent v1.0.2
16232026-03-25T20:24:14.868Z Compiling log v0.4.29
16242026-03-25T20:24:15.006Z Compiling smallvec v1.15.1
16252026-03-25T20:24:15.055Z Compiling bytes v1.11.1
16262026-03-25T20:24:15.066Z Compiling chrono v0.4.44
16272026-03-25T20:24:15.091Z Compiling allocator-api2 v0.2.21
16282026-03-25T20:24:15.945Z Compiling futures-sink v0.3.32
16292026-03-25T20:24:15.963Z Compiling icu_normalizer v2.1.1
16302026-03-25T20:24:15.963Z Compiling parking_lot_core v0.9.12
16312026-03-25T20:24:15.963Z Compiling foldhash v0.2.0
16322026-03-25T20:24:15.963Z Compiling idna_adapter v1.2.1
16332026-03-25T20:24:15.963Z Compiling parking_lot v0.12.5
16342026-03-25T20:24:15.963Z Compiling hashbrown v0.16.1
16352026-03-25T20:24:15.963Z Compiling idna v1.1.0
16362026-03-25T20:24:15.963Z Compiling slog v2.8.2
16372026-03-25T20:24:15.963Z Compiling slab v0.4.12
16382026-03-25T20:24:15.963Z Compiling typenum v1.19.0
16392026-03-25T20:24:15.963Z Compiling futures-channel v0.3.32
16402026-03-25T20:24:15.963Z Compiling tokio v1.50.0
16412026-03-25T20:24:16.034Z Compiling url v2.5.8
16422026-03-25T20:24:16.046Z Compiling futures-io v0.3.32
16432026-03-25T20:24:16.210Z Compiling futures-task v0.3.32
16442026-03-25T20:24:16.273Z Compiling indexmap v2.13.0
16452026-03-25T20:24:16.441Z Compiling generic-array v0.14.7
16462026-03-25T20:24:16.453Z Compiling futures-util v0.3.32
16472026-03-25T20:24:16.458Z Compiling tracing-core v0.1.36
16482026-03-25T20:24:16.546Z Compiling schemars v0.8.22
16492026-03-25T20:24:16.870Z Compiling crypto-common v0.1.7
16502026-03-25T20:24:16.884Z Compiling tracing v0.1.44
16512026-03-25T20:24:16.910Z Compiling base64 v0.22.1
16522026-03-25T20:24:17.010Z Compiling byteorder v1.5.0
16532026-03-25T20:24:17.040Z Compiling http v1.4.0
16542026-03-25T20:24:17.126Z Compiling unicode-ident v1.0.24
16552026-03-25T20:24:17.242Z Compiling fnv v1.0.7
16562026-03-25T20:24:17.242Z Compiling proc-macro2 v1.0.106
16572026-03-25T20:24:17.264Z Compiling block-buffer v0.10.4
16582026-03-25T20:24:17.347Z Compiling ipnetwork v0.21.1
16592026-03-25T20:24:17.417Z Compiling rustls-pki-types v1.14.0
16602026-03-25T20:24:17.433Z Compiling digest v0.10.7
16612026-03-25T20:24:17.648Z Compiling quote v1.0.45
16622026-03-25T20:24:17.793Z Compiling ppv-lite86 v0.2.21
16632026-03-25T20:24:17.960Z Compiling erased-serde v0.3.31
16642026-03-25T20:24:17.967Z Compiling ipnet v2.12.0
16652026-03-25T20:24:17.967Z Compiling untrusted v0.9.0
16662026-03-25T20:24:17.967Z Compiling syn v2.0.117
16672026-03-25T20:24:17.993Z Compiling thiserror v1.0.69
16682026-03-25T20:24:18.069Z Compiling rustix v1.1.4
16692026-03-25T20:24:18.094Z Compiling http-body v1.0.1
16702026-03-25T20:24:18.107Z Compiling oxnet v0.1.4
16712026-03-25T20:24:18.256Z Compiling pretty-hex v0.4.2
16722026-03-25T20:24:18.401Z Compiling atomic-waker v1.1.2
16732026-03-25T20:24:18.413Z Compiling getrandom v0.3.4
16742026-03-25T20:24:18.525Z Compiling httparse v1.10.1
16752026-03-25T20:24:18.537Z Compiling tower-layer v0.3.3
16762026-03-25T20:24:18.593Z Compiling plain v0.2.3
16772026-03-25T20:24:18.727Z Compiling try-lock v0.2.5
16782026-03-25T20:24:18.739Z Compiling ryu v1.0.23
16792026-03-25T20:24:18.751Z Compiling tower-service v0.3.3
16802026-03-25T20:24:18.801Z Compiling hex v0.4.3
16812026-03-25T20:24:18.839Z Compiling want v0.3.1
16822026-03-25T20:24:18.852Z Compiling ucd-trie v0.1.7
16832026-03-25T20:24:18.867Z Compiling httpdate v1.0.3
16842026-03-25T20:24:18.927Z Compiling pin-utils v0.1.0
16852026-03-25T20:24:19.004Z Compiling pest v2.8.6
16862026-03-25T20:24:19.017Z Compiling crossbeam-utils v0.8.21
16872026-03-25T20:24:19.066Z Compiling omicron-workspace-hack v0.1.0
16882026-03-25T20:24:19.153Z Compiling cpufeatures v0.2.17
16892026-03-25T20:24:19.159Z Compiling rand_core v0.9.5
16902026-03-25T20:24:19.159Z Compiling fastrand v2.3.0
16912026-03-25T20:24:19.178Z Compiling regex-syntax v0.8.10
16922026-03-25T20:24:19.230Z Compiling serde_urlencoded v0.7.1
16932026-03-25T20:24:19.368Z Compiling http-body-util v0.1.3
16942026-03-25T20:24:19.425Z Compiling newtype-uuid v1.3.2
16952026-03-25T20:24:19.487Z Compiling camino v1.2.2
16962026-03-25T20:24:19.537Z Compiling rand_chacha v0.9.0
16972026-03-25T20:24:19.613Z Compiling tokio-util v0.7.18
16982026-03-25T20:24:19.756Z Compiling daft v0.1.5
16992026-03-25T20:24:19.908Z Compiling aws-lc-sys v0.39.0
17002026-03-25T20:24:19.926Z Compiling untrusted v0.7.1
17012026-03-25T20:24:20.029Z Compiling rand v0.9.2
17022026-03-25T20:24:20.059Z Compiling tempfile v3.27.0
17032026-03-25T20:24:20.300Z Compiling h2 v0.4.13
17042026-03-25T20:24:20.349Z Compiling rustls v0.23.37
17052026-03-25T20:24:20.457Z Compiling aws-lc-rs v1.16.2
17062026-03-25T20:24:20.508Z Compiling powerfmt v0.2.0
17072026-03-25T20:24:20.645Z Compiling futures-executor v0.3.32
17082026-03-25T20:24:20.655Z Compiling sync_wrapper v1.0.2
17092026-03-25T20:24:20.722Z Compiling deranged v0.5.8
17102026-03-25T20:24:20.742Z Compiling aho-corasick v1.1.4
17112026-03-25T20:24:20.861Z Compiling num-conv v0.2.0
17122026-03-25T20:24:21.002Z Compiling num_threads v0.1.7
17132026-03-25T20:24:21.107Z Compiling time-core v0.1.8
17142026-03-25T20:24:21.262Z Compiling futures v0.3.32
17152026-03-25T20:24:21.350Z Compiling tower v0.5.3
17162026-03-25T20:24:21.661Z Compiling rustls-webpki v0.103.10
17172026-03-25T20:24:21.700Z Compiling time v0.3.47
17182026-03-25T20:24:21.839Z Compiling regex-automata v0.4.14
17192026-03-25T20:24:21.888Z Compiling scroll v0.13.0
17202026-03-25T20:24:21.919Z Compiling openapiv3 v2.2.0
17212026-03-25T20:24:22.092Z Compiling winnow v1.0.0
17222026-03-25T20:24:22.610Z Compiling hyper v1.8.1
17232026-03-25T20:24:22.622Z Compiling iri-string v0.7.11
17242026-03-25T20:24:23.166Z Compiling goblin v0.10.5
17252026-03-25T20:24:23.254Z Compiling crossbeam-channel v0.5.15
17262026-03-25T20:24:23.379Z Compiling ring v0.17.14
17272026-03-25T20:24:23.524Z Compiling winnow v0.7.15
17282026-03-25T20:24:23.784Z Compiling hyper-util v0.1.20
17292026-03-25T20:24:24.242Z Compiling tower-http v0.6.8
17302026-03-25T20:24:24.296Z Compiling dtrace-parser v0.3.0
17312026-03-25T20:24:24.675Z Compiling rustls-webpki v0.102.8
17322026-03-25T20:24:25.073Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17332026-03-25T20:24:25.087Z Compiling thread-id v5.1.0
17342026-03-25T20:24:25.098Z Compiling thread_local v1.1.9
17352026-03-25T20:24:25.172Z Compiling openssl-probe v0.2.1
17362026-03-25T20:24:25.367Z Compiling debug-ignore v1.0.5
17372026-03-25T20:24:25.370Z Compiling match_cfg v0.1.0
17382026-03-25T20:24:25.391Z Compiling rustls-native-certs v0.8.3
17392026-03-25T20:24:25.450Z Compiling hostname v0.3.1
17402026-03-25T20:24:25.466Z Compiling rustls v0.22.4
17412026-03-25T20:24:25.478Z Compiling tokio-rustls v0.26.4
17422026-03-25T20:24:25.489Z Compiling regex v1.12.3
17432026-03-25T20:24:25.528Z Compiling toml_parser v1.1.0+spec-1.1.0
17442026-03-25T20:24:25.588Z Compiling slog-json v2.6.1
17452026-03-25T20:24:25.719Z Compiling rand_chacha v0.3.1
17462026-03-25T20:24:25.744Z Compiling toml_datetime v0.7.5+spec-1.1.0
17472026-03-25T20:24:25.795Z Compiling serde_spanned v1.1.0
17482026-03-25T20:24:25.933Z Compiling is-terminal v0.4.17
17492026-03-25T20:24:25.949Z Compiling memmap2 v0.9.10
17502026-03-25T20:24:26.032Z Compiling dof v0.4.0
17512026-03-25T20:24:26.047Z Compiling encoding_rs v0.8.35
17522026-03-25T20:24:26.127Z Compiling term v1.2.1
17532026-03-25T20:24:26.166Z Compiling either v1.15.0
17542026-03-25T20:24:26.178Z Compiling spin v0.9.8
17552026-03-25T20:24:26.294Z Compiling mime v0.3.17
17562026-03-25T20:24:26.375Z Compiling take_mut v0.2.2
17572026-03-25T20:24:26.489Z Compiling toml_writer v1.1.0+spec-1.1.0
17582026-03-25T20:24:26.567Z Compiling slog-async v2.8.0
17592026-03-25T20:24:26.706Z Compiling toml v0.9.12+spec-1.1.0
17602026-03-25T20:24:26.787Z Compiling usdt-impl v0.6.0
17612026-03-25T20:24:27.068Z Compiling multer v3.1.0
17622026-03-25T20:24:27.340Z Compiling tokio-rustls v0.25.0
17632026-03-25T20:24:27.451Z Compiling usdt v0.6.0
17642026-03-25T20:24:27.573Z Compiling slog-term v2.9.2
17652026-03-25T20:24:27.573Z Compiling rand v0.8.5
17662026-03-25T20:24:27.695Z Compiling slog-bunyan v2.5.0
17672026-03-25T20:24:27.723Z Compiling hyper-rustls v0.27.7
17682026-03-25T20:24:27.735Z Compiling rustls-platform-verifier v0.6.2
17692026-03-25T20:24:27.835Z Compiling async-stream v0.3.6
17702026-03-25T20:24:27.924Z Compiling ref-cast v1.0.25
17712026-03-25T20:24:27.963Z Compiling strum v0.26.3
17722026-03-25T20:24:28.014Z Compiling sha1 v0.10.6
17732026-03-25T20:24:28.017Z Compiling waitgroup v0.1.2
17742026-03-25T20:24:28.037Z Compiling rustls-pemfile v2.2.0
17752026-03-25T20:24:28.097Z Compiling regress v0.10.5
17762026-03-25T20:24:28.132Z Compiling macaddr v1.0.1
17772026-03-25T20:24:28.147Z Compiling serde_path_to_error v0.1.20
17782026-03-25T20:24:28.164Z Compiling hostname v0.4.2
17792026-03-25T20:24:28.221Z Compiling wait-timeout v0.2.1
17802026-03-25T20:24:28.233Z Compiling quick-error v1.2.3
17812026-03-25T20:24:28.243Z Compiling bit-vec v0.8.0
17822026-03-25T20:24:28.309Z Compiling reqwest v0.13.2
17832026-03-25T20:24:28.341Z Compiling serde_with v3.18.0
17842026-03-25T20:24:28.362Z Compiling rusty-fork v0.3.1
17852026-03-25T20:24:28.481Z Compiling dropshot v0.16.7
17862026-03-25T20:24:28.506Z Compiling bit-set v0.8.0
17872026-03-25T20:24:28.522Z Compiling rand_xorshift v0.4.0
17882026-03-25T20:24:28.694Z Compiling unarray v0.1.4
17892026-03-25T20:24:28.726Z Compiling strum v0.27.2
17902026-03-25T20:24:28.752Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17912026-03-25T20:24:28.808Z Compiling proptest v1.11.0
17922026-03-25T20:24:28.862Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
17932026-03-25T20:24:28.877Z Compiling instant v0.1.13
17942026-03-25T20:24:28.991Z Compiling rustc-hash v2.1.1
17952026-03-25T20:24:29.050Z Compiling reqwest v0.12.28
17962026-03-25T20:24:29.123Z Compiling iddqd v0.3.17
17972026-03-25T20:24:29.142Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17982026-03-25T20:24:29.428Z Compiling backon v1.6.0
17992026-03-25T20:24:29.643Z Compiling progenitor-client v0.13.0
18002026-03-25T20:24:30.169Z Compiling progenitor-extras v0.1.1
18012026-03-25T20:24:30.191Z Compiling progenitor-client v0.10.0
18022026-03-25T20:24:30.222Z Compiling backoff v0.4.0
18032026-03-25T20:24:30.242Z Compiling itertools v0.14.0
18042026-03-25T20:24:30.421Z Compiling parse-display v0.10.0
18052026-03-25T20:24:30.434Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#c3305fd1)
18062026-03-25T20:24:30.752Z Compiling unicode-width v0.2.2
18072026-03-25T20:24:31.048Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
18082026-03-25T20:24:31.313Z Compiling terminal_size v0.4.4
18092026-03-25T20:24:31.465Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18102026-03-25T20:24:31.500Z Compiling crossbeam-epoch v0.9.18
18112026-03-25T20:24:31.629Z Compiling clap_builder v4.6.0
18122026-03-25T20:24:31.841Z Compiling tinyvec_macros v0.1.1
18132026-03-25T20:24:31.859Z Compiling hash32 v0.3.1
18142026-03-25T20:24:31.919Z Compiling tinyvec v1.11.0
18152026-03-25T20:24:31.995Z Compiling secrecy v0.10.3
18162026-03-25T20:24:32.095Z Compiling scroll v0.12.0
18172026-03-25T20:24:32.134Z Compiling heapless v0.8.0
18182026-03-25T20:24:32.183Z Compiling ingot-types v0.1.2
18192026-03-25T20:24:32.266Z Compiling cobs v0.3.0
18202026-03-25T20:24:32.290Z Compiling managed v0.8.0
18212026-03-25T20:24:32.386Z Compiling heck v0.5.0
18222026-03-25T20:24:32.747Z Compiling bitflags v1.3.2
18232026-03-25T20:24:32.836Z Compiling postcard v1.1.3
18242026-03-25T20:24:32.836Z Compiling ingot v0.1.1
18252026-03-25T20:24:32.836Z Compiling smoltcp v0.11.0
18262026-03-25T20:24:32.836Z Compiling goblin v0.8.2
18272026-03-25T20:24:32.836Z Compiling crucible-workspace-hack v0.1.0
18282026-03-25T20:24:32.840Z Compiling crossbeam-deque v0.8.6
18292026-03-25T20:24:32.927Z Compiling zerocopy v0.7.35
18302026-03-25T20:24:33.020Z Compiling tabwriter v1.4.1
18312026-03-25T20:24:33.268Z Compiling clap v4.6.0
18322026-03-25T20:24:33.369Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
18332026-03-25T20:24:33.523Z Compiling num-integer v0.1.46
18342026-03-25T20:24:33.698Z Compiling foreign-types-shared v0.3.1
18352026-03-25T20:24:33.797Z Compiling cpufeatures v0.3.0
18362026-03-25T20:24:33.862Z Compiling chacha20 v0.10.0
18372026-03-25T20:24:34.284Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
18382026-03-25T20:24:34.438Z Compiling foreign-types v0.5.0
18392026-03-25T20:24:34.450Z Compiling rayon-core v1.13.0
18402026-03-25T20:24:34.525Z Compiling num_enum v0.7.6
18412026-03-25T20:24:34.622Z Compiling memoffset v0.9.1
18422026-03-25T20:24:34.639Z Compiling rustix v0.38.44
18432026-03-25T20:24:34.655Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
18442026-03-25T20:24:34.721Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18452026-03-25T20:24:34.855Z Compiling dof v0.3.0
18462026-03-25T20:24:35.047Z Compiling dtrace-parser v0.2.0
18472026-03-25T20:24:35.059Z Compiling hmac v0.12.1
18482026-03-25T20:24:35.108Z Compiling inout v0.1.4
18492026-03-25T20:24:35.164Z Compiling serde_spanned v0.6.9
18502026-03-25T20:24:35.260Z Compiling toml_datetime v0.6.11
18512026-03-25T20:24:35.319Z Compiling ff v0.13.1
18522026-03-25T20:24:35.420Z Compiling thread-id v4.2.2
18532026-03-25T20:24:35.458Z Compiling bstr v1.12.1
18542026-03-25T20:24:35.490Z Compiling cstr-argument v0.1.2
18552026-03-25T20:24:35.508Z Compiling toml_write v0.1.2
18562026-03-25T20:24:35.546Z Compiling colored v3.1.1
18572026-03-25T20:24:35.634Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18582026-03-25T20:24:35.691Z Compiling toml_edit v0.22.27
18592026-03-25T20:24:35.711Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
18602026-03-25T20:24:35.897Z Compiling usdt-impl v0.5.0
18612026-03-25T20:24:35.939Z Compiling group v0.13.0
18622026-03-25T20:24:35.944Z Compiling cipher v0.4.4
18632026-03-25T20:24:36.049Z Compiling hkdf v0.12.4
18642026-03-25T20:24:36.169Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
18652026-03-25T20:24:36.203Z Compiling rayon v1.11.0
18662026-03-25T20:24:36.294Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
18672026-03-25T20:24:36.427Z Compiling nix v0.31.2
18682026-03-25T20:24:36.439Z Compiling num_enum v0.5.11
18692026-03-25T20:24:36.500Z Compiling rand v0.10.0
18702026-03-25T20:24:36.553Z Compiling num-rational v0.4.2
18712026-03-25T20:24:36.553Z Compiling num-iter v0.1.45
18722026-03-25T20:24:36.688Z Compiling camino-tempfile v1.4.1
18732026-03-25T20:24:36.927Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18742026-03-25T20:24:37.095Z Compiling half v2.7.1
18752026-03-25T20:24:37.161Z Compiling universal-hash v0.5.1
18762026-03-25T20:24:37.275Z Compiling crypto-bigint v0.5.5
18772026-03-25T20:24:37.299Z Compiling num-complex v0.4.6
18782026-03-25T20:24:37.403Z Compiling memmap v0.7.0
18792026-03-25T20:24:37.590Z Compiling ciborium-io v0.2.2
18802026-03-25T20:24:37.692Z Compiling base64ct v1.8.3
18812026-03-25T20:24:37.702Z Compiling static_assertions v1.1.0
18822026-03-25T20:24:37.778Z Compiling data-encoding v2.10.0
18832026-03-25T20:24:37.815Z Compiling opaque-debug v0.3.1
18842026-03-25T20:24:37.878Z Compiling base16ct v0.2.0
18852026-03-25T20:24:37.893Z Compiling poly1305 v0.8.0
18862026-03-25T20:24:37.929Z Compiling password-hash v0.5.0
18872026-03-25T20:24:37.995Z Compiling ciborium-ll v0.2.2
18882026-03-25T20:24:38.040Z Compiling num v0.4.3
18892026-03-25T20:24:38.122Z Compiling curve25519-dalek v4.1.3
18902026-03-25T20:24:38.218Z Compiling elliptic-curve v0.13.8
18912026-03-25T20:24:38.309Z Compiling usdt v0.5.0
18922026-03-25T20:24:38.435Z Compiling thiserror-no-std v2.0.2
18932026-03-25T20:24:38.499Z Compiling toml v0.8.23
18942026-03-25T20:24:38.531Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
18952026-03-25T20:24:38.556Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18962026-03-25T20:24:38.583Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18972026-03-25T20:24:38.603Z Compiling chacha20 v0.9.1
18982026-03-25T20:24:38.834Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
18992026-03-25T20:24:38.916Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
19002026-03-25T20:24:39.132Z Compiling typify-impl v0.6.1
19012026-03-25T20:24:39.212Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19022026-03-25T20:24:39.334Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
19032026-03-25T20:24:39.373Z Compiling itertools v0.12.1
19042026-03-25T20:24:39.532Z Compiling byte-wrapper v0.1.0
19052026-03-25T20:24:39.623Z Compiling blake2 v0.10.6
19062026-03-25T20:24:39.905Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
19072026-03-25T20:24:39.960Z Compiling aead v0.5.2
19082026-03-25T20:24:40.081Z Compiling sigpipe v0.1.3
19092026-03-25T20:24:40.093Z Compiling keccak v0.1.6
19102026-03-25T20:24:40.125Z Compiling indent_write v2.2.0
19112026-03-25T20:24:40.140Z Compiling jiff v0.2.23
19122026-03-25T20:24:40.168Z Compiling glob v0.3.3
19132026-03-25T20:24:40.219Z Compiling float-ord v0.3.2
19142026-03-25T20:24:40.267Z Compiling sha3 v0.10.8
19152026-03-25T20:24:40.336Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19162026-03-25T20:24:40.348Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
19172026-03-25T20:24:40.553Z Compiling zone v0.3.1
19182026-03-25T20:24:40.580Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
19192026-03-25T20:24:40.601Z Compiling chacha20poly1305 v0.10.1
19202026-03-25T20:24:40.739Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
19212026-03-25T20:24:40.956Z Compiling typify v0.6.1
19222026-03-25T20:24:41.075Z Compiling argon2 v0.5.3
19232026-03-25T20:24:41.273Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19242026-03-25T20:24:41.589Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
19252026-03-25T20:24:41.685Z Compiling vsss-rs v3.3.4
19262026-03-25T20:24:41.837Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
19272026-03-25T20:24:42.112Z Compiling ciborium v0.2.2
19282026-03-25T20:24:42.338Z Compiling atomicwrites v0.4.4
19292026-03-25T20:24:42.539Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19302026-03-25T20:24:42.561Z Compiling smf v0.2.3
19312026-03-25T20:24:42.605Z Compiling linked-hash-map v0.5.6
19322026-03-25T20:24:42.663Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19332026-03-25T20:24:42.702Z Compiling whoami v1.6.1
19342026-03-25T20:24:42.782Z Compiling resolv-conf v0.7.6
19352026-03-25T20:24:42.961Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19362026-03-25T20:24:43.006Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19372026-03-25T20:24:43.153Z Compiling lru-cache v0.1.2
19382026-03-25T20:24:43.288Z Compiling hubpack v0.1.2
19392026-03-25T20:24:43.339Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
19402026-03-25T20:24:43.448Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19412026-03-25T20:24:43.519Z Compiling progenitor-impl v0.13.0
19422026-03-25T20:24:43.739Z Compiling hickory-proto v0.24.4
19432026-03-25T20:24:44.613Z Compiling similar v2.7.0
19442026-03-25T20:24:44.644Z Compiling serde-big-array v0.5.1
19452026-03-25T20:24:44.673Z Compiling swrite v0.1.0
19462026-03-25T20:24:44.775Z Compiling unicode-segmentation v1.13.1
19472026-03-25T20:24:44.792Z Compiling siphasher v1.0.2
19482026-03-25T20:24:44.993Z Compiling phf_shared v0.12.1
19492026-03-25T20:24:45.181Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19502026-03-25T20:24:45.204Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19512026-03-25T20:24:45.531Z Compiling hickory-resolver v0.24.4
19522026-03-25T20:24:45.997Z Compiling newline-converter v0.3.0
19532026-03-25T20:24:46.125Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
19542026-03-25T20:24:46.406Z Compiling progenitor v0.13.0
19552026-03-25T20:24:46.543Z Compiling pin-project v1.1.11
19562026-03-25T20:24:46.556Z Compiling prettyplease v0.2.37
19572026-03-25T20:24:46.653Z Compiling unicode-normalization v0.1.25
19582026-03-25T20:24:46.724Z Compiling console v0.15.11
19592026-03-25T20:24:46.830Z Compiling tokio-stream v0.1.18
19602026-03-25T20:24:47.132Z Compiling csv-core v0.1.13
19612026-03-25T20:24:47.311Z Compiling foreign-types-shared v0.1.1
19622026-03-25T20:24:47.359Z Compiling highway v1.3.0
19632026-03-25T20:24:47.405Z Compiling unicode-width v0.1.14
19642026-03-25T20:24:47.416Z Compiling foldhash v0.1.5
19652026-03-25T20:24:47.440Z Compiling same-file v1.0.6
19662026-03-25T20:24:47.595Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19672026-03-25T20:24:47.616Z Compiling walkdir v2.5.0
19682026-03-25T20:24:47.688Z Compiling hashbrown v0.15.5
19692026-03-25T20:24:47.751Z Compiling foreign-types v0.3.2
19702026-03-25T20:24:47.831Z Compiling csv v1.4.0
19712026-03-25T20:24:47.844Z Compiling qorb v0.4.1
19722026-03-25T20:24:47.965Z Compiling snafu v0.8.9
19732026-03-25T20:24:48.217Z Compiling olpc-cjson v0.1.4
19742026-03-25T20:24:48.351Z Compiling expectorate v1.2.0
19752026-03-25T20:24:48.378Z Compiling newtype_derive v0.1.6
19762026-03-25T20:24:48.389Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19772026-03-25T20:24:48.461Z Compiling owo-colors v4.3.0
19782026-03-25T20:24:48.494Z Compiling phf v0.12.1
19792026-03-25T20:24:48.713Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19802026-03-25T20:24:48.972Z Compiling openssl-sys v0.9.112
19812026-03-25T20:24:49.252Z Compiling tokio-dtrace v0.1.1
19822026-03-25T20:24:49.265Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19832026-03-25T20:24:49.338Z Compiling globset v0.4.18
19842026-03-25T20:24:49.503Z Compiling libsw-core v0.3.2
19852026-03-25T20:24:49.528Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
19862026-03-25T20:24:49.682Z Compiling pem v3.0.6
19872026-03-25T20:24:49.894Z Compiling serde_plain v1.0.2
19882026-03-25T20:24:49.976Z Compiling minimal-lexical v0.2.1
19892026-03-25T20:24:50.053Z Compiling fixedbitset v0.4.2
19902026-03-25T20:24:50.109Z Compiling bytecount v0.6.9
19912026-03-25T20:24:50.123Z Compiling smawk v0.3.2
19922026-03-25T20:24:50.134Z Compiling unicode-linebreak v0.1.5
19932026-03-25T20:24:50.241Z Compiling typed-path v0.9.3
19942026-03-25T20:24:50.252Z Compiling fixedbitset v0.5.7
19952026-03-25T20:24:50.263Z Compiling papergrid v0.11.0
19962026-03-25T20:24:50.285Z Compiling petgraph v0.6.5
19972026-03-25T20:24:50.380Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19982026-03-25T20:24:50.562Z Compiling petgraph v0.8.3
19992026-03-25T20:24:50.584Z Compiling textwrap v0.16.2
20002026-03-25T20:24:50.746Z Compiling nom v7.1.3
20012026-03-25T20:24:51.094Z Compiling tough v0.20.0
20022026-03-25T20:24:51.551Z Compiling openssl v0.10.76
20032026-03-25T20:24:51.799Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20042026-03-25T20:24:51.887Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
20052026-03-25T20:24:52.006Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20062026-03-25T20:24:52.120Z Compiling libsw v3.5.0
20072026-03-25T20:24:52.254Z Compiling oxide-tokio-rt v0.1.3
20082026-03-25T20:24:52.307Z Compiling chrono-tz v0.10.4
20092026-03-25T20:24:52.387Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20102026-03-25T20:24:52.562Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20112026-03-25T20:24:52.946Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20122026-03-25T20:24:53.828Z Compiling slog-dtrace v0.3.0
20132026-03-25T20:24:54.171Z Compiling const_format v0.2.35
20142026-03-25T20:24:54.415Z Compiling cancel-safe-futures v0.1.5
20152026-03-25T20:24:54.516Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20162026-03-25T20:24:54.593Z Compiling gethostname v0.5.0
20172026-03-25T20:24:54.653Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
20182026-03-25T20:24:54.726Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20192026-03-25T20:24:54.731Z Compiling bcs v0.1.6
20202026-03-25T20:24:55.070Z Compiling tagptr v0.2.0
20212026-03-25T20:24:55.239Z Compiling termtree v0.5.1
20222026-03-25T20:24:55.275Z Compiling linear-map v1.2.0
20232026-03-25T20:24:55.359Z Compiling lazy_static v1.5.0
20242026-03-25T20:24:55.374Z Compiling moka v0.12.15
20252026-03-25T20:24:55.386Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20262026-03-25T20:24:55.466Z Compiling steno v0.4.1
20272026-03-25T20:24:55.469Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20282026-03-25T20:24:55.665Z Compiling tabled v0.15.0
20292026-03-25T20:24:55.968Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20302026-03-25T20:24:56.155Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20312026-03-25T20:24:56.679Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20322026-03-25T20:24:56.958Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20332026-03-25T20:24:57.057Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20342026-03-25T20:24:57.170Z Compiling cookie v0.18.1
20352026-03-25T20:24:57.254Z Compiling hickory-proto v0.25.2
20362026-03-25T20:24:57.791Z Compiling humantime v2.3.0
20372026-03-25T20:24:58.084Z Compiling libscf-sys v1.1.0
20382026-03-25T20:24:58.118Z Compiling parking_lot_core v0.8.6
20392026-03-25T20:24:58.212Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
20402026-03-25T20:24:58.233Z Compiling crc32fast v1.5.0
20412026-03-25T20:24:58.362Z Compiling parking_lot v0.11.2
20422026-03-25T20:24:58.440Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
20432026-03-25T20:24:58.445Z Compiling fxhash v0.2.1
20442026-03-25T20:24:58.583Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
20452026-03-25T20:24:58.596Z Compiling internet-checksum v0.2.1
20462026-03-25T20:24:58.776Z Compiling sled v0.34.7
20472026-03-25T20:24:58.807Z Compiling const-random v0.1.18
20482026-03-25T20:24:58.807Z Compiling rdb-types v0.1.0 (/work/oxidecomputer/maghemite/rdb-types)
20492026-03-25T20:24:58.829Z Compiling smartstring v1.0.1
20502026-03-25T20:24:58.886Z Compiling ahash v0.8.12
20512026-03-25T20:24:59.013Z Compiling thin-vec v0.2.14
20522026-03-25T20:24:59.105Z Compiling dropshot-api-manager-types v0.5.2
20532026-03-25T20:24:59.132Z Compiling nom v8.0.0
20542026-03-25T20:24:59.285Z Compiling hickory-resolver v0.25.2
20552026-03-25T20:24:59.300Z Compiling rhai v1.24.0
20562026-03-25T20:24:59.468Z Compiling fs-err v3.3.0
20572026-03-25T20:24:59.783Z Compiling git-stub v1.0.0
20582026-03-25T20:25:00.068Z Compiling is_ci v1.2.0
20592026-03-25T20:25:00.219Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20602026-03-25T20:25:00.647Z Compiling supports-color v3.0.2
20612026-03-25T20:25:00.835Z Compiling git-stub-vcs v0.1.0
20622026-03-25T20:25:01.200Z Compiling drift v0.1.3
20632026-03-25T20:25:01.314Z Compiling sha2 v0.10.9
20642026-03-25T20:25:01.855Z Compiling dropshot-api-manager v0.5.2
20652026-03-25T20:25:05.465Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20662026-03-25T20:25:12.946Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20672026-03-25T20:25:14.537Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20682026-03-25T20:25:15.597Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
20692026-03-25T20:25:16.682Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
20702026-03-25T20:25:16.682Z Compiling ddm-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-types/versions)
20712026-03-25T20:25:17.441Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
20722026-03-25T20:25:17.503Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
20732026-03-25T20:25:19.036Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
20742026-03-25T20:25:19.036Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
20752026-03-25T20:25:25.680Z Compiling mg-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-types/versions)
20762026-03-25T20:25:27.105Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
20772026-03-25T20:25:29.451Z Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
20782026-03-25T20:25:50.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 38s
20792026-03-25T20:25:50.916Z Running `target/debug/maghemite-dropshot-apis check`
20802026-03-25T20:25:50.964Z -------
20812026-03-25T20:25:50.964Z Generating OpenAPI documents from API definitions ...
20822026-03-25T20:25:51.004Z Loading local OpenAPI documents from "/work/oxidecomputer/maghemite/openapi" ...
20832026-03-25T20:25:51.024Z Loading blessed OpenAPI documents from git revision "origin/main" path "openapi"
20842026-03-25T20:25:51.100Z -------
20852026-03-25T20:25:51.100Z Checking 8 OpenAPI documents...
20862026-03-25T20:25:51.100Z Fresh ddm-admin (versioned v1.0.0 (blessed)): DDM Admin
20872026-03-25T20:25:51.100Z Fresh ddm-admin "latest" symlink
20882026-03-25T20:25:51.100Z Fresh mg-admin (versioned v1.0.0 (blessed)): Maghemite Admin
20892026-03-25T20:25:51.100Z Fresh mg-admin (versioned v2.0.0 (blessed)): Maghemite Admin
20902026-03-25T20:25:51.100Z Fresh mg-admin (versioned v3.0.0 (blessed)): Maghemite Admin
20912026-03-25T20:25:51.105Z Fresh mg-admin (versioned v4.0.0 (blessed)): Maghemite Admin
20922026-03-25T20:25:51.105Z Fresh mg-admin (versioned v5.0.0 (blessed)): Maghemite Admin
20932026-03-25T20:25:51.105Z Fresh mg-admin (versioned v6.0.0 (blessed)): Maghemite Admin
20942026-03-25T20:25:51.105Z Fresh mg-admin (versioned v7.0.0 (blessed)): Maghemite Admin
20952026-03-25T20:25:51.105Z Fresh mg-admin "latest" symlink
20962026-03-25T20:25:51.105Z -------
20972026-03-25T20:25:51.105Z Success 8 documents checked: 10 fresh, 0 stale, 0 failed, 0 other problems
20982026-03-25T20:25:51.125Z+ banner build
20992026-03-25T20:25:51.129Z
21002026-03-25T20:25:51.129Z ##### # # # # #####
21012026-03-25T20:25:51.129Z # # # # # # # #
21022026-03-25T20:25:51.129Z ##### # # # # # #
21032026-03-25T20:25:51.130Z # # # # # # # #
21042026-03-25T20:25:51.130Z # # # # # # # #
21052026-03-25T20:25:51.130Z ##### #### # ###### #####
21062026-03-25T20:25:51.130Z
21072026-03-25T20:25:51.130Z+ ptime -m cargo build
21082026-03-25T20:25:51.708Z Compiling log v0.4.29
21092026-03-25T20:25:51.813Z Compiling slog v2.8.2
21102026-03-25T20:25:51.830Z Compiling rustls-webpki v0.103.10
21112026-03-25T20:25:51.845Z Compiling webpki-roots v1.0.6
21122026-03-25T20:25:51.887Z Compiling zone v0.3.1
21132026-03-25T20:25:51.923Z Compiling arc-swap v1.9.0
21142026-03-25T20:25:51.937Z Compiling goblin v0.10.5
21152026-03-25T20:25:51.937Z Compiling rustls v0.22.4
21162026-03-25T20:25:51.960Z Compiling goblin v0.8.2
21172026-03-25T20:25:52.030Z Compiling typify-impl v0.6.1
21182026-03-25T20:25:52.210Z Compiling slog-term v2.9.2
21192026-03-25T20:25:52.221Z Compiling slog-async v2.8.0
21202026-03-25T20:25:52.661Z Compiling rustls v0.23.37
21212026-03-25T20:25:52.707Z Compiling slog-json v2.6.1
21222026-03-25T20:25:52.757Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21232026-03-25T20:25:52.760Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21242026-03-25T20:25:52.892Z Compiling slog-bunyan v2.5.0
21252026-03-25T20:25:52.923Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21262026-03-25T20:25:53.031Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21272026-03-25T20:25:53.117Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21282026-03-25T20:25:53.160Z Compiling globset v0.4.18
21292026-03-25T20:25:54.011Z Compiling tokio-rustls v0.25.0
21302026-03-25T20:25:54.145Z Compiling typify v0.6.1
21312026-03-25T20:25:54.248Z Compiling progenitor-impl v0.13.0
21322026-03-25T20:25:54.262Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21332026-03-25T20:25:54.417Z Compiling dof v0.3.0
21342026-03-25T20:25:55.237Z Compiling dof v0.4.0
21352026-03-25T20:25:55.713Z Compiling usdt-impl v0.5.0
21362026-03-25T20:25:55.979Z Compiling tokio-rustls v0.26.4
21372026-03-25T20:25:56.274Z Compiling hyper-rustls v0.27.7
21382026-03-25T20:25:56.398Z Compiling usdt-impl v0.6.0
21392026-03-25T20:25:56.572Z Compiling rustls-platform-verifier v0.6.2
21402026-03-25T20:25:56.613Z Compiling reqwest v0.12.28
21412026-03-25T20:25:56.687Z Compiling usdt v0.5.0
21422026-03-25T20:25:56.725Z Compiling reqwest v0.13.2
21432026-03-25T20:25:56.818Z Compiling usdt v0.6.0
21442026-03-25T20:25:56.968Z Compiling qorb v0.4.1
21452026-03-25T20:25:57.093Z Compiling dropshot v0.16.7
21462026-03-25T20:25:57.119Z Compiling tokio-dtrace v0.1.1
21472026-03-25T20:25:57.392Z Compiling oxide-tokio-rt v0.1.3
21482026-03-25T20:25:57.524Z Compiling slog-dtrace v0.3.0
21492026-03-25T20:25:57.556Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21502026-03-25T20:25:57.707Z Compiling steno v0.4.1
21512026-03-25T20:25:57.833Z Compiling progenitor-client v0.10.0
21522026-03-25T20:25:58.139Z Compiling progenitor-client v0.13.0
21532026-03-25T20:25:58.464Z Compiling progenitor-extras v0.1.1
21542026-03-25T20:25:58.773Z Compiling progenitor v0.13.0
21552026-03-25T20:25:58.785Z Compiling tough v0.20.0
21562026-03-25T20:25:58.923Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
21572026-03-25T20:25:59.059Z Compiling typify-impl v0.4.3
21582026-03-25T20:25:59.209Z Compiling sled v0.34.7
21592026-03-25T20:26:00.381Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21602026-03-25T20:26:00.508Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21612026-03-25T20:26:00.640Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21622026-03-25T20:26:01.189Z Compiling typify v0.4.3
21632026-03-25T20:26:01.310Z Compiling slog-scope v4.4.1
21642026-03-25T20:26:01.575Z Compiling papergrid v0.17.0
21652026-03-25T20:26:02.523Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21662026-03-25T20:26:03.054Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21672026-03-25T20:26:03.091Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
21682026-03-25T20:26:03.091Z Compiling testing_table v0.3.0
21692026-03-25T20:26:03.241Z Compiling tabled v0.20.0
21702026-03-25T20:26:03.447Z Compiling slog-stdlog v4.1.1
21712026-03-25T20:26:03.521Z Compiling progenitor-impl v0.11.2
21722026-03-25T20:26:03.784Z Compiling progenitor-client v0.11.2
21732026-03-25T20:26:03.805Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
21742026-03-25T20:26:03.990Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
21752026-03-25T20:26:04.029Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
21762026-03-25T20:26:04.105Z Compiling slog-envlogger v2.2.0
21772026-03-25T20:26:04.806Z Compiling crc8 v0.1.1
21782026-03-25T20:26:04.836Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
21792026-03-25T20:26:04.836Z Compiling utf-8 v0.7.6
21802026-03-25T20:26:04.844Z Compiling progenitor v0.11.2
21812026-03-25T20:26:05.138Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
21822026-03-25T20:26:05.356Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21832026-03-25T20:26:06.186Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21842026-03-25T20:26:06.224Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21852026-03-25T20:26:06.224Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21862026-03-25T20:26:06.224Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21872026-03-25T20:26:06.224Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
21882026-03-25T20:26:06.224Z Compiling tungstenite v0.21.0
21892026-03-25T20:26:06.559Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21902026-03-25T20:26:06.768Z Compiling progenitor-impl v0.10.0
21912026-03-25T20:26:06.781Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
21922026-03-25T20:26:07.111Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21932026-03-25T20:26:07.150Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21942026-03-25T20:26:07.984Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21952026-03-25T20:26:08.018Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21962026-03-25T20:26:08.018Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
21972026-03-25T20:26:08.039Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21982026-03-25T20:26:08.154Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21992026-03-25T20:26:08.691Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
22002026-03-25T20:26:09.329Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
22012026-03-25T20:26:09.348Z Compiling progenitor v0.10.0
22022026-03-25T20:26:09.348Z Compiling lzma-sys v0.1.20
22032026-03-25T20:26:09.349Z Compiling tokio-tungstenite v0.21.0
22042026-03-25T20:26:09.713Z Compiling typeid v1.0.3
22052026-03-25T20:26:09.732Z Compiling console v0.16.3
22062026-03-25T20:26:09.732Z Compiling unit-prefix v0.5.2
22072026-03-25T20:26:10.021Z Compiling base64 v0.21.7
22082026-03-25T20:26:10.032Z Compiling indicatif v0.18.4
22092026-03-25T20:26:10.040Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
22102026-03-25T20:26:10.294Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
22112026-03-25T20:26:10.322Z Compiling ron v0.12.0
22122026-03-25T20:26:10.322Z Compiling xz2 v0.1.7
22132026-03-25T20:26:10.979Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
22142026-03-25T20:26:11.006Z Compiling base16ct v1.0.0
22152026-03-25T20:26:11.007Z Compiling dropshot-api-manager v0.5.2
22162026-03-25T20:26:11.007Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#9167ac10)
22172026-03-25T20:26:11.479Z Compiling natord v1.0.9
22182026-03-25T20:26:11.494Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
22192026-03-25T20:26:11.537Z Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util)
22202026-03-25T20:26:11.846Z Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
22212026-03-25T20:26:12.544Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#9167ac10)
22222026-03-25T20:26:15.291Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
22232026-03-25T20:26:16.737Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
22242026-03-25T20:26:16.737Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
22252026-03-25T20:26:24.390Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
22262026-03-25T20:26:31.422Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
22272026-03-25T20:26:33.008Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
22282026-03-25T20:26:34.073Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
22292026-03-25T20:26:35.167Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
22302026-03-25T20:26:35.167Z Compiling ddm-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-types/versions)
22312026-03-25T20:26:35.608Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
22322026-03-25T20:26:35.942Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
22332026-03-25T20:26:35.942Z Compiling ddm-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-types)
22342026-03-25T20:26:36.019Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
22352026-03-25T20:26:36.293Z Compiling mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify)
22362026-03-25T20:26:36.641Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
22372026-03-25T20:26:37.761Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
22382026-03-25T20:26:37.761Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
22392026-03-25T20:26:37.764Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
22402026-03-25T20:26:43.602Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
22412026-03-25T20:26:45.680Z Compiling mg-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-types/versions)
22422026-03-25T20:26:47.214Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
22432026-03-25T20:26:47.219Z Compiling mg-types v0.1.0 (/work/oxidecomputer/maghemite/mg-types)
22442026-03-25T20:26:47.372Z Compiling falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab)
22452026-03-25T20:26:47.392Z Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
22462026-03-25T20:26:48.709Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
22472026-03-25T20:26:48.709Z Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
22482026-03-25T20:27:32.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 41s
22492026-03-25T20:27:32.476Z
22502026-03-25T20:27:32.476Zreal 1:41.244869084
22512026-03-25T20:27:32.476Zuser 6:36.825967409
22522026-03-25T20:27:32.476Zsys 59.533251274
22532026-03-25T20:27:32.476Ztrap 0.166886700
22542026-03-25T20:27:32.476Ztflt 0.050153561
22552026-03-25T20:27:32.476Zdflt 0.314194691
22562026-03-25T20:27:32.476Zkflt 0.000037947
22572026-03-25T20:27:32.476Zlock 26:18.826533088
22582026-03-25T20:27:32.476Zslp 23:34.105049241
22592026-03-25T20:27:32.476Zlat 17.529557250
22602026-03-25T20:27:32.476Zstop 19.835659888
22612026-03-25T20:27:32.493Z+ ptime -m cargo build --release
22622026-03-25T20:27:33.128Z Compiling proc-macro2 v1.0.106
22632026-03-25T20:27:33.128Z Compiling quote v1.0.45
22642026-03-25T20:27:33.129Z Compiling unicode-ident v1.0.24
22652026-03-25T20:27:33.170Z Compiling serde_core v1.0.228
22662026-03-25T20:27:33.170Z Compiling serde v1.0.228
22672026-03-25T20:27:33.170Z Compiling libc v0.2.183
22682026-03-25T20:27:33.170Z Compiling cfg-if v1.0.4
22692026-03-25T20:27:33.312Z Compiling zmij v1.0.21
22702026-03-25T20:27:33.737Z Compiling autocfg v1.5.0
22712026-03-25T20:27:33.769Z Compiling libm v0.2.16
22722026-03-25T20:27:33.769Z Compiling memchr v2.8.0
22732026-03-25T20:27:33.769Z Compiling itoa v1.0.18
22742026-03-25T20:27:34.019Z Compiling version_check v0.9.5
22752026-03-25T20:27:34.036Z Compiling icu_properties_data v2.1.2
22762026-03-25T20:27:34.229Z Compiling icu_normalizer_data v2.1.1
22772026-03-25T20:27:34.285Z Compiling stable_deref_trait v1.2.1
22782026-03-25T20:27:34.527Z Compiling syn v2.0.117
22792026-03-25T20:27:34.631Z Compiling serde_json v1.0.149
22802026-03-25T20:27:34.631Z Compiling thiserror v2.0.18
22812026-03-25T20:27:34.656Z Compiling writeable v0.6.2
22822026-03-25T20:27:34.691Z Compiling litemap v0.8.1
22832026-03-25T20:27:34.816Z Compiling num-traits v0.2.19
22842026-03-25T20:27:34.825Z Compiling parking_lot_core v0.9.12
22852026-03-25T20:27:35.023Z Compiling percent-encoding v2.3.2
22862026-03-25T20:27:35.091Z Compiling form_urlencoded v1.2.2
22872026-03-25T20:27:35.211Z Compiling getrandom v0.4.2
22882026-03-25T20:27:35.224Z Compiling utf8_iter v1.0.4
22892026-03-25T20:27:35.224Z Compiling rand_core v0.10.0
22902026-03-25T20:27:35.368Z Compiling jobserver v0.1.34
22912026-03-25T20:27:35.405Z Compiling shlex v1.3.0
22922026-03-25T20:27:35.406Z Compiling find-msvc-tools v0.1.9
22932026-03-25T20:27:35.594Z Compiling cc v1.2.57
22942026-03-25T20:27:35.607Z Compiling heck v0.5.0
22952026-03-25T20:27:35.696Z Compiling errno v0.3.14
22962026-03-25T20:27:35.883Z Compiling iana-time-zone v0.1.65
22972026-03-25T20:27:36.071Z Compiling zerocopy v0.8.47
22982026-03-25T20:27:36.274Z Compiling uuid v1.22.0
22992026-03-25T20:27:36.389Z Compiling getrandom v0.2.17
23002026-03-25T20:27:36.460Z Compiling semver v1.0.27
23012026-03-25T20:27:36.603Z Compiling dyn-clone v1.0.20
23022026-03-25T20:27:36.618Z Compiling pin-project-lite v0.2.17
23032026-03-25T20:27:36.911Z Compiling schemars v0.8.22
23042026-03-25T20:27:36.931Z Compiling rustversion v1.0.22
23052026-03-25T20:27:36.931Z Compiling scopeguard v1.2.0
23062026-03-25T20:27:36.943Z Compiling lock_api v0.4.14
23072026-03-25T20:27:36.992Z Compiling socket2 v0.6.3
23082026-03-25T20:27:37.005Z Compiling portable-atomic v1.13.1
23092026-03-25T20:27:37.075Z Compiling bitflags v2.11.0
23102026-03-25T20:27:37.101Z Compiling allocator-api2 v0.2.21
23112026-03-25T20:27:37.192Z Compiling log v0.4.29
23122026-03-25T20:27:37.466Z Compiling synstructure v0.13.2
23132026-03-25T20:27:37.482Z Compiling serde_derive_internals v0.29.1
23142026-03-25T20:27:37.496Z Compiling equivalent v1.0.2
23152026-03-25T20:27:37.604Z Compiling foldhash v0.2.0
23162026-03-25T20:27:37.779Z Compiling hashbrown v0.16.1
23172026-03-25T20:27:37.786Z Compiling signal-hook-registry v1.4.8
23182026-03-25T20:27:37.885Z Compiling mio v1.1.1
23192026-03-25T20:27:37.942Z Compiling critical-section v1.2.0
23202026-03-25T20:27:38.143Z Compiling once_cell v1.21.4
23212026-03-25T20:27:38.217Z Compiling subtle v2.6.1
23222026-03-25T20:27:38.231Z Compiling typenum v1.19.0
23232026-03-25T20:27:38.299Z Compiling futures-core v0.3.32
23242026-03-25T20:27:38.440Z Compiling httparse v1.10.1
23252026-03-25T20:27:38.458Z Compiling ring v0.17.14
23262026-03-25T20:27:38.458Z Compiling serde_derive v1.0.228
23272026-03-25T20:27:38.487Z Compiling zerofrom-derive v0.1.6
23282026-03-25T20:27:38.560Z Compiling yoke-derive v0.8.1
23292026-03-25T20:27:38.587Z Compiling zerovec-derive v0.11.2
23302026-03-25T20:27:38.688Z Compiling displaydoc v0.2.5
23312026-03-25T20:27:38.756Z Compiling schemars_derive v0.8.22
23322026-03-25T20:27:38.764Z Compiling thiserror-impl v2.0.18
23332026-03-25T20:27:38.952Z Compiling tokio-macros v2.6.1
23342026-03-25T20:27:39.511Z Compiling zerocopy-derive v0.8.47
23352026-03-25T20:27:39.577Z Compiling zeroize_derive v1.4.3
23362026-03-25T20:27:39.648Z Compiling zerofrom v0.1.6
23372026-03-25T20:27:39.664Z Compiling futures-macro v0.3.32
23382026-03-25T20:27:39.781Z Compiling yoke v0.8.1
23392026-03-25T20:27:39.940Z Compiling cmake v0.1.57
23402026-03-25T20:27:39.973Z Compiling zerovec v0.11.5
23412026-03-25T20:27:39.987Z Compiling zerotrie v0.2.3
23422026-03-25T20:27:40.242Z Compiling zeroize v1.8.2
23432026-03-25T20:27:40.417Z Compiling fs_extra v1.3.0
23442026-03-25T20:27:40.419Z Compiling dunce v1.0.5
23452026-03-25T20:27:40.486Z Compiling thiserror v1.0.69
23462026-03-25T20:27:40.488Z Compiling futures-sink v0.3.32
23472026-03-25T20:27:40.510Z Compiling tinystr v0.8.2
23482026-03-25T20:27:40.522Z Compiling potential_utf v0.1.4
23492026-03-25T20:27:40.566Z Compiling thiserror-impl v1.0.69
23502026-03-25T20:27:40.597Z Compiling slab v0.4.12
23512026-03-25T20:27:40.667Z Compiling icu_collections v2.1.1
23522026-03-25T20:27:40.704Z Compiling icu_locale_core v2.1.1
23532026-03-25T20:27:40.725Z Compiling aws-lc-sys v0.39.0
23542026-03-25T20:27:40.802Z Compiling rand_core v0.6.4
23552026-03-25T20:27:40.859Z Compiling rustix v1.1.4
23562026-03-25T20:27:41.102Z Compiling futures-channel v0.3.32
23572026-03-25T20:27:41.375Z Compiling indexmap v2.13.0
23582026-03-25T20:27:41.412Z Compiling futures-task v0.3.32
23592026-03-25T20:27:41.595Z Compiling icu_provider v2.1.1
23602026-03-25T20:27:41.613Z Compiling futures-io v0.3.32
23612026-03-25T20:27:41.734Z Compiling smallvec v1.15.1
23622026-03-25T20:27:41.758Z Compiling bytes v1.11.1
23632026-03-25T20:27:41.786Z Compiling chrono v0.4.44
23642026-03-25T20:27:41.810Z Compiling serde_tokenstream v0.2.3
23652026-03-25T20:27:42.017Z Compiling icu_normalizer v2.1.1
23662026-03-25T20:27:42.024Z Compiling icu_properties v2.1.2
23672026-03-25T20:27:42.425Z Compiling parking_lot v0.12.5
23682026-03-25T20:27:42.669Z Compiling tokio v1.50.0
23692026-03-25T20:27:42.669Z Compiling futures-util v0.3.32
23702026-03-25T20:27:43.199Z Compiling idna_adapter v1.2.1
23712026-03-25T20:27:43.347Z Compiling idna v1.1.0
23722026-03-25T20:27:43.691Z Compiling generic-array v0.14.7
23732026-03-25T20:27:43.943Z Compiling url v2.5.8
23742026-03-25T20:27:44.387Z Compiling tracing-attributes v0.1.31
23752026-03-25T20:27:44.924Z Compiling tracing-core v0.1.36
23762026-03-25T20:27:45.308Z Compiling getrandom v0.3.4
23772026-03-25T20:27:45.387Z Compiling ucd-trie v0.1.7
23782026-03-25T20:27:45.618Z Compiling pest v2.8.6
23792026-03-25T20:27:45.623Z Compiling tracing v0.1.44
23802026-03-25T20:27:45.647Z Compiling http v1.4.0
23812026-03-25T20:27:46.000Z Compiling base64 v0.22.1
23822026-03-25T20:27:46.004Z Compiling regex-syntax v0.8.10
23832026-03-25T20:27:46.519Z Compiling fnv v1.0.7
23842026-03-25T20:27:46.631Z Compiling rustls-pki-types v1.14.0
23852026-03-25T20:27:46.791Z Compiling pest_meta v2.8.6
23862026-03-25T20:27:47.474Z Compiling pest_generator v2.8.6
23872026-03-25T20:27:47.764Z Compiling slog v2.8.2
23882026-03-25T20:27:48.005Z Compiling aho-corasick v1.1.4
23892026-03-25T20:27:48.028Z Compiling anyhow v1.0.102
23902026-03-25T20:27:48.111Z Compiling pest_derive v2.8.6
23912026-03-25T20:27:48.363Z Compiling erased-serde v0.3.31
23922026-03-25T20:27:48.503Z Compiling crypto-common v0.1.7
23932026-03-25T20:27:48.658Z Compiling untrusted v0.9.0
23942026-03-25T20:27:48.798Z Compiling ipnetwork v0.21.1
23952026-03-25T20:27:48.828Z Compiling regex-automata v0.4.14
23962026-03-25T20:27:49.088Z Compiling byteorder v1.5.0
23972026-03-25T20:27:49.459Z Compiling ipnet v2.12.0
23982026-03-25T20:27:50.357Z Compiling tokio-util v0.7.18
23992026-03-25T20:27:50.649Z Compiling regex v1.12.3
24002026-03-25T20:27:50.772Z Compiling num-conv v0.2.0
24012026-03-25T20:27:50.937Z Compiling paste v1.0.15
24022026-03-25T20:27:50.997Z Compiling time-core v0.1.8
24032026-03-25T20:27:51.151Z Compiling time-macros v0.2.27
24042026-03-25T20:27:51.379Z Compiling http-body v1.0.1
24052026-03-25T20:27:51.548Z Compiling strsim v0.11.1
24062026-03-25T20:27:51.758Z Compiling omicron-workspace-hack v0.1.0
24072026-03-25T20:27:51.845Z Compiling atomic-waker v1.1.2
24082026-03-25T20:27:51.984Z Compiling syn v1.0.109
24092026-03-25T20:27:52.339Z Compiling oxnet v0.1.4
24102026-03-25T20:27:52.366Z Compiling ppv-lite86 v0.2.21
24112026-03-25T20:27:52.700Z Compiling try-lock v0.2.5
24122026-03-25T20:27:52.822Z Compiling ryu v1.0.23
24132026-03-25T20:27:53.113Z Compiling tower-layer v0.3.3
24142026-03-25T20:27:53.314Z Compiling tower-service v0.3.3
24152026-03-25T20:27:53.813Z Compiling want v0.3.1
24162026-03-25T20:27:53.996Z Compiling h2 v0.4.13
24172026-03-25T20:27:54.281Z Compiling block-buffer v0.10.4
24182026-03-25T20:27:54.453Z Compiling scroll_derive v0.13.1
24192026-03-25T20:27:54.722Z Compiling ident_case v1.0.1
24202026-03-25T20:27:54.828Z Compiling pin-utils v0.1.0
24212026-03-25T20:27:54.907Z Compiling aws-lc-rs v1.16.2
24222026-03-25T20:27:55.225Z Compiling camino v1.2.2
24232026-03-25T20:27:55.280Z Compiling httpdate v1.0.3
24242026-03-25T20:27:55.550Z Compiling digest v0.10.7
24252026-03-25T20:27:55.651Z Compiling async-trait v0.1.89
24262026-03-25T20:27:55.818Z Compiling crossbeam-utils v0.8.21
24272026-03-25T20:27:56.134Z Compiling pretty-hex v0.4.2
24282026-03-25T20:27:56.304Z Compiling hyper v1.8.1
24292026-03-25T20:27:56.633Z Compiling untrusted v0.7.1
24302026-03-25T20:27:57.163Z Compiling serde_urlencoded v0.7.1
24312026-03-25T20:27:57.449Z Compiling http-body-util v0.1.3
24322026-03-25T20:27:57.688Z Compiling hyper-util v0.1.20
24332026-03-25T20:27:57.752Z Compiling daft-derive v0.1.5
24342026-03-25T20:27:58.708Z Compiling slog-async v2.8.0
24352026-03-25T20:27:59.013Z Compiling rustls v0.23.37
24362026-03-25T20:28:00.342Z Compiling usdt-impl v0.6.0
24372026-03-25T20:28:00.447Z Compiling scroll v0.13.0
24382026-03-25T20:28:00.601Z Compiling plain v0.2.3
24392026-03-25T20:28:00.606Z Compiling openapiv3 v2.2.0
24402026-03-25T20:28:00.718Z Compiling goblin v0.10.5
24412026-03-25T20:28:00.718Z Compiling sync_wrapper v1.0.2
24422026-03-25T20:28:00.867Z Compiling cpufeatures v0.2.17
24432026-03-25T20:28:01.047Z Compiling tower v0.5.3
24442026-03-25T20:28:01.091Z Compiling rand_core v0.9.5
24452026-03-25T20:28:01.363Z Compiling dtrace-parser v0.3.0
24462026-03-25T20:28:01.944Z Compiling webpki-roots v1.0.6
24472026-03-25T20:28:02.073Z Compiling regress v0.10.5
24482026-03-25T20:28:02.753Z Compiling thread-id v5.1.0
24492026-03-25T20:28:02.843Z Compiling powerfmt v0.2.0
24502026-03-25T20:28:03.116Z Compiling iri-string v0.7.11
24512026-03-25T20:28:03.355Z Compiling deranged v0.5.8
24522026-03-25T20:28:03.737Z Compiling dof v0.4.0
24532026-03-25T20:28:04.768Z Compiling tower-http v0.6.8
24542026-03-25T20:28:05.146Z Compiling num_threads v0.1.7
24552026-03-25T20:28:05.491Z Compiling rustls v0.22.4
24562026-03-25T20:28:05.721Z Compiling time v0.3.47
24572026-03-25T20:28:05.734Z Compiling rand_chacha v0.9.0
24582026-03-25T20:28:05.776Z Compiling hex v0.4.3
24592026-03-25T20:28:05.995Z Compiling rand v0.9.2
24602026-03-25T20:28:06.087Z Compiling usdt-attr-macro v0.6.0
24612026-03-25T20:28:06.320Z Compiling usdt-macro v0.6.0
24622026-03-25T20:28:06.719Z Compiling crossbeam-channel v0.5.15
24632026-03-25T20:28:07.037Z Compiling structmeta-derive v0.3.0
24642026-03-25T20:28:07.155Z Compiling multer v3.1.0
24652026-03-25T20:28:07.398Z Compiling ref-cast v1.0.25
24662026-03-25T20:28:07.723Z Compiling darling_core v0.23.0
24672026-03-25T20:28:07.989Z Compiling newtype-uuid-macros v0.1.0
24682026-03-25T20:28:08.112Z Compiling structmeta v0.3.0
24692026-03-25T20:28:08.328Z Compiling thread_local v1.1.9
24702026-03-25T20:28:08.591Z Compiling fastrand v2.3.0
24712026-03-25T20:28:08.775Z Compiling newtype-uuid v1.3.2
24722026-03-25T20:28:08.803Z Compiling futures-executor v0.3.32
24732026-03-25T20:28:08.925Z Compiling strum_macros v0.26.4
24742026-03-25T20:28:09.042Z Compiling async-stream-impl v0.3.6
24752026-03-25T20:28:09.234Z Compiling ref-cast-impl v1.0.25
24762026-03-25T20:28:09.267Z Compiling dropshot v0.16.7
24772026-03-25T20:28:09.509Z Compiling is-terminal v0.4.17
24782026-03-25T20:28:09.613Z Compiling term v1.2.1
24792026-03-25T20:28:09.672Z Compiling take_mut v0.2.2
24802026-03-25T20:28:09.697Z Compiling winnow v1.0.0
24812026-03-25T20:28:09.832Z Compiling daft v0.1.5
24822026-03-25T20:28:09.836Z Compiling darling_macro v0.23.0
24832026-03-25T20:28:09.889Z Compiling futures v0.3.32
24842026-03-25T20:28:09.975Z Compiling slog-term v2.9.2
24852026-03-25T20:28:10.282Z Compiling either v1.15.0
24862026-03-25T20:28:10.414Z Compiling darling v0.23.0
24872026-03-25T20:28:10.501Z Compiling serde_with_macros v3.18.0
24882026-03-25T20:28:10.514Z Compiling tempfile v3.27.0
24892026-03-25T20:28:10.870Z Compiling dropshot_endpoint v0.16.7
24902026-03-25T20:28:11.019Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24912026-03-25T20:28:11.393Z Compiling derive-ex v0.1.8
24922026-03-25T20:28:11.437Z Compiling rand_chacha v0.3.1
24932026-03-25T20:28:11.503Z Compiling strum_macros v0.27.2
24942026-03-25T20:28:11.665Z Compiling openssl-probe v0.2.1
24952026-03-25T20:28:11.910Z Compiling rustls-native-certs v0.8.3
24962026-03-25T20:28:12.055Z Compiling rand v0.8.5
24972026-03-25T20:28:12.272Z Compiling toml_parser v1.1.0+spec-1.1.0
24982026-03-25T20:28:12.702Z Compiling sha1 v0.10.6
24992026-03-25T20:28:12.939Z Compiling winnow v0.7.15
25002026-03-25T20:28:12.965Z Compiling test-strategy v0.4.5
25012026-03-25T20:28:12.978Z Compiling match_cfg v0.1.0
25022026-03-25T20:28:13.058Z Compiling hostname v0.3.1
25032026-03-25T20:28:13.307Z Compiling slog-json v2.6.1
25042026-03-25T20:28:13.477Z Compiling memmap2 v0.9.10
25052026-03-25T20:28:13.553Z Compiling slog-bunyan v2.5.0
25062026-03-25T20:28:14.060Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
25072026-03-25T20:28:14.827Z Compiling rustls-webpki v0.102.8
25082026-03-25T20:28:15.043Z Compiling toml_datetime v0.7.5+spec-1.1.0
25092026-03-25T20:28:15.057Z Compiling serde_spanned v1.1.0
25102026-03-25T20:28:15.546Z Compiling debug-ignore v1.0.5
25112026-03-25T20:28:15.615Z Compiling toml_writer v1.1.0+spec-1.1.0
25122026-03-25T20:28:15.776Z Compiling unicode-width v0.2.2
25132026-03-25T20:28:15.881Z Compiling usdt v0.6.0
25142026-03-25T20:28:16.108Z Compiling toml v0.9.12+spec-1.1.0
25152026-03-25T20:28:16.652Z Compiling parse-display-derive v0.10.0
25162026-03-25T20:28:17.600Z Compiling encoding_rs v0.8.35
25172026-03-25T20:28:18.229Z Compiling spin v0.9.8
25182026-03-25T20:28:18.365Z Compiling mime v0.3.17
25192026-03-25T20:28:18.847Z Compiling tokio-rustls v0.25.0
25202026-03-25T20:28:19.214Z Compiling strum v0.26.3
25212026-03-25T20:28:19.360Z Compiling async-stream v0.3.6
25222026-03-25T20:28:19.613Z Compiling waitgroup v0.1.2
25232026-03-25T20:28:19.781Z Compiling rustls-pemfile v2.2.0
25242026-03-25T20:28:19.999Z Compiling macaddr v1.0.1
25252026-03-25T20:28:20.069Z Compiling clap_derive v4.6.0
25262026-03-25T20:28:20.284Z Compiling serde_path_to_error v0.1.20
25272026-03-25T20:28:20.327Z Compiling wait-timeout v0.2.1
25282026-03-25T20:28:20.729Z Compiling hostname v0.4.2
25292026-03-25T20:28:20.799Z Compiling bit-vec v0.8.0
25302026-03-25T20:28:21.110Z Compiling utf8parse v0.2.2
25312026-03-25T20:28:21.203Z Compiling quick-error v1.2.3
25322026-03-25T20:28:21.228Z Compiling anstyle-parse v1.0.0
25332026-03-25T20:28:21.291Z Compiling rusty-fork v0.3.1
25342026-03-25T20:28:21.324Z Compiling bit-set v0.8.0
25352026-03-25T20:28:21.906Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
25362026-03-25T20:28:22.033Z Compiling serde_with v3.18.0
25372026-03-25T20:28:22.047Z Compiling rand_xorshift v0.4.0
25382026-03-25T20:28:22.145Z Compiling terminal_size v0.4.4
25392026-03-25T20:28:22.215Z Compiling unarray v0.1.4
25402026-03-25T20:28:22.308Z Compiling anstyle-query v1.1.5
25412026-03-25T20:28:22.343Z Compiling is_terminal_polyfill v1.70.2
25422026-03-25T20:28:22.390Z Compiling colorchoice v1.0.5
25432026-03-25T20:28:22.444Z Compiling anstyle v1.0.14
25442026-03-25T20:28:22.478Z Compiling proptest v1.11.0
25452026-03-25T20:28:22.722Z Compiling anstream v1.0.0
25462026-03-25T20:28:22.927Z Compiling strum v0.27.2
25472026-03-25T20:28:23.027Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25482026-03-25T20:28:23.068Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
25492026-03-25T20:28:23.184Z Compiling instant v0.1.13
25502026-03-25T20:28:23.514Z Compiling clap_lex v1.1.0
25512026-03-25T20:28:23.876Z Compiling clap_builder v4.6.0
25522026-03-25T20:28:24.463Z Compiling rustc-hash v2.1.1
25532026-03-25T20:28:24.619Z Compiling iddqd v0.3.17
25542026-03-25T20:28:24.817Z Compiling itertools v0.14.0
25552026-03-25T20:28:25.800Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25562026-03-25T20:28:26.084Z Compiling clap v4.6.0
25572026-03-25T20:28:27.877Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
25582026-03-25T20:28:28.492Z Compiling backon v1.6.0
25592026-03-25T20:28:29.368Z Compiling backoff v0.4.0
25602026-03-25T20:28:29.584Z Compiling parse-display v0.10.0
25612026-03-25T20:28:29.742Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#c3305fd1)
25622026-03-25T20:28:29.952Z Compiling toml_datetime v0.6.11
25632026-03-25T20:28:30.215Z Compiling proc-macro-error-attr v1.0.4
25642026-03-25T20:28:30.934Z Compiling proc-macro-error v1.0.4
25652026-03-25T20:28:31.248Z Compiling toml_datetime v1.1.0+spec-1.1.0
25662026-03-25T20:28:31.326Z Compiling unsafe-libyaml v0.2.11
25672026-03-25T20:28:31.481Z Compiling toml_edit v0.25.8+spec-1.1.0
25682026-03-25T20:28:31.987Z Compiling serde_yaml v0.9.34+deprecated
25692026-03-25T20:28:33.677Z Compiling zerocopy-derive v0.7.35
25702026-03-25T20:28:34.137Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25712026-03-25T20:28:34.306Z Compiling crucible-workspace-hack v0.1.0
25722026-03-25T20:28:34.820Z Compiling proc-macro-crate v3.5.0
25732026-03-25T20:28:34.980Z Compiling darling_core v0.21.3
25742026-03-25T20:28:35.232Z Compiling crossbeam-epoch v0.9.18
25752026-03-25T20:28:35.723Z Compiling heck v0.4.1
25762026-03-25T20:28:35.773Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
25772026-03-25T20:28:36.038Z Compiling num_enum_derive v0.7.6
25782026-03-25T20:28:36.573Z Compiling typify-impl v0.6.1
25792026-03-25T20:28:36.748Z Compiling foreign-types-macros v0.2.3
25802026-03-25T20:28:37.087Z Compiling darling_macro v0.21.3
25812026-03-25T20:28:37.463Z Compiling foreign-types-shared v0.3.1
25822026-03-25T20:28:37.529Z Compiling cpufeatures v0.3.0
25832026-03-25T20:28:37.649Z Compiling colored v3.1.1
25842026-03-25T20:28:38.307Z Compiling darling v0.21.3
25852026-03-25T20:28:38.394Z Compiling chacha20 v0.10.0
25862026-03-25T20:28:38.770Z Compiling foreign-types v0.5.0
25872026-03-25T20:28:38.801Z Compiling num_enum v0.7.6
25882026-03-25T20:28:39.222Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25892026-03-25T20:28:39.313Z Compiling cstr-argument v0.1.2
25902026-03-25T20:28:39.473Z Compiling memoffset v0.9.1
25912026-03-25T20:28:39.555Z Compiling cfg_aliases v0.2.1
25922026-03-25T20:28:39.601Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
25932026-03-25T20:28:39.713Z Compiling convert_case v0.4.0
25942026-03-25T20:28:39.726Z Compiling prettyplease v0.2.37
25952026-03-25T20:28:39.798Z Compiling typify-macro v0.6.1
25962026-03-25T20:28:39.817Z Compiling tinyvec_macros v0.1.1
25972026-03-25T20:28:39.888Z Compiling heapless v0.8.0
25982026-03-25T20:28:39.951Z Compiling tinyvec v1.11.0
25992026-03-25T20:28:39.989Z Compiling derive_more v0.99.20
26002026-03-25T20:28:40.362Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26012026-03-25T20:28:40.437Z Compiling nix v0.31.2
26022026-03-25T20:28:40.807Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26032026-03-25T20:28:40.848Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
26042026-03-25T20:28:41.074Z Compiling rand v0.10.0
26052026-03-25T20:28:41.252Z Compiling ingot-macros v0.1.1
26062026-03-25T20:28:41.349Z Compiling zerocopy v0.7.35
26072026-03-25T20:28:41.432Z Compiling tabwriter v1.4.1
26082026-03-25T20:28:41.840Z Compiling hash32 v0.3.1
26092026-03-25T20:28:42.004Z Compiling secrecy v0.10.3
26102026-03-25T20:28:42.042Z Compiling scroll_derive v0.12.1
26112026-03-25T20:28:42.107Z Compiling usdt-impl v0.5.0
26122026-03-25T20:28:42.161Z Compiling smoltcp v0.11.0
26132026-03-25T20:28:42.165Z Compiling data-encoding v2.10.0
26142026-03-25T20:28:42.225Z Compiling pkg-config v0.3.32
26152026-03-25T20:28:42.362Z Compiling winnow v0.5.40
26162026-03-25T20:28:42.733Z Compiling scroll v0.12.0
26172026-03-25T20:28:42.941Z Compiling dof v0.3.0
26182026-03-25T20:28:43.682Z Compiling toml_edit v0.19.15
26192026-03-25T20:28:43.889Z Compiling ingot-types v0.1.2
26202026-03-25T20:28:44.320Z Compiling dtrace-parser v0.2.0
26212026-03-25T20:28:44.334Z Compiling itertools v0.12.1
26222026-03-25T20:28:44.599Z Compiling cobs v0.3.0
26232026-03-25T20:28:44.870Z Compiling thread-id v4.2.2
26242026-03-25T20:28:44.960Z Compiling managed v0.8.0
26252026-03-25T20:28:45.040Z Compiling static_assertions v1.1.0
26262026-03-25T20:28:45.120Z Compiling rustix v0.38.44
26272026-03-25T20:28:45.197Z Compiling bitflags v1.3.2
26282026-03-25T20:28:45.334Z Compiling rayon-core v1.13.0
26292026-03-25T20:28:45.789Z Compiling proc-macro-crate v1.3.1
26302026-03-25T20:28:45.803Z Compiling postcard v1.1.3
26312026-03-25T20:28:46.172Z Compiling ingot v0.1.1
26322026-03-25T20:28:46.898Z Compiling goblin v0.8.2
26332026-03-25T20:28:46.913Z Compiling typify v0.6.1
26342026-03-25T20:28:47.355Z Compiling crossbeam-deque v0.8.6
26352026-03-25T20:28:48.566Z Compiling hubpack_derive v0.1.1
26362026-03-25T20:28:48.802Z Compiling rustc_version v0.4.1
26372026-03-25T20:28:48.842Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26382026-03-25T20:28:49.079Z Compiling num-integer v0.1.46
26392026-03-25T20:28:49.524Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26402026-03-25T20:28:50.992Z Compiling hubpack v0.1.2
26412026-03-25T20:28:51.058Z Compiling curve25519-dalek v4.1.3
26422026-03-25T20:28:51.241Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26432026-03-25T20:28:52.978Z Compiling progenitor-impl v0.13.0
26442026-03-25T20:28:53.238Z Compiling num_enum_derive v0.5.11
26452026-03-25T20:28:53.625Z Compiling reqwest v0.12.28
26462026-03-25T20:28:54.918Z Compiling hmac v0.12.1
26472026-03-25T20:28:54.997Z Compiling inout v0.1.4
26482026-03-25T20:28:55.159Z Compiling serde_spanned v0.6.9
26492026-03-25T20:28:55.361Z Compiling ff v0.13.1
26502026-03-25T20:28:55.516Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26512026-03-25T20:28:55.867Z Compiling bstr v1.12.1
26522026-03-25T20:28:56.126Z Compiling toml_write v0.1.2
26532026-03-25T20:28:56.374Z Compiling toml_edit v0.22.27
26542026-03-25T20:28:57.417Z Compiling group v0.13.0
26552026-03-25T20:28:57.541Z Compiling cipher v0.4.4
26562026-03-25T20:28:57.554Z Compiling hkdf v0.12.4
26572026-03-25T20:28:57.757Z Compiling progenitor-macro v0.13.0
26582026-03-25T20:28:58.297Z Compiling progenitor-client v0.10.0
26592026-03-25T20:28:58.829Z Compiling rustls-webpki v0.103.10
26602026-03-25T20:29:00.448Z Compiling num_enum v0.5.11
26612026-03-25T20:29:00.601Z Compiling rayon v1.11.0
26622026-03-25T20:29:01.591Z Compiling num-iter v0.1.45
26632026-03-25T20:29:01.728Z Compiling num-rational v0.4.2
26642026-03-25T20:29:01.955Z Compiling usdt-macro v0.5.0
26652026-03-25T20:29:02.643Z Compiling usdt-attr-macro v0.5.0
26662026-03-25T20:29:03.198Z Compiling zone_cfg_derive v0.3.1
26672026-03-25T20:29:03.692Z Compiling camino-tempfile v1.4.1
26682026-03-25T20:29:03.877Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
26692026-03-25T20:29:04.084Z Compiling tokio-rustls v0.26.4
26702026-03-25T20:29:04.394Z Compiling hyper-rustls v0.27.7
26712026-03-25T20:29:04.679Z Compiling rustls-platform-verifier v0.6.2
26722026-03-25T20:29:04.873Z Compiling reqwest v0.13.2
26732026-03-25T20:29:04.958Z Compiling thiserror-impl-no-std v2.0.2
26742026-03-25T20:29:05.284Z Compiling universal-hash v0.5.1
26752026-03-25T20:29:05.437Z Compiling crypto-bigint v0.5.5
26762026-03-25T20:29:06.052Z Compiling half v2.7.1
26772026-03-25T20:29:06.420Z Compiling progenitor-client v0.13.0
26782026-03-25T20:29:06.919Z Compiling progenitor-extras v0.1.1
26792026-03-25T20:29:07.177Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
26802026-03-25T20:29:07.668Z Compiling enum-as-inner v0.6.1
26812026-03-25T20:29:08.271Z Compiling curve25519-dalek-derive v0.1.1
26822026-03-25T20:29:08.963Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
26832026-03-25T20:29:09.298Z Compiling num-complex v0.4.6
26842026-03-25T20:29:09.757Z Compiling memmap v0.7.0
26852026-03-25T20:29:10.238Z Compiling lazy_static v1.5.0
26862026-03-25T20:29:10.468Z Compiling ciborium-io v0.2.2
26872026-03-25T20:29:10.584Z Compiling base16ct v0.2.0
26882026-03-25T20:29:10.802Z Compiling base64ct v1.8.3
26892026-03-25T20:29:11.317Z Compiling opaque-debug v0.3.1
26902026-03-25T20:29:11.849Z Compiling poly1305 v0.8.0
26912026-03-25T20:29:12.487Z Compiling password-hash v0.5.0
26922026-03-25T20:29:13.776Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
26932026-03-25T20:29:14.015Z Compiling elliptic-curve v0.13.8
26942026-03-25T20:29:14.335Z Compiling ciborium-ll v0.2.2
26952026-03-25T20:29:14.623Z Compiling usdt v0.5.0
26962026-03-25T20:29:15.296Z Compiling num v0.4.3
26972026-03-25T20:29:16.068Z Compiling progenitor v0.13.0
26982026-03-25T20:29:16.227Z Compiling thiserror-no-std v2.0.2
26992026-03-25T20:29:16.338Z Compiling zone v0.3.1
27002026-03-25T20:29:16.462Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
27012026-03-25T20:29:17.007Z Compiling toml v0.8.23
27022026-03-25T20:29:18.033Z Compiling chacha20 v0.9.1
27032026-03-25T20:29:18.185Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
27042026-03-25T20:29:18.974Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
27052026-03-25T20:29:19.205Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
27062026-03-25T20:29:19.472Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
27072026-03-25T20:29:19.511Z Compiling byte-wrapper v0.1.0
27082026-03-25T20:29:19.719Z Compiling blake2 v0.10.6
27092026-03-25T20:29:19.756Z Compiling smf v0.2.3
27102026-03-25T20:29:20.189Z Compiling aead v0.5.2
27112026-03-25T20:29:20.224Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
27122026-03-25T20:29:20.394Z Compiling num-derive v0.4.2
27132026-03-25T20:29:20.554Z Compiling sigpipe v0.1.3
27142026-03-25T20:29:20.662Z Compiling float-ord v0.3.2
27152026-03-25T20:29:20.691Z Compiling glob v0.3.3
27162026-03-25T20:29:20.784Z Compiling jiff v0.2.23
27172026-03-25T20:29:20.808Z Compiling vcpkg v0.2.15
27182026-03-25T20:29:20.920Z Compiling semver v0.1.20
27192026-03-25T20:29:21.558Z Compiling bytecount v0.6.9
27202026-03-25T20:29:21.568Z Compiling indent_write v2.2.0
27212026-03-25T20:29:21.568Z Compiling keccak v0.1.6
27222026-03-25T20:29:21.568Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
27232026-03-25T20:29:21.568Z Compiling sha3 v0.10.8
27242026-03-25T20:29:21.639Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27252026-03-25T20:29:21.789Z Compiling openssl-sys v0.9.112
27262026-03-25T20:29:22.044Z Compiling rustc_version v0.1.7
27272026-03-25T20:29:22.198Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
27282026-03-25T20:29:22.334Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
27292026-03-25T20:29:22.348Z Compiling chacha20poly1305 v0.10.1
27302026-03-25T20:29:22.555Z Compiling argon2 v0.5.3
27312026-03-25T20:29:22.846Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
27322026-03-25T20:29:23.525Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
27332026-03-25T20:29:23.832Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
27342026-03-25T20:29:23.950Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
27352026-03-25T20:29:24.824Z Compiling vsss-rs v3.3.4
27362026-03-25T20:29:25.825Z Compiling ciborium v0.2.2
27372026-03-25T20:29:26.333Z Compiling atomicwrites v0.4.4
27382026-03-25T20:29:26.629Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
27392026-03-25T20:29:26.701Z Compiling whoami v1.6.1
27402026-03-25T20:29:26.762Z Compiling resolv-conf v0.7.6
27412026-03-25T20:29:27.020Z Compiling linked-hash-map v0.5.6
27422026-03-25T20:29:27.247Z Compiling lru-cache v0.1.2
27432026-03-25T20:29:27.399Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
27442026-03-25T20:29:27.402Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
27452026-03-25T20:29:27.701Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
27462026-03-25T20:29:28.063Z Compiling newtype_derive v0.1.6
27472026-03-25T20:29:28.081Z Compiling hickory-proto v0.24.4
27482026-03-25T20:29:28.313Z Compiling similar v2.7.0
27492026-03-25T20:29:29.824Z Compiling serde-big-array v0.5.1
27502026-03-25T20:29:29.856Z Compiling derive-where v1.6.1
27512026-03-25T20:29:30.139Z Compiling pin-project-internal v1.1.11
27522026-03-25T20:29:30.787Z Compiling serde_repr v0.1.20
27532026-03-25T20:29:30.913Z Compiling swrite v0.1.0
27542026-03-25T20:29:31.035Z Compiling minimal-lexical v0.2.1
27552026-03-25T20:29:31.052Z Compiling unicode-segmentation v1.13.1
27562026-03-25T20:29:31.196Z Compiling siphasher v1.0.2
27572026-03-25T20:29:31.273Z Compiling owo-colors v4.3.0
27582026-03-25T20:29:31.288Z Compiling pin-project v1.1.11
27592026-03-25T20:29:31.398Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
27602026-03-25T20:29:31.411Z Compiling phf_shared v0.12.1
27612026-03-25T20:29:31.432Z Compiling newline-converter v0.3.0
27622026-03-25T20:29:31.569Z Compiling nom v7.1.3
27632026-03-25T20:29:31.642Z Compiling hickory-resolver v0.24.4
27642026-03-25T20:29:31.661Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
27652026-03-25T20:29:32.927Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
27662026-03-25T20:29:34.168Z Compiling unicode-normalization v0.1.25
27672026-03-25T20:29:34.827Z Compiling console v0.15.11
27682026-03-25T20:29:35.143Z Compiling tokio-stream v0.1.18
27692026-03-25T20:29:35.727Z Compiling async-recursion v1.1.1
27702026-03-25T20:29:35.788Z Compiling snafu-derive v0.8.9
27712026-03-25T20:29:36.090Z Compiling slog-dtrace v0.3.0
27722026-03-25T20:29:36.353Z Compiling csv-core v0.1.13
27732026-03-25T20:29:36.433Z Compiling highway v1.3.0
27742026-03-25T20:29:36.772Z Compiling unicode-width v0.1.14
27752026-03-25T20:29:36.805Z Compiling openssl v0.10.76
27762026-03-25T20:29:37.095Z Compiling foreign-types-shared v0.1.1
27772026-03-25T20:29:37.096Z Compiling same-file v1.0.6
27782026-03-25T20:29:37.133Z Compiling unicode-xid v0.2.6
27792026-03-25T20:29:37.200Z Compiling chrono-tz v0.10.4
27802026-03-25T20:29:37.268Z Compiling foldhash v0.1.5
27812026-03-25T20:29:37.291Z Compiling cancel-safe-futures v0.1.5
27822026-03-25T20:29:37.459Z Compiling hashbrown v0.15.5
27832026-03-25T20:29:37.499Z Compiling const_format_proc_macros v0.2.34
27842026-03-25T20:29:39.485Z Compiling snafu v0.8.9
27852026-03-25T20:29:39.532Z Compiling walkdir v2.5.0
27862026-03-25T20:29:39.532Z Compiling foreign-types v0.3.2
27872026-03-25T20:29:39.532Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
27882026-03-25T20:29:39.532Z Compiling csv v1.4.0
27892026-03-25T20:29:39.532Z Compiling qorb v0.4.1
27902026-03-25T20:29:39.532Z Compiling expectorate v1.2.0
27912026-03-25T20:29:39.532Z Compiling olpc-cjson v0.1.4
27922026-03-25T20:29:39.532Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
27932026-03-25T20:29:39.532Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
27942026-03-25T20:29:39.532Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
27952026-03-25T20:29:39.989Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
27962026-03-25T20:29:41.430Z Compiling phf v0.12.1
27972026-03-25T20:29:42.190Z Compiling tokio-dtrace v0.1.1
27982026-03-25T20:29:42.544Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
27992026-03-25T20:29:42.896Z Compiling globset v0.4.18
28002026-03-25T20:29:44.085Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
28012026-03-25T20:29:44.599Z Compiling num-derive v0.3.3
28022026-03-25T20:29:44.674Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
28032026-03-25T20:29:44.841Z Compiling libsw-core v0.3.2
28042026-03-25T20:29:45.040Z Compiling pem v3.0.6
28052026-03-25T20:29:45.219Z Compiling serde_plain v1.0.2
28062026-03-25T20:29:45.532Z Compiling openssl-macros v0.1.1
28072026-03-25T20:29:45.544Z Compiling cookie v0.18.1
28082026-03-25T20:29:45.556Z Compiling smawk v0.3.2
28092026-03-25T20:29:45.734Z Compiling unicode-linebreak v0.1.5
28102026-03-25T20:29:45.790Z Compiling fixedbitset v0.4.2
28112026-03-25T20:29:45.845Z Compiling fixedbitset v0.5.7
28122026-03-25T20:29:46.058Z Compiling typed-path v0.9.3
28132026-03-25T20:29:46.195Z Compiling petgraph v0.8.3
28142026-03-25T20:29:46.389Z Compiling petgraph v0.6.5
28152026-03-25T20:29:46.784Z Compiling textwrap v0.16.2
28162026-03-25T20:29:47.838Z Compiling tough v0.20.0
28172026-03-25T20:29:48.314Z Compiling libscf-sys v1.1.0
28182026-03-25T20:29:48.396Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
28192026-03-25T20:29:48.484Z Compiling libsw v3.5.0
28202026-03-25T20:29:48.646Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
28212026-03-25T20:29:48.683Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
28222026-03-25T20:29:48.896Z Compiling oxide-tokio-rt v0.1.3
28232026-03-25T20:29:49.472Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
28242026-03-25T20:29:49.711Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
28252026-03-25T20:29:51.660Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
28262026-03-25T20:29:53.003Z Compiling const_format v0.2.35
28272026-03-25T20:29:53.439Z Compiling papergrid v0.11.0
28282026-03-25T20:29:53.495Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
28292026-03-25T20:29:53.619Z Compiling gethostname v0.5.0
28302026-03-25T20:29:53.771Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
28312026-03-25T20:29:53.986Z Compiling tabled_derive v0.7.0
28322026-03-25T20:29:54.964Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
28332026-03-25T20:29:57.491Z Compiling bcs v0.1.6
28342026-03-25T20:29:57.631Z Compiling linear-map v1.2.0
28352026-03-25T20:29:57.748Z Compiling termtree v0.5.1
28362026-03-25T20:29:57.840Z Compiling tagptr v0.2.0
28372026-03-25T20:29:58.050Z Compiling moka v0.12.15
28382026-03-25T20:29:58.055Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
28392026-03-25T20:29:58.668Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
28402026-03-25T20:29:58.739Z Compiling tabled v0.15.0
28412026-03-25T20:29:58.988Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
28422026-03-25T20:29:59.258Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
28432026-03-25T20:29:59.598Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
28442026-03-25T20:30:00.821Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
28452026-03-25T20:30:01.139Z Compiling steno v0.4.1
28462026-03-25T20:30:02.378Z Compiling hickory-proto v0.25.2
28472026-03-25T20:30:05.039Z Compiling humantime v2.3.0
28482026-03-25T20:30:05.161Z Compiling hickory-resolver v0.25.2
28492026-03-25T20:30:05.510Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
28502026-03-25T20:30:06.205Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
28512026-03-25T20:30:06.625Z Compiling typify-impl v0.4.3
28522026-03-25T20:30:07.807Z Compiling parking_lot_core v0.8.6
28532026-03-25T20:30:08.147Z Compiling crc32fast v1.5.0
28542026-03-25T20:30:08.943Z Compiling crunchy v0.2.4
28552026-03-25T20:30:09.272Z Compiling parking_lot v0.11.2
28562026-03-25T20:30:09.837Z Compiling fxhash v0.2.1
28572026-03-25T20:30:10.021Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
28582026-03-25T20:30:10.034Z Compiling typify-macro v0.4.3
28592026-03-25T20:30:10.172Z Compiling tiny-keccak v2.0.2
28602026-03-25T20:30:10.283Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
28612026-03-25T20:30:10.408Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
28622026-03-25T20:30:10.566Z Compiling sled v0.34.7
28632026-03-25T20:30:11.615Z Compiling typify v0.4.3
28642026-03-25T20:30:11.772Z Compiling rdb-types v0.1.0 (/work/oxidecomputer/maghemite/rdb-types)
28652026-03-25T20:30:12.278Z Compiling internet-checksum v0.2.1
28662026-03-25T20:30:12.434Z Compiling const-random-macro v0.1.16
28672026-03-25T20:30:12.976Z Compiling smartstring v1.0.1
28682026-03-25T20:30:12.998Z Compiling ahash v0.8.12
28692026-03-25T20:30:13.328Z Compiling const-random v0.1.18
28702026-03-25T20:30:13.417Z Compiling proc-macro-error-attr2 v2.0.0
28712026-03-25T20:30:13.855Z Compiling proc-macro-error2 v2.0.1
28722026-03-25T20:30:13.880Z Compiling thin-vec v0.2.14
28732026-03-25T20:30:13.892Z Compiling rhai_codegen v3.1.0
28742026-03-25T20:30:14.151Z Compiling arc-swap v1.9.0
28752026-03-25T20:30:14.215Z Compiling tabled_derive v0.11.0
28762026-03-25T20:30:14.512Z Compiling slog-scope v4.4.1
28772026-03-25T20:30:14.938Z Compiling progenitor-impl v0.11.2
28782026-03-25T20:30:15.115Z Compiling rhai v1.24.0
28792026-03-25T20:30:15.351Z Compiling papergrid v0.17.0
28802026-03-25T20:30:17.092Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
28812026-03-25T20:30:17.659Z Compiling testing_table v0.3.0
28822026-03-25T20:30:18.087Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
28832026-03-25T20:30:18.365Z Compiling nom v8.0.0
28842026-03-25T20:30:18.526Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
28852026-03-25T20:30:21.049Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
28862026-03-25T20:30:21.063Z Compiling tabled v0.20.0
28872026-03-25T20:30:22.763Z Compiling progenitor-macro v0.11.2
28882026-03-25T20:30:24.465Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
28892026-03-25T20:30:26.916Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
28902026-03-25T20:30:27.924Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
28912026-03-25T20:30:28.740Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
28922026-03-25T20:30:28.960Z Compiling slog-stdlog v4.1.1
28932026-03-25T20:30:29.396Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
28942026-03-25T20:30:30.097Z Compiling progenitor-client v0.11.2
28952026-03-25T20:30:30.605Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
28962026-03-25T20:30:32.251Z Compiling dropshot-api-manager-types v0.5.2
28972026-03-25T20:30:32.857Z Compiling progenitor v0.11.2
28982026-03-25T20:30:33.026Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
28992026-03-25T20:30:36.105Z Compiling slog-envlogger v2.2.0
29002026-03-25T20:30:37.269Z Compiling ddm-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-types/versions)
29012026-03-25T20:30:39.059Z Compiling crc8 v0.1.1
29022026-03-25T20:30:39.192Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
29032026-03-25T20:30:41.320Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
29042026-03-25T20:30:42.239Z Compiling progenitor-impl v0.10.0
29052026-03-25T20:30:42.498Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
29062026-03-25T20:30:43.278Z Compiling lzma-sys v0.1.20
29072026-03-25T20:30:43.716Z Compiling fs-err v3.3.0
29082026-03-25T20:30:43.982Z Compiling utf-8 v0.7.6
29092026-03-25T20:30:44.228Z Compiling typeid v1.0.3
29102026-03-25T20:30:44.233Z Compiling tungstenite v0.21.0
29112026-03-25T20:30:44.306Z Compiling progenitor-macro v0.10.0
29122026-03-25T20:30:44.820Z Compiling mg-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-types/versions)
29132026-03-25T20:30:47.126Z Compiling cargo_toml v0.22.3
29142026-03-25T20:30:48.561Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
29152026-03-25T20:30:49.411Z Compiling sha2 v0.10.9
29162026-03-25T20:30:49.826Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
29172026-03-25T20:30:50.170Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
29182026-03-25T20:30:50.656Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#9167ac10)
29192026-03-25T20:30:50.949Z Compiling progenitor v0.10.0
29202026-03-25T20:30:51.245Z Compiling tokio-tungstenite v0.21.0
29212026-03-25T20:30:51.758Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
29222026-03-25T20:30:52.059Z Compiling ddm-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-types)
29232026-03-25T20:30:52.451Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
29242026-03-25T20:30:53.162Z Compiling console v0.16.3
29252026-03-25T20:30:54.475Z Compiling git-stub v1.0.0
29262026-03-25T20:30:54.942Z Compiling is_ci v1.2.0
29272026-03-25T20:30:55.127Z Compiling base64 v0.21.7
29282026-03-25T20:30:55.284Z Compiling unit-prefix v0.5.2
29292026-03-25T20:30:55.466Z Compiling indicatif v0.18.4
29302026-03-25T20:30:55.648Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
29312026-03-25T20:30:56.190Z Compiling supports-color v3.0.2
29322026-03-25T20:30:56.445Z Compiling git-stub-vcs v0.1.0
29332026-03-25T20:30:57.073Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
29342026-03-25T20:30:57.209Z Compiling ron v0.12.0
29352026-03-25T20:30:58.248Z Compiling xz2 v0.1.7
29362026-03-25T20:30:58.565Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
29372026-03-25T20:30:58.600Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
29382026-03-25T20:30:59.617Z Compiling drift v0.1.3
29392026-03-25T20:30:59.834Z Compiling base16ct v1.0.0
29402026-03-25T20:31:01.031Z Compiling dropshot-api-manager v0.5.2
29412026-03-25T20:31:01.315Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#9167ac10)
29422026-03-25T20:31:02.520Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
29432026-03-25T20:31:04.676Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
29442026-03-25T20:31:06.049Z Compiling mg-types v0.1.0 (/work/oxidecomputer/maghemite/mg-types)
29452026-03-25T20:31:07.021Z Compiling natord v1.0.9
29462026-03-25T20:31:07.321Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
29472026-03-25T20:31:07.414Z Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util)
29482026-03-25T20:31:09.149Z Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
29492026-03-25T20:31:10.788Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
29502026-03-25T20:31:15.169Z Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
29512026-03-25T20:31:15.680Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
29522026-03-25T20:31:17.022Z Compiling falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab)
29532026-03-25T20:31:20.187Z Compiling mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify)
29542026-03-25T20:31:25.949Z Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
29552026-03-25T20:31:28.096Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
29562026-03-25T20:31:47.738Z Finished `release` profile [optimized] target(s) in 4m 15s
29572026-03-25T20:31:47.908Z
29582026-03-25T20:31:47.908Zreal 4:15.381631945
29592026-03-25T20:31:47.908Zuser 29:13.246293294
29602026-03-25T20:31:47.908Zsys 2:36.996867130
29612026-03-25T20:31:47.908Ztrap 0.742203967
29622026-03-25T20:31:47.908Ztflt 1.573862897
29632026-03-25T20:31:47.908Zdflt 1.098782222
29642026-03-25T20:31:47.908Zkflt 0.000135400
29652026-03-25T20:31:47.908Zlock 1:59:21.360851869
29662026-03-25T20:31:47.908Zslp 1:26:07.054970871
29672026-03-25T20:31:47.908Zlat 2:13.732685771
29682026-03-25T20:31:47.908Zstop 3:30.124100453
29692026-03-25T20:31:47.912Z+ for x in debug release
29702026-03-25T20:31:47.912Z+ mkdir -p /work/debug
29712026-03-25T20:31:47.912Z+ cp target/debug/ddmd /work/debug/ddmd
29722026-03-25T20:31:48.440Z+ cp target/debug/ddmadm /work/debug/ddmadm
29732026-03-25T20:31:48.811Z+ cp target/debug/mgd /work/debug/mgd
29742026-03-25T20:31:49.432Z+ cp target/debug/mgadm /work/debug/mgadm
29752026-03-25T20:31:49.881Z+ for x in debug release
29762026-03-25T20:31:49.881Z+ mkdir -p /work/release
29772026-03-25T20:31:49.884Z+ cp target/release/ddmd /work/release/ddmd
29782026-03-25T20:31:49.984Z+ cp target/release/ddmadm /work/release/ddmadm
29792026-03-25T20:31:50.065Z+ cp target/release/mgd /work/release/mgd
29802026-03-25T20:31:50.187Z+ cp target/release/mgadm /work/release/mgadm
29812026-03-25T20:31:50.281Z+ cp target/release/falcon-lab /work/release/falcon-lab
29822026-03-25T20:31:50.343Zprocess exited: duration 675493 ms, exit code 0
 
29832026-03-25T20:31:50.357Zfound 9 output files
29842026-03-25T20:31:50.357Zuploading: /work/debug/ddmadm (514289728 bytes)
29852026-03-25T20:31:56.857Zuploaded: /work/debug/ddmadm
29862026-03-25T20:31:56.857Zuploading: /work/debug/ddmd (609507616 bytes)
29872026-03-25T20:32:05.424Zuploaded: /work/debug/ddmd
29882026-03-25T20:32:05.424Zuploading: /work/debug/mgadm (601946304 bytes)
29892026-03-25T20:32:15.523Zuploaded: /work/debug/mgadm
29902026-03-25T20:32:15.523Zuploading: /work/debug/mgd (694597680 bytes)
29912026-03-25T20:32:28.011Zuploaded: /work/debug/mgd
29922026-03-25T20:32:28.011Zuploading: /work/release/ddmadm (49147400 bytes)
29932026-03-25T20:32:29.407Zuploaded: /work/release/ddmadm
29942026-03-25T20:32:29.407Zuploading: /work/release/ddmd (61026104 bytes)
29952026-03-25T20:32:30.903Zuploaded: /work/release/ddmd
29962026-03-25T20:32:30.903Zuploading: /work/release/falcon-lab (34924728 bytes)
29972026-03-25T20:32:32.182Zuploaded: /work/release/falcon-lab
29982026-03-25T20:32:32.185Zuploading: /work/release/mgadm (58619736 bytes)
29992026-03-25T20:32:33.621Zuploaded: /work/release/mgadm
30002026-03-25T20:32:33.622Zuploading: /work/release/mgd (77471080 bytes)
30012026-03-25T20:32:35.187Zuploaded: /work/release/mgd