01KZ6TK4JM1F59VFGZP5DNYPWJ: 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: 01KZ6TKS4G48Q4WM2ZRRQFRY8H

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-04T16:45:40.971Zjob assigned to worker 01KZ6TM0WJM72QWRKDZ4AJD9SQ [factory aws, i-092dd2c4cb71ae9e5] (queued for 49 s)
 
22026-08-04T16:45:47.015Zstarting task 0: "setup"
32026-08-04T16:45:47.018Z++ uname -s
42026-08-04T16:45:47.021Z+ kern=SunOS
52026-08-04T16:45:47.022Z+ build_user=build
62026-08-04T16:45:47.022Z+ build_uid=12345
72026-08-04T16:45:47.022Z+ work_dir=/work
82026-08-04T16:45:47.022Z+ input_dir=/input
92026-08-04T16:45:47.022Z+ [[ 0 == 12345 ]]
102026-08-04T16:45:47.022Z+ case "$kern" in
112026-08-04T16:45:47.022Z+ groupadd -g 12345 build
122026-08-04T16:45:47.025Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-04T16:45:49.029Z+ zfs create -o mountpoint=/work rpool/work
142026-08-04T16:45:49.102Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-04T16:45:49.106Z+ home_fs=zfs
162026-08-04T16:45:49.106Z+ [[ zfs == autofs ]]
172026-08-04T16:45:49.106Z+ mkdir -p /home/build
182026-08-04T16:45:49.106Z+ chown build:build /home/build /work
192026-08-04T16:45:50.106Z+ chmod 0700 /home/build /work
202026-08-04T16:45:50.110Zprocess exited: duration 3093 ms, exit code 0
 
212026-08-04T16:45:50.117Zstarting task 1: "rust-toolchain"
222026-08-04T16:45:50.121Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-08-04T16:45:50.122Z * rust toolchain channel = "stable"
242026-08-04T16:45:50.122Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-08-04T16:45:50.122Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-08-04T16:45:50.122Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-04T16:45:50.122Z * rust toolchain profile = "default"
282026-08-04T16:45:50.122Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-04T16:45:50.125Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-08-04T16:45:50.246Zinfo: downloading installer
312026-08-04T16:45:51.638Zwarn: It looks like you have an existing installation of Rust at:
322026-08-04T16:45:51.638Zwarn: /opt/ooce/bin
332026-08-04T16:45:51.638Zwarn: It is recommended that rustup be the primary Rust installation.
342026-08-04T16:45:51.638Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-08-04T16:45:51.638Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-08-04T16:45:51.638Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-08-04T16:45:51.638Zwarn: or pass `-y' to ignore all ignorable checks.
382026-08-04T16:45:51.638Zerror: cannot install while Rust is installed
392026-08-04T16:45:51.638Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-08-04T16:45:51.638Zwarn: It looks like you have an existing rustup settings file at:
412026-08-04T16:45:51.638Zwarn: /home/build/.rustup/settings.toml
422026-08-04T16:45:51.638Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-08-04T16:45:51.638Zwarn: instead of the one inferred from the default host triple.
442026-08-04T16:45:51.651Zinfo: profile set to default
452026-08-04T16:45:51.651Zinfo: default host triple is x86_64-unknown-illumos
462026-08-04T16:45:51.654Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-08-04T16:45:51.788Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
482026-08-04T16:45:51.792Zinfo: downloading 6 components
492026-08-04T16:46:06.699Z
502026-08-04T16:46:06.700Zinfo: default toolchain set to stable-x86_64-unknown-illumos
512026-08-04T16:46:06.726Z stable-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
522026-08-04T16:46:06.727Z
532026-08-04T16:46:06.727Z
542026-08-04T16:46:06.727ZRust is installed now. Great!
552026-08-04T16:46:06.727Z
562026-08-04T16:46:06.727ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-08-04T16:46:06.727Zenvironment variable. This has not been done automatically.
582026-08-04T16:46:06.727Z
592026-08-04T16:46:06.727ZTo configure your current shell, you need to source
602026-08-04T16:46:06.727Zthe corresponding env file under $HOME/.cargo.
612026-08-04T16:46:06.727Z
622026-08-04T16:46:06.727ZThis is usually done by running one of the following (note the leading DOT):
632026-08-04T16:46:06.727Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-08-04T16:46:06.727Zsource "$HOME/.cargo/env.fish" # For fish
652026-08-04T16:46:06.727Zsource "~/.cargo/env.nu" # For nushell
662026-08-04T16:46:06.727Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-08-04T16:46:06.727Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-08-04T16:46:06.727Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-08-04T16:46:06.730Zwarn: no default linker (`cc`) was found in your PATH
702026-08-04T16:46:06.730Zwarn: many Rust crates require a system C toolchain to build
712026-08-04T16:46:06.816Z+ rustup --version
722026-08-04T16:46:06.825Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-08-04T16:46:06.828Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-08-04T16:46:06.846Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
752026-08-04T16:46:06.849Z+ cargo --version
762026-08-04T16:46:06.863Zcargo 1.97.1 (c980f4866 2026-06-30)
772026-08-04T16:46:06.867Z+ rustc --version
782026-08-04T16:46:06.885Zrustc 1.97.1 (8bab26f4f 2026-07-14)
792026-08-04T16:46:06.888Zprocess exited: duration 16767 ms, exit code 0
 
802026-08-04T16:46:06.894Zstarting task 2: "authentication"
812026-08-04T16:46:06.910Zprocess exited: duration 15 ms, exit code 0
 
822026-08-04T16:46:06.916Zstarting task 3: "clone repository"
832026-08-04T16:46:06.919Z+ mkdir -p /work/oxidecomputer/maghemite
842026-08-04T16:46:06.922Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-08-04T16:46:06.952ZCloning into '/work/oxidecomputer/maghemite'...
862026-08-04T16:46:08.565Z+ cd /work/oxidecomputer/maghemite
872026-08-04T16:46:08.565Z+ git fetch origin 486debe5e7bf21fb34eb0ff8c85291a234f50307
882026-08-04T16:46:08.955ZFrom https://github.com/oxidecomputer/maghemite
892026-08-04T16:46:08.955Z * branch 486debe5e7bf21fb34eb0ff8c85291a234f50307 -> FETCH_HEAD
902026-08-04T16:46:08.960Z+ [[ -n '' ]]
912026-08-04T16:46:08.960Z+ git reset --hard 486debe5e7bf21fb34eb0ff8c85291a234f50307
922026-08-04T16:46:08.980ZHEAD is now at 486debe [api-types] align multicast validation with dendrite/omicron policy
932026-08-04T16:46:08.983Zprocess exited: duration 2063 ms, exit code 0
 
942026-08-04T16:46:08.992Zstarting task 4: "build"
952026-08-04T16:46:08.995Z+ pfexec pkg install clang-15
962026-08-04T16:46:17.108Z Startup: Refreshing catalog 'helios-dev' ... Done
972026-08-04T16:46:24.810Z Startup: Caching catalogs ... Done
982026-08-04T16:46:31.917ZPlanning: Solver setup ... Done
992026-08-04T16:46:31.959ZPlanning: Running solver ... Done
1002026-08-04T16:46:32.100ZPlanning: Finding local manifests ... Done
1012026-08-04T16:46:32.114ZPlanning: Fetching manifests: 0/2 0% complete
1022026-08-04T16:46:32.208ZPlanning: Fetching manifests: 2/2 100% complete
1032026-08-04T16:46:32.233ZPlanning: Package planning ... Done
1042026-08-04T16:46:32.259ZPlanning: Merging actions ... Done
1052026-08-04T16:46:32.364ZPlanning: Checking for conflicting actions ... Done
1062026-08-04T16:46:32.371ZPlanning: Consolidating action changes ... Done
1072026-08-04T16:46:33.108ZPlanning: Evaluating mediators ... Done
1082026-08-04T16:46:33.115ZPlanning: Planning completed in 8.14 seconds
1092026-08-04T16:46:33.125Z Packages to install: 2
1102026-08-04T16:46:33.125Z Mediators to change: 2
1112026-08-04T16:46:33.128Z Services to change: 1
1122026-08-04T16:46:33.128Z Create boot environment: No
1132026-08-04T16:46:33.128ZCreate backup boot environment: No
1142026-08-04T16:46:33.166Z
1152026-08-04T16:46:33.166ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1162026-08-04T16:46:38.167ZDownload: 1872/3076 items 114.3/211.3MB 54% complete (23.2M/s)
1172026-08-04T16:46:43.168ZDownload: 2966/3076 items 182.3/211.3MB 86% complete (18.2M/s)
1182026-08-04T16:46:48.417ZDownload: 3061/3076 items 205.8/211.3MB 97% complete (9.1M/s)
1192026-08-04T16:46:55.433ZDownload: 3070/3076 items 209.2/211.3MB 98% complete (9.1M/s)
1202026-08-04T16:47:03.415ZDownload: 3071/3076 items 209.2/211.3MB 99% complete
1212026-08-04T16:47:03.446ZDownload: Completed 211.31 MB in 30.27 seconds (7.0M/s)
1222026-08-04T16:47:03.561Z Actions: 1/3418 actions (Installing new actions)
1232026-08-04T16:47:06.699Z Actions: Completed 3418 actions in 3.14 seconds.
1242026-08-04T16:47:07.339Z Done
1252026-08-04T16:47:07.339Z Done
1262026-08-04T16:47:08.071Z Done
1272026-08-04T16:47:11.391Z Done
1282026-08-04T16:47:11.462Z Done
1292026-08-04T16:47:11.465Z Done
1302026-08-04T16:47:11.759Z Done
1312026-08-04T16:47:12.428Z+ cargo --version
1322026-08-04T16:47:12.434Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
1332026-08-04T16:47:12.578Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
1342026-08-04T16:47:12.581Zinfo: downloading 6 components
1352026-08-04T16:47:27.230Zcargo 1.97.1 (c980f4866 2026-06-30)
1362026-08-04T16:47:27.233Z+ rustc --version
1372026-08-04T16:47:27.262Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1382026-08-04T16:47:27.266Z+ banner check
1392026-08-04T16:47:27.270Z
1402026-08-04T16:47:27.270Z #### # # ###### #### # #
1412026-08-04T16:47:27.271Z # # # # # # # # #
1422026-08-04T16:47:27.271Z # ###### ##### # ####
1432026-08-04T16:47:27.271Z # # # # # # #
1442026-08-04T16:47:27.271Z # # # # # # # # #
1452026-08-04T16:47:27.271Z #### # # ###### #### # #
1462026-08-04T16:47:27.271Z
1472026-08-04T16:47:27.271Z+ cargo fmt -- --check
1482026-08-04T16:47:27.705Z+ cargo clippy --all-targets -- --deny warnings
1492026-08-04T16:47:27.818Z Updating crates.io index
1502026-08-04T16:47:27.821Z Updating git repository `https://github.com/oxidecomputer/omicron`
1512026-08-04T16:47:38.081ZFrom https://github.com/oxidecomputer/omicron
1522026-08-04T16:47:38.081Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
1532026-08-04T16:47:38.503Z Updating git repository `https://github.com/oxidecomputer/falcon`
1542026-08-04T16:47:39.440ZFrom https://github.com/oxidecomputer/falcon
1552026-08-04T16:47:39.440Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
1562026-08-04T16:47:39.515Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1572026-08-04T16:47:40.003ZFrom https://github.com/oxidecomputer/dendrite
1582026-08-04T16:47:40.004Z * [new ref] 04a52a3240a26c58f03e1cf40353d67ff69d76b6 -> refs/commit/04a52a3240a26c58f03e1cf40353d67ff69d76b6
1592026-08-04T16:47:40.037Z Updating git repository `https://github.com/oxidecomputer/ispf`
1602026-08-04T16:47:40.308ZFrom https://github.com/oxidecomputer/ispf
1612026-08-04T16:47:40.308Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
1622026-08-04T16:47:40.314Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1632026-08-04T16:47:40.841ZFrom https://github.com/oxidecomputer/netadm-sys
1642026-08-04T16:47:40.841Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
1652026-08-04T16:47:40.848Z Updating git repository `https://github.com/oxidecomputer/opte`
1662026-08-04T16:47:41.818ZFrom https://github.com/oxidecomputer/opte
1672026-08-04T16:47:41.818Z * [new ref] aa4714289cbf28010a821c49d9b73ec94074fb91 -> refs/commit/aa4714289cbf28010a821c49d9b73ec94074fb91
1682026-08-04T16:47:41.848Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1692026-08-04T16:47:42.094ZFrom https://github.com/oxidecomputer/slog-error-chain
1702026-08-04T16:47:42.094Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
1712026-08-04T16:47:42.103Z Updating git repository `https://github.com/illumos/smf-rs`
1722026-08-04T16:47:42.349ZFrom https://github.com/illumos/smf-rs
1732026-08-04T16:47:42.350Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
1742026-08-04T16:47:42.357Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1752026-08-04T16:47:42.641ZFrom https://github.com/oxidecomputer/poptrie
1762026-08-04T16:47:42.641Z * [new ref] 5bf62f6b889c61e0608d8463ed11da28e130cb34 -> refs/commit/5bf62f6b889c61e0608d8463ed11da28e130cb34
1772026-08-04T16:47:42.649Z Updating git repository `https://github.com/oxidecomputer/network-interface`
1782026-08-04T16:47:42.900ZFrom https://github.com/oxidecomputer/network-interface
1792026-08-04T16:47:42.900Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
1802026-08-04T16:47:42.903Z Updating git repository `https://github.com/oxidecomputer/zone`
1812026-08-04T16:47:43.231ZFrom https://github.com/oxidecomputer/zone
1822026-08-04T16:47:43.231Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
1832026-08-04T16:47:43.237Z Updating git repository `https://github.com/oxidecomputer/lldp`
1842026-08-04T16:47:43.561ZFrom https://github.com/oxidecomputer/lldp
1852026-08-04T16:47:43.561Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
1862026-08-04T16:47:43.572Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1872026-08-04T16:47:43.880ZFrom https://github.com/oxidecomputer/tufaceous
1882026-08-04T16:47:43.881Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
1892026-08-04T16:47:43.889Z Updating git repository `https://github.com/oxidecomputer/propolis`
1902026-08-04T16:47:44.795ZFrom https://github.com/oxidecomputer/propolis
1912026-08-04T16:47:44.796Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
1922026-08-04T16:47:44.836Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1932026-08-04T16:47:45.346ZFrom https://github.com/oxidecomputer/transceiver-control
1942026-08-04T16:47:45.346Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
1952026-08-04T16:47:45.356Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1962026-08-04T16:47:45.616ZFrom https://github.com/oxidecomputer/dlpi-sys
1972026-08-04T16:47:45.616Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
1982026-08-04T16:47:45.621Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1992026-08-04T16:47:45.911ZFrom https://github.com/jmesmon/rust-libzfs
2002026-08-04T16:47:45.911Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
2012026-08-04T16:47:45.918Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2022026-08-04T16:47:46.227ZFrom https://github.com/oxidecomputer/rusty-doors
2032026-08-04T16:47:46.227Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
2042026-08-04T16:47:46.233Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2052026-08-04T16:47:46.770ZFrom https://github.com/oxidecomputer/management-gateway-service
2062026-08-04T16:47:46.770Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
2072026-08-04T16:47:46.780Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2082026-08-04T16:47:47.039ZFrom https://github.com/oxidecomputer/serde_human_bytes
2092026-08-04T16:47:47.039Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
2102026-08-04T16:47:47.047Z Updating git repository `https://github.com/oxidecomputer/crucible`
2112026-08-04T16:47:48.158ZFrom https://github.com/oxidecomputer/crucible
2122026-08-04T16:47:48.158Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
2132026-08-04T16:47:48.195Z Updating git repository `https://github.com/oxidecomputer/propolis`
2142026-08-04T16:47:48.955ZFrom https://github.com/oxidecomputer/propolis
2152026-08-04T16:47:48.955Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
2162026-08-04T16:47:48.997Z Updating git repository `https://github.com/oxidecomputer/crucible`
2172026-08-04T16:47:49.497ZFrom https://github.com/oxidecomputer/crucible
2182026-08-04T16:47:49.499Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
2192026-08-04T16:47:49.560Z Updating git repository `https://github.com/oxidecomputer/tofino`
2202026-08-04T16:47:49.874ZFrom https://github.com/oxidecomputer/tofino
2212026-08-04T16:47:49.874Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
2222026-08-04T16:47:49.882Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2232026-08-04T16:47:50.697ZFrom https://github.com/oxidecomputer/maghemite
2242026-08-04T16:47:50.697Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
2252026-08-04T16:47:50.724Z Updating git repository `https://github.com/oxidecomputer/clickward`
2262026-08-04T16:47:51.046ZFrom https://github.com/oxidecomputer/clickward
2272026-08-04T16:47:51.046Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
2282026-08-04T16:47:51.052Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2292026-08-04T16:47:51.287ZFrom https://github.com/oxidecomputer/illumos-devinfo
2302026-08-04T16:47:51.287Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
2312026-08-04T16:47:53.448Z Downloading crates ...
2322026-08-04T16:47:53.497Z Downloaded aead v0.5.2
2332026-08-04T16:47:53.501Z Downloaded base16ct v1.0.0
2342026-08-04T16:47:53.504Z Downloaded backoff v0.4.0
2352026-08-04T16:47:53.507Z Downloaded cancel-safe-futures v0.1.5
2362026-08-04T16:47:53.511Z Downloaded adler2 v2.0.1
2372026-08-04T16:47:53.514Z Downloaded cpufeatures v0.3.0
2382026-08-04T16:47:53.521Z Downloaded ahash v0.8.12
2392026-08-04T16:47:53.524Z Downloaded autocfg v1.5.1
2402026-08-04T16:47:53.524Z Downloaded anstyle-query v1.1.5
2412026-08-04T16:47:53.524Z Downloaded instant v0.1.13
2422026-08-04T16:47:53.529Z Downloaded icu_provider v2.2.0
2432026-08-04T16:47:53.532Z Downloaded async-stream-impl v0.3.6
2442026-08-04T16:47:53.532Z Downloaded lru-slab v0.1.2
2452026-08-04T16:47:53.535Z Downloaded const_format_proc_macros v0.2.34
2462026-08-04T16:47:53.535Z Downloaded macaddr v1.0.1
2472026-08-04T16:47:53.535Z Downloaded num-conv v0.2.2
2482026-08-04T16:47:53.535Z Downloaded ingot v0.1.1
2492026-08-04T16:47:53.535Z Downloaded cfg-if v1.0.4
2502026-08-04T16:47:53.539Z Downloaded darling v0.23.0
2512026-08-04T16:47:53.542Z Downloaded atomicwrites v0.4.4
2522026-08-04T16:47:53.542Z Downloaded base16ct v0.2.0
2532026-08-04T16:47:53.542Z Downloaded chacha20 v0.9.1
2542026-08-04T16:47:53.542Z Downloaded ciborium-io v0.2.2
2552026-08-04T16:47:53.545Z Downloaded itoa v1.0.18
2562026-08-04T16:47:53.545Z Downloaded anstyle v1.0.14
2572026-08-04T16:47:53.545Z Downloaded anstyle-parse v1.0.0
2582026-08-04T16:47:53.545Z Downloaded httpdate v1.0.3
2592026-08-04T16:47:53.548Z Downloaded anstream v1.0.0
2602026-08-04T16:47:53.548Z Downloaded allocator-api2 v0.2.21
2612026-08-04T16:47:53.551Z Downloaded convert_case v0.4.0
2622026-08-04T16:47:53.551Z Downloaded indent_write v2.2.0
2632026-08-04T16:47:53.551Z Downloaded match_cfg v0.1.0
2642026-08-04T16:47:53.554Z Downloaded hubpack_derive v0.1.1
2652026-08-04T16:47:53.554Z Downloaded lock_api v0.4.14
2662026-08-04T16:47:53.554Z Downloaded block-buffer v0.12.0
2672026-08-04T16:47:53.557Z Downloaded async-stream v0.3.6
2682026-08-04T16:47:53.557Z Downloaded crunchy v0.2.4
2692026-08-04T16:47:53.557Z Downloaded ident_case v1.0.1
2702026-08-04T16:47:53.561Z Downloaded camino-tempfile v1.4.1
2712026-08-04T16:47:53.564Z Downloaded hyper-rustls v0.27.9
2722026-08-04T16:47:53.564Z Downloaded ipnetwork v0.21.1
2732026-08-04T16:47:53.564Z Downloaded bit-vec v0.8.0
2742026-08-04T16:47:53.568Z Downloaded ingot-macros v0.1.1
2752026-08-04T16:47:53.571Z Downloaded anyhow v1.0.104
2762026-08-04T16:47:53.571Z Downloaded camino v1.2.5
2772026-08-04T16:47:53.575Z Downloaded ciborium-ll v0.2.2
2782026-08-04T16:47:53.575Z Downloaded internet-checksum v0.2.1
2792026-08-04T16:47:53.575Z Downloaded num-iter v0.1.45
2802026-08-04T16:47:53.575Z Downloaded byteorder v1.5.0
2812026-08-04T16:47:53.575Z Downloaded async-recursion v1.1.1
2822026-08-04T16:47:53.578Z Downloaded cstr-argument v0.1.2
2832026-08-04T16:47:53.578Z Downloaded is_terminal_polyfill v1.70.2
2842026-08-04T16:47:53.578Z Downloaded managed v0.8.0
2852026-08-04T16:47:53.578Z Downloaded atomic-waker v1.1.2
2862026-08-04T16:47:53.578Z Downloaded bit-set v0.8.0
2872026-08-04T16:47:53.583Z Downloaded memoffset v0.9.1
2882026-08-04T16:47:53.583Z Downloaded humantime v2.3.0
2892026-08-04T16:47:53.588Z Downloaded cobs v0.3.0
2902026-08-04T16:47:53.591Z Downloaded memmap v0.7.0
2912026-08-04T16:47:53.591Z Downloaded newtype_derive v0.1.6
2922026-08-04T16:47:53.591Z Downloaded block-buffer v0.10.4
2932026-08-04T16:47:53.591Z Downloaded konst_macro_rules v0.2.19
2942026-08-04T16:47:53.594Z Downloaded colorchoice v1.0.5
2952026-08-04T16:47:53.594Z Downloaded const-random-macro v0.1.16
2962026-08-04T16:47:53.594Z Downloaded crucible-workspace-hack v0.1.0
2972026-08-04T16:47:53.597Z Downloaded httparse v1.10.1
2982026-08-04T16:47:53.597Z Downloaded const-random v0.1.18
2992026-08-04T16:47:53.600Z Downloaded hubpack v0.1.2
3002026-08-04T16:47:53.607Z Downloaded idna_adapter v1.2.2
3012026-08-04T16:47:53.610Z Downloaded is_ci v1.2.0
3022026-08-04T16:47:53.610Z Downloaded bitflags v1.3.2
3032026-08-04T16:47:53.610Z Downloaded cmake v0.1.58
3042026-08-04T16:47:53.610Z Downloaded base64ct v1.8.3
3052026-08-04T16:47:53.612Z Downloaded ingot-types v0.1.2
3062026-08-04T16:47:53.613Z Downloaded is-terminal v0.4.17
3072026-08-04T16:47:53.613Z Downloaded num v0.4.3
3082026-08-04T16:47:53.616Z Downloaded curve25519-dalek-derive v0.1.1
3092026-08-04T16:47:53.618Z Downloaded mime v0.3.17
3102026-08-04T16:47:53.619Z Downloaded clap_lex v1.1.0
3112026-08-04T16:47:53.619Z Downloaded libscf-sys v1.2.0
3122026-08-04T16:47:53.622Z Downloaded linked-hash-map v0.5.6
3132026-08-04T16:47:53.622Z Downloaded natord v1.0.9
3142026-08-04T16:47:53.622Z Downloaded newtype-uuid-macros v0.1.0
3152026-08-04T16:47:53.622Z Downloaded bytecount v0.6.9
3162026-08-04T16:47:53.626Z Downloaded cipher v0.4.4
3172026-08-04T16:47:53.626Z Downloaded crypto-common v0.2.2
3182026-08-04T16:47:53.628Z Downloaded num_threads v0.1.7
3192026-08-04T16:47:53.628Z Downloaded olpc-cjson v0.1.4
3202026-08-04T16:47:53.632Z Downloaded compression-core v0.4.32
3212026-08-04T16:47:53.632Z Downloaded crc8 v0.1.1
3222026-08-04T16:47:53.632Z Downloaded scopeguard v1.2.0
3232026-08-04T16:47:53.632Z Downloaded newline-converter v0.3.0
3242026-08-04T16:47:53.632Z Downloaded serde_urlencoded v0.7.1
3252026-08-04T16:47:53.632Z Downloaded cpufeatures v0.2.17
3262026-08-04T16:47:53.635Z Downloaded cfg_aliases v0.2.1
3272026-08-04T16:47:53.635Z Downloaded crypto-common v0.1.7
3282026-08-04T16:47:53.638Z Downloaded inout v0.1.4
3292026-08-04T16:47:53.641Z Downloaded lru-cache v0.1.2
3302026-08-04T16:47:53.641Z Downloaded num-derive v0.4.2
3312026-08-04T16:47:53.641Z Downloaded bcs v0.1.6
3322026-08-04T16:47:53.641Z Downloaded keccak v0.1.6
3332026-08-04T16:47:53.646Z Downloaded async-trait v0.1.89
3342026-08-04T16:47:53.649Z Downloaded sigpipe v0.1.3
3352026-08-04T16:47:53.649Z Downloaded argon2 v0.5.3
3362026-08-04T16:47:53.649Z Downloaded csv-core v0.1.13
3372026-08-04T16:47:53.652Z Downloaded num-integer v0.1.46
3382026-08-04T16:47:53.655Z Downloaded crossbeam-deque v0.8.6
3392026-08-04T16:47:53.655Z Downloaded daft-derive v0.1.7
3402026-08-04T16:47:53.658Z Downloaded jobserver v0.1.34
3412026-08-04T16:47:53.658Z Downloaded scroll_derive v0.13.1
3422026-08-04T16:47:53.661Z Downloaded blake2 v0.10.6
3432026-08-04T16:47:53.662Z Downloaded ingot v0.2.1
3442026-08-04T16:47:53.662Z Downloaded serial_test v4.0.1
3452026-08-04T16:47:53.665Z Downloaded backon v1.6.0
3462026-08-04T16:47:53.668Z Downloaded serde-big-array v0.5.1
3472026-08-04T16:47:53.671Z Downloaded strum v0.26.3
3482026-08-04T16:47:53.671Z Downloaded strum v0.27.2
3492026-08-04T16:47:53.671Z Downloaded tabled_derive v0.7.0
3502026-08-04T16:47:53.671Z Downloaded cargo_toml v0.22.3
3512026-08-04T16:47:53.671Z Downloaded colored v3.1.1
3522026-08-04T16:47:53.674Z Downloaded structmeta v0.3.0
3532026-08-04T16:47:53.674Z Downloaded iana-time-zone v0.1.65
3542026-08-04T16:47:53.677Z Downloaded compression-codecs v0.4.38
3552026-08-04T16:47:53.677Z Downloaded strsim v0.11.1
3562026-08-04T16:47:53.680Z Downloaded structmeta-derive v0.3.0
3572026-08-04T16:47:53.680Z Downloaded thread-id v5.1.0
3582026-08-04T16:47:53.683Z Downloaded num_enum v0.7.6
3592026-08-04T16:47:53.686Z Downloaded num_enum_derive v0.5.11
3602026-08-04T16:47:53.686Z Downloaded unarray v0.1.4
3612026-08-04T16:47:53.686Z Downloaded byte-wrapper v0.1.0
3622026-08-04T16:47:53.689Z Downloaded usdt v0.5.0
3632026-08-04T16:47:53.689Z Downloaded unicode-xid v0.2.6
3642026-08-04T16:47:53.689Z Downloaded hybrid-array v0.4.12
3652026-08-04T16:47:53.689Z Downloaded bs58 v0.5.1
3662026-08-04T16:47:53.693Z Downloaded crossbeam-utils v0.8.21
3672026-08-04T16:47:53.693Z Downloaded no-std-compat v0.4.1
3682026-08-04T16:47:53.693Z Downloaded num_enum v0.5.11
3692026-08-04T16:47:53.696Z Downloaded lazy_static v1.5.0
3702026-08-04T16:47:53.696Z Downloaded newtype-uuid v1.3.2
3712026-08-04T16:47:53.696Z Downloaded rustls-pemfile v2.2.0
3722026-08-04T16:47:53.699Z Downloaded critical-section v1.2.0
3732026-08-04T16:47:53.699Z Downloaded typeid v1.0.3
3742026-08-04T16:47:53.699Z Downloaded untrusted v0.7.1
3752026-08-04T16:47:53.699Z Downloaded num-rational v0.4.2
3762026-08-04T16:47:53.702Z Downloaded untrusted v0.9.0
3772026-08-04T16:47:53.702Z Downloaded zerofrom-derive v0.1.7
3782026-08-04T16:47:53.702Z Downloaded multer v3.1.0
3792026-08-04T16:47:53.706Z Downloaded num_enum_derive v0.7.6
3802026-08-04T16:47:53.708Z Downloaded ingot-types v0.2.0
3812026-08-04T16:47:53.708Z Downloaded linear-map v1.2.0
3822026-08-04T16:47:53.711Z Downloaded libsw-core v0.3.2
3832026-08-04T16:47:53.711Z Downloaded chacha20 v0.10.0
3842026-08-04T16:47:53.711Z Downloaded crc32fast v1.5.0
3852026-08-04T16:47:53.711Z Downloaded daft v0.1.7
3862026-08-04T16:47:53.715Z Downloaded darling v0.21.3
3872026-08-04T16:47:53.715Z Downloaded darling_macro v0.21.3
3882026-08-04T16:47:53.715Z Downloaded defmt v0.3.100
3892026-08-04T16:47:53.718Z Downloaded serde_repr v0.1.21
3902026-08-04T16:47:53.718Z Downloaded fixedbitset v0.4.2
3912026-08-04T16:47:53.718Z Downloaded ipnet v2.12.0
3922026-08-04T16:47:53.718Z Downloaded embedded-io v0.6.1
3932026-08-04T16:47:53.721Z Downloaded embedded-io v0.4.0
3942026-08-04T16:47:53.721Z Downloaded fnv v1.0.7
3952026-08-04T16:47:53.724Z Downloaded ciborium v0.2.2
3962026-08-04T16:47:53.724Z Downloaded cookie v0.18.1
3972026-08-04T16:47:53.727Z Downloaded slab v0.4.12
3982026-08-04T16:47:53.730Z Downloaded smartstring v1.0.1
3992026-08-04T16:47:53.733Z Downloaded foreign-types v0.5.0
4002026-08-04T16:47:53.733Z Downloaded form_urlencoded v1.2.2
4012026-08-04T16:47:53.737Z Downloaded icu_normalizer_data v2.2.0
4022026-08-04T16:47:53.740Z Downloaded toml_writer v1.1.1+spec-1.1.0
4032026-08-04T16:47:53.742Z Downloaded thiserror-impl v1.0.69
4042026-08-04T16:47:53.742Z Downloaded thread-id v4.2.2
4052026-08-04T16:47:53.742Z Downloaded potential_utf v0.1.5
4062026-08-04T16:47:53.742Z Downloaded icu_locale_core v2.2.0
4072026-08-04T16:47:53.745Z Downloaded thread_local v1.1.9
4082026-08-04T16:47:53.748Z Downloaded base64 v0.22.1
4092026-08-04T16:47:53.748Z Downloaded console v0.15.11
4102026-08-04T16:47:53.751Z Downloaded console v0.16.3
4112026-08-04T16:47:53.751Z Downloaded base64 v0.21.7
4122026-08-04T16:47:53.754Z Downloaded http-body v1.0.1
4132026-08-04T16:47:53.754Z Downloaded ingot-macros v0.2.0
4142026-08-04T16:47:53.754Z Downloaded hostname v0.4.2
4152026-08-04T16:47:53.757Z Downloaded xz2 v0.1.7
4162026-08-04T16:47:53.760Z Downloaded proc-macro-crate v3.5.0
4172026-08-04T16:47:53.760Z Downloaded rand_chacha v0.3.1
4182026-08-04T16:47:53.763Z Downloaded powerfmt v0.2.0
4192026-08-04T16:47:53.766Z Downloaded progenitor-macro v0.13.0
4202026-08-04T16:47:53.766Z Downloaded progenitor-macro v0.14.0
4212026-08-04T16:47:53.767Z Downloaded crossbeam-epoch v0.9.18
4222026-08-04T16:47:53.767Z Downloaded zeroize v1.8.2
4232026-08-04T16:47:53.770Z Downloaded litemap v0.8.2
4242026-08-04T16:47:53.775Z Downloaded libsw v3.5.0
4252026-08-04T16:47:53.777Z Downloaded num-complex v0.4.6
4262026-08-04T16:47:53.778Z Downloaded sha2 v0.10.9
4272026-08-04T16:47:53.782Z Downloaded digest v0.10.7
4282026-08-04T16:47:53.785Z Downloaded dtrace-parser v0.2.0
4292026-08-04T16:47:53.785Z Downloaded scroll_derive v0.12.1
4302026-08-04T16:47:53.788Z Downloaded aho-corasick v1.1.4
4312026-08-04T16:47:53.788Z Downloaded rustc_version v0.1.7
4322026-08-04T16:47:53.791Z Downloaded memmap2 v0.9.10
4332026-08-04T16:47:53.794Z Downloaded fs-err v3.3.0
4342026-08-04T16:47:53.798Z Downloaded indexmap v1.9.3
4352026-08-04T16:47:53.801Z Downloaded siphasher v1.0.3
4362026-08-04T16:47:53.801Z Downloaded bitflags v2.12.1
4372026-08-04T16:47:53.805Z Downloaded highway v1.3.0
4382026-08-04T16:47:53.808Z Downloaded slog-bunyan v2.5.0
4392026-08-04T16:47:53.808Z Downloaded tabled_derive v0.11.0
4402026-08-04T16:47:53.808Z Downloaded swrite v0.1.0
4412026-08-04T16:47:53.808Z Downloaded tabwriter v1.4.1
4422026-08-04T16:47:53.811Z Downloaded thiserror-impl-no-std v2.0.2
4432026-08-04T16:47:53.811Z Downloaded toml v0.8.23
4442026-08-04T16:47:53.815Z Downloaded usdt-macro v0.6.0
4452026-08-04T16:47:53.815Z Downloaded try-lock v0.2.5
4462026-08-04T16:47:53.815Z Downloaded waitgroup v0.1.2
4472026-08-04T16:47:53.818Z Downloaded clap_derive v4.6.4
4482026-08-04T16:47:53.819Z Downloaded group v0.13.0
4492026-08-04T16:47:53.819Z Downloaded icu_normalizer v2.2.0
4502026-08-04T16:47:53.819Z Downloaded progenitor v0.14.0
4512026-08-04T16:47:53.822Z Downloaded glob v0.3.3
4522026-08-04T16:47:53.824Z Downloaded pin-project-lite v0.2.17
4532026-08-04T16:47:53.840Z Downloaded toml_datetime v0.6.11
4542026-08-04T16:47:53.840Z Downloaded typify-macro v0.6.2
4552026-08-04T16:47:53.840Z Downloaded wait-timeout v0.2.1
4562026-08-04T16:47:53.840Z Downloaded schemars v0.8.22
4572026-08-04T16:47:53.840Z Downloaded utf8parse v0.2.2
4582026-08-04T16:47:53.840Z Downloaded chacha20poly1305 v0.10.1
4592026-08-04T16:47:53.843Z Downloaded dtrace-parser v0.3.0
4602026-08-04T16:47:53.843Z Downloaded errno v0.3.14
4612026-08-04T16:47:53.843Z Downloaded unit-prefix v0.5.2
4622026-08-04T16:47:53.843Z Downloaded universal-hash v0.5.1
4632026-08-04T16:47:53.843Z Downloaded yoke-derive v0.8.2
4642026-08-04T16:47:53.843Z Downloaded zone_cfg_derive v0.3.1
4652026-08-04T16:47:53.843Z Downloaded bytes v1.11.1
4662026-08-04T16:47:53.843Z Downloaded defmt-parser v1.0.0
4672026-08-04T16:47:53.843Z Downloaded zone v0.3.1
4682026-08-04T16:47:53.843Z Downloaded const-oid v0.10.2
4692026-08-04T16:47:53.847Z Downloaded deranged v0.5.8
4702026-08-04T16:47:53.847Z Downloaded futures-task v0.3.32
4712026-08-04T16:47:53.847Z Downloaded generic-array v0.14.7
4722026-08-04T16:47:53.850Z Downloaded rand_chacha v0.9.0
4732026-08-04T16:47:53.850Z Downloaded dunce v1.0.5
4742026-08-04T16:47:53.850Z Downloaded icu_properties v2.2.0
4752026-08-04T16:47:53.853Z Downloaded num-traits v0.2.19
4762026-08-04T16:47:53.854Z Downloaded log v0.4.32
4772026-08-04T16:47:53.858Z Downloaded hex v0.4.3
4782026-08-04T16:47:53.858Z Downloaded serde_tokenstream v0.2.3
4792026-08-04T16:47:53.858Z Downloaded arc-swap v1.9.1
4802026-08-04T16:47:53.861Z Downloaded yoke v0.8.3
4812026-08-04T16:47:53.864Z Downloaded slog-async v2.8.0
4822026-08-04T16:47:53.867Z Downloaded omicron-workspace-hack v0.1.0
4832026-08-04T16:47:53.867Z Downloaded openssl-macros v0.1.1
4842026-08-04T16:47:53.867Z Downloaded openssl-probe v0.2.1
4852026-08-04T16:47:53.870Z Downloaded miniz_oxide v0.8.9
4862026-08-04T16:47:53.873Z Downloaded indicatif v0.18.4
4872026-08-04T16:47:53.878Z Downloaded konst v0.2.20
4882026-08-04T16:47:53.883Z Downloaded parking_lot v0.11.2
4892026-08-04T16:47:53.883Z Downloaded shlex v2.0.1
4902026-08-04T16:47:53.883Z Downloaded slog v2.8.2
4912026-08-04T16:47:53.883Z Downloaded phf_shared v0.12.1
4922026-08-04T16:47:53.884Z Downloaded synstructure v0.13.2
4932026-08-04T16:47:53.884Z Downloaded proc-macro-crate v1.3.1
4942026-08-04T16:47:53.884Z Downloaded fs_extra v1.3.0
4952026-08-04T16:47:53.890Z Downloaded proc-macro-error-attr2 v2.0.0
4962026-08-04T16:47:53.890Z Downloaded progenitor-client v0.14.0
4972026-08-04T16:47:53.890Z Downloaded serial_test_derive v4.0.1
4982026-08-04T16:47:53.890Z Downloaded serde_plain v1.0.2
4992026-08-04T16:47:53.890Z Downloaded thiserror-no-std v2.0.2
5002026-08-04T16:47:53.894Z Downloaded parking_lot v0.12.5
5012026-08-04T16:47:53.895Z Downloaded clap v4.6.5
5022026-08-04T16:47:53.899Z Downloaded owo-colors v4.3.0
5032026-08-04T16:47:53.904Z Downloaded pin-project-internal v1.1.13
5042026-08-04T16:47:53.904Z Downloaded typify v0.4.3
5052026-08-04T16:47:53.904Z Downloaded rustc-hash v2.1.2
5062026-08-04T16:47:53.907Z Downloaded rustls-native-certs v0.8.4
5072026-08-04T16:47:53.912Z Downloaded derive-ex v0.1.8
5082026-08-04T16:47:53.916Z Downloaded rustls-pki-types v1.14.1
5092026-08-04T16:47:53.919Z Downloaded foldhash v0.2.0
5102026-08-04T16:47:53.919Z Downloaded terminal_size v0.4.4
5112026-08-04T16:47:53.922Z Downloaded toml_write v0.1.2
5122026-08-04T16:47:53.922Z Downloaded git-stub-vcs v0.1.0
5132026-08-04T16:47:53.922Z Downloaded async-compression v0.4.42
5142026-08-04T16:47:53.925Z Downloaded const_format v0.2.36
5152026-08-04T16:47:53.928Z Downloaded futures-executor v0.3.32
5162026-08-04T16:47:53.928Z Downloaded time-core v0.1.8
5172026-08-04T16:47:53.932Z Downloaded crossbeam-channel v0.5.15
5182026-08-04T16:47:53.932Z Downloaded elliptic-curve v0.13.8
5192026-08-04T16:47:53.935Z Downloaded getrandom v0.3.4
5202026-08-04T16:47:53.946Z Downloaded strum_macros v0.27.2
5212026-08-04T16:47:53.949Z Downloaded jiff-static v0.2.28
5222026-08-04T16:47:53.949Z Downloaded ppv-lite86 v0.2.21
5232026-08-04T16:47:53.952Z Downloaded progenitor-client v0.13.0
5242026-08-04T16:47:53.952Z Downloaded unicode-linebreak v0.1.5
5252026-08-04T16:47:53.952Z Downloaded paste v1.0.15
5262026-08-04T16:47:53.952Z Downloaded slog-dtrace v0.3.0
5272026-08-04T16:47:53.955Z Downloaded snafu v0.8.9
5282026-08-04T16:47:53.958Z Downloaded diff v0.1.13
5292026-08-04T16:47:53.959Z Downloaded usdt v0.6.0
5302026-08-04T16:47:53.959Z Downloaded debug-ignore v1.0.5
5312026-08-04T16:47:53.962Z Downloaded futures-core v0.3.32
5322026-08-04T16:47:53.963Z Downloaded crypto-bigint v0.5.5
5332026-08-04T16:47:53.965Z Downloaded mio v1.2.1
5342026-08-04T16:47:53.968Z Downloaded rand_core v0.9.5
5352026-08-04T16:47:53.971Z Downloaded unsafe-libyaml v0.2.11
5362026-08-04T16:47:53.971Z Downloaded rand_core v0.10.1
5372026-08-04T16:47:53.971Z Downloaded papergrid v0.18.0
5382026-08-04T16:47:53.974Z Downloaded rustc_version v0.4.1
5392026-08-04T16:47:53.977Z Downloaded scroll v0.13.0
5402026-08-04T16:47:53.977Z Downloaded rustls-webpki v0.103.13
5412026-08-04T16:47:53.977Z Downloaded fxhash v0.2.1
5422026-08-04T16:47:53.977Z Downloaded gethostname v0.5.0
5432026-08-04T16:47:53.981Z Downloaded parse-display v0.10.0
5442026-08-04T16:47:53.984Z Downloaded same-file v1.0.6
5452026-08-04T16:47:53.984Z Downloaded snafu-derive v0.8.9
5462026-08-04T16:47:53.987Z Downloaded pest_derive v2.8.6
5472026-08-04T16:47:53.990Z Downloaded pest_generator v2.8.6
5482026-08-04T16:47:53.993Z Downloaded serde_core v1.0.229
5492026-08-04T16:47:53.993Z Downloaded foldhash v0.1.5
5502026-08-04T16:47:53.993Z Downloaded signal-hook-registry v1.4.8
5512026-08-04T16:47:53.993Z Downloaded slog-scope v4.4.1
5522026-08-04T16:47:53.996Z Downloaded slog-stdlog v4.1.1
5532026-08-04T16:47:53.996Z Downloaded strum_macros v0.26.4
5542026-08-04T16:47:53.996Z Downloaded progenitor-macro v0.10.0
5552026-08-04T16:47:53.996Z Downloaded slog-envlogger v2.2.0
5562026-08-04T16:47:53.999Z Downloaded cc v1.2.63
5572026-08-04T16:47:54.003Z Downloaded stable_deref_trait v1.2.1
5582026-08-04T16:47:54.006Z Downloaded similar v2.7.0
5592026-08-04T16:47:54.010Z Downloaded smawk v0.3.2
5602026-08-04T16:47:54.013Z Downloaded toml_datetime v0.7.5+spec-1.1.0
5612026-08-04T16:47:54.017Z Downloaded toml_edit v0.22.27
5622026-08-04T16:47:54.020Z Downloaded test-strategy v0.4.5
5632026-08-04T16:47:54.023Z Downloaded tokio-stream v0.1.18
5642026-08-04T16:47:54.026Z Downloaded yansi v1.0.1
5652026-08-04T16:47:54.026Z Downloaded rustls-platform-verifier v0.7.0
5662026-08-04T16:47:54.029Z Downloaded zmij v1.0.21
5672026-08-04T16:47:54.029Z Downloaded tagptr v0.2.0
5682026-08-04T16:47:54.029Z Downloaded termtree v0.5.1
5692026-08-04T16:47:54.029Z Downloaded testing_table v0.3.0
5702026-08-04T16:47:54.032Z Downloaded erased-serde v0.3.31
5712026-08-04T16:47:54.032Z Downloaded dropshot-api-manager-types v0.7.2
5722026-08-04T16:47:54.033Z Downloaded memchr v2.8.1
5732026-08-04T16:47:54.036Z Downloaded hyper-util v0.1.20
5742026-08-04T16:47:54.039Z Downloaded indexmap v2.14.0
5752026-08-04T16:47:54.039Z Downloaded futures-macro v0.3.32
5762026-08-04T16:47:54.042Z Downloaded enum-as-inner v0.6.1
5772026-08-04T16:47:54.042Z Downloaded foreign-types-shared v0.1.1
5782026-08-04T16:47:54.042Z Downloaded futures v0.3.32
5792026-08-04T16:47:54.044Z Downloaded proc-macro2 v1.0.106
5802026-08-04T16:47:54.044Z Downloaded progenitor-impl v0.10.0
5812026-08-04T16:47:54.047Z Downloaded fixedbitset v0.5.7
5822026-08-04T16:47:54.050Z Downloaded parking_lot_core v0.8.6
5832026-08-04T16:47:54.050Z Downloaded toml_parser v1.1.2+spec-1.1.0
5842026-08-04T16:47:54.053Z Downloaded either v1.16.0
5852026-08-04T16:47:54.053Z Downloaded semver v1.0.28
5862026-08-04T16:47:54.053Z Downloaded parse-display-derive v0.10.0
5872026-08-04T16:47:54.053Z Downloaded http-body-util v0.1.4
5882026-08-04T16:47:54.056Z Downloaded serde v1.0.229
5892026-08-04T16:47:54.059Z Downloaded progenitor v0.13.0
5902026-08-04T16:47:54.059Z Downloaded url v2.5.8
5912026-08-04T16:47:54.059Z Downloaded progenitor-client v0.10.0
5922026-08-04T16:47:54.062Z Downloaded rayon-core v1.13.0
5932026-08-04T16:47:54.065Z Downloaded rustversion v1.0.22
5942026-08-04T16:47:54.065Z Downloaded ucd-trie v0.1.7
5952026-08-04T16:47:54.068Z Downloaded drift v0.2.0
5962026-08-04T16:47:54.071Z Downloaded semver v0.1.20
5972026-08-04T16:47:54.073Z Downloaded sha1 v0.10.6
5982026-08-04T16:47:54.074Z Downloaded take_mut v0.2.2
5992026-08-04T16:47:54.074Z Downloaded plain v0.2.3
6002026-08-04T16:47:54.074Z Downloaded thin-vec v0.2.18
6012026-08-04T16:47:54.074Z Downloaded icu_collections v2.2.0
6022026-08-04T16:47:54.077Z Downloaded minimal-lexical v0.2.1
6032026-08-04T16:47:54.080Z Downloaded half v2.7.1
6042026-08-04T16:47:54.083Z Downloaded tokio-rustls v0.26.4
6052026-08-04T16:47:54.083Z Downloaded pin-project v1.1.13
6062026-08-04T16:47:54.088Z Downloaded tiny-keccak v2.0.2
6072026-08-04T16:47:54.092Z Downloaded spin v0.5.2
6082026-08-04T16:47:54.092Z Downloaded tinyvec_macros v0.1.1
6092026-08-04T16:47:54.092Z Downloaded walkdir v2.5.0
6102026-08-04T16:47:54.092Z Downloaded progenitor-extras v0.2.0
6112026-08-04T16:47:54.095Z Downloaded time-macros v0.2.27
6122026-08-04T16:47:54.095Z Downloaded usdt-impl v0.5.0
6132026-08-04T16:47:54.097Z Downloaded defmt-macros v1.1.0
6142026-08-04T16:47:54.097Z Downloaded usdt-attr-macro v0.5.0
6152026-08-04T16:47:54.102Z Downloaded zerovec-derive v0.11.3
6162026-08-04T16:47:54.105Z Downloaded defmt v1.1.0
6172026-08-04T16:47:54.108Z Downloaded displaydoc v0.2.6
6182026-08-04T16:47:54.108Z Downloaded find-msvc-tools v0.1.9
6192026-08-04T16:47:54.108Z Downloaded toml_edit v0.25.12+spec-1.1.0
6202026-08-04T16:47:54.114Z Downloaded equivalent v1.0.2
6212026-08-04T16:47:54.114Z Downloaded once_cell v1.21.4
6222026-08-04T16:47:54.114Z Downloaded parking_lot_core v0.9.12
6232026-08-04T16:47:54.116Z Downloaded futures-io v0.3.32
6242026-08-04T16:47:54.116Z Downloaded heck v0.5.0
6252026-08-04T16:47:54.116Z Downloaded typenum v1.20.1
6262026-08-04T16:47:54.116Z Downloaded tracing-core v0.1.36
6272026-08-04T16:47:54.121Z Downloaded getrandom v0.2.17
6282026-08-04T16:47:54.124Z Downloaded proc-macro-error v1.0.4
6292026-08-04T16:47:54.127Z Downloaded heck v0.4.1
6302026-08-04T16:47:54.127Z Downloaded serde_spanned v0.6.9
6312026-08-04T16:47:54.127Z Downloaded proc-macro-error-attr v1.0.4
6322026-08-04T16:47:54.129Z Downloaded quick-error v1.2.3
6332026-08-04T16:47:54.132Z Downloaded oxide-tokio-rt v0.1.6
6342026-08-04T16:47:54.135Z Downloaded pem v3.0.6
6352026-08-04T16:47:54.135Z Downloaded spin v0.9.8
6362026-08-04T16:47:54.135Z Downloaded nom v7.1.3
6372026-08-04T16:47:54.139Z Downloaded tinyvec v1.11.0
6382026-08-04T16:47:54.142Z Downloaded typify v0.6.2
6392026-08-04T16:47:54.145Z Downloaded port-file v0.1.0
6402026-08-04T16:47:54.145Z Downloaded poly1305 v0.8.0
6412026-08-04T16:47:54.148Z Downloaded quote v1.0.45
6422026-08-04T16:47:54.148Z Downloaded resolv-conf v0.7.6
6432026-08-04T16:47:54.150Z Downloaded smf v0.2.3
6442026-08-04T16:47:54.151Z Downloaded usdt-macro v0.5.0
6452026-08-04T16:47:54.153Z Downloaded percent-encoding v2.3.2
6462026-08-04T16:47:54.153Z Downloaded dof v0.3.0
6472026-08-04T16:47:54.154Z Downloaded dof v0.4.0
6482026-08-04T16:47:54.154Z Downloaded heapless v0.8.0
6492026-08-04T16:47:54.159Z Downloaded rusty-fork v0.3.1
6502026-08-04T16:47:54.162Z Downloaded simd-adler32 v0.3.9
6512026-08-04T16:47:54.162Z Downloaded tinystr v0.8.3
6522026-08-04T16:47:54.165Z Downloaded writeable v0.6.3
6532026-08-04T16:47:54.165Z Downloaded digest v0.11.3
6542026-08-04T16:47:54.165Z Downloaded tower-service v0.3.3
6552026-08-04T16:47:54.168Z Downloaded darling_macro v0.23.0
6562026-08-04T16:47:54.168Z Downloaded futures-sink v0.3.32
6572026-08-04T16:47:54.170Z Downloaded tracing-attributes v0.1.31
6582026-08-04T16:47:54.175Z Downloaded hostname v0.3.1
6592026-08-04T16:47:54.179Z Downloaded postcard v1.1.3
6602026-08-04T16:47:54.182Z Downloaded tower v0.5.3
6612026-08-04T16:47:54.185Z Downloaded zerocopy-derive v0.7.35
6622026-08-04T16:47:54.188Z Downloaded secrecy v0.10.3
6632026-08-04T16:47:54.188Z Downloaded foreign-types v0.3.2
6642026-08-04T16:47:54.188Z Downloaded rand_xorshift v0.4.0
6652026-08-04T16:47:54.191Z Downloaded want v0.3.1
6662026-08-04T16:47:54.191Z Downloaded utf-8 v0.7.6
6672026-08-04T16:47:54.191Z Downloaded float-ord v0.3.2
6682026-08-04T16:47:54.195Z Downloaded zerocopy-derive v0.8.50
6692026-08-04T16:47:54.200Z Downloaded getrandom v0.4.2
6702026-08-04T16:47:54.202Z Downloaded sha1 v0.11.0
6712026-08-04T16:47:54.205Z Downloaded scroll v0.12.0
6722026-08-04T16:47:54.205Z Downloaded git-stub v1.0.0
6732026-08-04T16:47:54.208Z Downloaded utf8_iter v1.0.4
6742026-08-04T16:47:54.208Z Downloaded sync_wrapper v1.0.2
6752026-08-04T16:47:54.208Z Downloaded zerofrom v0.1.8
6762026-08-04T16:47:54.211Z Downloaded itertools v0.12.1
6772026-08-04T16:47:54.215Z Downloaded serde_derive v1.0.229
6782026-08-04T16:47:54.225Z Downloaded hash32 v0.3.1
6792026-08-04T16:47:54.229Z Downloaded ref-cast-impl v1.0.25
6802026-08-04T16:47:54.237Z Downloaded subtle v2.6.1
6812026-08-04T16:47:54.237Z Downloaded uuid v1.24.0
6822026-08-04T16:47:54.237Z Downloaded usdt-impl v0.6.0
6832026-08-04T16:47:54.242Z Downloaded tokio-macros v2.7.0
6842026-08-04T16:47:54.245Z Downloaded typify-macro v0.4.3
6852026-08-04T16:47:54.245Z Downloaded foreign-types-shared v0.3.1
6862026-08-04T16:47:54.245Z Downloaded rand v0.8.6
6872026-08-04T16:47:54.249Z Downloaded schemars v0.9.0
6882026-08-04T16:47:54.255Z Downloaded darling_core v0.21.3
6892026-08-04T16:47:54.258Z Downloaded tungstenite v0.21.0
6902026-08-04T16:47:54.261Z Downloaded idna v1.1.0
6912026-08-04T16:47:54.264Z Downloaded schemars_derive v0.8.22
6922026-08-04T16:47:54.264Z Downloaded vsss-rs v3.3.4
6932026-08-04T16:47:54.264Z Downloaded slog-term v2.9.2
6942026-08-04T16:47:54.267Z Downloaded thiserror v1.0.69
6952026-08-04T16:47:54.267Z Downloaded tokio-dtrace v0.1.1
6962026-08-04T16:47:54.270Z Downloaded supports-color v3.0.2
6972026-08-04T16:47:54.270Z Downloaded usdt-attr-macro v0.6.0
6982026-08-04T16:47:54.270Z Downloaded rand_pcg v0.10.2
6992026-08-04T16:47:54.270Z Downloaded ref-cast v1.0.25
7002026-08-04T16:47:54.273Z Downloaded serde_spanned v1.1.1
7012026-08-04T16:47:54.276Z Downloaded http v1.4.2
7022026-08-04T16:47:54.281Z Downloaded dyn-clone v1.0.20
7032026-08-04T16:47:54.284Z Downloaded slog-json v2.6.1
7042026-08-04T16:47:54.287Z Downloaded zeroize_derive v1.4.3
7052026-08-04T16:47:54.287Z Downloaded opaque-debug v0.3.1
7062026-08-04T16:47:54.291Z Downloaded pretty-hex v0.4.2
7072026-08-04T16:47:54.297Z Downloaded nom v8.0.0
7082026-08-04T16:47:54.300Z Downloaded expectorate v1.2.0
7092026-08-04T16:47:54.302Z Downloaded ryu v1.0.23
7102026-08-04T16:47:54.305Z Downloaded term v1.2.1
7112026-08-04T16:47:54.305Z Downloaded thiserror v2.0.19
7122026-08-04T16:47:54.308Z Downloaded socket2 v0.6.5
7132026-08-04T16:47:54.308Z Downloaded version_check v0.9.5
7142026-08-04T16:47:54.311Z Downloaded phf v0.12.1
7152026-08-04T16:47:54.318Z Downloaded hmac v0.12.1
7162026-08-04T16:47:54.321Z Downloaded itertools v0.14.0
7172026-08-04T16:47:54.324Z Downloaded rand_core v0.6.4
7182026-08-04T16:47:54.324Z Downloaded derive_more v0.99.20
7192026-08-04T16:47:54.328Z Downloaded oxnet v0.1.6
7202026-08-04T16:47:54.328Z Downloaded password-hash v0.5.0
7212026-08-04T16:47:54.329Z Downloaded quinn-udp v0.5.14
7222026-08-04T16:47:54.332Z Downloaded tower-layer v0.3.3
7232026-08-04T16:47:54.332Z Downloaded flate2 v1.1.9
7242026-08-04T16:47:54.332Z Downloaded proc-macro-error2 v2.0.1
7252026-08-04T16:47:54.333Z Downloaded progenitor v0.10.0
7262026-08-04T16:47:54.335Z Downloaded static_assertions v1.1.0
7272026-08-04T16:47:54.335Z Downloaded tough v0.22.0
7282026-08-04T16:47:54.338Z Downloaded itertools v0.15.0
7292026-08-04T16:47:54.341Z Downloaded rhai_codegen v3.2.0
7302026-08-04T16:47:54.345Z Downloaded tokio-tungstenite v0.21.0
7312026-08-04T16:47:54.348Z Downloaded pkg-config v0.3.33
7322026-08-04T16:47:54.348Z Downloaded thiserror-impl v2.0.19
7332026-08-04T16:47:54.348Z Downloaded data-encoding v2.11.0
7342026-08-04T16:47:54.348Z Downloaded steno v0.4.1
7352026-08-04T16:47:54.351Z Downloaded qorb v0.4.1
7362026-08-04T16:47:54.354Z Downloaded papergrid v0.11.0
7372026-08-04T16:47:54.356Z Downloaded progenitor-impl v0.14.0
7382026-08-04T16:47:54.356Z Downloaded fastrand v2.4.1
7392026-08-04T16:47:54.356Z Downloaded ff v0.13.1
7402026-08-04T16:47:54.357Z Downloaded serde_path_to_error v0.1.20
7412026-08-04T16:47:54.359Z Downloaded toml_datetime v1.1.1+spec-1.1.0
7422026-08-04T16:47:54.360Z Downloaded icu_properties_data v2.2.0
7432026-08-04T16:47:54.363Z Downloaded smallvec v1.15.1
7442026-08-04T16:47:54.366Z Downloaded tempfile v3.27.0
7452026-08-04T16:47:54.366Z Downloaded serde_derive_internals v0.29.1
7462026-08-04T16:47:54.369Z Downloaded dropshot-api-manager v0.7.2
7472026-08-04T16:47:54.369Z Downloaded foreign-types-macros v0.2.3
7482026-08-04T16:47:54.372Z Downloaded globset v0.4.18
7492026-08-04T16:47:54.379Z Downloaded serde_with_macros v3.21.0
7502026-08-04T16:47:54.381Z Downloaded toml v0.9.12+spec-1.1.0
7512026-08-04T16:47:54.381Z Downloaded whoami v1.6.1
7522026-08-04T16:47:54.388Z Downloaded tokio-util v0.7.18
7532026-08-04T16:47:54.395Z Downloaded progenitor-impl v0.13.0
7542026-08-04T16:47:54.398Z Downloaded futures-channel v0.3.32
7552026-08-04T16:47:54.405Z Downloaded hickory-resolver v0.24.4
7562026-08-04T16:47:54.408Z Downloaded toml_edit v0.19.15
7572026-08-04T16:47:54.415Z Downloaded zerovec v0.11.6
7582026-08-04T16:47:54.420Z Downloaded clap_builder v4.6.5
7592026-08-04T16:47:54.423Z Downloaded dropshot_endpoint v0.17.1
7602026-08-04T16:47:54.425Z Downloaded hyper v1.11.0
7612026-08-04T16:47:54.428Z Downloaded pest v2.8.6
7622026-08-04T16:47:54.434Z Downloaded unicode-ident v1.0.24
7632026-08-04T16:47:54.438Z Downloaded darling_core v0.23.0
7642026-08-04T16:47:54.441Z Downloaded derive-where v1.6.1
7652026-08-04T16:47:54.441Z Downloaded rand v0.10.2
7662026-08-04T16:47:54.444Z Downloaded openssl-sys v0.9.116
7672026-08-04T16:47:54.446Z Downloaded serde_yaml v0.9.34+deprecated
7682026-08-04T16:47:54.449Z Downloaded libm v0.2.16
7692026-08-04T16:47:54.455Z Downloaded serde_json v1.0.151
7702026-08-04T16:47:54.461Z Downloaded textwrap v0.16.2
7712026-08-04T16:47:54.464Z Downloaded regex v1.12.3
7722026-08-04T16:47:54.467Z Downloaded winnow v0.5.40
7732026-08-04T16:47:54.470Z Downloaded rand v0.9.4
7742026-08-04T16:47:54.473Z Downloaded hashbrown v0.16.1
7752026-08-04T16:47:54.475Z Downloaded unicode-segmentation v1.13.3
7762026-08-04T16:47:54.475Z Downloaded h2 v0.4.14
7772026-08-04T16:47:54.478Z Downloaded prettyplease v0.2.37
7782026-08-04T16:47:54.484Z Downloaded pest_meta v2.8.6
7792026-08-04T16:47:54.486Z Downloaded schemars v1.2.1
7802026-08-04T16:47:54.492Z Downloaded toml v1.1.2+spec-1.1.0
7812026-08-04T16:47:54.499Z Downloaded zerotrie v0.2.4
7822026-08-04T16:47:54.502Z Downloaded hickory-resolver v0.25.2
7832026-08-04T16:47:54.505Z Downloaded unicode-normalization v0.1.25
7842026-08-04T16:47:54.508Z Downloaded tabled v0.15.0
7852026-08-04T16:47:54.513Z Downloaded aws-lc-rs v1.17.0
7862026-08-04T16:47:54.520Z Downloaded pretty_assertions v1.4.1
7872026-08-04T16:47:54.539Z Downloaded hashbrown v0.15.5
7882026-08-04T16:47:54.542Z Downloaded quinn v0.11.9
7892026-08-04T16:47:54.545Z Downloaded reqwest v0.13.4
7902026-08-04T16:47:54.549Z Downloaded iddqd v0.4.6
7912026-08-04T16:47:54.553Z Downloaded hashbrown v0.12.3
7922026-08-04T16:47:54.556Z Downloaded typed-path v0.9.3
7932026-08-04T16:47:54.566Z Downloaded reqwest v0.12.28
7942026-08-04T16:47:54.569Z Downloaded chrono v0.4.45
7952026-08-04T16:47:54.574Z Downloaded moka v0.12.15
7962026-08-04T16:47:54.581Z Downloaded serde_with v3.21.0
7972026-08-04T16:47:54.588Z Downloaded time v0.3.47
7982026-08-04T16:47:54.596Z Downloaded proptest v1.11.0
7992026-08-04T16:47:54.601Z Downloaded ron v0.12.1
8002026-08-04T16:47:54.605Z Downloaded zerocopy v0.7.35
8012026-08-04T16:47:54.613Z Downloaded futures-util v0.3.32
8022026-08-04T16:47:54.619Z Downloaded tower-http v0.6.11
8032026-08-04T16:47:54.623Z Downloaded vcpkg v0.2.15
8042026-08-04T16:47:54.648Z Downloaded hashbrown v0.17.1
8052026-08-04T16:47:54.651Z Downloaded winnow v0.7.15
8062026-08-04T16:47:54.656Z Downloaded tabled v0.21.0
8072026-08-04T16:47:54.665Z Downloaded hkdf v0.12.4
8082026-08-04T16:47:54.668Z Downloaded goblin v0.8.2
8092026-08-04T16:47:54.673Z Downloaded rayon v1.12.0
8102026-08-04T16:47:54.688Z Downloaded winnow v1.0.3
8112026-08-04T16:47:54.719Z Downloaded portable-atomic v1.13.1
8122026-08-04T16:47:54.732Z Downloaded webpki-roots v1.0.7
8132026-08-04T16:47:54.735Z Downloaded nix v0.31.3
8142026-08-04T16:47:54.741Z Downloaded quinn-proto v0.11.16
8152026-08-04T16:47:54.745Z Downloaded curve25519-dalek v4.1.3
8162026-08-04T16:47:54.749Z Downloaded smoltcp v0.11.0
8172026-08-04T16:47:54.756Z Downloaded goblin v0.10.7
8182026-08-04T16:47:54.765Z Downloaded unicode-width v0.2.2
8192026-08-04T16:47:54.779Z Downloaded unicode-width v0.1.14
8202026-08-04T16:47:54.786Z Downloaded hickory-proto v0.24.4
8212026-08-04T16:47:54.790Z Downloaded regex-syntax v0.8.10
8222026-08-04T16:47:54.794Z Downloaded regress v0.11.1
8232026-08-04T16:47:54.798Z Downloaded zerocopy v0.8.50
8242026-08-04T16:47:54.808Z Downloaded syn v3.0.3
8252026-08-04T16:47:54.813Z Downloaded syn v1.0.109
8262026-08-04T16:47:54.819Z Downloaded rustix v0.38.44
8272026-08-04T16:47:54.830Z Downloaded bstr v1.12.1
8282026-08-04T16:47:54.841Z Downloaded dropshot v0.17.1
8292026-08-04T16:47:54.852Z Downloaded sled v0.34.7
8302026-08-04T16:47:54.857Z Downloaded regress v0.10.5
8312026-08-04T16:47:54.861Z Downloaded rhai v1.25.1
8322026-08-04T16:47:54.868Z Downloaded openapiv3 v2.2.0
8332026-08-04T16:47:54.873Z Downloaded openssl v0.10.80
8342026-08-04T16:47:54.877Z Downloaded syn v2.0.117
8352026-08-04T16:47:54.897Z Downloaded typify-impl v0.6.2
8362026-08-04T16:47:54.903Z Downloaded rustls v0.23.40
8372026-08-04T16:47:54.909Z Downloaded hickory-proto v0.25.2
8382026-08-04T16:47:54.937Z Downloaded jiff v0.2.28
8392026-08-04T16:47:54.947Z Downloaded rustix v1.1.4
8402026-08-04T16:47:54.960Z Downloaded lzma-sys v0.1.20
8412026-08-04T16:47:54.973Z Downloaded tracing v0.1.44
8422026-08-04T16:47:54.982Z Downloaded petgraph v0.6.5
8432026-08-04T16:47:54.993Z Downloaded typify-impl v0.4.3
8442026-08-04T16:47:54.999Z Downloaded libc v0.2.189
8452026-08-04T16:47:55.018Z Downloaded sha3 v0.10.9
8462026-08-04T16:47:55.033Z Downloaded regex-automata v0.4.14
8472026-08-04T16:47:55.051Z Downloaded ring v0.17.14
8482026-08-04T16:47:55.077Z Downloaded chrono-tz v0.10.4
8492026-08-04T16:47:55.105Z Downloaded petgraph v0.8.3
8502026-08-04T16:47:55.118Z Downloaded csv v1.4.0
8512026-08-04T16:47:55.129Z Downloaded tokio v1.53.1
8522026-08-04T16:47:55.204Z Downloaded encoding_rs v0.8.35
8532026-08-04T16:47:55.737Z Downloaded aws-lc-sys v0.41.0
8542026-08-04T16:47:56.279Z Compiling proc-macro2 v1.0.106
8552026-08-04T16:47:56.279Z Compiling quote v1.0.45
8562026-08-04T16:47:56.279Z Compiling unicode-ident v1.0.24
8572026-08-04T16:47:56.279Z Compiling serde_core v1.0.229
8582026-08-04T16:47:56.283Z Compiling serde v1.0.229
8592026-08-04T16:47:56.283Z Compiling libc v0.2.189
8602026-08-04T16:47:56.283Z Compiling zmij v1.0.21
8612026-08-04T16:47:56.283Z Compiling autocfg v1.5.1
8622026-08-04T16:47:56.637Z Compiling libm v0.2.16
8632026-08-04T16:47:57.036Z Compiling icu_properties_data v2.2.0
8642026-08-04T16:47:57.088Z Compiling icu_normalizer_data v2.2.0
8652026-08-04T16:47:57.127Z Compiling serde_json v1.0.151
8662026-08-04T16:47:57.131Z Compiling num-traits v0.2.19
8672026-08-04T16:47:57.185Z Compiling getrandom v0.4.2
8682026-08-04T16:47:57.432Z Compiling memchr v2.8.1
8692026-08-04T16:47:57.527Z Compiling version_check v0.9.5
8702026-08-04T16:47:57.564Z Compiling thiserror v2.0.19
8712026-08-04T16:47:57.853Z Compiling schemars v0.8.22
8722026-08-04T16:47:58.023Z Compiling syn v2.0.117
8732026-08-04T16:47:58.053Z Compiling syn v3.0.3
8742026-08-04T16:47:58.121Z Checking cfg-if v1.0.4
8752026-08-04T16:47:58.194Z Compiling parking_lot_core v0.9.12
8762026-08-04T16:47:58.235Z Compiling zerocopy v0.8.50
8772026-08-04T16:47:58.329Z Compiling heck v0.5.0
8782026-08-04T16:47:58.495Z Compiling portable-atomic v1.13.1
8792026-08-04T16:47:58.535Z Compiling rustversion v1.0.22
8802026-08-04T16:47:58.684Z Compiling itoa v1.0.18
8812026-08-04T16:47:58.867Z Compiling jobserver v0.1.34
8822026-08-04T16:47:58.980Z Compiling shlex v2.0.1
8832026-08-04T16:47:59.013Z Compiling find-msvc-tools v0.1.9
8842026-08-04T16:47:59.204Z Compiling cc v1.2.63
8852026-08-04T16:47:59.472Z Compiling fs_extra v1.3.0
8862026-08-04T16:47:59.534Z Compiling dunce v1.0.5
8872026-08-04T16:47:59.557Z Compiling semver v1.0.28
8882026-08-04T16:47:59.633Z Compiling log v0.4.32
8892026-08-04T16:47:59.737Z Compiling httparse v1.10.1
8902026-08-04T16:47:59.818Z Compiling slog v2.8.2
8912026-08-04T16:47:59.839Z Compiling rustix v1.1.4
8922026-08-04T16:47:59.858Z Checking stable_deref_trait v1.2.1
8932026-08-04T16:47:59.940Z Compiling cmake v0.1.58
8942026-08-04T16:48:00.158Z Compiling allocator-api2 v0.2.21
8952026-08-04T16:48:00.181Z Compiling thiserror v1.0.69
8962026-08-04T16:48:00.394Z Compiling equivalent v1.0.2
8972026-08-04T16:48:00.476Z Compiling aws-lc-sys v0.41.0
8982026-08-04T16:48:00.494Z Compiling getrandom v0.3.4
8992026-08-04T16:48:00.498Z Checking litemap v0.8.2
9002026-08-04T16:48:00.614Z Checking writeable v0.6.3
9012026-08-04T16:48:00.702Z Checking utf8_iter v1.0.4
9022026-08-04T16:48:00.733Z Compiling ring v0.17.14
9032026-08-04T16:48:00.782Z Checking percent-encoding v2.3.2
9042026-08-04T16:48:00.829Z Compiling synstructure v0.13.2
9052026-08-04T16:48:00.846Z Compiling serde_derive_internals v0.29.1
9062026-08-04T16:48:00.948Z Compiling serde_derive v1.0.229
9072026-08-04T16:48:00.971Z Compiling thiserror-impl v2.0.19
9082026-08-04T16:48:01.173Z Compiling aws-lc-rs v1.17.0
9092026-08-04T16:48:01.528Z Compiling regex-syntax v0.8.10
9102026-08-04T16:48:01.561Z Checking form_urlencoded v1.2.2
9112026-08-04T16:48:01.690Z Compiling aho-corasick v1.1.4
9122026-08-04T16:48:02.011Z Compiling zerofrom-derive v0.1.7
9132026-08-04T16:48:02.164Z Compiling yoke-derive v0.8.2
9142026-08-04T16:48:02.194Z Compiling zerovec-derive v0.11.3
9152026-08-04T16:48:03.112Z Compiling displaydoc v0.2.6
9162026-08-04T16:48:03.178Z Compiling schemars_derive v0.8.22
9172026-08-04T16:48:03.216Z Compiling zerocopy-derive v0.8.50
9182026-08-04T16:48:03.240Z Compiling tokio-macros v2.7.0
9192026-08-04T16:48:03.882Z Compiling zeroize_derive v1.4.3
9202026-08-04T16:48:03.980Z Compiling futures-macro v0.3.32
9212026-08-04T16:48:04.029Z Compiling serde_tokenstream v0.2.3
9222026-08-04T16:48:04.309Z Checking smallvec v1.15.1
9232026-08-04T16:48:04.329Z Checking bytes v1.11.1
9242026-08-04T16:48:04.349Z Compiling tracing-attributes v0.1.31
9252026-08-04T16:48:04.525Z Checking zerofrom v0.1.8
9262026-08-04T16:48:04.607Z Compiling thiserror-impl v1.0.69
9272026-08-04T16:48:04.638Z Checking yoke v0.8.3
9282026-08-04T16:48:04.760Z Checking rand_core v0.10.1
9292026-08-04T16:48:04.808Z Checking zerovec v0.11.6
9302026-08-04T16:48:04.916Z Checking zerotrie v0.2.4
9312026-08-04T16:48:05.150Z Compiling regex-automata v0.4.14
9322026-08-04T16:48:05.256Z Checking tinystr v0.8.3
9332026-08-04T16:48:05.277Z Checking potential_utf v0.1.5
9342026-08-04T16:48:05.308Z Compiling ucd-trie v0.1.7
9352026-08-04T16:48:05.377Z Compiling anyhow v1.0.104
9362026-08-04T16:48:05.404Z Checking icu_collections v2.2.0
9372026-08-04T16:48:05.429Z Checking icu_locale_core v2.2.0
9382026-08-04T16:48:05.514Z Compiling rustls v0.23.40
9392026-08-04T16:48:05.535Z Compiling pest v2.8.6
9402026-08-04T16:48:05.790Z Compiling crossbeam-utils v0.8.21
9412026-08-04T16:48:05.900Z Compiling hashbrown v0.17.1
9422026-08-04T16:48:06.020Z Checking icu_provider v2.2.0
9432026-08-04T16:48:06.107Z Checking iana-time-zone v0.1.65
9442026-08-04T16:48:06.214Z Checking chrono v0.4.45
9452026-08-04T16:48:06.269Z Checking icu_properties v2.2.0
9462026-08-04T16:48:06.427Z Checking icu_normalizer v2.2.0
9472026-08-04T16:48:06.463Z Compiling paste v1.0.15
9482026-08-04T16:48:06.545Z Compiling pest_meta v2.8.6
9492026-08-04T16:48:06.704Z Compiling time-core v0.1.8
9502026-08-04T16:48:06.786Z Compiling regex v1.12.3
9512026-08-04T16:48:06.789Z Compiling num-conv v0.2.2
9522026-08-04T16:48:06.957Z Compiling time-macros v0.2.27
9532026-08-04T16:48:06.978Z Compiling indexmap v2.14.0
9542026-08-04T16:48:07.103Z Compiling strsim v0.11.1
9552026-08-04T16:48:07.160Z Checking idna_adapter v1.2.2
9562026-08-04T16:48:07.181Z Compiling pest_generator v2.8.6
9572026-08-04T16:48:07.293Z Checking idna v1.1.0
9582026-08-04T16:48:07.551Z Checking url v2.5.8
9592026-08-04T16:48:07.661Z Checking uuid v1.24.0
9602026-08-04T16:48:07.872Z Compiling pest_derive v2.8.6
9612026-08-04T16:48:07.953Z Compiling async-trait v0.1.89
9622026-08-04T16:48:07.973Z Compiling byteorder v1.5.0
9632026-08-04T16:48:08.030Z Compiling camino v1.2.5
9642026-08-04T16:48:08.135Z Compiling ident_case v1.0.1
9652026-08-04T16:48:08.426Z Checking dyn-clone v1.0.20
9662026-08-04T16:48:08.479Z Compiling scroll_derive v0.13.1
9672026-08-04T16:48:08.515Z Checking errno v0.3.14
9682026-08-04T16:48:09.126Z Compiling omicron-workspace-hack v0.1.0
9692026-08-04T16:48:09.161Z Compiling slog-async v2.8.0
9702026-08-04T16:48:09.190Z Compiling crc32fast v1.5.0
9712026-08-04T16:48:09.277Z Compiling generic-array v0.14.7
9722026-08-04T16:48:09.360Z Compiling usdt-impl v0.6.0
9732026-08-04T16:48:09.515Z Compiling scroll v0.13.0
9742026-08-04T16:48:09.535Z Compiling plain v0.2.3
9752026-08-04T16:48:09.554Z Compiling daft-derive v0.1.7
9762026-08-04T16:48:09.585Z Compiling pretty-hex v0.4.2
9772026-08-04T16:48:09.651Z Checking pin-project-lite v0.2.17
9782026-08-04T16:48:09.719Z Compiling dtrace-parser v0.3.0
9792026-08-04T16:48:09.737Z Compiling goblin v0.10.7
9802026-08-04T16:48:09.900Z Compiling thread-id v5.1.0
9812026-08-04T16:48:10.302Z Compiling darling_core v0.23.0
9822026-08-04T16:48:10.370Z Checking getrandom v0.2.17
9832026-08-04T16:48:10.552Z Checking zeroize v1.8.2
9842026-08-04T16:48:10.621Z Checking bitflags v2.12.1
9852026-08-04T16:48:10.712Z Compiling syn v1.0.109
9862026-08-04T16:48:10.984Z Checking critical-section v1.2.0
9872026-08-04T16:48:11.209Z Checking once_cell v1.21.4
9882026-08-04T16:48:11.428Z Compiling multer v3.1.0
9892026-08-04T16:48:11.754Z Compiling async-stream-impl v0.3.6
9902026-08-04T16:48:11.853Z Checking socket2 v0.6.5
9912026-08-04T16:48:12.013Z Checking scopeguard v1.2.0
9922026-08-04T16:48:12.101Z Compiling ref-cast v1.0.25
9932026-08-04T16:48:12.121Z Checking lock_api v0.4.14
9942026-08-04T16:48:12.305Z Compiling ref-cast-impl v1.0.25
9952026-08-04T16:48:12.327Z Compiling dropshot v0.17.1
9962026-08-04T16:48:12.411Z Compiling darling_macro v0.23.0
9972026-08-04T16:48:12.542Z Compiling dof v0.4.0
9982026-08-04T16:48:13.004Z Compiling darling v0.23.0
9992026-08-04T16:48:13.091Z Compiling dropshot_endpoint v0.17.1
10002026-08-04T16:48:13.566Z Checking parking_lot v0.12.5
10012026-08-04T16:48:13.831Z Compiling usdt-attr-macro v0.6.0
10022026-08-04T16:48:13.879Z Compiling usdt-macro v0.6.0
10032026-08-04T16:48:14.065Z Compiling newtype-uuid-macros v0.1.0
10042026-08-04T16:48:14.398Z Checking signal-hook-registry v1.4.8
10052026-08-04T16:48:14.565Z Checking mio v1.2.1
10062026-08-04T16:48:14.680Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
10072026-08-04T16:48:14.796Z Compiling structmeta-derive v0.3.0
10082026-08-04T16:48:14.822Z Compiling strum_macros v0.26.4
10092026-08-04T16:48:14.861Z Checking tokio v1.53.1
10102026-08-04T16:48:14.983Z Checking subtle v2.6.1
10112026-08-04T16:48:15.129Z Checking futures-core v0.3.32
10122026-08-04T16:48:15.207Z Compiling foldhash v0.2.0
10132026-08-04T16:48:15.256Z Compiling serde_with_macros v3.21.0
10142026-08-04T16:48:15.316Z Compiling strum_macros v0.27.2
10152026-08-04T16:48:15.412Z Compiling hashbrown v0.16.1
10162026-08-04T16:48:15.801Z Compiling structmeta v0.3.0
10172026-08-04T16:48:16.006Z Compiling derive-ex v0.1.8
10182026-08-04T16:48:16.091Z Checking futures-sink v0.3.32
10192026-08-04T16:48:16.217Z Checking ipnetwork v0.21.1
10202026-08-04T16:48:16.398Z Checking slab v0.4.12
10212026-08-04T16:48:16.421Z Compiling http v1.4.2
10222026-08-04T16:48:16.643Z Compiling winnow v1.0.3
10232026-08-04T16:48:17.011Z Checking futures-channel v0.3.32
10242026-08-04T16:48:17.546Z Checking futures-io v0.3.32
10252026-08-04T16:48:17.549Z Checking futures-task v0.3.32
10262026-08-04T16:48:17.587Z Checking typenum v1.20.1
10272026-08-04T16:48:17.607Z Compiling test-strategy v0.4.5
10282026-08-04T16:48:17.665Z Compiling toml_parser v1.1.2+spec-1.1.0
10292026-08-04T16:48:17.709Z Checking futures-util v0.3.32
10302026-08-04T16:48:18.141Z Compiling parse-display-derive v0.10.0
10312026-08-04T16:48:18.342Z Checking oxnet v0.1.6
10322026-08-04T16:48:18.461Z Checking tracing-core v0.1.36
10332026-08-04T16:48:18.593Z Compiling toml_datetime v1.1.1+spec-1.1.0
10342026-08-04T16:48:18.769Z Checking tracing v0.1.44
10352026-08-04T16:48:18.945Z Checking erased-serde v0.3.31
10362026-08-04T16:48:19.208Z Checking fnv v1.0.7
10372026-08-04T16:48:19.306Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
10382026-08-04T16:48:19.607Z Checking base64 v0.22.1
10392026-08-04T16:48:19.667Z Compiling ryu v1.0.23
10402026-08-04T16:48:19.685Z Compiling clap_derive v4.6.4
10412026-08-04T16:48:19.835Z Checking rand_core v0.6.4
10422026-08-04T16:48:19.958Z Checking rustls-pki-types v1.14.1
10432026-08-04T16:48:19.961Z Compiling openapiv3 v2.2.0
10442026-08-04T16:48:20.248Z Compiling either v1.16.0
10452026-08-04T16:48:20.266Z Checking tokio-util v0.7.18
10462026-08-04T16:48:20.456Z Checking ppv-lite86 v0.2.21
10472026-08-04T16:48:20.752Z Checking untrusted v0.9.0
10482026-08-04T16:48:20.774Z Checking untrusted v0.7.1
10492026-08-04T16:48:20.864Z Checking ipnet v2.12.0
10502026-08-04T16:48:21.497Z Checking http-body v1.0.1
10512026-08-04T16:48:21.630Z Checking atomic-waker v1.1.2
10522026-08-04T16:48:21.773Z Compiling toml_edit v0.25.12+spec-1.1.0
10532026-08-04T16:48:21.811Z Checking tower-layer v0.3.3
10542026-08-04T16:48:21.920Z Checking tower-service v0.3.3
10552026-08-04T16:48:21.950Z Checking try-lock v0.2.5
10562026-08-04T16:48:22.010Z Checking h2 v0.4.14
10572026-08-04T16:48:22.052Z Checking want v0.3.1
10582026-08-04T16:48:22.176Z Checking httpdate v1.0.3
10592026-08-04T16:48:22.324Z Compiling proc-macro-crate v3.5.0
10602026-08-04T16:48:22.745Z Compiling num_enum_derive v0.7.6
10612026-08-04T16:48:22.849Z Checking serde_urlencoded v0.7.1
10622026-08-04T16:48:22.981Z Checking http-body-util v0.1.4
10632026-08-04T16:48:23.001Z Compiling regress v0.11.1
10642026-08-04T16:48:23.566Z Compiling crucible-workspace-hack v0.1.0
10652026-08-04T16:48:23.738Z Checking rand_core v0.9.5
10662026-08-04T16:48:23.852Z Checking hyper v1.11.0
10672026-08-04T16:48:24.079Z Checking rand_chacha v0.9.0
10682026-08-04T16:48:24.523Z Compiling typify-impl v0.6.2
10692026-08-04T16:48:24.724Z Compiling unsafe-libyaml v0.2.11
10702026-08-04T16:48:24.782Z Checking hyper-util v0.1.20
10712026-08-04T16:48:25.140Z Checking fastrand v2.4.1
10722026-08-04T16:48:25.420Z Compiling serde_yaml v0.9.34+deprecated
10732026-08-04T16:48:25.591Z Checking rand v0.9.4
10742026-08-04T16:48:26.048Z Checking powerfmt v0.2.0
10752026-08-04T16:48:26.122Z Compiling convert_case v0.4.0
10762026-08-04T16:48:26.203Z Checking deranged v0.5.8
10772026-08-04T16:48:26.419Z Compiling derive_more v0.99.20
10782026-08-04T16:48:26.784Z Checking num_threads v0.1.7
10792026-08-04T16:48:27.096Z Checking tempfile v3.27.0
10802026-08-04T16:48:27.138Z Checking time v0.3.47
10812026-08-04T16:48:27.356Z Compiling zerocopy-derive v0.7.35
10822026-08-04T16:48:27.878Z Compiling typify-macro v0.6.2
10832026-08-04T16:48:28.240Z Checking crossbeam-channel v0.5.15
10842026-08-04T16:48:28.261Z Compiling itertools v0.14.0
10852026-08-04T16:48:28.570Z Compiling regress v0.10.5
10862026-08-04T16:48:28.930Z Compiling rustix v0.38.44
10872026-08-04T16:48:29.095Z Checking cpufeatures v0.3.0
10882026-08-04T16:48:29.505Z Checking futures-executor v0.3.32
10892026-08-04T16:48:29.551Z Checking sync_wrapper v1.0.2
10902026-08-04T16:48:29.617Z Checking thread_local v1.1.9
10912026-08-04T16:48:29.785Z Compiling heapless v0.8.0
10922026-08-04T16:48:30.021Z Checking tower v0.5.3
10932026-08-04T16:48:30.109Z Compiling typify v0.6.2
10942026-08-04T16:48:30.264Z Checking webpki-roots v1.0.7
10952026-08-04T16:48:30.382Z Compiling scroll_derive v0.12.1
10962026-08-04T16:48:30.406Z Compiling serde_repr v0.1.21
10972026-08-04T16:48:30.426Z Checking is-terminal v0.4.17
10982026-08-04T16:48:30.840Z Checking term v1.2.1
10992026-08-04T16:48:31.032Z Checking take_mut v0.2.2
11002026-08-04T16:48:31.064Z Checking slog-term v2.9.2
11012026-08-04T16:48:31.128Z Checking tower-http v0.6.11
11022026-08-04T16:48:31.322Z Checking futures v0.3.32
11032026-08-04T16:48:31.495Z Checking hex v0.4.3
11042026-08-04T16:48:31.545Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
11052026-08-04T16:48:31.647Z Compiling smoltcp v0.11.0
11062026-08-04T16:48:32.403Z Compiling rustc_version v0.4.1
11072026-08-04T16:48:32.476Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
11082026-08-04T16:48:32.675Z Compiling curve25519-dalek v4.1.3
11092026-08-04T16:48:32.723Z Compiling toml_datetime v0.6.11
11102026-08-04T16:48:32.751Z Compiling foreign-types-macros v0.2.3
11112026-08-04T16:48:33.795Z Compiling zerocopy v0.7.35
11122026-08-04T16:48:33.853Z Checking hybrid-array v0.4.12
11132026-08-04T16:48:34.049Z Compiling thiserror-impl-no-std v2.0.2
11142026-08-04T16:48:34.283Z Compiling hubpack_derive v0.1.1
11152026-08-04T16:48:34.448Z Compiling curve25519-dalek-derive v0.1.1
11162026-08-04T16:48:34.770Z Compiling usdt-impl v0.5.0
11172026-08-04T16:48:34.792Z Compiling proc-macro-error-attr v1.0.4
11182026-08-04T16:48:35.116Z Checking openssl-probe v0.2.1
11192026-08-04T16:48:35.119Z Checking match_cfg v0.1.0
11202026-08-04T16:48:35.158Z Checking adler2 v2.0.1
11212026-08-04T16:48:35.207Z Checking simd-adler32 v0.3.9
11222026-08-04T16:48:35.227Z Checking rustls-native-certs v0.8.4
11232026-08-04T16:48:35.266Z Checking hostname v0.3.1
11242026-08-04T16:48:35.351Z Checking miniz_oxide v0.8.9
11252026-08-04T16:48:35.430Z Compiling dof v0.3.0
11262026-08-04T16:48:35.585Z Checking slog-json v2.6.1
11272026-08-04T16:48:35.704Z Compiling dtrace-parser v0.2.0
11282026-08-04T16:48:35.745Z Compiling darling_core v0.21.3
11292026-08-04T16:48:35.768Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
11302026-08-04T16:48:35.789Z Checking newtype-uuid v1.3.2
11312026-08-04T16:48:35.975Z Checking serde_spanned v1.1.1
11322026-08-04T16:48:36.254Z Compiling thread-id v4.2.2
11332026-08-04T16:48:36.257Z Compiling proc-macro-error v1.0.4
11342026-08-04T16:48:36.296Z Checking memmap2 v0.9.10
11352026-08-04T16:48:36.359Z Checking wait-timeout v0.2.1
11362026-08-04T16:48:36.474Z Compiling memoffset v0.9.1
11372026-08-04T16:48:36.496Z Checking bit-vec v0.8.0
11382026-08-04T16:48:36.541Z Checking toml_writer v1.1.1+spec-1.1.0
11392026-08-04T16:48:36.638Z Checking quick-error v1.2.3
11402026-08-04T16:48:36.793Z Compiling pkg-config v0.3.33
11412026-08-04T16:48:36.859Z Checking rusty-fork v0.3.1
11422026-08-04T16:48:37.026Z Checking bit-set v0.8.0
11432026-08-04T16:48:37.150Z Checking usdt v0.6.0
11442026-08-04T16:48:37.255Z Checking daft v0.1.7
11452026-08-04T16:48:37.316Z Checking slog-bunyan v2.5.0
11462026-08-04T16:48:37.434Z Checking flate2 v1.1.9
11472026-08-04T16:48:37.690Z Checking crypto-common v0.2.2
11482026-08-04T16:48:37.739Z Checking block-buffer v0.12.0
11492026-08-04T16:48:37.872Z Compiling darling_macro v0.21.3
11502026-08-04T16:48:37.970Z Checking crypto-common v0.1.7
11512026-08-04T16:48:38.085Z Checking rand_xorshift v0.4.0
11522026-08-04T16:48:38.226Z Checking debug-ignore v1.0.5
11532026-08-04T16:48:38.327Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
11542026-08-04T16:48:38.408Z Checking const-oid v0.10.2
11552026-08-04T16:48:38.436Z Compiling cfg_aliases v0.2.1
11562026-08-04T16:48:38.440Z Checking unarray v0.1.4
11572026-08-04T16:48:38.515Z Compiling prettyplease v0.2.37
11582026-08-04T16:48:38.556Z Checking compression-core v0.4.32
11592026-08-04T16:48:38.575Z Checking proptest v1.11.0
11602026-08-04T16:48:38.579Z Checking digest v0.11.3
11612026-08-04T16:48:38.687Z Checking compression-codecs v0.4.38
11622026-08-04T16:48:38.786Z Compiling nix v0.31.3
11632026-08-04T16:48:38.810Z Compiling darling v0.21.3
11642026-08-04T16:48:39.419Z Checking macaddr v1.0.1
11652026-08-04T16:48:39.595Z Checking encoding_rs v0.8.35
11662026-08-04T16:48:39.692Z Checking spin v0.9.8
11672026-08-04T16:48:39.811Z Compiling heck v0.4.1
11682026-08-04T16:48:39.815Z Checking mime v0.3.17
11692026-08-04T16:48:39.983Z Checking toml v1.1.2+spec-1.1.0
11702026-08-04T16:48:40.397Z Compiling ingot-macros v0.1.1
11712026-08-04T16:48:40.421Z Checking async-compression v0.4.42
11722026-08-04T16:48:40.539Z Checking sha1 v0.11.0
11732026-08-04T16:48:40.657Z Compiling usdt-macro v0.5.0
11742026-08-04T16:48:40.703Z Compiling usdt-attr-macro v0.5.0
11752026-08-04T16:48:40.727Z Checking waitgroup v0.1.2
11762026-08-04T16:48:40.829Z Checking rand_chacha v0.3.1
11772026-08-04T16:48:40.849Z Checking rustls-pemfile v2.2.0
11782026-08-04T16:48:40.905Z Checking async-stream v0.3.6
11792026-08-04T16:48:41.016Z Compiling num-derive v0.4.2
11802026-08-04T16:48:41.037Z Compiling enum-as-inner v0.6.1
11812026-08-04T16:48:41.063Z Checking serde_path_to_error v0.1.20
11822026-08-04T16:48:41.310Z Checking hostname v0.4.2
11832026-08-04T16:48:41.589Z Compiling winnow v0.7.15
11842026-08-04T16:48:42.051Z Checking rand v0.8.6
11852026-08-04T16:48:42.563Z Compiling progenitor-impl v0.14.0
11862026-08-04T16:48:42.926Z Compiling rayon-core v1.13.0
11872026-08-04T16:48:44.608Z Compiling progenitor-macro v0.14.0
11882026-08-04T16:48:44.921Z Checking rustls-webpki v0.103.13
11892026-08-04T16:48:45.189Z Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
11902026-08-04T16:48:45.418Z Compiling num-integer v0.1.46
11912026-08-04T16:48:45.950Z Compiling semver v0.1.20
11922026-08-04T16:48:45.979Z Checking unicode-width v0.2.2
11932026-08-04T16:48:46.442Z Compiling winnow v0.5.40
11942026-08-04T16:48:46.584Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
11952026-08-04T16:48:47.062Z Compiling rustc_version v0.1.7
11962026-08-04T16:48:47.734Z Checking tokio-rustls v0.26.4
11972026-08-04T16:48:47.897Z Checking rustls-platform-verifier v0.7.0
11982026-08-04T16:48:47.917Z Compiling toml_edit v0.19.15
11992026-08-04T16:48:47.963Z Checking hyper-rustls v0.27.9
12002026-08-04T16:48:48.167Z Checking reqwest v0.13.4
12012026-08-04T16:48:48.267Z Compiling reqwest v0.12.28
12022026-08-04T16:48:48.553Z Compiling backon v1.6.0
12032026-08-04T16:48:48.893Z Checking progenitor-client v0.14.0
12042026-08-04T16:48:49.127Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
12052026-08-04T16:48:49.985Z Checking block-buffer v0.10.4
12062026-08-04T16:48:50.168Z Compiling strum v0.26.3
12072026-08-04T16:48:50.210Z Compiling instant v0.1.13
12082026-08-04T16:48:50.397Z Compiling utf8parse v0.2.2
12092026-08-04T16:48:50.397Z Compiling backoff v0.4.0
12102026-08-04T16:48:50.461Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
12112026-08-04T16:48:50.509Z Compiling anstyle-parse v1.0.0
12122026-08-04T16:48:50.633Z Compiling iddqd v0.4.6
12132026-08-04T16:48:50.653Z Compiling progenitor-extras v0.2.0
12142026-08-04T16:48:50.690Z Checking digest v0.10.7
12152026-08-04T16:48:50.711Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12162026-08-04T16:48:50.818Z Compiling progenitor-client v0.10.0
12172026-08-04T16:48:50.883Z Compiling proc-macro-crate v1.3.1
12182026-08-04T16:48:50.904Z Compiling newtype_derive v0.1.6
12192026-08-04T16:48:50.940Z Compiling num-iter v0.1.45
12202026-08-04T16:48:50.960Z Compiling num-rational v0.4.2
12212026-08-04T16:48:51.064Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
12222026-08-04T16:48:51.263Z Compiling parse-display v0.10.0
12232026-08-04T16:48:51.468Z Compiling strum v0.27.2
12242026-08-04T16:48:51.606Z Compiling serde_with v3.21.0
12252026-08-04T16:48:51.627Z Compiling num-complex v0.4.6
12262026-08-04T16:48:51.797Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
12272026-08-04T16:48:51.846Z Compiling anstyle v1.0.14
12282026-08-04T16:48:51.913Z Compiling colorchoice v1.0.5
12292026-08-04T16:48:51.968Z Compiling humantime v2.3.0
12302026-08-04T16:48:52.028Z Compiling vcpkg v0.2.15
12312026-08-04T16:48:52.031Z Compiling anstyle-query v1.1.5
12322026-08-04T16:48:52.069Z Compiling is_terminal_polyfill v1.70.2
12332026-08-04T16:48:52.073Z Compiling owo-colors v4.3.0
12342026-08-04T16:48:52.161Z Compiling anstream v1.0.0
12352026-08-04T16:48:52.216Z Compiling num v0.4.3
12362026-08-04T16:48:52.299Z Compiling num_enum_derive v0.5.11
12372026-08-04T16:48:52.482Z Compiling terminal_size v0.4.4
12382026-08-04T16:48:52.597Z Compiling openssl-sys v0.9.116
12392026-08-04T16:48:52.668Z Compiling serde_spanned v0.6.9
12402026-08-04T16:48:52.817Z Compiling derive-where v1.6.1
12412026-08-04T16:48:52.820Z Compiling pin-project-internal v1.1.13
12422026-08-04T16:48:52.905Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
12432026-08-04T16:48:53.144Z Compiling toml_write v0.1.2
12442026-08-04T16:48:53.310Z Compiling clap_lex v1.1.0
12452026-08-04T16:48:53.396Z Compiling float-ord v0.3.2
12462026-08-04T16:48:53.516Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12472026-08-04T16:48:53.537Z Compiling clap_builder v4.6.5
12482026-08-04T16:48:53.559Z Compiling toml_edit v0.22.27
12492026-08-04T16:48:54.280Z Compiling progenitor-impl v0.13.0
12502026-08-04T16:48:55.355Z Compiling clap v4.6.5
12512026-08-04T16:48:55.383Z Compiling toml v0.8.23
12522026-08-04T16:48:55.849Z Compiling zone_cfg_derive v0.3.1
12532026-08-04T16:48:55.924Z Compiling snafu-derive v0.8.9
12542026-08-04T16:48:55.981Z Compiling async-recursion v1.1.1
12552026-08-04T16:48:56.333Z Compiling progenitor-macro v0.13.0
12562026-08-04T16:48:56.848Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
12572026-08-04T16:48:57.067Z Compiling slog-dtrace v0.3.0
12582026-08-04T16:48:57.149Z Compiling unicode-xid v0.2.6
12592026-08-04T16:48:57.280Z Compiling openssl v0.10.80
12602026-08-04T16:48:57.410Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12612026-08-04T16:48:57.580Z Compiling cancel-safe-futures v0.1.5
12622026-08-04T16:48:57.669Z Compiling chrono-tz v0.10.4
12632026-08-04T16:48:57.755Z Compiling minimal-lexical v0.2.1
12642026-08-04T16:48:57.997Z Compiling nom v7.1.3
12652026-08-04T16:48:58.119Z Compiling const_format_proc_macros v0.2.34
12662026-08-04T16:48:58.892Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12672026-08-04T16:48:58.911Z Compiling openssl-macros v0.1.1
12682026-08-04T16:48:59.137Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12692026-08-04T16:48:59.368Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12702026-08-04T16:48:59.391Z Checking cpufeatures v0.2.17
12712026-08-04T16:48:59.420Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12722026-08-04T16:49:00.296Z Compiling cookie v0.18.1
12732026-08-04T16:49:00.314Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12742026-08-04T16:49:00.518Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12752026-08-04T16:49:00.655Z Compiling tabled_derive v0.7.0
12762026-08-04T16:49:01.025Z Checking num_enum v0.7.6
12772026-08-04T16:49:02.947Z Checking tabwriter v1.4.1
12782026-08-04T16:49:03.086Z Checking secrecy v0.10.3
12792026-08-04T16:49:03.126Z Checking tinyvec_macros v0.1.1
12802026-08-04T16:49:03.253Z Checking colored v3.1.1
12812026-08-04T16:49:03.357Z Checking tinyvec v1.11.0
12822026-08-04T16:49:03.458Z Checking crossbeam-epoch v0.9.18
12832026-08-04T16:49:03.668Z Checking hash32 v0.3.1
12842026-08-04T16:49:03.799Z Checking bstr v1.12.1
12852026-08-04T16:49:03.916Z Checking data-encoding v2.11.0
12862026-08-04T16:49:04.020Z Checking hmac v0.12.1
12872026-08-04T16:49:04.135Z Checking inout v0.1.4
12882026-08-04T16:49:04.156Z Checking scroll v0.12.0
12892026-08-04T16:49:04.159Z Checking ff v0.13.1
12902026-08-04T16:49:04.198Z Checking cobs v0.3.0
12912026-08-04T16:49:04.269Z Checking managed v0.8.0
12922026-08-04T16:49:04.304Z Checking static_assertions v1.1.0
12932026-08-04T16:49:04.345Z Checking foreign-types-shared v0.3.1
12942026-08-04T16:49:04.372Z Checking bitflags v1.3.2
12952026-08-04T16:49:04.393Z Checking goblin v0.8.2
12962026-08-04T16:49:04.393Z Checking postcard v1.1.3
12972026-08-04T16:49:04.437Z Checking foreign-types v0.5.0
12982026-08-04T16:49:04.459Z Checking group v0.13.0
12992026-08-04T16:49:04.518Z Checking cipher v0.4.4
13002026-08-04T16:49:04.567Z Checking hkdf v0.12.4
13012026-08-04T16:49:04.696Z Checking atomicwrites v0.4.4
13022026-08-04T16:49:04.757Z Checking universal-hash v0.5.1
13032026-08-04T16:49:04.776Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13042026-08-04T16:49:04.842Z Checking crypto-bigint v0.5.5
13052026-08-04T16:49:04.927Z Checking chacha20 v0.10.0
13062026-08-04T16:49:05.012Z Checking half v2.7.1
13072026-08-04T16:49:05.130Z Checking cstr-argument v0.1.2
13082026-08-04T16:49:05.256Z Checking ciborium-io v0.2.2
13092026-08-04T16:49:05.278Z Checking indent_write v2.2.0
13102026-08-04T16:49:05.352Z Checking base64ct v1.8.3
13112026-08-04T16:49:05.373Z Checking opaque-debug v0.3.1
13122026-08-04T16:49:05.406Z Checking base16ct v0.2.0
13132026-08-04T16:49:05.446Z Checking poly1305 v0.8.0
13142026-08-04T16:49:05.528Z Checking ciborium-ll v0.2.2
13152026-08-04T16:49:05.556Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
13162026-08-04T16:49:05.589Z Checking password-hash v0.5.0
13172026-08-04T16:49:05.629Z Checking rand v0.10.2
13182026-08-04T16:49:05.675Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
13192026-08-04T16:49:05.708Z Checking chacha20 v0.9.1
13202026-08-04T16:49:05.729Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13212026-08-04T16:49:05.732Z Checking elliptic-curve v0.13.8
13222026-08-04T16:49:05.813Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
13232026-08-04T16:49:05.893Z Checking blake2 v0.10.6
13242026-08-04T16:49:05.974Z Checking aead v0.5.2
13252026-08-04T16:49:06.003Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
13262026-08-04T16:49:06.087Z Checking thiserror-no-std v2.0.2
13272026-08-04T16:49:06.110Z Checking hubpack v0.1.2
13282026-08-04T16:49:06.131Z Checking byte-wrapper v0.1.0
13292026-08-04T16:49:06.179Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
13302026-08-04T16:49:06.277Z Checking keccak v0.1.6
13312026-08-04T16:49:06.343Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13322026-08-04T16:49:06.384Z Checking chacha20poly1305 v0.10.1
13332026-08-04T16:49:06.409Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
13342026-08-04T16:49:06.451Z Checking sha3 v0.10.9
13352026-08-04T16:49:06.551Z Checking vsss-rs v3.3.4
13362026-08-04T16:49:06.643Z Checking argon2 v0.5.3
13372026-08-04T16:49:06.848Z Checking ciborium v0.2.2
13382026-08-04T16:49:06.991Z Checking similar v2.7.0
13392026-08-04T16:49:07.169Z Checking memmap v0.7.0
13402026-08-04T16:49:07.204Z Checking lazy_static v1.5.0
13412026-08-04T16:49:07.305Z Checking usdt v0.5.0
13422026-08-04T16:49:07.347Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13432026-08-04T16:49:07.493Z Checking crossbeam-deque v0.8.6
13442026-08-04T16:49:07.546Z Checking ingot-types v0.1.2
13452026-08-04T16:49:07.654Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13462026-08-04T16:49:07.806Z Checking ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
13472026-08-04T16:49:07.851Z Checking progenitor v0.14.0
13482026-08-04T16:49:07.887Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
13492026-08-04T16:49:07.916Z Checking bytecount v0.6.9
13502026-08-04T16:49:07.937Z Checking unicode-segmentation v1.13.3
13512026-08-04T16:49:07.981Z Checking ingot v0.1.1
13522026-08-04T16:49:08.249Z Checking console v0.15.11
13532026-08-04T16:49:08.272Z Checking newline-converter v0.3.0
13542026-08-04T16:49:08.371Z Checking itertools v0.12.1
13552026-08-04T16:49:08.456Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
13562026-08-04T16:49:08.518Z Checking swrite v0.1.0
13572026-08-04T16:49:08.634Z Compiling parking_lot_core v0.8.6
13582026-08-04T16:49:08.656Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13592026-08-04T16:49:08.659Z Checking linked-hash-map v0.5.6
13602026-08-04T16:49:08.696Z Checking resolv-conf v0.7.6
13612026-08-04T16:49:08.845Z Checking lru-cache v0.1.2
13622026-08-04T16:49:08.926Z Checking expectorate v1.2.0
13632026-08-04T16:49:08.975Z Checking rayon v1.12.0
13642026-08-04T16:49:09.053Z Checking ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
13652026-08-04T16:49:09.189Z Checking hickory-proto v0.24.4
13662026-08-04T16:49:09.526Z Checking camino-tempfile v1.4.1
13672026-08-04T16:49:09.559Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
13682026-08-04T16:49:09.805Z Checking serde-big-array v0.5.1
13692026-08-04T16:49:09.943Z Checking siphasher v1.0.3
13702026-08-04T16:49:10.113Z Checking phf_shared v0.12.1
13712026-08-04T16:49:10.199Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
13722026-08-04T16:49:10.424Z Checking unicode-normalization v0.1.25
13732026-08-04T16:49:10.656Z Checking pin-project v1.1.13
13742026-08-04T16:49:10.714Z Checking hickory-resolver v0.24.4
13752026-08-04T16:49:10.758Z Checking num_enum v0.5.11
13762026-08-04T16:49:10.858Z Checking progenitor-client v0.13.0
13772026-08-04T16:49:11.270Z Checking tokio-stream v0.1.18
13782026-08-04T16:49:11.387Z Checking csv-core v0.1.13
13792026-08-04T16:49:11.509Z Checking highway v1.3.0
13802026-08-04T16:49:11.531Z Checking foldhash v0.1.5
13812026-08-04T16:49:11.586Z Checking same-file v1.0.6
13822026-08-04T16:49:11.645Z Checking foreign-types-shared v0.1.1
13832026-08-04T16:49:11.666Z Checking unicode-linebreak v0.1.5
13842026-08-04T16:49:11.757Z Checking konst_macro_rules v0.2.19
13852026-08-04T16:49:11.816Z Checking unicode-width v0.1.14
13862026-08-04T16:49:11.835Z Checking smawk v0.3.2
13872026-08-04T16:49:11.883Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13882026-08-04T16:49:11.936Z Checking foreign-types v0.3.2
13892026-08-04T16:49:11.956Z Checking konst v0.2.20
13902026-08-04T16:49:11.976Z Checking textwrap v0.16.2
13912026-08-04T16:49:12.017Z Checking walkdir v2.5.0
13922026-08-04T16:49:12.064Z Checking hashbrown v0.15.5
13932026-08-04T16:49:12.146Z Checking qorb v0.4.1
13942026-08-04T16:49:12.186Z Checking csv v1.4.0
13952026-08-04T16:49:12.458Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13962026-08-04T16:49:12.665Z Checking progenitor v0.13.0
13972026-08-04T16:49:12.799Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
13982026-08-04T16:49:12.822Z Checking olpc-cjson v0.1.4
13992026-08-04T16:49:12.963Z Checking snafu v0.8.9
14002026-08-04T16:49:12.985Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
14012026-08-04T16:49:13.037Z Checking phf v0.12.1
14022026-08-04T16:49:13.180Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14032026-08-04T16:49:13.203Z Checking zone v0.3.1
14042026-08-04T16:49:13.257Z Checking tokio-dtrace v0.1.1
14052026-08-04T16:49:13.433Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14062026-08-04T16:49:13.455Z Checking globset v0.4.18
14072026-08-04T16:49:13.809Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
14082026-08-04T16:49:14.006Z Checking smf v0.2.3
14092026-08-04T16:49:14.033Z Checking pem v3.0.6
14102026-08-04T16:49:14.193Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
14112026-08-04T16:49:14.235Z Checking libsw-core v0.3.2
14122026-08-04T16:49:14.381Z Checking serde_plain v1.0.2
14132026-08-04T16:49:14.444Z Checking sigpipe v0.1.3
14142026-08-04T16:49:14.606Z Checking jiff v0.2.28
14152026-08-04T16:49:14.659Z Checking typed-path v0.9.3
14162026-08-04T16:49:14.678Z Checking fixedbitset v0.5.7
14172026-08-04T16:49:14.714Z Checking fixedbitset v0.4.2
14182026-08-04T16:49:14.736Z Checking glob v0.3.3
14192026-08-04T16:49:14.867Z Checking petgraph v0.6.5
14202026-08-04T16:49:14.889Z Checking petgraph v0.8.3
14212026-08-04T16:49:15.225Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14222026-08-04T16:49:15.445Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
14232026-08-04T16:49:15.464Z Checking tough v0.22.0
14242026-08-04T16:49:15.582Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14252026-08-04T16:49:15.710Z Checking libsw v3.5.0
14262026-08-04T16:49:16.098Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
14272026-08-04T16:49:16.143Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
14282026-08-04T16:49:16.208Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14292026-08-04T16:49:16.254Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14302026-08-04T16:49:16.280Z Checking oxide-tokio-rt v0.1.6
14312026-08-04T16:49:16.585Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14322026-08-04T16:49:16.605Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14332026-08-04T16:49:16.640Z Checking const_format v0.2.36
14342026-08-04T16:49:16.822Z Checking papergrid v0.11.0
14352026-08-04T16:49:16.844Z Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14362026-08-04T16:49:17.245Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14372026-08-04T16:49:17.294Z Checking gethostname v0.5.0
14382026-08-04T16:49:17.369Z Checking key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14392026-08-04T16:49:17.390Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
14402026-08-04T16:49:17.471Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
14412026-08-04T16:49:17.673Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14422026-08-04T16:49:17.940Z Checking libscf-sys v1.2.0
14432026-08-04T16:49:18.074Z Checking bcs v0.1.6
14442026-08-04T16:49:18.192Z Checking whoami v1.6.1
14452026-08-04T16:49:18.216Z Checking termtree v0.5.1
14462026-08-04T16:49:18.255Z Checking linear-map v1.2.0
14472026-08-04T16:49:18.328Z Checking tagptr v0.2.0
14482026-08-04T16:49:18.425Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14492026-08-04T16:49:18.466Z Checking moka v0.12.15
14502026-08-04T16:49:19.019Z Checking nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14512026-08-04T16:49:19.235Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14522026-08-04T16:49:20.136Z Checking tabled v0.15.0
14532026-08-04T16:49:20.196Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14542026-08-04T16:49:20.217Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14552026-08-04T16:49:20.325Z Checking bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14562026-08-04T16:49:20.365Z Checking steno v0.4.1
14572026-08-04T16:49:20.810Z Checking hickory-proto v0.25.2
14582026-08-04T16:49:22.397Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
14592026-08-04T16:49:22.420Z Checking hickory-resolver v0.25.2
14602026-08-04T16:49:22.647Z Checking oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14612026-08-04T16:49:22.770Z Checking client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
14622026-08-04T16:49:23.096Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14632026-08-04T16:49:23.669Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
14642026-08-04T16:49:23.873Z Checking ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
14652026-08-04T16:49:27.866Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14662026-08-04T16:49:28.046Z Checking nom v8.0.0
14672026-08-04T16:49:28.067Z Compiling proc-macro-error-attr2 v2.0.0
14682026-08-04T16:49:28.498Z Compiling proc-macro-error2 v2.0.1
14692026-08-04T16:49:31.672Z Compiling crunchy v0.2.4
14702026-08-04T16:49:33.369Z Checking mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
14712026-08-04T16:49:33.783Z Compiling tabled_derive v0.11.0
14722026-08-04T16:49:34.257Z Compiling itertools v0.15.0
14732026-08-04T16:49:34.478Z Compiling tiny-keccak v2.0.2
14742026-08-04T16:49:34.819Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
14752026-08-04T16:49:35.324Z Compiling typify-impl v0.4.3
14762026-08-04T16:49:35.346Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
14772026-08-04T16:49:35.488Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14782026-08-04T16:49:35.555Z Checking parking_lot v0.11.2
14792026-08-04T16:49:35.586Z Compiling ingot-macros v0.2.0
14802026-08-04T16:49:35.754Z Compiling const-random-macro v0.1.16
14812026-08-04T16:49:36.507Z Checking fxhash v0.2.1
14822026-08-04T16:49:36.625Z Compiling ahash v0.8.12
14832026-08-04T16:49:36.648Z Checking sled v0.34.7
14842026-08-04T16:49:36.652Z Compiling smartstring v1.0.1
14852026-08-04T16:49:37.134Z Checking internet-checksum v0.2.1
14862026-08-04T16:49:37.231Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14872026-08-04T16:49:37.274Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
14882026-08-04T16:49:37.849Z Checking mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
14892026-08-04T16:49:37.905Z Compiling rhai_codegen v3.2.0
14902026-08-04T16:49:38.235Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
14912026-08-04T16:49:38.616Z Checking ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
14922026-08-04T16:49:38.698Z Compiling typify-macro v0.4.3
14932026-08-04T16:49:38.740Z Checking arc-swap v1.9.1
14942026-08-04T16:49:38.882Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
14952026-08-04T16:49:38.967Z Checking slog-scope v4.4.1
14962026-08-04T16:49:39.084Z Checking papergrid v0.18.0
14972026-08-04T16:49:39.116Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
14982026-08-04T16:49:39.232Z Checking testing_table v0.3.0
14992026-08-04T16:49:39.331Z Checking dropshot-api-manager-types v0.7.2
15002026-08-04T16:49:39.701Z Checking mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
15012026-08-04T16:49:39.739Z Checking slog-stdlog v4.1.1
15022026-08-04T16:49:39.830Z Checking rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
15032026-08-04T16:49:39.867Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
15042026-08-04T16:49:39.888Z Checking tabled v0.21.0
15052026-08-04T16:49:39.891Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
15062026-08-04T16:49:40.072Z Compiling lzma-sys v0.1.20
15072026-08-04T16:49:40.226Z Compiling typify v0.4.3
15082026-08-04T16:49:40.332Z Compiling progenitor-impl v0.10.0
15092026-08-04T16:49:40.720Z Compiling fs-err v3.3.0
15102026-08-04T16:49:40.745Z Compiling typeid v1.0.3
15112026-08-04T16:49:41.025Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
15122026-08-04T16:49:41.070Z Checking slog-envlogger v2.2.0
15132026-08-04T16:49:41.104Z Checking ingot-types v0.2.0
15142026-08-04T16:49:41.571Z Compiling toml_datetime v0.7.5+spec-1.1.0
15152026-08-04T16:49:41.897Z Checking crc8 v0.1.1
15162026-08-04T16:49:42.031Z Compiling toml v0.9.12+spec-1.1.0
15172026-08-04T16:49:42.130Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
15182026-08-04T16:49:42.151Z Checking ingot v0.2.1
15192026-08-04T16:49:42.368Z Compiling progenitor-macro v0.10.0
15202026-08-04T16:49:43.159Z Checking const-random v0.1.18
15212026-08-04T16:49:43.513Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
15222026-08-04T16:49:43.763Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
15232026-08-04T16:49:44.738Z Compiling cargo_toml v0.22.3
15242026-08-04T16:49:45.181Z Checking ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
15252026-08-04T16:49:45.708Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
15262026-08-04T16:49:46.152Z Checking thin-vec v0.2.18
15272026-08-04T16:49:46.423Z Checking rhai v1.25.1
15282026-08-04T16:49:46.961Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
15292026-08-04T16:49:47.035Z Checking sha1 v0.10.6
15302026-08-04T16:49:47.382Z Checking utf-8 v0.7.6
15312026-08-04T16:49:47.674Z Checking tungstenite v0.21.0
15322026-08-04T16:49:48.103Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
15332026-08-04T16:49:48.444Z Checking ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
15342026-08-04T16:49:48.714Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
15352026-08-04T16:49:49.015Z Checking port-file v0.1.0
15362026-08-04T16:49:49.060Z Checking sha2 v0.10.9
15372026-08-04T16:49:49.171Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
15382026-08-04T16:49:49.339Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
15392026-08-04T16:49:49.362Z Checking progenitor v0.10.0
15402026-08-04T16:49:49.412Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
15412026-08-04T16:49:49.647Z Checking tokio-tungstenite v0.21.0
15422026-08-04T16:49:50.805Z Checking console v0.16.3
15432026-08-04T16:49:50.929Z Checking git-stub v1.0.0
15442026-08-04T16:49:51.142Z Checking diff v0.1.13
15452026-08-04T16:49:51.163Z Checking is_ci v1.2.0
15462026-08-04T16:49:51.268Z Checking base64 v0.21.7
15472026-08-04T16:49:51.333Z Checking yansi v1.0.1
15482026-08-04T16:49:51.412Z Checking unit-prefix v0.5.2
15492026-08-04T16:49:51.526Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
15502026-08-04T16:49:51.547Z Checking indicatif v0.18.4
15512026-08-04T16:49:51.577Z Checking pretty_assertions v1.4.1
15522026-08-04T16:49:51.917Z Checking supports-color v3.0.2
15532026-08-04T16:49:52.609Z Checking git-stub-vcs v0.1.0
15542026-08-04T16:49:52.762Z Checking xz2 v0.1.7
15552026-08-04T16:49:52.854Z Checking ron v0.12.1
15562026-08-04T16:49:53.019Z Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
15572026-08-04T16:49:53.211Z Checking mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
15582026-08-04T16:49:53.333Z Checking mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
15592026-08-04T16:49:53.567Z Checking bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
15602026-08-04T16:49:53.645Z Checking drift v0.2.0
15612026-08-04T16:49:54.162Z Compiling serial_test_derive v4.0.1
15622026-08-04T16:49:54.284Z Checking base16ct v1.0.0
15632026-08-04T16:49:54.681Z Checking dropshot-api-manager v0.7.2
15642026-08-04T16:49:54.832Z Checking serial_test v4.0.1
15652026-08-04T16:49:55.657Z Checking mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
15662026-08-04T16:49:55.691Z Checking bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
15672026-08-04T16:49:55.714Z Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
15682026-08-04T16:49:56.033Z Checking ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
15692026-08-04T16:49:56.688Z Checking util v0.1.0 (/work/oxidecomputer/maghemite/util)
15702026-08-04T16:49:57.758Z Checking natord v1.0.9
15712026-08-04T16:49:57.944Z Checking mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
15722026-08-04T16:49:57.988Z Checking ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
15732026-08-04T16:49:58.011Z Checking maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
15742026-08-04T16:49:58.557Z Checking ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
15752026-08-04T16:49:58.859Z Checking mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify)
15762026-08-04T16:49:58.977Z Checking xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
15772026-08-04T16:49:59.157Z Checking mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
15782026-08-04T16:49:59.179Z Checking mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
15792026-08-04T16:49:59.255Z Checking falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab)
15802026-08-04T16:50:09.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 41s
15812026-08-04T16:50:09.134Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
15822026-08-04T16:50:09.134Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
15832026-08-04T16:50:09.506Z+ cargo xtask openapi check
15842026-08-04T16:50:10.133Z Compiling cfg-if v1.0.4
15852026-08-04T16:50:10.137Z Compiling libc v0.2.189
15862026-08-04T16:50:10.137Z Compiling serde_core v1.0.229
15872026-08-04T16:50:10.245Z Compiling memchr v2.8.1
15882026-08-04T16:50:10.252Z Compiling smallvec v1.15.1
15892026-08-04T16:50:10.254Z Compiling itoa v1.0.18
15902026-08-04T16:50:10.268Z Compiling stable_deref_trait v1.2.1
15912026-08-04T16:50:10.271Z Compiling zerofrom v0.1.8
15922026-08-04T16:50:10.288Z Compiling zmij v1.0.21
15932026-08-04T16:50:10.334Z Compiling writeable v0.6.3
15942026-08-04T16:50:10.392Z Compiling yoke v0.8.3
15952026-08-04T16:50:10.435Z Compiling litemap v0.8.2
15962026-08-04T16:50:10.448Z Compiling utf8_iter v1.0.4
15972026-08-04T16:50:10.528Z Compiling percent-encoding v2.3.2
15982026-08-04T16:50:10.560Z Compiling zerovec v0.11.6
15992026-08-04T16:50:10.572Z Compiling zerotrie v0.2.4
16002026-08-04T16:50:10.584Z Compiling icu_properties_data v2.2.0
16012026-08-04T16:50:10.615Z Compiling icu_normalizer_data v2.2.0
16022026-08-04T16:50:10.689Z Compiling libm v0.2.16
16032026-08-04T16:50:10.701Z Compiling form_urlencoded v1.2.2
16042026-08-04T16:50:10.716Z Compiling rand_core v0.10.1
16052026-08-04T16:50:10.718Z Compiling errno v0.3.14
16062026-08-04T16:50:10.859Z Compiling iana-time-zone v0.1.65
16072026-08-04T16:50:10.874Z Compiling getrandom v0.4.2
16082026-08-04T16:50:10.884Z Compiling pin-project-lite v0.2.17
16092026-08-04T16:50:10.895Z Compiling dyn-clone v1.0.20
16102026-08-04T16:50:10.895Z Compiling zeroize v1.8.2
16112026-08-04T16:50:10.975Z Compiling scopeguard v1.2.0
16122026-08-04T16:50:11.027Z Compiling tinystr v0.8.3
16132026-08-04T16:50:11.043Z Compiling potential_utf v0.1.5
16142026-08-04T16:50:11.066Z Compiling lock_api v0.4.14
16152026-08-04T16:50:11.077Z Compiling socket2 v0.6.5
16162026-08-04T16:50:11.082Z Compiling parking_lot_core v0.9.12
16172026-08-04T16:50:11.101Z Compiling signal-hook-registry v1.4.8
16182026-08-04T16:50:11.200Z Compiling icu_locale_core v2.2.0
16192026-08-04T16:50:11.227Z Compiling icu_collections v2.2.0
16202026-08-04T16:50:11.287Z Compiling parking_lot v0.12.5
16212026-08-04T16:50:11.364Z Compiling mio v1.2.1
16222026-08-04T16:50:11.378Z Compiling portable-atomic v1.13.1
16232026-08-04T16:50:11.524Z Compiling num-traits v0.2.19
16242026-08-04T16:50:11.657Z Compiling futures-core v0.3.32
16252026-08-04T16:50:11.745Z Compiling thiserror v2.0.19
16262026-08-04T16:50:11.813Z Compiling critical-section v1.2.0
16272026-08-04T16:50:11.835Z Compiling equivalent v1.0.2
16282026-08-04T16:50:11.857Z Compiling subtle v2.6.1
16292026-08-04T16:50:11.868Z Compiling zerocopy v0.8.50
16302026-08-04T16:50:11.893Z Compiling serde v1.0.229
16312026-08-04T16:50:11.918Z Compiling serde_json v1.0.151
16322026-08-04T16:50:11.922Z Compiling icu_provider v2.2.0
16332026-08-04T16:50:12.026Z Compiling uuid v1.24.0
16342026-08-04T16:50:12.054Z Compiling semver v1.0.28
16352026-08-04T16:50:12.163Z Compiling icu_normalizer v2.2.0
16362026-08-04T16:50:12.259Z Compiling icu_properties v2.2.0
16372026-08-04T16:50:12.280Z Compiling bitflags v2.12.1
16382026-08-04T16:50:12.390Z Compiling bytes v1.11.1
16392026-08-04T16:50:12.410Z Compiling chrono v0.4.45
16402026-08-04T16:50:12.465Z Compiling once_cell v1.21.4
16412026-08-04T16:50:12.519Z Compiling allocator-api2 v0.2.21
16422026-08-04T16:50:12.676Z Compiling log v0.4.32
16432026-08-04T16:50:12.723Z Compiling futures-sink v0.3.32
16442026-08-04T16:50:12.827Z Compiling typenum v1.20.1
16452026-08-04T16:50:12.842Z Compiling slab v0.4.12
16462026-08-04T16:50:12.863Z Compiling tokio v1.53.1
16472026-08-04T16:50:13.014Z Compiling slog v2.8.2
16482026-08-04T16:50:13.027Z Compiling futures-channel v0.3.32
16492026-08-04T16:50:13.027Z Compiling getrandom v0.2.17
16502026-08-04T16:50:13.051Z Compiling hashbrown v0.17.1
16512026-08-04T16:50:13.217Z Compiling idna_adapter v1.2.2
16522026-08-04T16:50:13.251Z Compiling rand_core v0.6.4
16532026-08-04T16:50:13.356Z Compiling idna v1.1.0
16542026-08-04T16:50:13.379Z Compiling futures-io v0.3.32
16552026-08-04T16:50:13.472Z Compiling futures-task v0.3.32
16562026-08-04T16:50:13.536Z Compiling indexmap v2.14.0
16572026-08-04T16:50:13.593Z Compiling futures-util v0.3.32
16582026-08-04T16:50:13.619Z Compiling tracing-core v0.1.36
16592026-08-04T16:50:13.645Z Compiling url v2.5.8
16602026-08-04T16:50:13.837Z Compiling base64 v0.22.1
16612026-08-04T16:50:14.063Z Compiling tracing v0.1.44
16622026-08-04T16:50:14.168Z Compiling schemars v0.8.22
16632026-08-04T16:50:14.181Z Compiling http v1.4.2
16642026-08-04T16:50:14.200Z Compiling unicode-ident v1.0.24
16652026-08-04T16:50:14.299Z Compiling proc-macro2 v1.0.106
16662026-08-04T16:50:14.327Z Compiling fnv v1.0.7
16672026-08-04T16:50:14.427Z Compiling byteorder v1.5.0
16682026-08-04T16:50:14.445Z Compiling ipnet v2.12.0
16692026-08-04T16:50:14.652Z Compiling quote v1.0.45
16702026-08-04T16:50:14.828Z Compiling syn v2.0.117
16712026-08-04T16:50:14.928Z Compiling ipnetwork v0.21.1
16722026-08-04T16:50:14.943Z Compiling ppv-lite86 v0.2.21
16732026-08-04T16:50:14.966Z Compiling erased-serde v0.3.31
16742026-08-04T16:50:15.120Z Compiling rustls-pki-types v1.14.1
16752026-08-04T16:50:15.262Z Compiling oxnet v0.1.6
16762026-08-04T16:50:15.336Z Compiling http-body v1.0.1
16772026-08-04T16:50:15.464Z Compiling thiserror v1.0.69
16782026-08-04T16:50:15.488Z Compiling aws-lc-sys v0.41.0
16792026-08-04T16:50:15.576Z Compiling untrusted v0.7.1
16802026-08-04T16:50:15.594Z Compiling atomic-waker v1.1.2
16812026-08-04T16:50:15.702Z Compiling httparse v1.10.1
16822026-08-04T16:50:15.714Z Compiling ryu v1.0.23
16832026-08-04T16:50:15.724Z Compiling pretty-hex v0.4.2
16842026-08-04T16:50:15.857Z Compiling rustls v0.23.40
16852026-08-04T16:50:15.869Z Compiling untrusted v0.9.0
16862026-08-04T16:50:15.881Z Compiling tower-layer v0.3.3
16872026-08-04T16:50:15.893Z Compiling tower-service v0.3.3
16882026-08-04T16:50:15.986Z Compiling aws-lc-rs v1.17.0
16892026-08-04T16:50:15.986Z Compiling try-lock v0.2.5
16902026-08-04T16:50:16.007Z Compiling rustix v1.1.4
16912026-08-04T16:50:16.038Z Compiling plain v0.2.3
16922026-08-04T16:50:16.078Z Compiling want v0.3.1
16932026-08-04T16:50:16.089Z Compiling httpdate v1.0.3
16942026-08-04T16:50:16.099Z Compiling omicron-workspace-hack v0.1.0
16952026-08-04T16:50:16.139Z Compiling getrandom v0.3.4
16962026-08-04T16:50:16.166Z Compiling ucd-trie v0.1.7
16972026-08-04T16:50:16.238Z Compiling regex-syntax v0.8.10
16982026-08-04T16:50:16.319Z Compiling pest v2.8.6
16992026-08-04T16:50:16.330Z Compiling rand_core v0.9.5
17002026-08-04T16:50:16.450Z Compiling crossbeam-utils v0.8.21
17012026-08-04T16:50:16.543Z Compiling tokio-util v0.7.18
17022026-08-04T16:50:16.959Z Compiling rustls-webpki v0.103.13
17032026-08-04T16:50:17.251Z Compiling h2 v0.4.14
17042026-08-04T16:50:17.316Z Compiling serde_urlencoded v0.7.1
17052026-08-04T16:50:17.564Z Compiling http-body-util v0.1.4
17062026-08-04T16:50:17.641Z Compiling newtype-uuid v1.3.2
17072026-08-04T16:50:17.837Z Compiling foldhash v0.2.0
17082026-08-04T16:50:17.902Z Compiling hex v0.4.3
17092026-08-04T16:50:17.978Z Compiling daft v0.1.7
17102026-08-04T16:50:18.071Z Compiling rand_chacha v0.9.0
17112026-08-04T16:50:18.165Z Compiling fastrand v2.4.1
17122026-08-04T16:50:18.255Z Compiling rand v0.9.4
17132026-08-04T16:50:18.428Z Compiling sync_wrapper v1.0.2
17142026-08-04T16:50:18.458Z Compiling generic-array v0.14.7
17152026-08-04T16:50:18.537Z Compiling tower v0.5.3
17162026-08-04T16:50:18.710Z Compiling anyhow v1.0.104
17172026-08-04T16:50:18.850Z Compiling aho-corasick v1.1.4
17182026-08-04T16:50:18.882Z Compiling powerfmt v0.2.0
17192026-08-04T16:50:18.960Z Compiling tower-http v0.6.11
17202026-08-04T16:50:18.973Z Compiling tempfile v3.27.0
17212026-08-04T16:50:19.009Z Compiling hashbrown v0.16.1
17222026-08-04T16:50:19.073Z Compiling deranged v0.5.8
17232026-08-04T16:50:19.089Z Compiling futures-executor v0.3.32
17242026-08-04T16:50:19.353Z Compiling hyper v1.11.0
17252026-08-04T16:50:19.364Z Compiling camino v1.2.5
17262026-08-04T16:50:19.376Z Compiling openapiv3 v2.2.0
17272026-08-04T16:50:19.593Z Compiling openssl-probe v0.2.1
17282026-08-04T16:50:19.773Z Compiling regex-automata v0.4.14
17292026-08-04T16:50:19.785Z Compiling time-core v0.1.8
17302026-08-04T16:50:19.936Z Compiling num_threads v0.1.7
17312026-08-04T16:50:20.037Z Compiling cpufeatures v0.3.0
17322026-08-04T16:50:20.053Z Compiling num-conv v0.2.2
17332026-08-04T16:50:20.113Z Compiling rustls-native-certs v0.8.4
17342026-08-04T16:50:20.205Z Compiling time v0.3.47
17352026-08-04T16:50:20.218Z Compiling futures v0.3.32
17362026-08-04T16:50:20.297Z Compiling tokio-rustls v0.26.4
17372026-08-04T16:50:20.443Z Compiling hyper-util v0.1.20
17382026-08-04T16:50:20.563Z Compiling scroll v0.13.0
17392026-08-04T16:50:20.662Z Compiling hybrid-array v0.4.12
17402026-08-04T16:50:20.832Z Compiling adler2 v2.0.1
17412026-08-04T16:50:20.957Z Compiling winnow v1.0.3
17422026-08-04T16:50:20.971Z Compiling simd-adler32 v0.3.9
17432026-08-04T16:50:21.016Z Compiling goblin v0.10.7
17442026-08-04T16:50:21.121Z Compiling miniz_oxide v0.8.9
17452026-08-04T16:50:21.169Z Compiling rustls-platform-verifier v0.7.0
17462026-08-04T16:50:21.398Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17472026-08-04T16:50:21.800Z Compiling hyper-rustls v0.27.9
17482026-08-04T16:50:21.889Z Compiling crossbeam-channel v0.5.15
17492026-08-04T16:50:21.891Z Compiling crc32fast v1.5.0
17502026-08-04T16:50:22.081Z Compiling flate2 v1.1.9
17512026-08-04T16:50:22.098Z Compiling reqwest v0.13.4
17522026-08-04T16:50:22.109Z Compiling regex v1.12.3
17532026-08-04T16:50:22.113Z Compiling block-buffer v0.12.0
17542026-08-04T16:50:22.271Z Compiling crypto-common v0.2.2
17552026-08-04T16:50:22.378Z Compiling crypto-common v0.1.7
17562026-08-04T16:50:22.503Z Compiling dtrace-parser v0.3.0
17572026-08-04T16:50:22.516Z Compiling rand_chacha v0.3.1
17582026-08-04T16:50:22.580Z Compiling thread-id v5.1.0
17592026-08-04T16:50:22.667Z Compiling thread_local v1.1.9
17602026-08-04T16:50:22.921Z Compiling match_cfg v0.1.0
17612026-08-04T16:50:22.940Z Compiling const-oid v0.10.2
17622026-08-04T16:50:22.992Z Compiling debug-ignore v1.0.5
17632026-08-04T16:50:23.009Z Compiling compression-core v0.4.32
17642026-08-04T16:50:23.026Z Compiling hostname v0.3.1
17652026-08-04T16:50:23.099Z Compiling digest v0.11.3
17662026-08-04T16:50:23.148Z Compiling compression-codecs v0.4.38
17672026-08-04T16:50:23.162Z Compiling rand v0.8.6
17682026-08-04T16:50:23.164Z Compiling toml_parser v1.1.2+spec-1.1.0
17692026-08-04T16:50:23.184Z Compiling slog-json v2.6.1
17702026-08-04T16:50:23.273Z Compiling ref-cast v1.0.25
17712026-08-04T16:50:23.276Z Compiling strum v0.26.3
17722026-08-04T16:50:23.376Z Compiling macaddr v1.0.1
17732026-08-04T16:50:23.388Z Compiling toml_datetime v1.1.1+spec-1.1.0
17742026-08-04T16:50:23.399Z Compiling serde_spanned v1.1.1
17752026-08-04T16:50:23.410Z Compiling wait-timeout v0.2.1
17762026-08-04T16:50:23.544Z Compiling memmap2 v0.9.10
17772026-08-04T16:50:23.594Z Compiling is-terminal v0.4.17
17782026-08-04T16:50:23.687Z Compiling encoding_rs v0.8.35
17792026-08-04T16:50:23.700Z Compiling spin v0.9.8
17802026-08-04T16:50:23.703Z Compiling mime v0.3.17
17812026-08-04T16:50:23.763Z Compiling either v1.16.0
17822026-08-04T16:50:23.794Z Compiling toml_writer v1.1.1+spec-1.1.0
17832026-08-04T16:50:23.808Z Compiling term v1.2.1
17842026-08-04T16:50:23.820Z Compiling quick-error v1.2.3
17852026-08-04T16:50:23.922Z Compiling dof v0.4.0
17862026-08-04T16:50:23.969Z Compiling bit-vec v0.8.0
17872026-08-04T16:50:23.981Z Compiling take_mut v0.2.2
17882026-08-04T16:50:24.010Z Compiling toml v1.1.2+spec-1.1.0
17892026-08-04T16:50:24.088Z Compiling slog-term v2.9.2
17902026-08-04T16:50:24.204Z Compiling bit-set v0.8.0
17912026-08-04T16:50:24.370Z Compiling slog-async v2.8.0
17922026-08-04T16:50:24.458Z Compiling rusty-fork v0.3.1
17932026-08-04T16:50:24.639Z Compiling usdt-impl v0.6.0
17942026-08-04T16:50:24.797Z Compiling multer v3.1.0
17952026-08-04T16:50:24.869Z Compiling slog-bunyan v2.5.0
17962026-08-04T16:50:25.010Z Compiling usdt v0.6.0
17972026-08-04T16:50:25.193Z Compiling async-compression v0.4.42
17982026-08-04T16:50:25.287Z Compiling sha1 v0.11.0
17992026-08-04T16:50:25.299Z Compiling serde_with v3.21.0
18002026-08-04T16:50:25.310Z Compiling async-stream v0.3.6
18012026-08-04T16:50:25.323Z Compiling rand_xorshift v0.4.0
18022026-08-04T16:50:25.375Z Compiling waitgroup v0.1.2
18032026-08-04T16:50:25.464Z Compiling rustls-pemfile v2.2.0
18042026-08-04T16:50:25.479Z Compiling serde_path_to_error v0.1.20
18052026-08-04T16:50:25.508Z Compiling hostname v0.4.2
18062026-08-04T16:50:25.519Z Compiling unarray v0.1.4
18072026-08-04T16:50:25.532Z Compiling strum v0.27.2
18082026-08-04T16:50:25.629Z Compiling proptest v1.11.0
18092026-08-04T16:50:25.644Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18102026-08-04T16:50:25.663Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
18112026-08-04T16:50:25.672Z Compiling progenitor-client v0.14.0
18122026-08-04T16:50:25.776Z Compiling dropshot v0.17.1
18132026-08-04T16:50:25.833Z Compiling iddqd v0.4.6
18142026-08-04T16:50:25.841Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18152026-08-04T16:50:25.854Z Compiling reqwest v0.12.28
18162026-08-04T16:50:25.867Z Compiling block-buffer v0.10.4
18172026-08-04T16:50:25.954Z Compiling backon v1.6.0
18182026-08-04T16:50:26.010Z Compiling instant v0.1.13
18192026-08-04T16:50:26.078Z Compiling digest v0.10.7
18202026-08-04T16:50:26.115Z Compiling progenitor-extras v0.2.0
18212026-08-04T16:50:26.156Z Compiling backoff v0.4.0
18222026-08-04T16:50:26.289Z Compiling itertools v0.14.0
18232026-08-04T16:50:26.347Z Compiling parse-display v0.10.0
18242026-08-04T16:50:26.364Z Compiling regress v0.10.5
18252026-08-04T16:50:26.661Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
18262026-08-04T16:50:27.087Z Compiling progenitor-client v0.10.0
18272026-08-04T16:50:27.100Z Compiling humantime v2.3.0
18282026-08-04T16:50:27.390Z Compiling cpufeatures v0.2.17
18292026-08-04T16:50:27.469Z Compiling unicode-width v0.2.2
18302026-08-04T16:50:27.560Z Compiling secrecy v0.10.3
18312026-08-04T16:50:27.576Z Compiling tinyvec_macros v0.1.1
18322026-08-04T16:50:27.649Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
18332026-08-04T16:50:27.725Z Compiling heck v0.5.0
18342026-08-04T16:50:27.754Z Compiling tinyvec v1.11.0
18352026-08-04T16:50:27.766Z Compiling num-integer v0.1.46
18362026-08-04T16:50:27.971Z Compiling scroll v0.12.0
18372026-08-04T16:50:28.080Z Compiling crucible-workspace-hack v0.1.0
18382026-08-04T16:50:28.094Z Compiling hmac v0.12.1
18392026-08-04T16:50:28.154Z Compiling inout v0.1.4
18402026-08-04T16:50:28.203Z Compiling ff v0.13.1
18412026-08-04T16:50:28.237Z Compiling utf8parse v0.2.2
18422026-08-04T16:50:28.251Z Compiling hkdf v0.12.4
18432026-08-04T16:50:28.301Z Compiling cipher v0.4.4
18442026-08-04T16:50:28.336Z Compiling anstyle-parse v1.0.0
18452026-08-04T16:50:28.350Z Compiling group v0.13.0
18462026-08-04T16:50:28.397Z Compiling goblin v0.8.2
18472026-08-04T16:50:28.463Z Compiling num-rational v0.4.2
18482026-08-04T16:50:28.517Z Compiling num-iter v0.1.45
18492026-08-04T16:50:28.639Z Compiling zerocopy v0.7.35
18502026-08-04T16:50:28.736Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18512026-08-04T16:50:28.812Z Compiling universal-hash v0.5.1
18522026-08-04T16:50:28.943Z Compiling regress v0.11.1
18532026-08-04T16:50:29.011Z Compiling crypto-bigint v0.5.5
18542026-08-04T16:50:29.212Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18552026-08-04T16:50:29.254Z Compiling terminal_size v0.4.4
18562026-08-04T16:50:29.398Z Compiling half v2.7.1
18572026-08-04T16:50:29.540Z Compiling num-complex v0.4.6
18582026-08-04T16:50:29.699Z Compiling anstyle-query v1.1.5
18592026-08-04T16:50:29.711Z Compiling anstyle v1.0.14
18602026-08-04T16:50:29.814Z Compiling opaque-debug v0.3.1
18612026-08-04T16:50:29.887Z Compiling base64ct v1.8.3
18622026-08-04T16:50:29.922Z Compiling colorchoice v1.0.5
18632026-08-04T16:50:29.938Z Compiling ciborium-io v0.2.2
18642026-08-04T16:50:30.036Z Compiling base16ct v0.2.0
18652026-08-04T16:50:30.049Z Compiling is_terminal_polyfill v1.70.2
18662026-08-04T16:50:30.149Z Compiling elliptic-curve v0.13.8
18672026-08-04T16:50:30.179Z Compiling anstream v1.0.0
18682026-08-04T16:50:30.192Z Compiling password-hash v0.5.0
18692026-08-04T16:50:30.419Z Compiling ciborium-ll v0.2.2
18702026-08-04T16:50:30.492Z Compiling typify-impl v0.6.2
18712026-08-04T16:50:30.625Z Compiling dof v0.3.0
18722026-08-04T16:50:30.639Z Compiling poly1305 v0.8.0
18732026-08-04T16:50:31.053Z Compiling num v0.4.3
18742026-08-04T16:50:31.074Z Compiling curve25519-dalek v4.1.3
18752026-08-04T16:50:31.140Z Compiling thiserror-no-std v2.0.2
18762026-08-04T16:50:31.378Z Compiling chacha20 v0.9.1
18772026-08-04T16:50:31.408Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
18782026-08-04T16:50:31.608Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18792026-08-04T16:50:32.029Z Compiling blake2 v0.10.6
18802026-08-04T16:50:32.059Z Compiling aead v0.5.2
18812026-08-04T16:50:32.148Z Compiling byte-wrapper v0.1.0
18822026-08-04T16:50:32.227Z Compiling dtrace-parser v0.2.0
18832026-08-04T16:50:32.230Z Compiling crossbeam-epoch v0.9.18
18842026-08-04T16:50:32.251Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18852026-08-04T16:50:32.411Z Compiling thread-id v4.2.2
18862026-08-04T16:50:32.497Z Compiling clap_lex v1.1.0
18872026-08-04T16:50:32.497Z Compiling keccak v0.1.6
18882026-08-04T16:50:32.521Z Compiling strsim v0.11.1
18892026-08-04T16:50:32.562Z Compiling float-ord v0.3.2
18902026-08-04T16:50:32.582Z Compiling usdt-impl v0.5.0
18912026-08-04T16:50:32.681Z Compiling sha3 v0.10.9
18922026-08-04T16:50:32.739Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18932026-08-04T16:50:32.754Z Compiling clap_builder v4.6.5
18942026-08-04T16:50:32.969Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18952026-08-04T16:50:33.000Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18962026-08-04T16:50:33.232Z Compiling argon2 v0.5.3
18972026-08-04T16:50:33.742Z Compiling typify v0.6.2
18982026-08-04T16:50:33.856Z Compiling chacha20poly1305 v0.10.1
18992026-08-04T16:50:34.058Z Compiling vsss-rs v3.3.4
19002026-08-04T16:50:34.119Z Compiling ciborium v0.2.2
19012026-08-04T16:50:34.240Z Compiling hash32 v0.3.1
19022026-08-04T16:50:34.403Z Compiling memmap v0.7.0
19032026-08-04T16:50:34.588Z Compiling indent_write v2.2.0
19042026-08-04T16:50:34.697Z Compiling data-encoding v2.11.0
19052026-08-04T16:50:34.732Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
19062026-08-04T16:50:34.836Z Compiling usdt v0.5.0
19072026-08-04T16:50:35.109Z Compiling heapless v0.8.0
19082026-08-04T16:50:35.167Z Compiling clap v4.6.5
19092026-08-04T16:50:35.229Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19102026-08-04T16:50:35.246Z Compiling ingot-types v0.1.2
19112026-08-04T16:50:35.330Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19122026-08-04T16:50:35.516Z Compiling rustix v0.38.44
19132026-08-04T16:50:35.543Z Compiling tabwriter v1.4.1
19142026-08-04T16:50:35.586Z Compiling cobs v0.3.0
19152026-08-04T16:50:35.652Z Compiling managed v0.8.0
19162026-08-04T16:50:35.793Z Compiling bitflags v1.3.2
19172026-08-04T16:50:35.868Z Compiling smoltcp v0.11.0
19182026-08-04T16:50:35.881Z Compiling postcard v1.1.3
19192026-08-04T16:50:36.043Z Compiling ingot v0.1.1
19202026-08-04T16:50:36.060Z Compiling memoffset v0.9.1
19212026-08-04T16:50:36.146Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19222026-08-04T16:50:36.215Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19232026-08-04T16:50:36.401Z Compiling serde_spanned v0.6.9
19242026-08-04T16:50:36.414Z Compiling toml_datetime v0.6.11
19252026-08-04T16:50:36.520Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19262026-08-04T16:50:36.552Z Compiling linked-hash-map v0.5.6
19272026-08-04T16:50:36.688Z Compiling unicode-segmentation v1.13.3
19282026-08-04T16:50:36.737Z Compiling colored v3.1.1
19292026-08-04T16:50:37.159Z Compiling foreign-types-shared v0.3.1
19302026-08-04T16:50:37.173Z Compiling swrite v0.1.0
19312026-08-04T16:50:37.257Z Compiling winnow v0.7.15
19322026-08-04T16:50:37.270Z Compiling static_assertions v1.1.0
19332026-08-04T16:50:37.348Z Compiling toml_write v0.1.2
19342026-08-04T16:50:37.521Z Compiling resolv-conf v0.7.6
19352026-08-04T16:50:37.555Z Compiling foreign-types v0.5.0
19362026-08-04T16:50:37.638Z Compiling newline-converter v0.3.0
19372026-08-04T16:50:37.760Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19382026-08-04T16:50:37.804Z Compiling lru-cache v0.1.2
19392026-08-04T16:50:37.893Z Compiling hubpack v0.1.2
19402026-08-04T16:50:37.932Z Compiling atomicwrites v0.4.4
19412026-08-04T16:50:37.969Z Compiling nix v0.31.3
19422026-08-04T16:50:38.118Z Compiling num_enum v0.7.6
19432026-08-04T16:50:38.120Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
19442026-08-04T16:50:38.241Z Compiling hickory-proto v0.24.4
19452026-08-04T16:50:38.241Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19462026-08-04T16:50:38.371Z Compiling crossbeam-deque v0.8.6
19472026-08-04T16:50:38.569Z Compiling console v0.15.11
19482026-08-04T16:50:38.702Z Compiling toml_edit v0.22.27
19492026-08-04T16:50:38.777Z Compiling chacha20 v0.10.0
19502026-08-04T16:50:38.892Z Compiling camino-tempfile v1.4.1
19512026-08-04T16:50:39.038Z Compiling serde-big-array v0.5.1
19522026-08-04T16:50:39.129Z Compiling cstr-argument v0.1.2
19532026-08-04T16:50:39.176Z Compiling siphasher v1.0.3
19542026-08-04T16:50:39.185Z Compiling similar v2.7.0
19552026-08-04T16:50:39.282Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19562026-08-04T16:50:39.370Z Compiling phf_shared v0.12.1
19572026-08-04T16:50:39.540Z Compiling pin-project v1.1.13
19582026-08-04T16:50:39.553Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19592026-08-04T16:50:39.639Z Compiling expectorate v1.2.0
19602026-08-04T16:50:39.651Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
19612026-08-04T16:50:40.022Z Compiling hickory-resolver v0.24.4
19622026-08-04T16:50:40.044Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
19632026-08-04T16:50:40.169Z Compiling toml v0.8.23
19642026-08-04T16:50:40.803Z Compiling rand v0.10.2
19652026-08-04T16:50:41.009Z Compiling rayon-core v1.13.0
19662026-08-04T16:50:41.307Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
19672026-08-04T16:50:41.510Z Compiling num_enum v0.5.11
19682026-08-04T16:50:41.523Z Compiling progenitor-impl v0.13.0
19692026-08-04T16:50:41.631Z Compiling prettyplease v0.2.37
19702026-08-04T16:50:41.709Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19712026-08-04T16:50:41.722Z Compiling unicode-normalization v0.1.25
19722026-08-04T16:50:42.214Z Compiling progenitor-client v0.13.0
19732026-08-04T16:50:42.321Z Compiling tokio-stream v0.1.18
19742026-08-04T16:50:42.382Z Compiling bstr v1.12.1
19752026-08-04T16:50:42.487Z Compiling csv-core v0.1.13
19762026-08-04T16:50:42.513Z Compiling konst_macro_rules v0.2.19
19772026-08-04T16:50:42.697Z Compiling unicode-width v0.1.14
19782026-08-04T16:50:42.754Z Compiling foldhash v0.1.5
19792026-08-04T16:50:42.793Z Compiling foreign-types-shared v0.1.1
19802026-08-04T16:50:42.867Z Compiling same-file v1.0.6
19812026-08-04T16:50:42.883Z Compiling highway v1.3.0
19822026-08-04T16:50:42.930Z Compiling hashbrown v0.15.5
19832026-08-04T16:50:42.942Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19842026-08-04T16:50:42.945Z Compiling foreign-types v0.3.2
19852026-08-04T16:50:42.970Z Compiling walkdir v2.5.0
19862026-08-04T16:50:43.025Z Compiling globset v0.4.18
19872026-08-04T16:50:43.038Z Compiling qorb v0.4.1
19882026-08-04T16:50:43.271Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19892026-08-04T16:50:43.299Z Compiling progenitor v0.13.0
19902026-08-04T16:50:43.444Z Compiling konst v0.2.20
19912026-08-04T16:50:43.457Z Compiling csv v1.4.0
19922026-08-04T16:50:43.683Z Compiling snafu v0.8.9
19932026-08-04T16:50:44.006Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19942026-08-04T16:50:44.055Z Compiling olpc-cjson v0.1.4
19952026-08-04T16:50:44.223Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
19962026-08-04T16:50:44.540Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
19972026-08-04T16:50:44.731Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19982026-08-04T16:50:44.906Z Compiling rayon v1.12.0
19992026-08-04T16:50:44.978Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20002026-08-04T16:50:45.188Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20012026-08-04T16:50:45.903Z Compiling phf v0.12.1
20022026-08-04T16:50:46.045Z Compiling openssl-sys v0.9.116
20032026-08-04T16:50:46.063Z Compiling tokio-dtrace v0.1.1
20042026-08-04T16:50:46.336Z Compiling progenitor-impl v0.14.0
20052026-08-04T16:50:46.339Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20062026-08-04T16:50:46.396Z Compiling itertools v0.12.1
20072026-08-04T16:50:46.438Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20082026-08-04T16:50:46.643Z Compiling libsw-core v0.3.2
20092026-08-04T16:50:46.684Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
20102026-08-04T16:50:46.815Z Compiling pem v3.0.6
20112026-08-04T16:50:46.909Z Compiling serde_plain v1.0.2
20122026-08-04T16:50:47.057Z Compiling sigpipe v0.1.3
20132026-08-04T16:50:47.118Z Compiling glob v0.3.3
20142026-08-04T16:50:47.151Z Compiling jiff v0.2.28
20152026-08-04T16:50:47.177Z Compiling fixedbitset v0.5.7
20162026-08-04T16:50:47.292Z Compiling typed-path v0.9.3
20172026-08-04T16:50:47.505Z Compiling bytecount v0.6.9
20182026-08-04T16:50:47.544Z Compiling fixedbitset v0.4.2
20192026-08-04T16:50:47.644Z Compiling minimal-lexical v0.2.1
20202026-08-04T16:50:47.657Z Compiling papergrid v0.11.0
20212026-08-04T16:50:47.688Z Compiling petgraph v0.6.5
20222026-08-04T16:50:47.777Z Compiling zone v0.3.1
20232026-08-04T16:50:47.905Z Compiling nom v7.1.3
20242026-08-04T16:50:48.067Z Compiling progenitor v0.14.0
20252026-08-04T16:50:48.217Z Compiling tough v0.22.0
20262026-08-04T16:50:48.519Z Compiling petgraph v0.8.3
20272026-08-04T16:50:48.613Z Compiling openssl v0.10.80
20282026-08-04T16:50:49.187Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20292026-08-04T16:50:49.249Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20302026-08-04T16:50:49.274Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
20312026-08-04T16:50:49.460Z Compiling libsw v3.5.0
20322026-08-04T16:50:49.585Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20332026-08-04T16:50:49.631Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20342026-08-04T16:50:49.828Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20352026-08-04T16:50:49.872Z Compiling oxide-tokio-rt v0.1.6
20362026-08-04T16:50:50.171Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20372026-08-04T16:50:50.282Z Compiling chrono-tz v0.10.4
20382026-08-04T16:50:50.295Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20392026-08-04T16:50:50.465Z Compiling newtype_derive v0.1.6
20402026-08-04T16:50:50.478Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
20412026-08-04T16:50:50.543Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20422026-08-04T16:50:50.782Z Compiling slog-dtrace v0.3.0
20432026-08-04T16:50:51.095Z Compiling const_format v0.2.36
20442026-08-04T16:50:51.188Z Compiling cancel-safe-futures v0.1.5
20452026-08-04T16:50:51.325Z Compiling owo-colors v4.3.0
20462026-08-04T16:50:51.439Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
20472026-08-04T16:50:51.486Z Compiling gethostname v0.5.0
20482026-08-04T16:50:51.609Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
20492026-08-04T16:50:51.647Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20502026-08-04T16:50:51.759Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20512026-08-04T16:50:51.825Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20522026-08-04T16:50:51.858Z Compiling bcs v0.1.6
20532026-08-04T16:50:51.947Z Compiling smf v0.2.3
20542026-08-04T16:50:52.075Z Compiling linear-map v1.2.0
20552026-08-04T16:50:52.169Z Compiling tagptr v0.2.0
20562026-08-04T16:50:52.183Z Compiling whoami v1.6.1
20572026-08-04T16:50:52.262Z Compiling termtree v0.5.1
20582026-08-04T16:50:52.320Z Compiling lazy_static v1.5.0
20592026-08-04T16:50:52.332Z Compiling smawk v0.3.2
20602026-08-04T16:50:52.413Z Compiling unicode-linebreak v0.1.5
20612026-08-04T16:50:52.424Z Compiling steno v0.4.1
20622026-08-04T16:50:52.469Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20632026-08-04T16:50:52.489Z Compiling moka v0.12.15
20642026-08-04T16:50:52.516Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20652026-08-04T16:50:52.661Z Compiling textwrap v0.16.2
20662026-08-04T16:50:52.884Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20672026-08-04T16:50:53.161Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20682026-08-04T16:50:53.272Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20692026-08-04T16:50:54.073Z Compiling tabled v0.15.0
20702026-08-04T16:50:54.110Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20712026-08-04T16:50:54.308Z Compiling cookie v0.18.1
20722026-08-04T16:50:54.792Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20732026-08-04T16:50:54.905Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20742026-08-04T16:50:55.297Z Compiling hickory-proto v0.25.2
20752026-08-04T16:50:55.628Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
20762026-08-04T16:50:55.776Z Compiling libscf-sys v1.2.0
20772026-08-04T16:50:55.789Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20782026-08-04T16:50:55.923Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
20792026-08-04T16:50:56.292Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
20802026-08-04T16:50:56.517Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
20812026-08-04T16:50:56.629Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
20822026-08-04T16:50:57.106Z Compiling hickory-resolver v0.25.2
20832026-08-04T16:50:57.920Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20842026-08-04T16:51:02.479Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20852026-08-04T16:51:09.962Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20862026-08-04T16:51:11.555Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20872026-08-04T16:51:12.579Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
20882026-08-04T16:51:13.903Z Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
20892026-08-04T16:51:15.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
20902026-08-04T16:51:15.487Z Running `target/debug/xtask openapi check`
20912026-08-04T16:51:15.952Z Compiling serde_core v1.0.229
20922026-08-04T16:51:15.955Z Compiling serde v1.0.229
20932026-08-04T16:51:16.022Z Compiling serde_json v1.0.151
20942026-08-04T16:51:16.026Z Compiling syn v2.0.117
20952026-08-04T16:51:16.031Z Compiling getrandom v0.4.2
20962026-08-04T16:51:16.049Z Compiling bytes v1.11.1
20972026-08-04T16:51:16.049Z Compiling num-traits v0.2.19
20982026-08-04T16:51:16.049Z Compiling once_cell v1.21.4
20992026-08-04T16:51:16.175Z Compiling zerocopy v0.8.50
21002026-08-04T16:51:16.348Z Compiling schemars v0.8.22
21012026-08-04T16:51:16.592Z Compiling http v1.4.2
21022026-08-04T16:51:16.601Z Compiling hashbrown v0.17.1
21032026-08-04T16:51:16.605Z Compiling zeroize v1.8.2
21042026-08-04T16:51:16.644Z Compiling aws-lc-rs v1.17.0
21052026-08-04T16:51:16.658Z Compiling usdt-impl v0.6.0
21062026-08-04T16:51:16.792Z Compiling rustls-pki-types v1.14.1
21072026-08-04T16:51:16.959Z Compiling time-macros v0.2.27
21082026-08-04T16:51:17.008Z Compiling tracing-core v0.1.36
21092026-08-04T16:51:17.193Z Compiling bitflags v2.12.1
21102026-08-04T16:51:17.286Z Compiling http-body v1.0.1
21112026-08-04T16:51:17.425Z Compiling tracing v0.1.44
21122026-08-04T16:51:17.555Z Compiling generic-array v0.14.7
21132026-08-04T16:51:17.663Z Compiling rustls v0.23.40
21142026-08-04T16:51:17.677Z Compiling rustix v1.1.4
21152026-08-04T16:51:17.825Z Compiling toml_datetime v1.1.1+spec-1.1.0
21162026-08-04T16:51:17.942Z Compiling time v0.3.47
21172026-08-04T16:51:18.046Z Compiling subtle v2.6.1
21182026-08-04T16:51:18.233Z Compiling uuid v1.24.0
21192026-08-04T16:51:18.651Z Compiling pest_generator v2.8.6
21202026-08-04T16:51:18.663Z Compiling serde_derive_internals v0.29.1
21212026-08-04T16:51:18.718Z Compiling erased-serde v0.3.31
21222026-08-04T16:51:18.810Z Compiling chrono v0.4.45
21232026-08-04T16:51:19.016Z Compiling indexmap v2.14.0
21242026-08-04T16:51:19.209Z Compiling slog v2.8.2
21252026-08-04T16:51:19.261Z Compiling serde_tokenstream v0.2.3
21262026-08-04T16:51:19.265Z Compiling camino v1.2.5
21272026-08-04T16:51:19.380Z Compiling rustls-webpki v0.103.13
21282026-08-04T16:51:19.602Z Compiling winnow v1.0.3
21292026-08-04T16:51:19.647Z Compiling openapiv3 v2.2.0
21302026-08-04T16:51:19.672Z Compiling slog-json v2.6.1
21312026-08-04T16:51:19.792Z Compiling serde_spanned v1.1.1
21322026-08-04T16:51:19.801Z Compiling zerocopy-derive v0.8.50
21332026-08-04T16:51:19.871Z Compiling tokio-macros v2.7.0
21342026-08-04T16:51:19.935Z Compiling pest_derive v2.8.6
21352026-08-04T16:51:19.953Z Compiling schemars_derive v0.8.22
21362026-08-04T16:51:20.153Z Compiling scroll_derive v0.13.1
21372026-08-04T16:51:20.277Z Compiling futures-macro v0.3.32
21382026-08-04T16:51:20.286Z Compiling toml_edit v0.25.12+spec-1.1.0
21392026-08-04T16:51:20.459Z Compiling dtrace-parser v0.3.0
21402026-08-04T16:51:20.598Z Compiling tokio v1.53.1
21412026-08-04T16:51:20.955Z Compiling scroll v0.13.0
21422026-08-04T16:51:21.075Z Compiling futures-util v0.3.32
21432026-08-04T16:51:21.161Z Compiling toml_parser v1.1.2+spec-1.1.0
21442026-08-04T16:51:21.224Z Compiling goblin v0.10.7
21452026-08-04T16:51:21.870Z Compiling async-stream-impl v0.3.6
21462026-08-04T16:51:22.426Z Compiling oxnet v0.1.6
21472026-08-04T16:51:22.881Z Compiling semver v1.0.28
21482026-08-04T16:51:23.165Z Compiling futures-executor v0.3.32
21492026-08-04T16:51:23.396Z Compiling rustix v0.38.44
21502026-08-04T16:51:23.439Z Compiling serde_urlencoded v0.7.1
21512026-08-04T16:51:23.594Z Compiling slog-async v2.8.0
21522026-08-04T16:51:23.683Z Compiling futures v0.3.32
21532026-08-04T16:51:23.761Z Compiling toml v1.1.2+spec-1.1.0
21542026-08-04T16:51:23.820Z Compiling dropshot_endpoint v0.17.1
21552026-08-04T16:51:24.087Z Compiling dof v0.4.0
21562026-08-04T16:51:24.177Z Compiling multer v3.1.0
21572026-08-04T16:51:24.661Z Compiling tokio-util v0.7.18
21582026-08-04T16:51:25.142Z Compiling h2 v0.4.14
21592026-08-04T16:51:25.309Z Compiling usdt-macro v0.6.0
21602026-08-04T16:51:25.413Z Compiling usdt-attr-macro v0.6.0
21612026-08-04T16:51:25.448Z Compiling tokio-rustls v0.26.4
21622026-08-04T16:51:25.709Z Compiling async-compression v0.4.42
21632026-08-04T16:51:25.946Z Compiling slog-term v2.9.2
21642026-08-04T16:51:25.986Z Compiling slog-bunyan v2.5.0
21652026-08-04T16:51:25.986Z Compiling async-stream v0.3.6
21662026-08-04T16:51:26.023Z Compiling proc-macro-crate v3.5.0
21672026-08-04T16:51:26.130Z Compiling async-trait v0.1.89
21682026-08-04T16:51:26.152Z Compiling usdt v0.6.0
21692026-08-04T16:51:26.161Z Compiling serde_path_to_error v0.1.20
21702026-08-04T16:51:26.421Z Compiling http-body-util v0.1.4
21712026-08-04T16:51:26.437Z Compiling rustls-pemfile v2.2.0
21722026-08-04T16:51:26.483Z Compiling crossbeam-epoch v0.9.18
21732026-08-04T16:51:26.506Z Compiling aho-corasick v1.1.4
21742026-08-04T16:51:26.609Z Compiling tempfile v3.27.0
21752026-08-04T16:51:26.629Z Compiling num_enum_derive v0.7.6
21762026-08-04T16:51:26.855Z Compiling crossbeam-deque v0.8.6
21772026-08-04T16:51:27.052Z Compiling dropshot-api-manager-types v0.7.2
21782026-08-04T16:51:27.056Z Compiling crypto-common v0.1.7
21792026-08-04T16:51:27.145Z Compiling block-buffer v0.10.4
21802026-08-04T16:51:27.224Z Compiling git-stub v1.0.0
21812026-08-04T16:51:27.283Z Compiling hyper v1.11.0
21822026-08-04T16:51:27.354Z Compiling regex-automata v0.4.14
21832026-08-04T16:51:27.393Z Compiling digest v0.10.7
21842026-08-04T16:51:27.447Z Compiling atomicwrites v0.4.4
21852026-08-04T16:51:27.598Z Compiling clap_builder v4.6.5
21862026-08-04T16:51:27.635Z Compiling rayon-core v1.13.0
21872026-08-04T16:51:27.644Z Compiling fs-err v3.3.0
21882026-08-04T16:51:27.686Z Compiling num_enum v0.7.6
21892026-08-04T16:51:27.806Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
21902026-08-04T16:51:27.948Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
21912026-08-04T16:51:28.088Z Compiling terminal_size v0.4.4
21922026-08-04T16:51:28.156Z Compiling bstr v1.12.1
21932026-08-04T16:51:28.230Z Compiling nom v8.0.0
21942026-08-04T16:51:28.326Z Compiling is_ci v1.2.0
21952026-08-04T16:51:28.400Z Compiling hyper-util v0.1.20
21962026-08-04T16:51:28.460Z Compiling either v1.16.0
21972026-08-04T16:51:28.512Z Compiling sha2 v0.10.9
21982026-08-04T16:51:28.638Z Compiling rayon v1.12.0
21992026-08-04T16:51:28.663Z Compiling textwrap v0.16.2
22002026-08-04T16:51:28.891Z Compiling supports-color v3.0.2
22012026-08-04T16:51:28.951Z Compiling similar v2.7.0
22022026-08-04T16:51:29.057Z Compiling regex v1.12.3
22032026-08-04T16:51:29.156Z Compiling clap v4.6.5
22042026-08-04T16:51:29.237Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
22052026-08-04T16:51:29.505Z Compiling drift v0.2.0
22062026-08-04T16:51:29.676Z Compiling dropshot v0.17.1
22072026-08-04T16:51:29.837Z Compiling git-stub-vcs v0.1.0
22082026-08-04T16:51:30.004Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22092026-08-04T16:51:30.309Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
22102026-08-04T16:51:32.299Z Compiling dropshot-api-manager v0.7.2
22112026-08-04T16:51:32.299Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
22122026-08-04T16:51:35.754Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
22132026-08-04T16:51:37.023Z Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
22142026-08-04T16:51:44.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.93s
22152026-08-04T16:51:44.550Z Running `target/debug/maghemite-dropshot-apis check`
22162026-08-04T16:51:44.579Z -------
22172026-08-04T16:51:44.579Z Generating OpenAPI documents from API definitions ...
22182026-08-04T16:51:44.649Z Loading local OpenAPI documents from "/work/oxidecomputer/maghemite/openapi" ...
22192026-08-04T16:51:44.687Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
22202026-08-04T16:51:44.820Z -------
22212026-08-04T16:51:44.821Z Checking 15 OpenAPI documents...
22222026-08-04T16:51:44.821Z Fresh ddm-admin (versioned v1.0.0 (blessed)): DDM Admin
22232026-08-04T16:51:44.821Z Fresh ddm-admin (versioned v2.0.0 (blessed)): DDM Admin
22242026-08-04T16:51:44.821Z Fresh ddm-admin "latest" symlink
22252026-08-04T16:51:44.821Z Fresh mg-admin (versioned v1.0.0 (blessed)): Maghemite Admin
22262026-08-04T16:51:44.824Z Fresh mg-admin (versioned v2.0.0 (blessed)): Maghemite Admin
22272026-08-04T16:51:44.824Z Fresh mg-admin (versioned v3.0.0 (blessed)): Maghemite Admin
22282026-08-04T16:51:44.824Z Fresh mg-admin (versioned v4.0.0 (blessed)): Maghemite Admin
22292026-08-04T16:51:44.824Z Fresh mg-admin (versioned v5.0.0 (blessed)): Maghemite Admin
22302026-08-04T16:51:44.824Z Fresh mg-admin (versioned v6.0.0 (blessed)): Maghemite Admin
22312026-08-04T16:51:44.824Z Fresh mg-admin (versioned v7.0.0 (blessed)): Maghemite Admin
22322026-08-04T16:51:44.824Z Fresh mg-admin (versioned v8.0.0 (blessed)): Maghemite Admin
22332026-08-04T16:51:44.824Z Fresh mg-admin (versioned v9.0.0 (blessed)): Maghemite Admin
22342026-08-04T16:51:44.824Z Fresh mg-admin (versioned v10.0.0 (blessed)): Maghemite Admin
22352026-08-04T16:51:44.824Z Fresh mg-admin (versioned v11.0.0 (blessed)): Maghemite Admin
22362026-08-04T16:51:44.824Z Fresh mg-admin (versioned v12.0.0 (blessed)): Maghemite Admin
22372026-08-04T16:51:44.824Z Fresh mg-admin (versioned v13.0.0 (added locally)): Maghemite Admin
22382026-08-04T16:51:44.824Z Fresh mg-admin "latest" symlink
22392026-08-04T16:51:44.824Z -------
22402026-08-04T16:51:44.825Z Success 15 documents checked: 17 fresh, 0 stale, 0 failed, 0 other problems
22412026-08-04T16:51:44.878Z+ banner build
22422026-08-04T16:51:44.881Z
22432026-08-04T16:51:44.882Z ##### # # # # #####
22442026-08-04T16:51:44.882Z # # # # # # # #
22452026-08-04T16:51:44.882Z ##### # # # # # #
22462026-08-04T16:51:44.882Z # # # # # # # #
22472026-08-04T16:51:44.882Z # # # # # # # #
22482026-08-04T16:51:44.882Z ##### #### # ###### #####
22492026-08-04T16:51:44.882Z
22502026-08-04T16:51:44.882Z+ ptime -m cargo build
22512026-08-04T16:51:45.495Z Compiling smallvec v1.15.1
22522026-08-04T16:51:45.614Z Compiling log v0.4.32
22532026-08-04T16:51:45.633Z Compiling slog v2.8.2
22542026-08-04T16:51:45.647Z Compiling ring v0.17.14
22552026-08-04T16:51:45.668Z Compiling webpki-roots v1.0.7
22562026-08-04T16:51:45.718Z Compiling similar v2.7.0
22572026-08-04T16:51:45.752Z Compiling fxhash v0.2.1
22582026-08-04T16:51:45.752Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
22592026-08-04T16:51:45.782Z Compiling icu_normalizer v2.2.0
22602026-08-04T16:51:45.812Z Compiling parking_lot_core v0.9.12
22612026-08-04T16:51:45.824Z Compiling goblin v0.10.7
22622026-08-04T16:51:45.889Z Compiling slog-async v2.8.0
22632026-08-04T16:51:45.989Z Compiling slog-term v2.9.2
22642026-08-04T16:51:46.010Z Compiling parking_lot v0.12.5
22652026-08-04T16:51:46.109Z Compiling idna_adapter v1.2.2
22662026-08-04T16:51:46.267Z Compiling idna v1.1.0
22672026-08-04T16:51:46.334Z Compiling tokio v1.53.1
22682026-08-04T16:51:46.385Z Compiling slog-json v2.6.1
22692026-08-04T16:51:46.412Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22702026-08-04T16:51:46.544Z Compiling url v2.5.8
22712026-08-04T16:51:46.545Z Compiling slog-bunyan v2.5.0
22722026-08-04T16:51:46.589Z Compiling goblin v0.8.2
22732026-08-04T16:51:46.624Z Compiling expectorate v1.2.0
22742026-08-04T16:51:46.690Z Compiling globset v0.4.18
22752026-08-04T16:51:46.776Z Compiling moka v0.12.15
22762026-08-04T16:51:47.054Z Compiling rustls-webpki v0.103.13
22772026-08-04T16:51:47.447Z Compiling schemars v0.8.22
22782026-08-04T16:51:47.517Z Compiling parking_lot_core v0.8.6
22792026-08-04T16:51:47.605Z Compiling rustls v0.23.40
22802026-08-04T16:51:47.642Z Compiling arc-swap v1.9.1
22812026-08-04T16:51:47.821Z Compiling parking_lot v0.11.2
22822026-08-04T16:51:47.945Z Compiling slog-scope v4.4.1
22832026-08-04T16:51:48.016Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
22842026-08-04T16:51:48.201Z Compiling ipnetwork v0.21.1
22852026-08-04T16:51:48.215Z Compiling newtype-uuid v1.3.2
22862026-08-04T16:51:48.330Z Compiling serde_with v3.21.0
22872026-08-04T16:51:48.557Z Compiling oxnet v0.1.6
22882026-08-04T16:51:48.617Z Compiling dof v0.4.0
22892026-08-04T16:51:48.777Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
22902026-08-04T16:51:48.995Z Compiling daft v0.1.7
22912026-08-04T16:51:49.285Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22922026-08-04T16:51:49.648Z Compiling usdt-impl v0.6.0
22932026-08-04T16:51:49.778Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
22942026-08-04T16:51:49.911Z Compiling iddqd v0.4.6
22952026-08-04T16:51:50.101Z Compiling tokio-util v0.7.18
22962026-08-04T16:51:50.295Z Compiling tower v0.5.3
22972026-08-04T16:51:50.345Z Compiling usdt v0.6.0
22982026-08-04T16:51:50.440Z Compiling async-compression v0.4.42
22992026-08-04T16:51:50.589Z Compiling tokio-rustls v0.26.4
23002026-08-04T16:51:50.624Z Compiling rustls-platform-verifier v0.7.0
23012026-08-04T16:51:50.759Z Compiling h2 v0.4.14
23022026-08-04T16:51:50.778Z Compiling tower-http v0.6.11
23032026-08-04T16:51:50.828Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23042026-08-04T16:51:50.859Z Compiling backoff v0.4.0
23052026-08-04T16:51:50.861Z Compiling typify-impl v0.6.2
23062026-08-04T16:51:51.079Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23072026-08-04T16:51:51.092Z Compiling dof v0.3.0
23082026-08-04T16:51:51.150Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23092026-08-04T16:51:51.206Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23102026-08-04T16:51:51.414Z Compiling byte-wrapper v0.1.0
23112026-08-04T16:51:51.521Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23122026-08-04T16:51:51.551Z Compiling usdt-impl v0.5.0
23132026-08-04T16:51:51.774Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23142026-08-04T16:51:51.915Z Compiling usdt v0.5.0
23152026-08-04T16:51:52.151Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23162026-08-04T16:51:52.200Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23172026-08-04T16:51:52.233Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23182026-08-04T16:51:52.448Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
23192026-08-04T16:51:52.487Z Compiling hickory-proto v0.24.4
23202026-08-04T16:51:52.904Z Compiling hyper v1.11.0
23212026-08-04T16:51:53.435Z Compiling typify v0.6.2
23222026-08-04T16:51:53.555Z Compiling progenitor-impl v0.14.0
23232026-08-04T16:51:53.783Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23242026-08-04T16:51:53.786Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23252026-08-04T16:51:53.891Z Compiling progenitor-impl v0.13.0
23262026-08-04T16:51:54.384Z Compiling hyper-util v0.1.20
23272026-08-04T16:51:54.568Z Compiling hickory-resolver v0.24.4
23282026-08-04T16:51:54.936Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23292026-08-04T16:51:55.431Z Compiling tokio-stream v0.1.18
23302026-08-04T16:51:55.579Z Compiling hyper-rustls v0.27.9
23312026-08-04T16:51:55.700Z Compiling dropshot v0.17.1
23322026-08-04T16:51:55.902Z Compiling reqwest v0.13.4
23332026-08-04T16:51:55.902Z Compiling reqwest v0.12.28
23342026-08-04T16:51:56.030Z Compiling qorb v0.4.1
23352026-08-04T16:51:56.464Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23362026-08-04T16:51:56.739Z Compiling tokio-dtrace v0.1.1
23372026-08-04T16:51:56.943Z Compiling zone v0.3.1
23382026-08-04T16:51:57.061Z Compiling libsw-core v0.3.2
23392026-08-04T16:51:57.074Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
23402026-08-04T16:51:57.236Z Compiling progenitor-client v0.14.0
23412026-08-04T16:51:57.555Z Compiling progenitor-client v0.10.0
23422026-08-04T16:51:57.697Z Compiling progenitor-extras v0.2.0
23432026-08-04T16:51:57.864Z Compiling progenitor v0.14.0
23442026-08-04T16:51:57.905Z Compiling progenitor-client v0.13.0
23452026-08-04T16:51:57.968Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
23462026-08-04T16:51:58.002Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23472026-08-04T16:51:58.016Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
23482026-08-04T16:51:58.089Z Compiling libsw v3.5.0
23492026-08-04T16:51:58.208Z Compiling progenitor v0.13.0
23502026-08-04T16:51:58.267Z Compiling oxide-tokio-rt v0.1.6
23512026-08-04T16:51:58.331Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23522026-08-04T16:51:58.361Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
23532026-08-04T16:51:58.462Z Compiling slog-dtrace v0.3.0
23542026-08-04T16:51:58.485Z Compiling tough v0.22.0
23552026-08-04T16:51:58.579Z Compiling cancel-safe-futures v0.1.5
23562026-08-04T16:51:58.775Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23572026-08-04T16:51:58.883Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23582026-08-04T16:51:59.015Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23592026-08-04T16:51:59.591Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
23602026-08-04T16:51:59.666Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23612026-08-04T16:51:59.669Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23622026-08-04T16:52:00.446Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23632026-08-04T16:52:00.646Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23642026-08-04T16:52:00.822Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23652026-08-04T16:52:00.844Z Compiling hickory-proto v0.25.2
23662026-08-04T16:52:00.894Z Compiling steno v0.4.1
23672026-08-04T16:52:01.260Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
23682026-08-04T16:52:01.373Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
23692026-08-04T16:52:01.542Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
23702026-08-04T16:52:01.972Z Compiling sled v0.34.7
23712026-08-04T16:52:02.491Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
23722026-08-04T16:52:03.125Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23732026-08-04T16:52:03.497Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23742026-08-04T16:52:03.635Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23752026-08-04T16:52:03.796Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23762026-08-04T16:52:04.131Z Compiling hickory-resolver v0.25.2
23772026-08-04T16:52:04.166Z Compiling papergrid v0.18.0
23782026-08-04T16:52:04.674Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23792026-08-04T16:52:05.698Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23802026-08-04T16:52:05.835Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23812026-08-04T16:52:05.983Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23822026-08-04T16:52:06.000Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23832026-08-04T16:52:06.053Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23842026-08-04T16:52:06.067Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23852026-08-04T16:52:06.141Z Compiling testing_table v0.3.0
23862026-08-04T16:52:06.200Z Compiling internet-checksum v0.2.1
23872026-08-04T16:52:06.304Z Compiling tabled v0.21.0
23882026-08-04T16:52:06.339Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
23892026-08-04T16:52:06.874Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23902026-08-04T16:52:07.152Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23912026-08-04T16:52:07.429Z Compiling slog-stdlog v4.1.1
23922026-08-04T16:52:07.656Z Compiling ingot-types v0.2.0
23932026-08-04T16:52:07.708Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
23942026-08-04T16:52:07.760Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
23952026-08-04T16:52:07.829Z Compiling itertools v0.15.0
23962026-08-04T16:52:08.072Z Compiling dropshot-api-manager-types v0.7.2
23972026-08-04T16:52:08.087Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
23982026-08-04T16:52:08.133Z Compiling ingot v0.2.1
23992026-08-04T16:52:08.287Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
24002026-08-04T16:52:08.421Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
24012026-08-04T16:52:09.004Z Compiling const-random v0.1.18
24022026-08-04T16:52:09.086Z Compiling slog-envlogger v2.2.0
24032026-08-04T16:52:09.160Z Compiling typify-impl v0.4.3
24042026-08-04T16:52:09.483Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
24052026-08-04T16:52:09.591Z Compiling crc8 v0.1.1
24062026-08-04T16:52:09.716Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
24072026-08-04T16:52:09.800Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
24082026-08-04T16:52:10.006Z Compiling ahash v0.8.12
24092026-08-04T16:52:10.263Z Compiling smartstring v1.0.1
24102026-08-04T16:52:10.365Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
24112026-08-04T16:52:10.545Z Compiling sha1 v0.10.6
24122026-08-04T16:52:10.798Z Compiling thin-vec v0.2.18
24132026-08-04T16:52:10.951Z Compiling typify v0.4.3
24142026-08-04T16:52:11.008Z Compiling utf-8 v0.7.6
24152026-08-04T16:52:11.069Z Compiling progenitor-impl v0.10.0
24162026-08-04T16:52:11.093Z Compiling rhai v1.25.1
24172026-08-04T16:52:11.206Z Compiling tungstenite v0.21.0
24182026-08-04T16:52:11.236Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
24192026-08-04T16:52:11.723Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24202026-08-04T16:52:12.114Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24212026-08-04T16:52:12.958Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24222026-08-04T16:52:13.944Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24232026-08-04T16:52:14.232Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24242026-08-04T16:52:14.651Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
24252026-08-04T16:52:14.833Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24262026-08-04T16:52:15.008Z Compiling sha2 v0.10.9
24272026-08-04T16:52:15.102Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24282026-08-04T16:52:15.150Z Compiling progenitor v0.10.0
24292026-08-04T16:52:15.306Z Compiling lzma-sys v0.1.20
24302026-08-04T16:52:15.400Z Compiling tokio-tungstenite v0.21.0
24312026-08-04T16:52:15.424Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
24322026-08-04T16:52:15.615Z Compiling typeid v1.0.3
24332026-08-04T16:52:15.730Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
24342026-08-04T16:52:15.743Z Compiling port-file v0.1.0
24352026-08-04T16:52:15.941Z Compiling console v0.16.3
24362026-08-04T16:52:16.552Z Compiling git-stub v1.0.0
24372026-08-04T16:52:16.789Z Compiling toml_datetime v0.7.5+spec-1.1.0
24382026-08-04T16:52:16.818Z Compiling base64 v0.21.7
24392026-08-04T16:52:16.870Z Compiling unit-prefix v0.5.2
24402026-08-04T16:52:16.887Z Compiling git-stub-vcs v0.1.0
24412026-08-04T16:52:17.030Z Compiling toml v0.9.12+spec-1.1.0
24422026-08-04T16:52:17.126Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24432026-08-04T16:52:17.155Z Compiling indicatif v0.18.4
24442026-08-04T16:52:17.249Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
24452026-08-04T16:52:18.096Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
24462026-08-04T16:52:18.302Z Compiling ron v0.12.1
24472026-08-04T16:52:18.422Z Compiling xz2 v0.1.7
24482026-08-04T16:52:18.576Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
24492026-08-04T16:52:18.667Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
24502026-08-04T16:52:18.732Z Compiling drift v0.2.0
24512026-08-04T16:52:18.770Z Compiling base16ct v1.0.0
24522026-08-04T16:52:18.963Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
24532026-08-04T16:52:19.364Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
24542026-08-04T16:52:19.379Z Compiling natord v1.0.9
24552026-08-04T16:52:19.552Z Compiling dropshot-api-manager v0.7.2
24562026-08-04T16:52:19.780Z Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util)
24572026-08-04T16:52:22.278Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24582026-08-04T16:52:24.074Z Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
24592026-08-04T16:52:30.462Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24602026-08-04T16:52:32.188Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24612026-08-04T16:52:33.233Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
24622026-08-04T16:52:34.189Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
24632026-08-04T16:52:34.190Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
24642026-08-04T16:52:34.193Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
24652026-08-04T16:52:34.652Z Compiling mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify)
24662026-08-04T16:52:34.655Z Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
24672026-08-04T16:52:34.655Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
24682026-08-04T16:52:35.107Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
24692026-08-04T16:52:36.946Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
24702026-08-04T16:52:36.946Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
24712026-08-04T16:52:36.949Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
24722026-08-04T16:52:41.679Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
24732026-08-04T16:52:43.963Z Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
24742026-08-04T16:52:43.966Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
24752026-08-04T16:52:43.966Z Compiling falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab)
24762026-08-04T16:53:28.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 43s
24772026-08-04T16:53:28.889Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
24782026-08-04T16:53:28.889Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
24792026-08-04T16:53:29.075Z
24802026-08-04T16:53:29.075Zreal 1:44.119124465
24812026-08-04T16:53:29.075Zuser 7:39.048673218
24822026-08-04T16:53:29.075Zsys 1:06.937730803
24832026-08-04T16:53:29.075Ztrap 0.208407254
24842026-08-04T16:53:29.075Ztflt 0.028797967
24852026-08-04T16:53:29.075Zdflt 0.216907571
24862026-08-04T16:53:29.075Zkflt 0.000162376
24872026-08-04T16:53:29.075Zlock 31:35.677474399
24882026-08-04T16:53:29.075Zslp 24:42.413699239
24892026-08-04T16:53:29.075Zlat 23.167418134
24902026-08-04T16:53:29.075Zstop 43.339676228
24912026-08-04T16:53:29.078Z+ ptime -m cargo build --release
24922026-08-04T16:53:29.738Z Compiling proc-macro2 v1.0.106
24932026-08-04T16:53:29.738Z Compiling quote v1.0.45
24942026-08-04T16:53:29.738Z Compiling unicode-ident v1.0.24
24952026-08-04T16:53:29.741Z Compiling serde_core v1.0.229
24962026-08-04T16:53:29.741Z Compiling serde v1.0.229
24972026-08-04T16:53:29.741Z Compiling libc v0.2.189
24982026-08-04T16:53:29.741Z Compiling cfg-if v1.0.4
24992026-08-04T16:53:29.970Z Compiling zmij v1.0.21
25002026-08-04T16:53:29.985Z Compiling autocfg v1.5.1
25012026-08-04T16:53:30.261Z Compiling memchr v2.8.1
25022026-08-04T16:53:30.285Z Compiling libm v0.2.16
25032026-08-04T16:53:30.602Z Compiling itoa v1.0.18
25042026-08-04T16:53:30.691Z Compiling icu_properties_data v2.2.0
25052026-08-04T16:53:30.848Z Compiling icu_normalizer_data v2.2.0
25062026-08-04T16:53:30.851Z Compiling version_check v0.9.5
25072026-08-04T16:53:30.953Z Compiling stable_deref_trait v1.2.1
25082026-08-04T16:53:31.050Z Compiling serde_json v1.0.151
25092026-08-04T16:53:31.081Z Compiling writeable v0.6.3
25102026-08-04T16:53:31.095Z Compiling syn v2.0.117
25112026-08-04T16:53:31.126Z Compiling syn v3.0.3
25122026-08-04T16:53:31.308Z Compiling litemap v0.8.2
25132026-08-04T16:53:31.330Z Compiling thiserror v2.0.19
25142026-08-04T16:53:31.423Z Compiling utf8_iter v1.0.4
25152026-08-04T16:53:31.552Z Compiling num-traits v0.2.19
25162026-08-04T16:53:31.569Z Compiling percent-encoding v2.3.2
25172026-08-04T16:53:31.839Z Compiling form_urlencoded v1.2.2
25182026-08-04T16:53:31.891Z Compiling rand_core v0.10.1
25192026-08-04T16:53:31.959Z Compiling getrandom v0.4.2
25202026-08-04T16:53:32.106Z Compiling parking_lot_core v0.9.12
25212026-08-04T16:53:32.180Z Compiling iana-time-zone v0.1.65
25222026-08-04T16:53:32.307Z Compiling heck v0.5.0
25232026-08-04T16:53:32.503Z Compiling uuid v1.24.0
25242026-08-04T16:53:32.514Z Compiling zerocopy v0.8.50
25252026-08-04T16:53:32.516Z Compiling errno v0.3.14
25262026-08-04T16:53:32.697Z Compiling semver v1.0.28
25272026-08-04T16:53:33.110Z Compiling dyn-clone v1.0.20
25282026-08-04T16:53:33.190Z Compiling schemars v0.8.22
25292026-08-04T16:53:33.335Z Compiling jobserver v0.1.34
25302026-08-04T16:53:33.349Z Compiling find-msvc-tools v0.1.9
25312026-08-04T16:53:33.361Z Compiling shlex v2.0.1
25322026-08-04T16:53:33.484Z Compiling rustversion v1.0.22
25332026-08-04T16:53:33.583Z Compiling cc v1.2.63
25342026-08-04T16:53:33.662Z Compiling pin-project-lite v0.2.17
25352026-08-04T16:53:33.760Z Compiling getrandom v0.2.17
25362026-08-04T16:53:33.775Z Compiling bitflags v2.12.1
25372026-08-04T16:53:33.887Z Compiling synstructure v0.13.2
25382026-08-04T16:53:33.970Z Compiling serde_derive v1.0.229
25392026-08-04T16:53:33.985Z Compiling serde_derive_internals v0.29.1
25402026-08-04T16:53:34.190Z Compiling thiserror-impl v2.0.19
25412026-08-04T16:53:34.395Z Compiling portable-atomic v1.13.1
25422026-08-04T16:53:34.408Z Compiling socket2 v0.6.5
25432026-08-04T16:53:34.702Z Compiling scopeguard v1.2.0
25442026-08-04T16:53:34.826Z Compiling lock_api v0.4.14
25452026-08-04T16:53:34.871Z Compiling log v0.4.32
25462026-08-04T16:53:34.940Z Compiling critical-section v1.2.0
25472026-08-04T16:53:35.053Z Compiling zerofrom-derive v0.1.7
25482026-08-04T16:53:35.053Z Compiling yoke-derive v0.8.2
25492026-08-04T16:53:35.081Z Compiling zerovec-derive v0.11.3
25502026-08-04T16:53:35.081Z Compiling displaydoc v0.2.6
25512026-08-04T16:53:35.143Z Compiling schemars_derive v0.8.22
25522026-08-04T16:53:35.397Z Compiling tokio-macros v2.7.0
25532026-08-04T16:53:35.616Z Compiling zerocopy-derive v0.8.50
25542026-08-04T16:53:35.994Z Compiling zeroize_derive v1.4.3
25552026-08-04T16:53:36.123Z Compiling futures-macro v0.3.32
25562026-08-04T16:53:36.157Z Compiling once_cell v1.21.4
25572026-08-04T16:53:36.234Z Compiling zerofrom v0.1.8
25582026-08-04T16:53:36.343Z Compiling yoke v0.8.3
25592026-08-04T16:53:36.365Z Compiling allocator-api2 v0.2.21
25602026-08-04T16:53:36.405Z Compiling signal-hook-registry v1.4.8
25612026-08-04T16:53:36.510Z Compiling mio v1.2.1
25622026-08-04T16:53:36.550Z Compiling zerovec v0.11.6
25632026-08-04T16:53:36.694Z Compiling zerotrie v0.2.4
25642026-08-04T16:53:36.825Z Compiling zeroize v1.8.2
25652026-08-04T16:53:36.952Z Compiling equivalent v1.0.2
25662026-08-04T16:53:37.046Z Compiling smallvec v1.15.1
25672026-08-04T16:53:37.067Z Compiling bytes v1.11.1
25682026-08-04T16:53:37.127Z Compiling tinystr v0.8.3
25692026-08-04T16:53:37.142Z Compiling potential_utf v0.1.5
25702026-08-04T16:53:37.205Z Compiling chrono v0.4.45
25712026-08-04T16:53:37.208Z Compiling serde_tokenstream v0.2.3
25722026-08-04T16:53:37.317Z Compiling icu_locale_core v2.2.0
25732026-08-04T16:53:37.350Z Compiling icu_collections v2.2.0
25742026-08-04T16:53:37.474Z Compiling cmake v0.1.58
25752026-08-04T16:53:37.523Z Compiling fs_extra v1.3.0
25762026-08-04T16:53:37.751Z Compiling parking_lot v0.12.5
25772026-08-04T16:53:37.794Z Compiling dunce v1.0.5
25782026-08-04T16:53:37.820Z Compiling subtle v2.6.1
25792026-08-04T16:53:37.900Z Compiling aws-lc-sys v0.41.0
25802026-08-04T16:53:38.003Z Compiling tokio v1.53.1
25812026-08-04T16:53:38.171Z Compiling icu_provider v2.2.0
25822026-08-04T16:53:38.195Z Compiling futures-core v0.3.32
25832026-08-04T16:53:38.487Z Compiling icu_properties v2.2.0
25842026-08-04T16:53:38.598Z Compiling icu_normalizer v2.2.0
25852026-08-04T16:53:38.794Z Compiling httparse v1.10.1
25862026-08-04T16:53:39.141Z Compiling futures-sink v0.3.32
25872026-08-04T16:53:39.274Z Compiling rustix v1.1.4
25882026-08-04T16:53:39.652Z Compiling idna_adapter v1.2.2
25892026-08-04T16:53:39.731Z Compiling slab v0.4.12
25902026-08-04T16:53:39.785Z Compiling idna v1.1.0
25912026-08-04T16:53:39.803Z Compiling typenum v1.20.1
25922026-08-04T16:53:39.945Z Compiling thiserror v1.0.69
25932026-08-04T16:53:39.995Z Compiling futures-channel v0.3.32
25942026-08-04T16:53:40.026Z Compiling hashbrown v0.17.1
25952026-08-04T16:53:40.256Z Compiling url v2.5.8
25962026-08-04T16:53:40.272Z Compiling thiserror-impl v1.0.69
25972026-08-04T16:53:40.607Z Compiling regex-syntax v0.8.10
25982026-08-04T16:53:40.655Z Compiling futures-task v0.3.32
25992026-08-04T16:53:40.715Z Compiling futures-io v0.3.32
26002026-08-04T16:53:40.815Z Compiling indexmap v2.14.0
26012026-08-04T16:53:40.920Z Compiling futures-util v0.3.32
26022026-08-04T16:53:41.431Z Compiling aho-corasick v1.1.4
26032026-08-04T16:53:41.456Z Compiling ucd-trie v0.1.7
26042026-08-04T16:53:41.692Z Compiling pest v2.8.6
26052026-08-04T16:53:41.816Z Compiling ipnetwork v0.21.1
26062026-08-04T16:53:42.639Z Compiling regex-automata v0.4.14
26072026-08-04T16:53:42.830Z Compiling tracing-core v0.1.36
26082026-08-04T16:53:42.928Z Compiling tracing-attributes v0.1.31
26092026-08-04T16:53:43.330Z Compiling rand_core v0.6.4
26102026-08-04T16:53:43.587Z Compiling pest_meta v2.8.6
26112026-08-04T16:53:43.605Z Compiling slog v2.8.2
26122026-08-04T16:53:43.822Z Compiling base64 v0.22.1
26132026-08-04T16:53:43.850Z Compiling byteorder v1.5.0
26142026-08-04T16:53:44.135Z Compiling http v1.4.2
26152026-08-04T16:53:44.166Z Compiling tracing v0.1.44
26162026-08-04T16:53:44.315Z Compiling regex v1.12.3
26172026-08-04T16:53:44.520Z Compiling pest_generator v2.8.6
26182026-08-04T16:53:44.715Z Compiling erased-serde v0.3.31
26192026-08-04T16:53:44.864Z Compiling getrandom v0.3.4
26202026-08-04T16:53:45.130Z Compiling pest_derive v2.8.6
26212026-08-04T16:53:45.320Z Compiling anyhow v1.0.104
26222026-08-04T16:53:45.484Z Compiling fnv v1.0.7
26232026-08-04T16:53:45.775Z Compiling oxnet v0.1.6
26242026-08-04T16:53:45.797Z Compiling strsim v0.11.1
26252026-08-04T16:53:45.983Z Compiling rustls-pki-types v1.14.1
26262026-08-04T16:53:45.991Z Compiling ring v0.17.14
26272026-08-04T16:53:46.088Z Compiling ident_case v1.0.1
26282026-08-04T16:53:46.215Z Compiling aws-lc-rs v1.17.0
26292026-08-04T16:53:46.800Z Compiling paste v1.0.15
26302026-08-04T16:53:47.249Z Compiling tokio-util v0.7.18
26312026-08-04T16:53:47.434Z Compiling num-conv v0.2.2
26322026-08-04T16:53:47.506Z Compiling time-core v0.1.8
26332026-08-04T16:53:47.579Z Compiling untrusted v0.7.1
26342026-08-04T16:53:47.661Z Compiling untrusted v0.9.0
26352026-08-04T16:53:47.710Z Compiling ipnet v2.12.0
26362026-08-04T16:53:47.796Z Compiling time-macros v0.2.27
26372026-08-04T16:53:49.243Z Compiling camino v1.2.5
26382026-08-04T16:53:49.587Z Compiling rustls v0.23.40
26392026-08-04T16:53:49.621Z Compiling http-body v1.0.1
26402026-08-04T16:53:49.762Z Compiling scroll_derive v0.13.1
26412026-08-04T16:53:49.792Z Compiling atomic-waker v1.1.2
26422026-08-04T16:53:49.922Z Compiling async-trait v0.1.89
26432026-08-04T16:53:50.075Z Compiling tower-service v0.3.3
26442026-08-04T16:53:50.075Z Compiling omicron-workspace-hack v0.1.0
26452026-08-04T16:53:50.189Z Compiling pretty-hex v0.4.2
26462026-08-04T16:53:50.285Z Compiling ryu v1.0.23
26472026-08-04T16:53:50.305Z Compiling try-lock v0.2.5
26482026-08-04T16:53:50.326Z Compiling tower-layer v0.3.3
26492026-08-04T16:53:50.519Z Compiling want v0.3.1
26502026-08-04T16:53:50.584Z Compiling h2 v0.4.14
26512026-08-04T16:53:50.597Z Compiling ppv-lite86 v0.2.21
26522026-08-04T16:53:50.929Z Compiling httpdate v1.0.3
26532026-08-04T16:53:51.102Z Compiling crossbeam-utils v0.8.21
26542026-08-04T16:53:51.436Z Compiling crc32fast v1.5.0
26552026-08-04T16:53:51.987Z Compiling slog-async v2.8.0
26562026-08-04T16:53:52.307Z Compiling usdt-impl v0.6.0
26572026-08-04T16:53:52.559Z Compiling scroll v0.13.0
26582026-08-04T16:53:52.845Z Compiling serde_urlencoded v0.7.1
26592026-08-04T16:53:52.942Z Compiling hyper v1.11.0
26602026-08-04T16:53:53.036Z Compiling http-body-util v0.1.4
26612026-08-04T16:53:53.120Z Compiling plain v0.2.3
26622026-08-04T16:53:53.228Z Compiling goblin v0.10.7
26632026-08-04T16:53:53.358Z Compiling daft-derive v0.1.7
26642026-08-04T16:53:56.191Z Compiling hyper-util v0.1.20
26652026-08-04T16:53:56.961Z Compiling foldhash v0.2.0
26662026-08-04T16:53:57.311Z Compiling dof v0.4.0
26672026-08-04T16:53:57.559Z Compiling darling_core v0.23.0
26682026-08-04T16:53:57.768Z Compiling dtrace-parser v0.3.0
26692026-08-04T16:53:58.315Z Compiling openapiv3 v2.2.0
26702026-08-04T16:53:58.341Z Compiling thread-id v5.1.0
26712026-08-04T16:53:58.438Z Compiling syn v1.0.109
26722026-08-04T16:53:59.316Z Compiling generic-array v0.14.7
26732026-08-04T16:53:59.555Z Compiling powerfmt v0.2.0
26742026-08-04T16:53:59.651Z Compiling darling_macro v0.23.0
26752026-08-04T16:53:59.794Z Compiling deranged v0.5.8
26762026-08-04T16:54:00.256Z Compiling darling v0.23.0
26772026-08-04T16:54:00.553Z Compiling num_threads v0.1.7
26782026-08-04T16:54:00.777Z Compiling usdt-macro v0.6.0
26792026-08-04T16:54:00.925Z Compiling time v0.3.47
26802026-08-04T16:54:01.136Z Compiling usdt-attr-macro v0.6.0
26812026-08-04T16:54:01.596Z Compiling rand_core v0.9.5
26822026-08-04T16:54:01.873Z Compiling hashbrown v0.16.1
26832026-08-04T16:54:02.279Z Compiling multer v3.1.0
26842026-08-04T16:54:02.540Z Compiling ref-cast v1.0.25
26852026-08-04T16:54:02.876Z Compiling crossbeam-channel v0.5.15
26862026-08-04T16:54:02.939Z Compiling sync_wrapper v1.0.2
26872026-08-04T16:54:03.041Z Compiling winnow v1.0.3
26882026-08-04T16:54:03.222Z Compiling hex v0.4.3
26892026-08-04T16:54:03.236Z Compiling cpufeatures v0.3.0
26902026-08-04T16:54:03.316Z Compiling tower v0.5.3
26912026-08-04T16:54:03.522Z Compiling rand_chacha v0.9.0
26922026-08-04T16:54:03.571Z Compiling webpki-roots v1.0.7
26932026-08-04T16:54:03.695Z Compiling futures-executor v0.3.32
26942026-08-04T16:54:03.791Z Compiling ref-cast-impl v1.0.25
26952026-08-04T16:54:03.905Z Compiling async-stream-impl v0.3.6
26962026-08-04T16:54:04.091Z Compiling dropshot v0.17.1
26972026-08-04T16:54:04.165Z Compiling thread_local v1.1.9
26982026-08-04T16:54:04.420Z Compiling fastrand v2.4.1
26992026-08-04T16:54:04.485Z Compiling futures v0.3.32
27002026-08-04T16:54:04.487Z Compiling tower-http v0.6.11
27012026-08-04T16:54:04.542Z Compiling rand v0.9.4
27022026-08-04T16:54:04.618Z Compiling structmeta-derive v0.3.0
27032026-08-04T16:54:04.633Z Compiling is-terminal v0.4.17
27042026-08-04T16:54:04.768Z Compiling term v1.2.1
27052026-08-04T16:54:04.774Z Compiling take_mut v0.2.2
27062026-08-04T16:54:05.160Z Compiling slog-term v2.9.2
27072026-08-04T16:54:05.269Z Compiling crypto-common v0.1.7
27082026-08-04T16:54:05.672Z Compiling structmeta v0.3.0
27092026-08-04T16:54:05.763Z Compiling newtype-uuid-macros v0.1.0
27102026-08-04T16:54:05.861Z Compiling dropshot_endpoint v0.17.1
27112026-08-04T16:54:06.181Z Compiling tempfile v3.27.0
27122026-08-04T16:54:06.438Z Compiling newtype-uuid v1.3.2
27132026-08-04T16:54:06.522Z Compiling strum_macros v0.26.4
27142026-08-04T16:54:06.539Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27152026-08-04T16:54:06.954Z Compiling either v1.16.0
27162026-08-04T16:54:07.213Z Compiling daft v0.1.7
27172026-08-04T16:54:07.356Z Compiling hybrid-array v0.4.12
27182026-08-04T16:54:07.452Z Compiling adler2 v2.0.1
27192026-08-04T16:54:07.513Z Compiling match_cfg v0.1.0
27202026-08-04T16:54:07.561Z Compiling openssl-probe v0.2.1
27212026-08-04T16:54:07.584Z Compiling simd-adler32 v0.3.9
27222026-08-04T16:54:07.610Z Compiling hostname v0.3.1
27232026-08-04T16:54:07.774Z Compiling miniz_oxide v0.8.9
27242026-08-04T16:54:07.811Z Compiling rustls-native-certs v0.8.4
27252026-08-04T16:54:07.864Z Compiling toml_parser v1.1.2+spec-1.1.0
27262026-08-04T16:54:08.148Z Compiling slog-json v2.6.1
27272026-08-04T16:54:08.480Z Compiling serde_with_macros v3.21.0
27282026-08-04T16:54:08.487Z Compiling macaddr v1.0.1
27292026-08-04T16:54:08.643Z Compiling serde_spanned v1.1.1
27302026-08-04T16:54:08.746Z Compiling memmap2 v0.9.10
27312026-08-04T16:54:09.149Z Compiling toml_writer v1.1.1+spec-1.1.0
27322026-08-04T16:54:09.214Z Compiling slog-bunyan v2.5.0
27332026-08-04T16:54:09.400Z Compiling flate2 v1.1.9
27342026-08-04T16:54:09.518Z Compiling crypto-common v0.2.2
27352026-08-04T16:54:09.615Z Compiling block-buffer v0.12.0
27362026-08-04T16:54:09.766Z Compiling derive-ex v0.1.8
27372026-08-04T16:54:09.784Z Compiling rand_chacha v0.3.1
27382026-08-04T16:54:09.942Z Compiling strum_macros v0.27.2
27392026-08-04T16:54:10.411Z Compiling debug-ignore v1.0.5
27402026-08-04T16:54:10.572Z Compiling const-oid v0.10.2
27412026-08-04T16:54:10.664Z Compiling usdt v0.6.0
27422026-08-04T16:54:10.879Z Compiling compression-core v0.4.32
27432026-08-04T16:54:11.044Z Compiling compression-codecs v0.4.38
27442026-08-04T16:54:11.303Z Compiling digest v0.11.3
27452026-08-04T16:54:11.341Z Compiling test-strategy v0.4.5
27462026-08-04T16:54:11.405Z Compiling rand v0.8.6
27472026-08-04T16:54:11.608Z Compiling toml_datetime v1.1.1+spec-1.1.0
27482026-08-04T16:54:11.779Z Compiling encoding_rs v0.8.35
27492026-08-04T16:54:12.049Z Compiling spin v0.9.8
27502026-08-04T16:54:12.143Z Compiling mime v0.3.17
27512026-08-04T16:54:12.252Z Compiling toml v1.1.2+spec-1.1.0
27522026-08-04T16:54:12.541Z Compiling sha1 v0.11.0
27532026-08-04T16:54:12.640Z Compiling async-compression v0.4.42
27542026-08-04T16:54:12.711Z Compiling async-stream v0.3.6
27552026-08-04T16:54:13.031Z Compiling block-buffer v0.10.4
27562026-08-04T16:54:13.131Z Compiling waitgroup v0.1.2
27572026-08-04T16:54:13.205Z Compiling rustls-pemfile v2.2.0
27582026-08-04T16:54:13.286Z Compiling serde_path_to_error v0.1.20
27592026-08-04T16:54:13.494Z Compiling hostname v0.4.2
27602026-08-04T16:54:13.664Z Compiling digest v0.10.7
27612026-08-04T16:54:18.028Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27622026-08-04T16:54:18.059Z Compiling unicode-width v0.2.2
27632026-08-04T16:54:18.059Z Compiling parse-display-derive v0.10.0
27642026-08-04T16:54:18.060Z Compiling strum v0.26.3
27652026-08-04T16:54:18.060Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27662026-08-04T16:54:18.060Z Compiling regress v0.10.5
27672026-08-04T16:54:18.060Z Compiling wait-timeout v0.2.1
27682026-08-04T16:54:18.060Z Compiling bit-vec v0.8.0
27692026-08-04T16:54:18.060Z Compiling quick-error v1.2.3
27702026-08-04T16:54:18.060Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27712026-08-04T16:54:18.060Z Compiling rusty-fork v0.3.1
27722026-08-04T16:54:18.060Z Compiling bit-set v0.8.0
27732026-08-04T16:54:18.060Z Compiling serde_with v3.21.0
27742026-08-04T16:54:18.060Z Compiling rand_xorshift v0.4.0
27752026-08-04T16:54:18.060Z Compiling unarray v0.1.4
27762026-08-04T16:54:18.060Z Compiling proptest v1.11.0
27772026-08-04T16:54:18.060Z Compiling strum v0.27.2
27782026-08-04T16:54:18.060Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27792026-08-04T16:54:18.060Z Compiling instant v0.1.13
27802026-08-04T16:54:18.060Z Compiling cpufeatures v0.2.17
27812026-08-04T16:54:18.060Z Compiling iddqd v0.4.6
27822026-08-04T16:54:18.061Z Compiling itertools v0.14.0
27832026-08-04T16:54:18.061Z Compiling clap_derive v4.6.4
27842026-08-04T16:54:19.459Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27852026-08-04T16:54:19.557Z Compiling utf8parse v0.2.2
27862026-08-04T16:54:19.675Z Compiling anstyle-parse v1.0.0
27872026-08-04T16:54:19.800Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27882026-08-04T16:54:19.900Z Compiling backon v1.6.0
27892026-08-04T16:54:20.106Z Compiling terminal_size v0.4.4
27902026-08-04T16:54:20.346Z Compiling colorchoice v1.0.5
27912026-08-04T16:54:20.475Z Compiling anstyle v1.0.14
27922026-08-04T16:54:20.530Z Compiling is_terminal_polyfill v1.70.2
27932026-08-04T16:54:20.807Z Compiling anstyle-query v1.1.5
27942026-08-04T16:54:20.934Z Compiling anstream v1.0.0
27952026-08-04T16:54:21.106Z Compiling backoff v0.4.0
27962026-08-04T16:54:21.325Z Compiling parse-display v0.10.0
27972026-08-04T16:54:21.524Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
27982026-08-04T16:54:21.699Z Compiling clap_lex v1.1.0
27992026-08-04T16:54:22.044Z Compiling humantime v2.3.0
28002026-08-04T16:54:22.306Z Compiling clap_builder v4.6.5
28012026-08-04T16:54:22.798Z Compiling regress v0.11.1
28022026-08-04T16:54:24.209Z Compiling clap v4.6.5
28032026-08-04T16:54:24.298Z Compiling typify-impl v0.6.2
28042026-08-04T16:54:25.568Z Compiling toml_edit v0.25.12+spec-1.1.0
28052026-08-04T16:54:26.120Z Compiling crucible-workspace-hack v0.1.0
28062026-08-04T16:54:26.363Z Compiling proc-macro-crate v3.5.0
28072026-08-04T16:54:26.785Z Compiling zerocopy-derive v0.7.35
28082026-08-04T16:54:27.583Z Compiling typify-macro v0.6.2
28092026-08-04T16:54:27.649Z Compiling unsafe-libyaml v0.2.11
28102026-08-04T16:54:28.267Z Compiling serde_yaml v0.9.34+deprecated
28112026-08-04T16:54:28.286Z Compiling num_enum_derive v0.7.6
28122026-08-04T16:54:29.525Z Compiling convert_case v0.4.0
28132026-08-04T16:54:29.818Z Compiling derive_more v0.99.20
28142026-08-04T16:54:29.836Z Compiling num_enum v0.7.6
28152026-08-04T16:54:30.142Z Compiling toml_datetime v0.6.11
28162026-08-04T16:54:30.657Z Compiling typify v0.6.2
28172026-08-04T16:54:31.203Z Compiling secrecy v0.10.3
28182026-08-04T16:54:31.366Z Compiling proc-macro-error-attr v1.0.4
28192026-08-04T16:54:31.436Z Compiling rustix v0.38.44
28202026-08-04T16:54:31.548Z Compiling prettyplease v0.2.37
28212026-08-04T16:54:31.603Z Compiling heapless v0.8.0
28222026-08-04T16:54:32.046Z Compiling tinyvec_macros v0.1.1
28232026-08-04T16:54:32.118Z Compiling tinyvec v1.11.0
28242026-08-04T16:54:32.632Z Compiling zerocopy v0.7.35
28252026-08-04T16:54:32.702Z Compiling tabwriter v1.4.1
28262026-08-04T16:54:33.068Z Compiling crossbeam-epoch v0.9.18
28272026-08-04T16:54:33.184Z Compiling hash32 v0.3.1
28282026-08-04T16:54:33.215Z Compiling rustc_version v0.4.1
28292026-08-04T16:54:33.335Z Compiling scroll_derive v0.12.1
28302026-08-04T16:54:33.350Z Compiling num-integer v0.1.46
28312026-08-04T16:54:33.479Z Compiling proc-macro-error v1.0.4
28322026-08-04T16:54:33.505Z Compiling usdt-impl v0.5.0
28332026-08-04T16:54:33.720Z Compiling data-encoding v2.11.0
28342026-08-04T16:54:33.769Z Compiling smoltcp v0.11.0
28352026-08-04T16:54:33.835Z Compiling pkg-config v0.3.33
28362026-08-04T16:54:34.048Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28372026-08-04T16:54:34.109Z Compiling winnow v0.7.15
28382026-08-04T16:54:34.290Z Compiling scroll v0.12.0
28392026-08-04T16:54:34.598Z Compiling curve25519-dalek v4.1.3
28402026-08-04T16:54:35.217Z Compiling dof v0.3.0
28412026-08-04T16:54:36.330Z Compiling dtrace-parser v0.2.0
28422026-08-04T16:54:36.358Z Compiling hmac v0.12.1
28432026-08-04T16:54:36.513Z Compiling darling_core v0.21.3
28442026-08-04T16:54:36.533Z Compiling inout v0.1.4
28452026-08-04T16:54:36.593Z Compiling ff v0.13.1
28462026-08-04T16:54:36.693Z Compiling cobs v0.3.0
28472026-08-04T16:54:36.821Z Compiling bstr v1.12.1
28482026-08-04T16:54:36.905Z Compiling thread-id v4.2.2
28492026-08-04T16:54:36.996Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
28502026-08-04T16:54:37.234Z Compiling colored v3.1.1
28512026-08-04T16:54:37.358Z Compiling managed v0.8.0
28522026-08-04T16:54:37.423Z Compiling bitflags v1.3.2
28532026-08-04T16:54:37.502Z Compiling static_assertions v1.1.0
28542026-08-04T16:54:38.089Z Compiling postcard v1.1.3
28552026-08-04T16:54:38.119Z Compiling group v0.13.0
28562026-08-04T16:54:38.245Z Compiling cipher v0.4.4
28572026-08-04T16:54:38.494Z Compiling hkdf v0.12.4
28582026-08-04T16:54:38.577Z Compiling darling_macro v0.21.3
28592026-08-04T16:54:39.176Z Compiling goblin v0.8.2
28602026-08-04T16:54:39.190Z Compiling num-rational v0.4.2
28612026-08-04T16:54:39.217Z Compiling num-iter v0.1.45
28622026-08-04T16:54:39.731Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28632026-08-04T16:54:40.058Z Compiling universal-hash v0.5.1
28642026-08-04T16:54:40.147Z Compiling thiserror-impl-no-std v2.0.2
28652026-08-04T16:54:40.205Z Compiling hubpack_derive v0.1.1
28662026-08-04T16:54:40.728Z Compiling crypto-bigint v0.5.5
28672026-08-04T16:54:40.810Z Compiling half v2.7.1
28682026-08-04T16:54:41.078Z Compiling curve25519-dalek-derive v0.1.1
28692026-08-04T16:54:41.155Z Compiling foreign-types-macros v0.2.3
28702026-08-04T16:54:41.214Z Compiling serde_repr v0.1.21
28712026-08-04T16:54:41.782Z Compiling num-complex v0.4.6
28722026-08-04T16:54:42.331Z Compiling memoffset v0.9.1
28732026-08-04T16:54:42.364Z Compiling cfg_aliases v0.2.1
28742026-08-04T16:54:42.444Z Compiling heck v0.4.1
28752026-08-04T16:54:42.582Z Compiling base64ct v1.8.3
28762026-08-04T16:54:42.860Z Compiling ciborium-io v0.2.2
28772026-08-04T16:54:42.873Z Compiling opaque-debug v0.3.1
28782026-08-04T16:54:42.923Z Compiling foreign-types-shared v0.3.1
28792026-08-04T16:54:42.945Z Compiling indent_write v2.2.0
28802026-08-04T16:54:43.099Z Compiling base16ct v0.2.0
28812026-08-04T16:54:43.303Z Compiling elliptic-curve v0.13.8
28822026-08-04T16:54:43.608Z Compiling foreign-types v0.5.0
28832026-08-04T16:54:43.707Z Compiling poly1305 v0.8.0
28842026-08-04T16:54:43.744Z Compiling ciborium-ll v0.2.2
28852026-08-04T16:54:43.991Z Compiling password-hash v0.5.0
28862026-08-04T16:54:44.417Z Compiling nix v0.31.3
28872026-08-04T16:54:44.805Z Compiling num v0.4.3
28882026-08-04T16:54:44.974Z Compiling thiserror-no-std v2.0.2
28892026-08-04T16:54:45.075Z Compiling hubpack v0.1.2
28902026-08-04T16:54:45.659Z Compiling darling v0.21.3
28912026-08-04T16:54:46.073Z Compiling chacha20 v0.9.1
28922026-08-04T16:54:46.438Z Compiling atomicwrites v0.4.4
28932026-08-04T16:54:46.792Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28942026-08-04T16:54:46.899Z Compiling reqwest v0.12.28
28952026-08-04T16:54:47.690Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28962026-08-04T16:54:48.195Z Compiling blake2 v0.10.6
28972026-08-04T16:54:48.588Z Compiling aead v0.5.2
28982026-08-04T16:54:48.727Z Compiling byte-wrapper v0.1.0
28992026-08-04T16:54:48.745Z Compiling chacha20 v0.10.0
29002026-08-04T16:54:48.774Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29012026-08-04T16:54:49.006Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29022026-08-04T16:54:49.597Z Compiling cstr-argument v0.1.2
29032026-08-04T16:54:49.665Z Compiling keccak v0.1.6
29042026-08-04T16:54:49.827Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
29052026-08-04T16:54:49.987Z Compiling float-ord v0.3.2
29062026-08-04T16:54:50.099Z Compiling sha3 v0.10.9
29072026-08-04T16:54:50.107Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29082026-08-04T16:54:50.496Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29092026-08-04T16:54:50.514Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29102026-08-04T16:54:50.555Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29112026-08-04T16:54:50.647Z Compiling rand v0.10.2
29122026-08-04T16:54:51.247Z Compiling chacha20poly1305 v0.10.1
29132026-08-04T16:54:51.403Z Compiling argon2 v0.5.3
29142026-08-04T16:54:52.139Z Compiling rustls-webpki v0.103.13
29152026-08-04T16:54:52.376Z Compiling progenitor-client v0.10.0
29162026-08-04T16:54:53.621Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
29172026-08-04T16:54:53.669Z Compiling ingot-macros v0.1.1
29182026-08-04T16:54:53.851Z Compiling vsss-rs v3.3.4
29192026-08-04T16:54:54.577Z Compiling ciborium v0.2.2
29202026-08-04T16:54:55.445Z Compiling usdt-macro v0.5.0
29212026-08-04T16:54:55.534Z Compiling usdt-attr-macro v0.5.0
29222026-08-04T16:54:56.762Z Compiling num-derive v0.4.2
29232026-08-04T16:54:56.891Z Compiling enum-as-inner v0.6.1
29242026-08-04T16:54:56.895Z Compiling memmap v0.7.0
29252026-08-04T16:54:57.136Z Compiling tokio-rustls v0.26.4
29262026-08-04T16:54:57.459Z Compiling hyper-rustls v0.27.9
29272026-08-04T16:54:57.482Z Compiling rustls-platform-verifier v0.7.0
29282026-08-04T16:54:57.718Z Compiling reqwest v0.13.4
29292026-08-04T16:54:57.963Z Compiling rayon-core v1.13.0
29302026-08-04T16:54:58.449Z Compiling semver v0.1.20
29312026-08-04T16:54:58.519Z Compiling winnow v0.5.40
29322026-08-04T16:54:58.956Z Compiling rustc_version v0.1.7
29332026-08-04T16:54:59.161Z Compiling progenitor-client v0.14.0
29342026-08-04T16:54:59.907Z Compiling progenitor-extras v0.2.0
29352026-08-04T16:54:59.922Z Compiling toml_edit v0.19.15
29362026-08-04T16:55:00.177Z Compiling usdt v0.5.0
29372026-08-04T16:55:00.434Z Compiling ingot-types v0.1.2
29382026-08-04T16:55:00.785Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29392026-08-04T16:55:01.593Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29402026-08-04T16:55:10.615Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29412026-08-04T16:55:10.858Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29422026-08-04T16:55:10.967Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29432026-08-04T16:55:11.309Z Compiling similar v2.7.0
29442026-08-04T16:55:11.957Z Compiling crossbeam-deque v0.8.6
29452026-08-04T16:55:12.211Z Compiling progenitor-impl v0.14.0
29462026-08-04T16:55:13.025Z Compiling serde_spanned v0.6.9
29472026-08-04T16:55:13.188Z Compiling toml_write v0.1.2
29482026-08-04T16:55:13.237Z Compiling vcpkg v0.2.15
29492026-08-04T16:55:13.635Z Compiling bytecount v0.6.9
29502026-08-04T16:55:13.787Z Compiling lazy_static v1.5.0
29512026-08-04T16:55:13.905Z Compiling openssl-sys v0.9.116
29522026-08-04T16:55:14.052Z Compiling toml_edit v0.22.27
29532026-08-04T16:55:14.330Z Compiling progenitor-macro v0.14.0
29542026-08-04T16:55:14.490Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29552026-08-04T16:55:14.804Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29562026-08-04T16:55:16.288Z Compiling proc-macro-crate v1.3.1
29572026-08-04T16:55:16.337Z Compiling ingot v0.1.1
29582026-08-04T16:55:16.629Z Compiling newtype_derive v0.1.6
29592026-08-04T16:55:16.883Z Compiling itertools v0.12.1
29602026-08-04T16:55:18.748Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29612026-08-04T16:55:18.786Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29622026-08-04T16:55:18.801Z Compiling unicode-segmentation v1.13.3
29632026-08-04T16:55:18.802Z Compiling linked-hash-map v0.5.6
29642026-08-04T16:55:18.828Z Compiling resolv-conf v0.7.6
29652026-08-04T16:55:19.045Z Compiling swrite v0.1.0
29662026-08-04T16:55:19.167Z Compiling owo-colors v4.3.0
29672026-08-04T16:55:19.172Z Compiling newline-converter v0.3.0
29682026-08-04T16:55:19.382Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29692026-08-04T16:55:19.406Z Compiling lru-cache v0.1.2
29702026-08-04T16:55:19.420Z Compiling progenitor v0.14.0
29712026-08-04T16:55:19.570Z Compiling num_enum_derive v0.5.11
29722026-08-04T16:55:19.634Z Compiling toml v0.8.23
29732026-08-04T16:55:19.710Z Compiling rayon v1.12.0
29742026-08-04T16:55:19.858Z Compiling hickory-proto v0.24.4
29752026-08-04T16:55:20.201Z Compiling progenitor-impl v0.13.0
29762026-08-04T16:55:20.616Z Compiling console v0.15.11
29772026-08-04T16:55:21.062Z Compiling camino-tempfile v1.4.1
29782026-08-04T16:55:21.465Z Compiling serde-big-array v0.5.1
29792026-08-04T16:55:21.644Z Compiling derive-where v1.6.1
29802026-08-04T16:55:21.848Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29812026-08-04T16:55:21.897Z Compiling pin-project-internal v1.1.13
29822026-08-04T16:55:22.296Z Compiling minimal-lexical v0.2.1
29832026-08-04T16:55:22.432Z Compiling siphasher v1.0.3
29842026-08-04T16:55:22.559Z Compiling nom v7.1.3
29852026-08-04T16:55:22.657Z Compiling phf_shared v0.12.1
29862026-08-04T16:55:22.930Z Compiling progenitor-macro v0.13.0
29872026-08-04T16:55:23.057Z Compiling pin-project v1.1.13
29882026-08-04T16:55:23.176Z Compiling hickory-resolver v0.24.4
29892026-08-04T16:55:23.714Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
29902026-08-04T16:55:23.895Z Compiling expectorate v1.2.0
29912026-08-04T16:55:24.150Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29922026-08-04T16:55:27.355Z Compiling num_enum v0.5.11
29932026-08-04T16:55:27.537Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29942026-08-04T16:55:28.706Z Compiling progenitor-client v0.13.0
29952026-08-04T16:55:28.723Z Compiling zone_cfg_derive v0.3.1
29962026-08-04T16:55:29.435Z Compiling unicode-normalization v0.1.25
29972026-08-04T16:55:29.560Z Compiling tokio-stream v0.1.18
29982026-08-04T16:55:30.038Z Compiling async-recursion v1.1.1
29992026-08-04T16:55:30.134Z Compiling snafu-derive v0.8.9
30002026-08-04T16:55:30.737Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
30012026-08-04T16:55:30.817Z Compiling slog-dtrace v0.3.0
30022026-08-04T16:55:31.065Z Compiling csv-core v0.1.13
30032026-08-04T16:55:31.080Z Compiling konst_macro_rules v0.2.19
30042026-08-04T16:55:31.284Z Compiling openssl v0.10.80
30052026-08-04T16:55:31.472Z Compiling unicode-width v0.1.14
30062026-08-04T16:55:31.577Z Compiling foldhash v0.1.5
30072026-08-04T16:55:31.797Z Compiling smawk v0.3.2
30082026-08-04T16:55:31.811Z Compiling foreign-types-shared v0.1.1
30092026-08-04T16:55:31.878Z Compiling highway v1.3.0
30102026-08-04T16:55:31.881Z Compiling cancel-safe-futures v0.1.5
30112026-08-04T16:55:31.910Z Compiling same-file v1.0.6
30122026-08-04T16:55:31.968Z Compiling unicode-linebreak v0.1.5
30132026-08-04T16:55:32.093Z Compiling chrono-tz v0.10.4
30142026-08-04T16:55:32.160Z Compiling unicode-xid v0.2.6
30152026-08-04T16:55:32.270Z Compiling textwrap v0.16.2
30162026-08-04T16:55:32.296Z Compiling const_format_proc_macros v0.2.34
30172026-08-04T16:55:32.436Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30182026-08-04T16:55:32.640Z Compiling walkdir v2.5.0
30192026-08-04T16:55:33.124Z Compiling foreign-types v0.3.2
30202026-08-04T16:55:33.210Z Compiling snafu v0.8.9
30212026-08-04T16:55:33.334Z Compiling hashbrown v0.15.5
30222026-08-04T16:55:33.795Z Compiling csv v1.4.0
30232026-08-04T16:55:33.824Z Compiling konst v0.2.20
30242026-08-04T16:55:34.021Z Compiling progenitor v0.13.0
30252026-08-04T16:55:34.067Z Compiling qorb v0.4.1
30262026-08-04T16:55:34.178Z Compiling olpc-cjson v0.1.4
30272026-08-04T16:55:34.215Z Compiling zone v0.3.1
30282026-08-04T16:55:34.403Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30292026-08-04T16:55:35.855Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30302026-08-04T16:55:36.251Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30312026-08-04T16:55:36.393Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30322026-08-04T16:55:38.246Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30332026-08-04T16:55:38.451Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30342026-08-04T16:55:38.770Z Compiling phf v0.12.1
30352026-08-04T16:55:39.418Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30362026-08-04T16:55:40.064Z Compiling tokio-dtrace v0.1.1
30372026-08-04T16:55:40.493Z Compiling globset v0.4.18
30382026-08-04T16:55:40.611Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30392026-08-04T16:55:40.839Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30402026-08-04T16:55:41.446Z Compiling smf v0.2.3
30412026-08-04T16:55:41.832Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
30422026-08-04T16:55:41.966Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
30432026-08-04T16:55:42.300Z Compiling pem v3.0.6
30442026-08-04T16:55:42.592Z Compiling libsw-core v0.3.2
30452026-08-04T16:55:42.790Z Compiling serde_plain v1.0.2
30462026-08-04T16:55:43.006Z Compiling openssl-macros v0.1.1
30472026-08-04T16:55:43.089Z Compiling cookie v0.18.1
30482026-08-04T16:55:43.092Z Compiling sigpipe v0.1.3
30492026-08-04T16:55:43.118Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30502026-08-04T16:55:43.203Z Compiling fixedbitset v0.4.2
30512026-08-04T16:55:43.342Z Compiling typed-path v0.9.3
30522026-08-04T16:55:43.365Z Compiling fixedbitset v0.5.7
30532026-08-04T16:55:43.577Z Compiling glob v0.3.3
30542026-08-04T16:55:43.836Z Compiling jiff v0.2.28
30552026-08-04T16:55:44.400Z Compiling petgraph v0.8.3
30562026-08-04T16:55:44.481Z Compiling tough v0.22.0
30572026-08-04T16:55:44.700Z Compiling petgraph v0.6.5
30582026-08-04T16:55:45.665Z Compiling libsw v3.5.0
30592026-08-04T16:55:45.866Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
30602026-08-04T16:55:46.173Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
30612026-08-04T16:55:46.546Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30622026-08-04T16:55:46.760Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30632026-08-04T16:55:46.823Z Compiling oxide-tokio-rt v0.1.6
30642026-08-04T16:55:47.062Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30652026-08-04T16:55:47.100Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30662026-08-04T16:55:47.405Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30672026-08-04T16:55:50.043Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30682026-08-04T16:55:50.295Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30692026-08-04T16:55:50.701Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30702026-08-04T16:55:51.135Z Compiling const_format v0.2.36
30712026-08-04T16:55:51.418Z Compiling papergrid v0.11.0
30722026-08-04T16:55:51.648Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30732026-08-04T16:55:51.688Z Compiling libscf-sys v1.2.0
30742026-08-04T16:55:51.841Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30752026-08-04T16:55:52.526Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30762026-08-04T16:55:52.661Z Compiling tabled_derive v0.7.0
30772026-08-04T16:55:53.625Z Compiling gethostname v0.5.0
30782026-08-04T16:55:53.773Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
30792026-08-04T16:55:53.923Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30802026-08-04T16:55:53.923Z Compiling bcs v0.1.6
30812026-08-04T16:55:53.992Z Compiling linear-map v1.2.0
30822026-08-04T16:55:54.062Z Compiling whoami v1.6.1
30832026-08-04T16:55:54.139Z Compiling tagptr v0.2.0
30842026-08-04T16:55:54.218Z Compiling termtree v0.5.1
30852026-08-04T16:55:54.313Z Compiling moka v0.12.15
30862026-08-04T16:55:54.399Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30872026-08-04T16:55:55.579Z Compiling tabled v0.15.0
30882026-08-04T16:55:56.631Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30892026-08-04T16:55:56.707Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30902026-08-04T16:55:56.896Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30912026-08-04T16:55:57.115Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30922026-08-04T16:55:57.352Z Compiling steno v0.4.1
30932026-08-04T16:55:59.423Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30942026-08-04T16:56:02.728Z Compiling hickory-proto v0.25.2
30952026-08-04T16:56:03.067Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30962026-08-04T16:56:03.533Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
30972026-08-04T16:56:04.192Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
30982026-08-04T16:56:04.310Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
30992026-08-04T16:56:04.508Z Compiling parking_lot_core v0.8.6
31002026-08-04T16:56:04.634Z Compiling nom v8.0.0
31012026-08-04T16:56:05.216Z Compiling hickory-resolver v0.25.2
31022026-08-04T16:56:05.662Z Compiling crunchy v0.2.4
31032026-08-04T16:56:05.994Z Compiling parking_lot v0.11.2
31042026-08-04T16:56:06.078Z Compiling typify-impl v0.4.3
31052026-08-04T16:56:06.634Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
31062026-08-04T16:56:06.833Z Compiling fxhash v0.2.1
31072026-08-04T16:56:06.986Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
31082026-08-04T16:56:07.293Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
31092026-08-04T16:56:07.327Z Compiling proc-macro-error-attr2 v2.0.0
31102026-08-04T16:56:07.796Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
31112026-08-04T16:56:08.040Z Compiling tiny-keccak v2.0.2
31122026-08-04T16:56:08.332Z Compiling proc-macro-error2 v2.0.1
31132026-08-04T16:56:08.648Z Compiling sled v0.34.7
31142026-08-04T16:56:09.452Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
31152026-08-04T16:56:10.821Z Compiling typify-macro v0.4.3
31162026-08-04T16:56:11.823Z Compiling itertools v0.15.0
31172026-08-04T16:56:12.424Z Compiling arc-swap v1.9.1
31182026-08-04T16:56:12.790Z Compiling slog-scope v4.4.1
31192026-08-04T16:56:13.163Z Compiling ingot-macros v0.2.0
31202026-08-04T16:56:13.389Z Compiling tabled_derive v0.11.0
31212026-08-04T16:56:14.107Z Compiling papergrid v0.18.0
31222026-08-04T16:56:14.416Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
31232026-08-04T16:56:14.553Z Compiling testing_table v0.3.0
31242026-08-04T16:56:14.835Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
31252026-08-04T16:56:15.096Z Compiling internet-checksum v0.2.1
31262026-08-04T16:56:15.307Z Compiling tabled v0.21.0
31272026-08-04T16:56:15.846Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
31282026-08-04T16:56:15.975Z Compiling ingot-types v0.2.0
31292026-08-04T16:56:16.453Z Compiling const-random-macro v0.1.16
31302026-08-04T16:56:16.874Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
31312026-08-04T16:56:17.000Z Compiling slog-stdlog v4.1.1
31322026-08-04T16:56:17.394Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
31332026-08-04T16:56:19.644Z Compiling dropshot-api-manager-types v0.7.2
31342026-08-04T16:56:19.689Z Compiling ahash v0.8.12
31352026-08-04T16:56:19.959Z Compiling smartstring v1.0.1
31362026-08-04T16:56:20.044Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
31372026-08-04T16:56:20.224Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
31382026-08-04T16:56:20.337Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
31392026-08-04T16:56:22.596Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
31402026-08-04T16:56:22.928Z Compiling slog-envlogger v2.2.0
31412026-08-04T16:56:23.166Z Compiling const-random v0.1.18
31422026-08-04T16:56:23.257Z Compiling ingot v0.2.1
31432026-08-04T16:56:24.069Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
31442026-08-04T16:56:25.491Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
31452026-08-04T16:56:26.296Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
31462026-08-04T16:56:26.984Z Compiling typify v0.4.3
31472026-08-04T16:56:28.171Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
31482026-08-04T16:56:28.188Z Compiling toml_datetime v0.7.5+spec-1.1.0
31492026-08-04T16:56:28.351Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
31502026-08-04T16:56:28.503Z Compiling crc8 v0.1.1
31512026-08-04T16:56:28.609Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
31522026-08-04T16:56:28.627Z Compiling toml v0.9.12+spec-1.1.0
31532026-08-04T16:56:28.694Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
31542026-08-04T16:56:29.867Z Compiling progenitor-impl v0.10.0
31552026-08-04T16:56:30.769Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
31562026-08-04T16:56:31.041Z Compiling lzma-sys v0.1.20
31572026-08-04T16:56:31.484Z Compiling sha1 v0.10.6
31582026-08-04T16:56:31.487Z Compiling thin-vec v0.2.18
31592026-08-04T16:56:31.852Z Compiling rhai_codegen v3.2.0
31602026-08-04T16:56:31.928Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
31612026-08-04T16:56:31.931Z Compiling fs-err v3.3.0
31622026-08-04T16:56:32.205Z Compiling typeid v1.0.3
31632026-08-04T16:56:32.488Z Compiling utf-8 v0.7.6
31642026-08-04T16:56:32.713Z Compiling tungstenite v0.21.0
31652026-08-04T16:56:33.130Z Compiling rhai v1.25.1
31662026-08-04T16:56:33.604Z Compiling progenitor-macro v0.10.0
31672026-08-04T16:56:38.108Z Compiling cargo_toml v0.22.3
31682026-08-04T16:56:40.354Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31692026-08-04T16:56:41.943Z Compiling sha2 v0.10.9
31702026-08-04T16:56:43.264Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31712026-08-04T16:56:44.315Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31722026-08-04T16:56:44.380Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
31732026-08-04T16:56:45.311Z Compiling progenitor v0.10.0
31742026-08-04T16:56:45.485Z Compiling tokio-tungstenite v0.21.0
31752026-08-04T16:56:45.849Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
31762026-08-04T16:56:45.933Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
31772026-08-04T16:56:47.114Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
31782026-08-04T16:56:48.104Z Compiling port-file v0.1.0
31792026-08-04T16:56:48.374Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
31802026-08-04T16:56:49.093Z Compiling console v0.16.3
31812026-08-04T16:56:49.251Z Compiling git-stub v1.0.0
31822026-08-04T16:56:50.099Z Compiling unit-prefix v0.5.2
31832026-08-04T16:56:50.150Z Compiling is_ci v1.2.0
31842026-08-04T16:56:50.273Z Compiling base64 v0.21.7
31852026-08-04T16:56:50.336Z Compiling supports-color v3.0.2
31862026-08-04T16:56:50.356Z Compiling indicatif v0.18.4
31872026-08-04T16:56:50.572Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31882026-08-04T16:56:50.794Z Compiling git-stub-vcs v0.1.0
31892026-08-04T16:56:51.524Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
31902026-08-04T16:56:52.311Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
31912026-08-04T16:56:52.991Z Compiling ron v0.12.1
31922026-08-04T16:56:53.061Z Compiling xz2 v0.1.7
31932026-08-04T16:56:53.473Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
31942026-08-04T16:56:54.465Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
31952026-08-04T16:56:54.641Z Compiling drift v0.2.0
31962026-08-04T16:56:56.210Z Compiling base16ct v1.0.0
31972026-08-04T16:56:56.707Z Compiling dropshot-api-manager v0.7.2
31982026-08-04T16:57:00.963Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
31992026-08-04T16:57:04.518Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
32002026-08-04T16:57:05.203Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
32012026-08-04T16:57:05.666Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
32022026-08-04T16:57:06.530Z Compiling natord v1.0.9
32032026-08-04T16:57:06.824Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
32042026-08-04T16:57:06.914Z Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util)
32052026-08-04T16:57:06.931Z Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
32062026-08-04T16:57:08.566Z Compiling mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify)
32072026-08-04T16:57:08.593Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
32082026-08-04T16:57:19.042Z Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
32092026-08-04T16:57:21.170Z Compiling falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab)
32102026-08-04T16:57:21.682Z Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
32112026-08-04T16:57:23.734Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
32122026-08-04T16:57:24.571Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
32132026-08-04T16:57:53.613Z Finished `release` profile [optimized] target(s) in 4m 24s
32142026-08-04T16:57:53.616Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
32152026-08-04T16:57:53.616Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
32162026-08-04T16:57:53.792Z
32172026-08-04T16:57:53.792Zreal 4:24.611076723
32182026-08-04T16:57:53.792Zuser 30:03.159065264
32192026-08-04T16:57:53.792Zsys 2:44.955968187
32202026-08-04T16:57:53.792Ztrap 0.742830669
32212026-08-04T16:57:53.792Ztflt 1.354153041
32222026-08-04T16:57:53.792Zdflt 2.043396071
32232026-08-04T16:57:53.792Zkflt 0.000120996
32242026-08-04T16:57:53.792Zlock 2:03:14.831826429
32252026-08-04T16:57:53.792Zslp 1:25:08.366830934
32262026-08-04T16:57:53.793Zlat 2:24.822282868
32272026-08-04T16:57:53.793Zstop 4:17.962811583
32282026-08-04T16:57:53.796Z+ for x in debug release
32292026-08-04T16:57:53.796Z+ mkdir -p /work/debug
32302026-08-04T16:57:53.796Z+ cp target/debug/ddmd /work/debug/ddmd
32312026-08-04T16:57:54.348Z+ cp target/debug/ddmadm /work/debug/ddmadm
32322026-08-04T16:57:54.789Z+ cp target/debug/mgd /work/debug/mgd
32332026-08-04T16:57:55.602Z+ cp target/debug/mgadm /work/debug/mgadm
32342026-08-04T16:57:56.069Z+ for x in debug release
32352026-08-04T16:57:56.069Z+ mkdir -p /work/release
32362026-08-04T16:57:56.072Z+ cp target/release/ddmd /work/release/ddmd
32372026-08-04T16:57:56.170Z+ cp target/release/ddmadm /work/release/ddmadm
32382026-08-04T16:57:56.252Z+ cp target/release/mgd /work/release/mgd
32392026-08-04T16:57:56.381Z+ cp target/release/mgadm /work/release/mgadm
32402026-08-04T16:57:56.505Z+ cp target/release/falcon-lab /work/release/falcon-lab
32412026-08-04T16:57:56.591Zprocess exited: duration 707450 ms, exit code 0
 
32422026-08-04T16:57:56.609Zfound 9 output files
32432026-08-04T16:57:56.609Zuploading: /work/debug/ddmadm (598193896 bytes)
32442026-08-04T16:58:04.688Zuploaded: /work/debug/ddmadm
32452026-08-04T16:58:04.688Zuploading: /work/debug/ddmd (690786248 bytes)
32462026-08-04T16:58:15.303Zuploaded: /work/debug/ddmd
32472026-08-04T16:58:15.303Zuploading: /work/debug/mgadm (716798216 bytes)
32482026-08-04T16:58:24.523Zuploaded: /work/debug/mgadm
32492026-08-04T16:58:24.523Zuploading: /work/debug/mgd (823862432 bytes)
32502026-08-04T16:58:39.758Zuploaded: /work/debug/mgd
32512026-08-04T16:58:39.758Zuploading: /work/release/ddmadm (50402512 bytes)
32522026-08-04T16:58:41.710Zuploaded: /work/release/ddmadm
32532026-08-04T16:58:41.710Zuploading: /work/release/ddmd (62374520 bytes)
32542026-08-04T16:58:43.599Zuploaded: /work/release/ddmd
32552026-08-04T16:58:43.599Zuploading: /work/release/falcon-lab (43581888 bytes)
32562026-08-04T16:58:46.170Zuploaded: /work/release/falcon-lab
32572026-08-04T16:58:46.170Zuploading: /work/release/mgadm (67841816 bytes)
32582026-08-04T16:58:47.870Zuploaded: /work/release/mgadm
32592026-08-04T16:58:47.870Zuploading: /work/release/mgd (86599384 bytes)
32602026-08-04T16:58:49.910Zuploaded: /work/release/mgd