01KVYESH1HS57G11GWKR02R05W: 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: 01KVYET070Z0B0XN1GVWMEW9G3

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-25T03:58:18.359Zjob assigned to worker 01KVYET6ADH0EXGG94ES3Y2H20 [factory aws, i-0e70b6b171dd37ac6] (queued for 47 s)
 
22026-06-25T03:58:25.642Zstarting task 0: "setup"
32026-06-25T03:58:25.647Z++ uname -s
42026-06-25T03:58:25.650Z+ kern=SunOS
52026-06-25T03:58:25.650Z+ build_user=build
62026-06-25T03:58:25.650Z+ build_uid=12345
72026-06-25T03:58:25.650Z+ work_dir=/work
82026-06-25T03:58:25.651Z+ input_dir=/input
92026-06-25T03:58:25.651Z+ [[ 0 == 12345 ]]
102026-06-25T03:58:25.651Z+ case "$kern" in
112026-06-25T03:58:25.651Z+ groupadd -g 12345 build
122026-06-25T03:58:25.654Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-25T03:58:27.656Z+ zfs create -o mountpoint=/work rpool/work
142026-06-25T03:58:27.777Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-25T03:58:27.780Z+ home_fs=zfs
162026-06-25T03:58:27.780Z+ [[ zfs == autofs ]]
172026-06-25T03:58:27.780Z+ mkdir -p /home/build
182026-06-25T03:58:27.780Z+ chown build:build /home/build /work
192026-06-25T03:58:29.781Z+ chmod 0700 /home/build /work
202026-06-25T03:58:29.784Zprocess exited: duration 4140 ms, exit code 0
 
212026-06-25T03:58:29.790Zstarting task 1: "rust-toolchain"
222026-06-25T03:58:29.793Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-25T03:58:29.793Z * rust toolchain channel = "stable"
242026-06-25T03:58:29.793Z * rust toolchain profile = "default"
252026-06-25T03:58:29.793Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-25T03:58:29.793Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-25T03:58:29.796Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-25T03:58:29.796Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-25T03:58:29.796Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-25T03:58:29.870Zinfo: downloading installer
312026-06-25T03:58:31.185Zwarn: It looks like you have an existing installation of Rust at:
322026-06-25T03:58:31.185Zwarn: /opt/ooce/bin
332026-06-25T03:58:31.185Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-25T03:58:31.191Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-25T03:58:31.191Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-25T03:58:31.191Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-25T03:58:31.191Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-25T03:58:31.192Zerror: cannot install while Rust is installed
392026-06-25T03:58:31.192Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-25T03:58:31.192Zwarn: It looks like you have an existing rustup settings file at:
412026-06-25T03:58:31.192Zwarn: /home/build/.rustup/settings.toml
422026-06-25T03:58:31.192Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-25T03:58:31.192Zwarn: instead of the one inferred from the default host triple.
442026-06-25T03:58:31.198Zinfo: profile set to default
452026-06-25T03:58:31.198Zinfo: default host triple is x86_64-unknown-illumos
462026-06-25T03:58:31.207Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-25T03:58:31.342Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-25T03:58:31.346Zinfo: downloading 6 components
492026-06-25T03:58:47.856Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-06-25T03:58:47.856Z
512026-06-25T03:58:47.883Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-25T03:58:47.883Z
532026-06-25T03:58:47.883Z
542026-06-25T03:58:47.883ZRust is installed now. Great!
552026-06-25T03:58:47.884Z
562026-06-25T03:58:47.884ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-25T03:58:47.884Zenvironment variable. This has not been done automatically.
582026-06-25T03:58:47.884Z
592026-06-25T03:58:47.884ZTo configure your current shell, you need to source
602026-06-25T03:58:47.884Zthe corresponding env file under $HOME/.cargo.
612026-06-25T03:58:47.884Z
622026-06-25T03:58:47.884ZThis is usually done by running one of the following (note the leading DOT):
632026-06-25T03:58:47.884Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-25T03:58:47.884Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-25T03:58:47.884Zsource "~/.cargo/env.nu" # For nushell
662026-06-25T03:58:47.884Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-25T03:58:47.884Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-25T03:58:47.884Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-25T03:58:47.888Zwarn: no default linker (`cc`) was found in your PATH
702026-06-25T03:58:47.888Zwarn: many Rust crates require a system C toolchain to build
712026-06-25T03:58:47.971Z+ rustup --version
722026-06-25T03:58:47.979Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-25T03:58:47.982Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-25T03:58:48.001Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-25T03:58:48.004Z+ cargo --version
762026-06-25T03:58:48.016Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-25T03:58:48.019Z+ rustc --version
782026-06-25T03:58:48.037Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-25T03:58:48.040Zprocess exited: duration 18248 ms, exit code 0
 
802026-06-25T03:58:48.046Zstarting task 2: "authentication"
812026-06-25T03:58:48.062Zprocess exited: duration 16 ms, exit code 0
 
822026-06-25T03:58:48.068Zstarting task 3: "clone repository"
832026-06-25T03:58:48.072Z+ mkdir -p /work/oxidecomputer/maghemite
842026-06-25T03:58:48.075Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-06-25T03:58:48.105ZCloning into '/work/oxidecomputer/maghemite'...
862026-06-25T03:58:49.337Z+ cd /work/oxidecomputer/maghemite
872026-06-25T03:58:49.337Z+ git fetch origin 588dfef9baf67e938694efd6ac1d0b25a00cb9da
882026-06-25T03:58:49.583ZFrom https://github.com/oxidecomputer/maghemite
892026-06-25T03:58:49.583Z * branch 588dfef9baf67e938694efd6ac1d0b25a00cb9da -> FETCH_HEAD
902026-06-25T03:58:49.590Z+ [[ -n renovate/opte ]]
912026-06-25T03:58:49.593Z++ git branch --show-current
922026-06-25T03:58:49.593Z+ current=main
932026-06-25T03:58:49.593Z+ [[ main != renovate/opte ]]
942026-06-25T03:58:49.593Z+ git branch -f renovate/opte 588dfef9baf67e938694efd6ac1d0b25a00cb9da
952026-06-25T03:58:49.593Z+ git checkout -f renovate/opte
962026-06-25T03:58:49.611ZSwitched to branch 'renovate/opte'
972026-06-25T03:58:49.614Z+ git reset --hard 588dfef9baf67e938694efd6ac1d0b25a00cb9da
982026-06-25T03:58:49.617ZHEAD is now at 588dfef Update opte to cd7749d
992026-06-25T03:58:49.618Zprocess exited: duration 1548 ms, exit code 0
 
1002026-06-25T03:58:49.624Zstarting task 4: "build"
1012026-06-25T03:58:49.627Z+ pfexec pkg install clang-15
1022026-06-25T03:58:57.980Z Startup: Refreshing catalog 'helios-dev' ... Done
1032026-06-25T03:59:05.689Z Startup: Caching catalogs ... Done
1042026-06-25T03:59:12.993ZPlanning: Solver setup ... Done
1052026-06-25T03:59:13.032ZPlanning: Running solver ... Done
1062026-06-25T03:59:13.177ZPlanning: Finding local manifests ... Done
1072026-06-25T03:59:13.196ZPlanning: Fetching manifests: 0/2 0% complete
1082026-06-25T03:59:13.287ZPlanning: Fetching manifests: 2/2 100% complete
1092026-06-25T03:59:13.316ZPlanning: Package planning ... Done
1102026-06-25T03:59:13.341ZPlanning: Merging actions ... Done
1112026-06-25T03:59:13.449ZPlanning: Checking for conflicting actions ... Done
1122026-06-25T03:59:13.456ZPlanning: Consolidating action changes ... Done
1132026-06-25T03:59:14.226ZPlanning: Evaluating mediators ... Done
1142026-06-25T03:59:14.231ZPlanning: Planning completed in 8.37 seconds
1152026-06-25T03:59:14.242Z Packages to install: 2
1162026-06-25T03:59:14.246Z Mediators to change: 2
1172026-06-25T03:59:14.246Z Services to change: 1
1182026-06-25T03:59:14.246Z Create boot environment: No
1192026-06-25T03:59:14.246ZCreate backup boot environment: No
1202026-06-25T03:59:14.283Z
1212026-06-25T03:59:14.283ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1222026-06-25T03:59:19.283ZDownload: 2043/3076 items 118.1/211.3MB 55% complete (23.9M/s)
1232026-06-25T03:59:24.475ZDownload: 3026/3076 items 201.6/211.3MB 95% complete (21.1M/s)
1242026-06-25T03:59:31.063ZDownload: 3074/3076 items 211.2/211.3MB 99% complete (9.2M/s)
1252026-06-25T03:59:31.083ZDownload: Completed 211.31 MB in 16.80 seconds (12.6M/s)
1262026-06-25T03:59:31.205Z Actions: 1/3418 actions (Installing new actions)
1272026-06-25T03:59:34.324Z Actions: Completed 3418 actions in 3.12 seconds.
1282026-06-25T03:59:34.978Z Done
1292026-06-25T03:59:34.978Z Done
1302026-06-25T03:59:35.728Z Done
1312026-06-25T03:59:39.096Z Done
1322026-06-25T03:59:39.168Z Done
1332026-06-25T03:59:39.172Z Done
1342026-06-25T03:59:39.470Z Done
1352026-06-25T03:59:40.152Z+ cargo --version
1362026-06-25T03:59:40.158Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
1372026-06-25T03:59:40.311Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
1382026-06-25T03:59:40.318Zinfo: downloading 6 components
1392026-06-25T03:59:56.349Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1402026-06-25T03:59:56.352Z+ rustc --version
1412026-06-25T03:59:56.377Zrustc 1.95.0 (59807616e 2026-04-14)
1422026-06-25T03:59:56.380Z+ banner check
1432026-06-25T03:59:56.383Z
1442026-06-25T03:59:56.383Z #### # # ###### #### # #
1452026-06-25T03:59:56.383Z # # # # # # # # #
1462026-06-25T03:59:56.383Z # ###### ##### # ####
1472026-06-25T03:59:56.383Z # # # # # # #
1482026-06-25T03:59:56.383Z # # # # # # # # #
1492026-06-25T03:59:56.383Z #### # # ###### #### # #
1502026-06-25T03:59:56.383Z
1512026-06-25T03:59:56.383Z+ cargo fmt -- --check
1522026-06-25T03:59:56.775Z+ cargo clippy --all-targets -- --deny warnings
1532026-06-25T03:59:56.889Z Updating git repository `https://github.com/oxidecomputer/falcon`
1542026-06-25T03:59:57.738ZFrom https://github.com/oxidecomputer/falcon
1552026-06-25T03:59:57.738Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
1562026-06-25T03:59:57.816Z Updating crates.io index
1572026-06-25T03:59:57.819Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1582026-06-25T03:59:58.193ZFrom https://github.com/oxidecomputer/dendrite
1592026-06-25T03:59:58.193Z * [new ref] 0c92583413d48f50f87c32bac3ed9a26b6785b58 -> refs/commit/0c92583413d48f50f87c32bac3ed9a26b6785b58
1602026-06-25T03:59:58.362Z Updating git repository `https://github.com/oxidecomputer/ispf`
1612026-06-25T03:59:58.618ZFrom https://github.com/oxidecomputer/ispf
1622026-06-25T03:59:58.618Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
1632026-06-25T03:59:58.624Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1642026-06-25T03:59:58.987ZFrom https://github.com/oxidecomputer/netadm-sys
1652026-06-25T03:59:58.987Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
1662026-06-25T03:59:58.994Z Updating git repository `https://github.com/oxidecomputer/omicron`
1672026-06-25T04:00:04.879ZFrom https://github.com/oxidecomputer/omicron
1682026-06-25T04:00:04.879Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
1692026-06-25T04:00:05.302Z Updating git repository `https://github.com/oxidecomputer/opte`
1702026-06-25T04:00:06.084ZFrom https://github.com/oxidecomputer/opte
1712026-06-25T04:00:06.084Z * [new ref] cd7749d9dd18f39e065781147cbf51d39930ceca -> refs/commit/cd7749d9dd18f39e065781147cbf51d39930ceca
1722026-06-25T04:00:06.114Z Updating git repository `https://github.com/illumos/smf-rs`
1732026-06-25T04:00:06.382ZFrom https://github.com/illumos/smf-rs
1742026-06-25T04:00:06.382Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
1752026-06-25T04:00:06.657Z Updating git repository `https://github.com/oxidecomputer/network-interface`
1762026-06-25T04:00:06.949ZFrom https://github.com/oxidecomputer/network-interface
1772026-06-25T04:00:06.949Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
1782026-06-25T04:00:07.098Z Updating git repository `https://github.com/oxidecomputer/zone`
1792026-06-25T04:00:07.365ZFrom https://github.com/oxidecomputer/zone
1802026-06-25T04:00:07.365Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
1812026-06-25T04:00:07.444Z Updating git repository `https://github.com/oxidecomputer/propolis`
1822026-06-25T04:00:08.091ZFrom https://github.com/oxidecomputer/propolis
1832026-06-25T04:00:08.092Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
1842026-06-25T04:00:08.165Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1852026-06-25T04:00:08.669ZFrom https://github.com/oxidecomputer/transceiver-control
1862026-06-25T04:00:08.669Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
1872026-06-25T04:00:08.805Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1882026-06-25T04:00:09.080ZFrom https://github.com/oxidecomputer/dlpi-sys
1892026-06-25T04:00:09.080Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
1902026-06-25T04:00:09.095Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1912026-06-25T04:00:09.354ZFrom https://github.com/jmesmon/rust-libzfs
1922026-06-25T04:00:09.354Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
1932026-06-25T04:00:09.362Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1942026-06-25T04:00:09.612ZFrom https://github.com/oxidecomputer/rusty-doors
1952026-06-25T04:00:09.612Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
1962026-06-25T04:00:09.623Z Updating git repository `https://github.com/oxidecomputer/lldp`
1972026-06-25T04:00:09.944ZFrom https://github.com/oxidecomputer/lldp
1982026-06-25T04:00:09.944Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
1992026-06-25T04:00:10.005Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2002026-06-25T04:00:10.281ZFrom https://github.com/oxidecomputer/slog-error-chain
2012026-06-25T04:00:10.281Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
2022026-06-25T04:00:10.336Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2032026-06-25T04:00:10.609ZFrom https://github.com/oxidecomputer/tufaceous
2042026-06-25T04:00:10.609Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
2052026-06-25T04:00:10.735Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2062026-06-25T04:00:11.181ZFrom https://github.com/oxidecomputer/management-gateway-service
2072026-06-25T04:00:11.181Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
2082026-06-25T04:00:11.195Z Updating git repository `https://github.com/oxidecomputer/crucible`
2092026-06-25T04:00:12.278ZFrom https://github.com/oxidecomputer/crucible
2102026-06-25T04:00:12.278Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
2112026-06-25T04:00:12.936Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2122026-06-25T04:00:13.213ZFrom https://github.com/oxidecomputer/serde_human_bytes
2132026-06-25T04:00:13.213Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
2142026-06-25T04:00:13.407Z Updating git repository `https://github.com/oxidecomputer/propolis`
2152026-06-25T04:00:13.854ZFrom https://github.com/oxidecomputer/propolis
2162026-06-25T04:00:13.854Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
2172026-06-25T04:00:14.262Z Updating git repository `https://github.com/oxidecomputer/crucible`
2182026-06-25T04:00:15.141ZFrom https://github.com/oxidecomputer/crucible
2192026-06-25T04:00:15.141Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
2202026-06-25T04:00:15.237Z Updating git repository `https://github.com/oxidecomputer/tofino`
2212026-06-25T04:00:15.590ZFrom https://github.com/oxidecomputer/tofino
2222026-06-25T04:00:15.590Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
2232026-06-25T04:00:15.601Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2242026-06-25T04:00:16.293ZFrom https://github.com/oxidecomputer/maghemite
2252026-06-25T04:00:16.293Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
2262026-06-25T04:00:16.336Z Updating git repository `https://github.com/oxidecomputer/clickward`
2272026-06-25T04:00:16.807ZFrom https://github.com/oxidecomputer/clickward
2282026-06-25T04:00:16.807Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
2292026-06-25T04:00:16.940Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2302026-06-25T04:00:17.331ZFrom https://github.com/oxidecomputer/illumos-devinfo
2312026-06-25T04:00:17.331Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
2322026-06-25T04:00:18.766Z Downloading crates ...
2332026-06-25T04:00:18.835Z Downloaded anstream v1.0.0
2342026-06-25T04:00:18.851Z Downloaded crucible-workspace-hack v0.1.0
2352026-06-25T04:00:18.854Z Downloaded const-random-macro v0.1.16
2362026-06-25T04:00:18.857Z Downloaded debug-ignore v1.0.5
2372026-06-25T04:00:18.860Z Downloaded deranged v0.5.8
2382026-06-25T04:00:18.863Z Downloaded defmt v1.1.0
2392026-06-25T04:00:18.866Z Downloaded foreign-types v0.5.0
2402026-06-25T04:00:18.866Z Downloaded find-msvc-tools v0.1.9
2412026-06-25T04:00:18.869Z Downloaded adler2 v2.0.1
2422026-06-25T04:00:18.872Z Downloaded base64ct v1.8.3
2432026-06-25T04:00:18.875Z Downloaded erased-serde v0.3.31
2442026-06-25T04:00:18.878Z Downloaded darling v0.23.0
2452026-06-25T04:00:18.881Z Downloaded fxhash v0.2.1
2462026-06-25T04:00:18.884Z Downloaded futures-sink v0.3.32
2472026-06-25T04:00:18.884Z Downloaded crunchy v0.2.4
2482026-06-25T04:00:18.887Z Downloaded ahash v0.8.12
2492026-06-25T04:00:18.890Z Downloaded getrandom v0.4.2
2502026-06-25T04:00:18.893Z Downloaded byteorder v1.5.0
2512026-06-25T04:00:18.897Z Downloaded foreign-types v0.3.2
2522026-06-25T04:00:18.897Z Downloaded digest v0.10.7
2532026-06-25T04:00:18.900Z Downloaded form_urlencoded v1.2.2
2542026-06-25T04:00:18.900Z Downloaded colored v3.1.1
2552026-06-25T04:00:18.903Z Downloaded http v1.4.1
2562026-06-25T04:00:18.906Z Downloaded const-random v0.1.18
2572026-06-25T04:00:18.909Z Downloaded darling v0.21.3
2582026-06-25T04:00:18.912Z Downloaded gethostname v0.5.0
2592026-06-25T04:00:18.915Z Downloaded defmt-parser v1.0.0
2602026-06-25T04:00:18.915Z Downloaded crc32fast v1.5.0
2612026-06-25T04:00:18.918Z Downloaded hex v0.4.3
2622026-06-25T04:00:18.921Z Downloaded dropshot-api-manager-types v0.7.2
2632026-06-25T04:00:18.921Z Downloaded backoff v0.4.0
2642026-06-25T04:00:18.924Z Downloaded fastrand v2.4.1
2652026-06-25T04:00:18.924Z Downloaded arc-swap v1.9.1
2662026-06-25T04:00:18.927Z Downloaded allocator-api2 v0.2.21
2672026-06-25T04:00:18.930Z Downloaded git-stub v1.0.0
2682026-06-25T04:00:18.933Z Downloaded async-stream-impl v0.3.6
2692026-06-25T04:00:18.936Z Downloaded futures-core v0.3.32
2702026-06-25T04:00:18.936Z Downloaded block-buffer v0.12.0
2712026-06-25T04:00:18.940Z Downloaded dtrace-parser v0.3.0
2722026-06-25T04:00:18.940Z Downloaded float-ord v0.3.2
2732026-06-25T04:00:18.943Z Downloaded heck v0.4.1
2742026-06-25T04:00:18.943Z Downloaded base16ct v1.0.0
2752026-06-25T04:00:18.946Z Downloaded globset v0.4.18
2762026-06-25T04:00:18.949Z Downloaded ciborium-ll v0.2.2
2772026-06-25T04:00:18.949Z Downloaded cfg_aliases v0.2.1
2782026-06-25T04:00:18.952Z Downloaded cobs v0.3.0
2792026-06-25T04:00:18.952Z Downloaded hostname v0.3.1
2802026-06-25T04:00:18.955Z Downloaded futures-task v0.3.32
2812026-06-25T04:00:18.958Z Downloaded dyn-clone v1.0.20
2822026-06-25T04:00:18.958Z Downloaded heck v0.5.0
2832026-06-25T04:00:18.961Z Downloaded futures-io v0.3.32
2842026-06-25T04:00:18.961Z Downloaded byte-wrapper v0.1.0
2852026-06-25T04:00:18.964Z Downloaded enum-as-inner v0.6.1
2862026-06-25T04:00:18.967Z Downloaded generic-array v0.14.7
2872026-06-25T04:00:18.967Z Downloaded autocfg v1.5.1
2882026-06-25T04:00:18.970Z Downloaded embedded-io v0.4.0
2892026-06-25T04:00:18.972Z Downloaded crc8 v0.1.1
2902026-06-25T04:00:18.973Z Downloaded fixedbitset v0.4.2
2912026-06-25T04:00:18.975Z Downloaded defmt v0.3.100
2922026-06-25T04:00:18.975Z Downloaded ciborium-io v0.2.2
2932026-06-25T04:00:18.978Z Downloaded foreign-types-macros v0.2.3
2942026-06-25T04:00:18.978Z Downloaded anstyle-query v1.1.5
2952026-06-25T04:00:18.981Z Downloaded base16ct v0.2.0
2962026-06-25T04:00:18.984Z Downloaded curve25519-dalek-derive v0.1.1
2972026-06-25T04:00:18.984Z Downloaded crypto-common v0.1.7
2982026-06-25T04:00:18.987Z Downloaded httpdate v1.0.3
2992026-06-25T04:00:18.987Z Downloaded hash32 v0.3.1
3002026-06-25T04:00:18.990Z Downloaded embedded-io v0.6.1
3012026-06-25T04:00:18.990Z Downloaded dof v0.4.0
3022026-06-25T04:00:18.993Z Downloaded daft v0.1.7
3032026-06-25T04:00:18.996Z Downloaded httparse v1.10.1
3042026-06-25T04:00:18.996Z Downloaded glob v0.3.3
3052026-06-25T04:00:18.999Z Downloaded colorchoice v1.0.5
3062026-06-25T04:00:19.003Z Downloaded hubpack v0.1.2
3072026-06-25T04:00:19.003Z Downloaded indent_write v2.2.0
3082026-06-25T04:00:19.006Z Downloaded http-body v1.0.1
3092026-06-25T04:00:19.006Z Downloaded futures-channel v0.3.32
3102026-06-25T04:00:19.009Z Downloaded diff v0.1.13
3112026-06-25T04:00:19.012Z Downloaded half v2.7.1
3122026-06-25T04:00:19.012Z Downloaded internet-checksum v0.2.1
3132026-06-25T04:00:19.015Z Downloaded instant v0.1.13
3142026-06-25T04:00:19.015Z Downloaded itoa v1.0.18
3152026-06-25T04:00:19.018Z Downloaded futures-executor v0.3.32
3162026-06-25T04:00:19.021Z Downloaded bcs v0.1.6
3172026-06-25T04:00:19.021Z Downloaded displaydoc v0.2.6
3182026-06-25T04:00:19.024Z Downloaded hostname v0.4.2
3192026-06-25T04:00:19.032Z Downloaded libscf-sys v1.2.0
3202026-06-25T04:00:19.032Z Downloaded konst_macro_rules v0.2.19
3212026-06-25T04:00:19.032Z Downloaded hubpack_derive v0.1.1
3222026-06-25T04:00:19.032Z Downloaded anyhow v1.0.102
3232026-06-25T04:00:19.032Z Downloaded lru-slab v0.1.2
3242026-06-25T04:00:19.036Z Downloaded data-encoding v2.11.0
3252026-06-25T04:00:19.036Z Downloaded chacha20poly1305 v0.10.1
3262026-06-25T04:00:19.039Z Downloaded cpufeatures v0.2.17
3272026-06-25T04:00:19.039Z Downloaded const_format_proc_macros v0.2.34
3282026-06-25T04:00:19.042Z Downloaded fixedbitset v0.5.7
3292026-06-25T04:00:19.046Z Downloaded defmt-macros v1.1.0
3302026-06-25T04:00:19.046Z Downloaded ident_case v1.0.1
3312026-06-25T04:00:19.049Z Downloaded is_terminal_polyfill v1.70.2
3322026-06-25T04:00:19.049Z Downloaded group v0.13.0
3332026-06-25T04:00:19.052Z Downloaded mime v0.3.17
3342026-06-25T04:00:19.052Z Downloaded http-body-util v0.1.3
3352026-06-25T04:00:19.056Z Downloaded chacha20 v0.10.0
3362026-06-25T04:00:19.058Z Downloaded natord v1.0.9
3372026-06-25T04:00:19.059Z Downloaded memoffset v0.9.1
3382026-06-25T04:00:19.061Z Downloaded keccak v0.1.6
3392026-06-25T04:00:19.061Z Downloaded argon2 v0.5.3
3402026-06-25T04:00:19.064Z Downloaded is-terminal v0.4.17
3412026-06-25T04:00:19.064Z Downloaded git-stub-vcs v0.1.0
3422026-06-25T04:00:19.067Z Downloaded ingot v0.1.1
3432026-06-25T04:00:19.070Z Downloaded lazy_static v1.5.0
3442026-06-25T04:00:19.070Z Downloaded hybrid-array v0.4.12
3452026-06-25T04:00:19.073Z Downloaded getrandom v0.3.4
3462026-06-25T04:00:19.076Z Downloaded num-derive v0.4.2
3472026-06-25T04:00:19.076Z Downloaded num-conv v0.2.2
3482026-06-25T04:00:19.079Z Downloaded num v0.4.3
3492026-06-25T04:00:19.079Z Downloaded no-std-compat v0.4.1
3502026-06-25T04:00:19.082Z Downloaded ingot-types v0.1.2
3512026-06-25T04:00:19.082Z Downloaded newtype_derive v0.1.6
3522026-06-25T04:00:19.085Z Downloaded newtype-uuid-macros v0.1.0
3532026-06-25T04:00:19.085Z Downloaded clap_derive v4.6.1
3542026-06-25T04:00:19.088Z Downloaded ipnetwork v0.21.1
3552026-06-25T04:00:19.091Z Downloaded compression-codecs v0.4.38
3562026-06-25T04:00:19.094Z Downloaded num_enum_derive v0.5.11
3572026-06-25T04:00:19.094Z Downloaded newline-converter v0.3.0
3582026-06-25T04:00:19.097Z Downloaded omicron-workspace-hack v0.1.0
3592026-06-25T04:00:19.097Z Downloaded dropshot_endpoint v0.17.1
3602026-06-25T04:00:19.100Z Downloaded libsw v3.5.0
3612026-06-25T04:00:19.100Z Downloaded derive-ex v0.1.8
3622026-06-25T04:00:19.103Z Downloaded crossbeam-deque v0.8.6
3632026-06-25T04:00:19.103Z Downloaded linear-map v1.2.0
3642026-06-25T04:00:19.106Z Downloaded crossbeam-utils v0.8.21
3652026-06-25T04:00:19.109Z Downloaded num-iter v0.1.45
3662026-06-25T04:00:19.109Z Downloaded opaque-debug v0.3.1
3672026-06-25T04:00:19.113Z Downloaded crossbeam-epoch v0.9.18
3682026-06-25T04:00:19.113Z Downloaded openssl-macros v0.1.1
3692026-06-25T04:00:19.116Z Downloaded ciborium v0.2.2
3702026-06-25T04:00:19.116Z Downloaded console v0.15.11
3712026-06-25T04:00:19.119Z Downloaded num_threads v0.1.7
3722026-06-25T04:00:19.119Z Downloaded ipnet v2.12.0
3732026-06-25T04:00:19.123Z Downloaded percent-encoding v2.3.2
3742026-06-25T04:00:19.123Z Downloaded hmac v0.12.1
3752026-06-25T04:00:19.126Z Downloaded cargo_toml v0.22.3
3762026-06-25T04:00:19.126Z Downloaded futures v0.3.32
3772026-06-25T04:00:19.129Z Downloaded console v0.16.3
3782026-06-25T04:00:19.132Z Downloaded memmap v0.7.0
3792026-06-25T04:00:19.132Z Downloaded newtype-uuid v1.3.2
3802026-06-25T04:00:19.136Z Downloaded managed v0.8.0
3812026-06-25T04:00:19.136Z Downloaded phf_shared v0.12.1
3822026-06-25T04:00:19.139Z Downloaded parse-display v0.10.0
3832026-06-25T04:00:19.139Z Downloaded libsw-core v0.3.2
3842026-06-25T04:00:19.139Z Downloaded jobserver v0.1.34
3852026-06-25T04:00:19.142Z Downloaded lru-cache v0.1.2
3862026-06-25T04:00:19.142Z Downloaded num-complex v0.4.6
3872026-06-25T04:00:19.145Z Downloaded lock_api v0.4.14
3882026-06-25T04:00:19.145Z Downloaded plain v0.2.3
3892026-06-25T04:00:19.148Z Downloaded match_cfg v0.1.0
3902026-06-25T04:00:19.148Z Downloaded num-integer v0.1.46
3912026-06-25T04:00:19.151Z Downloaded derive-where v1.6.1
3922026-06-25T04:00:19.154Z Downloaded blake2 v0.10.6
3932026-06-25T04:00:19.154Z Downloaded hyper-rustls v0.27.9
3942026-06-25T04:00:19.157Z Downloaded proc-macro-crate v1.3.1
3952026-06-25T04:00:19.157Z Downloaded num-rational v0.4.2
3962026-06-25T04:00:19.160Z Downloaded potential_utf v0.1.5
3972026-06-25T04:00:19.160Z Downloaded proc-macro-crate v3.5.0
3982026-06-25T04:00:19.163Z Downloaded progenitor-client v0.14.0
3992026-06-25T04:00:19.163Z Downloaded powerfmt v0.2.0
4002026-06-25T04:00:19.167Z Downloaded cookie v0.18.1
4012026-06-25T04:00:19.167Z Downloaded num_enum v0.5.11
4022026-06-25T04:00:19.169Z Downloaded litemap v0.8.2
4032026-06-25T04:00:19.173Z Downloaded humantime v2.3.0
4042026-06-25T04:00:19.173Z Downloaded crypto-common v0.2.2
4052026-06-25T04:00:19.176Z Downloaded icu_provider v2.2.0
4062026-06-25T04:00:19.179Z Downloaded pretty-hex v0.4.2
4072026-06-25T04:00:19.179Z Downloaded num_enum v0.7.6
4082026-06-25T04:00:19.182Z Downloaded memmap2 v0.9.10
4092026-06-25T04:00:19.185Z Downloaded password-hash v0.5.0
4102026-06-25T04:00:19.185Z Downloaded num_enum_derive v0.7.6
4112026-06-25T04:00:19.188Z Downloaded olpc-cjson v0.1.4
4122026-06-25T04:00:19.189Z Downloaded parse-display-derive v0.10.0
4132026-06-25T04:00:19.189Z Downloaded parking_lot_core v0.8.6
4142026-06-25T04:00:19.192Z Downloaded pem v3.0.6
4152026-06-25T04:00:19.192Z Downloaded owo-colors v4.3.0
4162026-06-25T04:00:19.195Z Downloaded oxnet v0.1.6
4172026-06-25T04:00:19.195Z Downloaded proc-macro-error-attr2 v2.0.0
4182026-06-25T04:00:19.198Z Downloaded drift v0.2.0
4192026-06-25T04:00:19.202Z Downloaded rand_xorshift v0.4.0
4202026-06-25T04:00:19.205Z Downloaded paste v1.0.15
4212026-06-25T04:00:19.208Z Downloaded pin-project-lite v0.2.17
4222026-06-25T04:00:19.211Z Downloaded progenitor-macro v0.13.0
4232026-06-25T04:00:19.211Z Downloaded progenitor-macro v0.14.0
4242026-06-25T04:00:19.214Z Downloaded inout v0.1.4
4252026-06-25T04:00:19.214Z Downloaded progenitor-macro v0.10.0
4262026-06-25T04:00:19.217Z Downloaded bytes v1.11.1
4272026-06-25T04:00:19.217Z Downloaded phf v0.12.1
4282026-06-25T04:00:19.220Z Downloaded rustc-hash v2.1.2
4292026-06-25T04:00:19.220Z Downloaded poly1305 v0.8.0
4302026-06-25T04:00:19.223Z Downloaded indexmap v1.9.3
4312026-06-25T04:00:19.226Z Downloaded oxide-tokio-rt v0.1.6
4322026-06-25T04:00:19.228Z Downloaded log v0.4.32
4332026-06-25T04:00:19.228Z Downloaded iana-time-zone v0.1.65
4342026-06-25T04:00:19.231Z Downloaded cc v1.2.63
4352026-06-25T04:00:19.234Z Downloaded progenitor-extras v0.2.0
4362026-06-25T04:00:19.234Z Downloaded proc-macro-error v1.0.4
4372026-06-25T04:00:19.237Z Downloaded scopeguard v1.2.0
4382026-06-25T04:00:19.239Z Downloaded ppv-lite86 v0.2.21
4392026-06-25T04:00:19.239Z Downloaded hickory-resolver v0.25.2
4402026-06-25T04:00:19.242Z Downloaded pin-project-internal v1.1.13
4412026-06-25T04:00:19.245Z Downloaded rand_chacha v0.3.1
4422026-06-25T04:00:19.245Z Downloaded pkg-config v0.3.33
4432026-06-25T04:00:19.248Z Downloaded once_cell v1.21.4
4442026-06-25T04:00:19.251Z Downloaded icu_locale_core v2.2.0
4452026-06-25T04:00:19.254Z Downloaded parking_lot v0.11.2
4462026-06-25T04:00:19.257Z Downloaded rand_core v0.9.5
4472026-06-25T04:00:19.257Z Downloaded rand_core v0.10.1
4482026-06-25T04:00:19.257Z Downloaded icu_properties v2.2.0
4492026-06-25T04:00:19.260Z Downloaded parking_lot_core v0.9.12
4502026-06-25T04:00:19.263Z Downloaded proc-macro-error-attr v1.0.4
4512026-06-25T04:00:19.263Z Downloaded darling_core v0.21.3
4522026-06-25T04:00:19.266Z Downloaded const_format v0.2.36
4532026-06-25T04:00:19.269Z Downloaded scroll_derive v0.12.1
4542026-06-25T04:00:19.272Z Downloaded serde-big-array v0.5.1
4552026-06-25T04:00:19.272Z Downloaded semver v0.1.20
4562026-06-25T04:00:19.275Z Downloaded rand_chacha v0.9.0
4572026-06-25T04:00:19.275Z Downloaded secrecy v0.10.3
4582026-06-25T04:00:19.275Z Downloaded clap v4.6.1
4592026-06-25T04:00:19.279Z Downloaded progenitor-client v0.10.0
4602026-06-25T04:00:19.282Z Downloaded progenitor v0.10.0
4612026-06-25T04:00:19.282Z Downloaded pest_generator v2.8.6
4622026-06-25T04:00:19.285Z Downloaded rand_core v0.6.4
4632026-06-25T04:00:19.285Z Downloaded quick-error v1.2.3
4642026-06-25T04:00:19.288Z Downloaded icu_normalizer_data v2.2.0
4652026-06-25T04:00:19.289Z Downloaded const-oid v0.10.2
4662026-06-25T04:00:19.291Z Downloaded icu_normalizer v2.2.0
4672026-06-25T04:00:19.294Z Downloaded indicatif v0.18.4
4682026-06-25T04:00:19.297Z Downloaded heapless v0.8.0
4692026-06-25T04:00:19.300Z Downloaded ingot-macros v0.1.1
4702026-06-25T04:00:19.300Z Downloaded base64 v0.22.1
4712026-06-25T04:00:19.303Z Downloaded proc-macro-error2 v2.0.1
4722026-06-25T04:00:19.306Z Downloaded rustls-pemfile v2.2.0
4732026-06-25T04:00:19.306Z Downloaded serde_urlencoded v0.7.1
4742026-06-25T04:00:19.309Z Downloaded serde_spanned v1.1.1
4752026-06-25T04:00:19.309Z Downloaded ref-cast-impl v1.0.25
4762026-06-25T04:00:19.312Z Downloaded sha1 v0.10.6
4772026-06-25T04:00:19.312Z Downloaded serial_test_derive v3.5.0
4782026-06-25T04:00:19.312Z Downloaded rustversion v1.0.22
4792026-06-25T04:00:19.315Z Downloaded hashbrown v0.15.5
4802026-06-25T04:00:19.318Z Downloaded darling_core v0.23.0
4812026-06-25T04:00:19.321Z Downloaded parking_lot v0.12.5
4822026-06-25T04:00:19.324Z Downloaded resolv-conf v0.7.6
4832026-06-25T04:00:19.324Z Downloaded ref-cast v1.0.25
4842026-06-25T04:00:19.328Z Downloaded progenitor-client v0.13.0
4852026-06-25T04:00:19.328Z Downloaded progenitor v0.14.0
4862026-06-25T04:00:19.332Z Downloaded papergrid v0.18.0
4872026-06-25T04:00:19.332Z Downloaded papergrid v0.11.0
4882026-06-25T04:00:19.335Z Downloaded konst v0.2.20
4892026-06-25T04:00:19.338Z Downloaded sigpipe v0.1.3
4902026-06-25T04:00:19.338Z Downloaded scroll v0.13.0
4912026-06-25T04:00:19.341Z Downloaded scroll v0.12.0
4922026-06-25T04:00:19.341Z Downloaded pest_derive v2.8.6
4932026-06-25T04:00:19.344Z Downloaded smawk v0.3.2
4942026-06-25T04:00:19.344Z Downloaded slog-envlogger v2.2.0
4952026-06-25T04:00:19.347Z Downloaded rusty-fork v0.3.1
4962026-06-25T04:00:19.347Z Downloaded sha1 v0.11.0
4972026-06-25T04:00:19.347Z Downloaded same-file v1.0.6
4982026-06-25T04:00:19.350Z Downloaded icu_collections v2.2.0
4992026-06-25T04:00:19.353Z Downloaded quote v1.0.45
5002026-06-25T04:00:19.356Z Downloaded flate2 v1.1.9
5012026-06-25T04:00:19.359Z Downloaded crossbeam-channel v0.5.15
5022026-06-25T04:00:19.359Z Downloaded base64 v0.21.7
5032026-06-25T04:00:19.363Z Downloaded rhai_codegen v3.2.0
5042026-06-25T04:00:19.366Z Downloaded serde_repr v0.1.20
5052026-06-25T04:00:19.369Z Downloaded strsim v0.11.1
5062026-06-25T04:00:19.369Z Downloaded serde_path_to_error v0.1.20
5072026-06-25T04:00:19.372Z Downloaded hickory-resolver v0.24.4
5082026-06-25T04:00:19.375Z Downloaded scroll_derive v0.13.1
5092026-06-25T04:00:19.375Z Downloaded serde_plain v1.0.2
5102026-06-25T04:00:19.378Z Downloaded progenitor-impl v0.14.0
5112026-06-25T04:00:19.378Z Downloaded proc-macro2 v1.0.106
5122026-06-25T04:00:19.382Z Downloaded serde_spanned v0.6.9
5132026-06-25T04:00:19.382Z Downloaded strum v0.27.2
5142026-06-25T04:00:19.382Z Downloaded strum v0.26.3
5152026-06-25T04:00:19.382Z Downloaded serde_tokenstream v0.2.3
5162026-06-25T04:00:19.385Z Downloaded spin v0.5.2
5172026-06-25T04:00:19.385Z Downloaded num-traits v0.2.19
5182026-06-25T04:00:19.388Z Downloaded jiff-static v0.2.28
5192026-06-25T04:00:19.388Z Downloaded openssl-sys v0.9.116
5202026-06-25T04:00:19.391Z Downloaded expectorate v1.2.0
5212026-06-25T04:00:19.394Z Downloaded postcard v1.1.3
5222026-06-25T04:00:19.394Z Downloaded miniz_oxide v0.8.9
5232026-06-25T04:00:19.397Z Downloaded schemars_derive v0.8.22
5242026-06-25T04:00:19.397Z Downloaded swrite v0.1.0
5252026-06-25T04:00:19.400Z Downloaded supports-color v3.0.2
5262026-06-25T04:00:19.400Z Downloaded stable_deref_trait v1.2.1
5272026-06-25T04:00:19.400Z Downloaded slog-bunyan v2.5.0
5282026-06-25T04:00:19.403Z Downloaded crypto-bigint v0.5.5
5292026-06-25T04:00:19.406Z Downloaded tabled_derive v0.11.0
5302026-06-25T04:00:19.406Z Downloaded rustls-native-certs v0.8.4
5312026-06-25T04:00:19.409Z Downloaded quinn-udp v0.5.14
5322026-06-25T04:00:19.409Z Downloaded hyper-util v0.1.20
5332026-06-25T04:00:19.412Z Downloaded terminal_size v0.4.4
5342026-06-25T04:00:19.415Z Downloaded smartstring v1.0.1
5352026-06-25T04:00:19.415Z Downloaded pest_meta v2.8.6
5362026-06-25T04:00:19.418Z Downloaded structmeta-derive v0.3.0
5372026-06-25T04:00:19.418Z Downloaded sha2 v0.10.9
5382026-06-25T04:00:19.421Z Downloaded structmeta v0.3.0
5392026-06-25T04:00:19.421Z Downloaded slog-stdlog v4.1.1
5402026-06-25T04:00:19.421Z Downloaded slog-json v2.6.1
5412026-06-25T04:00:19.421Z Downloaded slog-async v2.8.0
5422026-06-25T04:00:19.424Z Downloaded slab v0.4.12
5432026-06-25T04:00:19.424Z Downloaded siphasher v1.0.3
5442026-06-25T04:00:19.427Z Downloaded termtree v0.5.1
5452026-06-25T04:00:19.427Z Downloaded smf v0.2.3
5462026-06-25T04:00:19.427Z Downloaded thiserror-impl-no-std v2.0.2
5472026-06-25T04:00:19.430Z Downloaded testing_table v0.3.0
5482026-06-25T04:00:19.430Z Downloaded simd-adler32 v0.3.9
5492026-06-25T04:00:19.430Z Downloaded tagptr v0.2.0
5502026-06-25T04:00:19.433Z Downloaded subtle v2.6.1
5512026-06-25T04:00:19.433Z Downloaded slog-dtrace v0.3.0
5522026-06-25T04:00:19.434Z Downloaded progenitor-impl v0.13.0
5532026-06-25T04:00:19.437Z Downloaded strum_macros v0.26.4
5542026-06-25T04:00:19.437Z Downloaded signal-hook-registry v1.4.8
5552026-06-25T04:00:19.437Z Downloaded pin-project v1.1.13
5562026-06-25T04:00:19.443Z Downloaded thread-id v5.1.0
5572026-06-25T04:00:19.446Z Downloaded futures-util v0.3.32
5582026-06-25T04:00:19.450Z Downloaded take_mut v0.2.2
5592026-06-25T04:00:19.455Z Downloaded tabwriter v1.4.1
5602026-06-25T04:00:19.455Z Downloaded tabled_derive v0.7.0
5612026-06-25T04:00:19.455Z Downloaded shlex v2.0.1
5622026-06-25T04:00:19.458Z Downloaded synstructure v0.13.2
5632026-06-25T04:00:19.458Z Downloaded sync_wrapper v1.0.2
5642026-06-25T04:00:19.458Z Downloaded serde_derive_internals v0.29.1
5652026-06-25T04:00:19.459Z Downloaded rustls-platform-verifier v0.7.0
5662026-06-25T04:00:19.462Z Downloaded slog-scope v4.4.1
5672026-06-25T04:00:19.462Z Downloaded semver v1.0.28
5682026-06-25T04:00:19.462Z Downloaded tokio-macros v2.7.0
5692026-06-25T04:00:19.465Z Downloaded progenitor-impl v0.10.0
5702026-06-25T04:00:19.465Z Downloaded hashbrown v0.12.3
5712026-06-25T04:00:19.468Z Downloaded static_assertions v1.1.0
5722026-06-25T04:00:19.468Z Downloaded thread-id v4.2.2
5732026-06-25T04:00:19.468Z Downloaded strum_macros v0.27.2
5742026-06-25T04:00:19.471Z Downloaded minimal-lexical v0.2.1
5752026-06-25T04:00:19.474Z Downloaded rustls-pki-types v1.14.1
5762026-06-25T04:00:19.474Z Downloaded slog-term v2.9.2
5772026-06-25T04:00:19.477Z Downloaded async-compression v0.4.42
5782026-06-25T04:00:19.480Z Downloaded thiserror-impl v2.0.18
5792026-06-25T04:00:19.483Z Downloaded serial_test v3.5.0
5802026-06-25T04:00:19.483Z Downloaded rustc_version v0.4.1
5812026-06-25T04:00:19.483Z Downloaded thiserror-impl v1.0.69
5822026-06-25T04:00:19.486Z Downloaded rustc_version v0.1.7
5832026-06-25T04:00:19.486Z Downloaded progenitor v0.13.0
5842026-06-25T04:00:19.486Z Downloaded multer v3.1.0
5852026-06-25T04:00:19.489Z Downloaded toml_datetime v0.6.11
5862026-06-25T04:00:19.489Z Downloaded elliptic-curve v0.13.8
5872026-06-25T04:00:19.492Z Downloaded time-macros v0.2.27
5882026-06-25T04:00:19.492Z Downloaded thiserror-no-std v2.0.2
5892026-06-25T04:00:19.495Z Downloaded pretty_assertions v1.4.1
5902026-06-25T04:00:19.495Z Downloaded tokio-dtrace v0.1.1
5912026-06-25T04:00:19.498Z Downloaded memchr v2.8.1
5922026-06-25T04:00:19.501Z Downloaded rand v0.8.6
5932026-06-25T04:00:19.501Z Downloaded openssl-probe v0.2.1
5942026-06-25T04:00:19.504Z Downloaded errno v0.3.14
5952026-06-25T04:00:19.504Z Downloaded tower-service v0.3.3
5962026-06-25T04:00:19.504Z Downloaded tower-layer v0.3.3
5972026-06-25T04:00:19.504Z Downloaded linked-hash-map v0.5.6
5982026-06-25T04:00:19.508Z Downloaded is_ci v1.2.0
5992026-06-25T04:00:19.508Z Downloaded try-lock v0.2.5
6002026-06-25T04:00:19.508Z Downloaded highway v1.3.0
6012026-06-25T04:00:19.508Z Downloaded serde_core v1.0.228
6022026-06-25T04:00:19.511Z Downloaded getrandom v0.2.17
6032026-06-25T04:00:19.511Z Downloaded ff v0.13.1
6042026-06-25T04:00:19.514Z Downloaded camino-tempfile v1.4.1
6052026-06-25T04:00:19.514Z Downloaded macaddr v1.0.1
6062026-06-25T04:00:19.514Z Downloaded toml_write v0.1.2
6072026-06-25T04:00:19.517Z Downloaded csv-core v0.1.13
6082026-06-25T04:00:19.517Z Downloaded tempfile v3.27.0
6092026-06-25T04:00:19.520Z Downloaded anstyle-parse v1.0.0
6102026-06-25T04:00:19.520Z Downloaded tinyvec_macros v0.1.1
6112026-06-25T04:00:19.520Z Downloaded time-core v0.1.8
6122026-06-25T04:00:19.520Z Downloaded critical-section v1.2.0
6132026-06-25T04:00:19.523Z Downloaded fs-err v3.3.0
6142026-06-25T04:00:19.523Z Downloaded unarray v0.1.4
6152026-06-25T04:00:19.523Z Downloaded toml_datetime v1.1.1+spec-1.1.0
6162026-06-25T04:00:19.526Z Downloaded snafu-derive v0.8.9
6172026-06-25T04:00:19.526Z Downloaded serde_with_macros v3.20.0
6182026-06-25T04:00:19.529Z Downloaded indexmap v2.14.0
6192026-06-25T04:00:19.529Z Downloaded either v1.16.0
6202026-06-25T04:00:19.534Z Downloaded camino v1.2.2
6212026-06-25T04:00:19.534Z Downloaded serde_derive v1.0.228
6222026-06-25T04:00:19.537Z Downloaded fs_extra v1.3.0
6232026-06-25T04:00:19.537Z Downloaded spin v0.9.8
6242026-06-25T04:00:19.537Z Downloaded smallvec v1.15.1
6252026-06-25T04:00:19.540Z Downloaded cmake v0.1.58
6262026-06-25T04:00:19.540Z Downloaded idna_adapter v1.2.2
6272026-06-25T04:00:19.540Z Downloaded atomicwrites v0.4.4
6282026-06-25T04:00:19.540Z Downloaded cpufeatures v0.3.0
6292026-06-25T04:00:19.543Z Downloaded bit-vec v0.8.0
6302026-06-25T04:00:19.543Z Downloaded cstr-argument v0.1.2
6312026-06-25T04:00:19.543Z Downloaded bytecount v0.6.9
6322026-06-25T04:00:19.546Z Downloaded typeid v1.0.3
6332026-06-25T04:00:19.546Z Downloaded usdt-attr-macro v0.5.0
6342026-06-25T04:00:19.546Z Downloaded universal-hash v0.5.1
6352026-06-25T04:00:19.546Z Downloaded serde_yaml v0.9.34+deprecated
6362026-06-25T04:00:19.549Z Downloaded unit-prefix v0.5.2
6372026-06-25T04:00:19.549Z Downloaded typify-macro v0.4.3
6382026-06-25T04:00:19.549Z Downloaded unicode-xid v0.2.6
6392026-06-25T04:00:19.552Z Downloaded tiny-keccak v2.0.2
6402026-06-25T04:00:19.552Z Downloaded socket2 v0.6.4
6412026-06-25T04:00:19.552Z Downloaded prettyplease v0.2.37
6422026-06-25T04:00:19.555Z Downloaded thread_local v1.1.9
6432026-06-25T04:00:19.555Z Downloaded tokio-tungstenite v0.21.0
6442026-06-25T04:00:19.558Z Downloaded rustls-webpki v0.103.13
6452026-06-25T04:00:19.558Z Downloaded utf8_iter v1.0.4
6462026-06-25T04:00:19.561Z Downloaded usdt-macro v0.6.0
6472026-06-25T04:00:19.561Z Downloaded usdt-macro v0.5.0
6482026-06-25T04:00:19.561Z Downloaded typify-macro v0.6.2
6492026-06-25T04:00:19.561Z Downloaded usdt v0.5.0
6502026-06-25T04:00:19.561Z Downloaded tokio-rustls v0.26.4
6512026-06-25T04:00:19.565Z Downloaded hashbrown v0.16.1
6522026-06-25T04:00:19.567Z Downloaded usdt v0.6.0
6532026-06-25T04:00:19.567Z Downloaded tokio-stream v0.1.18
6542026-06-25T04:00:19.571Z Downloaded utf-8 v0.7.6
6552026-06-25T04:00:19.571Z Downloaded usdt-attr-macro v0.6.0
6562026-06-25T04:00:19.571Z Downloaded untrusted v0.9.0
6572026-06-25T04:00:19.574Z Downloaded untrusted v0.7.1
6582026-06-25T04:00:19.574Z Downloaded ryu v1.0.23
6592026-06-25T04:00:19.574Z Downloaded want v0.3.1
6602026-06-25T04:00:19.577Z Downloaded bs58 v0.5.1
6612026-06-25T04:00:19.577Z Downloaded version_check v0.9.5
6622026-06-25T04:00:19.577Z Downloaded rand v0.9.4
6632026-06-25T04:00:19.580Z Downloaded compression-core v0.4.32
6642026-06-25T04:00:19.580Z Downloaded darling_macro v0.23.0
6652026-06-25T04:00:19.580Z Downloaded dof v0.3.0
6662026-06-25T04:00:19.583Z Downloaded wait-timeout v0.2.1
6672026-06-25T04:00:19.583Z Downloaded slog v2.8.2
6682026-06-25T04:00:19.583Z Downloaded similar v2.7.0
6692026-06-25T04:00:19.586Z Downloaded schemars v0.8.22
6702026-06-25T04:00:19.592Z Downloaded yoke-derive v0.8.2
6712026-06-25T04:00:19.595Z Downloaded waitgroup v0.1.2
6722026-06-25T04:00:19.595Z Downloaded nom v7.1.3
6732026-06-25T04:00:19.598Z Downloaded cfg-if v1.0.4
6742026-06-25T04:00:19.598Z Downloaded textwrap v0.16.2
6752026-06-25T04:00:19.601Z Downloaded async-recursion v1.1.1
6762026-06-25T04:00:19.601Z Downloaded utf8parse v0.2.2
6772026-06-25T04:00:19.604Z Downloaded dtrace-parser v0.2.0
6782026-06-25T04:00:19.604Z Downloaded digest v0.11.3
6792026-06-25T04:00:19.604Z Downloaded equivalent v1.0.2
6802026-06-25T04:00:19.604Z Downloaded convert_case v0.4.0
6812026-06-25T04:00:19.607Z Downloaded tinystr v0.8.3
6822026-06-25T04:00:19.607Z Downloaded thiserror v1.0.69
6832026-06-25T04:00:19.610Z Downloaded quinn v0.11.9
6842026-06-25T04:00:19.613Z Downloaded atomic-waker v1.1.2
6852026-06-25T04:00:19.613Z Downloaded itertools v0.12.1
6862026-06-25T04:00:19.616Z Downloaded chacha20 v0.9.1
6872026-06-25T04:00:19.616Z Downloaded fnv v1.0.7
6882026-06-25T04:00:19.619Z Downloaded cipher v0.4.4
6892026-06-25T04:00:19.619Z Downloaded block-buffer v0.10.4
6902026-06-25T04:00:19.619Z Downloaded bit-set v0.8.0
6912026-06-25T04:00:19.619Z Downloaded bitflags v1.3.2
6922026-06-25T04:00:19.622Z Downloaded dropshot-api-manager v0.7.2
6932026-06-25T04:00:19.625Z Downloaded zone v0.3.1
6942026-06-25T04:00:19.625Z Downloaded zerofrom-derive v0.1.7
6952026-06-25T04:00:19.625Z Downloaded zerofrom v0.1.8
6962026-06-25T04:00:19.625Z Downloaded qorb v0.4.1
6972026-06-25T04:00:19.629Z Downloaded toml_datetime v0.7.5+spec-1.1.0
6982026-06-25T04:00:19.629Z Downloaded thiserror v2.0.18
6992026-06-25T04:00:19.632Z Downloaded rayon-core v1.13.0
7002026-06-25T04:00:19.635Z Downloaded thin-vec v0.2.18
7012026-06-25T04:00:19.635Z Downloaded term v1.2.1
7022026-06-25T04:00:19.638Z Downloaded backon v1.6.0
7032026-06-25T04:00:19.638Z Downloaded futures-macro v0.3.32
7042026-06-25T04:00:19.641Z Downloaded foldhash v0.2.0
7052026-06-25T04:00:19.641Z Downloaded zeroize_derive v1.4.3
7062026-06-25T04:00:19.641Z Downloaded foldhash v0.1.5
7072026-06-25T04:00:19.641Z Downloaded tracing-attributes v0.1.31
7082026-06-25T04:00:19.644Z Downloaded async-trait v0.1.89
7092026-06-25T04:00:19.644Z Downloaded walkdir v2.5.0
7102026-06-25T04:00:19.647Z Downloaded unicode-linebreak v0.1.5
7112026-06-25T04:00:19.647Z Downloaded foreign-types-shared v0.3.1
7122026-06-25T04:00:19.647Z Downloaded hashbrown v0.17.1
7132026-06-25T04:00:19.650Z Downloaded hyper v1.10.1
7142026-06-25T04:00:19.653Z Downloaded vsss-rs v3.3.4
7152026-06-25T04:00:19.656Z Downloaded foreign-types-shared v0.1.1
7162026-06-25T04:00:19.656Z Downloaded aead v0.5.2
7172026-06-25T04:00:19.656Z Downloaded derive_more v0.99.20
7182026-06-25T04:00:19.659Z Downloaded dunce v1.0.5
7192026-06-25T04:00:19.659Z Downloaded bitflags v2.12.1
7202026-06-25T04:00:19.662Z Downloaded async-stream v0.3.6
7212026-06-25T04:00:19.662Z Downloaded anstyle v1.0.14
7222026-06-25T04:00:19.665Z Downloaded usdt-impl v0.5.0
7232026-06-25T04:00:19.665Z Downloaded mio v1.2.1
7242026-06-25T04:00:19.669Z Downloaded nom v8.0.0
7252026-06-25T04:00:19.671Z Downloaded darling_macro v0.21.3
7262026-06-25T04:00:19.671Z Downloaded daft-derive v0.1.7
7272026-06-25T04:00:19.674Z Downloaded clap_lex v1.1.0
7282026-06-25T04:00:19.674Z Downloaded cancel-safe-futures v0.1.5
7292026-06-25T04:00:19.677Z Downloaded snafu v0.8.9
7302026-06-25T04:00:19.680Z Downloaded toml_writer v1.1.1+spec-1.1.0
7312026-06-25T04:00:19.683Z Downloaded h2 v0.4.14
7322026-06-25T04:00:19.686Z Downloaded toml v0.8.23
7332026-06-25T04:00:19.689Z Downloaded schemars v0.9.0
7342026-06-25T04:00:19.693Z Downloaded zone_cfg_derive v0.3.1
7352026-06-25T04:00:19.696Z Downloaded whoami v1.6.1
7362026-06-25T04:00:19.696Z Downloaded writeable v0.6.3
7372026-06-25T04:00:19.699Z Downloaded idna v1.1.0
7382026-06-25T04:00:19.702Z Downloaded xz2 v0.1.7
7392026-06-25T04:00:19.702Z Downloaded typify v0.4.3
7402026-06-25T04:00:19.705Z Downloaded zeroize v1.8.2
7412026-06-25T04:00:19.705Z Downloaded icu_properties_data v2.2.0
7422026-06-25T04:00:19.708Z Downloaded yoke v0.8.3
7432026-06-25T04:00:19.711Z Downloaded unicode-ident v1.0.24
7442026-06-25T04:00:19.711Z Downloaded itertools v0.14.0
7452026-06-25T04:00:19.714Z Downloaded ucd-trie v0.1.7
7462026-06-25T04:00:19.717Z Downloaded goblin v0.8.2
7472026-06-25T04:00:19.720Z Downloaded toml v0.9.12+spec-1.1.0
7482026-06-25T04:00:19.723Z Downloaded hkdf v0.12.4
7492026-06-25T04:00:19.723Z Downloaded aho-corasick v1.1.4
7502026-06-25T04:00:19.726Z Downloaded toml_parser v1.1.2+spec-1.1.0
7512026-06-25T04:00:19.729Z Downloaded zmij v1.0.21
7522026-06-25T04:00:19.732Z Downloaded zerovec-derive v0.11.3
7532026-06-25T04:00:19.732Z Downloaded tinyvec v1.11.0
7542026-06-25T04:00:19.735Z Downloaded usdt-impl v0.6.0
7552026-06-25T04:00:19.738Z Downloaded unsafe-libyaml v0.2.11
7562026-06-25T04:00:19.738Z Downloaded serde v1.0.228
7572026-06-25T04:00:19.741Z Downloaded tungstenite v0.21.0
7582026-06-25T04:00:19.744Z Downloaded tracing-core v0.1.36
7592026-06-25T04:00:19.744Z Downloaded rand v0.10.1
7602026-06-25T04:00:19.751Z Downloaded libm v0.2.16
7612026-06-25T04:00:19.756Z Downloaded test-strategy v0.4.5
7622026-06-25T04:00:19.759Z Downloaded zerocopy-derive v0.7.35
7632026-06-25T04:00:19.762Z Downloaded typify v0.6.2
7642026-06-25T04:00:19.765Z Downloaded toml_edit v0.25.12+spec-1.1.0
7652026-06-25T04:00:19.768Z Downloaded steno v0.4.1
7662026-06-25T04:00:19.768Z Downloaded pest v2.8.6
7672026-06-25T04:00:19.775Z Downloaded toml v1.1.2+spec-1.1.0
7682026-06-25T04:00:19.778Z Downloaded yansi v1.0.1
7692026-06-25T04:00:19.781Z Downloaded clap_builder v4.6.0
7702026-06-25T04:00:19.784Z Downloaded iddqd v0.4.2
7712026-06-25T04:00:19.788Z Downloaded reqwest v0.13.4
7722026-06-25T04:00:19.791Z Downloaded toml_edit v0.22.27
7732026-06-25T04:00:19.794Z Downloaded uuid v1.23.2
7742026-06-25T04:00:19.808Z Downloaded tower v0.5.3
7752026-06-25T04:00:19.815Z Downloaded reqwest v0.12.28
7762026-06-25T04:00:19.821Z Downloaded schemars v1.2.1
7772026-06-25T04:00:19.830Z Downloaded serde_json v1.0.150
7782026-06-25T04:00:19.834Z Downloaded toml_edit v0.19.15
7792026-06-25T04:00:19.844Z Downloaded zerotrie v0.2.4
7802026-06-25T04:00:19.847Z Downloaded zerocopy-derive v0.8.50
7812026-06-25T04:00:19.856Z Downloaded unicode-segmentation v1.13.3
7822026-06-25T04:00:19.860Z Downloaded typenum v1.20.1
7832026-06-25T04:00:19.863Z Downloaded url v2.5.8
7842026-06-25T04:00:19.872Z Downloaded rayon v1.12.0
7852026-06-25T04:00:19.878Z Downloaded ron v0.12.1
7862026-06-25T04:00:19.883Z Downloaded dropshot v0.17.1
7872026-06-25T04:00:19.896Z Downloaded typed-path v0.9.3
7882026-06-25T04:00:19.900Z Downloaded serde_with v3.20.0
7892026-06-25T04:00:19.907Z Downloaded regex v1.12.3
7902026-06-25T04:00:19.911Z Downloaded aws-lc-rs v1.17.0
7912026-06-25T04:00:19.916Z Downloaded proptest v1.11.0
7922026-06-25T04:00:19.922Z Downloaded tower-http v0.6.11
7932026-06-25T04:00:19.927Z Downloaded tokio-util v0.7.18
7942026-06-25T04:00:19.932Z Downloaded chrono v0.4.45
7952026-06-25T04:00:19.936Z Downloaded goblin v0.10.7
7962026-06-25T04:00:19.941Z Downloaded hickory-proto v0.25.2
7972026-06-25T04:00:19.952Z Downloaded tabled v0.15.0
7982026-06-25T04:00:19.968Z Downloaded unicode-normalization v0.1.25
7992026-06-25T04:00:19.973Z Downloaded tough v0.22.0
8002026-06-25T04:00:19.997Z Downloaded portable-atomic v1.13.1
8012026-06-25T04:00:20.002Z Downloaded openssl v0.10.80
8022026-06-25T04:00:20.007Z Downloaded zerovec v0.11.6
8032026-06-25T04:00:20.011Z Downloaded moka v0.12.15
8042026-06-25T04:00:20.024Z Downloaded hickory-proto v0.24.4
8052026-06-25T04:00:20.035Z Downloaded webpki-roots v1.0.7
8062026-06-25T04:00:20.042Z Downloaded winnow v0.5.40
8072026-06-25T04:00:20.047Z Downloaded zerocopy v0.7.35
8082026-06-25T04:00:20.056Z Downloaded nix v0.31.3
8092026-06-25T04:00:20.063Z Downloaded unicode-width v0.2.2
8102026-06-25T04:00:20.066Z Downloaded regex-syntax v0.8.10
8112026-06-25T04:00:20.071Z Downloaded unicode-width v0.1.14
8122026-06-25T04:00:20.074Z Downloaded regress v0.10.5
8132026-06-25T04:00:20.079Z Downloaded quinn-proto v0.11.14
8142026-06-25T04:00:20.083Z Downloaded rhai v1.25.1
8152026-06-25T04:00:20.090Z Downloaded zerocopy v0.8.50
8162026-06-25T04:00:20.102Z Downloaded winnow v1.0.3
8172026-06-25T04:00:20.107Z Downloaded smoltcp v0.11.0
8182026-06-25T04:00:20.114Z Downloaded syn v2.0.117
8192026-06-25T04:00:20.121Z Downloaded winnow v0.7.15
8202026-06-25T04:00:20.127Z Downloaded curve25519-dalek v4.1.3
8212026-06-25T04:00:20.131Z Downloaded tabled v0.21.0
8222026-06-25T04:00:20.142Z Downloaded time v0.3.47
8232026-06-25T04:00:20.149Z Downloaded syn v1.0.109
8242026-06-25T04:00:20.155Z Downloaded bstr v1.12.1
8252026-06-25T04:00:20.167Z Downloaded vcpkg v0.2.15
8262026-06-25T04:00:20.190Z Downloaded regex-automata v0.4.14
8272026-06-25T04:00:20.226Z Downloaded petgraph v0.6.5
8282026-06-25T04:00:20.237Z Downloaded jiff v0.2.28
8292026-06-25T04:00:20.248Z Downloaded lzma-sys v0.1.20
8302026-06-25T04:00:20.264Z Downloaded regress v0.11.1
8312026-06-25T04:00:20.268Z Downloaded petgraph v0.8.3
8322026-06-25T04:00:20.281Z Downloaded rustls v0.23.40
8332026-06-25T04:00:20.287Z Downloaded rustix v0.38.44
8342026-06-25T04:00:20.299Z Downloaded openapiv3 v2.2.0
8352026-06-25T04:00:20.317Z Downloaded rustix v1.1.4
8362026-06-25T04:00:20.340Z Downloaded encoding_rs v0.8.35
8372026-06-25T04:00:20.363Z Downloaded sled v0.34.7
8382026-06-25T04:00:20.372Z Downloaded typify-impl v0.6.2
8392026-06-25T04:00:20.387Z Downloaded tracing v0.1.44
8402026-06-25T04:00:20.403Z Downloaded typify-impl v0.4.3
8412026-06-25T04:00:20.488Z Downloaded chrono-tz v0.10.4
8422026-06-25T04:00:20.523Z Downloaded libc v0.2.186
8432026-06-25T04:00:20.551Z Downloaded csv v1.4.0
8442026-06-25T04:00:20.567Z Downloaded sha3 v0.10.9
8452026-06-25T04:00:20.583Z Downloaded tokio v1.52.3
8462026-06-25T04:00:20.677Z Downloaded ring v0.17.14
8472026-06-25T04:00:21.333Z Downloaded aws-lc-sys v0.41.0
8482026-06-25T04:00:21.873Z Compiling proc-macro2 v1.0.106
8492026-06-25T04:00:21.873Z Compiling quote v1.0.45
8502026-06-25T04:00:21.873Z Compiling unicode-ident v1.0.24
8512026-06-25T04:00:21.873Z Compiling serde_core v1.0.228
8522026-06-25T04:00:21.873Z Compiling serde v1.0.228
8532026-06-25T04:00:21.873Z Compiling libc v0.2.186
8542026-06-25T04:00:21.877Z Compiling zmij v1.0.21
8552026-06-25T04:00:21.877Z Compiling autocfg v1.5.1
8562026-06-25T04:00:22.218Z Compiling libm v0.2.16
8572026-06-25T04:00:22.547Z Compiling icu_normalizer_data v2.2.0
8582026-06-25T04:00:22.550Z Compiling icu_properties_data v2.2.0
8592026-06-25T04:00:22.597Z Compiling serde_json v1.0.150
8602026-06-25T04:00:22.723Z Compiling num-traits v0.2.19
8612026-06-25T04:00:22.740Z Compiling getrandom v0.4.2
8622026-06-25T04:00:23.008Z Compiling version_check v0.9.5
8632026-06-25T04:00:23.161Z Compiling thiserror v2.0.18
8642026-06-25T04:00:23.341Z Compiling memchr v2.8.1
8652026-06-25T04:00:23.442Z Compiling schemars v0.8.22
8662026-06-25T04:00:23.507Z Compiling syn v2.0.117
8672026-06-25T04:00:23.573Z Checking cfg-if v1.0.4
8682026-06-25T04:00:23.648Z Compiling parking_lot_core v0.9.12
8692026-06-25T04:00:23.747Z Compiling heck v0.5.0
8702026-06-25T04:00:23.800Z Compiling zerocopy v0.8.50
8712026-06-25T04:00:23.964Z Compiling portable-atomic v1.13.1
8722026-06-25T04:00:23.984Z Compiling rustversion v1.0.22
8732026-06-25T04:00:24.004Z Compiling itoa v1.0.18
8742026-06-25T04:00:24.190Z Compiling jobserver v0.1.34
8752026-06-25T04:00:24.308Z Compiling shlex v2.0.1
8762026-06-25T04:00:24.496Z Compiling find-msvc-tools v0.1.9
8772026-06-25T04:00:24.672Z Compiling cc v1.2.63
8782026-06-25T04:00:24.931Z Compiling dunce v1.0.5
8792026-06-25T04:00:24.950Z Compiling fs_extra v1.3.0
8802026-06-25T04:00:24.971Z Compiling semver v1.0.28
8812026-06-25T04:00:25.026Z Compiling log v0.4.32
8822026-06-25T04:00:25.047Z Compiling httparse v1.10.1
8832026-06-25T04:00:25.145Z Compiling slog v2.8.2
8842026-06-25T04:00:25.207Z Compiling rustix v1.1.4
8852026-06-25T04:00:25.228Z Checking stable_deref_trait v1.2.1
8862026-06-25T04:00:25.306Z Compiling equivalent v1.0.2
8872026-06-25T04:00:25.345Z Compiling thiserror v1.0.69
8882026-06-25T04:00:25.417Z Compiling cmake v0.1.58
8892026-06-25T04:00:25.597Z Checking writeable v0.6.3
8902026-06-25T04:00:25.757Z Checking litemap v0.8.2
8912026-06-25T04:00:25.776Z Checking utf8_iter v1.0.4
8922026-06-25T04:00:25.780Z Checking percent-encoding v2.3.2
8932026-06-25T04:00:25.815Z Compiling aws-lc-rs v1.17.0
8942026-06-25T04:00:25.957Z Checking form_urlencoded v1.2.2
8952026-06-25T04:00:25.981Z Checking rand_core v0.10.1
8962026-06-25T04:00:26.002Z Compiling aws-lc-sys v0.41.0
8972026-06-25T04:00:26.023Z Compiling ring v0.17.14
8982026-06-25T04:00:26.088Z Compiling rustls v0.23.40
8992026-06-25T04:00:26.124Z Compiling anyhow v1.0.102
9002026-06-25T04:00:26.149Z Compiling ucd-trie v0.1.7
9012026-06-25T04:00:26.316Z Compiling synstructure v0.13.2
9022026-06-25T04:00:26.353Z Compiling serde_derive_internals v0.29.1
9032026-06-25T04:00:26.383Z Compiling pest v2.8.6
9042026-06-25T04:00:26.812Z Compiling regex-syntax v0.8.10
9052026-06-25T04:00:26.952Z Compiling aho-corasick v1.1.4
9062026-06-25T04:00:27.085Z Compiling getrandom v0.3.4
9072026-06-25T04:00:27.421Z Compiling pest_meta v2.8.6
9082026-06-25T04:00:27.516Z Compiling serde_derive v1.0.228
9092026-06-25T04:00:27.573Z Compiling zerofrom-derive v0.1.7
9102026-06-25T04:00:28.018Z Compiling yoke-derive v0.8.2
9112026-06-25T04:00:28.370Z Compiling zerovec-derive v0.11.3
9122026-06-25T04:00:28.761Z Compiling displaydoc v0.2.6
9132026-06-25T04:00:28.783Z Compiling schemars_derive v0.8.22
9142026-06-25T04:00:28.901Z Compiling thiserror-impl v2.0.18
9152026-06-25T04:00:29.081Z Compiling tokio-macros v2.7.0
9162026-06-25T04:00:29.449Z Compiling zeroize_derive v1.4.3
9172026-06-25T04:00:29.524Z Compiling zerocopy-derive v0.8.50
9182026-06-25T04:00:29.800Z Compiling futures-macro v0.3.32
9192026-06-25T04:00:29.941Z Compiling tracing-attributes v0.1.31
9202026-06-25T04:00:30.112Z Checking zerofrom v0.1.8
9212026-06-25T04:00:30.579Z Compiling serde_tokenstream v0.2.3
9222026-06-25T04:00:30.607Z Checking smallvec v1.15.1
9232026-06-25T04:00:30.627Z Checking bytes v1.11.1
9242026-06-25T04:00:30.646Z Checking yoke v0.8.3
9252026-06-25T04:00:30.808Z Compiling thiserror-impl v1.0.69
9262026-06-25T04:00:30.836Z Checking zerovec v0.11.6
9272026-06-25T04:00:30.854Z Checking zerotrie v0.2.4
9282026-06-25T04:00:30.873Z Compiling pest_generator v2.8.6
9292026-06-25T04:00:31.087Z Compiling regex-automata v0.4.14
9302026-06-25T04:00:31.159Z Compiling crossbeam-utils v0.8.21
9312026-06-25T04:00:31.272Z Checking tinystr v0.8.3
9322026-06-25T04:00:31.307Z Checking potential_utf v0.1.5
9332026-06-25T04:00:31.438Z Checking icu_collections v2.2.0
9342026-06-25T04:00:31.458Z Checking icu_locale_core v2.2.0
9352026-06-25T04:00:31.477Z Compiling hashbrown v0.17.1
9362026-06-25T04:00:31.497Z Compiling pest_derive v2.8.6
9372026-06-25T04:00:31.767Z Checking iana-time-zone v0.1.65
9382026-06-25T04:00:31.792Z Compiling num-conv v0.2.2
9392026-06-25T04:00:31.875Z Checking chrono v0.4.45
9402026-06-25T04:00:31.941Z Compiling paste v1.0.15
9412026-06-25T04:00:31.961Z Compiling indexmap v2.14.0
9422026-06-25T04:00:32.005Z Compiling time-core v0.1.8
9432026-06-25T04:00:32.044Z Checking icu_provider v2.2.0
9442026-06-25T04:00:32.152Z Compiling time-macros v0.2.27
9452026-06-25T04:00:32.272Z Checking icu_normalizer v2.2.0
9462026-06-25T04:00:32.292Z Checking icu_properties v2.2.0
9472026-06-25T04:00:32.735Z Compiling regex v1.12.3
9482026-06-25T04:00:32.999Z Checking uuid v1.23.2
9492026-06-25T04:00:33.155Z Compiling async-trait v0.1.89
9502026-06-25T04:00:33.220Z Checking idna_adapter v1.2.2
9512026-06-25T04:00:33.295Z Compiling byteorder v1.5.0
9522026-06-25T04:00:33.348Z Checking idna v1.1.0
9532026-06-25T04:00:33.532Z Checking dyn-clone v1.0.20
9542026-06-25T04:00:33.602Z Checking url v2.5.8
9552026-06-25T04:00:33.636Z Compiling camino v1.2.2
9562026-06-25T04:00:33.888Z Compiling strsim v0.11.1
9572026-06-25T04:00:34.058Z Compiling scroll_derive v0.13.1
9582026-06-25T04:00:34.135Z Checking errno v0.3.14
9592026-06-25T04:00:34.257Z Compiling ident_case v1.0.1
9602026-06-25T04:00:34.421Z Compiling omicron-workspace-hack v0.1.0
9612026-06-25T04:00:34.481Z Compiling slog-async v2.8.0
9622026-06-25T04:00:34.685Z Compiling generic-array v0.14.7
9632026-06-25T04:00:34.705Z Compiling crc32fast v1.5.0
9642026-06-25T04:00:34.725Z Compiling usdt-impl v0.6.0
9652026-06-25T04:00:34.835Z Compiling plain v0.2.3
9662026-06-25T04:00:34.866Z Compiling scroll v0.13.0
9672026-06-25T04:00:34.977Z Compiling daft-derive v0.1.7
9682026-06-25T04:00:35.075Z Checking pin-project-lite v0.2.17
9692026-06-25T04:00:35.128Z Compiling goblin v0.10.7
9702026-06-25T04:00:35.168Z Compiling pretty-hex v0.4.2
9712026-06-25T04:00:35.302Z Compiling dtrace-parser v0.3.0
9722026-06-25T04:00:35.416Z Compiling thread-id v5.1.0
9732026-06-25T04:00:35.720Z Compiling syn v1.0.109
9742026-06-25T04:00:35.789Z Checking getrandom v0.2.17
9752026-06-25T04:00:35.902Z Checking zeroize v1.8.2
9762026-06-25T04:00:36.078Z Checking bitflags v2.12.1
9772026-06-25T04:00:36.415Z Compiling multer v3.1.0
9782026-06-25T04:00:36.438Z Compiling async-stream-impl v0.3.6
9792026-06-25T04:00:36.829Z Checking socket2 v0.6.4
9802026-06-25T04:00:37.069Z Checking scopeguard v1.2.0
9812026-06-25T04:00:37.119Z Compiling ref-cast v1.0.25
9822026-06-25T04:00:37.173Z Checking lock_api v0.4.14
9832026-06-25T04:00:37.359Z Compiling ref-cast-impl v1.0.25
9842026-06-25T04:00:37.381Z Compiling dropshot v0.17.1
9852026-06-25T04:00:37.642Z Checking critical-section v1.2.0
9862026-06-25T04:00:37.712Z Compiling dropshot_endpoint v0.17.1
9872026-06-25T04:00:37.750Z Checking once_cell v1.21.4
9882026-06-25T04:00:37.926Z Compiling dof v0.4.0
9892026-06-25T04:00:37.929Z Checking parking_lot v0.12.5
9902026-06-25T04:00:38.144Z Compiling newtype-uuid-macros v0.1.0
9912026-06-25T04:00:38.521Z Checking signal-hook-registry v1.4.8
9922026-06-25T04:00:38.959Z Checking mio v1.2.1
9932026-06-25T04:00:39.134Z Compiling darling_core v0.23.0
9942026-06-25T04:00:39.184Z Compiling structmeta-derive v0.3.0
9952026-06-25T04:00:39.205Z Compiling usdt-attr-macro v0.6.0
9962026-06-25T04:00:39.239Z Compiling usdt-macro v0.6.0
9972026-06-25T04:00:39.347Z Checking tokio v1.52.3
9982026-06-25T04:00:39.388Z Compiling strum_macros v0.26.4
9992026-06-25T04:00:39.433Z Checking subtle v2.6.1
10002026-06-25T04:00:39.586Z Compiling allocator-api2 v0.2.21
10012026-06-25T04:00:39.906Z Compiling foldhash v0.2.0
10022026-06-25T04:00:40.059Z Compiling hashbrown v0.16.1
10032026-06-25T04:00:40.079Z Checking futures-core v0.3.32
10042026-06-25T04:00:40.225Z Compiling structmeta v0.3.0
10052026-06-25T04:00:40.427Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
10062026-06-25T04:00:40.711Z Compiling strum_macros v0.27.2
10072026-06-25T04:00:40.920Z Compiling derive-ex v0.1.8
10082026-06-25T04:00:40.954Z Compiling http v1.4.1
10092026-06-25T04:00:41.213Z Compiling darling_macro v0.23.0
10102026-06-25T04:00:41.398Z Checking futures-sink v0.3.32
10112026-06-25T04:00:41.504Z Checking ipnetwork v0.21.1
10122026-06-25T04:00:41.766Z Compiling winnow v1.0.3
10132026-06-25T04:00:41.786Z Compiling darling v0.23.0
10142026-06-25T04:00:41.872Z Compiling serde_with_macros v3.20.0
10152026-06-25T04:00:41.914Z Checking slab v0.4.12
10162026-06-25T04:00:42.451Z Compiling test-strategy v0.4.5
10172026-06-25T04:00:42.693Z Checking futures-channel v0.3.32
10182026-06-25T04:00:42.742Z Compiling toml_parser v1.1.2+spec-1.1.0
10192026-06-25T04:00:42.868Z Checking futures-io v0.3.32
10202026-06-25T04:00:43.004Z Checking typenum v1.20.1
10212026-06-25T04:00:43.008Z Checking futures-task v0.3.32
10222026-06-25T04:00:43.055Z Compiling fnv v1.0.7
10232026-06-25T04:00:43.157Z Compiling toml_datetime v1.1.1+spec-1.1.0
10242026-06-25T04:00:43.180Z Checking futures-util v0.3.32
10252026-06-25T04:00:43.313Z Compiling parse-display-derive v0.10.0
10262026-06-25T04:00:43.731Z Checking oxnet v0.1.6
10272026-06-25T04:00:43.751Z Checking tracing-core v0.1.36
10282026-06-25T04:00:43.846Z Checking erased-serde v0.3.31
10292026-06-25T04:00:44.203Z Checking tracing v0.1.44
10302026-06-25T04:00:44.486Z Compiling ryu v1.0.23
10312026-06-25T04:00:44.507Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
10322026-06-25T04:00:44.656Z Compiling clap_derive v4.6.1
10332026-06-25T04:00:44.840Z Checking base64 v0.22.1
10342026-06-25T04:00:45.285Z Checking rand_core v0.6.4
10352026-06-25T04:00:45.323Z Compiling openapiv3 v2.2.0
10362026-06-25T04:00:45.624Z Checking rustls-pki-types v1.14.1
10372026-06-25T04:00:45.844Z Checking tokio-util v0.7.18
10382026-06-25T04:00:45.955Z Checking untrusted v0.7.1
10392026-06-25T04:00:46.084Z Checking ipnet v2.12.0
10402026-06-25T04:00:46.185Z Checking untrusted v0.9.0
10412026-06-25T04:00:46.321Z Compiling toml_edit v0.25.12+spec-1.1.0
10422026-06-25T04:00:46.786Z Checking http-body v1.0.1
10432026-06-25T04:00:46.921Z Compiling proc-macro-crate v3.5.0
10442026-06-25T04:00:46.958Z Checking atomic-waker v1.1.2
10452026-06-25T04:00:47.303Z Compiling either v1.16.0
10462026-06-25T04:00:47.306Z Checking tower-service v0.3.3
10472026-06-25T04:00:47.343Z Compiling num_enum_derive v0.7.6
10482026-06-25T04:00:47.446Z Checking tower-layer v0.3.3
10492026-06-25T04:00:47.530Z Checking try-lock v0.2.5
10502026-06-25T04:00:47.653Z Checking want v0.3.1
10512026-06-25T04:00:47.731Z Compiling itertools v0.14.0
10522026-06-25T04:00:47.747Z Checking h2 v0.4.14
10532026-06-25T04:00:47.780Z Checking httpdate v1.0.3
10542026-06-25T04:00:48.155Z Compiling regress v0.11.1
10552026-06-25T04:00:48.527Z Compiling crucible-workspace-hack v0.1.0
10562026-06-25T04:00:48.938Z Checking serde_urlencoded v0.7.1
10572026-06-25T04:00:48.959Z Checking http-body-util v0.1.3
10582026-06-25T04:00:49.447Z Checking ppv-lite86 v0.2.21
10592026-06-25T04:00:49.612Z Checking hyper v1.10.1
10602026-06-25T04:00:49.714Z Compiling typify-impl v0.6.2
10612026-06-25T04:00:49.735Z Compiling unsafe-libyaml v0.2.11
10622026-06-25T04:00:50.410Z Compiling serde_yaml v0.9.34+deprecated
10632026-06-25T04:00:50.544Z Checking hyper-util v0.1.20
10642026-06-25T04:00:51.225Z Compiling convert_case v0.4.0
10652026-06-25T04:00:51.524Z Compiling derive_more v0.99.20
10662026-06-25T04:00:52.202Z Compiling darling_core v0.21.3
10672026-06-25T04:00:52.225Z Compiling zerocopy-derive v0.7.35
10682026-06-25T04:00:52.757Z Checking powerfmt v0.2.0
10692026-06-25T04:00:52.915Z Checking deranged v0.5.8
10702026-06-25T04:00:53.067Z Compiling typify-macro v0.6.2
10712026-06-25T04:00:53.849Z Compiling regress v0.10.5
10722026-06-25T04:00:54.117Z Checking num_threads v0.1.7
10732026-06-25T04:00:54.312Z Compiling darling_macro v0.21.3
10742026-06-25T04:00:54.353Z Checking time v0.3.47
10752026-06-25T04:00:54.599Z Compiling heapless v0.8.0
10762026-06-25T04:00:54.890Z Compiling darling v0.21.3
10772026-06-25T04:00:54.996Z Compiling ingot-macros v0.1.1
10782026-06-25T04:00:55.310Z Compiling typify v0.6.2
10792026-06-25T04:00:55.406Z Checking crossbeam-channel v0.5.15
10802026-06-25T04:00:55.462Z Compiling scroll_derive v0.12.1
10812026-06-25T04:00:55.546Z Compiling serde_repr v0.1.20
10822026-06-25T04:00:55.866Z Compiling rustix v0.38.44
10832026-06-25T04:00:56.484Z Checking cpufeatures v0.3.0
10842026-06-25T04:00:56.957Z Checking futures-executor v0.3.32
10852026-06-25T04:00:56.979Z Checking sync_wrapper v1.0.2
10862026-06-25T04:00:57.108Z Checking thread_local v1.1.9
10872026-06-25T04:00:57.111Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
10882026-06-25T04:00:57.390Z Compiling smoltcp v0.11.0
10892026-06-25T04:00:57.722Z Checking tower v0.5.3
10902026-06-25T04:00:57.830Z Checking rand_core v0.9.5
10912026-06-25T04:00:57.954Z Checking webpki-roots v1.0.7
10922026-06-25T04:00:58.225Z Compiling rustc_version v0.4.1
10932026-06-25T04:00:58.249Z Checking is-terminal v0.4.17
10942026-06-25T04:00:58.289Z Checking term v1.2.1
10952026-06-25T04:00:58.343Z Checking take_mut v0.2.2
10962026-06-25T04:00:58.451Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
10972026-06-25T04:00:58.497Z Compiling curve25519-dalek v4.1.3
10982026-06-25T04:00:58.554Z Checking slog-term v2.9.2
10992026-06-25T04:00:58.660Z Checking tower-http v0.6.11
11002026-06-25T04:00:58.711Z Checking futures v0.3.32
11012026-06-25T04:00:58.813Z Compiling toml_datetime v0.6.11
11022026-06-25T04:00:58.816Z Compiling foreign-types-macros v0.2.3
11032026-06-25T04:00:59.127Z Checking hex v0.4.3
11042026-06-25T04:00:59.465Z Checking rand_chacha v0.9.0
11052026-06-25T04:00:59.646Z Compiling zerocopy v0.7.35
11062026-06-25T04:00:59.703Z Compiling thiserror-impl-no-std v2.0.2
11072026-06-25T04:00:59.800Z Compiling hubpack_derive v0.1.1
11082026-06-25T04:01:00.094Z Compiling curve25519-dalek-derive v0.1.1
11092026-06-25T04:01:00.395Z Compiling usdt-impl v0.5.0
11102026-06-25T04:01:00.422Z Compiling proc-macro-error-attr v1.0.4
11112026-06-25T04:01:00.666Z Checking fastrand v2.4.1
11122026-06-25T04:01:00.815Z Compiling dof v0.3.0
11132026-06-25T04:01:00.859Z Checking rand v0.9.4
11142026-06-25T04:01:00.878Z Compiling dtrace-parser v0.2.0
11152026-06-25T04:01:00.882Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
11162026-06-25T04:01:01.363Z Compiling serde_spanned v1.1.1
11172026-06-25T04:01:01.496Z Compiling proc-macro-error v1.0.4
11182026-06-25T04:01:01.516Z Compiling thread-id v4.2.2
11192026-06-25T04:01:01.603Z Compiling memoffset v0.9.1
11202026-06-25T04:01:01.738Z Compiling toml_writer v1.1.1+spec-1.1.0
11212026-06-25T04:01:01.757Z Compiling pkg-config v0.3.33
11222026-06-25T04:01:02.755Z Checking crypto-common v0.1.7
11232026-06-25T04:01:03.125Z Checking hybrid-array v0.4.12
11242026-06-25T04:01:03.592Z Checking adler2 v2.0.1
11252026-06-25T04:01:03.650Z Checking match_cfg v0.1.0
11262026-06-25T04:01:03.705Z Compiling prettyplease v0.2.37
11272026-06-25T04:01:03.726Z Checking simd-adler32 v0.3.9
11282026-06-25T04:01:03.808Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
11292026-06-25T04:01:03.871Z Compiling cfg_aliases v0.2.1
11302026-06-25T04:01:03.915Z Checking openssl-probe v0.2.1
11312026-06-25T04:01:03.959Z Compiling nix v0.31.3
11322026-06-25T04:01:04.002Z Checking miniz_oxide v0.8.9
11332026-06-25T04:01:04.023Z Checking rustls-native-certs v0.8.4
11342026-06-25T04:01:04.142Z Checking hostname v0.3.1
11352026-06-25T04:01:04.328Z Checking tempfile v3.27.0
11362026-06-25T04:01:04.522Z Checking slog-json v2.6.1
11372026-06-25T04:01:04.585Z Checking newtype-uuid v1.3.2
11382026-06-25T04:01:04.683Z Checking memmap2 v0.9.10
11392026-06-25T04:01:04.773Z Compiling heck v0.4.1
11402026-06-25T04:01:04.950Z Checking usdt v0.6.0
11412026-06-25T04:01:04.983Z Checking daft v0.1.7
11422026-06-25T04:01:05.113Z Checking slog-bunyan v2.5.0
11432026-06-25T04:01:05.197Z Checking flate2 v1.1.9
11442026-06-25T04:01:05.236Z Checking crypto-common v0.2.2
11452026-06-25T04:01:05.259Z Checking block-buffer v0.12.0
11462026-06-25T04:01:05.401Z Compiling usdt-attr-macro v0.5.0
11472026-06-25T04:01:05.477Z Compiling usdt-macro v0.5.0
11482026-06-25T04:01:05.725Z Compiling num-derive v0.4.2
11492026-06-25T04:01:05.824Z Compiling enum-as-inner v0.6.1
11502026-06-25T04:01:06.051Z Checking const-oid v0.10.2
11512026-06-25T04:01:06.070Z Compiling winnow v0.7.15
11522026-06-25T04:01:06.261Z Checking debug-ignore v1.0.5
11532026-06-25T04:01:06.385Z Checking compression-core v0.4.32
11542026-06-25T04:01:06.481Z Checking digest v0.11.3
11552026-06-25T04:01:06.509Z Checking compression-codecs v0.4.38
11562026-06-25T04:01:07.193Z Checking encoding_rs v0.8.35
11572026-06-25T04:01:07.213Z Compiling rayon-core v1.13.0
11582026-06-25T04:01:07.330Z Checking mime v0.3.17
11592026-06-25T04:01:07.349Z Checking spin v0.9.8
11602026-06-25T04:01:07.463Z Checking toml v1.1.2+spec-1.1.0
11612026-06-25T04:01:07.519Z Checking async-compression v0.4.42
11622026-06-25T04:01:07.557Z Checking sha1 v0.11.0
11632026-06-25T04:01:08.070Z Checking rand_chacha v0.3.1
11642026-06-25T04:01:08.174Z Checking waitgroup v0.1.2
11652026-06-25T04:01:08.207Z Checking rustls-pemfile v2.2.0
11662026-06-25T04:01:08.271Z Checking async-stream v0.3.6
11672026-06-25T04:01:08.363Z Checking serde_path_to_error v0.1.20
11682026-06-25T04:01:08.382Z Checking hostname v0.4.2
11692026-06-25T04:01:08.402Z Compiling wait-timeout v0.2.1
11702026-06-25T04:01:08.576Z Compiling quick-error v1.2.3
11712026-06-25T04:01:08.635Z Compiling bit-vec v0.8.0
11722026-06-25T04:01:08.701Z Compiling rusty-fork v0.3.1
11732026-06-25T04:01:08.862Z Compiling bit-set v0.8.0
11742026-06-25T04:01:08.888Z Checking rand v0.8.6
11752026-06-25T04:01:09.370Z Compiling rand_xorshift v0.4.0
11762026-06-25T04:01:09.419Z Compiling progenitor-impl v0.14.0
11772026-06-25T04:01:09.523Z Compiling num-integer v0.1.46
11782026-06-25T04:01:09.620Z Checking macaddr v1.0.1
11792026-06-25T04:01:10.087Z Compiling semver v0.1.20
11802026-06-25T04:01:10.438Z Compiling unarray v0.1.4
11812026-06-25T04:01:10.516Z Checking unicode-width v0.2.2
11822026-06-25T04:01:10.555Z Compiling winnow v0.5.40
11832026-06-25T04:01:10.576Z Checking rustls-webpki v0.103.13
11842026-06-25T04:01:10.771Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
11852026-06-25T04:01:10.980Z Compiling proptest v1.11.0
11862026-06-25T04:01:11.461Z Compiling progenitor-macro v0.14.0
11872026-06-25T04:01:11.509Z Compiling rustc_version v0.1.7
11882026-06-25T04:01:11.835Z Compiling toml_edit v0.19.15
11892026-06-25T04:01:13.097Z Compiling reqwest v0.12.28
11902026-06-25T04:01:13.330Z Compiling backon v1.6.0
11912026-06-25T04:01:13.386Z Checking tokio-rustls v0.26.4
11922026-06-25T04:01:13.532Z Checking rustls-platform-verifier v0.7.0
11932026-06-25T04:01:13.624Z Checking hyper-rustls v0.27.9
11942026-06-25T04:01:13.828Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11952026-06-25T04:01:13.874Z Checking reqwest v0.13.4
11962026-06-25T04:01:14.631Z Checking block-buffer v0.10.4
11972026-06-25T04:01:14.951Z Compiling strum v0.26.3
11982026-06-25T04:01:15.098Z Compiling instant v0.1.13
11992026-06-25T04:01:15.382Z Compiling utf8parse v0.2.2
12002026-06-25T04:01:15.516Z Compiling anstyle-parse v1.0.0
12012026-06-25T04:01:15.580Z Compiling backoff v0.4.0
12022026-06-25T04:01:15.656Z Compiling iddqd v0.4.2
12032026-06-25T04:01:15.672Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
12042026-06-25T04:01:15.691Z Checking digest v0.10.7
12052026-06-25T04:01:15.716Z Compiling progenitor-client v0.10.0
12062026-06-25T04:01:15.749Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12072026-06-25T04:01:15.774Z Compiling proc-macro-crate v1.3.1
12082026-06-25T04:01:15.887Z Compiling newtype_derive v0.1.6
12092026-06-25T04:01:15.969Z Compiling progenitor-client v0.14.0
12102026-06-25T04:01:15.991Z Compiling num-rational v0.4.2
12112026-06-25T04:01:16.111Z Compiling num-iter v0.1.45
12122026-06-25T04:01:16.138Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
12132026-06-25T04:01:16.161Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12142026-06-25T04:01:16.238Z Compiling progenitor-extras v0.2.0
12152026-06-25T04:01:16.473Z Compiling progenitor-impl v0.13.0
12162026-06-25T04:01:16.504Z Compiling parse-display v0.10.0
12172026-06-25T04:01:16.701Z Compiling serde_with v3.20.0
12182026-06-25T04:01:16.741Z Compiling strum v0.27.2
12192026-06-25T04:01:16.763Z Compiling num-complex v0.4.6
12202026-06-25T04:01:16.897Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
12212026-06-25T04:01:17.009Z Compiling vcpkg v0.2.15
12222026-06-25T04:01:17.095Z Compiling colorchoice v1.0.5
12232026-06-25T04:01:17.138Z Compiling anstyle v1.0.14
12242026-06-25T04:01:17.158Z Compiling is_terminal_polyfill v1.70.2
12252026-06-25T04:01:17.214Z Compiling anstyle-query v1.1.5
12262026-06-25T04:01:17.256Z Compiling humantime v2.3.0
12272026-06-25T04:01:17.299Z Compiling owo-colors v4.3.0
12282026-06-25T04:01:17.329Z Compiling anstream v1.0.0
12292026-06-25T04:01:17.415Z Compiling num v0.4.3
12302026-06-25T04:01:17.580Z Compiling openssl-sys v0.9.116
12312026-06-25T04:01:17.628Z Compiling num_enum_derive v0.5.11
12322026-06-25T04:01:17.721Z Compiling terminal_size v0.4.4
12332026-06-25T04:01:17.968Z Compiling serde_spanned v0.6.9
12342026-06-25T04:01:18.082Z Compiling pin-project-internal v1.1.13
12352026-06-25T04:01:18.126Z Compiling derive-where v1.6.1
12362026-06-25T04:01:18.172Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
12372026-06-25T04:01:18.568Z Compiling progenitor-macro v0.13.0
12382026-06-25T04:01:18.643Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12392026-06-25T04:01:18.701Z Compiling clap_lex v1.1.0
12402026-06-25T04:01:18.927Z Compiling float-ord v0.3.2
12412026-06-25T04:01:19.055Z Compiling toml_write v0.1.2
12422026-06-25T04:01:19.194Z Compiling clap_builder v4.6.0
12432026-06-25T04:01:19.258Z Compiling toml_edit v0.22.27
12442026-06-25T04:01:20.676Z Compiling toml v0.8.23
12452026-06-25T04:01:20.804Z Compiling clap v4.6.1
12462026-06-25T04:01:21.059Z Compiling zone_cfg_derive v0.3.1
12472026-06-25T04:01:21.353Z Compiling async-recursion v1.1.1
12482026-06-25T04:01:21.382Z Compiling snafu-derive v0.8.9
12492026-06-25T04:01:22.526Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12502026-06-25T04:01:22.918Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
12512026-06-25T04:01:23.020Z Compiling slog-dtrace v0.3.0
12522026-06-25T04:01:23.040Z Compiling chrono-tz v0.10.4
12532026-06-25T04:01:23.236Z Compiling minimal-lexical v0.2.1
12542026-06-25T04:01:23.280Z Compiling unicode-xid v0.2.6
12552026-06-25T04:01:23.280Z Compiling cancel-safe-futures v0.1.5
12562026-06-25T04:01:23.452Z Compiling openssl v0.10.80
12572026-06-25T04:01:23.510Z Compiling nom v7.1.3
12582026-06-25T04:01:23.531Z Compiling const_format_proc_macros v0.2.34
12592026-06-25T04:01:24.116Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12602026-06-25T04:01:24.320Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12612026-06-25T04:01:24.347Z Compiling openssl-macros v0.1.1
12622026-06-25T04:01:24.574Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12632026-06-25T04:01:24.697Z Checking cpufeatures v0.2.17
12642026-06-25T04:01:24.820Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12652026-06-25T04:01:25.404Z Compiling cookie v0.18.1
12662026-06-25T04:01:25.429Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12672026-06-25T04:01:25.725Z Compiling tabled_derive v0.7.0
12682026-06-25T04:01:25.764Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12692026-06-25T04:01:26.128Z Checking num_enum v0.7.6
12702026-06-25T04:01:28.529Z Checking tabwriter v1.4.1
12712026-06-25T04:01:28.702Z Checking secrecy v0.10.3
12722026-06-25T04:01:28.780Z Checking tinyvec_macros v0.1.1
12732026-06-25T04:01:28.854Z Checking colored v3.1.1
12742026-06-25T04:01:28.974Z Checking tinyvec v1.11.0
12752026-06-25T04:01:29.075Z Checking crossbeam-epoch v0.9.18
12762026-06-25T04:01:29.075Z Checking hash32 v0.3.1
12772026-06-25T04:01:29.223Z Checking bstr v1.12.1
12782026-06-25T04:01:29.284Z Checking data-encoding v2.11.0
12792026-06-25T04:01:29.409Z Checking hmac v0.12.1
12802026-06-25T04:01:29.552Z Checking ingot-types v0.1.2
12812026-06-25T04:01:29.573Z Checking inout v0.1.4
12822026-06-25T04:01:29.684Z Checking scroll v0.12.0
12832026-06-25T04:01:29.713Z Checking ff v0.13.1
12842026-06-25T04:01:29.848Z Checking cobs v0.3.0
12852026-06-25T04:01:29.913Z Checking bitflags v1.3.2
12862026-06-25T04:01:29.934Z Checking managed v0.8.0
12872026-06-25T04:01:29.996Z Checking static_assertions v1.1.0
12882026-06-25T04:01:30.016Z Checking foreign-types-shared v0.3.1
12892026-06-25T04:01:30.038Z Checking postcard v1.1.3
12902026-06-25T04:01:30.076Z Checking goblin v0.8.2
12912026-06-25T04:01:30.109Z Checking foreign-types v0.5.0
12922026-06-25T04:01:30.198Z Checking ingot v0.1.1
12932026-06-25T04:01:30.254Z Checking group v0.13.0
12942026-06-25T04:01:30.303Z Checking cipher v0.4.4
12952026-06-25T04:01:30.323Z Checking hkdf v0.12.4
12962026-06-25T04:01:30.458Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12972026-06-25T04:01:30.478Z Checking universal-hash v0.5.1
12982026-06-25T04:01:30.608Z Checking crypto-bigint v0.5.5
12992026-06-25T04:01:30.650Z Checking chacha20 v0.10.0
13002026-06-25T04:01:30.745Z Checking half v2.7.1
13012026-06-25T04:01:31.005Z Checking cstr-argument v0.1.2
13022026-06-25T04:01:31.133Z Checking indent_write v2.2.0
13032026-06-25T04:01:31.191Z Checking ciborium-io v0.2.2
13042026-06-25T04:01:31.195Z Checking base64ct v1.8.3
13052026-06-25T04:01:31.268Z Checking opaque-debug v0.3.1
13062026-06-25T04:01:31.271Z Checking base16ct v0.2.0
13072026-06-25T04:01:31.307Z Checking ciborium-ll v0.2.2
13082026-06-25T04:01:31.344Z Checking poly1305 v0.8.0
13092026-06-25T04:01:31.452Z Checking password-hash v0.5.0
13102026-06-25T04:01:31.476Z Checking elliptic-curve v0.13.8
13112026-06-25T04:01:31.497Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
13122026-06-25T04:01:31.500Z Checking rand v0.10.1
13132026-06-25T04:01:31.580Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
13142026-06-25T04:01:31.668Z Checking chacha20 v0.9.1
13152026-06-25T04:01:31.688Z Checking atomicwrites v0.4.4
13162026-06-25T04:01:31.733Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13172026-06-25T04:01:31.753Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
13182026-06-25T04:01:31.815Z Checking blake2 v0.10.6
13192026-06-25T04:01:31.858Z Checking aead v0.5.2
13202026-06-25T04:01:31.977Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
13212026-06-25T04:01:31.998Z Checking thiserror-no-std v2.0.2
13222026-06-25T04:01:32.018Z Checking hubpack v0.1.2
13232026-06-25T04:01:32.035Z Checking byte-wrapper v0.1.0
13242026-06-25T04:01:32.093Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
13252026-06-25T04:01:32.219Z Checking keccak v0.1.6
13262026-06-25T04:01:32.240Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13272026-06-25T04:01:32.343Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
13282026-06-25T04:01:32.379Z Checking sha3 v0.10.9
13292026-06-25T04:01:32.488Z Checking vsss-rs v3.3.4
13302026-06-25T04:01:32.583Z Checking argon2 v0.5.3
13312026-06-25T04:01:32.637Z Checking chacha20poly1305 v0.10.1
13322026-06-25T04:01:32.657Z Checking ciborium v0.2.2
13332026-06-25T04:01:32.775Z Checking similar v2.7.0
13342026-06-25T04:01:32.947Z Checking memmap v0.7.0
13352026-06-25T04:01:32.953Z Checking lazy_static v1.5.0
13362026-06-25T04:01:33.095Z Checking usdt v0.5.0
13372026-06-25T04:01:33.110Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13382026-06-25T04:01:33.258Z Checking crossbeam-deque v0.8.6
13392026-06-25T04:01:33.431Z Checking ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
13402026-06-25T04:01:33.452Z Checking unicode-segmentation v1.13.3
13412026-06-25T04:01:33.613Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13422026-06-25T04:01:33.800Z Checking bytecount v0.6.9
13432026-06-25T04:01:33.841Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
13442026-06-25T04:01:33.910Z Checking newline-converter v0.3.0
13452026-06-25T04:01:33.991Z Checking console v0.15.11
13462026-06-25T04:01:34.022Z Checking itertools v0.12.1
13472026-06-25T04:01:34.025Z Checking progenitor v0.14.0
13482026-06-25T04:01:34.199Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
13492026-06-25T04:01:34.284Z Checking swrite v0.1.0
13502026-06-25T04:01:34.380Z Compiling parking_lot_core v0.8.6
13512026-06-25T04:01:34.445Z Checking resolv-conf v0.7.6
13522026-06-25T04:01:34.445Z Checking linked-hash-map v0.5.6
13532026-06-25T04:01:34.607Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13542026-06-25T04:01:34.629Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
13552026-06-25T04:01:34.650Z Checking lru-cache v0.1.2
13562026-06-25T04:01:34.696Z Checking expectorate v1.2.0
13572026-06-25T04:01:34.770Z Checking rayon v1.12.0
13582026-06-25T04:01:34.825Z Checking ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
13592026-06-25T04:01:35.026Z Checking hickory-proto v0.24.4
13602026-06-25T04:01:35.373Z Checking progenitor-client v0.13.0
13612026-06-25T04:01:35.408Z Checking camino-tempfile v1.4.1
13622026-06-25T04:01:35.720Z Checking serde-big-array v0.5.1
13632026-06-25T04:01:35.806Z Checking siphasher v1.0.3
13642026-06-25T04:01:35.859Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
13652026-06-25T04:01:35.970Z Checking phf_shared v0.12.1
13662026-06-25T04:01:36.043Z Checking progenitor v0.13.0
13672026-06-25T04:01:36.216Z Checking unicode-normalization v0.1.25
13682026-06-25T04:01:36.442Z Checking pin-project v1.1.13
13692026-06-25T04:01:36.493Z Checking num_enum v0.5.11
13702026-06-25T04:01:36.570Z Checking hickory-resolver v0.24.4
13712026-06-25T04:01:36.782Z Checking tokio-stream v0.1.18
13722026-06-25T04:01:37.042Z Checking csv-core v0.1.13
13732026-06-25T04:01:37.158Z Checking highway v1.3.0
13742026-06-25T04:01:37.201Z Checking smawk v0.3.2
13752026-06-25T04:01:37.226Z Checking foreign-types-shared v0.1.1
13762026-06-25T04:01:37.247Z Checking same-file v1.0.6
13772026-06-25T04:01:37.316Z Checking konst_macro_rules v0.2.19
13782026-06-25T04:01:37.336Z Checking foldhash v0.1.5
13792026-06-25T04:01:37.339Z Checking unicode-linebreak v0.1.5
13802026-06-25T04:01:37.395Z Checking unicode-width v0.1.14
13812026-06-25T04:01:37.462Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13822026-06-25T04:01:37.483Z Checking konst v0.2.20
13832026-06-25T04:01:37.501Z Checking hashbrown v0.15.5
13842026-06-25T04:01:37.549Z Checking textwrap v0.16.2
13852026-06-25T04:01:37.647Z Checking walkdir v2.5.0
13862026-06-25T04:01:37.686Z Checking foreign-types v0.3.2
13872026-06-25T04:01:37.768Z Checking qorb v0.4.1
13882026-06-25T04:01:37.788Z Checking csv v1.4.0
13892026-06-25T04:01:38.172Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13902026-06-25T04:01:38.332Z Checking olpc-cjson v0.1.4
13912026-06-25T04:01:38.467Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
13922026-06-25T04:01:38.487Z Checking snafu v0.8.9
13932026-06-25T04:01:38.651Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
13942026-06-25T04:01:38.734Z Checking phf v0.12.1
13952026-06-25T04:01:38.897Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13962026-06-25T04:01:38.918Z Checking zone v0.3.1
13972026-06-25T04:01:39.155Z Checking tokio-dtrace v0.1.1
13982026-06-25T04:01:39.277Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13992026-06-25T04:01:39.345Z Checking globset v0.4.18
14002026-06-25T04:01:39.605Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
14012026-06-25T04:01:39.927Z Checking smf v0.2.3
14022026-06-25T04:01:40.034Z Checking pem v3.0.6
14032026-06-25T04:01:40.162Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
14042026-06-25T04:01:40.197Z Checking libsw-core v0.3.2
14052026-06-25T04:01:40.341Z Checking serde_plain v1.0.2
14062026-06-25T04:01:40.344Z Checking sigpipe v0.1.3
14072026-06-25T04:01:40.389Z Checking glob v0.3.3
14082026-06-25T04:01:40.492Z Checking typed-path v0.9.3
14092026-06-25T04:01:40.543Z Checking jiff v0.2.28
14102026-06-25T04:01:40.571Z Checking fixedbitset v0.5.7
14112026-06-25T04:01:40.660Z Checking fixedbitset v0.4.2
14122026-06-25T04:01:40.771Z Checking petgraph v0.8.3
14132026-06-25T04:01:40.810Z Checking petgraph v0.6.5
14142026-06-25T04:01:41.198Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
14152026-06-25T04:01:41.260Z Checking tough v0.22.0
14162026-06-25T04:01:41.561Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14172026-06-25T04:01:41.601Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14182026-06-25T04:01:41.757Z Checking libsw v3.5.0
14192026-06-25T04:01:42.063Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14202026-06-25T04:01:42.131Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
14212026-06-25T04:01:42.152Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
14222026-06-25T04:01:42.235Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14232026-06-25T04:01:42.288Z Checking oxide-tokio-rt v0.1.6
14242026-06-25T04:01:42.468Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14252026-06-25T04:01:42.576Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14262026-06-25T04:01:42.653Z Checking const_format v0.2.36
14272026-06-25T04:01:42.694Z Checking papergrid v0.11.0
14282026-06-25T04:01:42.761Z Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14292026-06-25T04:01:43.155Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14302026-06-25T04:01:43.174Z Checking gethostname v0.5.0
14312026-06-25T04:01:43.197Z Checking key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14322026-06-25T04:01:43.270Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
14332026-06-25T04:01:43.329Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
14342026-06-25T04:01:43.494Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14352026-06-25T04:01:43.823Z Checking libscf-sys v1.2.0
14362026-06-25T04:01:43.993Z Checking bcs v0.1.6
14372026-06-25T04:01:44.096Z Checking tagptr v0.2.0
14382026-06-25T04:01:44.157Z Checking termtree v0.5.1
14392026-06-25T04:01:44.177Z Checking whoami v1.6.1
14402026-06-25T04:01:44.197Z Checking linear-map v1.2.0
14412026-06-25T04:01:44.251Z Checking moka v0.12.15
14422026-06-25T04:01:44.372Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14432026-06-25T04:01:44.796Z Checking nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14442026-06-25T04:01:45.609Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14452026-06-25T04:01:45.848Z Checking tabled v0.15.0
14462026-06-25T04:01:46.077Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14472026-06-25T04:01:46.165Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14482026-06-25T04:01:46.185Z Checking bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14492026-06-25T04:01:46.208Z Checking steno v0.4.1
14502026-06-25T04:01:46.765Z Checking hickory-proto v0.25.2
14512026-06-25T04:01:48.285Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
14522026-06-25T04:01:48.363Z Checking hickory-resolver v0.25.2
14532026-06-25T04:01:48.410Z Checking oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14542026-06-25T04:01:49.015Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14552026-06-25T04:01:49.244Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
14562026-06-25T04:01:49.763Z Checking ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
14572026-06-25T04:01:53.594Z Checking nom v8.0.0
14582026-06-25T04:01:53.641Z Compiling proc-macro-error-attr2 v2.0.0
14592026-06-25T04:01:53.701Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14602026-06-25T04:01:54.389Z Compiling proc-macro-error2 v2.0.1
14612026-06-25T04:01:57.305Z Compiling crunchy v0.2.4
14622026-06-25T04:01:59.129Z Checking mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
14632026-06-25T04:01:59.321Z Compiling tabled_derive v0.11.0
14642026-06-25T04:02:00.105Z Compiling tiny-keccak v2.0.2
14652026-06-25T04:02:00.213Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
14662026-06-25T04:02:00.609Z Compiling typify-impl v0.4.3
14672026-06-25T04:02:00.671Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
14682026-06-25T04:02:00.734Z Checking client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
14692026-06-25T04:02:00.824Z Checking parking_lot v0.11.2
14702026-06-25T04:02:00.885Z Compiling const-random-macro v0.1.16
14712026-06-25T04:02:01.311Z Checking fxhash v0.2.1
14722026-06-25T04:02:01.352Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14732026-06-25T04:02:01.373Z Compiling ahash v0.8.12
14742026-06-25T04:02:01.438Z Checking sled v0.34.7
14752026-06-25T04:02:01.649Z Compiling smartstring v1.0.1
14762026-06-25T04:02:02.354Z Checking internet-checksum v0.2.1
14772026-06-25T04:02:02.457Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd7749d9dd18f39e065781147cbf51d39930ceca#cd7749d9)
14782026-06-25T04:02:02.698Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd7749d9dd18f39e065781147cbf51d39930ceca#cd7749d9)
14792026-06-25T04:02:02.719Z Compiling rhai_codegen v3.2.0
14802026-06-25T04:02:02.778Z Checking arc-swap v1.9.1
14812026-06-25T04:02:03.093Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14822026-06-25T04:02:03.115Z Checking slog-scope v4.4.1
14832026-06-25T04:02:03.261Z Checking papergrid v0.18.0
14842026-06-25T04:02:03.440Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
14852026-06-25T04:02:03.696Z Checking mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
14862026-06-25T04:02:03.966Z Compiling typify-macro v0.4.3
14872026-06-25T04:02:03.988Z Checking testing_table v0.3.0
14882026-06-25T04:02:04.058Z Checking dropshot-api-manager-types v0.7.2
14892026-06-25T04:02:04.217Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
14902026-06-25T04:02:04.428Z Checking tabled v0.21.0
14912026-06-25T04:02:04.452Z Checking ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
14922026-06-25T04:02:05.024Z Checking mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
14932026-06-25T04:02:05.096Z Checking slog-stdlog v4.1.1
14942026-06-25T04:02:05.150Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
14952026-06-25T04:02:05.228Z Compiling lzma-sys v0.1.20
14962026-06-25T04:02:05.382Z Checking rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
14972026-06-25T04:02:05.459Z Compiling fs-err v3.3.0
14982026-06-25T04:02:05.478Z Compiling typify v0.4.3
14992026-06-25T04:02:05.581Z Compiling progenitor-impl v0.10.0
15002026-06-25T04:02:05.601Z Compiling typeid v1.0.3
15012026-06-25T04:02:05.829Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
15022026-06-25T04:02:05.849Z Checking slog-envlogger v2.2.0
15032026-06-25T04:02:06.595Z Compiling toml_datetime v0.7.5+spec-1.1.0
15042026-06-25T04:02:06.660Z Checking crc8 v0.1.1
15052026-06-25T04:02:06.788Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
15062026-06-25T04:02:06.877Z Compiling toml v0.9.12+spec-1.1.0
15072026-06-25T04:02:07.024Z Checking const-random v0.1.18
15082026-06-25T04:02:07.498Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd7749d9dd18f39e065781147cbf51d39930ceca#cd7749d9)
15092026-06-25T04:02:07.592Z Compiling progenitor-macro v0.10.0
15102026-06-25T04:02:07.764Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd7749d9dd18f39e065781147cbf51d39930ceca#cd7749d9)
15112026-06-25T04:02:07.806Z Compiling cargo_toml v0.22.3
15122026-06-25T04:02:09.029Z Checking ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
15132026-06-25T04:02:09.786Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
15142026-06-25T04:02:10.232Z Checking thin-vec v0.2.18
15152026-06-25T04:02:10.466Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
15162026-06-25T04:02:10.486Z Checking rhai v1.25.1
15172026-06-25T04:02:11.314Z Checking sha1 v0.10.6
15182026-06-25T04:02:11.539Z Checking utf-8 v0.7.6
15192026-06-25T04:02:11.709Z Checking tungstenite v0.21.0
15202026-06-25T04:02:12.137Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd7749d9dd18f39e065781147cbf51d39930ceca#cd7749d9)
15212026-06-25T04:02:13.134Z Checking ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
15222026-06-25T04:02:13.159Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
15232026-06-25T04:02:13.240Z Checking sha2 v0.10.9
15242026-06-25T04:02:13.432Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
15252026-06-25T04:02:13.558Z Checking yansi v1.0.1
15262026-06-25T04:02:13.704Z Checking diff v0.1.13
15272026-06-25T04:02:13.710Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
15282026-06-25T04:02:13.777Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd7749d9dd18f39e065781147cbf51d39930ceca#cd7749d9)
15292026-06-25T04:02:13.827Z Checking pretty_assertions v1.4.1
15302026-06-25T04:02:13.972Z Checking progenitor v0.10.0
15312026-06-25T04:02:14.093Z Checking tokio-tungstenite v0.21.0
15322026-06-25T04:02:15.147Z Checking console v0.16.3
15332026-06-25T04:02:15.196Z Checking git-stub v1.0.0
15342026-06-25T04:02:15.452Z Checking is_ci v1.2.0
15352026-06-25T04:02:15.473Z Checking unit-prefix v0.5.2
15362026-06-25T04:02:15.578Z Checking base64 v0.21.7
15372026-06-25T04:02:15.701Z Checking indicatif v0.18.4
15382026-06-25T04:02:15.712Z Checking supports-color v3.0.2
15392026-06-25T04:02:15.815Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
15402026-06-25T04:02:16.561Z Checking git-stub-vcs v0.1.0
15412026-06-25T04:02:16.776Z Checking xz2 v0.1.7
15422026-06-25T04:02:16.990Z Checking ron v0.12.1
15432026-06-25T04:02:18.295Z Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
15442026-06-25T04:02:18.303Z Checking mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
15452026-06-25T04:02:18.303Z Checking mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
15462026-06-25T04:02:18.303Z Checking bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
15472026-06-25T04:02:18.303Z Checking drift v0.2.0
15482026-06-25T04:02:18.303Z Compiling serial_test_derive v3.5.0
15492026-06-25T04:02:18.375Z Checking base16ct v1.0.0
15502026-06-25T04:02:18.976Z Checking ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
15512026-06-25T04:02:18.998Z Checking serial_test v3.5.0
15522026-06-25T04:02:19.181Z Checking dropshot-api-manager v0.7.2
15532026-06-25T04:02:19.781Z Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
15542026-06-25T04:02:20.189Z Checking mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
15552026-06-25T04:02:20.759Z Checking bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
15562026-06-25T04:02:20.910Z Checking util v0.1.0 (/work/oxidecomputer/maghemite/util)
15572026-06-25T04:02:21.593Z Checking natord v1.0.9
15582026-06-25T04:02:21.782Z Checking ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
15592026-06-25T04:02:22.050Z Checking maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
15602026-06-25T04:02:22.147Z Checking mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
15612026-06-25T04:02:22.375Z Checking ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
15622026-06-25T04:02:22.630Z Checking xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
15632026-06-25T04:02:22.903Z Checking mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify)
15642026-06-25T04:02:23.041Z Checking mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
15652026-06-25T04:02:23.099Z Checking mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
15662026-06-25T04:02:23.227Z Checking falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab)
15672026-06-25T04:02:31.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 34s
15682026-06-25T04:02:31.536Z+ cargo xtask openapi check
15692026-06-25T04:02:32.154Z Compiling cfg-if v1.0.4
15702026-06-25T04:02:32.253Z Compiling libc v0.2.186
15712026-06-25T04:02:32.253Z Compiling serde_core v1.0.228
15722026-06-25T04:02:32.264Z Compiling memchr v2.8.1
15732026-06-25T04:02:32.269Z Compiling itoa v1.0.18
15742026-06-25T04:02:32.277Z Compiling smallvec v1.15.1
15752026-06-25T04:02:32.286Z Compiling stable_deref_trait v1.2.1
15762026-06-25T04:02:32.295Z Compiling zerofrom v0.1.8
15772026-06-25T04:02:32.307Z Compiling zmij v1.0.21
15782026-06-25T04:02:32.357Z Compiling litemap v0.8.2
15792026-06-25T04:02:32.409Z Compiling yoke v0.8.3
15802026-06-25T04:02:32.443Z Compiling writeable v0.6.3
15812026-06-25T04:02:32.476Z Compiling utf8_iter v1.0.4
15822026-06-25T04:02:32.539Z Compiling percent-encoding v2.3.2
15832026-06-25T04:02:32.572Z Compiling zerovec v0.11.6
15842026-06-25T04:02:32.592Z Compiling zerotrie v0.2.4
15852026-06-25T04:02:32.653Z Compiling icu_normalizer_data v2.2.0
15862026-06-25T04:02:32.653Z Compiling icu_properties_data v2.2.0
15872026-06-25T04:02:32.728Z Compiling libm v0.2.16
15882026-06-25T04:02:32.731Z Compiling form_urlencoded v1.2.2
15892026-06-25T04:02:32.747Z Compiling rand_core v0.10.1
15902026-06-25T04:02:32.800Z Compiling errno v0.3.14
15912026-06-25T04:02:32.902Z Compiling getrandom v0.4.2
15922026-06-25T04:02:32.916Z Compiling iana-time-zone v0.1.65
15932026-06-25T04:02:32.929Z Compiling pin-project-lite v0.2.17
15942026-06-25T04:02:32.941Z Compiling zeroize v1.8.2
15952026-06-25T04:02:32.954Z Compiling dyn-clone v1.0.20
15962026-06-25T04:02:33.017Z Compiling scopeguard v1.2.0
15972026-06-25T04:02:33.083Z Compiling tinystr v0.8.3
15982026-06-25T04:02:33.094Z Compiling potential_utf v0.1.5
15992026-06-25T04:02:33.108Z Compiling lock_api v0.4.14
16002026-06-25T04:02:33.124Z Compiling socket2 v0.6.4
16012026-06-25T04:02:33.134Z Compiling parking_lot_core v0.9.12
16022026-06-25T04:02:33.144Z Compiling signal-hook-registry v1.4.8
16032026-06-25T04:02:33.258Z Compiling icu_locale_core v2.2.0
16042026-06-25T04:02:33.292Z Compiling icu_collections v2.2.0
16052026-06-25T04:02:33.332Z Compiling parking_lot v0.12.5
16062026-06-25T04:02:33.430Z Compiling mio v1.2.1
16072026-06-25T04:02:33.443Z Compiling portable-atomic v1.13.1
16082026-06-25T04:02:33.563Z Compiling num-traits v0.2.19
16092026-06-25T04:02:33.713Z Compiling futures-core v0.3.32
16102026-06-25T04:02:33.823Z Compiling thiserror v2.0.18
16112026-06-25T04:02:33.871Z Compiling critical-section v1.2.0
16122026-06-25T04:02:33.927Z Compiling subtle v2.6.1
16132026-06-25T04:02:33.930Z Compiling equivalent v1.0.2
16142026-06-25T04:02:33.950Z Compiling serde v1.0.228
16152026-06-25T04:02:33.958Z Compiling serde_json v1.0.150
16162026-06-25T04:02:33.978Z Compiling icu_provider v2.2.0
16172026-06-25T04:02:34.021Z Compiling uuid v1.23.2
16182026-06-25T04:02:34.093Z Compiling semver v1.0.28
16192026-06-25T04:02:34.118Z Compiling bitflags v2.12.1
16202026-06-25T04:02:34.184Z Compiling once_cell v1.21.4
16212026-06-25T04:02:34.297Z Compiling icu_properties v2.2.0
16222026-06-25T04:02:34.355Z Compiling icu_normalizer v2.2.0
16232026-06-25T04:02:34.355Z Compiling zerocopy v0.8.50
16242026-06-25T04:02:34.396Z Compiling bytes v1.11.1
16252026-06-25T04:02:34.422Z Compiling chrono v0.4.45
16262026-06-25T04:02:34.449Z Compiling futures-sink v0.3.32
16272026-06-25T04:02:34.452Z Compiling log v0.4.32
16282026-06-25T04:02:34.552Z Compiling typenum v1.20.1
16292026-06-25T04:02:34.646Z Compiling slab v0.4.12
16302026-06-25T04:02:34.827Z Compiling slog v2.8.2
16312026-06-25T04:02:34.844Z Compiling tokio v1.52.3
16322026-06-25T04:02:34.924Z Compiling futures-channel v0.3.32
16332026-06-25T04:02:35.024Z Compiling getrandom v0.2.17
16342026-06-25T04:02:35.041Z Compiling futures-task v0.3.32
16352026-06-25T04:02:35.143Z Compiling futures-io v0.3.32
16362026-06-25T04:02:35.212Z Compiling idna_adapter v1.2.2
16372026-06-25T04:02:35.222Z Compiling rand_core v0.6.4
16382026-06-25T04:02:35.307Z Compiling futures-util v0.3.32
16392026-06-25T04:02:35.353Z Compiling idna v1.1.0
16402026-06-25T04:02:35.366Z Compiling hashbrown v0.17.1
16412026-06-25T04:02:35.431Z Compiling tracing-core v0.1.36
16422026-06-25T04:02:35.450Z Compiling base64 v0.22.1
16432026-06-25T04:02:35.786Z Compiling url v2.5.8
16442026-06-25T04:02:35.913Z Compiling indexmap v2.14.0
16452026-06-25T04:02:35.925Z Compiling tracing v0.1.44
16462026-06-25T04:02:36.019Z Compiling http v1.4.1
16472026-06-25T04:02:36.079Z Compiling unicode-ident v1.0.24
16482026-06-25T04:02:36.162Z Compiling fnv v1.0.7
16492026-06-25T04:02:36.204Z Compiling proc-macro2 v1.0.106
16502026-06-25T04:02:36.260Z Compiling byteorder v1.5.0
16512026-06-25T04:02:36.489Z Compiling schemars v0.8.22
16522026-06-25T04:02:36.542Z Compiling ipnet v2.12.0
16532026-06-25T04:02:36.613Z Compiling quote v1.0.45
16542026-06-25T04:02:36.896Z Compiling syn v2.0.117
16552026-06-25T04:02:36.908Z Compiling erased-serde v0.3.31
16562026-06-25T04:02:36.965Z Compiling rustls-pki-types v1.14.1
16572026-06-25T04:02:37.051Z Compiling http-body v1.0.1
16582026-06-25T04:02:37.210Z Compiling ppv-lite86 v0.2.21
16592026-06-25T04:02:37.333Z Compiling ipnetwork v0.21.1
16602026-06-25T04:02:37.452Z Compiling thiserror v1.0.69
16612026-06-25T04:02:37.536Z Compiling aws-lc-sys v0.41.0
16622026-06-25T04:02:37.557Z Compiling oxnet v0.1.6
16632026-06-25T04:02:37.577Z Compiling untrusted v0.7.1
16642026-06-25T04:02:37.749Z Compiling atomic-waker v1.1.2
16652026-06-25T04:02:37.793Z Compiling httparse v1.10.1
16662026-06-25T04:02:37.844Z Compiling tower-layer v0.3.3
16672026-06-25T04:02:37.856Z Compiling tower-service v0.3.3
16682026-06-25T04:02:37.876Z Compiling try-lock v0.2.5
16692026-06-25T04:02:37.951Z Compiling pretty-hex v0.4.2
16702026-06-25T04:02:37.986Z Compiling untrusted v0.9.0
16712026-06-25T04:02:38.007Z Compiling ryu v1.0.23
16722026-06-25T04:02:38.044Z Compiling aws-lc-rs v1.17.0
16732026-06-25T04:02:38.089Z Compiling rustls v0.23.40
16742026-06-25T04:02:38.105Z Compiling want v0.3.1
16752026-06-25T04:02:38.116Z Compiling rustix v1.1.4
16762026-06-25T04:02:38.156Z Compiling plain v0.2.3
16772026-06-25T04:02:38.192Z Compiling httpdate v1.0.3
16782026-06-25T04:02:38.268Z Compiling omicron-workspace-hack v0.1.0
16792026-06-25T04:02:38.279Z Compiling getrandom v0.3.4
16802026-06-25T04:02:38.338Z Compiling ucd-trie v0.1.7
16812026-06-25T04:02:38.353Z Compiling regex-syntax v0.8.10
16822026-06-25T04:02:38.441Z Compiling rand_core v0.9.5
16832026-06-25T04:02:38.464Z Compiling crossbeam-utils v0.8.21
16842026-06-25T04:02:38.632Z Compiling tokio-util v0.7.18
16852026-06-25T04:02:38.670Z Compiling pest v2.8.6
16862026-06-25T04:02:38.978Z Compiling serde_urlencoded v0.7.1
16872026-06-25T04:02:39.233Z Compiling h2 v0.4.14
16882026-06-25T04:02:39.354Z Compiling rustls-webpki v0.103.13
16892026-06-25T04:02:39.369Z Compiling newtype-uuid v1.3.2
16902026-06-25T04:02:39.480Z Compiling http-body-util v0.1.3
16912026-06-25T04:02:39.700Z Compiling hex v0.4.3
16922026-06-25T04:02:39.728Z Compiling foldhash v0.2.0
16932026-06-25T04:02:39.963Z Compiling allocator-api2 v0.2.21
16942026-06-25T04:02:39.986Z Compiling daft v0.1.7
16952026-06-25T04:02:40.257Z Compiling hashbrown v0.16.1
16962026-06-25T04:02:40.287Z Compiling rand_chacha v0.9.0
16972026-06-25T04:02:40.308Z Compiling fastrand v2.4.1
16982026-06-25T04:02:40.581Z Compiling rand v0.9.4
16992026-06-25T04:02:40.673Z Compiling sync_wrapper v1.0.2
17002026-06-25T04:02:40.783Z Compiling tower v0.5.3
17012026-06-25T04:02:40.804Z Compiling generic-array v0.14.7
17022026-06-25T04:02:40.840Z Compiling anyhow v1.0.102
17032026-06-25T04:02:40.853Z Compiling aho-corasick v1.1.4
17042026-06-25T04:02:40.976Z Compiling powerfmt v0.2.0
17052026-06-25T04:02:41.189Z Compiling tower-http v0.6.11
17062026-06-25T04:02:41.192Z Compiling deranged v0.5.8
17072026-06-25T04:02:41.214Z Compiling tempfile v3.27.0
17082026-06-25T04:02:41.257Z Compiling futures-executor v0.3.32
17092026-06-25T04:02:41.297Z Compiling hyper v1.10.1
17102026-06-25T04:02:41.531Z Compiling camino v1.2.2
17112026-06-25T04:02:41.605Z Compiling openapiv3 v2.2.0
17122026-06-25T04:02:41.617Z Compiling num-conv v0.2.2
17132026-06-25T04:02:41.770Z Compiling regex-automata v0.4.14
17142026-06-25T04:02:41.942Z Compiling openssl-probe v0.2.1
17152026-06-25T04:02:42.134Z Compiling time-core v0.1.8
17162026-06-25T04:02:42.179Z Compiling num_threads v0.1.7
17172026-06-25T04:02:42.182Z Compiling cpufeatures v0.3.0
17182026-06-25T04:02:42.265Z Compiling time v0.3.47
17192026-06-25T04:02:42.280Z Compiling rustls-native-certs v0.8.4
17202026-06-25T04:02:42.283Z Compiling futures v0.3.32
17212026-06-25T04:02:42.360Z Compiling hyper-util v0.1.20
17222026-06-25T04:02:42.662Z Compiling scroll v0.13.0
17232026-06-25T04:02:42.717Z Compiling hybrid-array v0.4.12
17242026-06-25T04:02:42.938Z Compiling tokio-rustls v0.26.4
17252026-06-25T04:02:42.988Z Compiling winnow v1.0.3
17262026-06-25T04:02:43.189Z Compiling simd-adler32 v0.3.9
17272026-06-25T04:02:43.212Z Compiling adler2 v2.0.1
17282026-06-25T04:02:43.239Z Compiling goblin v0.10.7
17292026-06-25T04:02:43.351Z Compiling miniz_oxide v0.8.9
17302026-06-25T04:02:43.396Z Compiling rustls-platform-verifier v0.7.0
17312026-06-25T04:02:43.634Z Compiling hyper-rustls v0.27.9
17322026-06-25T04:02:43.935Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17332026-06-25T04:02:44.008Z Compiling crossbeam-channel v0.5.15
17342026-06-25T04:02:44.019Z Compiling crc32fast v1.5.0
17352026-06-25T04:02:44.063Z Compiling reqwest v0.13.4
17362026-06-25T04:02:44.105Z Compiling regex v1.12.3
17372026-06-25T04:02:44.206Z Compiling flate2 v1.1.9
17382026-06-25T04:02:44.424Z Compiling block-buffer v0.12.0
17392026-06-25T04:02:44.480Z Compiling crypto-common v0.2.2
17402026-06-25T04:02:44.560Z Compiling crypto-common v0.1.7
17412026-06-25T04:02:44.594Z Compiling dtrace-parser v0.3.0
17422026-06-25T04:02:44.628Z Compiling rand_chacha v0.3.1
17432026-06-25T04:02:44.693Z Compiling thread-id v5.1.0
17442026-06-25T04:02:44.780Z Compiling thread_local v1.1.9
17452026-06-25T04:02:45.033Z Compiling const-oid v0.10.2
17462026-06-25T04:02:45.041Z Compiling compression-core v0.4.32
17472026-06-25T04:02:45.050Z Compiling match_cfg v0.1.0
17482026-06-25T04:02:45.124Z Compiling debug-ignore v1.0.5
17492026-06-25T04:02:45.194Z Compiling digest v0.11.3
17502026-06-25T04:02:45.231Z Compiling compression-codecs v0.4.38
17512026-06-25T04:02:45.242Z Compiling hostname v0.3.1
17522026-06-25T04:02:45.365Z Compiling rand v0.8.6
17532026-06-25T04:02:45.378Z Compiling toml_parser v1.1.2+spec-1.1.0
17542026-06-25T04:02:45.378Z Compiling slog-json v2.6.1
17552026-06-25T04:02:45.381Z Compiling ref-cast v1.0.25
17562026-06-25T04:02:45.480Z Compiling strum v0.26.3
17572026-06-25T04:02:45.491Z Compiling macaddr v1.0.1
17582026-06-25T04:02:45.525Z Compiling serde_spanned v1.1.1
17592026-06-25T04:02:45.597Z Compiling toml_datetime v1.1.1+spec-1.1.0
17602026-06-25T04:02:45.612Z Compiling wait-timeout v0.2.1
17612026-06-25T04:02:45.676Z Compiling memmap2 v0.9.10
17622026-06-25T04:02:45.715Z Compiling is-terminal v0.4.17
17632026-06-25T04:02:45.816Z Compiling encoding_rs v0.8.35
17642026-06-25T04:02:45.899Z Compiling spin v0.9.8
17652026-06-25T04:02:45.902Z Compiling quick-error v1.2.3
17662026-06-25T04:02:45.921Z Compiling mime v0.3.17
17672026-06-25T04:02:46.009Z Compiling dof v0.4.0
17682026-06-25T04:02:46.020Z Compiling bit-vec v0.8.0
17692026-06-25T04:02:46.023Z Compiling term v1.2.1
17702026-06-25T04:02:46.048Z Compiling either v1.16.0
17712026-06-25T04:02:46.194Z Compiling take_mut v0.2.2
17722026-06-25T04:02:46.254Z Compiling toml_writer v1.1.1+spec-1.1.0
17732026-06-25T04:02:46.254Z Compiling bit-set v0.8.0
17742026-06-25T04:02:46.304Z Compiling slog-term v2.9.2
17752026-06-25T04:02:46.426Z Compiling toml v1.1.2+spec-1.1.0
17762026-06-25T04:02:46.468Z Compiling slog-async v2.8.0
17772026-06-25T04:02:46.685Z Compiling rusty-fork v0.3.1
17782026-06-25T04:02:46.868Z Compiling usdt-impl v0.6.0
17792026-06-25T04:02:46.969Z Compiling multer v3.1.0
17802026-06-25T04:02:47.033Z Compiling slog-bunyan v2.5.0
17812026-06-25T04:02:47.177Z Compiling async-compression v0.4.42
17822026-06-25T04:02:47.299Z Compiling usdt v0.6.0
17832026-06-25T04:02:47.460Z Compiling sha1 v0.11.0
17842026-06-25T04:02:47.496Z Compiling serde_with v3.20.0
17852026-06-25T04:02:47.508Z Compiling async-stream v0.3.6
17862026-06-25T04:02:47.535Z Compiling rand_xorshift v0.4.0
17872026-06-25T04:02:47.596Z Compiling waitgroup v0.1.2
17882026-06-25T04:02:47.704Z Compiling rustls-pemfile v2.2.0
17892026-06-25T04:02:47.726Z Compiling serde_path_to_error v0.1.20
17902026-06-25T04:02:47.750Z Compiling hostname v0.4.2
17912026-06-25T04:02:47.763Z Compiling unarray v0.1.4
17922026-06-25T04:02:47.803Z Compiling strum v0.27.2
17932026-06-25T04:02:47.865Z Compiling proptest v1.11.0
17942026-06-25T04:02:47.877Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17952026-06-25T04:02:47.888Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
17962026-06-25T04:02:47.903Z Compiling progenitor-client v0.14.0
17972026-06-25T04:02:47.934Z Compiling iddqd v0.4.2
17982026-06-25T04:02:48.005Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17992026-06-25T04:02:48.027Z Compiling dropshot v0.17.1
18002026-06-25T04:02:48.063Z Compiling reqwest v0.12.28
18012026-06-25T04:02:48.088Z Compiling block-buffer v0.10.4
18022026-06-25T04:02:48.196Z Compiling backon v1.6.0
18032026-06-25T04:02:48.240Z Compiling instant v0.1.13
18042026-06-25T04:02:48.253Z Compiling digest v0.10.7
18052026-06-25T04:02:48.351Z Compiling progenitor-extras v0.2.0
18062026-06-25T04:02:48.402Z Compiling backoff v0.4.0
18072026-06-25T04:02:48.472Z Compiling itertools v0.14.0
18082026-06-25T04:02:48.589Z Compiling parse-display v0.10.0
18092026-06-25T04:02:48.618Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
18102026-06-25T04:02:48.913Z Compiling regress v0.10.5
18112026-06-25T04:02:49.208Z Compiling progenitor-client v0.10.0
18122026-06-25T04:02:49.296Z Compiling humantime v2.3.0
18132026-06-25T04:02:49.504Z Compiling cpufeatures v0.2.17
18142026-06-25T04:02:49.577Z Compiling unicode-width v0.2.2
18152026-06-25T04:02:49.591Z Compiling secrecy v0.10.3
18162026-06-25T04:02:49.698Z Compiling heck v0.5.0
18172026-06-25T04:02:49.750Z Compiling tinyvec_macros v0.1.1
18182026-06-25T04:02:49.824Z Compiling tinyvec v1.11.0
18192026-06-25T04:02:49.856Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
18202026-06-25T04:02:49.870Z Compiling num-integer v0.1.46
18212026-06-25T04:02:49.957Z Compiling scroll v0.12.0
18222026-06-25T04:02:50.168Z Compiling crucible-workspace-hack v0.1.0
18232026-06-25T04:02:50.192Z Compiling hmac v0.12.1
18242026-06-25T04:02:50.227Z Compiling inout v0.1.4
18252026-06-25T04:02:50.242Z Compiling ff v0.13.1
18262026-06-25T04:02:50.334Z Compiling utf8parse v0.2.2
18272026-06-25T04:02:50.374Z Compiling group v0.13.0
18282026-06-25T04:02:50.375Z Compiling cipher v0.4.4
18292026-06-25T04:02:50.417Z Compiling anstyle-parse v1.0.0
18302026-06-25T04:02:50.449Z Compiling hkdf v0.12.4
18312026-06-25T04:02:50.487Z Compiling goblin v0.8.2
18322026-06-25T04:02:50.599Z Compiling num-iter v0.1.45
18332026-06-25T04:02:50.599Z Compiling num-rational v0.4.2
18342026-06-25T04:02:50.732Z Compiling zerocopy v0.7.35
18352026-06-25T04:02:50.822Z Compiling universal-hash v0.5.1
18362026-06-25T04:02:50.961Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18372026-06-25T04:02:50.973Z Compiling crypto-bigint v0.5.5
18382026-06-25T04:02:51.146Z Compiling regress v0.11.1
18392026-06-25T04:02:51.290Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18402026-06-25T04:02:51.443Z Compiling terminal_size v0.4.4
18412026-06-25T04:02:51.593Z Compiling half v2.7.1
18422026-06-25T04:02:51.646Z Compiling num-complex v0.4.6
18432026-06-25T04:02:51.893Z Compiling anstyle v1.0.14
18442026-06-25T04:02:52.037Z Compiling is_terminal_polyfill v1.70.2
18452026-06-25T04:02:52.129Z Compiling anstyle-query v1.1.5
18462026-06-25T04:02:52.131Z Compiling base64ct v1.8.3
18472026-06-25T04:02:52.153Z Compiling colorchoice v1.0.5
18482026-06-25T04:02:52.246Z Compiling base16ct v0.2.0
18492026-06-25T04:02:52.272Z Compiling opaque-debug v0.3.1
18502026-06-25T04:02:52.302Z Compiling ciborium-io v0.2.2
18512026-06-25T04:02:52.346Z Compiling poly1305 v0.8.0
18522026-06-25T04:02:52.400Z Compiling ciborium-ll v0.2.2
18532026-06-25T04:02:52.412Z Compiling password-hash v0.5.0
18542026-06-25T04:02:52.452Z Compiling elliptic-curve v0.13.8
18552026-06-25T04:02:52.747Z Compiling dof v0.3.0
18562026-06-25T04:02:52.806Z Compiling typify-impl v0.6.2
18572026-06-25T04:02:52.861Z Compiling anstream v1.0.0
18582026-06-25T04:02:53.199Z Compiling num v0.4.3
18592026-06-25T04:02:53.281Z Compiling curve25519-dalek v4.1.3
18602026-06-25T04:02:53.546Z Compiling thiserror-no-std v2.0.2
18612026-06-25T04:02:53.642Z Compiling chacha20 v0.9.1
18622026-06-25T04:02:53.710Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
18632026-06-25T04:02:54.009Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18642026-06-25T04:02:54.231Z Compiling blake2 v0.10.6
18652026-06-25T04:02:54.321Z Compiling aead v0.5.2
18662026-06-25T04:02:54.367Z Compiling byte-wrapper v0.1.0
18672026-06-25T04:02:54.414Z Compiling dtrace-parser v0.2.0
18682026-06-25T04:02:54.433Z Compiling crossbeam-epoch v0.9.18
18692026-06-25T04:02:54.484Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18702026-06-25T04:02:54.687Z Compiling thread-id v4.2.2
18712026-06-25T04:02:54.707Z Compiling float-ord v0.3.2
18722026-06-25T04:02:54.722Z Compiling clap_lex v1.1.0
18732026-06-25T04:02:54.770Z Compiling strsim v0.11.1
18742026-06-25T04:02:54.782Z Compiling keccak v0.1.6
18752026-06-25T04:02:54.802Z Compiling usdt-impl v0.5.0
18762026-06-25T04:02:54.971Z Compiling clap_builder v4.6.0
18772026-06-25T04:02:55.018Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18782026-06-25T04:02:55.148Z Compiling sha3 v0.10.9
18792026-06-25T04:02:55.198Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18802026-06-25T04:02:55.442Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18812026-06-25T04:02:55.456Z Compiling chacha20poly1305 v0.10.1
18822026-06-25T04:02:55.594Z Compiling typify v0.6.2
18832026-06-25T04:02:55.707Z Compiling argon2 v0.5.3
18842026-06-25T04:02:56.227Z Compiling vsss-rs v3.3.4
18852026-06-25T04:02:56.503Z Compiling ciborium v0.2.2
18862026-06-25T04:02:56.679Z Compiling hash32 v0.3.1
18872026-06-25T04:02:56.846Z Compiling memmap v0.7.0
18882026-06-25T04:02:57.043Z Compiling indent_write v2.2.0
18892026-06-25T04:02:57.089Z Compiling data-encoding v2.11.0
18902026-06-25T04:02:57.201Z Compiling usdt v0.5.0
18912026-06-25T04:02:57.431Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18922026-06-25T04:02:57.458Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18932026-06-25T04:02:57.507Z Compiling heapless v0.8.0
18942026-06-25T04:02:57.536Z Compiling clap v4.6.1
18952026-06-25T04:02:57.556Z Compiling ingot-types v0.1.2
18962026-06-25T04:02:57.653Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18972026-06-25T04:02:57.958Z Compiling rustix v0.38.44
18982026-06-25T04:02:57.982Z Compiling tabwriter v1.4.1
18992026-06-25T04:02:58.006Z Compiling cobs v0.3.0
19002026-06-25T04:02:58.216Z Compiling bitflags v1.3.2
19012026-06-25T04:02:58.232Z Compiling managed v0.8.0
19022026-06-25T04:02:58.241Z Compiling postcard v1.1.3
19032026-06-25T04:02:58.290Z Compiling ingot v0.1.1
19042026-06-25T04:02:58.302Z Compiling memoffset v0.9.1
19052026-06-25T04:02:58.388Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19062026-06-25T04:02:58.452Z Compiling smoltcp v0.11.0
19072026-06-25T04:02:58.647Z Compiling serde_spanned v0.6.9
19082026-06-25T04:02:58.685Z Compiling toml_datetime v0.6.11
19092026-06-25T04:02:58.753Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19102026-06-25T04:02:58.878Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19112026-06-25T04:02:58.945Z Compiling resolv-conf v0.7.6
19122026-06-25T04:02:59.045Z Compiling winnow v0.7.15
19132026-06-25T04:02:59.306Z Compiling foreign-types-shared v0.3.1
19142026-06-25T04:02:59.405Z Compiling unicode-segmentation v1.13.3
19152026-06-25T04:02:59.476Z Compiling static_assertions v1.1.0
19162026-06-25T04:02:59.546Z Compiling colored v3.1.1
19172026-06-25T04:02:59.833Z Compiling toml_write v0.1.2
19182026-06-25T04:02:59.933Z Compiling linked-hash-map v0.5.6
19192026-06-25T04:03:00.041Z Compiling swrite v0.1.0
19202026-06-25T04:03:01.055Z Compiling lru-cache v0.1.2
19212026-06-25T04:03:01.081Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19222026-06-25T04:03:01.081Z Compiling newline-converter v0.3.0
19232026-06-25T04:03:01.081Z Compiling foreign-types v0.5.0
19242026-06-25T04:03:01.081Z Compiling atomicwrites v0.4.4
19252026-06-25T04:03:01.081Z Compiling hubpack v0.1.2
19262026-06-25T04:03:01.081Z Compiling toml_edit v0.22.27
19272026-06-25T04:03:01.081Z Compiling nix v0.31.3
19282026-06-25T04:03:01.081Z Compiling num_enum v0.7.6
19292026-06-25T04:03:01.081Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
19302026-06-25T04:03:01.081Z Compiling hickory-proto v0.24.4
19312026-06-25T04:03:01.087Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19322026-06-25T04:03:01.087Z Compiling crossbeam-deque v0.8.6
19332026-06-25T04:03:01.087Z Compiling console v0.15.11
19342026-06-25T04:03:01.087Z Compiling chacha20 v0.10.0
19352026-06-25T04:03:01.251Z Compiling camino-tempfile v1.4.1
19362026-06-25T04:03:01.270Z Compiling serde-big-array v0.5.1
19372026-06-25T04:03:01.417Z Compiling cstr-argument v0.1.2
19382026-06-25T04:03:01.491Z Compiling siphasher v1.0.3
19392026-06-25T04:03:01.571Z Compiling similar v2.7.0
19402026-06-25T04:03:01.585Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19412026-06-25T04:03:01.686Z Compiling phf_shared v0.12.1
19422026-06-25T04:03:01.842Z Compiling toml v0.8.23
19432026-06-25T04:03:01.863Z Compiling pin-project v1.1.13
19442026-06-25T04:03:02.167Z Compiling expectorate v1.2.0
19452026-06-25T04:03:02.325Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19462026-06-25T04:03:02.457Z Compiling hickory-resolver v0.24.4
19472026-06-25T04:03:02.479Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
19482026-06-25T04:03:02.841Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
19492026-06-25T04:03:02.975Z Compiling rand v0.10.1
19502026-06-25T04:03:03.191Z Compiling rayon-core v1.13.0
19512026-06-25T04:03:03.240Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
19522026-06-25T04:03:03.455Z Compiling num_enum v0.5.11
19532026-06-25T04:03:03.579Z Compiling progenitor-impl v0.13.0
19542026-06-25T04:03:03.676Z Compiling prettyplease v0.2.37
19552026-06-25T04:03:03.900Z Compiling unicode-normalization v0.1.25
19562026-06-25T04:03:04.046Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19572026-06-25T04:03:04.374Z Compiling progenitor-client v0.13.0
19582026-06-25T04:03:04.514Z Compiling tokio-stream v0.1.18
19592026-06-25T04:03:04.679Z Compiling bstr v1.12.1
19602026-06-25T04:03:04.806Z Compiling csv-core v0.1.13
19612026-06-25T04:03:04.943Z Compiling same-file v1.0.6
19622026-06-25T04:03:04.979Z Compiling foreign-types-shared v0.1.1
19632026-06-25T04:03:05.073Z Compiling foldhash v0.1.5
19642026-06-25T04:03:05.075Z Compiling highway v1.3.0
19652026-06-25T04:03:05.118Z Compiling konst_macro_rules v0.2.19
19662026-06-25T04:03:05.160Z Compiling unicode-width v0.1.14
19672026-06-25T04:03:05.224Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19682026-06-25T04:03:05.254Z Compiling konst v0.2.20
19692026-06-25T04:03:05.295Z Compiling hashbrown v0.15.5
19702026-06-25T04:03:05.416Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19712026-06-25T04:03:05.438Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19722026-06-25T04:03:05.469Z Compiling walkdir v2.5.0
19732026-06-25T04:03:05.489Z Compiling foreign-types v0.3.2
19742026-06-25T04:03:05.565Z Compiling globset v0.4.18
19752026-06-25T04:03:05.807Z Compiling csv v1.4.0
19762026-06-25T04:03:05.827Z Compiling qorb v0.4.1
19772026-06-25T04:03:06.341Z Compiling progenitor v0.13.0
19782026-06-25T04:03:06.368Z Compiling snafu v0.8.9
19792026-06-25T04:03:06.486Z Compiling olpc-cjson v0.1.4
19802026-06-25T04:03:06.716Z Compiling rayon v1.12.0
19812026-06-25T04:03:06.742Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
19822026-06-25T04:03:07.059Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19832026-06-25T04:03:07.076Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
19842026-06-25T04:03:07.490Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19852026-06-25T04:03:07.919Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19862026-06-25T04:03:08.095Z Compiling phf v0.12.1
19872026-06-25T04:03:08.255Z Compiling openssl-sys v0.9.116
19882026-06-25T04:03:08.479Z Compiling tokio-dtrace v0.1.1
19892026-06-25T04:03:08.529Z Compiling progenitor-impl v0.14.0
19902026-06-25T04:03:08.632Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19912026-06-25T04:03:08.683Z Compiling itertools v0.12.1
19922026-06-25T04:03:08.751Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
19932026-06-25T04:03:08.939Z Compiling libsw-core v0.3.2
19942026-06-25T04:03:08.961Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
19952026-06-25T04:03:09.114Z Compiling pem v3.0.6
19962026-06-25T04:03:09.202Z Compiling serde_plain v1.0.2
19972026-06-25T04:03:09.325Z Compiling sigpipe v0.1.3
19982026-06-25T04:03:09.415Z Compiling typed-path v0.9.3
19992026-06-25T04:03:09.427Z Compiling glob v0.3.3
20002026-06-25T04:03:09.475Z Compiling jiff v0.2.28
20012026-06-25T04:03:09.490Z Compiling minimal-lexical v0.2.1
20022026-06-25T04:03:09.750Z Compiling fixedbitset v0.4.2
20032026-06-25T04:03:09.846Z Compiling bytecount v0.6.9
20042026-06-25T04:03:09.887Z Compiling fixedbitset v0.5.7
20052026-06-25T04:03:09.988Z Compiling papergrid v0.11.0
20062026-06-25T04:03:09.988Z Compiling petgraph v0.6.5
20072026-06-25T04:03:10.221Z Compiling petgraph v0.8.3
20082026-06-25T04:03:10.313Z Compiling tough v0.22.0
20092026-06-25T04:03:10.517Z Compiling zone v0.3.1
20102026-06-25T04:03:10.704Z Compiling nom v7.1.3
20112026-06-25T04:03:11.269Z Compiling progenitor v0.14.0
20122026-06-25T04:03:11.412Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20132026-06-25T04:03:11.471Z Compiling openssl v0.10.80
20142026-06-25T04:03:11.606Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
20152026-06-25T04:03:11.628Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20162026-06-25T04:03:11.651Z Compiling libsw v3.5.0
20172026-06-25T04:03:11.827Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20182026-06-25T04:03:11.986Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20192026-06-25T04:03:12.035Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20202026-06-25T04:03:12.063Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20212026-06-25T04:03:12.233Z Compiling oxide-tokio-rt v0.1.6
20222026-06-25T04:03:12.540Z Compiling chrono-tz v0.10.4
20232026-06-25T04:03:12.762Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20242026-06-25T04:03:12.776Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
20252026-06-25T04:03:12.934Z Compiling newtype_derive v0.1.6
20262026-06-25T04:03:13.020Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20272026-06-25T04:03:13.087Z Compiling slog-dtrace v0.3.0
20282026-06-25T04:03:13.132Z Compiling owo-colors v4.3.0
20292026-06-25T04:03:13.397Z Compiling const_format v0.2.36
20302026-06-25T04:03:13.753Z Compiling cancel-safe-futures v0.1.5
20312026-06-25T04:03:13.839Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
20322026-06-25T04:03:13.871Z Compiling gethostname v0.5.0
20332026-06-25T04:03:13.997Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
20342026-06-25T04:03:14.063Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20352026-06-25T04:03:14.099Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20362026-06-25T04:03:14.191Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20372026-06-25T04:03:14.239Z Compiling smf v0.2.3
20382026-06-25T04:03:14.317Z Compiling bcs v0.1.6
20392026-06-25T04:03:14.375Z Compiling smawk v0.3.2
20402026-06-25T04:03:14.518Z Compiling termtree v0.5.1
20412026-06-25T04:03:14.638Z Compiling lazy_static v1.5.0
20422026-06-25T04:03:14.649Z Compiling tagptr v0.2.0
20432026-06-25T04:03:14.660Z Compiling linear-map v1.2.0
20442026-06-25T04:03:14.670Z Compiling whoami v1.6.1
20452026-06-25T04:03:14.742Z Compiling unicode-linebreak v0.1.5
20462026-06-25T04:03:14.798Z Compiling moka v0.12.15
20472026-06-25T04:03:14.810Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20482026-06-25T04:03:14.844Z Compiling steno v0.4.1
20492026-06-25T04:03:14.982Z Compiling textwrap v0.16.2
20502026-06-25T04:03:14.994Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20512026-06-25T04:03:15.289Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20522026-06-25T04:03:15.489Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20532026-06-25T04:03:15.578Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20542026-06-25T04:03:16.423Z Compiling tabled v0.15.0
20552026-06-25T04:03:16.442Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20562026-06-25T04:03:16.644Z Compiling cookie v0.18.1
20572026-06-25T04:03:17.191Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20582026-06-25T04:03:17.255Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20592026-06-25T04:03:17.745Z Compiling hickory-proto v0.25.2
20602026-06-25T04:03:18.111Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
20612026-06-25T04:03:18.192Z Compiling libscf-sys v1.2.0
20622026-06-25T04:03:18.227Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20632026-06-25T04:03:18.342Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
20642026-06-25T04:03:18.728Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
20652026-06-25T04:03:18.936Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
20662026-06-25T04:03:19.073Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
20672026-06-25T04:03:19.560Z Compiling hickory-resolver v0.25.2
20682026-06-25T04:03:20.357Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20692026-06-25T04:03:24.977Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20702026-06-25T04:03:32.461Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20712026-06-25T04:03:34.055Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20722026-06-25T04:03:35.064Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
20732026-06-25T04:03:36.380Z Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
20742026-06-25T04:03:37.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
20752026-06-25T04:03:37.623Z Running `target/debug/xtask openapi check`
20762026-06-25T04:03:38.089Z Compiling serde_core v1.0.228
20772026-06-25T04:03:38.092Z Compiling serde v1.0.228
20782026-06-25T04:03:38.159Z Compiling serde_json v1.0.150
20792026-06-25T04:03:38.162Z Compiling syn v2.0.117
20802026-06-25T04:03:38.170Z Compiling bytes v1.11.1
20812026-06-25T04:03:38.175Z Compiling getrandom v0.4.2
20822026-06-25T04:03:38.178Z Compiling zerocopy v0.8.50
20832026-06-25T04:03:38.182Z Compiling once_cell v1.21.4
20842026-06-25T04:03:38.330Z Compiling num-traits v0.2.19
20852026-06-25T04:03:38.507Z Compiling zeroize v1.8.2
20862026-06-25T04:03:38.618Z Compiling http v1.4.1
20872026-06-25T04:03:38.686Z Compiling schemars v0.8.22
20882026-06-25T04:03:38.754Z Compiling aws-lc-rs v1.17.0
20892026-06-25T04:03:38.767Z Compiling usdt-impl v0.6.0
20902026-06-25T04:03:38.800Z Compiling time-macros v0.2.27
20912026-06-25T04:03:38.953Z Compiling rustls-pki-types v1.14.1
20922026-06-25T04:03:39.037Z Compiling tracing-core v0.1.36
20932026-06-25T04:03:39.291Z Compiling bitflags v2.12.1
20942026-06-25T04:03:39.419Z Compiling tracing v0.1.44
20952026-06-25T04:03:39.528Z Compiling http-body v1.0.1
20962026-06-25T04:03:39.627Z Compiling generic-array v0.14.7
20972026-06-25T04:03:39.661Z Compiling rustls v0.23.40
20982026-06-25T04:03:39.674Z Compiling indexmap v2.14.0
20992026-06-25T04:03:39.683Z Compiling rustix v1.1.4
21002026-06-25T04:03:39.783Z Compiling time v0.3.47
21012026-06-25T04:03:39.910Z Compiling winnow v1.0.3
21022026-06-25T04:03:40.318Z Compiling uuid v1.23.2
21032026-06-25T04:03:40.746Z Compiling pest_generator v2.8.6
21042026-06-25T04:03:40.849Z Compiling serde_derive_internals v0.29.1
21052026-06-25T04:03:40.874Z Compiling camino v1.2.2
21062026-06-25T04:03:40.907Z Compiling rustls-webpki v0.103.13
21072026-06-25T04:03:40.934Z Compiling subtle v2.6.1
21082026-06-25T04:03:41.087Z Compiling toml_datetime v1.1.1+spec-1.1.0
21092026-06-25T04:03:41.209Z Compiling toml_parser v1.1.2+spec-1.1.0
21102026-06-25T04:03:41.277Z Compiling toml_edit v0.25.12+spec-1.1.0
21112026-06-25T04:03:41.341Z Compiling serde_spanned v1.1.1
21122026-06-25T04:03:41.577Z Compiling rustix v0.38.44
21132026-06-25T04:03:41.625Z Compiling semver v1.0.28
21142026-06-25T04:03:41.873Z Compiling proc-macro-crate v3.5.0
21152026-06-25T04:03:41.895Z Compiling serde_derive v1.0.228
21162026-06-25T04:03:41.913Z Compiling thiserror-impl v2.0.18
21172026-06-25T04:03:41.943Z Compiling zerocopy-derive v0.8.50
21182026-06-25T04:03:41.970Z Compiling pest_derive v2.8.6
21192026-06-25T04:03:42.156Z Compiling tokio-macros v2.7.0
21202026-06-25T04:03:42.186Z Compiling schemars_derive v0.8.22
21212026-06-25T04:03:42.295Z Compiling futures-macro v0.3.32
21222026-06-25T04:03:42.502Z Compiling scroll_derive v0.13.1
21232026-06-25T04:03:42.958Z Compiling tokio v1.52.3
21242026-06-25T04:03:43.149Z Compiling thiserror v2.0.18
21252026-06-25T04:03:43.255Z Compiling futures-util v0.3.32
21262026-06-25T04:03:43.290Z Compiling dtrace-parser v0.3.0
21272026-06-25T04:03:43.372Z Compiling scroll v0.13.0
21282026-06-25T04:03:43.644Z Compiling goblin v0.10.7
21292026-06-25T04:03:45.134Z Compiling chrono v0.4.45
21302026-06-25T04:03:45.173Z Compiling erased-serde v0.3.31
21312026-06-25T04:03:45.535Z Compiling serde_tokenstream v0.2.3
21322026-06-25T04:03:45.667Z Compiling slog v2.8.2
21332026-06-25T04:03:45.825Z Compiling futures-executor v0.3.32
21342026-06-25T04:03:46.100Z Compiling dof v0.4.0
21352026-06-25T04:03:46.286Z Compiling slog-json v2.6.1
21362026-06-25T04:03:46.346Z Compiling openapiv3 v2.2.0
21372026-06-25T04:03:46.636Z Compiling tokio-util v0.7.18
21382026-06-25T04:03:46.959Z Compiling oxnet v0.1.6
21392026-06-25T04:03:47.247Z Compiling h2 v0.4.14
21402026-06-25T04:03:47.342Z Compiling usdt-macro v0.6.0
21412026-06-25T04:03:47.378Z Compiling usdt-attr-macro v0.6.0
21422026-06-25T04:03:47.809Z Compiling async-stream-impl v0.3.6
21432026-06-25T04:03:48.027Z Compiling async-compression v0.4.42
21442026-06-25T04:03:48.101Z Compiling tokio-rustls v0.26.4
21452026-06-25T04:03:48.138Z Compiling usdt v0.6.0
21462026-06-25T04:03:48.157Z Compiling slog-bunyan v2.5.0
21472026-06-25T04:03:48.298Z Compiling slog-term v2.9.2
21482026-06-25T04:03:48.344Z Compiling futures v0.3.32
21492026-06-25T04:03:48.347Z Compiling slog-async v2.8.0
21502026-06-25T04:03:48.364Z Compiling dropshot_endpoint v0.17.1
21512026-06-25T04:03:48.412Z Compiling multer v3.1.0
21522026-06-25T04:03:48.428Z Compiling serde_urlencoded v0.7.1
21532026-06-25T04:03:48.460Z Compiling async-stream v0.3.6
21542026-06-25T04:03:48.681Z Compiling async-trait v0.1.89
21552026-06-25T04:03:48.722Z Compiling toml v1.1.2+spec-1.1.0
21562026-06-25T04:03:48.845Z Compiling serde_path_to_error v0.1.20
21572026-06-25T04:03:48.871Z Compiling http-body-util v0.1.3
21582026-06-25T04:03:48.906Z Compiling rustls-pemfile v2.2.0
21592026-06-25T04:03:48.946Z Compiling crossbeam-epoch v0.9.18
21602026-06-25T04:03:49.104Z Compiling aho-corasick v1.1.4
21612026-06-25T04:03:49.114Z Compiling tempfile v3.27.0
21622026-06-25T04:03:49.196Z Compiling crossbeam-deque v0.8.6
21632026-06-25T04:03:49.394Z Compiling hyper v1.10.1
21642026-06-25T04:03:49.506Z Compiling num_enum_derive v0.7.6
21652026-06-25T04:03:49.674Z Compiling dropshot-api-manager-types v0.7.2
21662026-06-25T04:03:50.019Z Compiling regex-automata v0.4.14
21672026-06-25T04:03:50.019Z Compiling crypto-common v0.1.7
21682026-06-25T04:03:50.119Z Compiling block-buffer v0.10.4
21692026-06-25T04:03:50.151Z Compiling clap_builder v4.6.0
21702026-06-25T04:03:50.154Z Compiling git-stub v1.0.0
21712026-06-25T04:03:50.255Z Compiling digest v0.10.7
21722026-06-25T04:03:50.267Z Compiling atomicwrites v0.4.4
21732026-06-25T04:03:50.419Z Compiling rayon-core v1.13.0
21742026-06-25T04:03:50.454Z Compiling fs-err v3.3.0
21752026-06-25T04:03:50.457Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
21762026-06-25T04:03:50.524Z Compiling hyper-util v0.1.20
21772026-06-25T04:03:50.755Z Compiling num_enum v0.7.6
21782026-06-25T04:03:50.876Z Compiling serde_repr v0.1.20
21792026-06-25T04:03:50.963Z Compiling clap_derive v4.6.1
21802026-06-25T04:03:51.053Z Compiling terminal_size v0.4.4
21812026-06-25T04:03:51.116Z Compiling bstr v1.12.1
21822026-06-25T04:03:51.194Z Compiling nom v8.0.0
21832026-06-25T04:03:51.313Z Compiling either v1.16.0
21842026-06-25T04:03:51.467Z Compiling is_ci v1.2.0
21852026-06-25T04:03:51.478Z Compiling textwrap v0.16.2
21862026-06-25T04:03:51.497Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
21872026-06-25T04:03:51.605Z Compiling supports-color v3.0.2
21882026-06-25T04:03:51.779Z Compiling dropshot v0.17.1
21892026-06-25T04:03:51.953Z Compiling regex v1.12.3
21902026-06-25T04:03:51.977Z Compiling rayon v1.12.0
21912026-06-25T04:03:52.171Z Compiling similar v2.7.0
21922026-06-25T04:03:52.418Z Compiling drift v0.2.0
21932026-06-25T04:03:52.619Z Compiling clap v4.6.1
21942026-06-25T04:03:52.710Z Compiling sha2 v0.10.9
21952026-06-25T04:03:53.107Z Compiling git-stub-vcs v0.1.0
21962026-06-25T04:03:53.339Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
21972026-06-25T04:03:54.531Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
21982026-06-25T04:03:54.531Z Compiling dropshot-api-manager v0.7.2
21992026-06-25T04:03:58.438Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
22002026-06-25T04:03:59.630Z Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
22012026-06-25T04:04:06.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.71s
22022026-06-25T04:04:06.467Z Running `target/debug/maghemite-dropshot-apis check`
22032026-06-25T04:04:06.492Z -------
22042026-06-25T04:04:06.493Z Generating OpenAPI documents from API definitions ...
22052026-06-25T04:04:06.551Z Loading local OpenAPI documents from "/work/oxidecomputer/maghemite/openapi" ...
22062026-06-25T04:04:06.583Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
22072026-06-25T04:04:06.714Z -------
22082026-06-25T04:04:06.714Z Checking 13 OpenAPI documents...
22092026-06-25T04:04:06.714Z Fresh ddm-admin (versioned v1.0.0 (blessed)): DDM Admin
22102026-06-25T04:04:06.714Z Fresh ddm-admin (versioned v2.0.0 (blessed)): DDM Admin
22112026-06-25T04:04:06.714Z Fresh ddm-admin "latest" symlink
22122026-06-25T04:04:06.717Z Fresh mg-admin (versioned v1.0.0 (blessed)): Maghemite Admin
22132026-06-25T04:04:06.717Z Fresh mg-admin (versioned v2.0.0 (blessed)): Maghemite Admin
22142026-06-25T04:04:06.717Z Fresh mg-admin (versioned v3.0.0 (blessed)): Maghemite Admin
22152026-06-25T04:04:06.717Z Fresh mg-admin (versioned v4.0.0 (blessed)): Maghemite Admin
22162026-06-25T04:04:06.717Z Fresh mg-admin (versioned v5.0.0 (blessed)): Maghemite Admin
22172026-06-25T04:04:06.717Z Fresh mg-admin (versioned v6.0.0 (blessed)): Maghemite Admin
22182026-06-25T04:04:06.717Z Fresh mg-admin (versioned v7.0.0 (blessed)): Maghemite Admin
22192026-06-25T04:04:06.717Z Fresh mg-admin (versioned v8.0.0 (blessed)): Maghemite Admin
22202026-06-25T04:04:06.717Z Fresh mg-admin (versioned v9.0.0 (blessed)): Maghemite Admin
22212026-06-25T04:04:06.717Z Fresh mg-admin (versioned v10.0.0 (blessed)): Maghemite Admin
22222026-06-25T04:04:06.717Z Fresh mg-admin (versioned v11.0.0 (blessed)): Maghemite Admin
22232026-06-25T04:04:06.718Z Fresh mg-admin "latest" symlink
22242026-06-25T04:04:06.718Z -------
22252026-06-25T04:04:06.718Z Success 13 documents checked: 15 fresh, 0 stale, 0 failed, 0 other problems
22262026-06-25T04:04:06.762Z+ banner build
22272026-06-25T04:04:06.765Z
22282026-06-25T04:04:06.765Z ##### # # # # #####
22292026-06-25T04:04:06.765Z # # # # # # # #
22302026-06-25T04:04:06.765Z ##### # # # # # #
22312026-06-25T04:04:06.765Z # # # # # # # #
22322026-06-25T04:04:06.765Z # # # # # # # #
22332026-06-25T04:04:06.765Z ##### #### # ###### #####
22342026-06-25T04:04:06.765Z
22352026-06-25T04:04:06.765Z+ ptime -m cargo build
22362026-06-25T04:04:07.353Z Compiling smallvec v1.15.1
22372026-06-25T04:04:07.468Z Compiling log v0.4.32
22382026-06-25T04:04:07.484Z Compiling slog v2.8.2
22392026-06-25T04:04:07.499Z Compiling ring v0.17.14
22402026-06-25T04:04:07.519Z Compiling webpki-roots v1.0.7
22412026-06-25T04:04:07.568Z Compiling similar v2.7.0
22422026-06-25T04:04:07.639Z Compiling goblin v0.10.7
22432026-06-25T04:04:07.639Z Compiling goblin v0.8.2
22442026-06-25T04:04:07.674Z Compiling icu_normalizer v2.2.0
22452026-06-25T04:04:07.687Z Compiling parking_lot_core v0.9.12
22462026-06-25T04:04:07.725Z Compiling globset v0.4.18
22472026-06-25T04:04:07.921Z Compiling parking_lot v0.12.5
22482026-06-25T04:04:07.991Z Compiling slog-term v2.9.2
22492026-06-25T04:04:08.259Z Compiling idna_adapter v1.2.2
22502026-06-25T04:04:08.314Z Compiling tokio v1.52.3
22512026-06-25T04:04:08.419Z Compiling idna v1.1.0
22522026-06-25T04:04:08.514Z Compiling slog-async v2.8.0
22532026-06-25T04:04:08.522Z Compiling slog-json v2.6.1
22542026-06-25T04:04:08.571Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22552026-06-25T04:04:08.716Z Compiling url v2.5.8
22562026-06-25T04:04:08.773Z Compiling rustls-webpki v0.103.13
22572026-06-25T04:04:09.053Z Compiling slog-bunyan v2.5.0
22582026-06-25T04:04:09.160Z Compiling expectorate v1.2.0
22592026-06-25T04:04:09.197Z Compiling schemars v0.8.22
22602026-06-25T04:04:09.315Z Compiling rustls v0.23.40
22612026-06-25T04:04:09.476Z Compiling moka v0.12.15
22622026-06-25T04:04:09.554Z Compiling parking_lot_core v0.8.6
22632026-06-25T04:04:09.729Z Compiling fxhash v0.2.1
22642026-06-25T04:04:09.869Z Compiling parking_lot v0.11.2
22652026-06-25T04:04:09.869Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
22662026-06-25T04:04:10.116Z Compiling ipnetwork v0.21.1
22672026-06-25T04:04:10.267Z Compiling newtype-uuid v1.3.2
22682026-06-25T04:04:10.280Z Compiling serde_with v3.20.0
22692026-06-25T04:04:10.519Z Compiling oxnet v0.1.6
22702026-06-25T04:04:10.545Z Compiling dof v0.4.0
22712026-06-25T04:04:10.614Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
22722026-06-25T04:04:10.977Z Compiling daft v0.1.7
22732026-06-25T04:04:11.260Z Compiling usdt-impl v0.6.0
22742026-06-25T04:04:11.498Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22752026-06-25T04:04:11.499Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
22762026-06-25T04:04:11.830Z Compiling usdt v0.6.0
22772026-06-25T04:04:11.929Z Compiling iddqd v0.4.2
22782026-06-25T04:04:12.011Z Compiling tokio-util v0.7.18
22792026-06-25T04:04:12.025Z Compiling tower v0.5.3
22802026-06-25T04:04:12.073Z Compiling async-compression v0.4.42
22812026-06-25T04:04:12.117Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22822026-06-25T04:04:12.380Z Compiling tokio-rustls v0.26.4
22832026-06-25T04:04:12.390Z Compiling rustls-platform-verifier v0.7.0
22842026-06-25T04:04:12.403Z Compiling backoff v0.4.0
22852026-06-25T04:04:12.502Z Compiling tower-http v0.6.11
22862026-06-25T04:04:12.642Z Compiling h2 v0.4.14
22872026-06-25T04:04:12.655Z Compiling typify-impl v0.6.2
22882026-06-25T04:04:12.690Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22892026-06-25T04:04:12.751Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
22902026-06-25T04:04:12.987Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22912026-06-25T04:04:13.046Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
22922026-06-25T04:04:13.256Z Compiling byte-wrapper v0.1.0
22932026-06-25T04:04:13.374Z Compiling dof v0.3.0
22942026-06-25T04:04:13.377Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
22952026-06-25T04:04:13.400Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22962026-06-25T04:04:13.627Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22972026-06-25T04:04:14.175Z Compiling usdt-impl v0.5.0
22982026-06-25T04:04:14.303Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22992026-06-25T04:04:14.577Z Compiling typify v0.6.2
23002026-06-25T04:04:14.694Z Compiling usdt v0.5.0
23012026-06-25T04:04:14.708Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
23022026-06-25T04:04:14.837Z Compiling hyper v1.10.1
23032026-06-25T04:04:14.979Z Compiling progenitor-impl v0.14.0
23042026-06-25T04:04:15.139Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23052026-06-25T04:04:15.249Z Compiling progenitor-impl v0.13.0
23062026-06-25T04:04:15.618Z Compiling hickory-proto v0.24.4
23072026-06-25T04:04:15.642Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23082026-06-25T04:04:16.084Z Compiling hyper-util v0.1.20
23092026-06-25T04:04:16.524Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23102026-06-25T04:04:16.795Z Compiling tokio-stream v0.1.18
23112026-06-25T04:04:16.868Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23122026-06-25T04:04:17.021Z Compiling tokio-dtrace v0.1.1
23132026-06-25T04:04:17.269Z Compiling libsw-core v0.3.2
23142026-06-25T04:04:17.298Z Compiling hyper-rustls v0.27.9
23152026-06-25T04:04:17.449Z Compiling dropshot v0.17.1
23162026-06-25T04:04:17.682Z Compiling reqwest v0.13.4
23172026-06-25T04:04:17.802Z Compiling reqwest v0.12.28
23182026-06-25T04:04:18.158Z Compiling hickory-resolver v0.24.4
23192026-06-25T04:04:18.178Z Compiling zone v0.3.1
23202026-06-25T04:04:18.329Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
23212026-06-25T04:04:18.500Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
23222026-06-25T04:04:18.700Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23232026-06-25T04:04:18.805Z Compiling libsw v3.5.0
23242026-06-25T04:04:18.954Z Compiling progenitor-client v0.14.0
23252026-06-25T04:04:18.992Z Compiling progenitor-client v0.13.0
23262026-06-25T04:04:19.283Z Compiling progenitor-client v0.10.0
23272026-06-25T04:04:19.310Z Compiling progenitor-extras v0.2.0
23282026-06-25T04:04:19.368Z Compiling progenitor v0.13.0
23292026-06-25T04:04:19.519Z Compiling progenitor v0.14.0
23302026-06-25T04:04:19.563Z Compiling qorb v0.4.1
23312026-06-25T04:04:19.591Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
23322026-06-25T04:04:19.668Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
23332026-06-25T04:04:19.725Z Compiling oxide-tokio-rt v0.1.6
23342026-06-25T04:04:20.046Z Compiling slog-dtrace v0.3.0
23352026-06-25T04:04:20.159Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23362026-06-25T04:04:20.294Z Compiling tough v0.22.0
23372026-06-25T04:04:20.371Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23382026-06-25T04:04:20.476Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23392026-06-25T04:04:21.405Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23402026-06-25T04:04:21.552Z Compiling cancel-safe-futures v0.1.5
23412026-06-25T04:04:21.661Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
23422026-06-25T04:04:21.865Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23432026-06-25T04:04:21.972Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23442026-06-25T04:04:22.528Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23452026-06-25T04:04:22.717Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23462026-06-25T04:04:22.789Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23472026-06-25T04:04:22.923Z Compiling hickory-proto v0.25.2
23482026-06-25T04:04:22.982Z Compiling steno v0.4.1
23492026-06-25T04:04:23.665Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
23502026-06-25T04:04:23.708Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
23512026-06-25T04:04:23.781Z Compiling sled v0.34.7
23522026-06-25T04:04:24.343Z Compiling arc-swap v1.9.1
23532026-06-25T04:04:24.411Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23542026-06-25T04:04:24.650Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23552026-06-25T04:04:25.588Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23562026-06-25T04:04:25.818Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23572026-06-25T04:04:25.891Z Compiling hickory-resolver v0.25.2
23582026-06-25T04:04:26.279Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23592026-06-25T04:04:26.568Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23602026-06-25T04:04:26.691Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23612026-06-25T04:04:27.003Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23622026-06-25T04:04:27.924Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23632026-06-25T04:04:28.032Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23642026-06-25T04:04:28.069Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23652026-06-25T04:04:28.122Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23662026-06-25T04:04:28.180Z Compiling slog-scope v4.4.1
23672026-06-25T04:04:28.225Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23682026-06-25T04:04:28.248Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
23692026-06-25T04:04:28.294Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
23702026-06-25T04:04:28.442Z Compiling papergrid v0.18.0
23712026-06-25T04:04:28.570Z Compiling testing_table v0.3.0
23722026-06-25T04:04:28.746Z Compiling internet-checksum v0.2.1
23732026-06-25T04:04:28.901Z Compiling slog-stdlog v4.1.1
23742026-06-25T04:04:28.945Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
23752026-06-25T04:04:29.123Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
23762026-06-25T04:04:29.293Z Compiling dropshot-api-manager-types v0.7.2
23772026-06-25T04:04:29.320Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
23782026-06-25T04:04:29.652Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
23792026-06-25T04:04:29.781Z Compiling tabled v0.21.0
23802026-06-25T04:04:30.011Z Compiling slog-envlogger v2.2.0
23812026-06-25T04:04:30.328Z Compiling const-random v0.1.18
23822026-06-25T04:04:30.411Z Compiling typify-impl v0.4.3
23832026-06-25T04:04:30.424Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd7749d9dd18f39e065781147cbf51d39930ceca#cd7749d9)
23842026-06-25T04:04:30.512Z Compiling crc8 v0.1.1
23852026-06-25T04:04:30.639Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd7749d9dd18f39e065781147cbf51d39930ceca#cd7749d9)
23862026-06-25T04:04:30.746Z Compiling ahash v0.8.12
23872026-06-25T04:04:30.998Z Compiling smartstring v1.0.1
23882026-06-25T04:04:31.286Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
23892026-06-25T04:04:31.430Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
23902026-06-25T04:04:31.799Z Compiling sha1 v0.10.6
23912026-06-25T04:04:32.052Z Compiling typify v0.4.3
23922026-06-25T04:04:32.144Z Compiling thin-vec v0.2.18
23932026-06-25T04:04:32.175Z Compiling utf-8 v0.7.6
23942026-06-25T04:04:32.375Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
23952026-06-25T04:04:32.414Z Compiling rhai v1.25.1
23962026-06-25T04:04:32.438Z Compiling tungstenite v0.21.0
23972026-06-25T04:04:32.451Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd7749d9dd18f39e065781147cbf51d39930ceca#cd7749d9)
23982026-06-25T04:04:32.640Z Compiling progenitor-impl v0.10.0
23992026-06-25T04:04:32.988Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24002026-06-25T04:04:33.403Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24012026-06-25T04:04:33.955Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24022026-06-25T04:04:35.117Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24032026-06-25T04:04:35.838Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24042026-06-25T04:04:35.931Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
24052026-06-25T04:04:36.003Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24062026-06-25T04:04:36.265Z Compiling sha2 v0.10.9
24072026-06-25T04:04:36.331Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24082026-06-25T04:04:36.376Z Compiling progenitor v0.10.0
24092026-06-25T04:04:36.527Z Compiling lzma-sys v0.1.20
24102026-06-25T04:04:36.648Z Compiling tokio-tungstenite v0.21.0
24112026-06-25T04:04:36.663Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd7749d9dd18f39e065781147cbf51d39930ceca#cd7749d9)
24122026-06-25T04:04:36.666Z Compiling typeid v1.0.3
24132026-06-25T04:04:36.793Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
24142026-06-25T04:04:36.973Z Compiling console v0.16.3
24152026-06-25T04:04:37.602Z Compiling git-stub v1.0.0
24162026-06-25T04:04:37.898Z Compiling toml_datetime v0.7.5+spec-1.1.0
24172026-06-25T04:04:37.911Z Compiling base64 v0.21.7
24182026-06-25T04:04:38.056Z Compiling unit-prefix v0.5.2
24192026-06-25T04:04:38.115Z Compiling toml v0.9.12+spec-1.1.0
24202026-06-25T04:04:38.223Z Compiling indicatif v0.18.4
24212026-06-25T04:04:38.226Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24222026-06-25T04:04:38.257Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd7749d9dd18f39e065781147cbf51d39930ceca#cd7749d9)
24232026-06-25T04:04:39.171Z Compiling git-stub-vcs v0.1.0
24242026-06-25T04:04:39.318Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
24252026-06-25T04:04:39.522Z Compiling ron v0.12.1
24262026-06-25T04:04:39.540Z Compiling xz2 v0.1.7
24272026-06-25T04:04:39.789Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
24282026-06-25T04:04:39.960Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
24292026-06-25T04:04:40.323Z Compiling drift v0.2.0
24302026-06-25T04:04:40.464Z Compiling base16ct v1.0.0
24312026-06-25T04:04:40.669Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
24322026-06-25T04:04:41.046Z Compiling dropshot-api-manager v0.7.2
24332026-06-25T04:04:41.367Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
24342026-06-25T04:04:41.755Z Compiling natord v1.0.9
24352026-06-25T04:04:41.787Z Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util)
24362026-06-25T04:04:43.625Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24372026-06-25T04:04:45.502Z Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
24382026-06-25T04:04:51.957Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24392026-06-25T04:04:53.680Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24402026-06-25T04:04:54.709Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
24412026-06-25T04:04:55.653Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
24422026-06-25T04:04:55.654Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
24432026-06-25T04:04:55.670Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
24442026-06-25T04:04:56.103Z Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
24452026-06-25T04:04:56.103Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
24462026-06-25T04:04:56.103Z Compiling mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify)
24472026-06-25T04:04:56.554Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
24482026-06-25T04:04:58.118Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
24492026-06-25T04:04:58.118Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
24502026-06-25T04:04:58.121Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
24512026-06-25T04:05:02.725Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
24522026-06-25T04:05:04.885Z Compiling falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab)
24532026-06-25T04:05:04.885Z Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
24542026-06-25T04:05:04.888Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
24552026-06-25T04:05:44.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 37s
24562026-06-25T04:05:44.360Z
24572026-06-25T04:05:44.360Zreal 1:37.542185327
24582026-06-25T04:05:44.360Zuser 7:21.422298137
24592026-06-25T04:05:44.360Zsys 1:03.657745325
24602026-06-25T04:05:44.360Ztrap 0.199546148
24612026-06-25T04:05:44.360Ztflt 0.015639212
24622026-06-25T04:05:44.360Zdflt 0.126212800
24632026-06-25T04:05:44.360Zkflt 0.000069111
24642026-06-25T04:05:44.360Zlock 28:33.653063580
24652026-06-25T04:05:44.360Zslp 23:31.160614640
24662026-06-25T04:05:44.360Zlat 24.217491193
24672026-06-25T04:05:44.363Zstop 36.642664085
24682026-06-25T04:05:44.363Z+ ptime -m cargo build --release
24692026-06-25T04:05:45.005Z Compiling proc-macro2 v1.0.106
24702026-06-25T04:05:45.005Z Compiling quote v1.0.45
24712026-06-25T04:05:45.005Z Compiling unicode-ident v1.0.24
24722026-06-25T04:05:45.006Z Compiling serde_core v1.0.228
24732026-06-25T04:05:45.006Z Compiling serde v1.0.228
24742026-06-25T04:05:45.006Z Compiling libc v0.2.186
24752026-06-25T04:05:45.009Z Compiling cfg-if v1.0.4
24762026-06-25T04:05:45.229Z Compiling zmij v1.0.21
24772026-06-25T04:05:45.242Z Compiling autocfg v1.5.1
24782026-06-25T04:05:45.511Z Compiling memchr v2.8.1
24792026-06-25T04:05:45.534Z Compiling libm v0.2.16
24802026-06-25T04:05:45.666Z Compiling itoa v1.0.18
24812026-06-25T04:05:45.928Z Compiling icu_normalizer_data v2.2.0
24822026-06-25T04:05:45.990Z Compiling icu_properties_data v2.2.0
24832026-06-25T04:05:46.060Z Compiling version_check v0.9.5
24842026-06-25T04:05:46.242Z Compiling stable_deref_trait v1.2.1
24852026-06-25T04:05:46.341Z Compiling serde_json v1.0.150
24862026-06-25T04:05:46.353Z Compiling litemap v0.8.2
24872026-06-25T04:05:46.376Z Compiling syn v2.0.117
24882026-06-25T04:05:46.446Z Compiling writeable v0.6.3
24892026-06-25T04:05:46.557Z Compiling thiserror v2.0.18
24902026-06-25T04:05:46.618Z Compiling utf8_iter v1.0.4
24912026-06-25T04:05:46.697Z Compiling num-traits v0.2.19
24922026-06-25T04:05:46.716Z Compiling percent-encoding v2.3.2
24932026-06-25T04:05:46.929Z Compiling form_urlencoded v1.2.2
24942026-06-25T04:05:46.988Z Compiling rand_core v0.10.1
24952026-06-25T04:05:47.016Z Compiling getrandom v0.4.2
24962026-06-25T04:05:47.151Z Compiling parking_lot_core v0.9.12
24972026-06-25T04:05:47.198Z Compiling iana-time-zone v0.1.65
24982026-06-25T04:05:47.308Z Compiling heck v0.5.0
24992026-06-25T04:05:47.444Z Compiling errno v0.3.14
25002026-06-25T04:05:47.515Z Compiling uuid v1.23.2
25012026-06-25T04:05:47.543Z Compiling zerocopy v0.8.50
25022026-06-25T04:05:47.854Z Compiling semver v1.0.28
25032026-06-25T04:05:47.888Z Compiling schemars v0.8.22
25042026-06-25T04:05:48.030Z Compiling dyn-clone v1.0.20
25052026-06-25T04:05:48.210Z Compiling jobserver v0.1.34
25062026-06-25T04:05:48.270Z Compiling find-msvc-tools v0.1.9
25072026-06-25T04:05:48.386Z Compiling shlex v2.0.1
25082026-06-25T04:05:48.524Z Compiling rustversion v1.0.22
25092026-06-25T04:05:48.537Z Compiling cc v1.2.63
25102026-06-25T04:05:48.551Z Compiling pin-project-lite v0.2.17
25112026-06-25T04:05:48.589Z Compiling getrandom v0.2.17
25122026-06-25T04:05:48.657Z Compiling bitflags v2.12.1
25132026-06-25T04:05:48.775Z Compiling socket2 v0.6.4
25142026-06-25T04:05:48.818Z Compiling scopeguard v1.2.0
25152026-06-25T04:05:48.940Z Compiling portable-atomic v1.13.1
25162026-06-25T04:05:49.087Z Compiling lock_api v0.4.14
25172026-06-25T04:05:49.143Z Compiling log v0.4.32
25182026-06-25T04:05:49.345Z Compiling synstructure v0.13.2
25192026-06-25T04:05:49.348Z Compiling serde_derive_internals v0.29.1
25202026-06-25T04:05:49.571Z Compiling critical-section v1.2.0
25212026-06-25T04:05:49.692Z Compiling signal-hook-registry v1.4.8
25222026-06-25T04:05:49.787Z Compiling mio v1.2.1
25232026-06-25T04:05:49.848Z Compiling equivalent v1.0.2
25242026-06-25T04:05:49.859Z Compiling cmake v0.1.58
25252026-06-25T04:05:49.938Z Compiling once_cell v1.21.4
25262026-06-25T04:05:50.102Z Compiling fs_extra v1.3.0
25272026-06-25T04:05:50.120Z Compiling dunce v1.0.5
25282026-06-25T04:05:50.167Z Compiling subtle v2.6.1
25292026-06-25T04:05:50.203Z Compiling futures-core v0.3.32
25302026-06-25T04:05:50.212Z Compiling httparse v1.10.1
25312026-06-25T04:05:50.319Z Compiling futures-sink v0.3.32
25322026-06-25T04:05:50.346Z Compiling slab v0.4.12
25332026-06-25T04:05:50.367Z Compiling aws-lc-sys v0.41.0
25342026-06-25T04:05:50.373Z Compiling typenum v1.20.1
25352026-06-25T04:05:50.385Z Compiling serde_derive v1.0.228
25362026-06-25T04:05:50.398Z Compiling zerofrom-derive v0.1.7
25372026-06-25T04:05:50.434Z Compiling yoke-derive v0.8.2
25382026-06-25T04:05:50.490Z Compiling zerovec-derive v0.11.3
25392026-06-25T04:05:50.548Z Compiling displaydoc v0.2.6
25402026-06-25T04:05:50.593Z Compiling schemars_derive v0.8.22
25412026-06-25T04:05:51.193Z Compiling thiserror-impl v2.0.18
25422026-06-25T04:05:51.676Z Compiling tokio-macros v2.7.0
25432026-06-25T04:05:52.975Z Compiling zerocopy-derive v0.8.50
25442026-06-25T04:05:52.975Z Compiling zeroize_derive v1.4.3
25452026-06-25T04:05:52.975Z Compiling zerofrom v0.1.8
25462026-06-25T04:05:52.975Z Compiling futures-macro v0.3.32
25472026-06-25T04:05:52.975Z Compiling yoke v0.8.3
25482026-06-25T04:05:52.975Z Compiling rustix v1.1.4
25492026-06-25T04:05:52.996Z Compiling zerovec v0.11.6
25502026-06-25T04:05:52.996Z Compiling zerotrie v0.2.4
25512026-06-25T04:05:52.996Z Compiling zeroize v1.8.2
25522026-06-25T04:05:52.996Z Compiling thiserror v1.0.69
25532026-06-25T04:05:52.996Z Compiling futures-channel v0.3.32
25542026-06-25T04:05:52.996Z Compiling thiserror-impl v1.0.69
25552026-06-25T04:05:52.996Z Compiling tinystr v0.8.3
25562026-06-25T04:05:52.996Z Compiling potential_utf v0.1.5
25572026-06-25T04:05:52.996Z Compiling futures-io v0.3.32
25582026-06-25T04:05:52.996Z Compiling futures-task v0.3.32
25592026-06-25T04:05:52.996Z Compiling icu_collections v2.2.0
25602026-06-25T04:05:52.996Z Compiling icu_locale_core v2.2.0
25612026-06-25T04:05:52.996Z Compiling futures-util v0.3.32
25622026-06-25T04:05:52.996Z Compiling hashbrown v0.17.1
25632026-06-25T04:05:53.485Z Compiling indexmap v2.14.0
25642026-06-25T04:05:53.502Z Compiling ucd-trie v0.1.7
25652026-06-25T04:05:53.711Z Compiling smallvec v1.15.1
25662026-06-25T04:05:53.714Z Compiling bytes v1.11.1
25672026-06-25T04:05:53.742Z Compiling icu_provider v2.2.0
25682026-06-25T04:05:53.870Z Compiling chrono v0.4.45
25692026-06-25T04:05:54.002Z Compiling serde_tokenstream v0.2.3
25702026-06-25T04:05:54.135Z Compiling icu_properties v2.2.0
25712026-06-25T04:05:54.299Z Compiling icu_normalizer v2.2.0
25722026-06-25T04:05:54.597Z Compiling parking_lot v0.12.5
25732026-06-25T04:05:55.355Z Compiling idna_adapter v1.2.2
25742026-06-25T04:05:55.387Z Compiling tokio v1.52.3
25752026-06-25T04:05:55.464Z Compiling pest v2.8.6
25762026-06-25T04:05:55.479Z Compiling idna v1.1.0
25772026-06-25T04:05:55.692Z Compiling tracing-attributes v0.1.31
25782026-06-25T04:05:55.720Z Compiling tracing-core v0.1.36
25792026-06-25T04:05:56.011Z Compiling url v2.5.8
25802026-06-25T04:05:56.350Z Compiling rand_core v0.6.4
25812026-06-25T04:05:56.620Z Compiling regex-syntax v0.8.10
25822026-06-25T04:05:56.905Z Compiling pest_meta v2.8.6
25832026-06-25T04:05:56.947Z Compiling tracing v0.1.44
25842026-06-25T04:05:57.297Z Compiling slog v2.8.2
25852026-06-25T04:05:57.549Z Compiling byteorder v1.5.0
25862026-06-25T04:05:57.561Z Compiling base64 v0.22.1
25872026-06-25T04:05:57.700Z Compiling ipnetwork v0.21.1
25882026-06-25T04:05:58.126Z Compiling pest_generator v2.8.6
25892026-06-25T04:05:58.163Z Compiling http v1.4.1
25902026-06-25T04:05:58.558Z Compiling erased-serde v0.3.31
25912026-06-25T04:05:59.787Z Compiling aho-corasick v1.1.4
25922026-06-25T04:05:59.787Z Compiling getrandom v0.3.4
25932026-06-25T04:05:59.787Z Compiling pest_derive v2.8.6
25942026-06-25T04:05:59.834Z Compiling regex-automata v0.4.14
25952026-06-25T04:05:59.896Z Compiling anyhow v1.0.102
25962026-06-25T04:06:00.018Z Compiling fnv v1.0.7
25972026-06-25T04:06:00.136Z Compiling oxnet v0.1.6
25982026-06-25T04:06:00.334Z Compiling rustls-pki-types v1.14.1
25992026-06-25T04:06:00.989Z Compiling ring v0.17.14
26002026-06-25T04:06:01.200Z Compiling aws-lc-rs v1.17.0
26012026-06-25T04:06:01.458Z Compiling regex v1.12.3
26022026-06-25T04:06:01.859Z Compiling paste v1.0.15
26032026-06-25T04:06:01.890Z Compiling strsim v0.11.1
26042026-06-25T04:06:02.192Z Compiling tokio-util v0.7.18
26052026-06-25T04:06:02.363Z Compiling num-conv v0.2.2
26062026-06-25T04:06:02.418Z Compiling time-core v0.1.8
26072026-06-25T04:06:02.521Z Compiling untrusted v0.9.0
26082026-06-25T04:06:02.578Z Compiling untrusted v0.7.1
26092026-06-25T04:06:02.665Z Compiling ipnet v2.12.0
26102026-06-25T04:06:02.704Z Compiling time-macros v0.2.27
26112026-06-25T04:06:04.033Z Compiling ident_case v1.0.1
26122026-06-25T04:06:04.127Z Compiling rustls v0.23.40
26132026-06-25T04:06:04.249Z Compiling http-body v1.0.1
26142026-06-25T04:06:04.386Z Compiling scroll_derive v0.13.1
26152026-06-25T04:06:05.602Z Compiling camino v1.2.2
26162026-06-25T04:06:05.602Z Compiling atomic-waker v1.1.2
26172026-06-25T04:06:05.602Z Compiling async-trait v0.1.89
26182026-06-25T04:06:05.602Z Compiling tower-layer v0.3.3
26192026-06-25T04:06:05.602Z Compiling ryu v1.0.23
26202026-06-25T04:06:05.602Z Compiling omicron-workspace-hack v0.1.0
26212026-06-25T04:06:05.602Z Compiling try-lock v0.2.5
26222026-06-25T04:06:05.639Z Compiling tower-service v0.3.3
26232026-06-25T04:06:05.676Z Compiling pretty-hex v0.4.2
26242026-06-25T04:06:05.817Z Compiling want v0.3.1
26252026-06-25T04:06:05.876Z Compiling h2 v0.4.14
26262026-06-25T04:06:06.007Z Compiling ppv-lite86 v0.2.21
26272026-06-25T04:06:06.351Z Compiling httpdate v1.0.3
26282026-06-25T04:06:06.731Z Compiling crossbeam-utils v0.8.21
26292026-06-25T04:06:07.359Z Compiling crc32fast v1.5.0
26302026-06-25T04:06:07.912Z Compiling slog-async v2.8.0
26312026-06-25T04:06:08.254Z Compiling hyper v1.10.1
26322026-06-25T04:06:08.259Z Compiling usdt-impl v0.6.0
26332026-06-25T04:06:08.574Z Compiling serde_urlencoded v0.7.1
26342026-06-25T04:06:08.850Z Compiling scroll v0.13.0
26352026-06-25T04:06:09.135Z Compiling http-body-util v0.1.3
26362026-06-25T04:06:09.153Z Compiling plain v0.2.3
26372026-06-25T04:06:09.279Z Compiling goblin v0.10.7
26382026-06-25T04:06:09.470Z Compiling daft-derive v0.1.7
26392026-06-25T04:06:10.258Z Compiling hyper-util v0.1.20
26402026-06-25T04:06:12.345Z Compiling allocator-api2 v0.2.21
26412026-06-25T04:06:12.773Z Compiling foldhash v0.2.0
26422026-06-25T04:06:12.838Z Compiling dof v0.4.0
26432026-06-25T04:06:13.042Z Compiling hashbrown v0.16.1
26442026-06-25T04:06:13.099Z Compiling dtrace-parser v0.3.0
26452026-06-25T04:06:13.281Z Compiling openapiv3 v2.2.0
26462026-06-25T04:06:13.678Z Compiling thread-id v5.1.0
26472026-06-25T04:06:13.778Z Compiling syn v1.0.109
26482026-06-25T04:06:14.343Z Compiling generic-array v0.14.7
26492026-06-25T04:06:14.365Z Compiling powerfmt v0.2.0
26502026-06-25T04:06:14.638Z Compiling deranged v0.5.8
26512026-06-25T04:06:15.760Z Compiling num_threads v0.1.7
26522026-06-25T04:06:16.028Z Compiling time v0.3.47
26532026-06-25T04:06:16.769Z Compiling usdt-macro v0.6.0
26542026-06-25T04:06:17.128Z Compiling usdt-attr-macro v0.6.0
26552026-06-25T04:06:17.159Z Compiling rand_core v0.9.5
26562026-06-25T04:06:17.635Z Compiling multer v3.1.0
26572026-06-25T04:06:17.954Z Compiling ref-cast v1.0.25
26582026-06-25T04:06:18.068Z Compiling crossbeam-channel v0.5.15
26592026-06-25T04:06:18.285Z Compiling sync_wrapper v1.0.2
26602026-06-25T04:06:18.356Z Compiling cpufeatures v0.3.0
26612026-06-25T04:06:18.407Z Compiling winnow v1.0.3
26622026-06-25T04:06:18.440Z Compiling hex v0.4.3
26632026-06-25T04:06:18.563Z Compiling tower v0.5.3
26642026-06-25T04:06:18.738Z Compiling rand_chacha v0.9.0
26652026-06-25T04:06:18.773Z Compiling webpki-roots v1.0.7
26662026-06-25T04:06:18.899Z Compiling futures-executor v0.3.32
26672026-06-25T04:06:18.914Z Compiling ref-cast-impl v1.0.25
26682026-06-25T04:06:19.145Z Compiling async-stream-impl v0.3.6
26692026-06-25T04:06:19.301Z Compiling dropshot v0.17.1
26702026-06-25T04:06:19.384Z Compiling thread_local v1.1.9
26712026-06-25T04:06:19.572Z Compiling futures v0.3.32
26722026-06-25T04:06:19.658Z Compiling tower-http v0.6.11
26732026-06-25T04:06:19.737Z Compiling rand v0.9.4
26742026-06-25T04:06:19.841Z Compiling structmeta-derive v0.3.0
26752026-06-25T04:06:19.854Z Compiling is-terminal v0.4.17
26762026-06-25T04:06:19.866Z Compiling term v1.2.1
26772026-06-25T04:06:19.958Z Compiling take_mut v0.2.2
26782026-06-25T04:06:20.190Z Compiling fastrand v2.4.1
26792026-06-25T04:06:20.322Z Compiling slog-term v2.9.2
26802026-06-25T04:06:20.466Z Compiling crypto-common v0.1.7
26812026-06-25T04:06:20.624Z Compiling darling_core v0.23.0
26822026-06-25T04:06:20.830Z Compiling dropshot_endpoint v0.17.1
26832026-06-25T04:06:20.896Z Compiling structmeta v0.3.0
26842026-06-25T04:06:21.108Z Compiling newtype-uuid-macros v0.1.0
26852026-06-25T04:06:21.708Z Compiling newtype-uuid v1.3.2
26862026-06-25T04:06:21.722Z Compiling strum_macros v0.26.4
26872026-06-25T04:06:21.926Z Compiling daft v0.1.7
26882026-06-25T04:06:22.481Z Compiling tempfile v3.27.0
26892026-06-25T04:06:22.672Z Compiling hybrid-array v0.4.12
26902026-06-25T04:06:22.711Z Compiling darling_macro v0.23.0
26912026-06-25T04:06:23.031Z Compiling match_cfg v0.1.0
26922026-06-25T04:06:23.112Z Compiling openssl-probe v0.2.1
26932026-06-25T04:06:23.165Z Compiling simd-adler32 v0.3.9
26942026-06-25T04:06:23.352Z Compiling darling v0.23.0
26952026-06-25T04:06:23.356Z Compiling adler2 v2.0.1
26962026-06-25T04:06:23.378Z Compiling either v1.16.0
26972026-06-25T04:06:23.450Z Compiling serde_with_macros v3.20.0
26982026-06-25T04:06:23.496Z Compiling miniz_oxide v0.8.9
26992026-06-25T04:06:23.525Z Compiling rustls-native-certs v0.8.4
27002026-06-25T04:06:23.605Z Compiling hostname v0.3.1
27012026-06-25T04:06:23.775Z Compiling toml_parser v1.1.2+spec-1.1.0
27022026-06-25T04:06:24.025Z Compiling slog-json v2.6.1
27032026-06-25T04:06:24.278Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27042026-06-25T04:06:24.324Z Compiling serde_spanned v1.1.1
27052026-06-25T04:06:24.484Z Compiling memmap2 v0.9.10
27062026-06-25T04:06:24.795Z Compiling toml_writer v1.1.1+spec-1.1.0
27072026-06-25T04:06:25.022Z Compiling slog-bunyan v2.5.0
27082026-06-25T04:06:25.062Z Compiling flate2 v1.1.9
27092026-06-25T04:06:25.102Z Compiling block-buffer v0.12.0
27102026-06-25T04:06:25.122Z Compiling crypto-common v0.2.2
27112026-06-25T04:06:25.205Z Compiling derive-ex v0.1.8
27122026-06-25T04:06:25.285Z Compiling rand_chacha v0.3.1
27132026-06-25T04:06:25.926Z Compiling strum_macros v0.27.2
27142026-06-25T04:06:26.188Z Compiling usdt v0.6.0
27152026-06-25T04:06:26.394Z Compiling debug-ignore v1.0.5
27162026-06-25T04:06:26.516Z Compiling compression-core v0.4.32
27172026-06-25T04:06:26.706Z Compiling const-oid v0.10.2
27182026-06-25T04:06:26.809Z Compiling test-strategy v0.4.5
27192026-06-25T04:06:26.823Z Compiling compression-codecs v0.4.38
27202026-06-25T04:06:27.019Z Compiling digest v0.11.3
27212026-06-25T04:06:27.193Z Compiling rand v0.8.6
27222026-06-25T04:06:27.334Z Compiling macaddr v1.0.1
27232026-06-25T04:06:27.625Z Compiling toml_datetime v1.1.1+spec-1.1.0
27242026-06-25T04:06:27.648Z Compiling encoding_rs v0.8.35
27252026-06-25T04:06:27.799Z Compiling mime v0.3.17
27262026-06-25T04:06:28.173Z Compiling spin v0.9.8
27272026-06-25T04:06:28.247Z Compiling toml v1.1.2+spec-1.1.0
27282026-06-25T04:06:28.302Z Compiling sha1 v0.11.0
27292026-06-25T04:06:28.316Z Compiling async-compression v0.4.42
27302026-06-25T04:06:28.380Z Compiling async-stream v0.3.6
27312026-06-25T04:06:28.633Z Compiling block-buffer v0.10.4
27322026-06-25T04:06:28.734Z Compiling waitgroup v0.1.2
27332026-06-25T04:06:28.813Z Compiling rustls-pemfile v2.2.0
27342026-06-25T04:06:28.893Z Compiling serde_path_to_error v0.1.20
27352026-06-25T04:06:28.897Z Compiling hostname v0.4.2
27362026-06-25T04:06:29.077Z Compiling digest v0.10.7
27372026-06-25T04:06:29.174Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27382026-06-25T04:06:29.363Z Compiling unicode-width v0.2.2
27392026-06-25T04:06:29.714Z Compiling parse-display-derive v0.10.0
27402026-06-25T04:06:29.968Z Compiling regress v0.10.5
27412026-06-25T04:06:30.904Z Compiling strum v0.26.3
27422026-06-25T04:06:31.281Z Compiling wait-timeout v0.2.1
27432026-06-25T04:06:31.747Z Compiling quick-error v1.2.3
27442026-06-25T04:06:31.870Z Compiling bit-vec v0.8.0
27452026-06-25T04:06:32.093Z Compiling bit-set v0.8.0
27462026-06-25T04:06:32.177Z Compiling rusty-fork v0.3.1
27472026-06-25T04:06:32.289Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27482026-06-25T04:06:32.411Z Compiling serde_with v3.20.0
27492026-06-25T04:06:32.623Z Compiling rand_xorshift v0.4.0
27502026-06-25T04:06:32.830Z Compiling unarray v0.1.4
27512026-06-25T04:06:32.881Z Compiling strum v0.27.2
27522026-06-25T04:06:32.957Z Compiling proptest v1.11.0
27532026-06-25T04:06:33.019Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27542026-06-25T04:06:33.032Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27552026-06-25T04:06:33.173Z Compiling instant v0.1.13
27562026-06-25T04:06:33.389Z Compiling cpufeatures v0.2.17
27572026-06-25T04:06:33.454Z Compiling iddqd v0.4.2
27582026-06-25T04:06:33.473Z Compiling itertools v0.14.0
27592026-06-25T04:06:33.534Z Compiling clap_derive v4.6.1
27602026-06-25T04:06:35.197Z Compiling utf8parse v0.2.2
27612026-06-25T04:06:35.269Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27622026-06-25T04:06:35.317Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27632026-06-25T04:06:35.438Z Compiling anstyle-parse v1.0.0
27642026-06-25T04:06:35.571Z Compiling backon v1.6.0
27652026-06-25T04:06:35.584Z Compiling terminal_size v0.4.4
27662026-06-25T04:06:35.859Z Compiling colorchoice v1.0.5
27672026-06-25T04:06:35.984Z Compiling anstyle-query v1.1.5
27682026-06-25T04:06:36.036Z Compiling is_terminal_polyfill v1.70.2
27692026-06-25T04:06:36.358Z Compiling anstyle v1.0.14
27702026-06-25T04:06:36.633Z Compiling anstream v1.0.0
27712026-06-25T04:06:37.229Z Compiling backoff v0.4.0
27722026-06-25T04:06:37.292Z Compiling parse-display v0.10.0
27732026-06-25T04:06:37.424Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
27742026-06-25T04:06:37.629Z Compiling humantime v2.3.0
27752026-06-25T04:06:37.672Z Compiling clap_lex v1.1.0
27762026-06-25T04:06:38.403Z Compiling clap_builder v4.6.0
27772026-06-25T04:06:38.880Z Compiling regress v0.11.1
27782026-06-25T04:06:40.302Z Compiling clap v4.6.1
27792026-06-25T04:06:40.399Z Compiling typify-impl v0.6.2
27802026-06-25T04:06:41.544Z Compiling toml_edit v0.25.12+spec-1.1.0
27812026-06-25T04:06:42.207Z Compiling crucible-workspace-hack v0.1.0
27822026-06-25T04:06:42.221Z Compiling proc-macro-crate v3.5.0
27832026-06-25T04:06:42.639Z Compiling zerocopy-derive v0.7.35
27842026-06-25T04:06:43.042Z Compiling unsafe-libyaml v0.2.11
27852026-06-25T04:06:43.688Z Compiling serde_yaml v0.9.34+deprecated
27862026-06-25T04:06:43.702Z Compiling typify-macro v0.6.2
27872026-06-25T04:06:44.388Z Compiling num_enum_derive v0.7.6
27882026-06-25T04:06:45.137Z Compiling darling_core v0.21.3
27892026-06-25T04:06:45.460Z Compiling convert_case v0.4.0
27902026-06-25T04:06:45.596Z Compiling num_enum v0.7.6
27912026-06-25T04:06:45.758Z Compiling derive_more v0.99.20
27922026-06-25T04:06:46.185Z Compiling toml_datetime v0.6.11
27932026-06-25T04:06:47.202Z Compiling darling_macro v0.21.3
27942026-06-25T04:06:47.252Z Compiling typify v0.6.2
27952026-06-25T04:06:47.628Z Compiling secrecy v0.10.3
27962026-06-25T04:06:47.806Z Compiling darling v0.21.3
27972026-06-25T04:06:47.823Z Compiling proc-macro-error-attr v1.0.4
27982026-06-25T04:06:48.023Z Compiling heapless v0.8.0
27992026-06-25T04:06:48.063Z Compiling prettyplease v0.2.37
28002026-06-25T04:06:48.076Z Compiling tinyvec_macros v0.1.1
28012026-06-25T04:06:48.343Z Compiling tinyvec v1.11.0
28022026-06-25T04:06:48.527Z Compiling ingot-macros v0.1.1
28032026-06-25T04:06:48.936Z Compiling zerocopy v0.7.35
28042026-06-25T04:06:48.954Z Compiling tabwriter v1.4.1
28052026-06-25T04:06:49.315Z Compiling crossbeam-epoch v0.9.18
28062026-06-25T04:06:49.476Z Compiling hash32 v0.3.1
28072026-06-25T04:06:49.543Z Compiling scroll_derive v0.12.1
28082026-06-25T04:06:49.644Z Compiling rustc_version v0.4.1
28092026-06-25T04:06:49.819Z Compiling num-integer v0.1.46
28102026-06-25T04:06:49.923Z Compiling usdt-impl v0.5.0
28112026-06-25T04:06:50.213Z Compiling proc-macro-error v1.0.4
28122026-06-25T04:06:50.281Z Compiling smoltcp v0.11.0
28132026-06-25T04:06:50.308Z Compiling pkg-config v0.3.33
28142026-06-25T04:06:50.471Z Compiling data-encoding v2.11.0
28152026-06-25T04:06:50.647Z Compiling rustix v0.38.44
28162026-06-25T04:06:50.755Z Compiling winnow v0.7.15
28172026-06-25T04:06:51.029Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28182026-06-25T04:06:51.169Z Compiling ingot-types v0.1.2
28192026-06-25T04:06:51.617Z Compiling scroll v0.12.0
28202026-06-25T04:06:51.778Z Compiling curve25519-dalek v4.1.3
28212026-06-25T04:06:52.091Z Compiling dof v0.3.0
28222026-06-25T04:06:53.129Z Compiling dtrace-parser v0.2.0
28232026-06-25T04:06:53.153Z Compiling hmac v0.12.1
28242026-06-25T04:06:53.153Z Compiling inout v0.1.4
28252026-06-25T04:06:53.299Z Compiling ff v0.13.1
28262026-06-25T04:06:53.315Z Compiling cobs v0.3.0
28272026-06-25T04:06:53.423Z Compiling bstr v1.12.1
28282026-06-25T04:06:53.564Z Compiling thread-id v4.2.2
28292026-06-25T04:06:53.657Z Compiling colored v3.1.1
28302026-06-25T04:06:53.675Z Compiling managed v0.8.0
28312026-06-25T04:06:53.689Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
28322026-06-25T04:06:53.702Z Compiling bitflags v1.3.2
28332026-06-25T04:06:53.936Z Compiling static_assertions v1.1.0
28342026-06-25T04:06:54.412Z Compiling postcard v1.1.3
28352026-06-25T04:06:54.425Z Compiling group v0.13.0
28362026-06-25T04:06:54.545Z Compiling hkdf v0.12.4
28372026-06-25T04:06:54.716Z Compiling cipher v0.4.4
28382026-06-25T04:06:55.164Z Compiling goblin v0.8.2
28392026-06-25T04:06:55.232Z Compiling ingot v0.1.1
28402026-06-25T04:06:55.414Z Compiling num-rational v0.4.2
28412026-06-25T04:06:56.391Z Compiling num-iter v0.1.45
28422026-06-25T04:06:57.110Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28432026-06-25T04:06:57.357Z Compiling universal-hash v0.5.1
28442026-06-25T04:06:57.424Z Compiling thiserror-impl-no-std v2.0.2
28452026-06-25T04:06:57.477Z Compiling hubpack_derive v0.1.1
28462026-06-25T04:06:57.554Z Compiling crypto-bigint v0.5.5
28472026-06-25T04:06:58.127Z Compiling half v2.7.1
28482026-06-25T04:06:58.411Z Compiling serde_repr v0.1.20
28492026-06-25T04:06:58.472Z Compiling curve25519-dalek-derive v0.1.1
28502026-06-25T04:06:58.562Z Compiling foreign-types-macros v0.2.3
28512026-06-25T04:06:59.163Z Compiling num-complex v0.4.6
28522026-06-25T04:06:59.602Z Compiling memoffset v0.9.1
28532026-06-25T04:06:59.727Z Compiling base64ct v1.8.3
28542026-06-25T04:06:59.817Z Compiling ciborium-io v0.2.2
28552026-06-25T04:06:59.868Z Compiling base16ct v0.2.0
28562026-06-25T04:07:00.077Z Compiling heck v0.4.1
28572026-06-25T04:07:00.164Z Compiling opaque-debug v0.3.1
28582026-06-25T04:07:00.243Z Compiling indent_write v2.2.0
28592026-06-25T04:07:00.278Z Compiling foreign-types-shared v0.3.1
28602026-06-25T04:07:00.388Z Compiling cfg_aliases v0.2.1
28612026-06-25T04:07:00.475Z Compiling nix v0.31.3
28622026-06-25T04:07:00.878Z Compiling foreign-types v0.5.0
28632026-06-25T04:07:00.965Z Compiling poly1305 v0.8.0
28642026-06-25T04:07:01.249Z Compiling password-hash v0.5.0
28652026-06-25T04:07:01.457Z Compiling elliptic-curve v0.13.8
28662026-06-25T04:07:01.584Z Compiling ciborium-ll v0.2.2
28672026-06-25T04:07:02.085Z Compiling num v0.4.3
28682026-06-25T04:07:02.204Z Compiling thiserror-no-std v2.0.2
28692026-06-25T04:07:02.222Z Compiling hubpack v0.1.2
28702026-06-25T04:07:03.258Z Compiling chacha20 v0.9.1
28712026-06-25T04:07:03.770Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28722026-06-25T04:07:03.786Z Compiling reqwest v0.12.28
28732026-06-25T04:07:04.723Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28742026-06-25T04:07:05.120Z Compiling blake2 v0.10.6
28752026-06-25T04:07:05.407Z Compiling aead v0.5.2
28762026-06-25T04:07:05.525Z Compiling byte-wrapper v0.1.0
28772026-06-25T04:07:05.599Z Compiling chacha20 v0.10.0
28782026-06-25T04:07:05.616Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
28792026-06-25T04:07:05.889Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
28802026-06-25T04:07:06.396Z Compiling cstr-argument v0.1.2
28812026-06-25T04:07:06.728Z Compiling float-ord v0.3.2
28822026-06-25T04:07:06.789Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
28832026-06-25T04:07:06.847Z Compiling keccak v0.1.6
28842026-06-25T04:07:07.086Z Compiling sha3 v0.10.9
28852026-06-25T04:07:07.104Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28862026-06-25T04:07:07.511Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
28872026-06-25T04:07:07.560Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
28882026-06-25T04:07:07.686Z Compiling rand v0.10.1
28892026-06-25T04:07:07.698Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28902026-06-25T04:07:08.303Z Compiling rustls-webpki v0.103.13
28912026-06-25T04:07:08.541Z Compiling chacha20poly1305 v0.10.1
28922026-06-25T04:07:09.787Z Compiling argon2 v0.5.3
28932026-06-25T04:07:10.578Z Compiling progenitor-client v0.10.0
28942026-06-25T04:07:10.791Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
28952026-06-25T04:07:10.838Z Compiling vsss-rs v3.3.4
28962026-06-25T04:07:11.685Z Compiling ciborium v0.2.2
28972026-06-25T04:07:12.154Z Compiling atomicwrites v0.4.4
28982026-06-25T04:07:12.323Z Compiling usdt-macro v0.5.0
28992026-06-25T04:07:12.366Z Compiling usdt-attr-macro v0.5.0
29002026-06-25T04:07:12.994Z Compiling tokio-rustls v0.26.4
29012026-06-25T04:07:13.042Z Compiling rustls-platform-verifier v0.7.0
29022026-06-25T04:07:13.281Z Compiling hyper-rustls v0.27.9
29032026-06-25T04:07:13.545Z Compiling reqwest v0.13.4
29042026-06-25T04:07:15.061Z Compiling progenitor-client v0.14.0
29052026-06-25T04:07:15.420Z Compiling progenitor-extras v0.2.0
29062026-06-25T04:07:15.537Z Compiling num-derive v0.4.2
29072026-06-25T04:07:15.582Z Compiling enum-as-inner v0.6.1
29082026-06-25T04:07:15.670Z Compiling memmap v0.7.0
29092026-06-25T04:07:15.913Z Compiling rayon-core v1.13.0
29102026-06-25T04:07:16.173Z Compiling semver v0.1.20
29112026-06-25T04:07:16.608Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29122026-06-25T04:07:16.666Z Compiling winnow v0.5.40
29132026-06-25T04:07:18.391Z Compiling toml_edit v0.19.15
29142026-06-25T04:07:18.700Z Compiling rustc_version v0.1.7
29152026-06-25T04:07:18.941Z Compiling usdt v0.5.0
29162026-06-25T04:07:19.667Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29172026-06-25T04:07:26.851Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29182026-06-25T04:07:28.596Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29192026-06-25T04:07:28.942Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29202026-06-25T04:07:29.056Z Compiling similar v2.7.0
29212026-06-25T04:07:29.128Z Compiling crossbeam-deque v0.8.6
29222026-06-25T04:07:29.305Z Compiling serde_spanned v0.6.9
29232026-06-25T04:07:29.463Z Compiling bytecount v0.6.9
29242026-06-25T04:07:29.589Z Compiling vcpkg v0.2.15
29252026-06-25T04:07:29.803Z Compiling toml_write v0.1.2
29262026-06-25T04:07:30.020Z Compiling lazy_static v1.5.0
29272026-06-25T04:07:30.142Z Compiling toml_edit v0.22.27
29282026-06-25T04:07:30.156Z Compiling openssl-sys v0.9.116
29292026-06-25T04:07:31.369Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29302026-06-25T04:07:32.300Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29312026-06-25T04:07:32.506Z Compiling proc-macro-crate v1.3.1
29322026-06-25T04:07:32.594Z Compiling newtype_derive v0.1.6
29332026-06-25T04:07:32.874Z Compiling progenitor-impl v0.13.0
29342026-06-25T04:07:32.888Z Compiling progenitor-impl v0.14.0
29352026-06-25T04:07:32.906Z Compiling itertools v0.12.1
29362026-06-25T04:07:33.681Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29372026-06-25T04:07:33.919Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29382026-06-25T04:07:34.145Z Compiling owo-colors v4.3.0
29392026-06-25T04:07:34.189Z Compiling unicode-segmentation v1.13.3
29402026-06-25T04:07:34.384Z Compiling swrite v0.1.0
29412026-06-25T04:07:34.400Z Compiling linked-hash-map v0.5.6
29422026-06-25T04:07:34.518Z Compiling resolv-conf v0.7.6
29432026-06-25T04:07:34.626Z Compiling lru-cache v0.1.2
29442026-06-25T04:07:34.783Z Compiling newline-converter v0.3.0
29452026-06-25T04:07:34.931Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29462026-06-25T04:07:34.945Z Compiling progenitor-macro v0.13.0
29472026-06-25T04:07:34.970Z Compiling progenitor-macro v0.14.0
29482026-06-25T04:07:35.141Z Compiling num_enum_derive v0.5.11
29492026-06-25T04:07:35.341Z Compiling toml v0.8.23
29502026-06-25T04:07:35.902Z Compiling rayon v1.12.0
29512026-06-25T04:07:36.031Z Compiling hickory-proto v0.24.4
29522026-06-25T04:07:36.176Z Compiling progenitor-client v0.13.0
29532026-06-25T04:07:38.147Z Compiling console v0.15.11
29542026-06-25T04:07:39.160Z Compiling camino-tempfile v1.4.1
29552026-06-25T04:07:39.198Z Compiling serde-big-array v0.5.1
29562026-06-25T04:07:39.372Z Compiling pin-project-internal v1.1.13
29572026-06-25T04:07:39.427Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29582026-06-25T04:07:39.580Z Compiling derive-where v1.6.1
29592026-06-25T04:07:40.002Z Compiling minimal-lexical v0.2.1
29602026-06-25T04:07:40.265Z Compiling siphasher v1.0.3
29612026-06-25T04:07:40.493Z Compiling phf_shared v0.12.1
29622026-06-25T04:07:40.507Z Compiling pin-project v1.1.13
29632026-06-25T04:07:40.623Z Compiling nom v7.1.3
29642026-06-25T04:07:40.723Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29652026-06-25T04:07:41.715Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
29662026-06-25T04:07:41.958Z Compiling progenitor v0.14.0
29672026-06-25T04:07:42.115Z Compiling progenitor v0.13.0
29682026-06-25T04:07:42.274Z Compiling expectorate v1.2.0
29692026-06-25T04:07:43.210Z Compiling hickory-resolver v0.24.4
29702026-06-25T04:07:45.627Z Compiling num_enum v0.5.11
29712026-06-25T04:07:45.771Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29722026-06-25T04:07:46.956Z Compiling zone_cfg_derive v0.3.1
29732026-06-25T04:07:47.073Z Compiling unicode-normalization v0.1.25
29742026-06-25T04:07:47.677Z Compiling tokio-stream v0.1.18
29752026-06-25T04:07:47.691Z Compiling async-recursion v1.1.1
29762026-06-25T04:07:48.279Z Compiling snafu-derive v0.8.9
29772026-06-25T04:07:48.421Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
29782026-06-25T04:07:48.762Z Compiling slog-dtrace v0.3.0
29792026-06-25T04:07:49.038Z Compiling csv-core v0.1.13
29802026-06-25T04:07:49.479Z Compiling unicode-width v0.1.14
29812026-06-25T04:07:49.804Z Compiling same-file v1.0.6
29822026-06-25T04:07:49.992Z Compiling foreign-types-shared v0.1.1
29832026-06-25T04:07:50.059Z Compiling openssl v0.10.80
29842026-06-25T04:07:50.095Z Compiling smawk v0.3.2
29852026-06-25T04:07:50.270Z Compiling unicode-xid v0.2.6
29862026-06-25T04:07:50.364Z Compiling foldhash v0.1.5
29872026-06-25T04:07:50.402Z Compiling cancel-safe-futures v0.1.5
29882026-06-25T04:07:50.533Z Compiling chrono-tz v0.10.4
29892026-06-25T04:07:50.597Z Compiling unicode-linebreak v0.1.5
29902026-06-25T04:07:50.683Z Compiling konst_macro_rules v0.2.19
29912026-06-25T04:07:50.719Z Compiling highway v1.3.0
29922026-06-25T04:07:50.806Z Compiling textwrap v0.16.2
29932026-06-25T04:07:50.882Z Compiling konst v0.2.20
29942026-06-25T04:07:50.915Z Compiling hashbrown v0.15.5
29952026-06-25T04:07:51.255Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29962026-06-25T04:07:51.270Z Compiling const_format_proc_macros v0.2.34
29972026-06-25T04:07:51.434Z Compiling foreign-types v0.3.2
29982026-06-25T04:07:51.470Z Compiling snafu v0.8.9
29992026-06-25T04:07:51.522Z Compiling walkdir v2.5.0
30002026-06-25T04:07:51.565Z Compiling csv v1.4.0
30012026-06-25T04:07:52.037Z Compiling qorb v0.4.1
30022026-06-25T04:07:52.050Z Compiling zone v0.3.1
30032026-06-25T04:07:52.088Z Compiling olpc-cjson v0.1.4
30042026-06-25T04:07:52.262Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30052026-06-25T04:07:52.301Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30062026-06-25T04:07:52.382Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30072026-06-25T04:07:52.849Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30082026-06-25T04:07:53.803Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30092026-06-25T04:07:54.365Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30102026-06-25T04:07:55.841Z Compiling phf v0.12.1
30112026-06-25T04:07:56.508Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30122026-06-25T04:07:56.571Z Compiling tokio-dtrace v0.1.1
30132026-06-25T04:07:56.913Z Compiling globset v0.4.18
30142026-06-25T04:07:57.169Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30152026-06-25T04:07:57.400Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30162026-06-25T04:07:57.861Z Compiling smf v0.2.3
30172026-06-25T04:07:58.047Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
30182026-06-25T04:07:58.051Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
30192026-06-25T04:07:59.024Z Compiling libsw-core v0.3.2
30202026-06-25T04:07:59.129Z Compiling pem v3.0.6
30212026-06-25T04:07:59.219Z Compiling serde_plain v1.0.2
30222026-06-25T04:07:59.300Z Compiling openssl-macros v0.1.1
30232026-06-25T04:07:59.520Z Compiling cookie v0.18.1
30242026-06-25T04:07:59.568Z Compiling sigpipe v0.1.3
30252026-06-25T04:07:59.672Z Compiling fixedbitset v0.5.7
30262026-06-25T04:07:59.787Z Compiling jiff v0.2.28
30272026-06-25T04:07:59.814Z Compiling typed-path v0.9.3
30282026-06-25T04:07:59.828Z Compiling fixedbitset v0.4.2
30292026-06-25T04:08:00.197Z Compiling glob v0.3.3
30302026-06-25T04:08:00.300Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30312026-06-25T04:08:00.582Z Compiling petgraph v0.6.5
30322026-06-25T04:08:00.924Z Compiling tough v0.22.0
30332026-06-25T04:08:01.041Z Compiling petgraph v0.8.3
30342026-06-25T04:08:02.277Z Compiling libsw v3.5.0
30352026-06-25T04:08:02.449Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
30362026-06-25T04:08:02.472Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
30372026-06-25T04:08:02.763Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30382026-06-25T04:08:03.020Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30392026-06-25T04:08:03.449Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30402026-06-25T04:08:03.758Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30412026-06-25T04:08:03.922Z Compiling oxide-tokio-rt v0.1.6
30422026-06-25T04:08:05.023Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30432026-06-25T04:08:06.740Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30442026-06-25T04:08:06.984Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30452026-06-25T04:08:07.465Z Compiling const_format v0.2.36
30462026-06-25T04:08:07.834Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30472026-06-25T04:08:08.618Z Compiling papergrid v0.11.0
30482026-06-25T04:08:08.693Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30492026-06-25T04:08:09.029Z Compiling libscf-sys v1.2.0
30502026-06-25T04:08:09.188Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30512026-06-25T04:08:09.503Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30522026-06-25T04:08:09.641Z Compiling tabled_derive v0.7.0
30532026-06-25T04:08:09.886Z Compiling gethostname v0.5.0
30542026-06-25T04:08:10.031Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
30552026-06-25T04:08:10.118Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30562026-06-25T04:08:10.249Z Compiling bcs v0.1.6
30572026-06-25T04:08:10.625Z Compiling whoami v1.6.1
30582026-06-25T04:08:10.654Z Compiling tagptr v0.2.0
30592026-06-25T04:08:10.824Z Compiling termtree v0.5.1
30602026-06-25T04:08:11.007Z Compiling linear-map v1.2.0
30612026-06-25T04:08:11.115Z Compiling moka v0.12.15
30622026-06-25T04:08:11.233Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30632026-06-25T04:08:12.392Z Compiling tabled v0.15.0
30642026-06-25T04:08:13.069Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30652026-06-25T04:08:13.323Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30662026-06-25T04:08:13.898Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30672026-06-25T04:08:14.124Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30682026-06-25T04:08:14.360Z Compiling steno v0.4.1
30692026-06-25T04:08:15.666Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30702026-06-25T04:08:19.401Z Compiling hickory-proto v0.25.2
30712026-06-25T04:08:19.519Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30722026-06-25T04:08:20.256Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
30732026-06-25T04:08:20.983Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
30742026-06-25T04:08:21.115Z Compiling parking_lot_core v0.8.6
30752026-06-25T04:08:21.242Z Compiling nom v8.0.0
30762026-06-25T04:08:21.864Z Compiling hickory-resolver v0.25.2
30772026-06-25T04:08:22.615Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
30782026-06-25T04:08:22.706Z Compiling crunchy v0.2.4
30792026-06-25T04:08:22.750Z Compiling parking_lot v0.11.2
30802026-06-25T04:08:23.042Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30812026-06-25T04:08:23.336Z Compiling typify-impl v0.4.3
30822026-06-25T04:08:23.644Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
30832026-06-25T04:08:23.919Z Compiling fxhash v0.2.1
30842026-06-25T04:08:24.096Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
30852026-06-25T04:08:24.387Z Compiling proc-macro-error-attr2 v2.0.0
30862026-06-25T04:08:24.861Z Compiling tiny-keccak v2.0.2
30872026-06-25T04:08:25.143Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
30882026-06-25T04:08:25.455Z Compiling proc-macro-error2 v2.0.1
30892026-06-25T04:08:25.761Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30902026-06-25T04:08:26.683Z Compiling typify-macro v0.4.3
30912026-06-25T04:08:27.526Z Compiling sled v0.34.7
30922026-06-25T04:08:28.275Z Compiling arc-swap v1.9.1
30932026-06-25T04:08:28.514Z Compiling slog-scope v4.4.1
30942026-06-25T04:08:28.630Z Compiling tabled_derive v0.11.0
30952026-06-25T04:08:29.483Z Compiling papergrid v0.18.0
30962026-06-25T04:08:29.775Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
30972026-06-25T04:08:30.433Z Compiling testing_table v0.3.0
30982026-06-25T04:08:30.464Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
30992026-06-25T04:08:30.741Z Compiling internet-checksum v0.2.1
31002026-06-25T04:08:30.892Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
31012026-06-25T04:08:30.914Z Compiling tabled v0.21.0
31022026-06-25T04:08:31.213Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
31032026-06-25T04:08:31.338Z Compiling slog-stdlog v4.1.1
31042026-06-25T04:08:31.802Z Compiling const-random-macro v0.1.16
31052026-06-25T04:08:32.243Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
31062026-06-25T04:08:32.951Z Compiling dropshot-api-manager-types v0.7.2
31072026-06-25T04:08:33.533Z Compiling smartstring v1.0.1
31082026-06-25T04:08:33.822Z Compiling ahash v0.8.12
31092026-06-25T04:08:35.077Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
31102026-06-25T04:08:35.090Z Compiling const-random v0.1.18
31112026-06-25T04:08:35.176Z Compiling slog-envlogger v2.2.0
31122026-06-25T04:08:36.329Z Compiling typify v0.4.3
31132026-06-25T04:08:36.990Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
31142026-06-25T04:08:38.735Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd7749d9dd18f39e065781147cbf51d39930ceca#cd7749d9)
31152026-06-25T04:08:39.206Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
31162026-06-25T04:08:41.140Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
31172026-06-25T04:08:41.172Z Compiling toml_datetime v0.7.5+spec-1.1.0
31182026-06-25T04:08:41.476Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd7749d9dd18f39e065781147cbf51d39930ceca#cd7749d9)
31192026-06-25T04:08:41.777Z Compiling crc8 v0.1.1
31202026-06-25T04:08:41.906Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
31212026-06-25T04:08:44.867Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
31222026-06-25T04:08:45.262Z Compiling toml v0.9.12+spec-1.1.0
31232026-06-25T04:08:45.494Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd7749d9dd18f39e065781147cbf51d39930ceca#cd7749d9)
31242026-06-25T04:08:45.614Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
31252026-06-25T04:08:46.393Z Compiling progenitor-impl v0.10.0
31262026-06-25T04:08:47.105Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
31272026-06-25T04:08:47.185Z Compiling lzma-sys v0.1.20
31282026-06-25T04:08:47.658Z Compiling sha1 v0.10.6
31292026-06-25T04:08:47.817Z Compiling thin-vec v0.2.18
31302026-06-25T04:08:48.107Z Compiling rhai_codegen v3.2.0
31312026-06-25T04:08:48.180Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd7749d9dd18f39e065781147cbf51d39930ceca#cd7749d9)
31322026-06-25T04:08:48.487Z Compiling fs-err v3.3.0
31332026-06-25T04:08:48.747Z Compiling typeid v1.0.3
31342026-06-25T04:08:48.778Z Compiling utf-8 v0.7.6
31352026-06-25T04:08:49.007Z Compiling tungstenite v0.21.0
31362026-06-25T04:08:49.397Z Compiling rhai v1.25.1
31372026-06-25T04:08:50.103Z Compiling progenitor-macro v0.10.0
31382026-06-25T04:08:54.304Z Compiling cargo_toml v0.22.3
31392026-06-25T04:08:56.521Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31402026-06-25T04:08:57.677Z Compiling sha2 v0.10.9
31412026-06-25T04:08:58.169Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31422026-06-25T04:08:58.939Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31432026-06-25T04:08:59.272Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
31442026-06-25T04:09:00.042Z Compiling progenitor v0.10.0
31452026-06-25T04:09:00.216Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd7749d9dd18f39e065781147cbf51d39930ceca#cd7749d9)
31462026-06-25T04:09:00.330Z Compiling tokio-tungstenite v0.21.0
31472026-06-25T04:09:01.313Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
31482026-06-25T04:09:01.560Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
31492026-06-25T04:09:02.020Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
31502026-06-25T04:09:02.289Z Compiling console v0.16.3
31512026-06-25T04:09:02.414Z Compiling git-stub v1.0.0
31522026-06-25T04:09:03.340Z Compiling base64 v0.21.7
31532026-06-25T04:09:03.562Z Compiling unit-prefix v0.5.2
31542026-06-25T04:09:03.741Z Compiling is_ci v1.2.0
31552026-06-25T04:09:03.861Z Compiling supports-color v3.0.2
31562026-06-25T04:09:03.928Z Compiling indicatif v0.18.4
31572026-06-25T04:09:04.117Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31582026-06-25T04:09:05.023Z Compiling git-stub-vcs v0.1.0
31592026-06-25T04:09:05.462Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
31602026-06-25T04:09:05.759Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd7749d9dd18f39e065781147cbf51d39930ceca#cd7749d9)
31612026-06-25T04:09:06.649Z Compiling ron v0.12.1
31622026-06-25T04:09:06.978Z Compiling xz2 v0.1.7
31632026-06-25T04:09:07.334Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
31642026-06-25T04:09:08.051Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
31652026-06-25T04:09:08.867Z Compiling drift v0.2.0
31662026-06-25T04:09:09.764Z Compiling base16ct v1.0.0
31672026-06-25T04:09:10.467Z Compiling dropshot-api-manager v0.7.2
31682026-06-25T04:09:14.632Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
31692026-06-25T04:09:17.466Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
31702026-06-25T04:09:18.655Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
31712026-06-25T04:09:20.001Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
31722026-06-25T04:09:21.454Z Compiling natord v1.0.9
31732026-06-25T04:09:21.831Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
31742026-06-25T04:09:21.930Z Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util)
31752026-06-25T04:09:24.057Z Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
31762026-06-25T04:09:25.766Z Compiling mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify)
31772026-06-25T04:09:26.919Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
31782026-06-25T04:09:31.851Z Compiling falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab)
31792026-06-25T04:09:34.513Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
31802026-06-25T04:09:35.235Z Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
31812026-06-25T04:09:37.328Z Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
31822026-06-25T04:09:40.792Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
31832026-06-25T04:10:05.192Z Finished `release` profile [optimized] target(s) in 4m 20s
31842026-06-25T04:10:05.374Z
31852026-06-25T04:10:05.375Zreal 4:20.949246363
31862026-06-25T04:10:05.375Zuser 29:47.887369832
31872026-06-25T04:10:05.375Zsys 2:45.372107033
31882026-06-25T04:10:05.375Ztrap 0.754015813
31892026-06-25T04:10:05.375Ztflt 1.337440036
31902026-06-25T04:10:05.375Zdflt 1.708300974
31912026-06-25T04:10:05.375Zkflt 0.000068908
31922026-06-25T04:10:05.375Zlock 1:59:24.869967359
31932026-06-25T04:10:05.375Zslp 1:26:26.660988113
31942026-06-25T04:10:05.375Zlat 2:12.823837829
31952026-06-25T04:10:05.375Zstop 3:23.110814080
31962026-06-25T04:10:05.378Z+ for x in debug release
31972026-06-25T04:10:05.378Z+ mkdir -p /work/debug
31982026-06-25T04:10:05.378Z+ cp target/debug/ddmd /work/debug/ddmd
31992026-06-25T04:10:05.856Z+ cp target/debug/ddmadm /work/debug/ddmadm
32002026-06-25T04:10:06.247Z+ cp target/debug/mgd /work/debug/mgd
32012026-06-25T04:10:06.853Z+ cp target/debug/mgadm /work/debug/mgadm
32022026-06-25T04:10:07.404Z+ for x in debug release
32032026-06-25T04:10:07.404Z+ mkdir -p /work/release
32042026-06-25T04:10:07.407Z+ cp target/release/ddmd /work/release/ddmd
32052026-06-25T04:10:07.467Z+ cp target/release/ddmadm /work/release/ddmadm
32062026-06-25T04:10:07.542Z+ cp target/release/mgd /work/release/mgd
32072026-06-25T04:10:07.656Z+ cp target/release/mgadm /work/release/mgadm
32082026-06-25T04:10:07.754Z+ cp target/release/falcon-lab /work/release/falcon-lab
32092026-06-25T04:10:07.822Zprocess exited: duration 678159 ms, exit code 0
 
32102026-06-25T04:10:07.838Zfound 9 output files
32112026-06-25T04:10:07.838Zuploading: /work/debug/ddmadm (513717344 bytes)
32122026-06-25T04:10:18.283Zuploaded: /work/debug/ddmadm
32132026-06-25T04:10:18.283Zuploading: /work/debug/ddmd (588534568 bytes)
32142026-06-25T04:10:27.151Zuploaded: /work/debug/ddmd
32152026-06-25T04:10:27.151Zuploading: /work/debug/mgadm (609388712 bytes)
32162026-06-25T04:10:38.374Zuploaded: /work/debug/mgadm
32172026-06-25T04:10:38.381Zuploading: /work/debug/mgd (688819824 bytes)
32182026-06-25T04:10:49.175Zuploaded: /work/debug/mgd
32192026-06-25T04:10:49.175Zuploading: /work/release/ddmadm (45420224 bytes)
32202026-06-25T04:10:50.529Zuploaded: /work/release/ddmadm
32212026-06-25T04:10:50.529Zuploading: /work/release/ddmd (53074176 bytes)
32222026-06-25T04:10:51.993Zuploaded: /work/release/ddmd
32232026-06-25T04:10:52.002Zuploading: /work/release/falcon-lab (39489152 bytes)
32242026-06-25T04:10:53.340Zuploaded: /work/release/falcon-lab
32252026-06-25T04:10:53.340Zuploading: /work/release/mgadm (60257504 bytes)
32262026-06-25T04:10:54.811Zuploaded: /work/release/mgadm
32272026-06-25T04:10:54.812Zuploading: /work/release/mgd (72093936 bytes)
32282026-06-25T04:10:56.391Zuploaded: /work/release/mgd