01M1Q55W962A4BPM52VYMPT9D4: build

BasicConfig {
    output_rules: [
        "/work/debug/*",
        "/work/release/*",
    ],
    rust_toolchain: Some(
        String(
            "stable",
        ),
    ),
    target: Some(
        "helios-3.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: 01M1Q56Z5JJB2NVWXPM3JF3HPE

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-09-04T21:30:19.439Zjob assigned to worker 01M1Q57DTMW4XAZVF84S5PC7W8 [factory aws, i-024e52c9c52a889f7] (queued for 59 s)
 
22026-09-04T21:30:26.493Zstarting task 0: "setup"
32026-09-04T21:30:26.498Z++ uname -s
42026-09-04T21:30:26.501Z+ kern=SunOS
52026-09-04T21:30:26.501Z+ build_user=build
62026-09-04T21:30:26.501Z+ build_uid=12345
72026-09-04T21:30:26.501Z+ work_dir=/work
82026-09-04T21:30:26.501Z+ input_dir=/input
92026-09-04T21:30:26.501Z+ [[ 0 == 12345 ]]
102026-09-04T21:30:26.501Z+ case "$kern" in
112026-09-04T21:30:26.501Z+ groupadd -g 12345 build
122026-09-04T21:30:26.504Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-09-04T21:30:28.509Z+ zfs create -o mountpoint=/work rpool/work
142026-09-04T21:30:28.625Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-09-04T21:30:28.628Z+ home_fs=zfs
162026-09-04T21:30:28.628Z+ [[ zfs == autofs ]]
172026-09-04T21:30:28.628Z+ mkdir -p /home/build
182026-09-04T21:30:28.628Z+ chown build:build /home/build /work
192026-09-04T21:30:30.636Z+ chmod 0700 /home/build /work
202026-09-04T21:30:30.640Zprocess exited: duration 4139 ms, exit code 0
 
212026-09-04T21:30:30.647Zstarting task 1: "rust-toolchain"
222026-09-04T21:30:30.652Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-09-04T21:30:30.652Z * rust toolchain channel = "stable"
242026-09-04T21:30:30.652Z * rust toolchain profile = "default"
252026-09-04T21:30:30.652Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-09-04T21:30:30.652Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-09-04T21:30:30.652Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-09-04T21:30:30.655Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-09-04T21:30:30.655Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-09-04T21:30:30.715Zinfo: downloading installer
312026-09-04T21:30:32.010Zinfo: profile set to default
322026-09-04T21:30:32.010Zinfo: default host tuple is x86_64-unknown-illumos
332026-09-04T21:30:32.014Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
342026-09-04T21:30:32.147Zinfo: latest update on 2026-09-03 for version 1.98.1 (48a229cea 2026-09-01)
352026-09-04T21:30:32.150Zinfo: downloading 6 components
362026-09-04T21:30:47.898Zinfo: default toolchain set to stable-x86_64-unknown-illumos
372026-09-04T21:30:47.898Z
382026-09-04T21:30:47.928Z stable-x86_64-unknown-illumos installed - rustc 1.98.1 (48a229cea 2026-09-01)
392026-09-04T21:30:47.928Z
402026-09-04T21:30:47.932Z
412026-09-04T21:30:47.932ZRust is installed now. Great!
422026-09-04T21:30:47.932Z
432026-09-04T21:30:47.932ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
442026-09-04T21:30:47.932Zenvironment variable. This has not been done automatically.
452026-09-04T21:30:47.932Z
462026-09-04T21:30:47.932ZTo configure your current shell, you need to source
472026-09-04T21:30:47.932Zthe corresponding env file under $HOME/.cargo.
482026-09-04T21:30:47.932Z
492026-09-04T21:30:47.932ZConsider running the right command for your shell (note the leading DOT):
502026-09-04T21:30:47.932Z. "$HOME/.cargo/env" # For sh/ash/dash/pdksh
512026-09-04T21:30:47.932Zcargo:rerun-if-env-changed=CC_x86_64-unknown-illumos
522026-09-04T21:30:47.932ZCC_x86_64-unknown-illumos = None
532026-09-04T21:30:47.932Zcargo:rerun-if-env-changed=CC_x86_64_unknown_illumos
542026-09-04T21:30:47.932ZCC_x86_64_unknown_illumos = None
552026-09-04T21:30:47.932Zcargo:rerun-if-env-changed=HOST_CC
562026-09-04T21:30:47.932ZHOST_CC = None
572026-09-04T21:30:47.932Zcargo:rerun-if-env-changed=CC
582026-09-04T21:30:47.932ZCC = None
592026-09-04T21:30:47.932Zcargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT
602026-09-04T21:30:48.102Zcargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
612026-09-04T21:30:48.102ZCRATE_CC_NO_DEFAULTS = None
622026-09-04T21:30:48.102Zcargo:rerun-if-env-changed=CFLAGS
632026-09-04T21:30:48.102ZCFLAGS = None
642026-09-04T21:30:48.102Zcargo:rerun-if-env-changed=HOST_CFLAGS
652026-09-04T21:30:48.102ZHOST_CFLAGS = None
662026-09-04T21:30:48.102Zcargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_illumos
672026-09-04T21:30:48.102ZCFLAGS_x86_64_unknown_illumos = None
682026-09-04T21:30:48.102Zcargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-illumos
692026-09-04T21:30:48.102ZCFLAGS_x86_64-unknown-illumos = None
702026-09-04T21:30:48.202Z+ rustup --version
712026-09-04T21:30:48.209Zrustup 1.29.1 (d95a37b6a 2026-08-13)
722026-09-04T21:30:48.212Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
732026-09-04T21:30:48.231Zinfo: the currently active `rustc` version is `rustc 1.98.1 (48a229cea 2026-09-01)`
742026-09-04T21:30:48.234Z+ cargo --version
752026-09-04T21:30:48.247Zcargo 1.98.1 (797e8a9bc 2026-08-05)
762026-09-04T21:30:48.249Z+ rustc --version
772026-09-04T21:30:48.268Zrustc 1.98.1 (48a229cea 2026-09-01)
782026-09-04T21:30:48.271Zprocess exited: duration 17622 ms, exit code 0
 
792026-09-04T21:30:48.277Zstarting task 2: "authentication"
802026-09-04T21:30:48.295Zprocess exited: duration 17 ms, exit code 0
 
812026-09-04T21:30:48.301Zstarting task 3: "clone repository"
822026-09-04T21:30:48.304Z+ mkdir -p /work/oxidecomputer/maghemite
832026-09-04T21:30:48.307Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
842026-09-04T21:30:48.337ZCloning into '/work/oxidecomputer/maghemite'...
852026-09-04T21:30:50.305Z+ cd /work/oxidecomputer/maghemite
862026-09-04T21:30:50.305Z+ git fetch origin 912fe33b3c6b5fba957f924c186b766ad87e86ae
872026-09-04T21:30:50.858ZFrom https://github.com/oxidecomputer/maghemite
882026-09-04T21:30:50.858Z * branch 912fe33b3c6b5fba957f924c186b766ad87e86ae -> FETCH_HEAD
892026-09-04T21:30:50.865Z+ [[ -n jj-stack/falcon-lab-add-focused-bgp-md5-regression-lvopsxpz ]]
902026-09-04T21:30:50.869Z++ git branch --show-current
912026-09-04T21:30:50.869Z+ current=main
922026-09-04T21:30:50.869Z+ [[ main != jj-stack/falcon-lab-add-focused-bgp-md5-regression-lvopsxpz ]]
932026-09-04T21:30:50.869Z+ git branch -f jj-stack/falcon-lab-add-focused-bgp-md5-regression-lvopsxpz 912fe33b3c6b5fba957f924c186b766ad87e86ae
942026-09-04T21:30:50.873Z+ git checkout -f jj-stack/falcon-lab-add-focused-bgp-md5-regression-lvopsxpz
952026-09-04T21:30:50.897ZSwitched to branch 'jj-stack/falcon-lab-add-focused-bgp-md5-regression-lvopsxpz'
962026-09-04T21:30:50.900Z+ git reset --hard 912fe33b3c6b5fba957f924c186b766ad87e86ae
972026-09-04T21:30:50.909ZHEAD is now at 912fe33 falcon-lab: add focused BGP MD5 regression
982026-09-04T21:30:50.912Zprocess exited: duration 2609 ms, exit code 0
 
992026-09-04T21:30:50.918Zstarting task 4: "build"
1002026-09-04T21:30:50.922Z+ source .github/buildomat/common.sh
1012026-09-04T21:30:50.922Z++ export PKG_SUCCESS_ON_NOP=1
1022026-09-04T21:30:50.922Z++ PKG_SUCCESS_ON_NOP=1
1032026-09-04T21:30:50.922Z++ cargo --version
1042026-09-04T21:30:50.927Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
1052026-09-04T21:30:51.086Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
1062026-09-04T21:30:51.089Zinfo: downloading 6 components
1072026-09-04T21:31:06.792Zwarn: the missing active toolchain `1.97.1-x86_64-unknown-illumos` has been auto-installed
1082026-09-04T21:31:06.792Zwarn: this might cause rustup commands to take longer time to finish than expected
1092026-09-04T21:31:06.792Zinfo: you may opt out with `RUSTUP_AUTO_INSTALL=0` or `rustup set auto-install disable`
1102026-09-04T21:31:06.898Zcargo 1.97.1 (c980f4866 2026-06-30)
1112026-09-04T21:31:06.901Z++ rustc --version
1122026-09-04T21:31:06.928Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1132026-09-04T21:31:06.931Z+ pfexec pkg install clang-15
1142026-09-04T21:31:08.410Z Startup: Refreshing catalog 'helios' ... Done
1152026-09-04T21:31:08.839Z Startup: Caching catalogs ... Done
1162026-09-04T21:31:11.455ZPlanning: Solver setup ... Done
1172026-09-04T21:31:11.505ZPlanning: Running solver ... Done
1182026-09-04T21:31:11.562ZPlanning: Consolidating action changes ... Done
1192026-09-04T21:31:11.562ZPlanning: Evaluating mediators ... Done
1202026-09-04T21:31:11.565ZPlanning: Planning completed in 2.68 seconds
1212026-09-04T21:31:11.581ZNo updates necessary for this image.
1222026-09-04T21:31:11.844Z+ banner check
1232026-09-04T21:31:11.869Z
1242026-09-04T21:31:11.869Z #### # # ###### #### # #
1252026-09-04T21:31:11.869Z # # # # # # # # #
1262026-09-04T21:31:11.869Z # ###### ##### # ####
1272026-09-04T21:31:11.869Z # # # # # # #
1282026-09-04T21:31:11.869Z # # # # # # # # #
1292026-09-04T21:31:11.870Z #### # # ###### #### # #
1302026-09-04T21:31:11.870Z
1312026-09-04T21:31:11.870Z+ cargo fmt -- --check
1322026-09-04T21:31:12.269Z+ cargo clippy --all-targets -- --deny warnings
1332026-09-04T21:31:12.383Z Updating git repository `https://github.com/oxidecomputer/falcon`
1342026-09-04T21:31:13.052ZFrom https://github.com/oxidecomputer/falcon
1352026-09-04T21:31:13.052Z * [new ref] 021420c1e2f1ac9c66759d5df44979940a1ac483 -> refs/commit/021420c1e2f1ac9c66759d5df44979940a1ac483
1362026-09-04T21:31:13.132Z Updating crates.io index
1372026-09-04T21:31:13.135Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1382026-09-04T21:31:13.582ZFrom https://github.com/oxidecomputer/dendrite
1392026-09-04T21:31:13.583Z * [new ref] 803f6899e3bc64780a965d625e248e1d77e37d43 -> refs/commit/803f6899e3bc64780a965d625e248e1d77e37d43
1402026-09-04T21:31:13.618Z Updating git repository `https://github.com/oxidecomputer/ispf`
1412026-09-04T21:31:13.937ZFrom https://github.com/oxidecomputer/ispf
1422026-09-04T21:31:13.937Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
1432026-09-04T21:31:13.941Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1442026-09-04T21:31:14.327ZFrom https://github.com/oxidecomputer/netadm-sys
1452026-09-04T21:31:14.328Z * [new ref] 83c624ff7a18197f8073682af91e8eed833242a2 -> refs/commit/83c624ff7a18197f8073682af91e8eed833242a2
1462026-09-04T21:31:14.334Z Updating git repository `https://github.com/oxidecomputer/omicron`
1472026-09-04T21:31:20.328ZFrom https://github.com/oxidecomputer/omicron
1482026-09-04T21:31:20.328Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
1492026-09-04T21:31:20.752Z Updating git repository `https://github.com/oxidecomputer/opte`
1502026-09-04T21:31:21.529ZFrom https://github.com/oxidecomputer/opte
1512026-09-04T21:31:21.529Z * [new ref] aa4714289cbf28010a821c49d9b73ec94074fb91 -> refs/commit/aa4714289cbf28010a821c49d9b73ec94074fb91
1522026-09-04T21:31:21.556Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1532026-09-04T21:31:21.823ZFrom https://github.com/oxidecomputer/slog-error-chain
1542026-09-04T21:31:21.823Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
1552026-09-04T21:31:21.833Z Updating git repository `https://github.com/illumos/smf-rs`
1562026-09-04T21:31:22.129ZFrom https://github.com/illumos/smf-rs
1572026-09-04T21:31:22.129Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
1582026-09-04T21:31:22.136Z Updating git repository `https://github.com/oxidecomputer/network-interface`
1592026-09-04T21:31:22.409ZFrom https://github.com/oxidecomputer/network-interface
1602026-09-04T21:31:22.409Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
1612026-09-04T21:31:22.418Z Updating git repository `https://github.com/oxidecomputer/zone`
1622026-09-04T21:31:22.737ZFrom https://github.com/oxidecomputer/zone
1632026-09-04T21:31:22.737Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
1642026-09-04T21:31:22.747Z Updating git repository `https://github.com/oxidecomputer/propolis`
1652026-09-04T21:31:23.404ZFrom https://github.com/oxidecomputer/propolis
1662026-09-04T21:31:23.404Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
1672026-09-04T21:31:23.451Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1682026-09-04T21:31:24.029ZFrom https://github.com/oxidecomputer/transceiver-control
1692026-09-04T21:31:24.029Z * [new ref] 9b21e39af969637c09e1eaf6538c0f32b01733ea -> refs/commit/9b21e39af969637c09e1eaf6538c0f32b01733ea
1702026-09-04T21:31:24.041Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1712026-09-04T21:31:24.329ZFrom https://github.com/oxidecomputer/dlpi-sys
1722026-09-04T21:31:24.329Z * [new ref] b0887ece420ff6d641fb62e4a6cbd8788fc822d1 -> refs/commit/b0887ece420ff6d641fb62e4a6cbd8788fc822d1
1732026-09-04T21:31:24.333Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1742026-09-04T21:31:24.673ZFrom https://github.com/jmesmon/rust-libzfs
1752026-09-04T21:31:24.673Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
1762026-09-04T21:31:24.681Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1772026-09-04T21:31:24.964ZFrom https://github.com/oxidecomputer/rusty-doors
1782026-09-04T21:31:24.964Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
1792026-09-04T21:31:24.970Z Updating git repository `https://github.com/oxidecomputer/lldp`
1802026-09-04T21:31:25.296ZFrom https://github.com/oxidecomputer/lldp
1812026-09-04T21:31:25.296Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
1822026-09-04T21:31:25.308Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1832026-09-04T21:31:25.687ZFrom https://github.com/oxidecomputer/tufaceous
1842026-09-04T21:31:25.687Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
1852026-09-04T21:31:25.701Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1862026-09-04T21:31:26.207ZFrom https://github.com/oxidecomputer/management-gateway-service
1872026-09-04T21:31:26.207Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
1882026-09-04T21:31:26.226Z Updating git repository `https://github.com/oxidecomputer/crucible`
1892026-09-04T21:31:27.407ZFrom https://github.com/oxidecomputer/crucible
1902026-09-04T21:31:27.407Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
1912026-09-04T21:31:27.449Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1922026-09-04T21:31:27.739ZFrom https://github.com/oxidecomputer/serde_human_bytes
1932026-09-04T21:31:27.739Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
1942026-09-04T21:31:27.748Z Updating git repository `https://github.com/oxidecomputer/propolis`
1952026-09-04T21:31:28.171ZFrom https://github.com/oxidecomputer/propolis
1962026-09-04T21:31:28.171Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
1972026-09-04T21:31:28.220Z Updating git repository `https://github.com/oxidecomputer/crucible`
1982026-09-04T21:31:29.008ZFrom https://github.com/oxidecomputer/crucible
1992026-09-04T21:31:29.008Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
2002026-09-04T21:31:29.073Z Updating git repository `https://github.com/oxidecomputer/tofino`
2012026-09-04T21:31:29.465ZFrom https://github.com/oxidecomputer/tofino
2022026-09-04T21:31:29.465Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
2032026-09-04T21:31:29.471Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2042026-09-04T21:31:30.475ZFrom https://github.com/oxidecomputer/maghemite
2052026-09-04T21:31:30.475Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
2062026-09-04T21:31:30.511Z Updating git repository `https://github.com/oxidecomputer/clickward`
2072026-09-04T21:31:30.795ZFrom https://github.com/oxidecomputer/clickward
2082026-09-04T21:31:30.795Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
2092026-09-04T21:31:30.806Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2102026-09-04T21:31:31.103ZFrom https://github.com/oxidecomputer/illumos-devinfo
2112026-09-04T21:31:31.103Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
2122026-09-04T21:31:33.001Z Downloading crates ...
2132026-09-04T21:31:33.054Z Downloaded adler2 v2.0.1
2142026-09-04T21:31:33.058Z Downloaded async-stream-impl v0.3.6
2152026-09-04T21:31:33.062Z Downloaded anstyle v1.0.14
2162026-09-04T21:31:33.068Z Downloaded block-buffer v0.10.4
2172026-09-04T21:31:33.070Z Downloaded clap_lex v1.1.0
2182026-09-04T21:31:33.075Z Downloaded cpufeatures v0.2.17
2192026-09-04T21:31:33.077Z Downloaded jiff-static v0.2.35
2202026-09-04T21:31:33.078Z Downloaded is-terminal v0.4.17
2212026-09-04T21:31:33.082Z Downloaded hubpack_derive v0.1.1
2222026-09-04T21:31:33.085Z Downloaded internet-checksum v0.2.1
2232026-09-04T21:31:33.085Z Downloaded async-recursion v1.1.1
2242026-09-04T21:31:33.090Z Downloaded crc8 v0.1.1
2252026-09-04T21:31:33.090Z Downloaded async-compression v0.4.43
2262026-09-04T21:31:33.093Z Downloaded atomic-waker v1.1.2
2272026-09-04T21:31:33.093Z Downloaded instant v0.1.13
2282026-09-04T21:31:33.093Z Downloaded base16ct v1.0.0
2292026-09-04T21:31:33.093Z Downloaded cfg_aliases v0.2.2
2302026-09-04T21:31:33.093Z Downloaded icu_provider v2.2.0
2312026-09-04T21:31:33.096Z Downloaded base16ct v0.2.0
2322026-09-04T21:31:33.096Z Downloaded konst_macro_rules v0.2.19
2332026-09-04T21:31:33.100Z Downloaded indent_write v2.2.0
2342026-09-04T21:31:33.100Z Downloaded itoa v1.0.18
2352026-09-04T21:31:33.104Z Downloaded keccak v0.1.6
2362026-09-04T21:31:33.104Z Downloaded olpc-cjson v0.1.4
2372026-09-04T21:31:33.105Z Downloaded daft v0.1.8
2382026-09-04T21:31:33.105Z Downloaded memoffset v0.9.1
2392026-09-04T21:31:33.109Z Downloaded anstyle-parse v1.0.0
2402026-09-04T21:31:33.109Z Downloaded num_enum_derive v0.5.11
2412026-09-04T21:31:33.109Z Downloaded cargo_toml v0.22.3
2422026-09-04T21:31:33.114Z Downloaded idna_adapter v1.2.2
2432026-09-04T21:31:33.121Z Downloaded macaddr v1.0.1
2442026-09-04T21:31:33.121Z Downloaded lru-slab v0.1.2
2452026-09-04T21:31:33.121Z Downloaded argon2 v0.5.3
2462026-09-04T21:31:33.121Z Downloaded camino-tempfile v1.4.1
2472026-09-04T21:31:33.125Z Downloaded chacha20 v0.9.1
2482026-09-04T21:31:33.125Z Downloaded colorchoice v1.0.5
2492026-09-04T21:31:33.125Z Downloaded atomicwrites v0.4.4
2502026-09-04T21:31:33.125Z Downloaded ident_case v1.0.1
2512026-09-04T21:31:33.125Z Downloaded libscf-sys v1.2.0
2522026-09-04T21:31:33.125Z Downloaded newtype_derive v0.1.6
2532026-09-04T21:31:33.126Z Downloaded ingot-types v0.1.2
2542026-09-04T21:31:33.126Z Downloaded convert_case v0.4.0
2552026-09-04T21:31:33.131Z Downloaded cpufeatures v0.3.0
2562026-09-04T21:31:33.131Z Downloaded linear-map v1.2.0
2572026-09-04T21:31:33.131Z Downloaded lock_api v0.4.14
2582026-09-04T21:31:33.131Z Downloaded newtype-uuid v1.4.0
2592026-09-04T21:31:33.131Z Downloaded num-complex v0.4.6
2602026-09-04T21:31:33.135Z Downloaded num-integer v0.1.47
2612026-09-04T21:31:33.135Z Downloaded iana-time-zone v0.1.65
2622026-09-04T21:31:33.135Z Downloaded cfg-if v1.0.4
2632026-09-04T21:31:33.135Z Downloaded const-random v0.1.18
2642026-09-04T21:31:33.135Z Downloaded const-random-macro v0.1.16
2652026-09-04T21:31:33.135Z Downloaded compression-core v0.4.32
2662026-09-04T21:31:33.135Z Downloaded inout v0.1.4
2672026-09-04T21:31:33.140Z Downloaded httpdate v1.0.3
2682026-09-04T21:31:33.140Z Downloaded async-stream v0.3.6
2692026-09-04T21:31:33.140Z Downloaded cstr-argument v0.1.2
2702026-09-04T21:31:33.145Z Downloaded ingot-types v0.2.0
2712026-09-04T21:31:33.148Z Downloaded const_format_proc_macros v0.2.34
2722026-09-04T21:31:33.149Z Downloaded cookie v0.18.2
2732026-09-04T21:31:33.149Z Downloaded darling v0.21.3
2742026-09-04T21:31:33.152Z Downloaded newtype-uuid-macros v0.1.1
2752026-09-04T21:31:33.152Z Downloaded is_ci v1.2.0
2762026-09-04T21:31:33.152Z Downloaded num-derive v0.4.2
2772026-09-04T21:31:33.155Z Downloaded crossbeam-utils v0.8.22
2782026-09-04T21:31:33.155Z Downloaded ahash v0.8.12
2792026-09-04T21:31:33.159Z Downloaded anyhow v1.0.104
2802026-09-04T21:31:33.159Z Downloaded base64ct v1.8.3
2812026-09-04T21:31:33.164Z Downloaded match_cfg v0.1.0
2822026-09-04T21:31:33.164Z Downloaded is_terminal_polyfill v1.70.2
2832026-09-04T21:31:33.164Z Downloaded linked-hash-map v0.5.6
2842026-09-04T21:31:33.164Z Downloaded no-std-compat v0.4.1
2852026-09-04T21:31:33.164Z Downloaded crypto-common v0.1.7
2862026-09-04T21:31:33.164Z Downloaded aead v0.5.2
2872026-09-04T21:31:33.171Z Downloaded natord v1.0.9
2882026-09-04T21:31:33.171Z Downloaded num-iter v0.1.46
2892026-09-04T21:31:33.171Z Downloaded hubpack v0.1.2
2902026-09-04T21:31:33.171Z Downloaded curve25519-dalek-derive v0.1.1
2912026-09-04T21:31:33.175Z Downloaded ciborium-io v0.2.2
2922026-09-04T21:31:33.175Z Downloaded crunchy v0.2.4
2932026-09-04T21:31:33.175Z Downloaded block-buffer v0.12.1
2942026-09-04T21:31:33.175Z Downloaded cobs v0.3.0
2952026-09-04T21:31:33.175Z Downloaded jobserver v0.1.35
2962026-09-04T21:31:33.175Z Downloaded crucible-workspace-hack v0.1.0
2972026-09-04T21:31:33.182Z Downloaded ciborium-ll v0.2.2
2982026-09-04T21:31:33.182Z Downloaded managed v0.8.0
2992026-09-04T21:31:33.192Z Downloaded num-conv v0.2.2
3002026-09-04T21:31:33.192Z Downloaded serial_test_derive v4.0.1
3012026-09-04T21:31:33.192Z Downloaded sha1 v0.10.7
3022026-09-04T21:31:33.192Z Downloaded sigpipe v0.1.3
3032026-09-04T21:31:33.192Z Downloaded num v0.4.3
3042026-09-04T21:31:33.205Z Downloaded num_threads v0.1.7
3052026-09-04T21:31:33.205Z Downloaded serde_spanned v1.1.1
3062026-09-04T21:31:33.205Z Downloaded anstream v1.0.0
3072026-09-04T21:31:33.205Z Downloaded csv-core v0.1.13
3082026-09-04T21:31:33.205Z Downloaded lru-cache v0.1.2
3092026-09-04T21:31:33.206Z Downloaded newline-converter v0.3.0
3102026-09-04T21:31:33.206Z Downloaded byteorder v1.5.0
3112026-09-04T21:31:33.206Z Downloaded crypto-common v0.2.2
3122026-09-04T21:31:33.206Z Downloaded bitflags v1.3.2
3132026-09-04T21:31:33.206Z Downloaded mime v0.3.17
3142026-09-04T21:31:33.206Z Downloaded backoff v0.4.0
3152026-09-04T21:31:33.222Z Downloaded bit-vec v0.8.0
3162026-09-04T21:31:33.222Z Downloaded bytecount v0.6.9
3172026-09-04T21:31:33.222Z Downloaded cmake v0.1.58
3182026-09-04T21:31:33.222Z Downloaded spin v0.5.2
3192026-09-04T21:31:33.222Z Downloaded autocfg v1.5.1
3202026-09-04T21:31:33.222Z Downloaded strum v0.28.0
3212026-09-04T21:31:33.222Z Downloaded tagptr v0.2.0
3222026-09-04T21:31:33.222Z Downloaded strum v0.27.2
3232026-09-04T21:31:33.222Z Downloaded hybrid-array v0.4.14
3242026-09-04T21:31:33.222Z Downloaded ingot-macros v0.1.1
3252026-09-04T21:31:33.222Z Downloaded crc32fast v1.5.0
3262026-09-04T21:31:33.222Z Downloaded tabwriter v1.4.1
3272026-09-04T21:31:33.222Z Downloaded allocator-api2 v0.2.21
3282026-09-04T21:31:33.222Z Downloaded bitflags v2.13.1
3292026-09-04T21:31:33.227Z Downloaded ingot v0.2.1
3302026-09-04T21:31:33.227Z Downloaded critical-section v1.2.0
3312026-09-04T21:31:33.228Z Downloaded num-traits v0.2.19
3322026-09-04T21:31:33.228Z Downloaded lazy_static v1.5.0
3332026-09-04T21:31:33.228Z Downloaded ipnet v2.12.1
3342026-09-04T21:31:33.228Z Downloaded testing_table v0.3.0
3352026-09-04T21:31:33.228Z Downloaded thiserror-impl-no-std v2.0.2
3362026-09-04T21:31:33.228Z Downloaded ingot v0.1.1
3372026-09-04T21:31:33.228Z Downloaded num_enum v0.7.6
3382026-09-04T21:31:33.228Z Downloaded slog-bunyan v2.5.0
3392026-09-04T21:31:33.228Z Downloaded untrusted v0.9.0
3402026-09-04T21:31:33.228Z Downloaded yoke-derive v0.8.2
3412026-09-04T21:31:33.228Z Downloaded darling_macro v0.21.3
3422026-09-04T21:31:33.228Z Downloaded num_enum v0.5.11
3432026-09-04T21:31:33.235Z Downloaded bcs v0.1.6
3442026-09-04T21:31:33.235Z Downloaded bit-set v0.8.0
3452026-09-04T21:31:33.235Z Downloaded bs58 v0.5.1
3462026-09-04T21:31:33.235Z Downloaded typify-macro v0.6.2
3472026-09-04T21:31:33.235Z Downloaded untrusted v0.7.1
3482026-09-04T21:31:33.235Z Downloaded anstyle-query v1.1.5
3492026-09-04T21:31:33.235Z Downloaded async-trait v0.1.92
3502026-09-04T21:31:33.247Z Downloaded typeid v1.0.3
3512026-09-04T21:31:33.247Z Downloaded waitgroup v0.1.2
3522026-09-04T21:31:33.248Z Downloaded daft-derive v0.1.8
3532026-09-04T21:31:33.248Z Downloaded byte-wrapper v0.1.0
3542026-09-04T21:31:33.248Z Downloaded zeroize_derive v1.5.0
3552026-09-04T21:31:33.248Z Downloaded equivalent v1.0.2
3562026-09-04T21:31:33.254Z Downloaded compression-codecs v0.4.38
3572026-09-04T21:31:33.254Z Downloaded form_urlencoded v1.2.2
3582026-09-04T21:31:33.254Z Downloaded scroll v0.13.0
3592026-09-04T21:31:33.255Z Downloaded humantime v2.4.0
3602026-09-04T21:31:33.255Z Downloaded ipnetwork v0.21.1
3612026-09-04T21:31:33.255Z Downloaded signal-hook-registry v1.4.8
3622026-09-04T21:31:33.255Z Downloaded defmt v0.3.100
3632026-09-04T21:31:33.255Z Downloaded num_enum_derive v0.7.6
3642026-09-04T21:31:33.255Z Downloaded libsw-core v0.3.2
3652026-09-04T21:31:33.255Z Downloaded hyper-rustls v0.27.9
3662026-09-04T21:31:33.255Z Downloaded memmap v0.7.0
3672026-09-04T21:31:33.259Z Downloaded libsw v3.5.0
3682026-09-04T21:31:33.259Z Downloaded multer v3.1.0
3692026-09-04T21:31:33.259Z Downloaded slog-scope v4.4.1
3702026-09-04T21:31:33.259Z Downloaded cancel-safe-futures v0.1.5
3712026-09-04T21:31:33.259Z Downloaded crossbeam-deque v0.8.7
3722026-09-04T21:31:33.259Z Downloaded ciborium v0.2.2
3732026-09-04T21:31:33.259Z Downloaded serde_path_to_error v0.1.20
3742026-09-04T21:31:33.265Z Downloaded strsim v0.11.1
3752026-09-04T21:31:33.265Z Downloaded console v0.16.4
3762026-09-04T21:31:33.265Z Downloaded strum_macros v0.26.4
3772026-09-04T21:31:33.265Z Downloaded strum_macros v0.27.2
3782026-09-04T21:31:33.265Z Downloaded dof v0.4.0
3792026-09-04T21:31:33.273Z Downloaded futures-macro v0.3.34
3802026-09-04T21:31:33.273Z Downloaded dof v0.3.0
3812026-09-04T21:31:33.273Z Downloaded camino v1.2.5
3822026-09-04T21:31:33.273Z Downloaded clap v4.6.6
3832026-09-04T21:31:33.285Z Downloaded enum-as-inner v0.6.1
3842026-09-04T21:31:33.285Z Downloaded fxhash v0.2.1
3852026-09-04T21:31:33.285Z Downloaded heck v0.4.1
3862026-09-04T21:31:33.285Z Downloaded backon v1.6.0
3872026-09-04T21:31:33.285Z Downloaded tokio-tungstenite v0.21.0
3882026-09-04T21:31:33.285Z Downloaded tokio-dtrace v0.1.1
3892026-09-04T21:31:33.301Z Downloaded omicron-workspace-hack v0.1.0
3902026-09-04T21:31:33.302Z Downloaded thiserror v2.0.20
3912026-09-04T21:31:33.302Z Downloaded potential_utf v0.1.5
3922026-09-04T21:31:33.302Z Downloaded ref-cast v1.0.26
3932026-09-04T21:31:33.302Z Downloaded rustc_version v0.4.1
3942026-09-04T21:31:33.319Z Downloaded whoami v1.6.1
3952026-09-04T21:31:33.319Z Downloaded writeable v0.6.3
3962026-09-04T21:31:33.319Z Downloaded blake2 v0.10.6
3972026-09-04T21:31:33.319Z Downloaded colored v3.1.1
3982026-09-04T21:31:33.319Z Downloaded chacha20 v0.10.1
3992026-09-04T21:31:33.319Z Downloaded cipher v0.4.4
4002026-09-04T21:31:33.319Z Downloaded semver v0.1.20
4012026-09-04T21:31:33.319Z Downloaded clap_derive v4.6.4
4022026-09-04T21:31:33.319Z Downloaded crossbeam-epoch v0.9.20
4032026-09-04T21:31:33.319Z Downloaded zerovec-derive v0.11.3
4042026-09-04T21:31:33.319Z Downloaded scroll_derive v0.13.1
4052026-09-04T21:31:33.319Z Downloaded secrecy v0.10.3
4062026-09-04T21:31:33.319Z Downloaded fnv v1.0.7
4072026-09-04T21:31:33.319Z Downloaded git-stub-vcs v0.1.0
4082026-09-04T21:31:33.319Z Downloaded structmeta v0.3.0
4092026-09-04T21:31:33.330Z Downloaded foldhash v0.1.5
4102026-09-04T21:31:33.330Z Downloaded take_mut v0.2.2
4112026-09-04T21:31:33.330Z Downloaded darling_core v0.21.3
4122026-09-04T21:31:33.330Z Downloaded icu_locale_core v2.2.0
4132026-09-04T21:31:33.330Z Downloaded serial_test v4.0.1
4142026-09-04T21:31:33.330Z Downloaded ingot-macros v0.2.0
4152026-09-04T21:31:33.330Z Downloaded num-rational v0.4.2
4162026-09-04T21:31:33.330Z Downloaded litemap v0.8.2
4172026-09-04T21:31:33.330Z Downloaded memmap2 v0.9.11
4182026-09-04T21:31:33.330Z Downloaded semver v1.0.28
4192026-09-04T21:31:33.330Z Downloaded ryu v1.0.23
4202026-09-04T21:31:33.330Z Downloaded find-msvc-tools v0.1.10
4212026-09-04T21:31:33.330Z Downloaded tower-service v0.3.3
4222026-09-04T21:31:33.331Z Downloaded typify-macro v0.4.3
4232026-09-04T21:31:33.360Z Downloaded unicode-xid v0.2.6
4242026-09-04T21:31:33.360Z Downloaded konst v0.2.20
4252026-09-04T21:31:33.360Z Downloaded slog-json v2.6.1
4262026-09-04T21:31:33.360Z Downloaded indexmap v1.9.3
4272026-09-04T21:31:33.360Z Downloaded const-oid v0.10.2
4282026-09-04T21:31:33.360Z Downloaded thread-id v5.1.0
4292026-09-04T21:31:33.360Z Downloaded group v0.13.0
4302026-09-04T21:31:33.361Z Downloaded thread_local v1.1.10
4312026-09-04T21:31:33.361Z Downloaded toml_datetime v0.6.11
4322026-09-04T21:31:33.381Z Downloaded utf-8 v0.7.6
4332026-09-04T21:31:33.381Z Downloaded defmt-parser v1.0.0
4342026-09-04T21:31:33.381Z Downloaded icu_properties v2.2.0
4352026-09-04T21:31:33.381Z Downloaded version_check v0.9.5
4362026-09-04T21:31:33.381Z Downloaded tokio-stream v0.1.19
4372026-09-04T21:31:33.381Z Downloaded toml v0.8.23
4382026-09-04T21:31:33.381Z Downloaded highway v1.3.0
4392026-09-04T21:31:33.381Z Downloaded parking_lot_core v0.8.6
4402026-09-04T21:31:33.382Z Downloaded log v0.4.33
4412026-09-04T21:31:33.382Z Downloaded password-hash v0.5.0
4422026-09-04T21:31:33.382Z Downloaded phf v0.12.1
4432026-09-04T21:31:33.382Z Downloaded progenitor v0.10.0
4442026-09-04T21:31:33.382Z Downloaded progenitor v0.13.0
4452026-09-04T21:31:33.382Z Downloaded progenitor-extras v0.2.0
4462026-09-04T21:31:33.382Z Downloaded zerofrom-derive v0.1.7
4472026-09-04T21:31:33.382Z Downloaded foreign-types-macros v0.2.4
4482026-09-04T21:31:33.382Z Downloaded foreign-types-shared v0.1.1
4492026-09-04T21:31:33.382Z Downloaded futures-task v0.3.34
4502026-09-04T21:31:33.382Z Downloaded fixedbitset v0.4.2
4512026-09-04T21:31:33.382Z Downloaded hex v0.4.3
4522026-09-04T21:31:33.382Z Downloaded zone v0.3.1
4532026-09-04T21:31:33.382Z Downloaded embedded-io v0.4.0
4542026-09-04T21:31:33.382Z Downloaded git-stub v1.0.0
4552026-09-04T21:31:33.382Z Downloaded zerocopy-derive v0.7.35
4562026-09-04T21:31:33.382Z Downloaded heck v0.5.0
4572026-09-04T21:31:33.382Z Downloaded opaque-debug v0.3.1
4582026-09-04T21:31:33.382Z Downloaded tracing-attributes v0.1.31
4592026-09-04T21:31:33.398Z Downloaded serde_tokenstream v0.3.0
4602026-09-04T21:31:33.398Z Downloaded darling v0.23.0
4612026-09-04T21:31:33.398Z Downloaded tinystr v0.8.3
4622026-09-04T21:31:33.398Z Downloaded rustls-platform-verifier v0.7.0
4632026-09-04T21:31:33.398Z Downloaded diff v0.1.13
4642026-09-04T21:31:33.398Z Downloaded rustversion v1.0.23
4652026-09-04T21:31:33.398Z Downloaded rusty-fork v0.3.1
4662026-09-04T21:31:33.398Z Downloaded sha1 v0.11.0
4672026-09-04T21:31:33.398Z Downloaded smf v0.2.3
4682026-09-04T21:31:33.398Z Downloaded openssl-probe v0.2.1
4692026-09-04T21:31:33.398Z Downloaded proc-macro-error-attr v1.0.4
4702026-09-04T21:31:33.398Z Downloaded bytes v1.12.1
4712026-09-04T21:31:33.398Z Downloaded const_format v0.2.36
4722026-09-04T21:31:33.399Z Downloaded slog-term v2.9.2
4732026-09-04T21:31:33.399Z Downloaded strum_macros v0.28.0
4742026-09-04T21:31:33.409Z Downloaded thiserror-impl v1.0.69
4752026-09-04T21:31:33.409Z Downloaded deranged v0.5.8
4762026-09-04T21:31:33.409Z Downloaded futures-channel v0.3.34
4772026-09-04T21:31:33.409Z Downloaded progenitor-macro v0.10.0
4782026-09-04T21:31:33.409Z Downloaded icu_collections v2.2.0
4792026-09-04T21:31:33.409Z Downloaded memchr v2.8.3
4802026-09-04T21:31:33.409Z Downloaded crypto-bigint v0.5.5
4812026-09-04T21:31:33.409Z Downloaded toml_datetime v0.7.5+spec-1.1.0
4822026-09-04T21:31:33.409Z Downloaded toml_writer v1.1.2+spec-1.1.0
4832026-09-04T21:31:33.409Z Downloaded icu_normalizer_data v2.2.0
4842026-09-04T21:31:33.409Z Downloaded scroll_derive v0.12.1
4852026-09-04T21:31:33.409Z Downloaded icu_normalizer v2.2.0
4862026-09-04T21:31:33.409Z Downloaded vsss-rs v3.3.4
4872026-09-04T21:31:33.409Z Downloaded dtrace-parser v0.2.0
4882026-09-04T21:31:33.409Z Downloaded serde-big-array v0.5.1
4892026-09-04T21:31:33.416Z Downloaded strum v0.26.3
4902026-09-04T21:31:33.416Z Downloaded termtree v0.5.1
4912026-09-04T21:31:33.416Z Downloaded time-core v0.1.9
4922026-09-04T21:31:33.416Z Downloaded unicode-ident v1.0.24
4932026-09-04T21:31:33.416Z Downloaded defmt-macros v1.1.1
4942026-09-04T21:31:33.416Z Downloaded httparse v1.10.1
4952026-09-04T21:31:33.416Z Downloaded postcard v1.1.3
4962026-09-04T21:31:33.420Z Downloaded either v1.17.0
4972026-09-04T21:31:33.420Z Downloaded glob v0.3.4
4982026-09-04T21:31:33.420Z Downloaded rand_core v0.10.1
4992026-09-04T21:31:33.420Z Downloaded usdt-impl v0.5.0
5002026-09-04T21:31:33.420Z Downloaded foreign-types-shared v0.3.1
5012026-09-04T21:31:33.420Z Downloaded zmij v1.0.23
5022026-09-04T21:31:33.431Z Downloaded ff v0.13.1
5032026-09-04T21:31:33.431Z Downloaded usdt v0.6.0
5042026-09-04T21:31:33.431Z Downloaded want v0.3.1
5052026-09-04T21:31:33.431Z Downloaded usdt v0.5.0
5062026-09-04T21:31:33.435Z Downloaded usdt-macro v0.6.0
5072026-09-04T21:31:33.435Z Downloaded pest_derive v2.8.8
5082026-09-04T21:31:33.435Z Downloaded unsafe-libyaml v0.2.11
5092026-09-04T21:31:33.435Z Downloaded chacha20poly1305 v0.10.1
5102026-09-04T21:31:33.435Z Downloaded base64 v0.22.1
5112026-09-04T21:31:33.435Z Downloaded getrandom v0.3.4
5122026-09-04T21:31:33.440Z Downloaded dropshot_endpoint v0.17.1
5132026-09-04T21:31:33.440Z Downloaded pest_generator v2.8.8
5142026-09-04T21:31:33.440Z Downloaded tempfile v3.27.0
5152026-09-04T21:31:33.458Z Downloaded dtrace-parser v0.3.0
5162026-09-04T21:31:33.459Z Downloaded dunce v1.0.5
5172026-09-04T21:31:33.459Z Downloaded miniz_oxide v0.8.9
5182026-09-04T21:31:33.459Z Downloaded arc-swap v1.9.2
5192026-09-04T21:31:33.472Z Downloaded snafu v0.8.9
5202026-09-04T21:31:33.472Z Downloaded oxnet v0.1.7
5212026-09-04T21:31:33.472Z Downloaded quick-error v1.2.3
5222026-09-04T21:31:33.472Z Downloaded nom v7.1.3
5232026-09-04T21:31:33.472Z Downloaded slog-dtrace v0.3.0
5242026-09-04T21:31:33.472Z Downloaded thiserror v1.0.69
5252026-09-04T21:31:33.482Z Downloaded gethostname v0.5.0
5262026-09-04T21:31:33.483Z Downloaded hostname v0.4.2
5272026-09-04T21:31:33.483Z Downloaded minimal-lexical v0.2.1
5282026-09-04T21:31:33.483Z Downloaded simd-adler32 v0.3.10
5292026-09-04T21:31:33.483Z Downloaded scroll v0.12.0
5302026-09-04T21:31:33.483Z Downloaded snafu-derive v0.8.9
5312026-09-04T21:31:33.483Z Downloaded rand_pcg v0.10.2
5322026-09-04T21:31:33.483Z Downloaded papergrid v0.11.0
5332026-09-04T21:31:33.483Z Downloaded serde_urlencoded v0.7.1
5342026-09-04T21:31:33.483Z Downloaded slog-envlogger v2.2.0
5352026-09-04T21:31:33.515Z Downloaded indicatif v0.18.6
5362026-09-04T21:31:33.515Z Downloaded slog-async v2.8.0
5372026-09-04T21:31:33.515Z Downloaded hostname v0.3.1
5382026-09-04T21:31:33.515Z Downloaded hyper v1.11.1
5392026-09-04T21:31:33.515Z Downloaded http-body v1.1.0
5402026-09-04T21:31:33.515Z Downloaded pretty-hex v0.4.2
5412026-09-04T21:31:33.515Z Downloaded serde_plain v1.0.2
5422026-09-04T21:31:33.515Z Downloaded toml_datetime v1.1.1+spec-1.1.0
5432026-09-04T21:31:33.515Z Downloaded unit-prefix v0.5.2
5442026-09-04T21:31:33.548Z Downloaded data-encoding v2.11.1
5452026-09-04T21:31:33.549Z Downloaded crossbeam-channel v0.5.16
5462026-09-04T21:31:33.549Z Downloaded elliptic-curve v0.13.8
5472026-09-04T21:31:33.549Z Downloaded parking_lot v0.11.2
5482026-09-04T21:31:33.549Z Downloaded schemars v1.2.2
5492026-09-04T21:31:33.549Z Downloaded universal-hash v0.5.1
5502026-09-04T21:31:33.549Z Downloaded serde_yaml v0.9.34+deprecated
5512026-09-04T21:31:33.549Z Downloaded float-ord v0.3.2
5522026-09-04T21:31:33.549Z Downloaded dyn-clone v1.0.20
5532026-09-04T21:31:33.549Z Downloaded futures-core v0.3.34
5542026-09-04T21:31:33.549Z Downloaded terminal_size v0.4.4
5552026-09-04T21:31:33.549Z Downloaded cc v1.4.2
5562026-09-04T21:31:33.549Z Downloaded fs_extra v1.3.0
5572026-09-04T21:31:33.549Z Downloaded fastrand v2.5.0
5582026-09-04T21:31:33.549Z Downloaded tinyvec_macros v0.1.1
5592026-09-04T21:31:33.549Z Downloaded supports-color v3.0.2
5602026-09-04T21:31:33.549Z Downloaded progenitor-client v0.13.0
5612026-09-04T21:31:33.549Z Downloaded base64 v0.21.7
5622026-09-04T21:31:33.549Z Downloaded parse-display v0.10.0
5632026-09-04T21:31:33.549Z Downloaded foldhash v0.2.0
5642026-09-04T21:31:33.549Z Downloaded proc-macro-crate v3.5.0
5652026-09-04T21:31:33.549Z Downloaded progenitor-macro v0.13.0
5662026-09-04T21:31:33.549Z Downloaded rustc_version v0.1.7
5672026-09-04T21:31:33.549Z Downloaded rustls-pki-types v1.15.1
5682026-09-04T21:31:33.549Z Downloaded scopeguard v1.2.0
5692026-09-04T21:31:33.583Z Downloaded hyper-util v0.1.20
5702026-09-04T21:31:33.583Z Downloaded toml_write v0.1.2
5712026-09-04T21:31:33.583Z Downloaded zone_cfg_derive v0.3.1
5722026-09-04T21:31:33.584Z Downloaded errno v0.3.14
5732026-09-04T21:31:33.584Z Downloaded progenitor v0.14.0
5742026-09-04T21:31:33.584Z Downloaded indexmap v2.14.0
5752026-09-04T21:31:33.584Z Downloaded openssl-sys v0.9.117
5762026-09-04T21:31:33.584Z Downloaded heapless v0.8.0
5772026-09-04T21:31:33.584Z Downloaded slog-stdlog v4.1.1
5782026-09-04T21:31:33.584Z Downloaded percent-encoding v2.3.2
5792026-09-04T21:31:33.584Z Downloaded rustls-pemfile v2.2.0
5802026-09-04T21:31:33.584Z Downloaded tower-layer v0.3.3
5812026-09-04T21:31:33.584Z Downloaded pin-project-lite v0.2.17
5822026-09-04T21:31:33.584Z Downloaded serde_with_macros v3.22.0
5832026-09-04T21:31:33.584Z Downloaded pin-project-internal v1.1.13
5842026-09-04T21:31:33.584Z Downloaded serde_repr v0.1.21
5852026-09-04T21:31:33.609Z Downloaded itertools v0.12.1
5862026-09-04T21:31:33.609Z Downloaded prettyplease v0.2.37
5872026-09-04T21:31:33.609Z Downloaded progenitor-impl v0.10.0
5882026-09-04T21:31:33.609Z Downloaded time-macros v0.2.32
5892026-09-04T21:31:33.609Z Downloaded dropshot-api-manager-types v0.8.0
5902026-09-04T21:31:33.609Z Downloaded url v2.5.8
5912026-09-04T21:31:33.609Z Downloaded socket2 v0.6.5
5922026-09-04T21:31:33.609Z Downloaded utf8_iter v1.0.4
5932026-09-04T21:31:33.609Z Downloaded futures-executor v0.3.34
5942026-09-04T21:31:33.609Z Downloaded progenitor-client v0.14.0
5952026-09-04T21:31:33.609Z Downloaded try-lock v0.2.5
5962026-09-04T21:31:33.609Z Downloaded usdt-attr-macro v0.5.0
5972026-09-04T21:31:33.609Z Downloaded foreign-types v0.5.0
5982026-09-04T21:31:33.609Z Downloaded port-file v0.1.0
5992026-09-04T21:31:33.609Z Downloaded rustc-hash v2.1.3
6002026-09-04T21:31:33.609Z Downloaded proc-macro-error v1.0.4
6012026-09-04T21:31:33.609Z Downloaded rhai_codegen v3.2.0
6022026-09-04T21:31:33.634Z Downloaded derive-ex v0.1.8
6032026-09-04T21:31:33.634Z Downloaded siphasher v1.0.3
6042026-09-04T21:31:33.634Z Downloaded getrandom v0.2.17
6052026-09-04T21:31:33.634Z Downloaded utf8parse v0.2.2
6062026-09-04T21:31:33.634Z Downloaded generic-array v0.14.7
6072026-09-04T21:31:33.634Z Downloaded oxide-tokio-rt v0.1.6
6082026-09-04T21:31:33.634Z Downloaded progenitor-client v0.10.0
6092026-09-04T21:31:33.634Z Downloaded subtle v2.6.1
6102026-09-04T21:31:33.635Z Downloaded similar v2.7.0
6112026-09-04T21:31:33.635Z Downloaded paste v1.0.15
6122026-09-04T21:31:33.635Z Downloaded quinn v0.11.11
6132026-09-04T21:31:33.635Z Downloaded foreign-types v0.3.2
6142026-09-04T21:31:33.635Z Downloaded rand_core v0.6.4
6152026-09-04T21:31:33.635Z Downloaded hash32 v0.3.1
6162026-09-04T21:31:33.635Z Downloaded proc-macro-crate v1.3.1
6172026-09-04T21:31:33.654Z Downloaded drift v0.2.0
6182026-09-04T21:31:33.654Z Downloaded toml v1.1.4+spec-1.1.0
6192026-09-04T21:31:33.654Z Downloaded tungstenite v0.21.0
6202026-09-04T21:31:33.654Z Downloaded synstructure v0.13.2
6212026-09-04T21:31:33.654Z Downloaded ucd-trie v0.1.7
6222026-09-04T21:31:33.654Z Downloaded serde v1.0.229
6232026-09-04T21:31:33.654Z Downloaded derive-where v1.6.1
6242026-09-04T21:31:33.654Z Downloaded derive_more v0.99.20
6252026-09-04T21:31:33.654Z Downloaded phf_shared v0.12.1
6262026-09-04T21:31:33.654Z Downloaded poly1305 v0.8.0
6272026-09-04T21:31:33.679Z Downloaded mio v1.2.2
6282026-09-04T21:31:33.679Z Downloaded ref-cast-impl v1.0.26
6292026-09-04T21:31:33.679Z Downloaded rand_chacha v0.9.0
6302026-09-04T21:31:33.679Z Downloaded rand_xorshift v0.4.0
6312026-09-04T21:31:33.679Z Downloaded darling_macro v0.23.0
6322026-09-04T21:31:33.679Z Downloaded pretty_assertions v1.4.1
6332026-09-04T21:31:33.679Z Downloaded fs-err v3.3.1
6342026-09-04T21:31:33.679Z Downloaded rustls-native-certs v0.8.4
6352026-09-04T21:31:33.679Z Downloaded rayon-core v1.13.0
6362026-09-04T21:31:33.679Z Downloaded stable_deref_trait v1.2.1
6372026-09-04T21:31:33.679Z Downloaded zerofrom v0.1.8
6382026-09-04T21:31:33.679Z Downloaded usdt-attr-macro v0.6.0
6392026-09-04T21:31:33.679Z Downloaded defmt v1.1.1
6402026-09-04T21:31:33.719Z Downloaded serde_spanned v0.6.9
6412026-09-04T21:31:33.719Z Downloaded futures-io v0.3.34
6422026-09-04T21:31:33.719Z Downloaded openssl-macros v0.1.1
6432026-09-04T21:31:33.719Z Downloaded same-file v1.0.6
6442026-09-04T21:31:33.719Z Downloaded smallvec v1.15.2
6452026-09-04T21:31:33.719Z Downloaded plain v0.2.3
6462026-09-04T21:31:33.720Z Downloaded proc-macro2 v1.0.107
6472026-09-04T21:31:33.720Z Downloaded displaydoc v0.2.7
6482026-09-04T21:31:33.720Z Downloaded thiserror-impl v2.0.20
6492026-09-04T21:31:33.720Z Downloaded rand v0.10.2
6502026-09-04T21:31:33.720Z Downloaded walkdir v2.5.0
6512026-09-04T21:31:33.720Z Downloaded sha2 v0.10.9
6522026-09-04T21:31:33.720Z Downloaded smartstring v1.0.1
6532026-09-04T21:31:33.730Z Downloaded xz2 v0.1.7
6542026-09-04T21:31:33.730Z Downloaded zeroize v1.9.0
6552026-09-04T21:31:33.730Z Downloaded slog v2.8.2
6562026-09-04T21:31:33.730Z Downloaded swrite v0.1.0
6572026-09-04T21:31:33.730Z Downloaded thiserror-no-std v2.0.2
6582026-09-04T21:31:33.730Z Downloaded futures-sink v0.3.34
6592026-09-04T21:31:33.730Z Downloaded debug-ignore v1.0.5
6602026-09-04T21:31:33.731Z Downloaded rand_chacha v0.3.1
6612026-09-04T21:31:33.731Z Downloaded sync_wrapper v1.0.2
6622026-09-04T21:31:33.731Z Downloaded wait-timeout v0.2.1
6632026-09-04T21:31:33.731Z Downloaded typed-path v0.9.3
6642026-09-04T21:31:33.731Z Downloaded structmeta-derive v0.3.0
6652026-09-04T21:31:33.731Z Downloaded thin-vec v0.2.19
6662026-09-04T21:31:33.731Z Downloaded typify v0.6.2
6672026-09-04T21:31:33.731Z Downloaded yoke v0.8.3
6682026-09-04T21:31:33.731Z Downloaded usdt-impl v0.6.0
6692026-09-04T21:31:33.731Z Downloaded thread-id v4.2.2
6702026-09-04T21:31:33.731Z Downloaded digest v0.11.3
6712026-09-04T21:31:33.731Z Downloaded quinn-udp v0.5.15
6722026-09-04T21:31:33.731Z Downloaded owo-colors v4.3.0
6732026-09-04T21:31:33.732Z Downloaded unarray v0.1.4
6742026-09-04T21:31:33.732Z Downloaded embedded-io v0.6.1
6752026-09-04T21:31:33.732Z Downloaded fixedbitset v0.5.7
6762026-09-04T21:31:33.732Z Downloaded tiny-keccak v2.0.2
6772026-09-04T21:31:33.732Z Downloaded rand v0.8.7
6782026-09-04T21:31:33.732Z Downloaded aho-corasick v1.1.5
6792026-09-04T21:31:33.768Z Downloaded futures v0.3.34
6802026-09-04T21:31:33.768Z Downloaded powerfmt v0.2.0
6812026-09-04T21:31:33.768Z Downloaded qorb v0.4.1
6822026-09-04T21:31:33.768Z Downloaded spin v0.9.9
6832026-09-04T21:31:33.768Z Downloaded schemars_derive v0.8.22
6842026-09-04T21:31:33.768Z Downloaded usdt-macro v0.5.0
6852026-09-04T21:31:33.768Z Downloaded pin-project v1.1.13
6862026-09-04T21:31:33.790Z Downloaded smawk v0.3.3
6872026-09-04T21:31:33.790Z Downloaded tabled_derive v0.7.0
6882026-09-04T21:31:33.790Z Downloaded serde_core v1.0.229
6892026-09-04T21:31:33.790Z Downloaded term v1.2.1
6902026-09-04T21:31:33.790Z Downloaded idna v1.1.0
6912026-09-04T21:31:33.790Z Downloaded nom v8.0.0
6922026-09-04T21:31:33.790Z Downloaded serde_tokenstream v0.2.3
6932026-09-04T21:31:33.790Z Downloaded progenitor-macro v0.14.0
6942026-09-04T21:31:33.790Z Downloaded static_assertions v1.1.0
6952026-09-04T21:31:33.790Z Downloaded tokio-rustls v0.26.4
6962026-09-04T21:31:33.790Z Downloaded papergrid v0.18.0
6972026-09-04T21:31:33.790Z Downloaded tokio-macros v2.7.2
6982026-09-04T21:31:33.790Z Downloaded textwrap v0.16.2
6992026-09-04T21:31:33.790Z Downloaded parking_lot v0.12.5
7002026-09-04T21:31:33.790Z Downloaded once_cell v1.21.4
7012026-09-04T21:31:33.790Z Downloaded pem v3.0.6
7022026-09-04T21:31:33.790Z Downloaded jiff-core v0.1.0
7032026-09-04T21:31:33.819Z Downloaded quote v1.0.47
7042026-09-04T21:31:33.819Z Downloaded parking_lot_core v0.9.12
7052026-09-04T21:31:33.819Z Downloaded toml_edit v0.22.27
7062026-09-04T21:31:33.819Z Downloaded itertools v0.14.0
7072026-09-04T21:31:33.819Z Downloaded resolv-conf v0.7.6
7082026-09-04T21:31:33.819Z Downloaded http-body-util v0.1.5
7092026-09-04T21:31:33.819Z Downloaded serde_derive_internals v0.29.1
7102026-09-04T21:31:33.819Z Downloaded pest_meta v2.8.8
7112026-09-04T21:31:33.819Z Downloaded itertools v0.15.0
7122026-09-04T21:31:33.845Z Downloaded serde_derive v1.0.229
7132026-09-04T21:31:33.846Z Downloaded rustls-webpki v0.103.14
7142026-09-04T21:31:33.846Z Downloaded toml v0.9.12+spec-1.1.0
7152026-09-04T21:31:33.846Z Downloaded toml_edit v0.19.15
7162026-09-04T21:31:33.846Z Downloaded darling_core v0.23.0
7172026-09-04T21:31:33.846Z Downloaded parse-display-derive v0.10.0
7182026-09-04T21:31:33.846Z Downloaded pest v2.8.8
7192026-09-04T21:31:33.846Z Downloaded rand v0.9.5
7202026-09-04T21:31:33.846Z Downloaded unicode-linebreak v0.1.5
7212026-09-04T21:31:33.846Z Downloaded zerocopy-derive v0.8.56
7222026-09-04T21:31:33.846Z Downloaded hmac v0.12.1
7232026-09-04T21:31:33.846Z Downloaded erased-serde v0.3.31
7242026-09-04T21:31:33.846Z Downloaded getrandom v0.4.3
7252026-09-04T21:31:33.853Z Downloaded http v1.5.0
7262026-09-04T21:31:33.853Z Downloaded globset v0.4.20
7272026-09-04T21:31:33.853Z Downloaded pkg-config v0.3.33
7282026-09-04T21:31:33.853Z Downloaded shlex v2.0.1
7292026-09-04T21:31:33.853Z Downloaded slab v0.4.12
7302026-09-04T21:31:33.853Z Downloaded toml_edit v0.25.13+spec-1.1.0
7312026-09-04T21:31:33.853Z Downloaded typify v0.4.3
7322026-09-04T21:31:33.853Z Downloaded half v2.7.1
7332026-09-04T21:31:33.853Z Downloaded ppv-lite86 v0.2.21
7342026-09-04T21:31:33.853Z Downloaded steno v0.4.1
7352026-09-04T21:31:33.853Z Downloaded unicode-segmentation v1.13.3
7362026-09-04T21:31:33.854Z Downloaded rand_core v0.9.5
7372026-09-04T21:31:33.854Z Downloaded tower-http v0.6.11
7382026-09-04T21:31:33.854Z Downloaded test-strategy v0.4.5
7392026-09-04T21:31:33.854Z Downloaded tokio-util v0.7.19
7402026-09-04T21:31:33.890Z Downloaded icu_properties_data v2.2.0
7412026-09-04T21:31:33.890Z Downloaded libm v0.2.16
7422026-09-04T21:31:33.890Z Downloaded schemars v0.8.22
7432026-09-04T21:31:33.906Z Downloaded tracing-core v0.1.36
7442026-09-04T21:31:33.906Z Downloaded hashbrown v0.12.3
7452026-09-04T21:31:33.906Z Downloaded hickory-resolver v0.25.2
7462026-09-04T21:31:33.906Z Downloaded similar v3.2.0
7472026-09-04T21:31:33.906Z Downloaded progenitor-impl v0.14.0
7482026-09-04T21:31:33.906Z Downloaded yansi v1.0.1
7492026-09-04T21:31:33.906Z Downloaded toml_parser v1.1.3+spec-1.1.0
7502026-09-04T21:31:33.906Z Downloaded clap_builder v4.6.6
7512026-09-04T21:31:33.906Z Downloaded digest v0.10.7
7522026-09-04T21:31:33.906Z Downloaded uuid v1.26.0
7532026-09-04T21:31:33.906Z Downloaded schemars v0.9.0
7542026-09-04T21:31:33.906Z Downloaded tinyvec v1.12.0
7552026-09-04T21:31:33.906Z Downloaded expectorate v1.3.0
7562026-09-04T21:31:33.931Z Downloaded progenitor-impl v0.13.0
7572026-09-04T21:31:33.931Z Downloaded zerocopy v0.7.35
7582026-09-04T21:31:33.932Z Downloaded ron v0.12.2
7592026-09-04T21:31:33.957Z Downloaded zerovec v0.11.6
7602026-09-04T21:31:33.957Z Downloaded flate2 v1.1.9
7612026-09-04T21:31:33.957Z Downloaded zerotrie v0.2.4
7622026-09-04T21:31:33.957Z Downloaded hashbrown v0.16.1
7632026-09-04T21:31:33.957Z Downloaded iddqd v0.4.6
7642026-09-04T21:31:33.957Z Downloaded h2 v0.4.15
7652026-09-04T21:31:33.957Z Downloaded typenum v1.20.1
7662026-09-04T21:31:33.957Z Downloaded tower v0.5.3
7672026-09-04T21:31:33.957Z Downloaded hashbrown v0.15.5
7682026-09-04T21:31:33.968Z Downloaded hickory-resolver v0.24.4
7692026-09-04T21:31:33.968Z Downloaded winnow v0.5.40
7702026-09-04T21:31:33.968Z Downloaded serde_with v3.22.0
7712026-09-04T21:31:33.983Z Downloaded hkdf v0.12.4
7722026-09-04T21:31:33.983Z Downloaded vcpkg v0.2.15
7732026-09-04T21:31:34.005Z Downloaded winnow v0.7.15
7742026-09-04T21:31:34.047Z Downloaded reqwest v0.12.28
7752026-09-04T21:31:34.047Z Downloaded rayon v1.12.0
7762026-09-04T21:31:34.047Z Downloaded moka v0.12.16
7772026-09-04T21:31:34.047Z Downloaded unicode-normalization v0.1.25
7782026-09-04T21:31:34.063Z Downloaded hashbrown v0.17.1
7792026-09-04T21:31:34.063Z Downloaded tabled v0.15.0
7802026-09-04T21:31:34.063Z Downloaded winnow v1.0.4
7812026-09-04T21:31:34.063Z Downloaded regex v1.13.1
7822026-09-04T21:31:34.063Z Downloaded time v0.3.55
7832026-09-04T21:31:34.064Z Downloaded proptest v1.11.0
7842026-09-04T21:31:34.064Z Downloaded portable-atomic v1.15.0
7852026-09-04T21:31:34.064Z Downloaded tabled v0.21.0
7862026-09-04T21:31:34.085Z Downloaded chrono v0.4.45
7872026-09-04T21:31:34.085Z Downloaded syn v1.0.109
7882026-09-04T21:31:34.085Z Downloaded aws-lc-rs v1.18.0
7892026-09-04T21:31:34.153Z Downloaded webpki-roots v1.0.9
7902026-09-04T21:31:34.153Z Downloaded dropshot-api-manager v0.8.0
7912026-09-04T21:31:34.153Z Downloaded unicode-width v0.1.14
7922026-09-04T21:31:34.153Z Downloaded zerocopy v0.8.56
7932026-09-04T21:31:34.153Z Downloaded quinn-proto v0.11.16
7942026-09-04T21:31:34.192Z Downloaded nix v0.31.3
7952026-09-04T21:31:34.192Z Downloaded syn v3.0.3
7962026-09-04T21:31:34.192Z Downloaded goblin v0.8.2
7972026-09-04T21:31:34.192Z Downloaded serde_json v1.0.151
7982026-09-04T21:31:34.192Z Downloaded unicode-width v0.2.2
7992026-09-04T21:31:34.192Z Downloaded reqwest v0.13.4
8002026-09-04T21:31:34.192Z Downloaded tough v0.22.0
8012026-09-04T21:31:34.192Z Downloaded openapiv3 v2.2.0
8022026-09-04T21:31:34.192Z Downloaded futures-util v0.3.34
8032026-09-04T21:31:34.193Z Downloaded curve25519-dalek v4.1.3
8042026-09-04T21:31:34.218Z Downloaded sled v0.34.7
8052026-09-04T21:31:34.218Z Downloaded bstr v1.13.1
8062026-09-04T21:31:34.218Z Downloaded hickory-proto v0.25.2
8072026-09-04T21:31:34.218Z Downloaded tracing v0.1.44
8082026-09-04T21:31:34.218Z Downloaded syn v2.0.119
8092026-09-04T21:31:34.237Z Downloaded rustls v0.23.43
8102026-09-04T21:31:34.237Z Downloaded regress v0.10.5
8112026-09-04T21:31:34.256Z Downloaded regex-syntax v0.8.11
8122026-09-04T21:31:34.256Z Downloaded jiff v0.2.35
8132026-09-04T21:31:34.273Z Downloaded goblin v0.10.7
8142026-09-04T21:31:34.273Z Downloaded lzma-sys v0.1.20
8152026-09-04T21:31:34.288Z Downloaded rustix v0.38.44
8162026-09-04T21:31:34.289Z Downloaded regress v0.11.1
8172026-09-04T21:31:34.297Z Downloaded smoltcp v0.11.0
8182026-09-04T21:31:34.297Z Downloaded libc v0.2.189
8192026-09-04T21:31:34.322Z Downloaded openssl v0.10.81
8202026-09-04T21:31:34.342Z Downloaded tokio v1.53.1
8212026-09-04T21:31:34.356Z Downloaded sha3 v0.10.9
8222026-09-04T21:31:34.356Z Downloaded typify-impl v0.6.2
8232026-09-04T21:31:34.356Z Downloaded ring v0.17.14
8242026-09-04T21:31:34.370Z Downloaded dropshot v0.17.1
8252026-09-04T21:31:34.376Z Downloaded hickory-proto v0.24.4
8262026-09-04T21:31:34.393Z Downloaded typify-impl v0.4.3
8272026-09-04T21:31:34.405Z Downloaded rustix v1.1.4
8282026-09-04T21:31:34.426Z Downloaded rhai v1.26.0
8292026-09-04T21:31:34.426Z Downloaded regex-automata v0.4.18
8302026-09-04T21:31:34.441Z Downloaded petgraph v0.6.5
8312026-09-04T21:31:34.450Z Downloaded chrono-tz v0.10.4
8322026-09-04T21:31:34.467Z Downloaded petgraph v0.8.3
8332026-09-04T21:31:34.487Z Downloaded csv v1.4.0
8342026-09-04T21:31:34.540Z Downloaded encoding_rs v0.8.35
8352026-09-04T21:31:35.019Z Downloaded aws-lc-sys v0.44.0
8362026-09-04T21:31:35.550Z Compiling proc-macro2 v1.0.107
8372026-09-04T21:31:35.550Z Compiling quote v1.0.47
8382026-09-04T21:31:35.550Z Compiling unicode-ident v1.0.24
8392026-09-04T21:31:35.566Z Compiling serde_core v1.0.229
8402026-09-04T21:31:35.566Z Compiling serde v1.0.229
8412026-09-04T21:31:35.566Z Compiling libc v0.2.189
8422026-09-04T21:31:35.566Z Compiling zmij v1.0.23
8432026-09-04T21:31:35.566Z Compiling autocfg v1.5.1
8442026-09-04T21:31:35.937Z Compiling libm v0.2.16
8452026-09-04T21:31:36.224Z Compiling icu_properties_data v2.2.0
8462026-09-04T21:31:36.229Z Compiling icu_normalizer_data v2.2.0
8472026-09-04T21:31:36.229Z Compiling serde_json v1.0.151
8482026-09-04T21:31:36.273Z Compiling num-traits v0.2.19
8492026-09-04T21:31:36.320Z Compiling getrandom v0.4.3
8502026-09-04T21:31:36.571Z Compiling memchr v2.8.3
8512026-09-04T21:31:36.631Z Compiling version_check v0.9.5
8522026-09-04T21:31:36.706Z Compiling thiserror v2.0.20
8532026-09-04T21:31:36.997Z Compiling schemars v0.8.22
8542026-09-04T21:31:37.136Z Compiling syn v2.0.119
8552026-09-04T21:31:37.152Z Compiling syn v3.0.3
8562026-09-04T21:31:37.252Z Checking cfg-if v1.0.4
8572026-09-04T21:31:37.270Z Compiling parking_lot_core v0.9.12
8582026-09-04T21:31:37.345Z Compiling heck v0.5.0
8592026-09-04T21:31:37.392Z Compiling zerocopy v0.8.56
8602026-09-04T21:31:37.555Z Compiling portable-atomic v1.15.0
8612026-09-04T21:31:37.599Z Compiling rustversion v1.0.23
8622026-09-04T21:31:37.833Z Compiling itoa v1.0.18
8632026-09-04T21:31:38.110Z Compiling jobserver v0.1.35
8642026-09-04T21:31:38.131Z Compiling find-msvc-tools v0.1.10
8652026-09-04T21:31:38.199Z Compiling shlex v2.0.1
8662026-09-04T21:31:38.372Z Compiling cc v1.4.2
8672026-09-04T21:31:38.522Z Compiling pkg-config v0.3.33
8682026-09-04T21:31:38.696Z Compiling dunce v1.0.5
8692026-09-04T21:31:38.807Z Compiling fs_extra v1.3.0
8702026-09-04T21:31:38.967Z Compiling semver v1.0.28
8712026-09-04T21:31:38.994Z Compiling log v0.4.33
8722026-09-04T21:31:39.011Z Compiling httparse v1.10.1
8732026-09-04T21:31:39.079Z Compiling slog v2.8.2
8742026-09-04T21:31:39.184Z Compiling cmake v0.1.58
8752026-09-04T21:31:39.273Z Compiling rustix v1.1.4
8762026-09-04T21:31:39.428Z Checking stable_deref_trait v1.2.1
8772026-09-04T21:31:39.439Z Compiling allocator-api2 v0.2.21
8782026-09-04T21:31:39.517Z Compiling equivalent v1.0.2
8792026-09-04T21:31:39.552Z Compiling thiserror v1.0.69
8802026-09-04T21:31:39.740Z Compiling aws-lc-sys v0.44.0
8812026-09-04T21:31:39.784Z Checking writeable v0.6.3
8822026-09-04T21:31:39.803Z Checking litemap v0.8.2
8832026-09-04T21:31:39.850Z Checking utf8_iter v1.0.4
8842026-09-04T21:31:39.958Z Compiling ring v0.17.14
8852026-09-04T21:31:39.981Z Compiling aws-lc-rs v1.18.0
8862026-09-04T21:31:39.987Z Checking percent-encoding v2.3.2
8872026-09-04T21:31:40.132Z Compiling synstructure v0.13.2
8882026-09-04T21:31:40.148Z Compiling serde_derive_internals v0.29.1
8892026-09-04T21:31:40.512Z Compiling regex-syntax v0.8.11
8902026-09-04T21:31:40.564Z Compiling serde_derive v1.0.229
8912026-09-04T21:31:40.643Z Compiling displaydoc v0.2.7
8922026-09-04T21:31:40.907Z Compiling thiserror-impl v2.0.20
8932026-09-04T21:31:40.926Z Compiling tokio-macros v2.7.2
8942026-09-04T21:31:41.170Z Compiling futures-macro v0.3.34
8952026-09-04T21:31:41.337Z Compiling zerofrom-derive v0.1.7
8962026-09-04T21:31:41.419Z Compiling yoke-derive v0.8.2
8972026-09-04T21:31:41.680Z Compiling zerovec-derive v0.11.3
8982026-09-04T21:31:41.985Z Compiling schemars_derive v0.8.22
8992026-09-04T21:31:42.134Z Compiling zeroize_derive v1.5.0
9002026-09-04T21:31:42.497Z Compiling zerocopy-derive v0.8.56
9012026-09-04T21:31:42.589Z Compiling tracing-attributes v0.1.31
9022026-09-04T21:31:42.789Z Checking zerofrom v0.1.8
9032026-09-04T21:31:42.851Z Compiling thiserror-impl v1.0.69
9042026-09-04T21:31:42.933Z Checking yoke v0.8.3
9052026-09-04T21:31:43.110Z Checking zerovec v0.11.6
9062026-09-04T21:31:43.208Z Checking zerotrie v0.2.4
9072026-09-04T21:31:43.725Z Compiling serde_tokenstream v0.2.3
9082026-09-04T21:31:43.801Z Checking tinystr v0.8.3
9092026-09-04T21:31:43.865Z Checking smallvec v1.15.2
9102026-09-04T21:31:43.983Z Checking bytes v1.12.1
9112026-09-04T21:31:44.000Z Checking icu_locale_core v2.2.0
9122026-09-04T21:31:44.019Z Checking potential_utf v0.1.5
9132026-09-04T21:31:44.265Z Checking icu_collections v2.2.0
9142026-09-04T21:31:44.358Z Checking form_urlencoded v1.2.2
9152026-09-04T21:31:44.408Z Compiling aho-corasick v1.1.5
9162026-09-04T21:31:44.427Z Checking rand_core v0.10.1
9172026-09-04T21:31:44.721Z Compiling anyhow v1.0.104
9182026-09-04T21:31:44.813Z Compiling rustls v0.23.43
9192026-09-04T21:31:44.813Z Compiling ucd-trie v0.1.7
9202026-09-04T21:31:44.813Z Checking icu_provider v2.2.0
9212026-09-04T21:31:44.813Z Compiling getrandom v0.3.4
9222026-09-04T21:31:44.813Z Compiling hashbrown v0.17.1
9232026-09-04T21:31:44.933Z Compiling pest v2.8.8
9242026-09-04T21:31:45.002Z Checking icu_normalizer v2.2.0
9252026-09-04T21:31:45.028Z Checking icu_properties v2.2.0
9262026-09-04T21:31:45.423Z Compiling regex-automata v0.4.18
9272026-09-04T21:31:45.503Z Compiling crossbeam-utils v0.8.22
9282026-09-04T21:31:45.634Z Compiling indexmap v2.14.0
9292026-09-04T21:31:45.677Z Checking iana-time-zone v0.1.65
9302026-09-04T21:31:45.716Z Checking chrono v0.4.45
9312026-09-04T21:31:45.777Z Compiling paste v1.0.15
9322026-09-04T21:31:45.916Z Compiling pest_meta v2.8.8
9332026-09-04T21:31:45.945Z Checking idna_adapter v1.2.2
9342026-09-04T21:31:46.242Z Checking idna v1.1.0
9352026-09-04T21:31:46.462Z Compiling num-conv v0.2.2
9362026-09-04T21:31:46.462Z Compiling time-core v0.1.9
9372026-09-04T21:31:46.462Z Compiling time-macros v0.2.32
9382026-09-04T21:31:46.462Z Checking url v2.5.8
9392026-09-04T21:31:46.669Z Compiling strsim v0.11.1
9402026-09-04T21:31:46.712Z Compiling pest_generator v2.8.8
9412026-09-04T21:31:47.087Z Compiling regex v1.13.1
9422026-09-04T21:31:47.156Z Checking uuid v1.26.0
9432026-09-04T21:31:47.336Z Compiling pest_derive v2.8.8
9442026-09-04T21:31:47.476Z Compiling async-trait v0.1.92
9452026-09-04T21:31:47.712Z Compiling camino v1.2.5
9462026-09-04T21:31:47.712Z Compiling byteorder v1.5.0
9472026-09-04T21:31:47.786Z Compiling ident_case v1.0.1
9482026-09-04T21:31:47.874Z Checking dyn-clone v1.0.20
9492026-09-04T21:31:47.952Z Checking errno v0.3.14
9502026-09-04T21:31:48.074Z Compiling scroll_derive v0.13.1
9512026-09-04T21:31:48.349Z Compiling omicron-workspace-hack v0.1.0
9522026-09-04T21:31:48.453Z Compiling slog-async v2.8.0
9532026-09-04T21:31:48.606Z Compiling generic-array v0.14.7
9542026-09-04T21:31:48.732Z Compiling crc32fast v1.5.0
9552026-09-04T21:31:48.788Z Compiling usdt-impl v0.6.0
9562026-09-04T21:31:48.907Z Compiling scroll v0.13.0
9572026-09-04T21:31:48.957Z Compiling plain v0.2.3
9582026-09-04T21:31:49.085Z Compiling daft-derive v0.1.8
9592026-09-04T21:31:49.166Z Compiling goblin v0.10.7
9602026-09-04T21:31:49.192Z Compiling pretty-hex v0.4.2
9612026-09-04T21:31:49.294Z Checking pin-project-lite v0.2.17
9622026-09-04T21:31:49.387Z Compiling dtrace-parser v0.3.0
9632026-09-04T21:31:49.476Z Compiling thread-id v5.1.0
9642026-09-04T21:31:49.788Z Compiling syn v1.0.109
9652026-09-04T21:31:49.824Z Compiling darling_core v0.23.0
9662026-09-04T21:31:49.867Z Checking bitflags v2.13.1
9672026-09-04T21:31:50.047Z Checking getrandom v0.2.17
9682026-09-04T21:31:50.116Z Checking zeroize v1.9.0
9692026-09-04T21:31:50.782Z Compiling multer v3.1.0
9702026-09-04T21:31:50.860Z Compiling async-stream-impl v0.3.6
9712026-09-04T21:31:51.200Z Checking socket2 v0.6.5
9722026-09-04T21:31:51.446Z Checking scopeguard v1.2.0
9732026-09-04T21:31:51.470Z Compiling ref-cast v1.0.26
9742026-09-04T21:31:51.550Z Checking lock_api v0.4.14
9752026-09-04T21:31:51.769Z Compiling ref-cast-impl v1.0.26
9762026-09-04T21:31:51.869Z Compiling dropshot v0.17.1
9772026-09-04T21:31:52.293Z Compiling dof v0.4.0
9782026-09-04T21:31:52.296Z Compiling darling_macro v0.23.0
9792026-09-04T21:31:52.296Z Checking critical-section v1.2.0
9802026-09-04T21:31:52.330Z Checking once_cell v1.21.4
9812026-09-04T21:31:52.706Z Compiling darling v0.23.0
9822026-09-04T21:31:52.723Z Compiling dropshot_endpoint v0.17.1
9832026-09-04T21:31:52.787Z Checking parking_lot v0.12.5
9842026-09-04T21:31:52.927Z Compiling serde_tokenstream v0.3.0
9852026-09-04T21:31:53.112Z Checking signal-hook-registry v1.4.8
9862026-09-04T21:31:53.197Z Compiling usdt-attr-macro v0.6.0
9872026-09-04T21:31:53.215Z Compiling usdt-macro v0.6.0
9882026-09-04T21:31:53.275Z Compiling newtype-uuid-macros v0.1.1
9892026-09-04T21:31:53.435Z Checking mio v1.2.2
9902026-09-04T21:31:53.569Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
9912026-09-04T21:31:53.715Z Checking tokio v1.53.1
9922026-09-04T21:31:54.028Z Compiling structmeta-derive v0.3.0
9932026-09-04T21:31:54.045Z Compiling strum_macros v0.26.4
9942026-09-04T21:31:54.078Z Checking subtle v2.6.1
9952026-09-04T21:31:54.226Z Compiling foldhash v0.2.0
9962026-09-04T21:31:54.242Z Checking futures-core v0.3.34
9972026-09-04T21:31:54.418Z Compiling hashbrown v0.16.1
9982026-09-04T21:31:54.434Z Compiling serde_with_macros v3.22.0
9992026-09-04T21:31:55.011Z Compiling strum_macros v0.27.2
10002026-09-04T21:31:55.063Z Compiling structmeta v0.3.0
10012026-09-04T21:31:55.266Z Compiling derive-ex v0.1.8
10022026-09-04T21:31:55.293Z Compiling http v1.5.0
10032026-09-04T21:31:55.657Z Checking futures-sink v0.3.34
10042026-09-04T21:31:55.759Z Checking ipnetwork v0.21.1
10052026-09-04T21:31:55.983Z Compiling winnow v1.0.4
10062026-09-04T21:31:56.133Z Checking slab v0.4.12
10072026-09-04T21:31:56.726Z Checking futures-channel v0.3.34
10082026-09-04T21:31:56.802Z Compiling test-strategy v0.4.5
10092026-09-04T21:31:56.913Z Compiling toml_parser v1.1.3+spec-1.1.0
10102026-09-04T21:31:56.993Z Checking typenum v1.20.1
10112026-09-04T21:31:57.081Z Checking futures-io v0.3.34
10122026-09-04T21:31:57.199Z Checking futures-task v0.3.34
10132026-09-04T21:31:57.252Z Compiling toml_datetime v1.1.1+spec-1.1.0
10142026-09-04T21:31:57.340Z Checking futures-util v0.3.34
10152026-09-04T21:31:57.456Z Compiling parse-display-derive v0.10.0
10162026-09-04T21:31:57.743Z Checking oxnet v0.1.7
10172026-09-04T21:31:57.807Z Checking tracing-core v0.1.36
10182026-09-04T21:31:58.074Z Checking erased-serde v0.3.31
10192026-09-04T21:31:58.407Z Checking tracing v0.1.44
10202026-09-04T21:31:58.602Z Compiling ryu v1.0.23
10212026-09-04T21:31:58.799Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
10222026-09-04T21:31:58.865Z Compiling clap_derive v4.6.4
10232026-09-04T21:31:59.018Z Checking base64 v0.22.1
10242026-09-04T21:31:59.327Z Checking fnv v1.0.7
10252026-09-04T21:31:59.377Z Checking rand_core v0.6.4
10262026-09-04T21:31:59.420Z Compiling openapiv3 v2.2.0
10272026-09-04T21:31:59.706Z Compiling either v1.17.0
10282026-09-04T21:31:59.806Z Checking rustls-pki-types v1.15.1
10292026-09-04T21:32:00.094Z Checking tokio-util v0.7.19
10302026-09-04T21:32:00.482Z Checking untrusted v0.9.0
10312026-09-04T21:32:00.508Z Checking untrusted v0.7.1
10322026-09-04T21:32:00.528Z Checking ipnet v2.12.1
10332026-09-04T21:32:00.705Z Compiling toml_edit v0.25.13+spec-1.1.0
10342026-09-04T21:32:00.980Z Checking http-body v1.1.0
10352026-09-04T21:32:01.111Z Checking atomic-waker v1.1.2
10362026-09-04T21:32:01.379Z Compiling proc-macro-crate v3.5.0
10372026-09-04T21:32:01.383Z Checking tower-layer v0.3.3
10382026-09-04T21:32:01.455Z Checking tower-service v0.3.3
10392026-09-04T21:32:01.669Z Checking try-lock v0.2.5
10402026-09-04T21:32:01.726Z Checking h2 v0.4.15
10412026-09-04T21:32:01.746Z Checking want v0.3.1
10422026-09-04T21:32:01.795Z Compiling num_enum_derive v0.7.6
10432026-09-04T21:32:01.843Z Checking httpdate v1.0.3
10442026-09-04T21:32:01.960Z Compiling regress v0.11.1
10452026-09-04T21:32:02.578Z Compiling crucible-workspace-hack v0.1.0
10462026-09-04T21:32:02.832Z Checking serde_urlencoded v0.7.1
10472026-09-04T21:32:02.934Z Checking http-body-util v0.1.5
10482026-09-04T21:32:03.429Z Checking ppv-lite86 v0.2.21
10492026-09-04T21:32:03.514Z Compiling typify-impl v0.6.2
10502026-09-04T21:32:03.673Z Checking hyper v1.11.1
10512026-09-04T21:32:03.741Z Compiling unsafe-libyaml v0.2.11
10522026-09-04T21:32:04.436Z Compiling serde_yaml v0.9.34+deprecated
10532026-09-04T21:32:04.674Z Checking hyper-util v0.1.20
10542026-09-04T21:32:05.641Z Compiling convert_case v0.4.0
10552026-09-04T21:32:05.645Z Compiling derive_more v0.99.20
10562026-09-04T21:32:05.820Z Compiling zerocopy-derive v0.7.35
10572026-09-04T21:32:06.623Z Compiling crossbeam-epoch v0.9.20
10582026-09-04T21:32:07.351Z Compiling itertools v0.14.0
10592026-09-04T21:32:07.354Z Compiling typify-macro v0.6.2
10602026-09-04T21:32:07.354Z Compiling regress v0.10.5
10612026-09-04T21:32:07.986Z Checking deranged v0.5.8
10622026-09-04T21:32:08.201Z Checking num_threads v0.1.7
10632026-09-04T21:32:08.297Z Compiling rustix v0.38.44
10642026-09-04T21:32:08.457Z Checking powerfmt v0.2.0
10652026-09-04T21:32:08.958Z Compiling heapless v0.8.0
10662026-09-04T21:32:08.991Z Checking time v0.3.55
10672026-09-04T21:32:09.483Z Compiling typify v0.6.2
10682026-09-04T21:32:09.497Z Checking crossbeam-channel v0.5.16
10692026-09-04T21:32:09.737Z Compiling scroll_derive v0.12.1
10702026-09-04T21:32:10.162Z Compiling serde_repr v0.1.21
10712026-09-04T21:32:10.165Z Checking cpufeatures v0.3.0
10722026-09-04T21:32:10.705Z Checking futures-executor v0.3.34
10732026-09-04T21:32:10.854Z Checking sync_wrapper v1.0.2
10742026-09-04T21:32:10.874Z Checking thread_local v1.1.10
10752026-09-04T21:32:10.962Z Compiling smoltcp v0.11.0
10762026-09-04T21:32:10.982Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
10772026-09-04T21:32:11.902Z Checking tower v0.5.3
10782026-09-04T21:32:12.311Z Checking rand_core v0.9.5
10792026-09-04T21:32:12.311Z Checking webpki-roots v1.0.9
10802026-09-04T21:32:12.314Z Compiling rustc_version v0.4.1
10812026-09-04T21:32:12.314Z Checking is-terminal v0.4.17
10822026-09-04T21:32:12.314Z Checking term v1.2.1
10832026-09-04T21:32:12.314Z Checking take_mut v0.2.2
10842026-09-04T21:32:12.314Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
10852026-09-04T21:32:12.314Z Compiling curve25519-dalek v4.1.3
10862026-09-04T21:32:12.314Z Checking slog-term v2.9.2
10872026-09-04T21:32:12.467Z Checking tower-http v0.6.11
10882026-09-04T21:32:12.503Z Checking futures v0.3.34
10892026-09-04T21:32:12.594Z Compiling toml_datetime v0.6.11
10902026-09-04T21:32:12.608Z Compiling foreign-types-macros v0.2.4
10912026-09-04T21:32:13.351Z Checking hex v0.4.3
10922026-09-04T21:32:13.354Z Checking fastrand v2.5.0
10932026-09-04T21:32:13.360Z Checking rand_chacha v0.9.0
10942026-09-04T21:32:13.961Z Compiling zerocopy v0.7.35
10952026-09-04T21:32:13.964Z Compiling hubpack_derive v0.1.1
10962026-09-04T21:32:13.964Z Compiling thiserror-impl-no-std v2.0.2
10972026-09-04T21:32:14.167Z Compiling curve25519-dalek-derive v0.1.1
10982026-09-04T21:32:14.280Z Compiling usdt-impl v0.5.0
10992026-09-04T21:32:14.338Z Compiling proc-macro-error-attr v1.0.4
11002026-09-04T21:32:14.775Z Compiling dof v0.3.0
11012026-09-04T21:32:14.829Z Checking rand v0.9.5
11022026-09-04T21:32:14.849Z Compiling dtrace-parser v0.2.0
11032026-09-04T21:32:14.865Z Compiling darling_core v0.21.3
11042026-09-04T21:32:14.892Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
11052026-09-04T21:32:15.892Z Compiling serde_spanned v1.1.1
11062026-09-04T21:32:15.895Z Compiling proc-macro-error v1.0.4
11072026-09-04T21:32:15.921Z Compiling thread-id v4.2.2
11082026-09-04T21:32:15.970Z Compiling memoffset v0.9.1
11092026-09-04T21:32:16.152Z Compiling toml_writer v1.1.2+spec-1.1.0
11102026-09-04T21:32:16.938Z Checking tempfile v3.27.0
11112026-09-04T21:32:17.067Z Compiling darling_macro v0.21.3
11122026-09-04T21:32:17.096Z Checking crypto-common v0.1.7
11132026-09-04T21:32:17.472Z Checking hybrid-array v0.4.14
11142026-09-04T21:32:18.022Z Checking openssl-probe v0.2.1
11152026-09-04T21:32:18.046Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
11162026-09-04T21:32:18.080Z Checking simd-adler32 v0.3.10
11172026-09-04T21:32:18.131Z Compiling cfg_aliases v0.2.2
11182026-09-04T21:32:18.215Z Checking match_cfg v0.1.0
11192026-09-04T21:32:18.234Z Checking adler2 v2.0.1
11202026-09-04T21:32:18.253Z Compiling prettyplease v0.2.37
11212026-09-04T21:32:18.295Z Checking hostname v0.3.1
11222026-09-04T21:32:18.349Z Checking miniz_oxide v0.8.9
11232026-09-04T21:32:18.379Z Compiling nix v0.31.3
11242026-09-04T21:32:18.397Z Checking rustls-native-certs v0.8.4
11252026-09-04T21:32:18.530Z Compiling darling v0.21.3
11262026-09-04T21:32:18.906Z Checking slog-json v2.6.1
11272026-09-04T21:32:19.391Z Checking newtype-uuid v1.4.0
11282026-09-04T21:32:19.394Z Checking memmap2 v0.9.11
11292026-09-04T21:32:19.394Z Compiling heck v0.4.1
11302026-09-04T21:32:19.394Z Compiling crossbeam-deque v0.8.7
11312026-09-04T21:32:19.418Z Checking usdt v0.6.0
11322026-09-04T21:32:19.435Z Checking daft v0.1.8
11332026-09-04T21:32:19.512Z Checking slog-bunyan v2.5.0
11342026-09-04T21:32:19.598Z Checking flate2 v1.1.9
11352026-09-04T21:32:19.618Z Compiling ingot-macros v0.1.1
11362026-09-04T21:32:19.638Z Checking crypto-common v0.2.2
11372026-09-04T21:32:19.665Z Checking block-buffer v0.12.1
11382026-09-04T21:32:19.679Z Compiling usdt-macro v0.5.0
11392026-09-04T21:32:19.810Z Compiling usdt-attr-macro v0.5.0
11402026-09-04T21:32:19.892Z Compiling num-derive v0.4.2
11412026-09-04T21:32:20.163Z Compiling enum-as-inner v0.6.1
11422026-09-04T21:32:20.780Z Checking debug-ignore v1.0.5
11432026-09-04T21:32:20.785Z Checking compression-core v0.4.32
11442026-09-04T21:32:20.785Z Compiling winnow v0.7.15
11452026-09-04T21:32:20.977Z Checking const-oid v0.10.2
11462026-09-04T21:32:21.554Z Checking digest v0.11.3
11472026-09-04T21:32:21.558Z Checking compression-codecs v0.4.38
11482026-09-04T21:32:21.849Z Compiling progenitor-impl v0.14.0
11492026-09-04T21:32:22.380Z Checking macaddr v1.0.1
11502026-09-04T21:32:22.465Z Checking encoding_rs v0.8.35
11512026-09-04T21:32:22.564Z Compiling rayon-core v1.13.0
11522026-09-04T21:32:22.624Z Checking spin v0.9.9
11532026-09-04T21:32:22.638Z Checking mime v0.3.17
11542026-09-04T21:32:23.156Z Checking toml v1.1.4+spec-1.1.0
11552026-09-04T21:32:23.170Z Checking async-compression v0.4.43
11562026-09-04T21:32:23.221Z Checking sha1 v0.11.0
11572026-09-04T21:32:23.748Z Checking rand_chacha v0.3.1
11582026-09-04T21:32:24.172Z Checking waitgroup v0.1.2
11592026-09-04T21:32:24.172Z Checking rustls-pemfile v2.2.0
11602026-09-04T21:32:24.176Z Checking async-stream v0.3.6
11612026-09-04T21:32:24.176Z Checking serde_path_to_error v0.1.20
11622026-09-04T21:32:24.176Z Checking hostname v0.4.2
11632026-09-04T21:32:24.176Z Compiling wait-timeout v0.2.1
11642026-09-04T21:32:24.176Z Compiling progenitor-macro v0.14.0
11652026-09-04T21:32:24.176Z Compiling quick-error v1.2.3
11662026-09-04T21:32:24.240Z Compiling bit-vec v0.8.0
11672026-09-04T21:32:24.470Z Compiling bit-set v0.8.0
11682026-09-04T21:32:24.487Z Compiling rusty-fork v0.3.1
11692026-09-04T21:32:24.558Z Checking rand v0.8.7
11702026-09-04T21:32:25.055Z Compiling rand_xorshift v0.4.0
11712026-09-04T21:32:25.196Z Compiling num-integer v0.1.47
11722026-09-04T21:32:25.498Z Compiling semver v0.1.20
11732026-09-04T21:32:25.586Z Compiling unarray v0.1.4
11742026-09-04T21:32:26.173Z Compiling winnow v0.5.40
11752026-09-04T21:32:26.177Z Compiling rustc_version v0.1.7
11762026-09-04T21:32:26.177Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
11772026-09-04T21:32:26.178Z Compiling proptest v1.11.0
11782026-09-04T21:32:27.027Z Compiling reqwest v0.12.28
11792026-09-04T21:32:27.108Z Compiling toml_edit v0.19.15
11802026-09-04T21:32:27.147Z Compiling backon v1.6.0
11812026-09-04T21:32:27.760Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11822026-09-04T21:32:27.764Z Checking block-buffer v0.10.4
11832026-09-04T21:32:28.190Z Compiling strum v0.26.3
11842026-09-04T21:32:28.433Z Compiling instant v0.1.13
11852026-09-04T21:32:28.701Z Compiling utf8parse v0.2.2
11862026-09-04T21:32:28.822Z Compiling anstyle-parse v1.0.0
11872026-09-04T21:32:28.885Z Compiling backoff v0.4.0
11882026-09-04T21:32:28.948Z Compiling iddqd v0.4.6
11892026-09-04T21:32:28.978Z Compiling proc-macro-crate v1.3.1
11902026-09-04T21:32:29.014Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
11912026-09-04T21:32:29.079Z Compiling progenitor-client v0.10.0
11922026-09-04T21:32:29.098Z Checking digest v0.10.7
11932026-09-04T21:32:29.622Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
11942026-09-04T21:32:29.626Z Compiling newtype_derive v0.1.6
11952026-09-04T21:32:29.626Z Compiling num-iter v0.1.46
11962026-09-04T21:32:29.626Z Compiling num-rational v0.4.2
11972026-09-04T21:32:29.626Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
11982026-09-04T21:32:29.626Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
11992026-09-04T21:32:30.400Z Compiling parse-display v0.10.0
12002026-09-04T21:32:30.403Z Compiling strum v0.27.2
12012026-09-04T21:32:30.403Z Compiling serde_with v3.22.0
12022026-09-04T21:32:30.403Z Compiling num-complex v0.4.6
12032026-09-04T21:32:30.403Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
12042026-09-04T21:32:30.439Z Compiling anstyle-query v1.1.5
12052026-09-04T21:32:30.497Z Compiling colorchoice v1.0.5
12062026-09-04T21:32:30.528Z Compiling is_terminal_polyfill v1.70.2
12072026-09-04T21:32:30.552Z Compiling vcpkg v0.2.15
12082026-09-04T21:32:30.558Z Checking unicode-width v0.2.2
12092026-09-04T21:32:30.611Z Compiling humantime v2.4.0
12102026-09-04T21:32:30.632Z Compiling anstyle v1.0.14
12112026-09-04T21:32:30.743Z Checking rustls-webpki v0.103.14
12122026-09-04T21:32:30.800Z Compiling owo-colors v4.3.0
12132026-09-04T21:32:30.848Z Compiling anstream v1.0.0
12142026-09-04T21:32:30.922Z Compiling num v0.4.3
12152026-09-04T21:32:31.128Z Compiling openssl-sys v0.9.117
12162026-09-04T21:32:31.268Z Compiling num_enum_derive v0.5.11
12172026-09-04T21:32:31.400Z Compiling terminal_size v0.4.4
12182026-09-04T21:32:31.724Z Compiling serde_spanned v0.6.9
12192026-09-04T21:32:31.838Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
12202026-09-04T21:32:31.862Z Compiling pin-project-internal v1.1.13
12212026-09-04T21:32:31.866Z Compiling derive-where v1.6.1
12222026-09-04T21:32:32.308Z Compiling clap_lex v1.1.0
12232026-09-04T21:32:32.366Z Compiling toml_write v0.1.2
12242026-09-04T21:32:32.578Z Compiling float-ord v0.3.2
12252026-09-04T21:32:32.701Z Compiling toml_edit v0.22.27
12262026-09-04T21:32:32.733Z Compiling clap_builder v4.6.6
12272026-09-04T21:32:33.524Z Compiling progenitor-impl v0.13.0
12282026-09-04T21:32:33.748Z Checking tokio-rustls v0.26.4
12292026-09-04T21:32:33.981Z Checking hyper-rustls v0.27.9
12302026-09-04T21:32:34.006Z Checking rustls-platform-verifier v0.7.0
12312026-09-04T21:32:34.193Z Checking reqwest v0.13.4
12322026-09-04T21:32:34.932Z Checking progenitor-client v0.14.0
12332026-09-04T21:32:36.032Z Compiling progenitor-macro v0.13.0
12342026-09-04T21:32:36.230Z Compiling clap v4.6.6
12352026-09-04T21:32:36.251Z Compiling toml v0.8.23
12362026-09-04T21:32:36.321Z Compiling zone_cfg_derive v0.3.1
12372026-09-04T21:32:36.749Z Compiling progenitor-extras v0.2.0
12382026-09-04T21:32:36.897Z Compiling snafu-derive v0.8.9
12392026-09-04T21:32:36.995Z Compiling async-recursion v1.1.1
12402026-09-04T21:32:38.083Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12412026-09-04T21:32:38.584Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
12422026-09-04T21:32:38.746Z Compiling slog-dtrace v0.3.0
12432026-09-04T21:32:38.987Z Compiling unicode-xid v0.2.6
12442026-09-04T21:32:39.076Z Compiling openssl v0.10.81
12452026-09-04T21:32:39.090Z Compiling chrono-tz v0.10.4
12462026-09-04T21:32:39.530Z Compiling minimal-lexical v0.2.1
12472026-09-04T21:32:39.539Z Compiling cancel-safe-futures v0.1.5
12482026-09-04T21:32:39.539Z Compiling nom v7.1.3
12492026-09-04T21:32:39.553Z Compiling const_format_proc_macros v0.2.34
12502026-09-04T21:32:40.011Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12512026-09-04T21:32:40.419Z Compiling openssl-macros v0.1.1
12522026-09-04T21:32:40.664Z Checking cpufeatures v0.2.17
12532026-09-04T21:32:40.782Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12542026-09-04T21:32:41.249Z Compiling cookie v0.18.2
12552026-09-04T21:32:41.289Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12562026-09-04T21:32:41.574Z Compiling tabled_derive v0.7.0
12572026-09-04T21:32:42.130Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12582026-09-04T21:32:42.149Z Checking num_enum v0.7.6
12592026-09-04T21:32:43.981Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12602026-09-04T21:32:44.251Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12612026-09-04T21:32:44.987Z Checking tabwriter v1.4.1
12622026-09-04T21:32:45.158Z Checking secrecy v0.10.3
12632026-09-04T21:32:45.385Z Checking colored v3.1.1
12642026-09-04T21:32:45.831Z Checking tinyvec_macros v0.1.1
12652026-09-04T21:32:46.254Z Checking tinyvec v1.12.0
12662026-09-04T21:32:46.254Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12672026-09-04T21:32:46.254Z Checking hash32 v0.3.1
12682026-09-04T21:32:46.684Z Checking data-encoding v2.11.1
12692026-09-04T21:32:46.684Z Checking hmac v0.12.1
12702026-09-04T21:32:46.684Z Checking inout v0.1.4
12712026-09-04T21:32:46.701Z Checking scroll v0.12.0
12722026-09-04T21:32:46.701Z Checking ff v0.13.1
12732026-09-04T21:32:46.701Z Checking cobs v0.3.0
12742026-09-04T21:32:46.701Z Checking managed v0.8.0
12752026-09-04T21:32:46.701Z Checking static_assertions v1.1.0
12762026-09-04T21:32:46.701Z Checking foreign-types-shared v0.3.1
12772026-09-04T21:32:46.701Z Checking bitflags v1.3.2
12782026-09-04T21:32:46.701Z Checking postcard v1.1.3
12792026-09-04T21:32:46.701Z Checking goblin v0.8.2
12802026-09-04T21:32:46.712Z Checking group v0.13.0
12812026-09-04T21:32:46.717Z Checking foreign-types v0.5.0
12822026-09-04T21:32:46.818Z Checking cipher v0.4.4
12832026-09-04T21:32:46.839Z Checking hkdf v0.12.4
12842026-09-04T21:32:46.880Z Checking atomicwrites v0.4.4
12852026-09-04T21:32:47.021Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12862026-09-04T21:32:47.035Z Checking universal-hash v0.5.1
12872026-09-04T21:32:47.177Z Checking crypto-bigint v0.5.5
12882026-09-04T21:32:47.282Z Checking chacha20 v0.10.1
12892026-09-04T21:32:47.326Z Checking half v2.7.1
12902026-09-04T21:32:47.618Z Checking cstr-argument v0.1.2
12912026-09-04T21:32:47.742Z Checking base64ct v1.8.3
12922026-09-04T21:32:47.836Z Checking ciborium-io v0.2.2
12932026-09-04T21:32:48.274Z Checking opaque-debug v0.3.1
12942026-09-04T21:32:48.279Z Checking base16ct v0.2.0
12952026-09-04T21:32:48.279Z Checking indent_write v2.2.0
12962026-09-04T21:32:48.279Z Checking ciborium-ll v0.2.2
12972026-09-04T21:32:48.279Z Checking password-hash v0.5.0
12982026-09-04T21:32:48.279Z Checking poly1305 v0.8.0
12992026-09-04T21:32:48.279Z Checking elliptic-curve v0.13.8
13002026-09-04T21:32:48.280Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
13012026-09-04T21:32:48.280Z Checking rand v0.10.2
13022026-09-04T21:32:48.289Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
13032026-09-04T21:32:48.338Z Checking chacha20 v0.9.1
13042026-09-04T21:32:48.385Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13052026-09-04T21:32:48.429Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
13062026-09-04T21:32:48.542Z Checking blake2 v0.10.6
13072026-09-04T21:32:48.658Z Checking aead v0.5.2
13082026-09-04T21:32:48.720Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
13092026-09-04T21:32:48.782Z Checking thiserror-no-std v2.0.2
13102026-09-04T21:32:48.807Z Checking hubpack v0.1.2
13112026-09-04T21:32:48.836Z Checking byte-wrapper v0.1.0
13122026-09-04T21:32:48.877Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
13132026-09-04T21:32:49.066Z Checking keccak v0.1.6
13142026-09-04T21:32:49.086Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13152026-09-04T21:32:49.140Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
13162026-09-04T21:32:49.209Z Checking vsss-rs v3.3.4
13172026-09-04T21:32:49.232Z Checking sha3 v0.10.9
13182026-09-04T21:32:49.861Z Checking chacha20poly1305 v0.10.1
13192026-09-04T21:32:49.887Z Checking argon2 v0.5.3
13202026-09-04T21:32:49.887Z Checking ciborium v0.2.2
13212026-09-04T21:32:49.887Z Checking console v0.16.4
13222026-09-04T21:32:49.942Z Checking memmap v0.7.0
13232026-09-04T21:32:50.033Z Checking lazy_static v1.5.0
13242026-09-04T21:32:50.492Z Checking usdt v0.5.0
13252026-09-04T21:32:50.495Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13262026-09-04T21:32:50.495Z Checking ingot-types v0.1.2
13272026-09-04T21:32:50.495Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13282026-09-04T21:32:50.529Z Checking progenitor v0.14.0
13292026-09-04T21:32:50.577Z Checking ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
13302026-09-04T21:32:50.613Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
13312026-09-04T21:32:50.669Z Checking bstr v1.13.1
13322026-09-04T21:32:50.686Z Checking bytecount v0.6.9
13332026-09-04T21:32:51.122Z Checking unicode-segmentation v1.13.3
13342026-09-04T21:32:51.137Z Checking ingot v0.1.1
13352026-09-04T21:32:51.137Z Checking newline-converter v0.3.0
13362026-09-04T21:32:51.144Z Checking itertools v0.12.1
13372026-09-04T21:32:51.301Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
13382026-09-04T21:32:51.421Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13392026-09-04T21:32:51.492Z Checking resolv-conf v0.7.6
13402026-09-04T21:32:51.511Z Checking linked-hash-map v0.5.6
13412026-09-04T21:32:51.511Z Checking similar v3.2.0
13422026-09-04T21:32:51.629Z Compiling parking_lot_core v0.8.6
13432026-09-04T21:32:51.677Z Checking swrite v0.1.0
13442026-09-04T21:32:51.691Z Checking lru-cache v0.1.2
13452026-09-04T21:32:51.940Z Checking rayon v1.12.0
13462026-09-04T21:32:52.099Z Checking ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
13472026-09-04T21:32:52.116Z Checking expectorate v1.3.0
13482026-09-04T21:32:52.181Z Checking hickory-proto v0.24.4
13492026-09-04T21:32:52.413Z Checking camino-tempfile v1.4.1
13502026-09-04T21:32:52.434Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
13512026-09-04T21:32:52.754Z Checking serde-big-array v0.5.1
13522026-09-04T21:32:52.922Z Checking siphasher v1.0.3
13532026-09-04T21:32:53.095Z Checking phf_shared v0.12.1
13542026-09-04T21:32:53.250Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
13552026-09-04T21:32:53.526Z Checking unicode-normalization v0.1.25
13562026-09-04T21:32:53.692Z Checking progenitor-client v0.13.0
13572026-09-04T21:32:53.754Z Checking pin-project v1.1.13
13582026-09-04T21:32:54.190Z Checking hickory-resolver v0.24.4
13592026-09-04T21:32:54.194Z Checking num_enum v0.5.11
13602026-09-04T21:32:54.322Z Checking tokio-stream v0.1.19
13612026-09-04T21:32:54.900Z Checking csv-core v0.1.13
13622026-09-04T21:32:54.903Z Checking same-file v1.0.6
13632026-09-04T21:32:54.903Z Checking highway v1.3.0
13642026-09-04T21:32:54.903Z Checking konst_macro_rules v0.2.19
13652026-09-04T21:32:54.903Z Checking unicode-width v0.1.14
13662026-09-04T21:32:54.903Z Checking smawk v0.3.3
13672026-09-04T21:32:54.903Z Checking jiff-core v0.1.0
13682026-09-04T21:32:54.903Z Checking foldhash v0.1.5
13692026-09-04T21:32:54.903Z Checking foreign-types-shared v0.1.1
13702026-09-04T21:32:54.903Z Checking unicode-linebreak v0.1.5
13712026-09-04T21:32:55.331Z Checking hashbrown v0.15.5
13722026-09-04T21:32:55.356Z Checking foreign-types v0.3.2
13732026-09-04T21:32:55.356Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13742026-09-04T21:32:55.356Z Checking textwrap v0.16.2
13752026-09-04T21:32:55.356Z Checking qorb v0.4.1
13762026-09-04T21:32:55.356Z Checking konst v0.2.20
13772026-09-04T21:32:55.397Z Checking csv v1.4.0
13782026-09-04T21:32:55.899Z Checking walkdir v2.5.0
13792026-09-04T21:32:55.910Z Checking jiff v0.2.35
13802026-09-04T21:32:55.910Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13812026-09-04T21:32:55.910Z Checking progenitor v0.13.0
13822026-09-04T21:32:56.126Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
13832026-09-04T21:32:56.604Z Checking olpc-cjson v0.1.4
13842026-09-04T21:32:56.631Z Checking snafu v0.8.9
13852026-09-04T21:32:56.631Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
13862026-09-04T21:32:56.631Z Checking phf v0.12.1
13872026-09-04T21:32:56.631Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13882026-09-04T21:32:56.631Z Checking zone v0.3.1
13892026-09-04T21:32:56.698Z Checking globset v0.4.20
13902026-09-04T21:32:56.946Z Checking tokio-dtrace v0.1.1
13912026-09-04T21:32:56.968Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13922026-09-04T21:32:57.068Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
13932026-09-04T21:32:57.450Z Checking smf v0.2.3
13942026-09-04T21:32:57.648Z Checking pem v3.0.6
13952026-09-04T21:32:57.704Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
13962026-09-04T21:32:57.795Z Checking libsw-core v0.3.2
13972026-09-04T21:32:57.872Z Checking serde_plain v1.0.2
13982026-09-04T21:32:57.923Z Checking sigpipe v0.1.3
13992026-09-04T21:32:58.009Z Checking glob v0.3.4
14002026-09-04T21:32:58.090Z Checking typed-path v0.9.3
14012026-09-04T21:32:58.174Z Checking fixedbitset v0.4.2
14022026-09-04T21:32:58.197Z Checking fixedbitset v0.5.7
14032026-09-04T21:32:58.344Z Checking petgraph v0.6.5
14042026-09-04T21:32:58.365Z Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14052026-09-04T21:32:58.416Z Checking petgraph v0.8.3
14062026-09-04T21:32:58.633Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14072026-09-04T21:32:58.661Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14082026-09-04T21:32:58.809Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
14092026-09-04T21:32:58.832Z Checking libsw v3.5.0
14102026-09-04T21:32:58.905Z Checking tough v0.22.0
14112026-09-04T21:32:59.122Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14122026-09-04T21:32:59.310Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
14132026-09-04T21:32:59.456Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
14142026-09-04T21:32:59.539Z Checking oxide-tokio-rt v0.1.6
14152026-09-04T21:32:59.547Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14162026-09-04T21:32:59.714Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14172026-09-04T21:32:59.839Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14182026-09-04T21:32:59.899Z Checking const_format v0.2.36
14192026-09-04T21:32:59.933Z Checking papergrid v0.11.0
14202026-09-04T21:33:00.370Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14212026-09-04T21:33:00.398Z Checking gethostname v0.5.0
14222026-09-04T21:33:00.497Z Checking key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14232026-09-04T21:33:00.518Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
14242026-09-04T21:33:00.685Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
14252026-09-04T21:33:00.846Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14262026-09-04T21:33:01.195Z Checking libscf-sys v1.2.0
14272026-09-04T21:33:01.335Z Checking bcs v0.1.6
14282026-09-04T21:33:01.486Z Checking whoami v1.6.1
14292026-09-04T21:33:01.526Z Checking termtree v0.5.1
14302026-09-04T21:33:01.544Z Checking linear-map v1.2.0
14312026-09-04T21:33:01.637Z Checking tagptr v0.2.0
14322026-09-04T21:33:01.716Z Checking moka v0.12.16
14332026-09-04T21:33:01.731Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14342026-09-04T21:33:03.063Z Checking nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14352026-09-04T21:33:03.095Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14362026-09-04T21:33:03.719Z Checking tabled v0.15.0
14372026-09-04T21:33:03.763Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14382026-09-04T21:33:03.763Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14392026-09-04T21:33:03.763Z Checking steno v0.4.1
14402026-09-04T21:33:03.763Z Checking bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14412026-09-04T21:33:04.253Z Checking hickory-proto v0.25.2
14422026-09-04T21:33:06.314Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
14432026-09-04T21:33:06.326Z Checking hickory-resolver v0.25.2
14442026-09-04T21:33:06.326Z Checking oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14452026-09-04T21:33:07.054Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14462026-09-04T21:33:07.496Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
14472026-09-04T21:33:07.565Z Checking ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
14482026-09-04T21:33:16.438Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14492026-09-04T21:33:16.438Z Checking nom v8.0.0
14502026-09-04T21:33:16.438Z Compiling crunchy v0.2.4
14512026-09-04T21:33:17.726Z Checking mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
14522026-09-04T21:33:18.738Z Compiling itertools v0.15.0
14532026-09-04T21:33:18.801Z Compiling tiny-keccak v2.0.2
14542026-09-04T21:33:19.015Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a)
14552026-09-04T21:33:19.563Z Compiling typify-impl v0.4.3
14562026-09-04T21:33:20.131Z Compiling ingot-macros v0.2.0
14572026-09-04T21:33:20.494Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14582026-09-04T21:33:20.735Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
14592026-09-04T21:33:20.961Z Checking client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
14602026-09-04T21:33:21.061Z Checking parking_lot v0.11.2
14612026-09-04T21:33:21.169Z Compiling const-random-macro v0.1.16
14622026-09-04T21:33:21.428Z Checking fxhash v0.2.1
14632026-09-04T21:33:21.512Z Compiling smartstring v1.0.1
14642026-09-04T21:33:21.568Z Checking sled v0.34.7
14652026-09-04T21:33:21.597Z Compiling ahash v0.8.12
14662026-09-04T21:33:22.093Z Checking internet-checksum v0.2.1
14672026-09-04T21:33:22.231Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
14682026-09-04T21:33:22.342Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14692026-09-04T21:33:22.865Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
14702026-09-04T21:33:22.975Z Compiling rhai_codegen v3.2.0
14712026-09-04T21:33:23.016Z Checking mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
14722026-09-04T21:33:23.216Z Compiling typify-macro v0.4.3
14732026-09-04T21:33:23.442Z Checking arc-swap v1.9.2
14742026-09-04T21:33:23.787Z Checking slog-scope v4.4.1
14752026-09-04T21:33:23.825Z Checking ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
14762026-09-04T21:33:24.017Z Checking papergrid v0.18.0
14772026-09-04T21:33:24.158Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a)
14782026-09-04T21:33:24.179Z Checking mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
14792026-09-04T21:33:24.260Z Checking dropshot-api-manager-types v0.8.0
14802026-09-04T21:33:24.684Z Checking slog-stdlog v4.1.1
14812026-09-04T21:33:24.769Z Checking rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
14822026-09-04T21:33:24.819Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
14832026-09-04T21:33:24.847Z Checking tabled v0.21.0
14842026-09-04T21:33:24.867Z Compiling typify v0.4.3
14852026-09-04T21:33:24.970Z Compiling progenitor-impl v0.10.0
14862026-09-04T21:33:24.988Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a)
14872026-09-04T21:33:25.032Z Compiling lzma-sys v0.1.20
14882026-09-04T21:33:25.729Z Compiling fs-err v3.3.1
14892026-09-04T21:33:25.749Z Compiling typeid v1.0.3
14902026-09-04T21:33:26.048Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=803f6899e3bc64780a965d625e248e1d77e37d43#803f6899)
14912026-09-04T21:33:26.086Z Checking slog-envlogger v2.2.0
14922026-09-04T21:33:26.105Z Checking ingot-types v0.2.0
14932026-09-04T21:33:26.500Z Compiling toml_datetime v0.7.5+spec-1.1.0
14942026-09-04T21:33:26.800Z Checking crc8 v0.1.1
14952026-09-04T21:33:27.039Z Compiling toml v0.9.12+spec-1.1.0
14962026-09-04T21:33:27.062Z Checking ingot v0.2.1
14972026-09-04T21:33:27.116Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=803f6899e3bc64780a965d625e248e1d77e37d43#803f6899)
14982026-09-04T21:33:27.154Z Compiling progenitor-macro v0.10.0
14992026-09-04T21:33:28.256Z Checking const-random v0.1.18
15002026-09-04T21:33:28.580Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
15012026-09-04T21:33:28.831Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
15022026-09-04T21:33:29.782Z Compiling cargo_toml v0.22.3
15032026-09-04T21:33:29.933Z Checking ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
15042026-09-04T21:33:30.703Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
15052026-09-04T21:33:30.990Z Checking thin-vec v0.2.19
15062026-09-04T21:33:31.385Z Checking rhai v1.26.0
15072026-09-04T21:33:32.136Z Checking sha1 v0.10.7
15082026-09-04T21:33:32.169Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1)
15092026-09-04T21:33:32.436Z Checking utf-8 v0.7.6
15102026-09-04T21:33:32.591Z Checking tungstenite v0.21.0
15112026-09-04T21:33:33.166Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
15122026-09-04T21:33:33.970Z Checking ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
15132026-09-04T21:33:34.121Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
15142026-09-04T21:33:34.269Z Checking port-file v0.1.0
15152026-09-04T21:33:34.369Z Checking sha2 v0.10.9
15162026-09-04T21:33:34.462Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
15172026-09-04T21:33:34.637Z Compiling strum_macros v0.28.0
15182026-09-04T21:33:34.707Z Checking progenitor v0.10.0
15192026-09-04T21:33:34.730Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
15202026-09-04T21:33:34.854Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
15212026-09-04T21:33:35.996Z Checking tokio-tungstenite v0.21.0
15222026-09-04T21:33:36.631Z Checking git-stub v1.0.0
15232026-09-04T21:33:36.843Z Checking unit-prefix v0.5.2
15242026-09-04T21:33:36.855Z Checking is_ci v1.2.0
15252026-09-04T21:33:36.928Z Checking diff v0.1.13
15262026-09-04T21:33:36.949Z Checking yansi v1.0.1
15272026-09-04T21:33:36.985Z Checking base64 v0.21.7
15282026-09-04T21:33:37.156Z Checking supports-color v3.0.2
15292026-09-04T21:33:37.221Z Checking pretty_assertions v1.4.1
15302026-09-04T21:33:37.240Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
15312026-09-04T21:33:37.299Z Checking indicatif v0.18.6
15322026-09-04T21:33:38.005Z Checking git-stub-vcs v0.1.0
15332026-09-04T21:33:38.232Z Checking xz2 v0.1.7
15342026-09-04T21:33:38.445Z Checking ron v0.12.2
15352026-09-04T21:33:38.824Z Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
15362026-09-04T21:33:38.901Z Checking mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
15372026-09-04T21:33:39.067Z Checking bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
15382026-09-04T21:33:39.153Z Checking mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
15392026-09-04T21:33:39.360Z Checking similar v2.7.0
15402026-09-04T21:33:39.756Z Checking drift v0.2.0
15412026-09-04T21:33:40.089Z Compiling serial_test_derive v4.0.1
15422026-09-04T21:33:40.092Z Checking base16ct v1.0.0
15432026-09-04T21:33:40.394Z Checking dropshot-api-manager v0.8.0
15442026-09-04T21:33:40.827Z Checking serial_test v4.0.1
15452026-09-04T21:33:41.020Z Checking bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
15462026-09-04T21:33:41.447Z Checking mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
15472026-09-04T21:33:41.742Z Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1)
15482026-09-04T21:33:42.039Z Checking ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
15492026-09-04T21:33:42.200Z Checking strum v0.28.0
15502026-09-04T21:33:42.830Z Checking util v0.1.0 (/work/oxidecomputer/maghemite/util)
15512026-09-04T21:33:43.684Z Checking natord v1.0.9
15522026-09-04T21:33:43.812Z Checking maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
15532026-09-04T21:33:43.867Z Checking mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
15542026-09-04T21:33:44.207Z Checking ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
15552026-09-04T21:33:44.446Z Checking ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
15562026-09-04T21:33:44.901Z Checking falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab)
15572026-09-04T21:33:45.105Z Checking mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
15582026-09-04T21:33:45.150Z Checking mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
15592026-09-04T21:33:45.172Z Checking mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify)
15602026-09-04T21:33:45.342Z Checking xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
15612026-09-04T21:33:54.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 42s
15622026-09-04T21:33:55.317Z+ cargo xtask openapi check
15632026-09-04T21:33:55.966Z Compiling cfg-if v1.0.4
15642026-09-04T21:33:55.969Z Compiling libc v0.2.189
15652026-09-04T21:33:56.063Z Compiling serde_core v1.0.229
15662026-09-04T21:33:56.076Z Compiling memchr v2.8.3
15672026-09-04T21:33:56.083Z Compiling smallvec v1.15.2
15682026-09-04T21:33:56.086Z Compiling itoa v1.0.18
15692026-09-04T21:33:56.099Z Compiling stable_deref_trait v1.2.1
15702026-09-04T21:33:56.108Z Compiling zerofrom v0.1.8
15712026-09-04T21:33:56.118Z Compiling zmij v1.0.23
15722026-09-04T21:33:56.164Z Compiling litemap v0.8.2
15732026-09-04T21:33:56.221Z Compiling yoke v0.8.3
15742026-09-04T21:33:56.269Z Compiling writeable v0.6.3
15752026-09-04T21:33:56.287Z Compiling utf8_iter v1.0.4
15762026-09-04T21:33:56.344Z Compiling percent-encoding v2.3.2
15772026-09-04T21:33:56.401Z Compiling zerovec v0.11.6
15782026-09-04T21:33:56.412Z Compiling zerotrie v0.2.4
15792026-09-04T21:33:56.429Z Compiling icu_normalizer_data v2.2.0
15802026-09-04T21:33:56.462Z Compiling icu_properties_data v2.2.0
15812026-09-04T21:33:56.501Z Compiling libm v0.2.16
15822026-09-04T21:33:56.537Z Compiling form_urlencoded v1.2.2
15832026-09-04T21:33:56.540Z Compiling rand_core v0.10.1
15842026-09-04T21:33:56.593Z Compiling errno v0.3.14
15852026-09-04T21:33:56.702Z Compiling getrandom v0.4.3
15862026-09-04T21:33:56.721Z Compiling iana-time-zone v0.1.65
15872026-09-04T21:33:56.733Z Compiling pin-project-lite v0.2.17
15882026-09-04T21:33:56.745Z Compiling zeroize v1.9.0
15892026-09-04T21:33:56.745Z Compiling dyn-clone v1.0.20
15902026-09-04T21:33:56.822Z Compiling scopeguard v1.2.0
15912026-09-04T21:33:56.876Z Compiling tinystr v0.8.3
15922026-09-04T21:33:56.887Z Compiling potential_utf v0.1.5
15932026-09-04T21:33:56.926Z Compiling lock_api v0.4.14
15942026-09-04T21:33:56.929Z Compiling parking_lot_core v0.9.12
15952026-09-04T21:33:56.947Z Compiling socket2 v0.6.5
15962026-09-04T21:33:56.962Z Compiling signal-hook-registry v1.4.8
15972026-09-04T21:33:57.042Z Compiling icu_locale_core v2.2.0
15982026-09-04T21:33:57.077Z Compiling icu_collections v2.2.0
15992026-09-04T21:33:57.155Z Compiling parking_lot v0.12.5
16002026-09-04T21:33:57.226Z Compiling mio v1.2.2
16012026-09-04T21:33:57.243Z Compiling num-traits v0.2.19
16022026-09-04T21:33:57.388Z Compiling futures-core v0.3.34
16032026-09-04T21:33:57.532Z Compiling portable-atomic v1.15.0
16042026-09-04T21:33:57.547Z Compiling thiserror v2.0.20
16052026-09-04T21:33:57.599Z Compiling critical-section v1.2.0
16062026-09-04T21:33:57.652Z Compiling equivalent v1.0.2
16072026-09-04T21:33:57.666Z Compiling subtle v2.6.1
16082026-09-04T21:33:57.705Z Compiling zerocopy v0.8.56
16092026-09-04T21:33:57.721Z Compiling allocator-api2 v0.2.21
16102026-09-04T21:33:57.738Z Compiling icu_provider v2.2.0
16112026-09-04T21:33:57.829Z Compiling serde v1.0.229
16122026-09-04T21:33:57.876Z Compiling serde_json v1.0.151
16132026-09-04T21:33:57.919Z Compiling uuid v1.26.0
16142026-09-04T21:33:58.074Z Compiling icu_properties v2.2.0
16152026-09-04T21:33:58.085Z Compiling icu_normalizer v2.2.0
16162026-09-04T21:33:58.096Z Compiling semver v1.0.28
16172026-09-04T21:33:58.142Z Compiling bitflags v2.13.1
16182026-09-04T21:33:58.363Z Compiling bytes v1.12.1
16192026-09-04T21:33:58.377Z Compiling chrono v0.4.45
16202026-09-04T21:33:58.391Z Compiling once_cell v1.21.4
16212026-09-04T21:33:58.441Z Compiling log v0.4.33
16222026-09-04T21:33:58.606Z Compiling futures-sink v0.3.34
16232026-09-04T21:33:58.632Z Compiling typenum v1.20.1
16242026-09-04T21:33:58.667Z Compiling slab v0.4.12
16252026-09-04T21:33:58.717Z Compiling slog v2.8.2
16262026-09-04T21:33:58.733Z Compiling futures-channel v0.3.34
16272026-09-04T21:33:58.843Z Compiling tokio v1.53.1
16282026-09-04T21:33:58.963Z Compiling idna_adapter v1.2.2
16292026-09-04T21:33:58.996Z Compiling getrandom v0.2.17
16302026-09-04T21:33:59.007Z Compiling hashbrown v0.17.1
16312026-09-04T21:33:59.101Z Compiling idna v1.1.0
16322026-09-04T21:33:59.181Z Compiling rand_core v0.6.4
16332026-09-04T21:33:59.233Z Compiling futures-task v0.3.34
16342026-09-04T21:33:59.401Z Compiling url v2.5.8
16352026-09-04T21:33:59.412Z Compiling futures-io v0.3.34
16362026-09-04T21:33:59.437Z Compiling tracing-core v0.1.36
16372026-09-04T21:33:59.562Z Compiling futures-util v0.3.34
16382026-09-04T21:33:59.576Z Compiling indexmap v2.14.0
16392026-09-04T21:33:59.826Z Compiling base64 v0.22.1
16402026-09-04T21:33:59.874Z Compiling tracing v0.1.44
16412026-09-04T21:34:00.037Z Compiling schemars v0.8.22
16422026-09-04T21:34:00.118Z Compiling http v1.5.0
16432026-09-04T21:34:00.188Z Compiling unicode-ident v1.0.24
16442026-09-04T21:34:00.227Z Compiling fnv v1.0.7
16452026-09-04T21:34:00.242Z Compiling byteorder v1.5.0
16462026-09-04T21:34:00.311Z Compiling proc-macro2 v1.0.107
16472026-09-04T21:34:00.322Z Compiling ipnet v2.12.1
16482026-09-04T21:34:00.474Z Compiling erased-serde v0.3.31
16492026-09-04T21:34:00.827Z Compiling ipnetwork v0.21.1
16502026-09-04T21:34:01.024Z Compiling quote v1.0.47
16512026-09-04T21:34:01.042Z Compiling ppv-lite86 v0.2.21
16522026-09-04T21:34:01.042Z Compiling rustls-pki-types v1.15.1
16532026-09-04T21:34:01.093Z Compiling oxnet v0.1.7
16542026-09-04T21:34:01.146Z Compiling syn v2.0.119
16552026-09-04T21:34:01.307Z Compiling http-body v1.1.0
16562026-09-04T21:34:01.399Z Compiling thiserror v1.0.69
16572026-09-04T21:34:01.478Z Compiling aws-lc-sys v0.44.0
16582026-09-04T21:34:01.498Z Compiling atomic-waker v1.1.2
16592026-09-04T21:34:01.509Z Compiling untrusted v0.7.1
16602026-09-04T21:34:01.631Z Compiling httparse v1.10.1
16612026-09-04T21:34:01.637Z Compiling pretty-hex v0.4.2
16622026-09-04T21:34:01.647Z Compiling rustls v0.23.43
16632026-09-04T21:34:01.667Z Compiling ryu v1.0.23
16642026-09-04T21:34:01.775Z Compiling tower-service v0.3.3
16652026-09-04T21:34:01.856Z Compiling try-lock v0.2.5
16662026-09-04T21:34:01.868Z Compiling untrusted v0.9.0
16672026-09-04T21:34:01.873Z Compiling tower-layer v0.3.3
16682026-09-04T21:34:01.947Z Compiling want v0.3.1
16692026-09-04T21:34:01.966Z Compiling rustix v1.1.4
16702026-09-04T21:34:01.979Z Compiling aws-lc-rs v1.18.0
16712026-09-04T21:34:01.992Z Compiling httpdate v1.0.3
16722026-09-04T21:34:02.046Z Compiling plain v0.2.3
16732026-09-04T21:34:02.112Z Compiling omicron-workspace-hack v0.1.0
16742026-09-04T21:34:02.112Z Compiling getrandom v0.3.4
16752026-09-04T21:34:02.160Z Compiling ucd-trie v0.1.7
16762026-09-04T21:34:02.187Z Compiling regex-syntax v0.8.11
16772026-09-04T21:34:02.249Z Compiling rand_core v0.9.5
16782026-09-04T21:34:02.309Z Compiling pest v2.8.8
16792026-09-04T21:34:02.468Z Compiling crossbeam-utils v0.8.22
16802026-09-04T21:34:02.486Z Compiling serde_urlencoded v0.7.1
16812026-09-04T21:34:02.756Z Compiling tokio-util v0.7.19
16822026-09-04T21:34:03.054Z Compiling http-body-util v0.1.5
16832026-09-04T21:34:03.286Z Compiling rustls-webpki v0.103.14
16842026-09-04T21:34:03.337Z Compiling newtype-uuid v1.4.0
16852026-09-04T21:34:03.581Z Compiling h2 v0.4.15
16862026-09-04T21:34:03.623Z Compiling hex v0.4.3
16872026-09-04T21:34:03.696Z Compiling foldhash v0.2.0
16882026-09-04T21:34:03.717Z Compiling daft v0.1.8
16892026-09-04T21:34:03.956Z Compiling rand_chacha v0.9.0
16902026-09-04T21:34:04.018Z Compiling fastrand v2.5.0
16912026-09-04T21:34:04.289Z Compiling rand v0.9.5
16922026-09-04T21:34:04.302Z Compiling sync_wrapper v1.0.2
16932026-09-04T21:34:04.367Z Compiling generic-array v0.14.7
16942026-09-04T21:34:04.417Z Compiling tower v0.5.3
16952026-09-04T21:34:04.905Z Compiling anyhow v1.0.104
16962026-09-04T21:34:04.939Z Compiling aho-corasick v1.1.5
16972026-09-04T21:34:04.947Z Compiling tower-http v0.6.11
16982026-09-04T21:34:04.954Z Compiling tempfile v3.27.0
16992026-09-04T21:34:05.201Z Compiling hashbrown v0.16.1
17002026-09-04T21:34:05.288Z Compiling futures-executor v0.3.34
17012026-09-04T21:34:05.360Z Compiling camino v1.2.5
17022026-09-04T21:34:05.383Z Compiling openapiv3 v2.2.0
17032026-09-04T21:34:05.526Z Compiling num-conv v0.2.2
17042026-09-04T21:34:05.576Z Compiling powerfmt v0.2.0
17052026-09-04T21:34:05.691Z Compiling cpufeatures v0.3.0
17062026-09-04T21:34:05.774Z Compiling regex-automata v0.4.18
17072026-09-04T21:34:05.794Z Compiling num_threads v0.1.7
17082026-09-04T21:34:05.802Z Compiling time-core v0.1.9
17092026-09-04T21:34:05.824Z Compiling openssl-probe v0.2.1
17102026-09-04T21:34:05.901Z Compiling hyper v1.11.1
17112026-09-04T21:34:06.061Z Compiling deranged v0.5.8
17122026-09-04T21:34:06.073Z Compiling rustls-native-certs v0.8.4
17132026-09-04T21:34:06.370Z Compiling futures v0.3.34
17142026-09-04T21:34:06.459Z Compiling scroll v0.13.0
17152026-09-04T21:34:06.768Z Compiling hybrid-array v0.4.14
17162026-09-04T21:34:06.835Z Compiling winnow v1.0.4
17172026-09-04T21:34:06.891Z Compiling adler2 v2.0.1
17182026-09-04T21:34:07.024Z Compiling tokio-rustls v0.26.4
17192026-09-04T21:34:07.037Z Compiling hyper-util v0.1.20
17202026-09-04T21:34:07.051Z Compiling time v0.3.55
17212026-09-04T21:34:07.242Z Compiling simd-adler32 v0.3.10
17222026-09-04T21:34:07.315Z Compiling rustls-platform-verifier v0.7.0
17232026-09-04T21:34:07.465Z Compiling miniz_oxide v0.8.9
17242026-09-04T21:34:07.548Z Compiling goblin v0.10.7
17252026-09-04T21:34:07.674Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17262026-09-04T21:34:08.046Z Compiling crossbeam-channel v0.5.16
17272026-09-04T21:34:08.192Z Compiling crc32fast v1.5.0
17282026-09-04T21:34:08.215Z Compiling regex v1.13.1
17292026-09-04T21:34:08.393Z Compiling hyper-rustls v0.27.9
17302026-09-04T21:34:08.566Z Compiling flate2 v1.1.9
17312026-09-04T21:34:08.700Z Compiling reqwest v0.13.4
17322026-09-04T21:34:08.710Z Compiling block-buffer v0.12.1
17332026-09-04T21:34:08.776Z Compiling crypto-common v0.2.2
17342026-09-04T21:34:08.889Z Compiling crypto-common v0.1.7
17352026-09-04T21:34:09.047Z Compiling dtrace-parser v0.3.0
17362026-09-04T21:34:09.057Z Compiling rand_chacha v0.3.1
17372026-09-04T21:34:09.350Z Compiling thread-id v5.1.0
17382026-09-04T21:34:09.362Z Compiling thread_local v1.1.10
17392026-09-04T21:34:09.442Z Compiling compression-core v0.4.32
17402026-09-04T21:34:09.485Z Compiling const-oid v0.10.2
17412026-09-04T21:34:09.600Z Compiling debug-ignore v1.0.5
17422026-09-04T21:34:09.657Z Compiling match_cfg v0.1.0
17432026-09-04T21:34:09.712Z Compiling hostname v0.3.1
17442026-09-04T21:34:09.716Z Compiling digest v0.11.3
17452026-09-04T21:34:09.716Z Compiling compression-codecs v0.4.38
17462026-09-04T21:34:09.758Z Compiling rand v0.8.7
17472026-09-04T21:34:09.857Z Compiling slog-json v2.6.1
17482026-09-04T21:34:09.857Z Compiling toml_parser v1.1.3+spec-1.1.0
17492026-09-04T21:34:09.905Z Compiling ref-cast v1.0.26
17502026-09-04T21:34:09.935Z Compiling strum v0.26.3
17512026-09-04T21:34:10.006Z Compiling macaddr v1.0.1
17522026-09-04T21:34:10.012Z Compiling toml_datetime v1.1.1+spec-1.1.0
17532026-09-04T21:34:10.070Z Compiling serde_spanned v1.1.1
17542026-09-04T21:34:10.076Z Compiling memmap2 v0.9.11
17552026-09-04T21:34:10.233Z Compiling wait-timeout v0.2.1
17562026-09-04T21:34:10.237Z Compiling is-terminal v0.4.17
17572026-09-04T21:34:10.302Z Compiling encoding_rs v0.8.35
17582026-09-04T21:34:10.327Z Compiling spin v0.9.9
17592026-09-04T21:34:10.342Z Compiling either v1.17.0
17602026-09-04T21:34:10.492Z Compiling toml_writer v1.1.2+spec-1.1.0
17612026-09-04T21:34:10.513Z Compiling bit-vec v0.8.0
17622026-09-04T21:34:10.543Z Compiling quick-error v1.2.3
17632026-09-04T21:34:10.548Z Compiling take_mut v0.2.2
17642026-09-04T21:34:10.562Z Compiling mime v0.3.17
17652026-09-04T21:34:10.648Z Compiling dof v0.4.0
17662026-09-04T21:34:10.661Z Compiling term v1.2.1
17672026-09-04T21:34:10.669Z Compiling bit-set v0.8.0
17682026-09-04T21:34:10.696Z Compiling slog-async v2.8.0
17692026-09-04T21:34:10.840Z Compiling rusty-fork v0.3.1
17702026-09-04T21:34:10.850Z Compiling toml v1.1.4+spec-1.1.0
17712026-09-04T21:34:11.209Z Compiling slog-term v2.9.2
17722026-09-04T21:34:11.233Z Compiling slog-bunyan v2.5.0
17732026-09-04T21:34:11.350Z Compiling multer v3.1.0
17742026-09-04T21:34:11.386Z Compiling async-compression v0.4.43
17752026-09-04T21:34:11.728Z Compiling usdt-impl v0.6.0
17762026-09-04T21:34:11.884Z Compiling sha1 v0.11.0
17772026-09-04T21:34:11.918Z Compiling serde_with v3.22.0
17782026-09-04T21:34:12.025Z Compiling async-stream v0.3.6
17792026-09-04T21:34:12.080Z Compiling usdt v0.6.0
17802026-09-04T21:34:12.153Z Compiling rand_xorshift v0.4.0
17812026-09-04T21:34:12.211Z Compiling waitgroup v0.1.2
17822026-09-04T21:34:12.304Z Compiling rustls-pemfile v2.2.0
17832026-09-04T21:34:12.323Z Compiling serde_path_to_error v0.1.20
17842026-09-04T21:34:12.358Z Compiling hostname v0.4.2
17852026-09-04T21:34:12.373Z Compiling unarray v0.1.4
17862026-09-04T21:34:12.424Z Compiling strum v0.27.2
17872026-09-04T21:34:12.491Z Compiling proptest v1.11.0
17882026-09-04T21:34:12.502Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17892026-09-04T21:34:12.514Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
17902026-09-04T21:34:12.558Z Compiling progenitor-client v0.14.0
17912026-09-04T21:34:12.640Z Compiling dropshot v0.17.1
17922026-09-04T21:34:12.709Z Compiling iddqd v0.4.6
17932026-09-04T21:34:12.719Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17942026-09-04T21:34:12.728Z Compiling reqwest v0.12.28
17952026-09-04T21:34:12.751Z Compiling block-buffer v0.10.4
17962026-09-04T21:34:12.881Z Compiling backon v1.6.0
17972026-09-04T21:34:12.983Z Compiling instant v0.1.13
17982026-09-04T21:34:13.027Z Compiling digest v0.10.7
17992026-09-04T21:34:13.071Z Compiling backoff v0.4.0
18002026-09-04T21:34:13.144Z Compiling progenitor-extras v0.2.0
18012026-09-04T21:34:13.261Z Compiling itertools v0.14.0
18022026-09-04T21:34:13.299Z Compiling parse-display v0.10.0
18032026-09-04T21:34:13.385Z Compiling regress v0.10.5
18042026-09-04T21:34:13.703Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
18052026-09-04T21:34:13.838Z Compiling progenitor-client v0.10.0
18062026-09-04T21:34:14.072Z Compiling humantime v2.4.0
18072026-09-04T21:34:14.372Z Compiling cpufeatures v0.2.17
18082026-09-04T21:34:14.464Z Compiling unicode-width v0.2.2
18092026-09-04T21:34:14.524Z Compiling secrecy v0.10.3
18102026-09-04T21:34:14.564Z Compiling heck v0.5.0
18112026-09-04T21:34:14.688Z Compiling tinyvec_macros v0.1.1
18122026-09-04T21:34:14.897Z Compiling tinyvec v1.12.0
18132026-09-04T21:34:14.897Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
18142026-09-04T21:34:14.935Z Compiling num-integer v0.1.47
18152026-09-04T21:34:14.935Z Compiling scroll v0.12.0
18162026-09-04T21:34:15.040Z Compiling crucible-workspace-hack v0.1.0
18172026-09-04T21:34:15.113Z Compiling hmac v0.12.1
18182026-09-04T21:34:15.120Z Compiling inout v0.1.4
18192026-09-04T21:34:15.123Z Compiling ff v0.13.1
18202026-09-04T21:34:15.253Z Compiling utf8parse v0.2.2
18212026-09-04T21:34:15.261Z Compiling group v0.13.0
18222026-09-04T21:34:15.261Z Compiling cipher v0.4.4
18232026-09-04T21:34:15.285Z Compiling hkdf v0.12.4
18242026-09-04T21:34:15.367Z Compiling anstyle-parse v1.0.0
18252026-09-04T21:34:15.412Z Compiling goblin v0.8.2
18262026-09-04T21:34:15.442Z Compiling num-iter v0.1.46
18272026-09-04T21:34:15.507Z Compiling num-rational v0.4.2
18282026-09-04T21:34:15.585Z Compiling zerocopy v0.7.35
18292026-09-04T21:34:15.854Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18302026-09-04T21:34:16.005Z Compiling universal-hash v0.5.1
18312026-09-04T21:34:16.114Z Compiling regress v0.11.1
18322026-09-04T21:34:16.122Z Compiling crypto-bigint v0.5.5
18332026-09-04T21:34:16.184Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18342026-09-04T21:34:16.383Z Compiling terminal_size v0.4.4
18352026-09-04T21:34:16.542Z Compiling half v2.7.1
18362026-09-04T21:34:16.556Z Compiling num-complex v0.4.6
18372026-09-04T21:34:16.918Z Compiling anstyle v1.0.14
18382026-09-04T21:34:17.040Z Compiling is_terminal_polyfill v1.70.2
18392026-09-04T21:34:17.084Z Compiling base64ct v1.8.3
18402026-09-04T21:34:17.314Z Compiling anstyle-query v1.1.5
18412026-09-04T21:34:17.414Z Compiling opaque-debug v0.3.1
18422026-09-04T21:34:17.414Z Compiling base16ct v0.2.0
18432026-09-04T21:34:17.414Z Compiling colorchoice v1.0.5
18442026-09-04T21:34:17.438Z Compiling ciborium-io v0.2.2
18452026-09-04T21:34:17.438Z Compiling elliptic-curve v0.13.8
18462026-09-04T21:34:17.438Z Compiling anstream v1.0.0
18472026-09-04T21:34:17.538Z Compiling ciborium-ll v0.2.2
18482026-09-04T21:34:17.781Z Compiling password-hash v0.5.0
18492026-09-04T21:34:17.897Z Compiling poly1305 v0.8.0
18502026-09-04T21:34:17.897Z Compiling num v0.4.3
18512026-09-04T21:34:17.897Z Compiling dof v0.3.0
18522026-09-04T21:34:17.960Z Compiling typify-impl v0.6.2
18532026-09-04T21:34:18.183Z Compiling curve25519-dalek v4.1.3
18542026-09-04T21:34:18.723Z Compiling thiserror-no-std v2.0.2
18552026-09-04T21:34:18.794Z Compiling chacha20 v0.9.1
18562026-09-04T21:34:18.906Z Compiling crossbeam-epoch v0.9.20
18572026-09-04T21:34:19.068Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
18582026-09-04T21:34:19.291Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18592026-09-04T21:34:19.415Z Compiling blake2 v0.10.6
18602026-09-04T21:34:19.527Z Compiling aead v0.5.2
18612026-09-04T21:34:19.642Z Compiling byte-wrapper v0.1.0
18622026-09-04T21:34:23.158Z Compiling dtrace-parser v0.2.0
18632026-09-04T21:34:23.158Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18642026-09-04T21:34:23.158Z Compiling thread-id v4.2.2
18652026-09-04T21:34:23.159Z Compiling float-ord v0.3.2
18662026-09-04T21:34:23.159Z Compiling strsim v0.11.1
18672026-09-04T21:34:23.159Z Compiling clap_lex v1.1.0
18682026-09-04T21:34:23.159Z Compiling keccak v0.1.6
18692026-09-04T21:34:23.159Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18702026-09-04T21:34:23.159Z Compiling usdt-impl v0.5.0
18712026-09-04T21:34:23.159Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18722026-09-04T21:34:23.159Z Compiling sha3 v0.10.9
18732026-09-04T21:34:23.159Z Compiling clap_builder v4.6.6
18742026-09-04T21:34:23.159Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18752026-09-04T21:34:23.159Z Compiling typify v0.6.2
18762026-09-04T21:34:23.159Z Compiling argon2 v0.5.3
18772026-09-04T21:34:23.159Z Compiling chacha20poly1305 v0.10.1
18782026-09-04T21:34:23.367Z Compiling vsss-rs v3.3.4
18792026-09-04T21:34:23.367Z Compiling ciborium v0.2.2
18802026-09-04T21:34:23.368Z Compiling hash32 v0.3.1
18812026-09-04T21:34:23.368Z Compiling memmap v0.7.0
18822026-09-04T21:34:23.369Z Compiling data-encoding v2.11.1
18832026-09-04T21:34:23.369Z Compiling indent_write v2.2.0
18842026-09-04T21:34:23.369Z Compiling usdt v0.5.0
18852026-09-04T21:34:23.369Z Compiling heapless v0.8.0
18862026-09-04T21:34:23.369Z Compiling clap v4.6.6
18872026-09-04T21:34:23.370Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18882026-09-04T21:34:23.370Z Compiling ingot-types v0.1.2
18892026-09-04T21:34:23.370Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18902026-09-04T21:34:23.370Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18912026-09-04T21:34:23.370Z Compiling rustix v0.38.44
18922026-09-04T21:34:23.370Z Compiling tabwriter v1.4.1
18932026-09-04T21:34:23.370Z Compiling cobs v0.3.0
18942026-09-04T21:34:23.414Z Compiling bitflags v1.3.2
18952026-09-04T21:34:23.414Z Compiling managed v0.8.0
18962026-09-04T21:34:23.414Z Compiling postcard v1.1.3
18972026-09-04T21:34:23.436Z Compiling ingot v0.1.1
18982026-09-04T21:34:23.748Z Compiling smoltcp v0.11.0
18992026-09-04T21:34:23.800Z Compiling memoffset v0.9.1
19002026-09-04T21:34:23.808Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19012026-09-04T21:34:23.888Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19022026-09-04T21:34:24.023Z Compiling toml_datetime v0.6.11
19032026-09-04T21:34:24.079Z Compiling serde_spanned v0.6.9
19042026-09-04T21:34:24.209Z Compiling unicode-segmentation v1.13.3
19052026-09-04T21:34:24.236Z Compiling winnow v0.7.15
19062026-09-04T21:34:24.320Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19072026-09-04T21:34:24.658Z Compiling resolv-conf v0.7.6
19082026-09-04T21:34:25.055Z Compiling swrite v0.1.0
19092026-09-04T21:34:25.164Z Compiling foreign-types-shared v0.3.1
19102026-09-04T21:34:25.271Z Compiling static_assertions v1.1.0
19112026-09-04T21:34:25.353Z Compiling colored v3.1.1
19122026-09-04T21:34:25.403Z Compiling linked-hash-map v0.5.6
19132026-09-04T21:34:25.444Z Compiling toml_write v0.1.2
19142026-09-04T21:34:25.608Z Compiling lru-cache v0.1.2
19152026-09-04T21:34:25.669Z Compiling toml_edit v0.22.27
19162026-09-04T21:34:25.747Z Compiling foreign-types v0.5.0
19172026-09-04T21:34:25.750Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19182026-09-04T21:34:25.856Z Compiling newline-converter v0.3.0
19192026-09-04T21:34:25.868Z Compiling hubpack v0.1.2
19202026-09-04T21:34:25.875Z Compiling nix v0.31.3
19212026-09-04T21:34:25.896Z Compiling atomicwrites v0.4.4
19222026-09-04T21:34:26.078Z Compiling num_enum v0.7.6
19232026-09-04T21:34:26.089Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
19242026-09-04T21:34:26.204Z Compiling crossbeam-deque v0.8.7
19252026-09-04T21:34:26.218Z Compiling hickory-proto v0.24.4
19262026-09-04T21:34:26.420Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19272026-09-04T21:34:26.546Z Compiling console v0.16.4
19282026-09-04T21:34:26.654Z Compiling chacha20 v0.10.1
19292026-09-04T21:34:26.939Z Compiling camino-tempfile v1.4.1
19302026-09-04T21:34:26.960Z Compiling serde-big-array v0.5.1
19312026-09-04T21:34:27.101Z Compiling cstr-argument v0.1.2
19322026-09-04T21:34:27.192Z Compiling siphasher v1.0.3
19332026-09-04T21:34:27.206Z Compiling similar v3.2.0
19342026-09-04T21:34:27.274Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19352026-09-04T21:34:27.405Z Compiling phf_shared v0.12.1
19362026-09-04T21:34:27.554Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19372026-09-04T21:34:27.610Z Compiling pin-project v1.1.13
19382026-09-04T21:34:27.716Z Compiling toml v0.8.23
19392026-09-04T21:34:27.719Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
19402026-09-04T21:34:28.420Z Compiling hickory-resolver v0.24.4
19412026-09-04T21:34:28.714Z Compiling expectorate v1.3.0
19422026-09-04T21:34:28.892Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
19432026-09-04T21:34:29.031Z Compiling rand v0.10.2
19442026-09-04T21:34:29.228Z Compiling rayon-core v1.13.0
19452026-09-04T21:34:29.544Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
19462026-09-04T21:34:29.588Z Compiling num_enum v0.5.11
19472026-09-04T21:34:29.720Z Compiling progenitor-impl v0.13.0
19482026-09-04T21:34:29.742Z Compiling prettyplease v0.2.37
19492026-09-04T21:34:29.763Z Compiling unicode-normalization v0.1.25
19502026-09-04T21:34:30.273Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19512026-09-04T21:34:30.286Z Compiling progenitor-client v0.13.0
19522026-09-04T21:34:30.613Z Compiling tokio-stream v0.1.19
19532026-09-04T21:34:30.791Z Compiling bstr v1.13.1
19542026-09-04T21:34:30.802Z Compiling csv-core v0.1.13
19552026-09-04T21:34:30.936Z Compiling jiff-core v0.1.0
19562026-09-04T21:34:31.084Z Compiling foldhash v0.1.5
19572026-09-04T21:34:31.122Z Compiling konst_macro_rules v0.2.19
19582026-09-04T21:34:31.140Z Compiling foreign-types-shared v0.1.1
19592026-09-04T21:34:31.230Z Compiling highway v1.3.0
19602026-09-04T21:34:31.269Z Compiling unicode-width v0.1.14
19612026-09-04T21:34:31.307Z Compiling same-file v1.0.6
19622026-09-04T21:34:31.311Z Compiling konst v0.2.20
19632026-09-04T21:34:31.498Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19642026-09-04T21:34:31.512Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19652026-09-04T21:34:31.565Z Compiling walkdir v2.5.0
19662026-09-04T21:34:31.568Z Compiling hashbrown v0.15.5
19672026-09-04T21:34:31.644Z Compiling foreign-types v0.3.2
19682026-09-04T21:34:31.728Z Compiling jiff v0.2.35
19692026-09-04T21:34:31.933Z Compiling globset v0.4.20
19702026-09-04T21:34:32.140Z Compiling qorb v0.4.1
19712026-09-04T21:34:32.153Z Compiling csv v1.4.0
19722026-09-04T21:34:32.764Z Compiling progenitor v0.13.0
19732026-09-04T21:34:32.771Z Compiling snafu v0.8.9
19742026-09-04T21:34:32.954Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19752026-09-04T21:34:33.170Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19762026-09-04T21:34:33.300Z Compiling olpc-cjson v0.1.4
19772026-09-04T21:34:33.479Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
19782026-09-04T21:34:34.316Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
19792026-09-04T21:34:34.667Z Compiling rayon v1.12.0
19802026-09-04T21:34:34.727Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19812026-09-04T21:34:34.971Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19822026-09-04T21:34:35.174Z Compiling phf v0.12.1
19832026-09-04T21:34:35.344Z Compiling openssl-sys v0.9.117
19842026-09-04T21:34:35.442Z Compiling tokio-dtrace v0.1.1
19852026-09-04T21:34:35.482Z Compiling progenitor-impl v0.14.0
19862026-09-04T21:34:35.725Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19872026-09-04T21:34:35.788Z Compiling itertools v0.12.1
19882026-09-04T21:34:35.838Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
19892026-09-04T21:34:36.049Z Compiling libsw-core v0.3.2
19902026-09-04T21:34:36.233Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
19912026-09-04T21:34:36.392Z Compiling pem v3.0.6
19922026-09-04T21:34:36.535Z Compiling serde_plain v1.0.2
19932026-09-04T21:34:36.597Z Compiling sigpipe v0.1.3
19942026-09-04T21:34:36.610Z Compiling glob v0.3.4
19952026-09-04T21:34:36.622Z Compiling fixedbitset v0.4.2
19962026-09-04T21:34:36.690Z Compiling minimal-lexical v0.2.1
19972026-09-04T21:34:36.745Z Compiling typed-path v0.9.3
19982026-09-04T21:34:36.769Z Compiling fixedbitset v0.5.7
19992026-09-04T21:34:36.856Z Compiling bytecount v0.6.9
20002026-09-04T21:34:36.964Z Compiling papergrid v0.11.0
20012026-09-04T21:34:37.014Z Compiling petgraph v0.8.3
20022026-09-04T21:34:37.057Z Compiling zone v0.3.1
20032026-09-04T21:34:37.086Z Compiling nom v7.1.3
20042026-09-04T21:34:37.107Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20052026-09-04T21:34:37.232Z Compiling petgraph v0.6.5
20062026-09-04T21:34:37.804Z Compiling tough v0.22.0
20072026-09-04T21:34:37.816Z Compiling progenitor v0.14.0
20082026-09-04T21:34:37.990Z Compiling openssl v0.10.81
20092026-09-04T21:34:38.150Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
20102026-09-04T21:34:38.573Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20112026-09-04T21:34:38.779Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20122026-09-04T21:34:38.790Z Compiling libsw v3.5.0
20132026-09-04T21:34:38.836Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20142026-09-04T21:34:38.934Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20152026-09-04T21:34:38.970Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20162026-09-04T21:34:38.973Z Compiling oxide-tokio-rt v0.1.6
20172026-09-04T21:34:39.196Z Compiling chrono-tz v0.10.4
20182026-09-04T21:34:39.228Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20192026-09-04T21:34:39.300Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
20202026-09-04T21:34:39.407Z Compiling newtype_derive v0.1.6
20212026-09-04T21:34:39.491Z Compiling slog-dtrace v0.3.0
20222026-09-04T21:34:39.624Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20232026-09-04T21:34:39.810Z Compiling cancel-safe-futures v0.1.5
20242026-09-04T21:34:39.937Z Compiling const_format v0.2.36
20252026-09-04T21:34:39.960Z Compiling owo-colors v4.3.0
20262026-09-04T21:34:40.131Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
20272026-09-04T21:34:40.312Z Compiling gethostname v0.5.0
20282026-09-04T21:34:40.439Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
20292026-09-04T21:34:40.466Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20302026-09-04T21:34:40.543Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20312026-09-04T21:34:40.596Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20322026-09-04T21:34:40.729Z Compiling bcs v0.1.6
20332026-09-04T21:34:40.753Z Compiling smf v0.2.3
20342026-09-04T21:34:41.062Z Compiling smawk v0.3.3
20352026-09-04T21:34:41.121Z Compiling linear-map v1.2.0
20362026-09-04T21:34:41.207Z Compiling tagptr v0.2.0
20372026-09-04T21:34:41.329Z Compiling whoami v1.6.1
20382026-09-04T21:34:41.359Z Compiling lazy_static v1.5.0
20392026-09-04T21:34:41.371Z Compiling unicode-linebreak v0.1.5
20402026-09-04T21:34:41.384Z Compiling termtree v0.5.1
20412026-09-04T21:34:41.471Z Compiling steno v0.4.1
20422026-09-04T21:34:41.547Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20432026-09-04T21:34:41.637Z Compiling textwrap v0.16.2
20442026-09-04T21:34:41.666Z Compiling moka v0.12.16
20452026-09-04T21:34:41.780Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20462026-09-04T21:34:42.160Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20472026-09-04T21:34:42.189Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20482026-09-04T21:34:42.504Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20492026-09-04T21:34:43.321Z Compiling tabled v0.15.0
20502026-09-04T21:34:43.537Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20512026-09-04T21:34:43.746Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20522026-09-04T21:34:44.116Z Compiling cookie v0.18.2
20532026-09-04T21:34:44.608Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20542026-09-04T21:34:45.003Z Compiling hickory-proto v0.25.2
20552026-09-04T21:34:45.018Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
20562026-09-04T21:34:45.108Z Compiling libscf-sys v1.2.0
20572026-09-04T21:34:45.263Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20582026-09-04T21:34:45.515Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
20592026-09-04T21:34:45.916Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
20602026-09-04T21:34:45.964Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
20612026-09-04T21:34:46.255Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
20622026-09-04T21:34:46.911Z Compiling hickory-resolver v0.25.2
20632026-09-04T21:34:47.747Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20642026-09-04T21:34:52.265Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20652026-09-04T21:35:00.223Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20662026-09-04T21:35:01.935Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20672026-09-04T21:35:03.085Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
20682026-09-04T21:35:04.455Z Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
20692026-09-04T21:35:05.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s
20702026-09-04T21:35:05.780Z Running `target/debug/xtask openapi check`
20712026-09-04T21:35:06.266Z Compiling serde_core v1.0.229
20722026-09-04T21:35:06.270Z Compiling serde v1.0.229
20732026-09-04T21:35:06.333Z Compiling serde_json v1.0.151
20742026-09-04T21:35:06.339Z Compiling syn v3.0.3
20752026-09-04T21:35:06.344Z Compiling syn v2.0.119
20762026-09-04T21:35:06.348Z Compiling bytes v1.12.1
20772026-09-04T21:35:06.356Z Compiling getrandom v0.4.3
20782026-09-04T21:35:06.356Z Compiling zerocopy v0.8.56
20792026-09-04T21:35:06.368Z Compiling once_cell v1.21.4
20802026-09-04T21:35:06.675Z Compiling num-traits v0.2.19
20812026-09-04T21:35:06.773Z Compiling schemars v0.8.22
20822026-09-04T21:35:06.995Z Compiling http v1.5.0
20832026-09-04T21:35:07.024Z Compiling zeroize v1.9.0
20842026-09-04T21:35:07.105Z Compiling hashbrown v0.17.1
20852026-09-04T21:35:07.217Z Compiling aws-lc-rs v1.18.0
20862026-09-04T21:35:07.243Z Compiling usdt-impl v0.6.0
20872026-09-04T21:35:07.490Z Compiling time-macros v0.2.32
20882026-09-04T21:35:07.682Z Compiling rustls-pki-types v1.15.1
20892026-09-04T21:35:07.692Z Compiling tracing-core v0.1.36
20902026-09-04T21:35:08.015Z Compiling bitflags v2.13.1
20912026-09-04T21:35:08.238Z Compiling tracing v0.1.44
20922026-09-04T21:35:08.329Z Compiling http-body v1.1.0
20932026-09-04T21:35:08.485Z Compiling generic-array v0.14.7
20942026-09-04T21:35:08.676Z Compiling uuid v1.26.0
20952026-09-04T21:35:08.735Z Compiling indexmap v2.14.0
20962026-09-04T21:35:08.809Z Compiling time v0.3.55
20972026-09-04T21:35:09.139Z Compiling pest_generator v2.8.8
20982026-09-04T21:35:09.414Z Compiling serde_derive_internals v0.29.1
20992026-09-04T21:35:09.575Z Compiling serde_derive v1.0.229
21002026-09-04T21:35:09.643Z Compiling thiserror-impl v2.0.20
21012026-09-04T21:35:09.658Z Compiling tokio-macros v2.7.2
21022026-09-04T21:35:09.791Z Compiling futures-macro v0.3.34
21032026-09-04T21:35:09.825Z Compiling camino v1.2.5
21042026-09-04T21:35:10.267Z Compiling rustls v0.23.43
21052026-09-04T21:35:10.281Z Compiling rustls-webpki v0.103.14
21062026-09-04T21:35:10.375Z Compiling zerocopy-derive v0.8.56
21072026-09-04T21:35:10.388Z Compiling pest_derive v2.8.8
21082026-09-04T21:35:10.409Z Compiling tokio v1.53.1
21092026-09-04T21:35:10.626Z Compiling scroll_derive v0.13.1
21102026-09-04T21:35:10.784Z Compiling schemars_derive v0.8.22
21112026-09-04T21:35:10.913Z Compiling thiserror v2.0.20
21122026-09-04T21:35:11.020Z Compiling futures-util v0.3.34
21132026-09-04T21:35:11.064Z Compiling dtrace-parser v0.3.0
21142026-09-04T21:35:11.486Z Compiling scroll v0.13.0
21152026-09-04T21:35:11.778Z Compiling goblin v0.10.7
21162026-09-04T21:35:12.127Z Compiling rustix v1.1.4
21172026-09-04T21:35:12.877Z Compiling erased-serde v0.3.31
21182026-09-04T21:35:12.888Z Compiling chrono v0.4.45
21192026-09-04T21:35:13.425Z Compiling slog v2.8.2
21202026-09-04T21:35:13.479Z Compiling serde_tokenstream v0.2.3
21212026-09-04T21:35:13.522Z Compiling crossbeam-epoch v0.9.20
21222026-09-04T21:35:13.785Z Compiling toml_datetime v1.1.1+spec-1.1.0
21232026-09-04T21:35:13.802Z Compiling winnow v1.0.4
21242026-09-04T21:35:13.853Z Compiling subtle v2.6.1
21252026-09-04T21:35:14.190Z Compiling toml_parser v1.1.3+spec-1.1.0
21262026-09-04T21:35:14.494Z Compiling tokio-util v0.7.19
21272026-09-04T21:35:14.873Z Compiling oxnet v0.1.7
21282026-09-04T21:35:15.120Z Compiling dof v0.4.0
21292026-09-04T21:35:15.285Z Compiling h2 v0.4.15
21302026-09-04T21:35:15.410Z Compiling toml_edit v0.25.13+spec-1.1.0
21312026-09-04T21:35:15.456Z Compiling slog-json v2.6.1
21322026-09-04T21:35:15.676Z Compiling futures-executor v0.3.34
21332026-09-04T21:35:16.345Z Compiling openapiv3 v2.2.0
21342026-09-04T21:35:16.415Z Compiling usdt-attr-macro v0.6.0
21352026-09-04T21:35:16.517Z Compiling usdt-macro v0.6.0
21362026-09-04T21:35:16.829Z Compiling async-stream-impl v0.3.6
21372026-09-04T21:35:17.175Z Compiling serde_spanned v1.1.1
21382026-09-04T21:35:17.186Z Compiling rustix v0.38.44
21392026-09-04T21:35:17.205Z Compiling semver v1.0.28
21402026-09-04T21:35:17.333Z Compiling serde_urlencoded v0.7.1
21412026-09-04T21:35:17.495Z Compiling async-stream v0.3.6
21422026-09-04T21:35:17.509Z Compiling hyper v1.11.1
21432026-09-04T21:35:17.590Z Compiling dropshot_endpoint v0.17.1
21442026-09-04T21:35:17.606Z Compiling toml v1.1.4+spec-1.1.0
21452026-09-04T21:35:17.637Z Compiling slog-async v2.8.0
21462026-09-04T21:35:17.670Z Compiling multer v3.1.0
21472026-09-04T21:35:18.108Z Compiling usdt v0.6.0
21482026-09-04T21:35:18.219Z Compiling slog-term v2.9.2
21492026-09-04T21:35:18.238Z Compiling tokio-rustls v0.26.4
21502026-09-04T21:35:18.399Z Compiling proc-macro-crate v3.5.0
21512026-09-04T21:35:18.548Z Compiling futures v0.3.34
21522026-09-04T21:35:18.553Z Compiling slog-bunyan v2.5.0
21532026-09-04T21:35:18.599Z Compiling async-compression v0.4.43
21542026-09-04T21:35:18.858Z Compiling hyper-util v0.1.20
21552026-09-04T21:35:18.920Z Compiling async-trait v0.1.92
21562026-09-04T21:35:18.943Z Compiling serde_path_to_error v0.1.20
21572026-09-04T21:35:19.054Z Compiling http-body-util v0.1.5
21582026-09-04T21:35:19.156Z Compiling rustls-pemfile v2.2.0
21592026-09-04T21:35:19.326Z Compiling aho-corasick v1.1.5
21602026-09-04T21:35:19.338Z Compiling tempfile v3.27.0
21612026-09-04T21:35:19.354Z Compiling crossbeam-deque v0.8.7
21622026-09-04T21:35:19.354Z Compiling num_enum_derive v0.7.6
21632026-09-04T21:35:19.559Z Compiling dropshot-api-manager-types v0.8.0
21642026-09-04T21:35:19.761Z Compiling block-buffer v0.10.4
21652026-09-04T21:35:19.912Z Compiling crypto-common v0.1.7
21662026-09-04T21:35:19.922Z Compiling clap_builder v4.6.6
21672026-09-04T21:35:19.941Z Compiling git-stub v1.0.0
21682026-09-04T21:35:19.982Z Compiling rayon-core v1.13.0
21692026-09-04T21:35:20.033Z Compiling digest v0.10.7
21702026-09-04T21:35:20.209Z Compiling regex-automata v0.4.18
21712026-09-04T21:35:20.240Z Compiling dropshot v0.17.1
21722026-09-04T21:35:20.274Z Compiling atomicwrites v0.4.4
21732026-09-04T21:35:20.439Z Compiling num_enum v0.7.6
21742026-09-04T21:35:20.471Z Compiling fs-err v3.3.1
21752026-09-04T21:35:20.567Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
21762026-09-04T21:35:20.592Z Compiling terminal_size v0.4.4
21772026-09-04T21:35:20.714Z Compiling clap_derive v4.6.4
21782026-09-04T21:35:20.735Z Compiling serde_repr v0.1.21
21792026-09-04T21:35:20.783Z Compiling bstr v1.13.1
21802026-09-04T21:35:21.161Z Compiling nom v8.0.0
21812026-09-04T21:35:21.255Z Compiling either v1.17.0
21822026-09-04T21:35:21.316Z Compiling is_ci v1.2.0
21832026-09-04T21:35:21.450Z Compiling rayon v1.12.0
21842026-09-04T21:35:21.458Z Compiling supports-color v3.0.2
21852026-09-04T21:35:21.461Z Compiling sha2 v0.10.9
21862026-09-04T21:35:21.634Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
21872026-09-04T21:35:21.865Z Compiling textwrap v0.16.2
21882026-09-04T21:35:22.108Z Compiling regex v1.13.1
21892026-09-04T21:35:22.385Z Compiling similar v2.7.0
21902026-09-04T21:35:22.405Z Compiling clap v4.6.6
21912026-09-04T21:35:22.487Z Compiling drift v0.2.0
21922026-09-04T21:35:22.580Z Compiling git-stub-vcs v0.1.0
21932026-09-04T21:35:22.994Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21942026-09-04T21:35:23.307Z Compiling dropshot-api-manager v0.8.0
21952026-09-04T21:35:23.355Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
21962026-09-04T21:35:23.418Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
21972026-09-04T21:35:28.626Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
21982026-09-04T21:35:29.886Z Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
21992026-09-04T21:35:37.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.69s
22002026-09-04T21:35:37.606Z Running `target/debug/maghemite-dropshot-apis check`
22012026-09-04T21:35:37.632Z -------
22022026-09-04T21:35:37.632Z Generating OpenAPI documents from API definitions ...
22032026-09-04T21:35:37.700Z Loading local OpenAPI documents from "/work/oxidecomputer/maghemite/openapi" ...
22042026-09-04T21:35:37.740Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
22052026-09-04T21:35:37.909Z -------
22062026-09-04T21:35:37.909Z Checking 14 OpenAPI documents...
22072026-09-04T21:35:37.909Z Fresh ddm-admin (versioned v1.0.0 (blessed)): DDM Admin
22082026-09-04T21:35:37.909Z Fresh ddm-admin (versioned v2.0.0 (blessed)): DDM Admin
22092026-09-04T21:35:37.909Z Fresh ddm-admin "latest" symlink
22102026-09-04T21:35:37.909Z Fresh mg-admin (versioned v1.0.0 (blessed)): Maghemite Admin
22112026-09-04T21:35:37.909Z Fresh mg-admin (versioned v2.0.0 (blessed)): Maghemite Admin
22122026-09-04T21:35:37.909Z Fresh mg-admin (versioned v3.0.0 (blessed)): Maghemite Admin
22132026-09-04T21:35:37.909Z Fresh mg-admin (versioned v4.0.0 (blessed)): Maghemite Admin
22142026-09-04T21:35:37.909Z Fresh mg-admin (versioned v5.0.0 (blessed)): Maghemite Admin
22152026-09-04T21:35:37.909Z Fresh mg-admin (versioned v6.0.0 (blessed)): Maghemite Admin
22162026-09-04T21:35:37.909Z Fresh mg-admin (versioned v7.0.0 (blessed)): Maghemite Admin
22172026-09-04T21:35:37.909Z Fresh mg-admin (versioned v8.0.0 (blessed)): Maghemite Admin
22182026-09-04T21:35:37.909Z Fresh mg-admin (versioned v9.0.0 (blessed)): Maghemite Admin
22192026-09-04T21:35:37.909Z Fresh mg-admin (versioned v10.0.0 (blessed)): Maghemite Admin
22202026-09-04T21:35:37.909Z Fresh mg-admin (versioned v11.0.0 (blessed)): Maghemite Admin
22212026-09-04T21:35:37.909Z Fresh mg-admin (versioned v12.0.0 (blessed)): Maghemite Admin
22222026-09-04T21:35:37.909Z Fresh mg-admin "latest" symlink
22232026-09-04T21:35:37.910Z -------
22242026-09-04T21:35:37.910Z Success 14 documents checked: 16 fresh, 0 stale, 0 failed, 0 other problems
22252026-09-04T21:35:37.968Z+ banner build
22262026-09-04T21:35:37.971Z
22272026-09-04T21:35:37.971Z ##### # # # # #####
22282026-09-04T21:35:37.971Z # # # # # # # #
22292026-09-04T21:35:37.971Z ##### # # # # # #
22302026-09-04T21:35:37.971Z # # # # # # # #
22312026-09-04T21:35:37.971Z # # # # # # # #
22322026-09-04T21:35:37.971Z ##### #### # ###### #####
22332026-09-04T21:35:37.971Z
22342026-09-04T21:35:37.971Z+ ptime -m cargo build
22352026-09-04T21:35:38.623Z Compiling smallvec v1.15.2
22362026-09-04T21:35:38.740Z Compiling log v0.4.33
22372026-09-04T21:35:38.767Z Compiling slog v2.8.2
22382026-09-04T21:35:38.776Z Compiling ring v0.17.14
22392026-09-04T21:35:38.797Z Compiling webpki-roots v1.0.9
22402026-09-04T21:35:38.858Z Compiling itertools v0.15.0
22412026-09-04T21:35:38.885Z Compiling fxhash v0.2.1
22422026-09-04T21:35:38.953Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
22432026-09-04T21:35:38.953Z Compiling icu_normalizer v2.2.0
22442026-09-04T21:35:38.962Z Compiling parking_lot_core v0.9.12
22452026-09-04T21:35:38.983Z Compiling goblin v0.10.7
22462026-09-04T21:35:39.022Z Compiling goblin v0.8.2
22472026-09-04T21:35:39.158Z Compiling slog-term v2.9.2
22482026-09-04T21:35:39.170Z Compiling parking_lot v0.12.5
22492026-09-04T21:35:39.262Z Compiling slog-async v2.8.0
22502026-09-04T21:35:39.522Z Compiling idna_adapter v1.2.2
22512026-09-04T21:35:39.569Z Compiling tokio v1.53.1
22522026-09-04T21:35:39.673Z Compiling idna v1.1.0
22532026-09-04T21:35:39.772Z Compiling slog-json v2.6.1
22542026-09-04T21:35:39.798Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22552026-09-04T21:35:39.953Z Compiling slog-bunyan v2.5.0
22562026-09-04T21:35:39.988Z Compiling url v2.5.8
22572026-09-04T21:35:40.085Z Compiling rustls-webpki v0.103.14
22582026-09-04T21:35:40.250Z Compiling globset v0.4.20
22592026-09-04T21:35:40.435Z Compiling moka v0.12.16
22602026-09-04T21:35:40.786Z Compiling schemars v0.8.22
22612026-09-04T21:35:40.854Z Compiling rustls v0.23.43
22622026-09-04T21:35:41.150Z Compiling parking_lot_core v0.8.6
22632026-09-04T21:35:41.160Z Compiling arc-swap v1.9.2
22642026-09-04T21:35:41.270Z Compiling parking_lot v0.11.2
22652026-09-04T21:35:41.380Z Compiling dof v0.3.0
22662026-09-04T21:35:41.411Z Compiling slog-scope v4.4.1
22672026-09-04T21:35:41.663Z Compiling ipnetwork v0.21.1
22682026-09-04T21:35:41.681Z Compiling newtype-uuid v1.4.0
22692026-09-04T21:35:42.043Z Compiling oxnet v0.1.7
22702026-09-04T21:35:42.108Z Compiling dof v0.4.0
22712026-09-04T21:35:42.172Z Compiling serde_with v3.22.0
22722026-09-04T21:35:42.209Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
22732026-09-04T21:35:42.591Z Compiling daft v0.1.8
22742026-09-04T21:35:42.891Z Compiling usdt-impl v0.6.0
22752026-09-04T21:35:43.047Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22762026-09-04T21:35:43.155Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
22772026-09-04T21:35:43.520Z Compiling tokio-util v0.7.19
22782026-09-04T21:35:43.591Z Compiling tower v0.5.3
22792026-09-04T21:35:43.614Z Compiling usdt v0.6.0
22802026-09-04T21:35:43.776Z Compiling async-compression v0.4.43
22812026-09-04T21:35:43.912Z Compiling iddqd v0.4.6
22822026-09-04T21:35:43.964Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22832026-09-04T21:35:44.087Z Compiling tokio-rustls v0.26.4
22842026-09-04T21:35:44.101Z Compiling tower-http v0.6.11
22852026-09-04T21:35:44.113Z Compiling rustls-platform-verifier v0.7.0
22862026-09-04T21:35:44.229Z Compiling h2 v0.4.15
22872026-09-04T21:35:44.321Z Compiling backoff v0.4.0
22882026-09-04T21:35:44.360Z Compiling typify-impl v0.6.2
22892026-09-04T21:35:44.372Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22902026-09-04T21:35:44.542Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
22912026-09-04T21:35:44.545Z Compiling byte-wrapper v0.1.0
22922026-09-04T21:35:44.722Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22932026-09-04T21:35:44.868Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
22942026-09-04T21:35:44.922Z Compiling usdt-impl v0.5.0
22952026-09-04T21:35:45.143Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22962026-09-04T21:35:45.205Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22972026-09-04T21:35:45.517Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
22982026-09-04T21:35:45.619Z Compiling usdt v0.5.0
22992026-09-04T21:35:45.921Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23002026-09-04T21:35:45.943Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
23012026-09-04T21:35:46.199Z Compiling typify v0.6.2
23022026-09-04T21:35:46.299Z Compiling hickory-proto v0.24.4
23032026-09-04T21:35:46.320Z Compiling progenitor-impl v0.14.0
23042026-09-04T21:35:47.029Z Compiling hyper v1.11.1
23052026-09-04T21:35:47.365Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23062026-09-04T21:35:47.379Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23072026-09-04T21:35:47.478Z Compiling progenitor-impl v0.13.0
23082026-09-04T21:35:47.870Z Compiling tokio-stream v0.1.19
23092026-09-04T21:35:48.431Z Compiling hyper-util v0.1.20
23102026-09-04T21:35:48.638Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23112026-09-04T21:35:48.881Z Compiling hickory-resolver v0.24.4
23122026-09-04T21:35:48.905Z Compiling tokio-dtrace v0.1.1
23132026-09-04T21:35:49.173Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23142026-09-04T21:35:49.199Z Compiling zone v0.3.1
23152026-09-04T21:35:49.611Z Compiling libsw-core v0.3.2
23162026-09-04T21:35:49.705Z Compiling hyper-rustls v0.27.9
23172026-09-04T21:35:49.787Z Compiling dropshot v0.17.1
23182026-09-04T21:35:49.989Z Compiling reqwest v0.13.4
23192026-09-04T21:35:50.052Z Compiling reqwest v0.12.28
23202026-09-04T21:35:50.170Z Compiling qorb v0.4.1
23212026-09-04T21:35:50.256Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
23222026-09-04T21:35:50.628Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
23232026-09-04T21:35:50.930Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
23242026-09-04T21:35:51.002Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23252026-09-04T21:35:51.213Z Compiling libsw v3.5.0
23262026-09-04T21:35:51.371Z Compiling progenitor-client v0.14.0
23272026-09-04T21:35:51.398Z Compiling progenitor-client v0.10.0
23282026-09-04T21:35:51.432Z Compiling progenitor-client v0.13.0
23292026-09-04T21:35:51.695Z Compiling progenitor-extras v0.2.0
23302026-09-04T21:35:51.715Z Compiling progenitor v0.14.0
23312026-09-04T21:35:51.757Z Compiling progenitor v0.13.0
23322026-09-04T21:35:51.875Z Compiling oxide-tokio-rt v0.1.6
23332026-09-04T21:35:51.918Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
23342026-09-04T21:35:51.958Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23352026-09-04T21:35:52.095Z Compiling slog-dtrace v0.3.0
23362026-09-04T21:35:52.109Z Compiling tough v0.22.0
23372026-09-04T21:35:52.200Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
23382026-09-04T21:35:52.271Z Compiling cancel-safe-futures v0.1.5
23392026-09-04T21:35:52.429Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23402026-09-04T21:35:52.595Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23412026-09-04T21:35:53.323Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23422026-09-04T21:35:53.550Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23432026-09-04T21:35:53.991Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23442026-09-04T21:35:54.108Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23452026-09-04T21:35:54.294Z Compiling steno v0.4.1
23462026-09-04T21:35:54.417Z Compiling hickory-proto v0.25.2
23472026-09-04T21:35:54.588Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
23482026-09-04T21:35:54.700Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
23492026-09-04T21:35:55.740Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23502026-09-04T21:35:55.944Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23512026-09-04T21:35:56.364Z Compiling hickory-resolver v0.25.2
23522026-09-04T21:35:56.405Z Compiling sled v0.34.7
23532026-09-04T21:35:57.029Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a)
23542026-09-04T21:35:57.356Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
23552026-09-04T21:35:57.697Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23562026-09-04T21:35:57.875Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23572026-09-04T21:35:58.127Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23582026-09-04T21:35:58.576Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23592026-09-04T21:35:58.924Z Compiling papergrid v0.18.0
23602026-09-04T21:35:59.035Z Compiling internet-checksum v0.2.1
23612026-09-04T21:35:59.187Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a)
23622026-09-04T21:35:59.515Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23632026-09-04T21:36:00.490Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23642026-09-04T21:36:00.643Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23652026-09-04T21:36:00.657Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23662026-09-04T21:36:00.740Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23672026-09-04T21:36:00.787Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23682026-09-04T21:36:00.862Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23692026-09-04T21:36:00.877Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
23702026-09-04T21:36:00.901Z Compiling tabled v0.21.0
23712026-09-04T21:36:00.996Z Compiling slog-stdlog v4.1.1
23722026-09-04T21:36:01.227Z Compiling ingot-types v0.2.0
23732026-09-04T21:36:01.670Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23742026-09-04T21:36:01.691Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
23752026-09-04T21:36:01.962Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23762026-09-04T21:36:02.089Z Compiling dropshot-api-manager-types v0.8.0
23772026-09-04T21:36:02.250Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=803f6899e3bc64780a965d625e248e1d77e37d43#803f6899)
23782026-09-04T21:36:02.456Z Compiling ingot v0.2.1
23792026-09-04T21:36:02.459Z Compiling const-random v0.1.18
23802026-09-04T21:36:02.552Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a)
23812026-09-04T21:36:02.719Z Compiling slog-envlogger v2.2.0
23822026-09-04T21:36:03.190Z Compiling typify-impl v0.4.3
23832026-09-04T21:36:03.722Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
23842026-09-04T21:36:03.856Z Compiling crc8 v0.1.1
23852026-09-04T21:36:04.253Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=803f6899e3bc64780a965d625e248e1d77e37d43#803f6899)
23862026-09-04T21:36:04.273Z Compiling ahash v0.8.12
23872026-09-04T21:36:04.273Z Compiling smartstring v1.0.1
23882026-09-04T21:36:04.318Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
23892026-09-04T21:36:04.360Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
23902026-09-04T21:36:04.511Z Compiling sha1 v0.10.7
23912026-09-04T21:36:04.560Z Compiling thin-vec v0.2.19
23922026-09-04T21:36:04.755Z Compiling utf-8 v0.7.6
23932026-09-04T21:36:04.843Z Compiling rhai v1.26.0
23942026-09-04T21:36:04.960Z Compiling typify v0.4.3
23952026-09-04T21:36:05.088Z Compiling progenitor-impl v0.10.0
23962026-09-04T21:36:05.244Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
23972026-09-04T21:36:05.510Z Compiling tungstenite v0.21.0
23982026-09-04T21:36:05.763Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23992026-09-04T21:36:06.255Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24002026-09-04T21:36:06.434Z Compiling sha2 v0.10.9
24012026-09-04T21:36:06.602Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24022026-09-04T21:36:06.853Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24032026-09-04T21:36:08.043Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24042026-09-04T21:36:08.436Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24052026-09-04T21:36:08.870Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24062026-09-04T21:36:09.015Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24072026-09-04T21:36:09.809Z Compiling progenitor v0.10.0
24082026-09-04T21:36:09.978Z Compiling tokio-tungstenite v0.21.0
24092026-09-04T21:36:10.122Z Compiling lzma-sys v0.1.20
24102026-09-04T21:36:10.244Z Compiling typeid v1.0.3
24112026-09-04T21:36:10.329Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
24122026-09-04T21:36:10.373Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
24132026-09-04T21:36:10.828Z Compiling port-file v0.1.0
24142026-09-04T21:36:11.052Z Compiling git-stub v1.0.0
24152026-09-04T21:36:11.224Z Compiling toml_datetime v0.7.5+spec-1.1.0
24162026-09-04T21:36:11.353Z Compiling unit-prefix v0.5.2
24172026-09-04T21:36:11.527Z Compiling base64 v0.21.7
24182026-09-04T21:36:11.542Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
24192026-09-04T21:36:11.569Z Compiling indicatif v0.18.6
24202026-09-04T21:36:11.781Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24212026-09-04T21:36:11.882Z Compiling toml v0.9.12+spec-1.1.0
24222026-09-04T21:36:12.549Z Compiling git-stub-vcs v0.1.0
24232026-09-04T21:36:12.640Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
24242026-09-04T21:36:12.828Z Compiling ron v0.12.2
24252026-09-04T21:36:12.972Z Compiling xz2 v0.1.7
24262026-09-04T21:36:13.236Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
24272026-09-04T21:36:13.373Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
24282026-09-04T21:36:13.412Z Compiling similar v2.7.0
24292026-09-04T21:36:13.435Z Compiling drift v0.2.0
24302026-09-04T21:36:14.203Z Compiling base16ct v1.0.0
24312026-09-04T21:36:14.371Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1)
24322026-09-04T21:36:14.407Z Compiling strum v0.28.0
24332026-09-04T21:36:14.506Z Compiling dropshot-api-manager v0.8.0
24342026-09-04T21:36:14.555Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1)
24352026-09-04T21:36:14.984Z Compiling natord v1.0.9
24362026-09-04T21:36:15.170Z Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util)
24372026-09-04T21:36:17.740Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24382026-09-04T21:36:18.957Z Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
24392026-09-04T21:36:26.439Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24402026-09-04T21:36:28.196Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24412026-09-04T21:36:29.329Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
24422026-09-04T21:36:30.355Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
24432026-09-04T21:36:30.355Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
24442026-09-04T21:36:30.355Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
24452026-09-04T21:36:30.831Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
24462026-09-04T21:36:30.835Z Compiling mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify)
24472026-09-04T21:36:30.836Z Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
24482026-09-04T21:36:31.333Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
24492026-09-04T21:36:33.131Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
24502026-09-04T21:36:33.131Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
24512026-09-04T21:36:33.147Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
24522026-09-04T21:36:38.029Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
24532026-09-04T21:36:40.266Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
24542026-09-04T21:36:40.269Z Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
24552026-09-04T21:36:40.270Z Compiling falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab)
24562026-09-04T21:37:26.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 48s
24572026-09-04T21:37:26.613Z
24582026-09-04T21:37:26.613Zreal 1:48.593238585
24592026-09-04T21:37:26.613Zuser 8:02.142614141
24602026-09-04T21:37:26.613Zsys 1:09.497336768
24612026-09-04T21:37:26.613Ztrap 0.211844448
24622026-09-04T21:37:26.613Ztflt 0.036218337
24632026-09-04T21:37:26.613Zdflt 0.171444769
24642026-09-04T21:37:26.613Zkflt 0.000056780
24652026-09-04T21:37:26.613Zlock 33:03.794432758
24662026-09-04T21:37:26.613Zslp 25:47.083871717
24672026-09-04T21:37:26.614Zlat 23.614701598
24682026-09-04T21:37:26.614Zstop 44.362611163
24692026-09-04T21:37:26.617Z+ ptime -m cargo build --release
24702026-09-04T21:37:27.304Z Compiling proc-macro2 v1.0.107
24712026-09-04T21:37:27.304Z Compiling quote v1.0.47
24722026-09-04T21:37:27.304Z Compiling unicode-ident v1.0.24
24732026-09-04T21:37:27.304Z Compiling serde_core v1.0.229
24742026-09-04T21:37:27.304Z Compiling serde v1.0.229
24752026-09-04T21:37:27.312Z Compiling libc v0.2.189
24762026-09-04T21:37:27.312Z Compiling cfg-if v1.0.4
24772026-09-04T21:37:27.534Z Compiling zmij v1.0.23
24782026-09-04T21:37:27.548Z Compiling autocfg v1.5.1
24792026-09-04T21:37:27.778Z Compiling memchr v2.8.3
24802026-09-04T21:37:27.846Z Compiling libm v0.2.16
24812026-09-04T21:37:28.179Z Compiling itoa v1.0.18
24822026-09-04T21:37:28.316Z Compiling icu_normalizer_data v2.2.0
24832026-09-04T21:37:28.439Z Compiling icu_properties_data v2.2.0
24842026-09-04T21:37:28.578Z Compiling version_check v0.9.5
24852026-09-04T21:37:28.584Z Compiling stable_deref_trait v1.2.1
24862026-09-04T21:37:28.677Z Compiling serde_json v1.0.151
24872026-09-04T21:37:28.686Z Compiling writeable v0.6.3
24882026-09-04T21:37:28.821Z Compiling syn v2.0.119
24892026-09-04T21:37:28.857Z Compiling syn v3.0.3
24902026-09-04T21:37:28.938Z Compiling thiserror v2.0.20
24912026-09-04T21:37:28.958Z Compiling litemap v0.8.2
24922026-09-04T21:37:28.964Z Compiling utf8_iter v1.0.4
24932026-09-04T21:37:29.447Z Compiling num-traits v0.2.19
24942026-09-04T21:37:29.452Z Compiling percent-encoding v2.3.2
24952026-09-04T21:37:29.452Z Compiling form_urlencoded v1.2.2
24962026-09-04T21:37:33.822Z Compiling getrandom v0.4.3
24972026-09-04T21:37:34.030Z Compiling rand_core v0.10.1
24982026-09-04T21:37:34.030Z Compiling parking_lot_core v0.9.12
24992026-09-04T21:37:34.030Z Compiling iana-time-zone v0.1.65
25002026-09-04T21:37:34.030Z Compiling heck v0.5.0
25012026-09-04T21:37:34.030Z Compiling uuid v1.26.0
25022026-09-04T21:37:34.030Z Compiling zerocopy v0.8.56
25032026-09-04T21:37:34.030Z Compiling errno v0.3.14
25042026-09-04T21:37:34.030Z Compiling semver v1.0.28
25052026-09-04T21:37:34.030Z Compiling dyn-clone v1.0.20
25062026-09-04T21:37:34.030Z Compiling schemars v0.8.22
25072026-09-04T21:37:34.030Z Compiling jobserver v0.1.35
25082026-09-04T21:37:34.030Z Compiling find-msvc-tools v0.1.10
25092026-09-04T21:37:34.030Z Compiling shlex v2.0.1
25102026-09-04T21:37:34.030Z Compiling rustversion v1.0.23
25112026-09-04T21:37:34.030Z Compiling cc v1.4.2
25122026-09-04T21:37:34.030Z Compiling pin-project-lite v0.2.17
25132026-09-04T21:37:34.082Z Compiling getrandom v0.2.17
25142026-09-04T21:37:34.082Z Compiling bitflags v2.13.1
25152026-09-04T21:37:34.082Z Compiling synstructure v0.13.2
25162026-09-04T21:37:34.082Z Compiling serde_derive_internals v0.29.1
25172026-09-04T21:37:34.082Z Compiling pkg-config v0.3.33
25182026-09-04T21:37:34.082Z Compiling socket2 v0.6.5
25192026-09-04T21:37:34.082Z Compiling serde_derive v1.0.229
25202026-09-04T21:37:34.082Z Compiling displaydoc v0.2.7
25212026-09-04T21:37:34.084Z Compiling thiserror-impl v2.0.20
25222026-09-04T21:37:34.084Z Compiling tokio-macros v2.7.2
25232026-09-04T21:37:34.084Z Compiling futures-macro v0.3.34
25242026-09-04T21:37:34.084Z Compiling scopeguard v1.2.0
25252026-09-04T21:37:34.084Z Compiling portable-atomic v1.15.0
25262026-09-04T21:37:34.084Z Compiling zerofrom-derive v0.1.7
25272026-09-04T21:37:34.084Z Compiling yoke-derive v0.8.2
25282026-09-04T21:37:34.084Z Compiling zerovec-derive v0.11.3
25292026-09-04T21:37:34.084Z Compiling schemars_derive v0.8.22
25302026-09-04T21:37:34.084Z Compiling zerocopy-derive v0.8.56
25312026-09-04T21:37:34.084Z Compiling zeroize_derive v1.5.0
25322026-09-04T21:37:34.084Z Compiling lock_api v0.4.14
25332026-09-04T21:37:34.218Z Compiling zeroize v1.9.0
25342026-09-04T21:37:34.273Z Compiling zerofrom v0.1.8
25352026-09-04T21:37:34.273Z Compiling log v0.4.33
25362026-09-04T21:37:34.362Z Compiling yoke v0.8.3
25372026-09-04T21:37:34.429Z Compiling critical-section v1.2.0
25382026-09-04T21:37:34.437Z Compiling allocator-api2 v0.2.21
25392026-09-04T21:37:34.533Z Compiling signal-hook-registry v1.4.8
25402026-09-04T21:37:34.543Z Compiling zerovec v0.11.6
25412026-09-04T21:37:34.565Z Compiling zerotrie v0.2.4
25422026-09-04T21:37:34.624Z Compiling once_cell v1.21.4
25432026-09-04T21:37:34.829Z Compiling mio v1.2.2
25442026-09-04T21:37:34.892Z Compiling equivalent v1.0.2
25452026-09-04T21:37:34.966Z Compiling cmake v0.1.58
25462026-09-04T21:37:34.991Z Compiling dunce v1.0.5
25472026-09-04T21:37:35.098Z Compiling fs_extra v1.3.0
25482026-09-04T21:37:35.167Z Compiling tinystr v0.8.3
25492026-09-04T21:37:35.236Z Compiling potential_utf v0.1.5
25502026-09-04T21:37:35.338Z Compiling subtle v2.6.1
25512026-09-04T21:37:35.387Z Compiling icu_locale_core v2.2.0
25522026-09-04T21:37:35.412Z Compiling icu_collections v2.2.0
25532026-09-04T21:37:35.440Z Compiling aws-lc-sys v0.44.0
25542026-09-04T21:37:35.534Z Compiling smallvec v1.15.2
25552026-09-04T21:37:35.612Z Compiling bytes v1.12.1
25562026-09-04T21:37:35.647Z Compiling chrono v0.4.45
25572026-09-04T21:37:35.746Z Compiling serde_tokenstream v0.2.3
25582026-09-04T21:37:36.049Z Compiling parking_lot v0.12.5
25592026-09-04T21:37:36.216Z Compiling futures-core v0.3.34
25602026-09-04T21:37:36.290Z Compiling icu_provider v2.2.0
25612026-09-04T21:37:36.395Z Compiling tokio v1.53.1
25622026-09-04T21:37:36.639Z Compiling icu_normalizer v2.2.0
25632026-09-04T21:37:36.644Z Compiling icu_properties v2.2.0
25642026-09-04T21:37:36.960Z Compiling httparse v1.10.1
25652026-09-04T21:37:37.338Z Compiling futures-sink v0.3.34
25662026-09-04T21:37:37.435Z Compiling rustix v1.1.4
25672026-09-04T21:37:37.819Z Compiling idna_adapter v1.2.2
25682026-09-04T21:37:37.842Z Compiling slab v0.4.12
25692026-09-04T21:37:37.920Z Compiling thiserror v1.0.69
25702026-09-04T21:37:37.981Z Compiling idna v1.1.0
25712026-09-04T21:37:38.082Z Compiling typenum v1.20.1
25722026-09-04T21:37:38.145Z Compiling futures-channel v0.3.34
25732026-09-04T21:37:38.254Z Compiling hashbrown v0.17.1
25742026-09-04T21:37:38.274Z Compiling thiserror-impl v1.0.69
25752026-09-04T21:37:39.767Z Compiling url v2.5.8
25762026-09-04T21:37:39.800Z Compiling futures-task v0.3.34
25772026-09-04T21:37:39.800Z Compiling regex-syntax v0.8.11
25782026-09-04T21:37:39.800Z Compiling futures-io v0.3.34
25792026-09-04T21:37:39.800Z Compiling futures-util v0.3.34
25802026-09-04T21:37:39.800Z Compiling indexmap v2.14.0
25812026-09-04T21:37:39.800Z Compiling aho-corasick v1.1.5
25822026-09-04T21:37:39.878Z Compiling ucd-trie v0.1.7
25832026-09-04T21:37:40.092Z Compiling pest v2.8.8
25842026-09-04T21:37:40.151Z Compiling ipnetwork v0.21.1
25852026-09-04T21:37:40.984Z Compiling regex-automata v0.4.18
25862026-09-04T21:37:41.138Z Compiling tracing-core v0.1.36
25872026-09-04T21:37:41.397Z Compiling tracing-attributes v0.1.31
25882026-09-04T21:37:41.740Z Compiling rand_core v0.6.4
25892026-09-04T21:37:41.965Z Compiling pest_meta v2.8.8
25902026-09-04T21:37:42.017Z Compiling slog v2.8.2
25912026-09-04T21:37:42.214Z Compiling byteorder v1.5.0
25922026-09-04T21:37:42.276Z Compiling base64 v0.22.1
25932026-09-04T21:37:42.500Z Compiling http v1.5.0
25942026-09-04T21:37:42.692Z Compiling tracing v0.1.44
25952026-09-04T21:37:42.806Z Compiling regex v1.13.1
25962026-09-04T21:37:43.068Z Compiling pest_generator v2.8.8
25972026-09-04T21:37:43.249Z Compiling erased-serde v0.3.31
25982026-09-04T21:37:43.322Z Compiling getrandom v0.3.4
25992026-09-04T21:37:43.728Z Compiling pest_derive v2.8.8
26002026-09-04T21:37:43.901Z Compiling fnv v1.0.7
26012026-09-04T21:37:43.998Z Compiling anyhow v1.0.104
26022026-09-04T21:37:45.328Z Compiling strsim v0.11.1
26032026-09-04T21:37:45.387Z Compiling oxnet v0.1.7
26042026-09-04T21:37:45.387Z Compiling rustls-pki-types v1.15.1
26052026-09-04T21:37:45.387Z Compiling ring v0.17.14
26062026-09-04T21:37:45.387Z Compiling ident_case v1.0.1
26072026-09-04T21:37:45.387Z Compiling aws-lc-rs v1.18.0
26082026-09-04T21:37:45.387Z Compiling paste v1.0.15
26092026-09-04T21:37:45.676Z Compiling tokio-util v0.7.19
26102026-09-04T21:37:46.263Z Compiling num-conv v0.2.2
26112026-09-04T21:37:46.304Z Compiling untrusted v0.9.0
26122026-09-04T21:37:46.432Z Compiling untrusted v0.7.1
26132026-09-04T21:37:46.451Z Compiling time-core v0.1.9
26142026-09-04T21:37:46.579Z Compiling ipnet v2.12.1
26152026-09-04T21:37:46.657Z Compiling time-macros v0.2.32
26162026-09-04T21:37:48.041Z Compiling camino v1.2.5
26172026-09-04T21:37:48.401Z Compiling rustls v0.23.43
26182026-09-04T21:37:48.416Z Compiling http-body v1.1.0
26192026-09-04T21:37:48.594Z Compiling scroll_derive v0.13.1
26202026-09-04T21:37:48.638Z Compiling atomic-waker v1.1.2
26212026-09-04T21:37:48.771Z Compiling async-trait v0.1.92
26222026-09-04T21:37:48.783Z Compiling tower-service v0.3.3
26232026-09-04T21:37:48.897Z Compiling omicron-workspace-hack v0.1.0
26242026-09-04T21:37:49.130Z Compiling pretty-hex v0.4.2
26252026-09-04T21:37:49.213Z Compiling try-lock v0.2.5
26262026-09-04T21:37:49.244Z Compiling tower-layer v0.3.3
26272026-09-04T21:37:49.285Z Compiling ryu v1.0.23
26282026-09-04T21:37:49.454Z Compiling want v0.3.1
26292026-09-04T21:37:49.520Z Compiling h2 v0.4.15
26302026-09-04T21:37:49.589Z Compiling ppv-lite86 v0.2.21
26312026-09-04T21:37:49.775Z Compiling crossbeam-utils v0.8.22
26322026-09-04T21:37:50.092Z Compiling httpdate v1.0.3
26332026-09-04T21:37:50.616Z Compiling crc32fast v1.5.0
26342026-09-04T21:37:51.138Z Compiling slog-async v2.8.0
26352026-09-04T21:37:51.401Z Compiling usdt-impl v0.6.0
26362026-09-04T21:37:51.639Z Compiling scroll v0.13.0
26372026-09-04T21:37:51.788Z Compiling serde_urlencoded v0.7.1
26382026-09-04T21:37:51.911Z Compiling http-body-util v0.1.5
26392026-09-04T21:37:52.051Z Compiling hyper v1.11.1
26402026-09-04T21:37:52.103Z Compiling plain v0.2.3
26412026-09-04T21:37:52.220Z Compiling goblin v0.10.7
26422026-09-04T21:37:52.255Z Compiling daft-derive v0.1.8
26432026-09-04T21:37:55.579Z Compiling hyper-util v0.1.20
26442026-09-04T21:37:56.335Z Compiling foldhash v0.2.0
26452026-09-04T21:37:56.592Z Compiling dof v0.4.0
26462026-09-04T21:37:56.904Z Compiling darling_core v0.23.0
26472026-09-04T21:37:57.214Z Compiling dtrace-parser v0.3.0
26482026-09-04T21:37:57.652Z Compiling openapiv3 v2.2.0
26492026-09-04T21:37:57.822Z Compiling thread-id v5.1.0
26502026-09-04T21:37:58.348Z Compiling syn v1.0.109
26512026-09-04T21:37:59.307Z Compiling generic-array v0.14.7
26522026-09-04T21:37:59.307Z Compiling darling_macro v0.23.0
26532026-09-04T21:37:59.506Z Compiling powerfmt v0.2.0
26542026-09-04T21:37:59.743Z Compiling darling v0.23.0
26552026-09-04T21:37:59.844Z Compiling num_threads v0.1.7
26562026-09-04T21:37:59.871Z Compiling deranged v0.5.8
26572026-09-04T21:38:00.157Z Compiling usdt-attr-macro v0.6.0
26582026-09-04T21:38:00.528Z Compiling usdt-macro v0.6.0
26592026-09-04T21:38:01.018Z Compiling time v0.3.55
26602026-09-04T21:38:01.085Z Compiling rand_core v0.9.5
26612026-09-04T21:38:01.359Z Compiling hashbrown v0.16.1
26622026-09-04T21:38:01.695Z Compiling multer v3.1.0
26632026-09-04T21:38:01.945Z Compiling ref-cast v1.0.26
26642026-09-04T21:38:02.308Z Compiling crossbeam-channel v0.5.16
26652026-09-04T21:38:02.385Z Compiling sync_wrapper v1.0.2
26662026-09-04T21:38:02.492Z Compiling hex v0.4.3
26672026-09-04T21:38:02.534Z Compiling winnow v1.0.4
26682026-09-04T21:38:02.772Z Compiling cpufeatures v0.3.0
26692026-09-04T21:38:02.792Z Compiling tower v0.5.3
26702026-09-04T21:38:02.851Z Compiling rand_chacha v0.9.0
26712026-09-04T21:38:03.029Z Compiling webpki-roots v1.0.9
26722026-09-04T21:38:03.166Z Compiling futures-executor v0.3.34
26732026-09-04T21:38:03.391Z Compiling async-stream-impl v0.3.6
26742026-09-04T21:38:03.435Z Compiling ref-cast-impl v1.0.26
26752026-09-04T21:38:03.654Z Compiling dropshot v0.17.1
26762026-09-04T21:38:05.091Z Compiling thread_local v1.1.10
26772026-09-04T21:38:05.104Z Compiling fastrand v2.5.0
26782026-09-04T21:38:05.104Z Compiling futures v0.3.34
26792026-09-04T21:38:05.104Z Compiling tower-http v0.6.11
26802026-09-04T21:38:05.104Z Compiling rand v0.9.5
26812026-09-04T21:38:05.104Z Compiling serde_tokenstream v0.3.0
26822026-09-04T21:38:05.104Z Compiling structmeta-derive v0.3.0
26832026-09-04T21:38:05.104Z Compiling is-terminal v0.4.17
26842026-09-04T21:38:05.104Z Compiling term v1.2.1
26852026-09-04T21:38:05.104Z Compiling take_mut v0.2.2
26862026-09-04T21:38:05.104Z Compiling newtype-uuid-macros v0.1.1
26872026-09-04T21:38:05.104Z Compiling slog-term v2.9.2
26882026-09-04T21:38:05.365Z Compiling crypto-common v0.1.7
26892026-09-04T21:38:05.480Z Compiling structmeta v0.3.0
26902026-09-04T21:38:05.658Z Compiling dropshot_endpoint v0.17.1
26912026-09-04T21:38:05.870Z Compiling tempfile v3.27.0
26922026-09-04T21:38:06.045Z Compiling newtype-uuid v1.4.0
26932026-09-04T21:38:06.362Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26942026-09-04T21:38:06.403Z Compiling strum_macros v0.26.4
26952026-09-04T21:38:06.670Z Compiling either v1.17.0
26962026-09-04T21:38:06.876Z Compiling daft v0.1.8
26972026-09-04T21:38:07.192Z Compiling hybrid-array v0.4.14
26982026-09-04T21:38:07.313Z Compiling adler2 v2.0.1
26992026-09-04T21:38:07.488Z Compiling match_cfg v0.1.0
27002026-09-04T21:38:07.505Z Compiling openssl-probe v0.2.1
27012026-09-04T21:38:07.573Z Compiling simd-adler32 v0.3.10
27022026-09-04T21:38:07.598Z Compiling hostname v0.3.1
27032026-09-04T21:38:07.734Z Compiling rustls-native-certs v0.8.4
27042026-09-04T21:38:07.781Z Compiling miniz_oxide v0.8.9
27052026-09-04T21:38:07.794Z Compiling toml_parser v1.1.3+spec-1.1.0
27062026-09-04T21:38:08.129Z Compiling slog-json v2.6.1
27072026-09-04T21:38:08.405Z Compiling serde_with_macros v3.22.0
27082026-09-04T21:38:08.441Z Compiling macaddr v1.0.1
27092026-09-04T21:38:08.469Z Compiling serde_spanned v1.1.1
27102026-09-04T21:38:08.629Z Compiling memmap2 v0.9.11
27112026-09-04T21:38:08.951Z Compiling toml_writer v1.1.2+spec-1.1.0
27122026-09-04T21:38:09.108Z Compiling slog-bunyan v2.5.0
27132026-09-04T21:38:09.199Z Compiling flate2 v1.1.9
27142026-09-04T21:38:09.312Z Compiling block-buffer v0.12.1
27152026-09-04T21:38:09.496Z Compiling crypto-common v0.2.2
27162026-09-04T21:38:09.521Z Compiling derive-ex v0.1.8
27172026-09-04T21:38:09.604Z Compiling rand_chacha v0.3.1
27182026-09-04T21:38:09.790Z Compiling strum_macros v0.27.2
27192026-09-04T21:38:10.841Z Compiling usdt v0.6.0
27202026-09-04T21:38:10.852Z Compiling compression-core v0.4.32
27212026-09-04T21:38:11.042Z Compiling const-oid v0.10.2
27222026-09-04T21:38:11.148Z Compiling debug-ignore v1.0.5
27232026-09-04T21:38:12.363Z Compiling digest v0.11.3
27242026-09-04T21:38:12.434Z Compiling test-strategy v0.4.5
27252026-09-04T21:38:12.435Z Compiling compression-codecs v0.4.38
27262026-09-04T21:38:12.435Z Compiling rand v0.8.7
27272026-09-04T21:38:12.477Z Compiling toml_datetime v1.1.1+spec-1.1.0
27282026-09-04T21:38:12.477Z Compiling encoding_rs v0.8.35
27292026-09-04T21:38:12.477Z Compiling mime v0.3.17
27302026-09-04T21:38:12.477Z Compiling spin v0.9.9
27312026-09-04T21:38:12.481Z Compiling toml v1.1.4+spec-1.1.0
27322026-09-04T21:38:12.590Z Compiling async-compression v0.4.43
27332026-09-04T21:38:12.608Z Compiling sha1 v0.11.0
27342026-09-04T21:38:12.729Z Compiling async-stream v0.3.6
27352026-09-04T21:38:13.457Z Compiling block-buffer v0.10.4
27362026-09-04T21:38:13.467Z Compiling waitgroup v0.1.2
27372026-09-04T21:38:13.468Z Compiling rustls-pemfile v2.2.0
27382026-09-04T21:38:13.468Z Compiling serde_path_to_error v0.1.20
27392026-09-04T21:38:13.543Z Compiling hostname v0.4.2
27402026-09-04T21:38:13.624Z Compiling digest v0.10.7
27412026-09-04T21:38:14.522Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27422026-09-04T21:38:14.616Z Compiling parse-display-derive v0.10.0
27432026-09-04T21:38:14.655Z Compiling strum v0.26.3
27442026-09-04T21:38:14.808Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27452026-09-04T21:38:14.915Z Compiling regress v0.10.5
27462026-09-04T21:38:15.978Z Compiling wait-timeout v0.2.1
27472026-09-04T21:38:16.168Z Compiling bit-vec v0.8.0
27482026-09-04T21:38:16.300Z Compiling quick-error v1.2.3
27492026-09-04T21:38:16.439Z Compiling unicode-width v0.2.2
27502026-09-04T21:38:16.565Z Compiling rusty-fork v0.3.1
27512026-09-04T21:38:16.637Z Compiling bit-set v0.8.0
27522026-09-04T21:38:16.661Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27532026-09-04T21:38:16.776Z Compiling serde_with v3.22.0
27542026-09-04T21:38:16.846Z Compiling rand_xorshift v0.4.0
27552026-09-04T21:38:17.004Z Compiling unarray v0.1.4
27562026-09-04T21:38:17.175Z Compiling proptest v1.11.0
27572026-09-04T21:38:17.380Z Compiling strum v0.27.2
27582026-09-04T21:38:17.482Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27592026-09-04T21:38:17.546Z Compiling instant v0.1.13
27602026-09-04T21:38:17.844Z Compiling cpufeatures v0.2.17
27612026-09-04T21:38:17.869Z Compiling iddqd v0.4.6
27622026-09-04T21:38:17.935Z Compiling clap_derive v4.6.4
27632026-09-04T21:38:18.110Z Compiling utf8parse v0.2.2
27642026-09-04T21:38:19.554Z Compiling anstyle-parse v1.0.0
27652026-09-04T21:38:19.648Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27662026-09-04T21:38:19.836Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27672026-09-04T21:38:19.848Z Compiling backon v1.6.0
27682026-09-04T21:38:19.848Z Compiling terminal_size v0.4.4
27692026-09-04T21:38:20.123Z Compiling anstyle-query v1.1.5
27702026-09-04T21:38:20.237Z Compiling colorchoice v1.0.5
27712026-09-04T21:38:20.360Z Compiling anstyle v1.0.14
27722026-09-04T21:38:20.590Z Compiling is_terminal_polyfill v1.70.2
27732026-09-04T21:38:20.693Z Compiling anstream v1.0.0
27742026-09-04T21:38:21.310Z Compiling backoff v0.4.0
27752026-09-04T21:38:21.396Z Compiling parse-display v0.10.0
27762026-09-04T21:38:21.672Z Compiling itertools v0.14.0
27772026-09-04T21:38:21.684Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
27782026-09-04T21:38:22.413Z Compiling clap_lex v1.1.0
27792026-09-04T21:38:22.433Z Compiling humantime v2.4.0
27802026-09-04T21:38:22.729Z Compiling clap_builder v4.6.6
27812026-09-04T21:38:24.101Z Compiling regress v0.11.1
27822026-09-04T21:38:24.741Z Compiling clap v4.6.6
27832026-09-04T21:38:24.843Z Compiling typify-impl v0.6.2
27842026-09-04T21:38:26.173Z Compiling toml_edit v0.25.13+spec-1.1.0
27852026-09-04T21:38:27.523Z Compiling crucible-workspace-hack v0.1.0
27862026-09-04T21:38:27.523Z Compiling proc-macro-crate v3.5.0
27872026-09-04T21:38:27.523Z Compiling zerocopy-derive v0.7.35
27882026-09-04T21:38:28.322Z Compiling unsafe-libyaml v0.2.11
27892026-09-04T21:38:28.351Z Compiling typify-macro v0.6.2
27902026-09-04T21:38:28.740Z Compiling num_enum_derive v0.7.6
27912026-09-04T21:38:28.971Z Compiling serde_yaml v0.9.34+deprecated
27922026-09-04T21:38:30.262Z Compiling convert_case v0.4.0
27932026-09-04T21:38:30.566Z Compiling derive_more v0.99.20
27942026-09-04T21:38:30.589Z Compiling num_enum v0.7.6
27952026-09-04T21:38:30.975Z Compiling toml_datetime v0.6.11
27962026-09-04T21:38:31.192Z Compiling crossbeam-epoch v0.9.20
27972026-09-04T21:38:31.462Z Compiling typify v0.6.2
27982026-09-04T21:38:31.681Z Compiling secrecy v0.10.3
27992026-09-04T21:38:31.853Z Compiling proc-macro-error-attr v1.0.4
28002026-09-04T21:38:32.101Z Compiling tinyvec_macros v0.1.1
28012026-09-04T21:38:32.183Z Compiling prettyplease v0.2.37
28022026-09-04T21:38:32.784Z Compiling rustix v0.38.44
28032026-09-04T21:38:32.900Z Compiling heapless v0.8.0
28042026-09-04T21:38:34.423Z Compiling tinyvec v1.12.0
28052026-09-04T21:38:34.457Z Compiling zerocopy v0.7.35
28062026-09-04T21:38:34.457Z Compiling tabwriter v1.4.1
28072026-09-04T21:38:34.457Z Compiling hash32 v0.3.1
28082026-09-04T21:38:34.457Z Compiling rustc_version v0.4.1
28092026-09-04T21:38:34.505Z Compiling scroll_derive v0.12.1
28102026-09-04T21:38:34.520Z Compiling num-integer v0.1.47
28112026-09-04T21:38:34.590Z Compiling proc-macro-error v1.0.4
28122026-09-04T21:38:34.709Z Compiling usdt-impl v0.5.0
28132026-09-04T21:38:34.869Z Compiling data-encoding v2.11.1
28142026-09-04T21:38:34.984Z Compiling winnow v0.7.15
28152026-09-04T21:38:35.063Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28162026-09-04T21:38:35.277Z Compiling smoltcp v0.11.0
28172026-09-04T21:38:35.352Z Compiling scroll v0.12.0
28182026-09-04T21:38:35.818Z Compiling curve25519-dalek v4.1.3
28192026-09-04T21:38:36.278Z Compiling dof v0.3.0
28202026-09-04T21:38:37.495Z Compiling dtrace-parser v0.2.0
28212026-09-04T21:38:37.579Z Compiling hmac v0.12.1
28222026-09-04T21:38:37.609Z Compiling darling_core v0.21.3
28232026-09-04T21:38:37.736Z Compiling inout v0.1.4
28242026-09-04T21:38:37.804Z Compiling ff v0.13.1
28252026-09-04T21:38:38.004Z Compiling cobs v0.3.0
28262026-09-04T21:38:38.090Z Compiling thread-id v4.2.2
28272026-09-04T21:38:38.166Z Compiling bitflags v1.3.2
28282026-09-04T21:38:38.212Z Compiling static_assertions v1.1.0
28292026-09-04T21:38:38.224Z Compiling colored v3.1.1
28302026-09-04T21:38:38.293Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
28312026-09-04T21:38:38.522Z Compiling managed v0.8.0
28322026-09-04T21:38:39.079Z Compiling postcard v1.1.3
28332026-09-04T21:38:39.151Z Compiling group v0.13.0
28342026-09-04T21:38:39.286Z Compiling cipher v0.4.4
28352026-09-04T21:38:39.505Z Compiling hkdf v0.12.4
28362026-09-04T21:38:39.749Z Compiling darling_macro v0.21.3
28372026-09-04T21:38:40.302Z Compiling goblin v0.8.2
28382026-09-04T21:38:40.425Z Compiling num-rational v0.4.2
28392026-09-04T21:38:40.426Z Compiling num-iter v0.1.46
28402026-09-04T21:38:40.862Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28412026-09-04T21:38:41.210Z Compiling universal-hash v0.5.1
28422026-09-04T21:38:41.314Z Compiling thiserror-impl-no-std v2.0.2
28432026-09-04T21:38:41.372Z Compiling hubpack_derive v0.1.1
28442026-09-04T21:38:41.900Z Compiling crypto-bigint v0.5.5
28452026-09-04T21:38:42.080Z Compiling half v2.7.1
28462026-09-04T21:38:42.273Z Compiling curve25519-dalek-derive v0.1.1
28472026-09-04T21:38:42.421Z Compiling foreign-types-macros v0.2.4
28482026-09-04T21:38:42.437Z Compiling serde_repr v0.1.21
28492026-09-04T21:38:43.023Z Compiling num-complex v0.4.6
28502026-09-04T21:38:43.485Z Compiling memoffset v0.9.1
28512026-09-04T21:38:43.731Z Compiling base16ct v0.2.0
28522026-09-04T21:38:43.798Z Compiling opaque-debug v0.3.1
28532026-09-04T21:38:43.898Z Compiling cfg_aliases v0.2.2
28542026-09-04T21:38:43.945Z Compiling heck v0.4.1
28552026-09-04T21:38:43.981Z Compiling indent_write v2.2.0
28562026-09-04T21:38:44.125Z Compiling ciborium-io v0.2.2
28572026-09-04T21:38:44.150Z Compiling foreign-types-shared v0.3.1
28582026-09-04T21:38:44.304Z Compiling base64ct v1.8.3
28592026-09-04T21:38:44.712Z Compiling password-hash v0.5.0
28602026-09-04T21:38:45.212Z Compiling foreign-types v0.5.0
28612026-09-04T21:38:45.275Z Compiling ciborium-ll v0.2.2
28622026-09-04T21:38:45.560Z Compiling nix v0.31.3
28632026-09-04T21:38:45.766Z Compiling poly1305 v0.8.0
28642026-09-04T21:38:47.410Z Compiling elliptic-curve v0.13.8
28652026-09-04T21:38:47.449Z Compiling num v0.4.3
28662026-09-04T21:38:47.449Z Compiling thiserror-no-std v2.0.2
28672026-09-04T21:38:47.475Z Compiling hubpack v0.1.2
28682026-09-04T21:38:47.475Z Compiling darling v0.21.3
28692026-09-04T21:38:47.476Z Compiling chacha20 v0.9.1
28702026-09-04T21:38:47.860Z Compiling atomicwrites v0.4.4
28712026-09-04T21:38:48.117Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28722026-09-04T21:38:48.138Z Compiling reqwest v0.12.28
28732026-09-04T21:38:49.250Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28742026-09-04T21:38:49.633Z Compiling blake2 v0.10.6
28752026-09-04T21:38:50.048Z Compiling aead v0.5.2
28762026-09-04T21:38:50.231Z Compiling chacha20 v0.10.1
28772026-09-04T21:38:50.258Z Compiling byte-wrapper v0.1.0
28782026-09-04T21:38:50.269Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
28792026-09-04T21:38:50.532Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
28802026-09-04T21:38:51.189Z Compiling cstr-argument v0.1.2
28812026-09-04T21:38:51.325Z Compiling float-ord v0.3.2
28822026-09-04T21:38:51.429Z Compiling crossbeam-deque v0.8.7
28832026-09-04T21:38:51.449Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
28842026-09-04T21:38:51.592Z Compiling keccak v0.1.6
28852026-09-04T21:38:51.719Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28862026-09-04T21:38:51.757Z Compiling sha3 v0.10.9
28872026-09-04T21:38:52.156Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
28882026-09-04T21:38:52.329Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
28892026-09-04T21:38:52.334Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28902026-09-04T21:38:52.457Z Compiling rand v0.10.2
28912026-09-04T21:38:52.894Z Compiling chacha20poly1305 v0.10.1
28922026-09-04T21:38:53.241Z Compiling argon2 v0.5.3
28932026-09-04T21:38:53.815Z Compiling progenitor-client v0.10.0
28942026-09-04T21:38:54.209Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
28952026-09-04T21:38:54.444Z Compiling ingot-macros v0.1.1
28962026-09-04T21:38:55.106Z Compiling vsss-rs v3.3.4
28972026-09-04T21:38:56.419Z Compiling ciborium v0.2.2
28982026-09-04T21:38:56.752Z Compiling usdt-attr-macro v0.5.0
28992026-09-04T21:38:56.950Z Compiling usdt-macro v0.5.0
29002026-09-04T21:38:58.037Z Compiling num-derive v0.4.2
29012026-09-04T21:38:58.056Z Compiling enum-as-inner v0.6.1
29022026-09-04T21:38:58.174Z Compiling memmap v0.7.0
29032026-09-04T21:38:58.636Z Compiling rayon-core v1.13.0
29042026-09-04T21:38:59.033Z Compiling winnow v0.5.40
29052026-09-04T21:38:59.076Z Compiling semver v0.1.20
29062026-09-04T21:38:59.255Z Compiling rustc_version v0.1.7
29072026-09-04T21:38:59.337Z Compiling usdt v0.5.0
29082026-09-04T21:38:59.511Z Compiling ingot-types v0.1.2
29092026-09-04T21:38:59.578Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29102026-09-04T21:39:00.073Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29112026-09-04T21:39:00.182Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29122026-09-04T21:39:00.512Z Compiling toml_edit v0.19.15
29132026-09-04T21:39:00.589Z Compiling progenitor-impl v0.14.0
29142026-09-04T21:39:00.914Z Compiling console v0.16.4
29152026-09-04T21:39:02.200Z Compiling rustls-webpki v0.103.14
29162026-09-04T21:39:02.507Z Compiling serde_spanned v0.6.9
29172026-09-04T21:39:02.553Z Compiling bstr v1.13.1
29182026-09-04T21:39:02.658Z Compiling lazy_static v1.5.0
29192026-09-04T21:39:02.683Z Compiling toml_write v0.1.2
29202026-09-04T21:39:02.891Z Compiling vcpkg v0.2.15
29212026-09-04T21:39:03.248Z Compiling bytecount v0.6.9
29222026-09-04T21:39:03.445Z Compiling toml_edit v0.22.27
29232026-09-04T21:39:03.461Z Compiling openssl-sys v0.9.117
29242026-09-04T21:39:03.539Z Compiling progenitor-macro v0.14.0
29252026-09-04T21:39:04.047Z Compiling proc-macro-crate v1.3.1
29262026-09-04T21:39:04.616Z Compiling ingot v0.1.1
29272026-09-04T21:39:05.682Z Compiling newtype_derive v0.1.6
29282026-09-04T21:39:05.939Z Compiling itertools v0.12.1
29292026-09-04T21:39:06.593Z Compiling tokio-rustls v0.26.4
29302026-09-04T21:39:06.965Z Compiling hyper-rustls v0.27.9
29312026-09-04T21:39:06.980Z Compiling rustls-platform-verifier v0.7.0
29322026-09-04T21:39:07.177Z Compiling reqwest v0.13.4
29332026-09-04T21:39:08.404Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29342026-09-04T21:39:08.863Z Compiling progenitor-client v0.14.0
29352026-09-04T21:39:09.455Z Compiling progenitor-extras v0.2.0
29362026-09-04T21:39:09.758Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29372026-09-04T21:39:10.035Z Compiling linked-hash-map v0.5.6
29382026-09-04T21:39:10.128Z Compiling owo-colors v4.3.0
29392026-09-04T21:39:10.273Z Compiling resolv-conf v0.7.6
29402026-09-04T21:39:10.493Z Compiling swrite v0.1.0
29412026-09-04T21:39:10.623Z Compiling unicode-segmentation v1.13.3
29422026-09-04T21:39:10.960Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29432026-09-04T21:39:15.327Z Compiling newline-converter v0.3.0
29442026-09-04T21:39:15.490Z Compiling lru-cache v0.1.2
29452026-09-04T21:39:17.705Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29462026-09-04T21:39:22.496Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29472026-09-04T21:39:22.595Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29482026-09-04T21:39:22.856Z Compiling progenitor v0.14.0
29492026-09-04T21:39:23.017Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29502026-09-04T21:39:23.079Z Compiling rayon v1.12.0
29512026-09-04T21:39:24.364Z Compiling toml v0.8.23
29522026-09-04T21:39:24.846Z Compiling num_enum_derive v0.5.11
29532026-09-04T21:39:24.994Z Compiling hickory-proto v0.24.4
29542026-09-04T21:39:25.380Z Compiling progenitor-impl v0.13.0
29552026-09-04T21:39:25.950Z Compiling camino-tempfile v1.4.1
29562026-09-04T21:39:26.378Z Compiling serde-big-array v0.5.1
29572026-09-04T21:39:26.559Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29582026-09-04T21:39:26.826Z Compiling pin-project-internal v1.1.13
29592026-09-04T21:39:26.996Z Compiling derive-where v1.6.1
29602026-09-04T21:39:27.119Z Compiling siphasher v1.0.3
29612026-09-04T21:39:27.553Z Compiling similar v3.2.0
29622026-09-04T21:39:27.637Z Compiling minimal-lexical v0.2.1
29632026-09-04T21:39:27.904Z Compiling nom v7.1.3
29642026-09-04T21:39:27.958Z Compiling pin-project v1.1.13
29652026-09-04T21:39:28.084Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29662026-09-04T21:39:28.108Z Compiling progenitor-macro v0.13.0
29672026-09-04T21:39:28.330Z Compiling phf_shared v0.12.1
29682026-09-04T21:39:28.577Z Compiling expectorate v1.3.0
29692026-09-04T21:39:28.683Z Compiling hickory-resolver v0.24.4
29702026-09-04T21:39:29.307Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
29712026-09-04T21:39:29.335Z Compiling num_enum v0.5.11
29722026-09-04T21:39:32.755Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29732026-09-04T21:39:32.820Z Compiling progenitor-client v0.13.0
29742026-09-04T21:39:33.023Z Compiling zone_cfg_derive v0.3.1
29752026-09-04T21:39:33.317Z Compiling unicode-normalization v0.1.25
29762026-09-04T21:39:33.788Z Compiling tokio-stream v0.1.19
29772026-09-04T21:39:33.937Z Compiling async-recursion v1.1.1
29782026-09-04T21:39:34.409Z Compiling snafu-derive v0.8.9
29792026-09-04T21:39:34.670Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
29802026-09-04T21:39:35.024Z Compiling slog-dtrace v0.3.0
29812026-09-04T21:39:35.293Z Compiling csv-core v0.1.13
29822026-09-04T21:39:35.720Z Compiling highway v1.3.0
29832026-09-04T21:39:36.208Z Compiling chrono-tz v0.10.4
29842026-09-04T21:39:36.411Z Compiling foreign-types-shared v0.1.1
29852026-09-04T21:39:36.453Z Compiling foldhash v0.1.5
29862026-09-04T21:39:36.518Z Compiling konst_macro_rules v0.2.19
29872026-09-04T21:39:36.572Z Compiling unicode-width v0.1.14
29882026-09-04T21:39:36.694Z Compiling cancel-safe-futures v0.1.5
29892026-09-04T21:39:36.725Z Compiling unicode-linebreak v0.1.5
29902026-09-04T21:39:36.901Z Compiling unicode-xid v0.2.6
29912026-09-04T21:39:36.967Z Compiling smawk v0.3.3
29922026-09-04T21:39:37.031Z Compiling openssl v0.10.81
29932026-09-04T21:39:37.048Z Compiling jiff-core v0.1.0
29942026-09-04T21:39:37.122Z Compiling same-file v1.0.6
29952026-09-04T21:39:37.314Z Compiling walkdir v2.5.0
29962026-09-04T21:39:37.356Z Compiling textwrap v0.16.2
29972026-09-04T21:39:38.001Z Compiling jiff v0.2.35
29982026-09-04T21:39:38.418Z Compiling const_format_proc_macros v0.2.34
29992026-09-04T21:39:38.882Z Compiling hashbrown v0.15.5
30002026-09-04T21:39:38.888Z Compiling konst v0.2.20
30012026-09-04T21:39:39.253Z Compiling foreign-types v0.3.2
30022026-09-04T21:39:39.298Z Compiling snafu v0.8.9
30032026-09-04T21:39:39.330Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30042026-09-04T21:39:39.549Z Compiling csv v1.4.0
30052026-09-04T21:39:40.036Z Compiling progenitor v0.13.0
30062026-09-04T21:39:40.207Z Compiling qorb v0.4.1
30072026-09-04T21:39:40.467Z Compiling zone v0.3.1
30082026-09-04T21:39:40.731Z Compiling olpc-cjson v0.1.4
30092026-09-04T21:39:40.989Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30102026-09-04T21:39:42.693Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30112026-09-04T21:39:43.241Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30122026-09-04T21:39:43.793Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30132026-09-04T21:39:45.308Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30142026-09-04T21:39:46.646Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30152026-09-04T21:39:46.976Z Compiling phf v0.12.1
30162026-09-04T21:39:47.532Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30172026-09-04T21:39:47.613Z Compiling globset v0.4.20
30182026-09-04T21:39:47.663Z Compiling tokio-dtrace v0.1.1
30192026-09-04T21:39:47.807Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30202026-09-04T21:39:48.013Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30212026-09-04T21:39:48.043Z Compiling smf v0.2.3
30222026-09-04T21:39:48.568Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
30232026-09-04T21:39:48.620Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
30242026-09-04T21:39:48.647Z Compiling pem v3.0.6
30252026-09-04T21:39:49.247Z Compiling libsw-core v0.3.2
30262026-09-04T21:39:49.369Z Compiling serde_plain v1.0.2
30272026-09-04T21:39:49.458Z Compiling openssl-macros v0.1.1
30282026-09-04T21:39:49.733Z Compiling cookie v0.18.2
30292026-09-04T21:39:49.768Z Compiling sigpipe v0.1.3
30302026-09-04T21:39:49.883Z Compiling fixedbitset v0.5.7
30312026-09-04T21:39:50.002Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30322026-09-04T21:39:50.261Z Compiling typed-path v0.9.3
30332026-09-04T21:39:50.282Z Compiling fixedbitset v0.4.2
30342026-09-04T21:39:50.393Z Compiling glob v0.3.4
30352026-09-04T21:39:50.476Z Compiling petgraph v0.8.3
30362026-09-04T21:39:50.697Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30372026-09-04T21:39:51.353Z Compiling petgraph v0.6.5
30382026-09-04T21:39:51.648Z Compiling tough v0.22.0
30392026-09-04T21:39:52.857Z Compiling libsw v3.5.0
30402026-09-04T21:39:53.065Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
30412026-09-04T21:39:53.128Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
30422026-09-04T21:39:53.275Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30432026-09-04T21:39:53.356Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30442026-09-04T21:39:53.556Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30452026-09-04T21:39:53.583Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30462026-09-04T21:39:53.926Z Compiling oxide-tokio-rt v0.1.6
30472026-09-04T21:39:54.535Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30482026-09-04T21:39:55.801Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30492026-09-04T21:39:55.995Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30502026-09-04T21:39:57.295Z Compiling const_format v0.2.36
30512026-09-04T21:39:58.232Z Compiling papergrid v0.11.0
30522026-09-04T21:39:58.525Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30532026-09-04T21:39:59.143Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30542026-09-04T21:39:59.215Z Compiling libscf-sys v1.2.0
30552026-09-04T21:39:59.344Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30562026-09-04T21:39:59.373Z Compiling tabled_derive v0.7.0
30572026-09-04T21:39:59.485Z Compiling gethostname v0.5.0
30582026-09-04T21:39:59.507Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
30592026-09-04T21:39:59.674Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30602026-09-04T21:39:59.862Z Compiling bcs v0.1.6
30612026-09-04T21:39:59.869Z Compiling linear-map v1.2.0
30622026-09-04T21:40:00.121Z Compiling termtree v0.5.1
30632026-09-04T21:40:00.294Z Compiling tagptr v0.2.0
30642026-09-04T21:40:00.317Z Compiling whoami v1.6.1
30652026-09-04T21:40:00.428Z Compiling tabled v0.15.0
30662026-09-04T21:40:00.479Z Compiling moka v0.12.16
30672026-09-04T21:40:01.818Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30682026-09-04T21:40:03.779Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30692026-09-04T21:40:04.111Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30702026-09-04T21:40:04.190Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30712026-09-04T21:40:04.450Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30722026-09-04T21:40:04.708Z Compiling steno v0.4.1
30732026-09-04T21:40:07.071Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30742026-09-04T21:40:08.867Z Compiling hickory-proto v0.25.2
30752026-09-04T21:40:10.470Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30762026-09-04T21:40:10.724Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
30772026-09-04T21:40:11.423Z Compiling hickory-resolver v0.25.2
30782026-09-04T21:40:11.912Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
30792026-09-04T21:40:12.029Z Compiling parking_lot_core v0.8.6
30802026-09-04T21:40:12.361Z Compiling nom v8.0.0
30812026-09-04T21:40:13.192Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30822026-09-04T21:40:13.527Z Compiling itertools v0.15.0
30832026-09-04T21:40:13.817Z Compiling crunchy v0.2.4
30842026-09-04T21:40:14.134Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
30852026-09-04T21:40:14.251Z Compiling parking_lot v0.11.2
30862026-09-04T21:40:15.559Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
30872026-09-04T21:40:15.565Z Compiling typify-impl v0.4.3
30882026-09-04T21:40:15.565Z Compiling fxhash v0.2.1
30892026-09-04T21:40:15.565Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
30902026-09-04T21:40:15.671Z Compiling tiny-keccak v2.0.2
30912026-09-04T21:40:15.916Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
30922026-09-04T21:40:16.209Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30932026-09-04T21:40:17.182Z Compiling sled v0.34.7
30942026-09-04T21:40:18.660Z Compiling typify-macro v0.4.3
30952026-09-04T21:40:19.625Z Compiling arc-swap v1.9.2
30962026-09-04T21:40:20.028Z Compiling slog-scope v4.4.1
30972026-09-04T21:40:20.362Z Compiling ingot-macros v0.2.0
30982026-09-04T21:40:20.857Z Compiling papergrid v0.18.0
30992026-09-04T21:40:20.900Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a)
31002026-09-04T21:40:21.190Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a)
31012026-09-04T21:40:21.463Z Compiling internet-checksum v0.2.1
31022026-09-04T21:40:21.676Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
31032026-09-04T21:40:21.807Z Compiling const-random-macro v0.1.16
31042026-09-04T21:40:22.330Z Compiling tabled v0.21.0
31052026-09-04T21:40:22.372Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a)
31062026-09-04T21:40:23.166Z Compiling ingot-types v0.2.0
31072026-09-04T21:40:23.663Z Compiling slog-stdlog v4.1.1
31082026-09-04T21:40:24.046Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
31092026-09-04T21:40:24.743Z Compiling dropshot-api-manager-types v0.8.0
31102026-09-04T21:40:25.317Z Compiling smartstring v1.0.1
31112026-09-04T21:40:25.620Z Compiling ahash v0.8.12
31122026-09-04T21:40:26.296Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=803f6899e3bc64780a965d625e248e1d77e37d43#803f6899)
31132026-09-04T21:40:26.544Z Compiling slog-envlogger v2.2.0
31142026-09-04T21:40:27.727Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
31152026-09-04T21:40:28.962Z Compiling ingot v0.2.1
31162026-09-04T21:40:30.361Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
31172026-09-04T21:40:31.095Z Compiling const-random v0.1.18
31182026-09-04T21:40:31.186Z Compiling typify v0.4.3
31192026-09-04T21:40:31.340Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
31202026-09-04T21:40:31.795Z Compiling toml_datetime v0.7.5+spec-1.1.0
31212026-09-04T21:40:32.119Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
31222026-09-04T21:40:32.565Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
31232026-09-04T21:40:32.855Z Compiling crc8 v0.1.1
31242026-09-04T21:40:32.992Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
31252026-09-04T21:40:37.702Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
31262026-09-04T21:40:37.727Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=803f6899e3bc64780a965d625e248e1d77e37d43#803f6899)
31272026-09-04T21:40:37.727Z Compiling toml v0.9.12+spec-1.1.0
31282026-09-04T21:40:37.733Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
31292026-09-04T21:40:37.733Z Compiling progenitor-impl v0.10.0
31302026-09-04T21:40:38.398Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
31312026-09-04T21:40:38.579Z Compiling sha1 v0.10.7
31322026-09-04T21:40:39.049Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
31332026-09-04T21:40:39.158Z Compiling rhai_codegen v3.2.0
31342026-09-04T21:40:39.643Z Compiling lzma-sys v0.1.20
31352026-09-04T21:40:39.798Z Compiling fs-err v3.3.1
31362026-09-04T21:40:40.089Z Compiling typeid v1.0.3
31372026-09-04T21:40:40.132Z Compiling utf-8 v0.7.6
31382026-09-04T21:40:40.371Z Compiling thin-vec v0.2.19
31392026-09-04T21:40:40.484Z Compiling tungstenite v0.21.0
31402026-09-04T21:40:40.654Z Compiling rhai v1.26.0
31412026-09-04T21:40:40.734Z Compiling progenitor-macro v0.10.0
31422026-09-04T21:40:43.696Z Compiling cargo_toml v0.22.3
31432026-09-04T21:40:46.165Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31442026-09-04T21:40:47.362Z Compiling sha2 v0.10.9
31452026-09-04T21:40:47.933Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31462026-09-04T21:40:48.735Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31472026-09-04T21:40:49.048Z Compiling progenitor v0.10.0
31482026-09-04T21:40:49.222Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1)
31492026-09-04T21:40:50.225Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
31502026-09-04T21:40:52.433Z Compiling tokio-tungstenite v0.21.0
31512026-09-04T21:40:53.564Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
31522026-09-04T21:40:54.139Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
31532026-09-04T21:40:54.647Z Compiling port-file v0.1.0
31542026-09-04T21:40:54.933Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
31552026-09-04T21:40:55.499Z Compiling git-stub v1.0.0
31562026-09-04T21:40:55.972Z Compiling base64 v0.21.7
31572026-09-04T21:40:56.133Z Compiling is_ci v1.2.0
31582026-09-04T21:40:56.332Z Compiling unit-prefix v0.5.2
31592026-09-04T21:40:56.509Z Compiling indicatif v0.18.6
31602026-09-04T21:40:56.534Z Compiling supports-color v3.0.2
31612026-09-04T21:40:56.811Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31622026-09-04T21:40:57.446Z Compiling git-stub-vcs v0.1.0
31632026-09-04T21:40:58.227Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
31642026-09-04T21:40:59.315Z Compiling ron v0.12.2
31652026-09-04T21:40:59.779Z Compiling xz2 v0.1.7
31662026-09-04T21:41:00.146Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
31672026-09-04T21:41:00.324Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
31682026-09-04T21:41:01.021Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
31692026-09-04T21:41:01.451Z Compiling similar v2.7.0
31702026-09-04T21:41:03.536Z Compiling drift v0.2.0
31712026-09-04T21:41:04.334Z Compiling strum_macros v0.28.0
31722026-09-04T21:41:04.353Z Compiling base16ct v1.0.0
31732026-09-04T21:41:06.322Z Compiling strum v0.28.0
31742026-09-04T21:41:06.547Z Compiling dropshot-api-manager v0.8.0
31752026-09-04T21:41:08.020Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
31762026-09-04T21:41:10.915Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1)
31772026-09-04T21:41:12.166Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
31782026-09-04T21:41:13.480Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
31792026-09-04T21:41:14.539Z Compiling natord v1.0.9
31802026-09-04T21:41:14.841Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
31812026-09-04T21:41:14.938Z Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util)
31822026-09-04T21:41:16.392Z Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
31832026-09-04T21:41:16.586Z Compiling mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify)
31842026-09-04T21:41:18.016Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
31852026-09-04T21:41:28.260Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
31862026-09-04T21:41:29.198Z Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
31872026-09-04T21:41:31.205Z Compiling falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab)
31882026-09-04T21:41:31.991Z Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
31892026-09-04T21:41:34.683Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
31902026-09-04T21:42:02.587Z Finished `release` profile [optimized] target(s) in 4m 35s
31912026-09-04T21:42:02.767Z
31922026-09-04T21:42:02.767Zreal 4:36.098620542
31932026-09-04T21:42:02.767Zuser 31:24.901490866
31942026-09-04T21:42:02.767Zsys 2:54.103659802
31952026-09-04T21:42:02.767Ztrap 0.783404829
31962026-09-04T21:42:02.768Ztflt 1.450273249
31972026-09-04T21:42:02.768Zdflt 2.075474769
31982026-09-04T21:42:02.768Zkflt 0.000053110
31992026-09-04T21:42:02.768Zlock 2:10:09.010724676
32002026-09-04T21:42:02.768Zslp 1:30:20.632325066
32012026-09-04T21:42:02.768Zlat 2:27.040113182
32022026-09-04T21:42:02.768Zstop 4:27.202573267
32032026-09-04T21:42:02.796Z+ for x in debug release
32042026-09-04T21:42:02.796Z+ mkdir -p /work/debug
32052026-09-04T21:42:02.796Z+ cp target/debug/ddmd /work/debug/ddmd
32062026-09-04T21:42:03.319Z+ cp target/debug/ddmadm /work/debug/ddmadm
32072026-09-04T21:42:03.825Z+ cp target/debug/mgd /work/debug/mgd
32082026-09-04T21:42:04.570Z+ cp target/debug/mgadm /work/debug/mgadm
32092026-09-04T21:42:05.033Z+ for x in debug release
32102026-09-04T21:42:05.033Z+ mkdir -p /work/release
32112026-09-04T21:42:05.045Z+ cp target/release/ddmd /work/release/ddmd
32122026-09-04T21:42:05.132Z+ cp target/release/ddmadm /work/release/ddmadm
32132026-09-04T21:42:05.222Z+ cp target/release/mgd /work/release/mgd
32142026-09-04T21:42:05.350Z+ cp target/release/mgadm /work/release/mgadm
32152026-09-04T21:42:05.459Z+ cp target/release/falcon-lab /work/release/falcon-lab
32162026-09-04T21:42:05.537Zprocess exited: duration 674611 ms, exit code 0
 
32172026-09-04T21:42:05.563Zfound 9 output files
32182026-09-04T21:42:05.563Zuploading: /work/debug/ddmadm (587287336 bytes)
32192026-09-04T21:42:27.020Zuploaded: /work/debug/ddmadm
32202026-09-04T21:42:27.021Zuploading: /work/debug/ddmd (679738208 bytes)
32212026-09-04T21:42:45.341Zuploaded: /work/debug/ddmd
32222026-09-04T21:42:45.341Zuploading: /work/debug/mgadm (697325432 bytes)
32232026-09-04T21:42:59.014Zuploaded: /work/debug/mgadm
32242026-09-04T21:42:59.014Zuploading: /work/debug/mgd (802083896 bytes)
32252026-09-04T21:43:16.517Zuploaded: /work/debug/mgd
32262026-09-04T21:43:16.517Zuploading: /work/release/ddmadm (52259808 bytes)
32272026-09-04T21:43:18.196Zuploaded: /work/release/ddmadm
32282026-09-04T21:43:18.196Zuploading: /work/release/ddmd (61084200 bytes)
32292026-09-04T21:43:19.916Zuploaded: /work/release/ddmd
32302026-09-04T21:43:19.916Zuploading: /work/release/falcon-lab (44336008 bytes)
32312026-09-04T21:43:21.338Zuploaded: /work/release/falcon-lab
32322026-09-04T21:43:21.338Zuploading: /work/release/mgadm (67594264 bytes)
32332026-09-04T21:43:23.114Zuploaded: /work/release/mgadm
32342026-09-04T21:43:23.114Zuploading: /work/release/mgd (86509040 bytes)
32352026-09-04T21:43:25.015Zuploaded: /work/release/mgd