01KZF95XMBQKY7G1Q7AZA3Z316: 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: 01KZF96B9F80ZW0Y8KNHG117GJ

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-07T23:34:22.648Zjob assigned to worker 01KZF96HHJS9YH6M1P5G1MHR6D [factory aws, i-051b1a6bdafdbff63] (queued for 47 s)
 
22026-08-07T23:34:29.417Zstarting task 0: "setup"
32026-08-07T23:34:29.421Z++ uname -s
42026-08-07T23:34:29.424Z+ kern=SunOS
52026-08-07T23:34:29.424Z+ build_user=build
62026-08-07T23:34:29.424Z+ build_uid=12345
72026-08-07T23:34:29.424Z+ work_dir=/work
82026-08-07T23:34:29.424Z+ input_dir=/input
92026-08-07T23:34:29.424Z+ [[ 0 == 12345 ]]
102026-08-07T23:34:29.424Z+ case "$kern" in
112026-08-07T23:34:29.424Z+ groupadd -g 12345 build
122026-08-07T23:34:29.427Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-07T23:34:31.431Z+ zfs create -o mountpoint=/work rpool/work
142026-08-07T23:34:31.522Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-07T23:34:31.525Z+ home_fs=zfs
162026-08-07T23:34:31.525Z+ [[ zfs == autofs ]]
172026-08-07T23:34:31.525Z+ mkdir -p /home/build
182026-08-07T23:34:31.525Z+ chown build:build /home/build /work
192026-08-07T23:34:32.526Z+ chmod 0700 /home/build /work
202026-08-07T23:34:32.529Zprocess exited: duration 3113 ms, exit code 0
 
212026-08-07T23:34:32.535Zstarting task 1: "rust-toolchain"
222026-08-07T23:34:32.540Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-08-07T23:34:32.540Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-07T23:34:32.540Z * rust toolchain channel = "stable"
252026-08-07T23:34:32.540Z * rust toolchain profile = "default"
262026-08-07T23:34:32.540Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-07T23:34:32.540Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-07T23:34:32.543Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-07T23:34:32.543Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-08-07T23:34:32.662Zinfo: downloading installer
312026-08-07T23:34:34.125Zwarn: It looks like you have an existing installation of Rust at:
322026-08-07T23:34:34.125Zwarn: /opt/ooce/bin
332026-08-07T23:34:34.125Zwarn: It is recommended that rustup be the primary Rust installation.
342026-08-07T23:34:34.125Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-08-07T23:34:34.125Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-08-07T23:34:34.125Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-08-07T23:34:34.125Zwarn: or pass `-y' to ignore all ignorable checks.
382026-08-07T23:34:34.125Zerror: cannot install while Rust is installed
392026-08-07T23:34:34.125Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-08-07T23:34:34.125Zwarn: It looks like you have an existing rustup settings file at:
412026-08-07T23:34:34.125Zwarn: /home/build/.rustup/settings.toml
422026-08-07T23:34:34.125Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-08-07T23:34:34.125Zwarn: instead of the one inferred from the default host triple.
442026-08-07T23:34:34.138Zinfo: profile set to default
452026-08-07T23:34:34.139Zinfo: default host triple is x86_64-unknown-illumos
462026-08-07T23:34:34.141Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-08-07T23:34:34.265Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
482026-08-07T23:34:34.268Zinfo: downloading 6 components
492026-08-07T23:34:50.266Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-08-07T23:34:50.266Z
512026-08-07T23:34:50.292Z stable-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
522026-08-07T23:34:50.292Z
532026-08-07T23:34:50.292Z
542026-08-07T23:34:50.292ZRust is installed now. Great!
552026-08-07T23:34:50.292Z
562026-08-07T23:34:50.292ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-08-07T23:34:50.292Zenvironment variable. This has not been done automatically.
582026-08-07T23:34:50.292Z
592026-08-07T23:34:50.292ZTo configure your current shell, you need to source
602026-08-07T23:34:50.292Zthe corresponding env file under $HOME/.cargo.
612026-08-07T23:34:50.292Z
622026-08-07T23:34:50.292ZThis is usually done by running one of the following (note the leading DOT):
632026-08-07T23:34:50.292Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-08-07T23:34:50.293Zsource "$HOME/.cargo/env.fish" # For fish
652026-08-07T23:34:50.293Zsource "~/.cargo/env.nu" # For nushell
662026-08-07T23:34:50.293Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-08-07T23:34:50.293Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-08-07T23:34:50.293Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-08-07T23:34:50.296Zwarn: no default linker (`cc`) was found in your PATH
702026-08-07T23:34:50.296Zwarn: many Rust crates require a system C toolchain to build
712026-08-07T23:34:50.387Z+ rustup --version
722026-08-07T23:34:50.395Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-08-07T23:34:50.398Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-08-07T23:34:50.416Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
752026-08-07T23:34:50.419Z+ cargo --version
762026-08-07T23:34:50.434Zcargo 1.97.1 (c980f4866 2026-06-30)
772026-08-07T23:34:50.437Z+ rustc --version
782026-08-07T23:34:50.456Zrustc 1.97.1 (8bab26f4f 2026-07-14)
792026-08-07T23:34:50.459Zprocess exited: duration 17920 ms, exit code 0
 
802026-08-07T23:34:50.466Zstarting task 2: "authentication"
812026-08-07T23:34:50.483Zprocess exited: duration 16 ms, exit code 0
 
822026-08-07T23:34:50.489Zstarting task 3: "clone repository"
832026-08-07T23:34:50.492Z+ mkdir -p /work/oxidecomputer/maghemite
842026-08-07T23:34:50.495Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-08-07T23:34:50.526ZCloning into '/work/oxidecomputer/maghemite'...
862026-08-07T23:34:51.889Z+ cd /work/oxidecomputer/maghemite
872026-08-07T23:34:51.889Z+ git fetch origin d26d216c80e319295cf5de1ec6ad73827caa5dcc
882026-08-07T23:34:52.199ZFrom https://github.com/oxidecomputer/maghemite
892026-08-07T23:34:52.199Z * branch d26d216c80e319295cf5de1ec6ad73827caa5dcc -> FETCH_HEAD
902026-08-07T23:34:52.203Z+ [[ -n trey/md5-auth-key ]]
912026-08-07T23:34:52.206Z++ git branch --show-current
922026-08-07T23:34:52.207Z+ current=main
932026-08-07T23:34:52.207Z+ [[ main != trey/md5-auth-key ]]
942026-08-07T23:34:52.207Z+ git branch -f trey/md5-auth-key d26d216c80e319295cf5de1ec6ad73827caa5dcc
952026-08-07T23:34:52.210Z+ git checkout -f trey/md5-auth-key
962026-08-07T23:34:52.230ZSwitched to branch 'trey/md5-auth-key'
972026-08-07T23:34:52.233Z+ git reset --hard d26d216c80e319295cf5de1ec6ad73827caa5dcc
982026-08-07T23:34:52.253ZHEAD is now at d26d216 Merge branch 'main' into trey/md5-auth-key
992026-08-07T23:34:52.256Zprocess exited: duration 1764 ms, exit code 0
 
1002026-08-07T23:34:52.263Zstarting task 4: "build"
1012026-08-07T23:34:52.266Z+ pfexec pkg install clang-15
1022026-08-07T23:35:00.477Z Startup: Refreshing catalog 'helios-dev' ... Done
1032026-08-07T23:35:08.133Z Startup: Caching catalogs ... Done
1042026-08-07T23:35:15.439ZPlanning: Solver setup ... Done
1052026-08-07T23:35:15.482ZPlanning: Running solver ... Done
1062026-08-07T23:35:15.624ZPlanning: Finding local manifests ... Done
1072026-08-07T23:35:15.647ZPlanning: Fetching manifests: 0/2 0% complete
1082026-08-07T23:35:15.786ZPlanning: Fetching manifests: 2/2 100% complete
1092026-08-07T23:35:15.815ZPlanning: Package planning ... Done
1102026-08-07T23:35:15.841ZPlanning: Merging actions ... Done
1112026-08-07T23:35:15.948ZPlanning: Checking for conflicting actions ... Done
1122026-08-07T23:35:15.955ZPlanning: Consolidating action changes ... Done
1132026-08-07T23:35:16.733ZPlanning: Evaluating mediators ... Done
1142026-08-07T23:35:16.738ZPlanning: Planning completed in 8.44 seconds
1152026-08-07T23:35:16.749Z Packages to install: 2
1162026-08-07T23:35:16.752Z Mediators to change: 2
1172026-08-07T23:35:16.752Z Services to change: 1
1182026-08-07T23:35:16.753Z Create boot environment: No
1192026-08-07T23:35:16.753ZCreate backup boot environment: No
1202026-08-07T23:35:16.791Z
1212026-08-07T23:35:16.791ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1222026-08-07T23:35:21.796ZDownload: 1945/3076 items 116.9/211.3MB 55% complete (24.0M/s)
1232026-08-07T23:35:26.797ZDownload: 2980/3076 items 182.5/211.3MB 86% complete (18.3M/s)
1242026-08-07T23:35:36.041ZDownload: 3073/3076 items 210.0/211.3MB 99% complete (9.4M/s)
1252026-08-07T23:35:43.219ZDownload: 3074/3076 items 210.0/211.3MB 99% complete
1262026-08-07T23:35:57.511ZDownload: 3075/3076 items 210.6/211.3MB 99% complete
1272026-08-07T23:35:57.538ZDownload: Completed 211.31 MB in 40.74 seconds (5.2M/s)
1282026-08-07T23:35:57.648Z Actions: 1/3418 actions (Installing new actions)
1292026-08-07T23:36:00.789Z Actions: Completed 3418 actions in 3.14 seconds.
1302026-08-07T23:36:01.435Z Done
1312026-08-07T23:36:01.435Z Done
1322026-08-07T23:36:02.169Z Done
1332026-08-07T23:36:05.573Z Done
1342026-08-07T23:36:05.647Z Done
1352026-08-07T23:36:05.650Z Done
1362026-08-07T23:36:05.895Z Done
1372026-08-07T23:36:06.569Z+ cargo --version
1382026-08-07T23:36:06.577Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
1392026-08-07T23:36:06.745Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
1402026-08-07T23:36:06.748Zinfo: downloading 6 components
1412026-08-07T23:36:22.209Zcargo 1.97.1 (c980f4866 2026-06-30)
1422026-08-07T23:36:22.212Z+ rustc --version
1432026-08-07T23:36:22.240Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1442026-08-07T23:36:22.245Z+ banner check
1452026-08-07T23:36:22.248Z
1462026-08-07T23:36:22.248Z #### # # ###### #### # #
1472026-08-07T23:36:22.248Z # # # # # # # # #
1482026-08-07T23:36:22.248Z # ###### ##### # ####
1492026-08-07T23:36:22.248Z # # # # # # #
1502026-08-07T23:36:22.248Z # # # # # # # # #
1512026-08-07T23:36:22.248Z #### # # ###### #### # #
1522026-08-07T23:36:22.248Z
1532026-08-07T23:36:22.248Z+ cargo fmt -- --check
1542026-08-07T23:36:22.667Z+ cargo clippy --all-targets -- --deny warnings
1552026-08-07T23:36:22.781Z Updating git repository `https://github.com/oxidecomputer/falcon`
1562026-08-07T23:36:23.487ZFrom https://github.com/oxidecomputer/falcon
1572026-08-07T23:36:23.487Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
1582026-08-07T23:36:23.564Z Updating crates.io index
1592026-08-07T23:36:23.567Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1602026-08-07T23:36:24.018ZFrom https://github.com/oxidecomputer/dendrite
1612026-08-07T23:36:24.018Z * [new ref] 04a52a3240a26c58f03e1cf40353d67ff69d76b6 -> refs/commit/04a52a3240a26c58f03e1cf40353d67ff69d76b6
1622026-08-07T23:36:24.052Z Updating git repository `https://github.com/oxidecomputer/ispf`
1632026-08-07T23:36:24.374ZFrom https://github.com/oxidecomputer/ispf
1642026-08-07T23:36:24.374Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
1652026-08-07T23:36:24.380Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1662026-08-07T23:36:24.794ZFrom https://github.com/oxidecomputer/netadm-sys
1672026-08-07T23:36:24.794Z * [new ref] 33fd10c84c2ccc8b8a22edca1756a519fd458e43 -> refs/commit/33fd10c84c2ccc8b8a22edca1756a519fd458e43
1682026-08-07T23:36:24.801Z Updating git repository `https://github.com/oxidecomputer/omicron`
1692026-08-07T23:36:31.395ZFrom https://github.com/oxidecomputer/omicron
1702026-08-07T23:36:31.395Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
1712026-08-07T23:36:31.821Z Updating git repository `https://github.com/oxidecomputer/opte`
1722026-08-07T23:36:32.654ZFrom https://github.com/oxidecomputer/opte
1732026-08-07T23:36:32.654Z * [new ref] aa4714289cbf28010a821c49d9b73ec94074fb91 -> refs/commit/aa4714289cbf28010a821c49d9b73ec94074fb91
1742026-08-07T23:36:32.684Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1752026-08-07T23:36:33.025ZFrom https://github.com/oxidecomputer/slog-error-chain
1762026-08-07T23:36:33.026Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
1772026-08-07T23:36:33.035Z Updating git repository `https://github.com/illumos/smf-rs`
1782026-08-07T23:36:33.370ZFrom https://github.com/illumos/smf-rs
1792026-08-07T23:36:33.370Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
1802026-08-07T23:36:33.378Z Updating git repository `https://github.com/oxidecomputer/network-interface`
1812026-08-07T23:36:33.702ZFrom https://github.com/oxidecomputer/network-interface
1822026-08-07T23:36:33.702Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
1832026-08-07T23:36:33.709Z Updating git repository `https://github.com/oxidecomputer/zone`
1842026-08-07T23:36:34.021ZFrom https://github.com/oxidecomputer/zone
1852026-08-07T23:36:34.021Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
1862026-08-07T23:36:34.028Z Updating git repository `https://github.com/oxidecomputer/propolis`
1872026-08-07T23:36:34.691ZFrom https://github.com/oxidecomputer/propolis
1882026-08-07T23:36:34.691Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
1892026-08-07T23:36:34.732Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1902026-08-07T23:36:35.296ZFrom https://github.com/oxidecomputer/transceiver-control
1912026-08-07T23:36:35.296Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
1922026-08-07T23:36:35.306Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1932026-08-07T23:36:35.635ZFrom https://github.com/oxidecomputer/dlpi-sys
1942026-08-07T23:36:35.635Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
1952026-08-07T23:36:35.641Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1962026-08-07T23:36:35.976ZFrom https://github.com/jmesmon/rust-libzfs
1972026-08-07T23:36:35.976Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
1982026-08-07T23:36:35.985Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1992026-08-07T23:36:36.318ZFrom https://github.com/oxidecomputer/rusty-doors
2002026-08-07T23:36:36.318Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
2012026-08-07T23:36:36.325Z Updating git repository `https://github.com/oxidecomputer/lldp`
2022026-08-07T23:36:36.731ZFrom https://github.com/oxidecomputer/lldp
2032026-08-07T23:36:36.731Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
2042026-08-07T23:36:36.742Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2052026-08-07T23:36:37.123ZFrom https://github.com/oxidecomputer/tufaceous
2062026-08-07T23:36:37.123Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
2072026-08-07T23:36:37.132Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2082026-08-07T23:36:37.808ZFrom https://github.com/oxidecomputer/management-gateway-service
2092026-08-07T23:36:37.808Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
2102026-08-07T23:36:37.822Z Updating git repository `https://github.com/oxidecomputer/crucible`
2112026-08-07T23:36:38.694ZFrom https://github.com/oxidecomputer/crucible
2122026-08-07T23:36:38.694Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
2132026-08-07T23:36:38.736Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2142026-08-07T23:36:39.085ZFrom https://github.com/oxidecomputer/serde_human_bytes
2152026-08-07T23:36:39.085Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
2162026-08-07T23:36:39.095Z Updating git repository `https://github.com/oxidecomputer/propolis`
2172026-08-07T23:36:39.569ZFrom https://github.com/oxidecomputer/propolis
2182026-08-07T23:36:39.569Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
2192026-08-07T23:36:39.612Z Updating git repository `https://github.com/oxidecomputer/crucible`
2202026-08-07T23:36:40.232ZFrom https://github.com/oxidecomputer/crucible
2212026-08-07T23:36:40.232Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
2222026-08-07T23:36:40.295Z Updating git repository `https://github.com/oxidecomputer/tofino`
2232026-08-07T23:36:40.702ZFrom https://github.com/oxidecomputer/tofino
2242026-08-07T23:36:40.703Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
2252026-08-07T23:36:40.713Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2262026-08-07T23:36:41.408ZFrom https://github.com/oxidecomputer/maghemite
2272026-08-07T23:36:41.408Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
2282026-08-07T23:36:41.439Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-08-07T23:36:41.769ZFrom https://github.com/oxidecomputer/clickward
2302026-08-07T23:36:41.769Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
2312026-08-07T23:36:41.776Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2322026-08-07T23:36:42.113ZFrom https://github.com/oxidecomputer/illumos-devinfo
2332026-08-07T23:36:42.113Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
2342026-08-07T23:36:44.644Z Downloading crates ...
2352026-08-07T23:36:44.700Z Downloaded async-recursion v1.1.1
2362026-08-07T23:36:44.708Z Downloaded adler2 v2.0.1
2372026-08-07T23:36:44.712Z Downloaded async-trait v0.1.89
2382026-08-07T23:36:44.712Z Downloaded crc8 v0.1.1
2392026-08-07T23:36:44.715Z Downloaded cfg_aliases v0.2.1
2402026-08-07T23:36:44.715Z Downloaded block-buffer v0.12.0
2412026-08-07T23:36:44.719Z Downloaded httpdate v1.0.3
2422026-08-07T23:36:44.722Z Downloaded crypto-common v0.2.2
2432026-08-07T23:36:44.725Z Downloaded hubpack_derive v0.1.1
2442026-08-07T23:36:44.725Z Downloaded ahash v0.8.12
2452026-08-07T23:36:44.728Z Downloaded bcs v0.1.6
2462026-08-07T23:36:44.728Z Downloaded bit-vec v0.8.0
2472026-08-07T23:36:44.731Z Downloaded anstyle-query v1.1.5
2482026-08-07T23:36:44.731Z Downloaded atomicwrites v0.4.4
2492026-08-07T23:36:44.731Z Downloaded base16ct v0.2.0
2502026-08-07T23:36:44.731Z Downloaded block-buffer v0.10.4
2512026-08-07T23:36:44.734Z Downloaded atomic-waker v1.1.2
2522026-08-07T23:36:44.739Z Downloaded cipher v0.4.4
2532026-08-07T23:36:44.744Z Downloaded const_format_proc_macros v0.2.34
2542026-08-07T23:36:44.747Z Downloaded csv-core v0.1.13
2552026-08-07T23:36:44.747Z Downloaded daft v0.1.7
2562026-08-07T23:36:44.747Z Downloaded base16ct v1.0.0
2572026-08-07T23:36:44.750Z Downloaded hubpack v0.1.2
2582026-08-07T23:36:44.750Z Downloaded newtype-uuid-macros v0.1.0
2592026-08-07T23:36:44.750Z Downloaded anstream v1.0.0
2602026-08-07T23:36:44.753Z Downloaded anstyle-parse v1.0.0
2612026-08-07T23:36:44.756Z Downloaded async-stream-impl v0.3.6
2622026-08-07T23:36:44.756Z Downloaded cfg-if v1.0.4
2632026-08-07T23:36:44.759Z Downloaded itoa v1.0.18
2642026-08-07T23:36:44.759Z Downloaded olpc-cjson v0.1.4
2652026-08-07T23:36:44.762Z Downloaded lazy_static v1.5.0
2662026-08-07T23:36:44.764Z Downloaded icu_provider v2.2.0
2672026-08-07T23:36:44.767Z Downloaded convert_case v0.4.0
2682026-08-07T23:36:44.767Z Downloaded ingot-types v0.1.2
2692026-08-07T23:36:44.767Z Downloaded is-terminal v0.4.17
2702026-08-07T23:36:44.771Z Downloaded cancel-safe-futures v0.1.5
2712026-08-07T23:36:44.775Z Downloaded clap_lex v1.1.0
2722026-08-07T23:36:44.775Z Downloaded ciborium v0.2.2
2732026-08-07T23:36:44.777Z Downloaded clap_derive v4.6.4
2742026-08-07T23:36:44.777Z Downloaded cobs v0.3.0
2752026-08-07T23:36:44.777Z Downloaded crossbeam-deque v0.8.6
2762026-08-07T23:36:44.777Z Downloaded crossbeam-utils v0.8.21
2772026-08-07T23:36:44.780Z Downloaded ident_case v1.0.1
2782026-08-07T23:36:44.780Z Downloaded konst_macro_rules v0.2.19
2792026-08-07T23:36:44.780Z Downloaded arc-swap v1.9.1
2802026-08-07T23:36:44.783Z Downloaded backon v1.6.0
2812026-08-07T23:36:44.783Z Downloaded const-random-macro v0.1.16
2822026-08-07T23:36:44.786Z Downloaded bit-set v0.8.0
2832026-08-07T23:36:44.786Z Downloaded ciborium-io v0.2.2
2842026-08-07T23:36:44.786Z Downloaded const-random v0.1.18
2852026-08-07T23:36:44.786Z Downloaded colorchoice v1.0.5
2862026-08-07T23:36:44.786Z Downloaded cpufeatures v0.3.0
2872026-08-07T23:36:44.790Z Downloaded ingot-types v0.2.0
2882026-08-07T23:36:44.795Z Downloaded ingot v0.2.1
2892026-08-07T23:36:44.795Z Downloaded humantime v2.3.0
2902026-08-07T23:36:44.798Z Downloaded indent_write v2.2.0
2912026-08-07T23:36:44.798Z Downloaded cpufeatures v0.2.17
2922026-08-07T23:36:44.798Z Downloaded crunchy v0.2.4
2932026-08-07T23:36:44.798Z Downloaded indicatif v0.18.4
2942026-08-07T23:36:44.798Z Downloaded ciborium-ll v0.2.2
2952026-08-07T23:36:44.801Z Downloaded num-derive v0.4.2
2962026-08-07T23:36:44.801Z Downloaded crucible-workspace-hack v0.1.0
2972026-08-07T23:36:44.801Z Downloaded keccak v0.1.6
2982026-08-07T23:36:44.801Z Downloaded natord v1.0.9
2992026-08-07T23:36:44.801Z Downloaded num_enum_derive v0.5.11
3002026-08-07T23:36:44.809Z Downloaded internet-checksum v0.2.1
3012026-08-07T23:36:44.813Z Downloaded lru-slab v0.1.2
3022026-08-07T23:36:44.816Z Downloaded memoffset v0.9.1
3032026-08-07T23:36:44.816Z Downloaded async-stream v0.3.6
3042026-08-07T23:36:44.816Z Downloaded cstr-argument v0.1.2
3052026-08-07T23:36:44.816Z Downloaded curve25519-dalek-derive v0.1.1
3062026-08-07T23:36:44.819Z Downloaded idna_adapter v1.2.2
3072026-08-07T23:36:44.819Z Downloaded num-conv v0.2.2
3082026-08-07T23:36:44.819Z Downloaded memmap v0.7.0
3092026-08-07T23:36:44.822Z Downloaded mime v0.3.17
3102026-08-07T23:36:44.824Z Downloaded compression-core v0.4.32
3112026-08-07T23:36:44.824Z Downloaded scopeguard v1.2.0
3122026-08-07T23:36:44.824Z Downloaded libscf-sys v1.2.0
3132026-08-07T23:36:44.825Z Downloaded newline-converter v0.3.0
3142026-08-07T23:36:44.828Z Downloaded is_terminal_polyfill v1.70.2
3152026-08-07T23:36:44.828Z Downloaded hyper-rustls v0.27.9
3162026-08-07T23:36:44.830Z Downloaded argon2 v0.5.3
3172026-08-07T23:36:44.833Z Downloaded ipnet v2.12.0
3182026-08-07T23:36:44.833Z Downloaded byteorder v1.5.0
3192026-08-07T23:36:44.836Z Downloaded chacha20 v0.9.1
3202026-08-07T23:36:44.836Z Downloaded ipnetwork v0.21.1
3212026-08-07T23:36:44.839Z Downloaded aead v0.5.2
3222026-08-07T23:36:44.839Z Downloaded backoff v0.4.0
3232026-08-07T23:36:44.839Z Downloaded byte-wrapper v0.1.0
3242026-08-07T23:36:44.842Z Downloaded inout v0.1.4
3252026-08-07T23:36:44.842Z Downloaded linked-hash-map v0.5.6
3262026-08-07T23:36:44.842Z Downloaded serde_repr v0.1.21
3272026-08-07T23:36:44.842Z Downloaded scroll_derive v0.13.1
3282026-08-07T23:36:44.842Z Downloaded is_ci v1.2.0
3292026-08-07T23:36:44.842Z Downloaded num_threads v0.1.7
3302026-08-07T23:36:44.845Z Downloaded serial_test_derive v4.0.1
3312026-08-07T23:36:44.845Z Downloaded sigpipe v0.1.3
3322026-08-07T23:36:44.845Z Downloaded serial_test v4.0.1
3332026-08-07T23:36:44.845Z Downloaded num v0.4.3
3342026-08-07T23:36:44.848Z Downloaded instant v0.1.13
3352026-08-07T23:36:44.848Z Downloaded lru-cache v0.1.2
3362026-08-07T23:36:44.848Z Downloaded no-std-compat v0.4.1
3372026-08-07T23:36:44.848Z Downloaded macaddr v1.0.1
3382026-08-07T23:36:44.851Z Downloaded stable_deref_trait v1.2.1
3392026-08-07T23:36:44.851Z Downloaded match_cfg v0.1.0
3402026-08-07T23:36:44.851Z Downloaded crypto-common v0.1.7
3412026-08-07T23:36:44.855Z Downloaded num_enum v0.5.11
3422026-08-07T23:36:44.858Z Downloaded num_enum_derive v0.7.6
3432026-08-07T23:36:44.861Z Downloaded bytecount v0.6.9
3442026-08-07T23:36:44.861Z Downloaded iana-time-zone v0.1.65
3452026-08-07T23:36:44.864Z Downloaded newtype_derive v0.1.6
3462026-08-07T23:36:44.867Z Downloaded sync_wrapper v1.0.2
3472026-08-07T23:36:44.867Z Downloaded supports-color v3.0.2
3482026-08-07T23:36:44.867Z Downloaded take_mut v0.2.2
3492026-08-07T23:36:44.867Z Downloaded jiff-static v0.2.28
3502026-08-07T23:36:44.870Z Downloaded try-lock v0.2.5
3512026-08-07T23:36:44.870Z Downloaded cargo_toml v0.22.3
3522026-08-07T23:36:44.870Z Downloaded thread-id v5.1.0
3532026-08-07T23:36:44.873Z Downloaded bs58 v0.5.1
3542026-08-07T23:36:44.876Z Downloaded anstyle v1.0.14
3552026-08-07T23:36:44.876Z Downloaded autocfg v1.5.1
3562026-08-07T23:36:44.876Z Downloaded critical-section v1.2.0
3572026-08-07T23:36:44.876Z Downloaded tokio-macros v2.7.0
3582026-08-07T23:36:44.879Z Downloaded compression-codecs v0.4.38
3592026-08-07T23:36:44.879Z Downloaded bitflags v1.3.2
3602026-08-07T23:36:44.881Z Downloaded jobserver v0.1.34
3612026-08-07T23:36:44.881Z Downloaded multer v3.1.0
3622026-08-07T23:36:44.881Z Downloaded camino-tempfile v1.4.1
3632026-08-07T23:36:44.884Z Downloaded num-iter v0.1.45
3642026-08-07T23:36:44.884Z Downloaded num-integer v0.1.46
3652026-08-07T23:36:44.884Z Downloaded newtype-uuid v1.3.2
3662026-08-07T23:36:44.887Z Downloaded ingot v0.1.1
3672026-08-07T23:36:44.887Z Downloaded rustversion v1.0.22
3682026-08-07T23:36:44.887Z Downloaded typeid v1.0.3
3692026-08-07T23:36:44.890Z Downloaded utf8_iter v1.0.4
3702026-08-07T23:36:44.893Z Downloaded unicode-xid v0.2.6
3712026-08-07T23:36:44.893Z Downloaded unit-prefix v0.5.2
3722026-08-07T23:36:44.893Z Downloaded zerofrom v0.1.8
3732026-08-07T23:36:44.893Z Downloaded zone v0.3.1
3742026-08-07T23:36:44.893Z Downloaded rustls-pemfile v2.2.0
3752026-08-07T23:36:44.896Z Downloaded base64ct v1.8.3
3762026-08-07T23:36:44.896Z Downloaded bitflags v2.12.1
3772026-08-07T23:36:44.899Z Downloaded ingot-macros v0.1.1
3782026-08-07T23:36:44.899Z Downloaded blake2 v0.10.6
3792026-08-07T23:36:44.899Z Downloaded darling v0.23.0
3802026-08-07T23:36:44.902Z Downloaded usdt v0.6.0
3812026-08-07T23:36:44.902Z Downloaded managed v0.8.0
3822026-08-07T23:36:44.905Z Downloaded usdt-attr-macro v0.5.0
3832026-08-07T23:36:44.905Z Downloaded version_check v0.9.5
3842026-08-07T23:36:44.907Z Downloaded wait-timeout v0.2.1
3852026-08-07T23:36:44.910Z Downloaded num-complex v0.4.6
3862026-08-07T23:36:44.913Z Downloaded camino v1.2.5
3872026-08-07T23:36:44.913Z Downloaded serde_derive_internals v0.29.1
3882026-08-07T23:36:44.913Z Downloaded serde_tokenstream v0.2.3
3892026-08-07T23:36:44.913Z Downloaded slog-scope v4.4.1
3902026-08-07T23:36:44.916Z Downloaded allocator-api2 v0.2.21
3912026-08-07T23:36:44.916Z Downloaded num-traits v0.2.19
3922026-08-07T23:36:44.916Z Downloaded simd-adler32 v0.3.9
3932026-08-07T23:36:44.919Z Downloaded smartstring v1.0.1
3942026-08-07T23:36:44.919Z Downloaded defmt v0.3.100
3952026-08-07T23:36:44.919Z Downloaded base64 v0.21.7
3962026-08-07T23:36:44.922Z Downloaded colored v3.1.1
3972026-08-07T23:36:44.922Z Downloaded dtrace-parser v0.3.0
3982026-08-07T23:36:44.922Z Downloaded static_assertions v1.1.0
3992026-08-07T23:36:44.925Z Downloaded crossbeam-epoch v0.9.18
4002026-08-07T23:36:44.925Z Downloaded chacha20 v0.10.0
4012026-08-07T23:36:44.925Z Downloaded cmake v0.1.58
4022026-08-07T23:36:44.927Z Downloaded cookie v0.18.1
4032026-08-07T23:36:44.928Z Downloaded darling v0.21.3
4042026-08-07T23:36:44.930Z Downloaded embedded-io v0.6.1
4052026-08-07T23:36:44.930Z Downloaded embedded-io v0.4.0
4062026-08-07T23:36:44.930Z Downloaded fxhash v0.2.1
4072026-08-07T23:36:44.930Z Downloaded lock_api v0.4.14
4082026-08-07T23:36:44.933Z Downloaded linear-map v1.2.0
4092026-08-07T23:36:44.933Z Downloaded thread-id v4.2.2
4102026-08-07T23:36:44.937Z Downloaded form_urlencoded v1.2.2
4112026-08-07T23:36:44.937Z Downloaded hostname v0.4.2
4122026-08-07T23:36:44.937Z Downloaded fnv v1.0.7
4132026-08-07T23:36:44.937Z Downloaded generic-array v0.14.7
4142026-08-07T23:36:44.940Z Downloaded openssl-macros v0.1.1
4152026-08-07T23:36:44.940Z Downloaded console v0.15.11
4162026-08-07T23:36:44.943Z Downloaded fixedbitset v0.4.2
4172026-08-07T23:36:44.945Z Downloaded anyhow v1.0.104
4182026-08-07T23:36:44.945Z Downloaded console v0.16.3
4192026-08-07T23:36:44.948Z Downloaded crc32fast v1.5.0
4202026-08-07T23:36:44.948Z Downloaded daft-derive v0.1.7
4212026-08-07T23:36:44.951Z Downloaded num-rational v0.4.2
4222026-08-07T23:36:44.953Z Downloaded num_enum v0.7.6
4232026-08-07T23:36:44.956Z Downloaded toml_writer v1.1.1+spec-1.1.0
4242026-08-07T23:36:44.956Z Downloaded hybrid-array v0.4.12
4252026-08-07T23:36:44.956Z Downloaded libsw v3.5.0
4262026-08-07T23:36:44.956Z Downloaded omicron-workspace-hack v0.1.0
4272026-08-07T23:36:44.968Z Downloaded scroll_derive v0.12.1
4282026-08-07T23:36:44.971Z Downloaded indexmap v1.9.3
4292026-08-07T23:36:44.973Z Downloaded vsss-rs v3.3.4
4302026-08-07T23:36:44.977Z Downloaded quick-error v1.2.3
4312026-08-07T23:36:44.979Z Downloaded ingot-macros v0.2.0
4322026-08-07T23:36:44.979Z Downloaded httparse v1.10.1
4332026-08-07T23:36:44.980Z Downloaded rustc_version v0.1.7
4342026-08-07T23:36:44.982Z Downloaded xz2 v0.1.7
4352026-08-07T23:36:44.982Z Downloaded deranged v0.5.8
4362026-08-07T23:36:44.985Z Downloaded zmij v1.0.21
4372026-08-07T23:36:44.986Z Downloaded libsw-core v0.3.2
4382026-08-07T23:36:44.986Z Downloaded miniz_oxide v0.8.9
4392026-08-07T23:36:44.986Z Downloaded serde-big-array v0.5.1
4402026-08-07T23:36:44.988Z Downloaded sha1 v0.10.6
4412026-08-07T23:36:44.988Z Downloaded serde_urlencoded v0.7.1
4422026-08-07T23:36:44.991Z Downloaded spin v0.5.2
4432026-08-07T23:36:44.991Z Downloaded strsim v0.11.1
4442026-08-07T23:36:44.991Z Downloaded icu_normalizer_data v2.2.0
4452026-08-07T23:36:44.995Z Downloaded icu_locale_core v2.2.0
4462026-08-07T23:36:44.998Z Downloaded spin v0.9.8
4472026-08-07T23:36:45.001Z Downloaded tagptr v0.2.0
4482026-08-07T23:36:45.001Z Downloaded thin-vec v0.2.18
4492026-08-07T23:36:45.004Z Downloaded tinyvec_macros v0.1.1
4502026-08-07T23:36:45.004Z Downloaded toml_datetime v0.6.11
4512026-08-07T23:36:45.007Z Downloaded terminal_size v0.4.4
4522026-08-07T23:36:45.007Z Downloaded litemap v0.8.2
4532026-08-07T23:36:45.007Z Downloaded time-core v0.1.8
4542026-08-07T23:36:45.010Z Downloaded tabled_derive v0.11.0
4552026-08-07T23:36:45.010Z Downloaded utf-8 v0.7.6
4562026-08-07T23:36:45.013Z Downloaded glob v0.3.3
4572026-08-07T23:36:45.016Z Downloaded fs_extra v1.3.0
4582026-08-07T23:36:45.016Z Downloaded const-oid v0.10.2
4592026-08-07T23:36:45.019Z Downloaded unarray v0.1.4
4602026-08-07T23:36:45.022Z Downloaded foreign-types-shared v0.1.1
4612026-08-07T23:36:45.025Z Downloaded schemars v0.8.22
4622026-08-07T23:36:45.030Z Downloaded foldhash v0.1.5
4632026-08-07T23:36:45.033Z Downloaded poly1305 v0.8.0
4642026-08-07T23:36:45.033Z Downloaded oxnet v0.1.6
4652026-08-07T23:36:45.033Z Downloaded utf8parse v0.2.2
4662026-08-07T23:36:45.033Z Downloaded icu_properties v2.2.0
4672026-08-07T23:36:45.036Z Downloaded paste v1.0.15
4682026-08-07T23:36:45.039Z Downloaded port-file v0.1.0
4692026-08-07T23:36:45.039Z Downloaded ppv-lite86 v0.2.21
4702026-08-07T23:36:45.042Z Downloaded dtrace-parser v0.2.0
4712026-08-07T23:36:45.042Z Downloaded equivalent v1.0.2
4722026-08-07T23:36:45.043Z Downloaded futures-core v0.3.32
4732026-08-07T23:36:45.043Z Downloaded quote v1.0.45
4742026-08-07T23:36:45.047Z Downloaded rand_core v0.10.1
4752026-08-07T23:36:45.047Z Downloaded hex v0.4.3
4762026-08-07T23:36:45.050Z Downloaded konst v0.2.20
4772026-08-07T23:36:45.053Z Downloaded memmap2 v0.9.10
4782026-08-07T23:36:45.053Z Downloaded base64 v0.22.1
4792026-08-07T23:36:45.056Z Downloaded proc-macro-error v1.0.4
4802026-08-07T23:36:45.059Z Downloaded enum-as-inner v0.6.1
4812026-08-07T23:36:45.062Z Downloaded proc-macro-crate v1.3.1
4822026-08-07T23:36:45.062Z Downloaded progenitor-macro v0.10.0
4832026-08-07T23:36:45.062Z Downloaded opaque-debug v0.3.1
4842026-08-07T23:36:45.065Z Downloaded powerfmt v0.2.0
4852026-08-07T23:36:45.065Z Downloaded similar v2.7.0
4862026-08-07T23:36:45.067Z Downloaded diff v0.1.13
4872026-08-07T23:36:45.070Z Downloaded same-file v1.0.6
4882026-08-07T23:36:45.073Z Downloaded http-body v1.0.1
4892026-08-07T23:36:45.076Z Downloaded shlex v2.0.1
4902026-08-07T23:36:45.081Z Downloaded chacha20poly1305 v0.10.1
4912026-08-07T23:36:45.083Z Downloaded slog-term v2.9.2
4922026-08-07T23:36:45.083Z Downloaded synstructure v0.13.2
4932026-08-07T23:36:45.086Z Downloaded thiserror v2.0.19
4942026-08-07T23:36:45.089Z Downloaded textwrap v0.16.2
4952026-08-07T23:36:45.089Z Downloaded fs-err v3.3.0
4962026-08-07T23:36:45.089Z Downloaded serde_spanned v0.6.9
4972026-08-07T23:36:45.091Z Downloaded thiserror v1.0.69
4982026-08-07T23:36:45.094Z Downloaded log v0.4.32
4992026-08-07T23:36:45.094Z Downloaded slog-bunyan v2.5.0
5002026-08-07T23:36:45.094Z Downloaded strum v0.26.3
5012026-08-07T23:36:45.094Z Downloaded testing_table v0.3.0
5022026-08-07T23:36:45.094Z Downloaded tinyvec v1.11.0
5032026-08-07T23:36:45.097Z Downloaded unicode-linebreak v0.1.5
5042026-08-07T23:36:45.100Z Downloaded usdt-impl v0.6.0
5052026-08-07T23:36:45.100Z Downloaded group v0.13.0
5062026-08-07T23:36:45.103Z Downloaded tracing-core v0.1.36
5072026-08-07T23:36:45.105Z Downloaded subtle v2.6.1
5082026-08-07T23:36:45.109Z Downloaded parking_lot_core v0.9.12
5092026-08-07T23:36:45.112Z Downloaded pest_generator v2.8.6
5102026-08-07T23:36:45.114Z Downloaded zeroize v1.8.2
5112026-08-07T23:36:45.114Z Downloaded defmt-parser v1.0.0
5122026-08-07T23:36:45.114Z Downloaded futures-executor v0.3.32
5132026-08-07T23:36:45.117Z Downloaded either v1.16.0
5142026-08-07T23:36:45.117Z Downloaded data-encoding v2.11.0
5152026-08-07T23:36:45.120Z Downloaded digest v0.10.7
5162026-08-07T23:36:45.120Z Downloaded progenitor v0.10.0
5172026-08-07T23:36:45.123Z Downloaded rand_core v0.9.5
5182026-08-07T23:36:45.123Z Downloaded rustls-pki-types v1.14.1
5192026-08-07T23:36:45.123Z Downloaded want v0.3.1
5202026-08-07T23:36:45.126Z Downloaded async-compression v0.4.42
5212026-08-07T23:36:45.128Z Downloaded usdt v0.5.0
5222026-08-07T23:36:45.128Z Downloaded usdt-macro v0.6.0
5232026-08-07T23:36:45.131Z Downloaded zeroize_derive v1.4.3
5242026-08-07T23:36:45.131Z Downloaded futures-task v0.3.32
5252026-08-07T23:36:45.131Z Downloaded tungstenite v0.21.0
5262026-08-07T23:36:45.134Z Downloaded password-hash v0.5.0
5272026-08-07T23:36:45.136Z Downloaded phf v0.12.1
5282026-08-07T23:36:45.137Z Downloaded rhai_codegen v3.2.0
5292026-08-07T23:36:45.139Z Downloaded git-stub-vcs v0.1.0
5302026-08-07T23:36:45.142Z Downloaded typify-macro v0.4.3
5312026-08-07T23:36:45.142Z Downloaded dyn-clone v1.0.20
5322026-08-07T23:36:45.142Z Downloaded elliptic-curve v0.13.8
5332026-08-07T23:36:45.145Z Downloaded foreign-types v0.5.0
5342026-08-07T23:36:45.145Z Downloaded foreign-types-macros v0.2.3
5352026-08-07T23:36:45.148Z Downloaded globset v0.4.18
5362026-08-07T23:36:45.151Z Downloaded progenitor-client v0.13.0
5372026-08-07T23:36:45.151Z Downloaded http-body-util v0.1.4
5382026-08-07T23:36:45.151Z Downloaded proc-macro-error2 v2.0.1
5392026-08-07T23:36:45.153Z Downloaded percent-encoding v2.3.2
5402026-08-07T23:36:45.156Z Downloaded crypto-bigint v0.5.5
5412026-08-07T23:36:45.159Z Downloaded rand_core v0.6.4
5422026-08-07T23:36:45.162Z Downloaded icu_collections v2.2.0
5432026-08-07T23:36:45.165Z Downloaded snafu v0.8.9
5442026-08-07T23:36:45.168Z Downloaded snafu-derive v0.8.9
5452026-08-07T23:36:45.168Z Downloaded scroll v0.13.0
5462026-08-07T23:36:45.168Z Downloaded sha1 v0.11.0
5472026-08-07T23:36:45.171Z Downloaded potential_utf v0.1.5
5482026-08-07T23:36:45.171Z Downloaded proc-macro-error-attr2 v2.0.0
5492026-08-07T23:36:45.171Z Downloaded pretty-hex v0.4.2
5502026-08-07T23:36:45.174Z Downloaded bytes v1.11.1
5512026-08-07T23:36:45.177Z Downloaded progenitor-macro v0.13.0
5522026-08-07T23:36:45.177Z Downloaded toml v1.1.2+spec-1.1.0
5532026-08-07T23:36:45.183Z Downloaded tracing-attributes v0.1.31
5542026-08-07T23:36:45.183Z Downloaded thiserror-impl v1.0.69
5552026-08-07T23:36:45.183Z Downloaded const_format v0.2.36
5562026-08-07T23:36:45.185Z Downloaded clap v4.6.5
5572026-08-07T23:36:45.185Z Downloaded crossbeam-channel v0.5.15
5582026-08-07T23:36:45.188Z Downloaded ucd-trie v0.1.7
5592026-08-07T23:36:45.188Z Downloaded zerocopy-derive v0.7.35
5602026-08-07T23:36:45.191Z Downloaded slog-json v2.6.1
5612026-08-07T23:36:45.191Z Downloaded pest_derive v2.8.6
5622026-08-07T23:36:45.194Z Downloaded semver v0.1.20
5632026-08-07T23:36:45.194Z Downloaded digest v0.11.3
5642026-08-07T23:36:45.194Z Downloaded proc-macro2 v1.0.106
5652026-08-07T23:36:45.196Z Downloaded tower-service v0.3.3
5662026-08-07T23:36:45.196Z Downloaded toml_datetime v0.7.5+spec-1.1.0
5672026-08-07T23:36:45.196Z Downloaded toml_datetime v1.1.1+spec-1.1.0
5682026-08-07T23:36:45.199Z Downloaded toml_edit v0.22.27
5692026-08-07T23:36:45.199Z Downloaded tinystr v0.8.3
5702026-08-07T23:36:45.203Z Downloaded cc v1.2.63
5712026-08-07T23:36:45.206Z Downloaded typify-macro v0.6.2
5722026-08-07T23:36:45.211Z Downloaded waitgroup v0.1.2
5732026-08-07T23:36:45.211Z Downloaded progenitor-impl v0.10.0
5742026-08-07T23:36:45.215Z Downloaded yoke-derive v0.8.2
5752026-08-07T23:36:45.218Z Downloaded rustls-native-certs v0.8.4
5762026-08-07T23:36:45.218Z Downloaded once_cell v1.21.4
5772026-08-07T23:36:45.221Z Downloaded erased-serde v0.3.31
5782026-08-07T23:36:45.226Z Downloaded hash32 v0.3.1
5792026-08-07T23:36:45.228Z Downloaded futures-macro v0.3.32
5802026-08-07T23:36:45.228Z Downloaded darling_macro v0.23.0
5812026-08-07T23:36:45.228Z Downloaded foreign-types-shared v0.3.1
5822026-08-07T23:36:45.228Z Downloaded plain v0.2.3
5832026-08-07T23:36:45.231Z Downloaded slog v2.8.2
5842026-08-07T23:36:45.234Z Downloaded hyper-util v0.1.20
5852026-08-07T23:36:45.237Z Downloaded indexmap v2.14.0
5862026-08-07T23:36:45.239Z Downloaded oxide-tokio-rt v0.1.6
5872026-08-07T23:36:45.239Z Downloaded pem v3.0.6
5882026-08-07T23:36:45.242Z Downloaded tokio-rustls v0.26.4
5892026-08-07T23:36:45.242Z Downloaded rand_chacha v0.3.1
5902026-08-07T23:36:45.245Z Downloaded rand_xorshift v0.4.0
5912026-08-07T23:36:45.248Z Downloaded rustc_version v0.4.1
5922026-08-07T23:36:45.248Z Downloaded progenitor-macro v0.14.0
5932026-08-07T23:36:45.251Z Downloaded unicode-ident v1.0.24
5942026-08-07T23:36:45.253Z Downloaded structmeta-derive v0.3.0
5952026-08-07T23:36:45.253Z Downloaded parse-display-derive v0.10.0
5962026-08-07T23:36:45.253Z Downloaded uuid v1.24.0
5972026-08-07T23:36:45.256Z Downloaded tempfile v3.27.0
5982026-08-07T23:36:45.259Z Downloaded strum_macros v0.26.4
5992026-08-07T23:36:45.259Z Downloaded tiny-keccak v2.0.2
6002026-08-07T23:36:45.262Z Downloaded slab v0.4.12
6012026-08-07T23:36:45.262Z Downloaded pest_meta v2.8.6
6022026-08-07T23:36:45.262Z Downloaded progenitor-impl v0.13.0
6032026-08-07T23:36:45.265Z Downloaded slog-stdlog v4.1.1
6042026-08-07T23:36:45.265Z Downloaded smf v0.2.3
6052026-08-07T23:36:45.268Z Downloaded usdt-attr-macro v0.6.0
6062026-08-07T23:36:45.274Z Downloaded drift v0.2.0
6072026-08-07T23:36:45.280Z Downloaded zone_cfg_derive v0.3.1
6082026-08-07T23:36:45.283Z Downloaded getrandom v0.2.17
6092026-08-07T23:36:45.283Z Downloaded tokio-dtrace v0.1.1
6102026-08-07T23:36:45.285Z Downloaded siphasher v1.0.3
6112026-08-07T23:36:45.285Z Downloaded dropshot-api-manager-types v0.7.2
6122026-08-07T23:36:45.285Z Downloaded futures-io v0.3.32
6132026-08-07T23:36:45.285Z Downloaded git-stub v1.0.0
6142026-08-07T23:36:45.288Z Downloaded icu_normalizer v2.2.0
6152026-08-07T23:36:45.291Z Downloaded defmt v1.1.0
6162026-08-07T23:36:45.291Z Downloaded time-macros v0.2.27
6172026-08-07T23:36:45.294Z Downloaded zerovec-derive v0.11.3
6182026-08-07T23:36:45.294Z Downloaded heck v0.5.0
6192026-08-07T23:36:45.294Z Downloaded zerotrie v0.2.4
6202026-08-07T23:36:45.297Z Downloaded progenitor-client v0.14.0
6212026-08-07T23:36:45.300Z Downloaded rustc-hash v2.1.2
6222026-08-07T23:36:45.300Z Downloaded strum v0.27.2
6232026-08-07T23:36:45.303Z Downloaded displaydoc v0.2.6
6242026-08-07T23:36:45.306Z Downloaded fixedbitset v0.5.7
6252026-08-07T23:36:45.309Z Downloaded pkg-config v0.3.33
6262026-08-07T23:36:45.309Z Downloaded serde v1.0.229
6272026-08-07T23:36:45.312Z Downloaded minimal-lexical v0.2.1
6282026-08-07T23:36:45.315Z Downloaded serde_yaml v0.9.34+deprecated
6292026-08-07T23:36:45.315Z Downloaded tower-layer v0.3.3
6302026-08-07T23:36:45.315Z Downloaded resolv-conf v0.7.6
6312026-08-07T23:36:45.318Z Downloaded untrusted v0.9.0
6322026-08-07T23:36:45.321Z Downloaded universal-hash v0.5.1
6332026-08-07T23:36:45.324Z Downloaded zerofrom-derive v0.1.7
6342026-08-07T23:36:45.324Z Downloaded dunce v1.0.5
6352026-08-07T23:36:45.324Z Downloaded memchr v2.8.1
6362026-08-07T23:36:45.327Z Downloaded serde_core v1.0.229
6372026-08-07T23:36:45.327Z Downloaded darling_core v0.21.3
6382026-08-07T23:36:45.330Z Downloaded sha2 v0.10.9
6392026-08-07T23:36:45.332Z Downloaded futures-sink v0.3.32
6402026-08-07T23:36:45.332Z Downloaded thiserror-no-std v2.0.2
6412026-08-07T23:36:45.335Z Downloaded float-ord v0.3.2
6422026-08-07T23:36:45.338Z Downloaded hostname v0.3.1
6432026-08-07T23:36:45.338Z Downloaded untrusted v0.7.1
6442026-08-07T23:36:45.338Z Downloaded rand_pcg v0.10.2
6452026-08-07T23:36:45.343Z Downloaded term v1.2.1
6462026-08-07T23:36:45.346Z Downloaded yansi v1.0.1
6472026-08-07T23:36:45.346Z Downloaded proc-macro-error-attr v1.0.4
6482026-08-07T23:36:45.349Z Downloaded thiserror-impl-no-std v2.0.2
6492026-08-07T23:36:45.352Z Downloaded slog-envlogger v2.2.0
6502026-08-07T23:36:45.352Z Downloaded usdt-impl v0.5.0
6512026-08-07T23:36:45.355Z Downloaded tabled_derive v0.7.0
6522026-08-07T23:36:45.355Z Downloaded derive_more v0.99.20
6532026-08-07T23:36:45.357Z Downloaded fastrand v2.4.1
6542026-08-07T23:36:45.357Z Downloaded proc-macro-crate v3.5.0
6552026-08-07T23:36:45.360Z Downloaded mio v1.2.1
6562026-08-07T23:36:45.363Z Downloaded serde_path_to_error v0.1.20
6572026-08-07T23:36:45.363Z Downloaded progenitor-client v0.10.0
6582026-08-07T23:36:45.363Z Downloaded serde_spanned v1.1.1
6592026-08-07T23:36:45.366Z Downloaded progenitor-impl v0.14.0
6602026-08-07T23:36:45.366Z Downloaded rayon-core v1.13.0
6612026-08-07T23:36:45.372Z Downloaded swrite v0.1.0
6622026-08-07T23:36:45.375Z Downloaded usdt-macro v0.5.0
6632026-08-07T23:36:45.375Z Downloaded dof v0.4.0
6642026-08-07T23:36:45.379Z Downloaded serde_plain v1.0.2
6652026-08-07T23:36:45.383Z Downloaded schemars v1.2.1
6662026-08-07T23:36:45.390Z Downloaded tabwriter v1.4.1
6672026-08-07T23:36:45.393Z Downloaded tokio-tungstenite v0.21.0
6682026-08-07T23:36:45.393Z Downloaded owo-colors v4.3.0
6692026-08-07T23:36:45.393Z Downloaded itertools v0.15.0
6702026-08-07T23:36:45.397Z Downloaded semver v1.0.28
6712026-08-07T23:36:45.399Z Downloaded toml_edit v0.19.15
6722026-08-07T23:36:45.406Z Downloaded termtree v0.5.1
6732026-08-07T23:36:45.409Z Downloaded secrecy v0.10.3
6742026-08-07T23:36:45.409Z Downloaded openssl-probe v0.2.1
6752026-08-07T23:36:45.409Z Downloaded rustls-platform-verifier v0.7.0
6762026-08-07T23:36:45.411Z Downloaded nom v7.1.3
6772026-08-07T23:36:45.414Z Downloaded rand v0.10.2
6782026-08-07T23:36:45.414Z Downloaded quinn-udp v0.5.14
6792026-08-07T23:36:45.417Z Downloaded thread_local v1.1.9
6802026-08-07T23:36:45.417Z Downloaded dof v0.3.0
6812026-08-07T23:36:45.417Z Downloaded structmeta v0.3.0
6822026-08-07T23:36:45.417Z Downloaded darling_macro v0.21.3
6832026-08-07T23:36:45.417Z Downloaded schemars_derive v0.8.22
6842026-08-07T23:36:45.417Z Downloaded foreign-types v0.3.2
6852026-08-07T23:36:45.420Z Downloaded derive-ex v0.1.8
6862026-08-07T23:36:45.420Z Downloaded hashbrown v0.12.3
6872026-08-07T23:36:45.423Z Downloaded pin-project-internal v1.1.13
6882026-08-07T23:36:45.426Z Downloaded phf_shared v0.12.1
6892026-08-07T23:36:45.428Z Downloaded ref-cast-impl v1.0.25
6902026-08-07T23:36:45.431Z Downloaded strum_macros v0.27.2
6912026-08-07T23:36:45.431Z Downloaded getrandom v0.4.2
6922026-08-07T23:36:45.434Z Downloaded rand_chacha v0.9.0
6932026-08-07T23:36:45.434Z Downloaded toml v0.8.23
6942026-08-07T23:36:45.437Z Downloaded debug-ignore v1.0.5
6952026-08-07T23:36:45.437Z Downloaded ref-cast v1.0.25
6962026-08-07T23:36:45.440Z Downloaded writeable v0.6.3
6972026-08-07T23:36:45.440Z Downloaded idna v1.1.0
6982026-08-07T23:36:45.450Z Downloaded rand v0.8.6
6992026-08-07T23:36:45.450Z Downloaded unsafe-libyaml v0.2.11
7002026-08-07T23:36:45.450Z Downloaded foldhash v0.2.0
7012026-08-07T23:36:45.450Z Downloaded typed-path v0.9.3
7022026-08-07T23:36:45.450Z Downloaded postcard v1.1.3
7032026-08-07T23:36:45.453Z Downloaded gethostname v0.5.0
7042026-08-07T23:36:45.453Z Downloaded smallvec v1.15.1
7052026-08-07T23:36:45.457Z Downloaded errno v0.3.14
7062026-08-07T23:36:45.460Z Downloaded pin-project v1.1.13
7072026-08-07T23:36:45.463Z Downloaded serde_with_macros v3.21.0
7082026-08-07T23:36:45.465Z Downloaded highway v1.3.0
7092026-08-07T23:36:45.465Z Downloaded pin-project-lite v0.2.17
7102026-08-07T23:36:45.468Z Downloaded find-msvc-tools v0.1.9
7112026-08-07T23:36:45.468Z Downloaded derive-where v1.6.1
7122026-08-07T23:36:45.471Z Downloaded getrandom v0.3.4
7132026-08-07T23:36:45.474Z Downloaded half v2.7.1
7142026-08-07T23:36:45.474Z Downloaded parse-display v0.10.0
7152026-08-07T23:36:45.477Z Downloaded steno v0.4.1
7162026-08-07T23:36:45.479Z Downloaded progenitor-extras v0.2.0
7172026-08-07T23:36:45.487Z Downloaded yoke v0.8.3
7182026-08-07T23:36:45.490Z Downloaded papergrid v0.11.0
7192026-08-07T23:36:45.493Z Downloaded serde_derive v1.0.229
7202026-08-07T23:36:45.493Z Downloaded signal-hook-registry v1.4.8
7212026-08-07T23:36:45.493Z Downloaded smawk v0.3.2
7222026-08-07T23:36:45.496Z Downloaded defmt-macros v1.1.0
7232026-08-07T23:36:45.496Z Downloaded typenum v1.20.1
7242026-08-07T23:36:45.498Z Downloaded schemars v0.9.0
7252026-08-07T23:36:45.502Z Downloaded progenitor v0.14.0
7262026-08-07T23:36:45.505Z Downloaded itertools v0.12.1
7272026-08-07T23:36:45.508Z Downloaded nom v8.0.0
7282026-08-07T23:36:45.511Z Downloaded thiserror-impl v2.0.19
7292026-08-07T23:36:45.511Z Downloaded walkdir v2.5.0
7302026-08-07T23:36:45.514Z Downloaded heck v0.4.1
7312026-08-07T23:36:45.514Z Downloaded whoami v1.6.1
7322026-08-07T23:36:45.514Z Downloaded toml v0.9.12+spec-1.1.0
7332026-08-07T23:36:45.517Z Downloaded slog-async v2.8.0
7342026-08-07T23:36:45.517Z Downloaded flate2 v1.1.9
7352026-08-07T23:36:45.519Z Downloaded hickory-resolver v0.25.2
7362026-08-07T23:36:45.522Z Downloaded aho-corasick v1.1.4
7372026-08-07T23:36:45.525Z Downloaded heapless v0.8.0
7382026-08-07T23:36:45.525Z Downloaded libm v0.2.16
7392026-08-07T23:36:45.530Z Downloaded papergrid v0.18.0
7402026-08-07T23:36:45.532Z Downloaded toml_write v0.1.2
7412026-08-07T23:36:45.535Z Downloaded scroll v0.12.0
7422026-08-07T23:36:45.535Z Downloaded progenitor v0.13.0
7432026-08-07T23:36:45.535Z Downloaded ff v0.13.1
7442026-08-07T23:36:45.538Z Downloaded parking_lot v0.12.5
7452026-08-07T23:36:45.541Z Downloaded slog-dtrace v0.3.0
7462026-08-07T23:36:45.558Z Downloaded rusty-fork v0.3.1
7472026-08-07T23:36:45.561Z Downloaded tokio-stream v0.1.18
7482026-08-07T23:36:45.564Z Downloaded typify v0.4.3
7492026-08-07T23:36:45.567Z Downloaded dropshot-api-manager v0.7.2
7502026-08-07T23:36:45.570Z Downloaded itertools v0.14.0
7512026-08-07T23:36:45.572Z Downloaded darling_core v0.23.0
7522026-08-07T23:36:45.575Z Downloaded typify v0.6.2
7532026-08-07T23:36:45.575Z Downloaded hmac v0.12.1
7542026-08-07T23:36:45.578Z Downloaded hyper v1.11.0
7552026-08-07T23:36:45.581Z Downloaded quinn v0.11.9
7562026-08-07T23:36:45.583Z Downloaded parking_lot_core v0.8.6
7572026-08-07T23:36:45.583Z Downloaded toml_parser v1.1.2+spec-1.1.0
7582026-08-07T23:36:45.587Z Downloaded hickory-resolver v0.24.4
7592026-08-07T23:36:45.590Z Downloaded http v1.4.2
7602026-08-07T23:36:45.596Z Downloaded test-strategy v0.4.5
7612026-08-07T23:36:45.599Z Downloaded hashbrown v0.17.1
7622026-08-07T23:36:45.602Z Downloaded icu_properties_data v2.2.0
7632026-08-07T23:36:45.606Z Downloaded ryu v1.0.23
7642026-08-07T23:36:45.609Z Downloaded tokio-util v0.7.18
7652026-08-07T23:36:45.612Z Downloaded futures v0.3.32
7662026-08-07T23:36:45.615Z Downloaded futures-channel v0.3.32
7672026-08-07T23:36:45.615Z Downloaded socket2 v0.6.5
7682026-08-07T23:36:45.618Z Downloaded expectorate v1.2.0
7692026-08-07T23:36:45.625Z Downloaded tough v0.22.0
7702026-08-07T23:36:45.629Z Downloaded zerocopy v0.7.35
7712026-08-07T23:36:45.638Z Downloaded unicode-segmentation v1.13.3
7722026-08-07T23:36:45.641Z Downloaded dropshot_endpoint v0.17.1
7732026-08-07T23:36:45.641Z Downloaded parking_lot v0.11.2
7742026-08-07T23:36:45.644Z Downloaded openssl-sys v0.9.116
7752026-08-07T23:36:45.644Z Downloaded zerovec v0.11.6
7762026-08-07T23:36:45.647Z Downloaded clap_builder v4.6.5
7772026-08-07T23:36:45.652Z Downloaded serde_json v1.0.151
7782026-08-07T23:36:45.658Z Downloaded rustls-webpki v0.103.13
7792026-08-07T23:36:45.667Z Downloaded toml_edit v0.25.12+spec-1.1.0
7802026-08-07T23:36:45.677Z Downloaded url v2.5.8
7812026-08-07T23:36:45.680Z Downloaded rand v0.9.4
7822026-08-07T23:36:45.683Z Downloaded prettyplease v0.2.37
7832026-08-07T23:36:45.686Z Downloaded iddqd v0.4.6
7842026-08-07T23:36:45.691Z Downloaded ron v0.12.1
7852026-08-07T23:36:45.695Z Downloaded pretty_assertions v1.4.1
7862026-08-07T23:36:45.704Z Downloaded reqwest v0.12.28
7872026-08-07T23:36:45.715Z Downloaded qorb v0.4.1
7882026-08-07T23:36:45.718Z Downloaded zerocopy-derive v0.8.50
7892026-08-07T23:36:45.725Z Downloaded tower-http v0.6.11
7902026-08-07T23:36:45.732Z Downloaded unicode-normalization v0.1.25
7912026-08-07T23:36:45.738Z Downloaded moka v0.12.15
7922026-08-07T23:36:45.742Z Downloaded reqwest v0.13.4
7932026-08-07T23:36:45.749Z Downloaded pest v2.8.6
7942026-08-07T23:36:45.751Z Downloaded hashbrown v0.15.5
7952026-08-07T23:36:45.770Z Downloaded aws-lc-rs v1.17.0
7962026-08-07T23:36:45.775Z Downloaded goblin v0.8.2
7972026-08-07T23:36:45.792Z Downloaded tower v0.5.3
7982026-08-07T23:36:45.797Z Downloaded rayon v1.12.0
7992026-08-07T23:36:45.801Z Downloaded winnow v0.5.40
8002026-08-07T23:36:45.806Z Downloaded chrono v0.4.45
8012026-08-07T23:36:45.813Z Downloaded winnow v0.7.15
8022026-08-07T23:36:45.819Z Downloaded hashbrown v0.16.1
8032026-08-07T23:36:45.832Z Downloaded hkdf v0.12.4
8042026-08-07T23:36:45.840Z Downloaded regex v1.12.3
8052026-08-07T23:36:45.848Z Downloaded portable-atomic v1.13.1
8062026-08-07T23:36:45.851Z Downloaded h2 v0.4.14
8072026-08-07T23:36:45.860Z Downloaded winnow v1.0.3
8082026-08-07T23:36:45.865Z Downloaded futures-util v0.3.32
8092026-08-07T23:36:45.871Z Downloaded vcpkg v0.2.15
8102026-08-07T23:36:45.892Z Downloaded serde_with v3.21.0
8112026-08-07T23:36:45.898Z Downloaded tabled v0.15.0
8122026-08-07T23:36:45.907Z Downloaded proptest v1.11.0
8132026-08-07T23:36:45.912Z Downloaded syn v3.0.3
8142026-08-07T23:36:45.917Z Downloaded nix v0.31.3
8152026-08-07T23:36:45.923Z Downloaded curve25519-dalek v4.1.3
8162026-08-07T23:36:45.928Z Downloaded syn v2.0.117
8172026-08-07T23:36:45.934Z Downloaded bstr v1.12.1
8182026-08-07T23:36:45.938Z Downloaded webpki-roots v1.0.7
8192026-08-07T23:36:45.951Z Downloaded syn v1.0.109
8202026-08-07T23:36:45.958Z Downloaded quinn-proto v0.11.16
8212026-08-07T23:36:45.966Z Downloaded hickory-proto v0.24.4
8222026-08-07T23:36:45.974Z Downloaded smoltcp v0.11.0
8232026-08-07T23:36:45.980Z Downloaded tabled v0.21.0
8242026-08-07T23:36:45.989Z Downloaded goblin v0.10.7
8252026-08-07T23:36:45.993Z Downloaded time v0.3.47
8262026-08-07T23:36:45.999Z Downloaded unicode-width v0.1.14
8272026-08-07T23:36:46.002Z Downloaded zerocopy v0.8.50
8282026-08-07T23:36:46.012Z Downloaded unicode-width v0.2.2
8292026-08-07T23:36:46.015Z Downloaded openssl v0.10.80
8302026-08-07T23:36:46.020Z Downloaded hickory-proto v0.25.2
8312026-08-07T23:36:46.028Z Downloaded rustix v0.38.44
8322026-08-07T23:36:46.040Z Downloaded rhai v1.25.1
8332026-08-07T23:36:46.046Z Downloaded regress v0.10.5
8342026-08-07T23:36:46.052Z Downloaded regress v0.11.1
8352026-08-07T23:36:46.056Z Downloaded rustix v1.1.4
8362026-08-07T23:36:46.068Z Downloaded regex-syntax v0.8.10
8372026-08-07T23:36:46.075Z Downloaded rustls v0.23.40
8382026-08-07T23:36:46.082Z Downloaded dropshot v0.17.1
8392026-08-07T23:36:46.101Z Downloaded openapiv3 v2.2.0
8402026-08-07T23:36:46.108Z Downloaded sled v0.34.7
8412026-08-07T23:36:46.115Z Downloaded tracing v0.1.44
8422026-08-07T23:36:46.127Z Downloaded typify-impl v0.6.2
8432026-08-07T23:36:46.136Z Downloaded typify-impl v0.4.3
8442026-08-07T23:36:46.143Z Downloaded regex-automata v0.4.14
8452026-08-07T23:36:46.184Z Downloaded petgraph v0.6.5
8462026-08-07T23:36:46.195Z Downloaded lzma-sys v0.1.20
8472026-08-07T23:36:46.211Z Downloaded jiff v0.2.28
8482026-08-07T23:36:46.221Z Downloaded petgraph v0.8.3
8492026-08-07T23:36:46.233Z Downloaded libc v0.2.189
8502026-08-07T23:36:46.253Z Downloaded chrono-tz v0.10.4
8512026-08-07T23:36:46.263Z Downloaded sha3 v0.10.9
8522026-08-07T23:36:46.266Z Downloaded tokio v1.53.1
8532026-08-07T23:36:46.288Z Downloaded csv v1.4.0
8542026-08-07T23:36:46.360Z Downloaded encoding_rs v0.8.35
8552026-08-07T23:36:46.375Z Downloaded ring v0.17.14
8562026-08-07T23:36:46.935Z Downloaded aws-lc-sys v0.41.0
8572026-08-07T23:36:47.483Z Compiling proc-macro2 v1.0.106
8582026-08-07T23:36:47.486Z Compiling quote v1.0.45
8592026-08-07T23:36:47.486Z Compiling unicode-ident v1.0.24
8602026-08-07T23:36:47.486Z Compiling serde_core v1.0.229
8612026-08-07T23:36:47.486Z Compiling serde v1.0.229
8622026-08-07T23:36:47.486Z Compiling libc v0.2.189
8632026-08-07T23:36:47.486Z Compiling zmij v1.0.21
8642026-08-07T23:36:47.486Z Compiling autocfg v1.5.1
8652026-08-07T23:36:47.852Z Compiling libm v0.2.16
8662026-08-07T23:36:48.186Z Compiling icu_properties_data v2.2.0
8672026-08-07T23:36:48.200Z Compiling icu_normalizer_data v2.2.0
8682026-08-07T23:36:48.203Z Compiling serde_json v1.0.151
8692026-08-07T23:36:48.263Z Compiling num-traits v0.2.19
8702026-08-07T23:36:48.278Z Compiling getrandom v0.4.2
8712026-08-07T23:36:48.542Z Compiling memchr v2.8.1
8722026-08-07T23:36:48.599Z Compiling thiserror v2.0.19
8732026-08-07T23:36:48.645Z Compiling version_check v0.9.5
8742026-08-07T23:36:48.988Z Compiling schemars v0.8.22
8752026-08-07T23:36:49.119Z Compiling syn v2.0.117
8762026-08-07T23:36:49.139Z Compiling syn v3.0.3
8772026-08-07T23:36:49.171Z Checking cfg-if v1.0.4
8782026-08-07T23:36:49.241Z Compiling parking_lot_core v0.9.12
8792026-08-07T23:36:49.329Z Compiling zerocopy v0.8.50
8802026-08-07T23:36:49.352Z Compiling heck v0.5.0
8812026-08-07T23:36:49.526Z Compiling portable-atomic v1.13.1
8822026-08-07T23:36:49.556Z Compiling rustversion v1.0.22
8832026-08-07T23:36:49.757Z Compiling itoa v1.0.18
8842026-08-07T23:36:49.935Z Compiling jobserver v0.1.34
8852026-08-07T23:36:50.011Z Compiling find-msvc-tools v0.1.9
8862026-08-07T23:36:50.028Z Compiling shlex v2.0.1
8872026-08-07T23:36:50.212Z Compiling cc v1.2.63
8882026-08-07T23:36:50.532Z Compiling dunce v1.0.5
8892026-08-07T23:36:50.584Z Compiling fs_extra v1.3.0
8902026-08-07T23:36:50.617Z Compiling semver v1.0.28
8912026-08-07T23:36:50.634Z Compiling log v0.4.32
8922026-08-07T23:36:50.678Z Compiling httparse v1.10.1
8932026-08-07T23:36:50.811Z Compiling slog v2.8.2
8942026-08-07T23:36:50.840Z Compiling rustix v1.1.4
8952026-08-07T23:36:50.982Z Compiling cmake v0.1.58
8962026-08-07T23:36:51.063Z Checking stable_deref_trait v1.2.1
8972026-08-07T23:36:51.081Z Compiling allocator-api2 v0.2.21
8982026-08-07T23:36:51.141Z Compiling equivalent v1.0.2
8992026-08-07T23:36:51.232Z Compiling thiserror v1.0.69
9002026-08-07T23:36:51.458Z Checking writeable v0.6.3
9012026-08-07T23:36:51.486Z Checking litemap v0.8.2
9022026-08-07T23:36:51.504Z Compiling aws-lc-sys v0.41.0
9032026-08-07T23:36:51.571Z Checking utf8_iter v1.0.4
9042026-08-07T23:36:51.691Z Compiling ring v0.17.14
9052026-08-07T23:36:51.709Z Compiling aws-lc-rs v1.17.0
9062026-08-07T23:36:51.727Z Checking percent-encoding v2.3.2
9072026-08-07T23:36:51.894Z Compiling synstructure v0.13.2
9082026-08-07T23:36:52.009Z Compiling serde_derive_internals v0.29.1
9092026-08-07T23:36:52.045Z Compiling serde_derive v1.0.229
9102026-08-07T23:36:52.234Z Compiling thiserror-impl v2.0.19
9112026-08-07T23:36:52.394Z Compiling regex-syntax v0.8.10
9122026-08-07T23:36:52.760Z Checking form_urlencoded v1.2.2
9132026-08-07T23:36:52.890Z Compiling aho-corasick v1.1.4
9142026-08-07T23:36:53.125Z Compiling zerofrom-derive v0.1.7
9152026-08-07T23:36:53.275Z Compiling yoke-derive v0.8.2
9162026-08-07T23:36:53.425Z Compiling zerovec-derive v0.11.3
9172026-08-07T23:36:54.262Z Compiling displaydoc v0.2.6
9182026-08-07T23:36:54.278Z Compiling schemars_derive v0.8.22
9192026-08-07T23:36:54.300Z Compiling tokio-macros v2.7.0
9202026-08-07T23:36:54.381Z Compiling zeroize_derive v1.4.3
9212026-08-07T23:36:54.464Z Compiling zerocopy-derive v0.8.50
9222026-08-07T23:36:55.036Z Compiling futures-macro v0.3.32
9232026-08-07T23:36:55.072Z Compiling serde_tokenstream v0.2.3
9242026-08-07T23:36:55.352Z Compiling tracing-attributes v0.1.31
9252026-08-07T23:36:55.389Z Checking smallvec v1.15.1
9262026-08-07T23:36:55.409Z Checking bytes v1.11.1
9272026-08-07T23:36:55.527Z Checking zerofrom v0.1.8
9282026-08-07T23:36:55.640Z Checking yoke v0.8.3
9292026-08-07T23:36:55.783Z Compiling thiserror-impl v1.0.69
9302026-08-07T23:36:55.818Z Checking rand_core v0.10.1
9312026-08-07T23:36:55.821Z Checking zerovec v0.11.6
9322026-08-07T23:36:55.852Z Checking zerotrie v0.2.4
9332026-08-07T23:36:55.955Z Compiling regex-automata v0.4.14
9342026-08-07T23:36:56.216Z Compiling ucd-trie v0.1.7
9352026-08-07T23:36:56.234Z Compiling rustls v0.23.40
9362026-08-07T23:36:56.277Z Checking tinystr v0.8.3
9372026-08-07T23:36:56.434Z Checking potential_utf v0.1.5
9382026-08-07T23:36:56.484Z Compiling anyhow v1.0.104
9392026-08-07T23:36:56.502Z Compiling pest v2.8.6
9402026-08-07T23:36:56.520Z Checking icu_locale_core v2.2.0
9412026-08-07T23:36:56.562Z Checking icu_collections v2.2.0
9422026-08-07T23:36:56.654Z Compiling getrandom v0.3.4
9432026-08-07T23:36:56.911Z Compiling hashbrown v0.17.1
9442026-08-07T23:36:57.033Z Compiling crossbeam-utils v0.8.21
9452026-08-07T23:36:57.127Z Checking icu_provider v2.2.0
9462026-08-07T23:36:57.347Z Checking iana-time-zone v0.1.65
9472026-08-07T23:36:57.365Z Checking icu_normalizer v2.2.0
9482026-08-07T23:36:57.446Z Checking icu_properties v2.2.0
9492026-08-07T23:36:57.463Z Compiling indexmap v2.14.0
9502026-08-07T23:36:57.628Z Compiling regex v1.12.3
9512026-08-07T23:36:57.684Z Compiling pest_meta v2.8.6
9522026-08-07T23:36:57.704Z Checking chrono v0.4.45
9532026-08-07T23:36:57.826Z Compiling time-core v0.1.8
9542026-08-07T23:36:57.981Z Compiling num-conv v0.2.2
9552026-08-07T23:36:58.025Z Compiling paste v1.0.15
9562026-08-07T23:36:58.135Z Compiling time-macros v0.2.27
9572026-08-07T23:36:58.287Z Compiling pest_generator v2.8.6
9582026-08-07T23:36:58.305Z Checking idna_adapter v1.2.2
9592026-08-07T23:36:58.434Z Checking idna v1.1.0
9602026-08-07T23:36:58.540Z Compiling strsim v0.11.1
9612026-08-07T23:36:58.690Z Checking url v2.5.8
9622026-08-07T23:36:58.955Z Checking uuid v1.24.0
9632026-08-07T23:36:58.974Z Compiling pest_derive v2.8.6
9642026-08-07T23:36:59.096Z Compiling async-trait v0.1.89
9652026-08-07T23:36:59.117Z Compiling camino v1.2.5
9662026-08-07T23:36:59.120Z Compiling ident_case v1.0.1
9672026-08-07T23:36:59.237Z Compiling byteorder v1.5.0
9682026-08-07T23:36:59.514Z Checking dyn-clone v1.0.20
9692026-08-07T23:36:59.656Z Checking errno v0.3.14
9702026-08-07T23:36:59.841Z Compiling scroll_derive v0.13.1
9712026-08-07T23:37:00.047Z Compiling omicron-workspace-hack v0.1.0
9722026-08-07T23:37:00.182Z Compiling slog-async v2.8.0
9732026-08-07T23:37:00.282Z Compiling generic-array v0.14.7
9742026-08-07T23:37:00.405Z Compiling crc32fast v1.5.0
9752026-08-07T23:37:00.522Z Compiling usdt-impl v0.6.0
9762026-08-07T23:37:00.642Z Compiling scroll v0.13.0
9772026-08-07T23:37:00.661Z Compiling plain v0.2.3
9782026-08-07T23:37:00.776Z Compiling daft-derive v0.1.7
9792026-08-07T23:37:00.833Z Checking pin-project-lite v0.2.17
9802026-08-07T23:37:00.894Z Compiling goblin v0.10.7
9812026-08-07T23:37:00.936Z Compiling pretty-hex v0.4.2
9822026-08-07T23:37:01.068Z Compiling dtrace-parser v0.3.0
9832026-08-07T23:37:01.197Z Compiling thread-id v5.1.0
9842026-08-07T23:37:01.537Z Compiling syn v1.0.109
9852026-08-07T23:37:01.583Z Compiling darling_core v0.23.0
9862026-08-07T23:37:01.614Z Checking bitflags v2.12.1
9872026-08-07T23:37:01.788Z Checking getrandom v0.2.17
9882026-08-07T23:37:01.814Z Checking zeroize v1.8.2
9892026-08-07T23:37:02.741Z Compiling multer v3.1.0
9902026-08-07T23:37:02.785Z Compiling async-stream-impl v0.3.6
9912026-08-07T23:37:03.012Z Checking socket2 v0.6.5
9922026-08-07T23:37:03.029Z Checking scopeguard v1.2.0
9932026-08-07T23:37:03.133Z Checking critical-section v1.2.0
9942026-08-07T23:37:03.236Z Checking once_cell v1.21.4
9952026-08-07T23:37:03.279Z Checking lock_api v0.4.14
9962026-08-07T23:37:03.388Z Compiling ref-cast v1.0.25
9972026-08-07T23:37:03.674Z Compiling dof v0.4.0
9982026-08-07T23:37:03.696Z Compiling darling_macro v0.23.0
9992026-08-07T23:37:03.764Z Compiling ref-cast-impl v1.0.25
10002026-08-07T23:37:03.862Z Compiling dropshot v0.17.1
10012026-08-07T23:37:04.260Z Compiling darling v0.23.0
10022026-08-07T23:37:04.483Z Compiling dropshot_endpoint v0.17.1
10032026-08-07T23:37:04.553Z Checking parking_lot v0.12.5
10042026-08-07T23:37:04.727Z Compiling newtype-uuid-macros v0.1.0
10052026-08-07T23:37:04.843Z Checking signal-hook-registry v1.4.8
10062026-08-07T23:37:04.886Z Compiling usdt-attr-macro v0.6.0
10072026-08-07T23:37:04.964Z Compiling usdt-macro v0.6.0
10082026-08-07T23:37:05.156Z Checking mio v1.2.1
10092026-08-07T23:37:05.445Z Checking tokio v1.53.1
10102026-08-07T23:37:05.486Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
10112026-08-07T23:37:05.504Z Compiling strum_macros v0.26.4
10122026-08-07T23:37:05.754Z Compiling structmeta-derive v0.3.0
10132026-08-07T23:37:05.940Z Checking subtle v2.6.1
10142026-08-07T23:37:05.958Z Compiling foldhash v0.2.0
10152026-08-07T23:37:06.080Z Checking futures-core v0.3.32
10162026-08-07T23:37:06.157Z Compiling hashbrown v0.16.1
10172026-08-07T23:37:06.180Z Compiling serde_with_macros v3.21.0
10182026-08-07T23:37:06.778Z Compiling strum_macros v0.27.2
10192026-08-07T23:37:06.836Z Compiling structmeta v0.3.0
10202026-08-07T23:37:07.074Z Compiling derive-ex v0.1.8
10212026-08-07T23:37:07.167Z Compiling http v1.4.2
10222026-08-07T23:37:07.343Z Checking futures-sink v0.3.32
10232026-08-07T23:37:07.452Z Checking ipnetwork v0.21.1
10242026-08-07T23:37:07.677Z Checking slab v0.4.12
10252026-08-07T23:37:07.767Z Compiling winnow v1.0.3
10262026-08-07T23:37:08.357Z Checking futures-channel v0.3.32
10272026-08-07T23:37:08.573Z Checking typenum v1.20.1
10282026-08-07T23:37:08.622Z Compiling test-strategy v0.4.5
10292026-08-07T23:37:08.717Z Compiling toml_parser v1.1.2+spec-1.1.0
10302026-08-07T23:37:08.915Z Checking futures-task v0.3.32
10312026-08-07T23:37:09.013Z Checking futures-io v0.3.32
10322026-08-07T23:37:09.058Z Compiling toml_datetime v1.1.1+spec-1.1.0
10332026-08-07T23:37:09.129Z Checking futures-util v0.3.32
10342026-08-07T23:37:09.263Z Compiling parse-display-derive v0.10.0
10352026-08-07T23:37:09.405Z Checking oxnet v0.1.6
10362026-08-07T23:37:09.501Z Checking tracing-core v0.1.36
10372026-08-07T23:37:09.668Z Checking erased-serde v0.3.31
10382026-08-07T23:37:10.020Z Checking tracing v0.1.44
10392026-08-07T23:37:10.213Z Compiling ryu v1.0.23
10402026-08-07T23:37:10.407Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
10412026-08-07T23:37:10.426Z Compiling clap_derive v4.6.4
10422026-08-07T23:37:10.748Z Checking base64 v0.22.1
10432026-08-07T23:37:10.856Z Checking fnv v1.0.7
10442026-08-07T23:37:11.052Z Checking rand_core v0.6.4
10452026-08-07T23:37:11.071Z Compiling openapiv3 v2.2.0
10462026-08-07T23:37:11.288Z Compiling either v1.16.0
10472026-08-07T23:37:11.405Z Checking rustls-pki-types v1.14.1
10482026-08-07T23:37:11.702Z Checking tokio-util v0.7.18
10492026-08-07T23:37:12.115Z Checking untrusted v0.7.1
10502026-08-07T23:37:12.213Z Checking ipnet v2.12.0
10512026-08-07T23:37:12.231Z Checking untrusted v0.9.0
10522026-08-07T23:37:12.285Z Compiling toml_edit v0.25.12+spec-1.1.0
10532026-08-07T23:37:12.670Z Checking http-body v1.0.1
10542026-08-07T23:37:12.673Z Checking atomic-waker v1.1.2
10552026-08-07T23:37:12.856Z Compiling proc-macro-crate v3.5.0
10562026-08-07T23:37:13.176Z Checking try-lock v0.2.5
10572026-08-07T23:37:13.202Z Checking tower-service v0.3.3
10582026-08-07T23:37:13.273Z Compiling num_enum_derive v0.7.6
10592026-08-07T23:37:13.325Z Checking tower-layer v0.3.3
10602026-08-07T23:37:13.361Z Checking want v0.3.1
10612026-08-07T23:37:13.449Z Checking h2 v0.4.14
10622026-08-07T23:37:13.509Z Checking httpdate v1.0.3
10632026-08-07T23:37:13.724Z Compiling regress v0.11.1
10642026-08-07T23:37:14.271Z Compiling crucible-workspace-hack v0.1.0
10652026-08-07T23:37:14.511Z Checking serde_urlencoded v0.7.1
10662026-08-07T23:37:14.552Z Checking http-body-util v0.1.4
10672026-08-07T23:37:14.600Z Checking ppv-lite86 v0.2.21
10682026-08-07T23:37:15.159Z Compiling unsafe-libyaml v0.2.11
10692026-08-07T23:37:15.260Z Compiling typify-impl v0.6.2
10702026-08-07T23:37:15.307Z Checking hyper v1.11.0
10712026-08-07T23:37:15.679Z Compiling serde_yaml v0.9.34+deprecated
10722026-08-07T23:37:16.247Z Checking hyper-util v0.1.20
10732026-08-07T23:37:16.797Z Compiling convert_case v0.4.0
10742026-08-07T23:37:17.096Z Compiling derive_more v0.99.20
10752026-08-07T23:37:17.375Z Compiling zerocopy-derive v0.7.35
10762026-08-07T23:37:17.688Z Checking powerfmt v0.2.0
10772026-08-07T23:37:18.200Z Checking deranged v0.5.8
10782026-08-07T23:37:18.520Z Compiling itertools v0.14.0
10792026-08-07T23:37:18.656Z Compiling typify-macro v0.6.2
10802026-08-07T23:37:19.031Z Compiling regress v0.10.5
10812026-08-07T23:37:19.511Z Compiling rustix v0.38.44
10822026-08-07T23:37:19.639Z Checking num_threads v0.1.7
10832026-08-07T23:37:19.729Z Checking time v0.3.47
10842026-08-07T23:37:20.130Z Compiling heapless v0.8.0
10852026-08-07T23:37:20.199Z Compiling typify v0.6.2
10862026-08-07T23:37:20.497Z Checking crossbeam-channel v0.5.15
10872026-08-07T23:37:20.815Z Compiling scroll_derive v0.12.1
10882026-08-07T23:37:20.835Z Compiling serde_repr v0.1.21
10892026-08-07T23:37:21.242Z Checking cpufeatures v0.3.0
10902026-08-07T23:37:21.578Z Checking rand_core v0.9.5
10912026-08-07T23:37:21.770Z Checking futures-executor v0.3.32
10922026-08-07T23:37:21.946Z Checking sync_wrapper v1.0.2
10932026-08-07T23:37:22.044Z Checking thread_local v1.1.9
10942026-08-07T23:37:22.275Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
10952026-08-07T23:37:22.378Z Compiling smoltcp v0.11.0
10962026-08-07T23:37:22.564Z Checking tower v0.5.3
10972026-08-07T23:37:22.745Z Checking webpki-roots v1.0.7
10982026-08-07T23:37:23.056Z Compiling rustc_version v0.4.1
10992026-08-07T23:37:23.117Z Checking is-terminal v0.4.17
11002026-08-07T23:37:23.135Z Checking term v1.2.1
11012026-08-07T23:37:23.318Z Checking take_mut v0.2.2
11022026-08-07T23:37:23.336Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
11032026-08-07T23:37:23.339Z Checking fastrand v2.4.1
11042026-08-07T23:37:23.339Z Compiling curve25519-dalek v4.1.3
11052026-08-07T23:37:23.388Z Checking slog-term v2.9.2
11062026-08-07T23:37:23.529Z Checking tower-http v0.6.11
11072026-08-07T23:37:23.576Z Checking futures v0.3.32
11082026-08-07T23:37:23.594Z Checking rand_chacha v0.9.0
11092026-08-07T23:37:23.659Z Compiling toml_datetime v0.6.11
11102026-08-07T23:37:23.715Z Compiling foreign-types-macros v0.2.3
11112026-08-07T23:37:23.927Z Checking hex v0.4.3
11122026-08-07T23:37:24.325Z Checking rand v0.9.4
11132026-08-07T23:37:24.622Z Compiling zerocopy v0.7.35
11142026-08-07T23:37:24.702Z Compiling hubpack_derive v0.1.1
11152026-08-07T23:37:24.758Z Compiling thiserror-impl-no-std v2.0.2
11162026-08-07T23:37:25.155Z Compiling curve25519-dalek-derive v0.1.1
11172026-08-07T23:37:25.220Z Compiling usdt-impl v0.5.0
11182026-08-07T23:37:25.274Z Compiling proc-macro-error-attr v1.0.4
11192026-08-07T23:37:25.617Z Compiling dof v0.3.0
11202026-08-07T23:37:25.678Z Checking tempfile v3.27.0
11212026-08-07T23:37:25.779Z Compiling dtrace-parser v0.2.0
11222026-08-07T23:37:25.802Z Compiling darling_core v0.21.3
11232026-08-07T23:37:25.820Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
11242026-08-07T23:37:26.437Z Compiling serde_spanned v1.1.1
11252026-08-07T23:37:26.455Z Compiling proc-macro-error v1.0.4
11262026-08-07T23:37:26.669Z Compiling thread-id v4.2.2
11272026-08-07T23:37:26.691Z Compiling memoffset v0.9.1
11282026-08-07T23:37:26.814Z Compiling toml_writer v1.1.1+spec-1.1.0
11292026-08-07T23:37:26.912Z Compiling pkg-config v0.3.33
11302026-08-07T23:37:27.758Z Checking crypto-common v0.1.7
11312026-08-07T23:37:27.955Z Compiling darling_macro v0.21.3
11322026-08-07T23:37:28.260Z Checking hybrid-array v0.4.12
11332026-08-07T23:37:28.785Z Compiling prettyplease v0.2.37
11342026-08-07T23:37:28.834Z Checking match_cfg v0.1.0
11352026-08-07T23:37:28.854Z Compiling cfg_aliases v0.2.1
11362026-08-07T23:37:28.857Z Checking adler2 v2.0.1
11372026-08-07T23:37:28.904Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#33fd10c8)
11382026-08-07T23:37:28.930Z Checking simd-adler32 v0.3.9
11392026-08-07T23:37:28.998Z Checking openssl-probe v0.2.1
11402026-08-07T23:37:29.044Z Compiling nix v0.31.3
11412026-08-07T23:37:29.074Z Checking miniz_oxide v0.8.9
11422026-08-07T23:37:29.105Z Checking rustls-native-certs v0.8.4
11432026-08-07T23:37:29.158Z Checking hostname v0.3.1
11442026-08-07T23:37:29.232Z Compiling darling v0.21.3
11452026-08-07T23:37:29.579Z Checking slog-json v2.6.1
11462026-08-07T23:37:29.666Z Checking newtype-uuid v1.3.2
11472026-08-07T23:37:29.735Z Checking memmap2 v0.9.10
11482026-08-07T23:37:29.781Z Compiling heck v0.4.1
11492026-08-07T23:37:30.089Z Checking usdt v0.6.0
11502026-08-07T23:37:30.092Z Checking daft v0.1.7
11512026-08-07T23:37:30.246Z Checking slog-bunyan v2.5.0
11522026-08-07T23:37:30.334Z Checking flate2 v1.1.9
11532026-08-07T23:37:30.377Z Compiling ingot-macros v0.1.1
11542026-08-07T23:37:30.398Z Checking block-buffer v0.12.0
11552026-08-07T23:37:30.523Z Checking crypto-common v0.2.2
11562026-08-07T23:37:30.544Z Compiling usdt-attr-macro v0.5.0
11572026-08-07T23:37:30.614Z Compiling usdt-macro v0.5.0
11582026-08-07T23:37:30.998Z Compiling num-derive v0.4.2
11592026-08-07T23:37:31.015Z Compiling enum-as-inner v0.6.1
11602026-08-07T23:37:31.226Z Checking debug-ignore v1.0.5
11612026-08-07T23:37:31.457Z Checking compression-core v0.4.32
11622026-08-07T23:37:31.582Z Checking const-oid v0.10.2
11632026-08-07T23:37:31.601Z Compiling winnow v0.7.15
11642026-08-07T23:37:31.618Z Checking compression-codecs v0.4.38
11652026-08-07T23:37:31.743Z Checking digest v0.11.3
11662026-08-07T23:37:32.301Z Compiling progenitor-impl v0.14.0
11672026-08-07T23:37:32.932Z Checking macaddr v1.0.1
11682026-08-07T23:37:33.039Z Checking encoding_rs v0.8.35
11692026-08-07T23:37:33.042Z Checking mime v0.3.17
11702026-08-07T23:37:33.073Z Checking spin v0.9.8
11712026-08-07T23:37:33.104Z Compiling rayon-core v1.13.0
11722026-08-07T23:37:33.206Z Checking sha1 v0.11.0
11732026-08-07T23:37:33.224Z Checking toml v1.1.2+spec-1.1.0
11742026-08-07T23:37:33.379Z Checking async-compression v0.4.42
11752026-08-07T23:37:33.933Z Checking rand_chacha v0.3.1
11762026-08-07T23:37:33.953Z Checking waitgroup v0.1.2
11772026-08-07T23:37:34.017Z Checking rustls-pemfile v2.2.0
11782026-08-07T23:37:34.120Z Checking async-stream v0.3.6
11792026-08-07T23:37:34.158Z Checking serde_path_to_error v0.1.20
11802026-08-07T23:37:34.193Z Checking hostname v0.4.2
11812026-08-07T23:37:34.251Z Compiling wait-timeout v0.2.1
11822026-08-07T23:37:34.345Z Compiling progenitor-macro v0.14.0
11832026-08-07T23:37:34.445Z Compiling quick-error v1.2.3
11842026-08-07T23:37:34.482Z Compiling bit-vec v0.8.0
11852026-08-07T23:37:34.537Z Compiling rusty-fork v0.3.1
11862026-08-07T23:37:34.780Z Compiling bit-set v0.8.0
11872026-08-07T23:37:34.946Z Checking rand v0.8.6
11882026-08-07T23:37:35.531Z Compiling rand_xorshift v0.4.0
11892026-08-07T23:37:35.798Z Compiling num-integer v0.1.46
11902026-08-07T23:37:35.993Z Checking rustls-webpki v0.103.13
11912026-08-07T23:37:36.162Z Compiling semver v0.1.20
11922026-08-07T23:37:36.763Z Checking unicode-width v0.2.2
11932026-08-07T23:37:36.980Z Compiling winnow v0.5.40
11942026-08-07T23:37:37.022Z Compiling unarray v0.1.4
11952026-08-07T23:37:37.142Z Compiling proptest v1.11.0
11962026-08-07T23:37:37.644Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
11972026-08-07T23:37:37.908Z Compiling rustc_version v0.1.7
11982026-08-07T23:37:38.305Z Compiling toml_edit v0.19.15
11992026-08-07T23:37:38.824Z Checking tokio-rustls v0.26.4
12002026-08-07T23:37:38.887Z Checking rustls-platform-verifier v0.7.0
12012026-08-07T23:37:39.035Z Compiling reqwest v0.12.28
12022026-08-07T23:37:39.056Z Checking hyper-rustls v0.27.9
12032026-08-07T23:37:39.241Z Compiling backon v1.6.0
12042026-08-07T23:37:39.287Z Checking reqwest v0.13.4
12052026-08-07T23:37:39.445Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
12062026-08-07T23:37:40.189Z Checking block-buffer v0.10.4
12072026-08-07T23:37:40.382Z Compiling strum v0.26.3
12082026-08-07T23:37:40.615Z Compiling instant v0.1.13
12092026-08-07T23:37:40.725Z Compiling utf8parse v0.2.2
12102026-08-07T23:37:40.861Z Compiling anstyle-parse v1.0.0
12112026-08-07T23:37:41.044Z Compiling backoff v0.4.0
12122026-08-07T23:37:41.123Z Compiling iddqd v0.4.6
12132026-08-07T23:37:41.145Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
12142026-08-07T23:37:41.182Z Checking digest v0.10.7
12152026-08-07T23:37:41.200Z Compiling progenitor-client v0.10.0
12162026-08-07T23:37:41.237Z Checking progenitor-client v0.14.0
12172026-08-07T23:37:41.257Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12182026-08-07T23:37:41.409Z Compiling proc-macro-crate v1.3.1
12192026-08-07T23:37:41.488Z Compiling newtype_derive v0.1.6
12202026-08-07T23:37:41.512Z Compiling num-iter v0.1.45
12212026-08-07T23:37:41.515Z Compiling num-rational v0.4.2
12222026-08-07T23:37:41.642Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
12232026-08-07T23:37:41.725Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12242026-08-07T23:37:41.964Z Compiling progenitor-extras v0.2.0
12252026-08-07T23:37:42.048Z Compiling parse-display v0.10.0
12262026-08-07T23:37:42.200Z Compiling strum v0.27.2
12272026-08-07T23:37:42.252Z Compiling serde_with v3.21.0
12282026-08-07T23:37:42.281Z Compiling num-complex v0.4.6
12292026-08-07T23:37:42.334Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
12302026-08-07T23:37:42.411Z Compiling owo-colors v4.3.0
12312026-08-07T23:37:42.530Z Compiling colorchoice v1.0.5
12322026-08-07T23:37:42.537Z Compiling humantime v2.3.0
12332026-08-07T23:37:42.567Z Compiling is_terminal_polyfill v1.70.2
12342026-08-07T23:37:42.646Z Compiling anstyle v1.0.14
12352026-08-07T23:37:42.665Z Compiling anstyle-query v1.1.5
12362026-08-07T23:37:42.682Z Compiling vcpkg v0.2.15
12372026-08-07T23:37:42.777Z Compiling num v0.4.3
12382026-08-07T23:37:42.850Z Compiling anstream v1.0.0
12392026-08-07T23:37:42.868Z Compiling num_enum_derive v0.5.11
12402026-08-07T23:37:43.042Z Compiling terminal_size v0.4.4
12412026-08-07T23:37:43.184Z Compiling serde_spanned v0.6.9
12422026-08-07T23:37:43.227Z Compiling openssl-sys v0.9.116
12432026-08-07T23:37:43.246Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
12442026-08-07T23:37:43.327Z Compiling pin-project-internal v1.1.13
12452026-08-07T23:37:43.345Z Compiling derive-where v1.6.1
12462026-08-07T23:37:43.645Z Compiling toml_write v0.1.2
12472026-08-07T23:37:43.848Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12482026-08-07T23:37:43.867Z Compiling clap_lex v1.1.0
12492026-08-07T23:37:43.944Z Compiling float-ord v0.3.2
12502026-08-07T23:37:44.062Z Compiling clap_builder v4.6.5
12512026-08-07T23:37:44.251Z Compiling toml_edit v0.22.27
12522026-08-07T23:37:44.627Z Compiling progenitor-impl v0.13.0
12532026-08-07T23:37:46.164Z Compiling toml v0.8.23
12542026-08-07T23:37:46.191Z Compiling clap v4.6.5
12552026-08-07T23:37:46.469Z Compiling zone_cfg_derive v0.3.1
12562026-08-07T23:37:46.717Z Compiling progenitor-macro v0.13.0
12572026-08-07T23:37:46.747Z Compiling snafu-derive v0.8.9
12582026-08-07T23:37:46.770Z Compiling async-recursion v1.1.1
12592026-08-07T23:37:47.753Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12602026-08-07T23:37:48.201Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
12612026-08-07T23:37:48.257Z Compiling slog-dtrace v0.3.0
12622026-08-07T23:37:48.477Z Compiling chrono-tz v0.10.4
12632026-08-07T23:37:48.495Z Compiling unicode-xid v0.2.6
12642026-08-07T23:37:48.514Z Compiling cancel-safe-futures v0.1.5
12652026-08-07T23:37:48.566Z Compiling openssl v0.10.80
12662026-08-07T23:37:48.591Z Compiling minimal-lexical v0.2.1
12672026-08-07T23:37:48.840Z Compiling nom v7.1.3
12682026-08-07T23:37:48.981Z Compiling const_format_proc_macros v0.2.34
12692026-08-07T23:37:49.548Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12702026-08-07T23:37:49.653Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12712026-08-07T23:37:49.762Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12722026-08-07T23:37:49.792Z Compiling openssl-macros v0.1.1
12732026-08-07T23:37:50.142Z Checking cpufeatures v0.2.17
12742026-08-07T23:37:50.241Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12752026-08-07T23:37:50.926Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12762026-08-07T23:37:50.942Z Compiling cookie v0.18.1
12772026-08-07T23:37:50.985Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12782026-08-07T23:37:51.232Z Compiling tabled_derive v0.7.0
12792026-08-07T23:37:51.849Z Checking num_enum v0.7.6
12802026-08-07T23:37:54.215Z Checking tabwriter v1.4.1
12812026-08-07T23:37:54.297Z Checking secrecy v0.10.3
12822026-08-07T23:37:54.362Z Checking colored v3.1.1
12832026-08-07T23:37:54.392Z Checking tinyvec_macros v0.1.1
12842026-08-07T23:37:54.473Z Checking tinyvec v1.11.0
12852026-08-07T23:37:54.578Z Checking crossbeam-epoch v0.9.18
12862026-08-07T23:37:54.642Z Checking hash32 v0.3.1
12872026-08-07T23:37:54.788Z Checking bstr v1.12.1
12882026-08-07T23:37:54.806Z Checking data-encoding v2.11.0
12892026-08-07T23:37:55.083Z Checking hmac v0.12.1
12902026-08-07T23:37:55.125Z Checking inout v0.1.4
12912026-08-07T23:37:55.203Z Checking scroll v0.12.0
12922026-08-07T23:37:55.222Z Checking ff v0.13.1
12932026-08-07T23:37:55.263Z Checking cobs v0.3.0
12942026-08-07T23:37:55.352Z Checking bitflags v1.3.2
12952026-08-07T23:37:55.384Z Checking managed v0.8.0
12962026-08-07T23:37:55.413Z Checking static_assertions v1.1.0
12972026-08-07T23:37:55.429Z Checking foreign-types-shared v0.3.1
12982026-08-07T23:37:55.460Z Checking goblin v0.8.2
12992026-08-07T23:37:55.492Z Checking postcard v1.1.3
13002026-08-07T23:37:55.521Z Checking foreign-types v0.5.0
13012026-08-07T23:37:55.540Z Checking group v0.13.0
13022026-08-07T23:37:55.602Z Checking cipher v0.4.4
13032026-08-07T23:37:55.650Z Checking hkdf v0.12.4
13042026-08-07T23:37:55.778Z Checking atomicwrites v0.4.4
13052026-08-07T23:37:55.905Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13062026-08-07T23:37:55.927Z Checking universal-hash v0.5.1
13072026-08-07T23:37:55.991Z Checking crypto-bigint v0.5.5
13082026-08-07T23:37:56.067Z Checking chacha20 v0.10.0
13092026-08-07T23:37:56.150Z Checking half v2.7.1
13102026-08-07T23:37:56.272Z Checking cstr-argument v0.1.2
13112026-08-07T23:37:56.437Z Checking base64ct v1.8.3
13122026-08-07T23:37:56.441Z Checking ciborium-io v0.2.2
13132026-08-07T23:37:56.530Z Checking base16ct v0.2.0
13142026-08-07T23:37:56.550Z Checking opaque-debug v0.3.1
13152026-08-07T23:37:56.575Z Checking indent_write v2.2.0
13162026-08-07T23:37:56.625Z Checking poly1305 v0.8.0
13172026-08-07T23:37:56.656Z Checking ciborium-ll v0.2.2
13182026-08-07T23:37:56.697Z Checking password-hash v0.5.0
13192026-08-07T23:37:56.750Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
13202026-08-07T23:37:56.792Z Checking rand v0.10.2
13212026-08-07T23:37:56.833Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
13222026-08-07T23:37:56.857Z Checking chacha20 v0.9.1
13232026-08-07T23:37:56.912Z Checking elliptic-curve v0.13.8
13242026-08-07T23:37:56.931Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13252026-08-07T23:37:56.935Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
13262026-08-07T23:37:57.048Z Checking blake2 v0.10.6
13272026-08-07T23:37:57.170Z Checking aead v0.5.2
13282026-08-07T23:37:57.189Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
13292026-08-07T23:37:57.271Z Checking thiserror-no-std v2.0.2
13302026-08-07T23:37:57.290Z Checking hubpack v0.1.2
13312026-08-07T23:37:57.310Z Checking byte-wrapper v0.1.0
13322026-08-07T23:37:57.357Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
13332026-08-07T23:37:57.460Z Checking keccak v0.1.6
13342026-08-07T23:37:57.515Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13352026-08-07T23:37:57.586Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
13362026-08-07T23:37:57.624Z Checking sha3 v0.10.9
13372026-08-07T23:37:57.706Z Checking vsss-rs v3.3.4
13382026-08-07T23:37:57.818Z Checking chacha20poly1305 v0.10.1
13392026-08-07T23:37:57.951Z Checking argon2 v0.5.3
13402026-08-07T23:37:57.970Z Checking ciborium v0.2.2
13412026-08-07T23:37:58.209Z Checking similar v2.7.0
13422026-08-07T23:37:58.331Z Checking memmap v0.7.0
13432026-08-07T23:37:58.350Z Checking lazy_static v1.5.0
13442026-08-07T23:37:58.468Z Checking usdt v0.5.0
13452026-08-07T23:37:58.549Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13462026-08-07T23:37:58.637Z Checking crossbeam-deque v0.8.6
13472026-08-07T23:37:58.760Z Checking ingot-types v0.1.2
13482026-08-07T23:37:58.785Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13492026-08-07T23:37:58.937Z Checking ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
13502026-08-07T23:37:58.985Z Checking progenitor v0.14.0
13512026-08-07T23:37:59.016Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
13522026-08-07T23:37:59.069Z Checking bytecount v0.6.9
13532026-08-07T23:37:59.115Z Checking unicode-segmentation v1.13.3
13542026-08-07T23:37:59.133Z Checking ingot v0.1.1
13552026-08-07T23:37:59.403Z Checking console v0.15.11
13562026-08-07T23:37:59.449Z Checking newline-converter v0.3.0
13572026-08-07T23:37:59.506Z Checking itertools v0.12.1
13582026-08-07T23:37:59.590Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
13592026-08-07T23:37:59.740Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13602026-08-07T23:37:59.777Z Checking resolv-conf v0.7.6
13612026-08-07T23:37:59.811Z Checking swrite v0.1.0
13622026-08-07T23:37:59.865Z Checking linked-hash-map v0.5.6
13632026-08-07T23:37:59.904Z Compiling parking_lot_core v0.8.6
13642026-08-07T23:38:00.034Z Checking lru-cache v0.1.2
13652026-08-07T23:38:00.155Z Checking expectorate v1.2.0
13662026-08-07T23:38:00.201Z Checking rayon v1.12.0
13672026-08-07T23:38:00.263Z Checking ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
13682026-08-07T23:38:00.285Z Checking hickory-proto v0.24.4
13692026-08-07T23:38:00.647Z Checking camino-tempfile v1.4.1
13702026-08-07T23:38:00.727Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
13712026-08-07T23:38:00.948Z Checking serde-big-array v0.5.1
13722026-08-07T23:38:01.027Z Checking siphasher v1.0.3
13732026-08-07T23:38:01.122Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
13742026-08-07T23:38:01.190Z Checking phf_shared v0.12.1
13752026-08-07T23:38:01.680Z Checking unicode-normalization v0.1.25
13762026-08-07T23:38:01.833Z Checking hickory-resolver v0.24.4
13772026-08-07T23:38:01.857Z Checking pin-project v1.1.13
13782026-08-07T23:38:01.922Z Checking num_enum v0.5.11
13792026-08-07T23:38:02.041Z Checking progenitor-client v0.13.0
13802026-08-07T23:38:02.523Z Checking tokio-stream v0.1.18
13812026-08-07T23:38:02.605Z Checking csv-core v0.1.13
13822026-08-07T23:38:02.714Z Checking foldhash v0.1.5
13832026-08-07T23:38:02.770Z Checking foreign-types-shared v0.1.1
13842026-08-07T23:38:02.790Z Checking konst_macro_rules v0.2.19
13852026-08-07T23:38:02.851Z Checking same-file v1.0.6
13862026-08-07T23:38:02.869Z Checking smawk v0.3.2
13872026-08-07T23:38:02.923Z Checking highway v1.3.0
13882026-08-07T23:38:02.923Z Checking unicode-linebreak v0.1.5
13892026-08-07T23:38:02.963Z Checking unicode-width v0.1.14
13902026-08-07T23:38:02.998Z Checking walkdir v2.5.0
13912026-08-07T23:38:03.149Z Checking textwrap v0.16.2
13922026-08-07T23:38:03.154Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13932026-08-07T23:38:03.188Z Checking konst v0.2.20
13942026-08-07T23:38:03.224Z Checking qorb v0.4.1
13952026-08-07T23:38:03.228Z Checking foreign-types v0.3.2
13962026-08-07T23:38:03.318Z Checking hashbrown v0.15.5
13972026-08-07T23:38:03.366Z Checking csv v1.4.0
13982026-08-07T23:38:03.414Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13992026-08-07T23:38:03.878Z Checking progenitor v0.13.0
14002026-08-07T23:38:04.023Z Checking olpc-cjson v0.1.4
14012026-08-07T23:38:04.043Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
14022026-08-07T23:38:04.117Z Checking snafu v0.8.9
14032026-08-07T23:38:04.208Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
14042026-08-07T23:38:04.226Z Checking phf v0.12.1
14052026-08-07T23:38:04.359Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14062026-08-07T23:38:04.377Z Checking zone v0.3.1
14072026-08-07T23:38:04.454Z Checking tokio-dtrace v0.1.1
14082026-08-07T23:38:04.578Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14092026-08-07T23:38:04.638Z Checking globset v0.4.18
14102026-08-07T23:38:04.731Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
14112026-08-07T23:38:05.127Z Checking smf v0.2.3
14122026-08-07T23:38:05.216Z Checking pem v3.0.6
14132026-08-07T23:38:05.361Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
14142026-08-07T23:38:05.380Z Checking libsw-core v0.3.2
14152026-08-07T23:38:05.539Z Checking serde_plain v1.0.2
14162026-08-07T23:38:05.585Z Checking sigpipe v0.1.3
14172026-08-07T23:38:05.615Z Checking jiff v0.2.28
14182026-08-07T23:38:05.669Z Checking fixedbitset v0.5.7
14192026-08-07T23:38:05.689Z Checking glob v0.3.3
14202026-08-07T23:38:05.854Z Checking fixedbitset v0.4.2
14212026-08-07T23:38:05.982Z Checking typed-path v0.9.3
14222026-08-07T23:38:06.019Z Checking petgraph v0.6.5
14232026-08-07T23:38:06.392Z Checking petgraph v0.8.3
14242026-08-07T23:38:06.471Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14252026-08-07T23:38:06.672Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
14262026-08-07T23:38:06.717Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14272026-08-07T23:38:06.764Z Checking tough v0.22.0
14282026-08-07T23:38:06.785Z Checking libsw v3.5.0
14292026-08-07T23:38:07.124Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
14302026-08-07T23:38:07.307Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14312026-08-07T23:38:07.334Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
14322026-08-07T23:38:07.354Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14332026-08-07T23:38:07.491Z Checking oxide-tokio-rt v0.1.6
14342026-08-07T23:38:07.822Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14352026-08-07T23:38:07.840Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14362026-08-07T23:38:07.872Z Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14372026-08-07T23:38:07.891Z Checking const_format v0.2.36
14382026-08-07T23:38:08.034Z Checking papergrid v0.11.0
14392026-08-07T23:38:08.381Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14402026-08-07T23:38:08.407Z Checking gethostname v0.5.0
14412026-08-07T23:38:08.500Z Checking key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14422026-08-07T23:38:08.503Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
14432026-08-07T23:38:08.651Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
14442026-08-07T23:38:08.746Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14452026-08-07T23:38:09.014Z Checking libscf-sys v1.2.0
14462026-08-07T23:38:09.224Z Checking bcs v0.1.6
14472026-08-07T23:38:09.321Z Checking linear-map v1.2.0
14482026-08-07T23:38:09.423Z Checking termtree v0.5.1
14492026-08-07T23:38:09.442Z Checking whoami v1.6.1
14502026-08-07T23:38:09.461Z Checking tagptr v0.2.0
14512026-08-07T23:38:09.523Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14522026-08-07T23:38:09.608Z Checking moka v0.12.15
14532026-08-07T23:38:10.235Z Checking nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14542026-08-07T23:38:10.943Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14552026-08-07T23:38:11.169Z Checking tabled v0.15.0
14562026-08-07T23:38:11.236Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14572026-08-07T23:38:11.296Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14582026-08-07T23:38:11.355Z Checking bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14592026-08-07T23:38:11.473Z Checking steno v0.4.1
14602026-08-07T23:38:11.924Z Checking hickory-proto v0.25.2
14612026-08-07T23:38:13.455Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
14622026-08-07T23:38:13.522Z Checking hickory-resolver v0.25.2
14632026-08-07T23:38:13.751Z Checking oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14642026-08-07T23:38:14.173Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14652026-08-07T23:38:14.746Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
14662026-08-07T23:38:14.956Z Checking ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
14672026-08-07T23:38:19.156Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14682026-08-07T23:38:19.231Z Checking nom v8.0.0
14692026-08-07T23:38:19.269Z Compiling proc-macro-error-attr2 v2.0.0
14702026-08-07T23:38:19.698Z Compiling proc-macro-error2 v2.0.1
14712026-08-07T23:38:22.898Z Compiling crunchy v0.2.4
14722026-08-07T23:38:24.664Z Checking mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
14732026-08-07T23:38:24.957Z Compiling tabled_derive v0.11.0
14742026-08-07T23:38:25.600Z Compiling itertools v0.15.0
14752026-08-07T23:38:25.692Z Compiling tiny-keccak v2.0.2
14762026-08-07T23:38:26.046Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
14772026-08-07T23:38:26.547Z Compiling typify-impl v0.4.3
14782026-08-07T23:38:26.583Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
14792026-08-07T23:38:26.790Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14802026-08-07T23:38:26.812Z Checking client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
14812026-08-07T23:38:26.899Z Checking parking_lot v0.11.2
14822026-08-07T23:38:26.944Z Compiling ingot-macros v0.2.0
14832026-08-07T23:38:27.103Z Compiling const-random-macro v0.1.16
14842026-08-07T23:38:27.774Z Checking fxhash v0.2.1
14852026-08-07T23:38:27.825Z Compiling ahash v0.8.12
14862026-08-07T23:38:27.861Z Compiling smartstring v1.0.1
14872026-08-07T23:38:27.907Z Checking sled v0.34.7
14882026-08-07T23:38:28.302Z Checking internet-checksum v0.2.1
14892026-08-07T23:38:28.423Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
14902026-08-07T23:38:28.505Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14912026-08-07T23:38:29.123Z Checking mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
14922026-08-07T23:38:29.143Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
14932026-08-07T23:38:29.615Z Compiling rhai_codegen v3.2.0
14942026-08-07T23:38:29.656Z Checking arc-swap v1.9.1
14952026-08-07T23:38:29.906Z Compiling typify-macro v0.4.3
14962026-08-07T23:38:29.923Z Checking ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
14972026-08-07T23:38:29.968Z Checking slog-scope v4.4.1
14982026-08-07T23:38:30.111Z Checking papergrid v0.18.0
14992026-08-07T23:38:30.256Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
15002026-08-07T23:38:30.797Z Checking testing_table v0.3.0
15012026-08-07T23:38:30.825Z Checking dropshot-api-manager-types v0.7.2
15022026-08-07T23:38:30.994Z Checking tabled v0.21.0
15032026-08-07T23:38:31.021Z Checking mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
15042026-08-07T23:38:31.037Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
15052026-08-07T23:38:31.102Z Checking slog-stdlog v4.1.1
15062026-08-07T23:38:31.133Z Checking rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
15072026-08-07T23:38:31.227Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
15082026-08-07T23:38:31.439Z Compiling lzma-sys v0.1.20
15092026-08-07T23:38:31.477Z Compiling typify v0.4.3
15102026-08-07T23:38:31.584Z Compiling progenitor-impl v0.10.0
15112026-08-07T23:38:31.938Z Compiling fs-err v3.3.0
15122026-08-07T23:38:32.100Z Compiling typeid v1.0.3
15132026-08-07T23:38:32.349Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
15142026-08-07T23:38:32.370Z Checking slog-envlogger v2.2.0
15152026-08-07T23:38:32.441Z Checking ingot-types v0.2.0
15162026-08-07T23:38:32.919Z Compiling toml_datetime v0.7.5+spec-1.1.0
15172026-08-07T23:38:33.186Z Checking crc8 v0.1.1
15182026-08-07T23:38:33.290Z Compiling toml v0.9.12+spec-1.1.0
15192026-08-07T23:38:33.329Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
15202026-08-07T23:38:33.347Z Checking ingot v0.2.1
15212026-08-07T23:38:33.650Z Compiling progenitor-macro v0.10.0
15222026-08-07T23:38:34.372Z Checking const-random v0.1.18
15232026-08-07T23:38:34.762Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
15242026-08-07T23:38:34.998Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
15252026-08-07T23:38:35.990Z Compiling cargo_toml v0.22.3
15262026-08-07T23:38:36.340Z Checking ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
15272026-08-07T23:38:36.866Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
15282026-08-07T23:38:37.367Z Checking thin-vec v0.2.18
15292026-08-07T23:38:37.613Z Checking rhai v1.25.1
15302026-08-07T23:38:38.260Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
15312026-08-07T23:38:38.285Z Checking sha1 v0.10.6
15322026-08-07T23:38:38.628Z Checking utf-8 v0.7.6
15332026-08-07T23:38:38.919Z Checking tungstenite v0.21.0
15342026-08-07T23:38:39.353Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
15352026-08-07T23:38:39.668Z Checking ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
15362026-08-07T23:38:39.943Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
15372026-08-07T23:38:40.247Z Checking port-file v0.1.0
15382026-08-07T23:38:40.362Z Checking sha2 v0.10.9
15392026-08-07T23:38:40.405Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
15402026-08-07T23:38:40.630Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
15412026-08-07T23:38:40.649Z Checking progenitor v0.10.0
15422026-08-07T23:38:40.669Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
15432026-08-07T23:38:40.936Z Checking tokio-tungstenite v0.21.0
15442026-08-07T23:38:42.061Z Checking console v0.16.3
15452026-08-07T23:38:42.194Z Checking git-stub v1.0.0
15462026-08-07T23:38:42.393Z Checking diff v0.1.13
15472026-08-07T23:38:42.512Z Checking unit-prefix v0.5.2
15482026-08-07T23:38:42.533Z Checking base64 v0.21.7
15492026-08-07T23:38:42.581Z Checking yansi v1.0.1
15502026-08-07T23:38:42.648Z Checking is_ci v1.2.0
15512026-08-07T23:38:42.802Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
15522026-08-07T23:38:42.834Z Checking pretty_assertions v1.4.1
15532026-08-07T23:38:42.875Z Checking supports-color v3.0.2
15542026-08-07T23:38:42.894Z Checking indicatif v0.18.4
15552026-08-07T23:38:43.831Z Checking git-stub-vcs v0.1.0
15562026-08-07T23:38:44.026Z Checking xz2 v0.1.7
15572026-08-07T23:38:44.128Z Checking ron v0.12.1
15582026-08-07T23:38:44.267Z Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
15592026-08-07T23:38:44.472Z Checking mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
15602026-08-07T23:38:44.575Z Checking mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
15612026-08-07T23:38:44.895Z Checking bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
15622026-08-07T23:38:44.914Z Checking drift v0.2.0
15632026-08-07T23:38:45.420Z Compiling serial_test_derive v4.0.1
15642026-08-07T23:38:45.549Z Checking base16ct v1.0.0
15652026-08-07T23:38:46.009Z Checking dropshot-api-manager v0.7.2
15662026-08-07T23:38:46.099Z Checking serial_test v4.0.1
15672026-08-07T23:38:46.283Z Checking mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
15682026-08-07T23:38:47.071Z Checking bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
15692026-08-07T23:38:47.093Z Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
15702026-08-07T23:38:47.351Z Checking ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
15712026-08-07T23:38:48.110Z Checking util v0.1.0 (/work/oxidecomputer/maghemite/util)
15722026-08-07T23:38:48.919Z Checking natord v1.0.9
15732026-08-07T23:38:49.114Z Checking maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
15742026-08-07T23:38:49.159Z Checking mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
15752026-08-07T23:38:49.302Z Checking ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
15762026-08-07T23:38:49.523Z Checking mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify)
15772026-08-07T23:38:49.847Z Checking ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
15782026-08-07T23:38:50.175Z Checking xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
15792026-08-07T23:38:50.392Z Checking mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
15802026-08-07T23:38:50.414Z Checking falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab)
15812026-08-07T23:38:50.435Z Checking mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
15822026-08-07T23:38:59.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 37s
15832026-08-07T23:38:59.847Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
15842026-08-07T23:38:59.847Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
15852026-08-07T23:39:00.220Z+ cargo xtask openapi check
15862026-08-07T23:39:00.864Z Compiling cfg-if v1.0.4
15872026-08-07T23:39:00.963Z Compiling libc v0.2.189
15882026-08-07T23:39:00.966Z Compiling serde_core v1.0.229
15892026-08-07T23:39:00.976Z Compiling memchr v2.8.1
15902026-08-07T23:39:00.983Z Compiling itoa v1.0.18
15912026-08-07T23:39:00.983Z Compiling smallvec v1.15.1
15922026-08-07T23:39:01.000Z Compiling stable_deref_trait v1.2.1
15932026-08-07T23:39:01.003Z Compiling zerofrom v0.1.8
15942026-08-07T23:39:01.020Z Compiling zmij v1.0.21
15952026-08-07T23:39:01.068Z Compiling writeable v0.6.3
15962026-08-07T23:39:01.120Z Compiling yoke v0.8.3
15972026-08-07T23:39:01.161Z Compiling litemap v0.8.2
15982026-08-07T23:39:01.188Z Compiling utf8_iter v1.0.4
15992026-08-07T23:39:01.261Z Compiling percent-encoding v2.3.2
16002026-08-07T23:39:01.291Z Compiling zerovec v0.11.6
16012026-08-07T23:39:01.301Z Compiling zerotrie v0.2.4
16022026-08-07T23:39:01.328Z Compiling icu_normalizer_data v2.2.0
16032026-08-07T23:39:01.346Z Compiling icu_properties_data v2.2.0
16042026-08-07T23:39:01.415Z Compiling libm v0.2.16
16052026-08-07T23:39:01.446Z Compiling form_urlencoded v1.2.2
16062026-08-07T23:39:01.457Z Compiling rand_core v0.10.1
16072026-08-07T23:39:01.496Z Compiling errno v0.3.14
16082026-08-07T23:39:01.604Z Compiling getrandom v0.4.2
16092026-08-07T23:39:01.618Z Compiling iana-time-zone v0.1.65
16102026-08-07T23:39:01.630Z Compiling pin-project-lite v0.2.17
16112026-08-07T23:39:01.642Z Compiling zeroize v1.8.2
16122026-08-07T23:39:01.664Z Compiling dyn-clone v1.0.20
16132026-08-07T23:39:01.723Z Compiling scopeguard v1.2.0
16142026-08-07T23:39:01.786Z Compiling tinystr v0.8.3
16152026-08-07T23:39:01.804Z Compiling potential_utf v0.1.5
16162026-08-07T23:39:01.833Z Compiling lock_api v0.4.14
16172026-08-07T23:39:01.833Z Compiling parking_lot_core v0.9.12
16182026-08-07T23:39:01.853Z Compiling socket2 v0.6.5
16192026-08-07T23:39:01.856Z Compiling signal-hook-registry v1.4.8
16202026-08-07T23:39:01.967Z Compiling icu_locale_core v2.2.0
16212026-08-07T23:39:01.991Z Compiling icu_collections v2.2.0
16222026-08-07T23:39:02.056Z Compiling parking_lot v0.12.5
16232026-08-07T23:39:02.130Z Compiling mio v1.2.1
16242026-08-07T23:39:02.143Z Compiling portable-atomic v1.13.1
16252026-08-07T23:39:02.284Z Compiling num-traits v0.2.19
16262026-08-07T23:39:02.431Z Compiling futures-core v0.3.32
16272026-08-07T23:39:02.504Z Compiling thiserror v2.0.19
16282026-08-07T23:39:02.574Z Compiling critical-section v1.2.0
16292026-08-07T23:39:02.588Z Compiling subtle v2.6.1
16302026-08-07T23:39:02.606Z Compiling equivalent v1.0.2
16312026-08-07T23:39:02.621Z Compiling zerocopy v0.8.50
16322026-08-07T23:39:02.654Z Compiling serde v1.0.229
16332026-08-07T23:39:02.679Z Compiling serde_json v1.0.151
16342026-08-07T23:39:02.691Z Compiling icu_provider v2.2.0
16352026-08-07T23:39:02.751Z Compiling uuid v1.24.0
16362026-08-07T23:39:02.825Z Compiling semver v1.0.28
16372026-08-07T23:39:02.919Z Compiling icu_properties v2.2.0
16382026-08-07T23:39:03.011Z Compiling icu_normalizer v2.2.0
16392026-08-07T23:39:03.051Z Compiling bitflags v2.12.1
16402026-08-07T23:39:03.161Z Compiling bytes v1.11.1
16412026-08-07T23:39:03.188Z Compiling chrono v0.4.45
16422026-08-07T23:39:03.208Z Compiling once_cell v1.21.4
16432026-08-07T23:39:03.297Z Compiling allocator-api2 v0.2.21
16442026-08-07T23:39:03.398Z Compiling futures-sink v0.3.32
16452026-08-07T23:39:03.504Z Compiling log v0.4.32
16462026-08-07T23:39:03.573Z Compiling typenum v1.20.1
16472026-08-07T23:39:03.626Z Compiling tokio v1.53.1
16482026-08-07T23:39:03.703Z Compiling slab v0.4.12
16492026-08-07T23:39:03.764Z Compiling slog v2.8.2
16502026-08-07T23:39:03.779Z Compiling futures-channel v0.3.32
16512026-08-07T23:39:03.792Z Compiling idna_adapter v1.2.2
16522026-08-07T23:39:03.867Z Compiling getrandom v0.2.17
16532026-08-07T23:39:03.934Z Compiling idna v1.1.0
16542026-08-07T23:39:04.001Z Compiling rand_core v0.6.4
16552026-08-07T23:39:04.068Z Compiling hashbrown v0.17.1
16562026-08-07T23:39:04.069Z Compiling futures-io v0.3.32
16572026-08-07T23:39:04.217Z Compiling url v2.5.8
16582026-08-07T23:39:04.230Z Compiling futures-task v0.3.32
16592026-08-07T23:39:04.362Z Compiling futures-util v0.3.32
16602026-08-07T23:39:04.402Z Compiling tracing-core v0.1.36
16612026-08-07T23:39:04.624Z Compiling indexmap v2.14.0
16622026-08-07T23:39:04.645Z Compiling base64 v0.22.1
16632026-08-07T23:39:04.656Z Compiling http v1.4.2
16642026-08-07T23:39:04.970Z Compiling schemars v0.8.22
16652026-08-07T23:39:04.990Z Compiling tracing v0.1.44
16662026-08-07T23:39:05.027Z Compiling unicode-ident v1.0.24
16672026-08-07T23:39:05.150Z Compiling proc-macro2 v1.0.106
16682026-08-07T23:39:05.225Z Compiling fnv v1.0.7
16692026-08-07T23:39:05.240Z Compiling byteorder v1.5.0
16702026-08-07T23:39:05.325Z Compiling ipnet v2.12.0
16712026-08-07T23:39:05.472Z Compiling ppv-lite86 v0.2.21
16722026-08-07T23:39:05.586Z Compiling quote v1.0.45
16732026-08-07T23:39:05.621Z Compiling erased-serde v0.3.31
16742026-08-07T23:39:05.793Z Compiling ipnetwork v0.21.1
16752026-08-07T23:39:05.836Z Compiling syn v2.0.117
16762026-08-07T23:39:05.847Z Compiling rustls-pki-types v1.14.1
16772026-08-07T23:39:05.864Z Compiling http-body v1.0.1
16782026-08-07T23:39:06.017Z Compiling oxnet v0.1.6
16792026-08-07T23:39:06.204Z Compiling thiserror v1.0.69
16802026-08-07T23:39:06.276Z Compiling aws-lc-sys v0.41.0
16812026-08-07T23:39:06.307Z Compiling untrusted v0.7.1
16822026-08-07T23:39:06.319Z Compiling atomic-waker v1.1.2
16832026-08-07T23:39:06.449Z Compiling httparse v1.10.1
16842026-08-07T23:39:06.473Z Compiling untrusted v0.9.0
16852026-08-07T23:39:06.477Z Compiling tower-layer v0.3.3
16862026-08-07T23:39:06.544Z Compiling tower-service v0.3.3
16872026-08-07T23:39:06.593Z Compiling try-lock v0.2.5
16882026-08-07T23:39:06.639Z Compiling ryu v1.0.23
16892026-08-07T23:39:06.642Z Compiling pretty-hex v0.4.2
16902026-08-07T23:39:06.667Z Compiling rustls v0.23.40
16912026-08-07T23:39:06.703Z Compiling want v0.3.1
16922026-08-07T23:39:06.756Z Compiling rustix v1.1.4
16932026-08-07T23:39:06.783Z Compiling httpdate v1.0.3
16942026-08-07T23:39:06.825Z Compiling aws-lc-rs v1.17.0
16952026-08-07T23:39:06.867Z Compiling plain v0.2.3
16962026-08-07T23:39:06.896Z Compiling omicron-workspace-hack v0.1.0
16972026-08-07T23:39:06.914Z Compiling getrandom v0.3.4
16982026-08-07T23:39:06.967Z Compiling ucd-trie v0.1.7
16992026-08-07T23:39:06.980Z Compiling regex-syntax v0.8.10
17002026-08-07T23:39:07.030Z Compiling crossbeam-utils v0.8.21
17012026-08-07T23:39:07.094Z Compiling rand_core v0.9.5
17022026-08-07T23:39:07.261Z Compiling pest v2.8.6
17032026-08-07T23:39:07.312Z Compiling serde_urlencoded v0.7.1
17042026-08-07T23:39:07.558Z Compiling tokio-util v0.7.18
17052026-08-07T23:39:07.558Z Compiling http-body-util v0.1.4
17062026-08-07T23:39:07.824Z Compiling rustls-webpki v0.103.13
17072026-08-07T23:39:08.011Z Compiling newtype-uuid v1.3.2
17082026-08-07T23:39:08.263Z Compiling h2 v0.4.14
17092026-08-07T23:39:08.342Z Compiling foldhash v0.2.0
17102026-08-07T23:39:08.519Z Compiling hex v0.4.3
17112026-08-07T23:39:08.584Z Compiling daft v0.1.7
17122026-08-07T23:39:08.747Z Compiling rand_chacha v0.9.0
17132026-08-07T23:39:08.787Z Compiling fastrand v2.4.1
17142026-08-07T23:39:08.860Z Compiling sync_wrapper v1.0.2
17152026-08-07T23:39:08.976Z Compiling rand v0.9.4
17162026-08-07T23:39:09.047Z Compiling tower v0.5.3
17172026-08-07T23:39:09.131Z Compiling generic-array v0.14.7
17182026-08-07T23:39:09.448Z Compiling anyhow v1.0.104
17192026-08-07T23:39:09.527Z Compiling aho-corasick v1.1.4
17202026-08-07T23:39:09.570Z Compiling powerfmt v0.2.0
17212026-08-07T23:39:09.635Z Compiling tower-http v0.6.11
17222026-08-07T23:39:09.692Z Compiling tempfile v3.27.0
17232026-08-07T23:39:09.780Z Compiling deranged v0.5.8
17242026-08-07T23:39:09.822Z Compiling hashbrown v0.16.1
17252026-08-07T23:39:09.933Z Compiling futures-executor v0.3.32
17262026-08-07T23:39:10.056Z Compiling camino v1.2.5
17272026-08-07T23:39:10.078Z Compiling openapiv3 v2.2.0
17282026-08-07T23:39:10.203Z Compiling openssl-probe v0.2.1
17292026-08-07T23:39:10.388Z Compiling hyper v1.11.0
17302026-08-07T23:39:10.414Z Compiling regex-automata v0.4.14
17312026-08-07T23:39:10.462Z Compiling num-conv v0.2.2
17322026-08-07T23:39:10.618Z Compiling num_threads v0.1.7
17332026-08-07T23:39:10.719Z Compiling time-core v0.1.8
17342026-08-07T23:39:10.750Z Compiling cpufeatures v0.3.0
17352026-08-07T23:39:10.828Z Compiling rustls-native-certs v0.8.4
17362026-08-07T23:39:10.871Z Compiling time v0.3.47
17372026-08-07T23:39:11.163Z Compiling tokio-rustls v0.26.4
17382026-08-07T23:39:11.213Z Compiling futures v0.3.32
17392026-08-07T23:39:11.296Z Compiling scroll v0.13.0
17402026-08-07T23:39:11.349Z Compiling hybrid-array v0.4.12
17412026-08-07T23:39:11.486Z Compiling simd-adler32 v0.3.9
17422026-08-07T23:39:11.599Z Compiling hyper-util v0.1.20
17432026-08-07T23:39:11.699Z Compiling winnow v1.0.3
17442026-08-07T23:39:11.718Z Compiling adler2 v2.0.1
17452026-08-07T23:39:11.823Z Compiling miniz_oxide v0.8.9
17462026-08-07T23:39:11.858Z Compiling goblin v0.10.7
17472026-08-07T23:39:12.129Z Compiling rustls-platform-verifier v0.7.0
17482026-08-07T23:39:12.371Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17492026-08-07T23:39:12.487Z Compiling crossbeam-channel v0.5.15
17502026-08-07T23:39:12.578Z Compiling crc32fast v1.5.0
17512026-08-07T23:39:12.770Z Compiling flate2 v1.1.9
17522026-08-07T23:39:12.820Z Compiling hyper-rustls v0.27.9
17532026-08-07T23:39:12.869Z Compiling regex v1.12.3
17542026-08-07T23:39:12.966Z Compiling crypto-common v0.2.2
17552026-08-07T23:39:13.111Z Compiling reqwest v0.13.4
17562026-08-07T23:39:13.185Z Compiling block-buffer v0.12.0
17572026-08-07T23:39:13.244Z Compiling crypto-common v0.1.7
17582026-08-07T23:39:13.323Z Compiling dtrace-parser v0.3.0
17592026-08-07T23:39:13.344Z Compiling rand_chacha v0.3.1
17602026-08-07T23:39:13.378Z Compiling thread-id v5.1.0
17612026-08-07T23:39:13.464Z Compiling thread_local v1.1.9
17622026-08-07T23:39:13.679Z Compiling const-oid v0.10.2
17632026-08-07T23:39:13.731Z Compiling debug-ignore v1.0.5
17642026-08-07T23:39:13.752Z Compiling compression-core v0.4.32
17652026-08-07T23:39:13.838Z Compiling match_cfg v0.1.0
17662026-08-07T23:39:13.865Z Compiling compression-codecs v0.4.38
17672026-08-07T23:39:13.883Z Compiling digest v0.11.3
17682026-08-07T23:39:13.895Z Compiling hostname v0.3.1
17692026-08-07T23:39:13.907Z Compiling rand v0.8.6
17702026-08-07T23:39:13.918Z Compiling toml_parser v1.1.2+spec-1.1.0
17712026-08-07T23:39:14.029Z Compiling slog-json v2.6.1
17722026-08-07T23:39:14.050Z Compiling ref-cast v1.0.25
17732026-08-07T23:39:14.100Z Compiling strum v0.26.3
17742026-08-07T23:39:14.113Z Compiling macaddr v1.0.1
17752026-08-07T23:39:14.149Z Compiling serde_spanned v1.1.1
17762026-08-07T23:39:14.228Z Compiling toml_datetime v1.1.1+spec-1.1.0
17772026-08-07T23:39:14.240Z Compiling memmap2 v0.9.10
17782026-08-07T23:39:14.295Z Compiling is-terminal v0.4.17
17792026-08-07T23:39:14.337Z Compiling wait-timeout v0.2.1
17802026-08-07T23:39:14.394Z Compiling encoding_rs v0.8.35
17812026-08-07T23:39:14.459Z Compiling toml_writer v1.1.1+spec-1.1.0
17822026-08-07T23:39:14.533Z Compiling mime v0.3.17
17832026-08-07T23:39:14.547Z Compiling bit-vec v0.8.0
17842026-08-07T23:39:14.559Z Compiling quick-error v1.2.3
17852026-08-07T23:39:14.633Z Compiling spin v0.9.8
17862026-08-07T23:39:14.663Z Compiling dof v0.4.0
17872026-08-07T23:39:14.674Z Compiling term v1.2.1
17882026-08-07T23:39:14.749Z Compiling take_mut v0.2.2
17892026-08-07T23:39:14.778Z Compiling either v1.16.0
17902026-08-07T23:39:14.805Z Compiling bit-set v0.8.0
17912026-08-07T23:39:14.858Z Compiling slog-async v2.8.0
17922026-08-07T23:39:14.970Z Compiling slog-term v2.9.2
17932026-08-07T23:39:14.989Z Compiling rusty-fork v0.3.1
17942026-08-07T23:39:15.325Z Compiling toml v1.1.2+spec-1.1.0
17952026-08-07T23:39:15.338Z Compiling slog-bunyan v2.5.0
17962026-08-07T23:39:15.350Z Compiling multer v3.1.0
17972026-08-07T23:39:15.480Z Compiling usdt-impl v0.6.0
17982026-08-07T23:39:15.534Z Compiling async-compression v0.4.42
17992026-08-07T23:39:15.853Z Compiling usdt v0.6.0
18002026-08-07T23:39:15.864Z Compiling sha1 v0.11.0
18012026-08-07T23:39:15.950Z Compiling serde_with v3.21.0
18022026-08-07T23:39:16.036Z Compiling async-stream v0.3.6
18032026-08-07T23:39:16.108Z Compiling rand_xorshift v0.4.0
18042026-08-07T23:39:16.128Z Compiling waitgroup v0.1.2
18052026-08-07T23:39:16.128Z Compiling rustls-pemfile v2.2.0
18062026-08-07T23:39:16.211Z Compiling serde_path_to_error v0.1.20
18072026-08-07T23:39:16.258Z Compiling hostname v0.4.2
18082026-08-07T23:39:16.274Z Compiling unarray v0.1.4
18092026-08-07T23:39:16.337Z Compiling strum v0.27.2
18102026-08-07T23:39:16.425Z Compiling proptest v1.11.0
18112026-08-07T23:39:16.447Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18122026-08-07T23:39:16.472Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
18132026-08-07T23:39:16.586Z Compiling dropshot v0.17.1
18142026-08-07T23:39:16.608Z Compiling progenitor-client v0.14.0
18152026-08-07T23:39:16.657Z Compiling iddqd v0.4.6
18162026-08-07T23:39:16.680Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18172026-08-07T23:39:16.743Z Compiling reqwest v0.12.28
18182026-08-07T23:39:16.820Z Compiling block-buffer v0.10.4
18192026-08-07T23:39:16.906Z Compiling backon v1.6.0
18202026-08-07T23:39:16.927Z Compiling instant v0.1.13
18212026-08-07T23:39:16.973Z Compiling digest v0.10.7
18222026-08-07T23:39:17.033Z Compiling backoff v0.4.0
18232026-08-07T23:39:17.117Z Compiling progenitor-extras v0.2.0
18242026-08-07T23:39:17.191Z Compiling itertools v0.14.0
18252026-08-07T23:39:17.248Z Compiling parse-display v0.10.0
18262026-08-07T23:39:17.354Z Compiling regress v0.10.5
18272026-08-07T23:39:17.562Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
18282026-08-07T23:39:17.798Z Compiling progenitor-client v0.10.0
18292026-08-07T23:39:17.905Z Compiling humantime v2.3.0
18302026-08-07T23:39:18.178Z Compiling cpufeatures v0.2.17
18312026-08-07T23:39:18.257Z Compiling unicode-width v0.2.2
18322026-08-07T23:39:18.432Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
18332026-08-07T23:39:18.448Z Compiling secrecy v0.10.3
18342026-08-07T23:39:18.461Z Compiling heck v0.5.0
18352026-08-07T23:39:18.541Z Compiling tinyvec_macros v0.1.1
18362026-08-07T23:39:18.605Z Compiling tinyvec v1.11.0
18372026-08-07T23:39:18.618Z Compiling num-integer v0.1.46
18382026-08-07T23:39:18.705Z Compiling scroll v0.12.0
18392026-08-07T23:39:18.940Z Compiling crucible-workspace-hack v0.1.0
18402026-08-07T23:39:18.953Z Compiling hmac v0.12.1
18412026-08-07T23:39:18.981Z Compiling inout v0.1.4
18422026-08-07T23:39:18.994Z Compiling ff v0.13.1
18432026-08-07T23:39:19.011Z Compiling utf8parse v0.2.2
18442026-08-07T23:39:19.092Z Compiling anstyle-parse v1.0.0
18452026-08-07T23:39:19.122Z Compiling group v0.13.0
18462026-08-07T23:39:19.125Z Compiling cipher v0.4.4
18472026-08-07T23:39:19.125Z Compiling hkdf v0.12.4
18482026-08-07T23:39:19.249Z Compiling goblin v0.8.2
18492026-08-07T23:39:19.276Z Compiling num-iter v0.1.45
18502026-08-07T23:39:19.293Z Compiling num-rational v0.4.2
18512026-08-07T23:39:19.398Z Compiling zerocopy v0.7.35
18522026-08-07T23:39:19.543Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18532026-08-07T23:39:19.703Z Compiling universal-hash v0.5.1
18542026-08-07T23:39:19.836Z Compiling regress v0.11.1
18552026-08-07T23:39:19.849Z Compiling crypto-bigint v0.5.5
18562026-08-07T23:39:19.971Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18572026-08-07T23:39:20.048Z Compiling terminal_size v0.4.4
18582026-08-07T23:39:20.195Z Compiling half v2.7.1
18592026-08-07T23:39:20.315Z Compiling num-complex v0.4.6
18602026-08-07T23:39:20.501Z Compiling anstyle-query v1.1.5
18612026-08-07T23:39:20.615Z Compiling base64ct v1.8.3
18622026-08-07T23:39:20.681Z Compiling colorchoice v1.0.5
18632026-08-07T23:39:20.699Z Compiling opaque-debug v0.3.1
18642026-08-07T23:39:20.774Z Compiling is_terminal_polyfill v1.70.2
18652026-08-07T23:39:20.800Z Compiling anstyle v1.0.14
18662026-08-07T23:39:20.876Z Compiling base16ct v0.2.0
18672026-08-07T23:39:20.918Z Compiling ciborium-io v0.2.2
18682026-08-07T23:39:21.018Z Compiling ciborium-ll v0.2.2
18692026-08-07T23:39:21.022Z Compiling elliptic-curve v0.13.8
18702026-08-07T23:39:21.042Z Compiling anstream v1.0.0
18712026-08-07T23:39:21.056Z Compiling password-hash v0.5.0
18722026-08-07T23:39:21.363Z Compiling typify-impl v0.6.2
18732026-08-07T23:39:21.537Z Compiling dof v0.3.0
18742026-08-07T23:39:21.712Z Compiling poly1305 v0.8.0
18752026-08-07T23:39:21.771Z Compiling num v0.4.3
18762026-08-07T23:39:21.854Z Compiling curve25519-dalek v4.1.3
18772026-08-07T23:39:22.143Z Compiling thiserror-no-std v2.0.2
18782026-08-07T23:39:22.369Z Compiling chacha20 v0.9.1
18792026-08-07T23:39:22.386Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
18802026-08-07T23:39:22.600Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18812026-08-07T23:39:22.970Z Compiling blake2 v0.10.6
18822026-08-07T23:39:22.988Z Compiling aead v0.5.2
18832026-08-07T23:39:23.003Z Compiling byte-wrapper v0.1.0
18842026-08-07T23:39:23.012Z Compiling dtrace-parser v0.2.0
18852026-08-07T23:39:23.151Z Compiling crossbeam-epoch v0.9.18
18862026-08-07T23:39:23.167Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18872026-08-07T23:39:23.354Z Compiling thread-id v4.2.2
18882026-08-07T23:39:23.368Z Compiling float-ord v0.3.2
18892026-08-07T23:39:23.420Z Compiling clap_lex v1.1.0
18902026-08-07T23:39:23.441Z Compiling strsim v0.11.1
18912026-08-07T23:39:23.474Z Compiling keccak v0.1.6
18922026-08-07T23:39:23.497Z Compiling usdt-impl v0.5.0
18932026-08-07T23:39:23.668Z Compiling clap_builder v4.6.5
18942026-08-07T23:39:23.715Z Compiling sha3 v0.10.9
18952026-08-07T23:39:23.785Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18962026-08-07T23:39:23.814Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18972026-08-07T23:39:24.011Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18982026-08-07T23:39:24.160Z Compiling argon2 v0.5.3
18992026-08-07T23:39:24.677Z Compiling chacha20poly1305 v0.10.1
19002026-08-07T23:39:24.814Z Compiling typify v0.6.2
19012026-08-07T23:39:24.945Z Compiling vsss-rs v3.3.4
19022026-08-07T23:39:25.076Z Compiling ciborium v0.2.2
19032026-08-07T23:39:25.178Z Compiling hash32 v0.3.1
19042026-08-07T23:39:25.338Z Compiling memmap v0.7.0
19052026-08-07T23:39:25.528Z Compiling indent_write v2.2.0
19062026-08-07T23:39:25.666Z Compiling data-encoding v2.11.0
19072026-08-07T23:39:25.680Z Compiling usdt v0.5.0
19082026-08-07T23:39:25.953Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
19092026-08-07T23:39:26.030Z Compiling heapless v0.8.0
19102026-08-07T23:39:26.055Z Compiling clap v4.6.5
19112026-08-07T23:39:26.141Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19122026-08-07T23:39:26.212Z Compiling ingot-types v0.1.2
19132026-08-07T23:39:26.280Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19142026-08-07T23:39:26.537Z Compiling rustix v0.38.44
19152026-08-07T23:39:26.583Z Compiling tabwriter v1.4.1
19162026-08-07T23:39:26.662Z Compiling cobs v0.3.0
19172026-08-07T23:39:26.833Z Compiling managed v0.8.0
19182026-08-07T23:39:26.868Z Compiling bitflags v1.3.2
19192026-08-07T23:39:26.898Z Compiling postcard v1.1.3
19202026-08-07T23:39:26.946Z Compiling ingot v0.1.1
19212026-08-07T23:39:26.962Z Compiling memoffset v0.9.1
19222026-08-07T23:39:27.049Z Compiling smoltcp v0.11.0
19232026-08-07T23:39:27.061Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19242026-08-07T23:39:27.241Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19252026-08-07T23:39:27.323Z Compiling toml_datetime v0.6.11
19262026-08-07T23:39:27.459Z Compiling serde_spanned v0.6.9
19272026-08-07T23:39:27.560Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19282026-08-07T23:39:27.601Z Compiling swrite v0.1.0
19292026-08-07T23:39:27.613Z Compiling linked-hash-map v0.5.6
19302026-08-07T23:39:27.698Z Compiling unicode-segmentation v1.13.3
19312026-08-07T23:39:27.802Z Compiling static_assertions v1.1.0
19322026-08-07T23:39:27.881Z Compiling colored v3.1.1
19332026-08-07T23:39:28.121Z Compiling toml_write v0.1.2
19342026-08-07T23:39:28.140Z Compiling foreign-types-shared v0.3.1
19352026-08-07T23:39:28.238Z Compiling winnow v0.7.15
19362026-08-07T23:39:28.269Z Compiling resolv-conf v0.7.6
19372026-08-07T23:39:28.325Z Compiling foreign-types v0.5.0
19382026-08-07T23:39:28.411Z Compiling newline-converter v0.3.0
19392026-08-07T23:39:28.533Z Compiling lru-cache v0.1.2
19402026-08-07T23:39:28.632Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19412026-08-07T23:39:28.666Z Compiling hubpack v0.1.2
19422026-08-07T23:39:28.826Z Compiling atomicwrites v0.4.4
19432026-08-07T23:39:28.896Z Compiling nix v0.31.3
19442026-08-07T23:39:28.924Z Compiling num_enum v0.7.6
19452026-08-07T23:39:29.019Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
19462026-08-07T23:39:29.048Z Compiling hickory-proto v0.24.4
19472026-08-07T23:39:29.137Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19482026-08-07T23:39:29.256Z Compiling crossbeam-deque v0.8.6
19492026-08-07T23:39:29.460Z Compiling console v0.15.11
19502026-08-07T23:39:29.675Z Compiling toml_edit v0.22.27
19512026-08-07T23:39:29.733Z Compiling chacha20 v0.10.0
19522026-08-07T23:39:29.748Z Compiling camino-tempfile v1.4.1
19532026-08-07T23:39:29.989Z Compiling serde-big-array v0.5.1
19542026-08-07T23:39:29.989Z Compiling cstr-argument v0.1.2
19552026-08-07T23:39:30.070Z Compiling similar v2.7.0
19562026-08-07T23:39:30.141Z Compiling siphasher v1.0.3
19572026-08-07T23:39:30.144Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
19582026-08-07T23:39:30.344Z Compiling phf_shared v0.12.1
19592026-08-07T23:39:30.580Z Compiling expectorate v1.2.0
19602026-08-07T23:39:30.735Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19612026-08-07T23:39:30.950Z Compiling hickory-resolver v0.24.4
19622026-08-07T23:39:31.002Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19632026-08-07T23:39:31.528Z Compiling toml v0.8.23
19642026-08-07T23:39:31.773Z Compiling pin-project v1.1.13
19652026-08-07T23:39:31.891Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
19662026-08-07T23:39:32.018Z Compiling rand v0.10.2
19672026-08-07T23:39:32.179Z Compiling rayon-core v1.13.0
19682026-08-07T23:39:32.190Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
19692026-08-07T23:39:32.580Z Compiling num_enum v0.5.11
19702026-08-07T23:39:32.665Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19712026-08-07T23:39:32.701Z Compiling progenitor-impl v0.13.0
19722026-08-07T23:39:32.701Z Compiling prettyplease v0.2.37
19732026-08-07T23:39:32.876Z Compiling unicode-normalization v0.1.25
19742026-08-07T23:39:33.007Z Compiling progenitor-client v0.13.0
19752026-08-07T23:39:33.055Z Compiling tokio-stream v0.1.18
19762026-08-07T23:39:33.310Z Compiling csv-core v0.1.13
19772026-08-07T23:39:33.341Z Compiling bstr v1.12.1
19782026-08-07T23:39:33.371Z Compiling same-file v1.0.6
19792026-08-07T23:39:33.521Z Compiling konst_macro_rules v0.2.19
19802026-08-07T23:39:33.547Z Compiling foreign-types-shared v0.1.1
19812026-08-07T23:39:33.575Z Compiling highway v1.3.0
19822026-08-07T23:39:33.639Z Compiling foldhash v0.1.5
19832026-08-07T23:39:33.700Z Compiling unicode-width v0.1.14
19842026-08-07T23:39:33.816Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19852026-08-07T23:39:33.829Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19862026-08-07T23:39:33.848Z Compiling hashbrown v0.15.5
19872026-08-07T23:39:33.962Z Compiling progenitor v0.13.0
19882026-08-07T23:39:33.977Z Compiling globset v0.4.18
19892026-08-07T23:39:33.980Z Compiling konst v0.2.20
19902026-08-07T23:39:34.111Z Compiling foreign-types v0.3.2
19912026-08-07T23:39:34.187Z Compiling walkdir v2.5.0
19922026-08-07T23:39:34.220Z Compiling csv v1.4.0
19932026-08-07T23:39:34.371Z Compiling qorb v0.4.1
19942026-08-07T23:39:34.734Z Compiling snafu v0.8.9
19952026-08-07T23:39:34.775Z Compiling olpc-cjson v0.1.4
19962026-08-07T23:39:34.945Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
19972026-08-07T23:39:35.113Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19982026-08-07T23:39:35.261Z Compiling rayon v1.12.0
19992026-08-07T23:39:35.452Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#33fd10c8)
20002026-08-07T23:39:35.899Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20012026-08-07T23:39:35.933Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20022026-08-07T23:39:36.359Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20032026-08-07T23:39:36.843Z Compiling phf v0.12.1
20042026-08-07T23:39:37.006Z Compiling openssl-sys v0.9.116
20052026-08-07T23:39:37.119Z Compiling tokio-dtrace v0.1.1
20062026-08-07T23:39:37.200Z Compiling progenitor-impl v0.14.0
20072026-08-07T23:39:37.322Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20082026-08-07T23:39:37.346Z Compiling itertools v0.12.1
20092026-08-07T23:39:37.393Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20102026-08-07T23:39:37.406Z Compiling libsw-core v0.3.2
20112026-08-07T23:39:37.577Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
20122026-08-07T23:39:37.599Z Compiling pem v3.0.6
20132026-08-07T23:39:37.933Z Compiling serde_plain v1.0.2
20142026-08-07T23:39:37.962Z Compiling sigpipe v0.1.3
20152026-08-07T23:39:38.059Z Compiling bytecount v0.6.9
20162026-08-07T23:39:38.088Z Compiling jiff v0.2.28
20172026-08-07T23:39:38.142Z Compiling fixedbitset v0.4.2
20182026-08-07T23:39:38.173Z Compiling typed-path v0.9.3
20192026-08-07T23:39:38.194Z Compiling glob v0.3.3
20202026-08-07T23:39:38.377Z Compiling fixedbitset v0.5.7
20212026-08-07T23:39:38.573Z Compiling minimal-lexical v0.2.1
20222026-08-07T23:39:38.624Z Compiling petgraph v0.8.3
20232026-08-07T23:39:38.702Z Compiling zone v0.3.1
20242026-08-07T23:39:38.760Z Compiling nom v7.1.3
20252026-08-07T23:39:38.835Z Compiling progenitor v0.14.0
20262026-08-07T23:39:38.985Z Compiling petgraph v0.6.5
20272026-08-07T23:39:39.001Z Compiling papergrid v0.11.0
20282026-08-07T23:39:39.439Z Compiling tough v0.22.0
20292026-08-07T23:39:39.455Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20302026-08-07T23:39:39.654Z Compiling openssl v0.10.80
20312026-08-07T23:39:40.100Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20322026-08-07T23:39:40.378Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
20332026-08-07T23:39:40.414Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20342026-08-07T23:39:40.470Z Compiling libsw v3.5.0
20352026-08-07T23:39:40.602Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20362026-08-07T23:39:40.649Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20372026-08-07T23:39:40.661Z Compiling oxide-tokio-rt v0.1.6
20382026-08-07T23:39:40.852Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20392026-08-07T23:39:40.962Z Compiling chrono-tz v0.10.4
20402026-08-07T23:39:41.218Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20412026-08-07T23:39:41.287Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
20422026-08-07T23:39:41.427Z Compiling newtype_derive v0.1.6
20432026-08-07T23:39:41.513Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20442026-08-07T23:39:41.610Z Compiling slog-dtrace v0.3.0
20452026-08-07T23:39:41.931Z Compiling owo-colors v4.3.0
20462026-08-07T23:39:41.943Z Compiling const_format v0.2.36
20472026-08-07T23:39:42.283Z Compiling cancel-safe-futures v0.1.5
20482026-08-07T23:39:42.338Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
20492026-08-07T23:39:42.610Z Compiling gethostname v0.5.0
20502026-08-07T23:39:42.681Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
20512026-08-07T23:39:42.697Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20522026-08-07T23:39:42.735Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20532026-08-07T23:39:42.735Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20542026-08-07T23:39:42.821Z Compiling bcs v0.1.6
20552026-08-07T23:39:42.835Z Compiling smf v0.2.3
20562026-08-07T23:39:42.859Z Compiling unicode-linebreak v0.1.5
20572026-08-07T23:39:43.116Z Compiling linear-map v1.2.0
20582026-08-07T23:39:43.143Z Compiling lazy_static v1.5.0
20592026-08-07T23:39:43.252Z Compiling termtree v0.5.1
20602026-08-07T23:39:43.287Z Compiling tagptr v0.2.0
20612026-08-07T23:39:43.304Z Compiling smawk v0.3.2
20622026-08-07T23:39:43.404Z Compiling whoami v1.6.1
20632026-08-07T23:39:43.408Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20642026-08-07T23:39:43.439Z Compiling textwrap v0.16.2
20652026-08-07T23:39:43.450Z Compiling moka v0.12.15
20662026-08-07T23:39:43.514Z Compiling steno v0.4.1
20672026-08-07T23:39:43.727Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20682026-08-07T23:39:43.939Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20692026-08-07T23:39:43.944Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20702026-08-07T23:39:44.231Z Compiling tabled v0.15.0
20712026-08-07T23:39:44.978Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20722026-08-07T23:39:45.272Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20732026-08-07T23:39:45.557Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20742026-08-07T23:39:45.759Z Compiling cookie v0.18.1
20752026-08-07T23:39:46.371Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20762026-08-07T23:39:46.400Z Compiling hickory-proto v0.25.2
20772026-08-07T23:39:46.602Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
20782026-08-07T23:39:46.760Z Compiling libscf-sys v1.2.0
20792026-08-07T23:39:46.774Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20802026-08-07T23:39:46.915Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
20812026-08-07T23:39:47.274Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
20822026-08-07T23:39:47.298Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
20832026-08-07T23:39:47.616Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
20842026-08-07T23:39:48.285Z Compiling hickory-resolver v0.25.2
20852026-08-07T23:39:49.072Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20862026-08-07T23:39:54.121Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20872026-08-07T23:40:01.669Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20882026-08-07T23:40:03.288Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20892026-08-07T23:40:04.306Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
20902026-08-07T23:40:05.632Z Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
20912026-08-07T23:40:06.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
20922026-08-07T23:40:07.001Z Running `target/debug/xtask openapi check`
20932026-08-07T23:40:07.454Z Compiling serde_core v1.0.229
20942026-08-07T23:40:07.457Z Compiling serde v1.0.229
20952026-08-07T23:40:07.522Z Compiling serde_json v1.0.151
20962026-08-07T23:40:07.530Z Compiling syn v2.0.117
20972026-08-07T23:40:07.539Z Compiling bytes v1.11.1
20982026-08-07T23:40:07.545Z Compiling getrandom v0.4.2
20992026-08-07T23:40:07.545Z Compiling once_cell v1.21.4
21002026-08-07T23:40:07.545Z Compiling zerocopy v0.8.50
21012026-08-07T23:40:07.705Z Compiling num-traits v0.2.19
21022026-08-07T23:40:07.861Z Compiling schemars v0.8.22
21032026-08-07T23:40:07.951Z Compiling zeroize v1.8.2
21042026-08-07T23:40:08.091Z Compiling http v1.4.2
21052026-08-07T23:40:08.110Z Compiling hashbrown v0.17.1
21062026-08-07T23:40:08.129Z Compiling aws-lc-rs v1.17.0
21072026-08-07T23:40:08.152Z Compiling usdt-impl v0.6.0
21082026-08-07T23:40:08.161Z Compiling time-macros v0.2.27
21092026-08-07T23:40:08.405Z Compiling rustls-pki-types v1.14.1
21102026-08-07T23:40:08.648Z Compiling tracing-core v0.1.36
21112026-08-07T23:40:08.658Z Compiling bitflags v2.12.1
21122026-08-07T23:40:08.889Z Compiling http-body v1.0.1
21132026-08-07T23:40:09.023Z Compiling tracing v0.1.44
21142026-08-07T23:40:09.045Z Compiling generic-array v0.14.7
21152026-08-07T23:40:09.142Z Compiling time v0.3.47
21162026-08-07T23:40:09.255Z Compiling rustls v0.23.40
21172026-08-07T23:40:09.270Z Compiling rustix v1.1.4
21182026-08-07T23:40:09.321Z Compiling toml_datetime v1.1.1+spec-1.1.0
21192026-08-07T23:40:10.086Z Compiling pest_generator v2.8.6
21202026-08-07T23:40:10.180Z Compiling erased-serde v0.3.31
21212026-08-07T23:40:10.232Z Compiling serde_derive_internals v0.29.1
21222026-08-07T23:40:10.288Z Compiling chrono v0.4.45
21232026-08-07T23:40:10.468Z Compiling uuid v1.24.0
21242026-08-07T23:40:10.691Z Compiling slog v2.8.2
21252026-08-07T23:40:10.703Z Compiling indexmap v2.14.0
21262026-08-07T23:40:10.703Z Compiling serde_tokenstream v0.2.3
21272026-08-07T23:40:10.749Z Compiling camino v1.2.5
21282026-08-07T23:40:10.924Z Compiling rustls-webpki v0.103.13
21292026-08-07T23:40:11.008Z Compiling subtle v2.6.1
21302026-08-07T23:40:11.084Z Compiling winnow v1.0.3
21312026-08-07T23:40:11.141Z Compiling slog-json v2.6.1
21322026-08-07T23:40:11.167Z Compiling serde_spanned v1.1.1
21332026-08-07T23:40:11.247Z Compiling zerocopy-derive v0.8.50
21342026-08-07T23:40:11.314Z Compiling pest_derive v2.8.6
21352026-08-07T23:40:11.349Z Compiling tokio-macros v2.7.0
21362026-08-07T23:40:11.379Z Compiling futures-macro v0.3.32
21372026-08-07T23:40:11.472Z Compiling schemars_derive v0.8.22
21382026-08-07T23:40:11.620Z Compiling scroll_derive v0.13.1
21392026-08-07T23:40:11.797Z Compiling toml_edit v0.25.12+spec-1.1.0
21402026-08-07T23:40:11.872Z Compiling dtrace-parser v0.3.0
21412026-08-07T23:40:12.079Z Compiling tokio v1.53.1
21422026-08-07T23:40:12.191Z Compiling futures-util v0.3.32
21432026-08-07T23:40:12.438Z Compiling scroll v0.13.0
21442026-08-07T23:40:12.650Z Compiling toml_parser v1.1.2+spec-1.1.0
21452026-08-07T23:40:12.759Z Compiling goblin v0.10.7
21462026-08-07T23:40:13.284Z Compiling openapiv3 v2.2.0
21472026-08-07T23:40:13.953Z Compiling oxnet v0.1.6
21482026-08-07T23:40:14.411Z Compiling futures-executor v0.3.32
21492026-08-07T23:40:14.477Z Compiling async-stream-impl v0.3.6
21502026-08-07T23:40:14.998Z Compiling semver v1.0.28
21512026-08-07T23:40:15.318Z Compiling rustix v0.38.44
21522026-08-07T23:40:15.330Z Compiling slog-async v2.8.0
21532026-08-07T23:40:15.393Z Compiling dropshot_endpoint v0.17.1
21542026-08-07T23:40:15.603Z Compiling dof v0.4.0
21552026-08-07T23:40:15.758Z Compiling tokio-util v0.7.18
21562026-08-07T23:40:15.833Z Compiling tokio-rustls v0.26.4
21572026-08-07T23:40:16.099Z Compiling async-compression v0.4.42
21582026-08-07T23:40:16.366Z Compiling h2 v0.4.14
21592026-08-07T23:40:16.888Z Compiling usdt-macro v0.6.0
21602026-08-07T23:40:16.987Z Compiling usdt-attr-macro v0.6.0
21612026-08-07T23:40:17.081Z Compiling multer v3.1.0
21622026-08-07T23:40:17.147Z Compiling toml v1.1.2+spec-1.1.0
21632026-08-07T23:40:17.520Z Compiling async-stream v0.3.6
21642026-08-07T23:40:17.575Z Compiling serde_urlencoded v0.7.1
21652026-08-07T23:40:17.595Z Compiling slog-term v2.9.2
21662026-08-07T23:40:17.705Z Compiling futures v0.3.32
21672026-08-07T23:40:17.742Z Compiling usdt v0.6.0
21682026-08-07T23:40:17.787Z Compiling proc-macro-crate v3.5.0
21692026-08-07T23:40:17.830Z Compiling slog-bunyan v2.5.0
21702026-08-07T23:40:17.972Z Compiling async-trait v0.1.89
21712026-08-07T23:40:18.016Z Compiling serde_path_to_error v0.1.20
21722026-08-07T23:40:18.026Z Compiling http-body-util v0.1.4
21732026-08-07T23:40:18.091Z Compiling rustls-pemfile v2.2.0
21742026-08-07T23:40:18.174Z Compiling crossbeam-epoch v0.9.18
21752026-08-07T23:40:18.207Z Compiling aho-corasick v1.1.4
21762026-08-07T23:40:18.281Z Compiling tempfile v3.27.0
21772026-08-07T23:40:18.291Z Compiling num_enum_derive v0.7.6
21782026-08-07T23:40:18.510Z Compiling hyper v1.11.0
21792026-08-07T23:40:18.554Z Compiling crossbeam-deque v0.8.6
21802026-08-07T23:40:18.672Z Compiling block-buffer v0.10.4
21812026-08-07T23:40:18.747Z Compiling crypto-common v0.1.7
21822026-08-07T23:40:18.813Z Compiling dropshot-api-manager-types v0.7.2
21832026-08-07T23:40:18.875Z Compiling clap_builder v4.6.5
21842026-08-07T23:40:18.931Z Compiling git-stub v1.0.0
21852026-08-07T23:40:19.153Z Compiling regex-automata v0.4.14
21862026-08-07T23:40:19.203Z Compiling atomicwrites v0.4.4
21872026-08-07T23:40:19.237Z Compiling digest v0.10.7
21882026-08-07T23:40:19.309Z Compiling num_enum v0.7.6
21892026-08-07T23:40:19.369Z Compiling rayon-core v1.13.0
21902026-08-07T23:40:19.389Z Compiling fs-err v3.3.0
21912026-08-07T23:40:19.426Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
21922026-08-07T23:40:19.435Z Compiling terminal_size v0.4.4
21932026-08-07T23:40:19.574Z Compiling bstr v1.12.1
21942026-08-07T23:40:19.684Z Compiling hyper-util v0.1.20
21952026-08-07T23:40:19.935Z Compiling nom v8.0.0
21962026-08-07T23:40:20.059Z Compiling is_ci v1.2.0
21972026-08-07T23:40:20.068Z Compiling either v1.16.0
21982026-08-07T23:40:20.181Z Compiling textwrap v0.16.2
21992026-08-07T23:40:20.199Z Compiling supports-color v3.0.2
22002026-08-07T23:40:20.254Z Compiling rayon v1.12.0
22012026-08-07T23:40:20.285Z Compiling sha2 v0.10.9
22022026-08-07T23:40:20.363Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
22032026-08-07T23:40:20.665Z Compiling clap v4.6.5
22042026-08-07T23:40:20.678Z Compiling similar v2.7.0
22052026-08-07T23:40:20.746Z Compiling git-stub-vcs v0.1.0
22062026-08-07T23:40:20.819Z Compiling regex v1.12.3
22072026-08-07T23:40:21.096Z Compiling dropshot v0.17.1
22082026-08-07T23:40:21.276Z Compiling drift v0.2.0
22092026-08-07T23:40:21.311Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22102026-08-07T23:40:22.127Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
22112026-08-07T23:40:23.792Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
22122026-08-07T23:40:23.792Z Compiling dropshot-api-manager v0.7.2
22132026-08-07T23:40:27.649Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
22142026-08-07T23:40:29.002Z Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
22152026-08-07T23:40:36.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.31s
22162026-08-07T23:40:36.428Z Running `target/debug/maghemite-dropshot-apis check`
22172026-08-07T23:40:36.462Z -------
22182026-08-07T23:40:36.462Z Generating OpenAPI documents from API definitions ...
22192026-08-07T23:40:36.529Z Loading local OpenAPI documents from "/work/oxidecomputer/maghemite/openapi" ...
22202026-08-07T23:40:36.567Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
22212026-08-07T23:40:36.707Z -------
22222026-08-07T23:40:36.707Z Checking 15 OpenAPI documents...
22232026-08-07T23:40:36.707Z Fresh ddm-admin (versioned v1.0.0 (blessed)): DDM Admin
22242026-08-07T23:40:36.707Z Fresh ddm-admin (versioned v2.0.0 (blessed)): DDM Admin
22252026-08-07T23:40:36.707Z Fresh ddm-admin "latest" symlink
22262026-08-07T23:40:36.707Z Fresh mg-admin (versioned v1.0.0 (blessed)): Maghemite Admin
22272026-08-07T23:40:36.711Z Fresh mg-admin (versioned v2.0.0 (blessed)): Maghemite Admin
22282026-08-07T23:40:36.711Z Fresh mg-admin (versioned v3.0.0 (blessed)): Maghemite Admin
22292026-08-07T23:40:36.711Z Fresh mg-admin (versioned v4.0.0 (blessed)): Maghemite Admin
22302026-08-07T23:40:36.711Z Fresh mg-admin (versioned v5.0.0 (blessed)): Maghemite Admin
22312026-08-07T23:40:36.711Z Fresh mg-admin (versioned v6.0.0 (blessed)): Maghemite Admin
22322026-08-07T23:40:36.711Z Fresh mg-admin (versioned v7.0.0 (blessed)): Maghemite Admin
22332026-08-07T23:40:36.711Z Fresh mg-admin (versioned v8.0.0 (blessed)): Maghemite Admin
22342026-08-07T23:40:36.711Z Fresh mg-admin (versioned v9.0.0 (blessed)): Maghemite Admin
22352026-08-07T23:40:36.711Z Fresh mg-admin (versioned v10.0.0 (blessed)): Maghemite Admin
22362026-08-07T23:40:36.711Z Fresh mg-admin (versioned v11.0.0 (blessed)): Maghemite Admin
22372026-08-07T23:40:36.711Z Fresh mg-admin (versioned v12.0.0 (blessed)): Maghemite Admin
22382026-08-07T23:40:36.711Z Fresh mg-admin (versioned v13.0.0 (added locally)): Maghemite Admin
22392026-08-07T23:40:36.711Z Fresh mg-admin "latest" symlink
22402026-08-07T23:40:36.711Z -------
22412026-08-07T23:40:36.711Z Success 15 documents checked: 17 fresh, 0 stale, 0 failed, 0 other problems
22422026-08-07T23:40:36.767Z+ banner build
22432026-08-07T23:40:36.770Z
22442026-08-07T23:40:36.770Z ##### # # # # #####
22452026-08-07T23:40:36.770Z # # # # # # # #
22462026-08-07T23:40:36.770Z ##### # # # # # #
22472026-08-07T23:40:36.770Z # # # # # # # #
22482026-08-07T23:40:36.770Z # # # # # # # #
22492026-08-07T23:40:36.770Z ##### #### # ###### #####
22502026-08-07T23:40:36.770Z
22512026-08-07T23:40:36.770Z+ ptime -m cargo build
22522026-08-07T23:40:37.405Z Compiling smallvec v1.15.1
22532026-08-07T23:40:37.523Z Compiling log v0.4.32
22542026-08-07T23:40:37.541Z Compiling slog v2.8.2
22552026-08-07T23:40:37.557Z Compiling ring v0.17.14
22562026-08-07T23:40:37.580Z Compiling webpki-roots v1.0.7
22572026-08-07T23:40:37.630Z Compiling similar v2.7.0
22582026-08-07T23:40:37.663Z Compiling goblin v0.10.7
22592026-08-07T23:40:37.663Z Compiling goblin v0.8.2
22602026-08-07T23:40:37.698Z Compiling icu_normalizer v2.2.0
22612026-08-07T23:40:37.728Z Compiling parking_lot_core v0.9.12
22622026-08-07T23:40:37.731Z Compiling globset v0.4.18
22632026-08-07T23:40:37.933Z Compiling parking_lot v0.12.5
22642026-08-07T23:40:38.038Z Compiling idna_adapter v1.2.2
22652026-08-07T23:40:38.202Z Compiling idna v1.1.0
22662026-08-07T23:40:38.253Z Compiling tokio v1.53.1
22672026-08-07T23:40:38.321Z Compiling slog-async v2.8.0
22682026-08-07T23:40:38.497Z Compiling url v2.5.8
22692026-08-07T23:40:38.533Z Compiling slog-term v2.9.2
22702026-08-07T23:40:38.821Z Compiling rustls-webpki v0.103.13
22712026-08-07T23:40:38.933Z Compiling slog-json v2.6.1
22722026-08-07T23:40:39.105Z Compiling schemars v0.8.22
22732026-08-07T23:40:39.144Z Compiling slog-bunyan v2.5.0
22742026-08-07T23:40:39.290Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22752026-08-07T23:40:39.310Z Compiling rustls v0.23.40
22762026-08-07T23:40:39.437Z Compiling expectorate v1.2.0
22772026-08-07T23:40:39.463Z Compiling moka v0.12.15
22782026-08-07T23:40:39.593Z Compiling parking_lot_core v0.8.6
22792026-08-07T23:40:39.768Z Compiling fxhash v0.2.1
22802026-08-07T23:40:39.901Z Compiling ipnetwork v0.21.1
22812026-08-07T23:40:39.904Z Compiling newtype-uuid v1.3.2
22822026-08-07T23:40:40.257Z Compiling oxnet v0.1.6
22832026-08-07T23:40:40.261Z Compiling serde_with v3.21.0
22842026-08-07T23:40:40.329Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
22852026-08-07T23:40:40.430Z Compiling dof v0.4.0
22862026-08-07T23:40:40.722Z Compiling daft v0.1.7
22872026-08-07T23:40:41.009Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22882026-08-07T23:40:41.224Z Compiling usdt-impl v0.6.0
22892026-08-07T23:40:41.463Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
22902026-08-07T23:40:41.546Z Compiling iddqd v0.4.6
22912026-08-07T23:40:41.761Z Compiling usdt v0.6.0
22922026-08-07T23:40:41.911Z Compiling typify-impl v0.6.2
22932026-08-07T23:40:42.044Z Compiling tokio-util v0.7.18
22942026-08-07T23:40:42.053Z Compiling tower v0.5.3
22952026-08-07T23:40:42.088Z Compiling async-compression v0.4.42
22962026-08-07T23:40:42.413Z Compiling tokio-rustls v0.26.4
22972026-08-07T23:40:42.442Z Compiling rustls-platform-verifier v0.7.0
22982026-08-07T23:40:42.530Z Compiling tower-http v0.6.11
22992026-08-07T23:40:42.685Z Compiling h2 v0.4.14
23002026-08-07T23:40:42.700Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23012026-08-07T23:40:42.793Z Compiling backoff v0.4.0
23022026-08-07T23:40:42.808Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23032026-08-07T23:40:42.958Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23042026-08-07T23:40:42.972Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23052026-08-07T23:40:43.019Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23062026-08-07T23:40:43.146Z Compiling byte-wrapper v0.1.0
23072026-08-07T23:40:43.278Z Compiling dof v0.3.0
23082026-08-07T23:40:43.372Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23092026-08-07T23:40:43.508Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23102026-08-07T23:40:43.630Z Compiling typify v0.6.2
23112026-08-07T23:40:43.751Z Compiling usdt-impl v0.5.0
23122026-08-07T23:40:44.082Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23132026-08-07T23:40:44.320Z Compiling usdt v0.5.0
23142026-08-07T23:40:44.423Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23152026-08-07T23:40:44.454Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#33fd10c8)
23162026-08-07T23:40:44.603Z Compiling progenitor-impl v0.14.0
23172026-08-07T23:40:44.692Z Compiling hickory-proto v0.24.4
23182026-08-07T23:40:45.162Z Compiling hyper v1.11.0
23192026-08-07T23:40:45.650Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23202026-08-07T23:40:45.744Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23212026-08-07T23:40:45.762Z Compiling progenitor-impl v0.13.0
23222026-08-07T23:40:45.814Z Compiling tokio-stream v0.1.18
23232026-08-07T23:40:46.286Z Compiling hyper-util v0.1.20
23242026-08-07T23:40:46.915Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23252026-08-07T23:40:46.945Z Compiling hickory-resolver v0.24.4
23262026-08-07T23:40:47.426Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23272026-08-07T23:40:47.461Z Compiling tokio-dtrace v0.1.1
23282026-08-07T23:40:47.609Z Compiling hyper-rustls v0.27.9
23292026-08-07T23:40:47.738Z Compiling dropshot v0.17.1
23302026-08-07T23:40:47.872Z Compiling reqwest v0.13.4
23312026-08-07T23:40:47.886Z Compiling reqwest v0.12.28
23322026-08-07T23:40:47.947Z Compiling qorb v0.4.1
23332026-08-07T23:40:48.011Z Compiling zone v0.3.1
23342026-08-07T23:40:48.765Z Compiling libsw-core v0.3.2
23352026-08-07T23:40:48.778Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
23362026-08-07T23:40:48.945Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
23372026-08-07T23:40:49.034Z Compiling libsw v3.5.0
23382026-08-07T23:40:49.139Z Compiling progenitor-client v0.14.0
23392026-08-07T23:40:49.238Z Compiling progenitor-client v0.10.0
23402026-08-07T23:40:49.338Z Compiling progenitor-client v0.13.0
23412026-08-07T23:40:49.451Z Compiling progenitor-extras v0.2.0
23422026-08-07T23:40:49.546Z Compiling progenitor v0.14.0
23432026-08-07T23:40:49.655Z Compiling progenitor v0.13.0
23442026-08-07T23:40:49.702Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
23452026-08-07T23:40:49.716Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23462026-08-07T23:40:49.811Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
23472026-08-07T23:40:49.833Z Compiling oxide-tokio-rt v0.1.6
23482026-08-07T23:40:49.917Z Compiling slog-dtrace v0.3.0
23492026-08-07T23:40:50.144Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23502026-08-07T23:40:50.184Z Compiling tough v0.22.0
23512026-08-07T23:40:50.238Z Compiling cancel-safe-futures v0.1.5
23522026-08-07T23:40:50.277Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
23532026-08-07T23:40:50.552Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23542026-08-07T23:40:50.750Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23552026-08-07T23:40:51.367Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23562026-08-07T23:40:51.606Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23572026-08-07T23:40:51.657Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23582026-08-07T23:40:51.660Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23592026-08-07T23:40:51.863Z Compiling hickory-proto v0.25.2
23602026-08-07T23:40:52.174Z Compiling steno v0.4.1
23612026-08-07T23:40:53.270Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23622026-08-07T23:40:53.450Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23632026-08-07T23:40:53.471Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
23642026-08-07T23:40:53.584Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
23652026-08-07T23:40:54.068Z Compiling hickory-resolver v0.25.2
23662026-08-07T23:40:54.283Z Compiling parking_lot v0.11.2
23672026-08-07T23:40:54.608Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
23682026-08-07T23:40:54.683Z Compiling sled v0.34.7
23692026-08-07T23:40:54.860Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23702026-08-07T23:40:55.094Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23712026-08-07T23:40:55.153Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23722026-08-07T23:40:56.142Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23732026-08-07T23:40:56.175Z Compiling arc-swap v1.9.1
23742026-08-07T23:40:56.214Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
23752026-08-07T23:40:56.522Z Compiling slog-scope v4.4.1
23762026-08-07T23:40:56.574Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
23772026-08-07T23:40:56.802Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23782026-08-07T23:40:57.071Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23792026-08-07T23:40:57.105Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23802026-08-07T23:40:57.464Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23812026-08-07T23:40:57.574Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23822026-08-07T23:40:57.588Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23832026-08-07T23:40:57.695Z Compiling papergrid v0.18.0
23842026-08-07T23:40:58.388Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23852026-08-07T23:40:58.495Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23862026-08-07T23:40:58.662Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23872026-08-07T23:40:58.727Z Compiling testing_table v0.3.0
23882026-08-07T23:40:58.778Z Compiling internet-checksum v0.2.1
23892026-08-07T23:40:58.902Z Compiling tabled v0.21.0
23902026-08-07T23:40:58.922Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
23912026-08-07T23:40:58.980Z Compiling slog-stdlog v4.1.1
23922026-08-07T23:40:59.203Z Compiling ingot-types v0.2.0
23932026-08-07T23:40:59.600Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
23942026-08-07T23:40:59.631Z Compiling itertools v0.15.0
23952026-08-07T23:40:59.974Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
23962026-08-07T23:41:00.104Z Compiling dropshot-api-manager-types v0.7.2
23972026-08-07T23:41:00.298Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
23982026-08-07T23:41:00.464Z Compiling ingot v0.2.1
23992026-08-07T23:41:00.472Z Compiling const-random v0.1.18
24002026-08-07T23:41:00.561Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
24012026-08-07T23:41:00.957Z Compiling slog-envlogger v2.2.0
24022026-08-07T23:41:01.364Z Compiling typify-impl v0.4.3
24032026-08-07T23:41:01.571Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
24042026-08-07T23:41:01.777Z Compiling crc8 v0.1.1
24052026-08-07T23:41:01.902Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
24062026-08-07T23:41:01.916Z Compiling ahash v0.8.12
24072026-08-07T23:41:02.172Z Compiling smartstring v1.0.1
24082026-08-07T23:41:02.399Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
24092026-08-07T23:41:02.461Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
24102026-08-07T23:41:02.476Z Compiling sha1 v0.10.6
24112026-08-07T23:41:02.721Z Compiling thin-vec v0.2.18
24122026-08-07T23:41:03.024Z Compiling utf-8 v0.7.6
24132026-08-07T23:41:03.039Z Compiling rhai v1.25.1
24142026-08-07T23:41:03.224Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24152026-08-07T23:41:03.319Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24162026-08-07T23:41:03.570Z Compiling typify v0.4.3
24172026-08-07T23:41:03.694Z Compiling progenitor-impl v0.10.0
24182026-08-07T23:41:04.417Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24192026-08-07T23:41:05.315Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24202026-08-07T23:41:05.372Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24212026-08-07T23:41:06.599Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
24222026-08-07T23:41:06.870Z Compiling tungstenite v0.21.0
24232026-08-07T23:41:06.900Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24242026-08-07T23:41:07.113Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
24252026-08-07T23:41:07.226Z Compiling sha2 v0.10.9
24262026-08-07T23:41:07.570Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24272026-08-07T23:41:07.638Z Compiling tokio-tungstenite v0.21.0
24282026-08-07T23:41:07.755Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
24292026-08-07T23:41:07.983Z Compiling progenitor v0.10.0
24302026-08-07T23:41:08.081Z Compiling lzma-sys v0.1.20
24312026-08-07T23:41:08.141Z Compiling typeid v1.0.3
24322026-08-07T23:41:08.202Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
24332026-08-07T23:41:08.267Z Compiling port-file v0.1.0
24342026-08-07T23:41:08.478Z Compiling console v0.16.3
24352026-08-07T23:41:09.104Z Compiling git-stub v1.0.0
24362026-08-07T23:41:09.129Z Compiling toml_datetime v0.7.5+spec-1.1.0
24372026-08-07T23:41:09.300Z Compiling unit-prefix v0.5.2
24382026-08-07T23:41:09.315Z Compiling base64 v0.21.7
24392026-08-07T23:41:09.389Z Compiling toml v0.9.12+spec-1.1.0
24402026-08-07T23:41:09.447Z Compiling indicatif v0.18.4
24412026-08-07T23:41:09.463Z Compiling git-stub-vcs v0.1.0
24422026-08-07T23:41:09.651Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24432026-08-07T23:41:09.826Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
24442026-08-07T23:41:09.900Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
24452026-08-07T23:41:10.371Z Compiling ron v0.12.1
24462026-08-07T23:41:10.532Z Compiling xz2 v0.1.7
24472026-08-07T23:41:10.759Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
24482026-08-07T23:41:10.776Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
24492026-08-07T23:41:10.789Z Compiling drift v0.2.0
24502026-08-07T23:41:10.863Z Compiling base16ct v1.0.0
24512026-08-07T23:41:11.056Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
24522026-08-07T23:41:11.461Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
24532026-08-07T23:41:11.912Z Compiling dropshot-api-manager v0.7.2
24542026-08-07T23:41:11.956Z Compiling natord v1.0.9
24552026-08-07T23:41:12.140Z Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util)
24562026-08-07T23:41:13.664Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24572026-08-07T23:41:16.330Z Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
24582026-08-07T23:41:22.027Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24592026-08-07T23:41:23.782Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24602026-08-07T23:41:24.867Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
24612026-08-07T23:41:25.824Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
24622026-08-07T23:41:25.827Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
24632026-08-07T23:41:25.827Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
24642026-08-07T23:41:26.290Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
24652026-08-07T23:41:26.293Z Compiling mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify)
24662026-08-07T23:41:26.293Z Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
24672026-08-07T23:41:26.798Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
24682026-08-07T23:41:28.298Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
24692026-08-07T23:41:28.302Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
24702026-08-07T23:41:28.302Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
24712026-08-07T23:41:33.207Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
24722026-08-07T23:41:35.327Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
24732026-08-07T23:41:35.327Z Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
24742026-08-07T23:41:35.332Z Compiling falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab)
24752026-08-07T23:42:19.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 42s
24762026-08-07T23:42:19.745Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
24772026-08-07T23:42:19.745Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
24782026-08-07T23:42:19.935Z
24792026-08-07T23:42:19.935Zreal 1:43.096962864
24802026-08-07T23:42:19.935Zuser 7:37.168155703
24812026-08-07T23:42:19.935Zsys 1:07.305655994
24822026-08-07T23:42:19.935Ztrap 0.189299614
24832026-08-07T23:42:19.935Ztflt 0.029551137
24842026-08-07T23:42:19.935Zdflt 0.183871962
24852026-08-07T23:42:19.935Zkflt 0.000063764
24862026-08-07T23:42:19.935Zlock 31:21.503636179
24872026-08-07T23:42:19.935Zslp 24:33.893100753
24882026-08-07T23:42:19.935Zlat 24.541460028
24892026-08-07T23:42:19.935Zstop 43.435760800
24902026-08-07T23:42:19.939Z+ ptime -m cargo build --release
24912026-08-07T23:42:20.604Z Compiling proc-macro2 v1.0.106
24922026-08-07T23:42:20.604Z Compiling quote v1.0.45
24932026-08-07T23:42:20.604Z Compiling unicode-ident v1.0.24
24942026-08-07T23:42:20.604Z Compiling serde_core v1.0.229
24952026-08-07T23:42:20.604Z Compiling serde v1.0.229
24962026-08-07T23:42:20.607Z Compiling libc v0.2.189
24972026-08-07T23:42:20.607Z Compiling cfg-if v1.0.4
24982026-08-07T23:42:20.824Z Compiling zmij v1.0.21
24992026-08-07T23:42:20.838Z Compiling autocfg v1.5.1
25002026-08-07T23:42:21.057Z Compiling memchr v2.8.1
25012026-08-07T23:42:21.072Z Compiling libm v0.2.16
25022026-08-07T23:42:21.399Z Compiling itoa v1.0.18
25032026-08-07T23:42:21.519Z Compiling icu_normalizer_data v2.2.0
25042026-08-07T23:42:21.662Z Compiling icu_properties_data v2.2.0
25052026-08-07T23:42:21.691Z Compiling version_check v0.9.5
25062026-08-07T23:42:21.759Z Compiling stable_deref_trait v1.2.1
25072026-08-07T23:42:21.864Z Compiling serde_json v1.0.151
25082026-08-07T23:42:21.965Z Compiling litemap v0.8.2
25092026-08-07T23:42:21.979Z Compiling thiserror v2.0.19
25102026-08-07T23:42:22.097Z Compiling syn v2.0.117
25112026-08-07T23:42:22.111Z Compiling syn v3.0.3
25122026-08-07T23:42:22.192Z Compiling writeable v0.6.3
25132026-08-07T23:42:22.205Z Compiling utf8_iter v1.0.4
25142026-08-07T23:42:22.296Z Compiling num-traits v0.2.19
25152026-08-07T23:42:22.318Z Compiling percent-encoding v2.3.2
25162026-08-07T23:42:22.593Z Compiling form_urlencoded v1.2.2
25172026-08-07T23:42:22.678Z Compiling getrandom v0.4.2
25182026-08-07T23:42:22.726Z Compiling rand_core v0.10.1
25192026-08-07T23:42:22.896Z Compiling parking_lot_core v0.9.12
25202026-08-07T23:42:23.053Z Compiling iana-time-zone v0.1.65
25212026-08-07T23:42:23.247Z Compiling heck v0.5.0
25222026-08-07T23:42:23.276Z Compiling uuid v1.24.0
25232026-08-07T23:42:23.381Z Compiling zerocopy v0.8.50
25242026-08-07T23:42:23.460Z Compiling errno v0.3.14
25252026-08-07T23:42:23.894Z Compiling semver v1.0.28
25262026-08-07T23:42:23.979Z Compiling dyn-clone v1.0.20
25272026-08-07T23:42:23.994Z Compiling schemars v0.8.22
25282026-08-07T23:42:24.137Z Compiling jobserver v0.1.34
25292026-08-07T23:42:24.189Z Compiling shlex v2.0.1
25302026-08-07T23:42:24.277Z Compiling find-msvc-tools v0.1.9
25312026-08-07T23:42:24.381Z Compiling rustversion v1.0.22
25322026-08-07T23:42:24.470Z Compiling cc v1.2.63
25332026-08-07T23:42:24.559Z Compiling pin-project-lite v0.2.17
25342026-08-07T23:42:24.670Z Compiling getrandom v0.2.17
25352026-08-07T23:42:24.727Z Compiling bitflags v2.12.1
25362026-08-07T23:42:24.902Z Compiling portable-atomic v1.13.1
25372026-08-07T23:42:24.969Z Compiling synstructure v0.13.2
25382026-08-07T23:42:24.999Z Compiling serde_derive v1.0.229
25392026-08-07T23:42:25.152Z Compiling serde_derive_internals v0.29.1
25402026-08-07T23:42:25.356Z Compiling thiserror-impl v2.0.19
25412026-08-07T23:42:25.398Z Compiling socket2 v0.6.5
25422026-08-07T23:42:25.422Z Compiling scopeguard v1.2.0
25432026-08-07T23:42:25.544Z Compiling lock_api v0.4.14
25442026-08-07T23:42:25.745Z Compiling log v0.4.32
25452026-08-07T23:42:25.806Z Compiling critical-section v1.2.0
25462026-08-07T23:42:25.940Z Compiling once_cell v1.21.4
25472026-08-07T23:42:25.966Z Compiling allocator-api2 v0.2.21
25482026-08-07T23:42:26.098Z Compiling zerofrom-derive v0.1.7
25492026-08-07T23:42:26.159Z Compiling yoke-derive v0.8.2
25502026-08-07T23:42:26.195Z Compiling zerovec-derive v0.11.3
25512026-08-07T23:42:26.209Z Compiling displaydoc v0.2.6
25522026-08-07T23:42:26.234Z Compiling schemars_derive v0.8.22
25532026-08-07T23:42:26.291Z Compiling tokio-macros v2.7.0
25542026-08-07T23:42:26.557Z Compiling zerocopy-derive v0.8.50
25552026-08-07T23:42:27.049Z Compiling zeroize_derive v1.4.3
25562026-08-07T23:42:27.128Z Compiling futures-macro v0.3.32
25572026-08-07T23:42:27.217Z Compiling signal-hook-registry v1.4.8
25582026-08-07T23:42:27.281Z Compiling zerofrom v0.1.8
25592026-08-07T23:42:27.303Z Compiling mio v1.2.1
25602026-08-07T23:42:27.419Z Compiling yoke v0.8.3
25612026-08-07T23:42:27.444Z Compiling equivalent v1.0.2
25622026-08-07T23:42:27.631Z Compiling zerovec v0.11.6
25632026-08-07T23:42:27.737Z Compiling zerotrie v0.2.4
25642026-08-07T23:42:27.809Z Compiling zeroize v1.8.2
25652026-08-07T23:42:27.961Z Compiling cmake v0.1.58
25662026-08-07T23:42:27.974Z Compiling fs_extra v1.3.0
25672026-08-07T23:42:28.056Z Compiling dunce v1.0.5
25682026-08-07T23:42:28.151Z Compiling smallvec v1.15.1
25692026-08-07T23:42:28.170Z Compiling bytes v1.11.1
25702026-08-07T23:42:28.195Z Compiling chrono v0.4.45
25712026-08-07T23:42:28.241Z Compiling tinystr v0.8.3
25722026-08-07T23:42:28.278Z Compiling potential_utf v0.1.5
25732026-08-07T23:42:28.292Z Compiling serde_tokenstream v0.2.3
25742026-08-07T23:42:28.356Z Compiling aws-lc-sys v0.41.0
25752026-08-07T23:42:28.438Z Compiling icu_locale_core v2.2.0
25762026-08-07T23:42:28.465Z Compiling icu_collections v2.2.0
25772026-08-07T23:42:28.590Z Compiling subtle v2.6.1
25782026-08-07T23:42:28.775Z Compiling parking_lot v0.12.5
25792026-08-07T23:42:29.050Z Compiling tokio v1.53.1
25802026-08-07T23:42:29.188Z Compiling futures-core v0.3.32
25812026-08-07T23:42:29.256Z Compiling icu_provider v2.2.0
25822026-08-07T23:42:29.356Z Compiling httparse v1.10.1
25832026-08-07T23:42:29.711Z Compiling icu_normalizer v2.2.0
25842026-08-07T23:42:29.735Z Compiling icu_properties v2.2.0
25852026-08-07T23:42:29.871Z Compiling futures-sink v0.3.32
25862026-08-07T23:42:29.999Z Compiling slab v0.4.12
25872026-08-07T23:42:30.217Z Compiling rustix v1.1.4
25882026-08-07T23:42:30.348Z Compiling typenum v1.20.1
25892026-08-07T23:42:30.590Z Compiling thiserror v1.0.69
25902026-08-07T23:42:30.882Z Compiling idna_adapter v1.2.2
25912026-08-07T23:42:30.913Z Compiling futures-channel v0.3.32
25922026-08-07T23:42:31.038Z Compiling idna v1.1.0
25932026-08-07T23:42:31.105Z Compiling hashbrown v0.17.1
25942026-08-07T23:42:31.186Z Compiling thiserror-impl v1.0.69
25952026-08-07T23:42:31.237Z Compiling regex-syntax v0.8.10
25962026-08-07T23:42:31.298Z Compiling futures-task v0.3.32
25972026-08-07T23:42:31.483Z Compiling url v2.5.8
25982026-08-07T23:42:31.618Z Compiling futures-io v0.3.32
25992026-08-07T23:42:31.762Z Compiling futures-util v0.3.32
26002026-08-07T23:42:31.802Z Compiling indexmap v2.14.0
26012026-08-07T23:42:31.826Z Compiling aho-corasick v1.1.4
26022026-08-07T23:42:32.461Z Compiling ucd-trie v0.1.7
26032026-08-07T23:42:32.705Z Compiling regex-automata v0.4.14
26042026-08-07T23:42:33.058Z Compiling pest v2.8.6
26052026-08-07T23:42:33.270Z Compiling tracing-core v0.1.36
26062026-08-07T23:42:33.915Z Compiling ipnetwork v0.21.1
26072026-08-07T23:42:34.105Z Compiling tracing-attributes v0.1.31
26082026-08-07T23:42:34.302Z Compiling rand_core v0.6.4
26092026-08-07T23:42:34.447Z Compiling pest_meta v2.8.6
26102026-08-07T23:42:34.495Z Compiling regex v1.12.3
26112026-08-07T23:42:34.569Z Compiling slog v2.8.2
26122026-08-07T23:42:34.904Z Compiling base64 v0.22.1
26132026-08-07T23:42:35.188Z Compiling byteorder v1.5.0
26142026-08-07T23:42:35.338Z Compiling tracing v0.1.44
26152026-08-07T23:42:35.383Z Compiling pest_generator v2.8.6
26162026-08-07T23:42:35.420Z Compiling http v1.4.2
26172026-08-07T23:42:35.460Z Compiling erased-serde v0.3.31
26182026-08-07T23:42:35.695Z Compiling getrandom v0.3.4
26192026-08-07T23:42:35.999Z Compiling pest_derive v2.8.6
26202026-08-07T23:42:36.320Z Compiling anyhow v1.0.104
26212026-08-07T23:42:36.435Z Compiling fnv v1.0.7
26222026-08-07T23:42:36.679Z Compiling strsim v0.11.1
26232026-08-07T23:42:36.698Z Compiling oxnet v0.1.6
26242026-08-07T23:42:36.982Z Compiling rustls-pki-types v1.14.1
26252026-08-07T23:42:37.246Z Compiling ring v0.17.14
26262026-08-07T23:42:37.260Z Compiling aws-lc-rs v1.17.0
26272026-08-07T23:42:37.572Z Compiling ident_case v1.0.1
26282026-08-07T23:42:37.983Z Compiling paste v1.0.15
26292026-08-07T23:42:38.173Z Compiling tokio-util v0.7.18
26302026-08-07T23:42:38.468Z Compiling ipnet v2.12.0
26312026-08-07T23:42:38.584Z Compiling num-conv v0.2.2
26322026-08-07T23:42:38.752Z Compiling untrusted v0.7.1
26332026-08-07T23:42:38.892Z Compiling untrusted v0.9.0
26342026-08-07T23:42:39.035Z Compiling time-core v0.1.8
26352026-08-07T23:42:39.190Z Compiling time-macros v0.2.27
26362026-08-07T23:42:40.371Z Compiling rustls v0.23.40
26372026-08-07T23:42:40.596Z Compiling camino v1.2.5
26382026-08-07T23:42:40.657Z Compiling http-body v1.0.1
26392026-08-07T23:42:40.828Z Compiling scroll_derive v0.13.1
26402026-08-07T23:42:40.925Z Compiling atomic-waker v1.1.2
26412026-08-07T23:42:41.067Z Compiling async-trait v0.1.89
26422026-08-07T23:42:41.108Z Compiling try-lock v0.2.5
26432026-08-07T23:42:41.234Z Compiling pretty-hex v0.4.2
26442026-08-07T23:42:41.295Z Compiling tower-layer v0.3.3
26452026-08-07T23:42:41.378Z Compiling ryu v1.0.23
26462026-08-07T23:42:41.394Z Compiling omicron-workspace-hack v0.1.0
26472026-08-07T23:42:41.498Z Compiling tower-service v0.3.3
26482026-08-07T23:42:41.620Z Compiling want v0.3.1
26492026-08-07T23:42:41.648Z Compiling h2 v0.4.14
26502026-08-07T23:42:41.672Z Compiling ppv-lite86 v0.2.21
26512026-08-07T23:42:41.800Z Compiling httpdate v1.0.3
26522026-08-07T23:42:42.022Z Compiling crossbeam-utils v0.8.21
26532026-08-07T23:42:42.349Z Compiling crc32fast v1.5.0
26542026-08-07T23:42:43.036Z Compiling slog-async v2.8.0
26552026-08-07T23:42:43.328Z Compiling usdt-impl v0.6.0
26562026-08-07T23:42:43.595Z Compiling scroll v0.13.0
26572026-08-07T23:42:43.879Z Compiling serde_urlencoded v0.7.1
26582026-08-07T23:42:43.901Z Compiling http-body-util v0.1.4
26592026-08-07T23:42:43.999Z Compiling plain v0.2.3
26602026-08-07T23:42:44.115Z Compiling hyper v1.11.0
26612026-08-07T23:42:44.150Z Compiling goblin v0.10.7
26622026-08-07T23:42:44.220Z Compiling daft-derive v0.1.7
26632026-08-07T23:42:47.324Z Compiling hyper-util v0.1.20
26642026-08-07T23:42:48.157Z Compiling foldhash v0.2.0
26652026-08-07T23:42:48.207Z Compiling dof v0.4.0
26662026-08-07T23:42:49.019Z Compiling darling_core v0.23.0
26672026-08-07T23:42:49.036Z Compiling dtrace-parser v0.3.0
26682026-08-07T23:42:49.209Z Compiling openapiv3 v2.2.0
26692026-08-07T23:42:49.615Z Compiling thread-id v5.1.0
26702026-08-07T23:42:49.710Z Compiling syn v1.0.109
26712026-08-07T23:42:50.144Z Compiling generic-array v0.14.7
26722026-08-07T23:42:50.584Z Compiling powerfmt v0.2.0
26732026-08-07T23:42:50.866Z Compiling deranged v0.5.8
26742026-08-07T23:42:51.131Z Compiling darling_macro v0.23.0
26752026-08-07T23:42:51.742Z Compiling num_threads v0.1.7
26762026-08-07T23:42:51.753Z Compiling darling v0.23.0
26772026-08-07T23:42:51.968Z Compiling time v0.3.47
26782026-08-07T23:42:52.060Z Compiling usdt-macro v0.6.0
26792026-08-07T23:42:52.420Z Compiling usdt-attr-macro v0.6.0
26802026-08-07T23:42:52.927Z Compiling rand_core v0.9.5
26812026-08-07T23:42:53.227Z Compiling hashbrown v0.16.1
26822026-08-07T23:42:53.657Z Compiling multer v3.1.0
26832026-08-07T23:42:53.900Z Compiling ref-cast v1.0.25
26842026-08-07T23:42:54.067Z Compiling crossbeam-channel v0.5.15
26852026-08-07T23:42:54.221Z Compiling sync_wrapper v1.0.2
26862026-08-07T23:42:54.229Z Compiling hex v0.4.3
26872026-08-07T23:42:54.346Z Compiling cpufeatures v0.3.0
26882026-08-07T23:42:54.433Z Compiling winnow v1.0.3
26892026-08-07T23:42:54.534Z Compiling tower v0.5.3
26902026-08-07T23:42:54.561Z Compiling rand_chacha v0.9.0
26912026-08-07T23:42:54.756Z Compiling webpki-roots v1.0.7
26922026-08-07T23:42:54.772Z Compiling futures-executor v0.3.32
26932026-08-07T23:42:54.883Z Compiling ref-cast-impl v1.0.25
26942026-08-07T23:42:55.112Z Compiling async-stream-impl v0.3.6
26952026-08-07T23:42:55.129Z Compiling dropshot v0.17.1
26962026-08-07T23:42:55.247Z Compiling thread_local v1.1.9
26972026-08-07T23:42:55.503Z Compiling fastrand v2.4.1
26982026-08-07T23:42:55.577Z Compiling tower-http v0.6.11
26992026-08-07T23:42:55.600Z Compiling futures v0.3.32
27002026-08-07T23:42:55.689Z Compiling rand v0.9.4
27012026-08-07T23:42:55.854Z Compiling structmeta-derive v0.3.0
27022026-08-07T23:42:55.892Z Compiling is-terminal v0.4.17
27032026-08-07T23:42:55.896Z Compiling term v1.2.1
27042026-08-07T23:42:56.003Z Compiling take_mut v0.2.2
27052026-08-07T23:42:56.242Z Compiling slog-term v2.9.2
27062026-08-07T23:42:56.404Z Compiling crypto-common v0.1.7
27072026-08-07T23:42:56.891Z Compiling dropshot_endpoint v0.17.1
27082026-08-07T23:42:56.918Z Compiling structmeta v0.3.0
27092026-08-07T23:42:56.934Z Compiling newtype-uuid-macros v0.1.0
27102026-08-07T23:42:57.297Z Compiling tempfile v3.27.0
27112026-08-07T23:42:57.548Z Compiling newtype-uuid v1.3.2
27122026-08-07T23:42:57.673Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27132026-08-07T23:42:57.741Z Compiling strum_macros v0.26.4
27142026-08-07T23:42:58.093Z Compiling either v1.16.0
27152026-08-07T23:42:58.166Z Compiling daft v0.1.7
27162026-08-07T23:42:58.495Z Compiling hybrid-array v0.4.12
27172026-08-07T23:42:58.564Z Compiling openssl-probe v0.2.1
27182026-08-07T23:42:58.607Z Compiling match_cfg v0.1.0
27192026-08-07T23:42:58.682Z Compiling adler2 v2.0.1
27202026-08-07T23:42:58.736Z Compiling simd-adler32 v0.3.9
27212026-08-07T23:42:58.822Z Compiling rustls-native-certs v0.8.4
27222026-08-07T23:42:58.858Z Compiling hostname v0.3.1
27232026-08-07T23:42:58.992Z Compiling miniz_oxide v0.8.9
27242026-08-07T23:42:59.028Z Compiling toml_parser v1.1.2+spec-1.1.0
27252026-08-07T23:42:59.388Z Compiling slog-json v2.6.1
27262026-08-07T23:42:59.576Z Compiling serde_with_macros v3.21.0
27272026-08-07T23:42:59.588Z Compiling macaddr v1.0.1
27282026-08-07T23:42:59.644Z Compiling serde_spanned v1.1.1
27292026-08-07T23:42:59.806Z Compiling memmap2 v0.9.10
27302026-08-07T23:42:59.984Z Compiling toml_writer v1.1.1+spec-1.1.0
27312026-08-07T23:43:00.321Z Compiling slog-bunyan v2.5.0
27322026-08-07T23:43:00.342Z Compiling flate2 v1.1.9
27332026-08-07T23:43:00.500Z Compiling block-buffer v0.12.0
27342026-08-07T23:43:00.692Z Compiling crypto-common v0.2.2
27352026-08-07T23:43:00.718Z Compiling derive-ex v0.1.8
27362026-08-07T23:43:00.886Z Compiling rand_chacha v0.3.1
27372026-08-07T23:43:00.924Z Compiling strum_macros v0.27.2
27382026-08-07T23:43:01.742Z Compiling debug-ignore v1.0.5
27392026-08-07T23:43:01.865Z Compiling compression-core v0.4.32
27402026-08-07T23:43:01.953Z Compiling usdt v0.6.0
27412026-08-07T23:43:02.065Z Compiling const-oid v0.10.2
27422026-08-07T23:43:02.287Z Compiling test-strategy v0.4.5
27432026-08-07T23:43:02.376Z Compiling digest v0.11.3
27442026-08-07T23:43:02.581Z Compiling compression-codecs v0.4.38
27452026-08-07T23:43:02.599Z Compiling rand v0.8.6
27462026-08-07T23:43:02.894Z Compiling toml_datetime v1.1.1+spec-1.1.0
27472026-08-07T23:43:02.930Z Compiling encoding_rs v0.8.35
27482026-08-07T23:43:03.282Z Compiling spin v0.9.8
27492026-08-07T23:43:04.015Z Compiling mime v0.3.17
27502026-08-07T23:43:04.086Z Compiling toml v1.1.2+spec-1.1.0
27512026-08-07T23:43:04.086Z Compiling async-compression v0.4.42
27522026-08-07T23:43:04.086Z Compiling sha1 v0.11.0
27532026-08-07T23:43:04.086Z Compiling async-stream v0.3.6
27542026-08-07T23:43:04.192Z Compiling block-buffer v0.10.4
27552026-08-07T23:43:04.241Z Compiling waitgroup v0.1.2
27562026-08-07T23:43:04.374Z Compiling rustls-pemfile v2.2.0
27572026-08-07T23:43:04.405Z Compiling serde_path_to_error v0.1.20
27582026-08-07T23:43:04.678Z Compiling hostname v0.4.2
27592026-08-07T23:43:04.858Z Compiling digest v0.10.7
27602026-08-07T23:43:04.926Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27612026-08-07T23:43:05.111Z Compiling unicode-width v0.2.2
27622026-08-07T23:43:05.370Z Compiling parse-display-derive v0.10.0
27632026-08-07T23:43:05.883Z Compiling strum v0.26.3
27642026-08-07T23:43:06.034Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27652026-08-07T23:43:06.189Z Compiling regress v0.10.5
27662026-08-07T23:43:06.963Z Compiling wait-timeout v0.2.1
27672026-08-07T23:43:07.408Z Compiling quick-error v1.2.3
27682026-08-07T23:43:07.533Z Compiling bit-vec v0.8.0
27692026-08-07T23:43:07.593Z Compiling rusty-fork v0.3.1
27702026-08-07T23:43:07.620Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27712026-08-07T23:43:07.841Z Compiling bit-set v0.8.0
27722026-08-07T23:43:08.022Z Compiling serde_with v3.21.0
27732026-08-07T23:43:08.041Z Compiling rand_xorshift v0.4.0
27742026-08-07T23:43:08.131Z Compiling unarray v0.1.4
27752026-08-07T23:43:08.268Z Compiling proptest v1.11.0
27762026-08-07T23:43:08.476Z Compiling strum v0.27.2
27772026-08-07T23:43:08.637Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27782026-08-07T23:43:08.653Z Compiling instant v0.1.13
27792026-08-07T23:43:08.881Z Compiling cpufeatures v0.2.17
27802026-08-07T23:43:08.960Z Compiling iddqd v0.4.6
27812026-08-07T23:43:08.976Z Compiling itertools v0.14.0
27822026-08-07T23:43:09.101Z Compiling clap_derive v4.6.4
27832026-08-07T23:43:10.744Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27842026-08-07T23:43:10.784Z Compiling utf8parse v0.2.2
27852026-08-07T23:43:10.880Z Compiling anstyle-parse v1.0.0
27862026-08-07T23:43:11.101Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27872026-08-07T23:43:11.222Z Compiling backon v1.6.0
27882026-08-07T23:43:11.356Z Compiling terminal_size v0.4.4
27892026-08-07T23:43:11.516Z Compiling anstyle-query v1.1.5
27902026-08-07T23:43:11.616Z Compiling is_terminal_polyfill v1.70.2
27912026-08-07T23:43:11.904Z Compiling anstyle v1.0.14
27922026-08-07T23:43:12.064Z Compiling colorchoice v1.0.5
27932026-08-07T23:43:12.176Z Compiling anstream v1.0.0
27942026-08-07T23:43:12.473Z Compiling backoff v0.4.0
27952026-08-07T23:43:12.602Z Compiling parse-display v0.10.0
27962026-08-07T23:43:12.705Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
27972026-08-07T23:43:13.171Z Compiling clap_lex v1.1.0
27982026-08-07T23:43:13.351Z Compiling humantime v2.3.0
27992026-08-07T23:43:13.784Z Compiling clap_builder v4.6.5
28002026-08-07T23:43:14.141Z Compiling regress v0.11.1
28012026-08-07T23:43:15.644Z Compiling typify-impl v0.6.2
28022026-08-07T23:43:15.820Z Compiling clap v4.6.5
28032026-08-07T23:43:16.842Z Compiling toml_edit v0.25.12+spec-1.1.0
28042026-08-07T23:43:17.326Z Compiling crucible-workspace-hack v0.1.0
28052026-08-07T23:43:17.613Z Compiling proc-macro-crate v3.5.0
28062026-08-07T23:43:18.524Z Compiling zerocopy-derive v0.7.35
28072026-08-07T23:43:18.984Z Compiling typify-macro v0.6.2
28082026-08-07T23:43:19.079Z Compiling unsafe-libyaml v0.2.11
28092026-08-07T23:43:19.716Z Compiling serde_yaml v0.9.34+deprecated
28102026-08-07T23:43:19.783Z Compiling num_enum_derive v0.7.6
28112026-08-07T23:43:20.929Z Compiling convert_case v0.4.0
28122026-08-07T23:43:21.110Z Compiling num_enum v0.7.6
28132026-08-07T23:43:21.227Z Compiling derive_more v0.99.20
28142026-08-07T23:43:21.488Z Compiling toml_datetime v0.6.11
28152026-08-07T23:43:22.035Z Compiling typify v0.6.2
28162026-08-07T23:43:22.517Z Compiling secrecy v0.10.3
28172026-08-07T23:43:22.689Z Compiling proc-macro-error-attr v1.0.4
28182026-08-07T23:43:22.759Z Compiling heapless v0.8.0
28192026-08-07T23:43:22.928Z Compiling prettyplease v0.2.37
28202026-08-07T23:43:23.219Z Compiling rustix v0.38.44
28212026-08-07T23:43:23.403Z Compiling tinyvec_macros v0.1.1
28222026-08-07T23:43:23.479Z Compiling tinyvec v1.11.0
28232026-08-07T23:43:23.929Z Compiling zerocopy v0.7.35
28242026-08-07T23:43:24.016Z Compiling tabwriter v1.4.1
28252026-08-07T23:43:24.372Z Compiling crossbeam-epoch v0.9.18
28262026-08-07T23:43:24.483Z Compiling hash32 v0.3.1
28272026-08-07T23:43:24.623Z Compiling rustc_version v0.4.1
28282026-08-07T23:43:24.647Z Compiling scroll_derive v0.12.1
28292026-08-07T23:43:24.689Z Compiling num-integer v0.1.46
28302026-08-07T23:43:24.833Z Compiling proc-macro-error v1.0.4
28312026-08-07T23:43:24.896Z Compiling usdt-impl v0.5.0
28322026-08-07T23:43:25.077Z Compiling smoltcp v0.11.0
28332026-08-07T23:43:25.164Z Compiling pkg-config v0.3.33
28342026-08-07T23:43:25.182Z Compiling winnow v0.7.15
28352026-08-07T23:43:25.361Z Compiling data-encoding v2.11.0
28362026-08-07T23:43:25.421Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28372026-08-07T23:43:25.625Z Compiling scroll v0.12.0
28382026-08-07T23:43:25.925Z Compiling curve25519-dalek v4.1.3
28392026-08-07T23:43:26.336Z Compiling dof v0.3.0
28402026-08-07T23:43:27.688Z Compiling dtrace-parser v0.2.0
28412026-08-07T23:43:27.874Z Compiling hmac v0.12.1
28422026-08-07T23:43:27.895Z Compiling darling_core v0.21.3
28432026-08-07T23:43:27.977Z Compiling inout v0.1.4
28442026-08-07T23:43:28.056Z Compiling ff v0.13.1
28452026-08-07T23:43:28.107Z Compiling cobs v0.3.0
28462026-08-07T23:43:28.228Z Compiling bstr v1.12.1
28472026-08-07T23:43:28.288Z Compiling thread-id v4.2.2
28482026-08-07T23:43:28.408Z Compiling managed v0.8.0
28492026-08-07T23:43:28.616Z Compiling bitflags v1.3.2
28502026-08-07T23:43:28.670Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
28512026-08-07T23:43:28.701Z Compiling static_assertions v1.1.0
28522026-08-07T23:43:28.715Z Compiling colored v3.1.1
28532026-08-07T23:43:29.447Z Compiling postcard v1.1.3
28542026-08-07T23:43:29.461Z Compiling group v0.13.0
28552026-08-07T23:43:29.606Z Compiling cipher v0.4.4
28562026-08-07T23:43:29.851Z Compiling hkdf v0.12.4
28572026-08-07T23:43:30.006Z Compiling darling_macro v0.21.3
28582026-08-07T23:43:30.581Z Compiling goblin v0.8.2
28592026-08-07T23:43:30.605Z Compiling num-rational v0.4.2
28602026-08-07T23:43:30.621Z Compiling num-iter v0.1.45
28612026-08-07T23:43:31.149Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28622026-08-07T23:43:31.429Z Compiling universal-hash v0.5.1
28632026-08-07T23:43:31.582Z Compiling thiserror-impl-no-std v2.0.2
28642026-08-07T23:43:31.643Z Compiling hubpack_derive v0.1.1
28652026-08-07T23:43:32.084Z Compiling crypto-bigint v0.5.5
28662026-08-07T23:43:32.377Z Compiling half v2.7.1
28672026-08-07T23:43:32.530Z Compiling curve25519-dalek-derive v0.1.1
28682026-08-07T23:43:32.646Z Compiling foreign-types-macros v0.2.3
28692026-08-07T23:43:32.729Z Compiling serde_repr v0.1.21
28702026-08-07T23:43:33.305Z Compiling num-complex v0.4.6
28712026-08-07T23:43:33.765Z Compiling memoffset v0.9.1
28722026-08-07T23:43:33.924Z Compiling base16ct v0.2.0
28732026-08-07T23:43:33.996Z Compiling opaque-debug v0.3.1
28742026-08-07T23:43:34.073Z Compiling heck v0.4.1
28752026-08-07T23:43:34.131Z Compiling ciborium-io v0.2.2
28762026-08-07T23:43:34.145Z Compiling indent_write v2.2.0
28772026-08-07T23:43:34.279Z Compiling base64ct v1.8.3
28782026-08-07T23:43:34.479Z Compiling foreign-types-shared v0.3.1
28792026-08-07T23:43:34.635Z Compiling cfg_aliases v0.2.1
28802026-08-07T23:43:34.732Z Compiling nix v0.31.3
28812026-08-07T23:43:35.125Z Compiling foreign-types v0.5.0
28822026-08-07T23:43:35.216Z Compiling password-hash v0.5.0
28832026-08-07T23:43:35.509Z Compiling ciborium-ll v0.2.2
28842026-08-07T23:43:35.781Z Compiling poly1305 v0.8.0
28852026-08-07T23:43:35.919Z Compiling elliptic-curve v0.13.8
28862026-08-07T23:43:36.259Z Compiling num v0.4.3
28872026-08-07T23:43:36.477Z Compiling thiserror-no-std v2.0.2
28882026-08-07T23:43:36.579Z Compiling hubpack v0.1.2
28892026-08-07T23:43:37.184Z Compiling darling v0.21.3
28902026-08-07T23:43:37.547Z Compiling chacha20 v0.9.1
28912026-08-07T23:43:38.009Z Compiling atomicwrites v0.4.4
28922026-08-07T23:43:38.293Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28932026-08-07T23:43:38.307Z Compiling reqwest v0.12.28
28942026-08-07T23:43:39.236Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28952026-08-07T23:43:39.653Z Compiling blake2 v0.10.6
28962026-08-07T23:43:40.123Z Compiling aead v0.5.2
28972026-08-07T23:43:40.195Z Compiling byte-wrapper v0.1.0
28982026-08-07T23:43:40.249Z Compiling chacha20 v0.10.0
28992026-08-07T23:43:40.307Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29002026-08-07T23:43:40.548Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29012026-08-07T23:43:41.157Z Compiling cstr-argument v0.1.2
29022026-08-07T23:43:41.322Z Compiling keccak v0.1.6
29032026-08-07T23:43:41.322Z Compiling float-ord v0.3.2
29042026-08-07T23:43:41.434Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#33fd10c8)
29052026-08-07T23:43:41.558Z Compiling sha3 v0.10.9
29062026-08-07T23:43:41.638Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29072026-08-07T23:43:42.022Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29082026-08-07T23:43:42.037Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29092026-08-07T23:43:42.151Z Compiling rand v0.10.2
29102026-08-07T23:43:42.171Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29112026-08-07T23:43:42.869Z Compiling chacha20poly1305 v0.10.1
29122026-08-07T23:43:43.027Z Compiling argon2 v0.5.3
29132026-08-07T23:43:43.705Z Compiling progenitor-client v0.10.0
29142026-08-07T23:43:43.975Z Compiling rustls-webpki v0.103.13
29152026-08-07T23:43:45.063Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
29162026-08-07T23:43:45.304Z Compiling ingot-macros v0.1.1
29172026-08-07T23:43:45.482Z Compiling vsss-rs v3.3.4
29182026-08-07T23:43:46.398Z Compiling ciborium v0.2.2
29192026-08-07T23:43:47.269Z Compiling usdt-macro v0.5.0
29202026-08-07T23:43:47.289Z Compiling usdt-attr-macro v0.5.0
29212026-08-07T23:43:48.503Z Compiling num-derive v0.4.2
29222026-08-07T23:43:48.594Z Compiling tokio-rustls v0.26.4
29232026-08-07T23:43:48.759Z Compiling rustls-platform-verifier v0.7.0
29242026-08-07T23:43:48.904Z Compiling hyper-rustls v0.27.9
29252026-08-07T23:43:49.340Z Compiling reqwest v0.13.4
29262026-08-07T23:43:49.403Z Compiling enum-as-inner v0.6.1
29272026-08-07T23:43:49.446Z Compiling memmap v0.7.0
29282026-08-07T23:43:49.983Z Compiling winnow v0.5.40
29292026-08-07T23:43:50.011Z Compiling semver v0.1.20
29302026-08-07T23:43:50.279Z Compiling rayon-core v1.13.0
29312026-08-07T23:43:50.767Z Compiling progenitor-client v0.14.0
29322026-08-07T23:43:51.356Z Compiling progenitor-extras v0.2.0
29332026-08-07T23:43:51.611Z Compiling toml_edit v0.19.15
29342026-08-07T23:43:51.696Z Compiling rustc_version v0.1.7
29352026-08-07T23:43:51.904Z Compiling usdt v0.5.0
29362026-08-07T23:43:52.154Z Compiling ingot-types v0.1.2
29372026-08-07T23:43:52.517Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29382026-08-07T23:43:53.650Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29392026-08-07T23:44:02.624Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29402026-08-07T23:44:03.187Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29412026-08-07T23:44:03.304Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29422026-08-07T23:44:03.404Z Compiling similar v2.7.0
29432026-08-07T23:44:03.669Z Compiling crossbeam-deque v0.8.6
29442026-08-07T23:44:03.913Z Compiling progenitor-impl v0.14.0
29452026-08-07T23:44:04.553Z Compiling serde_spanned v0.6.9
29462026-08-07T23:44:04.707Z Compiling bytecount v0.6.9
29472026-08-07T23:44:04.871Z Compiling lazy_static v1.5.0
29482026-08-07T23:44:04.912Z Compiling vcpkg v0.2.15
29492026-08-07T23:44:04.997Z Compiling toml_write v0.1.2
29502026-08-07T23:44:05.472Z Compiling openssl-sys v0.9.116
29512026-08-07T23:44:05.990Z Compiling progenitor-macro v0.14.0
29522026-08-07T23:44:06.059Z Compiling toml_edit v0.22.27
29532026-08-07T23:44:06.074Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29542026-08-07T23:44:06.368Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29552026-08-07T23:44:07.804Z Compiling proc-macro-crate v1.3.1
29562026-08-07T23:44:08.183Z Compiling ingot v0.1.1
29572026-08-07T23:44:08.338Z Compiling newtype_derive v0.1.6
29582026-08-07T23:44:08.599Z Compiling itertools v0.12.1
29592026-08-07T23:44:10.115Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29602026-08-07T23:44:10.167Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29612026-08-07T23:44:10.277Z Compiling owo-colors v4.3.0
29622026-08-07T23:44:10.357Z Compiling swrite v0.1.0
29632026-08-07T23:44:10.416Z Compiling resolv-conf v0.7.6
29642026-08-07T23:44:10.473Z Compiling linked-hash-map v0.5.6
29652026-08-07T23:44:10.545Z Compiling unicode-segmentation v1.13.3
29662026-08-07T23:44:10.683Z Compiling lru-cache v0.1.2
29672026-08-07T23:44:10.714Z Compiling progenitor v0.14.0
29682026-08-07T23:44:10.875Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29692026-08-07T23:44:11.018Z Compiling newline-converter v0.3.0
29702026-08-07T23:44:11.175Z Compiling num_enum_derive v0.5.11
29712026-08-07T23:44:11.198Z Compiling toml v0.8.23
29722026-08-07T23:44:11.311Z Compiling rayon v1.12.0
29732026-08-07T23:44:11.675Z Compiling hickory-proto v0.24.4
29742026-08-07T23:44:11.761Z Compiling progenitor-impl v0.13.0
29752026-08-07T23:44:12.221Z Compiling console v0.15.11
29762026-08-07T23:44:12.575Z Compiling camino-tempfile v1.4.1
29772026-08-07T23:44:12.978Z Compiling serde-big-array v0.5.1
29782026-08-07T23:44:13.189Z Compiling derive-where v1.6.1
29792026-08-07T23:44:13.524Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29802026-08-07T23:44:13.549Z Compiling pin-project-internal v1.1.13
29812026-08-07T23:44:13.871Z Compiling minimal-lexical v0.2.1
29822026-08-07T23:44:14.071Z Compiling siphasher v1.0.3
29832026-08-07T23:44:14.298Z Compiling phf_shared v0.12.1
29842026-08-07T23:44:14.509Z Compiling nom v7.1.3
29852026-08-07T23:44:14.533Z Compiling progenitor-macro v0.13.0
29862026-08-07T23:44:14.670Z Compiling pin-project v1.1.13
29872026-08-07T23:44:14.799Z Compiling hickory-resolver v0.24.4
29882026-08-07T23:44:14.932Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
29892026-08-07T23:44:15.832Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29902026-08-07T23:44:18.765Z Compiling expectorate v1.2.0
29912026-08-07T23:44:19.054Z Compiling num_enum v0.5.11
29922026-08-07T23:44:19.179Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29932026-08-07T23:44:20.358Z Compiling progenitor-client v0.13.0
29942026-08-07T23:44:20.387Z Compiling zone_cfg_derive v0.3.1
29952026-08-07T23:44:21.107Z Compiling unicode-normalization v0.1.25
29962026-08-07T23:44:21.221Z Compiling tokio-stream v0.1.18
29972026-08-07T23:44:21.711Z Compiling snafu-derive v0.8.9
29982026-08-07T23:44:21.809Z Compiling async-recursion v1.1.1
29992026-08-07T23:44:22.440Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
30002026-08-07T23:44:22.523Z Compiling slog-dtrace v0.3.0
30012026-08-07T23:44:22.777Z Compiling csv-core v0.1.13
30022026-08-07T23:44:22.806Z Compiling unicode-width v0.1.14
30032026-08-07T23:44:23.156Z Compiling same-file v1.0.6
30042026-08-07T23:44:23.214Z Compiling openssl v0.10.80
30052026-08-07T23:44:23.354Z Compiling foreign-types-shared v0.1.1
30062026-08-07T23:44:23.407Z Compiling highway v1.3.0
30072026-08-07T23:44:23.457Z Compiling unicode-xid v0.2.6
30082026-08-07T23:44:23.482Z Compiling foldhash v0.1.5
30092026-08-07T23:44:23.506Z Compiling unicode-linebreak v0.1.5
30102026-08-07T23:44:23.597Z Compiling konst_macro_rules v0.2.19
30112026-08-07T23:44:23.725Z Compiling chrono-tz v0.10.4
30122026-08-07T23:44:23.799Z Compiling cancel-safe-futures v0.1.5
30132026-08-07T23:44:23.833Z Compiling smawk v0.3.2
30142026-08-07T23:44:24.018Z Compiling textwrap v0.16.2
30152026-08-07T23:44:24.032Z Compiling konst v0.2.20
30162026-08-07T23:44:24.092Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30172026-08-07T23:44:24.135Z Compiling hashbrown v0.15.5
30182026-08-07T23:44:24.427Z Compiling const_format_proc_macros v0.2.34
30192026-08-07T23:44:24.826Z Compiling snafu v0.8.9
30202026-08-07T23:44:25.241Z Compiling foreign-types v0.3.2
30212026-08-07T23:44:25.330Z Compiling walkdir v2.5.0
30222026-08-07T23:44:25.390Z Compiling csv v1.4.0
30232026-08-07T23:44:25.567Z Compiling progenitor v0.13.0
30242026-08-07T23:44:25.617Z Compiling qorb v0.4.1
30252026-08-07T23:44:25.730Z Compiling olpc-cjson v0.1.4
30262026-08-07T23:44:25.955Z Compiling zone v0.3.1
30272026-08-07T23:44:26.012Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30282026-08-07T23:44:27.580Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30292026-08-07T23:44:27.842Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30302026-08-07T23:44:28.135Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30312026-08-07T23:44:29.878Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30322026-08-07T23:44:30.025Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30332026-08-07T23:44:30.398Z Compiling phf v0.12.1
30342026-08-07T23:44:31.042Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30352026-08-07T23:44:31.672Z Compiling tokio-dtrace v0.1.1
30362026-08-07T23:44:32.020Z Compiling globset v0.4.18
30372026-08-07T23:44:32.203Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30382026-08-07T23:44:32.438Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30392026-08-07T23:44:33.054Z Compiling smf v0.2.3
30402026-08-07T23:44:33.646Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
30412026-08-07T23:44:33.785Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
30422026-08-07T23:44:33.893Z Compiling pem v3.0.6
30432026-08-07T23:44:34.219Z Compiling libsw-core v0.3.2
30442026-08-07T23:44:34.416Z Compiling serde_plain v1.0.2
30452026-08-07T23:44:34.578Z Compiling openssl-macros v0.1.1
30462026-08-07T23:44:34.616Z Compiling cookie v0.18.1
30472026-08-07T23:44:34.713Z Compiling sigpipe v0.1.3
30482026-08-07T23:44:34.744Z Compiling fixedbitset v0.4.2
30492026-08-07T23:44:34.823Z Compiling jiff v0.2.28
30502026-08-07T23:44:35.071Z Compiling glob v0.3.3
30512026-08-07T23:44:35.130Z Compiling fixedbitset v0.5.7
30522026-08-07T23:44:35.200Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30532026-08-07T23:44:35.447Z Compiling typed-path v0.9.3
30542026-08-07T23:44:35.683Z Compiling petgraph v0.8.3
30552026-08-07T23:44:35.970Z Compiling petgraph v0.6.5
30562026-08-07T23:44:36.583Z Compiling tough v0.22.0
30572026-08-07T23:44:37.629Z Compiling libsw v3.5.0
30582026-08-07T23:44:37.817Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
30592026-08-07T23:44:37.849Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
30602026-08-07T23:44:38.061Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30612026-08-07T23:44:38.248Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30622026-08-07T23:44:38.524Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30632026-08-07T23:44:38.839Z Compiling oxide-tokio-rt v0.1.6
30642026-08-07T23:44:39.081Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30652026-08-07T23:44:39.419Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30662026-08-07T23:44:42.077Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30672026-08-07T23:44:42.093Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30682026-08-07T23:44:42.303Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30692026-08-07T23:44:42.868Z Compiling const_format v0.2.36
30702026-08-07T23:44:43.302Z Compiling papergrid v0.11.0
30712026-08-07T23:44:43.380Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30722026-08-07T23:44:43.397Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30732026-08-07T23:44:44.065Z Compiling libscf-sys v1.2.0
30742026-08-07T23:44:44.235Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30752026-08-07T23:44:44.376Z Compiling tabled_derive v0.7.0
30762026-08-07T23:44:44.892Z Compiling gethostname v0.5.0
30772026-08-07T23:44:45.042Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
30782026-08-07T23:44:45.147Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30792026-08-07T23:44:45.280Z Compiling bcs v0.1.6
30802026-08-07T23:44:45.380Z Compiling termtree v0.5.1
30812026-08-07T23:44:45.445Z Compiling linear-map v1.2.0
30822026-08-07T23:44:45.565Z Compiling tagptr v0.2.0
30832026-08-07T23:44:45.664Z Compiling whoami v1.6.1
30842026-08-07T23:44:45.681Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30852026-08-07T23:44:45.697Z Compiling tabled v0.15.0
30862026-08-07T23:44:48.372Z Compiling moka v0.12.15
30872026-08-07T23:44:48.491Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30882026-08-07T23:44:48.585Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30892026-08-07T23:44:48.843Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30902026-08-07T23:44:49.067Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30912026-08-07T23:44:49.616Z Compiling steno v0.4.1
30922026-08-07T23:44:50.724Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30932026-08-07T23:44:53.668Z Compiling hickory-proto v0.25.2
30942026-08-07T23:44:54.354Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30952026-08-07T23:44:54.610Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
30962026-08-07T23:44:55.280Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
30972026-08-07T23:44:55.398Z Compiling parking_lot_core v0.8.6
30982026-08-07T23:44:55.756Z Compiling nom v8.0.0
30992026-08-07T23:44:56.414Z Compiling hickory-resolver v0.25.2
31002026-08-07T23:44:57.778Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
31012026-08-07T23:44:57.882Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
31022026-08-07T23:44:57.973Z Compiling crunchy v0.2.4
31032026-08-07T23:44:58.296Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
31042026-08-07T23:44:58.416Z Compiling parking_lot v0.11.2
31052026-08-07T23:44:58.439Z Compiling typify-impl v0.4.3
31062026-08-07T23:44:59.270Z Compiling fxhash v0.2.1
31072026-08-07T23:44:59.424Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
31082026-08-07T23:44:59.724Z Compiling proc-macro-error-attr2 v2.0.0
31092026-08-07T23:45:00.182Z Compiling tiny-keccak v2.0.2
31102026-08-07T23:45:00.435Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
31112026-08-07T23:45:00.686Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
31122026-08-07T23:45:01.839Z Compiling typify-macro v0.4.3
31132026-08-07T23:45:01.904Z Compiling proc-macro-error2 v2.0.1
31142026-08-07T23:45:02.201Z Compiling sled v0.34.7
31152026-08-07T23:45:02.980Z Compiling itertools v0.15.0
31162026-08-07T23:45:03.470Z Compiling arc-swap v1.9.1
31172026-08-07T23:45:03.852Z Compiling slog-scope v4.4.1
31182026-08-07T23:45:04.379Z Compiling ingot-macros v0.2.0
31192026-08-07T23:45:04.468Z Compiling tabled_derive v0.11.0
31202026-08-07T23:45:05.201Z Compiling papergrid v0.18.0
31212026-08-07T23:45:05.442Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
31222026-08-07T23:45:05.607Z Compiling testing_table v0.3.0
31232026-08-07T23:45:06.024Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
31242026-08-07T23:45:06.111Z Compiling internet-checksum v0.2.1
31252026-08-07T23:45:06.326Z Compiling const-random-macro v0.1.16
31262026-08-07T23:45:06.830Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
31272026-08-07T23:45:06.835Z Compiling tabled v0.21.0
31282026-08-07T23:45:07.093Z Compiling ingot-types v0.2.0
31292026-08-07T23:45:07.576Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
31302026-08-07T23:45:07.710Z Compiling slog-stdlog v4.1.1
31312026-08-07T23:45:08.079Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
31322026-08-07T23:45:10.334Z Compiling dropshot-api-manager-types v0.7.2
31332026-08-07T23:45:10.732Z Compiling smartstring v1.0.1
31342026-08-07T23:45:10.915Z Compiling ahash v0.8.12
31352026-08-07T23:45:11.247Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
31362026-08-07T23:45:11.335Z Compiling slog-envlogger v2.2.0
31372026-08-07T23:45:12.422Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
31382026-08-07T23:45:13.343Z Compiling ingot v0.2.1
31392026-08-07T23:45:14.637Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
31402026-08-07T23:45:15.569Z Compiling const-random v0.1.18
31412026-08-07T23:45:15.661Z Compiling typify v0.4.3
31422026-08-07T23:45:16.116Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
31432026-08-07T23:45:17.272Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
31442026-08-07T23:45:18.770Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
31452026-08-07T23:45:20.033Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
31462026-08-07T23:45:20.333Z Compiling toml_datetime v0.7.5+spec-1.1.0
31472026-08-07T23:45:20.386Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
31482026-08-07T23:45:20.482Z Compiling crc8 v0.1.1
31492026-08-07T23:45:20.610Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
31502026-08-07T23:45:20.625Z Compiling toml v0.9.12+spec-1.1.0
31512026-08-07T23:45:20.703Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
31522026-08-07T23:45:21.715Z Compiling progenitor-impl v0.10.0
31532026-08-07T23:45:22.404Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
31542026-08-07T23:45:22.407Z Compiling lzma-sys v0.1.20
31552026-08-07T23:45:22.868Z Compiling sha1 v0.10.6
31562026-08-07T23:45:23.127Z Compiling thin-vec v0.2.18
31572026-08-07T23:45:23.325Z Compiling rhai_codegen v3.2.0
31582026-08-07T23:45:23.497Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
31592026-08-07T23:45:23.794Z Compiling fs-err v3.3.0
31602026-08-07T23:45:24.054Z Compiling typeid v1.0.3
31612026-08-07T23:45:24.068Z Compiling utf-8 v0.7.6
31622026-08-07T23:45:24.293Z Compiling tungstenite v0.21.0
31632026-08-07T23:45:24.593Z Compiling rhai v1.25.1
31642026-08-07T23:45:25.407Z Compiling progenitor-macro v0.10.0
31652026-08-07T23:45:29.814Z Compiling cargo_toml v0.22.3
31662026-08-07T23:45:30.876Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31672026-08-07T23:45:32.062Z Compiling sha2 v0.10.9
31682026-08-07T23:45:32.466Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31692026-08-07T23:45:33.378Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31702026-08-07T23:45:33.598Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
31712026-08-07T23:45:34.564Z Compiling progenitor v0.10.0
31722026-08-07T23:45:34.867Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
31732026-08-07T23:45:37.030Z Compiling tokio-tungstenite v0.21.0
31742026-08-07T23:45:37.358Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
31752026-08-07T23:45:38.005Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
31762026-08-07T23:45:39.024Z Compiling port-file v0.1.0
31772026-08-07T23:45:39.234Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
31782026-08-07T23:45:39.289Z Compiling console v0.16.3
31792026-08-07T23:45:39.961Z Compiling git-stub v1.0.0
31802026-08-07T23:45:40.562Z Compiling base64 v0.21.7
31812026-08-07T23:45:40.630Z Compiling is_ci v1.2.0
31822026-08-07T23:45:40.791Z Compiling unit-prefix v0.5.2
31832026-08-07T23:45:40.818Z Compiling supports-color v3.0.2
31842026-08-07T23:45:40.869Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31852026-08-07T23:45:40.973Z Compiling indicatif v0.18.4
31862026-08-07T23:45:41.087Z Compiling git-stub-vcs v0.1.0
31872026-08-07T23:45:41.435Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
31882026-08-07T23:45:41.810Z Compiling ron v0.12.1
31892026-08-07T23:45:42.925Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
31902026-08-07T23:45:43.674Z Compiling xz2 v0.1.7
31912026-08-07T23:45:44.046Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
31922026-08-07T23:45:44.774Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
31932026-08-07T23:45:45.171Z Compiling drift v0.2.0
31942026-08-07T23:45:45.572Z Compiling base16ct v1.0.0
31952026-08-07T23:45:46.845Z Compiling dropshot-api-manager v0.7.2
31962026-08-07T23:45:51.548Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
31972026-08-07T23:45:54.257Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
31982026-08-07T23:45:55.415Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
31992026-08-07T23:45:56.748Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
32002026-08-07T23:45:56.825Z Compiling natord v1.0.9
32012026-08-07T23:45:57.117Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
32022026-08-07T23:45:57.214Z Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util)
32032026-08-07T23:45:57.861Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
32042026-08-07T23:45:58.867Z Compiling mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify)
32052026-08-07T23:46:01.692Z Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
32062026-08-07T23:46:09.036Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
32072026-08-07T23:46:09.102Z Compiling falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab)
32082026-08-07T23:46:10.954Z Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
32092026-08-07T23:46:11.440Z Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
32102026-08-07T23:46:16.699Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
32112026-08-07T23:46:43.409Z Finished `release` profile [optimized] target(s) in 4m 23s
32122026-08-07T23:46:43.412Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
32132026-08-07T23:46:43.412Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
32142026-08-07T23:46:43.600Z
32152026-08-07T23:46:43.600Zreal 4:23.573738805
32162026-08-07T23:46:43.600Zuser 29:54.390314480
32172026-08-07T23:46:43.601Zsys 2:46.753853318
32182026-08-07T23:46:43.604Ztrap 0.752636693
32192026-08-07T23:46:43.604Ztflt 1.354641932
32202026-08-07T23:46:43.604Zdflt 1.650118868
32212026-08-07T23:46:43.604Zkflt 0.003314415
32222026-08-07T23:46:43.604Zlock 2:03:21.553044365
32232026-08-07T23:46:43.604Zslp 1:25:53.532561808
32242026-08-07T23:46:43.604Zlat 2:22.110936303
32252026-08-07T23:46:43.604Zstop 4:11.583176639
32262026-08-07T23:46:43.604Z+ for x in debug release
32272026-08-07T23:46:43.604Z+ mkdir -p /work/debug
32282026-08-07T23:46:43.604Z+ cp target/debug/ddmd /work/debug/ddmd
32292026-08-07T23:46:44.155Z+ cp target/debug/ddmadm /work/debug/ddmadm
32302026-08-07T23:46:44.612Z+ cp target/debug/mgd /work/debug/mgd
32312026-08-07T23:46:45.363Z+ cp target/debug/mgadm /work/debug/mgadm
32322026-08-07T23:46:45.891Z+ for x in debug release
32332026-08-07T23:46:45.891Z+ mkdir -p /work/release
32342026-08-07T23:46:45.895Z+ cp target/release/ddmd /work/release/ddmd
32352026-08-07T23:46:45.996Z+ cp target/release/ddmadm /work/release/ddmadm
32362026-08-07T23:46:46.081Z+ cp target/release/mgd /work/release/mgd
32372026-08-07T23:46:46.220Z+ cp target/release/mgadm /work/release/mgadm
32382026-08-07T23:46:46.332Z+ cp target/release/falcon-lab /work/release/falcon-lab
32392026-08-07T23:46:46.409Zprocess exited: duration 714048 ms, exit code 0
 
32402026-08-07T23:46:46.425Zfound 9 output files
32412026-08-07T23:46:46.425Zuploading: /work/debug/ddmadm (598199472 bytes)
32422026-08-07T23:46:55.467Zuploaded: /work/debug/ddmadm
32432026-08-07T23:46:55.467Zuploading: /work/debug/ddmd (690795904 bytes)
32442026-08-07T23:47:12.099Zuploaded: /work/debug/ddmd
32452026-08-07T23:47:12.106Zuploading: /work/debug/mgadm (709985288 bytes)
32462026-08-07T23:47:30.364Zuploaded: /work/debug/mgadm
32472026-08-07T23:47:30.364Zuploading: /work/debug/mgd (816964760 bytes)
32482026-08-07T23:47:51.699Zuploaded: /work/debug/mgd
32492026-08-07T23:47:51.699Zuploading: /work/release/ddmadm (50402640 bytes)
32502026-08-07T23:47:53.837Zuploaded: /work/release/ddmadm
32512026-08-07T23:47:53.838Zuploading: /work/release/ddmd (62374800 bytes)
32522026-08-07T23:47:55.879Zuploaded: /work/release/ddmd
32532026-08-07T23:47:55.879Zuploading: /work/release/falcon-lab (43522072 bytes)
32542026-08-07T23:47:59.644Zuploaded: /work/release/falcon-lab
32552026-08-07T23:47:59.644Zuploading: /work/release/mgadm (65981992 bytes)
32562026-08-07T23:48:01.428Zuploaded: /work/release/mgadm
32572026-08-07T23:48:01.428Zuploading: /work/release/mgd (86186088 bytes)
32582026-08-07T23:48:03.797Zuploaded: /work/release/mgd