01KYRJ297DCDGPYMK4J0PVWY83: build

BasicConfig {
    output_rules: [
        "/work/debug/*",
        "/work/release/*",
    ],
    rust_toolchain: Some(
        String(
            "stable",
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [
        BasicConfigPublish {
            from_output: "/work/release/ddmd",
            series: "release",
            name: "ddmd",
        },
        BasicConfigPublish {
            from_output: "/work/release/ddmadm",
            series: "release",
            name: "ddmadm",
        },
        BasicConfigPublish {
            from_output: "/work/release/falcon-lab",
            series: "release",
            name: "falcon-lab",
        },
        BasicConfigPublish {
            from_output: "/work/debug/ddmd",
            series: "debug",
            name: "ddmd",
        },
        BasicConfigPublish {
            from_output: "/work/debug/ddmadm",
            series: "debug",
            name: "ddmadm",
        },
        BasicConfigPublish {
            from_output: "/work/debug/mgd",
            series: "debug",
            name: "mgd",
        },
        BasicConfigPublish {
            from_output: "/work/debug/mgadm",
            series: "debug",
            name: "mgadm",
        },
        BasicConfigPublish {
            from_output: "/work/release/mgd",
            series: "release",
            name: "mgd",
        },
        BasicConfigPublish {
            from_output: "/work/release/mgadm",
            series: "release",
            name: "mgadm",
        },
    ],
    skip_clone: false,
}

Buildomat Job: 01KYRJ2V283H8J7G7116W217SD

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-30T03:47:13.687Zjob assigned to worker 01KYRJ326QT6K6NG85A152H4R1 [factory aws, i-0d87fbca6fd9cf146] (queued for 48 s)
 
22026-07-30T03:47:20.883Zstarting task 0: "setup"
32026-07-30T03:47:20.887Z++ uname -s
42026-07-30T03:47:20.890Z+ kern=SunOS
52026-07-30T03:47:20.890Z+ build_user=build
62026-07-30T03:47:20.890Z+ build_uid=12345
72026-07-30T03:47:20.890Z+ work_dir=/work
82026-07-30T03:47:20.890Z+ input_dir=/input
92026-07-30T03:47:20.890Z+ [[ 0 == 12345 ]]
102026-07-30T03:47:20.890Z+ case "$kern" in
112026-07-30T03:47:20.890Z+ groupadd -g 12345 build
122026-07-30T03:47:20.893Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-30T03:47:22.898Z+ zfs create -o mountpoint=/work rpool/work
142026-07-30T03:47:23.005Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-30T03:47:23.008Z+ home_fs=zfs
162026-07-30T03:47:23.008Z+ [[ zfs == autofs ]]
172026-07-30T03:47:23.009Z+ mkdir -p /home/build
182026-07-30T03:47:23.009Z+ chown build:build /home/build /work
192026-07-30T03:47:25.010Z+ chmod 0700 /home/build /work
202026-07-30T03:47:25.013Zprocess exited: duration 4131 ms, exit code 0
 
212026-07-30T03:47:25.019Zstarting task 1: "rust-toolchain"
222026-07-30T03:47:25.023Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-07-30T03:47:25.023Z * rust toolchain channel = "stable"
242026-07-30T03:47:25.024Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-07-30T03:47:25.024Z * rust toolchain profile = "default"
262026-07-30T03:47:25.027Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-30T03:47:25.027Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-30T03:47:25.027Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-30T03:47:25.027Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-07-30T03:47:25.174Zinfo: downloading installer
312026-07-30T03:47:26.832Zwarn: It looks like you have an existing installation of Rust at:
322026-07-30T03:47:26.832Zwarn: /opt/ooce/bin
332026-07-30T03:47:26.832Zwarn: It is recommended that rustup be the primary Rust installation.
342026-07-30T03:47:26.832Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-07-30T03:47:26.832Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-07-30T03:47:26.832Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-07-30T03:47:26.832Zwarn: or pass `-y' to ignore all ignorable checks.
382026-07-30T03:47:26.832Zerror: cannot install while Rust is installed
392026-07-30T03:47:26.832Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-07-30T03:47:26.832Zwarn: It looks like you have an existing rustup settings file at:
412026-07-30T03:47:26.832Zwarn: /home/build/.rustup/settings.toml
422026-07-30T03:47:26.832Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-07-30T03:47:26.832Zwarn: instead of the one inferred from the default host triple.
442026-07-30T03:47:26.845Zinfo: profile set to default
452026-07-30T03:47:26.845Zinfo: default host triple is x86_64-unknown-illumos
462026-07-30T03:47:26.848Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-07-30T03:47:26.986Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
482026-07-30T03:47:26.990Zinfo: downloading 6 components
492026-07-30T03:47:42.004Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-07-30T03:47:42.004Z
512026-07-30T03:47:42.030Z stable-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
522026-07-30T03:47:42.030Z
532026-07-30T03:47:42.030Z
542026-07-30T03:47:42.031ZRust is installed now. Great!
552026-07-30T03:47:42.031Z
562026-07-30T03:47:42.034ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-07-30T03:47:42.034Zenvironment variable. This has not been done automatically.
582026-07-30T03:47:42.034Z
592026-07-30T03:47:42.034ZTo configure your current shell, you need to source
602026-07-30T03:47:42.034Zthe corresponding env file under $HOME/.cargo.
612026-07-30T03:47:42.034Z
622026-07-30T03:47:42.034ZThis is usually done by running one of the following (note the leading DOT):
632026-07-30T03:47:42.034Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-07-30T03:47:42.034Zsource "$HOME/.cargo/env.fish" # For fish
652026-07-30T03:47:42.034Zsource "~/.cargo/env.nu" # For nushell
662026-07-30T03:47:42.034Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-07-30T03:47:42.034Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-07-30T03:47:42.034Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-07-30T03:47:42.034Zwarn: no default linker (`cc`) was found in your PATH
702026-07-30T03:47:42.034Zwarn: many Rust crates require a system C toolchain to build
712026-07-30T03:47:42.123Z+ rustup --version
722026-07-30T03:47:42.131Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-07-30T03:47:42.135Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-07-30T03:47:42.152Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
752026-07-30T03:47:42.156Z+ cargo --version
762026-07-30T03:47:42.170Zcargo 1.97.1 (c980f4866 2026-06-30)
772026-07-30T03:47:42.173Z+ rustc --version
782026-07-30T03:47:42.193Zrustc 1.97.1 (8bab26f4f 2026-07-14)
792026-07-30T03:47:42.196Zprocess exited: duration 17173 ms, exit code 0
 
802026-07-30T03:47:42.202Zstarting task 2: "authentication"
812026-07-30T03:47:42.218Zprocess exited: duration 16 ms, exit code 0
 
822026-07-30T03:47:42.225Zstarting task 3: "clone repository"
832026-07-30T03:47:42.228Z+ mkdir -p /work/oxidecomputer/maghemite
842026-07-30T03:47:42.231Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-07-30T03:47:42.259ZCloning into '/work/oxidecomputer/maghemite'...
862026-07-30T03:47:43.857Z+ cd /work/oxidecomputer/maghemite
872026-07-30T03:47:43.857Z+ git fetch origin 13930996f491d7f5c9228053037833abef8d71a8
882026-07-30T03:47:44.091ZFrom https://github.com/oxidecomputer/maghemite
892026-07-30T03:47:44.091Z * branch 13930996f491d7f5c9228053037833abef8d71a8 -> FETCH_HEAD
902026-07-30T03:47:44.096Z+ [[ -n trey/bgp-peer-config-dedupe ]]
912026-07-30T03:47:44.099Z++ git branch --show-current
922026-07-30T03:47:44.100Z+ current=main
932026-07-30T03:47:44.100Z+ [[ main != trey/bgp-peer-config-dedupe ]]
942026-07-30T03:47:44.100Z+ git branch -f trey/bgp-peer-config-dedupe 13930996f491d7f5c9228053037833abef8d71a8
952026-07-30T03:47:44.103Z+ git checkout -f trey/bgp-peer-config-dedupe
962026-07-30T03:47:44.119ZSwitched to branch 'trey/bgp-peer-config-dedupe'
972026-07-30T03:47:44.122Z+ git reset --hard 13930996f491d7f5c9228053037833abef8d71a8
982026-07-30T03:47:44.138ZHEAD is now at 1393099 Address review feedback around the unified BGP peer configuration:
992026-07-30T03:47:44.141Zprocess exited: duration 1912 ms, exit code 0
 
1002026-07-30T03:47:44.148Zstarting task 4: "build"
1012026-07-30T03:47:44.151Z+ pfexec pkg install clang-15
1022026-07-30T03:47:52.700Z Startup: Refreshing catalog 'helios-dev' ... Done
1032026-07-30T03:48:00.556Z Startup: Caching catalogs ... Done
1042026-07-30T03:48:08.079ZPlanning: Solver setup ... Done
1052026-07-30T03:48:08.120ZPlanning: Running solver ... Done
1062026-07-30T03:48:08.263ZPlanning: Finding local manifests ... Done
1072026-07-30T03:48:08.275ZPlanning: Fetching manifests: 0/2 0% complete
1082026-07-30T03:48:08.359ZPlanning: Fetching manifests: 2/2 100% complete
1092026-07-30T03:48:08.389ZPlanning: Package planning ... Done
1102026-07-30T03:48:08.415ZPlanning: Merging actions ... Done
1112026-07-30T03:48:08.524ZPlanning: Checking for conflicting actions ... Done
1122026-07-30T03:48:08.530ZPlanning: Consolidating action changes ... Done
1132026-07-30T03:48:09.310ZPlanning: Evaluating mediators ... Done
1142026-07-30T03:48:09.315ZPlanning: Planning completed in 8.59 seconds
1152026-07-30T03:48:09.327Z Packages to install: 2
1162026-07-30T03:48:09.330Z Mediators to change: 2
1172026-07-30T03:48:09.330Z Services to change: 1
1182026-07-30T03:48:09.330Z Create boot environment: No
1192026-07-30T03:48:09.330ZCreate backup boot environment: No
1202026-07-30T03:48:09.369Z
1212026-07-30T03:48:09.369ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1222026-07-30T03:48:14.373ZDownload: 2064/3076 items 118.2/211.3MB 55% complete (23.9M/s)
1232026-07-30T03:48:20.681ZDownload: 3033/3076 items 201.8/211.3MB 95% complete (24.3M/s)
1242026-07-30T03:48:26.635ZDownload: 3034/3076 items 201.8/211.3MB 95% complete (23.8M/s)
1252026-07-30T03:48:32.789ZDownload: 3064/3076 items 208.8/211.3MB 98% complete (764k/s)
1262026-07-30T03:48:51.879ZDownload: 3067/3076 items 209.7/211.3MB 99% complete
1272026-07-30T03:48:57.224ZDownload: 3075/3076 items 211.3/211.3MB 100% complete (322k/s)
1282026-07-30T03:48:57.228ZDownload: Completed 211.31 MB in 47.85 seconds (4.4M/s)
1292026-07-30T03:48:57.351Z Actions: 1/3418 actions (Installing new actions)
1302026-07-30T03:49:00.505Z Actions: Completed 3418 actions in 3.15 seconds.
1312026-07-30T03:49:01.166Z Done
1322026-07-30T03:49:01.166Z Done
1332026-07-30T03:49:01.908Z Done
1342026-07-30T03:49:05.306Z Done
1352026-07-30T03:49:05.381Z Done
1362026-07-30T03:49:05.385Z Done
1372026-07-30T03:49:05.638Z Done
1382026-07-30T03:49:06.336Z+ cargo --version
1392026-07-30T03:49:06.343Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
1402026-07-30T03:49:06.486Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
1412026-07-30T03:49:06.489Zinfo: downloading 6 components
1422026-07-30T03:49:21.387Zcargo 1.96.1 (356927216 2026-06-26)
1432026-07-30T03:49:21.391Z+ rustc --version
1442026-07-30T03:49:21.416Zrustc 1.96.1 (31fca3adb 2026-06-26)
1452026-07-30T03:49:21.419Z+ banner check
1462026-07-30T03:49:21.422Z
1472026-07-30T03:49:21.422Z #### # # ###### #### # #
1482026-07-30T03:49:21.422Z # # # # # # # # #
1492026-07-30T03:49:21.422Z # ###### ##### # ####
1502026-07-30T03:49:21.422Z # # # # # # #
1512026-07-30T03:49:21.422Z # # # # # # # # #
1522026-07-30T03:49:21.422Z #### # # ###### #### # #
1532026-07-30T03:49:21.422Z
1542026-07-30T03:49:21.422Z+ cargo fmt -- --check
1552026-07-30T03:49:21.831Z+ cargo clippy --all-targets -- --deny warnings
1562026-07-30T03:49:21.942Z Updating git repository `https://github.com/oxidecomputer/falcon`
1572026-07-30T03:49:22.813ZFrom https://github.com/oxidecomputer/falcon
1582026-07-30T03:49:22.813Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
1592026-07-30T03:49:22.891Z Updating crates.io index
1602026-07-30T03:49:22.894Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1612026-07-30T03:49:23.315ZFrom https://github.com/oxidecomputer/dendrite
1622026-07-30T03:49:23.315Z * [new ref] 04a52a3240a26c58f03e1cf40353d67ff69d76b6 -> refs/commit/04a52a3240a26c58f03e1cf40353d67ff69d76b6
1632026-07-30T03:49:23.351Z Updating git repository `https://github.com/oxidecomputer/ispf`
1642026-07-30T03:49:23.638ZFrom https://github.com/oxidecomputer/ispf
1652026-07-30T03:49:23.638Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
1662026-07-30T03:49:23.644Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1672026-07-30T03:49:24.015ZFrom https://github.com/oxidecomputer/netadm-sys
1682026-07-30T03:49:24.015Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
1692026-07-30T03:49:24.023Z Updating git repository `https://github.com/oxidecomputer/omicron`
1702026-07-30T03:49:30.923ZFrom https://github.com/oxidecomputer/omicron
1712026-07-30T03:49:30.923Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
1722026-07-30T03:49:31.345Z Updating git repository `https://github.com/oxidecomputer/opte`
1732026-07-30T03:49:32.362ZFrom https://github.com/oxidecomputer/opte
1742026-07-30T03:49:32.362Z * [new ref] 3ddd7e684a78ad33be66717408c381b1962ae04e -> refs/commit/3ddd7e684a78ad33be66717408c381b1962ae04e
1752026-07-30T03:49:32.369Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1762026-07-30T03:49:32.630ZFrom https://github.com/oxidecomputer/slog-error-chain
1772026-07-30T03:49:32.630Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
1782026-07-30T03:49:32.639Z Updating git repository `https://github.com/illumos/smf-rs`
1792026-07-30T03:49:32.894ZFrom https://github.com/illumos/smf-rs
1802026-07-30T03:49:32.894Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
1812026-07-30T03:49:32.902Z Updating git repository `https://github.com/oxidecomputer/network-interface`
1822026-07-30T03:49:33.174ZFrom https://github.com/oxidecomputer/network-interface
1832026-07-30T03:49:33.174Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
1842026-07-30T03:49:33.181Z Updating git repository `https://github.com/oxidecomputer/zone`
1852026-07-30T03:49:33.465ZFrom https://github.com/oxidecomputer/zone
1862026-07-30T03:49:33.465Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
1872026-07-30T03:49:33.472Z Updating git repository `https://github.com/oxidecomputer/propolis`
1882026-07-30T03:49:34.099ZFrom https://github.com/oxidecomputer/propolis
1892026-07-30T03:49:34.099Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
1902026-07-30T03:49:34.143Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1912026-07-30T03:49:34.763ZFrom https://github.com/oxidecomputer/transceiver-control
1922026-07-30T03:49:34.763Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
1932026-07-30T03:49:34.773Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1942026-07-30T03:49:35.055ZFrom https://github.com/oxidecomputer/dlpi-sys
1952026-07-30T03:49:35.055Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
1962026-07-30T03:49:35.059Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1972026-07-30T03:49:35.340ZFrom https://github.com/jmesmon/rust-libzfs
1982026-07-30T03:49:35.340Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
1992026-07-30T03:49:35.345Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2002026-07-30T03:49:35.594ZFrom https://github.com/oxidecomputer/rusty-doors
2012026-07-30T03:49:35.594Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
2022026-07-30T03:49:35.602Z Updating git repository `https://github.com/oxidecomputer/lldp`
2032026-07-30T03:49:35.934ZFrom https://github.com/oxidecomputer/lldp
2042026-07-30T03:49:35.934Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
2052026-07-30T03:49:35.945Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2062026-07-30T03:49:36.274ZFrom https://github.com/oxidecomputer/tufaceous
2072026-07-30T03:49:36.274Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
2082026-07-30T03:49:36.284Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2092026-07-30T03:49:36.739ZFrom https://github.com/oxidecomputer/management-gateway-service
2102026-07-30T03:49:36.742Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
2112026-07-30T03:49:36.752Z Updating git repository `https://github.com/oxidecomputer/crucible`
2122026-07-30T03:49:37.600ZFrom https://github.com/oxidecomputer/crucible
2132026-07-30T03:49:37.600Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
2142026-07-30T03:49:37.643Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2152026-07-30T03:49:37.956ZFrom https://github.com/oxidecomputer/serde_human_bytes
2162026-07-30T03:49:37.956Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
2172026-07-30T03:49:37.965Z Updating git repository `https://github.com/oxidecomputer/propolis`
2182026-07-30T03:49:38.707ZFrom https://github.com/oxidecomputer/propolis
2192026-07-30T03:49:38.707Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
2202026-07-30T03:49:38.750Z Updating git repository `https://github.com/oxidecomputer/crucible`
2212026-07-30T03:49:39.312ZFrom https://github.com/oxidecomputer/crucible
2222026-07-30T03:49:39.312Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
2232026-07-30T03:49:39.377Z Updating git repository `https://github.com/oxidecomputer/tofino`
2242026-07-30T03:49:39.713ZFrom https://github.com/oxidecomputer/tofino
2252026-07-30T03:49:39.713Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
2262026-07-30T03:49:39.724Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2272026-07-30T03:49:40.436ZFrom https://github.com/oxidecomputer/maghemite
2282026-07-30T03:49:40.436Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
2292026-07-30T03:49:40.469Z Updating git repository `https://github.com/oxidecomputer/clickward`
2302026-07-30T03:49:40.890ZFrom https://github.com/oxidecomputer/clickward
2312026-07-30T03:49:40.890Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
2322026-07-30T03:49:40.898Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2332026-07-30T03:49:41.286ZFrom https://github.com/oxidecomputer/illumos-devinfo
2342026-07-30T03:49:41.286Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
2352026-07-30T03:49:43.471Z Downloading crates ...
2362026-07-30T03:49:43.541Z Downloaded adler2 v2.0.1
2372026-07-30T03:49:43.545Z Downloaded atomic-waker v1.1.2
2382026-07-30T03:49:43.545Z Downloaded async-stream-impl v0.3.6
2392026-07-30T03:49:43.552Z Downloaded crucible-workspace-hack v0.1.0
2402026-07-30T03:49:43.555Z Downloaded cancel-safe-futures v0.1.5
2412026-07-30T03:49:43.555Z Downloaded compression-codecs v0.4.38
2422026-07-30T03:49:43.555Z Downloaded bit-set v0.8.0
2432026-07-30T03:49:43.558Z Downloaded bytes v1.11.1
2442026-07-30T03:49:43.572Z Downloaded aws-lc-rs v1.17.0
2452026-07-30T03:49:43.578Z Downloaded futures-io v0.3.32
2462026-07-30T03:49:43.581Z Downloaded cfg_aliases v0.2.1
2472026-07-30T03:49:43.581Z Downloaded cargo_toml v0.22.3
2482026-07-30T03:49:43.581Z Downloaded cfg-if v1.0.4
2492026-07-30T03:49:43.584Z Downloaded camino v1.2.5
2502026-07-30T03:49:43.584Z Downloaded foreign-types-shared v0.1.1
2512026-07-30T03:49:43.584Z Downloaded hex v0.4.3
2522026-07-30T03:49:43.587Z Downloaded derive-ex v0.1.8
2532026-07-30T03:49:43.587Z Downloaded foreign-types v0.3.2
2542026-07-30T03:49:43.587Z Downloaded bitflags v1.3.2
2552026-07-30T03:49:43.590Z Downloaded bitflags v2.12.1
2562026-07-30T03:49:43.593Z Downloaded git-stub v1.0.0
2572026-07-30T03:49:43.593Z Downloaded chacha20 v0.9.1
2582026-07-30T03:49:43.598Z Downloaded anstyle v1.0.14
2592026-07-30T03:49:43.598Z Downloaded hostname v0.4.2
2602026-07-30T03:49:43.598Z Downloaded anstream v1.0.0
2612026-07-30T03:49:43.601Z Downloaded displaydoc v0.2.6
2622026-07-30T03:49:43.601Z Downloaded find-msvc-tools v0.1.9
2632026-07-30T03:49:43.601Z Downloaded crossbeam-utils v0.8.21
2642026-07-30T03:49:43.604Z Downloaded diff v0.1.13
2652026-07-30T03:49:43.604Z Downloaded const-random-macro v0.1.16
2662026-07-30T03:49:43.607Z Downloaded hyper-rustls v0.27.9
2672026-07-30T03:49:43.607Z Downloaded hashbrown v0.16.1
2682026-07-30T03:49:43.611Z Downloaded indent_write v2.2.0
2692026-07-30T03:49:43.611Z Downloaded futures-channel v0.3.32
2702026-07-30T03:49:43.615Z Downloaded backoff v0.4.0
2712026-07-30T03:49:43.615Z Downloaded const_format v0.2.36
2722026-07-30T03:49:43.618Z Downloaded camino-tempfile v1.4.1
2732026-07-30T03:49:43.618Z Downloaded aead v0.5.2
2742026-07-30T03:49:43.618Z Downloaded generic-array v0.14.7
2752026-07-30T03:49:43.621Z Downloaded defmt v1.1.0
2762026-07-30T03:49:43.624Z Downloaded anstyle-query v1.1.5
2772026-07-30T03:49:43.624Z Downloaded cc v1.2.63
2782026-07-30T03:49:43.628Z Downloaded is_terminal_polyfill v1.70.2
2792026-07-30T03:49:43.628Z Downloaded block-buffer v0.10.4
2802026-07-30T03:49:43.628Z Downloaded async-stream v0.3.6
2812026-07-30T03:49:43.628Z Downloaded getrandom v0.4.2
2822026-07-30T03:49:43.631Z Downloaded bs58 v0.5.1
2832026-07-30T03:49:43.634Z Downloaded expectorate v1.2.0
2842026-07-30T03:49:43.634Z Downloaded const-random v0.1.18
2852026-07-30T03:49:43.637Z Downloaded critical-section v1.2.0
2862026-07-30T03:49:43.637Z Downloaded block-buffer v0.12.0
2872026-07-30T03:49:43.637Z Downloaded bit-vec v0.8.0
2882026-07-30T03:49:43.640Z Downloaded base16ct v1.0.0
2892026-07-30T03:49:43.640Z Downloaded itertools v0.14.0
2902026-07-30T03:49:43.644Z Downloaded heck v0.5.0
2912026-07-30T03:49:43.644Z Downloaded deranged v0.5.8
2922026-07-30T03:49:43.648Z Downloaded autocfg v1.5.1
2932026-07-30T03:49:43.648Z Downloaded ahash v0.8.12
2942026-07-30T03:49:43.652Z Downloaded dtrace-parser v0.3.0
2952026-07-30T03:49:43.652Z Downloaded foreign-types-shared v0.3.1
2962026-07-30T03:49:43.652Z Downloaded foldhash v0.1.5
2972026-07-30T03:49:43.652Z Downloaded httpdate v1.0.3
2982026-07-30T03:49:43.655Z Downloaded debug-ignore v1.0.5
2992026-07-30T03:49:43.655Z Downloaded hashbrown v0.15.5
3002026-07-30T03:49:43.658Z Downloaded hubpack_derive v0.1.1
3012026-07-30T03:49:43.658Z Downloaded colorchoice v1.0.5
3022026-07-30T03:49:43.658Z Downloaded ciborium-io v0.2.2
3032026-07-30T03:49:43.661Z Downloaded crossbeam-deque v0.8.6
3042026-07-30T03:49:43.664Z Downloaded curve25519-dalek-derive v0.1.1
3052026-07-30T03:49:43.668Z Downloaded darling v0.23.0
3062026-07-30T03:49:43.678Z Downloaded crypto-common v0.2.2
3072026-07-30T03:49:43.678Z Downloaded atomicwrites v0.4.4
3082026-07-30T03:49:43.678Z Downloaded async-recursion v1.1.1
3092026-07-30T03:49:43.678Z Downloaded futures-macro v0.3.32
3102026-07-30T03:49:43.678Z Downloaded compression-core v0.4.32
3112026-07-30T03:49:43.679Z Downloaded crypto-common v0.1.7
3122026-07-30T03:49:43.679Z Downloaded clap_lex v1.1.0
3132026-07-30T03:49:43.682Z Downloaded dropshot v0.17.1
3142026-07-30T03:49:43.692Z Downloaded internet-checksum v0.2.1
3152026-07-30T03:49:43.695Z Downloaded defmt v0.3.100
3162026-07-30T03:49:43.695Z Downloaded anyhow v1.0.104
3172026-07-30T03:49:43.698Z Downloaded ident_case v1.0.1
3182026-07-30T03:49:43.698Z Downloaded hostname v0.3.1
3192026-07-30T03:49:43.698Z Downloaded futures-sink v0.3.32
3202026-07-30T03:49:43.703Z Downloaded http-body v1.0.1
3212026-07-30T03:49:43.703Z Downloaded fxhash v0.2.1
3222026-07-30T03:49:43.703Z Downloaded cstr-argument v0.1.2
3232026-07-30T03:49:43.703Z Downloaded cpufeatures v0.2.17
3242026-07-30T03:49:43.706Z Downloaded convert_case v0.4.0
3252026-07-30T03:49:43.706Z Downloaded dtrace-parser v0.2.0
3262026-07-30T03:49:43.706Z Downloaded fs-err v3.3.0
3272026-07-30T03:49:43.706Z Downloaded hubpack v0.1.2
3282026-07-30T03:49:43.706Z Downloaded futures-core v0.3.32
3292026-07-30T03:49:43.709Z Downloaded fnv v1.0.7
3302026-07-30T03:49:43.710Z Downloaded crc8 v0.1.1
3312026-07-30T03:49:43.710Z Downloaded gethostname v0.5.0
3322026-07-30T03:49:43.713Z Downloaded equivalent v1.0.2
3332026-07-30T03:49:43.713Z Downloaded dyn-clone v1.0.20
3342026-07-30T03:49:43.713Z Downloaded bytecount v0.6.9
3352026-07-30T03:49:43.716Z Downloaded anstyle-parse v1.0.0
3362026-07-30T03:49:43.716Z Downloaded inout v0.1.4
3372026-07-30T03:49:43.716Z Downloaded foreign-types v0.5.0
3382026-07-30T03:49:43.719Z Downloaded glob v0.3.3
3392026-07-30T03:49:43.719Z Downloaded either v1.16.0
3402026-07-30T03:49:43.719Z Downloaded dunce v1.0.5
3412026-07-30T03:49:43.722Z Downloaded cobs v0.3.0
3422026-07-30T03:49:43.722Z Downloaded is_ci v1.2.0
3432026-07-30T03:49:43.722Z Downloaded crunchy v0.2.4
3442026-07-30T03:49:43.722Z Downloaded cmake v0.1.58
3452026-07-30T03:49:43.725Z Downloaded futures-task v0.3.32
3462026-07-30T03:49:43.725Z Downloaded blake2 v0.10.6
3472026-07-30T03:49:43.725Z Downloaded enum-as-inner v0.6.1
3482026-07-30T03:49:43.728Z Downloaded argon2 v0.5.3
3492026-07-30T03:49:43.728Z Downloaded bcs v0.1.6
3502026-07-30T03:49:43.731Z Downloaded embedded-io v0.4.0
3512026-07-30T03:49:43.731Z Downloaded hash32 v0.3.1
3522026-07-30T03:49:43.732Z Downloaded defmt-parser v1.0.0
3532026-07-30T03:49:43.735Z Downloaded csv-core v0.1.13
3542026-07-30T03:49:43.735Z Downloaded embedded-io v0.6.1
3552026-07-30T03:49:43.735Z Downloaded ingot v0.1.1
3562026-07-30T03:49:43.740Z Downloaded itoa v1.0.18
3572026-07-30T03:49:43.740Z Downloaded heck v0.4.1
3582026-07-30T03:49:43.740Z Downloaded byteorder v1.5.0
3592026-07-30T03:49:43.743Z Downloaded fixedbitset v0.4.2
3602026-07-30T03:49:43.743Z Downloaded base64ct v1.8.3
3612026-07-30T03:49:43.743Z Downloaded is-terminal v0.4.17
3622026-07-30T03:49:43.743Z Downloaded byte-wrapper v0.1.0
3632026-07-30T03:49:43.746Z Downloaded foreign-types-macros v0.2.3
3642026-07-30T03:49:43.746Z Downloaded errno v0.3.14
3652026-07-30T03:49:43.746Z Downloaded darling_macro v0.23.0
3662026-07-30T03:49:43.746Z Downloaded async-trait v0.1.89
3672026-07-30T03:49:43.750Z Downloaded lru-cache v0.1.2
3682026-07-30T03:49:43.750Z Downloaded libscf-sys v1.2.0
3692026-07-30T03:49:43.753Z Downloaded lazy_static v1.5.0
3702026-07-30T03:49:43.753Z Downloaded dropshot-api-manager-types v0.7.2
3712026-07-30T03:49:43.753Z Downloaded daft v0.1.7
3722026-07-30T03:49:43.756Z Downloaded keccak v0.1.6
3732026-07-30T03:49:43.756Z Downloaded ciborium-ll v0.2.2
3742026-07-30T03:49:43.756Z Downloaded instant v0.1.13
3752026-07-30T03:49:43.759Z Downloaded form_urlencoded v1.2.2
3762026-07-30T03:49:43.759Z Downloaded idna_adapter v1.2.2
3772026-07-30T03:49:43.759Z Downloaded float-ord v0.3.2
3782026-07-30T03:49:43.759Z Downloaded dof v0.3.0
3792026-07-30T03:49:43.763Z Downloaded digest v0.11.3
3802026-07-30T03:49:43.763Z Downloaded cpufeatures v0.3.0
3812026-07-30T03:49:43.763Z Downloaded match_cfg v0.1.0
3822026-07-30T03:49:43.766Z Downloaded foldhash v0.2.0
3832026-07-30T03:49:43.766Z Downloaded darling_macro v0.21.3
3842026-07-30T03:49:43.766Z Downloaded managed v0.8.0
3852026-07-30T03:49:43.766Z Downloaded console v0.15.11
3862026-07-30T03:49:43.770Z Downloaded clap_derive v4.6.4
3872026-07-30T03:49:43.773Z Downloaded http-body-util v0.1.4
3882026-07-30T03:49:43.773Z Downloaded group v0.13.0
3892026-07-30T03:49:43.773Z Downloaded daft-derive v0.1.7
3902026-07-30T03:49:43.776Z Downloaded fastrand v2.4.1
3912026-07-30T03:49:43.776Z Downloaded natord v1.0.9
3922026-07-30T03:49:43.780Z Downloaded mime v0.3.17
3932026-07-30T03:49:43.780Z Downloaded colored v3.1.1
3942026-07-30T03:49:43.780Z Downloaded const_format_proc_macros v0.2.34
3952026-07-30T03:49:43.783Z Downloaded cipher v0.4.4
3962026-07-30T03:49:43.783Z Downloaded newline-converter v0.3.0
3972026-07-30T03:49:43.783Z Downloaded omicron-workspace-hack v0.1.0
3982026-07-30T03:49:43.787Z Downloaded num_threads v0.1.7
3992026-07-30T03:49:43.787Z Downloaded darling v0.21.3
4002026-07-30T03:49:43.790Z Downloaded humantime v2.3.0
4012026-07-30T03:49:43.790Z Downloaded num-iter v0.1.45
4022026-07-30T03:49:43.793Z Downloaded newtype-uuid-macros v0.1.0
4032026-07-30T03:49:43.793Z Downloaded globset v0.4.18
4042026-07-30T03:49:43.793Z Downloaded no-std-compat v0.4.1
4052026-07-30T03:49:43.793Z Downloaded fixedbitset v0.5.7
4062026-07-30T03:49:43.796Z Downloaded erased-serde v0.3.31
4072026-07-30T03:49:43.796Z Downloaded jobserver v0.1.34
4082026-07-30T03:49:43.799Z Downloaded ipnet v2.12.0
4092026-07-30T03:49:43.799Z Downloaded allocator-api2 v0.2.21
4102026-07-30T03:49:43.802Z Downloaded ff v0.13.1
4112026-07-30T03:49:43.802Z Downloaded git-stub-vcs v0.1.0
4122026-07-30T03:49:43.805Z Downloaded newtype_derive v0.1.6
4132026-07-30T03:49:43.805Z Downloaded lock_api v0.4.14
4142026-07-30T03:49:43.805Z Downloaded opaque-debug v0.3.1
4152026-07-30T03:49:43.809Z Downloaded openssl-macros v0.1.1
4162026-07-30T03:49:43.809Z Downloaded num_enum_derive v0.5.11
4172026-07-30T03:49:43.809Z Downloaded libsw-core v0.3.2
4182026-07-30T03:49:43.809Z Downloaded chacha20 v0.10.0
4192026-07-30T03:49:43.812Z Downloaded macaddr v1.0.1
4202026-07-30T03:49:43.812Z Downloaded httparse v1.10.1
4212026-07-30T03:49:43.816Z Downloaded linked-hash-map v0.5.6
4222026-07-30T03:49:43.816Z Downloaded lru-slab v0.1.2
4232026-07-30T03:49:43.816Z Downloaded crossbeam-epoch v0.9.18
4242026-07-30T03:49:43.820Z Downloaded olpc-cjson v0.1.4
4252026-07-30T03:49:43.820Z Downloaded ciborium v0.2.2
4262026-07-30T03:49:43.820Z Downloaded console v0.16.3
4272026-07-30T03:49:43.823Z Downloaded konst_macro_rules v0.2.19
4282026-07-30T03:49:43.823Z Downloaded memmap v0.7.0
4292026-07-30T03:49:43.823Z Downloaded parse-display v0.10.0
4302026-07-30T03:49:43.827Z Downloaded fs_extra v1.3.0
4312026-07-30T03:49:43.827Z Downloaded elliptic-curve v0.13.8
4322026-07-30T03:49:43.830Z Downloaded num-conv v0.2.2
4332026-07-30T03:49:43.830Z Downloaded defmt-macros v1.1.0
4342026-07-30T03:49:43.830Z Downloaded num-derive v0.4.2
4352026-07-30T03:49:43.833Z Downloaded num_enum_derive v0.7.6
4362026-07-30T03:49:43.833Z Downloaded hybrid-array v0.4.12
4372026-07-30T03:49:43.836Z Downloaded const-oid v0.10.2
4382026-07-30T03:49:43.836Z Downloaded num v0.4.3
4392026-07-30T03:49:43.837Z Downloaded linear-map v1.2.0
4402026-07-30T03:49:43.840Z Downloaded percent-encoding v2.3.2
4412026-07-30T03:49:43.840Z Downloaded plain v0.2.3
4422026-07-30T03:49:43.840Z Downloaded phf_shared v0.12.1
4432026-07-30T03:49:43.843Z Downloaded iana-time-zone v0.1.65
4442026-07-30T03:49:43.843Z Downloaded ipnetwork v0.21.1
4452026-07-30T03:49:43.846Z Downloaded dof v0.4.0
4462026-07-30T03:49:43.846Z Downloaded data-encoding v2.11.0
4472026-07-30T03:49:43.846Z Downloaded cookie v0.18.1
4482026-07-30T03:49:43.849Z Downloaded memoffset v0.9.1
4492026-07-30T03:49:43.849Z Downloaded ingot-types v0.1.2
4502026-07-30T03:49:43.849Z Downloaded crc32fast v1.5.0
4512026-07-30T03:49:43.852Z Downloaded proc-macro-crate v1.3.1
4522026-07-30T03:49:43.852Z Downloaded proc-macro-error-attr v1.0.4
4532026-07-30T03:49:43.852Z Downloaded powerfmt v0.2.0
4542026-07-30T03:49:43.852Z Downloaded base16ct v0.2.0
4552026-07-30T03:49:43.855Z Downloaded backon v1.6.0
4562026-07-30T03:49:43.855Z Downloaded pretty-hex v0.4.2
4572026-07-30T03:49:43.859Z Downloaded num_enum v0.5.11
4582026-07-30T03:49:43.862Z Downloaded proc-macro-error-attr2 v2.0.0
4592026-07-30T03:49:43.862Z Downloaded proc-macro-crate v3.5.0
4602026-07-30T03:49:43.862Z Downloaded multer v3.1.0
4612026-07-30T03:49:43.866Z Downloaded newtype-uuid v1.3.2
4622026-07-30T03:49:43.866Z Downloaded libsw v3.5.0
4632026-07-30T03:49:43.866Z Downloaded openssl-probe v0.2.1
4642026-07-30T03:49:43.869Z Downloaded futures-executor v0.3.32
4652026-07-30T03:49:43.870Z Downloaded num_enum v0.7.6
4662026-07-30T03:49:43.872Z Downloaded getrandom v0.2.17
4672026-07-30T03:49:43.873Z Downloaded progenitor-client v0.10.0
4682026-07-30T03:49:43.876Z Downloaded async-compression v0.4.42
4692026-07-30T03:49:43.879Z Downloaded clap v4.6.4
4702026-07-30T03:49:43.882Z Downloaded progenitor-client v0.14.0
4712026-07-30T03:49:43.885Z Downloaded paste v1.0.15
4722026-07-30T03:49:43.885Z Downloaded quick-error v1.2.3
4732026-07-30T03:49:43.888Z Downloaded progenitor-macro v0.10.0
4742026-07-30T03:49:43.888Z Downloaded num-integer v0.1.46
4752026-07-30T03:49:43.888Z Downloaded derive_more v0.99.20
4762026-07-30T03:49:43.891Z Downloaded memmap2 v0.9.10
4772026-07-30T03:49:43.894Z Downloaded parse-display-derive v0.10.0
4782026-07-30T03:49:43.894Z Downloaded oxnet v0.1.6
4792026-07-30T03:49:43.894Z Downloaded progenitor-macro v0.14.0
4802026-07-30T03:49:43.897Z Downloaded indexmap v1.9.3
4812026-07-30T03:49:43.897Z Downloaded derive-where v1.6.1
4822026-07-30T03:49:43.900Z Downloaded ref-cast v1.0.25
4832026-07-30T03:49:43.903Z Downloaded rand_xorshift v0.4.0
4842026-07-30T03:49:43.903Z Downloaded rand_pcg v0.10.2
4852026-07-30T03:49:43.903Z Downloaded num-complex v0.4.6
4862026-07-30T03:49:43.907Z Downloaded oxide-tokio-rt v0.1.6
4872026-07-30T03:49:43.907Z Downloaded pin-project-lite v0.2.17
4882026-07-30T03:49:43.910Z Downloaded litemap v0.8.2
4892026-07-30T03:49:43.913Z Downloaded potential_utf v0.1.5
4902026-07-30T03:49:43.913Z Downloaded phf v0.12.1
4912026-07-30T03:49:43.913Z Downloaded icu_properties v2.2.0
4922026-07-30T03:49:43.916Z Downloaded chacha20poly1305 v0.10.1
4932026-07-30T03:49:43.916Z Downloaded parking_lot_core v0.8.6
4942026-07-30T03:49:43.919Z Downloaded rand_chacha v0.3.1
4952026-07-30T03:49:43.919Z Downloaded owo-colors v4.3.0
4962026-07-30T03:49:43.919Z Downloaded port-file v0.1.0
4972026-07-30T03:49:43.922Z Downloaded pin-project-internal v1.1.13
4982026-07-30T03:49:43.922Z Downloaded rustc-hash v2.1.2
4992026-07-30T03:49:43.922Z Downloaded num-rational v0.4.2
5002026-07-30T03:49:43.925Z Downloaded password-hash v0.5.0
5012026-07-30T03:49:43.925Z Downloaded rustc_version v0.4.1
5022026-07-30T03:49:43.928Z Downloaded highway v1.3.0
5032026-07-30T03:49:43.929Z Downloaded ingot-macros v0.1.1
5042026-07-30T03:49:43.929Z Downloaded hmac v0.12.1
5052026-07-30T03:49:43.932Z Downloaded proc-macro-error v1.0.4
5062026-07-30T03:49:43.932Z Downloaded once_cell v1.21.4
5072026-07-30T03:49:43.935Z Downloaded digest v0.10.7
5082026-07-30T03:49:43.938Z Downloaded futures v0.3.32
5092026-07-30T03:49:43.941Z Downloaded progenitor v0.13.0
5102026-07-30T03:49:43.944Z Downloaded parking_lot v0.11.2
5112026-07-30T03:49:43.944Z Downloaded dropshot_endpoint v0.17.1
5122026-07-30T03:49:43.947Z Downloaded progenitor-client v0.13.0
5132026-07-30T03:49:43.947Z Downloaded drift v0.2.0
5142026-07-30T03:49:43.953Z Downloaded same-file v1.0.6
5152026-07-30T03:49:43.956Z Downloaded progenitor-extras v0.2.0
5162026-07-30T03:49:43.956Z Downloaded getrandom v0.3.4
5172026-07-30T03:49:43.959Z Downloaded ref-cast-impl v1.0.25
5182026-07-30T03:49:43.959Z Downloaded progenitor v0.10.0
5192026-07-30T03:49:43.962Z Downloaded pest_derive v2.8.6
5202026-07-30T03:49:43.962Z Downloaded secrecy v0.10.3
5212026-07-30T03:49:43.962Z Downloaded scroll_derive v0.12.1
5222026-07-30T03:49:43.965Z Downloaded rustc_version v0.1.7
5232026-07-30T03:49:43.965Z Downloaded rand_core v0.9.5
5242026-07-30T03:49:43.966Z Downloaded quote v1.0.45
5252026-07-30T03:49:43.968Z Downloaded parking_lot_core v0.9.12
5262026-07-30T03:49:43.969Z Downloaded serde_spanned v1.1.1
5272026-07-30T03:49:43.969Z Downloaded serde-big-array v0.5.1
5282026-07-30T03:49:43.972Z Downloaded scroll_derive v0.13.1
5292026-07-30T03:49:43.972Z Downloaded serde_spanned v0.6.9
5302026-07-30T03:49:43.972Z Downloaded semver v0.1.20
5312026-07-30T03:49:43.975Z Downloaded scopeguard v1.2.0
5322026-07-30T03:49:43.975Z Downloaded pkg-config v0.3.33
5332026-07-30T03:49:43.975Z Downloaded indicatif v0.18.4
5342026-07-30T03:49:43.978Z Downloaded pest_generator v2.8.6
5352026-07-30T03:49:43.978Z Downloaded base64 v0.22.1
5362026-07-30T03:49:43.983Z Downloaded progenitor-macro v0.13.0
5372026-07-30T03:49:43.983Z Downloaded rustls-pemfile v2.2.0
5382026-07-30T03:49:43.988Z Downloaded poly1305 v0.8.0
5392026-07-30T03:49:43.988Z Downloaded rand_core v0.6.4
5402026-07-30T03:49:43.988Z Downloaded rand_chacha v0.9.0
5412026-07-30T03:49:43.988Z Downloaded base64 v0.21.7
5422026-07-30T03:49:43.992Z Downloaded postcard v1.1.3
5432026-07-30T03:49:43.992Z Downloaded serde_plain v1.0.2
5442026-07-30T03:49:43.992Z Downloaded ppv-lite86 v0.2.21
5452026-07-30T03:49:43.995Z Downloaded pem v3.0.6
5462026-07-30T03:49:43.995Z Downloaded serial_test_derive v4.0.1
5472026-07-30T03:49:43.995Z Downloaded proc-macro-error2 v2.0.1
5482026-07-30T03:49:43.999Z Downloaded icu_locale_core v2.2.0
5492026-07-30T03:49:44.002Z Downloaded parking_lot v0.12.5
5502026-07-30T03:49:44.002Z Downloaded papergrid v0.18.0
5512026-07-30T03:49:44.005Z Downloaded serde_urlencoded v0.7.1
5522026-07-30T03:49:44.008Z Downloaded progenitor v0.14.0
5532026-07-30T03:49:44.009Z Downloaded icu_provider v2.2.0
5542026-07-30T03:49:44.013Z Downloaded crossbeam-channel v0.5.15
5552026-07-30T03:49:44.013Z Downloaded icu_normalizer v2.2.0
5562026-07-30T03:49:44.016Z Downloaded icu_normalizer_data v2.2.0
5572026-07-30T03:49:44.016Z Downloaded half v2.7.1
5582026-07-30T03:49:44.019Z Downloaded sigpipe v0.1.3
5592026-07-30T03:49:44.019Z Downloaded darling_core v0.23.0
5602026-07-30T03:49:44.022Z Downloaded siphasher v1.0.3
5612026-07-30T03:49:44.025Z Downloaded sha1 v0.10.6
5622026-07-30T03:49:44.025Z Downloaded serial_test v4.0.1
5632026-07-30T03:49:44.029Z Downloaded schemars_derive v0.8.22
5642026-07-30T03:49:44.029Z Downloaded rustversion v1.0.22
5652026-07-30T03:49:44.029Z Downloaded slog-envlogger v2.2.0
5662026-07-30T03:49:44.032Z Downloaded slog-bunyan v2.5.0
5672026-07-30T03:49:44.032Z Downloaded quinn-udp v0.5.14
5682026-07-30T03:49:44.032Z Downloaded arc-swap v1.9.1
5692026-07-30T03:49:44.035Z Downloaded resolv-conf v0.7.6
5702026-07-30T03:49:44.038Z Downloaded serde_path_to_error v0.1.20
5712026-07-30T03:49:44.038Z Downloaded serde_derive_internals v0.29.1
5722026-07-30T03:49:44.038Z Downloaded smawk v0.3.2
5732026-07-30T03:49:44.041Z Downloaded serde_repr v0.1.21
5742026-07-30T03:49:44.041Z Downloaded scroll v0.13.0
5752026-07-30T03:49:44.041Z Downloaded scroll v0.12.0
5762026-07-30T03:49:44.044Z Downloaded rustls-native-certs v0.8.4
5772026-07-30T03:49:44.044Z Downloaded spin v0.5.2
5782026-07-30T03:49:44.044Z Downloaded log v0.4.32
5792026-07-30T03:49:44.047Z Downloaded papergrid v0.11.0
5802026-07-30T03:49:44.050Z Downloaded rhai_codegen v3.2.0
5812026-07-30T03:49:44.053Z Downloaded pin-project v1.1.13
5822026-07-30T03:49:44.059Z Downloaded structmeta v0.3.0
5832026-07-30T03:49:44.062Z Downloaded shlex v2.0.1
5842026-07-30T03:49:44.063Z Downloaded sha2 v0.10.9
5852026-07-30T03:49:44.066Z Downloaded swrite v0.1.0
5862026-07-30T03:49:44.066Z Downloaded supports-color v3.0.2
5872026-07-30T03:49:44.066Z Downloaded strum v0.26.3
5882026-07-30T03:49:44.066Z Downloaded strum v0.27.2
5892026-07-30T03:49:44.069Z Downloaded strsim v0.11.1
5902026-07-30T03:49:44.069Z Downloaded sha1 v0.11.0
5912026-07-30T03:49:44.069Z Downloaded openssl-sys v0.9.116
5922026-07-30T03:49:44.072Z Downloaded serde_tokenstream v0.2.3
5932026-07-30T03:49:44.075Z Downloaded crypto-bigint v0.5.5
5942026-07-30T03:49:44.078Z Downloaded tabwriter v1.4.1
5952026-07-30T03:49:44.078Z Downloaded darling_core v0.21.3
5962026-07-30T03:49:44.081Z Downloaded tabled_derive v0.11.0
5972026-07-30T03:49:44.084Z Downloaded hickory-resolver v0.25.2
5982026-07-30T03:49:44.088Z Downloaded terminal_size v0.4.4
5992026-07-30T03:49:44.088Z Downloaded take_mut v0.2.2
6002026-07-30T03:49:44.088Z Downloaded tabled_derive v0.7.0
6012026-07-30T03:49:44.088Z Downloaded signal-hook-registry v1.4.8
6022026-07-30T03:49:44.091Z Downloaded rusty-fork v0.3.1
6032026-07-30T03:49:44.091Z Downloaded progenitor-impl v0.13.0
6042026-07-30T03:49:44.091Z Downloaded slog-json v2.6.1
6052026-07-30T03:49:44.091Z Downloaded slog-dtrace v0.3.0
6062026-07-30T03:49:44.095Z Downloaded testing_table v0.3.0
6072026-07-30T03:49:44.095Z Downloaded subtle v2.6.1
6082026-07-30T03:49:44.095Z Downloaded slab v0.4.12
6092026-07-30T03:49:44.099Z Downloaded progenitor-impl v0.14.0
6102026-07-30T03:49:44.100Z Downloaded rand_core v0.10.1
6112026-07-30T03:49:44.100Z Downloaded semver v1.0.28
6122026-07-30T03:49:44.103Z Downloaded http v1.4.2
6132026-07-30T03:49:44.103Z Downloaded slog-stdlog v4.1.1
6142026-07-30T03:49:44.103Z Downloaded slog-term v2.9.2
6152026-07-30T03:49:44.106Z Downloaded smf v0.2.3
6162026-07-30T03:49:44.106Z Downloaded thread-id v4.2.2
6172026-07-30T03:49:44.109Z Downloaded thiserror-impl-no-std v2.0.2
6182026-07-30T03:49:44.109Z Downloaded slog-scope v4.4.1
6192026-07-30T03:49:44.109Z Downloaded rustls-pki-types v1.14.1
6202026-07-30T03:49:44.112Z Downloaded thread-id v5.1.0
6212026-07-30T03:49:44.112Z Downloaded smartstring v1.0.1
6222026-07-30T03:49:44.115Z Downloaded icu_collections v2.2.0
6232026-07-30T03:49:44.118Z Downloaded hickory-resolver v0.24.4
6242026-07-30T03:49:44.121Z Downloaded sync_wrapper v1.0.2
6252026-07-30T03:49:44.121Z Downloaded structmeta-derive v0.3.0
6262026-07-30T03:49:44.121Z Downloaded minimal-lexical v0.2.1
6272026-07-30T03:49:44.124Z Downloaded serde_with_macros v3.21.0
6282026-07-30T03:49:44.124Z Downloaded static_assertions v1.1.0
6292026-07-30T03:49:44.128Z Downloaded pretty_assertions v1.4.1
6302026-07-30T03:49:44.128Z Downloaded stable_deref_trait v1.2.1
6312026-07-30T03:49:44.128Z Downloaded tinyvec_macros v0.1.1
6322026-07-30T03:49:44.131Z Downloaded jiff-static v0.2.28
6332026-07-30T03:49:44.131Z Downloaded tokio-macros v2.7.0
6342026-07-30T03:49:44.131Z Downloaded heapless v0.8.0
6352026-07-30T03:49:44.134Z Downloaded prettyplease v0.2.37
6362026-07-30T03:49:44.137Z Downloaded flate2 v1.1.9
6372026-07-30T03:49:44.141Z Downloaded miniz_oxide v0.8.9
6382026-07-30T03:49:44.141Z Downloaded strum_macros v0.26.4
6392026-07-30T03:49:44.145Z Downloaded hashbrown v0.12.3
6402026-07-30T03:49:44.145Z Downloaded tagptr v0.2.0
6412026-07-30T03:49:44.145Z Downloaded synstructure v0.13.2
6422026-07-30T03:49:44.148Z Downloaded num-traits v0.2.19
6432026-07-30T03:49:44.148Z Downloaded toml_datetime v0.6.11
6442026-07-30T03:49:44.151Z Downloaded konst v0.2.20
6452026-07-30T03:49:44.151Z Downloaded toml_write v0.1.2
6462026-07-30T03:49:44.155Z Downloaded tower-service v0.3.3
6472026-07-30T03:49:44.155Z Downloaded simd-adler32 v0.3.9
6482026-07-30T03:49:44.155Z Downloaded schemars v0.8.22
6492026-07-30T03:49:44.161Z Downloaded termtree v0.5.1
6502026-07-30T03:49:44.164Z Downloaded smallvec v1.15.1
6512026-07-30T03:49:44.164Z Downloaded slog-async v2.8.0
6522026-07-30T03:49:44.167Z Downloaded serde_derive v1.0.228
6532026-07-30T03:49:44.167Z Downloaded thiserror v1.0.69
6542026-07-30T03:49:44.172Z Downloaded tower-layer v0.3.3
6552026-07-30T03:49:44.172Z Downloaded typeid v1.0.3
6562026-07-30T03:49:44.175Z Downloaded thiserror-impl v2.0.19
6572026-07-30T03:49:44.175Z Downloaded typify-macro v0.6.2
6582026-07-30T03:49:44.175Z Downloaded thiserror v2.0.19
6592026-07-30T03:49:44.178Z Downloaded try-lock v0.2.5
6602026-07-30T03:49:44.178Z Downloaded serde_core v1.0.228
6612026-07-30T03:49:44.178Z Downloaded typify-macro v0.4.3
6622026-07-30T03:49:44.182Z Downloaded snafu-derive v0.8.9
6632026-07-30T03:49:44.182Z Downloaded tiny-keccak v2.0.2
6642026-07-30T03:49:44.182Z Downloaded thread_local v1.1.9
6652026-07-30T03:49:44.185Z Downloaded pest_meta v2.8.6
6662026-07-30T03:49:44.185Z Downloaded thiserror-impl v1.0.69
6672026-07-30T03:49:44.185Z Downloaded indexmap v2.14.0
6682026-07-30T03:49:44.188Z Downloaded usdt-attr-macro v0.6.0
6692026-07-30T03:49:44.191Z Downloaded universal-hash v0.5.1
6702026-07-30T03:49:44.191Z Downloaded tinystr v0.8.3
6712026-07-30T03:49:44.191Z Downloaded time-macros v0.2.27
6722026-07-30T03:49:44.194Z Downloaded time-core v0.1.8
6732026-07-30T03:49:44.194Z Downloaded tokio-dtrace v0.1.1
6742026-07-30T03:49:44.194Z Downloaded untrusted v0.9.0
6752026-07-30T03:49:44.197Z Downloaded tokio-tungstenite v0.21.0
6762026-07-30T03:49:44.197Z Downloaded untrusted v0.7.1
6772026-07-30T03:49:44.197Z Downloaded unit-prefix v0.5.2
6782026-07-30T03:49:44.200Z Downloaded strum_macros v0.27.2
6792026-07-30T03:49:44.200Z Downloaded usdt-attr-macro v0.5.0
6802026-07-30T03:49:44.200Z Downloaded usdt v0.5.0
6812026-07-30T03:49:44.203Z Downloaded unarray v0.1.4
6822026-07-30T03:49:44.203Z Downloaded unicode-xid v0.2.6
6832026-07-30T03:49:44.203Z Downloaded rayon-core v1.13.0
6842026-07-30T03:49:44.206Z Downloaded usdt-macro v0.5.0
6852026-07-30T03:49:44.206Z Downloaded rustls-platform-verifier v0.7.0
6862026-07-30T03:49:44.209Z Downloaded term v1.2.1
6872026-07-30T03:49:44.209Z Downloaded waitgroup v0.1.2
6882026-07-30T03:49:44.210Z Downloaded utf8parse v0.2.2
6892026-07-30T03:49:44.212Z Downloaded utf8_iter v1.0.4
6902026-07-30T03:49:44.212Z Downloaded hyper-util v0.1.20
6912026-07-30T03:49:44.216Z Downloaded serde_yaml v0.9.34+deprecated
6922026-07-30T03:49:44.219Z Downloaded version_check v0.9.5
6932026-07-30T03:49:44.219Z Downloaded wait-timeout v0.2.1
6942026-07-30T03:49:44.219Z Downloaded toml_datetime v0.7.5+spec-1.1.0
6952026-07-30T03:49:44.222Z Downloaded similar v2.7.0
6962026-07-30T03:49:44.222Z Downloaded tempfile v3.27.0
6972026-07-30T03:49:44.225Z Downloaded want v0.3.1
6982026-07-30T03:49:44.226Z Downloaded socket2 v0.6.5
6992026-07-30T03:49:44.226Z Downloaded rand v0.8.6
7002026-07-30T03:49:44.229Z Downloaded qorb v0.4.1
7012026-07-30T03:49:44.233Z Downloaded unicode-linebreak v0.1.5
7022026-07-30T03:49:44.233Z Downloaded thiserror-no-std v2.0.2
7032026-07-30T03:49:44.236Z Downloaded proc-macro2 v1.0.106
7042026-07-30T03:49:44.236Z Downloaded usdt-macro v0.6.0
7052026-07-30T03:49:44.236Z Downloaded schemars v0.9.0
7062026-07-30T03:49:44.242Z Downloaded toml_writer v1.1.1+spec-1.1.0
7072026-07-30T03:49:44.246Z Downloaded thin-vec v0.2.18
7082026-07-30T03:49:44.246Z Downloaded toml_datetime v1.1.1+spec-1.1.0
7092026-07-30T03:49:44.249Z Downloaded mio v1.2.1
7102026-07-30T03:49:44.252Z Downloaded yoke-derive v0.8.2
7112026-07-30T03:49:44.252Z Downloaded nom v7.1.3
7122026-07-30T03:49:44.255Z Downloaded zeroize_derive v1.4.3
7132026-07-30T03:49:44.255Z Downloaded tokio-rustls v0.26.4
7142026-07-30T03:49:44.258Z Downloaded ryu v1.0.23
7152026-07-30T03:49:44.258Z Downloaded progenitor-impl v0.10.0
7162026-07-30T03:49:44.261Z Downloaded memchr v2.8.1
7172026-07-30T03:49:44.264Z Downloaded usdt v0.6.0
7182026-07-30T03:49:44.264Z Downloaded tokio-stream v0.1.18
7192026-07-30T03:49:44.267Z Downloaded toml v0.8.23
7202026-07-30T03:49:44.270Z Downloaded usdt-impl v0.6.0
7212026-07-30T03:49:44.270Z Downloaded zerofrom-derive v0.1.7
7222026-07-30T03:49:44.270Z Downloaded usdt-impl v0.5.0
7232026-07-30T03:49:44.273Z Downloaded zone v0.3.1
7242026-07-30T03:49:44.276Z Downloaded utf-8 v0.7.6
7252026-07-30T03:49:44.280Z Downloaded toml_parser v1.1.2+spec-1.1.0
7262026-07-30T03:49:44.283Z Downloaded zone_cfg_derive v0.3.1
7272026-07-30T03:49:44.286Z Downloaded vsss-rs v3.3.4
7282026-07-30T03:49:44.286Z Downloaded writeable v0.6.3
7292026-07-30T03:49:44.289Z Downloaded tracing-attributes v0.1.31
7302026-07-30T03:49:44.289Z Downloaded whoami v1.6.1
7312026-07-30T03:49:44.292Z Downloaded quinn v0.11.9
7322026-07-30T03:49:44.296Z Downloaded rustls-webpki v0.103.13
7332026-07-30T03:49:44.296Z Downloaded xz2 v0.1.7
7342026-07-30T03:49:44.300Z Downloaded test-strategy v0.4.5
7352026-07-30T03:49:44.300Z Downloaded slog v2.8.2
7362026-07-30T03:49:44.304Z Downloaded textwrap v0.16.2
7372026-07-30T03:49:44.304Z Downloaded rand v0.9.4
7382026-07-30T03:49:44.307Z Downloaded rand v0.10.2
7392026-07-30T03:49:44.310Z Downloaded hashbrown v0.17.1
7402026-07-30T03:49:44.313Z Downloaded zerofrom v0.1.8
7412026-07-30T03:49:44.313Z Downloaded tinyvec v1.11.0
7422026-07-30T03:49:44.316Z Downloaded zeroize v1.8.2
7432026-07-30T03:49:44.316Z Downloaded toml v0.9.12+spec-1.1.0
7442026-07-30T03:49:44.319Z Downloaded toml v1.1.2+spec-1.1.0
7452026-07-30T03:49:44.319Z Downloaded zerovec-derive v0.11.3
7462026-07-30T03:49:44.322Z Downloaded spin v0.9.8
7472026-07-30T03:49:44.325Z Downloaded dropshot-api-manager v0.7.2
7482026-07-30T03:49:44.332Z Downloaded walkdir v2.5.0
7492026-07-30T03:49:44.335Z Downloaded schemars v1.2.1
7502026-07-30T03:49:44.342Z Downloaded zmij v1.0.21
7512026-07-30T03:49:44.345Z Downloaded snafu v0.8.9
7522026-07-30T03:49:44.348Z Downloaded pest v2.8.6
7532026-07-30T03:49:44.351Z Downloaded itertools v0.12.1
7542026-07-30T03:49:44.354Z Downloaded yoke v0.8.3
7552026-07-30T03:49:44.357Z Downloaded typify v0.6.2
7562026-07-30T03:49:44.360Z Downloaded ucd-trie v0.1.7
7572026-07-30T03:49:44.360Z Downloaded idna v1.1.0
7582026-07-30T03:49:44.363Z Downloaded typify v0.4.3
7592026-07-30T03:49:44.366Z Downloaded zerocopy-derive v0.7.35
7602026-07-30T03:49:44.366Z Downloaded unicode-ident v1.0.24
7612026-07-30T03:49:44.369Z Downloaded nom v8.0.0
7622026-07-30T03:49:44.373Z Downloaded steno v0.4.1
7632026-07-30T03:49:44.377Z Downloaded unsafe-libyaml v0.2.11
7642026-07-30T03:49:44.377Z Downloaded uuid v1.24.0
7652026-07-30T03:49:44.380Z Downloaded toml_edit v0.22.27
7662026-07-30T03:49:44.383Z Downloaded hkdf v0.12.4
7672026-07-30T03:49:44.383Z Downloaded tungstenite v0.21.0
7682026-07-30T03:49:44.386Z Downloaded serde v1.0.228
7692026-07-30T03:49:44.393Z Downloaded tracing-core v0.1.36
7702026-07-30T03:49:44.397Z Downloaded toml_edit v0.25.12+spec-1.1.0
7712026-07-30T03:49:44.400Z Downloaded libm v0.2.16
7722026-07-30T03:49:44.406Z Downloaded futures-util v0.3.32
7732026-07-30T03:49:44.413Z Downloaded itertools v0.15.0
7742026-07-30T03:49:44.418Z Downloaded icu_properties_data v2.2.0
7752026-07-30T03:49:44.423Z Downloaded ron v0.12.1
7762026-07-30T03:49:44.430Z Downloaded clap_builder v4.6.2
7772026-07-30T03:49:44.434Z Downloaded hyper v1.11.0
7782026-07-30T03:49:44.439Z Downloaded goblin v0.8.2
7792026-07-30T03:49:44.447Z Downloaded tower v0.5.3
7802026-07-30T03:49:44.452Z Downloaded aho-corasick v1.1.4
7812026-07-30T03:49:44.460Z Downloaded zerotrie v0.2.4
7822026-07-30T03:49:44.463Z Downloaded toml_edit v0.19.15
7832026-07-30T03:49:44.472Z Downloaded reqwest v0.13.4
7842026-07-30T03:49:44.476Z Downloaded typed-path v0.9.3
7852026-07-30T03:49:44.479Z Downloaded rayon v1.12.0
7862026-07-30T03:49:44.485Z Downloaded unicode-segmentation v1.13.3
7872026-07-30T03:49:44.488Z Downloaded portable-atomic v1.13.1
7882026-07-30T03:49:44.491Z Downloaded reqwest v0.12.28
7892026-07-30T03:49:44.495Z Downloaded iddqd v0.4.6
7902026-07-30T03:49:44.501Z Downloaded serde_json v1.0.151
7912026-07-30T03:49:44.505Z Downloaded yansi v1.0.1
7922026-07-30T03:49:44.507Z Downloaded unicode-normalization v0.1.25
7932026-07-30T03:49:44.510Z Downloaded typenum v1.20.1
7942026-07-30T03:49:44.514Z Downloaded tokio-util v0.7.18
7952026-07-30T03:49:44.518Z Downloaded tough v0.22.0
7962026-07-30T03:49:44.521Z Downloaded h2 v0.4.14
7972026-07-30T03:49:44.524Z Downloaded zerocopy-derive v0.8.50
7982026-07-30T03:49:44.530Z Downloaded url v2.5.8
7992026-07-30T03:49:44.533Z Downloaded proptest v1.11.0
8002026-07-30T03:49:44.550Z Downloaded tower-http v0.6.11
8012026-07-30T03:49:44.558Z Downloaded goblin v0.10.7
8022026-07-30T03:49:44.565Z Downloaded zerocopy v0.7.35
8032026-07-30T03:49:44.575Z Downloaded zerovec v0.11.6
8042026-07-30T03:49:44.579Z Downloaded regex v1.12.3
8052026-07-30T03:49:44.585Z Downloaded quinn-proto v0.11.16
8062026-07-30T03:49:44.589Z Downloaded winnow v1.0.3
8072026-07-30T03:49:44.594Z Downloaded moka v0.12.15
8082026-07-30T03:49:44.599Z Downloaded chrono v0.4.45
8092026-07-30T03:49:44.607Z Downloaded serde_with v3.21.0
8102026-07-30T03:49:44.614Z Downloaded curve25519-dalek v4.1.3
8112026-07-30T03:49:44.627Z Downloaded vcpkg v0.2.15
8122026-07-30T03:49:44.647Z Downloaded syn v1.0.109
8132026-07-30T03:49:44.652Z Downloaded openssl v0.10.80
8142026-07-30T03:49:44.658Z Downloaded winnow v0.5.40
8152026-07-30T03:49:44.664Z Downloaded syn v2.0.117
8162026-07-30T03:49:44.670Z Downloaded hickory-proto v0.25.2
8172026-07-30T03:49:44.679Z Downloaded winnow v0.7.15
8182026-07-30T03:49:44.684Z Downloaded unicode-width v0.1.14
8192026-07-30T03:49:44.688Z Downloaded rhai v1.25.1
8202026-07-30T03:49:44.695Z Downloaded regex-syntax v0.8.10
8212026-07-30T03:49:44.699Z Downloaded bstr v1.12.1
8222026-07-30T03:49:44.705Z Downloaded time v0.3.47
8232026-07-30T03:49:44.711Z Downloaded tabled v0.15.0
8242026-07-30T03:49:44.720Z Downloaded syn v3.0.3
8252026-07-30T03:49:44.727Z Downloaded webpki-roots v1.0.7
8262026-07-30T03:49:44.730Z Downloaded tabled v0.21.0
8272026-07-30T03:49:44.739Z Downloaded typify-impl v0.6.2
8282026-07-30T03:49:44.747Z Downloaded unicode-width v0.2.2
8292026-07-30T03:49:44.750Z Downloaded hickory-proto v0.24.4
8302026-07-30T03:49:44.759Z Downloaded typify-impl v0.4.3
8312026-07-30T03:49:44.767Z Downloaded nix v0.31.3
8322026-07-30T03:49:44.781Z Downloaded smoltcp v0.11.0
8332026-07-30T03:49:44.799Z Downloaded openapiv3 v2.2.0
8342026-07-30T03:49:44.810Z Downloaded zerocopy v0.8.50
8352026-07-30T03:49:44.822Z Downloaded regress v0.11.1
8362026-07-30T03:49:44.829Z Downloaded rustls v0.23.40
8372026-07-30T03:49:44.836Z Downloaded tokio v1.53.1
8382026-07-30T03:49:44.859Z Downloaded rustix v0.38.44
8392026-07-30T03:49:44.870Z Downloaded rustix v1.1.4
8402026-07-30T03:49:44.883Z Downloaded regress v0.10.5
8412026-07-30T03:49:44.909Z Downloaded encoding_rs v0.8.35
8422026-07-30T03:49:44.922Z Downloaded sled v0.34.7
8432026-07-30T03:49:44.928Z Downloaded ring v0.17.14
8442026-07-30T03:49:44.958Z Downloaded tracing v0.1.44
8452026-07-30T03:49:45.004Z Downloaded regex-automata v0.4.14
8462026-07-30T03:49:45.050Z Downloaded jiff v0.2.28
8472026-07-30T03:49:45.060Z Downloaded petgraph v0.6.5
8482026-07-30T03:49:45.070Z Downloaded chrono-tz v0.10.4
8492026-07-30T03:49:45.079Z Downloaded lzma-sys v0.1.20
8502026-07-30T03:49:45.101Z Downloaded petgraph v0.8.3
8512026-07-30T03:49:45.114Z Downloaded libc v0.2.189
8522026-07-30T03:49:45.133Z Downloaded csv v1.4.0
8532026-07-30T03:49:45.144Z Downloaded sha3 v0.10.9
8542026-07-30T03:49:45.670Z Downloaded aws-lc-sys v0.41.0
8552026-07-30T03:49:46.226Z Compiling proc-macro2 v1.0.106
8562026-07-30T03:49:46.226Z Compiling quote v1.0.45
8572026-07-30T03:49:46.227Z Compiling unicode-ident v1.0.24
8582026-07-30T03:49:46.227Z Compiling serde_core v1.0.228
8592026-07-30T03:49:46.230Z Compiling libc v0.2.189
8602026-07-30T03:49:46.230Z Compiling serde v1.0.228
8612026-07-30T03:49:46.230Z Compiling zmij v1.0.21
8622026-07-30T03:49:46.230Z Compiling autocfg v1.5.1
8632026-07-30T03:49:46.573Z Compiling libm v0.2.16
8642026-07-30T03:49:46.952Z Compiling icu_normalizer_data v2.2.0
8652026-07-30T03:49:46.969Z Compiling icu_properties_data v2.2.0
8662026-07-30T03:49:46.972Z Compiling serde_json v1.0.151
8672026-07-30T03:49:47.064Z Compiling num-traits v0.2.19
8682026-07-30T03:49:47.083Z Compiling getrandom v0.4.2
8692026-07-30T03:49:47.349Z Compiling version_check v0.9.5
8702026-07-30T03:49:47.471Z Compiling thiserror v2.0.19
8712026-07-30T03:49:47.748Z Compiling memchr v2.8.1
8722026-07-30T03:49:47.888Z Compiling syn v2.0.117
8732026-07-30T03:49:47.909Z Compiling syn v3.0.3
8742026-07-30T03:49:48.055Z Compiling schemars v0.8.22
8752026-07-30T03:49:48.166Z Checking cfg-if v1.0.4
8762026-07-30T03:49:48.241Z Compiling parking_lot_core v0.9.12
8772026-07-30T03:49:48.374Z Compiling heck v0.5.0
8782026-07-30T03:49:48.423Z Compiling zerocopy v0.8.50
8792026-07-30T03:49:48.566Z Compiling portable-atomic v1.13.1
8802026-07-30T03:49:48.590Z Compiling rustversion v1.0.22
8812026-07-30T03:49:48.900Z Compiling itoa v1.0.18
8822026-07-30T03:49:48.921Z Compiling jobserver v0.1.34
8832026-07-30T03:49:49.033Z Compiling shlex v2.0.1
8842026-07-30T03:49:49.100Z Compiling find-msvc-tools v0.1.9
8852026-07-30T03:49:49.358Z Compiling cc v1.2.63
8862026-07-30T03:49:49.598Z Compiling fs_extra v1.3.0
8872026-07-30T03:49:49.619Z Compiling dunce v1.0.5
8882026-07-30T03:49:49.640Z Compiling semver v1.0.28
8892026-07-30T03:49:49.720Z Compiling log v0.4.32
8902026-07-30T03:49:49.819Z Compiling httparse v1.10.1
8912026-07-30T03:49:49.865Z Compiling slog v2.8.2
8922026-07-30T03:49:49.911Z Compiling rustix v1.1.4
8932026-07-30T03:49:50.024Z Checking stable_deref_trait v1.2.1
8942026-07-30T03:49:50.106Z Compiling allocator-api2 v0.2.21
8952026-07-30T03:49:50.127Z Compiling cmake v0.1.58
8962026-07-30T03:49:50.287Z Compiling equivalent v1.0.2
8972026-07-30T03:49:50.443Z Compiling thiserror v1.0.69
8982026-07-30T03:49:50.501Z Checking litemap v0.8.2
8992026-07-30T03:49:50.523Z Checking writeable v0.6.3
9002026-07-30T03:49:50.542Z Checking utf8_iter v1.0.4
9012026-07-30T03:49:50.680Z Compiling aws-lc-sys v0.41.0
9022026-07-30T03:49:50.702Z Compiling ring v0.17.14
9032026-07-30T03:49:50.705Z Compiling aws-lc-rs v1.17.0
9042026-07-30T03:49:50.740Z Compiling synstructure v0.13.2
9052026-07-30T03:49:50.743Z Compiling serde_derive_internals v0.29.1
9062026-07-30T03:49:50.872Z Compiling thiserror-impl v2.0.19
9072026-07-30T03:49:51.065Z Checking percent-encoding v2.3.2
9082026-07-30T03:49:51.372Z Checking form_urlencoded v1.2.2
9092026-07-30T03:49:51.494Z Checking rand_core v0.10.1
9102026-07-30T03:49:51.516Z Compiling anyhow v1.0.104
9112026-07-30T03:49:51.596Z Compiling paste v1.0.15
9122026-07-30T03:49:51.780Z Compiling ucd-trie v0.1.7
9132026-07-30T03:49:51.843Z Compiling rustls v0.23.40
9142026-07-30T03:49:51.944Z Compiling serde_derive v1.0.228
9152026-07-30T03:49:51.966Z Compiling zerofrom-derive v0.1.7
9162026-07-30T03:49:52.005Z Compiling yoke-derive v0.8.2
9172026-07-30T03:49:52.036Z Compiling zerovec-derive v0.11.3
9182026-07-30T03:49:52.065Z Compiling displaydoc v0.2.6
9192026-07-30T03:49:52.085Z Compiling schemars_derive v0.8.22
9202026-07-30T03:49:52.894Z Compiling tokio-macros v2.7.0
9212026-07-30T03:49:53.121Z Compiling zeroize_derive v1.4.3
9222026-07-30T03:49:53.142Z Compiling zerocopy-derive v0.8.50
9232026-07-30T03:49:53.162Z Compiling futures-macro v0.3.32
9242026-07-30T03:49:53.281Z Compiling tracing-attributes v0.1.31
9252026-07-30T03:49:53.743Z Checking zerofrom v0.1.8
9262026-07-30T03:49:53.791Z Compiling thiserror-impl v1.0.69
9272026-07-30T03:49:53.860Z Checking yoke v0.8.3
9282026-07-30T03:49:54.034Z Checking zerovec v0.11.6
9292026-07-30T03:49:54.468Z Checking zerotrie v0.2.4
9302026-07-30T03:49:54.489Z Checking tinystr v0.8.3
9312026-07-30T03:49:54.492Z Checking potential_utf v0.1.5
9322026-07-30T03:49:54.528Z Compiling pest v2.8.6
9332026-07-30T03:49:54.690Z Checking icu_locale_core v2.2.0
9342026-07-30T03:49:54.923Z Checking icu_collections v2.2.0
9352026-07-30T03:49:55.024Z Compiling serde_tokenstream v0.2.3
9362026-07-30T03:49:55.058Z Checking smallvec v1.15.1
9372026-07-30T03:49:55.077Z Checking bytes v1.11.1
9382026-07-30T03:49:55.282Z Checking icu_provider v2.2.0
9392026-07-30T03:49:55.379Z Compiling regex-syntax v0.8.10
9402026-07-30T03:49:55.511Z Checking icu_properties v2.2.0
9412026-07-30T03:49:55.511Z Checking icu_normalizer v2.2.0
9422026-07-30T03:49:55.589Z Compiling pest_meta v2.8.6
9432026-07-30T03:49:55.694Z Compiling aho-corasick v1.1.4
9442026-07-30T03:49:55.833Z Compiling getrandom v0.3.4
9452026-07-30T03:49:55.936Z Compiling hashbrown v0.17.1
9462026-07-30T03:49:56.179Z Compiling pest_generator v2.8.6
9472026-07-30T03:49:56.387Z Checking idna_adapter v1.2.2
9482026-07-30T03:49:56.520Z Checking idna v1.1.0
9492026-07-30T03:49:56.777Z Checking url v2.5.8
9502026-07-30T03:49:56.799Z Compiling regex-automata v0.4.14
9512026-07-30T03:49:56.865Z Compiling pest_derive v2.8.6
9522026-07-30T03:49:56.891Z Compiling crossbeam-utils v0.8.21
9532026-07-30T03:49:56.933Z Compiling indexmap v2.14.0
9542026-07-30T03:49:57.074Z Checking iana-time-zone v0.1.65
9552026-07-30T03:49:57.187Z Checking chrono v0.4.45
9562026-07-30T03:49:57.232Z Compiling num-conv v0.2.2
9572026-07-30T03:49:57.256Z Compiling time-core v0.1.8
9582026-07-30T03:49:57.459Z Compiling time-macros v0.2.27
9592026-07-30T03:49:57.634Z Checking uuid v1.24.0
9602026-07-30T03:49:57.851Z Compiling async-trait v0.1.89
9612026-07-30T03:49:57.947Z Compiling daft-derive v0.1.7
9622026-07-30T03:49:58.072Z Compiling byteorder v1.5.0
9632026-07-30T03:49:58.142Z Compiling camino v1.2.5
9642026-07-30T03:49:58.480Z Compiling regex v1.12.3
9652026-07-30T03:49:58.819Z Checking dyn-clone v1.0.20
9662026-07-30T03:49:58.933Z Checking errno v0.3.14
9672026-07-30T03:49:58.936Z Compiling strsim v0.11.1
9682026-07-30T03:49:59.151Z Compiling scroll_derive v0.13.1
9692026-07-30T03:49:59.349Z Compiling ident_case v1.0.1
9702026-07-30T03:49:59.486Z Compiling omicron-workspace-hack v0.1.0
9712026-07-30T03:49:59.489Z Compiling slog-async v2.8.0
9722026-07-30T03:49:59.737Z Compiling ref-cast v1.0.25
9732026-07-30T03:49:59.760Z Compiling ref-cast-impl v1.0.25
9742026-07-30T03:49:59.781Z Compiling generic-array v0.14.7
9752026-07-30T03:49:59.862Z Compiling crc32fast v1.5.0
9762026-07-30T03:49:59.977Z Compiling usdt-impl v0.6.0
9772026-07-30T03:50:00.080Z Compiling scroll v0.13.0
9782026-07-30T03:50:00.114Z Compiling plain v0.2.3
9792026-07-30T03:50:00.297Z Checking pin-project-lite v0.2.17
9802026-07-30T03:50:00.345Z Compiling goblin v0.10.7
9812026-07-30T03:50:00.364Z Compiling pretty-hex v0.4.2
9822026-07-30T03:50:00.381Z Compiling dtrace-parser v0.3.0
9832026-07-30T03:50:00.402Z Compiling thread-id v5.1.0
9842026-07-30T03:50:00.695Z Compiling syn v1.0.109
9852026-07-30T03:50:00.806Z Checking getrandom v0.2.17
9862026-07-30T03:50:00.987Z Checking zeroize v1.8.2
9872026-07-30T03:50:01.078Z Checking bitflags v2.12.1
9882026-07-30T03:50:01.623Z Compiling multer v3.1.0
9892026-07-30T03:50:01.885Z Compiling async-stream-impl v0.3.6
9902026-07-30T03:50:01.917Z Checking socket2 v0.6.5
9912026-07-30T03:50:02.116Z Checking scopeguard v1.2.0
9922026-07-30T03:50:02.223Z Checking lock_api v0.4.14
9932026-07-30T03:50:02.335Z Checking critical-section v1.2.0
9942026-07-30T03:50:02.469Z Checking once_cell v1.21.4
9952026-07-30T03:50:02.512Z Compiling dropshot v0.17.1
9962026-07-30T03:50:02.647Z Compiling dropshot_endpoint v0.17.1
9972026-07-30T03:50:02.880Z Compiling newtype-uuid-macros v0.1.0
9982026-07-30T03:50:02.898Z Checking parking_lot v0.12.5
9992026-07-30T03:50:03.086Z Compiling dof v0.4.0
10002026-07-30T03:50:03.106Z Checking signal-hook-registry v1.4.8
10012026-07-30T03:50:03.667Z Checking mio v1.2.1
10022026-07-30T03:50:03.950Z Checking tokio v1.53.1
10032026-07-30T03:50:04.141Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
10042026-07-30T03:50:04.290Z Compiling darling_core v0.23.0
10052026-07-30T03:50:04.336Z Compiling usdt-macro v0.6.0
10062026-07-30T03:50:04.379Z Compiling usdt-attr-macro v0.6.0
10072026-07-30T03:50:04.432Z Compiling structmeta-derive v0.3.0
10082026-07-30T03:50:04.553Z Compiling strum_macros v0.26.4
10092026-07-30T03:50:04.601Z Compiling foldhash v0.2.0
10102026-07-30T03:50:04.810Z Checking subtle v2.6.1
10112026-07-30T03:50:05.142Z Checking futures-core v0.3.32
10122026-07-30T03:50:05.147Z Compiling hashbrown v0.16.1
10132026-07-30T03:50:05.486Z Compiling structmeta v0.3.0
10142026-07-30T03:50:05.690Z Compiling strum_macros v0.27.2
10152026-07-30T03:50:05.851Z Compiling derive-ex v0.1.8
10162026-07-30T03:50:06.136Z Compiling http v1.4.2
10172026-07-30T03:50:06.168Z Checking futures-sink v0.3.32
10182026-07-30T03:50:06.376Z Compiling darling_macro v0.23.0
10192026-07-30T03:50:06.742Z Checking ipnetwork v0.21.1
10202026-07-30T03:50:06.949Z Compiling darling v0.23.0
10212026-07-30T03:50:06.988Z Compiling winnow v1.0.3
10222026-07-30T03:50:07.036Z Compiling serde_with_macros v3.21.0
10232026-07-30T03:50:07.169Z Checking slab v0.4.12
10242026-07-30T03:50:07.455Z Compiling test-strategy v0.4.5
10252026-07-30T03:50:07.665Z Checking futures-channel v0.3.32
10262026-07-30T03:50:07.960Z Compiling toml_parser v1.1.2+spec-1.1.0
10272026-07-30T03:50:08.078Z Checking typenum v1.20.1
10282026-07-30T03:50:08.081Z Checking futures-io v0.3.32
10292026-07-30T03:50:08.198Z Checking futures-task v0.3.32
10302026-07-30T03:50:08.345Z Compiling fnv v1.0.7
10312026-07-30T03:50:08.378Z Checking futures-util v0.3.32
10322026-07-30T03:50:08.450Z Compiling toml_datetime v1.1.1+spec-1.1.0
10332026-07-30T03:50:08.732Z Compiling parse-display-derive v0.10.0
10342026-07-30T03:50:08.870Z Checking oxnet v0.1.6
10352026-07-30T03:50:08.901Z Checking tracing-core v0.1.36
10362026-07-30T03:50:08.975Z Checking erased-serde v0.3.31
10372026-07-30T03:50:09.202Z Checking tracing v0.1.44
10382026-07-30T03:50:09.395Z Compiling ryu v1.0.23
10392026-07-30T03:50:09.629Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
10402026-07-30T03:50:09.686Z Compiling clap_derive v4.6.4
10412026-07-30T03:50:09.900Z Checking base64 v0.22.1
10422026-07-30T03:50:10.402Z Checking rand_core v0.6.4
10432026-07-30T03:50:10.523Z Compiling openapiv3 v2.2.0
10442026-07-30T03:50:10.736Z Checking rustls-pki-types v1.14.1
10452026-07-30T03:50:11.034Z Checking tokio-util v0.7.18
10462026-07-30T03:50:11.378Z Checking ipnet v2.12.0
10472026-07-30T03:50:11.469Z Checking untrusted v0.7.1
10482026-07-30T03:50:11.489Z Checking untrusted v0.9.0
10492026-07-30T03:50:11.583Z Compiling toml_edit v0.25.12+spec-1.1.0
10502026-07-30T03:50:11.980Z Checking http-body v1.0.1
10512026-07-30T03:50:12.074Z Checking atomic-waker v1.1.2
10522026-07-30T03:50:12.115Z Compiling proc-macro-crate v3.5.0
10532026-07-30T03:50:12.512Z Checking tower-layer v0.3.3
10542026-07-30T03:50:12.531Z Checking tower-service v0.3.3
10552026-07-30T03:50:12.591Z Compiling num_enum_derive v0.7.6
10562026-07-30T03:50:12.634Z Checking try-lock v0.2.5
10572026-07-30T03:50:12.657Z Compiling either v1.16.0
10582026-07-30T03:50:12.824Z Checking want v0.3.1
10592026-07-30T03:50:12.845Z Compiling itertools v0.14.0
10602026-07-30T03:50:12.883Z Checking h2 v0.4.14
10612026-07-30T03:50:13.079Z Checking httpdate v1.0.3
10622026-07-30T03:50:13.230Z Compiling regress v0.11.1
10632026-07-30T03:50:13.627Z Compiling crucible-workspace-hack v0.1.0
10642026-07-30T03:50:14.014Z Checking serde_urlencoded v0.7.1
10652026-07-30T03:50:14.097Z Checking http-body-util v0.1.4
10662026-07-30T03:50:14.572Z Checking ppv-lite86 v0.2.21
10672026-07-30T03:50:14.748Z Checking hyper v1.11.0
10682026-07-30T03:50:14.825Z Compiling typify-impl v0.6.2
10692026-07-30T03:50:14.871Z Compiling unsafe-libyaml v0.2.11
10702026-07-30T03:50:15.421Z Compiling serde_yaml v0.9.34+deprecated
10712026-07-30T03:50:15.712Z Checking hyper-util v0.1.20
10722026-07-30T03:50:16.274Z Compiling convert_case v0.4.0
10732026-07-30T03:50:16.579Z Compiling derive_more v0.99.20
10742026-07-30T03:50:16.821Z Compiling darling_core v0.21.3
10752026-07-30T03:50:17.318Z Compiling zerocopy-derive v0.7.35
10762026-07-30T03:50:17.950Z Checking powerfmt v0.2.0
10772026-07-30T03:50:18.112Z Checking deranged v0.5.8
10782026-07-30T03:50:18.214Z Compiling typify-macro v0.6.2
10792026-07-30T03:50:18.942Z Compiling darling_macro v0.21.3
10802026-07-30T03:50:19.045Z Compiling regress v0.10.5
10812026-07-30T03:50:19.170Z Checking newtype-uuid v1.3.2
10822026-07-30T03:50:19.502Z Checking num_threads v0.1.7
10832026-07-30T03:50:19.522Z Compiling rustix v0.38.44
10842026-07-30T03:50:19.593Z Compiling darling v0.21.3
10852026-07-30T03:50:19.672Z Checking time v0.3.47
10862026-07-30T03:50:19.693Z Checking daft v0.1.7
10872026-07-30T03:50:20.003Z Compiling heapless v0.8.0
10882026-07-30T03:50:20.240Z Compiling typify v0.6.2
10892026-07-30T03:50:20.344Z Compiling ingot-macros v0.1.1
10902026-07-30T03:50:20.498Z Checking crossbeam-channel v0.5.15
10912026-07-30T03:50:20.838Z Compiling scroll_derive v0.12.1
10922026-07-30T03:50:21.090Z Compiling serde_repr v0.1.21
10932026-07-30T03:50:21.657Z Checking cpufeatures v0.3.0
10942026-07-30T03:50:22.144Z Checking futures-executor v0.3.32
10952026-07-30T03:50:22.297Z Checking sync_wrapper v1.0.2
10962026-07-30T03:50:22.343Z Checking thread_local v1.1.9
10972026-07-30T03:50:22.702Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
10982026-07-30T03:50:22.743Z Compiling smoltcp v0.11.0
10992026-07-30T03:50:23.014Z Checking tower v0.5.3
11002026-07-30T03:50:23.135Z Checking rand_core v0.9.5
11012026-07-30T03:50:23.234Z Checking webpki-roots v1.0.7
11022026-07-30T03:50:23.459Z Compiling rustc_version v0.4.1
11032026-07-30T03:50:23.516Z Checking is-terminal v0.4.17
11042026-07-30T03:50:23.588Z Checking take_mut v0.2.2
11052026-07-30T03:50:23.609Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
11062026-07-30T03:50:23.741Z Checking term v1.2.1
11072026-07-30T03:50:23.785Z Compiling curve25519-dalek v4.1.3
11082026-07-30T03:50:23.874Z Checking tower-http v0.6.11
11092026-07-30T03:50:23.961Z Checking slog-term v2.9.2
11102026-07-30T03:50:23.982Z Checking futures v0.3.32
11112026-07-30T03:50:24.113Z Compiling toml_datetime v0.6.11
11122026-07-30T03:50:24.172Z Compiling foreign-types-macros v0.2.3
11132026-07-30T03:50:24.467Z Checking hex v0.4.3
11142026-07-30T03:50:24.560Z Checking fastrand v2.4.1
11152026-07-30T03:50:24.773Z Checking rand_chacha v0.9.0
11162026-07-30T03:50:24.978Z Compiling zerocopy v0.7.35
11172026-07-30T03:50:25.028Z Compiling hubpack_derive v0.1.1
11182026-07-30T03:50:25.173Z Compiling thiserror-impl-no-std v2.0.2
11192026-07-30T03:50:25.518Z Compiling curve25519-dalek-derive v0.1.1
11202026-07-30T03:50:25.623Z Compiling usdt-impl v0.5.0
11212026-07-30T03:50:25.778Z Compiling proc-macro-error-attr v1.0.4
11222026-07-30T03:50:26.085Z Compiling dof v0.3.0
11232026-07-30T03:50:26.124Z Checking rand v0.9.4
11242026-07-30T03:50:26.196Z Compiling dtrace-parser v0.2.0
11252026-07-30T03:50:26.218Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
11262026-07-30T03:50:26.580Z Compiling serde_spanned v1.1.1
11272026-07-30T03:50:26.709Z Compiling thread-id v4.2.2
11282026-07-30T03:50:26.787Z Compiling proc-macro-error v1.0.4
11292026-07-30T03:50:26.809Z Compiling memoffset v0.9.1
11302026-07-30T03:50:27.080Z Compiling toml_writer v1.1.1+spec-1.1.0
11312026-07-30T03:50:27.141Z Compiling pkg-config v0.3.33
11322026-07-30T03:50:28.003Z Checking tempfile v3.27.0
11332026-07-30T03:50:28.053Z Checking crypto-common v0.1.7
11342026-07-30T03:50:28.322Z Checking hybrid-array v0.4.12
11352026-07-30T03:50:28.854Z Checking openssl-probe v0.2.1
11362026-07-30T03:50:28.874Z Checking match_cfg v0.1.0
11372026-07-30T03:50:28.945Z Checking simd-adler32 v0.3.9
11382026-07-30T03:50:28.966Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
11392026-07-30T03:50:29.028Z Compiling prettyplease v0.2.37
11402026-07-30T03:50:29.094Z Checking adler2 v2.0.1
11412026-07-30T03:50:29.133Z Compiling cfg_aliases v0.2.1
11422026-07-30T03:50:29.220Z Compiling nix v0.31.3
11432026-07-30T03:50:29.223Z Checking miniz_oxide v0.8.9
11442026-07-30T03:50:29.326Z Checking rustls-native-certs v0.8.4
11452026-07-30T03:50:29.367Z Checking hostname v0.3.1
11462026-07-30T03:50:29.747Z Checking slog-json v2.6.1
11472026-07-30T03:50:29.907Z Checking memmap2 v0.9.10
11482026-07-30T03:50:30.117Z Compiling heck v0.4.1
11492026-07-30T03:50:30.176Z Checking usdt v0.6.0
11502026-07-30T03:50:30.354Z Checking slog-bunyan v2.5.0
11512026-07-30T03:50:30.400Z Checking flate2 v1.1.9
11522026-07-30T03:50:30.466Z Checking crypto-common v0.2.2
11532026-07-30T03:50:30.511Z Checking block-buffer v0.12.0
11542026-07-30T03:50:30.657Z Compiling usdt-macro v0.5.0
11552026-07-30T03:50:30.686Z Compiling usdt-attr-macro v0.5.0
11562026-07-30T03:50:30.954Z Compiling num-derive v0.4.2
11572026-07-30T03:50:31.033Z Compiling enum-as-inner v0.6.1
11582026-07-30T03:50:31.286Z Checking const-oid v0.10.2
11592026-07-30T03:50:31.326Z Checking compression-core v0.4.32
11602026-07-30T03:50:31.418Z Checking debug-ignore v1.0.5
11612026-07-30T03:50:31.477Z Compiling winnow v0.7.15
11622026-07-30T03:50:31.620Z Checking compression-codecs v0.4.38
11632026-07-30T03:50:31.785Z Checking digest v0.11.3
11642026-07-30T03:50:32.126Z Compiling progenitor-impl v0.14.0
11652026-07-30T03:50:32.736Z Checking encoding_rs v0.8.35
11662026-07-30T03:50:32.773Z Checking mime v0.3.17
11672026-07-30T03:50:32.803Z Compiling rayon-core v1.13.0
11682026-07-30T03:50:32.904Z Checking spin v0.9.8
11692026-07-30T03:50:32.926Z Checking toml v1.1.2+spec-1.1.0
11702026-07-30T03:50:33.066Z Checking sha1 v0.11.0
11712026-07-30T03:50:33.248Z Checking async-compression v0.4.42
11722026-07-30T03:50:33.840Z Checking iddqd v0.4.6
11732026-07-30T03:50:34.041Z Checking rand_chacha v0.3.1
11742026-07-30T03:50:34.073Z Checking waitgroup v0.1.2
11752026-07-30T03:50:34.146Z Checking rustls-pemfile v2.2.0
11762026-07-30T03:50:34.241Z Compiling progenitor-macro v0.14.0
11772026-07-30T03:50:34.281Z Checking async-stream v0.3.6
11782026-07-30T03:50:34.412Z Checking serde_path_to_error v0.1.20
11792026-07-30T03:50:34.531Z Checking hostname v0.4.2
11802026-07-30T03:50:34.636Z Compiling wait-timeout v0.2.1
11812026-07-30T03:50:34.723Z Compiling quick-error v1.2.3
11822026-07-30T03:50:34.744Z Compiling bit-vec v0.8.0
11832026-07-30T03:50:34.931Z Checking rustls-webpki v0.103.13
11842026-07-30T03:50:35.058Z Compiling bit-set v0.8.0
11852026-07-30T03:50:35.096Z Compiling rusty-fork v0.3.1
11862026-07-30T03:50:35.451Z Checking rand v0.8.6
11872026-07-30T03:50:36.167Z Compiling rand_xorshift v0.4.0
11882026-07-30T03:50:36.388Z Compiling num-integer v0.1.46
11892026-07-30T03:50:36.443Z Checking macaddr v1.0.1
11902026-07-30T03:50:36.804Z Checking unicode-width v0.2.2
11912026-07-30T03:50:36.891Z Compiling unarray v0.1.4
11922026-07-30T03:50:37.062Z Compiling winnow v0.5.40
11932026-07-30T03:50:37.628Z Compiling semver v0.1.20
11942026-07-30T03:50:37.765Z Checking tokio-rustls v0.26.4
11952026-07-30T03:50:37.860Z Checking rustls-platform-verifier v0.7.0
11962026-07-30T03:50:37.900Z Compiling rustc_version v0.1.7
11972026-07-30T03:50:38.002Z Checking hyper-rustls v0.27.9
11982026-07-30T03:50:38.249Z Checking reqwest v0.13.4
11992026-07-30T03:50:38.270Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
12002026-07-30T03:50:38.394Z Compiling toml_edit v0.19.15
12012026-07-30T03:50:38.445Z Compiling proptest v1.11.0
12022026-07-30T03:50:39.414Z Compiling reqwest v0.12.28
12032026-07-30T03:50:39.596Z Compiling backon v1.6.0
12042026-07-30T03:50:39.800Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
12052026-07-30T03:50:40.187Z Checking block-buffer v0.10.4
12062026-07-30T03:50:40.335Z Compiling progenitor-client v0.14.0
12072026-07-30T03:50:40.433Z Compiling strum v0.26.3
12082026-07-30T03:50:40.665Z Compiling instant v0.1.13
12092026-07-30T03:50:40.783Z Compiling utf8parse v0.2.2
12102026-07-30T03:50:40.901Z Compiling anstyle-parse v1.0.0
12112026-07-30T03:50:41.050Z Compiling backoff v0.4.0
12122026-07-30T03:50:41.170Z Compiling progenitor-extras v0.2.0
12132026-07-30T03:50:41.256Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
12142026-07-30T03:50:41.283Z Compiling progenitor-client v0.10.0
12152026-07-30T03:50:41.334Z Checking digest v0.10.7
12162026-07-30T03:50:41.406Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12172026-07-30T03:50:41.469Z Compiling proc-macro-crate v1.3.1
12182026-07-30T03:50:41.554Z Compiling newtype_derive v0.1.6
12192026-07-30T03:50:41.632Z Compiling num-iter v0.1.45
12202026-07-30T03:50:41.653Z Compiling num-rational v0.4.2
12212026-07-30T03:50:41.754Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
12222026-07-30T03:50:41.775Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12232026-07-30T03:50:41.816Z Compiling parse-display v0.10.0
12242026-07-30T03:50:41.921Z Compiling serde_with v3.21.0
12252026-07-30T03:50:42.097Z Compiling strum v0.27.2
12262026-07-30T03:50:42.159Z Compiling num-complex v0.4.6
12272026-07-30T03:50:42.231Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
12282026-07-30T03:50:42.318Z Compiling humantime v2.3.0
12292026-07-30T03:50:42.457Z Compiling vcpkg v0.2.15
12302026-07-30T03:50:42.479Z Compiling colorchoice v1.0.5
12312026-07-30T03:50:42.506Z Compiling owo-colors v4.3.0
12322026-07-30T03:50:42.528Z Compiling anstyle v1.0.14
12332026-07-30T03:50:42.566Z Compiling anstyle-query v1.1.5
12342026-07-30T03:50:42.588Z Compiling is_terminal_polyfill v1.70.2
12352026-07-30T03:50:42.607Z Compiling num v0.4.3
12362026-07-30T03:50:42.725Z Compiling anstream v1.0.0
12372026-07-30T03:50:42.770Z Compiling num_enum_derive v0.5.11
12382026-07-30T03:50:42.916Z Compiling terminal_size v0.4.4
12392026-07-30T03:50:43.055Z Compiling openssl-sys v0.9.116
12402026-07-30T03:50:43.074Z Compiling serde_spanned v0.6.9
12412026-07-30T03:50:43.130Z Compiling pin-project-internal v1.1.13
12422026-07-30T03:50:43.151Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
12432026-07-30T03:50:43.223Z Compiling derive-where v1.6.1
12442026-07-30T03:50:43.425Z Compiling float-ord v0.3.2
12452026-07-30T03:50:43.551Z Compiling clap_lex v1.1.0
12462026-07-30T03:50:43.735Z Compiling toml_write v0.1.2
12472026-07-30T03:50:43.743Z Compiling clap_builder v4.6.2
12482026-07-30T03:50:43.798Z Compiling toml_edit v0.22.27
12492026-07-30T03:50:44.022Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12502026-07-30T03:50:44.220Z Compiling progenitor-impl v0.13.0
12512026-07-30T03:50:46.042Z Compiling clap v4.6.4
12522026-07-30T03:50:46.063Z Compiling toml v0.8.23
12532026-07-30T03:50:46.151Z Compiling zone_cfg_derive v0.3.1
12542026-07-30T03:50:46.290Z Compiling progenitor-macro v0.13.0
12552026-07-30T03:50:46.385Z Compiling snafu-derive v0.8.9
12562026-07-30T03:50:46.432Z Compiling async-recursion v1.1.1
12572026-07-30T03:50:47.810Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
12582026-07-30T03:50:47.914Z Compiling slog-dtrace v0.3.0
12592026-07-30T03:50:47.952Z Compiling unicode-xid v0.2.6
12602026-07-30T03:50:48.085Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12612026-07-30T03:50:48.130Z Compiling openssl v0.10.80
12622026-07-30T03:50:48.171Z Compiling minimal-lexical v0.2.1
12632026-07-30T03:50:48.419Z Compiling chrono-tz v0.10.4
12642026-07-30T03:50:48.460Z Compiling cancel-safe-futures v0.1.5
12652026-07-30T03:50:48.675Z Compiling nom v7.1.3
12662026-07-30T03:50:49.082Z Compiling const_format_proc_macros v0.2.34
12672026-07-30T03:50:49.282Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12682026-07-30T03:50:49.805Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12692026-07-30T03:50:49.826Z Compiling openssl-macros v0.1.1
12702026-07-30T03:50:50.032Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12712026-07-30T03:50:50.055Z Checking cpufeatures v0.2.17
12722026-07-30T03:50:50.130Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12732026-07-30T03:50:50.665Z Compiling cookie v0.18.1
12742026-07-30T03:50:50.719Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12752026-07-30T03:50:50.959Z Compiling tabled_derive v0.7.0
12762026-07-30T03:50:51.186Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12772026-07-30T03:50:51.639Z Checking num_enum v0.7.6
12782026-07-30T03:50:53.814Z Checking tabwriter v1.4.1
12792026-07-30T03:50:53.976Z Checking secrecy v0.10.3
12802026-07-30T03:50:54.041Z Checking colored v3.1.1
12812026-07-30T03:50:54.245Z Checking tinyvec_macros v0.1.1
12822026-07-30T03:50:54.321Z Checking tinyvec v1.11.0
12832026-07-30T03:50:54.430Z Checking crossbeam-epoch v0.9.18
12842026-07-30T03:50:54.601Z Checking hash32 v0.3.1
12852026-07-30T03:50:54.665Z Checking bstr v1.12.1
12862026-07-30T03:50:54.734Z Checking data-encoding v2.11.0
12872026-07-30T03:50:55.015Z Checking hmac v0.12.1
12882026-07-30T03:50:55.018Z Checking ingot-types v0.1.2
12892026-07-30T03:50:55.057Z Checking inout v0.1.4
12902026-07-30T03:50:55.174Z Checking scroll v0.12.0
12912026-07-30T03:50:55.200Z Checking ff v0.13.1
12922026-07-30T03:50:55.259Z Checking cobs v0.3.0
12932026-07-30T03:50:55.307Z Checking foreign-types-shared v0.3.1
12942026-07-30T03:50:55.329Z Checking static_assertions v1.1.0
12952026-07-30T03:50:55.387Z Checking bitflags v1.3.2
12962026-07-30T03:50:55.410Z Checking managed v0.8.0
12972026-07-30T03:50:55.415Z Checking postcard v1.1.3
12982026-07-30T03:50:55.415Z Checking goblin v0.8.2
12992026-07-30T03:50:55.416Z Checking foreign-types v0.5.0
13002026-07-30T03:50:55.492Z Checking ingot v0.1.1
13012026-07-30T03:50:55.546Z Checking group v0.13.0
13022026-07-30T03:50:55.620Z Checking cipher v0.4.4
13032026-07-30T03:50:55.655Z Checking hkdf v0.12.4
13042026-07-30T03:50:55.718Z Checking atomicwrites v0.4.4
13052026-07-30T03:50:55.836Z Checking universal-hash v0.5.1
13062026-07-30T03:50:55.855Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13072026-07-30T03:50:55.963Z Checking crypto-bigint v0.5.5
13082026-07-30T03:50:56.089Z Checking chacha20 v0.10.0
13092026-07-30T03:50:56.111Z Checking half v2.7.1
13102026-07-30T03:50:56.387Z Checking cstr-argument v0.1.2
13112026-07-30T03:50:56.517Z Checking ciborium-io v0.2.2
13122026-07-30T03:50:56.591Z Checking base64ct v1.8.3
13132026-07-30T03:50:56.614Z Checking indent_write v2.2.0
13142026-07-30T03:50:56.633Z Checking opaque-debug v0.3.1
13152026-07-30T03:50:56.708Z Checking base16ct v0.2.0
13162026-07-30T03:50:56.749Z Checking poly1305 v0.8.0
13172026-07-30T03:50:56.829Z Checking ciborium-ll v0.2.2
13182026-07-30T03:50:56.852Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
13192026-07-30T03:50:56.855Z Checking password-hash v0.5.0
13202026-07-30T03:50:56.855Z Checking elliptic-curve v0.13.8
13212026-07-30T03:50:56.999Z Checking rand v0.10.2
13222026-07-30T03:50:57.020Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
13232026-07-30T03:50:57.020Z Checking chacha20 v0.9.1
13242026-07-30T03:50:57.060Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13252026-07-30T03:50:57.094Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
13262026-07-30T03:50:57.184Z Checking blake2 v0.10.6
13272026-07-30T03:50:57.236Z Checking aead v0.5.2
13282026-07-30T03:50:57.316Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
13292026-07-30T03:50:57.420Z Checking thiserror-no-std v2.0.2
13302026-07-30T03:50:57.448Z Checking hubpack v0.1.2
13312026-07-30T03:50:57.467Z Checking byte-wrapper v0.1.0
13322026-07-30T03:50:57.524Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
13332026-07-30T03:50:57.620Z Checking keccak v0.1.6
13342026-07-30T03:50:57.687Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13352026-07-30T03:50:57.759Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
13362026-07-30T03:50:57.803Z Checking sha3 v0.10.9
13372026-07-30T03:50:57.837Z Checking vsss-rs v3.3.4
13382026-07-30T03:50:57.934Z Checking argon2 v0.5.3
13392026-07-30T03:50:57.995Z Checking chacha20poly1305 v0.10.1
13402026-07-30T03:50:58.025Z Checking ciborium v0.2.2
13412026-07-30T03:50:58.249Z Checking similar v2.7.0
13422026-07-30T03:50:58.389Z Checking memmap v0.7.0
13432026-07-30T03:50:58.466Z Checking lazy_static v1.5.0
13442026-07-30T03:50:58.528Z Checking usdt v0.5.0
13452026-07-30T03:50:58.589Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13462026-07-30T03:50:58.690Z Checking crossbeam-deque v0.8.6
13472026-07-30T03:50:58.897Z Checking ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
13482026-07-30T03:50:58.911Z Checking bytecount v0.6.9
13492026-07-30T03:50:58.936Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13502026-07-30T03:50:59.008Z Checking progenitor v0.14.0
13512026-07-30T03:50:59.032Z Checking unicode-segmentation v1.13.3
13522026-07-30T03:50:59.233Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
13532026-07-30T03:50:59.334Z Checking console v0.15.11
13542026-07-30T03:50:59.367Z Checking newline-converter v0.3.0
13552026-07-30T03:50:59.453Z Checking itertools v0.12.1
13562026-07-30T03:50:59.496Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
13572026-07-30T03:50:59.645Z Compiling parking_lot_core v0.8.6
13582026-07-30T03:50:59.751Z Checking swrite v0.1.0
13592026-07-30T03:50:59.789Z Checking linked-hash-map v0.5.6
13602026-07-30T03:50:59.843Z Checking resolv-conf v0.7.6
13612026-07-30T03:50:59.915Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13622026-07-30T03:50:59.959Z Checking lru-cache v0.1.2
13632026-07-30T03:50:59.981Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
13642026-07-30T03:51:00.026Z Checking expectorate v1.2.0
13652026-07-30T03:51:00.083Z Checking rayon v1.12.0
13662026-07-30T03:51:00.155Z Checking ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
13672026-07-30T03:51:00.176Z Checking hickory-proto v0.24.4
13682026-07-30T03:51:00.542Z Checking camino-tempfile v1.4.1
13692026-07-30T03:51:00.841Z Checking serde-big-array v0.5.1
13702026-07-30T03:51:00.979Z Checking siphasher v1.0.3
13712026-07-30T03:51:01.001Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
13722026-07-30T03:51:01.160Z Checking phf_shared v0.12.1
13732026-07-30T03:51:01.535Z Checking unicode-normalization v0.1.25
13742026-07-30T03:51:01.696Z Checking pin-project v1.1.13
13752026-07-30T03:51:01.716Z Checking hickory-resolver v0.24.4
13762026-07-30T03:51:01.799Z Checking num_enum v0.5.11
13772026-07-30T03:51:02.000Z Checking progenitor-client v0.13.0
13782026-07-30T03:51:02.394Z Checking tokio-stream v0.1.18
13792026-07-30T03:51:02.480Z Checking csv-core v0.1.13
13802026-07-30T03:51:02.577Z Checking konst_macro_rules v0.2.19
13812026-07-30T03:51:02.663Z Checking smawk v0.3.2
13822026-07-30T03:51:02.731Z Checking same-file v1.0.6
13832026-07-30T03:51:02.777Z Checking unicode-linebreak v0.1.5
13842026-07-30T03:51:02.878Z Checking unicode-width v0.1.14
13852026-07-30T03:51:02.897Z Checking highway v1.3.0
13862026-07-30T03:51:02.917Z Checking foldhash v0.1.5
13872026-07-30T03:51:02.938Z Checking foreign-types-shared v0.1.1
13882026-07-30T03:51:02.990Z Checking textwrap v0.16.2
13892026-07-30T03:51:03.030Z Checking foreign-types v0.3.2
13902026-07-30T03:51:03.056Z Checking hashbrown v0.15.5
13912026-07-30T03:51:03.105Z Checking walkdir v2.5.0
13922026-07-30T03:51:03.126Z Checking qorb v0.4.1
13932026-07-30T03:51:03.129Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13942026-07-30T03:51:03.207Z Checking konst v0.2.20
13952026-07-30T03:51:03.313Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13962026-07-30T03:51:03.397Z Checking csv v1.4.0
13972026-07-30T03:51:03.813Z Checking progenitor v0.13.0
13982026-07-30T03:51:03.949Z Checking olpc-cjson v0.1.4
13992026-07-30T03:51:04.058Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
14002026-07-30T03:51:04.095Z Checking snafu v0.8.9
14012026-07-30T03:51:04.159Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
14022026-07-30T03:51:04.240Z Checking phf v0.12.1
14032026-07-30T03:51:04.399Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14042026-07-30T03:51:04.466Z Checking zone v0.3.1
14052026-07-30T03:51:04.551Z Checking tokio-dtrace v0.1.1
14062026-07-30T03:51:04.735Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14072026-07-30T03:51:04.781Z Checking globset v0.4.18
14082026-07-30T03:51:04.835Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
14092026-07-30T03:51:05.371Z Checking smf v0.2.3
14102026-07-30T03:51:05.476Z Checking pem v3.0.6
14112026-07-30T03:51:05.607Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
14122026-07-30T03:51:05.638Z Checking libsw-core v0.3.2
14132026-07-30T03:51:05.698Z Checking serde_plain v1.0.2
14142026-07-30T03:51:05.742Z Checking sigpipe v0.1.3
14152026-07-30T03:51:05.786Z Checking jiff v0.2.28
14162026-07-30T03:51:05.847Z Checking fixedbitset v0.5.7
14172026-07-30T03:51:05.868Z Checking typed-path v0.9.3
14182026-07-30T03:51:06.011Z Checking fixedbitset v0.4.2
14192026-07-30T03:51:06.034Z Checking glob v0.3.3
14202026-07-30T03:51:06.164Z Checking petgraph v0.6.5
14212026-07-30T03:51:06.414Z Checking petgraph v0.8.3
14222026-07-30T03:51:06.609Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14232026-07-30T03:51:06.629Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
14242026-07-30T03:51:06.659Z Checking tough v0.22.0
14252026-07-30T03:51:06.803Z Checking libsw v3.5.0
14262026-07-30T03:51:06.908Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14272026-07-30T03:51:07.428Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14282026-07-30T03:51:07.526Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
14292026-07-30T03:51:07.555Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
14302026-07-30T03:51:07.720Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14312026-07-30T03:51:07.748Z Checking oxide-tokio-rt v0.1.6
14322026-07-30T03:51:07.911Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14332026-07-30T03:51:08.015Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14342026-07-30T03:51:08.036Z Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14352026-07-30T03:51:08.077Z Checking const_format v0.2.36
14362026-07-30T03:51:08.129Z Checking papergrid v0.11.0
14372026-07-30T03:51:08.558Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14382026-07-30T03:51:08.580Z Checking gethostname v0.5.0
14392026-07-30T03:51:08.602Z Checking key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14402026-07-30T03:51:08.675Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
14412026-07-30T03:51:08.738Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
14422026-07-30T03:51:08.895Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14432026-07-30T03:51:09.223Z Checking libscf-sys v1.2.0
14442026-07-30T03:51:09.400Z Checking bcs v0.1.6
14452026-07-30T03:51:09.523Z Checking whoami v1.6.1
14462026-07-30T03:51:09.569Z Checking tagptr v0.2.0
14472026-07-30T03:51:09.613Z Checking linear-map v1.2.0
14482026-07-30T03:51:09.633Z Checking termtree v0.5.1
14492026-07-30T03:51:09.724Z Checking moka v0.12.15
14502026-07-30T03:51:09.792Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14512026-07-30T03:51:10.297Z Checking nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14522026-07-30T03:51:11.051Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14532026-07-30T03:51:11.254Z Checking tabled v0.15.0
14542026-07-30T03:51:11.512Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14552026-07-30T03:51:11.535Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14562026-07-30T03:51:11.557Z Checking bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14572026-07-30T03:51:11.639Z Checking steno v0.4.1
14582026-07-30T03:51:12.112Z Checking hickory-proto v0.25.2
14592026-07-30T03:51:13.634Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
14602026-07-30T03:51:13.746Z Checking hickory-resolver v0.25.2
14612026-07-30T03:51:14.027Z Checking oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14622026-07-30T03:51:14.394Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14632026-07-30T03:51:14.806Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
14642026-07-30T03:51:15.033Z Checking ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
14652026-07-30T03:51:19.149Z Checking nom v8.0.0
14662026-07-30T03:51:19.215Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14672026-07-30T03:51:19.236Z Compiling proc-macro-error-attr2 v2.0.0
14682026-07-30T03:51:19.675Z Compiling proc-macro-error2 v2.0.1
14692026-07-30T03:51:22.788Z Compiling crunchy v0.2.4
14702026-07-30T03:51:24.636Z Checking mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
14712026-07-30T03:51:24.773Z Compiling tabled_derive v0.11.0
14722026-07-30T03:51:25.587Z Compiling tiny-keccak v2.0.2
14732026-07-30T03:51:25.696Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
14742026-07-30T03:51:26.086Z Compiling typify-impl v0.4.3
14752026-07-30T03:51:26.148Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
14762026-07-30T03:51:26.222Z Checking client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
14772026-07-30T03:51:26.315Z Checking parking_lot v0.11.2
14782026-07-30T03:51:26.366Z Compiling const-random-macro v0.1.16
14792026-07-30T03:51:26.782Z Checking fxhash v0.2.1
14802026-07-30T03:51:26.856Z Compiling smartstring v1.0.1
14812026-07-30T03:51:26.904Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14822026-07-30T03:51:26.927Z Checking sled v0.34.7
14832026-07-30T03:51:27.131Z Compiling ahash v0.8.12
14842026-07-30T03:51:27.757Z Checking internet-checksum v0.2.1
14852026-07-30T03:51:27.798Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3ddd7e684a78ad33be66717408c381b1962ae04e#3ddd7e68)
14862026-07-30T03:51:28.101Z Checking itertools v0.15.0
14872026-07-30T03:51:28.122Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3ddd7e684a78ad33be66717408c381b1962ae04e#3ddd7e68)
14882026-07-30T03:51:28.170Z Compiling rhai_codegen v3.2.0
14892026-07-30T03:51:28.645Z Checking arc-swap v1.9.1
14902026-07-30T03:51:28.670Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14912026-07-30T03:51:28.970Z Checking slog-scope v4.4.1
14922026-07-30T03:51:29.216Z Checking papergrid v0.18.0
14932026-07-30T03:51:29.262Z Checking mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
14942026-07-30T03:51:29.326Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
14952026-07-30T03:51:29.398Z Checking testing_table v0.3.0
14962026-07-30T03:51:29.471Z Compiling typify-macro v0.4.3
14972026-07-30T03:51:29.499Z Checking dropshot-api-manager-types v0.7.2
14982026-07-30T03:51:30.001Z Checking tabled v0.21.0
14992026-07-30T03:51:30.045Z Checking ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
15002026-07-30T03:51:30.102Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
15012026-07-30T03:51:30.836Z Checking mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
15022026-07-30T03:51:30.956Z Checking slog-stdlog v4.1.1
15032026-07-30T03:51:30.979Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
15042026-07-30T03:51:30.998Z Compiling typify v0.4.3
15052026-07-30T03:51:31.002Z Checking rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
15062026-07-30T03:51:31.084Z Compiling progenitor-impl v0.10.0
15072026-07-30T03:51:31.104Z Compiling lzma-sys v0.1.20
15082026-07-30T03:51:31.255Z Compiling fs-err v3.3.0
15092026-07-30T03:51:31.332Z Compiling typeid v1.0.3
15102026-07-30T03:51:31.586Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
15112026-07-30T03:51:31.626Z Checking slog-envlogger v2.2.0
15122026-07-30T03:51:32.350Z Compiling toml_datetime v0.7.5+spec-1.1.0
15132026-07-30T03:51:32.506Z Checking crc8 v0.1.1
15142026-07-30T03:51:32.574Z Compiling toml v0.9.12+spec-1.1.0
15152026-07-30T03:51:32.631Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
15162026-07-30T03:51:32.781Z Checking const-random v0.1.18
15172026-07-30T03:51:33.182Z Compiling progenitor-macro v0.10.0
15182026-07-30T03:51:33.699Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3ddd7e684a78ad33be66717408c381b1962ae04e#3ddd7e68)
15192026-07-30T03:51:33.740Z Compiling cargo_toml v0.22.3
15202026-07-30T03:51:33.929Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3ddd7e684a78ad33be66717408c381b1962ae04e#3ddd7e68)
15212026-07-30T03:51:35.020Z Checking ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
15222026-07-30T03:51:35.773Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
15232026-07-30T03:51:36.144Z Checking thin-vec v0.2.18
15242026-07-30T03:51:36.386Z Checking rhai v1.25.1
15252026-07-30T03:51:36.462Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
15262026-07-30T03:51:37.235Z Checking sha1 v0.10.6
15272026-07-30T03:51:37.434Z Checking utf-8 v0.7.6
15282026-07-30T03:51:37.601Z Checking tungstenite v0.21.0
15292026-07-30T03:51:38.020Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3ddd7e684a78ad33be66717408c381b1962ae04e#3ddd7e68)
15302026-07-30T03:51:38.915Z Checking ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
15312026-07-30T03:51:39.051Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
15322026-07-30T03:51:39.078Z Checking port-file v0.1.0
15332026-07-30T03:51:39.212Z Checking sha2 v0.10.9
15342026-07-30T03:51:39.348Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
15352026-07-30T03:51:39.477Z Checking progenitor v0.10.0
15362026-07-30T03:51:39.514Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3ddd7e684a78ad33be66717408c381b1962ae04e#3ddd7e68)
15372026-07-30T03:51:39.599Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
15382026-07-30T03:51:39.768Z Checking tokio-tungstenite v0.21.0
15392026-07-30T03:51:40.985Z Checking console v0.16.3
15402026-07-30T03:51:41.049Z Checking git-stub v1.0.0
15412026-07-30T03:51:41.285Z Checking is_ci v1.2.0
15422026-07-30T03:51:41.335Z Checking unit-prefix v0.5.2
15432026-07-30T03:51:41.413Z Checking base64 v0.21.7
15442026-07-30T03:51:41.468Z Checking diff v0.1.13
15452026-07-30T03:51:41.653Z Checking yansi v1.0.1
15462026-07-30T03:51:41.673Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
15472026-07-30T03:51:41.736Z Checking supports-color v3.0.2
15482026-07-30T03:51:41.872Z Checking indicatif v0.18.4
15492026-07-30T03:51:41.908Z Checking pretty_assertions v1.4.1
15502026-07-30T03:51:42.652Z Checking git-stub-vcs v0.1.0
15512026-07-30T03:51:42.849Z Checking xz2 v0.1.7
15522026-07-30T03:51:43.023Z Checking ron v0.12.1
15532026-07-30T03:51:43.182Z Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
15542026-07-30T03:51:43.329Z Checking mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
15552026-07-30T03:51:43.516Z Checking mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
15562026-07-30T03:51:43.677Z Checking bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
15572026-07-30T03:51:43.887Z Checking drift v0.2.0
15582026-07-30T03:51:44.384Z Compiling serial_test_derive v4.0.1
15592026-07-30T03:51:44.481Z Checking base16ct v1.0.0
15602026-07-30T03:51:44.859Z Checking ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
15612026-07-30T03:51:44.971Z Checking serial_test v4.0.1
15622026-07-30T03:51:45.155Z Checking dropshot-api-manager v0.7.2
15632026-07-30T03:51:45.930Z Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
15642026-07-30T03:51:46.349Z Checking mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
15652026-07-30T03:51:46.918Z Checking bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
15662026-07-30T03:51:47.389Z Checking util v0.1.0 (/work/oxidecomputer/maghemite/util)
15672026-07-30T03:51:47.587Z Checking natord v1.0.9
15682026-07-30T03:51:47.733Z Checking maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
15692026-07-30T03:51:47.840Z Checking ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
15702026-07-30T03:51:47.932Z Checking mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
15712026-07-30T03:51:48.358Z Checking xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
15722026-07-30T03:51:48.627Z Checking ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
15732026-07-30T03:51:48.716Z Checking mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify)
15742026-07-30T03:51:49.187Z Checking falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab)
15752026-07-30T03:51:49.237Z Checking mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
15762026-07-30T03:51:49.437Z Checking mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
15772026-07-30T03:51:57.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 35s
15782026-07-30T03:51:57.942Z+ cargo xtask openapi check
15792026-07-30T03:51:58.572Z Compiling cfg-if v1.0.4
15802026-07-30T03:51:58.575Z Compiling libc v0.2.189
15812026-07-30T03:51:58.575Z Compiling serde_core v1.0.228
15822026-07-30T03:51:58.687Z Compiling memchr v2.8.1
15832026-07-30T03:51:58.692Z Compiling smallvec v1.15.1
15842026-07-30T03:51:58.700Z Compiling itoa v1.0.18
15852026-07-30T03:51:58.709Z Compiling stable_deref_trait v1.2.1
15862026-07-30T03:51:58.719Z Compiling zerofrom v0.1.8
15872026-07-30T03:51:58.731Z Compiling zmij v1.0.21
15882026-07-30T03:51:58.777Z Compiling litemap v0.8.2
15892026-07-30T03:51:58.834Z Compiling yoke v0.8.3
15902026-07-30T03:51:58.882Z Compiling writeable v0.6.3
15912026-07-30T03:51:58.893Z Compiling utf8_iter v1.0.4
15922026-07-30T03:51:58.960Z Compiling percent-encoding v2.3.2
15932026-07-30T03:51:58.999Z Compiling zerovec v0.11.6
15942026-07-30T03:51:59.015Z Compiling zerotrie v0.2.4
15952026-07-30T03:51:59.030Z Compiling icu_properties_data v2.2.0
15962026-07-30T03:51:59.079Z Compiling icu_normalizer_data v2.2.0
15972026-07-30T03:51:59.144Z Compiling libm v0.2.16
15982026-07-30T03:51:59.152Z Compiling form_urlencoded v1.2.2
15992026-07-30T03:51:59.152Z Compiling rand_core v0.10.1
16002026-07-30T03:51:59.165Z Compiling errno v0.3.14
16012026-07-30T03:51:59.309Z Compiling iana-time-zone v0.1.65
16022026-07-30T03:51:59.323Z Compiling pin-project-lite v0.2.17
16032026-07-30T03:51:59.335Z Compiling getrandom v0.4.2
16042026-07-30T03:51:59.347Z Compiling zeroize v1.8.2
16052026-07-30T03:51:59.609Z Compiling dyn-clone v1.0.20
16062026-07-30T03:51:59.629Z Compiling scopeguard v1.2.0
16072026-07-30T03:51:59.629Z Compiling tinystr v0.8.3
16082026-07-30T03:51:59.629Z Compiling potential_utf v0.1.5
16092026-07-30T03:51:59.629Z Compiling lock_api v0.4.14
16102026-07-30T03:51:59.629Z Compiling parking_lot_core v0.9.12
16112026-07-30T03:51:59.629Z Compiling socket2 v0.6.5
16122026-07-30T03:51:59.629Z Compiling signal-hook-registry v1.4.8
16132026-07-30T03:51:59.701Z Compiling icu_locale_core v2.2.0
16142026-07-30T03:51:59.721Z Compiling icu_collections v2.2.0
16152026-07-30T03:51:59.743Z Compiling parking_lot v0.12.5
16162026-07-30T03:51:59.823Z Compiling mio v1.2.1
16172026-07-30T03:51:59.842Z Compiling portable-atomic v1.13.1
16182026-07-30T03:51:59.996Z Compiling num-traits v0.2.19
16192026-07-30T03:52:00.129Z Compiling futures-core v0.3.32
16202026-07-30T03:52:00.249Z Compiling thiserror v2.0.19
16212026-07-30T03:52:00.288Z Compiling critical-section v1.2.0
16222026-07-30T03:52:00.320Z Compiling serde v1.0.228
16232026-07-30T03:52:00.333Z Compiling serde_json v1.0.151
16242026-07-30T03:52:00.350Z Compiling uuid v1.24.0
16252026-07-30T03:52:00.362Z Compiling semver v1.0.28
16262026-07-30T03:52:00.383Z Compiling bitflags v2.12.1
16272026-07-30T03:52:00.489Z Compiling icu_provider v2.2.0
16282026-07-30T03:52:00.619Z Compiling once_cell v1.21.4
16292026-07-30T03:52:00.631Z Compiling subtle v2.6.1
16302026-07-30T03:52:00.696Z Compiling equivalent v1.0.2
16312026-07-30T03:52:00.768Z Compiling bytes v1.11.1
16322026-07-30T03:52:00.783Z Compiling icu_properties v2.2.0
16332026-07-30T03:52:00.795Z Compiling icu_normalizer v2.2.0
16342026-07-30T03:52:00.800Z Compiling chrono v0.4.45
16352026-07-30T03:52:00.817Z Compiling zerocopy v0.8.50
16362026-07-30T03:52:00.834Z Compiling allocator-api2 v0.2.21
16372026-07-30T03:52:00.846Z Compiling futures-sink v0.3.32
16382026-07-30T03:52:00.947Z Compiling log v0.4.32
16392026-07-30T03:52:01.143Z Compiling slab v0.4.12
16402026-07-30T03:52:01.155Z Compiling typenum v1.20.1
16412026-07-30T03:52:01.324Z Compiling tokio v1.53.1
16422026-07-30T03:52:01.355Z Compiling slog v2.8.2
16432026-07-30T03:52:01.373Z Compiling futures-channel v0.3.32
16442026-07-30T03:52:01.402Z Compiling getrandom v0.2.17
16452026-07-30T03:52:01.439Z Compiling hashbrown v0.17.1
16462026-07-30T03:52:01.585Z Compiling rand_core v0.6.4
16472026-07-30T03:52:01.597Z Compiling futures-task v0.3.32
16482026-07-30T03:52:01.772Z Compiling idna_adapter v1.2.2
16492026-07-30T03:52:01.808Z Compiling futures-io v0.3.32
16502026-07-30T03:52:01.915Z Compiling idna v1.1.0
16512026-07-30T03:52:01.926Z Compiling futures-util v0.3.32
16522026-07-30T03:52:01.964Z Compiling indexmap v2.14.0
16532026-07-30T03:52:01.977Z Compiling tracing-core v0.1.36
16542026-07-30T03:52:01.989Z Compiling base64 v0.22.1
16552026-07-30T03:52:02.311Z Compiling url v2.5.8
16562026-07-30T03:52:02.343Z Compiling tracing v0.1.44
16572026-07-30T03:52:02.591Z Compiling http v1.4.2
16582026-07-30T03:52:02.625Z Compiling unicode-ident v1.0.24
16592026-07-30T03:52:02.639Z Compiling fnv v1.0.7
16602026-07-30T03:52:02.686Z Compiling byteorder v1.5.0
16612026-07-30T03:52:02.735Z Compiling proc-macro2 v1.0.106
16622026-07-30T03:52:02.755Z Compiling ipnet v2.12.0
16632026-07-30T03:52:02.919Z Compiling schemars v0.8.22
16642026-07-30T03:52:03.186Z Compiling quote v1.0.45
16652026-07-30T03:52:03.285Z Compiling erased-serde v0.3.31
16662026-07-30T03:52:03.436Z Compiling syn v2.0.117
16672026-07-30T03:52:03.469Z Compiling rustls-pki-types v1.14.1
16682026-07-30T03:52:03.588Z Compiling http-body v1.0.1
16692026-07-30T03:52:03.745Z Compiling ipnetwork v0.21.1
16702026-07-30T03:52:03.782Z Compiling ppv-lite86 v0.2.21
16712026-07-30T03:52:03.953Z Compiling thiserror v1.0.69
16722026-07-30T03:52:04.059Z Compiling oxnet v0.1.6
16732026-07-30T03:52:04.107Z Compiling aws-lc-sys v0.41.0
16742026-07-30T03:52:04.161Z Compiling atomic-waker v1.1.2
16752026-07-30T03:52:04.271Z Compiling untrusted v0.7.1
16762026-07-30T03:52:04.276Z Compiling httparse v1.10.1
16772026-07-30T03:52:04.295Z Compiling rustls v0.23.40
16782026-07-30T03:52:04.298Z Compiling try-lock v0.2.5
16792026-07-30T03:52:04.397Z Compiling pretty-hex v0.4.2
16802026-07-30T03:52:04.413Z Compiling tower-layer v0.3.3
16812026-07-30T03:52:04.511Z Compiling tower-service v0.3.3
16822026-07-30T03:52:04.523Z Compiling ryu v1.0.23
16832026-07-30T03:52:04.534Z Compiling untrusted v0.9.0
16842026-07-30T03:52:04.579Z Compiling aws-lc-rs v1.17.0
16852026-07-30T03:52:04.604Z Compiling want v0.3.1
16862026-07-30T03:52:04.616Z Compiling rustix v1.1.4
16872026-07-30T03:52:04.653Z Compiling httpdate v1.0.3
16882026-07-30T03:52:04.700Z Compiling plain v0.2.3
16892026-07-30T03:52:04.713Z Compiling omicron-workspace-hack v0.1.0
16902026-07-30T03:52:04.769Z Compiling getrandom v0.3.4
16912026-07-30T03:52:04.782Z Compiling ucd-trie v0.1.7
16922026-07-30T03:52:04.807Z Compiling regex-syntax v0.8.10
16932026-07-30T03:52:04.905Z Compiling rand_core v0.9.5
16942026-07-30T03:52:04.953Z Compiling pest v2.8.6
16952026-07-30T03:52:05.076Z Compiling crossbeam-utils v0.8.21
16962026-07-30T03:52:05.123Z Compiling tokio-util v0.7.18
16972026-07-30T03:52:05.589Z Compiling rustls-webpki v0.103.13
16982026-07-30T03:52:05.844Z Compiling h2 v0.4.14
16992026-07-30T03:52:05.868Z Compiling serde_urlencoded v0.7.1
17002026-07-30T03:52:06.002Z Compiling http-body-util v0.1.4
17012026-07-30T03:52:06.231Z Compiling newtype-uuid v1.3.2
17022026-07-30T03:52:06.271Z Compiling hex v0.4.3
17032026-07-30T03:52:06.540Z Compiling foldhash v0.2.0
17042026-07-30T03:52:06.548Z Compiling daft v0.1.7
17052026-07-30T03:52:06.567Z Compiling rand_chacha v0.9.0
17062026-07-30T03:52:06.776Z Compiling fastrand v2.4.1
17072026-07-30T03:52:06.826Z Compiling rand v0.9.4
17082026-07-30T03:52:06.954Z Compiling sync_wrapper v1.0.2
17092026-07-30T03:52:07.043Z Compiling tower v0.5.3
17102026-07-30T03:52:07.063Z Compiling generic-array v0.14.7
17112026-07-30T03:52:07.365Z Compiling anyhow v1.0.104
17122026-07-30T03:52:07.385Z Compiling aho-corasick v1.1.4
17132026-07-30T03:52:07.482Z Compiling powerfmt v0.2.0
17142026-07-30T03:52:07.557Z Compiling tower-http v0.6.11
17152026-07-30T03:52:07.600Z Compiling tempfile v3.27.0
17162026-07-30T03:52:07.624Z Compiling deranged v0.5.8
17172026-07-30T03:52:07.695Z Compiling hashbrown v0.16.1
17182026-07-30T03:52:07.711Z Compiling futures-executor v0.3.32
17192026-07-30T03:52:07.987Z Compiling hyper v1.11.0
17202026-07-30T03:52:07.991Z Compiling camino v1.2.5
17212026-07-30T03:52:08.012Z Compiling openapiv3 v2.2.0
17222026-07-30T03:52:08.302Z Compiling regex-automata v0.4.14
17232026-07-30T03:52:08.426Z Compiling num-conv v0.2.2
17242026-07-30T03:52:08.588Z Compiling num_threads v0.1.7
17252026-07-30T03:52:08.623Z Compiling cpufeatures v0.3.0
17262026-07-30T03:52:08.693Z Compiling time-core v0.1.8
17272026-07-30T03:52:08.704Z Compiling openssl-probe v0.2.1
17282026-07-30T03:52:08.841Z Compiling rustls-native-certs v0.8.4
17292026-07-30T03:52:08.896Z Compiling time v0.3.47
17302026-07-30T03:52:08.913Z Compiling futures v0.3.32
17312026-07-30T03:52:08.995Z Compiling scroll v0.13.0
17322026-07-30T03:52:09.177Z Compiling hyper-util v0.1.20
17332026-07-30T03:52:09.268Z Compiling tokio-rustls v0.26.4
17342026-07-30T03:52:09.283Z Compiling hybrid-array v0.4.12
17352026-07-30T03:52:09.548Z Compiling winnow v1.0.3
17362026-07-30T03:52:09.622Z Compiling adler2 v2.0.1
17372026-07-30T03:52:09.686Z Compiling simd-adler32 v0.3.9
17382026-07-30T03:52:09.749Z Compiling goblin v0.10.7
17392026-07-30T03:52:09.764Z Compiling rustls-platform-verifier v0.7.0
17402026-07-30T03:52:09.892Z Compiling miniz_oxide v0.8.9
17412026-07-30T03:52:09.996Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17422026-07-30T03:52:10.503Z Compiling hyper-rustls v0.27.9
17432026-07-30T03:52:10.534Z Compiling crossbeam-channel v0.5.15
17442026-07-30T03:52:10.574Z Compiling crc32fast v1.5.0
17452026-07-30T03:52:10.639Z Compiling regex v1.12.3
17462026-07-30T03:52:10.769Z Compiling flate2 v1.1.9
17472026-07-30T03:52:10.800Z Compiling reqwest v0.13.4
17482026-07-30T03:52:10.837Z Compiling block-buffer v0.12.0
17492026-07-30T03:52:11.000Z Compiling crypto-common v0.2.2
17502026-07-30T03:52:11.018Z Compiling crypto-common v0.1.7
17512026-07-30T03:52:11.106Z Compiling dtrace-parser v0.3.0
17522026-07-30T03:52:11.156Z Compiling rand_chacha v0.3.1
17532026-07-30T03:52:11.189Z Compiling thread-id v5.1.0
17542026-07-30T03:52:11.276Z Compiling thread_local v1.1.9
17552026-07-30T03:52:11.546Z Compiling match_cfg v0.1.0
17562026-07-30T03:52:11.546Z Compiling const-oid v0.10.2
17572026-07-30T03:52:11.569Z Compiling compression-core v0.4.32
17582026-07-30T03:52:11.623Z Compiling debug-ignore v1.0.5
17592026-07-30T03:52:11.726Z Compiling digest v0.11.3
17602026-07-30T03:52:11.738Z Compiling compression-codecs v0.4.38
17612026-07-30T03:52:11.771Z Compiling hostname v0.3.1
17622026-07-30T03:52:11.784Z Compiling rand v0.8.6
17632026-07-30T03:52:11.890Z Compiling toml_parser v1.1.2+spec-1.1.0
17642026-07-30T03:52:11.902Z Compiling slog-json v2.6.1
17652026-07-30T03:52:11.902Z Compiling ref-cast v1.0.25
17662026-07-30T03:52:11.924Z Compiling strum v0.26.3
17672026-07-30T03:52:11.981Z Compiling macaddr v1.0.1
17682026-07-30T03:52:12.001Z Compiling serde_spanned v1.1.1
17692026-07-30T03:52:12.048Z Compiling toml_datetime v1.1.1+spec-1.1.0
17702026-07-30T03:52:12.120Z Compiling memmap2 v0.9.10
17712026-07-30T03:52:12.150Z Compiling is-terminal v0.4.17
17722026-07-30T03:52:12.208Z Compiling wait-timeout v0.2.1
17732026-07-30T03:52:12.251Z Compiling encoding_rs v0.8.35
17742026-07-30T03:52:12.379Z Compiling term v1.2.1
17752026-07-30T03:52:12.391Z Compiling toml_writer v1.1.1+spec-1.1.0
17762026-07-30T03:52:12.470Z Compiling mime v0.3.17
17772026-07-30T03:52:12.554Z Compiling bit-vec v0.8.0
17782026-07-30T03:52:12.592Z Compiling dof v0.4.0
17792026-07-30T03:52:12.604Z Compiling quick-error v1.2.3
17802026-07-30T03:52:12.715Z Compiling take_mut v0.2.2
17812026-07-30T03:52:12.756Z Compiling spin v0.9.8
17822026-07-30T03:52:12.803Z Compiling either v1.16.0
17832026-07-30T03:52:12.827Z Compiling slog-async v2.8.0
17842026-07-30T03:52:12.876Z Compiling bit-set v0.8.0
17852026-07-30T03:52:13.018Z Compiling rusty-fork v0.3.1
17862026-07-30T03:52:13.046Z Compiling slog-term v2.9.2
17872026-07-30T03:52:13.070Z Compiling toml v1.1.2+spec-1.1.0
17882026-07-30T03:52:13.339Z Compiling usdt-impl v0.6.0
17892026-07-30T03:52:13.374Z Compiling multer v3.1.0
17902026-07-30T03:52:13.633Z Compiling slog-bunyan v2.5.0
17912026-07-30T03:52:13.781Z Compiling usdt v0.6.0
17922026-07-30T03:52:13.874Z Compiling async-compression v0.4.42
17932026-07-30T03:52:13.908Z Compiling sha1 v0.11.0
17942026-07-30T03:52:13.983Z Compiling serde_with v3.21.0
17952026-07-30T03:52:14.005Z Compiling async-stream v0.3.6
17962026-07-30T03:52:14.065Z Compiling rand_xorshift v0.4.0
17972026-07-30T03:52:14.163Z Compiling waitgroup v0.1.2
17982026-07-30T03:52:14.183Z Compiling rustls-pemfile v2.2.0
17992026-07-30T03:52:14.196Z Compiling serde_path_to_error v0.1.20
18002026-07-30T03:52:14.218Z Compiling hostname v0.4.2
18012026-07-30T03:52:14.306Z Compiling unarray v0.1.4
18022026-07-30T03:52:14.362Z Compiling strum v0.27.2
18032026-07-30T03:52:14.388Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18042026-07-30T03:52:14.419Z Compiling proptest v1.11.0
18052026-07-30T03:52:14.487Z Compiling dropshot v0.17.1
18062026-07-30T03:52:14.499Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
18072026-07-30T03:52:14.519Z Compiling progenitor-client v0.14.0
18082026-07-30T03:52:14.548Z Compiling iddqd v0.4.6
18092026-07-30T03:52:14.580Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18102026-07-30T03:52:14.590Z Compiling reqwest v0.12.28
18112026-07-30T03:52:14.753Z Compiling block-buffer v0.10.4
18122026-07-30T03:52:14.808Z Compiling backon v1.6.0
18132026-07-30T03:52:14.825Z Compiling instant v0.1.13
18142026-07-30T03:52:14.839Z Compiling digest v0.10.7
18152026-07-30T03:52:14.932Z Compiling backoff v0.4.0
18162026-07-30T03:52:15.011Z Compiling progenitor-extras v0.2.0
18172026-07-30T03:52:15.055Z Compiling itertools v0.14.0
18182026-07-30T03:52:15.141Z Compiling parse-display v0.10.0
18192026-07-30T03:52:15.247Z Compiling regress v0.10.5
18202026-07-30T03:52:15.458Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
18212026-07-30T03:52:15.765Z Compiling progenitor-client v0.10.0
18222026-07-30T03:52:15.784Z Compiling humantime v2.3.0
18232026-07-30T03:52:16.063Z Compiling cpufeatures v0.2.17
18242026-07-30T03:52:16.140Z Compiling unicode-width v0.2.2
18252026-07-30T03:52:16.299Z Compiling secrecy v0.10.3
18262026-07-30T03:52:16.341Z Compiling tinyvec_macros v0.1.1
18272026-07-30T03:52:16.415Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
18282026-07-30T03:52:16.426Z Compiling heck v0.5.0
18292026-07-30T03:52:16.438Z Compiling tinyvec v1.11.0
18302026-07-30T03:52:16.458Z Compiling num-integer v0.1.46
18312026-07-30T03:52:16.674Z Compiling scroll v0.12.0
18322026-07-30T03:52:16.782Z Compiling crucible-workspace-hack v0.1.0
18332026-07-30T03:52:16.796Z Compiling hmac v0.12.1
18342026-07-30T03:52:16.857Z Compiling inout v0.1.4
18352026-07-30T03:52:16.937Z Compiling ff v0.13.1
18362026-07-30T03:52:16.954Z Compiling utf8parse v0.2.2
18372026-07-30T03:52:16.977Z Compiling cipher v0.4.4
18382026-07-30T03:52:17.009Z Compiling hkdf v0.12.4
18392026-07-30T03:52:17.069Z Compiling anstyle-parse v1.0.0
18402026-07-30T03:52:17.070Z Compiling group v0.13.0
18412026-07-30T03:52:17.158Z Compiling goblin v0.8.2
18422026-07-30T03:52:17.197Z Compiling num-rational v0.4.2
18432026-07-30T03:52:17.197Z Compiling num-iter v0.1.45
18442026-07-30T03:52:17.333Z Compiling zerocopy v0.7.35
18452026-07-30T03:52:17.485Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18462026-07-30T03:52:17.513Z Compiling universal-hash v0.5.1
18472026-07-30T03:52:17.647Z Compiling regress v0.11.1
18482026-07-30T03:52:17.786Z Compiling crypto-bigint v0.5.5
18492026-07-30T03:52:17.935Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18502026-07-30T03:52:18.040Z Compiling terminal_size v0.4.4
18512026-07-30T03:52:18.202Z Compiling half v2.7.1
18522026-07-30T03:52:18.286Z Compiling num-complex v0.4.6
18532026-07-30T03:52:18.500Z Compiling opaque-debug v0.3.1
18542026-07-30T03:52:18.577Z Compiling base64ct v1.8.3
18552026-07-30T03:52:18.682Z Compiling anstyle v1.0.14
18562026-07-30T03:52:18.727Z Compiling colorchoice v1.0.5
18572026-07-30T03:52:18.850Z Compiling is_terminal_polyfill v1.70.2
18582026-07-30T03:52:18.882Z Compiling base16ct v0.2.0
18592026-07-30T03:52:18.913Z Compiling ciborium-io v0.2.2
18602026-07-30T03:52:18.944Z Compiling anstyle-query v1.1.5
18612026-07-30T03:52:19.008Z Compiling ciborium-ll v0.2.2
18622026-07-30T03:52:19.041Z Compiling anstream v1.0.0
18632026-07-30T03:52:19.059Z Compiling elliptic-curve v0.13.8
18642026-07-30T03:52:19.230Z Compiling typify-impl v0.6.2
18652026-07-30T03:52:19.341Z Compiling password-hash v0.5.0
18662026-07-30T03:52:19.366Z Compiling num v0.4.3
18672026-07-30T03:52:19.444Z Compiling poly1305 v0.8.0
18682026-07-30T03:52:19.463Z Compiling dof v0.3.0
18692026-07-30T03:52:19.873Z Compiling curve25519-dalek v4.1.3
18702026-07-30T03:52:20.199Z Compiling thiserror-no-std v2.0.2
18712026-07-30T03:52:20.295Z Compiling chacha20 v0.9.1
18722026-07-30T03:52:20.415Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
18732026-07-30T03:52:20.523Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18742026-07-30T03:52:20.915Z Compiling blake2 v0.10.6
18752026-07-30T03:52:20.935Z Compiling aead v0.5.2
18762026-07-30T03:52:21.026Z Compiling byte-wrapper v0.1.0
18772026-07-30T03:52:21.043Z Compiling dtrace-parser v0.2.0
18782026-07-30T03:52:21.086Z Compiling crossbeam-epoch v0.9.18
18792026-07-30T03:52:21.098Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18802026-07-30T03:52:21.202Z Compiling thread-id v4.2.2
18812026-07-30T03:52:21.291Z Compiling clap_lex v1.1.0
18822026-07-30T03:52:21.376Z Compiling strsim v0.11.1
18832026-07-30T03:52:21.376Z Compiling float-ord v0.3.2
18842026-07-30T03:52:21.409Z Compiling keccak v0.1.6
18852026-07-30T03:52:21.493Z Compiling usdt-impl v0.5.0
18862026-07-30T03:52:21.540Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18872026-07-30T03:52:21.650Z Compiling sha3 v0.10.9
18882026-07-30T03:52:21.770Z Compiling clap_builder v4.6.2
18892026-07-30T03:52:21.832Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18902026-07-30T03:52:21.949Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18912026-07-30T03:52:22.169Z Compiling argon2 v0.5.3
18922026-07-30T03:52:22.717Z Compiling chacha20poly1305 v0.10.1
18932026-07-30T03:52:22.859Z Compiling typify v0.6.2
18942026-07-30T03:52:23.010Z Compiling vsss-rs v3.3.4
18952026-07-30T03:52:23.070Z Compiling ciborium v0.2.2
18962026-07-30T03:52:23.226Z Compiling hash32 v0.3.1
18972026-07-30T03:52:23.393Z Compiling memmap v0.7.0
18982026-07-30T03:52:23.581Z Compiling data-encoding v2.11.0
18992026-07-30T03:52:23.668Z Compiling indent_write v2.2.0
19002026-07-30T03:52:23.814Z Compiling usdt v0.5.0
19012026-07-30T03:52:24.094Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
19022026-07-30T03:52:24.107Z Compiling clap v4.6.4
19032026-07-30T03:52:24.153Z Compiling heapless v0.8.0
19042026-07-30T03:52:24.186Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19052026-07-30T03:52:24.199Z Compiling ingot-types v0.1.2
19062026-07-30T03:52:24.307Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19072026-07-30T03:52:24.564Z Compiling rustix v0.38.44
19082026-07-30T03:52:24.604Z Compiling tabwriter v1.4.1
19092026-07-30T03:52:24.616Z Compiling cobs v0.3.0
19102026-07-30T03:52:24.763Z Compiling managed v0.8.0
19112026-07-30T03:52:24.817Z Compiling bitflags v1.3.2
19122026-07-30T03:52:24.851Z Compiling postcard v1.1.3
19132026-07-30T03:52:24.894Z Compiling ingot v0.1.1
19142026-07-30T03:52:24.982Z Compiling smoltcp v0.11.0
19152026-07-30T03:52:25.110Z Compiling memoffset v0.9.1
19162026-07-30T03:52:25.193Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19172026-07-30T03:52:25.205Z Compiling toml_datetime v0.6.11
19182026-07-30T03:52:25.454Z Compiling serde_spanned v0.6.9
19192026-07-30T03:52:25.468Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19202026-07-30T03:52:25.482Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19212026-07-30T03:52:25.605Z Compiling foreign-types-shared v0.3.1
19222026-07-30T03:52:25.701Z Compiling static_assertions v1.1.0
19232026-07-30T03:52:25.781Z Compiling colored v3.1.1
19242026-07-30T03:52:25.793Z Compiling unicode-segmentation v1.13.3
19252026-07-30T03:52:26.086Z Compiling resolv-conf v0.7.6
19262026-07-30T03:52:26.171Z Compiling winnow v0.7.15
19272026-07-30T03:52:26.231Z Compiling linked-hash-map v0.5.6
19282026-07-30T03:52:26.424Z Compiling toml_write v0.1.2
19292026-07-30T03:52:26.461Z Compiling swrite v0.1.0
19302026-07-30T03:52:26.562Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19312026-07-30T03:52:26.635Z Compiling lru-cache v0.1.2
19322026-07-30T03:52:26.767Z Compiling newline-converter v0.3.0
19332026-07-30T03:52:26.779Z Compiling foreign-types v0.5.0
19342026-07-30T03:52:26.862Z Compiling atomicwrites v0.4.4
19352026-07-30T03:52:26.873Z Compiling hubpack v0.1.2
19362026-07-30T03:52:26.887Z Compiling nix v0.31.3
19372026-07-30T03:52:27.056Z Compiling num_enum v0.7.6
19382026-07-30T03:52:27.106Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
19392026-07-30T03:52:27.181Z Compiling hickory-proto v0.24.4
19402026-07-30T03:52:27.225Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19412026-07-30T03:52:27.392Z Compiling crossbeam-deque v0.8.6
19422026-07-30T03:52:27.595Z Compiling toml_edit v0.22.27
19432026-07-30T03:52:27.685Z Compiling console v0.15.11
19442026-07-30T03:52:27.701Z Compiling chacha20 v0.10.0
19452026-07-30T03:52:27.738Z Compiling camino-tempfile v1.4.1
19462026-07-30T03:52:27.968Z Compiling serde-big-array v0.5.1
19472026-07-30T03:52:27.981Z Compiling cstr-argument v0.1.2
19482026-07-30T03:52:28.122Z Compiling siphasher v1.0.3
19492026-07-30T03:52:28.139Z Compiling similar v2.7.0
19502026-07-30T03:52:28.332Z Compiling phf_shared v0.12.1
19512026-07-30T03:52:28.344Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19522026-07-30T03:52:28.636Z Compiling expectorate v1.2.0
19532026-07-30T03:52:28.792Z Compiling pin-project v1.1.13
19542026-07-30T03:52:28.826Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19552026-07-30T03:52:28.899Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
19562026-07-30T03:52:29.033Z Compiling hickory-resolver v0.24.4
19572026-07-30T03:52:29.090Z Compiling toml v0.8.23
19582026-07-30T03:52:29.729Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
19592026-07-30T03:52:29.892Z Compiling rand v0.10.2
19602026-07-30T03:52:29.898Z Compiling rayon-core v1.13.0
19612026-07-30T03:52:30.434Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
19622026-07-30T03:52:30.461Z Compiling num_enum v0.5.11
19632026-07-30T03:52:30.564Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19642026-07-30T03:52:30.580Z Compiling progenitor-impl v0.13.0
19652026-07-30T03:52:30.592Z Compiling prettyplease v0.2.37
19662026-07-30T03:52:30.635Z Compiling unicode-normalization v0.1.25
19672026-07-30T03:52:31.023Z Compiling progenitor-client v0.13.0
19682026-07-30T03:52:31.102Z Compiling tokio-stream v0.1.18
19692026-07-30T03:52:31.328Z Compiling bstr v1.12.1
19702026-07-30T03:52:31.362Z Compiling csv-core v0.1.13
19712026-07-30T03:52:31.570Z Compiling same-file v1.0.6
19722026-07-30T03:52:31.634Z Compiling konst_macro_rules v0.2.19
19732026-07-30T03:52:31.729Z Compiling foreign-types-shared v0.1.1
19742026-07-30T03:52:31.748Z Compiling foldhash v0.1.5
19752026-07-30T03:52:31.780Z Compiling highway v1.3.0
19762026-07-30T03:52:31.813Z Compiling unicode-width v0.1.14
19772026-07-30T03:52:31.825Z Compiling foreign-types v0.3.2
19782026-07-30T03:52:31.825Z Compiling konst v0.2.20
19792026-07-30T03:52:31.871Z Compiling hashbrown v0.15.5
19802026-07-30T03:52:31.900Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19812026-07-30T03:52:31.925Z Compiling progenitor v0.13.0
19822026-07-30T03:52:32.061Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19832026-07-30T03:52:32.074Z Compiling globset v0.4.18
19842026-07-30T03:52:32.091Z Compiling walkdir v2.5.0
19852026-07-30T03:52:32.168Z Compiling csv v1.4.0
19862026-07-30T03:52:32.445Z Compiling qorb v0.4.1
19872026-07-30T03:52:32.448Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19882026-07-30T03:52:32.735Z Compiling snafu v0.8.9
19892026-07-30T03:52:33.133Z Compiling olpc-cjson v0.1.4
19902026-07-30T03:52:33.309Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
19912026-07-30T03:52:33.792Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19922026-07-30T03:52:33.805Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
19932026-07-30T03:52:34.126Z Compiling rayon v1.12.0
19942026-07-30T03:52:34.334Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19952026-07-30T03:52:34.526Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19962026-07-30T03:52:34.568Z Compiling phf v0.12.1
19972026-07-30T03:52:34.686Z Compiling openssl-sys v0.9.116
19982026-07-30T03:52:34.795Z Compiling tokio-dtrace v0.1.1
19992026-07-30T03:52:35.096Z Compiling progenitor-impl v0.14.0
20002026-07-30T03:52:35.120Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20012026-07-30T03:52:35.437Z Compiling itertools v0.12.1
20022026-07-30T03:52:35.910Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20032026-07-30T03:52:35.925Z Compiling libsw-core v0.3.2
20042026-07-30T03:52:35.937Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
20052026-07-30T03:52:35.974Z Compiling pem v3.0.6
20062026-07-30T03:52:36.091Z Compiling serde_plain v1.0.2
20072026-07-30T03:52:36.107Z Compiling sigpipe v0.1.3
20082026-07-30T03:52:36.200Z Compiling minimal-lexical v0.2.1
20092026-07-30T03:52:36.288Z Compiling fixedbitset v0.5.7
20102026-07-30T03:52:36.300Z Compiling bytecount v0.6.9
20112026-07-30T03:52:36.343Z Compiling typed-path v0.9.3
20122026-07-30T03:52:36.441Z Compiling fixedbitset v0.4.2
20132026-07-30T03:52:36.462Z Compiling jiff v0.2.28
20142026-07-30T03:52:36.613Z Compiling glob v0.3.3
20152026-07-30T03:52:36.672Z Compiling petgraph v0.6.5
20162026-07-30T03:52:36.676Z Compiling zone v0.3.1
20172026-07-30T03:52:36.700Z Compiling petgraph v0.8.3
20182026-07-30T03:52:36.995Z Compiling nom v7.1.3
20192026-07-30T03:52:37.042Z Compiling papergrid v0.11.0
20202026-07-30T03:52:37.482Z Compiling tough v0.22.0
20212026-07-30T03:52:37.655Z Compiling progenitor v0.14.0
20222026-07-30T03:52:37.797Z Compiling openssl v0.10.80
20232026-07-30T03:52:38.231Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
20242026-07-30T03:52:38.318Z Compiling libsw v3.5.0
20252026-07-30T03:52:38.399Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20262026-07-30T03:52:38.498Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20272026-07-30T03:52:38.526Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20282026-07-30T03:52:38.641Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20292026-07-30T03:52:38.689Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20302026-07-30T03:52:38.750Z Compiling oxide-tokio-rt v0.1.6
20312026-07-30T03:52:38.762Z Compiling chrono-tz v0.10.4
20322026-07-30T03:52:39.054Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20332026-07-30T03:52:39.230Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20342026-07-30T03:52:39.714Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
20352026-07-30T03:52:39.763Z Compiling newtype_derive v0.1.6
20362026-07-30T03:52:39.845Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20372026-07-30T03:52:39.911Z Compiling slog-dtrace v0.3.0
20382026-07-30T03:52:40.037Z Compiling const_format v0.2.36
20392026-07-30T03:52:40.216Z Compiling owo-colors v4.3.0
20402026-07-30T03:52:40.693Z Compiling cancel-safe-futures v0.1.5
20412026-07-30T03:52:40.700Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
20422026-07-30T03:52:40.700Z Compiling gethostname v0.5.0
20432026-07-30T03:52:40.808Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
20442026-07-30T03:52:40.946Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20452026-07-30T03:52:40.950Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20462026-07-30T03:52:41.038Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20472026-07-30T03:52:41.080Z Compiling smf v0.2.3
20482026-07-30T03:52:41.101Z Compiling bcs v0.1.6
20492026-07-30T03:52:41.157Z Compiling linear-map v1.2.0
20502026-07-30T03:52:41.347Z Compiling lazy_static v1.5.0
20512026-07-30T03:52:41.421Z Compiling tagptr v0.2.0
20522026-07-30T03:52:41.453Z Compiling smawk v0.3.2
20532026-07-30T03:52:41.486Z Compiling whoami v1.6.1
20542026-07-30T03:52:41.515Z Compiling unicode-linebreak v0.1.5
20552026-07-30T03:52:41.570Z Compiling termtree v0.5.1
20562026-07-30T03:52:41.589Z Compiling moka v0.12.15
20572026-07-30T03:52:41.641Z Compiling steno v0.4.1
20582026-07-30T03:52:41.727Z Compiling textwrap v0.16.2
20592026-07-30T03:52:41.764Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20602026-07-30T03:52:41.799Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20612026-07-30T03:52:42.094Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20622026-07-30T03:52:42.234Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20632026-07-30T03:52:42.395Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20642026-07-30T03:52:43.102Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20652026-07-30T03:52:43.408Z Compiling tabled v0.15.0
20662026-07-30T03:52:43.489Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20672026-07-30T03:52:43.688Z Compiling cookie v0.18.1
20682026-07-30T03:52:44.298Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20692026-07-30T03:52:44.619Z Compiling hickory-proto v0.25.2
20702026-07-30T03:52:45.036Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
20712026-07-30T03:52:45.042Z Compiling libscf-sys v1.2.0
20722026-07-30T03:52:45.168Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20732026-07-30T03:52:45.181Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
20742026-07-30T03:52:45.552Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
20752026-07-30T03:52:45.851Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
20762026-07-30T03:52:45.932Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
20772026-07-30T03:52:46.475Z Compiling hickory-resolver v0.25.2
20782026-07-30T03:52:47.254Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20792026-07-30T03:52:51.616Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20802026-07-30T03:52:59.193Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20812026-07-30T03:53:00.821Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20822026-07-30T03:53:01.846Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
20832026-07-30T03:53:03.434Z Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
20842026-07-30T03:53:04.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
20852026-07-30T03:53:04.429Z Running `target/debug/xtask openapi check`
20862026-07-30T03:53:04.891Z Compiling serde_core v1.0.228
20872026-07-30T03:53:04.894Z Compiling serde v1.0.228
20882026-07-30T03:53:04.960Z Compiling serde_json v1.0.151
20892026-07-30T03:53:04.968Z Compiling syn v2.0.117
20902026-07-30T03:53:04.973Z Compiling bytes v1.11.1
20912026-07-30T03:53:04.976Z Compiling getrandom v0.4.2
20922026-07-30T03:53:04.982Z Compiling num-traits v0.2.19
20932026-07-30T03:53:04.985Z Compiling once_cell v1.21.4
20942026-07-30T03:53:05.127Z Compiling zerocopy v0.8.50
20952026-07-30T03:53:05.309Z Compiling schemars v0.8.22
20962026-07-30T03:53:05.544Z Compiling http v1.4.2
20972026-07-30T03:53:05.576Z Compiling zeroize v1.8.2
20982026-07-30T03:53:05.584Z Compiling aws-lc-rs v1.17.0
20992026-07-30T03:53:05.585Z Compiling usdt-impl v0.6.0
21002026-07-30T03:53:05.600Z Compiling time-macros v0.2.27
21012026-07-30T03:53:05.755Z Compiling rustls-pki-types v1.14.1
21022026-07-30T03:53:05.853Z Compiling tracing-core v0.1.36
21032026-07-30T03:53:05.933Z Compiling bitflags v2.12.1
21042026-07-30T03:53:06.169Z Compiling http-body v1.0.1
21052026-07-30T03:53:06.213Z Compiling tracing v0.1.44
21062026-07-30T03:53:06.448Z Compiling generic-array v0.14.7
21072026-07-30T03:53:06.458Z Compiling hashbrown v0.17.1
21082026-07-30T03:53:06.487Z Compiling rustls v0.23.40
21092026-07-30T03:53:06.502Z Compiling rustix v1.1.4
21102026-07-30T03:53:06.612Z Compiling time v0.3.47
21112026-07-30T03:53:06.756Z Compiling subtle v2.6.1
21122026-07-30T03:53:06.907Z Compiling winnow v1.0.3
21132026-07-30T03:53:07.130Z Compiling uuid v1.24.0
21142026-07-30T03:53:07.258Z Compiling indexmap v2.14.0
21152026-07-30T03:53:07.622Z Compiling pest_generator v2.8.6
21162026-07-30T03:53:07.741Z Compiling serde_derive_internals v0.29.1
21172026-07-30T03:53:07.751Z Compiling camino v1.2.5
21182026-07-30T03:53:07.769Z Compiling rustls-webpki v0.103.13
21192026-07-30T03:53:08.153Z Compiling toml_datetime v1.1.1+spec-1.1.0
21202026-07-30T03:53:08.173Z Compiling toml_parser v1.1.2+spec-1.1.0
21212026-07-30T03:53:08.205Z Compiling serde_spanned v1.1.1
21222026-07-30T03:53:08.491Z Compiling semver v1.0.28
21232026-07-30T03:53:08.568Z Compiling toml_edit v0.25.12+spec-1.1.0
21242026-07-30T03:53:08.665Z Compiling rustix v0.38.44
21252026-07-30T03:53:08.795Z Compiling toml v1.1.2+spec-1.1.0
21262026-07-30T03:53:08.818Z Compiling serde_derive v1.0.228
21272026-07-30T03:53:08.842Z Compiling zerocopy-derive v0.8.50
21282026-07-30T03:53:08.880Z Compiling tokio-macros v2.7.0
21292026-07-30T03:53:09.043Z Compiling pest_derive v2.8.6
21302026-07-30T03:53:09.052Z Compiling schemars_derive v0.8.22
21312026-07-30T03:53:09.486Z Compiling scroll_derive v0.13.1
21322026-07-30T03:53:09.583Z Compiling futures-macro v0.3.32
21332026-07-30T03:53:09.635Z Compiling tokio v1.53.1
21342026-07-30T03:53:10.199Z Compiling dtrace-parser v0.3.0
21352026-07-30T03:53:10.333Z Compiling scroll v0.13.0
21362026-07-30T03:53:10.434Z Compiling futures-util v0.3.32
21372026-07-30T03:53:10.601Z Compiling goblin v0.10.7
21382026-07-30T03:53:11.039Z Compiling async-stream-impl v0.3.6
21392026-07-30T03:53:12.040Z Compiling chrono v0.4.45
21402026-07-30T03:53:12.176Z Compiling erased-serde v0.3.31
21412026-07-30T03:53:12.736Z Compiling slog v2.8.2
21422026-07-30T03:53:12.762Z Compiling serde_tokenstream v0.2.3
21432026-07-30T03:53:13.151Z Compiling dof v0.4.0
21442026-07-30T03:53:13.255Z Compiling slog-json v2.6.1
21452026-07-30T03:53:13.469Z Compiling tokio-util v0.7.18
21462026-07-30T03:53:13.563Z Compiling futures-executor v0.3.32
21472026-07-30T03:53:13.871Z Compiling oxnet v0.1.6
21482026-07-30T03:53:13.879Z Compiling openapiv3 v2.2.0
21492026-07-30T03:53:14.086Z Compiling h2 v0.4.14
21502026-07-30T03:53:14.334Z Compiling futures v0.3.32
21512026-07-30T03:53:14.371Z Compiling usdt-macro v0.6.0
21522026-07-30T03:53:14.387Z Compiling usdt-attr-macro v0.6.0
21532026-07-30T03:53:14.413Z Compiling slog-bunyan v2.5.0
21542026-07-30T03:53:15.075Z Compiling async-compression v0.4.42
21552026-07-30T03:53:15.139Z Compiling usdt v0.6.0
21562026-07-30T03:53:15.148Z Compiling tokio-rustls v0.26.4
21572026-07-30T03:53:15.213Z Compiling dropshot_endpoint v0.17.1
21582026-07-30T03:53:15.463Z Compiling slog-term v2.9.2
21592026-07-30T03:53:15.466Z Compiling slog-async v2.8.0
21602026-07-30T03:53:15.466Z Compiling multer v3.1.0
21612026-07-30T03:53:15.466Z Compiling serde_urlencoded v0.7.1
21622026-07-30T03:53:15.496Z Compiling async-stream v0.3.6
21632026-07-30T03:53:15.660Z Compiling proc-macro-crate v3.5.0
21642026-07-30T03:53:15.687Z Compiling async-trait v0.1.89
21652026-07-30T03:53:15.751Z Compiling serde_path_to_error v0.1.20
21662026-07-30T03:53:15.878Z Compiling http-body-util v0.1.4
21672026-07-30T03:53:15.904Z Compiling rustls-pemfile v2.2.0
21682026-07-30T03:53:15.949Z Compiling crossbeam-epoch v0.9.18
21692026-07-30T03:53:16.083Z Compiling aho-corasick v1.1.4
21702026-07-30T03:53:16.099Z Compiling tempfile v3.27.0
21712026-07-30T03:53:16.108Z Compiling num_enum_derive v0.7.6
21722026-07-30T03:53:16.286Z Compiling hyper v1.11.0
21732026-07-30T03:53:16.499Z Compiling crossbeam-deque v0.8.6
21742026-07-30T03:53:16.678Z Compiling dropshot-api-manager-types v0.7.2
21752026-07-30T03:53:16.694Z Compiling crypto-common v0.1.7
21762026-07-30T03:53:16.822Z Compiling block-buffer v0.10.4
21772026-07-30T03:53:16.867Z Compiling git-stub v1.0.0
21782026-07-30T03:53:16.958Z Compiling regex-automata v0.4.14
21792026-07-30T03:53:16.999Z Compiling digest v0.10.7
21802026-07-30T03:53:17.019Z Compiling clap_builder v4.6.2
21812026-07-30T03:53:17.073Z Compiling iddqd v0.4.6
21822026-07-30T03:53:17.122Z Compiling num_enum v0.7.6
21832026-07-30T03:53:17.133Z Compiling atomicwrites v0.4.4
21842026-07-30T03:53:17.193Z Compiling rayon-core v1.13.0
21852026-07-30T03:53:17.238Z Compiling fs-err v3.3.0
21862026-07-30T03:53:17.316Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
21872026-07-30T03:53:17.604Z Compiling hyper-util v0.1.20
21882026-07-30T03:53:17.962Z Compiling terminal_size v0.4.4
21892026-07-30T03:53:17.972Z Compiling nom v8.0.0
21902026-07-30T03:53:17.987Z Compiling bstr v1.12.1
21912026-07-30T03:53:18.104Z Compiling either v1.16.0
21922026-07-30T03:53:18.229Z Compiling is_ci v1.2.0
21932026-07-30T03:53:18.248Z Compiling similar v2.7.0
21942026-07-30T03:53:18.290Z Compiling rayon v1.12.0
21952026-07-30T03:53:18.353Z Compiling supports-color v3.0.2
21962026-07-30T03:53:18.369Z Compiling textwrap v0.16.2
21972026-07-30T03:53:18.525Z Compiling sha2 v0.10.9
21982026-07-30T03:53:18.878Z Compiling dropshot v0.17.1
21992026-07-30T03:53:18.913Z Compiling regex v1.12.3
22002026-07-30T03:53:19.164Z Compiling clap v4.6.4
22012026-07-30T03:53:19.246Z Compiling drift v0.2.0
22022026-07-30T03:53:19.282Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
22032026-07-30T03:53:19.383Z Compiling git-stub-vcs v0.1.0
22042026-07-30T03:53:19.731Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22052026-07-30T03:53:20.118Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
22062026-07-30T03:53:21.575Z Compiling dropshot-api-manager v0.7.2
22072026-07-30T03:53:21.575Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
22082026-07-30T03:53:25.558Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
22092026-07-30T03:53:26.911Z Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
22102026-07-30T03:53:33.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.21s
22112026-07-30T03:53:33.772Z Running `target/debug/maghemite-dropshot-apis check`
22122026-07-30T03:53:33.799Z -------
22132026-07-30T03:53:33.799Z Generating OpenAPI documents from API definitions ...
22142026-07-30T03:53:33.869Z Loading local OpenAPI documents from "/work/oxidecomputer/maghemite/openapi" ...
22152026-07-30T03:53:33.906Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
22162026-07-30T03:53:34.039Z -------
22172026-07-30T03:53:34.039Z Checking 15 OpenAPI documents...
22182026-07-30T03:53:34.039Z Fresh ddm-admin (versioned v1.0.0 (blessed)): DDM Admin
22192026-07-30T03:53:34.039Z Fresh ddm-admin (versioned v2.0.0 (blessed)): DDM Admin
22202026-07-30T03:53:34.039Z Fresh ddm-admin "latest" symlink
22212026-07-30T03:53:34.042Z Fresh mg-admin (versioned v1.0.0 (blessed)): Maghemite Admin
22222026-07-30T03:53:34.042Z Fresh mg-admin (versioned v2.0.0 (blessed)): Maghemite Admin
22232026-07-30T03:53:34.042Z Fresh mg-admin (versioned v3.0.0 (blessed)): Maghemite Admin
22242026-07-30T03:53:34.042Z Fresh mg-admin (versioned v4.0.0 (blessed)): Maghemite Admin
22252026-07-30T03:53:34.042Z Fresh mg-admin (versioned v5.0.0 (blessed)): Maghemite Admin
22262026-07-30T03:53:34.042Z Fresh mg-admin (versioned v6.0.0 (blessed)): Maghemite Admin
22272026-07-30T03:53:34.042Z Fresh mg-admin (versioned v7.0.0 (blessed)): Maghemite Admin
22282026-07-30T03:53:34.043Z Fresh mg-admin (versioned v8.0.0 (blessed)): Maghemite Admin
22292026-07-30T03:53:34.043Z Fresh mg-admin (versioned v9.0.0 (blessed)): Maghemite Admin
22302026-07-30T03:53:34.043Z Fresh mg-admin (versioned v10.0.0 (blessed)): Maghemite Admin
22312026-07-30T03:53:34.043Z Fresh mg-admin (versioned v11.0.0 (blessed)): Maghemite Admin
22322026-07-30T03:53:34.043Z Fresh mg-admin (versioned v12.0.0 (blessed)): Maghemite Admin
22332026-07-30T03:53:34.043Z Fresh mg-admin (versioned v13.0.0 (added locally)): Maghemite Admin
22342026-07-30T03:53:34.043Z Fresh mg-admin "latest" symlink
22352026-07-30T03:53:34.043Z -------
22362026-07-30T03:53:34.043Z Success 15 documents checked: 17 fresh, 0 stale, 0 failed, 0 other problems
22372026-07-30T03:53:34.095Z+ banner build
22382026-07-30T03:53:34.098Z
22392026-07-30T03:53:34.098Z ##### # # # # #####
22402026-07-30T03:53:34.098Z # # # # # # # #
22412026-07-30T03:53:34.098Z ##### # # # # # #
22422026-07-30T03:53:34.098Z # # # # # # # #
22432026-07-30T03:53:34.098Z # # # # # # # #
22442026-07-30T03:53:34.098Z ##### #### # ###### #####
22452026-07-30T03:53:34.098Z
22462026-07-30T03:53:34.098Z+ ptime -m cargo build
22472026-07-30T03:53:34.701Z Compiling smallvec v1.15.1
22482026-07-30T03:53:34.819Z Compiling log v0.4.32
22492026-07-30T03:53:34.838Z Compiling slog v2.8.2
22502026-07-30T03:53:34.853Z Compiling ring v0.17.14
22512026-07-30T03:53:34.874Z Compiling webpki-roots v1.0.7
22522026-07-30T03:53:34.923Z Compiling similar v2.7.0
22532026-07-30T03:53:34.956Z Compiling fxhash v0.2.1
22542026-07-30T03:53:34.959Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
22552026-07-30T03:53:34.989Z Compiling icu_normalizer v2.2.0
22562026-07-30T03:53:35.025Z Compiling parking_lot_core v0.9.12
22572026-07-30T03:53:35.037Z Compiling goblin v0.10.7
22582026-07-30T03:53:35.086Z Compiling goblin v0.8.2
22592026-07-30T03:53:35.202Z Compiling slog-term v2.9.2
22602026-07-30T03:53:35.223Z Compiling slog-async v2.8.0
22612026-07-30T03:53:35.329Z Compiling idna_adapter v1.2.2
22622026-07-30T03:53:35.490Z Compiling idna v1.1.0
22632026-07-30T03:53:35.569Z Compiling parking_lot v0.12.5
22642026-07-30T03:53:35.725Z Compiling slog-json v2.6.1
22652026-07-30T03:53:35.767Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22662026-07-30T03:53:35.837Z Compiling url v2.5.8
22672026-07-30T03:53:35.901Z Compiling tokio v1.53.1
22682026-07-30T03:53:35.933Z Compiling slog-bunyan v2.5.0
22692026-07-30T03:53:35.979Z Compiling rustls-webpki v0.103.13
22702026-07-30T03:53:36.110Z Compiling expectorate v1.2.0
22712026-07-30T03:53:36.230Z Compiling globset v0.4.18
22722026-07-30T03:53:36.264Z Compiling moka v0.12.15
22732026-07-30T03:53:36.677Z Compiling schemars v0.8.22
22742026-07-30T03:53:36.774Z Compiling rustls v0.23.40
22752026-07-30T03:53:36.936Z Compiling parking_lot_core v0.8.6
22762026-07-30T03:53:37.011Z Compiling arc-swap v1.9.1
22772026-07-30T03:53:37.061Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
22782026-07-30T03:53:37.241Z Compiling parking_lot v0.11.2
22792026-07-30T03:53:37.322Z Compiling dof v0.3.0
22802026-07-30T03:53:37.435Z Compiling slog-scope v4.4.1
22812026-07-30T03:53:37.691Z Compiling ipnetwork v0.21.1
22822026-07-30T03:53:37.704Z Compiling newtype-uuid v1.3.2
22832026-07-30T03:53:38.056Z Compiling oxnet v0.1.6
22842026-07-30T03:53:38.070Z Compiling dof v0.4.0
22852026-07-30T03:53:38.127Z Compiling serde_with v3.21.0
22862026-07-30T03:53:38.154Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
22872026-07-30T03:53:38.514Z Compiling daft v0.1.7
22882026-07-30T03:53:38.805Z Compiling usdt-impl v0.6.0
22892026-07-30T03:53:39.004Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22902026-07-30T03:53:39.048Z Compiling iddqd v0.4.6
22912026-07-30T03:53:39.393Z Compiling usdt v0.6.0
22922026-07-30T03:53:39.464Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
22932026-07-30T03:53:39.496Z Compiling typify-impl v0.6.2
22942026-07-30T03:53:39.678Z Compiling tokio-util v0.7.18
22952026-07-30T03:53:40.178Z Compiling tokio-rustls v0.26.4
22962026-07-30T03:53:40.183Z Compiling tower v0.5.3
22972026-07-30T03:53:40.183Z Compiling rustls-platform-verifier v0.7.0
22982026-07-30T03:53:40.188Z Compiling async-compression v0.4.42
22992026-07-30T03:53:40.277Z Compiling h2 v0.4.14
23002026-07-30T03:53:40.306Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23012026-07-30T03:53:40.407Z Compiling tower-http v0.6.11
23022026-07-30T03:53:40.431Z Compiling backoff v0.4.0
23032026-07-30T03:53:40.508Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23042026-07-30T03:53:40.563Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23052026-07-30T03:53:40.652Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23062026-07-30T03:53:40.850Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23072026-07-30T03:53:40.863Z Compiling byte-wrapper v0.1.0
23082026-07-30T03:53:40.893Z Compiling usdt-impl v0.5.0
23092026-07-30T03:53:41.225Z Compiling typify v0.6.2
23102026-07-30T03:53:41.259Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23112026-07-30T03:53:41.272Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23122026-07-30T03:53:41.335Z Compiling usdt v0.5.0
23132026-07-30T03:53:41.563Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23142026-07-30T03:53:41.620Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23152026-07-30T03:53:41.884Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
23162026-07-30T03:53:41.967Z Compiling progenitor-impl v0.14.0
23172026-07-30T03:53:42.328Z Compiling hickory-proto v0.24.4
23182026-07-30T03:53:42.741Z Compiling hyper v1.11.0
23192026-07-30T03:53:43.315Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23202026-07-30T03:53:43.356Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23212026-07-30T03:53:43.426Z Compiling progenitor-impl v0.13.0
23222026-07-30T03:53:43.571Z Compiling tokio-stream v0.1.18
23232026-07-30T03:53:44.051Z Compiling hyper-util v0.1.20
23242026-07-30T03:53:44.443Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23252026-07-30T03:53:44.502Z Compiling hickory-resolver v0.24.4
23262026-07-30T03:53:44.939Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23272026-07-30T03:53:45.036Z Compiling tokio-dtrace v0.1.1
23282026-07-30T03:53:45.147Z Compiling zone v0.3.1
23292026-07-30T03:53:45.187Z Compiling libsw-core v0.3.2
23302026-07-30T03:53:45.307Z Compiling hyper-rustls v0.27.9
23312026-07-30T03:53:45.359Z Compiling dropshot v0.17.1
23322026-07-30T03:53:45.509Z Compiling qorb v0.4.1
23332026-07-30T03:53:45.637Z Compiling reqwest v0.13.4
23342026-07-30T03:53:45.756Z Compiling reqwest v0.12.28
23352026-07-30T03:53:45.912Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
23362026-07-30T03:53:46.279Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
23372026-07-30T03:53:46.336Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23382026-07-30T03:53:46.611Z Compiling libsw v3.5.0
23392026-07-30T03:53:46.803Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
23402026-07-30T03:53:46.880Z Compiling progenitor-client v0.14.0
23412026-07-30T03:53:47.168Z Compiling progenitor-client v0.10.0
23422026-07-30T03:53:47.197Z Compiling progenitor-extras v0.2.0
23432026-07-30T03:53:47.364Z Compiling progenitor v0.14.0
23442026-07-30T03:53:47.535Z Compiling progenitor-client v0.13.0
23452026-07-30T03:53:47.540Z Compiling oxide-tokio-rt v0.1.6
23462026-07-30T03:53:47.540Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23472026-07-30T03:53:47.540Z Compiling slog-dtrace v0.3.0
23482026-07-30T03:53:47.625Z Compiling tough v0.22.0
23492026-07-30T03:53:47.640Z Compiling cancel-safe-futures v0.1.5
23502026-07-30T03:53:47.749Z Compiling progenitor v0.13.0
23512026-07-30T03:53:47.788Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
23522026-07-30T03:53:47.860Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23532026-07-30T03:53:47.893Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
23542026-07-30T03:53:47.952Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23552026-07-30T03:53:48.691Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23562026-07-30T03:53:49.105Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23572026-07-30T03:53:49.448Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23582026-07-30T03:53:49.560Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23592026-07-30T03:53:49.630Z Compiling steno v0.4.1
23602026-07-30T03:53:49.760Z Compiling hickory-proto v0.25.2
23612026-07-30T03:53:50.014Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
23622026-07-30T03:53:50.125Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
23632026-07-30T03:53:51.176Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23642026-07-30T03:53:51.369Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23652026-07-30T03:53:51.613Z Compiling sled v0.34.7
23662026-07-30T03:53:51.705Z Compiling hickory-resolver v0.25.2
23672026-07-30T03:53:52.522Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
23682026-07-30T03:53:52.705Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23692026-07-30T03:53:53.122Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23702026-07-30T03:53:53.553Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23712026-07-30T03:53:53.836Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23722026-07-30T03:53:54.172Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23732026-07-30T03:53:54.205Z Compiling papergrid v0.18.0
23742026-07-30T03:53:54.434Z Compiling testing_table v0.3.0
23752026-07-30T03:53:54.611Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23762026-07-30T03:53:54.894Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23772026-07-30T03:53:55.326Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23782026-07-30T03:53:55.339Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23792026-07-30T03:53:55.899Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23802026-07-30T03:53:56.101Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23812026-07-30T03:53:56.156Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23822026-07-30T03:53:56.619Z Compiling internet-checksum v0.2.1
23832026-07-30T03:53:56.645Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23842026-07-30T03:53:56.645Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
23852026-07-30T03:53:56.645Z Compiling tabled v0.21.0
23862026-07-30T03:53:56.645Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
23872026-07-30T03:53:56.973Z Compiling slog-stdlog v4.1.1
23882026-07-30T03:53:57.017Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
23892026-07-30T03:53:57.195Z Compiling itertools v0.15.0
23902026-07-30T03:53:57.301Z Compiling dropshot-api-manager-types v0.7.2
23912026-07-30T03:53:57.437Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
23922026-07-30T03:53:57.721Z Compiling slog-envlogger v2.2.0
23932026-07-30T03:53:57.897Z Compiling const-random v0.1.18
23942026-07-30T03:53:57.980Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
23952026-07-30T03:53:58.143Z Compiling typify-impl v0.4.3
23962026-07-30T03:53:58.589Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3ddd7e684a78ad33be66717408c381b1962ae04e#3ddd7e68)
23972026-07-30T03:53:58.920Z Compiling crc8 v0.1.1
23982026-07-30T03:53:59.040Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
23992026-07-30T03:53:59.054Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3ddd7e684a78ad33be66717408c381b1962ae04e#3ddd7e68)
24002026-07-30T03:53:59.196Z Compiling ahash v0.8.12
24012026-07-30T03:53:59.446Z Compiling smartstring v1.0.1
24022026-07-30T03:53:59.590Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
24032026-07-30T03:53:59.630Z Compiling sha1 v0.10.6
24042026-07-30T03:53:59.727Z Compiling thin-vec v0.2.18
24052026-07-30T03:53:59.871Z Compiling typify v0.4.3
24062026-07-30T03:53:59.988Z Compiling utf-8 v0.7.6
24072026-07-30T03:54:00.027Z Compiling rhai v1.25.1
24082026-07-30T03:54:00.183Z Compiling tungstenite v0.21.0
24092026-07-30T03:54:00.196Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3ddd7e684a78ad33be66717408c381b1962ae04e#3ddd7e68)
24102026-07-30T03:54:00.449Z Compiling progenitor-impl v0.10.0
24112026-07-30T03:54:00.688Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
24122026-07-30T03:54:01.071Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24132026-07-30T03:54:01.150Z Compiling sha2 v0.10.9
24142026-07-30T03:54:01.408Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24152026-07-30T03:54:01.555Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24162026-07-30T03:54:02.046Z Compiling progenitor v0.10.0
24172026-07-30T03:54:02.200Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24182026-07-30T03:54:03.631Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24192026-07-30T03:54:03.670Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24202026-07-30T03:54:03.686Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24212026-07-30T03:54:04.056Z Compiling lzma-sys v0.1.20
24222026-07-30T03:54:04.176Z Compiling tokio-tungstenite v0.21.0
24232026-07-30T03:54:04.513Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3ddd7e684a78ad33be66717408c381b1962ae04e#3ddd7e68)
24242026-07-30T03:54:04.545Z Compiling typeid v1.0.3
24252026-07-30T03:54:04.671Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
24262026-07-30T03:54:04.846Z Compiling port-file v0.1.0
24272026-07-30T03:54:05.054Z Compiling console v0.16.3
24282026-07-30T03:54:05.688Z Compiling git-stub v1.0.0
24292026-07-30T03:54:05.759Z Compiling toml_datetime v0.7.5+spec-1.1.0
24302026-07-30T03:54:05.890Z Compiling unit-prefix v0.5.2
24312026-07-30T03:54:05.970Z Compiling base64 v0.21.7
24322026-07-30T03:54:06.053Z Compiling indicatif v0.18.4
24332026-07-30T03:54:06.081Z Compiling toml v0.9.12+spec-1.1.0
24342026-07-30T03:54:06.230Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24352026-07-30T03:54:06.317Z Compiling git-stub-vcs v0.1.0
24362026-07-30T03:54:06.676Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3ddd7e684a78ad33be66717408c381b1962ae04e#3ddd7e68)
24372026-07-30T03:54:07.003Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
24382026-07-30T03:54:07.555Z Compiling ron v0.12.1
24392026-07-30T03:54:07.703Z Compiling xz2 v0.1.7
24402026-07-30T03:54:07.773Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
24412026-07-30T03:54:07.954Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
24422026-07-30T03:54:07.982Z Compiling drift v0.2.0
24432026-07-30T03:54:08.205Z Compiling base16ct v1.0.0
24442026-07-30T03:54:08.406Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
24452026-07-30T03:54:08.573Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
24462026-07-30T03:54:08.814Z Compiling dropshot-api-manager v0.7.2
24472026-07-30T03:54:09.098Z Compiling natord v1.0.9
24482026-07-30T03:54:09.279Z Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util)
24492026-07-30T03:54:11.974Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24502026-07-30T03:54:13.171Z Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
24512026-07-30T03:54:20.348Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24522026-07-30T03:54:22.031Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24532026-07-30T03:54:23.075Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
24542026-07-30T03:54:24.024Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
24552026-07-30T03:54:24.024Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
24562026-07-30T03:54:24.028Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
24572026-07-30T03:54:24.474Z Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
24582026-07-30T03:54:24.474Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
24592026-07-30T03:54:24.477Z Compiling mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify)
24602026-07-30T03:54:24.931Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
24612026-07-30T03:54:26.389Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
24622026-07-30T03:54:26.390Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
24632026-07-30T03:54:26.393Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
24642026-07-30T03:54:31.160Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
24652026-07-30T03:54:33.481Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
24662026-07-30T03:54:33.487Z Compiling falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab)
24672026-07-30T03:54:33.487Z Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
24682026-07-30T03:55:13.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 39s
24692026-07-30T03:55:13.472Z
24702026-07-30T03:55:13.472Zreal 1:39.314788663
24712026-07-30T03:55:13.472Zuser 7:25.444307321
24722026-07-30T03:55:13.472Zsys 1:04.246970563
24732026-07-30T03:55:13.472Ztrap 0.201878159
24742026-07-30T03:55:13.472Ztflt 0.031548804
24752026-07-30T03:55:13.472Zdflt 0.195091842
24762026-07-30T03:55:13.472Zkflt 0.000083831
24772026-07-30T03:55:13.472Zlock 28:46.889790732
24782026-07-30T03:55:13.472Zslp 23:32.422700162
24792026-07-30T03:55:13.472Zlat 24.083724584
24802026-07-30T03:55:13.472Zstop 39.315479315
24812026-07-30T03:55:13.478Z+ ptime -m cargo build --release
24822026-07-30T03:55:14.124Z Compiling proc-macro2 v1.0.106
24832026-07-30T03:55:14.124Z Compiling quote v1.0.45
24842026-07-30T03:55:14.124Z Compiling unicode-ident v1.0.24
24852026-07-30T03:55:14.124Z Compiling serde_core v1.0.228
24862026-07-30T03:55:14.127Z Compiling serde v1.0.228
24872026-07-30T03:55:14.127Z Compiling libc v0.2.189
24882026-07-30T03:55:14.127Z Compiling cfg-if v1.0.4
24892026-07-30T03:55:14.368Z Compiling zmij v1.0.21
24902026-07-30T03:55:14.392Z Compiling autocfg v1.5.1
24912026-07-30T03:55:14.652Z Compiling memchr v2.8.1
24922026-07-30T03:55:14.668Z Compiling libm v0.2.16
24932026-07-30T03:55:14.791Z Compiling itoa v1.0.18
24942026-07-30T03:55:15.021Z Compiling icu_normalizer_data v2.2.0
24952026-07-30T03:55:15.056Z Compiling icu_properties_data v2.2.0
24962026-07-30T03:55:15.300Z Compiling version_check v0.9.5
24972026-07-30T03:55:15.313Z Compiling stable_deref_trait v1.2.1
24982026-07-30T03:55:15.443Z Compiling syn v2.0.117
24992026-07-30T03:55:15.458Z Compiling syn v3.0.3
25002026-07-30T03:55:15.514Z Compiling serde_json v1.0.151
25012026-07-30T03:55:15.568Z Compiling litemap v0.8.2
25022026-07-30T03:55:15.779Z Compiling thiserror v2.0.19
25032026-07-30T03:55:15.792Z Compiling writeable v0.6.3
25042026-07-30T03:55:15.803Z Compiling utf8_iter v1.0.4
25052026-07-30T03:55:15.971Z Compiling num-traits v0.2.19
25062026-07-30T03:55:15.983Z Compiling percent-encoding v2.3.2
25072026-07-30T03:55:16.252Z Compiling form_urlencoded v1.2.2
25082026-07-30T03:55:16.362Z Compiling getrandom v0.4.2
25092026-07-30T03:55:16.412Z Compiling rand_core v0.10.1
25102026-07-30T03:55:16.937Z Compiling parking_lot_core v0.9.12
25112026-07-30T03:55:16.962Z Compiling iana-time-zone v0.1.65
25122026-07-30T03:55:16.963Z Compiling heck v0.5.0
25132026-07-30T03:55:16.963Z Compiling uuid v1.24.0
25142026-07-30T03:55:16.967Z Compiling errno v0.3.14
25152026-07-30T03:55:17.034Z Compiling zerocopy v0.8.50
25162026-07-30T03:55:17.452Z Compiling semver v1.0.28
25172026-07-30T03:55:17.578Z Compiling dyn-clone v1.0.20
25182026-07-30T03:55:17.670Z Compiling schemars v0.8.22
25192026-07-30T03:55:17.808Z Compiling jobserver v0.1.34
25202026-07-30T03:55:17.832Z Compiling shlex v2.0.1
25212026-07-30T03:55:17.959Z Compiling find-msvc-tools v0.1.9
25222026-07-30T03:55:18.024Z Compiling rustversion v1.0.22
25232026-07-30T03:55:18.129Z Compiling cc v1.2.63
25242026-07-30T03:55:18.199Z Compiling pin-project-lite v0.2.17
25252026-07-30T03:55:18.309Z Compiling synstructure v0.13.2
25262026-07-30T03:55:18.345Z Compiling serde_derive_internals v0.29.1
25272026-07-30T03:55:18.359Z Compiling thiserror-impl v2.0.19
25282026-07-30T03:55:18.620Z Compiling getrandom v0.2.17
25292026-07-30T03:55:18.815Z Compiling bitflags v2.12.1
25302026-07-30T03:55:18.848Z Compiling portable-atomic v1.13.1
25312026-07-30T03:55:18.916Z Compiling socket2 v0.6.5
25322026-07-30T03:55:19.045Z Compiling scopeguard v1.2.0
25332026-07-30T03:55:19.097Z Compiling critical-section v1.2.0
25342026-07-30T03:55:19.165Z Compiling lock_api v0.4.14
25352026-07-30T03:55:19.211Z Compiling log v0.4.32
25362026-07-30T03:55:19.396Z Compiling allocator-api2 v0.2.21
25372026-07-30T03:55:19.409Z Compiling signal-hook-registry v1.4.8
25382026-07-30T03:55:19.422Z Compiling serde_derive v1.0.228
25392026-07-30T03:55:19.426Z Compiling zerofrom-derive v0.1.7
25402026-07-30T03:55:19.543Z Compiling yoke-derive v0.8.2
25412026-07-30T03:55:19.590Z Compiling zerovec-derive v0.11.3
25422026-07-30T03:55:19.745Z Compiling displaydoc v0.2.6
25432026-07-30T03:55:19.750Z Compiling schemars_derive v0.8.22
25442026-07-30T03:55:19.914Z Compiling tokio-macros v2.7.0
25452026-07-30T03:55:20.091Z Compiling zerocopy-derive v0.8.50
25462026-07-30T03:55:20.632Z Compiling zeroize_derive v1.4.3
25472026-07-30T03:55:20.645Z Compiling zerofrom v0.1.8
25482026-07-30T03:55:20.659Z Compiling futures-macro v0.3.32
25492026-07-30T03:55:20.661Z Compiling once_cell v1.21.4
25502026-07-30T03:55:20.731Z Compiling mio v1.2.1
25512026-07-30T03:55:20.772Z Compiling yoke v0.8.3
25522026-07-30T03:55:20.924Z Compiling equivalent v1.0.2
25532026-07-30T03:55:20.978Z Compiling zerovec v0.11.6
25542026-07-30T03:55:20.992Z Compiling zerotrie v0.2.4
25552026-07-30T03:55:21.269Z Compiling cmake v0.1.58
25562026-07-30T03:55:21.323Z Compiling zeroize v1.8.2
25572026-07-30T03:55:21.446Z Compiling fs_extra v1.3.0
25582026-07-30T03:55:21.483Z Compiling dunce v1.0.5
25592026-07-30T03:55:21.572Z Compiling tinystr v0.8.3
25602026-07-30T03:55:21.585Z Compiling potential_utf v0.1.5
25612026-07-30T03:55:21.599Z Compiling subtle v2.6.1
25622026-07-30T03:55:21.710Z Compiling icu_collections v2.2.0
25632026-07-30T03:55:21.764Z Compiling icu_locale_core v2.2.0
25642026-07-30T03:55:21.777Z Compiling aws-lc-sys v0.41.0
25652026-07-30T03:55:21.792Z Compiling futures-core v0.3.32
25662026-07-30T03:55:21.944Z Compiling httparse v1.10.1
25672026-07-30T03:55:21.967Z Compiling futures-sink v0.3.32
25682026-07-30T03:55:22.047Z Compiling rustix v1.1.4
25692026-07-30T03:55:22.083Z Compiling slab v0.4.12
25702026-07-30T03:55:22.329Z Compiling hashbrown v0.17.1
25712026-07-30T03:55:22.432Z Compiling thiserror v1.0.69
25722026-07-30T03:55:22.530Z Compiling typenum v1.20.1
25732026-07-30T03:55:22.738Z Compiling smallvec v1.15.1
25742026-07-30T03:55:22.774Z Compiling bytes v1.11.1
25752026-07-30T03:55:22.810Z Compiling icu_provider v2.2.0
25762026-07-30T03:55:22.822Z Compiling chrono v0.4.45
25772026-07-30T03:55:23.024Z Compiling serde_tokenstream v0.2.3
25782026-07-30T03:55:23.318Z Compiling icu_normalizer v2.2.0
25792026-07-30T03:55:23.367Z Compiling icu_properties v2.2.0
25802026-07-30T03:55:23.418Z Compiling parking_lot v0.12.5
25812026-07-30T03:55:23.666Z Compiling tokio v1.53.1
25822026-07-30T03:55:24.021Z Compiling futures-channel v0.3.32
25832026-07-30T03:55:24.298Z Compiling idna_adapter v1.2.2
25842026-07-30T03:55:24.298Z Compiling thiserror-impl v1.0.69
25852026-07-30T03:55:24.454Z Compiling idna v1.1.0
25862026-07-30T03:55:24.664Z Compiling futures-task v0.3.32
25872026-07-30T03:55:24.804Z Compiling url v2.5.8
25882026-07-30T03:55:24.849Z Compiling futures-io v0.3.32
25892026-07-30T03:55:24.927Z Compiling ucd-trie v0.1.7
25902026-07-30T03:55:25.059Z Compiling futures-util v0.3.32
25912026-07-30T03:55:25.097Z Compiling indexmap v2.14.0
25922026-07-30T03:55:25.168Z Compiling pest v2.8.6
25932026-07-30T03:55:26.306Z Compiling tracing-core v0.1.36
25942026-07-30T03:55:26.421Z Compiling tracing-attributes v0.1.31
25952026-07-30T03:55:26.614Z Compiling ipnetwork v0.21.1
25962026-07-30T03:55:26.627Z Compiling rand_core v0.6.4
25972026-07-30T03:55:27.030Z Compiling regex-syntax v0.8.10
25982026-07-30T03:55:27.308Z Compiling pest_meta v2.8.6
25992026-07-30T03:55:27.379Z Compiling slog v2.8.2
26002026-07-30T03:55:27.720Z Compiling tracing v0.1.44
26012026-07-30T03:55:27.773Z Compiling byteorder v1.5.0
26022026-07-30T03:55:28.013Z Compiling base64 v0.22.1
26032026-07-30T03:55:28.064Z Compiling pest_generator v2.8.6
26042026-07-30T03:55:28.185Z Compiling http v1.4.2
26052026-07-30T03:55:28.522Z Compiling erased-serde v0.3.31
26062026-07-30T03:55:28.560Z Compiling aho-corasick v1.1.4
26072026-07-30T03:55:28.735Z Compiling getrandom v0.3.4
26082026-07-30T03:55:29.130Z Compiling pest_derive v2.8.6
26092026-07-30T03:55:29.694Z Compiling regex-automata v0.4.14
26102026-07-30T03:55:29.753Z Compiling anyhow v1.0.104
26112026-07-30T03:55:29.945Z Compiling fnv v1.0.7
26122026-07-30T03:55:30.059Z Compiling paste v1.0.15
26132026-07-30T03:55:30.078Z Compiling oxnet v0.1.6
26142026-07-30T03:55:30.151Z Compiling rustls-pki-types v1.14.1
26152026-07-30T03:55:30.942Z Compiling ring v0.17.14
26162026-07-30T03:55:31.009Z Compiling aws-lc-rs v1.17.0
26172026-07-30T03:55:31.390Z Compiling regex v1.12.3
26182026-07-30T03:55:31.803Z Compiling strsim v0.11.1
26192026-07-30T03:55:31.991Z Compiling tokio-util v0.7.18
26202026-07-30T03:55:32.333Z Compiling untrusted v0.7.1
26212026-07-30T03:55:32.428Z Compiling time-core v0.1.8
26222026-07-30T03:55:32.469Z Compiling ipnet v2.12.0
26232026-07-30T03:55:32.583Z Compiling untrusted v0.9.0
26242026-07-30T03:55:32.720Z Compiling num-conv v0.2.2
26252026-07-30T03:55:32.880Z Compiling time-macros v0.2.27
26262026-07-30T03:55:34.147Z Compiling rustls v0.23.40
26272026-07-30T03:55:34.169Z Compiling camino v1.2.5
26282026-07-30T03:55:34.383Z Compiling ident_case v1.0.1
26292026-07-30T03:55:34.523Z Compiling http-body v1.0.1
26302026-07-30T03:55:34.530Z Compiling scroll_derive v0.13.1
26312026-07-30T03:55:34.683Z Compiling atomic-waker v1.1.2
26322026-07-30T03:55:35.246Z Compiling daft-derive v0.1.7
26332026-07-30T03:55:35.312Z Compiling async-trait v0.1.89
26342026-07-30T03:55:35.312Z Compiling tower-service v0.3.3
26352026-07-30T03:55:35.325Z Compiling try-lock v0.2.5
26362026-07-30T03:55:35.355Z Compiling ryu v1.0.23
26372026-07-30T03:55:35.411Z Compiling tower-layer v0.3.3
26382026-07-30T03:55:35.583Z Compiling pretty-hex v0.4.2
26392026-07-30T03:55:35.616Z Compiling omicron-workspace-hack v0.1.0
26402026-07-30T03:55:35.650Z Compiling want v0.3.1
26412026-07-30T03:55:35.770Z Compiling h2 v0.4.14
26422026-07-30T03:55:35.826Z Compiling ppv-lite86 v0.2.21
26432026-07-30T03:55:35.847Z Compiling crossbeam-utils v0.8.21
26442026-07-30T03:55:35.952Z Compiling httpdate v1.0.3
26452026-07-30T03:55:36.175Z Compiling foldhash v0.2.0
26462026-07-30T03:55:36.622Z Compiling crc32fast v1.5.0
26472026-07-30T03:55:37.191Z Compiling usdt-impl v0.6.0
26482026-07-30T03:55:37.474Z Compiling slog-async v2.8.0
26492026-07-30T03:55:37.784Z Compiling serde_urlencoded v0.7.1
26502026-07-30T03:55:38.028Z Compiling scroll v0.13.0
26512026-07-30T03:55:38.074Z Compiling http-body-util v0.1.4
26522026-07-30T03:55:38.265Z Compiling hyper v1.11.0
26532026-07-30T03:55:38.294Z Compiling plain v0.2.3
26542026-07-30T03:55:38.366Z Compiling ref-cast v1.0.25
26552026-07-30T03:55:38.391Z Compiling goblin v0.10.7
26562026-07-30T03:55:41.532Z Compiling hyper-util v0.1.20
26572026-07-30T03:55:42.471Z Compiling dof v0.4.0
26582026-07-30T03:55:42.948Z Compiling dtrace-parser v0.3.0
26592026-07-30T03:55:43.028Z Compiling openapiv3 v2.2.0
26602026-07-30T03:55:43.470Z Compiling ref-cast-impl v1.0.25
26612026-07-30T03:55:43.524Z Compiling thread-id v5.1.0
26622026-07-30T03:55:43.615Z Compiling syn v1.0.109
26632026-07-30T03:55:44.359Z Compiling generic-array v0.14.7
26642026-07-30T03:55:44.509Z Compiling powerfmt v0.2.0
26652026-07-30T03:55:44.679Z Compiling deranged v0.5.8
26662026-07-30T03:55:45.329Z Compiling num_threads v0.1.7
26672026-07-30T03:55:45.778Z Compiling time v0.3.47
26682026-07-30T03:55:45.824Z Compiling usdt-macro v0.6.0
26692026-07-30T03:55:45.982Z Compiling usdt-attr-macro v0.6.0
26702026-07-30T03:55:46.673Z Compiling rand_core v0.9.5
26712026-07-30T03:55:46.889Z Compiling hashbrown v0.16.1
26722026-07-30T03:55:46.928Z Compiling newtype-uuid v1.3.2
26732026-07-30T03:55:47.637Z Compiling multer v3.1.0
26742026-07-30T03:55:47.880Z Compiling daft v0.1.7
26752026-07-30T03:55:47.905Z Compiling crossbeam-channel v0.5.15
26762026-07-30T03:55:47.986Z Compiling sync_wrapper v1.0.2
26772026-07-30T03:55:48.103Z Compiling winnow v1.0.3
26782026-07-30T03:55:48.189Z Compiling cpufeatures v0.3.0
26792026-07-30T03:55:48.263Z Compiling hex v0.4.3
26802026-07-30T03:55:48.490Z Compiling tower v0.5.3
26812026-07-30T03:55:48.546Z Compiling rand_chacha v0.9.0
26822026-07-30T03:55:48.618Z Compiling webpki-roots v1.0.7
26832026-07-30T03:55:48.654Z Compiling futures-executor v0.3.32
26842026-07-30T03:55:48.754Z Compiling async-stream-impl v0.3.6
26852026-07-30T03:55:49.052Z Compiling dropshot v0.17.1
26862026-07-30T03:55:49.092Z Compiling thread_local v1.1.9
26872026-07-30T03:55:49.310Z Compiling fastrand v2.4.1
26882026-07-30T03:55:49.340Z Compiling tower-http v0.6.11
26892026-07-30T03:55:49.382Z Compiling futures v0.3.32
26902026-07-30T03:55:49.465Z Compiling rand v0.9.4
26912026-07-30T03:55:49.593Z Compiling structmeta-derive v0.3.0
26922026-07-30T03:55:49.610Z Compiling is-terminal v0.4.17
26932026-07-30T03:55:49.640Z Compiling take_mut v0.2.2
26942026-07-30T03:55:49.708Z Compiling term v1.2.1
26952026-07-30T03:55:50.025Z Compiling slog-term v2.9.2
26962026-07-30T03:55:50.189Z Compiling crypto-common v0.1.7
26972026-07-30T03:55:50.507Z Compiling darling_core v0.23.0
26982026-07-30T03:55:50.656Z Compiling structmeta v0.3.0
26992026-07-30T03:55:50.688Z Compiling dropshot_endpoint v0.17.1
27002026-07-30T03:55:50.865Z Compiling newtype-uuid-macros v0.1.0
27012026-07-30T03:55:51.386Z Compiling tempfile v3.27.0
27022026-07-30T03:55:51.520Z Compiling strum_macros v0.26.4
27032026-07-30T03:55:51.698Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27042026-07-30T03:55:52.229Z Compiling either v1.16.0
27052026-07-30T03:55:52.494Z Compiling hybrid-array v0.4.12
27062026-07-30T03:55:52.589Z Compiling match_cfg v0.1.0
27072026-07-30T03:55:52.605Z Compiling adler2 v2.0.1
27082026-07-30T03:55:52.616Z Compiling darling_macro v0.23.0
27092026-07-30T03:55:52.766Z Compiling openssl-probe v0.2.1
27102026-07-30T03:55:52.776Z Compiling simd-adler32 v0.3.9
27112026-07-30T03:55:52.990Z Compiling miniz_oxide v0.8.9
27122026-07-30T03:55:53.017Z Compiling rustls-native-certs v0.8.4
27132026-07-30T03:55:53.300Z Compiling hostname v0.3.1
27142026-07-30T03:55:53.360Z Compiling darling v0.23.0
27152026-07-30T03:55:53.360Z Compiling serde_with_macros v3.21.0
27162026-07-30T03:55:53.369Z Compiling toml_parser v1.1.2+spec-1.1.0
27172026-07-30T03:55:53.623Z Compiling slog-json v2.6.1
27182026-07-30T03:55:53.816Z Compiling serde_spanned v1.1.1
27192026-07-30T03:55:53.873Z Compiling memmap2 v0.9.10
27202026-07-30T03:55:54.163Z Compiling toml_writer v1.1.1+spec-1.1.0
27212026-07-30T03:55:54.375Z Compiling slog-bunyan v2.5.0
27222026-07-30T03:55:54.460Z Compiling flate2 v1.1.9
27232026-07-30T03:55:54.570Z Compiling block-buffer v0.12.0
27242026-07-30T03:55:54.701Z Compiling crypto-common v0.2.2
27252026-07-30T03:55:54.755Z Compiling derive-ex v0.1.8
27262026-07-30T03:55:54.895Z Compiling rand_chacha v0.3.1
27272026-07-30T03:55:55.014Z Compiling strum_macros v0.27.2
27282026-07-30T03:55:56.016Z Compiling usdt v0.6.0
27292026-07-30T03:55:56.112Z Compiling compression-core v0.4.32
27302026-07-30T03:55:56.292Z Compiling const-oid v0.10.2
27312026-07-30T03:55:56.359Z Compiling debug-ignore v1.0.5
27322026-07-30T03:55:56.470Z Compiling digest v0.11.3
27332026-07-30T03:55:56.601Z Compiling test-strategy v0.4.5
27342026-07-30T03:55:56.623Z Compiling compression-codecs v0.4.38
27352026-07-30T03:55:56.669Z Compiling rand v0.8.6
27362026-07-30T03:55:56.940Z Compiling macaddr v1.0.1
27372026-07-30T03:55:57.025Z Compiling toml_datetime v1.1.1+spec-1.1.0
27382026-07-30T03:55:57.230Z Compiling encoding_rs v0.8.35
27392026-07-30T03:55:57.488Z Compiling spin v0.9.8
27402026-07-30T03:55:57.516Z Compiling mime v0.3.17
27412026-07-30T03:55:57.625Z Compiling toml v1.1.2+spec-1.1.0
27422026-07-30T03:55:57.639Z Compiling async-compression v0.4.42
27432026-07-30T03:55:57.999Z Compiling sha1 v0.11.0
27442026-07-30T03:55:58.076Z Compiling async-stream v0.3.6
27452026-07-30T03:55:58.150Z Compiling block-buffer v0.10.4
27462026-07-30T03:55:58.330Z Compiling waitgroup v0.1.2
27472026-07-30T03:55:58.336Z Compiling rustls-pemfile v2.2.0
27482026-07-30T03:55:58.450Z Compiling serde_path_to_error v0.1.20
27492026-07-30T03:55:58.678Z Compiling hostname v0.4.2
27502026-07-30T03:55:58.691Z Compiling digest v0.10.7
27512026-07-30T03:55:58.745Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27522026-07-30T03:55:58.948Z Compiling unicode-width v0.2.2
27532026-07-30T03:55:59.284Z Compiling iddqd v0.4.6
27542026-07-30T03:55:59.562Z Compiling parse-display-derive v0.10.0
27552026-07-30T03:56:00.524Z Compiling strum v0.26.3
27562026-07-30T03:56:00.658Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27572026-07-30T03:56:00.786Z Compiling regress v0.10.5
27582026-07-30T03:56:01.400Z Compiling wait-timeout v0.2.1
27592026-07-30T03:56:01.621Z Compiling quick-error v1.2.3
27602026-07-30T03:56:01.720Z Compiling bit-vec v0.8.0
27612026-07-30T03:56:01.740Z Compiling rusty-fork v0.3.1
27622026-07-30T03:56:01.767Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27632026-07-30T03:56:02.026Z Compiling bit-set v0.8.0
27642026-07-30T03:56:02.221Z Compiling serde_with v3.21.0
27652026-07-30T03:56:02.295Z Compiling rand_xorshift v0.4.0
27662026-07-30T03:56:02.462Z Compiling unarray v0.1.4
27672026-07-30T03:56:02.585Z Compiling proptest v1.11.0
27682026-07-30T03:56:02.617Z Compiling strum v0.27.2
27692026-07-30T03:56:02.644Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27702026-07-30T03:56:02.753Z Compiling instant v0.1.13
27712026-07-30T03:56:03.122Z Compiling cpufeatures v0.2.17
27722026-07-30T03:56:03.132Z Compiling itertools v0.14.0
27732026-07-30T03:56:03.132Z Compiling clap_derive v4.6.4
27742026-07-30T03:56:04.138Z Compiling utf8parse v0.2.2
27752026-07-30T03:56:04.617Z Compiling anstyle-parse v1.0.0
27762026-07-30T03:56:04.829Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27772026-07-30T03:56:04.843Z Compiling backon v1.6.0
27782026-07-30T03:56:04.962Z Compiling terminal_size v0.4.4
27792026-07-30T03:56:05.107Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27802026-07-30T03:56:05.342Z Compiling colorchoice v1.0.5
27812026-07-30T03:56:05.504Z Compiling anstyle v1.0.14
27822026-07-30T03:56:05.954Z Compiling is_terminal_polyfill v1.70.2
27832026-07-30T03:56:06.049Z Compiling anstyle-query v1.1.5
27842026-07-30T03:56:06.161Z Compiling anstream v1.0.0
27852026-07-30T03:56:06.771Z Compiling backoff v0.4.0
27862026-07-30T03:56:06.857Z Compiling parse-display v0.10.0
27872026-07-30T03:56:07.025Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
27882026-07-30T03:56:07.465Z Compiling humantime v2.3.0
27892026-07-30T03:56:07.840Z Compiling clap_lex v1.1.0
27902026-07-30T03:56:08.187Z Compiling clap_builder v4.6.2
27912026-07-30T03:56:08.412Z Compiling regress v0.11.1
27922026-07-30T03:56:09.992Z Compiling typify-impl v0.6.2
27932026-07-30T03:56:10.147Z Compiling clap v4.6.4
27942026-07-30T03:56:11.526Z Compiling toml_edit v0.25.12+spec-1.1.0
27952026-07-30T03:56:11.786Z Compiling crucible-workspace-hack v0.1.0
27962026-07-30T03:56:12.045Z Compiling proc-macro-crate v3.5.0
27972026-07-30T03:56:12.508Z Compiling zerocopy-derive v0.7.35
27982026-07-30T03:56:13.015Z Compiling unsafe-libyaml v0.2.11
27992026-07-30T03:56:13.399Z Compiling typify-macro v0.6.2
28002026-07-30T03:56:13.664Z Compiling serde_yaml v0.9.34+deprecated
28012026-07-30T03:56:14.060Z Compiling num_enum_derive v0.7.6
28022026-07-30T03:56:15.091Z Compiling darling_core v0.21.3
28032026-07-30T03:56:15.096Z Compiling convert_case v0.4.0
28042026-07-30T03:56:15.315Z Compiling num_enum v0.7.6
28052026-07-30T03:56:15.362Z Compiling derive_more v0.99.20
28062026-07-30T03:56:15.871Z Compiling toml_datetime v0.6.11
28072026-07-30T03:56:16.917Z Compiling typify v0.6.2
28082026-07-30T03:56:17.147Z Compiling darling_macro v0.21.3
28092026-07-30T03:56:17.335Z Compiling secrecy v0.10.3
28102026-07-30T03:56:17.535Z Compiling proc-macro-error-attr v1.0.4
28112026-07-30T03:56:17.788Z Compiling rustix v0.38.44
28122026-07-30T03:56:17.802Z Compiling darling v0.21.3
28132026-07-30T03:56:17.802Z Compiling tinyvec_macros v0.1.1
28142026-07-30T03:56:17.802Z Compiling prettyplease v0.2.37
28152026-07-30T03:56:17.991Z Compiling heapless v0.8.0
28162026-07-30T03:56:18.211Z Compiling ingot-macros v0.1.1
28172026-07-30T03:56:18.428Z Compiling tinyvec v1.11.0
28182026-07-30T03:56:18.673Z Compiling zerocopy v0.7.35
28192026-07-30T03:56:18.879Z Compiling tabwriter v1.4.1
28202026-07-30T03:56:19.516Z Compiling crossbeam-epoch v0.9.18
28212026-07-30T03:56:19.580Z Compiling hash32 v0.3.1
28222026-07-30T03:56:19.764Z Compiling rustc_version v0.4.1
28232026-07-30T03:56:19.765Z Compiling scroll_derive v0.12.1
28242026-07-30T03:56:19.777Z Compiling num-integer v0.1.46
28252026-07-30T03:56:19.973Z Compiling usdt-impl v0.5.0
28262026-07-30T03:56:20.160Z Compiling proc-macro-error v1.0.4
28272026-07-30T03:56:20.344Z Compiling data-encoding v2.11.0
28282026-07-30T03:56:20.359Z Compiling pkg-config v0.3.33
28292026-07-30T03:56:20.589Z Compiling smoltcp v0.11.0
28302026-07-30T03:56:20.845Z Compiling winnow v0.7.15
28312026-07-30T03:56:20.863Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28322026-07-30T03:56:20.863Z Compiling ingot-types v0.1.2
28332026-07-30T03:56:21.426Z Compiling scroll v0.12.0
28342026-07-30T03:56:21.437Z Compiling curve25519-dalek v4.1.3
28352026-07-30T03:56:21.986Z Compiling dof v0.3.0
28362026-07-30T03:56:23.193Z Compiling dtrace-parser v0.2.0
28372026-07-30T03:56:23.193Z Compiling hmac v0.12.1
28382026-07-30T03:56:23.432Z Compiling inout v0.1.4
28392026-07-30T03:56:23.442Z Compiling ff v0.13.1
28402026-07-30T03:56:23.442Z Compiling cobs v0.3.0
28412026-07-30T03:56:23.442Z Compiling bstr v1.12.1
28422026-07-30T03:56:23.658Z Compiling thread-id v4.2.2
28432026-07-30T03:56:23.866Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
28442026-07-30T03:56:23.884Z Compiling bitflags v1.3.2
28452026-07-30T03:56:23.885Z Compiling managed v0.8.0
28462026-07-30T03:56:23.892Z Compiling static_assertions v1.1.0
28472026-07-30T03:56:24.249Z Compiling colored v3.1.1
28482026-07-30T03:56:24.508Z Compiling postcard v1.1.3
28492026-07-30T03:56:24.683Z Compiling group v0.13.0
28502026-07-30T03:56:24.694Z Compiling cipher v0.4.4
28512026-07-30T03:56:24.694Z Compiling hkdf v0.12.4
28522026-07-30T03:56:25.368Z Compiling goblin v0.8.2
28532026-07-30T03:56:25.766Z Compiling ingot v0.1.1
28542026-07-30T03:56:25.798Z Compiling num-rational v0.4.2
28552026-07-30T03:56:25.799Z Compiling num-iter v0.1.45
28562026-07-30T03:56:26.751Z Compiling universal-hash v0.5.1
28572026-07-30T03:56:26.767Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28582026-07-30T03:56:26.940Z Compiling hubpack_derive v0.1.1
28592026-07-30T03:56:27.434Z Compiling thiserror-impl-no-std v2.0.2
28602026-07-30T03:56:27.453Z Compiling crypto-bigint v0.5.5
28612026-07-30T03:56:27.678Z Compiling half v2.7.1
28622026-07-30T03:56:27.823Z Compiling curve25519-dalek-derive v0.1.1
28632026-07-30T03:56:28.035Z Compiling foreign-types-macros v0.2.3
28642026-07-30T03:56:28.380Z Compiling serde_repr v0.1.21
28652026-07-30T03:56:28.691Z Compiling num-complex v0.4.6
28662026-07-30T03:56:29.258Z Compiling memoffset v0.9.1
28672026-07-30T03:56:29.445Z Compiling cfg_aliases v0.2.1
28682026-07-30T03:56:29.515Z Compiling base64ct v1.8.3
28692026-07-30T03:56:29.541Z Compiling ciborium-io v0.2.2
28702026-07-30T03:56:29.867Z Compiling base16ct v0.2.0
28712026-07-30T03:56:29.992Z Compiling heck v0.4.1
28722026-07-30T03:56:30.031Z Compiling indent_write v2.2.0
28732026-07-30T03:56:30.072Z Compiling opaque-debug v0.3.1
28742026-07-30T03:56:30.145Z Compiling foreign-types-shared v0.3.1
28752026-07-30T03:56:30.148Z Compiling poly1305 v0.8.0
28762026-07-30T03:56:30.192Z Compiling elliptic-curve v0.13.8
28772026-07-30T03:56:30.240Z Compiling foreign-types v0.5.0
28782026-07-30T03:56:30.495Z Compiling password-hash v0.5.0
28792026-07-30T03:56:30.798Z Compiling ciborium-ll v0.2.2
28802026-07-30T03:56:31.058Z Compiling nix v0.31.3
28812026-07-30T03:56:31.467Z Compiling num v0.4.3
28822026-07-30T03:56:31.561Z Compiling thiserror-no-std v2.0.2
28832026-07-30T03:56:31.784Z Compiling hubpack v0.1.2
28842026-07-30T03:56:32.895Z Compiling chacha20 v0.9.1
28852026-07-30T03:56:33.578Z Compiling atomicwrites v0.4.4
28862026-07-30T03:56:33.727Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28872026-07-30T03:56:33.851Z Compiling reqwest v0.12.28
28882026-07-30T03:56:34.210Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28892026-07-30T03:56:34.738Z Compiling blake2 v0.10.6
28902026-07-30T03:56:35.221Z Compiling aead v0.5.2
28912026-07-30T03:56:35.299Z Compiling byte-wrapper v0.1.0
28922026-07-30T03:56:35.334Z Compiling chacha20 v0.10.0
28932026-07-30T03:56:35.407Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
28942026-07-30T03:56:35.916Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
28952026-07-30T03:56:36.278Z Compiling cstr-argument v0.1.2
28962026-07-30T03:56:36.399Z Compiling float-ord v0.3.2
28972026-07-30T03:56:36.445Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
28982026-07-30T03:56:36.512Z Compiling keccak v0.1.6
28992026-07-30T03:56:36.713Z Compiling sha3 v0.10.9
29002026-07-30T03:56:36.929Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29012026-07-30T03:56:37.131Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29022026-07-30T03:56:37.350Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29032026-07-30T03:56:37.477Z Compiling rand v0.10.2
29042026-07-30T03:56:37.491Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29052026-07-30T03:56:38.150Z Compiling rustls-webpki v0.103.13
29062026-07-30T03:56:38.290Z Compiling chacha20poly1305 v0.10.1
29072026-07-30T03:56:39.404Z Compiling argon2 v0.5.3
29082026-07-30T03:56:40.407Z Compiling progenitor-client v0.10.0
29092026-07-30T03:56:40.765Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
29102026-07-30T03:56:40.816Z Compiling vsss-rs v3.3.4
29112026-07-30T03:56:41.515Z Compiling ciborium v0.2.2
29122026-07-30T03:56:42.190Z Compiling usdt-attr-macro v0.5.0
29132026-07-30T03:56:42.204Z Compiling usdt-macro v0.5.0
29142026-07-30T03:56:42.877Z Compiling tokio-rustls v0.26.4
29152026-07-30T03:56:42.911Z Compiling rustls-platform-verifier v0.7.0
29162026-07-30T03:56:43.130Z Compiling hyper-rustls v0.27.9
29172026-07-30T03:56:43.505Z Compiling reqwest v0.13.4
29182026-07-30T03:56:44.701Z Compiling enum-as-inner v0.6.1
29192026-07-30T03:56:44.810Z Compiling num-derive v0.4.2
29202026-07-30T03:56:44.859Z Compiling progenitor-client v0.14.0
29212026-07-30T03:56:45.337Z Compiling progenitor-extras v0.2.0
29222026-07-30T03:56:45.580Z Compiling memmap v0.7.0
29232026-07-30T03:56:45.820Z Compiling winnow v0.5.40
29242026-07-30T03:56:46.571Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29252026-07-30T03:56:47.238Z Compiling semver v0.1.20
29262026-07-30T03:56:47.521Z Compiling rayon-core v1.13.0
29272026-07-30T03:56:47.770Z Compiling rustc_version v0.1.7
29282026-07-30T03:56:47.871Z Compiling toml_edit v0.19.15
29292026-07-30T03:56:48.287Z Compiling usdt v0.5.0
29302026-07-30T03:56:49.006Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29312026-07-30T03:56:56.400Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29322026-07-30T03:56:58.348Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29332026-07-30T03:56:58.533Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29342026-07-30T03:56:58.587Z Compiling similar v2.7.0
29352026-07-30T03:56:58.644Z Compiling crossbeam-deque v0.8.6
29362026-07-30T03:56:58.681Z Compiling progenitor-impl v0.14.0
29372026-07-30T03:56:59.032Z Compiling serde_spanned v0.6.9
29382026-07-30T03:56:59.193Z Compiling bytecount v0.6.9
29392026-07-30T03:56:59.398Z Compiling lazy_static v1.5.0
29402026-07-30T03:56:59.518Z Compiling vcpkg v0.2.15
29412026-07-30T03:57:00.442Z Compiling toml_write v0.1.2
29422026-07-30T03:57:00.655Z Compiling toml_edit v0.22.27
29432026-07-30T03:57:00.780Z Compiling progenitor-macro v0.14.0
29442026-07-30T03:57:01.386Z Compiling openssl-sys v0.9.116
29452026-07-30T03:57:01.990Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29462026-07-30T03:57:03.046Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29472026-07-30T03:57:03.099Z Compiling proc-macro-crate v1.3.1
29482026-07-30T03:57:03.352Z Compiling newtype_derive v0.1.6
29492026-07-30T03:57:03.456Z Compiling itertools v0.12.1
29502026-07-30T03:57:03.969Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29512026-07-30T03:57:04.048Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29522026-07-30T03:57:04.319Z Compiling linked-hash-map v0.5.6
29532026-07-30T03:57:04.423Z Compiling resolv-conf v0.7.6
29542026-07-30T03:57:04.546Z Compiling swrite v0.1.0
29552026-07-30T03:57:04.666Z Compiling unicode-segmentation v1.13.3
29562026-07-30T03:57:05.033Z Compiling owo-colors v4.3.0
29572026-07-30T03:57:05.055Z Compiling progenitor v0.14.0
29582026-07-30T03:57:05.202Z Compiling newline-converter v0.3.0
29592026-07-30T03:57:05.351Z Compiling lru-cache v0.1.2
29602026-07-30T03:57:05.445Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29612026-07-30T03:57:05.500Z Compiling num_enum_derive v0.5.11
29622026-07-30T03:57:05.515Z Compiling toml v0.8.23
29632026-07-30T03:57:05.559Z Compiling rayon v1.12.0
29642026-07-30T03:57:05.659Z Compiling hickory-proto v0.24.4
29652026-07-30T03:57:06.096Z Compiling progenitor-impl v0.13.0
29662026-07-30T03:57:06.542Z Compiling console v0.15.11
29672026-07-30T03:57:07.129Z Compiling camino-tempfile v1.4.1
29682026-07-30T03:57:07.558Z Compiling serde-big-array v0.5.1
29692026-07-30T03:57:07.734Z Compiling derive-where v1.6.1
29702026-07-30T03:57:07.830Z Compiling pin-project-internal v1.1.13
29712026-07-30T03:57:07.833Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29722026-07-30T03:57:08.196Z Compiling siphasher v1.0.3
29732026-07-30T03:57:08.396Z Compiling minimal-lexical v0.2.1
29742026-07-30T03:57:08.653Z Compiling nom v7.1.3
29752026-07-30T03:57:08.944Z Compiling pin-project v1.1.13
29762026-07-30T03:57:09.010Z Compiling phf_shared v0.12.1
29772026-07-30T03:57:09.059Z Compiling progenitor-macro v0.13.0
29782026-07-30T03:57:09.235Z Compiling hickory-resolver v0.24.4
29792026-07-30T03:57:09.249Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
29802026-07-30T03:57:10.013Z Compiling expectorate v1.2.0
29812026-07-30T03:57:12.704Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29822026-07-30T03:57:13.230Z Compiling num_enum v0.5.11
29832026-07-30T03:57:13.354Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29842026-07-30T03:57:13.645Z Compiling progenitor-client v0.13.0
29852026-07-30T03:57:14.145Z Compiling zone_cfg_derive v0.3.1
29862026-07-30T03:57:14.538Z Compiling unicode-normalization v0.1.25
29872026-07-30T03:57:14.894Z Compiling tokio-stream v0.1.18
29882026-07-30T03:57:15.151Z Compiling snafu-derive v0.8.9
29892026-07-30T03:57:15.466Z Compiling async-recursion v1.1.1
29902026-07-30T03:57:16.184Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
29912026-07-30T03:57:16.523Z Compiling slog-dtrace v0.3.0
29922026-07-30T03:57:16.793Z Compiling csv-core v0.1.13
29932026-07-30T03:57:16.834Z Compiling openssl v0.10.80
29942026-07-30T03:57:16.959Z Compiling unicode-xid v0.2.6
29952026-07-30T03:57:17.106Z Compiling unicode-linebreak v0.1.5
29962026-07-30T03:57:17.167Z Compiling smawk v0.3.2
29972026-07-30T03:57:17.254Z Compiling unicode-width v0.1.14
29982026-07-30T03:57:17.345Z Compiling foldhash v0.1.5
29992026-07-30T03:57:17.396Z Compiling cancel-safe-futures v0.1.5
30002026-07-30T03:57:17.582Z Compiling same-file v1.0.6
30012026-07-30T03:57:17.582Z Compiling konst_macro_rules v0.2.19
30022026-07-30T03:57:17.683Z Compiling chrono-tz v0.10.4
30032026-07-30T03:57:17.773Z Compiling highway v1.3.0
30042026-07-30T03:57:17.795Z Compiling foreign-types-shared v0.1.1
30052026-07-30T03:57:17.897Z Compiling foreign-types v0.3.2
30062026-07-30T03:57:17.955Z Compiling konst v0.2.20
30072026-07-30T03:57:17.981Z Compiling walkdir v2.5.0
30082026-07-30T03:57:18.339Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30092026-07-30T03:57:18.372Z Compiling hashbrown v0.15.5
30102026-07-30T03:57:18.477Z Compiling textwrap v0.16.2
30112026-07-30T03:57:18.723Z Compiling const_format_proc_macros v0.2.34
30122026-07-30T03:57:19.037Z Compiling csv v1.4.0
30132026-07-30T03:57:19.559Z Compiling snafu v0.8.9
30142026-07-30T03:57:20.068Z Compiling progenitor v0.13.0
30152026-07-30T03:57:20.102Z Compiling qorb v0.4.1
30162026-07-30T03:57:20.212Z Compiling olpc-cjson v0.1.4
30172026-07-30T03:57:20.225Z Compiling zone v0.3.1
30182026-07-30T03:57:20.439Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30192026-07-30T03:57:21.979Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30202026-07-30T03:57:22.398Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30212026-07-30T03:57:22.533Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30222026-07-30T03:57:24.037Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30232026-07-30T03:57:24.247Z Compiling phf v0.12.1
30242026-07-30T03:57:24.454Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30252026-07-30T03:57:25.027Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30262026-07-30T03:57:26.660Z Compiling tokio-dtrace v0.1.1
30272026-07-30T03:57:27.025Z Compiling globset v0.4.18
30282026-07-30T03:57:27.263Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30292026-07-30T03:57:27.603Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30302026-07-30T03:57:27.640Z Compiling smf v0.2.3
30312026-07-30T03:57:28.074Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
30322026-07-30T03:57:28.553Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
30332026-07-30T03:57:28.560Z Compiling pem v3.0.6
30342026-07-30T03:57:28.792Z Compiling libsw-core v0.3.2
30352026-07-30T03:57:28.953Z Compiling serde_plain v1.0.2
30362026-07-30T03:57:28.983Z Compiling openssl-macros v0.1.1
30372026-07-30T03:57:29.242Z Compiling cookie v0.18.1
30382026-07-30T03:57:29.404Z Compiling sigpipe v0.1.3
30392026-07-30T03:57:29.417Z Compiling jiff v0.2.28
30402026-07-30T03:57:29.496Z Compiling fixedbitset v0.5.7
30412026-07-30T03:57:29.654Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30422026-07-30T03:57:29.667Z Compiling fixedbitset v0.4.2
30432026-07-30T03:57:29.840Z Compiling typed-path v0.9.3
30442026-07-30T03:57:29.905Z Compiling glob v0.3.3
30452026-07-30T03:57:30.040Z Compiling petgraph v0.6.5
30462026-07-30T03:57:30.053Z Compiling petgraph v0.8.3
30472026-07-30T03:57:31.088Z Compiling tough v0.22.0
30482026-07-30T03:57:31.861Z Compiling libsw v3.5.0
30492026-07-30T03:57:32.058Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
30502026-07-30T03:57:32.303Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
30512026-07-30T03:57:32.525Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30522026-07-30T03:57:32.772Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30532026-07-30T03:57:32.804Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30542026-07-30T03:57:33.103Z Compiling oxide-tokio-rt v0.1.6
30552026-07-30T03:57:33.480Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30562026-07-30T03:57:33.697Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30572026-07-30T03:57:34.797Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30582026-07-30T03:57:36.713Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30592026-07-30T03:57:37.439Z Compiling const_format v0.2.36
30602026-07-30T03:57:37.594Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30612026-07-30T03:57:37.984Z Compiling papergrid v0.11.0
30622026-07-30T03:57:38.363Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30632026-07-30T03:57:38.396Z Compiling libscf-sys v1.2.0
30642026-07-30T03:57:38.546Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30652026-07-30T03:57:39.236Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30662026-07-30T03:57:39.367Z Compiling tabled_derive v0.7.0
30672026-07-30T03:57:39.807Z Compiling gethostname v0.5.0
30682026-07-30T03:57:39.944Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
30692026-07-30T03:57:39.944Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30702026-07-30T03:57:40.079Z Compiling bcs v0.1.6
30712026-07-30T03:57:40.368Z Compiling termtree v0.5.1
30722026-07-30T03:57:40.487Z Compiling whoami v1.6.1
30732026-07-30T03:57:40.549Z Compiling tagptr v0.2.0
30742026-07-30T03:57:40.722Z Compiling linear-map v1.2.0
30752026-07-30T03:57:40.802Z Compiling moka v0.12.15
30762026-07-30T03:57:40.946Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30772026-07-30T03:57:42.094Z Compiling tabled v0.15.0
30782026-07-30T03:57:42.984Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30792026-07-30T03:57:43.201Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30802026-07-30T03:57:43.531Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30812026-07-30T03:57:43.747Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30822026-07-30T03:57:44.116Z Compiling steno v0.4.1
30832026-07-30T03:57:45.636Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30842026-07-30T03:57:49.402Z Compiling hickory-proto v0.25.2
30852026-07-30T03:57:49.425Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30862026-07-30T03:57:50.005Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
30872026-07-30T03:57:50.692Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
30882026-07-30T03:57:50.806Z Compiling parking_lot_core v0.8.6
30892026-07-30T03:57:50.985Z Compiling nom v8.0.0
30902026-07-30T03:57:51.585Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
30912026-07-30T03:57:51.670Z Compiling crunchy v0.2.4
30922026-07-30T03:57:51.999Z Compiling hickory-resolver v0.25.2
30932026-07-30T03:57:52.482Z Compiling parking_lot v0.11.2
30942026-07-30T03:57:52.496Z Compiling typify-impl v0.4.3
30952026-07-30T03:57:53.102Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30962026-07-30T03:57:53.398Z Compiling fxhash v0.2.1
30972026-07-30T03:57:53.512Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
30982026-07-30T03:57:53.716Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
30992026-07-30T03:57:54.009Z Compiling proc-macro-error-attr2 v2.0.0
31002026-07-30T03:57:54.488Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
31012026-07-30T03:57:54.748Z Compiling tiny-keccak v2.0.2
31022026-07-30T03:57:55.055Z Compiling proc-macro-error2 v2.0.1
31032026-07-30T03:57:55.353Z Compiling sled v0.34.7
31042026-07-30T03:57:55.885Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
31052026-07-30T03:57:57.611Z Compiling typify-macro v0.4.3
31062026-07-30T03:57:58.352Z Compiling arc-swap v1.9.1
31072026-07-30T03:57:58.706Z Compiling slog-scope v4.4.1
31082026-07-30T03:57:59.179Z Compiling tabled_derive v0.11.0
31092026-07-30T03:57:59.881Z Compiling papergrid v0.18.0
31102026-07-30T03:58:00.305Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
31112026-07-30T03:58:00.445Z Compiling testing_table v0.3.0
31122026-07-30T03:58:00.513Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
31132026-07-30T03:58:00.783Z Compiling internet-checksum v0.2.1
31142026-07-30T03:58:00.916Z Compiling const-random-macro v0.1.16
31152026-07-30T03:58:00.931Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
31162026-07-30T03:58:01.056Z Compiling tabled v0.21.0
31172026-07-30T03:58:01.363Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
31182026-07-30T03:58:01.836Z Compiling slog-stdlog v4.1.1
31192026-07-30T03:58:02.490Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
31202026-07-30T03:58:03.012Z Compiling itertools v0.15.0
31212026-07-30T03:58:04.660Z Compiling dropshot-api-manager-types v0.7.2
31222026-07-30T03:58:05.257Z Compiling ahash v0.8.12
31232026-07-30T03:58:05.448Z Compiling smartstring v1.0.1
31242026-07-30T03:58:05.609Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
31252026-07-30T03:58:06.045Z Compiling slog-envlogger v2.2.0
31262026-07-30T03:58:07.201Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
31272026-07-30T03:58:07.987Z Compiling const-random v0.1.18
31282026-07-30T03:58:08.075Z Compiling typify v0.4.3
31292026-07-30T03:58:08.957Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3ddd7e684a78ad33be66717408c381b1962ae04e#3ddd7e68)
31302026-07-30T03:58:09.249Z Compiling toml_datetime v0.7.5+spec-1.1.0
31312026-07-30T03:58:09.429Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
31322026-07-30T03:58:09.547Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3ddd7e684a78ad33be66717408c381b1962ae04e#3ddd7e68)
31332026-07-30T03:58:09.825Z Compiling crc8 v0.1.1
31342026-07-30T03:58:09.949Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
31352026-07-30T03:58:11.605Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
31362026-07-30T03:58:15.002Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
31372026-07-30T03:58:15.236Z Compiling toml v0.9.12+spec-1.1.0
31382026-07-30T03:58:15.975Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
31392026-07-30T03:58:16.240Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3ddd7e684a78ad33be66717408c381b1962ae04e#3ddd7e68)
31402026-07-30T03:58:16.412Z Compiling progenitor-impl v0.10.0
31412026-07-30T03:58:18.046Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
31422026-07-30T03:58:18.057Z Compiling lzma-sys v0.1.20
31432026-07-30T03:58:18.403Z Compiling sha1 v0.10.6
31442026-07-30T03:58:18.444Z Compiling thin-vec v0.2.18
31452026-07-30T03:58:18.482Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3ddd7e684a78ad33be66717408c381b1962ae04e#3ddd7e68)
31462026-07-30T03:58:18.793Z Compiling rhai_codegen v3.2.0
31472026-07-30T03:58:18.820Z Compiling fs-err v3.3.0
31482026-07-30T03:58:19.067Z Compiling utf-8 v0.7.6
31492026-07-30T03:58:19.110Z Compiling typeid v1.0.3
31502026-07-30T03:58:19.303Z Compiling tungstenite v0.21.0
31512026-07-30T03:58:20.055Z Compiling rhai v1.25.1
31522026-07-30T03:58:20.479Z Compiling progenitor-macro v0.10.0
31532026-07-30T03:58:21.431Z Compiling cargo_toml v0.22.3
31542026-07-30T03:58:24.799Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31552026-07-30T03:58:26.379Z Compiling sha2 v0.10.9
31562026-07-30T03:58:27.692Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31572026-07-30T03:58:28.370Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31582026-07-30T03:58:28.476Z Compiling progenitor v0.10.0
31592026-07-30T03:58:28.631Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
31602026-07-30T03:58:28.926Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3ddd7e684a78ad33be66717408c381b1962ae04e#3ddd7e68)
31612026-07-30T03:58:29.570Z Compiling tokio-tungstenite v0.21.0
31622026-07-30T03:58:30.535Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
31632026-07-30T03:58:31.123Z Compiling port-file v0.1.0
31642026-07-30T03:58:31.389Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
31652026-07-30T03:58:31.487Z Compiling console v0.16.3
31662026-07-30T03:58:32.562Z Compiling git-stub v1.0.0
31672026-07-30T03:58:32.773Z Compiling base64 v0.21.7
31682026-07-30T03:58:33.052Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
31692026-07-30T03:58:33.287Z Compiling is_ci v1.2.0
31702026-07-30T03:58:33.473Z Compiling unit-prefix v0.5.2
31712026-07-30T03:58:33.519Z Compiling supports-color v3.0.2
31722026-07-30T03:58:33.649Z Compiling indicatif v0.18.4
31732026-07-30T03:58:33.766Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31742026-07-30T03:58:34.341Z Compiling git-stub-vcs v0.1.0
31752026-07-30T03:58:35.071Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
31762026-07-30T03:58:36.370Z Compiling ron v0.12.1
31772026-07-30T03:58:36.579Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3ddd7e684a78ad33be66717408c381b1962ae04e#3ddd7e68)
31782026-07-30T03:58:37.791Z Compiling xz2 v0.1.7
31792026-07-30T03:58:38.119Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
31802026-07-30T03:58:38.177Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
31812026-07-30T03:58:38.190Z Compiling drift v0.2.0
31822026-07-30T03:58:40.252Z Compiling base16ct v1.0.0
31832026-07-30T03:58:40.574Z Compiling dropshot-api-manager v0.7.2
31842026-07-30T03:58:45.698Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
31852026-07-30T03:58:46.929Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
31862026-07-30T03:58:48.051Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
31872026-07-30T03:58:49.374Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
31882026-07-30T03:58:52.302Z Compiling natord v1.0.9
31892026-07-30T03:58:52.615Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
31902026-07-30T03:58:52.708Z Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util)
31912026-07-30T03:58:53.825Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
31922026-07-30T03:58:54.319Z Compiling mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify)
31932026-07-30T03:58:54.416Z Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
31942026-07-30T03:59:03.797Z Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
31952026-07-30T03:59:04.481Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
31962026-07-30T03:59:05.408Z Compiling falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab)
31972026-07-30T03:59:06.179Z Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
31982026-07-30T03:59:10.833Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
31992026-07-30T03:59:38.324Z Finished `release` profile [optimized] target(s) in 4m 24s
32002026-07-30T03:59:38.517Z
32012026-07-30T03:59:38.517Zreal 4:24.954747017
32022026-07-30T03:59:38.517Zuser 30:03.774785603
32032026-07-30T03:59:38.517Zsys 2:45.848590888
32042026-07-30T03:59:38.517Ztrap 0.765830944
32052026-07-30T03:59:38.517Ztflt 1.539763012
32062026-07-30T03:59:38.521Zdflt 1.736246694
32072026-07-30T03:59:38.521Zkflt 0.000107219
32082026-07-30T03:59:38.521Zlock 2:00:23.274324266
32092026-07-30T03:59:38.521Zslp 1:26:36.409156196
32102026-07-30T03:59:38.521Zlat 2:11.389234074
32112026-07-30T03:59:38.521Zstop 3:29.713525842
32122026-07-30T03:59:38.521Z+ for x in debug release
32132026-07-30T03:59:38.521Z+ mkdir -p /work/debug
32142026-07-30T03:59:38.524Z+ cp target/debug/ddmd /work/debug/ddmd
32152026-07-30T03:59:39.012Z+ cp target/debug/ddmadm /work/debug/ddmadm
32162026-07-30T03:59:39.394Z+ cp target/debug/mgd /work/debug/mgd
32172026-07-30T03:59:40.025Z+ cp target/debug/mgadm /work/debug/mgadm
32182026-07-30T03:59:40.513Z+ for x in debug release
32192026-07-30T03:59:40.513Z+ mkdir -p /work/release
32202026-07-30T03:59:40.516Z+ cp target/release/ddmd /work/release/ddmd
32212026-07-30T03:59:40.609Z+ cp target/release/ddmadm /work/release/ddmadm
32222026-07-30T03:59:40.682Z+ cp target/release/mgd /work/release/mgd
32232026-07-30T03:59:40.746Z+ cp target/release/mgadm /work/release/mgadm
32242026-07-30T03:59:40.840Z+ cp target/release/falcon-lab /work/release/falcon-lab
32252026-07-30T03:59:40.907Zprocess exited: duration 716668 ms, exit code 0
 
32262026-07-30T03:59:40.920Zfound 9 output files
32272026-07-30T03:59:40.920Zuploading: /work/debug/ddmadm (510749720 bytes)
32282026-07-30T03:59:48.208Zuploaded: /work/debug/ddmadm
32292026-07-30T03:59:48.208Zuploading: /work/debug/ddmd (585346608 bytes)
32302026-07-30T03:59:57.278Zuploaded: /work/debug/ddmd
32312026-07-30T03:59:57.278Zuploading: /work/debug/mgadm (605837752 bytes)
32322026-07-30T04:00:06.758Zuploaded: /work/debug/mgadm
32332026-07-30T04:00:06.758Zuploading: /work/debug/mgd (693441040 bytes)
32342026-07-30T04:00:16.199Zuploaded: /work/debug/mgd
32352026-07-30T04:00:16.200Zuploading: /work/release/ddmadm (43079328 bytes)
32362026-07-30T04:00:17.550Zuploaded: /work/release/ddmadm
32372026-07-30T04:00:17.550Zuploading: /work/release/ddmd (56717000 bytes)
32382026-07-30T04:00:18.935Zuploaded: /work/release/ddmd
32392026-07-30T04:00:18.935Zuploading: /work/release/falcon-lab (39679768 bytes)
32402026-07-30T04:00:20.200Zuploaded: /work/release/falcon-lab
32412026-07-30T04:00:20.200Zuploading: /work/release/mgadm (56974992 bytes)
32422026-07-30T04:00:21.788Zuploaded: /work/release/mgadm
32432026-07-30T04:00:21.798Zuploading: /work/release/mgd (75814696 bytes)
32442026-07-30T04:00:23.303Zuploaded: /work/release/mgd