01KW0GE38N3Q3H9D7GWQA8T9CY: 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: 01KW0GENDT8X915VZVT9YQ5BWY

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-25T23:05:30.720Zjob assigned to worker 01KW0GES27E1KRXAHXX0ZGGJYB [factory aws, i-0b1ac70ca6075c8d7] (queued for 44 s)
 
22026-06-25T23:05:38.508Zstarting task 0: "setup"
32026-06-25T23:05:38.513Z++ uname -s
42026-06-25T23:05:38.525Z+ kern=SunOS
52026-06-25T23:05:38.525Z+ build_user=build
62026-06-25T23:05:38.525Z+ build_uid=12345
72026-06-25T23:05:38.525Z+ work_dir=/work
82026-06-25T23:05:38.525Z+ input_dir=/input
92026-06-25T23:05:38.525Z+ [[ 0 == 12345 ]]
102026-06-25T23:05:38.525Z+ case "$kern" in
112026-06-25T23:05:38.525Z+ groupadd -g 12345 build
122026-06-25T23:05:38.525Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-25T23:05:40.523Z+ zfs create -o mountpoint=/work rpool/work
142026-06-25T23:05:40.647Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-25T23:05:40.653Z+ home_fs=zfs
162026-06-25T23:05:40.653Z+ [[ zfs == autofs ]]
172026-06-25T23:05:40.653Z+ mkdir -p /home/build
182026-06-25T23:05:40.653Z+ chown build:build /home/build /work
192026-06-25T23:05:42.654Z+ chmod 0700 /home/build /work
202026-06-25T23:05:42.664Zprocess exited: duration 4148 ms, exit code 0
 
212026-06-25T23:05:42.675Zstarting task 1: "rust-toolchain"
222026-06-25T23:05:42.682Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-25T23:05:42.682Z * rust toolchain channel = "stable"
242026-06-25T23:05:42.682Z * rust toolchain profile = "default"
252026-06-25T23:05:42.682Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-25T23:05:42.682Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-25T23:05:42.682Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-25T23:05:42.682Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-25T23:05:42.682Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-25T23:05:42.779Zinfo: downloading installer
312026-06-25T23:05:45.194Zwarn: It looks like you have an existing installation of Rust at:
322026-06-25T23:05:45.194Zwarn: /opt/ooce/bin
332026-06-25T23:05:45.194Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-25T23:05:45.194Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-25T23:05:45.194Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-25T23:05:45.194Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-25T23:05:45.194Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-25T23:05:45.194Zerror: cannot install while Rust is installed
392026-06-25T23:05:45.194Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-25T23:05:45.194Zwarn: It looks like you have an existing rustup settings file at:
412026-06-25T23:05:45.194Zwarn: /home/build/.rustup/settings.toml
422026-06-25T23:05:45.194Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-25T23:05:45.195Zwarn: instead of the one inferred from the default host triple.
442026-06-25T23:05:45.195Zinfo: profile set to default
452026-06-25T23:05:45.195Zinfo: default host triple is x86_64-unknown-illumos
462026-06-25T23:05:45.195Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-25T23:05:45.195Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-25T23:05:45.195Zinfo: downloading 6 components
492026-06-25T23:05:59.341Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-06-25T23:05:59.388Z
512026-06-25T23:05:59.425Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-25T23:05:59.426Z
532026-06-25T23:05:59.426Z
542026-06-25T23:05:59.426ZRust is installed now. Great!
552026-06-25T23:05:59.426Z
562026-06-25T23:05:59.426ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-25T23:05:59.426Zenvironment variable. This has not been done automatically.
582026-06-25T23:05:59.426Z
592026-06-25T23:05:59.426ZTo configure your current shell, you need to source
602026-06-25T23:05:59.426Zthe corresponding env file under $HOME/.cargo.
612026-06-25T23:05:59.426Z
622026-06-25T23:05:59.426ZThis is usually done by running one of the following (note the leading DOT):
632026-06-25T23:05:59.426Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-25T23:05:59.426Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-25T23:05:59.426Zsource "~/.cargo/env.nu" # For nushell
662026-06-25T23:05:59.426Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-25T23:05:59.426Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-25T23:05:59.426Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-25T23:05:59.426Zwarn: no default linker (`cc`) was found in your PATH
702026-06-25T23:05:59.427Zwarn: many Rust crates require a system C toolchain to build
712026-06-25T23:05:59.461Z+ rustup --version
722026-06-25T23:05:59.473Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-25T23:05:59.479Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-25T23:05:59.498Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-25T23:05:59.504Z+ cargo --version
762026-06-25T23:05:59.509Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-25T23:05:59.509Z+ rustc --version
782026-06-25T23:05:59.529Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-25T23:05:59.537Zprocess exited: duration 16854 ms, exit code 0
 
802026-06-25T23:05:59.551Zstarting task 2: "authentication"
812026-06-25T23:05:59.568Zprocess exited: duration 16 ms, exit code 0
 
822026-06-25T23:05:59.579Zstarting task 3: "clone repository"
832026-06-25T23:05:59.583Z+ mkdir -p /work/oxidecomputer/maghemite
842026-06-25T23:05:59.587Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-06-25T23:05:59.612ZCloning into '/work/oxidecomputer/maghemite'...
862026-06-25T23:06:00.776Z+ cd /work/oxidecomputer/maghemite
872026-06-25T23:06:00.776Z+ git fetch origin 498ce1b8c2247d9261834cd245ed765e85ae5915
882026-06-25T23:06:01.053ZFrom https://github.com/oxidecomputer/maghemite
892026-06-25T23:06:01.053Z * branch 498ce1b8c2247d9261834cd245ed765e85ae5915 -> FETCH_HEAD
902026-06-25T23:06:01.058Z+ [[ -n trey/bgp-peer-config-dedupe ]]
912026-06-25T23:06:01.063Z++ git branch --show-current
922026-06-25T23:06:01.063Z+ current=main
932026-06-25T23:06:01.063Z+ [[ main != trey/bgp-peer-config-dedupe ]]
942026-06-25T23:06:01.063Z+ git branch -f trey/bgp-peer-config-dedupe 498ce1b8c2247d9261834cd245ed765e85ae5915
952026-06-25T23:06:01.063Z+ git checkout -f trey/bgp-peer-config-dedupe
962026-06-25T23:06:01.082ZSwitched to branch 'trey/bgp-peer-config-dedupe'
972026-06-25T23:06:01.088Z+ git reset --hard 498ce1b8c2247d9261834cd245ed765e85ae5915
982026-06-25T23:06:01.099ZHEAD is now at 498ce1b bgp: unify numbered and unnumbered peer config
992026-06-25T23:06:01.105Zprocess exited: duration 1520 ms, exit code 0
 
1002026-06-25T23:06:01.115Zstarting task 4: "build"
1012026-06-25T23:06:01.121Z+ pfexec pkg install clang-15
1022026-06-25T23:06:10.165Z Startup: Refreshing catalog 'helios-dev' ... Done
1032026-06-25T23:06:17.956Z Startup: Caching catalogs ... Done
1042026-06-25T23:06:25.310ZPlanning: Solver setup ... Done
1052026-06-25T23:06:25.351ZPlanning: Running solver ... Done
1062026-06-25T23:06:25.492ZPlanning: Finding local manifests ... Done
1072026-06-25T23:06:25.517ZPlanning: Fetching manifests: 0/2 0% complete
1082026-06-25T23:06:25.633ZPlanning: Fetching manifests: 2/2 100% complete
1092026-06-25T23:06:25.663ZPlanning: Package planning ... Done
1102026-06-25T23:06:25.689ZPlanning: Merging actions ... Done
1112026-06-25T23:06:25.797ZPlanning: Checking for conflicting actions ... Done
1122026-06-25T23:06:25.804ZPlanning: Consolidating action changes ... Done
1132026-06-25T23:06:26.579ZPlanning: Evaluating mediators ... Done
1142026-06-25T23:06:26.585ZPlanning: Planning completed in 8.46 seconds
1152026-06-25T23:06:26.597Z Packages to install: 2
1162026-06-25T23:06:26.600Z Mediators to change: 2
1172026-06-25T23:06:26.600Z Services to change: 1
1182026-06-25T23:06:26.600Z Create boot environment: No
1192026-06-25T23:06:26.600ZCreate backup boot environment: No
1202026-06-25T23:06:26.638Z
1212026-06-25T23:06:26.638ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1222026-06-25T23:06:31.643ZDownload: 2218/3076 items 118.8/211.3MB 56% complete (24.1M/s)
1232026-06-25T23:06:38.142ZDownload: 3034/3076 items 201.8/211.3MB 95% complete (27.3M/s)
1242026-06-25T23:07:03.391ZDownload: 3073/3076 items 209.9/211.3MB 99% complete
1252026-06-25T23:07:08.327ZDownload: Completed 211.31 MB in 41.68 seconds (5.1M/s)
1262026-06-25T23:07:08.443Z Actions: 1/3418 actions (Installing new actions)
1272026-06-25T23:07:11.592Z Actions: Completed 3418 actions in 3.15 seconds.
1282026-06-25T23:07:12.260Z Done
1292026-06-25T23:07:12.260Z Done
1302026-06-25T23:07:12.994Z Done
1312026-06-25T23:07:16.429Z Done
1322026-06-25T23:07:16.500Z Done
1332026-06-25T23:07:16.504Z Done
1342026-06-25T23:07:16.780Z Done
1352026-06-25T23:07:17.480Z+ cargo --version
1362026-06-25T23:07:17.487Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
1372026-06-25T23:07:17.655Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
1382026-06-25T23:07:17.658Zinfo: downloading 6 components
1392026-06-25T23:07:34.928Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1402026-06-25T23:07:34.931Z+ rustc --version
1412026-06-25T23:07:34.959Zrustc 1.95.0 (59807616e 2026-04-14)
1422026-06-25T23:07:34.981Z+ banner check
1432026-06-25T23:07:34.984Z
1442026-06-25T23:07:34.984Z #### # # ###### #### # #
1452026-06-25T23:07:34.984Z # # # # # # # # #
1462026-06-25T23:07:34.984Z # ###### ##### # ####
1472026-06-25T23:07:34.984Z # # # # # # #
1482026-06-25T23:07:34.984Z # # # # # # # # #
1492026-06-25T23:07:34.984Z #### # # ###### #### # #
1502026-06-25T23:07:34.984Z
1512026-06-25T23:07:34.984Z+ cargo fmt -- --check
1522026-06-25T23:07:35.377Z+ cargo clippy --all-targets -- --deny warnings
1532026-06-25T23:07:35.498Z Updating git repository `https://github.com/oxidecomputer/falcon`
1542026-06-25T23:07:36.208ZFrom https://github.com/oxidecomputer/falcon
1552026-06-25T23:07:36.208Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
1562026-06-25T23:07:36.285Z Updating crates.io index
1572026-06-25T23:07:36.320Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1582026-06-25T23:07:36.705ZFrom https://github.com/oxidecomputer/dendrite
1592026-06-25T23:07:36.705Z * [new ref] 0c92583413d48f50f87c32bac3ed9a26b6785b58 -> refs/commit/0c92583413d48f50f87c32bac3ed9a26b6785b58
1602026-06-25T23:07:36.973Z Updating git repository `https://github.com/oxidecomputer/ispf`
1612026-06-25T23:07:37.256ZFrom https://github.com/oxidecomputer/ispf
1622026-06-25T23:07:37.256Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
1632026-06-25T23:07:37.262Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1642026-06-25T23:07:37.639ZFrom https://github.com/oxidecomputer/netadm-sys
1652026-06-25T23:07:37.639Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
1662026-06-25T23:07:37.647Z Updating git repository `https://github.com/oxidecomputer/omicron`
1672026-06-25T23:07:43.658ZFrom https://github.com/oxidecomputer/omicron
1682026-06-25T23:07:43.658Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
1692026-06-25T23:07:44.079Z Updating git repository `https://github.com/oxidecomputer/opte`
1702026-06-25T23:07:44.794ZFrom https://github.com/oxidecomputer/opte
1712026-06-25T23:07:44.794Z * [new ref] 8b44982bf0d3f8ea52c810b2b00425a1e350e2f8 -> refs/commit/8b44982bf0d3f8ea52c810b2b00425a1e350e2f8
1722026-06-25T23:07:45.354Z Updating git repository `https://github.com/illumos/smf-rs`
1732026-06-25T23:07:45.658ZFrom https://github.com/illumos/smf-rs
1742026-06-25T23:07:45.658Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
1752026-06-25T23:07:45.852Z Updating git repository `https://github.com/oxidecomputer/network-interface`
1762026-06-25T23:07:46.139ZFrom https://github.com/oxidecomputer/network-interface
1772026-06-25T23:07:46.139Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
1782026-06-25T23:07:46.147Z Updating git repository `https://github.com/oxidecomputer/zone`
1792026-06-25T23:07:46.445ZFrom https://github.com/oxidecomputer/zone
1802026-06-25T23:07:46.445Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
1812026-06-25T23:07:46.469Z Updating git repository `https://github.com/oxidecomputer/propolis`
1822026-06-25T23:07:47.168ZFrom https://github.com/oxidecomputer/propolis
1832026-06-25T23:07:47.168Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
1842026-06-25T23:07:47.340Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1852026-06-25T23:07:47.874ZFrom https://github.com/oxidecomputer/transceiver-control
1862026-06-25T23:07:47.874Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
1872026-06-25T23:07:48.134Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1882026-06-25T23:07:48.437ZFrom https://github.com/oxidecomputer/dlpi-sys
1892026-06-25T23:07:48.437Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
1902026-06-25T23:07:48.443Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1912026-06-25T23:07:48.768ZFrom https://github.com/jmesmon/rust-libzfs
1922026-06-25T23:07:48.768Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
1932026-06-25T23:07:48.775Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1942026-06-25T23:07:49.062ZFrom https://github.com/oxidecomputer/rusty-doors
1952026-06-25T23:07:49.062Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
1962026-06-25T23:07:49.129Z Updating git repository `https://github.com/oxidecomputer/lldp`
1972026-06-25T23:07:49.482ZFrom https://github.com/oxidecomputer/lldp
1982026-06-25T23:07:49.483Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
1992026-06-25T23:07:49.553Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2002026-06-25T23:07:49.822ZFrom https://github.com/oxidecomputer/slog-error-chain
2012026-06-25T23:07:49.822Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
2022026-06-25T23:07:49.831Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2032026-06-25T23:07:50.158ZFrom https://github.com/oxidecomputer/tufaceous
2042026-06-25T23:07:50.158Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
2052026-06-25T23:07:50.329Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2062026-06-25T23:07:50.784ZFrom https://github.com/oxidecomputer/management-gateway-service
2072026-06-25T23:07:50.784Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
2082026-06-25T23:07:50.956Z Updating git repository `https://github.com/oxidecomputer/crucible`
2092026-06-25T23:07:51.766ZFrom https://github.com/oxidecomputer/crucible
2102026-06-25T23:07:51.766Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
2112026-06-25T23:07:52.501Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2122026-06-25T23:07:52.788ZFrom https://github.com/oxidecomputer/serde_human_bytes
2132026-06-25T23:07:52.788Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
2142026-06-25T23:07:53.268Z Updating git repository `https://github.com/oxidecomputer/propolis`
2152026-06-25T23:07:53.719ZFrom https://github.com/oxidecomputer/propolis
2162026-06-25T23:07:53.719Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
2172026-06-25T23:07:53.776Z Updating git repository `https://github.com/oxidecomputer/crucible`
2182026-06-25T23:07:54.288ZFrom https://github.com/oxidecomputer/crucible
2192026-06-25T23:07:54.288Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
2202026-06-25T23:07:54.551Z Updating git repository `https://github.com/oxidecomputer/tofino`
2212026-06-25T23:07:54.902ZFrom https://github.com/oxidecomputer/tofino
2222026-06-25T23:07:54.902Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
2232026-06-25T23:07:54.925Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2242026-06-25T23:07:55.610ZFrom https://github.com/oxidecomputer/maghemite
2252026-06-25T23:07:55.610Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
2262026-06-25T23:07:55.663Z Updating git repository `https://github.com/oxidecomputer/clickward`
2272026-06-25T23:07:56.077ZFrom https://github.com/oxidecomputer/clickward
2282026-06-25T23:07:56.077Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
2292026-06-25T23:07:56.262Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2302026-06-25T23:07:56.692ZFrom https://github.com/oxidecomputer/illumos-devinfo
2312026-06-25T23:07:56.692Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
2322026-06-25T23:07:58.062Z Downloading crates ...
2332026-06-25T23:07:58.166Z Downloaded block-buffer v0.12.0
2342026-06-25T23:07:58.171Z Downloaded cancel-safe-futures v0.1.5
2352026-06-25T23:07:58.173Z Downloaded async-recursion v1.1.1
2362026-06-25T23:07:58.177Z Downloaded clap_derive v4.6.1
2372026-06-25T23:07:58.179Z Downloaded bytes v1.11.1
2382026-06-25T23:07:58.183Z Downloaded defmt-parser v1.0.0
2392026-06-25T23:07:58.196Z Downloaded darling v0.23.0
2402026-06-25T23:07:58.204Z Downloaded anyhow v1.0.102
2412026-06-25T23:07:58.207Z Downloaded dtrace-parser v0.3.0
2422026-06-25T23:07:58.210Z Downloaded daft v0.1.7
2432026-06-25T23:07:58.213Z Downloaded crossbeam-utils v0.8.21
2442026-06-25T23:07:58.217Z Downloaded const-random-macro v0.1.16
2452026-06-25T23:07:58.220Z Downloaded cfg-if v1.0.4
2462026-06-25T23:07:58.223Z Downloaded colorchoice v1.0.5
2472026-06-25T23:07:58.226Z Downloaded csv-core v0.1.13
2482026-06-25T23:07:58.226Z Downloaded futures-executor v0.3.32
2492026-06-25T23:07:58.229Z Downloaded darling_core v0.21.3
2502026-06-25T23:07:58.233Z Downloaded h2 v0.4.14
2512026-06-25T23:07:58.238Z Downloaded generic-array v0.14.7
2522026-06-25T23:07:58.241Z Downloaded getrandom v0.3.4
2532026-06-25T23:07:58.244Z Downloaded dropshot-api-manager-types v0.7.2
2542026-06-25T23:07:58.247Z Downloaded futures v0.3.32
2552026-06-25T23:07:58.250Z Downloaded git-stub-vcs v0.1.0
2562026-06-25T23:07:58.253Z Downloaded glob v0.3.3
2572026-06-25T23:07:58.256Z Downloaded deranged v0.5.8
2582026-06-25T23:07:58.259Z Downloaded cipher v0.4.4
2592026-06-25T23:07:58.261Z Downloaded byte-wrapper v0.1.0
2602026-06-25T23:07:58.265Z Downloaded either v1.16.0
2612026-06-25T23:07:58.268Z Downloaded argon2 v0.5.3
2622026-06-25T23:07:58.268Z Downloaded cpufeatures v0.3.0
2632026-06-25T23:07:58.270Z Downloaded backoff v0.4.0
2642026-06-25T23:07:58.273Z Downloaded base64ct v1.8.3
2652026-06-25T23:07:58.276Z Downloaded aead v0.5.2
2662026-06-25T23:07:58.279Z Downloaded hmac v0.12.1
2672026-06-25T23:07:58.282Z Downloaded fixedbitset v0.4.2
2682026-06-25T23:07:58.282Z Downloaded foreign-types-macros v0.2.3
2692026-06-25T23:07:58.284Z Downloaded data-encoding v2.11.0
2702026-06-25T23:07:58.287Z Downloaded http-body v1.0.1
2712026-06-25T23:07:58.290Z Downloaded futures-channel v0.3.32
2722026-06-25T23:07:58.290Z Downloaded foldhash v0.2.0
2732026-06-25T23:07:58.293Z Downloaded arc-swap v1.9.1
2742026-06-25T23:07:58.295Z Downloaded hostname v0.4.2
2752026-06-25T23:07:58.298Z Downloaded getrandom v0.4.2
2762026-06-25T23:07:58.301Z Downloaded icu_provider v2.2.0
2772026-06-25T23:07:58.305Z Downloaded errno v0.3.14
2782026-06-25T23:07:58.307Z Downloaded ciborium-ll v0.2.2
2792026-06-25T23:07:58.310Z Downloaded anstyle-query v1.1.5
2802026-06-25T23:07:58.313Z Downloaded heck v0.5.0
2812026-06-25T23:07:58.315Z Downloaded ingot v0.1.1
2822026-06-25T23:07:58.315Z Downloaded digest v0.11.3
2832026-06-25T23:07:58.318Z Downloaded derive_more v0.99.20
2842026-06-25T23:07:58.322Z Downloaded darling_core v0.23.0
2852026-06-25T23:07:58.327Z Downloaded hubpack v0.1.2
2862026-06-25T23:07:58.334Z Downloaded git-stub v1.0.0
2872026-06-25T23:07:58.336Z Downloaded fnv v1.0.7
2882026-06-25T23:07:58.336Z Downloaded find-msvc-tools v0.1.9
2892026-06-25T23:07:58.336Z Downloaded embedded-io v0.4.0
2902026-06-25T23:07:58.339Z Downloaded futures-macro v0.3.32
2912026-06-25T23:07:58.339Z Downloaded cobs v0.3.0
2922026-06-25T23:07:58.342Z Downloaded idna_adapter v1.2.2
2932026-06-25T23:07:58.345Z Downloaded foreign-types-shared v0.1.1
2942026-06-25T23:07:58.345Z Downloaded hickory-resolver v0.24.4
2952026-06-25T23:07:58.349Z Downloaded httpdate v1.0.3
2962026-06-25T23:07:58.351Z Downloaded heapless v0.8.0
2972026-06-25T23:07:58.354Z Downloaded foreign-types-shared v0.3.1
2982026-06-25T23:07:58.357Z Downloaded futures-sink v0.3.32
2992026-06-25T23:07:58.360Z Downloaded indent_write v2.2.0
3002026-06-25T23:07:58.360Z Downloaded equivalent v1.0.2
3012026-06-25T23:07:58.362Z Downloaded cfg_aliases v0.2.1
3022026-06-25T23:07:58.365Z Downloaded futures-core v0.3.32
3032026-06-25T23:07:58.365Z Downloaded konst_macro_rules v0.2.19
3042026-06-25T23:07:58.368Z Downloaded internet-checksum v0.2.1
3052026-06-25T23:07:58.370Z Downloaded ident_case v1.0.1
3062026-06-25T23:07:58.370Z Downloaded float-ord v0.3.2
3072026-06-25T23:07:58.373Z Downloaded embedded-io v0.6.1
3082026-06-25T23:07:58.376Z Downloaded fs-err v3.3.0
3092026-06-25T23:07:58.376Z Downloaded async-stream v0.3.6
3102026-06-25T23:07:58.379Z Downloaded lazy_static v1.5.0
3112026-06-25T23:07:58.381Z Downloaded gethostname v0.5.0
3122026-06-25T23:07:58.384Z Downloaded hex v0.4.3
3132026-06-25T23:07:58.387Z Downloaded libscf-sys v1.2.0
3142026-06-25T23:07:58.387Z Downloaded hashbrown v0.15.5
3152026-06-25T23:07:58.391Z Downloaded highway v1.3.0
3162026-06-25T23:07:58.393Z Downloaded const_format_proc_macros v0.2.34
3172026-06-25T23:07:58.396Z Downloaded anstream v1.0.0
3182026-06-25T23:07:58.399Z Downloaded ff v0.13.1
3192026-06-25T23:07:58.403Z Downloaded displaydoc v0.2.6
3202026-06-25T23:07:58.405Z Downloaded itoa v1.0.18
3212026-06-25T23:07:58.405Z Downloaded is_ci v1.2.0
3222026-06-25T23:07:58.408Z Downloaded is-terminal v0.4.17
3232026-06-25T23:07:58.408Z Downloaded memmap v0.7.0
3242026-06-25T23:07:58.411Z Downloaded erased-serde v0.3.31
3252026-06-25T23:07:58.416Z Downloaded foldhash v0.1.5
3262026-06-25T23:07:58.416Z Downloaded fixedbitset v0.5.7
3272026-06-25T23:07:58.419Z Downloaded keccak v0.1.6
3282026-06-25T23:07:58.419Z Downloaded backon v1.6.0
3292026-06-25T23:07:58.422Z Downloaded linked-hash-map v0.5.6
3302026-06-25T23:07:58.422Z Downloaded darling v0.21.3
3312026-06-25T23:07:58.426Z Downloaded blake2 v0.10.6
3322026-06-25T23:07:58.429Z Downloaded dof v0.4.0
3332026-06-25T23:07:58.431Z Downloaded newline-converter v0.3.0
3342026-06-25T23:07:58.434Z Downloaded match_cfg v0.1.0
3352026-06-25T23:07:58.434Z Downloaded clap_lex v1.1.0
3362026-06-25T23:07:58.437Z Downloaded async-trait v0.1.89
3372026-06-25T23:07:58.440Z Downloaded jobserver v0.1.34
3382026-06-25T23:07:58.442Z Downloaded inout v0.1.4
3392026-06-25T23:07:58.443Z Downloaded lru-slab v0.1.2
3402026-06-25T23:07:58.445Z Downloaded bcs v0.1.6
3412026-06-25T23:07:58.448Z Downloaded newtype-uuid-macros v0.1.0
3422026-06-25T23:07:58.448Z Downloaded instant v0.1.13
3432026-06-25T23:07:58.451Z Downloaded natord v1.0.9
3442026-06-25T23:07:58.451Z Downloaded num-conv v0.2.2
3452026-06-25T23:07:58.453Z Downloaded crc32fast v1.5.0
3462026-06-25T23:07:58.456Z Downloaded globset v0.4.18
3472026-06-25T23:07:58.459Z Downloaded ipnetwork v0.21.1
3482026-06-25T23:07:58.459Z Downloaded mime v0.3.17
3492026-06-25T23:07:58.462Z Downloaded newtype_derive v0.1.6
3502026-06-25T23:07:58.465Z Downloaded opaque-debug v0.3.1
3512026-06-25T23:07:58.465Z Downloaded memoffset v0.9.1
3522026-06-25T23:07:58.465Z Downloaded compression-core v0.4.32
3532026-06-25T23:07:58.467Z Downloaded num_enum_derive v0.5.11
3542026-06-25T23:07:58.470Z Downloaded num v0.4.3
3552026-06-25T23:07:58.470Z Downloaded num-derive v0.4.2
3562026-06-25T23:07:58.474Z Downloaded libsw-core v0.3.2
3572026-06-25T23:07:58.477Z Downloaded lock_api v0.4.14
3582026-06-25T23:07:58.477Z Downloaded async-compression v0.4.42
3592026-06-25T23:07:58.481Z Downloaded multer v3.1.0
3602026-06-25T23:07:58.483Z Downloaded num_threads v0.1.7
3612026-06-25T23:07:58.486Z Downloaded no-std-compat v0.4.1
3622026-06-25T23:07:58.486Z Downloaded diff v0.1.13
3632026-06-25T23:07:58.489Z Downloaded openssl-macros v0.1.1
3642026-06-25T23:07:58.492Z Downloaded derive-where v1.6.1
3652026-06-25T23:07:58.494Z Downloaded lru-cache v0.1.2
3662026-06-25T23:07:58.497Z Downloaded parse-display v0.10.0
3672026-06-25T23:07:58.497Z Downloaded managed v0.8.0
3682026-06-25T23:07:58.500Z Downloaded libsw v3.5.0
3692026-06-25T23:07:58.500Z Downloaded olpc-cjson v0.1.4
3702026-06-25T23:07:58.503Z Downloaded iana-time-zone v0.1.65
3712026-06-25T23:07:58.506Z Downloaded ingot-types v0.1.2
3722026-06-25T23:07:58.506Z Downloaded clap v4.6.1
3732026-06-25T23:07:58.512Z Downloaded crossbeam-epoch v0.9.18
3742026-06-25T23:07:58.519Z Downloaded bit-vec v0.8.0
3752026-06-25T23:07:58.521Z Downloaded async-stream-impl v0.3.6
3762026-06-25T23:07:58.521Z Downloaded cookie v0.18.1
3772026-06-25T23:07:58.521Z Downloaded powerfmt v0.2.0
3782026-06-25T23:07:58.524Z Downloaded cargo_toml v0.22.3
3792026-06-25T23:07:58.524Z Downloaded icu_normalizer v2.2.0
3802026-06-25T23:07:58.527Z Downloaded linear-map v1.2.0
3812026-06-25T23:07:58.532Z Downloaded daft-derive v0.1.7
3822026-06-25T23:07:58.535Z Downloaded plain v0.2.3
3832026-06-25T23:07:58.535Z Downloaded proc-macro-error-attr v1.0.4
3842026-06-25T23:07:58.538Z Downloaded paste v1.0.15
3852026-06-25T23:07:58.540Z Downloaded const-oid v0.10.2
3862026-06-25T23:07:58.540Z Downloaded progenitor-macro v0.14.0
3872026-06-25T23:07:58.543Z Downloaded drift v0.2.0
3882026-06-25T23:07:58.549Z Downloaded proc-macro-error-attr2 v2.0.0
3892026-06-25T23:07:58.552Z Downloaded openssl-probe v0.2.1
3902026-06-25T23:07:58.552Z Downloaded quick-error v1.2.3
3912026-06-25T23:07:58.555Z Downloaded progenitor-client v0.10.0
3922026-06-25T23:07:58.557Z Downloaded icu_normalizer_data v2.2.0
3932026-06-25T23:07:58.557Z Downloaded icu_locale_core v2.2.0
3942026-06-25T23:07:58.562Z Downloaded owo-colors v4.3.0
3952026-06-25T23:07:58.564Z Downloaded oxide-tokio-rt v0.1.6
3962026-06-25T23:07:58.567Z Downloaded dropshot-api-manager v0.7.2
3972026-06-25T23:07:58.570Z Downloaded progenitor-macro v0.13.0
3982026-06-25T23:07:58.572Z Downloaded base64 v0.21.7
3992026-06-25T23:07:58.575Z Downloaded parking_lot_core v0.8.6
4002026-06-25T23:07:58.578Z Downloaded indicatif v0.18.4
4012026-06-25T23:07:58.580Z Downloaded pin-project-lite v0.2.17
4022026-06-25T23:07:58.583Z Downloaded ref-cast v1.0.25
4032026-06-25T23:07:58.586Z Downloaded proc-macro-crate v1.3.1
4042026-06-25T23:07:58.589Z Downloaded aho-corasick v1.1.4
4052026-06-25T23:07:58.592Z Downloaded pem v3.0.6
4062026-06-25T23:07:58.594Z Downloaded omicron-workspace-hack v0.1.0
4072026-06-25T23:07:58.594Z Downloaded hyper-rustls v0.27.9
4082026-06-25T23:07:58.597Z Downloaded num-rational v0.4.2
4092026-06-25T23:07:58.597Z Downloaded progenitor-client v0.14.0
4102026-06-25T23:07:58.600Z Downloaded num-integer v0.1.46
4112026-06-25T23:07:58.603Z Downloaded num-traits v0.2.19
4122026-06-25T23:07:58.603Z Downloaded pretty-hex v0.4.2
4132026-06-25T23:07:58.605Z Downloaded pkg-config v0.3.33
4142026-06-25T23:07:58.605Z Downloaded same-file v1.0.6
4152026-06-25T23:07:58.608Z Downloaded litemap v0.8.2
4162026-06-25T23:07:58.611Z Downloaded ipnet v2.12.0
4172026-06-25T23:07:58.611Z Downloaded icu_collections v2.2.0
4182026-06-25T23:07:58.615Z Downloaded proc-macro-error v1.0.4
4192026-06-25T23:07:58.617Z Downloaded half v2.7.1
4202026-06-25T23:07:58.620Z Downloaded konst v0.2.20
4212026-06-25T23:07:58.623Z Downloaded rustc-hash v2.1.2
4222026-06-25T23:07:58.626Z Downloaded rand_chacha v0.9.0
4232026-06-25T23:07:58.628Z Downloaded base64 v0.22.1
4242026-06-25T23:07:58.631Z Downloaded progenitor v0.14.0
4252026-06-25T23:07:58.631Z Downloaded rand_chacha v0.3.1
4262026-06-25T23:07:58.634Z Downloaded parking_lot v0.12.5
4272026-06-25T23:07:58.637Z Downloaded progenitor v0.10.0
4282026-06-25T23:07:58.637Z Downloaded secrecy v0.10.3
4292026-06-25T23:07:58.639Z Downloaded once_cell v1.21.4
4302026-06-25T23:07:58.639Z Downloaded parse-display-derive v0.10.0
4312026-06-25T23:07:58.644Z Downloaded progenitor-extras v0.2.0
4322026-06-25T23:07:58.644Z Downloaded password-hash v0.5.0
4332026-06-25T23:07:58.647Z Downloaded scroll_derive v0.12.1
4342026-06-25T23:07:58.647Z Downloaded num-complex v0.4.6
4352026-06-25T23:07:58.647Z Downloaded crossbeam-channel v0.5.15
4362026-06-25T23:07:58.650Z Downloaded semver v0.1.20
4372026-06-25T23:07:58.653Z Downloaded progenitor v0.13.0
4382026-06-25T23:07:58.653Z Downloaded indexmap v1.9.3
4392026-06-25T23:07:58.656Z Downloaded const_format v0.2.36
4402026-06-25T23:07:58.658Z Downloaded hickory-resolver v0.25.2
4412026-06-25T23:07:58.662Z Downloaded rand_xorshift v0.4.0
4422026-06-25T23:07:58.664Z Downloaded rand_core v0.9.5
4432026-06-25T23:07:58.667Z Downloaded log v0.4.32
4442026-06-25T23:07:58.667Z Downloaded serde_plain v1.0.2
4452026-06-25T23:07:58.670Z Downloaded scroll_derive v0.13.1
4462026-06-25T23:07:58.670Z Downloaded httparse v1.10.1
4472026-06-25T23:07:58.672Z Downloaded ref-cast-impl v1.0.25
4482026-06-25T23:07:58.675Z Downloaded phf v0.12.1
4492026-06-25T23:07:58.675Z Downloaded serde-big-array v0.5.1
4502026-06-25T23:07:58.678Z Downloaded papergrid v0.11.0
4512026-06-25T23:07:58.681Z Downloaded ppv-lite86 v0.2.21
4522026-06-25T23:07:58.683Z Downloaded pin-project-internal v1.1.13
4532026-06-25T23:07:58.684Z Downloaded potential_utf v0.1.5
4542026-06-25T23:07:58.684Z Downloaded poly1305 v0.8.0
4552026-06-25T23:07:58.687Z Downloaded proc-macro-error2 v2.0.1
4562026-06-25T23:07:58.689Z Downloaded serde_spanned v1.1.1
4572026-06-25T23:07:58.692Z Downloaded rustversion v1.0.22
4582026-06-25T23:07:58.692Z Downloaded rustc_version v0.1.7
4592026-06-25T23:07:58.695Z Downloaded hashbrown v0.17.1
4602026-06-25T23:07:58.698Z Downloaded sha1 v0.11.0
4612026-06-25T23:07:58.701Z Downloaded rand_core v0.6.4
4622026-06-25T23:07:58.701Z Downloaded siphasher v1.0.3
4632026-06-25T23:07:58.704Z Downloaded sha1 v0.10.6
4642026-06-25T23:07:58.704Z Downloaded parking_lot_core v0.9.12
4652026-06-25T23:07:58.707Z Downloaded slog-envlogger v2.2.0
4662026-06-25T23:07:58.707Z Downloaded slog-bunyan v2.5.0
4672026-06-25T23:07:58.710Z Downloaded quinn-udp v0.5.14
4682026-06-25T23:07:58.710Z Downloaded chacha20poly1305 v0.10.1
4692026-06-25T23:07:58.713Z Downloaded scroll v0.12.0
4702026-06-25T23:07:58.713Z Downloaded quote v1.0.45
4712026-06-25T23:07:58.716Z Downloaded scroll v0.13.0
4722026-06-25T23:07:58.716Z Downloaded papergrid v0.18.0
4732026-06-25T23:07:58.719Z Downloaded ingot-macros v0.1.1
4742026-06-25T23:07:58.722Z Downloaded stable_deref_trait v1.2.1
4752026-06-25T23:07:58.722Z Downloaded pest_derive v2.8.6
4762026-06-25T23:07:58.724Z Downloaded schemars_derive v0.8.22
4772026-06-25T23:07:58.727Z Downloaded serde_repr v0.1.20
4782026-06-25T23:07:58.727Z Downloaded pest_generator v2.8.6
4792026-06-25T23:07:58.730Z Downloaded signal-hook-registry v1.4.8
4802026-06-25T23:07:58.730Z Downloaded rustls-native-certs v0.8.4
4812026-06-25T23:07:58.730Z Downloaded postcard v1.1.3
4822026-06-25T23:07:58.733Z Downloaded subtle v2.6.1
4832026-06-25T23:07:58.736Z Downloaded smawk v0.3.2
4842026-06-25T23:07:58.736Z Downloaded parking_lot v0.11.2
4852026-06-25T23:07:58.738Z Downloaded flate2 v1.1.9
4862026-06-25T23:07:58.742Z Downloaded serde_path_to_error v0.1.20
4872026-06-25T23:07:58.745Z Downloaded strum v0.27.2
4882026-06-25T23:07:58.745Z Downloaded sync_wrapper v1.0.2
4892026-06-25T23:07:58.745Z Downloaded swrite v0.1.0
4902026-06-25T23:07:58.748Z Downloaded spin v0.5.2
4912026-06-25T23:07:58.748Z Downloaded serde_tokenstream v0.2.3
4922026-06-25T23:07:58.748Z Downloaded minimal-lexical v0.2.1
4932026-06-25T23:07:58.751Z Downloaded tabled_derive v0.11.0
4942026-06-25T23:07:58.754Z Downloaded tagptr v0.2.0
4952026-06-25T23:07:58.754Z Downloaded pin-project v1.1.13
4962026-06-25T23:07:58.761Z Downloaded slog-term v2.9.2
4972026-06-25T23:07:58.763Z Downloaded proc-macro2 v1.0.106
4982026-06-25T23:07:58.766Z Downloaded sha2 v0.10.9
4992026-06-25T23:07:58.766Z Downloaded take_mut v0.2.2
5002026-06-25T23:07:58.769Z Downloaded tabled_derive v0.7.0
5012026-06-25T23:07:58.769Z Downloaded crypto-bigint v0.5.5
5022026-06-25T23:07:58.771Z Downloaded simd-adler32 v0.3.9
5032026-06-25T23:07:58.774Z Downloaded slab v0.4.12
5042026-06-25T23:07:58.774Z Downloaded shlex v2.0.1
5052026-06-25T23:07:58.777Z Downloaded termtree v0.5.1
5062026-06-25T23:07:58.777Z Downloaded serde_urlencoded v0.7.1
5072026-06-25T23:07:58.777Z Downloaded serial_test v3.5.0
5082026-06-25T23:07:58.780Z Downloaded testing_table v0.3.0
5092026-06-25T23:07:58.780Z Downloaded terminal_size v0.4.4
5102026-06-25T23:07:58.780Z Downloaded rustls-pki-types v1.14.1
5112026-06-25T23:07:58.782Z Downloaded openssl-sys v0.9.116
5122026-06-25T23:07:58.785Z Downloaded rustls-pemfile v2.2.0
5132026-06-25T23:07:58.788Z Downloaded slog-stdlog v4.1.1
5142026-06-25T23:07:58.788Z Downloaded progenitor-impl v0.10.0
5152026-06-25T23:07:58.790Z Downloaded structmeta-derive v0.3.0
5162026-06-25T23:07:58.791Z Downloaded slog-json v2.6.1
5172026-06-25T23:07:58.791Z Downloaded slog-dtrace v0.3.0
5182026-06-25T23:07:58.793Z Downloaded thiserror-impl-no-std v2.0.2
5192026-06-25T23:07:58.793Z Downloaded sigpipe v0.1.3
5202026-06-25T23:07:58.793Z Downloaded supports-color v3.0.2
5212026-06-25T23:07:58.796Z Downloaded expectorate v1.2.0
5222026-06-25T23:07:58.796Z Downloaded thread-id v4.2.2
5232026-06-25T23:07:58.799Z Downloaded strum v0.26.3
5242026-06-25T23:07:58.799Z Downloaded serde_derive_internals v0.29.1
5252026-06-25T23:07:58.799Z Downloaded strsim v0.11.1
5262026-06-25T23:07:58.801Z Downloaded scopeguard v1.2.0
5272026-06-25T23:07:58.802Z Downloaded rustc_version v0.4.1
5282026-06-25T23:07:58.802Z Downloaded rhai_codegen v3.2.0
5292026-06-25T23:07:58.806Z Downloaded structmeta v0.3.0
5302026-06-25T23:07:58.809Z Downloaded static_assertions v1.1.0
5312026-06-25T23:07:58.809Z Downloaded slog-scope v4.4.1
5322026-06-25T23:07:58.811Z Downloaded prettyplease v0.2.37
5332026-06-25T23:07:58.811Z Downloaded tinyvec_macros v0.1.1
5342026-06-25T23:07:58.814Z Downloaded resolv-conf v0.7.6
5352026-06-25T23:07:58.814Z Downloaded tokio-macros v2.7.0
5362026-06-25T23:07:58.814Z Downloaded time-core v0.1.8
5372026-06-25T23:07:58.817Z Downloaded rand_core v0.10.1
5382026-06-25T23:07:58.817Z Downloaded progenitor-client v0.13.0
5392026-06-25T23:07:58.817Z Downloaded oxnet v0.1.6
5402026-06-25T23:07:58.820Z Downloaded serial_test_derive v3.5.0
5412026-06-25T23:07:58.820Z Downloaded serde_spanned v0.6.9
5422026-06-25T23:07:58.820Z Downloaded jiff-static v0.2.28
5432026-06-25T23:07:58.823Z Downloaded hashbrown v0.12.3
5442026-06-25T23:07:58.826Z Downloaded thread-id v5.1.0
5452026-06-25T23:07:58.826Z Downloaded pretty_assertions v1.4.1
5462026-06-25T23:07:58.828Z Downloaded serde_with_macros v3.20.0
5472026-06-25T23:07:58.828Z Downloaded pest_meta v2.8.6
5482026-06-25T23:07:58.831Z Downloaded phf_shared v0.12.1
5492026-06-25T23:07:58.831Z Downloaded progenitor-macro v0.10.0
5502026-06-25T23:07:58.831Z Downloaded num_enum_derive v0.7.6
5512026-06-25T23:07:58.831Z Downloaded num-iter v0.1.45
5522026-06-25T23:07:58.834Z Downloaded tabwriter v1.4.1
5532026-06-25T23:07:58.834Z Downloaded progenitor-impl v0.14.0
5542026-06-25T23:07:58.850Z Downloaded toml_datetime v0.6.11
5552026-06-25T23:07:58.850Z Downloaded macaddr v1.0.1
5562026-06-25T23:07:58.850Z Downloaded icu_properties v2.2.0
5572026-06-25T23:07:58.850Z Downloaded hybrid-array v0.4.12
5582026-06-25T23:07:58.851Z Downloaded dropshot_endpoint v0.17.1
5592026-06-25T23:07:58.851Z Downloaded synstructure v0.13.2
5602026-06-25T23:07:58.851Z Downloaded rusty-fork v0.3.1
5612026-06-25T23:07:58.851Z Downloaded bstr v1.12.1
5622026-06-25T23:07:58.853Z Downloaded tower-layer v0.3.3
5632026-06-25T23:07:58.853Z Downloaded slog-async v2.8.0
5642026-06-25T23:07:58.853Z Downloaded num_enum v0.7.6
5652026-06-25T23:07:58.854Z Downloaded try-lock v0.2.5
5662026-06-25T23:07:58.857Z Downloaded tower-service v0.3.3
5672026-06-25T23:07:58.857Z Downloaded quinn v0.11.9
5682026-06-25T23:07:58.857Z Downloaded thiserror-impl v2.0.18
5692026-06-25T23:07:58.859Z Downloaded thiserror v1.0.69
5702026-06-25T23:07:58.862Z Downloaded smallvec v1.15.1
5712026-06-25T23:07:58.862Z Downloaded serde_core v1.0.228
5722026-06-25T23:07:58.865Z Downloaded typeid v1.0.3
5732026-06-25T23:07:58.865Z Downloaded schemars v0.9.0
5742026-06-25T23:07:58.871Z Downloaded unarray v0.1.4
5752026-06-25T23:07:58.874Z Downloaded serde_derive v1.0.228
5762026-06-25T23:07:58.874Z Downloaded typify-macro v0.4.3
5772026-06-25T23:07:58.878Z Downloaded smf v0.2.3
5782026-06-25T23:07:58.878Z Downloaded smartstring v1.0.1
5792026-06-25T23:07:58.878Z Downloaded hyper-util v0.1.20
5802026-06-25T23:07:58.881Z Downloaded tokio-dtrace v0.1.1
5812026-06-25T23:07:58.883Z Downloaded strum_macros v0.27.2
5822026-06-25T23:07:58.883Z Downloaded snafu-derive v0.8.9
5832026-06-25T23:07:58.883Z Downloaded thiserror-no-std v2.0.2
5842026-06-25T23:07:58.886Z Downloaded spin v0.9.8
5852026-06-25T23:07:58.889Z Downloaded unicode-linebreak v0.1.5
5862026-06-25T23:07:58.889Z Downloaded ryu v1.0.23
5872026-06-25T23:07:58.892Z Downloaded tinystr v0.8.3
5882026-06-25T23:07:58.892Z Downloaded unicode-xid v0.2.6
5892026-06-25T23:07:58.892Z Downloaded usdt-macro v0.6.0
5902026-06-25T23:07:58.894Z Downloaded untrusted v0.9.0
5912026-06-25T23:07:58.894Z Downloaded untrusted v0.7.1
5922026-06-25T23:07:58.894Z Downloaded utf8_iter v1.0.4
5932026-06-25T23:07:58.894Z Downloaded usdt-attr-macro v0.5.0
5942026-06-25T23:07:58.898Z Downloaded unit-prefix v0.5.2
5952026-06-25T23:07:58.898Z Downloaded mio v1.2.1
5962026-06-25T23:07:58.901Z Downloaded version_check v0.9.5
5972026-06-25T23:07:58.901Z Downloaded usdt v0.5.0
5982026-06-25T23:07:58.901Z Downloaded thread_local v1.1.9
5992026-06-25T23:07:58.904Z Downloaded semver v1.0.28
6002026-06-25T23:07:58.904Z Downloaded rustls-platform-verifier v0.7.0
6012026-06-25T23:07:58.906Z Downloaded strum_macros v0.26.4
6022026-06-25T23:07:58.906Z Downloaded rayon-core v1.13.0
6032026-06-25T23:07:58.911Z Downloaded utf8parse v0.2.2
6042026-06-25T23:07:58.911Z Downloaded usdt-attr-macro v0.6.0
6052026-06-25T23:07:58.915Z Downloaded toml_write v0.1.2
6062026-06-25T23:07:58.915Z Downloaded indexmap v2.14.0
6072026-06-25T23:07:58.915Z Downloaded usdt v0.6.0
6082026-06-25T23:07:58.915Z Downloaded toml_datetime v0.7.5+spec-1.1.0
6092026-06-25T23:07:58.915Z Downloaded rustls-webpki v0.103.13
6102026-06-25T23:07:58.918Z Downloaded toml_writer v1.1.1+spec-1.1.0
6112026-06-25T23:07:58.918Z Downloaded usdt-macro v0.5.0
6122026-06-25T23:07:58.918Z Downloaded toml_datetime v1.1.1+spec-1.1.0
6132026-06-25T23:07:58.921Z Downloaded waitgroup v0.1.2
6142026-06-25T23:07:58.921Z Downloaded utf-8 v0.7.6
6152026-06-25T23:07:58.921Z Downloaded universal-hash v0.5.1
6162026-06-25T23:07:58.921Z Downloaded tiny-keccak v2.0.2
6172026-06-25T23:07:58.924Z Downloaded want v0.3.1
6182026-06-25T23:07:58.924Z Downloaded time-macros v0.2.27
6192026-06-25T23:07:58.926Z Downloaded miniz_oxide v0.8.9
6202026-06-25T23:07:58.926Z Downloaded memmap2 v0.9.10
6212026-06-25T23:07:58.927Z Downloaded colored v3.1.1
6222026-06-25T23:07:58.929Z Downloaded tokio-tungstenite v0.21.0
6232026-06-25T23:07:58.932Z Downloaded camino v1.2.2
6242026-06-25T23:07:58.932Z Downloaded humantime v2.3.0
6252026-06-25T23:07:58.932Z Downloaded http v1.4.1
6262026-06-25T23:07:58.935Z Downloaded tempfile v3.27.0
6272026-06-25T23:07:58.937Z Downloaded thiserror-impl v1.0.69
6282026-06-25T23:07:58.937Z Downloaded num_enum v0.5.11
6292026-06-25T23:07:58.940Z Downloaded newtype-uuid v1.3.2
6302026-06-25T23:07:58.940Z Downloaded yoke-derive v0.8.2
6312026-06-25T23:07:58.940Z Downloaded cc v1.2.63
6322026-06-25T23:07:58.944Z Downloaded clap_builder v4.6.0
6332026-06-25T23:07:58.946Z Downloaded bytecount v0.6.9
6342026-06-25T23:07:58.949Z Downloaded proc-macro-crate v3.5.0
6352026-06-25T23:07:58.949Z Downloaded typify-macro v0.6.2
6362026-06-25T23:07:58.949Z Downloaded thiserror v2.0.18
6372026-06-25T23:07:58.952Z Downloaded percent-encoding v2.3.2
6382026-06-25T23:07:58.952Z Downloaded ahash v0.8.12
6392026-06-25T23:07:58.954Z Downloaded tokio-stream v0.1.18
6402026-06-25T23:07:58.957Z Downloaded tokio-rustls v0.26.4
6412026-06-25T23:07:58.957Z Downloaded bs58 v0.5.1
6422026-06-25T23:07:58.960Z Downloaded elliptic-curve v0.13.8
6432026-06-25T23:07:58.963Z Downloaded zerofrom-derive v0.1.7
6442026-06-25T23:07:58.963Z Downloaded zerofrom v0.1.8
6452026-06-25T23:07:58.963Z Downloaded usdt-impl v0.6.0
6462026-06-25T23:07:58.963Z Downloaded progenitor-impl v0.13.0
6472026-06-25T23:07:58.966Z Downloaded nom v7.1.3
6482026-06-25T23:07:58.969Z Downloaded schemars v0.8.22
6492026-06-25T23:07:58.973Z Downloaded zone_cfg_derive v0.3.1
6502026-06-25T23:07:58.976Z Downloaded snafu v0.8.9
6512026-06-25T23:07:58.978Z Downloaded usdt-impl v0.5.0
6522026-06-25T23:07:58.978Z Downloaded tracing-attributes v0.1.31
6532026-06-25T23:07:58.981Z Downloaded zone v0.3.1
6542026-06-25T23:07:58.981Z Downloaded wait-timeout v0.2.1
6552026-06-25T23:07:58.981Z Downloaded serde v1.0.228
6562026-06-25T23:07:58.984Z Downloaded whoami v1.6.1
6572026-06-25T23:07:58.984Z Downloaded textwrap v0.16.2
6582026-06-25T23:07:58.987Z Downloaded serde_yaml v0.9.34+deprecated
6592026-06-25T23:07:58.987Z Downloaded toml v0.8.23
6602026-06-25T23:07:58.990Z Downloaded socket2 v0.6.4
6612026-06-25T23:07:58.990Z Downloaded is_terminal_polyfill v1.70.2
6622026-06-25T23:07:58.992Z Downloaded critical-section v1.2.0
6632026-06-25T23:07:58.992Z Downloaded ciborium v0.2.2
6642026-06-25T23:07:58.995Z Downloaded hashbrown v0.16.1
6652026-06-25T23:07:58.998Z Downloaded group v0.13.0
6662026-06-25T23:07:58.998Z Downloaded fastrand v2.4.1
6672026-06-25T23:07:58.998Z Downloaded memchr v2.8.1
6682026-06-25T23:07:59.001Z Downloaded icu_properties_data v2.2.0
6692026-06-25T23:07:59.005Z Downloaded digest v0.10.7
6702026-06-25T23:07:59.008Z Downloaded base16ct v0.2.0
6712026-06-25T23:07:59.008Z Downloaded walkdir v2.5.0
6722026-06-25T23:07:59.010Z Downloaded similar v2.7.0
6732026-06-25T23:07:59.013Z Downloaded toml_parser v1.1.2+spec-1.1.0
6742026-06-25T23:07:59.013Z Downloaded test-strategy v0.4.5
6752026-06-25T23:07:59.016Z Downloaded term v1.2.1
6762026-06-25T23:07:59.019Z Downloaded bitflags v1.3.2
6772026-06-25T23:07:59.019Z Downloaded thin-vec v0.2.18
6782026-06-25T23:07:59.019Z Downloaded getrandom v0.2.17
6792026-06-25T23:07:59.021Z Downloaded zeroize_derive v1.4.3
6802026-06-25T23:07:59.021Z Downloaded vsss-rs v3.3.4
6812026-06-25T23:07:59.024Z Downloaded cpufeatures v0.2.17
6822026-06-25T23:07:59.024Z Downloaded dyn-clone v1.0.20
6832026-06-25T23:07:59.025Z Downloaded defmt-macros v1.1.0
6842026-06-25T23:07:59.028Z Downloaded zmij v1.0.21
6852026-06-25T23:07:59.028Z Downloaded hyper v1.10.1
6862026-06-25T23:07:59.031Z Downloaded qorb v0.4.1
6872026-06-25T23:07:59.033Z Downloaded ucd-trie v0.1.7
6882026-06-25T23:07:59.036Z Downloaded hubpack_derive v0.1.1
6892026-06-25T23:07:59.036Z Downloaded http-body-util v0.1.3
6902026-06-25T23:07:59.036Z Downloaded crucible-workspace-hack v0.1.0
6912026-06-25T23:07:59.036Z Downloaded rand v0.8.6
6922026-06-25T23:07:59.039Z Downloaded camino-tempfile v1.4.1
6932026-06-25T23:07:59.039Z Downloaded crossbeam-deque v0.8.6
6942026-06-25T23:07:59.041Z Downloaded writeable v0.6.3
6952026-06-25T23:07:59.041Z Downloaded itertools v0.12.1
6962026-06-25T23:07:59.044Z Downloaded console v0.15.11
6972026-06-25T23:07:59.047Z Downloaded chacha20 v0.9.1
6982026-06-25T23:07:59.049Z Downloaded heck v0.4.1
6992026-06-25T23:07:59.049Z Downloaded tinyvec v1.11.0
7002026-06-25T23:07:59.049Z Downloaded steno v0.4.1
7012026-06-25T23:07:59.052Z Downloaded zeroize v1.8.2
7022026-06-25T23:07:59.052Z Downloaded hash32 v0.3.1
7032026-06-25T23:07:59.055Z Downloaded foreign-types v0.5.0
7042026-06-25T23:07:59.055Z Downloaded slog v2.8.2
7052026-06-25T23:07:59.057Z Downloaded zerovec-derive v0.11.3
7062026-06-25T23:07:59.057Z Downloaded darling_macro v0.21.3
7072026-06-25T23:07:59.057Z Downloaded block-buffer v0.10.4
7082026-06-25T23:07:59.057Z Downloaded anstyle-parse v1.0.0
7092026-06-25T23:07:59.060Z Downloaded anstyle v1.0.14
7102026-06-25T23:07:59.060Z Downloaded unsafe-libyaml v0.2.11
7112026-06-25T23:07:59.063Z Downloaded futures-util v0.3.32
7122026-06-25T23:07:59.067Z Downloaded uuid v1.23.2
7132026-06-25T23:07:59.070Z Downloaded toml v1.1.2+spec-1.1.0
7142026-06-25T23:07:59.073Z Downloaded idna v1.1.0
7152026-06-25T23:07:59.075Z Downloaded hostname v0.3.1
7162026-06-25T23:07:59.075Z Downloaded form_urlencoded v1.2.2
7172026-06-25T23:07:59.075Z Downloaded futures-task v0.3.32
7182026-06-25T23:07:59.075Z Downloaded foreign-types v0.3.2
7192026-06-25T23:07:59.079Z Downloaded schemars v1.2.1
7202026-06-25T23:07:59.084Z Downloaded unicode-ident v1.0.24
7212026-06-25T23:07:59.086Z Downloaded tracing-core v0.1.36
7222026-06-25T23:07:59.091Z Downloaded pest v2.8.6
7232026-06-25T23:07:59.093Z Downloaded tungstenite v0.21.0
7242026-06-25T23:07:59.093Z Downloaded toml v0.9.12+spec-1.1.0
7252026-06-25T23:07:59.093Z Downloaded typify v0.6.2
7262026-06-25T23:07:59.096Z Downloaded rand v0.9.4
7272026-06-25T23:07:59.099Z Downloaded nom v8.0.0
7282026-06-25T23:07:59.102Z Downloaded xz2 v0.1.7
7292026-06-25T23:07:59.102Z Downloaded dunce v1.0.5
7302026-06-25T23:07:59.102Z Downloaded const-random v0.1.18
7312026-06-25T23:07:59.105Z Downloaded ciborium-io v0.2.2
7322026-06-25T23:07:59.105Z Downloaded dtrace-parser v0.2.0
7332026-06-25T23:07:59.105Z Downloaded fs_extra v1.3.0
7342026-06-25T23:07:59.105Z Downloaded itertools v0.14.0
7352026-06-25T23:07:59.108Z Downloaded zerocopy-derive v0.7.35
7362026-06-25T23:07:59.111Z Downloaded yoke v0.8.3
7372026-06-25T23:07:59.114Z Downloaded rand v0.10.1
7382026-06-25T23:07:59.114Z Downloaded regex v1.12.3
7392026-06-25T23:07:59.117Z Downloaded goblin v0.8.2
7402026-06-25T23:07:59.121Z Downloaded derive-ex v0.1.8
7412026-06-25T23:07:59.124Z Downloaded cmake v0.1.58
7422026-06-25T23:07:59.124Z Downloaded toml_edit v0.25.12+spec-1.1.0
7432026-06-25T23:07:59.124Z Downloaded autocfg v1.5.1
7442026-06-25T23:07:59.127Z Downloaded debug-ignore v1.0.5
7452026-06-25T23:07:59.127Z Downloaded defmt v0.3.100
7462026-06-25T23:07:59.127Z Downloaded darling_macro v0.23.0
7472026-06-25T23:07:59.127Z Downloaded curve25519-dalek-derive v0.1.1
7482026-06-25T23:07:59.127Z Downloaded fxhash v0.2.1
7492026-06-25T23:07:59.130Z Downloaded futures-io v0.3.32
7502026-06-25T23:07:59.130Z Downloaded enum-as-inner v0.6.1
7512026-06-25T23:07:59.130Z Downloaded crunchy v0.2.4
7522026-06-25T23:07:59.130Z Downloaded adler2 v2.0.1
7532026-06-25T23:07:59.133Z Downloaded toml_edit v0.19.15
7542026-06-25T23:07:59.138Z Downloaded typify v0.4.3
7552026-06-25T23:07:59.141Z Downloaded typed-path v0.9.3
7562026-06-25T23:07:59.144Z Downloaded toml_edit v0.22.27
7572026-06-25T23:07:59.147Z Downloaded crypto-common v0.1.7
7582026-06-25T23:07:59.147Z Downloaded chrono v0.4.45
7592026-06-25T23:07:59.150Z Downloaded libm v0.2.16
7602026-06-25T23:07:59.155Z Downloaded hkdf v0.12.4
7612026-06-25T23:07:59.158Z Downloaded atomicwrites v0.4.4
7622026-06-25T23:07:59.158Z Downloaded defmt v1.1.0
7632026-06-25T23:07:59.161Z Downloaded dof v0.3.0
7642026-06-25T23:07:59.161Z Downloaded byteorder v1.5.0
7652026-06-25T23:07:59.164Z Downloaded bit-set v0.8.0
7662026-06-25T23:07:59.164Z Downloaded crc8 v0.1.1
7672026-06-25T23:07:59.164Z Downloaded convert_case v0.4.0
7682026-06-25T23:07:59.164Z Downloaded iddqd v0.4.2
7692026-06-25T23:07:59.167Z Downloaded unicode-segmentation v1.13.3
7702026-06-25T23:07:59.170Z Downloaded atomic-waker v1.1.2
7712026-06-25T23:07:59.170Z Downloaded cstr-argument v0.1.2
7722026-06-25T23:07:59.173Z Downloaded crypto-common v0.2.2
7732026-06-25T23:07:59.173Z Downloaded bitflags v2.12.1
7742026-06-25T23:07:59.175Z Downloaded base16ct v1.0.0
7752026-06-25T23:07:59.175Z Downloaded console v0.16.3
7762026-06-25T23:07:59.175Z Downloaded chacha20 v0.10.0
7772026-06-25T23:07:59.178Z Downloaded compression-codecs v0.4.38
7782026-06-25T23:07:59.181Z Downloaded allocator-api2 v0.2.21
7792026-06-25T23:07:59.181Z Downloaded portable-atomic v1.13.1
7802026-06-25T23:07:59.184Z Downloaded yansi v1.0.1
7812026-06-25T23:07:59.191Z Downloaded url v2.5.8
7822026-06-25T23:07:59.194Z Downloaded zerocopy-derive v0.8.50
7832026-06-25T23:07:59.208Z Downloaded aws-lc-rs v1.17.0
7842026-06-25T23:07:59.218Z Downloaded tower v0.5.3
7852026-06-25T23:07:59.223Z Downloaded unicode-normalization v0.1.25
7862026-06-25T23:07:59.226Z Downloaded rayon v1.12.0
7872026-06-25T23:07:59.230Z Downloaded zerovec v0.11.6
7882026-06-25T23:07:59.235Z Downloaded proptest v1.11.0
7892026-06-25T23:07:59.240Z Downloaded ron v0.12.1
7902026-06-25T23:07:59.248Z Downloaded reqwest v0.12.28
7912026-06-25T23:07:59.253Z Downloaded winnow v0.5.40
7922026-06-25T23:07:59.257Z Downloaded zerotrie v0.2.4
7932026-06-25T23:07:59.270Z Downloaded zerocopy v0.7.35
7942026-06-25T23:07:59.277Z Downloaded typenum v1.20.1
7952026-06-25T23:07:59.280Z Downloaded curve25519-dalek v4.1.3
7962026-06-25T23:07:59.304Z Downloaded winnow v0.7.15
7972026-06-25T23:07:59.316Z Downloaded time v0.3.47
7982026-06-25T23:07:59.323Z Downloaded serde_json v1.0.150
7992026-06-25T23:07:59.345Z Downloaded openssl v0.10.80
8002026-06-25T23:07:59.363Z Downloaded goblin v0.10.7
8012026-06-25T23:07:59.367Z Downloaded reqwest v0.13.4
8022026-06-25T23:07:59.371Z Downloaded tough v0.22.0
8032026-06-25T23:07:59.375Z Downloaded tokio-util v0.7.18
8042026-06-25T23:07:59.379Z Downloaded unicode-width v0.2.2
8052026-06-25T23:07:59.382Z Downloaded tower-http v0.6.11
8062026-06-25T23:07:59.387Z Downloaded rhai v1.25.1
8072026-06-25T23:07:59.393Z Downloaded openapiv3 v2.2.0
8082026-06-25T23:07:59.398Z Downloaded unicode-width v0.1.14
8092026-06-25T23:07:59.403Z Downloaded moka v0.12.15
8102026-06-25T23:07:59.420Z Downloaded serde_with v3.20.0
8112026-06-25T23:07:59.437Z Downloaded rustls v0.23.40
8122026-06-25T23:07:59.444Z Downloaded rustix v1.1.4
8132026-06-25T23:07:59.457Z Downloaded rustix v0.38.44
8142026-06-25T23:07:59.469Z Downloaded quinn-proto v0.11.14
8152026-06-25T23:07:59.473Z Downloaded tabled v0.15.0
8162026-06-25T23:07:59.482Z Downloaded winnow v1.0.3
8172026-06-25T23:07:59.496Z Downloaded tabled v0.21.0
8182026-06-25T23:07:59.508Z Downloaded tracing v0.1.44
8192026-06-25T23:07:59.518Z Downloaded syn v1.0.109
8202026-06-25T23:07:59.524Z Downloaded webpki-roots v1.0.7
8212026-06-25T23:07:59.548Z Downloaded dropshot v0.17.1
8222026-06-25T23:07:59.559Z Downloaded vcpkg v0.2.15
8232026-06-25T23:07:59.581Z Downloaded petgraph v0.6.5
8242026-06-25T23:07:59.590Z Downloaded regress v0.10.5
8252026-06-25T23:07:59.594Z Downloaded syn v2.0.117
8262026-06-25T23:07:59.600Z Downloaded smoltcp v0.11.0
8272026-06-25T23:07:59.607Z Downloaded jiff v0.2.28
8282026-06-25T23:07:59.616Z Downloaded lzma-sys v0.1.20
8292026-06-25T23:07:59.631Z Downloaded zerocopy v0.8.50
8302026-06-25T23:07:59.642Z Downloaded regress v0.11.1
8312026-06-25T23:07:59.646Z Downloaded hickory-proto v0.25.2
8322026-06-25T23:07:59.655Z Downloaded nix v0.31.3
8332026-06-25T23:07:59.661Z Downloaded regex-syntax v0.8.10
8342026-06-25T23:07:59.665Z Downloaded hickory-proto v0.24.4
8352026-06-25T23:07:59.671Z Downloaded csv v1.4.0
8362026-06-25T23:07:59.683Z Downloaded chrono-tz v0.10.4
8372026-06-25T23:07:59.690Z Downloaded tokio v1.52.3
8382026-06-25T23:07:59.725Z Downloaded sled v0.34.7
8392026-06-25T23:07:59.739Z Downloaded typify-impl v0.6.2
8402026-06-25T23:07:59.746Z Downloaded typify-impl v0.4.3
8412026-06-25T23:07:59.777Z Downloaded regex-automata v0.4.14
8422026-06-25T23:07:59.819Z Downloaded libc v0.2.186
8432026-06-25T23:07:59.845Z Downloaded petgraph v0.8.3
8442026-06-25T23:07:59.860Z Downloaded sha3 v0.10.9
8452026-06-25T23:07:59.916Z Downloaded encoding_rs v0.8.35
8462026-06-25T23:07:59.928Z Downloaded ring v0.17.14
8472026-06-25T23:08:00.279Z Downloaded aws-lc-sys v0.41.0
8482026-06-25T23:08:00.826Z Compiling proc-macro2 v1.0.106
8492026-06-25T23:08:00.827Z Compiling quote v1.0.45
8502026-06-25T23:08:00.827Z Compiling unicode-ident v1.0.24
8512026-06-25T23:08:00.827Z Compiling serde_core v1.0.228
8522026-06-25T23:08:00.831Z Compiling serde v1.0.228
8532026-06-25T23:08:00.831Z Compiling libc v0.2.186
8542026-06-25T23:08:00.831Z Compiling zmij v1.0.21
8552026-06-25T23:08:00.831Z Compiling autocfg v1.5.1
8562026-06-25T23:08:01.219Z Compiling libm v0.2.16
8572026-06-25T23:08:01.590Z Compiling icu_properties_data v2.2.0
8582026-06-25T23:08:01.593Z Compiling icu_normalizer_data v2.2.0
8592026-06-25T23:08:01.658Z Compiling serde_json v1.0.150
8602026-06-25T23:08:01.676Z Compiling num-traits v0.2.19
8612026-06-25T23:08:01.693Z Compiling getrandom v0.4.2
8622026-06-25T23:08:01.950Z Compiling version_check v0.9.5
8632026-06-25T23:08:02.153Z Compiling thiserror v2.0.18
8642026-06-25T23:08:02.303Z Compiling memchr v2.8.1
8652026-06-25T23:08:02.384Z Compiling schemars v0.8.22
8662026-06-25T23:08:02.484Z Compiling syn v2.0.117
8672026-06-25T23:08:02.504Z Checking cfg-if v1.0.4
8682026-06-25T23:08:02.577Z Compiling parking_lot_core v0.9.12
8692026-06-25T23:08:02.741Z Compiling heck v0.5.0
8702026-06-25T23:08:02.759Z Compiling zerocopy v0.8.50
8712026-06-25T23:08:02.886Z Compiling portable-atomic v1.13.1
8722026-06-25T23:08:02.906Z Compiling rustversion v1.0.22
8732026-06-25T23:08:02.947Z Compiling itoa v1.0.18
8742026-06-25T23:08:03.127Z Compiling jobserver v0.1.34
8752026-06-25T23:08:03.217Z Compiling find-msvc-tools v0.1.9
8762026-06-25T23:08:03.393Z Compiling shlex v2.0.1
8772026-06-25T23:08:03.578Z Compiling cc v1.2.63
8782026-06-25T23:08:03.831Z Compiling fs_extra v1.3.0
8792026-06-25T23:08:03.861Z Compiling dunce v1.0.5
8802026-06-25T23:08:03.891Z Compiling semver v1.0.28
8812026-06-25T23:08:03.907Z Compiling log v0.4.32
8822026-06-25T23:08:03.926Z Compiling httparse v1.10.1
8832026-06-25T23:08:03.960Z Compiling slog v2.8.2
8842026-06-25T23:08:04.083Z Compiling rustix v1.1.4
8852026-06-25T23:08:04.086Z Checking stable_deref_trait v1.2.1
8862026-06-25T23:08:04.180Z Compiling equivalent v1.0.2
8872026-06-25T23:08:04.261Z Compiling thiserror v1.0.69
8882026-06-25T23:08:04.330Z Compiling cmake v0.1.58
8892026-06-25T23:08:04.425Z Checking litemap v0.8.2
8902026-06-25T23:08:04.602Z Checking writeable v0.6.3
8912026-06-25T23:08:04.659Z Checking utf8_iter v1.0.4
8922026-06-25T23:08:04.677Z Compiling aws-lc-rs v1.17.0
8932026-06-25T23:08:04.696Z Checking percent-encoding v2.3.2
8942026-06-25T23:08:04.838Z Checking form_urlencoded v1.2.2
8952026-06-25T23:08:04.842Z Compiling aws-lc-sys v0.41.0
8962026-06-25T23:08:04.875Z Compiling ring v0.17.14
8972026-06-25T23:08:04.901Z Checking rand_core v0.10.1
8982026-06-25T23:08:04.969Z Compiling anyhow v1.0.102
8992026-06-25T23:08:04.999Z Compiling ucd-trie v0.1.7
9002026-06-25T23:08:05.089Z Compiling rustls v0.23.40
9012026-06-25T23:08:05.274Z Compiling synstructure v0.13.2
9022026-06-25T23:08:05.295Z Compiling serde_derive_internals v0.29.1
9032026-06-25T23:08:05.325Z Compiling pest v2.8.6
9042026-06-25T23:08:05.714Z Compiling regex-syntax v0.8.10
9052026-06-25T23:08:05.876Z Compiling aho-corasick v1.1.4
9062026-06-25T23:08:06.052Z Compiling getrandom v0.3.4
9072026-06-25T23:08:06.401Z Compiling pest_meta v2.8.6
9082026-06-25T23:08:06.495Z Compiling serde_derive v1.0.228
9092026-06-25T23:08:06.550Z Compiling zerofrom-derive v0.1.7
9102026-06-25T23:08:06.968Z Compiling yoke-derive v0.8.2
9112026-06-25T23:08:07.270Z Compiling zerovec-derive v0.11.3
9122026-06-25T23:08:07.663Z Compiling displaydoc v0.2.6
9132026-06-25T23:08:07.726Z Compiling schemars_derive v0.8.22
9142026-06-25T23:08:07.747Z Compiling thiserror-impl v2.0.18
9152026-06-25T23:08:08.033Z Compiling tokio-macros v2.7.0
9162026-06-25T23:08:08.350Z Compiling zeroize_derive v1.4.3
9172026-06-25T23:08:08.443Z Compiling zerocopy-derive v0.8.50
9182026-06-25T23:08:08.755Z Compiling futures-macro v0.3.32
9192026-06-25T23:08:08.886Z Compiling tracing-attributes v0.1.31
9202026-06-25T23:08:09.011Z Checking zerofrom v0.1.8
9212026-06-25T23:08:09.035Z Compiling thiserror-impl v1.0.69
9222026-06-25T23:08:09.549Z Compiling serde_tokenstream v0.2.3
9232026-06-25T23:08:09.566Z Checking smallvec v1.15.1
9242026-06-25T23:08:09.587Z Checking bytes v1.11.1
9252026-06-25T23:08:09.770Z Checking yoke v0.8.3
9262026-06-25T23:08:09.807Z Compiling pest_generator v2.8.6
9272026-06-25T23:08:09.944Z Checking zerovec v0.11.6
9282026-06-25T23:08:10.027Z Checking zerotrie v0.2.4
9292026-06-25T23:08:10.128Z Compiling regex-automata v0.4.14
9302026-06-25T23:08:10.267Z Compiling crossbeam-utils v0.8.21
9312026-06-25T23:08:10.324Z Compiling hashbrown v0.17.1
9322026-06-25T23:08:10.444Z Checking iana-time-zone v0.1.65
9332026-06-25T23:08:10.464Z Checking tinystr v0.8.3
9342026-06-25T23:08:10.483Z Checking potential_utf v0.1.5
9352026-06-25T23:08:10.550Z Compiling pest_derive v2.8.6
9362026-06-25T23:08:10.608Z Checking icu_collections v2.2.0
9372026-06-25T23:08:10.647Z Checking icu_locale_core v2.2.0
9382026-06-25T23:08:10.671Z Checking chrono v0.4.45
9392026-06-25T23:08:10.815Z Compiling paste v1.0.15
9402026-06-25T23:08:10.891Z Compiling indexmap v2.14.0
9412026-06-25T23:08:10.926Z Compiling time-core v0.1.8
9422026-06-25T23:08:11.070Z Compiling num-conv v0.2.2
9432026-06-25T23:08:11.225Z Compiling time-macros v0.2.27
9442026-06-25T23:08:11.254Z Checking icu_provider v2.2.0
9452026-06-25T23:08:11.487Z Checking icu_normalizer v2.2.0
9462026-06-25T23:08:11.520Z Checking icu_properties v2.2.0
9472026-06-25T23:08:11.814Z Compiling regex v1.12.3
9482026-06-25T23:08:11.857Z Checking uuid v1.23.2
9492026-06-25T23:08:12.148Z Compiling async-trait v0.1.89
9502026-06-25T23:08:12.212Z Compiling byteorder v1.5.0
9512026-06-25T23:08:12.391Z Checking idna_adapter v1.2.2
9522026-06-25T23:08:12.519Z Checking idna v1.1.0
9532026-06-25T23:08:12.656Z Compiling camino v1.2.2
9542026-06-25T23:08:12.677Z Checking dyn-clone v1.0.20
9552026-06-25T23:08:12.766Z Checking url v2.5.8
9562026-06-25T23:08:12.856Z Compiling strsim v0.11.1
9572026-06-25T23:08:13.052Z Compiling scroll_derive v0.13.1
9582026-06-25T23:08:13.108Z Checking errno v0.3.14
9592026-06-25T23:08:13.231Z Compiling ident_case v1.0.1
9602026-06-25T23:08:13.352Z Compiling omicron-workspace-hack v0.1.0
9612026-06-25T23:08:13.467Z Compiling slog-async v2.8.0
9622026-06-25T23:08:13.604Z Compiling generic-array v0.14.7
9632026-06-25T23:08:13.649Z Compiling crc32fast v1.5.0
9642026-06-25T23:08:13.825Z Compiling usdt-impl v0.6.0
9652026-06-25T23:08:13.887Z Compiling scroll v0.13.0
9662026-06-25T23:08:13.906Z Compiling plain v0.2.3
9672026-06-25T23:08:14.000Z Compiling daft-derive v0.1.7
9682026-06-25T23:08:14.111Z Checking pin-project-lite v0.2.17
9692026-06-25T23:08:14.130Z Compiling goblin v0.10.7
9702026-06-25T23:08:14.150Z Compiling pretty-hex v0.4.2
9712026-06-25T23:08:14.206Z Compiling dtrace-parser v0.3.0
9722026-06-25T23:08:14.385Z Compiling thread-id v5.1.0
9732026-06-25T23:08:14.747Z Compiling syn v1.0.109
9742026-06-25T23:08:14.773Z Checking getrandom v0.2.17
9752026-06-25T23:08:14.809Z Checking zeroize v1.8.2
9762026-06-25T23:08:14.965Z Checking bitflags v2.12.1
9772026-06-25T23:08:15.191Z Compiling multer v3.1.0
9782026-06-25T23:08:15.487Z Compiling async-stream-impl v0.3.6
9792026-06-25T23:08:15.867Z Checking socket2 v0.6.4
9802026-06-25T23:08:15.927Z Checking scopeguard v1.2.0
9812026-06-25T23:08:16.089Z Checking lock_api v0.4.14
9822026-06-25T23:08:16.115Z Compiling ref-cast v1.0.25
9832026-06-25T23:08:16.336Z Compiling ref-cast-impl v1.0.25
9842026-06-25T23:08:16.399Z Compiling dropshot v0.17.1
9852026-06-25T23:08:16.644Z Checking critical-section v1.2.0
9862026-06-25T23:08:16.681Z Compiling dropshot_endpoint v0.17.1
9872026-06-25T23:08:16.746Z Checking once_cell v1.21.4
9882026-06-25T23:08:16.913Z Checking parking_lot v0.12.5
9892026-06-25T23:08:16.936Z Compiling dof v0.4.0
9902026-06-25T23:08:17.114Z Compiling newtype-uuid-macros v0.1.0
9912026-06-25T23:08:17.455Z Checking signal-hook-registry v1.4.8
9922026-06-25T23:08:17.931Z Checking mio v1.2.1
9932026-06-25T23:08:18.124Z Compiling usdt-macro v0.6.0
9942026-06-25T23:08:18.149Z Compiling usdt-attr-macro v0.6.0
9952026-06-25T23:08:18.169Z Compiling darling_core v0.23.0
9962026-06-25T23:08:18.210Z Checking tokio v1.52.3
9972026-06-25T23:08:18.307Z Compiling structmeta-derive v0.3.0
9982026-06-25T23:08:18.338Z Compiling strum_macros v0.26.4
9992026-06-25T23:08:18.447Z Compiling allocator-api2 v0.2.21
10002026-06-25T23:08:18.768Z Checking subtle v2.6.1
10012026-06-25T23:08:18.925Z Compiling foldhash v0.2.0
10022026-06-25T23:08:18.948Z Checking futures-core v0.3.32
10032026-06-25T23:08:19.072Z Compiling hashbrown v0.16.1
10042026-06-25T23:08:19.353Z Compiling structmeta v0.3.0
10052026-06-25T23:08:19.388Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
10062026-06-25T23:08:19.815Z Compiling strum_macros v0.27.2
10072026-06-25T23:08:19.867Z Compiling derive-ex v0.1.8
10082026-06-25T23:08:19.941Z Compiling http v1.4.1
10092026-06-25T23:08:20.285Z Compiling darling_macro v0.23.0
10102026-06-25T23:08:20.427Z Checking futures-sink v0.3.32
10112026-06-25T23:08:20.537Z Checking ipnetwork v0.21.1
10122026-06-25T23:08:20.835Z Checking slab v0.4.12
10132026-06-25T23:08:20.864Z Compiling darling v0.23.0
10142026-06-25T23:08:20.956Z Compiling serde_with_macros v3.20.0
10152026-06-25T23:08:20.977Z Compiling winnow v1.0.3
10162026-06-25T23:08:21.503Z Compiling test-strategy v0.4.5
10172026-06-25T23:08:21.680Z Checking futures-channel v0.3.32
10182026-06-25T23:08:21.839Z Checking typenum v1.20.1
10192026-06-25T23:08:21.874Z Checking futures-io v0.3.32
10202026-06-25T23:08:21.995Z Compiling toml_parser v1.1.2+spec-1.1.0
10212026-06-25T23:08:22.014Z Checking futures-task v0.3.32
10222026-06-25T23:08:22.156Z Compiling fnv v1.0.7
10232026-06-25T23:08:22.218Z Checking futures-util v0.3.32
10242026-06-25T23:08:22.259Z Compiling toml_datetime v1.1.1+spec-1.1.0
10252026-06-25T23:08:22.543Z Compiling parse-display-derive v0.10.0
10262026-06-25T23:08:22.708Z Checking oxnet v0.1.6
10272026-06-25T23:08:22.730Z Checking tracing-core v0.1.36
10282026-06-25T23:08:22.848Z Checking erased-serde v0.3.31
10292026-06-25T23:08:23.235Z Checking tracing v0.1.44
10302026-06-25T23:08:23.519Z Compiling ryu v1.0.23
10312026-06-25T23:08:23.551Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
10322026-06-25T23:08:23.695Z Compiling clap_derive v4.6.1
10332026-06-25T23:08:23.991Z Checking base64 v0.22.1
10342026-06-25T23:08:24.340Z Checking rand_core v0.6.4
10352026-06-25T23:08:24.425Z Compiling openapiv3 v2.2.0
10362026-06-25T23:08:24.622Z Checking rustls-pki-types v1.14.1
10372026-06-25T23:08:24.885Z Checking tokio-util v0.7.18
10382026-06-25T23:08:24.940Z Checking untrusted v0.7.1
10392026-06-25T23:08:25.062Z Checking ipnet v2.12.0
10402026-06-25T23:08:25.115Z Checking untrusted v0.9.0
10412026-06-25T23:08:25.368Z Compiling toml_edit v0.25.12+spec-1.1.0
10422026-06-25T23:08:25.832Z Checking http-body v1.0.1
10432026-06-25T23:08:25.971Z Compiling proc-macro-crate v3.5.0
10442026-06-25T23:08:26.008Z Checking atomic-waker v1.1.2
10452026-06-25T23:08:26.365Z Checking tower-layer v0.3.3
10462026-06-25T23:08:26.398Z Compiling num_enum_derive v0.7.6
10472026-06-25T23:08:26.418Z Compiling either v1.16.0
10482026-06-25T23:08:26.508Z Checking try-lock v0.2.5
10492026-06-25T23:08:26.597Z Checking tower-service v0.3.3
10502026-06-25T23:08:26.662Z Checking want v0.3.1
10512026-06-25T23:08:26.741Z Compiling itertools v0.14.0
10522026-06-25T23:08:26.784Z Checking h2 v0.4.14
10532026-06-25T23:08:26.948Z Checking httpdate v1.0.3
10542026-06-25T23:08:27.248Z Compiling regress v0.11.1
10552026-06-25T23:08:27.455Z Compiling crucible-workspace-hack v0.1.0
10562026-06-25T23:08:27.962Z Checking serde_urlencoded v0.7.1
10572026-06-25T23:08:27.990Z Checking http-body-util v0.1.3
10582026-06-25T23:08:28.477Z Checking ppv-lite86 v0.2.21
10592026-06-25T23:08:28.597Z Checking hyper v1.10.1
10602026-06-25T23:08:28.727Z Compiling unsafe-libyaml v0.2.11
10612026-06-25T23:08:28.849Z Compiling typify-impl v0.6.2
10622026-06-25T23:08:29.408Z Compiling serde_yaml v0.9.34+deprecated
10632026-06-25T23:08:29.542Z Checking hyper-util v0.1.20
10642026-06-25T23:08:30.329Z Compiling convert_case v0.4.0
10652026-06-25T23:08:30.602Z Compiling derive_more v0.99.20
10662026-06-25T23:08:31.195Z Compiling darling_core v0.21.3
10672026-06-25T23:08:31.317Z Compiling zerocopy-derive v0.7.35
10682026-06-25T23:08:31.452Z Checking powerfmt v0.2.0
10692026-06-25T23:08:32.164Z Checking deranged v0.5.8
10702026-06-25T23:08:32.230Z Compiling typify-macro v0.6.2
10712026-06-25T23:08:33.002Z Compiling regress v0.10.5
10722026-06-25T23:08:33.121Z Checking num_threads v0.1.7
10732026-06-25T23:08:33.256Z Compiling darling_macro v0.21.3
10742026-06-25T23:08:33.357Z Checking time v0.3.47
10752026-06-25T23:08:33.666Z Compiling heapless v0.8.0
10762026-06-25T23:08:33.836Z Compiling darling v0.21.3
10772026-06-25T23:08:34.163Z Compiling ingot-macros v0.1.1
10782026-06-25T23:08:34.206Z Compiling typify v0.6.2
10792026-06-25T23:08:34.324Z Checking crossbeam-channel v0.5.15
10802026-06-25T23:08:34.472Z Compiling scroll_derive v0.12.1
10812026-06-25T23:08:34.508Z Compiling serde_repr v0.1.20
10822026-06-25T23:08:35.223Z Compiling rustix v0.38.44
10832026-06-25T23:08:35.332Z Checking cpufeatures v0.3.0
10842026-06-25T23:08:35.960Z Checking futures-executor v0.3.32
10852026-06-25T23:08:36.070Z Checking sync_wrapper v1.0.2
10862026-06-25T23:08:36.127Z Checking thread_local v1.1.9
10872026-06-25T23:08:36.443Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
10882026-06-25T23:08:36.541Z Compiling smoltcp v0.11.0
10892026-06-25T23:08:36.879Z Checking tower v0.5.3
10902026-06-25T23:08:36.942Z Checking rand_core v0.9.5
10912026-06-25T23:08:36.996Z Checking webpki-roots v1.0.7
10922026-06-25T23:08:37.329Z Compiling rustc_version v0.4.1
10932026-06-25T23:08:37.350Z Checking is-terminal v0.4.17
10942026-06-25T23:08:37.443Z Checking term v1.2.1
10952026-06-25T23:08:37.488Z Checking take_mut v0.2.2
10962026-06-25T23:08:37.581Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
10972026-06-25T23:08:37.618Z Compiling curve25519-dalek v4.1.3
10982026-06-25T23:08:37.621Z Checking tower-http v0.6.11
10992026-06-25T23:08:37.672Z Checking slog-term v2.9.2
11002026-06-25T23:08:37.811Z Checking futures v0.3.32
11012026-06-25T23:08:37.893Z Compiling toml_datetime v0.6.11
11022026-06-25T23:08:37.915Z Compiling foreign-types-macros v0.2.3
11032026-06-25T23:08:38.182Z Checking hex v0.4.3
11042026-06-25T23:08:38.536Z Checking rand_chacha v0.9.0
11052026-06-25T23:08:38.720Z Compiling zerocopy v0.7.35
11062026-06-25T23:08:38.787Z Compiling hubpack_derive v0.1.1
11072026-06-25T23:08:38.880Z Compiling thiserror-impl-no-std v2.0.2
11082026-06-25T23:08:39.203Z Compiling curve25519-dalek-derive v0.1.1
11092026-06-25T23:08:39.470Z Compiling usdt-impl v0.5.0
11102026-06-25T23:08:39.488Z Compiling proc-macro-error-attr v1.0.4
11112026-06-25T23:08:39.561Z Checking fastrand v2.4.1
11122026-06-25T23:08:39.884Z Compiling dof v0.3.0
11132026-06-25T23:08:39.902Z Checking rand v0.9.4
11142026-06-25T23:08:39.950Z Compiling dtrace-parser v0.2.0
11152026-06-25T23:08:39.970Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
11162026-06-25T23:08:40.491Z Compiling serde_spanned v1.1.1
11172026-06-25T23:08:40.603Z Compiling thread-id v4.2.2
11182026-06-25T23:08:40.623Z Compiling proc-macro-error v1.0.4
11192026-06-25T23:08:40.694Z Compiling memoffset v0.9.1
11202026-06-25T23:08:40.997Z Compiling toml_writer v1.1.1+spec-1.1.0
11212026-06-25T23:08:41.132Z Compiling pkg-config v0.3.33
11222026-06-25T23:08:41.868Z Checking crypto-common v0.1.7
11232026-06-25T23:08:42.272Z Checking hybrid-array v0.4.12
11242026-06-25T23:08:42.711Z Checking adler2 v2.0.1
11252026-06-25T23:08:42.768Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
11262026-06-25T23:08:42.828Z Checking simd-adler32 v0.3.9
11272026-06-25T23:08:42.947Z Checking match_cfg v0.1.0
11282026-06-25T23:08:42.973Z Checking openssl-probe v0.2.1
11292026-06-25T23:08:42.992Z Compiling prettyplease v0.2.37
11302026-06-25T23:08:43.011Z Compiling cfg_aliases v0.2.1
11312026-06-25T23:08:43.047Z Checking hostname v0.3.1
11322026-06-25T23:08:43.089Z Checking miniz_oxide v0.8.9
11332026-06-25T23:08:43.091Z Checking rustls-native-certs v0.8.4
11342026-06-25T23:08:43.091Z Compiling nix v0.31.3
11352026-06-25T23:08:43.432Z Checking tempfile v3.27.0
11362026-06-25T23:08:43.630Z Checking slog-json v2.6.1
11372026-06-25T23:08:43.716Z Checking newtype-uuid v1.3.2
11382026-06-25T23:08:43.788Z Checking memmap2 v0.9.10
11392026-06-25T23:08:43.955Z Compiling heck v0.4.1
11402026-06-25T23:08:44.126Z Checking usdt v0.6.0
11412026-06-25T23:08:44.155Z Checking daft v0.1.7
11422026-06-25T23:08:44.227Z Checking slog-bunyan v2.5.0
11432026-06-25T23:08:44.369Z Checking flate2 v1.1.9
11442026-06-25T23:08:44.387Z Checking block-buffer v0.12.0
11452026-06-25T23:08:44.406Z Checking crypto-common v0.2.2
11462026-06-25T23:08:44.529Z Compiling usdt-attr-macro v0.5.0
11472026-06-25T23:08:44.653Z Compiling usdt-macro v0.5.0
11482026-06-25T23:08:44.895Z Compiling num-derive v0.4.2
11492026-06-25T23:08:44.962Z Compiling enum-as-inner v0.6.1
11502026-06-25T23:08:45.045Z Checking compression-core v0.4.32
11512026-06-25T23:08:45.270Z Checking debug-ignore v1.0.5
11522026-06-25T23:08:45.290Z Checking const-oid v0.10.2
11532026-06-25T23:08:45.328Z Compiling winnow v0.7.15
11542026-06-25T23:08:45.564Z Checking digest v0.11.3
11552026-06-25T23:08:45.658Z Checking compression-codecs v0.4.38
11562026-06-25T23:08:46.380Z Checking encoding_rs v0.8.35
11572026-06-25T23:08:46.419Z Checking spin v0.9.8
11582026-06-25T23:08:46.460Z Compiling rayon-core v1.13.0
11592026-06-25T23:08:46.488Z Checking mime v0.3.17
11602026-06-25T23:08:46.532Z Checking toml v1.1.2+spec-1.1.0
11612026-06-25T23:08:46.728Z Checking async-compression v0.4.42
11622026-06-25T23:08:46.747Z Checking sha1 v0.11.0
11632026-06-25T23:08:47.217Z Checking rand_chacha v0.3.1
11642026-06-25T23:08:47.309Z Checking waitgroup v0.1.2
11652026-06-25T23:08:47.328Z Checking rustls-pemfile v2.2.0
11662026-06-25T23:08:47.408Z Checking async-stream v0.3.6
11672026-06-25T23:08:47.492Z Checking serde_path_to_error v0.1.20
11682026-06-25T23:08:47.536Z Checking hostname v0.4.2
11692026-06-25T23:08:47.561Z Compiling wait-timeout v0.2.1
11702026-06-25T23:08:47.688Z Compiling bit-vec v0.8.0
11712026-06-25T23:08:47.744Z Compiling quick-error v1.2.3
11722026-06-25T23:08:47.860Z Compiling rusty-fork v0.3.1
11732026-06-25T23:08:47.951Z Compiling bit-set v0.8.0
11742026-06-25T23:08:47.992Z Checking rand v0.8.6
11752026-06-25T23:08:48.510Z Compiling rand_xorshift v0.4.0
11762026-06-25T23:08:48.638Z Compiling progenitor-impl v0.14.0
11772026-06-25T23:08:48.692Z Compiling num-integer v0.1.46
11782026-06-25T23:08:48.792Z Checking macaddr v1.0.1
11792026-06-25T23:08:49.166Z Compiling winnow v0.5.40
11802026-06-25T23:08:49.325Z Compiling semver v0.1.20
11812026-06-25T23:08:49.588Z Compiling unarray v0.1.4
11822026-06-25T23:08:49.701Z Checking rustls-webpki v0.103.13
11832026-06-25T23:08:49.975Z Checking unicode-width v0.2.2
11842026-06-25T23:08:50.429Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
11852026-06-25T23:08:50.582Z Compiling toml_edit v0.19.15
11862026-06-25T23:08:50.632Z Compiling proptest v1.11.0
11872026-06-25T23:08:50.736Z Compiling progenitor-macro v0.14.0
11882026-06-25T23:08:51.004Z Compiling rustc_version v0.1.7
11892026-06-25T23:08:52.254Z Compiling reqwest v0.12.28
11902026-06-25T23:08:52.549Z Checking tokio-rustls v0.26.4
11912026-06-25T23:08:52.569Z Checking rustls-platform-verifier v0.7.0
11922026-06-25T23:08:52.609Z Compiling backon v1.6.0
11932026-06-25T23:08:52.784Z Checking hyper-rustls v0.27.9
11942026-06-25T23:08:52.989Z Checking reqwest v0.13.4
11952026-06-25T23:08:53.036Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11962026-06-25T23:08:53.719Z Checking block-buffer v0.10.4
11972026-06-25T23:08:54.066Z Compiling strum v0.26.3
11982026-06-25T23:08:54.310Z Compiling instant v0.1.13
11992026-06-25T23:08:54.534Z Compiling utf8parse v0.2.2
12002026-06-25T23:08:54.658Z Compiling anstyle-parse v1.0.0
12012026-06-25T23:08:54.829Z Compiling backoff v0.4.0
12022026-06-25T23:08:54.846Z Compiling iddqd v0.4.2
12032026-06-25T23:08:54.872Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
12042026-06-25T23:08:54.890Z Checking digest v0.10.7
12052026-06-25T23:08:54.933Z Compiling progenitor-client v0.10.0
12062026-06-25T23:08:55.057Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12072026-06-25T23:08:55.093Z Compiling proc-macro-crate v1.3.1
12082026-06-25T23:08:55.111Z Compiling newtype_derive v0.1.6
12092026-06-25T23:08:55.225Z Compiling num-iter v0.1.45
12102026-06-25T23:08:55.312Z Compiling progenitor-client v0.14.0
12112026-06-25T23:08:55.359Z Compiling num-rational v0.4.2
12122026-06-25T23:08:55.380Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
12132026-06-25T23:08:55.400Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12142026-06-25T23:08:55.566Z Compiling progenitor-extras v0.2.0
12152026-06-25T23:08:55.806Z Compiling progenitor-impl v0.13.0
12162026-06-25T23:08:55.879Z Compiling parse-display v0.10.0
12172026-06-25T23:08:55.957Z Compiling serde_with v3.20.0
12182026-06-25T23:08:55.978Z Compiling strum v0.27.2
12192026-06-25T23:08:55.997Z Compiling num-complex v0.4.6
12202026-06-25T23:08:56.158Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
12212026-06-25T23:08:56.347Z Compiling vcpkg v0.2.15
12222026-06-25T23:08:56.368Z Compiling is_terminal_polyfill v1.70.2
12232026-06-25T23:08:56.387Z Compiling owo-colors v4.3.0
12242026-06-25T23:08:56.410Z Compiling humantime v2.3.0
12252026-06-25T23:08:56.467Z Compiling colorchoice v1.0.5
12262026-06-25T23:08:56.589Z Compiling anstyle-query v1.1.5
12272026-06-25T23:08:56.609Z Compiling anstyle v1.0.14
12282026-06-25T23:08:56.726Z Compiling num v0.4.3
12292026-06-25T23:08:56.799Z Compiling anstream v1.0.0
12302026-06-25T23:08:56.819Z Compiling num_enum_derive v0.5.11
12312026-06-25T23:08:56.921Z Compiling openssl-sys v0.9.116
12322026-06-25T23:08:57.090Z Compiling terminal_size v0.4.4
12332026-06-25T23:08:57.247Z Compiling serde_spanned v0.6.9
12342026-06-25T23:08:57.380Z Compiling derive-where v1.6.1
12352026-06-25T23:08:57.404Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
12362026-06-25T23:08:57.483Z Compiling pin-project-internal v1.1.13
12372026-06-25T23:08:57.823Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12382026-06-25T23:08:57.854Z Compiling progenitor-macro v0.13.0
12392026-06-25T23:08:57.922Z Compiling clap_lex v1.1.0
12402026-06-25T23:08:58.147Z Compiling toml_write v0.1.2
12412026-06-25T23:08:58.358Z Compiling float-ord v0.3.2
12422026-06-25T23:08:58.483Z Compiling toml_edit v0.22.27
12432026-06-25T23:08:58.554Z Compiling clap_builder v4.6.0
12442026-06-25T23:08:59.952Z Compiling toml v0.8.23
12452026-06-25T23:09:00.119Z Compiling clap v4.6.1
12462026-06-25T23:09:00.353Z Compiling zone_cfg_derive v0.3.1
12472026-06-25T23:09:00.672Z Compiling async-recursion v1.1.1
12482026-06-25T23:09:00.715Z Compiling snafu-derive v0.8.9
12492026-06-25T23:09:01.824Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12502026-06-25T23:09:02.185Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
12512026-06-25T23:09:02.279Z Compiling slog-dtrace v0.3.0
12522026-06-25T23:09:02.299Z Compiling openssl v0.10.80
12532026-06-25T23:09:02.462Z Compiling unicode-xid v0.2.6
12542026-06-25T23:09:02.574Z Compiling cancel-safe-futures v0.1.5
12552026-06-25T23:09:02.594Z Compiling chrono-tz v0.10.4
12562026-06-25T23:09:02.766Z Compiling minimal-lexical v0.2.1
12572026-06-25T23:09:02.881Z Compiling const_format_proc_macros v0.2.34
12582026-06-25T23:09:02.971Z Compiling nom v7.1.3
12592026-06-25T23:09:03.323Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12602026-06-25T23:09:03.611Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12612026-06-25T23:09:03.640Z Compiling openssl-macros v0.1.1
12622026-06-25T23:09:03.815Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12632026-06-25T23:09:03.888Z Checking cpufeatures v0.2.17
12642026-06-25T23:09:04.298Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12652026-06-25T23:09:04.727Z Compiling cookie v0.18.1
12662026-06-25T23:09:04.766Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12672026-06-25T23:09:04.992Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12682026-06-25T23:09:05.090Z Compiling tabled_derive v0.7.0
12692026-06-25T23:09:05.522Z Checking num_enum v0.7.6
12702026-06-25T23:09:07.869Z Checking tabwriter v1.4.1
12712026-06-25T23:09:08.062Z Checking secrecy v0.10.3
12722026-06-25T23:09:08.180Z Checking tinyvec_macros v0.1.1
12732026-06-25T23:09:08.198Z Checking colored v3.1.1
12742026-06-25T23:09:08.356Z Checking tinyvec v1.11.0
12752026-06-25T23:09:08.419Z Checking crossbeam-epoch v0.9.18
12762026-06-25T23:09:08.439Z Checking hash32 v0.3.1
12772026-06-25T23:09:08.568Z Checking bstr v1.12.1
12782026-06-25T23:09:08.644Z Checking data-encoding v2.11.0
12792026-06-25T23:09:08.685Z Checking hmac v0.12.1
12802026-06-25T23:09:08.832Z Checking ingot-types v0.1.2
12812026-06-25T23:09:08.910Z Checking inout v0.1.4
12822026-06-25T23:09:09.046Z Checking scroll v0.12.0
12832026-06-25T23:09:09.067Z Checking ff v0.13.1
12842026-06-25T23:09:09.200Z Checking cobs v0.3.0
12852026-06-25T23:09:09.221Z Checking foreign-types-shared v0.3.1
12862026-06-25T23:09:09.287Z Checking managed v0.8.0
12872026-06-25T23:09:09.320Z Checking static_assertions v1.1.0
12882026-06-25T23:09:09.345Z Checking bitflags v1.3.2
12892026-06-25T23:09:09.365Z Checking postcard v1.1.3
12902026-06-25T23:09:09.398Z Checking foreign-types v0.5.0
12912026-06-25T23:09:09.426Z Checking goblin v0.8.2
12922026-06-25T23:09:09.502Z Checking ingot v0.1.1
12932026-06-25T23:09:09.567Z Checking group v0.13.0
12942026-06-25T23:09:09.660Z Checking cipher v0.4.4
12952026-06-25T23:09:09.679Z Checking hkdf v0.12.4
12962026-06-25T23:09:09.813Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12972026-06-25T23:09:09.843Z Checking universal-hash v0.5.1
12982026-06-25T23:09:09.971Z Checking crypto-bigint v0.5.5
12992026-06-25T23:09:10.023Z Checking chacha20 v0.10.0
13002026-06-25T23:09:10.136Z Checking half v2.7.1
13012026-06-25T23:09:10.403Z Checking cstr-argument v0.1.2
13022026-06-25T23:09:10.534Z Checking opaque-debug v0.3.1
13032026-06-25T23:09:10.588Z Checking base16ct v0.2.0
13042026-06-25T23:09:10.588Z Checking indent_write v2.2.0
13052026-06-25T23:09:10.627Z Checking ciborium-io v0.2.2
13062026-06-25T23:09:10.677Z Checking base64ct v1.8.3
13072026-06-25T23:09:10.725Z Checking poly1305 v0.8.0
13082026-06-25T23:09:10.745Z Checking ciborium-ll v0.2.2
13092026-06-25T23:09:10.846Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
13102026-06-25T23:09:10.900Z Checking elliptic-curve v0.13.8
13112026-06-25T23:09:10.924Z Checking rand v0.10.1
13122026-06-25T23:09:10.927Z Checking password-hash v0.5.0
13132026-06-25T23:09:10.963Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
13142026-06-25T23:09:11.025Z Checking chacha20 v0.9.1
13152026-06-25T23:09:11.106Z Checking atomicwrites v0.4.4
13162026-06-25T23:09:11.133Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13172026-06-25T23:09:11.161Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
13182026-06-25T23:09:11.222Z Checking blake2 v0.10.6
13192026-06-25T23:09:11.239Z Checking aead v0.5.2
13202026-06-25T23:09:11.377Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
13212026-06-25T23:09:11.397Z Checking thiserror-no-std v2.0.2
13222026-06-25T23:09:11.400Z Checking hubpack v0.1.2
13232026-06-25T23:09:11.441Z Checking byte-wrapper v0.1.0
13242026-06-25T23:09:11.505Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
13252026-06-25T23:09:11.585Z Checking keccak v0.1.6
13262026-06-25T23:09:11.692Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13272026-06-25T23:09:11.744Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
13282026-06-25T23:09:11.747Z Checking sha3 v0.10.9
13292026-06-25T23:09:11.875Z Checking vsss-rs v3.3.4
13302026-06-25T23:09:11.977Z Checking argon2 v0.5.3
13312026-06-25T23:09:12.006Z Checking chacha20poly1305 v0.10.1
13322026-06-25T23:09:12.027Z Checking ciborium v0.2.2
13332026-06-25T23:09:12.140Z Checking similar v2.7.0
13342026-06-25T23:09:12.345Z Checking memmap v0.7.0
13352026-06-25T23:09:12.383Z Checking lazy_static v1.5.0
13362026-06-25T23:09:12.480Z Checking usdt v0.5.0
13372026-06-25T23:09:12.500Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13382026-06-25T23:09:12.647Z Checking crossbeam-deque v0.8.6
13392026-06-25T23:09:12.821Z Checking ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
13402026-06-25T23:09:12.840Z Checking bytecount v0.6.9
13412026-06-25T23:09:12.951Z Checking unicode-segmentation v1.13.3
13422026-06-25T23:09:12.970Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13432026-06-25T23:09:13.168Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
13442026-06-25T23:09:13.293Z Checking newline-converter v0.3.0
13452026-06-25T23:09:13.358Z Checking console v0.15.11
13462026-06-25T23:09:13.399Z Checking progenitor v0.14.0
13472026-06-25T23:09:13.418Z Checking itertools v0.12.1
13482026-06-25T23:09:13.554Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
13492026-06-25T23:09:13.675Z Compiling parking_lot_core v0.8.6
13502026-06-25T23:09:13.729Z Checking swrite v0.1.0
13512026-06-25T23:09:13.732Z Checking linked-hash-map v0.5.6
13522026-06-25T23:09:13.821Z Checking resolv-conf v0.7.6
13532026-06-25T23:09:13.841Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
13542026-06-25T23:09:13.926Z Checking lru-cache v0.1.2
13552026-06-25T23:09:13.973Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13562026-06-25T23:09:14.034Z Checking expectorate v1.2.0
13572026-06-25T23:09:14.053Z Checking rayon v1.12.0
13582026-06-25T23:09:14.163Z Checking ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
13592026-06-25T23:09:14.426Z Checking hickory-proto v0.24.4
13602026-06-25T23:09:14.604Z Checking progenitor-client v0.13.0
13612026-06-25T23:09:14.711Z Checking camino-tempfile v1.4.1
13622026-06-25T23:09:15.050Z Checking serde-big-array v0.5.1
13632026-06-25T23:09:15.200Z Checking siphasher v1.0.3
13642026-06-25T23:09:15.219Z Checking progenitor v0.13.0
13652026-06-25T23:09:15.255Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
13662026-06-25T23:09:15.379Z Checking phf_shared v0.12.1
13672026-06-25T23:09:15.550Z Checking unicode-normalization v0.1.25
13682026-06-25T23:09:15.841Z Checking pin-project v1.1.13
13692026-06-25T23:09:15.861Z Checking num_enum v0.5.11
13702026-06-25T23:09:16.020Z Checking hickory-resolver v0.24.4
13712026-06-25T23:09:16.182Z Checking tokio-stream v0.1.18
13722026-06-25T23:09:16.437Z Checking csv-core v0.1.13
13732026-06-25T23:09:16.523Z Checking unicode-width v0.1.14
13742026-06-25T23:09:16.568Z Checking konst_macro_rules v0.2.19
13752026-06-25T23:09:16.619Z Checking highway v1.3.0
13762026-06-25T23:09:16.638Z Checking foreign-types-shared v0.1.1
13772026-06-25T23:09:16.735Z Checking same-file v1.0.6
13782026-06-25T23:09:16.736Z Checking smawk v0.3.2
13792026-06-25T23:09:16.773Z Checking foldhash v0.1.5
13802026-06-25T23:09:16.847Z Checking unicode-linebreak v0.1.5
13812026-06-25T23:09:16.869Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13822026-06-25T23:09:16.888Z Checking walkdir v2.5.0
13832026-06-25T23:09:16.928Z Checking hashbrown v0.15.5
13842026-06-25T23:09:16.968Z Checking foreign-types v0.3.2
13852026-06-25T23:09:17.047Z Checking konst v0.2.20
13862026-06-25T23:09:17.067Z Checking textwrap v0.16.2
13872026-06-25T23:09:17.072Z Checking qorb v0.4.1
13882026-06-25T23:09:17.243Z Checking csv v1.4.0
13892026-06-25T23:09:17.533Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13902026-06-25T23:09:17.770Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
13912026-06-25T23:09:17.926Z Checking olpc-cjson v0.1.4
13922026-06-25T23:09:17.952Z Checking snafu v0.8.9
13932026-06-25T23:09:18.062Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
13942026-06-25T23:09:18.101Z Checking phf v0.12.1
13952026-06-25T23:09:18.244Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13962026-06-25T23:09:18.346Z Checking zone v0.3.1
13972026-06-25T23:09:18.475Z Checking tokio-dtrace v0.1.1
13982026-06-25T23:09:18.664Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13992026-06-25T23:09:18.711Z Checking globset v0.4.18
14002026-06-25T23:09:18.972Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
14012026-06-25T23:09:19.306Z Checking smf v0.2.3
14022026-06-25T23:09:19.473Z Checking pem v3.0.6
14032026-06-25T23:09:19.546Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
14042026-06-25T23:09:19.638Z Checking libsw-core v0.3.2
14052026-06-25T23:09:19.708Z Checking serde_plain v1.0.2
14062026-06-25T23:09:19.749Z Checking sigpipe v0.1.3
14072026-06-25T23:09:19.835Z Checking typed-path v0.9.3
14082026-06-25T23:09:19.924Z Checking glob v0.3.3
14092026-06-25T23:09:19.992Z Checking jiff v0.2.28
14102026-06-25T23:09:20.065Z Checking fixedbitset v0.5.7
14112026-06-25T23:09:20.117Z Checking fixedbitset v0.4.2
14122026-06-25T23:09:20.267Z Checking petgraph v0.8.3
14132026-06-25T23:09:20.305Z Checking petgraph v0.6.5
14142026-06-25T23:09:20.604Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
14152026-06-25T23:09:20.627Z Checking tough v0.22.0
14162026-06-25T23:09:20.666Z Checking libsw v3.5.0
14172026-06-25T23:09:21.047Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14182026-06-25T23:09:21.108Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14192026-06-25T23:09:21.354Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14202026-06-25T23:09:21.522Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
14212026-06-25T23:09:21.667Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
14222026-06-25T23:09:21.687Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14232026-06-25T23:09:21.691Z Checking oxide-tokio-rt v0.1.6
14242026-06-25T23:09:21.873Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14252026-06-25T23:09:22.021Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14262026-06-25T23:09:22.071Z Checking const_format v0.2.36
14272026-06-25T23:09:22.111Z Checking papergrid v0.11.0
14282026-06-25T23:09:22.240Z Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14292026-06-25T23:09:22.529Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14302026-06-25T23:09:22.563Z Checking gethostname v0.5.0
14312026-06-25T23:09:22.635Z Checking key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14322026-06-25T23:09:22.657Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
14332026-06-25T23:09:22.748Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
14342026-06-25T23:09:22.878Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14352026-06-25T23:09:23.208Z Checking libscf-sys v1.2.0
14362026-06-25T23:09:23.383Z Checking bcs v0.1.6
14372026-06-25T23:09:23.475Z Checking linear-map v1.2.0
14382026-06-25T23:09:23.475Z Checking tagptr v0.2.0
14392026-06-25T23:09:23.564Z Checking termtree v0.5.1
14402026-06-25T23:09:23.613Z Checking whoami v1.6.1
14412026-06-25T23:09:23.683Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14422026-06-25T23:09:23.703Z Checking moka v0.12.15
14432026-06-25T23:09:24.225Z Checking nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14442026-06-25T23:09:25.010Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14452026-06-25T23:09:25.280Z Checking tabled v0.15.0
14462026-06-25T23:09:25.539Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14472026-06-25T23:09:25.558Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14482026-06-25T23:09:25.576Z Checking bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14492026-06-25T23:09:25.631Z Checking steno v0.4.1
14502026-06-25T23:09:26.172Z Checking hickory-proto v0.25.2
14512026-06-25T23:09:27.710Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
14522026-06-25T23:09:27.765Z Checking hickory-resolver v0.25.2
14532026-06-25T23:09:27.810Z Checking oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14542026-06-25T23:09:28.406Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14552026-06-25T23:09:28.752Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
14562026-06-25T23:09:29.197Z Checking ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
14572026-06-25T23:09:33.039Z Checking nom v8.0.0
14582026-06-25T23:09:33.077Z Compiling proc-macro-error-attr2 v2.0.0
14592026-06-25T23:09:33.208Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14602026-06-25T23:09:34.844Z Compiling proc-macro-error2 v2.0.1
14612026-06-25T23:09:36.882Z Compiling crunchy v0.2.4
14622026-06-25T23:09:38.537Z Compiling tabled_derive v0.11.0
14632026-06-25T23:09:38.566Z Checking mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
14642026-06-25T23:09:39.628Z Compiling tiny-keccak v2.0.2
14652026-06-25T23:09:39.766Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
14662026-06-25T23:09:40.108Z Compiling typify-impl v0.4.3
14672026-06-25T23:09:40.143Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
14682026-06-25T23:09:40.237Z Checking client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
14692026-06-25T23:09:40.331Z Checking parking_lot v0.11.2
14702026-06-25T23:09:40.363Z Compiling const-random-macro v0.1.16
14712026-06-25T23:09:40.798Z Checking fxhash v0.2.1
14722026-06-25T23:09:40.870Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14732026-06-25T23:09:40.890Z Compiling smartstring v1.0.1
14742026-06-25T23:09:40.925Z Checking sled v0.34.7
14752026-06-25T23:09:41.162Z Compiling ahash v0.8.12
14762026-06-25T23:09:41.751Z Checking internet-checksum v0.2.1
14772026-06-25T23:09:41.842Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
14782026-06-25T23:09:42.089Z Compiling rhai_codegen v3.2.0
14792026-06-25T23:09:42.133Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
14802026-06-25T23:09:42.163Z Checking arc-swap v1.9.1
14812026-06-25T23:09:42.489Z Checking slog-scope v4.4.1
14822026-06-25T23:09:42.566Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14832026-06-25T23:09:42.665Z Checking papergrid v0.18.0
14842026-06-25T23:09:42.838Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
14852026-06-25T23:09:43.178Z Checking mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
14862026-06-25T23:09:43.309Z Checking testing_table v0.3.0
14872026-06-25T23:09:43.414Z Checking dropshot-api-manager-types v0.7.2
14882026-06-25T23:09:43.445Z Compiling typify-macro v0.4.3
14892026-06-25T23:09:43.622Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
14902026-06-25T23:09:43.792Z Checking tabled v0.21.0
14912026-06-25T23:09:43.925Z Checking ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
14922026-06-25T23:09:44.481Z Checking slog-stdlog v4.1.1
14932026-06-25T23:09:44.616Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
14942026-06-25T23:09:44.702Z Checking mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
14952026-06-25T23:09:44.794Z Compiling lzma-sys v0.1.20
14962026-06-25T23:09:44.848Z Compiling fs-err v3.3.0
14972026-06-25T23:09:44.851Z Checking rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
14982026-06-25T23:09:44.988Z Compiling typify v0.4.3
14992026-06-25T23:09:45.094Z Compiling typeid v1.0.3
15002026-06-25T23:09:45.124Z Compiling progenitor-impl v0.10.0
15012026-06-25T23:09:45.290Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
15022026-06-25T23:09:45.432Z Checking slog-envlogger v2.2.0
15032026-06-25T23:09:46.076Z Compiling toml_datetime v0.7.5+spec-1.1.0
15042026-06-25T23:09:46.227Z Checking crc8 v0.1.1
15052026-06-25T23:09:46.335Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
15062026-06-25T23:09:46.358Z Compiling toml v0.9.12+spec-1.1.0
15072026-06-25T23:09:46.407Z Checking const-random v0.1.18
15082026-06-25T23:09:46.880Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
15092026-06-25T23:09:47.120Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
15102026-06-25T23:09:47.167Z Compiling progenitor-macro v0.10.0
15112026-06-25T23:09:47.289Z Compiling cargo_toml v0.22.3
15122026-06-25T23:09:48.497Z Checking ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
15132026-06-25T23:09:49.248Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
15142026-06-25T23:09:49.651Z Checking thin-vec v0.2.18
15152026-06-25T23:09:49.908Z Checking rhai v1.25.1
15162026-06-25T23:09:50.092Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
15172026-06-25T23:09:50.804Z Checking sha1 v0.10.6
15182026-06-25T23:09:51.172Z Checking utf-8 v0.7.6
15192026-06-25T23:09:51.319Z Checking tungstenite v0.21.0
15202026-06-25T23:09:51.466Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
15212026-06-25T23:09:52.487Z Checking ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
15222026-06-25T23:09:52.690Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
15232026-06-25T23:09:52.769Z Checking sha2 v0.10.9
15242026-06-25T23:09:52.989Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
15252026-06-25T23:09:53.034Z Checking diff v0.1.13
15262026-06-25T23:09:53.177Z Checking yansi v1.0.1
15272026-06-25T23:09:53.215Z Checking progenitor v0.10.0
15282026-06-25T23:09:53.234Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
15292026-06-25T23:09:53.432Z Checking pretty_assertions v1.4.1
15302026-06-25T23:09:53.495Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
15312026-06-25T23:09:53.717Z Checking tokio-tungstenite v0.21.0
15322026-06-25T23:09:54.670Z Checking console v0.16.3
15332026-06-25T23:09:54.789Z Checking git-stub v1.0.0
15342026-06-25T23:09:54.989Z Checking base64 v0.21.7
15352026-06-25T23:09:55.174Z Checking unit-prefix v0.5.2
15362026-06-25T23:09:55.256Z Checking is_ci v1.2.0
15372026-06-25T23:09:55.315Z Checking indicatif v0.18.4
15382026-06-25T23:09:55.365Z Checking supports-color v3.0.2
15392026-06-25T23:09:55.501Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
15402026-06-25T23:09:56.022Z Checking git-stub-vcs v0.1.0
15412026-06-25T23:09:56.261Z Checking xz2 v0.1.7
15422026-06-25T23:09:56.420Z Checking ron v0.12.1
15432026-06-25T23:09:56.658Z Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
15442026-06-25T23:09:56.986Z Checking mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
15452026-06-25T23:09:57.023Z Checking mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
15462026-06-25T23:09:57.243Z Checking bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
15472026-06-25T23:09:57.294Z Checking drift v0.2.0
15482026-06-25T23:09:57.914Z Compiling serial_test_derive v3.5.0
15492026-06-25T23:09:57.934Z Checking base16ct v1.0.0
15502026-06-25T23:09:58.450Z Checking ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
15512026-06-25T23:09:58.642Z Checking serial_test v3.5.0
15522026-06-25T23:09:58.830Z Checking dropshot-api-manager v0.7.2
15532026-06-25T23:09:59.450Z Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
15542026-06-25T23:09:59.872Z Checking mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
15552026-06-25T23:10:00.367Z Checking bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
15562026-06-25T23:10:00.409Z Checking util v0.1.0 (/work/oxidecomputer/maghemite/util)
15572026-06-25T23:10:00.944Z Checking natord v1.0.9
15582026-06-25T23:10:01.126Z Checking ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
15592026-06-25T23:10:01.187Z Checking maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
15602026-06-25T23:10:01.427Z Checking mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
15612026-06-25T23:10:01.800Z Checking mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify)
15622026-06-25T23:10:01.988Z Checking xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
15632026-06-25T23:10:02.128Z Checking ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
15642026-06-25T23:10:02.578Z Checking mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
15652026-06-25T23:10:02.637Z Checking falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab)
15662026-06-25T23:10:02.697Z Checking mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
15672026-06-25T23:10:11.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 35s
15682026-06-25T23:10:11.385Z+ cargo xtask openapi check
15692026-06-25T23:10:12.015Z Compiling cfg-if v1.0.4
15702026-06-25T23:10:12.018Z Compiling libc v0.2.186
15712026-06-25T23:10:12.018Z Compiling serde_core v1.0.228
15722026-06-25T23:10:12.120Z Compiling memchr v2.8.1
15732026-06-25T23:10:12.125Z Compiling smallvec v1.15.1
15742026-06-25T23:10:12.138Z Compiling itoa v1.0.18
15752026-06-25T23:10:12.147Z Compiling stable_deref_trait v1.2.1
15762026-06-25T23:10:12.150Z Compiling zerofrom v0.1.8
15772026-06-25T23:10:12.171Z Compiling zmij v1.0.21
15782026-06-25T23:10:12.217Z Compiling writeable v0.6.3
15792026-06-25T23:10:12.273Z Compiling yoke v0.8.3
15802026-06-25T23:10:12.320Z Compiling litemap v0.8.2
15812026-06-25T23:10:12.337Z Compiling utf8_iter v1.0.4
15822026-06-25T23:10:12.422Z Compiling percent-encoding v2.3.2
15832026-06-25T23:10:12.448Z Compiling zerovec v0.11.6
15842026-06-25T23:10:12.456Z Compiling zerotrie v0.2.4
15852026-06-25T23:10:12.502Z Compiling icu_normalizer_data v2.2.0
15862026-06-25T23:10:12.515Z Compiling icu_properties_data v2.2.0
15872026-06-25T23:10:12.579Z Compiling libm v0.2.16
15882026-06-25T23:10:12.591Z Compiling form_urlencoded v1.2.2
15892026-06-25T23:10:12.614Z Compiling rand_core v0.10.1
15902026-06-25T23:10:12.650Z Compiling errno v0.3.14
15912026-06-25T23:10:12.766Z Compiling getrandom v0.4.2
15922026-06-25T23:10:12.779Z Compiling iana-time-zone v0.1.65
15932026-06-25T23:10:12.782Z Compiling pin-project-lite v0.2.17
15942026-06-25T23:10:12.800Z Compiling zeroize v1.8.2
15952026-06-25T23:10:12.811Z Compiling dyn-clone v1.0.20
15962026-06-25T23:10:12.883Z Compiling scopeguard v1.2.0
15972026-06-25T23:10:12.948Z Compiling tinystr v0.8.3
15982026-06-25T23:10:12.959Z Compiling potential_utf v0.1.5
15992026-06-25T23:10:12.992Z Compiling lock_api v0.4.14
16002026-06-25T23:10:12.992Z Compiling parking_lot_core v0.9.12
16012026-06-25T23:10:13.012Z Compiling socket2 v0.6.4
16022026-06-25T23:10:13.022Z Compiling signal-hook-registry v1.4.8
16032026-06-25T23:10:13.119Z Compiling icu_locale_core v2.2.0
16042026-06-25T23:10:13.151Z Compiling icu_collections v2.2.0
16052026-06-25T23:10:13.220Z Compiling parking_lot v0.12.5
16062026-06-25T23:10:13.300Z Compiling mio v1.2.1
16072026-06-25T23:10:13.315Z Compiling num-traits v0.2.19
16082026-06-25T23:10:13.453Z Compiling portable-atomic v1.13.1
16092026-06-25T23:10:13.595Z Compiling futures-core v0.3.32
16102026-06-25T23:10:13.681Z Compiling thiserror v2.0.18
16112026-06-25T23:10:13.738Z Compiling critical-section v1.2.0
16122026-06-25T23:10:13.753Z Compiling serde v1.0.228
16132026-06-25T23:10:13.785Z Compiling serde_json v1.0.150
16142026-06-25T23:10:13.805Z Compiling uuid v1.23.2
16152026-06-25T23:10:13.851Z Compiling icu_provider v2.2.0
16162026-06-25T23:10:13.927Z Compiling semver v1.0.28
16172026-06-25T23:10:13.939Z Compiling bitflags v2.12.1
16182026-06-25T23:10:13.966Z Compiling once_cell v1.21.4
16192026-06-25T23:10:14.174Z Compiling icu_properties v2.2.0
16202026-06-25T23:10:14.177Z Compiling icu_normalizer v2.2.0
16212026-06-25T23:10:14.195Z Compiling bytes v1.11.1
16222026-06-25T23:10:14.206Z Compiling chrono v0.4.45
16232026-06-25T23:10:14.229Z Compiling equivalent v1.0.2
16242026-06-25T23:10:14.263Z Compiling subtle v2.6.1
16252026-06-25T23:10:14.274Z Compiling zerocopy v0.8.50
16262026-06-25T23:10:14.316Z Compiling log v0.4.32
16272026-06-25T23:10:14.429Z Compiling futures-sink v0.3.32
16282026-06-25T23:10:14.508Z Compiling slab v0.4.12
16292026-06-25T23:10:14.539Z Compiling typenum v1.20.1
16302026-06-25T23:10:14.694Z Compiling tokio v1.52.3
16312026-06-25T23:10:14.753Z Compiling slog v2.8.2
16322026-06-25T23:10:14.770Z Compiling futures-channel v0.3.32
16332026-06-25T23:10:14.827Z Compiling getrandom v0.2.17
16342026-06-25T23:10:14.888Z Compiling futures-io v0.3.32
16352026-06-25T23:10:14.997Z Compiling rand_core v0.6.4
16362026-06-25T23:10:15.013Z Compiling futures-task v0.3.32
16372026-06-25T23:10:15.052Z Compiling idna_adapter v1.2.2
16382026-06-25T23:10:15.191Z Compiling idna v1.1.0
16392026-06-25T23:10:15.207Z Compiling futures-util v0.3.32
16402026-06-25T23:10:15.246Z Compiling hashbrown v0.17.1
16412026-06-25T23:10:15.344Z Compiling tracing-core v0.1.36
16422026-06-25T23:10:15.378Z Compiling base64 v0.22.1
16432026-06-25T23:10:15.716Z Compiling url v2.5.8
16442026-06-25T23:10:15.728Z Compiling tracing v0.1.44
16452026-06-25T23:10:15.824Z Compiling indexmap v2.14.0
16462026-06-25T23:10:15.950Z Compiling http v1.4.1
16472026-06-25T23:10:15.950Z Compiling unicode-ident v1.0.24
16482026-06-25T23:10:15.972Z Compiling fnv v1.0.7
16492026-06-25T23:10:16.071Z Compiling proc-macro2 v1.0.106
16502026-06-25T23:10:16.088Z Compiling byteorder v1.5.0
16512026-06-25T23:10:16.324Z Compiling schemars v0.8.22
16522026-06-25T23:10:16.460Z Compiling quote v1.0.45
16532026-06-25T23:10:16.543Z Compiling ipnet v2.12.0
16542026-06-25T23:10:16.746Z Compiling syn v2.0.117
16552026-06-25T23:10:16.765Z Compiling erased-serde v0.3.31
16562026-06-25T23:10:16.908Z Compiling rustls-pki-types v1.14.1
16572026-06-25T23:10:17.059Z Compiling http-body v1.0.1
16582026-06-25T23:10:17.224Z Compiling ipnetwork v0.21.1
16592026-06-25T23:10:17.259Z Compiling ppv-lite86 v0.2.21
16602026-06-25T23:10:17.396Z Compiling thiserror v1.0.69
16612026-06-25T23:10:17.505Z Compiling oxnet v0.1.6
16622026-06-25T23:10:17.517Z Compiling aws-lc-sys v0.41.0
16632026-06-25T23:10:17.586Z Compiling untrusted v0.7.1
16642026-06-25T23:10:17.641Z Compiling atomic-waker v1.1.2
16652026-06-25T23:10:17.657Z Compiling httparse v1.10.1
16662026-06-25T23:10:17.716Z Compiling rustls v0.23.40
16672026-06-25T23:10:17.721Z Compiling tower-layer v0.3.3
16682026-06-25T23:10:17.768Z Compiling pretty-hex v0.4.2
16692026-06-25T23:10:17.889Z Compiling try-lock v0.2.5
16702026-06-25T23:10:17.909Z Compiling ryu v1.0.23
16712026-06-25T23:10:17.952Z Compiling tower-service v0.3.3
16722026-06-25T23:10:17.964Z Compiling untrusted v0.9.0
16732026-06-25T23:10:17.974Z Compiling want v0.3.1
16742026-06-25T23:10:17.996Z Compiling aws-lc-rs v1.17.0
16752026-06-25T23:10:18.067Z Compiling rustix v1.1.4
16762026-06-25T23:10:18.088Z Compiling httpdate v1.0.3
16772026-06-25T23:10:18.098Z Compiling plain v0.2.3
16782026-06-25T23:10:18.116Z Compiling omicron-workspace-hack v0.1.0
16792026-06-25T23:10:18.139Z Compiling getrandom v0.3.4
16802026-06-25T23:10:18.188Z Compiling ucd-trie v0.1.7
16812026-06-25T23:10:18.214Z Compiling regex-syntax v0.8.10
16822026-06-25T23:10:18.327Z Compiling pest v2.8.6
16832026-06-25T23:10:18.338Z Compiling rand_core v0.9.5
16842026-06-25T23:10:18.482Z Compiling tokio-util v0.7.18
16852026-06-25T23:10:18.561Z Compiling crossbeam-utils v0.8.21
16862026-06-25T23:10:19.082Z Compiling h2 v0.4.14
16872026-06-25T23:10:19.207Z Compiling rustls-webpki v0.103.13
16882026-06-25T23:10:19.330Z Compiling serde_urlencoded v0.7.1
16892026-06-25T23:10:19.431Z Compiling http-body-util v0.1.3
16902026-06-25T23:10:19.592Z Compiling newtype-uuid v1.3.2
16912026-06-25T23:10:19.611Z Compiling allocator-api2 v0.2.21
16922026-06-25T23:10:19.927Z Compiling hex v0.4.3
16932026-06-25T23:10:19.943Z Compiling foldhash v0.2.0
16942026-06-25T23:10:20.203Z Compiling hashbrown v0.16.1
16952026-06-25T23:10:20.228Z Compiling daft v0.1.7
16962026-06-25T23:10:20.242Z Compiling rand_chacha v0.9.0
16972026-06-25T23:10:20.520Z Compiling fastrand v2.4.1
16982026-06-25T23:10:20.638Z Compiling rand v0.9.4
16992026-06-25T23:10:20.715Z Compiling sync_wrapper v1.0.2
17002026-06-25T23:10:20.769Z Compiling generic-array v0.14.7
17012026-06-25T23:10:20.788Z Compiling anyhow v1.0.102
17022026-06-25T23:10:20.808Z Compiling tower v0.5.3
17032026-06-25T23:10:20.826Z Compiling aho-corasick v1.1.4
17042026-06-25T23:10:20.883Z Compiling powerfmt v0.2.0
17052026-06-25T23:10:21.101Z Compiling deranged v0.5.8
17062026-06-25T23:10:21.173Z Compiling tempfile v3.27.0
17072026-06-25T23:10:21.254Z Compiling hyper v1.10.1
17082026-06-25T23:10:21.280Z Compiling tower-http v0.6.11
17092026-06-25T23:10:21.292Z Compiling futures-executor v0.3.32
17102026-06-25T23:10:21.565Z Compiling camino v1.2.2
17112026-06-25T23:10:21.578Z Compiling openapiv3 v2.2.0
17122026-06-25T23:10:21.703Z Compiling regex-automata v0.4.14
17132026-06-25T23:10:21.975Z Compiling time-core v0.1.8
17142026-06-25T23:10:22.090Z Compiling num_threads v0.1.7
17152026-06-25T23:10:22.103Z Compiling openssl-probe v0.2.1
17162026-06-25T23:10:22.125Z Compiling num-conv v0.2.2
17172026-06-25T23:10:22.195Z Compiling cpufeatures v0.3.0
17182026-06-25T23:10:22.276Z Compiling time v0.3.47
17192026-06-25T23:10:22.285Z Compiling rustls-native-certs v0.8.4
17202026-06-25T23:10:22.296Z Compiling futures v0.3.32
17212026-06-25T23:10:22.379Z Compiling hyper-util v0.1.20
17222026-06-25T23:10:22.620Z Compiling tokio-rustls v0.26.4
17232026-06-25T23:10:22.705Z Compiling scroll v0.13.0
17242026-06-25T23:10:22.895Z Compiling hybrid-array v0.4.12
17252026-06-25T23:10:22.914Z Compiling simd-adler32 v0.3.9
17262026-06-25T23:10:22.979Z Compiling adler2 v2.0.1
17272026-06-25T23:10:23.120Z Compiling winnow v1.0.3
17282026-06-25T23:10:23.120Z Compiling miniz_oxide v0.8.9
17292026-06-25T23:10:23.158Z Compiling goblin v0.10.7
17302026-06-25T23:10:23.367Z Compiling rustls-platform-verifier v0.7.0
17312026-06-25T23:10:23.608Z Compiling hyper-rustls v0.27.9
17322026-06-25T23:10:23.781Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17332026-06-25T23:10:23.912Z Compiling crossbeam-channel v0.5.15
17342026-06-25T23:10:23.940Z Compiling crc32fast v1.5.0
17352026-06-25T23:10:24.044Z Compiling reqwest v0.13.4
17362026-06-25T23:10:24.137Z Compiling flate2 v1.1.9
17372026-06-25T23:10:24.237Z Compiling regex v1.12.3
17382026-06-25T23:10:24.274Z Compiling crypto-common v0.2.2
17392026-06-25T23:10:24.391Z Compiling block-buffer v0.12.0
17402026-06-25T23:10:24.557Z Compiling crypto-common v0.1.7
17412026-06-25T23:10:24.560Z Compiling dtrace-parser v0.3.0
17422026-06-25T23:10:24.700Z Compiling rand_chacha v0.3.1
17432026-06-25T23:10:24.700Z Compiling thread-id v5.1.0
17442026-06-25T23:10:24.800Z Compiling thread_local v1.1.9
17452026-06-25T23:10:24.910Z Compiling match_cfg v0.1.0
17462026-06-25T23:10:24.987Z Compiling debug-ignore v1.0.5
17472026-06-25T23:10:25.121Z Compiling compression-core v0.4.32
17482026-06-25T23:10:25.135Z Compiling const-oid v0.10.2
17492026-06-25T23:10:25.180Z Compiling hostname v0.3.1
17502026-06-25T23:10:25.219Z Compiling rand v0.8.6
17512026-06-25T23:10:25.280Z Compiling digest v0.11.3
17522026-06-25T23:10:25.291Z Compiling compression-codecs v0.4.38
17532026-06-25T23:10:25.323Z Compiling toml_parser v1.1.2+spec-1.1.0
17542026-06-25T23:10:25.349Z Compiling slog-json v2.6.1
17552026-06-25T23:10:25.384Z Compiling ref-cast v1.0.25
17562026-06-25T23:10:25.448Z Compiling strum v0.26.3
17572026-06-25T23:10:25.490Z Compiling macaddr v1.0.1
17582026-06-25T23:10:25.539Z Compiling toml_datetime v1.1.1+spec-1.1.0
17592026-06-25T23:10:25.563Z Compiling serde_spanned v1.1.1
17602026-06-25T23:10:25.584Z Compiling is-terminal v0.4.17
17612026-06-25T23:10:25.689Z Compiling wait-timeout v0.2.1
17622026-06-25T23:10:25.718Z Compiling memmap2 v0.9.10
17632026-06-25T23:10:25.718Z Compiling encoding_rs v0.8.35
17642026-06-25T23:10:25.856Z Compiling either v1.16.0
17652026-06-25T23:10:25.875Z Compiling spin v0.9.8
17662026-06-25T23:10:25.948Z Compiling quick-error v1.2.3
17672026-06-25T23:10:25.991Z Compiling dof v0.4.0
17682026-06-25T23:10:26.003Z Compiling toml_writer v1.1.1+spec-1.1.0
17692026-06-25T23:10:26.010Z Compiling term v1.2.1
17702026-06-25T23:10:26.058Z Compiling bit-vec v0.8.0
17712026-06-25T23:10:26.068Z Compiling take_mut v0.2.2
17722026-06-25T23:10:26.182Z Compiling mime v0.3.17
17732026-06-25T23:10:26.225Z Compiling toml v1.1.2+spec-1.1.0
17742026-06-25T23:10:26.298Z Compiling slog-term v2.9.2
17752026-06-25T23:10:26.466Z Compiling bit-set v0.8.0
17762026-06-25T23:10:26.637Z Compiling slog-async v2.8.0
17772026-06-25T23:10:26.684Z Compiling rusty-fork v0.3.1
17782026-06-25T23:10:26.866Z Compiling usdt-impl v0.6.0
17792026-06-25T23:10:27.034Z Compiling multer v3.1.0
17802026-06-25T23:10:27.141Z Compiling slog-bunyan v2.5.0
17812026-06-25T23:10:27.288Z Compiling usdt v0.6.0
17822026-06-25T23:10:27.299Z Compiling async-compression v0.4.42
17832026-06-25T23:10:27.427Z Compiling sha1 v0.11.0
17842026-06-25T23:10:27.535Z Compiling serde_with v3.20.0
17852026-06-25T23:10:27.535Z Compiling async-stream v0.3.6
17862026-06-25T23:10:27.581Z Compiling rand_xorshift v0.4.0
17872026-06-25T23:10:27.620Z Compiling waitgroup v0.1.2
17882026-06-25T23:10:27.640Z Compiling rustls-pemfile v2.2.0
17892026-06-25T23:10:27.682Z Compiling serde_path_to_error v0.1.20
17902026-06-25T23:10:27.724Z Compiling hostname v0.4.2
17912026-06-25T23:10:27.735Z Compiling unarray v0.1.4
17922026-06-25T23:10:27.761Z Compiling strum v0.27.2
17932026-06-25T23:10:27.791Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17942026-06-25T23:10:27.842Z Compiling proptest v1.11.0
17952026-06-25T23:10:27.845Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
17962026-06-25T23:10:27.864Z Compiling progenitor-client v0.14.0
17972026-06-25T23:10:27.892Z Compiling iddqd v0.4.2
17982026-06-25T23:10:27.924Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17992026-06-25T23:10:27.970Z Compiling dropshot v0.17.1
18002026-06-25T23:10:28.016Z Compiling reqwest v0.12.28
18012026-06-25T23:10:28.037Z Compiling block-buffer v0.10.4
18022026-06-25T23:10:28.158Z Compiling backon v1.6.0
18032026-06-25T23:10:28.171Z Compiling instant v0.1.13
18042026-06-25T23:10:28.194Z Compiling digest v0.10.7
18052026-06-25T23:10:28.278Z Compiling backoff v0.4.0
18062026-06-25T23:10:28.364Z Compiling progenitor-extras v0.2.0
18072026-06-25T23:10:28.413Z Compiling itertools v0.14.0
18082026-06-25T23:10:28.490Z Compiling parse-display v0.10.0
18092026-06-25T23:10:28.601Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
18102026-06-25T23:10:28.817Z Compiling regress v0.10.5
18112026-06-25T23:10:29.148Z Compiling progenitor-client v0.10.0
18122026-06-25T23:10:29.268Z Compiling humantime v2.3.0
18132026-06-25T23:10:29.506Z Compiling cpufeatures v0.2.17
18142026-06-25T23:10:29.554Z Compiling unicode-width v0.2.2
18152026-06-25T23:10:29.585Z Compiling secrecy v0.10.3
18162026-06-25T23:10:29.662Z Compiling tinyvec_macros v0.1.1
18172026-06-25T23:10:29.739Z Compiling heck v0.5.0
18182026-06-25T23:10:29.752Z Compiling tinyvec v1.11.0
18192026-06-25T23:10:29.805Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
18202026-06-25T23:10:29.846Z Compiling num-integer v0.1.46
18212026-06-25T23:10:29.999Z Compiling scroll v0.12.0
18222026-06-25T23:10:30.153Z Compiling crucible-workspace-hack v0.1.0
18232026-06-25T23:10:30.212Z Compiling hmac v0.12.1
18242026-06-25T23:10:30.231Z Compiling inout v0.1.4
18252026-06-25T23:10:30.295Z Compiling ff v0.13.1
18262026-06-25T23:10:30.362Z Compiling utf8parse v0.2.2
18272026-06-25T23:10:30.389Z Compiling cipher v0.4.4
18282026-06-25T23:10:30.429Z Compiling group v0.13.0
18292026-06-25T23:10:30.441Z Compiling hkdf v0.12.4
18302026-06-25T23:10:30.483Z Compiling anstyle-parse v1.0.0
18312026-06-25T23:10:30.549Z Compiling goblin v0.8.2
18322026-06-25T23:10:30.596Z Compiling num-iter v0.1.45
18332026-06-25T23:10:30.621Z Compiling num-rational v0.4.2
18342026-06-25T23:10:30.724Z Compiling zerocopy v0.7.35
18352026-06-25T23:10:30.894Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18362026-06-25T23:10:30.946Z Compiling universal-hash v0.5.1
18372026-06-25T23:10:31.094Z Compiling crypto-bigint v0.5.5
18382026-06-25T23:10:31.187Z Compiling regress v0.11.1
18392026-06-25T23:10:31.292Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18402026-06-25T23:10:31.461Z Compiling terminal_size v0.4.4
18412026-06-25T23:10:31.615Z Compiling half v2.7.1
18422026-06-25T23:10:31.645Z Compiling num-complex v0.4.6
18432026-06-25T23:10:31.922Z Compiling ciborium-io v0.2.2
18442026-06-25T23:10:32.028Z Compiling anstyle v1.0.14
18452026-06-25T23:10:32.044Z Compiling opaque-debug v0.3.1
18462026-06-25T23:10:32.125Z Compiling anstyle-query v1.1.5
18472026-06-25T23:10:32.237Z Compiling colorchoice v1.0.5
18482026-06-25T23:10:32.277Z Compiling base16ct v0.2.0
18492026-06-25T23:10:32.291Z Compiling base64ct v1.8.3
18502026-06-25T23:10:32.307Z Compiling is_terminal_polyfill v1.70.2
18512026-06-25T23:10:32.393Z Compiling elliptic-curve v0.13.8
18522026-06-25T23:10:32.433Z Compiling anstream v1.0.0
18532026-06-25T23:10:32.584Z Compiling password-hash v0.5.0
18542026-06-25T23:10:32.672Z Compiling poly1305 v0.8.0
18552026-06-25T23:10:32.762Z Compiling typify-impl v0.6.2
18562026-06-25T23:10:32.872Z Compiling dof v0.3.0
18572026-06-25T23:10:33.094Z Compiling ciborium-ll v0.2.2
18582026-06-25T23:10:33.320Z Compiling num v0.4.3
18592026-06-25T23:10:33.411Z Compiling curve25519-dalek v4.1.3
18602026-06-25T23:10:33.443Z Compiling thiserror-no-std v2.0.2
18612026-06-25T23:10:33.711Z Compiling chacha20 v0.9.1
18622026-06-25T23:10:33.734Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
18632026-06-25T23:10:34.045Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18642026-06-25T23:10:34.213Z Compiling blake2 v0.10.6
18652026-06-25T23:10:34.329Z Compiling aead v0.5.2
18662026-06-25T23:10:34.385Z Compiling byte-wrapper v0.1.0
18672026-06-25T23:10:34.460Z Compiling dtrace-parser v0.2.0
18682026-06-25T23:10:34.484Z Compiling crossbeam-epoch v0.9.18
18692026-06-25T23:10:34.553Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18702026-06-25T23:10:34.672Z Compiling thread-id v4.2.2
18712026-06-25T23:10:34.735Z Compiling strsim v0.11.1
18722026-06-25T23:10:34.752Z Compiling float-ord v0.3.2
18732026-06-25T23:10:34.763Z Compiling clap_lex v1.1.0
18742026-06-25T23:10:34.818Z Compiling keccak v0.1.6
18752026-06-25T23:10:34.868Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18762026-06-25T23:10:34.868Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18772026-06-25T23:10:35.013Z Compiling sha3 v0.10.9
18782026-06-25T23:10:35.081Z Compiling clap_builder v4.6.0
18792026-06-25T23:10:35.156Z Compiling usdt-impl v0.5.0
18802026-06-25T23:10:35.332Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18812026-06-25T23:10:35.841Z Compiling chacha20poly1305 v0.10.1
18822026-06-25T23:10:35.989Z Compiling argon2 v0.5.3
18832026-06-25T23:10:36.375Z Compiling typify v0.6.2
18842026-06-25T23:10:36.428Z Compiling vsss-rs v3.3.4
18852026-06-25T23:10:36.505Z Compiling ciborium v0.2.2
18862026-06-25T23:10:36.746Z Compiling hash32 v0.3.1
18872026-06-25T23:10:36.913Z Compiling memmap v0.7.0
18882026-06-25T23:10:37.092Z Compiling data-encoding v2.11.0
18892026-06-25T23:10:37.105Z Compiling indent_write v2.2.0
18902026-06-25T23:10:37.168Z Compiling usdt v0.5.0
18912026-06-25T23:10:37.247Z Compiling heapless v0.8.0
18922026-06-25T23:10:37.447Z Compiling clap v4.6.1
18932026-06-25T23:10:37.477Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18942026-06-25T23:10:37.529Z Compiling ingot-types v0.1.2
18952026-06-25T23:10:37.597Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18962026-06-25T23:10:37.690Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18972026-06-25T23:10:37.708Z Compiling rustix v0.38.44
18982026-06-25T23:10:37.939Z Compiling tabwriter v1.4.1
18992026-06-25T23:10:37.949Z Compiling cobs v0.3.0
19002026-06-25T23:10:37.958Z Compiling managed v0.8.0
19012026-06-25T23:10:38.156Z Compiling bitflags v1.3.2
19022026-06-25T23:10:38.193Z Compiling postcard v1.1.3
19032026-06-25T23:10:38.234Z Compiling smoltcp v0.11.0
19042026-06-25T23:10:38.280Z Compiling ingot v0.1.1
19052026-06-25T23:10:38.364Z Compiling memoffset v0.9.1
19062026-06-25T23:10:38.457Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19072026-06-25T23:10:38.531Z Compiling serde_spanned v0.6.9
19082026-06-25T23:10:38.616Z Compiling toml_datetime v0.6.11
19092026-06-25T23:10:38.687Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19102026-06-25T23:10:38.719Z Compiling resolv-conf v0.7.6
19112026-06-25T23:10:38.907Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19122026-06-25T23:10:39.001Z Compiling static_assertions v1.1.0
19132026-06-25T23:10:39.078Z Compiling winnow v0.7.15
19142026-06-25T23:10:39.096Z Compiling colored v3.1.1
19152026-06-25T23:10:39.487Z Compiling unicode-segmentation v1.13.3
19162026-06-25T23:10:39.903Z Compiling foreign-types-shared v0.3.1
19172026-06-25T23:10:39.932Z Compiling toml_write v0.1.2
19182026-06-25T23:10:40.008Z Compiling swrite v0.1.0
19192026-06-25T23:10:40.124Z Compiling linked-hash-map v0.5.6
19202026-06-25T23:10:40.179Z Compiling foreign-types v0.5.0
19212026-06-25T23:10:40.190Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19222026-06-25T23:10:40.195Z Compiling newline-converter v0.3.0
19232026-06-25T23:10:40.265Z Compiling hubpack v0.1.2
19242026-06-25T23:10:40.310Z Compiling lru-cache v0.1.2
19252026-06-25T23:10:40.310Z Compiling nix v0.31.3
19262026-06-25T23:10:40.458Z Compiling toml_edit v0.22.27
19272026-06-25T23:10:40.521Z Compiling atomicwrites v0.4.4
19282026-06-25T23:10:40.634Z Compiling num_enum v0.7.6
19292026-06-25T23:10:40.714Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
19302026-06-25T23:10:40.762Z Compiling hickory-proto v0.24.4
19312026-06-25T23:10:40.838Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19322026-06-25T23:10:40.965Z Compiling crossbeam-deque v0.8.6
19332026-06-25T23:10:41.099Z Compiling console v0.15.11
19342026-06-25T23:10:41.238Z Compiling chacha20 v0.10.0
19352026-06-25T23:10:41.363Z Compiling camino-tempfile v1.4.1
19362026-06-25T23:10:41.433Z Compiling serde-big-array v0.5.1
19372026-06-25T23:10:41.586Z Compiling cstr-argument v0.1.2
19382026-06-25T23:10:41.607Z Compiling similar v2.7.0
19392026-06-25T23:10:41.742Z Compiling siphasher v1.0.3
19402026-06-25T23:10:41.752Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19412026-06-25T23:10:41.945Z Compiling phf_shared v0.12.1
19422026-06-25T23:10:42.017Z Compiling expectorate v1.2.0
19432026-06-25T23:10:42.030Z Compiling toml v0.8.23
19442026-06-25T23:10:42.136Z Compiling pin-project v1.1.13
19452026-06-25T23:10:42.237Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19462026-06-25T23:10:42.512Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
19472026-06-25T23:10:42.677Z Compiling hickory-resolver v0.24.4
19482026-06-25T23:10:42.727Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
19492026-06-25T23:10:42.858Z Compiling rand v0.10.1
19502026-06-25T23:10:43.310Z Compiling rayon-core v1.13.0
19512026-06-25T23:10:43.492Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
19522026-06-25T23:10:43.545Z Compiling num_enum v0.5.11
19532026-06-25T23:10:43.668Z Compiling progenitor-impl v0.13.0
19542026-06-25T23:10:43.701Z Compiling prettyplease v0.2.37
19552026-06-25T23:10:43.859Z Compiling unicode-normalization v0.1.25
19562026-06-25T23:10:44.293Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19572026-06-25T23:10:44.335Z Compiling progenitor-client v0.13.0
19582026-06-25T23:10:44.651Z Compiling tokio-stream v0.1.18
19592026-06-25T23:10:44.674Z Compiling csv-core v0.1.13
19602026-06-25T23:10:44.955Z Compiling bstr v1.12.1
19612026-06-25T23:10:44.971Z Compiling unicode-width v0.1.14
19622026-06-25T23:10:45.000Z Compiling same-file v1.0.6
19632026-06-25T23:10:45.152Z Compiling konst_macro_rules v0.2.19
19642026-06-25T23:10:45.193Z Compiling foldhash v0.1.5
19652026-06-25T23:10:45.275Z Compiling highway v1.3.0
19662026-06-25T23:10:45.343Z Compiling foreign-types-shared v0.1.1
19672026-06-25T23:10:45.381Z Compiling globset v0.4.18
19682026-06-25T23:10:45.381Z Compiling hashbrown v0.15.5
19692026-06-25T23:10:45.437Z Compiling foreign-types v0.3.2
19702026-06-25T23:10:45.488Z Compiling konst v0.2.20
19712026-06-25T23:10:45.515Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19722026-06-25T23:10:45.531Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19732026-06-25T23:10:45.679Z Compiling walkdir v2.5.0
19742026-06-25T23:10:45.738Z Compiling qorb v0.4.1
19752026-06-25T23:10:45.926Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19762026-06-25T23:10:46.035Z Compiling csv v1.4.0
19772026-06-25T23:10:46.188Z Compiling progenitor v0.13.0
19782026-06-25T23:10:46.339Z Compiling snafu v0.8.9
19792026-06-25T23:10:46.757Z Compiling olpc-cjson v0.1.4
19802026-06-25T23:10:46.846Z Compiling rayon v1.12.0
19812026-06-25T23:10:46.910Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
19822026-06-25T23:10:47.197Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19832026-06-25T23:10:47.239Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
19842026-06-25T23:10:47.811Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19852026-06-25T23:10:47.959Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19862026-06-25T23:10:47.994Z Compiling phf v0.12.1
19872026-06-25T23:10:48.157Z Compiling openssl-sys v0.9.116
19882026-06-25T23:10:48.580Z Compiling tokio-dtrace v0.1.1
19892026-06-25T23:10:48.760Z Compiling progenitor-impl v0.14.0
19902026-06-25T23:10:48.795Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19912026-06-25T23:10:48.852Z Compiling itertools v0.12.1
19922026-06-25T23:10:48.930Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
19932026-06-25T23:10:49.159Z Compiling libsw-core v0.3.2
19942026-06-25T23:10:49.213Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
19952026-06-25T23:10:49.297Z Compiling pem v3.0.6
19962026-06-25T23:10:49.331Z Compiling serde_plain v1.0.2
19972026-06-25T23:10:49.505Z Compiling sigpipe v0.1.3
19982026-06-25T23:10:49.535Z Compiling fixedbitset v0.4.2
19992026-06-25T23:10:49.578Z Compiling minimal-lexical v0.2.1
20002026-06-25T23:10:49.626Z Compiling fixedbitset v0.5.7
20012026-06-25T23:10:49.673Z Compiling bytecount v0.6.9
20022026-06-25T23:10:49.794Z Compiling typed-path v0.9.3
20032026-06-25T23:10:49.819Z Compiling jiff v0.2.28
20042026-06-25T23:10:49.828Z Compiling glob v0.3.3
20052026-06-25T23:10:49.975Z Compiling petgraph v0.8.3
20062026-06-25T23:10:50.076Z Compiling zone v0.3.1
20072026-06-25T23:10:50.448Z Compiling papergrid v0.11.0
20082026-06-25T23:10:50.465Z Compiling progenitor v0.14.0
20092026-06-25T23:10:50.541Z Compiling nom v7.1.3
20102026-06-25T23:10:50.546Z Compiling petgraph v0.6.5
20112026-06-25T23:10:50.917Z Compiling tough v0.22.0
20122026-06-25T23:10:51.161Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20132026-06-25T23:10:51.380Z Compiling openssl v0.10.80
20142026-06-25T23:10:51.804Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
20152026-06-25T23:10:51.855Z Compiling libsw v3.5.0
20162026-06-25T23:10:51.881Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20172026-06-25T23:10:51.986Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20182026-06-25T23:10:52.031Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20192026-06-25T23:10:52.042Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20202026-06-25T23:10:52.225Z Compiling oxide-tokio-rt v0.1.6
20212026-06-25T23:10:52.273Z Compiling chrono-tz v0.10.4
20222026-06-25T23:10:52.537Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20232026-06-25T23:10:53.014Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20242026-06-25T23:10:53.078Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
20252026-06-25T23:10:53.192Z Compiling newtype_derive v0.1.6
20262026-06-25T23:10:53.433Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20272026-06-25T23:10:53.467Z Compiling slog-dtrace v0.3.0
20282026-06-25T23:10:53.467Z Compiling cancel-safe-futures v0.1.5
20292026-06-25T23:10:53.592Z Compiling owo-colors v4.3.0
20302026-06-25T23:10:53.711Z Compiling const_format v0.2.36
20312026-06-25T23:10:54.029Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
20322026-06-25T23:10:54.054Z Compiling gethostname v0.5.0
20332026-06-25T23:10:54.183Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
20342026-06-25T23:10:54.321Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20352026-06-25T23:10:54.486Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20362026-06-25T23:10:54.506Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20372026-06-25T23:10:54.507Z Compiling smf v0.2.3
20382026-06-25T23:10:54.536Z Compiling bcs v0.1.6
20392026-06-25T23:10:54.581Z Compiling linear-map v1.2.0
20402026-06-25T23:10:54.772Z Compiling lazy_static v1.5.0
20412026-06-25T23:10:54.839Z Compiling tagptr v0.2.0
20422026-06-25T23:10:54.882Z Compiling whoami v1.6.1
20432026-06-25T23:10:54.907Z Compiling unicode-linebreak v0.1.5
20442026-06-25T23:10:54.952Z Compiling termtree v0.5.1
20452026-06-25T23:10:54.994Z Compiling smawk v0.3.2
20462026-06-25T23:10:55.025Z Compiling moka v0.12.15
20472026-06-25T23:10:55.151Z Compiling textwrap v0.16.2
20482026-06-25T23:10:55.178Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20492026-06-25T23:10:55.196Z Compiling steno v0.4.1
20502026-06-25T23:10:55.230Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20512026-06-25T23:10:55.537Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20522026-06-25T23:10:55.668Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20532026-06-25T23:10:55.842Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20542026-06-25T23:10:56.565Z Compiling tabled v0.15.0
20552026-06-25T23:10:56.958Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20562026-06-25T23:10:57.156Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20572026-06-25T23:10:57.359Z Compiling cookie v0.18.1
20582026-06-25T23:10:57.985Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20592026-06-25T23:10:57.997Z Compiling hickory-proto v0.25.2
20602026-06-25T23:10:58.122Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
20612026-06-25T23:10:58.517Z Compiling libscf-sys v1.2.0
20622026-06-25T23:10:58.670Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
20632026-06-25T23:10:58.846Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20642026-06-25T23:10:59.014Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
20652026-06-25T23:10:59.037Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
20662026-06-25T23:10:59.149Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
20672026-06-25T23:10:59.829Z Compiling hickory-resolver v0.25.2
20682026-06-25T23:11:00.662Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20692026-06-25T23:11:09.116Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20702026-06-25T23:11:12.522Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20712026-06-25T23:11:14.130Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20722026-06-25T23:11:15.153Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
20732026-06-25T23:11:16.479Z Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
20742026-06-25T23:11:17.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
20752026-06-25T23:11:17.738Z Running `target/debug/xtask openapi check`
20762026-06-25T23:11:18.205Z Compiling serde_core v1.0.228
20772026-06-25T23:11:18.206Z Compiling serde v1.0.228
20782026-06-25T23:11:18.272Z Compiling serde_json v1.0.150
20792026-06-25T23:11:18.278Z Compiling syn v2.0.117
20802026-06-25T23:11:18.284Z Compiling bytes v1.11.1
20812026-06-25T23:11:18.290Z Compiling getrandom v0.4.2
20822026-06-25T23:11:18.293Z Compiling zerocopy v0.8.50
20832026-06-25T23:11:18.294Z Compiling once_cell v1.21.4
20842026-06-25T23:11:18.450Z Compiling num-traits v0.2.19
20852026-06-25T23:11:18.629Z Compiling zeroize v1.8.2
20862026-06-25T23:11:18.740Z Compiling http v1.4.1
20872026-06-25T23:11:18.809Z Compiling schemars v0.8.22
20882026-06-25T23:11:18.857Z Compiling aws-lc-rs v1.17.0
20892026-06-25T23:11:18.876Z Compiling usdt-impl v0.6.0
20902026-06-25T23:11:18.903Z Compiling time-macros v0.2.27
20912026-06-25T23:11:19.088Z Compiling rustls-pki-types v1.14.1
20922026-06-25T23:11:19.160Z Compiling tracing-core v0.1.36
20932026-06-25T23:11:19.432Z Compiling bitflags v2.12.1
20942026-06-25T23:11:19.572Z Compiling tracing v0.1.44
20952026-06-25T23:11:19.672Z Compiling http-body v1.0.1
20962026-06-25T23:11:19.759Z Compiling generic-array v0.14.7
20972026-06-25T23:11:19.810Z Compiling rustls v0.23.40
20982026-06-25T23:11:19.824Z Compiling indexmap v2.14.0
20992026-06-25T23:11:19.833Z Compiling rustix v1.1.4
21002026-06-25T23:11:19.901Z Compiling time v0.3.47
21012026-06-25T23:11:20.051Z Compiling subtle v2.6.1
21022026-06-25T23:11:20.205Z Compiling winnow v1.0.3
21032026-06-25T23:11:20.570Z Compiling uuid v1.23.2
21042026-06-25T23:11:21.008Z Compiling pest_generator v2.8.6
21052026-06-25T23:11:21.069Z Compiling serde_derive_internals v0.29.1
21062026-06-25T23:11:21.123Z Compiling camino v1.2.2
21072026-06-25T23:11:21.131Z Compiling rustls-webpki v0.103.13
21082026-06-25T23:11:21.159Z Compiling toml_datetime v1.1.1+spec-1.1.0
21092026-06-25T23:11:21.396Z Compiling toml_edit v0.25.12+spec-1.1.0
21102026-06-25T23:11:21.437Z Compiling toml_parser v1.1.2+spec-1.1.0
21112026-06-25T23:11:21.577Z Compiling serde_spanned v1.1.1
21122026-06-25T23:11:21.825Z Compiling rustix v0.38.44
21132026-06-25T23:11:21.877Z Compiling semver v1.0.28
21142026-06-25T23:11:22.051Z Compiling serde_derive v1.0.228
21152026-06-25T23:11:22.088Z Compiling thiserror-impl v2.0.18
21162026-06-25T23:11:22.100Z Compiling zerocopy-derive v0.8.50
21172026-06-25T23:11:22.170Z Compiling tokio-macros v2.7.0
21182026-06-25T23:11:22.200Z Compiling pest_derive v2.8.6
21192026-06-25T23:11:22.209Z Compiling scroll_derive v0.13.1
21202026-06-25T23:11:22.319Z Compiling schemars_derive v0.8.22
21212026-06-25T23:11:22.739Z Compiling futures-macro v0.3.32
21222026-06-25T23:11:22.929Z Compiling tokio v1.52.3
21232026-06-25T23:11:23.053Z Compiling scroll v0.13.0
21242026-06-25T23:11:23.314Z Compiling thiserror v2.0.18
21252026-06-25T23:11:23.424Z Compiling dtrace-parser v0.3.0
21262026-06-25T23:11:23.433Z Compiling goblin v0.10.7
21272026-06-25T23:11:23.583Z Compiling futures-util v0.3.32
21282026-06-25T23:11:25.240Z Compiling erased-serde v0.3.31
21292026-06-25T23:11:25.405Z Compiling chrono v0.4.45
21302026-06-25T23:11:25.750Z Compiling slog v2.8.2
21312026-06-25T23:11:25.925Z Compiling serde_tokenstream v0.2.3
21322026-06-25T23:11:26.171Z Compiling slog-json v2.6.1
21332026-06-25T23:11:26.223Z Compiling futures-executor v0.3.32
21342026-06-25T23:11:26.470Z Compiling dof v0.4.0
21352026-06-25T23:11:26.528Z Compiling openapiv3 v2.2.0
21362026-06-25T23:11:26.905Z Compiling tokio-util v0.7.18
21372026-06-25T23:11:27.535Z Compiling h2 v0.4.14
21382026-06-25T23:11:27.698Z Compiling oxnet v0.1.6
21392026-06-25T23:11:27.722Z Compiling usdt-macro v0.6.0
21402026-06-25T23:11:27.795Z Compiling usdt-attr-macro v0.6.0
21412026-06-25T23:11:27.880Z Compiling async-stream-impl v0.3.6
21422026-06-25T23:11:28.165Z Compiling toml v1.1.2+spec-1.1.0
21432026-06-25T23:11:28.205Z Compiling tokio-rustls v0.26.4
21442026-06-25T23:11:28.425Z Compiling async-compression v0.4.42
21452026-06-25T23:11:28.472Z Compiling futures v0.3.32
21462026-06-25T23:11:28.483Z Compiling slog-term v2.9.2
21472026-06-25T23:11:28.530Z Compiling async-stream v0.3.6
21482026-06-25T23:11:28.553Z Compiling slog-bunyan v2.5.0
21492026-06-25T23:11:28.562Z Compiling usdt v0.6.0
21502026-06-25T23:11:28.695Z Compiling dropshot_endpoint v0.17.1
21512026-06-25T23:11:28.708Z Compiling slog-async v2.8.0
21522026-06-25T23:11:28.736Z Compiling multer v3.1.0
21532026-06-25T23:11:28.838Z Compiling serde_urlencoded v0.7.1
21542026-06-25T23:11:29.031Z Compiling async-trait v0.1.89
21552026-06-25T23:11:29.051Z Compiling proc-macro-crate v3.5.0
21562026-06-25T23:11:29.088Z Compiling serde_path_to_error v0.1.20
21572026-06-25T23:11:29.206Z Compiling http-body-util v0.1.3
21582026-06-25T23:11:29.229Z Compiling rustls-pemfile v2.2.0
21592026-06-25T23:11:29.429Z Compiling crossbeam-epoch v0.9.18
21602026-06-25T23:11:29.448Z Compiling aho-corasick v1.1.4
21612026-06-25T23:11:29.458Z Compiling tempfile v3.27.0
21622026-06-25T23:11:29.474Z Compiling num_enum_derive v0.7.6
21632026-06-25T23:11:29.776Z Compiling hyper v1.10.1
21642026-06-25T23:11:29.849Z Compiling crossbeam-deque v0.8.6
21652026-06-25T23:11:30.003Z Compiling dropshot-api-manager-types v0.7.2
21662026-06-25T23:11:30.047Z Compiling block-buffer v0.10.4
21672026-06-25T23:11:30.218Z Compiling crypto-common v0.1.7
21682026-06-25T23:11:30.354Z Compiling regex-automata v0.4.14
21692026-06-25T23:11:30.385Z Compiling clap_builder v4.6.0
21702026-06-25T23:11:30.432Z Compiling git-stub v1.0.0
21712026-06-25T23:11:30.498Z Compiling digest v0.10.7
21722026-06-25T23:11:30.540Z Compiling atomicwrites v0.4.4
21732026-06-25T23:11:30.548Z Compiling num_enum v0.7.6
21742026-06-25T23:11:30.671Z Compiling rayon-core v1.13.0
21752026-06-25T23:11:30.701Z Compiling fs-err v3.3.0
21762026-06-25T23:11:30.701Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
21772026-06-25T23:11:30.734Z Compiling clap_derive v4.6.1
21782026-06-25T23:11:31.016Z Compiling hyper-util v0.1.20
21792026-06-25T23:11:31.405Z Compiling serde_repr v0.1.20
21802026-06-25T23:11:31.415Z Compiling terminal_size v0.4.4
21812026-06-25T23:11:31.530Z Compiling nom v8.0.0
21822026-06-25T23:11:31.559Z Compiling bstr v1.12.1
21832026-06-25T23:11:31.567Z Compiling is_ci v1.2.0
21842026-06-25T23:11:31.708Z Compiling either v1.16.0
21852026-06-25T23:11:31.896Z Compiling sha2 v0.10.9
21862026-06-25T23:11:31.925Z Compiling textwrap v0.16.2
21872026-06-25T23:11:32.006Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
21882026-06-25T23:11:32.278Z Compiling dropshot v0.17.1
21892026-06-25T23:11:32.426Z Compiling regex v1.12.3
21902026-06-25T23:11:32.454Z Compiling clap v4.6.1
21912026-06-25T23:11:32.463Z Compiling rayon v1.12.0
21922026-06-25T23:11:32.541Z Compiling similar v2.7.0
21932026-06-25T23:11:32.693Z Compiling supports-color v3.0.2
21942026-06-25T23:11:32.872Z Compiling drift v0.2.0
21952026-06-25T23:11:32.887Z Compiling git-stub-vcs v0.1.0
21962026-06-25T23:11:33.624Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
21972026-06-25T23:11:34.972Z Compiling dropshot-api-manager v0.7.2
21982026-06-25T23:11:34.972Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
21992026-06-25T23:11:38.945Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
22002026-06-25T23:11:40.290Z Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
22012026-06-25T23:11:47.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.38s
22022026-06-25T23:11:47.247Z Running `target/debug/maghemite-dropshot-apis check`
22032026-06-25T23:11:47.273Z -------
22042026-06-25T23:11:47.273Z Generating OpenAPI documents from API definitions ...
22052026-06-25T23:11:47.337Z Loading local OpenAPI documents from "/work/oxidecomputer/maghemite/openapi" ...
22062026-06-25T23:11:47.373Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
22072026-06-25T23:11:47.502Z -------
22082026-06-25T23:11:47.502Z Checking 14 OpenAPI documents...
22092026-06-25T23:11:47.502Z Fresh ddm-admin (versioned v1.0.0 (blessed)): DDM Admin
22102026-06-25T23:11:47.503Z Fresh ddm-admin (versioned v2.0.0 (blessed)): DDM Admin
22112026-06-25T23:11:47.503Z Fresh ddm-admin "latest" symlink
22122026-06-25T23:11:47.507Z Fresh mg-admin (versioned v1.0.0 (blessed)): Maghemite Admin
22132026-06-25T23:11:47.507Z Fresh mg-admin (versioned v2.0.0 (blessed)): Maghemite Admin
22142026-06-25T23:11:47.507Z Fresh mg-admin (versioned v3.0.0 (blessed)): Maghemite Admin
22152026-06-25T23:11:47.507Z Fresh mg-admin (versioned v4.0.0 (blessed)): Maghemite Admin
22162026-06-25T23:11:47.507Z Fresh mg-admin (versioned v5.0.0 (blessed)): Maghemite Admin
22172026-06-25T23:11:47.507Z Fresh mg-admin (versioned v6.0.0 (blessed)): Maghemite Admin
22182026-06-25T23:11:47.507Z Fresh mg-admin (versioned v7.0.0 (blessed)): Maghemite Admin
22192026-06-25T23:11:47.507Z Fresh mg-admin (versioned v8.0.0 (blessed)): Maghemite Admin
22202026-06-25T23:11:47.507Z Fresh mg-admin (versioned v9.0.0 (blessed)): Maghemite Admin
22212026-06-25T23:11:47.507Z Fresh mg-admin (versioned v10.0.0 (blessed)): Maghemite Admin
22222026-06-25T23:11:47.507Z Fresh mg-admin (versioned v11.0.0 (blessed)): Maghemite Admin
22232026-06-25T23:11:47.507Z Fresh mg-admin (versioned v12.0.0 (added locally)): Maghemite Admin
22242026-06-25T23:11:47.507Z Fresh mg-admin "latest" symlink
22252026-06-25T23:11:47.507Z -------
22262026-06-25T23:11:47.507Z Success 14 documents checked: 16 fresh, 0 stale, 0 failed, 0 other problems
22272026-06-25T23:11:47.552Z+ banner build
22282026-06-25T23:11:47.556Z
22292026-06-25T23:11:47.556Z ##### # # # # #####
22302026-06-25T23:11:47.556Z # # # # # # # #
22312026-06-25T23:11:47.556Z ##### # # # # # #
22322026-06-25T23:11:47.556Z # # # # # # # #
22332026-06-25T23:11:47.556Z # # # # # # # #
22342026-06-25T23:11:47.556Z ##### #### # ###### #####
22352026-06-25T23:11:47.556Z
22362026-06-25T23:11:47.556Z+ ptime -m cargo build
22372026-06-25T23:11:48.149Z Compiling smallvec v1.15.1
22382026-06-25T23:11:48.268Z Compiling log v0.4.32
22392026-06-25T23:11:48.283Z Compiling slog v2.8.2
22402026-06-25T23:11:48.298Z Compiling ring v0.17.14
22412026-06-25T23:11:48.318Z Compiling webpki-roots v1.0.7
22422026-06-25T23:11:48.367Z Compiling similar v2.7.0
22432026-06-25T23:11:48.400Z Compiling fxhash v0.2.1
22442026-06-25T23:11:48.404Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
22452026-06-25T23:11:48.439Z Compiling icu_normalizer v2.2.0
22462026-06-25T23:11:48.477Z Compiling parking_lot_core v0.9.12
22472026-06-25T23:11:48.487Z Compiling goblin v0.10.7
22482026-06-25T23:11:48.545Z Compiling slog-term v2.9.2
22492026-06-25T23:11:48.655Z Compiling slog-async v2.8.0
22502026-06-25T23:11:48.674Z Compiling slog-json v2.6.1
22512026-06-25T23:11:48.784Z Compiling idna_adapter v1.2.2
22522026-06-25T23:11:48.888Z Compiling parking_lot v0.12.5
22532026-06-25T23:11:48.946Z Compiling idna v1.1.0
22542026-06-25T23:11:49.020Z Compiling slog-bunyan v2.5.0
22552026-06-25T23:11:49.121Z Compiling tokio v1.52.3
22562026-06-25T23:11:49.145Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22572026-06-25T23:11:49.163Z Compiling goblin v0.8.2
22582026-06-25T23:11:49.275Z Compiling url v2.5.8
22592026-06-25T23:11:49.286Z Compiling expectorate v1.2.0
22602026-06-25T23:11:49.308Z Compiling globset v0.4.18
22612026-06-25T23:11:49.485Z Compiling rustls-webpki v0.103.13
22622026-06-25T23:11:49.696Z Compiling moka v0.12.15
22632026-06-25T23:11:50.111Z Compiling schemars v0.8.22
22642026-06-25T23:11:50.152Z Compiling rustls v0.23.40
22652026-06-25T23:11:50.270Z Compiling parking_lot_core v0.8.6
22662026-06-25T23:11:50.506Z Compiling parking_lot v0.11.2
22672026-06-25T23:11:50.583Z Compiling arc-swap v1.9.1
22682026-06-25T23:11:50.596Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
22692026-06-25T23:11:50.892Z Compiling ipnetwork v0.21.1
22702026-06-25T23:11:50.904Z Compiling newtype-uuid v1.3.2
22712026-06-25T23:11:50.920Z Compiling serde_with v3.20.0
22722026-06-25T23:11:51.261Z Compiling oxnet v0.1.6
22732026-06-25T23:11:51.344Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
22742026-06-25T23:11:51.487Z Compiling dof v0.4.0
22752026-06-25T23:11:51.735Z Compiling daft v0.1.7
22762026-06-25T23:11:52.024Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22772026-06-25T23:11:52.243Z Compiling usdt-impl v0.6.0
22782026-06-25T23:11:52.535Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
22792026-06-25T23:11:52.669Z Compiling usdt v0.6.0
22802026-06-25T23:11:52.779Z Compiling iddqd v0.4.2
22812026-06-25T23:11:52.917Z Compiling tokio-util v0.7.18
22822026-06-25T23:11:52.966Z Compiling tower v0.5.3
22832026-06-25T23:11:53.072Z Compiling async-compression v0.4.42
22842026-06-25T23:11:53.117Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22852026-06-25T23:11:53.377Z Compiling tokio-rustls v0.26.4
22862026-06-25T23:11:53.378Z Compiling tower-http v0.6.11
22872026-06-25T23:11:53.402Z Compiling rustls-platform-verifier v0.7.0
22882026-06-25T23:11:53.463Z Compiling h2 v0.4.14
22892026-06-25T23:11:53.648Z Compiling backoff v0.4.0
22902026-06-25T23:11:53.653Z Compiling typify-impl v0.6.2
22912026-06-25T23:11:53.672Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22922026-06-25T23:11:53.832Z Compiling dof v0.3.0
22932026-06-25T23:11:53.877Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
22942026-06-25T23:11:54.027Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
22952026-06-25T23:11:54.070Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22962026-06-25T23:11:54.354Z Compiling byte-wrapper v0.1.0
22972026-06-25T23:11:54.485Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
22982026-06-25T23:11:54.497Z Compiling usdt-impl v0.5.0
22992026-06-25T23:11:54.632Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23002026-06-25T23:11:54.732Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23012026-06-25T23:11:55.129Z Compiling usdt v0.5.0
23022026-06-25T23:11:55.227Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23032026-06-25T23:11:55.421Z Compiling typify v0.6.2
23042026-06-25T23:11:55.505Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
23052026-06-25T23:11:55.540Z Compiling progenitor-impl v0.14.0
23062026-06-25T23:11:55.752Z Compiling hyper v1.10.1
23072026-06-25T23:11:56.043Z Compiling progenitor-impl v0.13.0
23082026-06-25T23:11:56.533Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23092026-06-25T23:11:56.650Z Compiling hickory-proto v0.24.4
23102026-06-25T23:11:56.813Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23112026-06-25T23:11:56.883Z Compiling hyper-util v0.1.20
23122026-06-25T23:11:57.447Z Compiling tokio-stream v0.1.18
23132026-06-25T23:11:57.936Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23142026-06-25T23:11:57.950Z Compiling tokio-dtrace v0.1.1
23152026-06-25T23:11:58.232Z Compiling hyper-rustls v0.27.9
23162026-06-25T23:11:58.264Z Compiling dropshot v0.17.1
23172026-06-25T23:11:58.433Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23182026-06-25T23:11:58.556Z Compiling reqwest v0.13.4
23192026-06-25T23:11:58.575Z Compiling reqwest v0.12.28
23202026-06-25T23:11:58.729Z Compiling hickory-resolver v0.24.4
23212026-06-25T23:11:59.199Z Compiling zone v0.3.1
23222026-06-25T23:11:59.214Z Compiling libsw-core v0.3.2
23232026-06-25T23:11:59.393Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
23242026-06-25T23:11:59.775Z Compiling progenitor-client v0.14.0
23252026-06-25T23:11:59.813Z Compiling progenitor-client v0.10.0
23262026-06-25T23:11:59.973Z Compiling progenitor-client v0.13.0
23272026-06-25T23:12:00.109Z Compiling progenitor-extras v0.2.0
23282026-06-25T23:12:00.134Z Compiling progenitor v0.14.0
23292026-06-25T23:12:00.282Z Compiling progenitor v0.13.0
23302026-06-25T23:12:00.333Z Compiling qorb v0.4.1
23312026-06-25T23:12:00.337Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
23322026-06-25T23:12:00.369Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
23332026-06-25T23:12:00.431Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23342026-06-25T23:12:00.716Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
23352026-06-25T23:12:00.871Z Compiling libsw v3.5.0
23362026-06-25T23:12:01.066Z Compiling oxide-tokio-rt v0.1.6
23372026-06-25T23:12:01.100Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23382026-06-25T23:12:01.233Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23392026-06-25T23:12:01.394Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23402026-06-25T23:12:01.490Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23412026-06-25T23:12:02.072Z Compiling slog-dtrace v0.3.0
23422026-06-25T23:12:02.319Z Compiling tough v0.22.0
23432026-06-25T23:12:02.335Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
23442026-06-25T23:12:02.399Z Compiling cancel-safe-futures v0.1.5
23452026-06-25T23:12:02.458Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23462026-06-25T23:12:02.713Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23472026-06-25T23:12:03.265Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23482026-06-25T23:12:03.447Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23492026-06-25T23:12:03.464Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23502026-06-25T23:12:03.606Z Compiling hickory-proto v0.25.2
23512026-06-25T23:12:03.664Z Compiling steno v0.4.1
23522026-06-25T23:12:04.337Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
23532026-06-25T23:12:04.455Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
23542026-06-25T23:12:04.520Z Compiling sled v0.34.7
23552026-06-25T23:12:05.558Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23562026-06-25T23:12:06.257Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23572026-06-25T23:12:06.346Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23582026-06-25T23:12:06.599Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23592026-06-25T23:12:06.613Z Compiling hickory-resolver v0.25.2
23602026-06-25T23:12:06.929Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
23612026-06-25T23:12:07.228Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23622026-06-25T23:12:07.949Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23632026-06-25T23:12:08.133Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23642026-06-25T23:12:08.237Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23652026-06-25T23:12:08.392Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23662026-06-25T23:12:08.648Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23672026-06-25T23:12:08.827Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23682026-06-25T23:12:08.879Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23692026-06-25T23:12:09.004Z Compiling slog-scope v4.4.1
23702026-06-25T23:12:09.138Z Compiling papergrid v0.18.0
23712026-06-25T23:12:09.277Z Compiling testing_table v0.3.0
23722026-06-25T23:12:09.463Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23732026-06-25T23:12:09.643Z Compiling internet-checksum v0.2.1
23742026-06-25T23:12:09.656Z Compiling slog-stdlog v4.1.1
23752026-06-25T23:12:09.790Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
23762026-06-25T23:12:09.884Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
23772026-06-25T23:12:10.095Z Compiling dropshot-api-manager-types v0.7.2
23782026-06-25T23:12:10.125Z Compiling const-random v0.1.18
23792026-06-25T23:12:10.209Z Compiling tabled v0.21.0
23802026-06-25T23:12:10.320Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
23812026-06-25T23:12:10.471Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
23822026-06-25T23:12:10.602Z Compiling slog-envlogger v2.2.0
23832026-06-25T23:12:11.024Z Compiling typify-impl v0.4.3
23842026-06-25T23:12:11.142Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23852026-06-25T23:12:11.247Z Compiling crc8 v0.1.1
23862026-06-25T23:12:11.379Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23872026-06-25T23:12:11.473Z Compiling ahash v0.8.12
23882026-06-25T23:12:11.727Z Compiling smartstring v1.0.1
23892026-06-25T23:12:12.018Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
23902026-06-25T23:12:12.450Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
23912026-06-25T23:12:12.532Z Compiling sha1 v0.10.6
23922026-06-25T23:12:12.783Z Compiling typify v0.4.3
23932026-06-25T23:12:12.857Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
23942026-06-25T23:12:12.905Z Compiling thin-vec v0.2.18
23952026-06-25T23:12:13.213Z Compiling utf-8 v0.7.6
23962026-06-25T23:12:13.227Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23972026-06-25T23:12:13.300Z Compiling rhai v1.25.1
23982026-06-25T23:12:13.410Z Compiling tungstenite v0.21.0
23992026-06-25T23:12:13.573Z Compiling progenitor-impl v0.10.0
24002026-06-25T23:12:13.722Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
24012026-06-25T23:12:14.181Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24022026-06-25T23:12:14.302Z Compiling sha2 v0.10.9
24032026-06-25T23:12:14.521Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24042026-06-25T23:12:14.757Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24052026-06-25T23:12:15.228Z Compiling progenitor v0.10.0
24062026-06-25T23:12:15.391Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24072026-06-25T23:12:16.530Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24082026-06-25T23:12:16.680Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24092026-06-25T23:12:16.792Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24102026-06-25T23:12:17.217Z Compiling tokio-tungstenite v0.21.0
24112026-06-25T23:12:17.565Z Compiling lzma-sys v0.1.20
24122026-06-25T23:12:17.663Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
24132026-06-25T23:12:17.690Z Compiling typeid v1.0.3
24142026-06-25T23:12:17.819Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
24152026-06-25T23:12:17.966Z Compiling console v0.16.3
24162026-06-25T23:12:18.596Z Compiling git-stub v1.0.0
24172026-06-25T23:12:18.889Z Compiling toml_datetime v0.7.5+spec-1.1.0
24182026-06-25T23:12:18.920Z Compiling unit-prefix v0.5.2
24192026-06-25T23:12:19.045Z Compiling base64 v0.21.7
24202026-06-25T23:12:19.087Z Compiling indicatif v0.18.4
24212026-06-25T23:12:19.187Z Compiling toml v0.9.12+spec-1.1.0
24222026-06-25T23:12:19.219Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
24232026-06-25T23:12:19.383Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24242026-06-25T23:12:20.034Z Compiling git-stub-vcs v0.1.0
24252026-06-25T23:12:20.321Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
24262026-06-25T23:12:20.450Z Compiling ron v0.12.1
24272026-06-25T23:12:20.645Z Compiling xz2 v0.1.7
24282026-06-25T23:12:20.903Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
24292026-06-25T23:12:20.979Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
24302026-06-25T23:12:21.223Z Compiling drift v0.2.0
24312026-06-25T23:12:21.685Z Compiling base16ct v1.0.0
24322026-06-25T23:12:21.883Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
24332026-06-25T23:12:21.886Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
24342026-06-25T23:12:22.002Z Compiling dropshot-api-manager v0.7.2
24352026-06-25T23:12:22.305Z Compiling natord v1.0.9
24362026-06-25T23:12:22.492Z Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util)
24372026-06-25T23:12:25.118Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24382026-06-25T23:12:26.288Z Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
24392026-06-25T23:12:33.364Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24402026-06-25T23:12:35.019Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24412026-06-25T23:12:36.081Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
24422026-06-25T23:12:37.028Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
24432026-06-25T23:12:37.028Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
24442026-06-25T23:12:37.031Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
24452026-06-25T23:12:37.495Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
24462026-06-25T23:12:37.495Z Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
24472026-06-25T23:12:37.499Z Compiling mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify)
24482026-06-25T23:12:37.942Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
24492026-06-25T23:12:39.409Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
24502026-06-25T23:12:39.409Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
24512026-06-25T23:12:39.409Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
24522026-06-25T23:12:44.085Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
24532026-06-25T23:12:46.261Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
24542026-06-25T23:12:46.261Z Compiling falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab)
24552026-06-25T23:12:46.261Z Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
24562026-06-25T23:13:25.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 38s
24572026-06-25T23:13:26.038Z
24582026-06-25T23:13:26.038Zreal 1:38.427826873
24592026-06-25T23:13:26.038Zuser 7:21.334676510
24602026-06-25T23:13:26.038Zsys 1:04.415028292
24612026-06-25T23:13:26.038Ztrap 0.197253537
24622026-06-25T23:13:26.038Ztflt 0.003182079
24632026-06-25T23:13:26.038Zdflt 0.119401236
24642026-06-25T23:13:26.038Zkflt 0.000076105
24652026-06-25T23:13:26.038Zlock 28:35.252237807
24662026-06-25T23:13:26.038Zslp 23:27.113469540
24672026-06-25T23:13:26.038Zlat 24.761722296
24682026-06-25T23:13:26.038Zstop 36.494966281
24692026-06-25T23:13:26.042Z+ ptime -m cargo build --release
24702026-06-25T23:13:26.691Z Compiling proc-macro2 v1.0.106
24712026-06-25T23:13:26.691Z Compiling quote v1.0.45
24722026-06-25T23:13:26.691Z Compiling unicode-ident v1.0.24
24732026-06-25T23:13:26.691Z Compiling serde_core v1.0.228
24742026-06-25T23:13:26.691Z Compiling serde v1.0.228
24752026-06-25T23:13:26.695Z Compiling libc v0.2.186
24762026-06-25T23:13:26.695Z Compiling cfg-if v1.0.4
24772026-06-25T23:13:26.887Z Compiling zmij v1.0.21
24782026-06-25T23:13:26.963Z Compiling autocfg v1.5.1
24792026-06-25T23:13:27.158Z Compiling memchr v2.8.1
24802026-06-25T23:13:27.188Z Compiling libm v0.2.16
24812026-06-25T23:13:27.372Z Compiling itoa v1.0.18
24822026-06-25T23:13:27.643Z Compiling icu_properties_data v2.2.0
24832026-06-25T23:13:27.661Z Compiling icu_normalizer_data v2.2.0
24842026-06-25T23:13:27.901Z Compiling version_check v0.9.5
24852026-06-25T23:13:27.916Z Compiling stable_deref_trait v1.2.1
24862026-06-25T23:13:28.028Z Compiling syn v2.0.117
24872026-06-25T23:13:28.053Z Compiling serde_json v1.0.150
24882026-06-25T23:13:28.135Z Compiling writeable v0.6.3
24892026-06-25T23:13:28.178Z Compiling litemap v0.8.2
24902026-06-25T23:13:28.316Z Compiling utf8_iter v1.0.4
24912026-06-25T23:13:28.344Z Compiling thiserror v2.0.18
24922026-06-25T23:13:28.422Z Compiling num-traits v0.2.19
24932026-06-25T23:13:28.439Z Compiling percent-encoding v2.3.2
24942026-06-25T23:13:28.714Z Compiling form_urlencoded v1.2.2
24952026-06-25T23:13:28.726Z Compiling getrandom v0.4.2
24962026-06-25T23:13:28.738Z Compiling rand_core v0.10.1
24972026-06-25T23:13:28.904Z Compiling parking_lot_core v0.9.12
24982026-06-25T23:13:28.993Z Compiling iana-time-zone v0.1.65
24992026-06-25T23:13:29.050Z Compiling heck v0.5.0
25002026-06-25T23:13:29.201Z Compiling errno v0.3.14
25012026-06-25T23:13:29.268Z Compiling uuid v1.23.2
25022026-06-25T23:13:29.350Z Compiling zerocopy v0.8.50
25032026-06-25T23:13:29.657Z Compiling semver v1.0.28
25042026-06-25T23:13:29.673Z Compiling schemars v0.8.22
25052026-06-25T23:13:29.798Z Compiling dyn-clone v1.0.20
25062026-06-25T23:13:29.987Z Compiling jobserver v0.1.34
25072026-06-25T23:13:30.049Z Compiling shlex v2.0.1
25082026-06-25T23:13:30.072Z Compiling find-msvc-tools v0.1.9
25092026-06-25T23:13:30.205Z Compiling rustversion v1.0.22
25102026-06-25T23:13:30.247Z Compiling cc v1.2.63
25112026-06-25T23:13:30.318Z Compiling pin-project-lite v0.2.17
25122026-06-25T23:13:30.344Z Compiling getrandom v0.2.17
25132026-06-25T23:13:30.427Z Compiling bitflags v2.12.1
25142026-06-25T23:13:30.548Z Compiling socket2 v0.6.4
25152026-06-25T23:13:30.573Z Compiling scopeguard v1.2.0
25162026-06-25T23:13:30.697Z Compiling portable-atomic v1.13.1
25172026-06-25T23:13:30.857Z Compiling synstructure v0.13.2
25182026-06-25T23:13:30.862Z Compiling serde_derive_internals v0.29.1
25192026-06-25T23:13:31.227Z Compiling lock_api v0.4.14
25202026-06-25T23:13:31.356Z Compiling log v0.4.32
25212026-06-25T23:13:31.485Z Compiling critical-section v1.2.0
25222026-06-25T23:13:31.520Z Compiling signal-hook-registry v1.4.8
25232026-06-25T23:13:31.555Z Compiling mio v1.2.1
25242026-06-25T23:13:31.612Z Compiling equivalent v1.0.2
25252026-06-25T23:13:31.616Z Compiling cmake v0.1.58
25262026-06-25T23:13:31.693Z Compiling once_cell v1.21.4
25272026-06-25T23:13:31.757Z Compiling dunce v1.0.5
25282026-06-25T23:13:31.856Z Compiling fs_extra v1.3.0
25292026-06-25T23:13:31.869Z Compiling subtle v2.6.1
25302026-06-25T23:13:31.970Z Compiling futures-core v0.3.32
25312026-06-25T23:13:31.999Z Compiling httparse v1.10.1
25322026-06-25T23:13:32.012Z Compiling serde_derive v1.0.228
25332026-06-25T23:13:32.042Z Compiling zerofrom-derive v0.1.7
25342026-06-25T23:13:32.067Z Compiling yoke-derive v0.8.2
25352026-06-25T23:13:32.120Z Compiling zerovec-derive v0.11.3
25362026-06-25T23:13:32.151Z Compiling displaydoc v0.2.6
25372026-06-25T23:13:32.151Z Compiling schemars_derive v0.8.22
25382026-06-25T23:13:32.250Z Compiling thiserror-impl v2.0.18
25392026-06-25T23:13:32.375Z Compiling tokio-macros v2.7.0
25402026-06-25T23:13:32.969Z Compiling zerocopy-derive v0.8.50
25412026-06-25T23:13:33.147Z Compiling zeroize_derive v1.4.3
25422026-06-25T23:13:33.160Z Compiling futures-macro v0.3.32
25432026-06-25T23:13:33.241Z Compiling aws-lc-sys v0.41.0
25442026-06-25T23:13:33.244Z Compiling zerofrom v0.1.8
25452026-06-25T23:13:33.380Z Compiling yoke v0.8.3
25462026-06-25T23:13:33.399Z Compiling futures-sink v0.3.32
25472026-06-25T23:13:33.519Z Compiling slab v0.4.12
25482026-06-25T23:13:33.587Z Compiling zerovec v0.11.6
25492026-06-25T23:13:33.640Z Compiling zerotrie v0.2.4
25502026-06-25T23:13:33.853Z Compiling zeroize v1.8.2
25512026-06-25T23:13:33.865Z Compiling rustix v1.1.4
25522026-06-25T23:13:34.017Z Compiling typenum v1.20.1
25532026-06-25T23:13:34.089Z Compiling thiserror v1.0.69
25542026-06-25T23:13:34.106Z Compiling futures-channel v0.3.32
25552026-06-25T23:13:34.151Z Compiling tinystr v0.8.3
25562026-06-25T23:13:34.201Z Compiling potential_utf v0.1.5
25572026-06-25T23:13:34.255Z Compiling thiserror-impl v1.0.69
25582026-06-25T23:13:34.364Z Compiling icu_locale_core v2.2.0
25592026-06-25T23:13:34.378Z Compiling icu_collections v2.2.0
25602026-06-25T23:13:34.407Z Compiling futures-io v0.3.32
25612026-06-25T23:13:34.459Z Compiling futures-task v0.3.32
25622026-06-25T23:13:34.642Z Compiling futures-util v0.3.32
25632026-06-25T23:13:34.655Z Compiling hashbrown v0.17.1
25642026-06-25T23:13:35.198Z Compiling indexmap v2.14.0
25652026-06-25T23:13:35.242Z Compiling icu_provider v2.2.0
25662026-06-25T23:13:35.390Z Compiling smallvec v1.15.1
25672026-06-25T23:13:35.404Z Compiling bytes v1.11.1
25682026-06-25T23:13:35.531Z Compiling icu_properties v2.2.0
25692026-06-25T23:13:35.683Z Compiling icu_normalizer v2.2.0
25702026-06-25T23:13:35.864Z Compiling chrono v0.4.45
25712026-06-25T23:13:35.867Z Compiling serde_tokenstream v0.2.3
25722026-06-25T23:13:36.564Z Compiling idna_adapter v1.2.2
25732026-06-25T23:13:36.721Z Compiling idna v1.1.0
25742026-06-25T23:13:36.869Z Compiling parking_lot v0.12.5
25752026-06-25T23:13:36.895Z Compiling ucd-trie v0.1.7
25762026-06-25T23:13:37.121Z Compiling url v2.5.8
25772026-06-25T23:13:37.137Z Compiling tokio v1.52.3
25782026-06-25T23:13:37.339Z Compiling pest v2.8.6
25792026-06-25T23:13:37.683Z Compiling tracing-attributes v0.1.31
25802026-06-25T23:13:38.622Z Compiling tracing-core v0.1.36
25812026-06-25T23:13:38.786Z Compiling ipnetwork v0.21.1
25822026-06-25T23:13:38.806Z Compiling rand_core v0.6.4
25832026-06-25T23:13:39.063Z Compiling regex-syntax v0.8.10
25842026-06-25T23:13:39.083Z Compiling tracing v0.1.44
25852026-06-25T23:13:39.334Z Compiling pest_meta v2.8.6
25862026-06-25T23:13:39.470Z Compiling slog v2.8.2
25872026-06-25T23:13:39.679Z Compiling base64 v0.22.1
25882026-06-25T23:13:39.750Z Compiling byteorder v1.5.0
25892026-06-25T23:13:40.031Z Compiling pest_generator v2.8.6
25902026-06-25T23:13:40.210Z Compiling http v1.4.1
25912026-06-25T23:13:40.386Z Compiling erased-serde v0.3.31
25922026-06-25T23:13:40.637Z Compiling aho-corasick v1.1.4
25932026-06-25T23:13:40.723Z Compiling getrandom v0.3.4
25942026-06-25T23:13:41.189Z Compiling pest_derive v2.8.6
25952026-06-25T23:13:41.631Z Compiling regex-automata v0.4.14
25962026-06-25T23:13:41.912Z Compiling fnv v1.0.7
25972026-06-25T23:13:41.933Z Compiling anyhow v1.0.102
25982026-06-25T23:13:42.052Z Compiling oxnet v0.1.6
25992026-06-25T23:13:42.248Z Compiling rustls-pki-types v1.14.1
26002026-06-25T23:13:42.290Z Compiling ring v0.17.14
26012026-06-25T23:13:42.956Z Compiling aws-lc-rs v1.17.0
26022026-06-25T23:13:43.301Z Compiling regex v1.12.3
26032026-06-25T23:13:43.496Z Compiling paste v1.0.15
26042026-06-25T23:13:43.710Z Compiling strsim v0.11.1
26052026-06-25T23:13:44.007Z Compiling tokio-util v0.7.18
26062026-06-25T23:13:44.201Z Compiling num-conv v0.2.2
26072026-06-25T23:13:44.320Z Compiling untrusted v0.7.1
26082026-06-25T23:13:44.360Z Compiling time-core v0.1.8
26092026-06-25T23:13:44.457Z Compiling untrusted v0.9.0
26102026-06-25T23:13:44.560Z Compiling ipnet v2.12.0
26112026-06-25T23:13:44.603Z Compiling time-macros v0.2.27
26122026-06-25T23:13:45.776Z Compiling rustls v0.23.40
26132026-06-25T23:13:45.976Z Compiling ident_case v1.0.1
26142026-06-25T23:13:46.108Z Compiling http-body v1.0.1
26152026-06-25T23:13:46.260Z Compiling scroll_derive v0.13.1
26162026-06-25T23:13:46.280Z Compiling atomic-waker v1.1.2
26172026-06-25T23:13:46.421Z Compiling camino v1.2.2
26182026-06-25T23:13:46.777Z Compiling async-trait v0.1.89
26192026-06-25T23:13:46.980Z Compiling omicron-workspace-hack v0.1.0
26202026-06-25T23:13:47.099Z Compiling ryu v1.0.23
26212026-06-25T23:13:47.227Z Compiling tower-layer v0.3.3
26222026-06-25T23:13:47.434Z Compiling pretty-hex v0.4.2
26232026-06-25T23:13:47.578Z Compiling tower-service v0.3.3
26242026-06-25T23:13:47.592Z Compiling try-lock v0.2.5
26252026-06-25T23:13:47.688Z Compiling want v0.3.1
26262026-06-25T23:13:47.741Z Compiling h2 v0.4.14
26272026-06-25T23:13:47.878Z Compiling ppv-lite86 v0.2.21
26282026-06-25T23:13:48.211Z Compiling httpdate v1.0.3
26292026-06-25T23:13:48.592Z Compiling crossbeam-utils v0.8.21
26302026-06-25T23:13:49.324Z Compiling crc32fast v1.5.0
26312026-06-25T23:13:49.878Z Compiling slog-async v2.8.0
26322026-06-25T23:13:50.093Z Compiling hyper v1.10.1
26332026-06-25T23:13:50.201Z Compiling usdt-impl v0.6.0
26342026-06-25T23:13:50.493Z Compiling serde_urlencoded v0.7.1
26352026-06-25T23:13:50.788Z Compiling scroll v0.13.0
26362026-06-25T23:13:51.060Z Compiling http-body-util v0.1.3
26372026-06-25T23:13:51.126Z Compiling plain v0.2.3
26382026-06-25T23:13:51.264Z Compiling goblin v0.10.7
26392026-06-25T23:13:51.389Z Compiling daft-derive v0.1.7
26402026-06-25T23:13:52.178Z Compiling hyper-util v0.1.20
26412026-06-25T23:13:54.295Z Compiling allocator-api2 v0.2.21
26422026-06-25T23:13:54.476Z Compiling foldhash v0.2.0
26432026-06-25T23:13:54.714Z Compiling hashbrown v0.16.1
26442026-06-25T23:13:54.801Z Compiling dof v0.4.0
26452026-06-25T23:13:55.105Z Compiling dtrace-parser v0.3.0
26462026-06-25T23:13:55.241Z Compiling openapiv3 v2.2.0
26472026-06-25T23:13:55.448Z Compiling thread-id v5.1.0
26482026-06-25T23:13:55.545Z Compiling syn v1.0.109
26492026-06-25T23:13:56.260Z Compiling generic-array v0.14.7
26502026-06-25T23:13:56.317Z Compiling powerfmt v0.2.0
26512026-06-25T23:13:56.580Z Compiling deranged v0.5.8
26522026-06-25T23:13:57.627Z Compiling num_threads v0.1.7
26532026-06-25T23:13:57.763Z Compiling time v0.3.47
26542026-06-25T23:13:58.664Z Compiling usdt-attr-macro v0.6.0
26552026-06-25T23:13:59.030Z Compiling usdt-macro v0.6.0
26562026-06-25T23:13:59.212Z Compiling rand_core v0.9.5
26572026-06-25T23:13:59.595Z Compiling multer v3.1.0
26582026-06-25T23:13:59.868Z Compiling ref-cast v1.0.25
26592026-06-25T23:13:59.918Z Compiling crossbeam-channel v0.5.15
26602026-06-25T23:14:00.220Z Compiling sync_wrapper v1.0.2
26612026-06-25T23:14:00.345Z Compiling cpufeatures v0.3.0
26622026-06-25T23:14:00.406Z Compiling hex v0.4.3
26632026-06-25T23:14:00.433Z Compiling winnow v1.0.3
26642026-06-25T23:14:00.470Z Compiling tower v0.5.3
26652026-06-25T23:14:00.599Z Compiling rand_chacha v0.9.0
26662026-06-25T23:14:00.643Z Compiling webpki-roots v1.0.7
26672026-06-25T23:14:00.696Z Compiling futures-executor v0.3.32
26682026-06-25T23:14:00.765Z Compiling ref-cast-impl v1.0.25
26692026-06-25T23:14:01.045Z Compiling async-stream-impl v0.3.6
26702026-06-25T23:14:01.159Z Compiling dropshot v0.17.1
26712026-06-25T23:14:01.173Z Compiling thread_local v1.1.9
26722026-06-25T23:14:01.427Z Compiling tower-http v0.6.11
26732026-06-25T23:14:01.515Z Compiling futures v0.3.32
26742026-06-25T23:14:01.609Z Compiling rand v0.9.4
26752026-06-25T23:14:01.724Z Compiling structmeta-derive v0.3.0
26762026-06-25T23:14:01.762Z Compiling is-terminal v0.4.17
26772026-06-25T23:14:01.901Z Compiling take_mut v0.2.2
26782026-06-25T23:14:01.982Z Compiling fastrand v2.4.1
26792026-06-25T23:14:02.026Z Compiling term v1.2.1
26802026-06-25T23:14:02.320Z Compiling crypto-common v0.1.7
26812026-06-25T23:14:02.349Z Compiling slog-term v2.9.2
26822026-06-25T23:14:02.470Z Compiling darling_core v0.23.0
26832026-06-25T23:14:02.698Z Compiling dropshot_endpoint v0.17.1
26842026-06-25T23:14:02.786Z Compiling structmeta v0.3.0
26852026-06-25T23:14:03.006Z Compiling newtype-uuid-macros v0.1.0
26862026-06-25T23:14:03.650Z Compiling newtype-uuid v1.3.2
26872026-06-25T23:14:03.822Z Compiling strum_macros v0.26.4
26882026-06-25T23:14:04.095Z Compiling daft v0.1.7
26892026-06-25T23:14:04.355Z Compiling tempfile v3.27.0
26902026-06-25T23:14:04.592Z Compiling darling_macro v0.23.0
26912026-06-25T23:14:04.652Z Compiling hybrid-array v0.4.12
26922026-06-25T23:14:04.842Z Compiling openssl-probe v0.2.1
26932026-06-25T23:14:05.104Z Compiling simd-adler32 v0.3.9
26942026-06-25T23:14:05.158Z Compiling match_cfg v0.1.0
26952026-06-25T23:14:05.205Z Compiling darling v0.23.0
26962026-06-25T23:14:05.244Z Compiling either v1.16.0
26972026-06-25T23:14:05.294Z Compiling adler2 v2.0.1
26982026-06-25T23:14:05.339Z Compiling serde_with_macros v3.20.0
26992026-06-25T23:14:05.467Z Compiling miniz_oxide v0.8.9
27002026-06-25T23:14:05.481Z Compiling hostname v0.3.1
27012026-06-25T23:14:05.537Z Compiling rustls-native-certs v0.8.4
27022026-06-25T23:14:05.646Z Compiling toml_parser v1.1.2+spec-1.1.0
27032026-06-25T23:14:05.957Z Compiling slog-json v2.6.1
27042026-06-25T23:14:06.221Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27052026-06-25T23:14:06.351Z Compiling serde_spanned v1.1.1
27062026-06-25T23:14:06.499Z Compiling memmap2 v0.9.10
27072026-06-25T23:14:06.890Z Compiling toml_writer v1.1.1+spec-1.1.0
27082026-06-25T23:14:06.949Z Compiling slog-bunyan v2.5.0
27092026-06-25T23:14:06.986Z Compiling flate2 v1.1.9
27102026-06-25T23:14:07.026Z Compiling crypto-common v0.2.2
27112026-06-25T23:14:07.134Z Compiling block-buffer v0.12.0
27122026-06-25T23:14:07.161Z Compiling derive-ex v0.1.8
27132026-06-25T23:14:07.327Z Compiling rand_chacha v0.3.1
27142026-06-25T23:14:07.981Z Compiling usdt v0.6.0
27152026-06-25T23:14:08.131Z Compiling strum_macros v0.27.2
27162026-06-25T23:14:08.325Z Compiling debug-ignore v1.0.5
27172026-06-25T23:14:08.446Z Compiling compression-core v0.4.32
27182026-06-25T23:14:08.627Z Compiling const-oid v0.10.2
27192026-06-25T23:14:08.641Z Compiling compression-codecs v0.4.38
27202026-06-25T23:14:08.762Z Compiling test-strategy v0.4.5
27212026-06-25T23:14:08.943Z Compiling digest v0.11.3
27222026-06-25T23:14:09.018Z Compiling rand v0.8.6
27232026-06-25T23:14:09.257Z Compiling macaddr v1.0.1
27242026-06-25T23:14:09.578Z Compiling toml_datetime v1.1.1+spec-1.1.0
27252026-06-25T23:14:09.637Z Compiling encoding_rs v0.8.35
27262026-06-25T23:14:09.850Z Compiling mime v0.3.17
27272026-06-25T23:14:10.068Z Compiling spin v0.9.8
27282026-06-25T23:14:10.198Z Compiling toml v1.1.2+spec-1.1.0
27292026-06-25T23:14:10.325Z Compiling sha1 v0.11.0
27302026-06-25T23:14:10.344Z Compiling async-compression v0.4.42
27312026-06-25T23:14:10.357Z Compiling async-stream v0.3.6
27322026-06-25T23:14:10.609Z Compiling block-buffer v0.10.4
27332026-06-25T23:14:10.811Z Compiling waitgroup v0.1.2
27342026-06-25T23:14:10.824Z Compiling rustls-pemfile v2.2.0
27352026-06-25T23:14:10.881Z Compiling serde_path_to_error v0.1.20
27362026-06-25T23:14:10.976Z Compiling hostname v0.4.2
27372026-06-25T23:14:11.148Z Compiling digest v0.10.7
27382026-06-25T23:14:11.189Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27392026-06-25T23:14:11.411Z Compiling unicode-width v0.2.2
27402026-06-25T23:14:11.747Z Compiling parse-display-derive v0.10.0
27412026-06-25T23:14:11.933Z Compiling regress v0.10.5
27422026-06-25T23:14:12.938Z Compiling strum v0.26.3
27432026-06-25T23:14:13.321Z Compiling wait-timeout v0.2.1
27442026-06-25T23:14:13.923Z Compiling quick-error v1.2.3
27452026-06-25T23:14:13.988Z Compiling bit-vec v0.8.0
27462026-06-25T23:14:14.142Z Compiling rusty-fork v0.3.1
27472026-06-25T23:14:14.299Z Compiling bit-set v0.8.0
27482026-06-25T23:14:14.371Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27492026-06-25T23:14:14.525Z Compiling serde_with v3.20.0
27502026-06-25T23:14:14.671Z Compiling rand_xorshift v0.4.0
27512026-06-25T23:14:14.857Z Compiling unarray v0.1.4
27522026-06-25T23:14:14.932Z Compiling strum v0.27.2
27532026-06-25T23:14:14.988Z Compiling proptest v1.11.0
27542026-06-25T23:14:15.001Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27552026-06-25T23:14:15.076Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27562026-06-25T23:14:15.165Z Compiling instant v0.1.13
27572026-06-25T23:14:15.400Z Compiling cpufeatures v0.2.17
27582026-06-25T23:14:15.480Z Compiling iddqd v0.4.2
27592026-06-25T23:14:15.492Z Compiling itertools v0.14.0
27602026-06-25T23:14:15.544Z Compiling clap_derive v4.6.1
27612026-06-25T23:14:16.869Z Compiling utf8parse v0.2.2
27622026-06-25T23:14:17.159Z Compiling anstyle-parse v1.0.0
27632026-06-25T23:14:17.388Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27642026-06-25T23:14:17.476Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27652026-06-25T23:14:17.608Z Compiling backon v1.6.0
27662026-06-25T23:14:17.631Z Compiling terminal_size v0.4.4
27672026-06-25T23:14:17.879Z Compiling anstyle v1.0.14
27682026-06-25T23:14:18.161Z Compiling anstyle-query v1.1.5
27692026-06-25T23:14:18.499Z Compiling colorchoice v1.0.5
27702026-06-25T23:14:18.585Z Compiling is_terminal_polyfill v1.70.2
27712026-06-25T23:14:18.692Z Compiling anstream v1.0.0
27722026-06-25T23:14:19.193Z Compiling backoff v0.4.0
27732026-06-25T23:14:19.345Z Compiling parse-display v0.10.0
27742026-06-25T23:14:19.432Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
27752026-06-25T23:14:19.579Z Compiling humantime v2.3.0
27762026-06-25T23:14:20.183Z Compiling clap_lex v1.1.0
27772026-06-25T23:14:20.541Z Compiling clap_builder v4.6.0
27782026-06-25T23:14:20.982Z Compiling regress v0.11.1
27792026-06-25T23:14:22.426Z Compiling clap v4.6.1
27802026-06-25T23:14:22.517Z Compiling typify-impl v0.6.2
27812026-06-25T23:14:23.601Z Compiling toml_edit v0.25.12+spec-1.1.0
27822026-06-25T23:14:24.069Z Compiling crucible-workspace-hack v0.1.0
27832026-06-25T23:14:24.340Z Compiling proc-macro-crate v3.5.0
27842026-06-25T23:14:24.792Z Compiling zerocopy-derive v0.7.35
27852026-06-25T23:14:25.577Z Compiling unsafe-libyaml v0.2.11
27862026-06-25T23:14:25.807Z Compiling typify-macro v0.6.2
27872026-06-25T23:14:26.233Z Compiling serde_yaml v0.9.34+deprecated
27882026-06-25T23:14:26.342Z Compiling num_enum_derive v0.7.6
27892026-06-25T23:14:27.396Z Compiling darling_core v0.21.3
27902026-06-25T23:14:27.471Z Compiling convert_case v0.4.0
27912026-06-25T23:14:27.738Z Compiling num_enum v0.7.6
27922026-06-25T23:14:27.771Z Compiling derive_more v0.99.20
27932026-06-25T23:14:28.136Z Compiling toml_datetime v0.6.11
27942026-06-25T23:14:29.196Z Compiling typify v0.6.2
27952026-06-25T23:14:29.446Z Compiling darling_macro v0.21.3
27962026-06-25T23:14:29.788Z Compiling secrecy v0.10.3
27972026-06-25T23:14:29.966Z Compiling proc-macro-error-attr v1.0.4
27982026-06-25T23:14:30.056Z Compiling darling v0.21.3
27992026-06-25T23:14:30.119Z Compiling heapless v0.8.0
28002026-06-25T23:14:30.198Z Compiling tinyvec_macros v0.1.1
28012026-06-25T23:14:30.318Z Compiling prettyplease v0.2.37
28022026-06-25T23:14:30.585Z Compiling tinyvec v1.11.0
28032026-06-25T23:14:30.626Z Compiling ingot-macros v0.1.1
28042026-06-25T23:14:31.016Z Compiling zerocopy v0.7.35
28052026-06-25T23:14:31.123Z Compiling tabwriter v1.4.1
28062026-06-25T23:14:31.579Z Compiling crossbeam-epoch v0.9.18
28072026-06-25T23:14:31.772Z Compiling hash32 v0.3.1
28082026-06-25T23:14:31.863Z Compiling scroll_derive v0.12.1
28092026-06-25T23:14:31.941Z Compiling rustc_version v0.4.1
28102026-06-25T23:14:32.083Z Compiling num-integer v0.1.46
28112026-06-25T23:14:32.221Z Compiling usdt-impl v0.5.0
28122026-06-25T23:14:32.542Z Compiling proc-macro-error v1.0.4
28132026-06-25T23:14:32.577Z Compiling data-encoding v2.11.0
28142026-06-25T23:14:32.615Z Compiling smoltcp v0.11.0
28152026-06-25T23:14:32.804Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28162026-06-25T23:14:32.987Z Compiling pkg-config v0.3.33
28172026-06-25T23:14:33.084Z Compiling winnow v0.7.15
28182026-06-25T23:14:33.315Z Compiling rustix v0.38.44
28192026-06-25T23:14:33.440Z Compiling ingot-types v0.1.2
28202026-06-25T23:14:33.948Z Compiling scroll v0.12.0
28212026-06-25T23:14:34.078Z Compiling curve25519-dalek v4.1.3
28222026-06-25T23:14:34.538Z Compiling dof v0.3.0
28232026-06-25T23:14:35.290Z Compiling dtrace-parser v0.2.0
28242026-06-25T23:14:35.407Z Compiling hmac v0.12.1
28252026-06-25T23:14:35.505Z Compiling inout v0.1.4
28262026-06-25T23:14:35.566Z Compiling ff v0.13.1
28272026-06-25T23:14:35.580Z Compiling cobs v0.3.0
28282026-06-25T23:14:35.692Z Compiling bstr v1.12.1
28292026-06-25T23:14:35.725Z Compiling thread-id v4.2.2
28302026-06-25T23:14:35.860Z Compiling managed v0.8.0
28312026-06-25T23:14:35.873Z Compiling bitflags v1.3.2
28322026-06-25T23:14:36.125Z Compiling colored v3.1.1
28332026-06-25T23:14:36.173Z Compiling static_assertions v1.1.0
28342026-06-25T23:14:36.227Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
28352026-06-25T23:14:36.684Z Compiling postcard v1.1.3
28362026-06-25T23:14:36.684Z Compiling group v0.13.0
28372026-06-25T23:14:36.798Z Compiling cipher v0.4.4
28382026-06-25T23:14:37.057Z Compiling hkdf v0.12.4
28392026-06-25T23:14:37.460Z Compiling goblin v0.8.2
28402026-06-25T23:14:37.529Z Compiling ingot v0.1.1
28412026-06-25T23:14:37.668Z Compiling num-rational v0.4.2
28422026-06-25T23:14:38.659Z Compiling num-iter v0.1.45
28432026-06-25T23:14:39.406Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28442026-06-25T23:14:39.644Z Compiling universal-hash v0.5.1
28452026-06-25T23:14:39.747Z Compiling thiserror-impl-no-std v2.0.2
28462026-06-25T23:14:39.762Z Compiling hubpack_derive v0.1.1
28472026-06-25T23:14:39.851Z Compiling crypto-bigint v0.5.5
28482026-06-25T23:14:40.424Z Compiling half v2.7.1
28492026-06-25T23:14:40.668Z Compiling serde_repr v0.1.20
28502026-06-25T23:14:40.780Z Compiling foreign-types-macros v0.2.3
28512026-06-25T23:14:40.855Z Compiling curve25519-dalek-derive v0.1.1
28522026-06-25T23:14:41.453Z Compiling num-complex v0.4.6
28532026-06-25T23:14:41.875Z Compiling memoffset v0.9.1
28542026-06-25T23:14:42.080Z Compiling base16ct v0.2.0
28552026-06-25T23:14:42.145Z Compiling ciborium-io v0.2.2
28562026-06-25T23:14:42.257Z Compiling cfg_aliases v0.2.1
28572026-06-25T23:14:42.293Z Compiling heck v0.4.1
28582026-06-25T23:14:42.458Z Compiling opaque-debug v0.3.1
28592026-06-25T23:14:42.509Z Compiling foreign-types-shared v0.3.1
28602026-06-25T23:14:42.526Z Compiling base64ct v1.8.3
28612026-06-25T23:14:42.607Z Compiling indent_write v2.2.0
28622026-06-25T23:14:42.870Z Compiling password-hash v0.5.0
28632026-06-25T23:14:43.017Z Compiling foreign-types v0.5.0
28642026-06-25T23:14:43.109Z Compiling poly1305 v0.8.0
28652026-06-25T23:14:43.724Z Compiling nix v0.31.3
28662026-06-25T23:14:43.827Z Compiling ciborium-ll v0.2.2
28672026-06-25T23:14:43.958Z Compiling elliptic-curve v0.13.8
28682026-06-25T23:14:44.266Z Compiling num v0.4.3
28692026-06-25T23:14:44.350Z Compiling thiserror-no-std v2.0.2
28702026-06-25T23:14:44.374Z Compiling hubpack v0.1.2
28712026-06-25T23:14:45.648Z Compiling chacha20 v0.9.1
28722026-06-25T23:14:46.261Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28732026-06-25T23:14:46.346Z Compiling reqwest v0.12.28
28742026-06-25T23:14:46.904Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28752026-06-25T23:14:47.458Z Compiling blake2 v0.10.6
28762026-06-25T23:14:47.717Z Compiling aead v0.5.2
28772026-06-25T23:14:47.912Z Compiling byte-wrapper v0.1.0
28782026-06-25T23:14:47.925Z Compiling chacha20 v0.10.0
28792026-06-25T23:14:47.956Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
28802026-06-25T23:14:48.345Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
28812026-06-25T23:14:48.889Z Compiling cstr-argument v0.1.2
28822026-06-25T23:14:49.068Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
28832026-06-25T23:14:49.127Z Compiling keccak v0.1.6
28842026-06-25T23:14:49.264Z Compiling float-ord v0.3.2
28852026-06-25T23:14:49.345Z Compiling sha3 v0.10.9
28862026-06-25T23:14:49.418Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28872026-06-25T23:14:49.869Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
28882026-06-25T23:14:49.872Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
28892026-06-25T23:14:49.992Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28902026-06-25T23:14:50.027Z Compiling rand v0.10.1
28912026-06-25T23:14:50.762Z Compiling rustls-webpki v0.103.13
28922026-06-25T23:14:50.851Z Compiling chacha20poly1305 v0.10.1
28932026-06-25T23:14:51.991Z Compiling argon2 v0.5.3
28942026-06-25T23:14:53.003Z Compiling progenitor-client v0.10.0
28952026-06-25T23:14:53.275Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
28962026-06-25T23:14:53.275Z Compiling vsss-rs v3.3.4
28972026-06-25T23:14:54.013Z Compiling ciborium v0.2.2
28982026-06-25T23:14:54.655Z Compiling atomicwrites v0.4.4
28992026-06-25T23:14:54.772Z Compiling usdt-macro v0.5.0
29002026-06-25T23:14:54.847Z Compiling usdt-attr-macro v0.5.0
29012026-06-25T23:14:55.409Z Compiling tokio-rustls v0.26.4
29022026-06-25T23:14:55.493Z Compiling rustls-platform-verifier v0.7.0
29032026-06-25T23:14:55.703Z Compiling hyper-rustls v0.27.9
29042026-06-25T23:14:55.933Z Compiling reqwest v0.13.4
29052026-06-25T23:14:57.211Z Compiling enum-as-inner v0.6.1
29062026-06-25T23:14:57.540Z Compiling progenitor-client v0.14.0
29072026-06-25T23:14:57.815Z Compiling progenitor-extras v0.2.0
29082026-06-25T23:14:58.026Z Compiling num-derive v0.4.2
29092026-06-25T23:14:58.071Z Compiling memmap v0.7.0
29102026-06-25T23:14:58.250Z Compiling rayon-core v1.13.0
29112026-06-25T23:14:58.443Z Compiling semver v0.1.20
29122026-06-25T23:14:58.952Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29132026-06-25T23:14:59.113Z Compiling winnow v0.5.40
29142026-06-25T23:15:00.574Z Compiling toml_edit v0.19.15
29152026-06-25T23:15:01.058Z Compiling rustc_version v0.1.7
29162026-06-25T23:15:01.544Z Compiling usdt v0.5.0
29172026-06-25T23:15:02.268Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29182026-06-25T23:15:09.084Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29192026-06-25T23:15:11.041Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29202026-06-25T23:15:11.140Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29212026-06-25T23:15:11.260Z Compiling similar v2.7.0
29222026-06-25T23:15:11.389Z Compiling crossbeam-deque v0.8.6
29232026-06-25T23:15:11.705Z Compiling serde_spanned v0.6.9
29242026-06-25T23:15:11.793Z Compiling vcpkg v0.2.15
29252026-06-25T23:15:11.873Z Compiling toml_write v0.1.2
29262026-06-25T23:15:12.095Z Compiling bytecount v0.6.9
29272026-06-25T23:15:12.356Z Compiling lazy_static v1.5.0
29282026-06-25T23:15:12.500Z Compiling openssl-sys v0.9.116
29292026-06-25T23:15:13.018Z Compiling toml_edit v0.22.27
29302026-06-25T23:15:13.919Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29312026-06-25T23:15:14.060Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29322026-06-25T23:15:14.660Z Compiling proc-macro-crate v1.3.1
29332026-06-25T23:15:15.030Z Compiling newtype_derive v0.1.6
29342026-06-25T23:15:15.071Z Compiling progenitor-impl v0.14.0
29352026-06-25T23:15:15.307Z Compiling progenitor-impl v0.13.0
29362026-06-25T23:15:15.399Z Compiling itertools v0.12.1
29372026-06-25T23:15:16.230Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29382026-06-25T23:15:16.247Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29392026-06-25T23:15:16.526Z Compiling swrite v0.1.0
29402026-06-25T23:15:16.654Z Compiling resolv-conf v0.7.6
29412026-06-25T23:15:16.698Z Compiling linked-hash-map v0.5.6
29422026-06-25T23:15:16.895Z Compiling unicode-segmentation v1.13.3
29432026-06-25T23:15:16.939Z Compiling owo-colors v4.3.0
29442026-06-25T23:15:17.144Z Compiling progenitor-macro v0.14.0
29452026-06-25T23:15:17.277Z Compiling lru-cache v0.1.2
29462026-06-25T23:15:17.366Z Compiling newline-converter v0.3.0
29472026-06-25T23:15:17.380Z Compiling progenitor-macro v0.13.0
29482026-06-25T23:15:17.492Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29492026-06-25T23:15:17.593Z Compiling num_enum_derive v0.5.11
29502026-06-25T23:15:17.785Z Compiling toml v0.8.23
29512026-06-25T23:15:18.284Z Compiling rayon v1.12.0
29522026-06-25T23:15:18.393Z Compiling hickory-proto v0.24.4
29532026-06-25T23:15:18.661Z Compiling progenitor-client v0.13.0
29542026-06-25T23:15:20.537Z Compiling console v0.15.11
29552026-06-25T23:15:21.393Z Compiling camino-tempfile v1.4.1
29562026-06-25T23:15:21.632Z Compiling serde-big-array v0.5.1
29572026-06-25T23:15:21.813Z Compiling derive-where v1.6.1
29582026-06-25T23:15:21.826Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29592026-06-25T23:15:21.838Z Compiling pin-project-internal v1.1.13
29602026-06-25T23:15:22.394Z Compiling siphasher v1.0.3
29612026-06-25T23:15:22.641Z Compiling minimal-lexical v0.2.1
29622026-06-25T23:15:22.912Z Compiling nom v7.1.3
29632026-06-25T23:15:22.962Z Compiling pin-project v1.1.13
29642026-06-25T23:15:23.085Z Compiling phf_shared v0.12.1
29652026-06-25T23:15:23.324Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29662026-06-25T23:15:23.985Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
29672026-06-25T23:15:24.254Z Compiling progenitor v0.13.0
29682026-06-25T23:15:24.411Z Compiling progenitor v0.14.0
29692026-06-25T23:15:24.605Z Compiling expectorate v1.2.0
29702026-06-25T23:15:25.668Z Compiling hickory-resolver v0.24.4
29712026-06-25T23:15:27.932Z Compiling num_enum v0.5.11
29722026-06-25T23:15:28.078Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29732026-06-25T23:15:29.261Z Compiling zone_cfg_derive v0.3.1
29742026-06-25T23:15:29.483Z Compiling unicode-normalization v0.1.25
29752026-06-25T23:15:30.014Z Compiling tokio-stream v0.1.18
29762026-06-25T23:15:30.102Z Compiling snafu-derive v0.8.9
29772026-06-25T23:15:30.605Z Compiling async-recursion v1.1.1
29782026-06-25T23:15:31.335Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
29792026-06-25T23:15:31.685Z Compiling slog-dtrace v0.3.0
29802026-06-25T23:15:31.858Z Compiling csv-core v0.1.13
29812026-06-25T23:15:31.991Z Compiling smawk v0.3.2
29822026-06-25T23:15:32.177Z Compiling highway v1.3.0
29832026-06-25T23:15:32.285Z Compiling cancel-safe-futures v0.1.5
29842026-06-25T23:15:32.579Z Compiling unicode-width v0.1.14
29852026-06-25T23:15:32.888Z Compiling openssl v0.10.80
29862026-06-25T23:15:32.915Z Compiling konst_macro_rules v0.2.19
29872026-06-25T23:15:33.128Z Compiling unicode-linebreak v0.1.5
29882026-06-25T23:15:33.151Z Compiling chrono-tz v0.10.4
29892026-06-25T23:15:33.166Z Compiling foreign-types-shared v0.1.1
29902026-06-25T23:15:33.196Z Compiling foldhash v0.1.5
29912026-06-25T23:15:33.272Z Compiling unicode-xid v0.2.6
29922026-06-25T23:15:33.407Z Compiling same-file v1.0.6
29932026-06-25T23:15:33.410Z Compiling const_format_proc_macros v0.2.34
29942026-06-25T23:15:33.445Z Compiling textwrap v0.16.2
29952026-06-25T23:15:33.462Z Compiling hashbrown v0.15.5
29962026-06-25T23:15:33.553Z Compiling walkdir v2.5.0
29972026-06-25T23:15:33.606Z Compiling foreign-types v0.3.2
29982026-06-25T23:15:33.716Z Compiling konst v0.2.20
29992026-06-25T23:15:34.127Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30002026-06-25T23:15:34.141Z Compiling csv v1.4.0
30012026-06-25T23:15:34.206Z Compiling snafu v0.8.9
30022026-06-25T23:15:34.282Z Compiling qorb v0.4.1
30032026-06-25T23:15:34.296Z Compiling zone v0.3.1
30042026-06-25T23:15:34.474Z Compiling olpc-cjson v0.1.4
30052026-06-25T23:15:34.700Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30062026-06-25T23:15:34.808Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30072026-06-25T23:15:35.057Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30082026-06-25T23:15:35.372Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30092026-06-25T23:15:36.040Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30102026-06-25T23:15:36.590Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30112026-06-25T23:15:38.313Z Compiling phf v0.12.1
30122026-06-25T23:15:38.786Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30132026-06-25T23:15:39.002Z Compiling tokio-dtrace v0.1.1
30142026-06-25T23:15:39.355Z Compiling globset v0.4.18
30152026-06-25T23:15:40.163Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30162026-06-25T23:15:40.407Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30172026-06-25T23:15:40.469Z Compiling smf v0.2.3
30182026-06-25T23:15:40.714Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
30192026-06-25T23:15:41.050Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
30202026-06-25T23:15:41.462Z Compiling libsw-core v0.3.2
30212026-06-25T23:15:41.642Z Compiling pem v3.0.6
30222026-06-25T23:15:41.664Z Compiling serde_plain v1.0.2
30232026-06-25T23:15:41.972Z Compiling openssl-macros v0.1.1
30242026-06-25T23:15:41.986Z Compiling cookie v0.18.1
30252026-06-25T23:15:42.030Z Compiling sigpipe v0.1.3
30262026-06-25T23:15:42.142Z Compiling jiff v0.2.28
30272026-06-25T23:15:42.254Z Compiling fixedbitset v0.5.7
30282026-06-25T23:15:42.344Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30292026-06-25T23:15:42.486Z Compiling typed-path v0.9.3
30302026-06-25T23:15:42.576Z Compiling glob v0.3.3
30312026-06-25T23:15:42.786Z Compiling fixedbitset v0.4.2
30322026-06-25T23:15:42.969Z Compiling petgraph v0.6.5
30332026-06-25T23:15:43.380Z Compiling petgraph v0.8.3
30342026-06-25T23:15:44.025Z Compiling tough v0.22.0
30352026-06-25T23:15:44.877Z Compiling libsw v3.5.0
30362026-06-25T23:15:44.896Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
30372026-06-25T23:15:45.096Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30382026-06-25T23:15:45.351Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30392026-06-25T23:15:45.462Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
30402026-06-25T23:15:45.848Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30412026-06-25T23:15:46.157Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30422026-06-25T23:15:46.347Z Compiling oxide-tokio-rt v0.1.6
30432026-06-25T23:15:47.365Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30442026-06-25T23:15:49.213Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30452026-06-25T23:15:49.436Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30462026-06-25T23:15:49.926Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30472026-06-25T23:15:50.345Z Compiling const_format v0.2.36
30482026-06-25T23:15:51.250Z Compiling papergrid v0.11.0
30492026-06-25T23:15:51.338Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30502026-06-25T23:15:51.517Z Compiling libscf-sys v1.2.0
30512026-06-25T23:15:51.687Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30522026-06-25T23:15:51.828Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30532026-06-25T23:15:51.972Z Compiling tabled_derive v0.7.0
30542026-06-25T23:15:52.091Z Compiling gethostname v0.5.0
30552026-06-25T23:15:52.243Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
30562026-06-25T23:15:52.548Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30572026-06-25T23:15:52.685Z Compiling bcs v0.1.6
30582026-06-25T23:15:52.955Z Compiling linear-map v1.2.0
30592026-06-25T23:15:53.101Z Compiling tagptr v0.2.0
30602026-06-25T23:15:53.193Z Compiling whoami v1.6.1
30612026-06-25T23:15:53.282Z Compiling termtree v0.5.1
30622026-06-25T23:15:53.322Z Compiling moka v0.12.15
30632026-06-25T23:15:54.018Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30642026-06-25T23:15:54.557Z Compiling tabled v0.15.0
30652026-06-25T23:15:56.099Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30662026-06-25T23:15:56.435Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30672026-06-25T23:15:56.499Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30682026-06-25T23:15:56.578Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30692026-06-25T23:15:57.100Z Compiling steno v0.4.1
30702026-06-25T23:15:58.103Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30712026-06-25T23:16:01.845Z Compiling hickory-proto v0.25.2
30722026-06-25T23:16:02.302Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30732026-06-25T23:16:02.486Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
30742026-06-25T23:16:03.194Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
30752026-06-25T23:16:03.314Z Compiling parking_lot_core v0.8.6
30762026-06-25T23:16:03.701Z Compiling nom v8.0.0
30772026-06-25T23:16:04.690Z Compiling hickory-resolver v0.25.2
30782026-06-25T23:16:05.541Z Compiling crunchy v0.2.4
30792026-06-25T23:16:05.816Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30802026-06-25T23:16:05.875Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
30812026-06-25T23:16:05.923Z Compiling parking_lot v0.11.2
30822026-06-25T23:16:05.965Z Compiling typify-impl v0.4.3
30832026-06-25T23:16:06.404Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
30842026-06-25T23:16:06.806Z Compiling fxhash v0.2.1
30852026-06-25T23:16:06.963Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
30862026-06-25T23:16:07.262Z Compiling proc-macro-error-attr2 v2.0.0
30872026-06-25T23:16:07.747Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
30882026-06-25T23:16:08.025Z Compiling tiny-keccak v2.0.2
30892026-06-25T23:16:08.302Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30902026-06-25T23:16:09.361Z Compiling typify-macro v0.4.3
30912026-06-25T23:16:10.036Z Compiling proc-macro-error2 v2.0.1
30922026-06-25T23:16:10.341Z Compiling sled v0.34.7
30932026-06-25T23:16:11.004Z Compiling arc-swap v1.9.1
30942026-06-25T23:16:11.296Z Compiling slog-scope v4.4.1
30952026-06-25T23:16:11.364Z Compiling tabled_derive v0.11.0
30962026-06-25T23:16:12.286Z Compiling papergrid v0.18.0
30972026-06-25T23:16:12.515Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
30982026-06-25T23:16:12.866Z Compiling testing_table v0.3.0
30992026-06-25T23:16:13.251Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
31002026-06-25T23:16:13.307Z Compiling internet-checksum v0.2.1
31012026-06-25T23:16:13.464Z Compiling tabled v0.21.0
31022026-06-25T23:16:13.592Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
31032026-06-25T23:16:13.978Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
31042026-06-25T23:16:14.108Z Compiling slog-stdlog v4.1.1
31052026-06-25T23:16:14.581Z Compiling const-random-macro v0.1.16
31062026-06-25T23:16:15.029Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
31072026-06-25T23:16:15.734Z Compiling dropshot-api-manager-types v0.7.2
31082026-06-25T23:16:16.315Z Compiling ahash v0.8.12
31092026-06-25T23:16:16.616Z Compiling smartstring v1.0.1
31102026-06-25T23:16:17.826Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
31112026-06-25T23:16:17.845Z Compiling const-random v0.1.18
31122026-06-25T23:16:17.942Z Compiling slog-envlogger v2.2.0
31132026-06-25T23:16:19.088Z Compiling typify v0.4.3
31142026-06-25T23:16:19.204Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
31152026-06-25T23:16:21.403Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
31162026-06-25T23:16:23.854Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
31172026-06-25T23:16:24.153Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31182026-06-25T23:16:24.644Z Compiling toml_datetime v0.7.5+spec-1.1.0
31192026-06-25T23:16:24.952Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
31202026-06-25T23:16:26.463Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
31212026-06-25T23:16:27.185Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31222026-06-25T23:16:27.477Z Compiling crc8 v0.1.1
31232026-06-25T23:16:27.605Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
31242026-06-25T23:16:27.678Z Compiling toml v0.9.12+spec-1.1.0
31252026-06-25T23:16:28.177Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31262026-06-25T23:16:28.938Z Compiling progenitor-impl v0.10.0
31272026-06-25T23:16:29.892Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
31282026-06-25T23:16:29.968Z Compiling lzma-sys v0.1.20
31292026-06-25T23:16:30.431Z Compiling sha1 v0.10.6
31302026-06-25T23:16:30.601Z Compiling thin-vec v0.2.18
31312026-06-25T23:16:30.911Z Compiling rhai_codegen v3.2.0
31322026-06-25T23:16:30.977Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31332026-06-25T23:16:31.025Z Compiling fs-err v3.3.0
31342026-06-25T23:16:31.314Z Compiling utf-8 v0.7.6
31352026-06-25T23:16:31.546Z Compiling typeid v1.0.3
31362026-06-25T23:16:31.950Z Compiling tungstenite v0.21.0
31372026-06-25T23:16:32.183Z Compiling rhai v1.25.1
31382026-06-25T23:16:32.565Z Compiling progenitor-macro v0.10.0
31392026-06-25T23:16:36.834Z Compiling cargo_toml v0.22.3
31402026-06-25T23:16:38.556Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31412026-06-25T23:16:39.064Z Compiling sha2 v0.10.9
31422026-06-25T23:16:40.181Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31432026-06-25T23:16:40.446Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
31442026-06-25T23:16:41.318Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31452026-06-25T23:16:41.371Z Compiling progenitor v0.10.0
31462026-06-25T23:16:41.674Z Compiling tokio-tungstenite v0.21.0
31472026-06-25T23:16:42.665Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31482026-06-25T23:16:43.733Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
31492026-06-25T23:16:44.887Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
31502026-06-25T23:16:45.409Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
31512026-06-25T23:16:45.779Z Compiling console v0.16.3
31522026-06-25T23:16:46.146Z Compiling git-stub v1.0.0
31532026-06-25T23:16:47.036Z Compiling base64 v0.21.7
31542026-06-25T23:16:47.073Z Compiling unit-prefix v0.5.2
31552026-06-25T23:16:47.119Z Compiling is_ci v1.2.0
31562026-06-25T23:16:47.258Z Compiling supports-color v3.0.2
31572026-06-25T23:16:47.312Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31582026-06-25T23:16:47.359Z Compiling indicatif v0.18.4
31592026-06-25T23:16:47.557Z Compiling git-stub-vcs v0.1.0
31602026-06-25T23:16:48.298Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
31612026-06-25T23:16:48.584Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31622026-06-25T23:16:49.855Z Compiling ron v0.12.1
31632026-06-25T23:16:50.101Z Compiling xz2 v0.1.7
31642026-06-25T23:16:50.470Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
31652026-06-25T23:16:51.273Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
31662026-06-25T23:16:51.657Z Compiling drift v0.2.0
31672026-06-25T23:16:52.571Z Compiling base16ct v1.0.0
31682026-06-25T23:16:53.652Z Compiling dropshot-api-manager v0.7.2
31692026-06-25T23:16:57.943Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
31702026-06-25T23:16:59.897Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
31712026-06-25T23:17:01.084Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
31722026-06-25T23:17:02.464Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
31732026-06-25T23:17:04.124Z Compiling natord v1.0.9
31742026-06-25T23:17:04.429Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
31752026-06-25T23:17:04.530Z Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util)
31762026-06-25T23:17:06.744Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
31772026-06-25T23:17:11.170Z Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
31782026-06-25T23:17:12.903Z Compiling mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify)
31792026-06-25T23:17:15.410Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
31802026-06-25T23:17:16.406Z Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
31812026-06-25T23:17:16.948Z Compiling falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab)
31822026-06-25T23:17:19.594Z Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
31832026-06-25T23:17:23.521Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
31842026-06-25T23:17:49.024Z Finished `release` profile [optimized] target(s) in 4m 22s
31852026-06-25T23:17:49.207Z
31862026-06-25T23:17:49.207Zreal 4:23.105476915
31872026-06-25T23:17:49.207Zuser 29:50.634662208
31882026-06-25T23:17:49.207Zsys 2:48.946089311
31892026-06-25T23:17:49.207Ztrap 0.767646172
31902026-06-25T23:17:49.207Ztflt 1.311545596
31912026-06-25T23:17:49.207Zdflt 1.563306207
31922026-06-25T23:17:49.207Zkflt 0.001363503
31932026-06-25T23:17:49.207Zlock 2:00:18.083588576
31942026-06-25T23:17:49.208Zslp 1:26:52.331931906
31952026-06-25T23:17:49.208Zlat 2:17.775769089
31962026-06-25T23:17:49.208Zstop 3:37.558364279
31972026-06-25T23:17:49.213Z+ for x in debug release
31982026-06-25T23:17:49.213Z+ mkdir -p /work/debug
31992026-06-25T23:17:49.219Z+ cp target/debug/ddmd /work/debug/ddmd
32002026-06-25T23:17:49.637Z+ cp target/debug/ddmadm /work/debug/ddmadm
32012026-06-25T23:17:50.176Z+ cp target/debug/mgd /work/debug/mgd
32022026-06-25T23:17:50.789Z+ cp target/debug/mgadm /work/debug/mgadm
32032026-06-25T23:17:51.199Z+ for x in debug release
32042026-06-25T23:17:51.199Z+ mkdir -p /work/release
32052026-06-25T23:17:51.202Z+ cp target/release/ddmd /work/release/ddmd
32062026-06-25T23:17:51.284Z+ cp target/release/ddmadm /work/release/ddmadm
32072026-06-25T23:17:51.357Z+ cp target/release/mgd /work/release/mgd
32082026-06-25T23:17:51.469Z+ cp target/release/mgadm /work/release/mgadm
32092026-06-25T23:17:51.565Z+ cp target/release/falcon-lab /work/release/falcon-lab
32102026-06-25T23:17:51.646Zprocess exited: duration 710488 ms, exit code 0
 
32112026-06-25T23:17:51.662Zfound 9 output files
32122026-06-25T23:17:51.662Zuploading: /work/debug/ddmadm (513717352 bytes)
32132026-06-25T23:17:59.074Zuploaded: /work/debug/ddmadm
32142026-06-25T23:17:59.074Zuploading: /work/debug/ddmd (588572512 bytes)
32152026-06-25T23:18:08.483Zuploaded: /work/debug/ddmd
32162026-06-25T23:18:08.483Zuploading: /work/debug/mgadm (607710424 bytes)
32172026-06-25T23:18:16.284Zuploaded: /work/debug/mgadm
32182026-06-25T23:18:16.284Zuploading: /work/debug/mgd (690847680 bytes)
32192026-06-25T23:18:26.066Zuploaded: /work/debug/mgd
32202026-06-25T23:18:26.066Zuploading: /work/release/ddmadm (45420224 bytes)
32212026-06-25T23:18:27.471Zuploaded: /work/release/ddmadm
32222026-06-25T23:18:27.481Zuploading: /work/release/ddmd (53075072 bytes)
32232026-06-25T23:18:28.895Zuploaded: /work/release/ddmd
32242026-06-25T23:18:28.906Zuploading: /work/release/falcon-lab (39527632 bytes)
32252026-06-25T23:18:30.243Zuploaded: /work/release/falcon-lab
32262026-06-25T23:18:30.243Zuploading: /work/release/mgadm (60170168 bytes)
32272026-06-25T23:18:31.722Zuploaded: /work/release/mgadm
32282026-06-25T23:18:31.722Zuploading: /work/release/mgd (72580672 bytes)
32292026-06-25T23:18:33.564Zuploaded: /work/release/mgd