01KTESFJCK8MVQ57R6TS5ZX6MS: 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: 01KTESFZWS0H7J25HZJBM92659

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-06T15:41:30.512Zjob assigned to worker 01KTESG3CSWM19S4CDW0R3MZ58 [factory aws, i-02e0300cd29d218c4] (queued for 45 s)
 
22026-06-06T15:41:37.243Zstarting task 0: "setup"
32026-06-06T15:41:37.248Z++ uname -s
42026-06-06T15:41:37.252Z+ kern=SunOS
52026-06-06T15:41:37.252Z+ build_user=build
62026-06-06T15:41:37.252Z+ build_uid=12345
72026-06-06T15:41:37.252Z+ work_dir=/work
82026-06-06T15:41:37.252Z+ input_dir=/input
92026-06-06T15:41:37.252Z+ [[ 0 == 12345 ]]
102026-06-06T15:41:37.252Z+ case "$kern" in
112026-06-06T15:41:37.252Z+ groupadd -g 12345 build
122026-06-06T15:41:37.252Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-06T15:41:39.257Z+ zfs create -o mountpoint=/work rpool/work
142026-06-06T15:41:39.386Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-06T15:41:39.389Z+ home_fs=zfs
162026-06-06T15:41:39.389Z+ [[ zfs == autofs ]]
172026-06-06T15:41:39.389Z+ mkdir -p /home/build
182026-06-06T15:41:39.389Z+ chown build:build /home/build /work
192026-06-06T15:41:41.390Z+ chmod 0700 /home/build /work
202026-06-06T15:41:41.393Zprocess exited: duration 4148 ms, exit code 0
 
212026-06-06T15:41:41.398Zstarting task 1: "rust-toolchain"
222026-06-06T15:41:41.402Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-06T15:41:41.402Z * rust toolchain channel = "stable"
242026-06-06T15:41:41.402Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-06-06T15:41:41.402Z * rust toolchain profile = "default"
262026-06-06T15:41:41.405Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-06T15:41:41.405Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-06T15:41:41.405Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-06T15:41:41.405Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-06T15:41:41.524Zinfo: downloading installer
312026-06-06T15:41:42.849Zwarn: It looks like you have an existing installation of Rust at:
322026-06-06T15:41:42.849Zwarn: /opt/ooce/bin
332026-06-06T15:41:42.849Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-06T15:41:42.849Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-06T15:41:42.849Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-06T15:41:42.849Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-06T15:41:42.849Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-06T15:41:42.849Zerror: cannot install while Rust is installed
392026-06-06T15:41:42.849Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-06T15:41:42.853Zwarn: It looks like you have an existing rustup settings file at:
412026-06-06T15:41:42.853Zwarn: /home/build/.rustup/settings.toml
422026-06-06T15:41:42.853Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-06T15:41:42.853Zwarn: instead of the one inferred from the default host triple.
442026-06-06T15:41:42.863Zinfo: profile set to default
452026-06-06T15:41:42.863Zinfo: default host triple is x86_64-unknown-illumos
462026-06-06T15:41:42.866Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-06T15:41:42.995Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-06T15:41:42.998Zinfo: downloading 6 components
492026-06-06T15:41:57.297Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-06-06T15:41:57.297Z
512026-06-06T15:41:57.331Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-06T15:41:57.332Z
532026-06-06T15:41:57.332Z
542026-06-06T15:41:57.332ZRust is installed now. Great!
552026-06-06T15:41:57.332Z
562026-06-06T15:41:57.332ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-06T15:41:57.332Zenvironment variable. This has not been done automatically.
582026-06-06T15:41:57.332Z
592026-06-06T15:41:57.332ZTo configure your current shell, you need to source
602026-06-06T15:41:57.332Zthe corresponding env file under $HOME/.cargo.
612026-06-06T15:41:57.332Z
622026-06-06T15:41:57.332ZThis is usually done by running one of the following (note the leading DOT):
632026-06-06T15:41:57.332Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-06T15:41:57.332Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-06T15:41:57.332Zsource "~/.cargo/env.nu" # For nushell
662026-06-06T15:41:57.332Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-06T15:41:57.332Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-06T15:41:57.332Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-06T15:41:57.336Zwarn: no default linker (`cc`) was found in your PATH
702026-06-06T15:41:57.336Zwarn: many Rust crates require a system C toolchain to build
712026-06-06T15:41:57.420Z+ rustup --version
722026-06-06T15:41:57.429Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-06T15:41:57.432Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-06T15:41:57.451Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-06T15:41:57.454Z+ cargo --version
762026-06-06T15:41:57.467Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-06T15:41:57.470Z+ rustc --version
782026-06-06T15:41:57.489Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-06T15:41:57.492Zprocess exited: duration 16092 ms, exit code 0
 
802026-06-06T15:41:57.498Zstarting task 2: "authentication"
812026-06-06T15:41:57.513Zprocess exited: duration 15 ms, exit code 0
 
822026-06-06T15:41:57.519Zstarting task 3: "clone repository"
832026-06-06T15:41:57.522Z+ mkdir -p /work/oxidecomputer/maghemite
842026-06-06T15:41:57.525Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-06-06T15:41:57.563ZCloning into '/work/oxidecomputer/maghemite'...
862026-06-06T15:41:58.653Z+ cd /work/oxidecomputer/maghemite
872026-06-06T15:41:58.653Z+ git fetch origin 657e9155e12dee27b05882e8bb208595085648aa
882026-06-06T15:41:58.910ZFrom https://github.com/oxidecomputer/maghemite
892026-06-06T15:41:58.910Z * branch 657e9155e12dee27b05882e8bb208595085648aa -> FETCH_HEAD
902026-06-06T15:41:58.915Z+ [[ -n die-prefix-die ]]
912026-06-06T15:41:58.918Z++ git branch --show-current
922026-06-06T15:41:58.918Z+ current=main
932026-06-06T15:41:58.918Z+ [[ main != die-prefix-die ]]
942026-06-06T15:41:58.918Z+ git branch -f die-prefix-die 657e9155e12dee27b05882e8bb208595085648aa
952026-06-06T15:41:58.921Z+ git checkout -f die-prefix-die
962026-06-06T15:41:58.938ZSwitched to branch 'die-prefix-die'
972026-06-06T15:41:58.941Z+ git reset --hard 657e9155e12dee27b05882e8bb208595085648aa
982026-06-06T15:41:58.956ZHEAD is now at 657e915 Merge branch 'main' into die-prefix-die
992026-06-06T15:41:58.959Zprocess exited: duration 1436 ms, exit code 0
 
1002026-06-06T15:41:58.964Zstarting task 4: "build"
1012026-06-06T15:41:58.968Z+ pfexec pkg install clang-15
1022026-06-06T15:42:06.497Z Startup: Refreshing catalog 'helios-dev' ... Done
1032026-06-06T15:42:14.312Z Startup: Caching catalogs ... Done
1042026-06-06T15:42:21.582ZPlanning: Solver setup ... Done
1052026-06-06T15:42:21.623ZPlanning: Running solver ... Done
1062026-06-06T15:42:21.766ZPlanning: Finding local manifests ... Done
1072026-06-06T15:42:21.782ZPlanning: Fetching manifests: 0/2 0% complete
1082026-06-06T15:42:21.865ZPlanning: Fetching manifests: 2/2 100% complete
1092026-06-06T15:42:21.894ZPlanning: Package planning ... Done
1102026-06-06T15:42:21.919ZPlanning: Merging actions ... Done
1112026-06-06T15:42:22.028ZPlanning: Checking for conflicting actions ... Done
1122026-06-06T15:42:22.035ZPlanning: Consolidating action changes ... Done
1132026-06-06T15:42:22.809ZPlanning: Evaluating mediators ... Done
1142026-06-06T15:42:22.815ZPlanning: Planning completed in 8.34 seconds
1152026-06-06T15:42:22.826Z Packages to install: 2
1162026-06-06T15:42:22.826Z Mediators to change: 2
1172026-06-06T15:42:22.830Z Services to change: 1
1182026-06-06T15:42:22.830Z Create boot environment: No
1192026-06-06T15:42:22.830ZCreate backup boot environment: No
1202026-06-06T15:42:22.867Z
1212026-06-06T15:42:22.867ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1222026-06-06T15:42:27.869ZDownload: 1356/3076 items 116.4/211.3MB 55% complete (24.0M/s)
1232026-06-06T15:42:32.874ZDownload: 2249/3076 items 118.9/211.3MB 56% complete (12.0M/s)
1242026-06-06T15:42:36.629ZDownload: Completed 211.31 MB in 13.76 seconds (15.4M/s)
1252026-06-06T15:42:36.949Z Actions: 1/3418 actions (Installing new actions)
1262026-06-06T15:42:40.066Z Actions: Completed 3418 actions in 3.11 seconds.
1272026-06-06T15:42:40.746Z Done
1282026-06-06T15:42:40.746Z Done
1292026-06-06T15:42:41.490Z Done
1302026-06-06T15:42:44.897Z Done
1312026-06-06T15:42:44.975Z Done
1322026-06-06T15:42:44.978Z Done
1332026-06-06T15:42:45.235Z Done
1342026-06-06T15:42:45.933Z+ cargo --version
1352026-06-06T15:42:45.939Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
1362026-06-06T15:42:46.087Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
1372026-06-06T15:42:46.090Zinfo: downloading 6 components
1382026-06-06T15:43:01.348Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1392026-06-06T15:43:01.351Z+ rustc --version
1402026-06-06T15:43:01.378Zrustc 1.95.0 (59807616e 2026-04-14)
1412026-06-06T15:43:01.381Z+ banner check
1422026-06-06T15:43:01.384Z
1432026-06-06T15:43:01.384Z #### # # ###### #### # #
1442026-06-06T15:43:01.384Z # # # # # # # # #
1452026-06-06T15:43:01.384Z # ###### ##### # ####
1462026-06-06T15:43:01.384Z # # # # # # #
1472026-06-06T15:43:01.384Z # # # # # # # # #
1482026-06-06T15:43:01.384Z #### # # ###### #### # #
1492026-06-06T15:43:01.384Z
1502026-06-06T15:43:01.384Z+ cargo fmt -- --check
1512026-06-06T15:43:01.775Z+ cargo clippy --all-targets -- --deny warnings
1522026-06-06T15:43:01.887Z Updating git repository `https://github.com/oxidecomputer/falcon`
1532026-06-06T15:43:02.482ZFrom https://github.com/oxidecomputer/falcon
1542026-06-06T15:43:02.483Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
1552026-06-06T15:43:02.566Z Updating crates.io index
1562026-06-06T15:43:02.605Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1572026-06-06T15:43:03.529ZFrom https://github.com/oxidecomputer/dendrite
1582026-06-06T15:43:03.529Z * [new ref] 0c92583413d48f50f87c32bac3ed9a26b6785b58 -> refs/commit/0c92583413d48f50f87c32bac3ed9a26b6785b58
1592026-06-06T15:43:03.803Z Updating git repository `https://github.com/oxidecomputer/ispf`
1602026-06-06T15:43:04.117ZFrom https://github.com/oxidecomputer/ispf
1612026-06-06T15:43:04.117Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
1622026-06-06T15:43:04.122Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1632026-06-06T15:43:04.498ZFrom https://github.com/oxidecomputer/netadm-sys
1642026-06-06T15:43:04.498Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
1652026-06-06T15:43:04.506Z Updating git repository `https://github.com/oxidecomputer/omicron`
1662026-06-06T15:43:13.144ZFrom https://github.com/oxidecomputer/omicron
1672026-06-06T15:43:13.144Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
1682026-06-06T15:43:13.566Z Updating git repository `https://github.com/oxidecomputer/opte`
1692026-06-06T15:43:14.243ZFrom https://github.com/oxidecomputer/opte
1702026-06-06T15:43:14.243Z * [new ref] 8b44982bf0d3f8ea52c810b2b00425a1e350e2f8 -> refs/commit/8b44982bf0d3f8ea52c810b2b00425a1e350e2f8
1712026-06-06T15:43:14.821Z Updating git repository `https://github.com/illumos/smf-rs`
1722026-06-06T15:43:15.115ZFrom https://github.com/illumos/smf-rs
1732026-06-06T15:43:15.115Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
1742026-06-06T15:43:15.316Z Updating git repository `https://github.com/oxidecomputer/network-interface`
1752026-06-06T15:43:15.629ZFrom https://github.com/oxidecomputer/network-interface
1762026-06-06T15:43:15.629Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
1772026-06-06T15:43:15.651Z Updating git repository `https://github.com/oxidecomputer/zone`
1782026-06-06T15:43:15.954ZFrom https://github.com/oxidecomputer/zone
1792026-06-06T15:43:15.957Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
1802026-06-06T15:43:16.084Z Updating git repository `https://github.com/oxidecomputer/propolis`
1812026-06-06T15:43:16.714ZFrom https://github.com/oxidecomputer/propolis
1822026-06-06T15:43:16.715Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
1832026-06-06T15:43:16.982Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1842026-06-06T15:43:17.497ZFrom https://github.com/oxidecomputer/transceiver-control
1852026-06-06T15:43:17.497Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
1862026-06-06T15:43:17.516Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1872026-06-06T15:43:17.812ZFrom https://github.com/oxidecomputer/dlpi-sys
1882026-06-06T15:43:17.812Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
1892026-06-06T15:43:17.818Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1902026-06-06T15:43:18.127ZFrom https://github.com/jmesmon/rust-libzfs
1912026-06-06T15:43:18.127Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
1922026-06-06T15:43:18.135Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1932026-06-06T15:43:18.418ZFrom https://github.com/oxidecomputer/rusty-doors
1942026-06-06T15:43:18.418Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
1952026-06-06T15:43:18.538Z Updating git repository `https://github.com/oxidecomputer/lldp`
1962026-06-06T15:43:18.888ZFrom https://github.com/oxidecomputer/lldp
1972026-06-06T15:43:18.889Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
1982026-06-06T15:43:18.967Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1992026-06-06T15:43:19.260ZFrom https://github.com/oxidecomputer/slog-error-chain
2002026-06-06T15:43:19.261Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
2012026-06-06T15:43:19.279Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2022026-06-06T15:43:19.619ZFrom https://github.com/oxidecomputer/tufaceous
2032026-06-06T15:43:19.619Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
2042026-06-06T15:43:19.842Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2052026-06-06T15:43:20.313ZFrom https://github.com/oxidecomputer/management-gateway-service
2062026-06-06T15:43:20.316Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
2072026-06-06T15:43:20.520Z Updating git repository `https://github.com/oxidecomputer/crucible`
2082026-06-06T15:43:21.350ZFrom https://github.com/oxidecomputer/crucible
2092026-06-06T15:43:21.350Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
2102026-06-06T15:43:22.370Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2112026-06-06T15:43:22.653ZFrom https://github.com/oxidecomputer/serde_human_bytes
2122026-06-06T15:43:22.653Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
2132026-06-06T15:43:22.994Z Updating git repository `https://github.com/oxidecomputer/propolis`
2142026-06-06T15:43:23.424ZFrom https://github.com/oxidecomputer/propolis
2152026-06-06T15:43:23.424Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
2162026-06-06T15:43:23.776Z Updating git repository `https://github.com/oxidecomputer/crucible`
2172026-06-06T15:43:24.305ZFrom https://github.com/oxidecomputer/crucible
2182026-06-06T15:43:24.305Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
2192026-06-06T15:43:24.397Z Updating git repository `https://github.com/oxidecomputer/tofino`
2202026-06-06T15:43:24.775ZFrom https://github.com/oxidecomputer/tofino
2212026-06-06T15:43:24.776Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
2222026-06-06T15:43:24.806Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2232026-06-06T15:43:25.953ZFrom https://github.com/oxidecomputer/maghemite
2242026-06-06T15:43:25.953Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
2252026-06-06T15:43:26.033Z Updating git repository `https://github.com/oxidecomputer/clickward`
2262026-06-06T15:43:26.316ZFrom https://github.com/oxidecomputer/clickward
2272026-06-06T15:43:26.316Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
2282026-06-06T15:43:26.332Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2292026-06-06T15:43:26.616ZFrom https://github.com/oxidecomputer/illumos-devinfo
2302026-06-06T15:43:26.616Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
2312026-06-06T15:43:28.302Z Downloading crates ...
2322026-06-06T15:43:28.366Z Downloaded adler2 v2.0.1
2332026-06-06T15:43:28.371Z Downloaded clap_lex v1.1.0
2342026-06-06T15:43:28.374Z Downloaded const-oid v0.10.2
2352026-06-06T15:43:28.377Z Downloaded crypto-common v0.1.7
2362026-06-06T15:43:28.380Z Downloaded anstyle-parse v1.0.0
2372026-06-06T15:43:28.382Z Downloaded bit-set v0.8.0
2382026-06-06T15:43:28.385Z Downloaded base16ct v0.2.0
2392026-06-06T15:43:28.387Z Downloaded ahash v0.8.12
2402026-06-06T15:43:28.390Z Downloaded async-trait v0.1.89
2412026-06-06T15:43:28.393Z Downloaded block-buffer v0.10.4
2422026-06-06T15:43:28.395Z Downloaded fxhash v0.2.1
2432026-06-06T15:43:28.395Z Downloaded futures-channel v0.3.32
2442026-06-06T15:43:28.398Z Downloaded futures-sink v0.3.32
2452026-06-06T15:43:28.401Z Downloaded foldhash v0.2.0
2462026-06-06T15:43:28.401Z Downloaded allocator-api2 v0.2.21
2472026-06-06T15:43:28.404Z Downloaded base16ct v1.0.0
2482026-06-06T15:43:28.407Z Downloaded atomicwrites v0.4.4
2492026-06-06T15:43:28.407Z Downloaded atomic-waker v1.1.2
2502026-06-06T15:43:28.410Z Downloaded either v1.16.0
2512026-06-06T15:43:28.412Z Downloaded async-stream-impl v0.3.6
2522026-06-06T15:43:28.415Z Downloaded dropshot-api-manager-types v0.7.2
2532026-06-06T15:43:28.415Z Downloaded bit-vec v0.8.0
2542026-06-06T15:43:28.417Z Downloaded dof v0.3.0
2552026-06-06T15:43:28.420Z Downloaded darling v0.23.0
2562026-06-06T15:43:28.423Z Downloaded dropshot-api-manager v0.7.2
2572026-06-06T15:43:28.427Z Downloaded erased-serde v0.3.31
2582026-06-06T15:43:28.429Z Downloaded dtrace-parser v0.3.0
2592026-06-06T15:43:28.432Z Downloaded embedded-io v0.6.1
2602026-06-06T15:43:28.435Z Downloaded errno v0.3.14
2612026-06-06T15:43:28.437Z Downloaded drift v0.2.0
2622026-06-06T15:43:28.442Z Downloaded diff v0.1.13
2632026-06-06T15:43:28.445Z Downloaded dyn-clone v1.0.20
2642026-06-06T15:43:28.447Z Downloaded foreign-types v0.3.2
2652026-06-06T15:43:28.450Z Downloaded crunchy v0.2.4
2662026-06-06T15:43:28.450Z Downloaded deranged v0.5.8
2672026-06-06T15:43:28.452Z Downloaded expectorate v1.2.0
2682026-06-06T15:43:28.455Z Downloaded enum-as-inner v0.6.1
2692026-06-06T15:43:28.458Z Downloaded ciborium-ll v0.2.2
2702026-06-06T15:43:28.460Z Downloaded futures-macro v0.3.32
2712026-06-06T15:43:28.460Z Downloaded equivalent v1.0.2
2722026-06-06T15:43:28.464Z Downloaded embedded-io v0.4.0
2732026-06-06T15:43:28.467Z Downloaded form_urlencoded v1.2.2
2742026-06-06T15:43:28.467Z Downloaded crucible-workspace-hack v0.1.0
2752026-06-06T15:43:28.470Z Downloaded const-random v0.1.18
2762026-06-06T15:43:28.470Z Downloaded cobs v0.3.0
2772026-06-06T15:43:28.472Z Downloaded ciborium-io v0.2.2
2782026-06-06T15:43:28.472Z Downloaded debug-ignore v1.0.5
2792026-06-06T15:43:28.475Z Downloaded generic-array v0.14.7
2802026-06-06T15:43:28.478Z Downloaded futures-io v0.3.32
2812026-06-06T15:43:28.480Z Downloaded hex v0.4.3
2822026-06-06T15:43:28.480Z Downloaded curve25519-dalek-derive v0.1.1
2832026-06-06T15:43:28.483Z Downloaded compression-core v0.4.32
2842026-06-06T15:43:28.485Z Downloaded hostname v0.3.1
2852026-06-06T15:43:28.485Z Downloaded hostname v0.4.2
2862026-06-06T15:43:28.488Z Downloaded http-body v1.0.1
2872026-06-06T15:43:28.491Z Downloaded futures-core v0.3.32
2882026-06-06T15:43:28.493Z Downloaded hash32 v0.3.1
2892026-06-06T15:43:28.493Z Downloaded futures-executor v0.3.32
2902026-06-06T15:43:28.496Z Downloaded hubpack v0.1.2
2912026-06-06T15:43:28.499Z Downloaded anstyle v1.0.14
2922026-06-06T15:43:28.499Z Downloaded crypto-common v0.2.2
2932026-06-06T15:43:28.501Z Downloaded anstream v1.0.0
2942026-06-06T15:43:28.504Z Downloaded foreign-types v0.5.0
2952026-06-06T15:43:28.504Z Downloaded const_format_proc_macros v0.2.34
2962026-06-06T15:43:28.507Z Downloaded bytecount v0.6.9
2972026-06-06T15:43:28.510Z Downloaded heck v0.5.0
2982026-06-06T15:43:28.512Z Downloaded futures-task v0.3.32
2992026-06-06T15:43:28.512Z Downloaded camino v1.2.2
3002026-06-06T15:43:28.515Z Downloaded foreign-types-macros v0.2.3
3012026-06-06T15:43:28.518Z Downloaded hubpack_derive v0.1.1
3022026-06-06T15:43:28.518Z Downloaded httpdate v1.0.3
3032026-06-06T15:43:28.520Z Downloaded critical-section v1.2.0
3042026-06-06T15:43:28.520Z Downloaded byteorder v1.5.0
3052026-06-06T15:43:28.523Z Downloaded autocfg v1.5.1
3062026-06-06T15:43:28.526Z Downloaded inout v0.1.4
3072026-06-06T15:43:28.526Z Downloaded idna_adapter v1.2.2
3082026-06-06T15:43:28.528Z Downloaded internet-checksum v0.2.1
3092026-06-06T15:43:28.528Z Downloaded const-random-macro v0.1.16
3102026-06-06T15:43:28.531Z Downloaded instant v0.1.13
3112026-06-06T15:43:28.531Z Downloaded is-terminal v0.4.17
3122026-06-06T15:43:28.534Z Downloaded camino-tempfile v1.4.1
3132026-06-06T15:43:28.537Z Downloaded globset v0.4.18
3142026-06-06T15:43:28.537Z Downloaded crossbeam-deque v0.8.6
3152026-06-06T15:43:28.539Z Downloaded foldhash v0.1.5
3162026-06-06T15:43:28.542Z Downloaded byte-wrapper v0.1.0
3172026-06-06T15:43:28.542Z Downloaded glob v0.3.3
3182026-06-06T15:43:28.545Z Downloaded http-body-util v0.1.3
3192026-06-06T15:43:28.547Z Downloaded keccak v0.1.6
3202026-06-06T15:43:28.547Z Downloaded is_ci v1.2.0
3212026-06-06T15:43:28.550Z Downloaded hmac v0.12.1
3222026-06-06T15:43:28.553Z Downloaded linked-hash-map v0.5.6
3232026-06-06T15:43:28.553Z Downloaded lazy_static v1.5.0
3242026-06-06T15:43:28.556Z Downloaded is_terminal_polyfill v1.70.2
3252026-06-06T15:43:28.556Z Downloaded managed v0.8.0
3262026-06-06T15:43:28.558Z Downloaded memmap v0.7.0
3272026-06-06T15:43:28.561Z Downloaded lru-cache v0.1.2
3282026-06-06T15:43:28.561Z Downloaded lru-slab v0.1.2
3292026-06-06T15:43:28.564Z Downloaded match_cfg v0.1.0
3302026-06-06T15:43:28.564Z Downloaded cookie v0.18.1
3312026-06-06T15:43:28.566Z Downloaded anyhow v1.0.102
3322026-06-06T15:43:28.569Z Downloaded cargo_toml v0.22.3
3332026-06-06T15:43:28.571Z Downloaded find-msvc-tools v0.1.9
3342026-06-06T15:43:28.572Z Downloaded heck v0.4.1
3352026-06-06T15:43:28.574Z Downloaded group v0.13.0
3362026-06-06T15:43:28.577Z Downloaded base64 v0.21.7
3372026-06-06T15:43:28.579Z Downloaded memoffset v0.9.1
3382026-06-06T15:43:28.579Z Downloaded highway v1.3.0
3392026-06-06T15:43:28.582Z Downloaded libscf-sys v1.2.0
3402026-06-06T15:43:28.585Z Downloaded fs-err v3.3.0
3412026-06-06T15:43:28.585Z Downloaded hyper-rustls v0.27.9
3422026-06-06T15:43:28.588Z Downloaded humantime v2.3.0
3432026-06-06T15:43:28.590Z Downloaded no-std-compat v0.4.1
3442026-06-06T15:43:28.590Z Downloaded chacha20 v0.10.0
3452026-06-06T15:43:28.593Z Downloaded itoa v1.0.18
3462026-06-06T15:43:28.596Z Downloaded newtype-uuid-macros v0.1.0
3472026-06-06T15:43:28.596Z Downloaded num v0.4.3
3482026-06-06T15:43:28.598Z Downloaded console v0.15.11
3492026-06-06T15:43:28.601Z Downloaded crossbeam-utils v0.8.21
3502026-06-06T15:43:28.604Z Downloaded jobserver v0.1.34
3512026-06-06T15:43:28.604Z Downloaded newline-converter v0.3.0
3522026-06-06T15:43:28.607Z Downloaded omicron-workspace-hack v0.1.0
3532026-06-06T15:43:28.607Z Downloaded num-derive v0.4.2
3542026-06-06T15:43:28.609Z Downloaded libsw-core v0.3.2
3552026-06-06T15:43:28.609Z Downloaded num_enum_derive v0.5.11
3562026-06-06T15:43:28.612Z Downloaded num-iter v0.1.45
3572026-06-06T15:43:28.612Z Downloaded crossbeam-epoch v0.9.18
3582026-06-06T15:43:28.615Z Downloaded openssl-probe v0.2.1
3592026-06-06T15:43:28.618Z Downloaded ingot-types v0.1.2
3602026-06-06T15:43:28.618Z Downloaded git-stub-vcs v0.1.0
3612026-06-06T15:43:28.620Z Downloaded opaque-debug v0.3.1
3622026-06-06T15:43:28.621Z Downloaded olpc-cjson v0.1.4
3632026-06-06T15:43:28.623Z Downloaded num_threads v0.1.7
3642026-06-06T15:43:28.623Z Downloaded num-conv v0.2.2
3652026-06-06T15:43:28.626Z Downloaded linear-map v1.2.0
3662026-06-06T15:43:28.626Z Downloaded mime v0.3.17
3672026-06-06T15:43:28.628Z Downloaded libsw v3.5.0
3682026-06-06T15:43:28.628Z Downloaded parse-display v0.10.0
3692026-06-06T15:43:28.631Z Downloaded hybrid-array v0.4.12
3702026-06-06T15:43:28.634Z Downloaded percent-encoding v2.3.2
3712026-06-06T15:43:28.634Z Downloaded newtype_derive v0.1.6
3722026-06-06T15:43:28.636Z Downloaded ipnetwork v0.21.1
3732026-06-06T15:43:28.636Z Downloaded ingot v0.1.1
3742026-06-06T15:43:28.639Z Downloaded elliptic-curve v0.13.8
3752026-06-06T15:43:28.642Z Downloaded openssl-macros v0.1.1
3762026-06-06T15:43:28.642Z Downloaded fs_extra v1.3.0
3772026-06-06T15:43:28.644Z Downloaded getrandom v0.2.17
3782026-06-06T15:43:28.648Z Downloaded natord v1.0.9
3792026-06-06T15:43:28.648Z Downloaded powerfmt v0.2.0
3802026-06-06T15:43:28.651Z Downloaded fixedbitset v0.5.7
3812026-06-06T15:43:28.651Z Downloaded plain v0.2.3
3822026-06-06T15:43:28.651Z Downloaded clap v4.6.1
3832026-06-06T15:43:28.657Z Downloaded crc32fast v1.5.0
3842026-06-06T15:43:28.659Z Downloaded httparse v1.10.1
3852026-06-06T15:43:28.663Z Downloaded proc-macro-error-attr v1.0.4
3862026-06-06T15:43:28.663Z Downloaded proc-macro-crate v1.3.1
3872026-06-06T15:43:28.666Z Downloaded progenitor-client v0.10.0
3882026-06-06T15:43:28.666Z Downloaded proc-macro-error-attr2 v2.0.0
3892026-06-06T15:43:28.666Z Downloaded potential_utf v0.1.5
3902026-06-06T15:43:28.669Z Downloaded newtype-uuid v1.3.2
3912026-06-06T15:43:28.669Z Downloaded cmake v0.1.58
3922026-06-06T15:43:28.671Z Downloaded pretty-hex v0.4.2
3932026-06-06T15:43:28.674Z Downloaded getrandom v0.3.4
3942026-06-06T15:43:28.677Z Downloaded phf_shared v0.12.1
3952026-06-06T15:43:28.677Z Downloaded oxide-tokio-rt v0.1.6
3962026-06-06T15:43:28.680Z Downloaded proc-macro-crate v3.5.0
3972026-06-06T15:43:28.680Z Downloaded multer v3.1.0
3982026-06-06T15:43:28.683Z Downloaded progenitor-client v0.14.0
3992026-06-06T15:43:28.683Z Downloaded ipnet v2.12.0
4002026-06-06T15:43:28.686Z Downloaded num_enum v0.5.11
4012026-06-06T15:43:28.689Z Downloaded num_enum_derive v0.7.6
4022026-06-06T15:43:28.689Z Downloaded num_enum v0.7.6
4032026-06-06T15:43:28.692Z Downloaded progenitor-macro v0.14.0
4042026-06-06T15:43:28.694Z Downloaded rand_chacha v0.3.1
4052026-06-06T15:43:28.694Z Downloaded progenitor-macro v0.13.0
4062026-06-06T15:43:28.697Z Downloaded progenitor-macro v0.10.0
4072026-06-06T15:43:28.697Z Downloaded num-rational v0.4.2
4082026-06-06T15:43:28.697Z Downloaded num-integer v0.1.46
4092026-06-06T15:43:28.700Z Downloaded cc v1.2.63
4102026-06-06T15:43:28.703Z Downloaded paste v1.0.15
4112026-06-06T15:43:28.705Z Downloaded memmap2 v0.9.10
4122026-06-06T15:43:28.705Z Downloaded password-hash v0.5.0
4132026-06-06T15:43:28.708Z Downloaded quick-error v1.2.3
4142026-06-06T15:43:28.711Z Downloaded rand_xorshift v0.4.0
4152026-06-06T15:43:28.711Z Downloaded pin-project-internal v1.1.13
4162026-06-06T15:43:28.713Z Downloaded pem v3.0.6
4172026-06-06T15:43:28.713Z Downloaded parse-display-derive v0.10.0
4182026-06-06T15:43:28.716Z Downloaded derive_more v0.99.20
4192026-06-06T15:43:28.719Z Downloaded rustc_version v0.1.7
4202026-06-06T15:43:28.719Z Downloaded rustc-hash v2.1.2
4212026-06-06T15:43:28.721Z Downloaded half v2.7.1
4222026-06-06T15:43:28.722Z Downloaded derive-where v1.6.1
4232026-06-06T15:43:28.724Z Downloaded futures v0.3.32
4242026-06-06T15:43:28.727Z Downloaded parking_lot_core v0.8.6
4252026-06-06T15:43:28.730Z Downloaded proc-macro-error2 v2.0.1
4262026-06-06T15:43:28.733Z Downloaded ingot-macros v0.1.1
4272026-06-06T15:43:28.736Z Downloaded rustc_version v0.4.1
4282026-06-06T15:43:28.736Z Downloaded owo-colors v4.3.0
4292026-06-06T15:43:28.738Z Downloaded phf v0.12.1
4302026-06-06T15:43:28.739Z Downloaded crypto-bigint v0.5.5
4312026-06-06T15:43:28.742Z Downloaded progenitor-extras v0.2.0
4322026-06-06T15:43:28.744Z Downloaded progenitor-client v0.13.0
4332026-06-06T15:43:28.747Z Downloaded same-file v1.0.6
4342026-06-06T15:43:28.747Z Downloaded poly1305 v0.8.0
4352026-06-06T15:43:28.750Z Downloaded darling_core v0.21.3
4362026-06-06T15:43:28.752Z Downloaded scroll_derive v0.12.1
4372026-06-06T15:43:28.752Z Downloaded ppv-lite86 v0.2.21
4382026-06-06T15:43:28.755Z Downloaded proc-macro-error v1.0.4
4392026-06-06T15:43:28.758Z Downloaded num-complex v0.4.6
4402026-06-06T15:43:28.758Z Downloaded quote v1.0.45
4412026-06-06T15:43:28.760Z Downloaded rand_core v0.9.5
4422026-06-06T15:43:28.760Z Downloaded rand_core v0.6.4
4432026-06-06T15:43:28.763Z Downloaded parking_lot v0.11.2
4442026-06-06T15:43:28.766Z Downloaded secrecy v0.10.3
4452026-06-06T15:43:28.766Z Downloaded rand_chacha v0.9.0
4462026-06-06T15:43:28.766Z Downloaded scroll_derive v0.13.1
4472026-06-06T15:43:28.768Z Downloaded scopeguard v1.2.0
4482026-06-06T15:43:28.768Z Downloaded rand_core v0.10.1
4492026-06-06T15:43:28.771Z Downloaded pest_derive v2.8.6
4502026-06-06T15:43:28.771Z Downloaded log v0.4.32
4512026-06-06T15:43:28.773Z Downloaded oxnet v0.1.6
4522026-06-06T15:43:28.776Z Downloaded ref-cast v1.0.25
4532026-06-06T15:43:28.779Z Downloaded pkg-config v0.3.33
4542026-06-06T15:43:28.779Z Downloaded pest_generator v2.8.6
4552026-06-06T15:43:28.782Z Downloaded serde_spanned v1.1.1
4562026-06-06T15:43:28.782Z Downloaded serde-big-array v0.5.1
4572026-06-06T15:43:28.784Z Downloaded icu_normalizer_data v2.2.0
4582026-06-06T15:43:28.784Z Downloaded semver v0.1.20
4592026-06-06T15:43:28.787Z Downloaded async-compression v0.4.42
4602026-06-06T15:43:28.789Z Downloaded serde_repr v0.1.20
4612026-06-06T15:43:28.792Z Downloaded icu_provider v2.2.0
4622026-06-06T15:43:28.795Z Downloaded icu_locale_core v2.2.0
4632026-06-06T15:43:28.797Z Downloaded indicatif v0.18.4
4642026-06-06T15:43:28.800Z Downloaded crossbeam-channel v0.5.15
4652026-06-06T15:43:28.803Z Downloaded serde_plain v1.0.2
4662026-06-06T15:43:28.805Z Downloaded resolv-conf v0.7.6
4672026-06-06T15:43:28.805Z Downloaded heapless v0.8.0
4682026-06-06T15:43:28.808Z Downloaded serde_urlencoded v0.7.1
4692026-06-06T15:43:28.811Z Downloaded rustls-pemfile v2.2.0
4702026-06-06T15:43:28.811Z Downloaded papergrid v0.18.0
4712026-06-06T15:43:28.813Z Downloaded sha1 v0.11.0
4722026-06-06T15:43:28.816Z Downloaded sha1 v0.10.6
4732026-06-06T15:43:28.816Z Downloaded serial_test_derive v3.5.0
4742026-06-06T15:43:28.819Z Downloaded serial_test v3.5.0
4752026-06-06T15:43:28.819Z Downloaded postcard v1.1.3
4762026-06-06T15:43:28.821Z Downloaded rusty-fork v0.3.1
4772026-06-06T15:43:28.821Z Downloaded rustversion v1.0.22
4782026-06-06T15:43:28.824Z Downloaded ref-cast-impl v1.0.25
4792026-06-06T15:43:28.824Z Downloaded quinn-udp v0.5.14
4802026-06-06T15:43:28.827Z Downloaded http v1.4.1
4812026-06-06T15:43:28.829Z Downloaded siphasher v1.0.3
4822026-06-06T15:43:28.829Z Downloaded sigpipe v0.1.3
4832026-06-06T15:43:28.832Z Downloaded slog-envlogger v2.2.0
4842026-06-06T15:43:28.832Z Downloaded progenitor v0.10.0
4852026-06-06T15:43:28.835Z Downloaded num-traits v0.2.19
4862026-06-06T15:43:28.835Z Downloaded slog-bunyan v2.5.0
4872026-06-06T15:43:28.837Z Downloaded smawk v0.3.2
4882026-06-06T15:43:28.837Z Downloaded scroll v0.12.0
4892026-06-06T15:43:28.840Z Downloaded miniz_oxide v0.8.9
4902026-06-06T15:43:28.840Z Downloaded rustls-native-certs v0.8.4
4912026-06-06T15:43:28.843Z Downloaded icu_collections v2.2.0
4922026-06-06T15:43:28.846Z Downloaded scroll v0.13.0
4932026-06-06T15:43:28.846Z Downloaded schemars_derive v0.8.22
4942026-06-06T15:43:28.849Z Downloaded papergrid v0.11.0
4952026-06-06T15:43:28.852Z Downloaded konst v0.2.20
4962026-06-06T15:43:28.855Z Downloaded structmeta-derive v0.3.0
4972026-06-06T15:43:28.855Z Downloaded parking_lot v0.12.5
4982026-06-06T15:43:28.857Z Downloaded serde_spanned v0.6.9
4992026-06-06T15:43:28.857Z Downloaded serde_tokenstream v0.2.3
5002026-06-06T15:43:28.860Z Downloaded strsim v0.11.1
5012026-06-06T15:43:28.860Z Downloaded spin v0.5.2
5022026-06-06T15:43:28.860Z Downloaded pin-project v1.1.13
5032026-06-06T15:43:28.867Z Downloaded supports-color v3.0.2
5042026-06-06T15:43:28.869Z Downloaded swrite v0.1.0
5052026-06-06T15:43:28.869Z Downloaded strum v0.27.2
5062026-06-06T15:43:28.872Z Downloaded strum v0.26.3
5072026-06-06T15:43:28.872Z Downloaded flate2 v1.1.9
5082026-06-06T15:43:28.875Z Downloaded openssl-sys v0.9.116
5092026-06-06T15:43:28.877Z Downloaded tabled_derive v0.11.0
5102026-06-06T15:43:28.880Z Downloaded termtree v0.5.1
5112026-06-06T15:43:28.880Z Downloaded take_mut v0.2.2
5122026-06-06T15:43:28.880Z Downloaded tabwriter v1.4.1
5132026-06-06T15:43:28.883Z Downloaded testing_table v0.3.0
5142026-06-06T15:43:28.883Z Downloaded terminal_size v0.4.4
5152026-06-06T15:43:28.883Z Downloaded tabled_derive v0.7.0
5162026-06-06T15:43:28.885Z Downloaded rustls-pki-types v1.14.1
5172026-06-06T15:43:28.885Z Downloaded sync_wrapper v1.0.2
5182026-06-06T15:43:28.888Z Downloaded progenitor-impl v0.13.0
5192026-06-06T15:43:28.888Z Downloaded aho-corasick v1.1.4
5202026-06-06T15:43:28.891Z Downloaded tagptr v0.2.0
5212026-06-06T15:43:28.893Z Downloaded slab v0.4.12
5222026-06-06T15:43:28.893Z Downloaded slog-stdlog v4.1.1
5232026-06-06T15:43:28.896Z Downloaded slog-json v2.6.1
5242026-06-06T15:43:28.896Z Downloaded slog-dtrace v0.3.0
5252026-06-06T15:43:28.899Z Downloaded slog-async v2.8.0
5262026-06-06T15:43:28.899Z Downloaded simd-adler32 v0.3.9
5272026-06-06T15:43:28.902Z Downloaded thread-id v5.1.0
5282026-06-06T15:43:28.902Z Downloaded signal-hook-registry v1.4.8
5292026-06-06T15:43:28.902Z Downloaded sha2 v0.10.9
5302026-06-06T15:43:28.905Z Downloaded minimal-lexical v0.2.1
5312026-06-06T15:43:28.907Z Downloaded shlex v2.0.1
5322026-06-06T15:43:28.907Z Downloaded hickory-resolver v0.25.2
5332026-06-06T15:43:28.910Z Downloaded icu_properties v2.2.0
5342026-06-06T15:43:28.912Z Downloaded icu_normalizer v2.2.0
5352026-06-06T15:43:28.915Z Downloaded stable_deref_trait v1.2.1
5362026-06-06T15:43:28.915Z Downloaded slog-scope v4.4.1
5372026-06-06T15:43:28.915Z Downloaded thread-id v4.2.2
5382026-06-06T15:43:28.918Z Downloaded tinyvec_macros v0.1.1
5392026-06-06T15:43:28.918Z Downloaded time-core v0.1.8
5402026-06-06T15:43:28.918Z Downloaded smf v0.2.3
5412026-06-06T15:43:28.918Z Downloaded thiserror-impl-no-std v2.0.2
5422026-06-06T15:43:28.920Z Downloaded slog-term v2.9.2
5432026-06-06T15:43:28.923Z Downloaded serde_with_macros v3.20.0
5442026-06-06T15:43:28.923Z Downloaded static_assertions v1.1.0
5452026-06-06T15:43:28.923Z Downloaded semver v1.0.28
5462026-06-06T15:43:28.926Z Downloaded serde_path_to_error v0.1.20
5472026-06-06T15:43:28.926Z Downloaded subtle v2.6.1
5482026-06-06T15:43:28.930Z Downloaded indexmap v2.14.0
5492026-06-06T15:43:28.932Z Downloaded progenitor-impl v0.10.0
5502026-06-06T15:43:28.932Z Downloaded proc-macro2 v1.0.106
5512026-06-06T15:43:28.935Z Downloaded strum_macros v0.26.4
5522026-06-06T15:43:28.935Z Downloaded structmeta v0.3.0
5532026-06-06T15:43:28.935Z Downloaded toml_datetime v0.6.11
5542026-06-06T15:43:28.938Z Downloaded snafu-derive v0.8.9
5552026-06-06T15:43:28.938Z Downloaded hickory-resolver v0.24.4
5562026-06-06T15:43:28.941Z Downloaded tokio-macros v2.7.0
5572026-06-06T15:43:28.941Z Downloaded serde_derive_internals v0.29.1
5582026-06-06T15:43:28.944Z Downloaded progenitor-impl v0.14.0
5592026-06-06T15:43:28.944Z Downloaded rhai_codegen v3.2.0
5602026-06-06T15:43:28.947Z Downloaded darling_core v0.23.0
5612026-06-06T15:43:28.950Z Downloaded toml_write v0.1.2
5622026-06-06T15:43:28.953Z Downloaded mio v1.2.1
5632026-06-06T15:43:28.956Z Downloaded pest_meta v2.8.6
5642026-06-06T15:43:28.958Z Downloaded hashbrown v0.12.3
5652026-06-06T15:43:28.961Z Downloaded thiserror v1.0.69
5662026-06-06T15:43:28.963Z Downloaded thiserror v2.0.18
5672026-06-06T15:43:28.966Z Downloaded try-lock v0.2.5
5682026-06-06T15:43:28.966Z Downloaded synstructure v0.13.2
5692026-06-06T15:43:28.969Z Downloaded strum_macros v0.27.2
5702026-06-06T15:43:28.969Z Downloaded smartstring v1.0.1
5712026-06-06T15:43:28.971Z Downloaded thread_local v1.1.9
5722026-06-06T15:43:28.971Z Downloaded serde_derive v1.0.228
5732026-06-06T15:43:28.974Z Downloaded ryu v1.0.23
5742026-06-06T15:43:28.977Z Downloaded prettyplease v0.2.37
5752026-06-06T15:43:28.977Z Downloaded spin v0.9.8
5762026-06-06T15:43:28.979Z Downloaded tower-service v0.3.3
5772026-06-06T15:43:28.979Z Downloaded tower-layer v0.3.3
5782026-06-06T15:43:28.979Z Downloaded typify-macro v0.6.2
5792026-06-06T15:43:28.982Z Downloaded typeid v1.0.3
5802026-06-06T15:43:28.982Z Downloaded time-macros v0.2.27
5812026-06-06T15:43:28.982Z Downloaded typify-macro v0.4.3
5822026-06-06T15:43:28.985Z Downloaded pretty_assertions v1.4.1
5832026-06-06T15:43:28.985Z Downloaded unicode-xid v0.2.6
5842026-06-06T15:43:28.985Z Downloaded thiserror-impl v1.0.69
5852026-06-06T15:43:28.987Z Downloaded universal-hash v0.5.1
5862026-06-06T15:43:28.988Z Downloaded unit-prefix v0.5.2
5872026-06-06T15:43:28.988Z Downloaded hyper-util v0.1.20
5882026-06-06T15:43:28.991Z Downloaded tokio-dtrace v0.1.1
5892026-06-06T15:43:28.993Z Downloaded progenitor v0.14.0
5902026-06-06T15:43:28.993Z Downloaded thiserror-no-std v2.0.2
5912026-06-06T15:43:28.996Z Downloaded smallvec v1.15.1
5922026-06-06T15:43:28.997Z Downloaded progenitor v0.13.0
5932026-06-06T15:43:28.999Z Downloaded unarray v0.1.4
5942026-06-06T15:43:28.999Z Downloaded pin-project-lite v0.2.17
5952026-06-06T15:43:29.002Z Downloaded unicode-linebreak v0.1.5
5962026-06-06T15:43:29.002Z Downloaded untrusted v0.9.0
5972026-06-06T15:43:29.005Z Downloaded untrusted v0.7.1
5982026-06-06T15:43:29.005Z Downloaded utf8parse v0.2.2
5992026-06-06T15:43:29.005Z Downloaded memchr v2.8.1
6002026-06-06T15:43:29.007Z Downloaded usdt-macro v0.5.0
6012026-06-06T15:43:29.007Z Downloaded serde_core v1.0.228
6022026-06-06T15:43:29.010Z Downloaded version_check v0.9.5
6032026-06-06T15:43:29.010Z Downloaded toml_datetime v1.1.1+spec-1.1.0
6042026-06-06T15:43:29.013Z Downloaded tinystr v0.8.3
6052026-06-06T15:43:29.013Z Downloaded term v1.2.1
6062026-06-06T15:43:29.015Z Downloaded usdt v0.6.0
6072026-06-06T15:43:29.015Z Downloaded toml_datetime v0.7.5+spec-1.1.0
6082026-06-06T15:43:29.018Z Downloaded tiny-keccak v2.0.2
6092026-06-06T15:43:29.018Z Downloaded utf8_iter v1.0.4
6102026-06-06T15:43:29.018Z Downloaded utf-8 v0.7.6
6112026-06-06T15:43:29.021Z Downloaded usdt-attr-macro v0.6.0
6122026-06-06T15:43:29.021Z Downloaded usdt-macro v0.6.0
6132026-06-06T15:43:29.021Z Downloaded waitgroup v0.1.2
6142026-06-06T15:43:29.021Z Downloaded rustls-platform-verifier v0.7.0
6152026-06-06T15:43:29.023Z Downloaded jiff-static v0.2.28
6162026-06-06T15:43:29.026Z Downloaded once_cell v1.21.4
6172026-06-06T15:43:29.026Z Downloaded toml_writer v1.1.1+spec-1.1.0
6182026-06-06T15:43:29.029Z Downloaded rayon-core v1.13.0
6192026-06-06T15:43:29.029Z Downloaded rand v0.8.6
6202026-06-06T15:43:29.032Z Downloaded wait-timeout v0.2.1
6212026-06-06T15:43:29.032Z Downloaded thiserror-impl v2.0.18
6222026-06-06T15:43:29.034Z Downloaded parking_lot_core v0.9.12
6232026-06-06T15:43:29.034Z Downloaded indexmap v1.9.3
6242026-06-06T15:43:29.037Z Downloaded serde_yaml v0.9.34+deprecated
6252026-06-06T15:43:29.039Z Downloaded lock_api v0.4.14
6262026-06-06T15:43:29.039Z Downloaded litemap v0.8.2
6272026-06-06T15:43:29.039Z Downloaded iana-time-zone v0.1.65
6282026-06-06T15:43:29.043Z Downloaded bytes v1.11.1
6292026-06-06T15:43:29.046Z Downloaded const_format v0.2.36
6302026-06-06T15:43:29.046Z Downloaded socket2 v0.6.4
6312026-06-06T15:43:29.049Z Downloaded tempfile v3.27.0
6322026-06-06T15:43:29.049Z Downloaded chacha20poly1305 v0.10.1
6332026-06-06T15:43:29.051Z Downloaded colored v3.1.1
6342026-06-06T15:43:29.051Z Downloaded console v0.16.3
6352026-06-06T15:43:29.056Z Downloaded ciborium v0.2.2
6362026-06-06T15:43:29.056Z Downloaded zerofrom v0.1.8
6372026-06-06T15:43:29.056Z Downloaded yoke-derive v0.8.2
6382026-06-06T15:43:29.059Z Downloaded want v0.3.1
6392026-06-06T15:43:29.059Z Downloaded cancel-safe-futures v0.1.5
6402026-06-06T15:43:29.059Z Downloaded darling v0.21.3
6412026-06-06T15:43:29.062Z Downloaded similar v2.7.0
6422026-06-06T15:43:29.064Z Downloaded schemars v0.8.22
6432026-06-06T15:43:29.069Z Downloaded toml v0.8.23
6442026-06-06T15:43:29.072Z Downloaded thin-vec v0.2.18
6452026-06-06T15:43:29.072Z Downloaded rustls-webpki v0.103.13
6462026-06-06T15:43:29.074Z Downloaded zeroize_derive v1.4.3
6472026-06-06T15:43:29.074Z Downloaded usdt v0.5.0
6482026-06-06T15:43:29.074Z Downloaded cpufeatures v0.3.0
6492026-06-06T15:43:29.077Z Downloaded macaddr v1.0.1
6502026-06-06T15:43:29.077Z Downloaded clap_derive v4.6.1
6512026-06-06T15:43:29.080Z Downloaded quinn v0.11.9
6522026-06-06T15:43:29.080Z Downloaded test-strategy v0.4.5
6532026-06-06T15:43:29.082Z Downloaded usdt-impl v0.6.0
6542026-06-06T15:43:29.083Z Downloaded tokio-tungstenite v0.21.0
6552026-06-06T15:43:29.085Z Downloaded usdt-attr-macro v0.5.0
6562026-06-06T15:43:29.085Z Downloaded tokio-stream v0.1.18
6572026-06-06T15:43:29.088Z Downloaded zone_cfg_derive v0.3.1
6582026-06-06T15:43:29.088Z Downloaded zone v0.3.1
6592026-06-06T15:43:29.090Z Downloaded usdt-impl v0.5.0
6602026-06-06T15:43:29.091Z Downloaded nom v7.1.3
6612026-06-06T15:43:29.093Z Downloaded tokio-rustls v0.26.4
6622026-06-06T15:43:29.093Z Downloaded rand v0.10.1
6632026-06-06T15:43:29.096Z Downloaded whoami v1.6.1
6642026-06-06T15:43:29.099Z Downloaded xz2 v0.1.7
6652026-06-06T15:43:29.099Z Downloaded vsss-rs v3.3.4
6662026-06-06T15:43:29.099Z Downloaded rand v0.9.4
6672026-06-06T15:43:29.101Z Downloaded qorb v0.4.1
6682026-06-06T15:43:29.104Z Downloaded serde v1.0.228
6692026-06-06T15:43:29.107Z Downloaded backon v1.6.0
6702026-06-06T15:43:29.107Z Downloaded konst_macro_rules v0.2.19
6712026-06-06T15:43:29.110Z Downloaded indent_write v2.2.0
6722026-06-06T15:43:29.110Z Downloaded tinyvec v1.11.0
6732026-06-06T15:43:29.112Z Downloaded csv-core v0.1.13
6742026-06-06T15:43:29.112Z Downloaded getrandom v0.4.2
6752026-06-06T15:43:29.115Z Downloaded zeroize v1.8.2
6762026-06-06T15:43:29.115Z Downloaded zerofrom-derive v0.1.7
6772026-06-06T15:43:29.115Z Downloaded walkdir v2.5.0
6782026-06-06T15:43:29.115Z Downloaded ff v0.13.1
6792026-06-06T15:43:29.118Z Downloaded textwrap v0.16.2
6802026-06-06T15:43:29.118Z Downloaded hashbrown v0.15.5
6812026-06-06T15:43:29.121Z Downloaded tracing-attributes v0.1.31
6822026-06-06T15:43:29.123Z Downloaded displaydoc v0.2.6
6832026-06-06T15:43:29.123Z Downloaded writeable v0.6.3
6842026-06-06T15:43:29.126Z Downloaded toml v0.9.12+spec-1.1.0
6852026-06-06T15:43:29.129Z Downloaded slog v2.8.2
6862026-06-06T15:43:29.129Z Downloaded schemars v1.2.1
6872026-06-06T15:43:29.136Z Downloaded digest v0.11.3
6882026-06-06T15:43:29.138Z Downloaded zmij v1.0.21
6892026-06-06T15:43:29.138Z Downloaded zerovec-derive v0.11.3
6902026-06-06T15:43:29.141Z Downloaded toml_parser v1.1.2+spec-1.1.0
6912026-06-06T15:43:29.141Z Downloaded schemars v0.9.0
6922026-06-06T15:43:29.147Z Downloaded snafu v0.8.9
6932026-06-06T15:43:29.150Z Downloaded daft-derive v0.1.7
6942026-06-06T15:43:29.153Z Downloaded daft v0.1.7
6952026-06-06T15:43:29.155Z Downloaded fastrand v2.4.1
6962026-06-06T15:43:29.155Z Downloaded compression-codecs v0.4.38
6972026-06-06T15:43:29.173Z Downloaded zerocopy-derive v0.7.35
6982026-06-06T15:43:29.173Z Downloaded hashbrown v0.16.1
6992026-06-06T15:43:29.173Z Downloaded clap_builder v4.6.0
7002026-06-06T15:43:29.173Z Downloaded unicode-ident v1.0.24
7012026-06-06T15:43:29.173Z Downloaded ucd-trie v0.1.7
7022026-06-06T15:43:29.173Z Downloaded typify v0.4.3
7032026-06-06T15:43:29.173Z Downloaded idna v1.1.0
7042026-06-06T15:43:29.173Z Downloaded float-ord v0.3.2
7052026-06-06T15:43:29.173Z Downloaded chacha20 v0.9.1
7062026-06-06T15:43:29.177Z Downloaded backoff v0.4.0
7072026-06-06T15:43:29.177Z Downloaded ident_case v1.0.1
7082026-06-06T15:43:29.177Z Downloaded async-stream v0.3.6
7092026-06-06T15:43:29.177Z Downloaded arc-swap v1.9.1
7102026-06-06T15:43:29.180Z Downloaded gethostname v0.5.0
7112026-06-06T15:43:29.180Z Downloaded dunce v1.0.5
7122026-06-06T15:43:29.180Z Downloaded toml v1.1.2+spec-1.1.0
7132026-06-06T15:43:29.183Z Downloaded digest v0.10.7
7142026-06-06T15:43:29.183Z Downloaded darling_macro v0.21.3
7152026-06-06T15:43:29.183Z Downloaded tungstenite v0.21.0
7162026-06-06T15:43:29.185Z Downloaded foreign-types-shared v0.1.1
7172026-06-06T15:43:29.185Z Downloaded fnv v1.0.7
7182026-06-06T15:43:29.188Z Downloaded fixedbitset v0.4.2
7192026-06-06T15:43:29.188Z Downloaded git-stub v1.0.0
7202026-06-06T15:43:29.188Z Downloaded darling_macro v0.23.0
7212026-06-06T15:43:29.188Z Downloaded cstr-argument v0.1.2
7222026-06-06T15:43:29.188Z Downloaded crc8 v0.1.1
7232026-06-06T15:43:29.191Z Downloaded convert_case v0.4.0
7242026-06-06T15:43:29.191Z Downloaded cpufeatures v0.2.17
7252026-06-06T15:43:29.191Z Downloaded foreign-types-shared v0.3.1
7262026-06-06T15:43:29.191Z Downloaded yoke v0.8.3
7272026-06-06T15:43:29.194Z Downloaded steno v0.4.1
7282026-06-06T15:43:29.194Z Downloaded hyper v1.10.1
7292026-06-06T15:43:29.198Z Downloaded cipher v0.4.4
7302026-06-06T15:43:29.200Z Downloaded bs58 v0.5.1
7312026-06-06T15:43:29.200Z Downloaded argon2 v0.5.3
7322026-06-06T15:43:29.200Z Downloaded unsafe-libyaml v0.2.11
7332026-06-06T15:43:29.203Z Downloaded cfg_aliases v0.2.1
7342026-06-06T15:43:29.203Z Downloaded uuid v1.23.2
7352026-06-06T15:43:29.206Z Downloaded async-recursion v1.1.1
7362026-06-06T15:43:29.208Z Downloaded toml_edit v0.22.27
7372026-06-06T15:43:29.211Z Downloaded pest v2.8.6
7382026-06-06T15:43:29.214Z Downloaded hashbrown v0.17.1
7392026-06-06T15:43:29.216Z Downloaded derive-ex v0.1.8
7402026-06-06T15:43:29.216Z Downloaded data-encoding v2.11.0
7412026-06-06T15:43:29.216Z Downloaded block-buffer v0.12.0
7422026-06-06T15:43:29.216Z Downloaded defmt v0.3.100
7432026-06-06T15:43:29.219Z Downloaded dtrace-parser v0.2.0
7442026-06-06T15:43:29.219Z Downloaded defmt-parser v1.0.0
7452026-06-06T15:43:29.219Z Downloaded defmt-macros v1.1.0
7462026-06-06T15:43:29.222Z Downloaded toml_edit v0.25.12+spec-1.1.0
7472026-06-06T15:43:29.222Z Downloaded toml_edit v0.19.15
7482026-06-06T15:43:29.231Z Downloaded tracing-core v0.1.36
7492026-06-06T15:43:29.233Z Downloaded nom v8.0.0
7502026-06-06T15:43:29.236Z Downloaded colorchoice v1.0.5
7512026-06-06T15:43:29.236Z Downloaded dropshot_endpoint v0.17.1
7522026-06-06T15:43:29.239Z Downloaded typify v0.6.2
7532026-06-06T15:43:29.241Z Downloaded cfg-if v1.0.4
7542026-06-06T15:43:29.241Z Downloaded anstyle-query v1.1.5
7552026-06-06T15:43:29.241Z Downloaded defmt v1.1.0
7562026-06-06T15:43:29.244Z Downloaded base64 v0.22.1
7572026-06-06T15:43:29.247Z Downloaded libm v0.2.16
7582026-06-06T15:43:29.251Z Downloaded url v2.5.8
7592026-06-06T15:43:29.253Z Downloaded ron v0.12.1
7602026-06-06T15:43:29.257Z Downloaded yansi v1.0.1
7612026-06-06T15:43:29.261Z Downloaded h2 v0.4.14
7622026-06-06T15:43:29.263Z Downloaded icu_properties_data v2.2.0
7632026-06-06T15:43:29.267Z Downloaded blake2 v0.10.6
7642026-06-06T15:43:29.269Z Downloaded bitflags v2.12.1
7652026-06-06T15:43:29.272Z Downloaded itertools v0.12.1
7662026-06-06T15:43:29.274Z Downloaded typenum v1.20.1
7672026-06-06T15:43:29.277Z Downloaded regex v1.12.3
7682026-06-06T15:43:29.280Z Downloaded bcs v0.1.6
7692026-06-06T15:43:29.280Z Downloaded base64ct v1.8.3
7702026-06-06T15:43:29.282Z Downloaded dof v0.4.0
7712026-06-06T15:43:29.282Z Downloaded bitflags v1.3.2
7722026-06-06T15:43:29.285Z Downloaded aead v0.5.2
7732026-06-06T15:43:29.288Z Downloaded itertools v0.14.0
7742026-06-06T15:43:29.297Z Downloaded hkdf v0.12.4
7752026-06-06T15:43:29.300Z Downloaded reqwest v0.12.28
7762026-06-06T15:43:29.302Z Downloaded goblin v0.8.2
7772026-06-06T15:43:29.305Z Downloaded futures-util v0.3.32
7782026-06-06T15:43:29.311Z Downloaded tower v0.5.3
7792026-06-06T15:43:29.316Z Downloaded zerocopy-derive v0.8.50
7802026-06-06T15:43:29.320Z Downloaded zerotrie v0.2.4
7812026-06-06T15:43:29.323Z Downloaded unicode-segmentation v1.13.3
7822026-06-06T15:43:29.326Z Downloaded chrono v0.4.45
7832026-06-06T15:43:29.332Z Downloaded iddqd v0.4.2
7842026-06-06T15:43:29.343Z Downloaded typed-path v0.9.3
7852026-06-06T15:43:29.347Z Downloaded tough v0.22.0
7862026-06-06T15:43:29.351Z Downloaded aws-lc-rs v1.17.0
7872026-06-06T15:43:29.356Z Downloaded rayon v1.12.0
7882026-06-06T15:43:29.361Z Downloaded serde_json v1.0.150
7892026-06-06T15:43:29.366Z Downloaded zerovec v0.11.6
7902026-06-06T15:43:29.370Z Downloaded portable-atomic v1.13.1
7912026-06-06T15:43:29.383Z Downloaded unicode-normalization v0.1.25
7922026-06-06T15:43:29.387Z Downloaded reqwest v0.13.4
7932026-06-06T15:43:29.393Z Downloaded winnow v0.5.40
7942026-06-06T15:43:29.398Z Downloaded proptest v1.11.0
7952026-06-06T15:43:29.411Z Downloaded tokio-util v0.7.18
7962026-06-06T15:43:29.423Z Downloaded curve25519-dalek v4.1.3
7972026-06-06T15:43:29.445Z Downloaded quinn-proto v0.11.14
7982026-06-06T15:43:29.449Z Downloaded serde_with v3.20.0
7992026-06-06T15:43:29.456Z Downloaded winnow v1.0.3
8002026-06-06T15:43:29.461Z Downloaded zerocopy v0.7.35
8012026-06-06T15:43:29.469Z Downloaded moka v0.12.15
8022026-06-06T15:43:29.474Z Downloaded tower-http v0.6.11
8032026-06-06T15:43:29.478Z Downloaded tabled v0.15.0
8042026-06-06T15:43:29.486Z Downloaded bstr v1.12.1
8052026-06-06T15:43:29.491Z Downloaded goblin v0.10.7
8062026-06-06T15:43:29.495Z Downloaded tabled v0.21.0
8072026-06-06T15:43:29.504Z Downloaded winnow v0.7.15
8082026-06-06T15:43:29.518Z Downloaded dropshot v0.17.1
8092026-06-06T15:43:29.537Z Downloaded time v0.3.47
8102026-06-06T15:43:29.544Z Downloaded syn v1.0.109
8112026-06-06T15:43:29.559Z Downloaded unicode-width v0.1.14
8122026-06-06T15:43:29.562Z Downloaded unicode-width v0.2.2
8132026-06-06T15:43:29.565Z Downloaded webpki-roots v1.0.7
8142026-06-06T15:43:29.568Z Downloaded vcpkg v0.2.15
8152026-06-06T15:43:29.588Z Downloaded rhai v1.25.1
8162026-06-06T15:43:29.594Z Downloaded regress v0.11.1
8172026-06-06T15:43:29.599Z Downloaded syn v2.0.117
8182026-06-06T15:43:29.605Z Downloaded rustix v0.38.44
8192026-06-06T15:43:29.617Z Downloaded zerocopy v0.8.50
8202026-06-06T15:43:29.627Z Downloaded smoltcp v0.11.0
8212026-06-06T15:43:29.633Z Downloaded regex-syntax v0.8.10
8222026-06-06T15:43:29.637Z Downloaded rustls v0.23.40
8232026-06-06T15:43:29.643Z Downloaded rustix v1.1.4
8242026-06-06T15:43:29.656Z Downloaded hickory-proto v0.25.2
8252026-06-06T15:43:29.664Z Downloaded hickory-proto v0.24.4
8262026-06-06T15:43:29.673Z Downloaded openapiv3 v2.2.0
8272026-06-06T15:43:29.677Z Downloaded regress v0.10.5
8282026-06-06T15:43:29.682Z Downloaded openssl v0.10.80
8292026-06-06T15:43:29.687Z Downloaded nix v0.31.3
8302026-06-06T15:43:29.694Z Downloaded typify-impl v0.6.2
8312026-06-06T15:43:29.701Z Downloaded tracing v0.1.44
8322026-06-06T15:43:29.711Z Downloaded sled v0.34.7
8332026-06-06T15:43:29.716Z Downloaded typify-impl v0.4.3
8342026-06-06T15:43:29.732Z Downloaded regex-automata v0.4.14
8352026-06-06T15:43:29.757Z Downloaded jiff v0.2.28
8362026-06-06T15:43:29.771Z Downloaded libc v0.2.186
8372026-06-06T15:43:29.788Z Downloaded petgraph v0.6.5
8382026-06-06T15:43:29.798Z Downloaded chrono-tz v0.10.4
8392026-06-06T15:43:29.806Z Downloaded lzma-sys v0.1.20
8402026-06-06T15:43:29.822Z Downloaded petgraph v0.8.3
8412026-06-06T15:43:29.833Z Downloaded csv v1.4.0
8422026-06-06T15:43:29.844Z Downloaded sha3 v0.10.9
8432026-06-06T15:43:29.851Z Downloaded tokio v1.52.3
8442026-06-06T15:43:29.893Z Downloaded encoding_rs v0.8.35
8452026-06-06T15:43:29.905Z Downloaded ring v0.17.14
8462026-06-06T15:43:30.405Z Downloaded aws-lc-sys v0.41.0
8472026-06-06T15:43:30.950Z Compiling proc-macro2 v1.0.106
8482026-06-06T15:43:30.950Z Compiling quote v1.0.45
8492026-06-06T15:43:30.950Z Compiling unicode-ident v1.0.24
8502026-06-06T15:43:30.950Z Compiling serde_core v1.0.228
8512026-06-06T15:43:30.950Z Compiling serde v1.0.228
8522026-06-06T15:43:30.950Z Compiling libc v0.2.186
8532026-06-06T15:43:30.953Z Compiling zmij v1.0.21
8542026-06-06T15:43:30.953Z Compiling autocfg v1.5.1
8552026-06-06T15:43:31.291Z Compiling libm v0.2.16
8562026-06-06T15:43:31.660Z Compiling icu_properties_data v2.2.0
8572026-06-06T15:43:31.662Z Compiling icu_normalizer_data v2.2.0
8582026-06-06T15:43:31.680Z Compiling serde_json v1.0.150
8592026-06-06T15:43:31.761Z Compiling num-traits v0.2.19
8602026-06-06T15:43:31.764Z Compiling getrandom v0.4.2
8612026-06-06T15:43:32.019Z Compiling version_check v0.9.5
8622026-06-06T15:43:32.315Z Compiling thiserror v2.0.18
8632026-06-06T15:43:32.391Z Compiling syn v2.0.117
8642026-06-06T15:43:32.412Z Compiling memchr v2.8.1
8652026-06-06T15:43:32.461Z Compiling schemars v0.8.22
8662026-06-06T15:43:32.522Z Checking cfg-if v1.0.4
8672026-06-06T15:43:32.670Z Compiling parking_lot_core v0.9.12
8682026-06-06T15:43:32.946Z Compiling heck v0.5.0
8692026-06-06T15:43:32.981Z Compiling zerocopy v0.8.50
8702026-06-06T15:43:33.005Z Compiling portable-atomic v1.13.1
8712026-06-06T15:43:33.123Z Compiling rustversion v1.0.22
8722026-06-06T15:43:33.161Z Compiling itoa v1.0.18
8732026-06-06T15:43:33.351Z Compiling jobserver v0.1.34
8742026-06-06T15:43:33.463Z Compiling shlex v2.0.1
8752026-06-06T15:43:33.545Z Compiling find-msvc-tools v0.1.9
8762026-06-06T15:43:33.793Z Compiling cc v1.2.63
8772026-06-06T15:43:34.036Z Compiling fs_extra v1.3.0
8782026-06-06T15:43:34.098Z Compiling dunce v1.0.5
8792026-06-06T15:43:34.117Z Compiling semver v1.0.28
8802026-06-06T15:43:34.136Z Compiling log v0.4.32
8812026-06-06T15:43:34.168Z Compiling httparse v1.10.1
8822026-06-06T15:43:34.202Z Compiling slog v2.8.2
8832026-06-06T15:43:34.300Z Compiling rustix v1.1.4
8842026-06-06T15:43:34.320Z Checking stable_deref_trait v1.2.1
8852026-06-06T15:43:34.421Z Compiling equivalent v1.0.2
8862026-06-06T15:43:34.480Z Compiling thiserror v1.0.69
8872026-06-06T15:43:34.541Z Compiling cmake v0.1.58
8882026-06-06T15:43:34.710Z Checking litemap v0.8.2
8892026-06-06T15:43:34.908Z Checking writeable v0.6.3
8902026-06-06T15:43:34.927Z Checking utf8_iter v1.0.4
8912026-06-06T15:43:34.930Z Checking percent-encoding v2.3.2
8922026-06-06T15:43:34.961Z Compiling aws-lc-rs v1.17.0
8932026-06-06T15:43:35.104Z Checking form_urlencoded v1.2.2
8942026-06-06T15:43:35.107Z Checking rand_core v0.10.1
8952026-06-06T15:43:35.140Z Compiling aws-lc-sys v0.41.0
8962026-06-06T15:43:35.204Z Compiling ring v0.17.14
8972026-06-06T15:43:35.241Z Compiling anyhow v1.0.102
8982026-06-06T15:43:35.269Z Compiling ucd-trie v0.1.7
8992026-06-06T15:43:35.286Z Compiling rustls v0.23.40
9002026-06-06T15:43:35.365Z Compiling synstructure v0.13.2
9012026-06-06T15:43:35.512Z Compiling serde_derive_internals v0.29.1
9022026-06-06T15:43:35.534Z Compiling pest v2.8.6
9032026-06-06T15:43:35.888Z Compiling regex-syntax v0.8.10
9042026-06-06T15:43:36.051Z Compiling aho-corasick v1.1.4
9052026-06-06T15:43:36.281Z Compiling getrandom v0.3.4
9062026-06-06T15:43:36.543Z Compiling serde_derive v1.0.228
9072026-06-06T15:43:36.563Z Compiling zerofrom-derive v0.1.7
9082026-06-06T15:43:36.622Z Compiling yoke-derive v0.8.2
9092026-06-06T15:43:36.752Z Compiling zerovec-derive v0.11.3
9102026-06-06T15:43:37.423Z Compiling displaydoc v0.2.6
9112026-06-06T15:43:37.715Z Compiling schemars_derive v0.8.22
9122026-06-06T15:43:37.784Z Compiling thiserror-impl v2.0.18
9132026-06-06T15:43:37.845Z Compiling tokio-macros v2.7.0
9142026-06-06T15:43:37.963Z Compiling zeroize_derive v1.4.3
9152026-06-06T15:43:38.256Z Compiling zerocopy-derive v0.8.50
9162026-06-06T15:43:38.576Z Compiling futures-macro v0.3.32
9172026-06-06T15:43:38.625Z Compiling tracing-attributes v0.1.31
9182026-06-06T15:43:38.907Z Checking zerofrom v0.1.8
9192026-06-06T15:43:39.028Z Checking yoke v0.8.3
9202026-06-06T15:43:39.111Z Compiling thiserror-impl v1.0.69
9212026-06-06T15:43:39.601Z Checking zerovec v0.11.6
9222026-06-06T15:43:39.622Z Checking smallvec v1.15.1
9232026-06-06T15:43:39.695Z Compiling serde_tokenstream v0.2.3
9242026-06-06T15:43:39.784Z Checking bytes v1.11.1
9252026-06-06T15:43:39.828Z Checking zerotrie v0.2.4
9262026-06-06T15:43:39.985Z Compiling pest_meta v2.8.6
9272026-06-06T15:43:40.054Z Checking tinystr v0.8.3
9282026-06-06T15:43:40.072Z Checking potential_utf v0.1.5
9292026-06-06T15:43:40.121Z Compiling regex-automata v0.4.14
9302026-06-06T15:43:40.212Z Checking icu_collections v2.2.0
9312026-06-06T15:43:40.231Z Checking icu_locale_core v2.2.0
9322026-06-06T15:43:40.294Z Compiling crossbeam-utils v0.8.21
9332026-06-06T15:43:40.516Z Compiling hashbrown v0.17.1
9342026-06-06T15:43:40.610Z Compiling pest_generator v2.8.6
9352026-06-06T15:43:40.841Z Checking icu_provider v2.2.0
9362026-06-06T15:43:40.863Z Checking iana-time-zone v0.1.65
9372026-06-06T15:43:40.880Z Compiling num-conv v0.2.2
9382026-06-06T15:43:40.972Z Checking chrono v0.4.45
9392026-06-06T15:43:41.032Z Compiling indexmap v2.14.0
9402026-06-06T15:43:41.062Z Compiling time-core v0.1.8
9412026-06-06T15:43:41.081Z Checking icu_normalizer v2.2.0
9422026-06-06T15:43:41.210Z Checking icu_properties v2.2.0
9432026-06-06T15:43:41.228Z Compiling paste v1.0.15
9442026-06-06T15:43:41.252Z Compiling pest_derive v2.8.6
9452026-06-06T15:43:41.395Z Compiling time-macros v0.2.27
9462026-06-06T15:43:41.851Z Compiling regex v1.12.3
9472026-06-06T15:43:42.056Z Checking idna_adapter v1.2.2
9482026-06-06T15:43:42.160Z Checking uuid v1.23.2
9492026-06-06T15:43:42.189Z Checking idna v1.1.0
9502026-06-06T15:43:42.317Z Compiling async-trait v0.1.89
9512026-06-06T15:43:42.387Z Compiling byteorder v1.5.0
9522026-06-06T15:43:42.451Z Checking url v2.5.8
9532026-06-06T15:43:42.729Z Checking dyn-clone v1.0.20
9542026-06-06T15:43:42.809Z Compiling camino v1.2.2
9552026-06-06T15:43:42.975Z Compiling strsim v0.11.1
9562026-06-06T15:43:43.245Z Compiling scroll_derive v0.13.1
9572026-06-06T15:43:43.273Z Checking errno v0.3.14
9582026-06-06T15:43:43.407Z Compiling ident_case v1.0.1
9592026-06-06T15:43:43.553Z Compiling omicron-workspace-hack v0.1.0
9602026-06-06T15:43:43.664Z Compiling slog-async v2.8.0
9612026-06-06T15:43:43.809Z Compiling generic-array v0.14.7
9622026-06-06T15:43:43.881Z Compiling crc32fast v1.5.0
9632026-06-06T15:43:43.926Z Compiling usdt-impl v0.6.0
9642026-06-06T15:43:44.075Z Compiling scroll v0.13.0
9652026-06-06T15:43:44.134Z Compiling plain v0.2.3
9662026-06-06T15:43:44.230Z Compiling daft-derive v0.1.7
9672026-06-06T15:43:44.266Z Checking pin-project-lite v0.2.17
9682026-06-06T15:43:44.357Z Compiling goblin v0.10.7
9692026-06-06T15:43:44.376Z Compiling pretty-hex v0.4.2
9702026-06-06T15:43:44.519Z Compiling dtrace-parser v0.3.0
9712026-06-06T15:43:44.655Z Compiling thread-id v5.1.0
9722026-06-06T15:43:44.992Z Compiling syn v1.0.109
9732026-06-06T15:43:45.028Z Checking getrandom v0.2.17
9742026-06-06T15:43:45.047Z Checking zeroize v1.8.2
9752026-06-06T15:43:45.260Z Checking bitflags v2.12.1
9762026-06-06T15:43:45.642Z Compiling multer v3.1.0
9772026-06-06T15:43:45.689Z Compiling async-stream-impl v0.3.6
9782026-06-06T15:43:46.054Z Checking socket2 v0.6.4
9792026-06-06T15:43:46.309Z Checking scopeguard v1.2.0
9802026-06-06T15:43:46.391Z Compiling ref-cast v1.0.25
9812026-06-06T15:43:46.415Z Checking lock_api v0.4.14
9822026-06-06T15:43:46.637Z Compiling ref-cast-impl v1.0.25
9832026-06-06T15:43:46.659Z Compiling dropshot v0.17.1
9842026-06-06T15:43:46.774Z Checking critical-section v1.2.0
9852026-06-06T15:43:46.934Z Checking once_cell v1.21.4
9862026-06-06T15:43:46.967Z Compiling dropshot_endpoint v0.17.1
9872026-06-06T15:43:47.217Z Compiling dof v0.4.0
9882026-06-06T15:43:47.254Z Checking parking_lot v0.12.5
9892026-06-06T15:43:47.286Z Compiling newtype-uuid-macros v0.1.0
9902026-06-06T15:43:47.790Z Checking signal-hook-registry v1.4.8
9912026-06-06T15:43:48.292Z Checking mio v1.2.1
9922026-06-06T15:43:48.403Z Compiling darling_core v0.23.0
9932026-06-06T15:43:48.498Z Compiling structmeta-derive v0.3.0
9942026-06-06T15:43:48.501Z Compiling usdt-macro v0.6.0
9952026-06-06T15:43:48.613Z Compiling usdt-attr-macro v0.6.0
9962026-06-06T15:43:48.637Z Checking tokio v1.52.3
9972026-06-06T15:43:48.697Z Compiling strum_macros v0.26.4
9982026-06-06T15:43:48.869Z Compiling foldhash v0.2.0
9992026-06-06T15:43:49.078Z Compiling allocator-api2 v0.2.21
10002026-06-06T15:43:49.344Z Checking subtle v2.6.1
10012026-06-06T15:43:49.417Z Compiling hashbrown v0.16.1
10022026-06-06T15:43:49.499Z Checking futures-core v0.3.32
10032026-06-06T15:43:49.588Z Compiling structmeta v0.3.0
10042026-06-06T15:43:49.817Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
10052026-06-06T15:43:50.142Z Compiling strum_macros v0.27.2
10062026-06-06T15:43:50.296Z Compiling derive-ex v0.1.8
10072026-06-06T15:43:50.340Z Compiling http v1.4.1
10082026-06-06T15:43:50.535Z Compiling darling_macro v0.23.0
10092026-06-06T15:43:50.769Z Checking futures-sink v0.3.32
10102026-06-06T15:43:50.878Z Checking ipnetwork v0.21.1
10112026-06-06T15:43:51.128Z Compiling darling v0.23.0
10122026-06-06T15:43:51.194Z Checking slab v0.4.12
10132026-06-06T15:43:51.218Z Compiling serde_with_macros v3.20.0
10142026-06-06T15:43:51.311Z Compiling winnow v1.0.3
10152026-06-06T15:43:51.885Z Compiling test-strategy v0.4.5
10162026-06-06T15:43:52.031Z Checking futures-channel v0.3.32
10172026-06-06T15:43:52.232Z Compiling toml_parser v1.1.2+spec-1.1.0
10182026-06-06T15:43:52.321Z Checking futures-task v0.3.32
10192026-06-06T15:43:52.347Z Checking typenum v1.20.1
10202026-06-06T15:43:52.350Z Compiling fnv v1.0.7
10212026-06-06T15:43:52.465Z Checking futures-io v0.3.32
10222026-06-06T15:43:52.650Z Checking futures-util v0.3.32
10232026-06-06T15:43:52.669Z Compiling toml_datetime v1.1.1+spec-1.1.0
10242026-06-06T15:43:52.864Z Compiling parse-display-derive v0.10.0
10252026-06-06T15:43:53.170Z Checking oxnet v0.1.6
10262026-06-06T15:43:53.234Z Checking tracing-core v0.1.36
10272026-06-06T15:43:53.296Z Checking erased-serde v0.3.31
10282026-06-06T15:43:53.783Z Checking tracing v0.1.44
10292026-06-06T15:43:53.993Z Compiling ryu v1.0.23
10302026-06-06T15:43:54.092Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
10312026-06-06T15:43:54.167Z Compiling clap_derive v4.6.1
10322026-06-06T15:43:54.448Z Checking base64 v0.22.1
10332026-06-06T15:43:54.844Z Checking rand_core v0.6.4
10342026-06-06T15:43:54.912Z Compiling openapiv3 v2.2.0
10352026-06-06T15:43:55.147Z Checking rustls-pki-types v1.14.1
10362026-06-06T15:43:55.395Z Checking tokio-util v0.7.18
10372026-06-06T15:43:55.610Z Checking untrusted v0.7.1
10382026-06-06T15:43:55.648Z Checking ipnet v2.12.0
10392026-06-06T15:43:55.730Z Checking untrusted v0.9.0
10402026-06-06T15:43:55.870Z Compiling toml_edit v0.25.12+spec-1.1.0
10412026-06-06T15:43:56.329Z Checking http-body v1.0.1
10422026-06-06T15:43:56.472Z Compiling proc-macro-crate v3.5.0
10432026-06-06T15:43:56.837Z Checking atomic-waker v1.1.2
10442026-06-06T15:43:56.905Z Compiling either v1.16.0
10452026-06-06T15:43:56.924Z Compiling num_enum_derive v0.7.6
10462026-06-06T15:43:56.942Z Checking tower-layer v0.3.3
10472026-06-06T15:43:57.095Z Checking tower-service v0.3.3
10482026-06-06T15:43:57.162Z Checking try-lock v0.2.5
10492026-06-06T15:43:57.263Z Checking want v0.3.1
10502026-06-06T15:43:57.303Z Compiling itertools v0.14.0
10512026-06-06T15:43:57.333Z Checking h2 v0.4.14
10522026-06-06T15:43:57.591Z Checking httpdate v1.0.3
10532026-06-06T15:43:57.743Z Compiling regress v0.11.1
10542026-06-06T15:43:57.992Z Compiling crucible-workspace-hack v0.1.0
10552026-06-06T15:43:58.518Z Checking serde_urlencoded v0.7.1
10562026-06-06T15:43:58.605Z Checking http-body-util v0.1.3
10572026-06-06T15:43:59.074Z Checking ppv-lite86 v0.2.21
10582026-06-06T15:43:59.224Z Checking hyper v1.10.1
10592026-06-06T15:43:59.278Z Compiling unsafe-libyaml v0.2.11
10602026-06-06T15:43:59.360Z Compiling typify-impl v0.6.2
10612026-06-06T15:43:59.819Z Compiling serde_yaml v0.9.34+deprecated
10622026-06-06T15:44:00.154Z Checking hyper-util v0.1.20
10632026-06-06T15:44:00.858Z Compiling convert_case v0.4.0
10642026-06-06T15:44:01.174Z Compiling derive_more v0.99.20
10652026-06-06T15:44:01.825Z Compiling darling_core v0.21.3
10662026-06-06T15:44:01.866Z Compiling zerocopy-derive v0.7.35
10672026-06-06T15:44:02.617Z Checking powerfmt v0.2.0
10682026-06-06T15:44:02.784Z Checking deranged v0.5.8
10692026-06-06T15:44:02.798Z Compiling typify-macro v0.6.2
10702026-06-06T15:44:03.686Z Compiling regress v0.10.5
10712026-06-06T15:44:03.873Z Checking num_threads v0.1.7
10722026-06-06T15:44:04.002Z Compiling darling_macro v0.21.3
10732026-06-06T15:44:04.113Z Checking time v0.3.47
10742026-06-06T15:44:04.417Z Compiling heapless v0.8.0
10752026-06-06T15:44:04.582Z Compiling darling v0.21.3
10762026-06-06T15:44:04.879Z Compiling ingot-macros v0.1.1
10772026-06-06T15:44:04.925Z Compiling typify v0.6.2
10782026-06-06T15:44:05.080Z Checking crossbeam-channel v0.5.15
10792026-06-06T15:44:05.244Z Compiling scroll_derive v0.12.1
10802026-06-06T15:44:05.263Z Compiling serde_repr v0.1.20
10812026-06-06T15:44:05.888Z Compiling rustix v0.38.44
10822026-06-06T15:44:06.279Z Checking cpufeatures v0.3.0
10832026-06-06T15:44:06.799Z Checking futures-executor v0.3.32
10842026-06-06T15:44:06.872Z Checking sync_wrapper v1.0.2
10852026-06-06T15:44:06.954Z Checking thread_local v1.1.9
10862026-06-06T15:44:07.127Z Compiling smoltcp v0.11.0
10872026-06-06T15:44:07.170Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
10882026-06-06T15:44:07.539Z Checking tower v0.5.3
10892026-06-06T15:44:07.637Z Checking rand_core v0.9.5
10902026-06-06T15:44:07.820Z Checking webpki-roots v1.0.7
10912026-06-06T15:44:08.039Z Compiling rustc_version v0.4.1
10922026-06-06T15:44:08.149Z Checking is-terminal v0.4.17
10932026-06-06T15:44:08.187Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
10942026-06-06T15:44:08.327Z Checking term v1.2.1
10952026-06-06T15:44:08.356Z Checking take_mut v0.2.2
10962026-06-06T15:44:08.393Z Compiling curve25519-dalek v4.1.3
10972026-06-06T15:44:08.452Z Checking tower-http v0.6.11
10982026-06-06T15:44:08.551Z Checking slog-term v2.9.2
10992026-06-06T15:44:08.648Z Checking futures v0.3.32
11002026-06-06T15:44:08.732Z Compiling toml_datetime v0.6.11
11012026-06-06T15:44:08.759Z Compiling foreign-types-macros v0.2.3
11022026-06-06T15:44:09.059Z Checking hex v0.4.3
11032026-06-06T15:44:09.351Z Checking rand_chacha v0.9.0
11042026-06-06T15:44:09.559Z Compiling zerocopy v0.7.35
11052026-06-06T15:44:09.624Z Compiling hubpack_derive v0.1.1
11062026-06-06T15:44:09.763Z Compiling thiserror-impl-no-std v2.0.2
11072026-06-06T15:44:10.027Z Compiling curve25519-dalek-derive v0.1.1
11082026-06-06T15:44:10.310Z Compiling proc-macro-error-attr v1.0.4
11092026-06-06T15:44:10.370Z Compiling usdt-impl v0.5.0
11102026-06-06T15:44:10.655Z Checking fastrand v2.4.1
11112026-06-06T15:44:10.751Z Compiling dof v0.3.0
11122026-06-06T15:44:10.788Z Checking rand v0.9.4
11132026-06-06T15:44:10.840Z Compiling dtrace-parser v0.2.0
11142026-06-06T15:44:10.869Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
11152026-06-06T15:44:11.254Z Compiling serde_spanned v1.1.1
11162026-06-06T15:44:11.410Z Compiling thread-id v4.2.2
11172026-06-06T15:44:11.474Z Compiling proc-macro-error v1.0.4
11182026-06-06T15:44:11.501Z Compiling memoffset v0.9.1
11192026-06-06T15:44:11.770Z Compiling pkg-config v0.3.33
11202026-06-06T15:44:11.950Z Compiling toml_writer v1.1.1+spec-1.1.0
11212026-06-06T15:44:12.847Z Checking crypto-common v0.1.7
11222026-06-06T15:44:13.201Z Checking hybrid-array v0.4.12
11232026-06-06T15:44:13.717Z Compiling prettyplease v0.2.37
11242026-06-06T15:44:13.766Z Checking openssl-probe v0.2.1
11252026-06-06T15:44:13.841Z Checking match_cfg v0.1.0
11262026-06-06T15:44:13.884Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
11272026-06-06T15:44:13.918Z Checking adler2 v2.0.1
11282026-06-06T15:44:13.946Z Compiling cfg_aliases v0.2.1
11292026-06-06T15:44:13.980Z Checking simd-adler32 v0.3.9
11302026-06-06T15:44:14.028Z Compiling nix v0.31.3
11312026-06-06T15:44:14.072Z Checking hostname v0.3.1
11322026-06-06T15:44:14.130Z Checking miniz_oxide v0.8.9
11332026-06-06T15:44:14.172Z Checking rustls-native-certs v0.8.4
11342026-06-06T15:44:14.436Z Checking tempfile v3.27.0
11352026-06-06T15:44:14.638Z Checking slog-json v2.6.1
11362026-06-06T15:44:14.704Z Checking newtype-uuid v1.3.2
11372026-06-06T15:44:14.813Z Checking memmap2 v0.9.10
11382026-06-06T15:44:14.978Z Compiling heck v0.4.1
11392026-06-06T15:44:15.190Z Checking usdt v0.6.0
11402026-06-06T15:44:15.195Z Checking daft v0.1.7
11412026-06-06T15:44:15.291Z Checking slog-bunyan v2.5.0
11422026-06-06T15:44:15.405Z Checking flate2 v1.1.9
11432026-06-06T15:44:15.446Z Checking crypto-common v0.2.2
11442026-06-06T15:44:15.469Z Checking block-buffer v0.12.0
11452026-06-06T15:44:15.623Z Compiling usdt-attr-macro v0.5.0
11462026-06-06T15:44:15.702Z Compiling usdt-macro v0.5.0
11472026-06-06T15:44:15.961Z Compiling enum-as-inner v0.6.1
11482026-06-06T15:44:16.010Z Compiling num-derive v0.4.2
11492026-06-06T15:44:16.345Z Checking compression-core v0.4.32
11502026-06-06T15:44:16.453Z Checking debug-ignore v1.0.5
11512026-06-06T15:44:16.519Z Compiling winnow v0.7.15
11522026-06-06T15:44:16.553Z Checking const-oid v0.10.2
11532026-06-06T15:44:16.661Z Checking compression-codecs v0.4.38
11542026-06-06T15:44:16.714Z Checking digest v0.11.3
11552026-06-06T15:44:17.457Z Checking encoding_rs v0.8.35
11562026-06-06T15:44:17.515Z Checking mime v0.3.17
11572026-06-06T15:44:17.532Z Compiling rayon-core v1.13.0
11582026-06-06T15:44:17.594Z Checking spin v0.9.8
11592026-06-06T15:44:17.713Z Checking toml v1.1.2+spec-1.1.0
11602026-06-06T15:44:17.769Z Checking sha1 v0.11.0
11612026-06-06T15:44:17.852Z Checking async-compression v0.4.42
11622026-06-06T15:44:18.434Z Checking rand_chacha v0.3.1
11632026-06-06T15:44:18.486Z Checking waitgroup v0.1.2
11642026-06-06T15:44:18.506Z Checking rustls-pemfile v2.2.0
11652026-06-06T15:44:18.548Z Checking async-stream v0.3.6
11662026-06-06T15:44:18.666Z Checking serde_path_to_error v0.1.20
11672026-06-06T15:44:18.684Z Checking hostname v0.4.2
11682026-06-06T15:44:18.687Z Compiling wait-timeout v0.2.1
11692026-06-06T15:44:18.945Z Compiling bit-vec v0.8.0
11702026-06-06T15:44:18.981Z Compiling quick-error v1.2.3
11712026-06-06T15:44:19.064Z Checking rand v0.8.6
11722026-06-06T15:44:19.092Z Compiling rusty-fork v0.3.1
11732026-06-06T15:44:19.134Z Compiling bit-set v0.8.0
11742026-06-06T15:44:19.841Z Compiling rand_xorshift v0.4.0
11752026-06-06T15:44:19.944Z Compiling progenitor-impl v0.14.0
11762026-06-06T15:44:20.085Z Compiling num-integer v0.1.46
11772026-06-06T15:44:20.149Z Checking macaddr v1.0.1
11782026-06-06T15:44:20.558Z Checking rustls-webpki v0.103.13
11792026-06-06T15:44:20.812Z Checking unicode-width v0.2.2
11802026-06-06T15:44:21.077Z Compiling winnow v0.5.40
11812026-06-06T15:44:21.097Z Compiling semver v0.1.20
11822026-06-06T15:44:21.528Z Compiling unarray v0.1.4
11832026-06-06T15:44:21.615Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
11842026-06-06T15:44:21.652Z Compiling proptest v1.11.0
11852026-06-06T15:44:21.804Z Compiling rustc_version v0.1.7
11862026-06-06T15:44:22.101Z Compiling progenitor-macro v0.14.0
11872026-06-06T15:44:22.413Z Compiling toml_edit v0.19.15
11882026-06-06T15:44:23.530Z Checking tokio-rustls v0.26.4
11892026-06-06T15:44:23.756Z Checking rustls-platform-verifier v0.7.0
11902026-06-06T15:44:23.778Z Checking hyper-rustls v0.27.9
11912026-06-06T15:44:23.991Z Checking reqwest v0.13.4
11922026-06-06T15:44:24.064Z Compiling reqwest v0.12.28
11932026-06-06T15:44:24.122Z Compiling backon v1.6.0
11942026-06-06T15:44:24.713Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11952026-06-06T15:44:24.867Z Checking block-buffer v0.10.4
11962026-06-06T15:44:25.427Z Compiling strum v0.26.3
11972026-06-06T15:44:25.744Z Compiling instant v0.1.13
11982026-06-06T15:44:26.089Z Compiling utf8parse v0.2.2
11992026-06-06T15:44:26.188Z Compiling anstyle-parse v1.0.0
12002026-06-06T15:44:26.208Z Compiling backoff v0.4.0
12012026-06-06T15:44:26.211Z Compiling iddqd v0.4.2
12022026-06-06T15:44:26.344Z Compiling progenitor-client v0.14.0
12032026-06-06T15:44:26.382Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
12042026-06-06T15:44:26.385Z Compiling progenitor-client v0.10.0
12052026-06-06T15:44:26.419Z Checking digest v0.10.7
12062026-06-06T15:44:26.463Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12072026-06-06T15:44:26.625Z Compiling progenitor-extras v0.2.0
12082026-06-06T15:44:26.643Z Compiling proc-macro-crate v1.3.1
12092026-06-06T15:44:26.661Z Compiling newtype_derive v0.1.6
12102026-06-06T15:44:26.715Z Compiling num-iter v0.1.45
12112026-06-06T15:44:26.854Z Compiling num-rational v0.4.2
12122026-06-06T15:44:26.873Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
12132026-06-06T15:44:26.908Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12142026-06-06T15:44:27.069Z Compiling progenitor-impl v0.13.0
12152026-06-06T15:44:27.377Z Compiling parse-display v0.10.0
12162026-06-06T15:44:27.396Z Compiling serde_with v3.20.0
12172026-06-06T15:44:27.414Z Compiling strum v0.27.2
12182026-06-06T15:44:27.500Z Compiling num-complex v0.4.6
12192026-06-06T15:44:27.690Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
12202026-06-06T15:44:27.711Z Compiling owo-colors v4.3.0
12212026-06-06T15:44:27.825Z Compiling anstyle v1.0.14
12222026-06-06T15:44:27.896Z Compiling colorchoice v1.0.5
12232026-06-06T15:44:27.952Z Compiling anstyle-query v1.1.5
12242026-06-06T15:44:27.955Z Compiling humantime v2.3.0
12252026-06-06T15:44:28.023Z Compiling vcpkg v0.2.15
12262026-06-06T15:44:28.057Z Compiling is_terminal_polyfill v1.70.2
12272026-06-06T15:44:28.134Z Compiling num v0.4.3
12282026-06-06T15:44:28.153Z Compiling anstream v1.0.0
12292026-06-06T15:44:28.221Z Compiling num_enum_derive v0.5.11
12302026-06-06T15:44:28.468Z Compiling terminal_size v0.4.4
12312026-06-06T15:44:28.618Z Compiling openssl-sys v0.9.116
12322026-06-06T15:44:28.719Z Compiling serde_spanned v0.6.9
12332026-06-06T15:44:28.840Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
12342026-06-06T15:44:28.880Z Compiling derive-where v1.6.1
12352026-06-06T15:44:29.209Z Compiling pin-project-internal v1.1.13
12362026-06-06T15:44:29.270Z Compiling progenitor-macro v0.13.0
12372026-06-06T15:44:29.288Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12382026-06-06T15:44:29.386Z Compiling clap_lex v1.1.0
12392026-06-06T15:44:29.625Z Compiling float-ord v0.3.2
12402026-06-06T15:44:29.762Z Compiling toml_write v0.1.2
12412026-06-06T15:44:29.991Z Compiling toml_edit v0.22.27
12422026-06-06T15:44:30.031Z Compiling clap_builder v4.6.0
12432026-06-06T15:44:31.589Z Compiling toml v0.8.23
12442026-06-06T15:44:31.808Z Compiling clap v4.6.1
12452026-06-06T15:44:32.098Z Compiling zone_cfg_derive v0.3.1
12462026-06-06T15:44:32.329Z Compiling async-recursion v1.1.1
12472026-06-06T15:44:32.380Z Compiling snafu-derive v0.8.9
12482026-06-06T15:44:33.536Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12492026-06-06T15:44:33.975Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
12502026-06-06T15:44:34.057Z Compiling slog-dtrace v0.3.0
12512026-06-06T15:44:34.307Z Compiling minimal-lexical v0.2.1
12522026-06-06T15:44:34.345Z Compiling openssl v0.10.80
12532026-06-06T15:44:34.377Z Compiling cancel-safe-futures v0.1.5
12542026-06-06T15:44:34.480Z Compiling chrono-tz v0.10.4
12552026-06-06T15:44:34.541Z Compiling unicode-xid v0.2.6
12562026-06-06T15:44:34.686Z Compiling const_format_proc_macros v0.2.34
12572026-06-06T15:44:34.705Z Compiling nom v7.1.3
12582026-06-06T15:44:35.102Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12592026-06-06T15:44:35.327Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12602026-06-06T15:44:35.419Z Compiling openssl-macros v0.1.1
12612026-06-06T15:44:35.598Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12622026-06-06T15:44:35.868Z Checking cpufeatures v0.2.17
12632026-06-06T15:44:36.088Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12642026-06-06T15:44:36.555Z Compiling cookie v0.18.1
12652026-06-06T15:44:36.622Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12662026-06-06T15:44:36.832Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12672026-06-06T15:44:36.886Z Compiling tabled_derive v0.7.0
12682026-06-06T15:44:37.326Z Checking num_enum v0.7.6
12692026-06-06T15:44:39.889Z Checking tabwriter v1.4.1
12702026-06-06T15:44:40.079Z Checking secrecy v0.10.3
12712026-06-06T15:44:40.121Z Checking tinyvec_macros v0.1.1
12722026-06-06T15:44:40.233Z Checking colored v3.1.1
12732026-06-06T15:44:40.339Z Checking tinyvec v1.11.0
12742026-06-06T15:44:40.410Z Checking crossbeam-epoch v0.9.18
12752026-06-06T15:44:40.433Z Checking hash32 v0.3.1
12762026-06-06T15:44:40.568Z Checking bstr v1.12.1
12772026-06-06T15:44:40.649Z Checking data-encoding v2.11.0
12782026-06-06T15:44:40.691Z Checking hmac v0.12.1
12792026-06-06T15:44:40.835Z Checking ingot-types v0.1.2
12802026-06-06T15:44:40.923Z Checking inout v0.1.4
12812026-06-06T15:44:41.062Z Checking scroll v0.12.0
12822026-06-06T15:44:41.082Z Checking ff v0.13.1
12832026-06-06T15:44:41.215Z Checking cobs v0.3.0
12842026-06-06T15:44:41.235Z Checking bitflags v1.3.2
12852026-06-06T15:44:41.310Z Checking static_assertions v1.1.0
12862026-06-06T15:44:41.332Z Checking foreign-types-shared v0.3.1
12872026-06-06T15:44:41.376Z Checking managed v0.8.0
12882026-06-06T15:44:41.394Z Checking postcard v1.1.3
12892026-06-06T15:44:41.428Z Checking foreign-types v0.5.0
12902026-06-06T15:44:41.447Z Checking goblin v0.8.2
12912026-06-06T15:44:41.513Z Checking group v0.13.0
12922026-06-06T15:44:41.610Z Checking ingot v0.1.1
12932026-06-06T15:44:41.630Z Checking cipher v0.4.4
12942026-06-06T15:44:41.714Z Checking hkdf v0.12.4
12952026-06-06T15:44:41.839Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12962026-06-06T15:44:41.839Z Checking universal-hash v0.5.1
12972026-06-06T15:44:41.993Z Checking crypto-bigint v0.5.5
12982026-06-06T15:44:42.047Z Checking chacha20 v0.10.0
12992026-06-06T15:44:42.135Z Checking half v2.7.1
13002026-06-06T15:44:42.410Z Checking cstr-argument v0.1.2
13012026-06-06T15:44:42.549Z Checking base64ct v1.8.3
13022026-06-06T15:44:42.635Z Checking ciborium-io v0.2.2
13032026-06-06T15:44:42.655Z Checking indent_write v2.2.0
13042026-06-06T15:44:42.741Z Checking opaque-debug v0.3.1
13052026-06-06T15:44:42.796Z Checking base16ct v0.2.0
13062026-06-06T15:44:42.816Z Checking password-hash v0.5.0
13072026-06-06T15:44:42.836Z Checking poly1305 v0.8.0
13082026-06-06T15:44:42.840Z Checking ciborium-ll v0.2.2
13092026-06-06T15:44:42.953Z Checking elliptic-curve v0.13.8
13102026-06-06T15:44:43.014Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
13112026-06-06T15:44:43.040Z Checking rand v0.10.1
13122026-06-06T15:44:43.061Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
13132026-06-06T15:44:43.079Z Checking chacha20 v0.9.1
13142026-06-06T15:44:43.196Z Checking atomicwrites v0.4.4
13152026-06-06T15:44:43.229Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13162026-06-06T15:44:43.249Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
13172026-06-06T15:44:43.305Z Checking blake2 v0.10.6
13182026-06-06T15:44:43.335Z Checking aead v0.5.2
13192026-06-06T15:44:43.491Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
13202026-06-06T15:44:43.509Z Checking thiserror-no-std v2.0.2
13212026-06-06T15:44:43.537Z Checking hubpack v0.1.2
13222026-06-06T15:44:43.540Z Checking byte-wrapper v0.1.0
13232026-06-06T15:44:43.606Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
13242026-06-06T15:44:43.733Z Checking keccak v0.1.6
13252026-06-06T15:44:43.771Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13262026-06-06T15:44:43.850Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
13272026-06-06T15:44:43.905Z Checking sha3 v0.10.9
13282026-06-06T15:44:44.037Z Checking vsss-rs v3.3.4
13292026-06-06T15:44:44.110Z Checking argon2 v0.5.3
13302026-06-06T15:44:44.179Z Checking chacha20poly1305 v0.10.1
13312026-06-06T15:44:44.210Z Checking ciborium v0.2.2
13322026-06-06T15:44:44.318Z Checking similar v2.7.0
13332026-06-06T15:44:44.484Z Checking memmap v0.7.0
13342026-06-06T15:44:44.503Z Checking lazy_static v1.5.0
13352026-06-06T15:44:44.628Z Checking usdt v0.5.0
13362026-06-06T15:44:44.647Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13372026-06-06T15:44:44.795Z Checking crossbeam-deque v0.8.6
13382026-06-06T15:44:44.973Z Checking ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
13392026-06-06T15:44:44.993Z Checking bytecount v0.6.9
13402026-06-06T15:44:45.106Z Checking unicode-segmentation v1.13.3
13412026-06-06T15:44:45.165Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13422026-06-06T15:44:45.352Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
13432026-06-06T15:44:45.477Z Checking newline-converter v0.3.0
13442026-06-06T15:44:45.548Z Checking console v0.15.11
13452026-06-06T15:44:45.593Z Checking itertools v0.12.1
13462026-06-06T15:44:45.597Z Checking progenitor v0.14.0
13472026-06-06T15:44:45.749Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
13482026-06-06T15:44:45.877Z Compiling parking_lot_core v0.8.6
13492026-06-06T15:44:45.938Z Checking swrite v0.1.0
13502026-06-06T15:44:45.999Z Checking resolv-conf v0.7.6
13512026-06-06T15:44:46.021Z Checking linked-hash-map v0.5.6
13522026-06-06T15:44:46.191Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
13532026-06-06T15:44:46.194Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13542026-06-06T15:44:46.231Z Checking lru-cache v0.1.2
13552026-06-06T15:44:46.234Z Checking expectorate v1.2.0
13562026-06-06T15:44:46.362Z Checking rayon v1.12.0
13572026-06-06T15:44:46.382Z Checking ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
13582026-06-06T15:44:46.646Z Checking hickory-proto v0.24.4
13592026-06-06T15:44:46.949Z Checking progenitor-client v0.13.0
13602026-06-06T15:44:47.008Z Checking camino-tempfile v1.4.1
13612026-06-06T15:44:47.337Z Checking serde-big-array v0.5.1
13622026-06-06T15:44:47.357Z Checking siphasher v1.0.3
13632026-06-06T15:44:47.460Z Checking progenitor v0.13.0
13642026-06-06T15:44:47.487Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
13652026-06-06T15:44:47.542Z Checking phf_shared v0.12.1
13662026-06-06T15:44:47.908Z Checking unicode-normalization v0.1.25
13672026-06-06T15:44:48.062Z Checking pin-project v1.1.13
13682026-06-06T15:44:48.188Z Checking num_enum v0.5.11
13692026-06-06T15:44:48.272Z Checking hickory-resolver v0.24.4
13702026-06-06T15:44:48.491Z Checking tokio-stream v0.1.18
13712026-06-06T15:44:48.769Z Checking csv-core v0.1.13
13722026-06-06T15:44:48.878Z Checking foreign-types-shared v0.1.1
13732026-06-06T15:44:48.900Z Checking konst_macro_rules v0.2.19
13742026-06-06T15:44:48.903Z Checking foldhash v0.1.5
13752026-06-06T15:44:48.958Z Checking unicode-linebreak v0.1.5
13762026-06-06T15:44:48.978Z Checking smawk v0.3.2
13772026-06-06T15:44:49.056Z Checking highway v1.3.0
13782026-06-06T15:44:49.096Z Checking same-file v1.0.6
13792026-06-06T15:44:49.181Z Checking unicode-width v0.1.14
13802026-06-06T15:44:49.214Z Checking textwrap v0.16.2
13812026-06-06T15:44:49.243Z Checking walkdir v2.5.0
13822026-06-06T15:44:49.301Z Checking hashbrown v0.15.5
13832026-06-06T15:44:49.320Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13842026-06-06T15:44:49.419Z Checking konst v0.2.20
13852026-06-06T15:44:49.438Z Checking qorb v0.4.1
13862026-06-06T15:44:49.441Z Checking foreign-types v0.3.2
13872026-06-06T15:44:49.519Z Checking csv v1.4.0
13882026-06-06T15:44:49.931Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13892026-06-06T15:44:50.176Z Checking olpc-cjson v0.1.4
13902026-06-06T15:44:50.284Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
13912026-06-06T15:44:50.330Z Checking snafu v0.8.9
13922026-06-06T15:44:50.485Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
13932026-06-06T15:44:50.504Z Checking phf v0.12.1
13942026-06-06T15:44:50.655Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13952026-06-06T15:44:50.709Z Checking zone v0.3.1
13962026-06-06T15:44:50.917Z Checking tokio-dtrace v0.1.1
13972026-06-06T15:44:51.089Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13982026-06-06T15:44:51.114Z Checking globset v0.4.18
13992026-06-06T15:44:51.386Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
14002026-06-06T15:44:51.801Z Checking smf v0.2.3
14012026-06-06T15:44:51.930Z Checking pem v3.0.6
14022026-06-06T15:44:52.046Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
14032026-06-06T15:44:52.105Z Checking libsw-core v0.3.2
14042026-06-06T15:44:52.173Z Checking serde_plain v1.0.2
14052026-06-06T15:44:52.234Z Checking sigpipe v0.1.3
14062026-06-06T15:44:52.259Z Checking jiff v0.2.28
14072026-06-06T15:44:52.331Z Checking fixedbitset v0.4.2
14082026-06-06T15:44:52.391Z Checking fixedbitset v0.5.7
14092026-06-06T15:44:52.517Z Checking glob v0.3.3
14102026-06-06T15:44:52.543Z Checking typed-path v0.9.3
14112026-06-06T15:44:52.632Z Checking petgraph v0.8.3
14122026-06-06T15:44:53.008Z Checking petgraph v0.6.5
14132026-06-06T15:44:53.085Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
14142026-06-06T15:44:53.112Z Checking libsw v3.5.0
14152026-06-06T15:44:53.374Z Checking tough v0.22.0
14162026-06-06T15:44:53.558Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14172026-06-06T15:44:53.593Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14182026-06-06T15:44:54.047Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14192026-06-06T15:44:54.111Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
14202026-06-06T15:44:54.212Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
14212026-06-06T15:44:54.276Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14222026-06-06T15:44:54.304Z Checking oxide-tokio-rt v0.1.6
14232026-06-06T15:44:54.492Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14242026-06-06T15:44:54.595Z Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14252026-06-06T15:44:54.630Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14262026-06-06T15:44:54.672Z Checking const_format v0.2.36
14272026-06-06T15:44:54.715Z Checking papergrid v0.11.0
14282026-06-06T15:44:55.051Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14292026-06-06T15:44:55.161Z Checking gethostname v0.5.0
14302026-06-06T15:44:55.183Z Checking key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14312026-06-06T15:44:55.263Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
14322026-06-06T15:44:55.388Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
14332026-06-06T15:44:55.504Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14342026-06-06T15:44:55.847Z Checking libscf-sys v1.2.0
14352026-06-06T15:44:56.025Z Checking bcs v0.1.6
14362026-06-06T15:44:56.150Z Checking linear-map v1.2.0
14372026-06-06T15:44:56.202Z Checking whoami v1.6.1
14382026-06-06T15:44:56.222Z Checking termtree v0.5.1
14392026-06-06T15:44:56.269Z Checking tagptr v0.2.0
14402026-06-06T15:44:56.326Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14412026-06-06T15:44:56.427Z Checking moka v0.12.15
14422026-06-06T15:44:56.868Z Checking nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14432026-06-06T15:44:57.804Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14442026-06-06T15:44:57.966Z Checking tabled v0.15.0
14452026-06-06T15:44:58.263Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14462026-06-06T15:44:58.283Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14472026-06-06T15:44:58.302Z Checking steno v0.4.1
14482026-06-06T15:44:58.321Z Checking bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14492026-06-06T15:44:58.933Z Checking hickory-proto v0.25.2
14502026-06-06T15:45:00.513Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
14512026-06-06T15:45:00.555Z Checking hickory-resolver v0.25.2
14522026-06-06T15:45:00.645Z Checking oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14532026-06-06T15:45:01.238Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14542026-06-06T15:45:01.554Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
14552026-06-06T15:45:02.125Z Checking ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
14562026-06-06T15:45:06.147Z Checking nom v8.0.0
14572026-06-06T15:45:06.293Z Compiling proc-macro-error-attr2 v2.0.0
14582026-06-06T15:45:06.358Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14592026-06-06T15:45:06.757Z Compiling proc-macro-error2 v2.0.1
14602026-06-06T15:45:10.093Z Compiling crunchy v0.2.4
14612026-06-06T15:45:12.018Z Checking mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
14622026-06-06T15:45:12.363Z Compiling tabled_derive v0.11.0
14632026-06-06T15:45:12.890Z Compiling tiny-keccak v2.0.2
14642026-06-06T15:45:13.178Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
14652026-06-06T15:45:13.553Z Compiling typify-impl v0.4.3
14662026-06-06T15:45:13.681Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
14672026-06-06T15:45:13.728Z Checking client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
14682026-06-06T15:45:13.825Z Checking parking_lot v0.11.2
14692026-06-06T15:45:13.890Z Compiling const-random-macro v0.1.16
14702026-06-06T15:45:14.334Z Checking fxhash v0.2.1
14712026-06-06T15:45:14.381Z Compiling smartstring v1.0.1
14722026-06-06T15:45:14.445Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14732026-06-06T15:45:14.469Z Checking sled v0.34.7
14742026-06-06T15:45:14.667Z Compiling ahash v0.8.12
14752026-06-06T15:45:15.331Z Checking internet-checksum v0.2.1
14762026-06-06T15:45:15.457Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
14772026-06-06T15:45:15.706Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
14782026-06-06T15:45:15.754Z Compiling rhai_codegen v3.2.0
14792026-06-06T15:45:15.790Z Checking arc-swap v1.9.1
14802026-06-06T15:45:16.129Z Checking slog-scope v4.4.1
14812026-06-06T15:45:16.216Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14822026-06-06T15:45:16.282Z Checking papergrid v0.18.0
14832026-06-06T15:45:16.466Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
14842026-06-06T15:45:16.837Z Checking mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
14852026-06-06T15:45:17.041Z Checking testing_table v0.3.0
14862026-06-06T15:45:17.062Z Compiling typify-macro v0.4.3
14872026-06-06T15:45:17.105Z Checking dropshot-api-manager-types v0.7.2
14882026-06-06T15:45:17.282Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
14892026-06-06T15:45:17.497Z Checking tabled v0.21.0
14902026-06-06T15:45:17.640Z Checking ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
14912026-06-06T15:45:18.247Z Checking slog-stdlog v4.1.1
14922026-06-06T15:45:18.267Z Checking mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
14932026-06-06T15:45:18.385Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
14942026-06-06T15:45:18.405Z Compiling lzma-sys v0.1.20
14952026-06-06T15:45:18.581Z Checking rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
14962026-06-06T15:45:18.632Z Compiling fs-err v3.3.0
14972026-06-06T15:45:18.721Z Compiling typify v0.4.3
14982026-06-06T15:45:18.832Z Compiling progenitor-impl v0.10.0
14992026-06-06T15:45:18.855Z Compiling typeid v1.0.3
15002026-06-06T15:45:19.015Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
15012026-06-06T15:45:19.077Z Checking slog-envlogger v2.2.0
15022026-06-06T15:45:19.836Z Compiling toml_datetime v0.7.5+spec-1.1.0
15032026-06-06T15:45:19.899Z Checking crc8 v0.1.1
15042026-06-06T15:45:20.031Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
15052026-06-06T15:45:20.139Z Compiling toml v0.9.12+spec-1.1.0
15062026-06-06T15:45:20.293Z Checking const-random v0.1.18
15072026-06-06T15:45:20.792Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
15082026-06-06T15:45:20.957Z Compiling progenitor-macro v0.10.0
15092026-06-06T15:45:21.038Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
15102026-06-06T15:45:21.150Z Compiling cargo_toml v0.22.3
15112026-06-06T15:45:22.343Z Checking ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
15122026-06-06T15:45:23.166Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
15132026-06-06T15:45:23.669Z Checking thin-vec v0.2.18
15142026-06-06T15:45:23.925Z Checking rhai v1.25.1
15152026-06-06T15:45:23.944Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
15162026-06-06T15:45:24.811Z Checking sha1 v0.10.6
15172026-06-06T15:45:25.045Z Checking utf-8 v0.7.6
15182026-06-06T15:45:25.269Z Checking tungstenite v0.21.0
15192026-06-06T15:45:25.710Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
15202026-06-06T15:45:26.641Z Checking ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
15212026-06-06T15:45:26.695Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
15222026-06-06T15:45:26.778Z Checking sha2 v0.10.9
15232026-06-06T15:45:27.003Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
15242026-06-06T15:45:27.050Z Checking yansi v1.0.1
15252026-06-06T15:45:27.207Z Checking diff v0.1.13
15262026-06-06T15:45:27.259Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
15272026-06-06T15:45:27.319Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
15282026-06-06T15:45:27.354Z Checking pretty_assertions v1.4.1
15292026-06-06T15:45:27.500Z Checking progenitor v0.10.0
15302026-06-06T15:45:27.670Z Checking tokio-tungstenite v0.21.0
15312026-06-06T15:45:28.810Z Checking console v0.16.3
15322026-06-06T15:45:28.866Z Checking git-stub v1.0.0
15332026-06-06T15:45:29.127Z Checking base64 v0.21.7
15342026-06-06T15:45:29.146Z Checking unit-prefix v0.5.2
15352026-06-06T15:45:29.288Z Checking is_ci v1.2.0
15362026-06-06T15:45:29.402Z Checking supports-color v3.0.2
15372026-06-06T15:45:29.513Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
15382026-06-06T15:45:29.535Z Checking indicatif v0.18.4
15392026-06-06T15:45:30.284Z Checking git-stub-vcs v0.1.0
15402026-06-06T15:45:30.490Z Checking xz2 v0.1.7
15412026-06-06T15:45:30.748Z Checking ron v0.12.1
15422026-06-06T15:45:30.857Z Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
15432026-06-06T15:45:31.089Z Checking mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
15442026-06-06T15:45:31.185Z Checking mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
15452026-06-06T15:45:31.524Z Checking bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
15462026-06-06T15:45:31.563Z Checking drift v0.2.0
15472026-06-06T15:45:31.949Z Compiling serial_test_derive v3.5.0
15482026-06-06T15:45:32.224Z Checking base16ct v1.0.0
15492026-06-06T15:45:32.713Z Checking serial_test v3.5.0
15502026-06-06T15:45:32.874Z Checking ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
15512026-06-06T15:45:32.906Z Checking dropshot-api-manager v0.7.2
15522026-06-06T15:45:33.748Z Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
15532026-06-06T15:45:34.177Z Checking mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
15542026-06-06T15:45:34.803Z Checking bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
15552026-06-06T15:45:34.894Z Checking util v0.1.0 (/work/oxidecomputer/maghemite/util)
15562026-06-06T15:45:35.645Z Checking natord v1.0.9
15572026-06-06T15:45:35.794Z Checking ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
15582026-06-06T15:45:35.997Z Checking maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
15592026-06-06T15:45:36.095Z Checking mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
15602026-06-06T15:45:36.441Z Checking xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
15612026-06-06T15:45:36.664Z Checking mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify)
15622026-06-06T15:45:36.720Z Checking ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
15632026-06-06T15:45:37.096Z Checking mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
15642026-06-06T15:45:37.248Z Checking falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab)
15652026-06-06T15:45:37.555Z Checking mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
15662026-06-06T15:45:45.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 43s
15672026-06-06T15:45:45.940Z+ cargo xtask openapi check
15682026-06-06T15:45:46.588Z Compiling cfg-if v1.0.4
15692026-06-06T15:45:46.592Z Compiling libc v0.2.186
15702026-06-06T15:45:46.592Z Compiling serde_core v1.0.228
15712026-06-06T15:45:46.699Z Compiling memchr v2.8.1
15722026-06-06T15:45:46.704Z Compiling itoa v1.0.18
15732026-06-06T15:45:46.712Z Compiling smallvec v1.15.1
15742026-06-06T15:45:46.721Z Compiling stable_deref_trait v1.2.1
15752026-06-06T15:45:46.724Z Compiling zerofrom v0.1.8
15762026-06-06T15:45:46.744Z Compiling zmij v1.0.21
15772026-06-06T15:45:46.795Z Compiling writeable v0.6.3
15782026-06-06T15:45:46.854Z Compiling yoke v0.8.3
15792026-06-06T15:45:46.887Z Compiling litemap v0.8.2
15802026-06-06T15:45:46.920Z Compiling utf8_iter v1.0.4
15812026-06-06T15:45:47.002Z Compiling percent-encoding v2.3.2
15822026-06-06T15:45:47.028Z Compiling icu_properties_data v2.2.0
15832026-06-06T15:45:47.047Z Compiling zerovec v0.11.6
15842026-06-06T15:45:47.064Z Compiling zerotrie v0.2.4
15852026-06-06T15:45:47.081Z Compiling icu_normalizer_data v2.2.0
15862026-06-06T15:45:47.160Z Compiling libm v0.2.16
15872026-06-06T15:45:47.172Z Compiling form_urlencoded v1.2.2
15882026-06-06T15:45:47.172Z Compiling rand_core v0.10.1
15892026-06-06T15:45:47.199Z Compiling errno v0.3.14
15902026-06-06T15:45:47.338Z Compiling getrandom v0.4.2
15912026-06-06T15:45:47.351Z Compiling iana-time-zone v0.1.65
15922026-06-06T15:45:47.354Z Compiling pin-project-lite v0.2.17
15932026-06-06T15:45:47.387Z Compiling zeroize v1.8.2
15942026-06-06T15:45:47.390Z Compiling dyn-clone v1.0.20
15952026-06-06T15:45:47.456Z Compiling scopeguard v1.2.0
15962026-06-06T15:45:47.517Z Compiling tinystr v0.8.3
15972026-06-06T15:45:47.566Z Compiling potential_utf v0.1.5
15982026-06-06T15:45:47.598Z Compiling lock_api v0.4.14
15992026-06-06T15:45:47.603Z Compiling parking_lot_core v0.9.12
16002026-06-06T15:45:47.619Z Compiling socket2 v0.6.4
16012026-06-06T15:45:47.622Z Compiling signal-hook-registry v1.4.8
16022026-06-06T15:45:47.729Z Compiling icu_locale_core v2.2.0
16032026-06-06T15:45:47.732Z Compiling icu_collections v2.2.0
16042026-06-06T15:45:47.829Z Compiling parking_lot v0.12.5
16052026-06-06T15:45:47.913Z Compiling num-traits v0.2.19
16062026-06-06T15:45:47.924Z Compiling mio v1.2.1
16072026-06-06T15:45:48.078Z Compiling portable-atomic v1.13.1
16082026-06-06T15:45:48.228Z Compiling futures-core v0.3.32
16092026-06-06T15:45:48.299Z Compiling thiserror v2.0.18
16102026-06-06T15:45:48.368Z Compiling critical-section v1.2.0
16112026-06-06T15:45:48.387Z Compiling subtle v2.6.1
16122026-06-06T15:45:48.412Z Compiling equivalent v1.0.2
16132026-06-06T15:45:48.442Z Compiling zerocopy v0.8.50
16142026-06-06T15:45:48.479Z Compiling serde v1.0.228
16152026-06-06T15:45:48.500Z Compiling serde_json v1.0.150
16162026-06-06T15:45:48.561Z Compiling icu_provider v2.2.0
16172026-06-06T15:45:48.565Z Compiling uuid v1.23.2
16182026-06-06T15:45:48.612Z Compiling semver v1.0.28
16192026-06-06T15:45:48.627Z Compiling bitflags v2.12.1
16202026-06-06T15:45:48.858Z Compiling icu_normalizer v2.2.0
16212026-06-06T15:45:48.875Z Compiling icu_properties v2.2.0
16222026-06-06T15:45:48.889Z Compiling once_cell v1.21.4
16232026-06-06T15:45:48.957Z Compiling bytes v1.11.1
16242026-06-06T15:45:49.004Z Compiling chrono v0.4.45
16252026-06-06T15:45:49.007Z Compiling futures-sink v0.3.32
16262026-06-06T15:45:49.106Z Compiling log v0.4.32
16272026-06-06T15:45:49.122Z Compiling slab v0.4.12
16282026-06-06T15:45:49.303Z Compiling typenum v1.20.1
16292026-06-06T15:45:49.317Z Compiling slog v2.8.2
16302026-06-06T15:45:49.333Z Compiling futures-channel v0.3.32
16312026-06-06T15:45:49.446Z Compiling tokio v1.52.3
16322026-06-06T15:45:49.577Z Compiling getrandom v0.2.17
16332026-06-06T15:45:49.617Z Compiling futures-io v0.3.32
16342026-06-06T15:45:49.629Z Compiling futures-task v0.3.32
16352026-06-06T15:45:49.770Z Compiling rand_core v0.6.4
16362026-06-06T15:45:49.785Z Compiling idna_adapter v1.2.2
16372026-06-06T15:45:49.807Z Compiling futures-util v0.3.32
16382026-06-06T15:45:49.930Z Compiling idna v1.1.0
16392026-06-06T15:45:50.004Z Compiling hashbrown v0.17.1
16402026-06-06T15:45:50.067Z Compiling tracing-core v0.1.36
16412026-06-06T15:45:50.138Z Compiling base64 v0.22.1
16422026-06-06T15:45:50.488Z Compiling url v2.5.8
16432026-06-06T15:45:50.555Z Compiling indexmap v2.14.0
16442026-06-06T15:45:50.573Z Compiling tracing v0.1.44
16452026-06-06T15:45:50.684Z Compiling http v1.4.1
16462026-06-06T15:45:50.696Z Compiling unicode-ident v1.0.24
16472026-06-06T15:45:50.823Z Compiling proc-macro2 v1.0.106
16482026-06-06T15:45:50.836Z Compiling fnv v1.0.7
16492026-06-06T15:45:50.940Z Compiling byteorder v1.5.0
16502026-06-06T15:45:51.184Z Compiling schemars v0.8.22
16512026-06-06T15:45:51.219Z Compiling quote v1.0.45
16522026-06-06T15:45:51.349Z Compiling ppv-lite86 v0.2.21
16532026-06-06T15:45:51.516Z Compiling syn v2.0.117
16542026-06-06T15:45:51.534Z Compiling ipnet v2.12.0
16552026-06-06T15:45:51.546Z Compiling erased-serde v0.3.31
16562026-06-06T15:45:51.677Z Compiling rustls-pki-types v1.14.1
16572026-06-06T15:45:51.690Z Compiling http-body v1.0.1
16582026-06-06T15:45:51.853Z Compiling thiserror v1.0.69
16592026-06-06T15:45:51.964Z Compiling ipnetwork v0.21.1
16602026-06-06T15:45:52.066Z Compiling aws-lc-sys v0.41.0
16612026-06-06T15:45:52.172Z Compiling atomic-waker v1.1.2
16622026-06-06T15:45:52.186Z Compiling oxnet v0.1.6
16632026-06-06T15:45:52.309Z Compiling untrusted v0.7.1
16642026-06-06T15:45:52.395Z Compiling httparse v1.10.1
16652026-06-06T15:45:52.446Z Compiling untrusted v0.9.0
16662026-06-06T15:45:52.475Z Compiling pretty-hex v0.4.2
16672026-06-06T15:45:52.559Z Compiling aws-lc-rs v1.17.0
16682026-06-06T15:45:52.621Z Compiling tower-service v0.3.3
16692026-06-06T15:45:52.636Z Compiling ryu v1.0.23
16702026-06-06T15:45:52.687Z Compiling rustls v0.23.40
16712026-06-06T15:45:52.719Z Compiling try-lock v0.2.5
16722026-06-06T15:45:52.719Z Compiling tower-layer v0.3.3
16732026-06-06T15:45:52.767Z Compiling rustix v1.1.4
16742026-06-06T15:45:52.829Z Compiling want v0.3.1
16752026-06-06T15:45:52.841Z Compiling plain v0.2.3
16762026-06-06T15:45:52.898Z Compiling httpdate v1.0.3
16772026-06-06T15:45:52.944Z Compiling omicron-workspace-hack v0.1.0
16782026-06-06T15:45:52.955Z Compiling getrandom v0.3.4
16792026-06-06T15:45:53.002Z Compiling ucd-trie v0.1.7
16802026-06-06T15:45:53.019Z Compiling regex-syntax v0.8.10
16812026-06-06T15:45:53.148Z Compiling pest v2.8.6
16822026-06-06T15:45:53.159Z Compiling rand_core v0.9.5
16832026-06-06T15:45:53.310Z Compiling tokio-util v0.7.18
16842026-06-06T15:45:53.388Z Compiling crossbeam-utils v0.8.21
16852026-06-06T15:45:53.924Z Compiling h2 v0.4.14
16862026-06-06T15:45:54.062Z Compiling rustls-webpki v0.103.13
16872026-06-06T15:45:54.073Z Compiling serde_urlencoded v0.7.1
16882026-06-06T15:45:54.079Z Compiling newtype-uuid v1.3.2
16892026-06-06T15:45:54.326Z Compiling http-body-util v0.1.3
16902026-06-06T15:45:54.423Z Compiling foldhash v0.2.0
16912026-06-06T15:45:54.474Z Compiling allocator-api2 v0.2.21
16922026-06-06T15:45:54.667Z Compiling hex v0.4.3
16932026-06-06T15:45:54.814Z Compiling hashbrown v0.16.1
16942026-06-06T15:45:54.942Z Compiling daft v0.1.7
16952026-06-06T15:45:55.029Z Compiling rand_chacha v0.9.0
16962026-06-06T15:45:55.232Z Compiling fastrand v2.4.1
16972026-06-06T15:45:55.426Z Compiling rand v0.9.4
16982026-06-06T15:45:55.437Z Compiling sync_wrapper v1.0.2
16992026-06-06T15:45:55.511Z Compiling generic-array v0.14.7
17002026-06-06T15:45:55.551Z Compiling tower v0.5.3
17012026-06-06T15:45:55.598Z Compiling anyhow v1.0.102
17022026-06-06T15:45:55.654Z Compiling aho-corasick v1.1.4
17032026-06-06T15:45:55.756Z Compiling powerfmt v0.2.0
17042026-06-06T15:45:55.974Z Compiling tower-http v0.6.11
17052026-06-06T15:45:55.987Z Compiling deranged v0.5.8
17062026-06-06T15:45:56.023Z Compiling hyper v1.10.1
17072026-06-06T15:45:56.037Z Compiling tempfile v3.27.0
17082026-06-06T15:45:56.049Z Compiling futures-executor v0.3.32
17092026-06-06T15:45:56.333Z Compiling camino v1.2.2
17102026-06-06T15:45:56.413Z Compiling openapiv3 v2.2.0
17112026-06-06T15:45:56.446Z Compiling num-conv v0.2.2
17122026-06-06T15:45:56.607Z Compiling regex-automata v0.4.14
17132026-06-06T15:45:56.754Z Compiling cpufeatures v0.3.0
17142026-06-06T15:45:56.836Z Compiling openssl-probe v0.2.1
17152026-06-06T15:45:56.962Z Compiling time-core v0.1.8
17162026-06-06T15:45:56.991Z Compiling num_threads v0.1.7
17172026-06-06T15:45:57.034Z Compiling rustls-native-certs v0.8.4
17182026-06-06T15:45:57.097Z Compiling time v0.3.47
17192026-06-06T15:45:57.116Z Compiling futures v0.3.32
17202026-06-06T15:45:57.201Z Compiling hyper-util v0.1.20
17212026-06-06T15:45:57.376Z Compiling scroll v0.13.0
17222026-06-06T15:45:57.574Z Compiling tokio-rustls v0.26.4
17232026-06-06T15:45:57.698Z Compiling hybrid-array v0.4.12
17242026-06-06T15:45:57.771Z Compiling simd-adler32 v0.3.9
17252026-06-06T15:45:57.877Z Compiling adler2 v2.0.1
17262026-06-06T15:45:57.993Z Compiling winnow v1.0.3
17272026-06-06T15:45:58.024Z Compiling miniz_oxide v0.8.9
17282026-06-06T15:45:58.136Z Compiling goblin v0.10.7
17292026-06-06T15:45:58.197Z Compiling rustls-platform-verifier v0.7.0
17302026-06-06T15:45:58.442Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17312026-06-06T15:45:58.716Z Compiling hyper-rustls v0.27.9
17322026-06-06T15:45:58.940Z Compiling crossbeam-channel v0.5.15
17332026-06-06T15:45:58.967Z Compiling crc32fast v1.5.0
17342026-06-06T15:45:59.001Z Compiling reqwest v0.13.4
17352026-06-06T15:45:59.024Z Compiling regex v1.12.3
17362026-06-06T15:45:59.160Z Compiling flate2 v1.1.9
17372026-06-06T15:45:59.173Z Compiling block-buffer v0.12.0
17382026-06-06T15:45:59.336Z Compiling crypto-common v0.2.2
17392026-06-06T15:45:59.437Z Compiling crypto-common v0.1.7
17402026-06-06T15:45:59.494Z Compiling dtrace-parser v0.3.0
17412026-06-06T15:45:59.580Z Compiling rand_chacha v0.3.1
17422026-06-06T15:45:59.589Z Compiling thread-id v5.1.0
17432026-06-06T15:45:59.677Z Compiling thread_local v1.1.9
17442026-06-06T15:45:59.953Z Compiling compression-core v0.4.32
17452026-06-06T15:46:00.005Z Compiling debug-ignore v1.0.5
17462026-06-06T15:46:00.020Z Compiling match_cfg v0.1.0
17472026-06-06T15:46:00.097Z Compiling const-oid v0.10.2
17482026-06-06T15:46:00.116Z Compiling hostname v0.3.1
17492026-06-06T15:46:00.120Z Compiling compression-codecs v0.4.38
17502026-06-06T15:46:00.264Z Compiling digest v0.11.3
17512026-06-06T15:46:00.277Z Compiling rand v0.8.6
17522026-06-06T15:46:00.305Z Compiling toml_parser v1.1.2+spec-1.1.0
17532026-06-06T15:46:00.317Z Compiling slog-json v2.6.1
17542026-06-06T15:46:00.375Z Compiling ref-cast v1.0.25
17552026-06-06T15:46:00.388Z Compiling strum v0.26.3
17562026-06-06T15:46:00.432Z Compiling macaddr v1.0.1
17572026-06-06T15:46:00.481Z Compiling toml_datetime v1.1.1+spec-1.1.0
17582026-06-06T15:46:00.518Z Compiling serde_spanned v1.1.1
17592026-06-06T15:46:00.530Z Compiling wait-timeout v0.2.1
17602026-06-06T15:46:00.666Z Compiling memmap2 v0.9.10
17612026-06-06T15:46:00.677Z Compiling is-terminal v0.4.17
17622026-06-06T15:46:00.779Z Compiling encoding_rs v0.8.35
17632026-06-06T15:46:00.800Z Compiling term v1.2.1
17642026-06-06T15:46:00.824Z Compiling mime v0.3.17
17652026-06-06T15:46:00.891Z Compiling take_mut v0.2.2
17662026-06-06T15:46:00.926Z Compiling bit-vec v0.8.0
17672026-06-06T15:46:00.969Z Compiling spin v0.9.8
17682026-06-06T15:46:01.004Z Compiling dof v0.4.0
17692026-06-06T15:46:01.090Z Compiling quick-error v1.2.3
17702026-06-06T15:46:01.104Z Compiling toml_writer v1.1.1+spec-1.1.0
17712026-06-06T15:46:01.165Z Compiling either v1.16.0
17722026-06-06T15:46:01.204Z Compiling rusty-fork v0.3.1
17732026-06-06T15:46:01.325Z Compiling toml v1.1.2+spec-1.1.0
17742026-06-06T15:46:01.387Z Compiling bit-set v0.8.0
17752026-06-06T15:46:01.474Z Compiling slog-term v2.9.2
17762026-06-06T15:46:01.555Z Compiling slog-async v2.8.0
17772026-06-06T15:46:01.567Z Compiling slog-bunyan v2.5.0
17782026-06-06T15:46:01.711Z Compiling usdt-impl v0.6.0
17792026-06-06T15:46:02.052Z Compiling multer v3.1.0
17802026-06-06T15:46:02.067Z Compiling sha1 v0.11.0
17812026-06-06T15:46:02.310Z Compiling usdt v0.6.0
17822026-06-06T15:46:02.333Z Compiling async-compression v0.4.42
17832026-06-06T15:46:02.402Z Compiling serde_with v3.20.0
17842026-06-06T15:46:02.495Z Compiling async-stream v0.3.6
17852026-06-06T15:46:02.558Z Compiling rand_xorshift v0.4.0
17862026-06-06T15:46:02.633Z Compiling waitgroup v0.1.2
17872026-06-06T15:46:02.705Z Compiling rustls-pemfile v2.2.0
17882026-06-06T15:46:02.717Z Compiling serde_path_to_error v0.1.20
17892026-06-06T15:46:02.752Z Compiling hostname v0.4.2
17902026-06-06T15:46:02.784Z Compiling unarray v0.1.4
17912026-06-06T15:46:02.806Z Compiling strum v0.27.2
17922026-06-06T15:46:02.818Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17932026-06-06T15:46:02.896Z Compiling proptest v1.11.0
17942026-06-06T15:46:02.899Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
17952026-06-06T15:46:02.920Z Compiling progenitor-client v0.14.0
17962026-06-06T15:46:02.942Z Compiling iddqd v0.4.2
17972026-06-06T15:46:02.956Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17982026-06-06T15:46:03.068Z Compiling dropshot v0.17.1
17992026-06-06T15:46:03.081Z Compiling reqwest v0.12.28
18002026-06-06T15:46:03.081Z Compiling block-buffer v0.10.4
18012026-06-06T15:46:03.207Z Compiling backon v1.6.0
18022026-06-06T15:46:03.219Z Compiling instant v0.1.13
18032026-06-06T15:46:03.245Z Compiling digest v0.10.7
18042026-06-06T15:46:03.327Z Compiling backoff v0.4.0
18052026-06-06T15:46:03.418Z Compiling progenitor-extras v0.2.0
18062026-06-06T15:46:03.468Z Compiling itertools v0.14.0
18072026-06-06T15:46:03.546Z Compiling parse-display v0.10.0
18082026-06-06T15:46:03.664Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
18092026-06-06T15:46:03.880Z Compiling regress v0.10.5
18102026-06-06T15:46:04.250Z Compiling progenitor-client v0.10.0
18112026-06-06T15:46:04.275Z Compiling humantime v2.3.0
18122026-06-06T15:46:04.558Z Compiling cpufeatures v0.2.17
18132026-06-06T15:46:04.572Z Compiling unicode-width v0.2.2
18142026-06-06T15:46:04.638Z Compiling secrecy v0.10.3
18152026-06-06T15:46:04.738Z Compiling heck v0.5.0
18162026-06-06T15:46:04.806Z Compiling tinyvec_macros v0.1.1
18172026-06-06T15:46:04.868Z Compiling tinyvec v1.11.0
18182026-06-06T15:46:04.881Z Compiling num-integer v0.1.46
18192026-06-06T15:46:04.914Z Compiling scroll v0.12.0
18202026-06-06T15:46:05.003Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
18212026-06-06T15:46:05.200Z Compiling crucible-workspace-hack v0.1.0
18222026-06-06T15:46:05.213Z Compiling hmac v0.12.1
18232026-06-06T15:46:05.225Z Compiling inout v0.1.4
18242026-06-06T15:46:05.276Z Compiling ff v0.13.1
18252026-06-06T15:46:05.361Z Compiling utf8parse v0.2.2
18262026-06-06T15:46:05.377Z Compiling cipher v0.4.4
18272026-06-06T15:46:05.416Z Compiling group v0.13.0
18282026-06-06T15:46:05.479Z Compiling anstyle-parse v1.0.0
18292026-06-06T15:46:05.534Z Compiling hkdf v0.12.4
18302026-06-06T15:46:05.581Z Compiling goblin v0.8.2
18312026-06-06T15:46:05.608Z Compiling num-rational v0.4.2
18322026-06-06T15:46:05.675Z Compiling num-iter v0.1.45
18332026-06-06T15:46:05.801Z Compiling zerocopy v0.7.35
18342026-06-06T15:46:05.893Z Compiling universal-hash v0.5.1
18352026-06-06T15:46:06.037Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18362026-06-06T15:46:06.050Z Compiling crypto-bigint v0.5.5
18372026-06-06T15:46:06.160Z Compiling regress v0.11.1
18382026-06-06T15:46:06.375Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18392026-06-06T15:46:06.581Z Compiling terminal_size v0.4.4
18402026-06-06T15:46:06.737Z Compiling half v2.7.1
18412026-06-06T15:46:06.749Z Compiling num-complex v0.4.6
18422026-06-06T15:46:07.054Z Compiling anstyle-query v1.1.5
18432026-06-06T15:46:07.157Z Compiling colorchoice v1.0.5
18442026-06-06T15:46:07.175Z Compiling opaque-debug v0.3.1
18452026-06-06T15:46:07.251Z Compiling base64ct v1.8.3
18462026-06-06T15:46:07.255Z Compiling ciborium-io v0.2.2
18472026-06-06T15:46:07.284Z Compiling is_terminal_polyfill v1.70.2
18482026-06-06T15:46:07.322Z Compiling anstyle v1.0.14
18492026-06-06T15:46:07.363Z Compiling base16ct v0.2.0
18502026-06-06T15:46:07.531Z Compiling anstream v1.0.0
18512026-06-06T15:46:07.559Z Compiling password-hash v0.5.0
18522026-06-06T15:46:07.585Z Compiling elliptic-curve v0.13.8
18532026-06-06T15:46:07.844Z Compiling typify-impl v0.6.2
18542026-06-06T15:46:07.873Z Compiling ciborium-ll v0.2.2
18552026-06-06T15:46:08.039Z Compiling dof v0.3.0
18562026-06-06T15:46:08.102Z Compiling poly1305 v0.8.0
18572026-06-06T15:46:08.415Z Compiling num v0.4.3
18582026-06-06T15:46:08.500Z Compiling curve25519-dalek v4.1.3
18592026-06-06T15:46:08.546Z Compiling thiserror-no-std v2.0.2
18602026-06-06T15:46:08.799Z Compiling chacha20 v0.9.1
18612026-06-06T15:46:08.890Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
18622026-06-06T15:46:09.174Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18632026-06-06T15:46:09.450Z Compiling blake2 v0.10.6
18642026-06-06T15:46:09.524Z Compiling aead v0.5.2
18652026-06-06T15:46:09.601Z Compiling byte-wrapper v0.1.0
18662026-06-06T15:46:09.613Z Compiling dtrace-parser v0.2.0
18672026-06-06T15:46:09.666Z Compiling crossbeam-epoch v0.9.18
18682026-06-06T15:46:09.693Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18692026-06-06T15:46:09.802Z Compiling thread-id v4.2.2
18702026-06-06T15:46:09.895Z Compiling clap_lex v1.1.0
18712026-06-06T15:46:09.926Z Compiling strsim v0.11.1
18722026-06-06T15:46:09.972Z Compiling keccak v0.1.6
18732026-06-06T15:46:10.011Z Compiling float-ord v0.3.2
18742026-06-06T15:46:10.135Z Compiling sha3 v0.10.9
18752026-06-06T15:46:10.153Z Compiling clap_builder v4.6.0
18762026-06-06T15:46:10.224Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18772026-06-06T15:46:10.314Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18782026-06-06T15:46:10.410Z Compiling usdt-impl v0.5.0
18792026-06-06T15:46:10.435Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18802026-06-06T15:46:11.095Z Compiling argon2 v0.5.3
18812026-06-06T15:46:11.536Z Compiling chacha20poly1305 v0.10.1
18822026-06-06T15:46:11.631Z Compiling typify v0.6.2
18832026-06-06T15:46:11.677Z Compiling vsss-rs v3.3.4
18842026-06-06T15:46:11.745Z Compiling ciborium v0.2.2
18852026-06-06T15:46:11.948Z Compiling hash32 v0.3.1
18862026-06-06T15:46:12.120Z Compiling memmap v0.7.0
18872026-06-06T15:46:12.317Z Compiling indent_write v2.2.0
18882026-06-06T15:46:12.354Z Compiling data-encoding v2.11.0
18892026-06-06T15:46:12.468Z Compiling usdt v0.5.0
18902026-06-06T15:46:12.660Z Compiling heapless v0.8.0
18912026-06-06T15:46:12.759Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18922026-06-06T15:46:12.799Z Compiling clap v4.6.1
18932026-06-06T15:46:12.862Z Compiling ingot-types v0.1.2
18942026-06-06T15:46:12.888Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18952026-06-06T15:46:13.121Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18962026-06-06T15:46:13.286Z Compiling rustix v0.38.44
18972026-06-06T15:46:13.286Z Compiling tabwriter v1.4.1
18982026-06-06T15:46:13.389Z Compiling cobs v0.3.0
18992026-06-06T15:46:13.503Z Compiling managed v0.8.0
19002026-06-06T15:46:13.522Z Compiling bitflags v1.3.2
19012026-06-06T15:46:13.552Z Compiling postcard v1.1.3
19022026-06-06T15:46:13.602Z Compiling ingot v0.1.1
19032026-06-06T15:46:13.606Z Compiling memoffset v0.9.1
19042026-06-06T15:46:13.703Z Compiling smoltcp v0.11.0
19052026-06-06T15:46:13.725Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19062026-06-06T15:46:13.894Z Compiling toml_datetime v0.6.11
19072026-06-06T15:46:13.992Z Compiling serde_spanned v0.6.9
19082026-06-06T15:46:14.150Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19092026-06-06T15:46:14.181Z Compiling colored v3.1.1
19102026-06-06T15:46:14.209Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19112026-06-06T15:46:14.468Z Compiling linked-hash-map v0.5.6
19122026-06-06T15:46:14.568Z Compiling winnow v0.7.15
19132026-06-06T15:46:14.659Z Compiling swrite v0.1.0
19142026-06-06T15:46:14.753Z Compiling unicode-segmentation v1.13.3
19152026-06-06T15:46:14.766Z Compiling static_assertions v1.1.0
19162026-06-06T15:46:14.845Z Compiling toml_write v0.1.2
19172026-06-06T15:46:15.057Z Compiling resolv-conf v0.7.6
19182026-06-06T15:46:15.191Z Compiling foreign-types-shared v0.3.1
19192026-06-06T15:46:15.293Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19202026-06-06T15:46:15.434Z Compiling foreign-types v0.5.0
19212026-06-06T15:46:15.491Z Compiling newline-converter v0.3.0
19222026-06-06T15:46:15.518Z Compiling lru-cache v0.1.2
19232026-06-06T15:46:15.613Z Compiling atomicwrites v0.4.4
19242026-06-06T15:46:15.616Z Compiling hubpack v0.1.2
19252026-06-06T15:46:15.651Z Compiling nix v0.31.3
19262026-06-06T15:46:15.817Z Compiling num_enum v0.7.6
19272026-06-06T15:46:15.856Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
19282026-06-06T15:46:15.943Z Compiling toml_edit v0.22.27
19292026-06-06T15:46:15.980Z Compiling hickory-proto v0.24.4
19302026-06-06T15:46:16.077Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19312026-06-06T15:46:16.200Z Compiling crossbeam-deque v0.8.6
19322026-06-06T15:46:16.414Z Compiling console v0.15.11
19332026-06-06T15:46:16.456Z Compiling chacha20 v0.10.0
19342026-06-06T15:46:16.459Z Compiling camino-tempfile v1.4.1
19352026-06-06T15:46:16.701Z Compiling serde-big-array v0.5.1
19362026-06-06T15:46:16.734Z Compiling cstr-argument v0.1.2
19372026-06-06T15:46:16.855Z Compiling siphasher v1.0.3
19382026-06-06T15:46:16.899Z Compiling similar v2.7.0
19392026-06-06T15:46:17.058Z Compiling phf_shared v0.12.1
19402026-06-06T15:46:17.255Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19412026-06-06T15:46:17.389Z Compiling toml v0.8.23
19422026-06-06T15:46:17.807Z Compiling expectorate v1.2.0
19432026-06-06T15:46:17.875Z Compiling hickory-resolver v0.24.4
19442026-06-06T15:46:17.979Z Compiling pin-project v1.1.13
19452026-06-06T15:46:18.090Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19462026-06-06T15:46:18.103Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
19472026-06-06T15:46:18.367Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
19482026-06-06T15:46:18.413Z Compiling rand v0.10.1
19492026-06-06T15:46:18.500Z Compiling rayon-core v1.13.0
19502026-06-06T15:46:19.110Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
19512026-06-06T15:46:19.193Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19522026-06-06T15:46:19.206Z Compiling num_enum v0.5.11
19532026-06-06T15:46:19.230Z Compiling progenitor-impl v0.13.0
19542026-06-06T15:46:19.320Z Compiling prettyplease v0.2.37
19552026-06-06T15:46:19.333Z Compiling unicode-normalization v0.1.25
19562026-06-06T15:46:19.669Z Compiling progenitor-client v0.13.0
19572026-06-06T15:46:19.810Z Compiling tokio-stream v0.1.18
19582026-06-06T15:46:19.985Z Compiling bstr v1.12.1
19592026-06-06T15:46:20.260Z Compiling csv-core v0.1.13
19602026-06-06T15:46:20.303Z Compiling highway v1.3.0
19612026-06-06T15:46:20.394Z Compiling foreign-types-shared v0.1.1
19622026-06-06T15:46:20.494Z Compiling unicode-width v0.1.14
19632026-06-06T15:46:20.498Z Compiling foldhash v0.1.5
19642026-06-06T15:46:20.539Z Compiling same-file v1.0.6
19652026-06-06T15:46:20.622Z Compiling konst_macro_rules v0.2.19
19662026-06-06T15:46:20.692Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19672026-06-06T15:46:20.716Z Compiling walkdir v2.5.0
19682026-06-06T15:46:20.716Z Compiling hashbrown v0.15.5
19692026-06-06T15:46:20.788Z Compiling konst v0.2.20
19702026-06-06T15:46:20.808Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19712026-06-06T15:46:21.026Z Compiling foreign-types v0.3.2
19722026-06-06T15:46:21.038Z Compiling csv v1.4.0
19732026-06-06T15:46:21.068Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19742026-06-06T15:46:21.106Z Compiling progenitor v0.13.0
19752026-06-06T15:46:21.252Z Compiling globset v0.4.18
19762026-06-06T15:46:21.275Z Compiling qorb v0.4.1
19772026-06-06T15:46:21.614Z Compiling snafu v0.8.9
19782026-06-06T15:46:22.074Z Compiling olpc-cjson v0.1.4
19792026-06-06T15:46:22.248Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
19802026-06-06T15:46:22.476Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
19812026-06-06T15:46:22.528Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19822026-06-06T15:46:22.601Z Compiling rayon v1.12.0
19832026-06-06T15:46:22.840Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19842026-06-06T15:46:23.484Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19852026-06-06T15:46:23.503Z Compiling phf v0.12.1
19862026-06-06T15:46:23.676Z Compiling openssl-sys v0.9.116
19872026-06-06T15:46:23.919Z Compiling tokio-dtrace v0.1.1
19882026-06-06T15:46:24.090Z Compiling progenitor-impl v0.14.0
19892026-06-06T15:46:24.197Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19902026-06-06T15:46:24.455Z Compiling itertools v0.12.1
19912026-06-06T15:46:24.577Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
19922026-06-06T15:46:24.718Z Compiling libsw-core v0.3.2
19932026-06-06T15:46:24.789Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
19942026-06-06T15:46:24.886Z Compiling pem v3.0.6
19952026-06-06T15:46:24.899Z Compiling serde_plain v1.0.2
19962026-06-06T15:46:25.085Z Compiling sigpipe v0.1.3
19972026-06-06T15:46:25.112Z Compiling bytecount v0.6.9
19982026-06-06T15:46:25.160Z Compiling fixedbitset v0.4.2
19992026-06-06T15:46:25.176Z Compiling jiff v0.2.28
20002026-06-06T15:46:25.255Z Compiling typed-path v0.9.3
20012026-06-06T15:46:25.255Z Compiling fixedbitset v0.5.7
20022026-06-06T15:46:25.310Z Compiling minimal-lexical v0.2.1
20032026-06-06T15:46:25.397Z Compiling glob v0.3.3
20042026-06-06T15:46:25.583Z Compiling zone v0.3.1
20052026-06-06T15:46:25.599Z Compiling nom v7.1.3
20062026-06-06T15:46:25.692Z Compiling petgraph v0.8.3
20072026-06-06T15:46:25.837Z Compiling petgraph v0.6.5
20082026-06-06T15:46:26.062Z Compiling progenitor v0.14.0
20092026-06-06T15:46:26.206Z Compiling tough v0.22.0
20102026-06-06T15:46:26.339Z Compiling papergrid v0.11.0
20112026-06-06T15:46:26.560Z Compiling openssl v0.10.80
20122026-06-06T15:46:26.966Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
20132026-06-06T15:46:27.306Z Compiling libsw v3.5.0
20142026-06-06T15:46:27.356Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20152026-06-06T15:46:27.488Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20162026-06-06T15:46:27.504Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20172026-06-06T15:46:27.790Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20182026-06-06T15:46:27.804Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20192026-06-06T15:46:28.013Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20202026-06-06T15:46:28.025Z Compiling oxide-tokio-rt v0.1.6
20212026-06-06T15:46:28.341Z Compiling chrono-tz v0.10.4
20222026-06-06T15:46:28.566Z Compiling newtype_derive v0.1.6
20232026-06-06T15:46:28.653Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
20242026-06-06T15:46:28.717Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20252026-06-06T15:46:28.861Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20262026-06-06T15:46:28.896Z Compiling slog-dtrace v0.3.0
20272026-06-06T15:46:28.978Z Compiling owo-colors v4.3.0
20282026-06-06T15:46:29.220Z Compiling const_format v0.2.36
20292026-06-06T15:46:29.580Z Compiling cancel-safe-futures v0.1.5
20302026-06-06T15:46:29.702Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
20312026-06-06T15:46:29.738Z Compiling gethostname v0.5.0
20322026-06-06T15:46:29.839Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
20332026-06-06T15:46:29.863Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20342026-06-06T15:46:29.885Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20352026-06-06T15:46:29.938Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20362026-06-06T15:46:29.989Z Compiling smf v0.2.3
20372026-06-06T15:46:30.064Z Compiling bcs v0.1.6
20382026-06-06T15:46:30.088Z Compiling unicode-linebreak v0.1.5
20392026-06-06T15:46:30.348Z Compiling lazy_static v1.5.0
20402026-06-06T15:46:30.386Z Compiling tagptr v0.2.0
20412026-06-06T15:46:30.425Z Compiling whoami v1.6.1
20422026-06-06T15:46:30.437Z Compiling termtree v0.5.1
20432026-06-06T15:46:30.453Z Compiling smawk v0.3.2
20442026-06-06T15:46:30.541Z Compiling linear-map v1.2.0
20452026-06-06T15:46:30.562Z Compiling moka v0.12.15
20462026-06-06T15:46:30.589Z Compiling textwrap v0.16.2
20472026-06-06T15:46:30.599Z Compiling steno v0.4.1
20482026-06-06T15:46:30.737Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20492026-06-06T15:46:30.747Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20502026-06-06T15:46:31.106Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20512026-06-06T15:46:31.141Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20522026-06-06T15:46:31.367Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20532026-06-06T15:46:31.915Z Compiling tabled v0.15.0
20542026-06-06T15:46:32.392Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20552026-06-06T15:46:32.631Z Compiling cookie v0.18.1
20562026-06-06T15:46:33.068Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20572026-06-06T15:46:33.276Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20582026-06-06T15:46:33.597Z Compiling hickory-proto v0.25.2
20592026-06-06T15:46:33.998Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
20602026-06-06T15:46:34.153Z Compiling libscf-sys v1.2.0
20612026-06-06T15:46:34.178Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20622026-06-06T15:46:34.305Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
20632026-06-06T15:46:34.489Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
20642026-06-06T15:46:34.576Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
20652026-06-06T15:46:34.927Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
20662026-06-06T15:46:35.452Z Compiling hickory-resolver v0.25.2
20672026-06-06T15:46:36.273Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20682026-06-06T15:46:40.726Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20692026-06-06T15:46:48.397Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20702026-06-06T15:46:50.049Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20712026-06-06T15:46:51.085Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
20722026-06-06T15:46:52.443Z Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
20732026-06-06T15:46:53.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
20742026-06-06T15:46:53.722Z Running `target/debug/xtask openapi check`
20752026-06-06T15:46:54.188Z Compiling serde_core v1.0.228
20762026-06-06T15:46:54.191Z Compiling serde v1.0.228
20772026-06-06T15:46:54.191Z Compiling serde_json v1.0.150
20782026-06-06T15:46:54.259Z Compiling syn v2.0.117
20792026-06-06T15:46:54.268Z Compiling bytes v1.11.1
20802026-06-06T15:46:54.271Z Compiling getrandom v0.4.2
20812026-06-06T15:46:54.275Z Compiling once_cell v1.21.4
20822026-06-06T15:46:54.275Z Compiling zerocopy v0.8.50
20832026-06-06T15:46:54.429Z Compiling num-traits v0.2.19
20842026-06-06T15:46:54.615Z Compiling schemars v0.8.22
20852026-06-06T15:46:54.723Z Compiling http v1.4.1
20862026-06-06T15:46:54.856Z Compiling zeroize v1.8.2
20872026-06-06T15:46:54.893Z Compiling aws-lc-rs v1.17.0
20882026-06-06T15:46:54.902Z Compiling usdt-impl v0.6.0
20892026-06-06T15:46:54.910Z Compiling time-macros v0.2.27
20902026-06-06T15:46:55.032Z Compiling rustls-pki-types v1.14.1
20912026-06-06T15:46:55.175Z Compiling tracing-core v0.1.36
20922026-06-06T15:46:55.409Z Compiling bitflags v2.12.1
20932026-06-06T15:46:55.514Z Compiling tracing v0.1.44
20942026-06-06T15:46:55.649Z Compiling http-body v1.0.1
20952026-06-06T15:46:55.756Z Compiling generic-array v0.14.7
20962026-06-06T15:46:55.788Z Compiling indexmap v2.14.0
20972026-06-06T15:46:55.807Z Compiling rustls v0.23.40
20982026-06-06T15:46:55.821Z Compiling rustix v1.1.4
20992026-06-06T15:46:55.917Z Compiling time v0.3.47
21002026-06-06T15:46:56.044Z Compiling toml_datetime v1.1.1+spec-1.1.0
21012026-06-06T15:46:56.274Z Compiling subtle v2.6.1
21022026-06-06T15:46:56.464Z Compiling uuid v1.23.2
21032026-06-06T15:46:56.906Z Compiling pest_generator v2.8.6
21042026-06-06T15:46:57.018Z Compiling serde_derive_internals v0.29.1
21052026-06-06T15:46:57.046Z Compiling camino v1.2.2
21062026-06-06T15:46:57.072Z Compiling rustls-webpki v0.103.13
21072026-06-06T15:46:57.088Z Compiling winnow v1.0.3
21082026-06-06T15:46:57.391Z Compiling toml_parser v1.1.2+spec-1.1.0
21092026-06-06T15:46:57.461Z Compiling toml_edit v0.25.12+spec-1.1.0
21102026-06-06T15:46:57.470Z Compiling serde_spanned v1.1.1
21112026-06-06T15:46:57.820Z Compiling semver v1.0.28
21122026-06-06T15:46:58.072Z Compiling rustix v0.38.44
21132026-06-06T15:46:58.099Z Compiling toml v1.1.2+spec-1.1.0
21142026-06-06T15:46:58.112Z Compiling proc-macro-crate v3.5.0
21152026-06-06T15:46:58.120Z Compiling serde_derive v1.0.228
21162026-06-06T15:46:58.172Z Compiling thiserror-impl v2.0.18
21172026-06-06T15:46:58.180Z Compiling zerocopy-derive v0.8.50
21182026-06-06T15:46:58.457Z Compiling pest_derive v2.8.6
21192026-06-06T15:46:58.478Z Compiling tokio-macros v2.7.0
21202026-06-06T15:46:58.553Z Compiling schemars_derive v0.8.22
21212026-06-06T15:46:59.008Z Compiling futures-macro v0.3.32
21222026-06-06T15:46:59.243Z Compiling tokio v1.52.3
21232026-06-06T15:46:59.465Z Compiling thiserror v2.0.18
21242026-06-06T15:46:59.572Z Compiling scroll_derive v0.13.1
21252026-06-06T15:46:59.648Z Compiling dtrace-parser v0.3.0
21262026-06-06T15:46:59.860Z Compiling futures-util v0.3.32
21272026-06-06T15:47:00.441Z Compiling scroll v0.13.0
21282026-06-06T15:47:00.717Z Compiling goblin v0.10.7
21292026-06-06T15:47:01.406Z Compiling chrono v0.4.45
21302026-06-06T15:47:01.594Z Compiling erased-serde v0.3.31
21312026-06-06T15:47:02.124Z Compiling slog v2.8.2
21322026-06-06T15:47:02.217Z Compiling serde_tokenstream v0.2.3
21332026-06-06T15:47:02.530Z Compiling dof v0.4.0
21342026-06-06T15:47:02.635Z Compiling slog-json v2.6.1
21352026-06-06T15:47:02.857Z Compiling futures-executor v0.3.32
21362026-06-06T15:47:02.912Z Compiling openapiv3 v2.2.0
21372026-06-06T15:47:03.027Z Compiling async-stream-impl v0.3.6
21382026-06-06T15:47:03.148Z Compiling tokio-util v0.7.18
21392026-06-06T15:47:03.428Z Compiling oxnet v0.1.6
21402026-06-06T15:47:03.805Z Compiling h2 v0.4.14
21412026-06-06T15:47:03.880Z Compiling usdt-macro v0.6.0
21422026-06-06T15:47:03.936Z Compiling usdt-attr-macro v0.6.0
21432026-06-06T15:47:03.987Z Compiling async-stream v0.3.6
21442026-06-06T15:47:04.175Z Compiling tokio-rustls v0.26.4
21452026-06-06T15:47:04.596Z Compiling async-compression v0.4.42
21462026-06-06T15:47:04.618Z Compiling futures v0.3.32
21472026-06-06T15:47:04.705Z Compiling slog-bunyan v2.5.0
21482026-06-06T15:47:04.731Z Compiling dropshot_endpoint v0.17.1
21492026-06-06T15:47:04.854Z Compiling usdt v0.6.0
21502026-06-06T15:47:04.927Z Compiling slog-term v2.9.2
21512026-06-06T15:47:05.056Z Compiling slog-async v2.8.0
21522026-06-06T15:47:05.142Z Compiling multer v3.1.0
21532026-06-06T15:47:05.151Z Compiling serde_urlencoded v0.7.1
21542026-06-06T15:47:05.474Z Compiling async-trait v0.1.89
21552026-06-06T15:47:05.490Z Compiling serde_path_to_error v0.1.20
21562026-06-06T15:47:05.509Z Compiling http-body-util v0.1.3
21572026-06-06T15:47:05.566Z Compiling rustls-pemfile v2.2.0
21582026-06-06T15:47:05.647Z Compiling crossbeam-epoch v0.9.18
21592026-06-06T15:47:05.718Z Compiling aho-corasick v1.1.4
21602026-06-06T15:47:05.755Z Compiling tempfile v3.27.0
21612026-06-06T15:47:05.851Z Compiling num_enum_derive v0.7.6
21622026-06-06T15:47:05.997Z Compiling hyper v1.10.1
21632026-06-06T15:47:06.180Z Compiling crossbeam-deque v0.8.6
21642026-06-06T15:47:06.385Z Compiling dropshot-api-manager-types v0.7.2
21652026-06-06T15:47:06.457Z Compiling block-buffer v0.10.4
21662026-06-06T15:47:06.494Z Compiling crypto-common v0.1.7
21672026-06-06T15:47:06.603Z Compiling regex-automata v0.4.14
21682026-06-06T15:47:06.626Z Compiling clap_builder v4.6.0
21692026-06-06T15:47:06.678Z Compiling git-stub v1.0.0
21702026-06-06T15:47:06.738Z Compiling digest v0.10.7
21712026-06-06T15:47:06.873Z Compiling atomicwrites v0.4.4
21722026-06-06T15:47:06.909Z Compiling num_enum v0.7.6
21732026-06-06T15:47:06.939Z Compiling rayon-core v1.13.0
21742026-06-06T15:47:06.956Z Compiling fs-err v3.3.0
21752026-06-06T15:47:07.030Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
21762026-06-06T15:47:07.068Z Compiling clap_derive v4.6.1
21772026-06-06T15:47:07.272Z Compiling hyper-util v0.1.20
21782026-06-06T15:47:07.713Z Compiling serde_repr v0.1.20
21792026-06-06T15:47:07.750Z Compiling terminal_size v0.4.4
21802026-06-06T15:47:07.759Z Compiling bstr v1.12.1
21812026-06-06T15:47:07.898Z Compiling nom v8.0.0
21822026-06-06T15:47:08.010Z Compiling either v1.16.0
21832026-06-06T15:47:08.144Z Compiling is_ci v1.2.0
21842026-06-06T15:47:08.203Z Compiling textwrap v0.16.2
21852026-06-06T15:47:08.292Z Compiling supports-color v3.0.2
21862026-06-06T15:47:08.336Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
21872026-06-06T15:47:08.476Z Compiling regex v1.12.3
21882026-06-06T15:47:08.734Z Compiling dropshot v0.17.1
21892026-06-06T15:47:08.813Z Compiling drift v0.2.0
21902026-06-06T15:47:08.894Z Compiling clap v4.6.1
21912026-06-06T15:47:08.955Z Compiling rayon v1.12.0
21922026-06-06T15:47:08.979Z Compiling similar v2.7.0
21932026-06-06T15:47:09.074Z Compiling sha2 v0.10.9
21942026-06-06T15:47:09.479Z Compiling git-stub-vcs v0.1.0
21952026-06-06T15:47:10.055Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
21962026-06-06T15:47:11.466Z Compiling dropshot-api-manager v0.7.2
21972026-06-06T15:47:11.466Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
21982026-06-06T15:47:15.315Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
21992026-06-06T15:47:16.570Z Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
22002026-06-06T15:47:23.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.69s
22012026-06-06T15:47:23.537Z Running `target/debug/maghemite-dropshot-apis check`
22022026-06-06T15:47:23.564Z -------
22032026-06-06T15:47:23.564Z Generating OpenAPI documents from API definitions ...
22042026-06-06T15:47:23.626Z Loading local OpenAPI documents from "/work/oxidecomputer/maghemite/openapi" ...
22052026-06-06T15:47:23.661Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
22062026-06-06T15:47:23.792Z -------
22072026-06-06T15:47:23.792Z Checking 13 OpenAPI documents...
22082026-06-06T15:47:23.792Z Fresh ddm-admin (versioned v1.0.0 (blessed)): DDM Admin
22092026-06-06T15:47:23.792Z Fresh ddm-admin (versioned v2.0.0 (blessed)): DDM Admin
22102026-06-06T15:47:23.792Z Fresh ddm-admin "latest" symlink
22112026-06-06T15:47:23.795Z Fresh mg-admin (versioned v1.0.0 (blessed)): Maghemite Admin
22122026-06-06T15:47:23.795Z Fresh mg-admin (versioned v2.0.0 (blessed)): Maghemite Admin
22132026-06-06T15:47:23.796Z Fresh mg-admin (versioned v3.0.0 (blessed)): Maghemite Admin
22142026-06-06T15:47:23.796Z Fresh mg-admin (versioned v4.0.0 (blessed)): Maghemite Admin
22152026-06-06T15:47:23.796Z Fresh mg-admin (versioned v5.0.0 (blessed)): Maghemite Admin
22162026-06-06T15:47:23.796Z Fresh mg-admin (versioned v6.0.0 (blessed)): Maghemite Admin
22172026-06-06T15:47:23.796Z Fresh mg-admin (versioned v7.0.0 (blessed)): Maghemite Admin
22182026-06-06T15:47:23.796Z Fresh mg-admin (versioned v8.0.0 (blessed)): Maghemite Admin
22192026-06-06T15:47:23.796Z Fresh mg-admin (versioned v9.0.0 (blessed)): Maghemite Admin
22202026-06-06T15:47:23.796Z Fresh mg-admin (versioned v10.0.0 (blessed)): Maghemite Admin
22212026-06-06T15:47:23.796Z Fresh mg-admin (versioned v11.0.0 (added locally)): Maghemite Admin
22222026-06-06T15:47:23.796Z Fresh mg-admin "latest" symlink
22232026-06-06T15:47:23.796Z -------
22242026-06-06T15:47:23.796Z Success 13 documents checked: 15 fresh, 0 stale, 0 failed, 0 other problems
22252026-06-06T15:47:23.839Z+ banner build
22262026-06-06T15:47:23.842Z
22272026-06-06T15:47:23.842Z ##### # # # # #####
22282026-06-06T15:47:23.842Z # # # # # # # #
22292026-06-06T15:47:23.842Z ##### # # # # # #
22302026-06-06T15:47:23.842Z # # # # # # # #
22312026-06-06T15:47:23.842Z # # # # # # # #
22322026-06-06T15:47:23.842Z ##### #### # ###### #####
22332026-06-06T15:47:23.842Z
22342026-06-06T15:47:23.842Z+ ptime -m cargo build
22352026-06-06T15:47:24.451Z Compiling smallvec v1.15.1
22362026-06-06T15:47:24.566Z Compiling log v0.4.32
22372026-06-06T15:47:24.583Z Compiling slog v2.8.2
22382026-06-06T15:47:24.598Z Compiling ring v0.17.14
22392026-06-06T15:47:24.619Z Compiling webpki-roots v1.0.7
22402026-06-06T15:47:24.668Z Compiling similar v2.7.0
22412026-06-06T15:47:24.702Z Compiling fxhash v0.2.1
22422026-06-06T15:47:24.706Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
22432026-06-06T15:47:24.739Z Compiling icu_normalizer v2.2.0
22442026-06-06T15:47:24.775Z Compiling parking_lot_core v0.9.12
22452026-06-06T15:47:24.775Z Compiling goblin v0.10.7
22462026-06-06T15:47:24.847Z Compiling goblin v0.8.2
22472026-06-06T15:47:24.934Z Compiling slog-async v2.8.0
22482026-06-06T15:47:24.980Z Compiling parking_lot v0.12.5
22492026-06-06T15:47:25.083Z Compiling slog-term v2.9.2
22502026-06-06T15:47:25.324Z Compiling idna_adapter v1.2.2
22512026-06-06T15:47:25.359Z Compiling tokio v1.52.3
22522026-06-06T15:47:25.424Z Compiling slog-json v2.6.1
22532026-06-06T15:47:25.479Z Compiling idna v1.1.0
22542026-06-06T15:47:25.594Z Compiling slog-bunyan v2.5.0
22552026-06-06T15:47:25.638Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22562026-06-06T15:47:25.660Z Compiling expectorate v1.2.0
22572026-06-06T15:47:25.733Z Compiling rustls-webpki v0.103.13
22582026-06-06T15:47:25.774Z Compiling url v2.5.8
22592026-06-06T15:47:25.812Z Compiling globset v0.4.18
22602026-06-06T15:47:26.241Z Compiling rustls v0.23.40
22612026-06-06T15:47:26.548Z Compiling schemars v0.8.22
22622026-06-06T15:47:26.611Z Compiling moka v0.12.15
22632026-06-06T15:47:26.614Z Compiling parking_lot_core v0.8.6
22642026-06-06T15:47:26.696Z Compiling arc-swap v1.9.1
22652026-06-06T15:47:26.929Z Compiling parking_lot v0.11.2
22662026-06-06T15:47:27.031Z Compiling slog-scope v4.4.1
22672026-06-06T15:47:27.292Z Compiling dof v0.3.0
22682026-06-06T15:47:27.318Z Compiling ipnetwork v0.21.1
22692026-06-06T15:47:27.403Z Compiling newtype-uuid v1.3.2
22702026-06-06T15:47:27.816Z Compiling oxnet v0.1.6
22712026-06-06T15:47:27.829Z Compiling dof v0.4.0
22722026-06-06T15:47:27.915Z Compiling serde_with v3.20.0
22732026-06-06T15:47:28.180Z Compiling daft v0.1.7
22742026-06-06T15:47:28.295Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
22752026-06-06T15:47:28.471Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22762026-06-06T15:47:28.773Z Compiling usdt-impl v0.6.0
22772026-06-06T15:47:28.992Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
22782026-06-06T15:47:29.162Z Compiling tokio-util v0.7.18
22792026-06-06T15:47:29.217Z Compiling tower v0.5.3
22802026-06-06T15:47:29.463Z Compiling tokio-rustls v0.26.4
22812026-06-06T15:47:29.571Z Compiling rustls-platform-verifier v0.7.0
22822026-06-06T15:47:29.656Z Compiling tower-http v0.6.11
22832026-06-06T15:47:29.711Z Compiling h2 v0.4.14
22842026-06-06T15:47:29.724Z Compiling usdt v0.6.0
22852026-06-06T15:47:29.748Z Compiling async-compression v0.4.42
22862026-06-06T15:47:29.807Z Compiling iddqd v0.4.2
22872026-06-06T15:47:29.891Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22882026-06-06T15:47:30.003Z Compiling backoff v0.4.0
22892026-06-06T15:47:30.070Z Compiling typify-impl v0.6.2
22902026-06-06T15:47:30.091Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22912026-06-06T15:47:30.153Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22922026-06-06T15:47:30.225Z Compiling byte-wrapper v0.1.0
22932026-06-06T15:47:30.433Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
22942026-06-06T15:47:30.556Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
22952026-06-06T15:47:30.589Z Compiling usdt-impl v0.5.0
22962026-06-06T15:47:30.763Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22972026-06-06T15:47:31.121Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
22982026-06-06T15:47:31.176Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22992026-06-06T15:47:31.272Z Compiling usdt v0.5.0
23002026-06-06T15:47:31.446Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23012026-06-06T15:47:31.552Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
23022026-06-06T15:47:31.710Z Compiling typify v0.6.2
23032026-06-06T15:47:31.830Z Compiling hyper v1.10.1
23042026-06-06T15:47:32.178Z Compiling progenitor-impl v0.13.0
23052026-06-06T15:47:32.252Z Compiling progenitor-impl v0.14.0
23062026-06-06T15:47:32.702Z Compiling hickory-proto v0.24.4
23072026-06-06T15:47:32.961Z Compiling hyper-util v0.1.20
23082026-06-06T15:47:33.428Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23092026-06-06T15:47:33.540Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23102026-06-06T15:47:33.554Z Compiling tokio-stream v0.1.18
23112026-06-06T15:47:34.032Z Compiling tokio-dtrace v0.1.1
23122026-06-06T15:47:34.270Z Compiling hyper-rustls v0.27.9
23132026-06-06T15:47:34.311Z Compiling dropshot v0.17.1
23142026-06-06T15:47:34.614Z Compiling reqwest v0.13.4
23152026-06-06T15:47:34.650Z Compiling reqwest v0.12.28
23162026-06-06T15:47:34.695Z Compiling hickory-resolver v0.24.4
23172026-06-06T15:47:35.452Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23182026-06-06T15:47:35.483Z Compiling zone v0.3.1
23192026-06-06T15:47:35.639Z Compiling qorb v0.4.1
23202026-06-06T15:47:35.876Z Compiling progenitor-client v0.14.0
23212026-06-06T15:47:35.939Z Compiling progenitor-client v0.10.0
23222026-06-06T15:47:36.196Z Compiling progenitor-extras v0.2.0
23232026-06-06T15:47:36.253Z Compiling progenitor-client v0.13.0
23242026-06-06T15:47:36.265Z Compiling progenitor v0.14.0
23252026-06-06T15:47:36.414Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23262026-06-06T15:47:36.454Z Compiling libsw-core v0.3.2
23272026-06-06T15:47:36.571Z Compiling progenitor v0.13.0
23282026-06-06T15:47:36.633Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
23292026-06-06T15:47:36.720Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
23302026-06-06T15:47:37.037Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
23312026-06-06T15:47:37.087Z Compiling libsw v3.5.0
23322026-06-06T15:47:37.275Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23332026-06-06T15:47:37.531Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23342026-06-06T15:47:37.786Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23352026-06-06T15:47:37.870Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23362026-06-06T15:47:38.425Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
23372026-06-06T15:47:38.450Z Compiling oxide-tokio-rt v0.1.6
23382026-06-06T15:47:38.463Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23392026-06-06T15:47:38.601Z Compiling slog-dtrace v0.3.0
23402026-06-06T15:47:38.775Z Compiling tough v0.22.0
23412026-06-06T15:47:38.870Z Compiling cancel-safe-futures v0.1.5
23422026-06-06T15:47:38.935Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
23432026-06-06T15:47:38.938Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23442026-06-06T15:47:39.188Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23452026-06-06T15:47:39.650Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23462026-06-06T15:47:39.762Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23472026-06-06T15:47:39.847Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23482026-06-06T15:47:39.968Z Compiling steno v0.4.1
23492026-06-06T15:47:40.252Z Compiling hickory-proto v0.25.2
23502026-06-06T15:47:40.594Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
23512026-06-06T15:47:40.710Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
23522026-06-06T15:47:40.820Z Compiling sled v0.34.7
23532026-06-06T15:47:41.884Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23542026-06-06T15:47:42.695Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23552026-06-06T15:47:42.858Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23562026-06-06T15:47:42.871Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23572026-06-06T15:47:42.985Z Compiling hickory-resolver v0.25.2
23582026-06-06T15:47:43.646Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23592026-06-06T15:47:43.772Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23602026-06-06T15:47:44.067Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23612026-06-06T15:47:44.590Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23622026-06-06T15:47:44.827Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23632026-06-06T15:47:45.058Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23642026-06-06T15:47:45.071Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23652026-06-06T15:47:45.194Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
23662026-06-06T15:47:45.297Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23672026-06-06T15:47:45.566Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23682026-06-06T15:47:45.794Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
23692026-06-06T15:47:45.880Z Compiling papergrid v0.18.0
23702026-06-06T15:47:46.015Z Compiling testing_table v0.3.0
23712026-06-06T15:47:46.122Z Compiling internet-checksum v0.2.1
23722026-06-06T15:47:46.189Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
23732026-06-06T15:47:46.191Z Compiling slog-stdlog v4.1.1
23742026-06-06T15:47:46.269Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
23752026-06-06T15:47:46.420Z Compiling dropshot-api-manager-types v0.7.2
23762026-06-06T15:47:46.644Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
23772026-06-06T15:47:46.771Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
23782026-06-06T15:47:46.784Z Compiling slog-envlogger v2.2.0
23792026-06-06T15:47:47.015Z Compiling tabled v0.21.0
23802026-06-06T15:47:47.192Z Compiling const-random v0.1.18
23812026-06-06T15:47:47.277Z Compiling typify-impl v0.4.3
23822026-06-06T15:47:47.581Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23832026-06-06T15:47:47.834Z Compiling crc8 v0.1.1
23842026-06-06T15:47:47.912Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23852026-06-06T15:47:47.961Z Compiling ahash v0.8.12
23862026-06-06T15:47:48.216Z Compiling smartstring v1.0.1
23872026-06-06T15:47:48.512Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
23882026-06-06T15:47:48.959Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
23892026-06-06T15:47:49.100Z Compiling typify v0.4.3
23902026-06-06T15:47:49.222Z Compiling sha1 v0.10.6
23912026-06-06T15:47:49.386Z Compiling thin-vec v0.2.18
23922026-06-06T15:47:49.473Z Compiling utf-8 v0.7.6
23932026-06-06T15:47:49.624Z Compiling tungstenite v0.21.0
23942026-06-06T15:47:49.669Z Compiling rhai v1.25.1
23952026-06-06T15:47:49.690Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23962026-06-06T15:47:49.701Z Compiling progenitor-impl v0.10.0
23972026-06-06T15:47:50.158Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
23982026-06-06T15:47:50.204Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23992026-06-06T15:47:50.516Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
24002026-06-06T15:47:50.534Z Compiling sha2 v0.10.9
24012026-06-06T15:47:50.934Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24022026-06-06T15:47:50.963Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24032026-06-06T15:47:51.294Z Compiling progenitor v0.10.0
24042026-06-06T15:47:51.454Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24052026-06-06T15:47:52.843Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24062026-06-06T15:47:52.855Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24072026-06-06T15:47:53.078Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24082026-06-06T15:47:53.319Z Compiling tokio-tungstenite v0.21.0
24092026-06-06T15:47:53.668Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
24102026-06-06T15:47:53.986Z Compiling lzma-sys v0.1.20
24112026-06-06T15:47:54.112Z Compiling typeid v1.0.3
24122026-06-06T15:47:54.243Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
24132026-06-06T15:47:54.393Z Compiling console v0.16.3
24142026-06-06T15:47:55.030Z Compiling git-stub v1.0.0
24152026-06-06T15:47:55.046Z Compiling toml_datetime v0.7.5+spec-1.1.0
24162026-06-06T15:47:55.314Z Compiling base64 v0.21.7
24172026-06-06T15:47:55.347Z Compiling unit-prefix v0.5.2
24182026-06-06T15:47:55.372Z Compiling toml v0.9.12+spec-1.1.0
24192026-06-06T15:47:55.516Z Compiling indicatif v0.18.4
24202026-06-06T15:47:55.583Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24212026-06-06T15:47:55.656Z Compiling git-stub-vcs v0.1.0
24222026-06-06T15:47:56.026Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
24232026-06-06T15:47:56.464Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
24242026-06-06T15:47:56.803Z Compiling ron v0.12.1
24252026-06-06T15:47:57.102Z Compiling xz2 v0.1.7
24262026-06-06T15:47:57.105Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
24272026-06-06T15:47:57.357Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
24282026-06-06T15:47:57.391Z Compiling drift v0.2.0
24292026-06-06T15:47:57.845Z Compiling base16ct v1.0.0
24302026-06-06T15:47:58.052Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
24312026-06-06T15:47:58.406Z Compiling dropshot-api-manager v0.7.2
24322026-06-06T15:47:59.193Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
24332026-06-06T15:47:59.223Z Compiling natord v1.0.9
24342026-06-06T15:47:59.409Z Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util)
24352026-06-06T15:48:01.422Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24362026-06-06T15:48:02.821Z Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
24372026-06-06T15:48:09.748Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24382026-06-06T15:48:11.437Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24392026-06-06T15:48:12.467Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
24402026-06-06T15:48:13.480Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
24412026-06-06T15:48:13.483Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
24422026-06-06T15:48:13.483Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
24432026-06-06T15:48:13.950Z Compiling mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify)
24442026-06-06T15:48:13.953Z Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
24452026-06-06T15:48:13.953Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
24462026-06-06T15:48:14.417Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
24472026-06-06T15:48:15.883Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
24482026-06-06T15:48:15.883Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
24492026-06-06T15:48:15.886Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
24502026-06-06T15:48:20.617Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
24512026-06-06T15:48:22.688Z Compiling falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab)
24522026-06-06T15:48:22.693Z Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
24532026-06-06T15:48:22.693Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
24542026-06-06T15:49:02.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 38s
24552026-06-06T15:49:02.295Z
24562026-06-06T15:49:02.300Zreal 1:38.401267183
24572026-06-06T15:49:02.300Zuser 7:22.367215954
24582026-06-06T15:49:02.300Zsys 1:04.124112570
24592026-06-06T15:49:02.300Ztrap 0.187003728
24602026-06-06T15:49:02.300Ztflt 0.011234806
24612026-06-06T15:49:02.300Zdflt 0.180854838
24622026-06-06T15:49:02.300Zkflt 0.000031208
24632026-06-06T15:49:02.300Zlock 28:44.159372787
24642026-06-06T15:49:02.300Zslp 23:35.135293818
24652026-06-06T15:49:02.300Zlat 22.915363280
24662026-06-06T15:49:02.300Zstop 33.351610888
24672026-06-06T15:49:02.300Z+ ptime -m cargo build --release
24682026-06-06T15:49:02.944Z Compiling proc-macro2 v1.0.106
24692026-06-06T15:49:02.944Z Compiling quote v1.0.45
24702026-06-06T15:49:02.944Z Compiling unicode-ident v1.0.24
24712026-06-06T15:49:02.948Z Compiling serde_core v1.0.228
24722026-06-06T15:49:02.948Z Compiling serde v1.0.228
24732026-06-06T15:49:02.948Z Compiling libc v0.2.186
24742026-06-06T15:49:02.948Z Compiling cfg-if v1.0.4
24752026-06-06T15:49:03.158Z Compiling zmij v1.0.21
24762026-06-06T15:49:03.229Z Compiling autocfg v1.5.1
24772026-06-06T15:49:03.435Z Compiling memchr v2.8.1
24782026-06-06T15:49:03.460Z Compiling libm v0.2.16
24792026-06-06T15:49:03.628Z Compiling itoa v1.0.18
24802026-06-06T15:49:03.863Z Compiling icu_normalizer_data v2.2.0
24812026-06-06T15:49:03.895Z Compiling icu_properties_data v2.2.0
24822026-06-06T15:49:04.094Z Compiling version_check v0.9.5
24832026-06-06T15:49:04.153Z Compiling stable_deref_trait v1.2.1
24842026-06-06T15:49:04.302Z Compiling syn v2.0.117
24852026-06-06T15:49:04.322Z Compiling serde_json v1.0.150
24862026-06-06T15:49:04.369Z Compiling writeable v0.6.3
24872026-06-06T15:49:04.394Z Compiling litemap v0.8.2
24882026-06-06T15:49:04.584Z Compiling thiserror v2.0.18
24892026-06-06T15:49:04.608Z Compiling utf8_iter v1.0.4
24902026-06-06T15:49:04.667Z Compiling num-traits v0.2.19
24912026-06-06T15:49:04.683Z Compiling percent-encoding v2.3.2
24922026-06-06T15:49:05.376Z Compiling form_urlencoded v1.2.2
24932026-06-06T15:49:05.439Z Compiling rand_core v0.10.1
24942026-06-06T15:49:05.439Z Compiling getrandom v0.4.2
24952026-06-06T15:49:05.440Z Compiling parking_lot_core v0.9.12
24962026-06-06T15:49:05.440Z Compiling iana-time-zone v0.1.65
24972026-06-06T15:49:05.440Z Compiling heck v0.5.0
24982026-06-06T15:49:05.447Z Compiling errno v0.3.14
24992026-06-06T15:49:05.488Z Compiling zerocopy v0.8.50
25002026-06-06T15:49:05.643Z Compiling uuid v1.23.2
25012026-06-06T15:49:05.867Z Compiling semver v1.0.28
25022026-06-06T15:49:05.909Z Compiling schemars v0.8.22
25032026-06-06T15:49:05.917Z Compiling dyn-clone v1.0.20
25042026-06-06T15:49:06.278Z Compiling jobserver v0.1.34
25052026-06-06T15:49:06.297Z Compiling shlex v2.0.1
25062026-06-06T15:49:06.317Z Compiling find-msvc-tools v0.1.9
25072026-06-06T15:49:06.506Z Compiling cc v1.2.63
25082026-06-06T15:49:06.535Z Compiling rustversion v1.0.22
25092026-06-06T15:49:06.542Z Compiling pin-project-lite v0.2.17
25102026-06-06T15:49:06.563Z Compiling getrandom v0.2.17
25112026-06-06T15:49:06.663Z Compiling bitflags v2.12.1
25122026-06-06T15:49:06.783Z Compiling socket2 v0.6.4
25132026-06-06T15:49:06.803Z Compiling scopeguard v1.2.0
25142026-06-06T15:49:06.925Z Compiling portable-atomic v1.13.1
25152026-06-06T15:49:07.038Z Compiling lock_api v0.4.14
25162026-06-06T15:49:07.079Z Compiling synstructure v0.13.2
25172026-06-06T15:49:07.333Z Compiling serde_derive_internals v0.29.1
25182026-06-06T15:49:07.588Z Compiling log v0.4.32
25192026-06-06T15:49:07.613Z Compiling critical-section v1.2.0
25202026-06-06T15:49:07.729Z Compiling signal-hook-registry v1.4.8
25212026-06-06T15:49:07.747Z Compiling mio v1.2.1
25222026-06-06T15:49:07.781Z Compiling equivalent v1.0.2
25232026-06-06T15:49:07.869Z Compiling cmake v0.1.58
25242026-06-06T15:49:07.954Z Compiling once_cell v1.21.4
25252026-06-06T15:49:08.012Z Compiling fs_extra v1.3.0
25262026-06-06T15:49:08.052Z Compiling dunce v1.0.5
25272026-06-06T15:49:09.082Z Compiling subtle v2.6.1
25282026-06-06T15:49:09.192Z Compiling futures-core v0.3.32
25292026-06-06T15:49:09.192Z Compiling httparse v1.10.1
25302026-06-06T15:49:09.192Z Compiling serde_derive v1.0.228
25312026-06-06T15:49:09.192Z Compiling zerofrom-derive v0.1.7
25322026-06-06T15:49:09.192Z Compiling yoke-derive v0.8.2
25332026-06-06T15:49:09.192Z Compiling zerovec-derive v0.11.3
25342026-06-06T15:49:09.192Z Compiling displaydoc v0.2.6
25352026-06-06T15:49:09.192Z Compiling schemars_derive v0.8.22
25362026-06-06T15:49:09.192Z Compiling thiserror-impl v2.0.18
25372026-06-06T15:49:09.192Z Compiling tokio-macros v2.7.0
25382026-06-06T15:49:09.204Z Compiling zerocopy-derive v0.8.50
25392026-06-06T15:49:09.377Z Compiling zeroize_derive v1.4.3
25402026-06-06T15:49:09.398Z Compiling futures-macro v0.3.32
25412026-06-06T15:49:09.465Z Compiling aws-lc-sys v0.41.0
25422026-06-06T15:49:09.479Z Compiling zerofrom v0.1.8
25432026-06-06T15:49:09.613Z Compiling yoke v0.8.3
25442026-06-06T15:49:09.627Z Compiling futures-sink v0.3.32
25452026-06-06T15:49:09.820Z Compiling zerovec v0.11.6
25462026-06-06T15:49:09.837Z Compiling zerotrie v0.2.4
25472026-06-06T15:49:09.858Z Compiling slab v0.4.12
25482026-06-06T15:49:10.069Z Compiling typenum v1.20.1
25492026-06-06T15:49:10.082Z Compiling zeroize v1.8.2
25502026-06-06T15:49:10.254Z Compiling thiserror v1.0.69
25512026-06-06T15:49:10.276Z Compiling rustix v1.1.4
25522026-06-06T15:49:10.333Z Compiling futures-channel v0.3.32
25532026-06-06T15:49:10.360Z Compiling thiserror-impl v1.0.69
25542026-06-06T15:49:10.439Z Compiling tinystr v0.8.3
25552026-06-06T15:49:10.593Z Compiling potential_utf v0.1.5
25562026-06-06T15:49:10.606Z Compiling futures-task v0.3.32
25572026-06-06T15:49:10.666Z Compiling icu_locale_core v2.2.0
25582026-06-06T15:49:10.714Z Compiling futures-io v0.3.32
25592026-06-06T15:49:10.809Z Compiling icu_collections v2.2.0
25602026-06-06T15:49:10.820Z Compiling hashbrown v0.17.1
25612026-06-06T15:49:10.919Z Compiling futures-util v0.3.32
25622026-06-06T15:49:11.588Z Compiling smallvec v1.15.1
25632026-06-06T15:49:11.588Z Compiling bytes v1.11.1
25642026-06-06T15:49:11.615Z Compiling icu_provider v2.2.0
25652026-06-06T15:49:11.645Z Compiling chrono v0.4.45
25662026-06-06T15:49:11.883Z Compiling icu_properties v2.2.0
25672026-06-06T15:49:11.919Z Compiling icu_normalizer v2.2.0
25682026-06-06T15:49:12.234Z Compiling serde_tokenstream v0.2.3
25692026-06-06T15:49:12.894Z Compiling idna_adapter v1.2.2
25702026-06-06T15:49:15.098Z Compiling idna v1.1.0
25712026-06-06T15:49:15.116Z Compiling parking_lot v0.12.5
25722026-06-06T15:49:15.116Z Compiling indexmap v2.14.0
25732026-06-06T15:49:15.116Z Compiling url v2.5.8
25742026-06-06T15:49:15.116Z Compiling tokio v1.52.3
25752026-06-06T15:49:15.116Z Compiling ucd-trie v0.1.7
25762026-06-06T15:49:15.116Z Compiling pest v2.8.6
25772026-06-06T15:49:15.116Z Compiling tracing-attributes v0.1.31
25782026-06-06T15:49:15.116Z Compiling tracing-core v0.1.36
25792026-06-06T15:49:15.116Z Compiling rand_core v0.6.4
25802026-06-06T15:49:15.116Z Compiling regex-syntax v0.8.10
25812026-06-06T15:49:15.151Z Compiling pest_meta v2.8.6
25822026-06-06T15:49:15.177Z Compiling tracing v0.1.44
25832026-06-06T15:49:15.277Z Compiling slog v2.8.2
25842026-06-06T15:49:15.529Z Compiling base64 v0.22.1
25852026-06-06T15:49:15.541Z Compiling byteorder v1.5.0
25862026-06-06T15:49:15.726Z Compiling ipnetwork v0.21.1
25872026-06-06T15:49:15.837Z Compiling pest_generator v2.8.6
25882026-06-06T15:49:16.075Z Compiling http v1.4.1
25892026-06-06T15:49:16.452Z Compiling erased-serde v0.3.31
25902026-06-06T15:49:16.484Z Compiling aho-corasick v1.1.4
25912026-06-06T15:49:17.125Z Compiling getrandom v0.3.4
25922026-06-06T15:49:17.495Z Compiling regex-automata v0.4.14
25932026-06-06T15:49:17.925Z Compiling pest_derive v2.8.6
25942026-06-06T15:49:18.007Z Compiling anyhow v1.0.102
25952026-06-06T15:49:18.017Z Compiling fnv v1.0.7
25962026-06-06T15:49:18.358Z Compiling oxnet v0.1.6
25972026-06-06T15:49:18.504Z Compiling rustls-pki-types v1.14.1
25982026-06-06T15:49:18.968Z Compiling ring v0.17.14
25992026-06-06T15:49:19.357Z Compiling regex v1.12.3
26002026-06-06T15:49:19.489Z Compiling aws-lc-rs v1.17.0
26012026-06-06T15:49:19.816Z Compiling paste v1.0.15
26022026-06-06T15:49:20.029Z Compiling strsim v0.11.1
26032026-06-06T15:49:20.186Z Compiling tokio-util v0.7.18
26042026-06-06T15:49:20.388Z Compiling untrusted v0.7.1
26052026-06-06T15:49:21.809Z Compiling untrusted v0.9.0
26062026-06-06T15:49:21.809Z Compiling ipnet v2.12.0
26072026-06-06T15:49:21.809Z Compiling time-core v0.1.8
26082026-06-06T15:49:21.809Z Compiling num-conv v0.2.2
26092026-06-06T15:49:21.809Z Compiling time-macros v0.2.27
26102026-06-06T15:49:22.012Z Compiling rustls v0.23.40
26112026-06-06T15:49:22.164Z Compiling ident_case v1.0.1
26122026-06-06T15:49:22.294Z Compiling http-body v1.0.1
26132026-06-06T15:49:22.416Z Compiling scroll_derive v0.13.1
26142026-06-06T15:49:22.464Z Compiling camino v1.2.2
26152026-06-06T15:49:22.818Z Compiling atomic-waker v1.1.2
26162026-06-06T15:49:22.964Z Compiling async-trait v0.1.89
26172026-06-06T15:49:23.084Z Compiling omicron-workspace-hack v0.1.0
26182026-06-06T15:49:23.328Z Compiling try-lock v0.2.5
26192026-06-06T15:49:23.453Z Compiling ryu v1.0.23
26202026-06-06T15:49:23.457Z Compiling pretty-hex v0.4.2
26212026-06-06T15:49:23.609Z Compiling tower-service v0.3.3
26222026-06-06T15:49:23.720Z Compiling tower-layer v0.3.3
26232026-06-06T15:49:23.759Z Compiling want v0.3.1
26242026-06-06T15:49:23.916Z Compiling h2 v0.4.14
26252026-06-06T15:49:23.946Z Compiling ppv-lite86 v0.2.21
26262026-06-06T15:49:24.286Z Compiling crossbeam-utils v0.8.21
26272026-06-06T15:49:24.451Z Compiling httpdate v1.0.3
26282026-06-06T15:49:25.190Z Compiling crc32fast v1.5.0
26292026-06-06T15:49:26.066Z Compiling usdt-impl v0.6.0
26302026-06-06T15:49:26.221Z Compiling slog-async v2.8.0
26312026-06-06T15:49:26.347Z Compiling hyper v1.10.1
26322026-06-06T15:49:26.540Z Compiling serde_urlencoded v0.7.1
26332026-06-06T15:49:26.834Z Compiling scroll v0.13.0
26342026-06-06T15:49:27.110Z Compiling http-body-util v0.1.3
26352026-06-06T15:49:27.141Z Compiling plain v0.2.3
26362026-06-06T15:49:27.266Z Compiling goblin v0.10.7
26372026-06-06T15:49:27.421Z Compiling daft-derive v0.1.7
26382026-06-06T15:49:29.187Z Compiling hyper-util v0.1.20
26392026-06-06T15:49:30.602Z Compiling foldhash v0.2.0
26402026-06-06T15:49:30.879Z Compiling allocator-api2 v0.2.21
26412026-06-06T15:49:30.918Z Compiling dof v0.4.0
26422026-06-06T15:49:31.284Z Compiling hashbrown v0.16.1
26432026-06-06T15:49:31.328Z Compiling dtrace-parser v0.3.0
26442026-06-06T15:49:31.347Z Compiling openapiv3 v2.2.0
26452026-06-06T15:49:31.913Z Compiling thread-id v5.1.0
26462026-06-06T15:49:31.939Z Compiling syn v1.0.109
26472026-06-06T15:49:32.518Z Compiling generic-array v0.14.7
26482026-06-06T15:49:32.575Z Compiling powerfmt v0.2.0
26492026-06-06T15:49:32.840Z Compiling deranged v0.5.8
26502026-06-06T15:49:33.558Z Compiling num_threads v0.1.7
26512026-06-06T15:49:34.055Z Compiling time v0.3.47
26522026-06-06T15:49:34.911Z Compiling usdt-attr-macro v0.6.0
26532026-06-06T15:49:35.338Z Compiling usdt-macro v0.6.0
26542026-06-06T15:49:35.453Z Compiling rand_core v0.9.5
26552026-06-06T15:49:35.822Z Compiling multer v3.1.0
26562026-06-06T15:49:36.092Z Compiling ref-cast v1.0.25
26572026-06-06T15:49:36.235Z Compiling crossbeam-channel v0.5.15
26582026-06-06T15:49:36.466Z Compiling sync_wrapper v1.0.2
26592026-06-06T15:49:36.591Z Compiling winnow v1.0.3
26602026-06-06T15:49:36.659Z Compiling hex v0.4.3
26612026-06-06T15:49:36.768Z Compiling cpufeatures v0.3.0
26622026-06-06T15:49:36.855Z Compiling tower v0.5.3
26632026-06-06T15:49:36.918Z Compiling rand_chacha v0.9.0
26642026-06-06T15:49:36.949Z Compiling webpki-roots v1.0.7
26652026-06-06T15:49:36.962Z Compiling futures-executor v0.3.32
26662026-06-06T15:49:37.076Z Compiling async-stream-impl v0.3.6
26672026-06-06T15:49:37.425Z Compiling ref-cast-impl v1.0.25
26682026-06-06T15:49:37.442Z Compiling dropshot v0.17.1
26692026-06-06T15:49:37.479Z Compiling thread_local v1.1.9
26702026-06-06T15:49:37.745Z Compiling tower-http v0.6.11
26712026-06-06T15:49:37.833Z Compiling futures v0.3.32
26722026-06-06T15:49:37.923Z Compiling rand v0.9.4
26732026-06-06T15:49:38.062Z Compiling structmeta-derive v0.3.0
26742026-06-06T15:49:38.075Z Compiling is-terminal v0.4.17
26752026-06-06T15:49:38.078Z Compiling take_mut v0.2.2
26762026-06-06T15:49:38.208Z Compiling term v1.2.1
26772026-06-06T15:49:38.294Z Compiling fastrand v2.4.1
26782026-06-06T15:49:38.573Z Compiling slog-term v2.9.2
26792026-06-06T15:49:38.631Z Compiling crypto-common v0.1.7
26802026-06-06T15:49:38.787Z Compiling darling_core v0.23.0
26812026-06-06T15:49:38.958Z Compiling newtype-uuid-macros v0.1.0
26822026-06-06T15:49:39.137Z Compiling structmeta v0.3.0
26832026-06-06T15:49:39.350Z Compiling dropshot_endpoint v0.17.1
26842026-06-06T15:49:39.827Z Compiling newtype-uuid v1.3.2
26852026-06-06T15:49:39.865Z Compiling strum_macros v0.26.4
26862026-06-06T15:49:40.278Z Compiling daft v0.1.7
26872026-06-06T15:49:40.582Z Compiling tempfile v3.27.0
26882026-06-06T15:49:40.905Z Compiling darling_macro v0.23.0
26892026-06-06T15:49:41.089Z Compiling hybrid-array v0.4.12
26902026-06-06T15:49:41.371Z Compiling match_cfg v0.1.0
26912026-06-06T15:49:41.489Z Compiling adler2 v2.0.1
26922026-06-06T15:49:41.535Z Compiling darling v0.23.0
26932026-06-06T15:49:41.570Z Compiling either v1.16.0
26942026-06-06T15:49:41.593Z Compiling simd-adler32 v0.3.9
26952026-06-06T15:49:41.607Z Compiling openssl-probe v0.2.1
26962026-06-06T15:49:41.623Z Compiling serde_with_macros v3.20.0
26972026-06-06T15:49:41.658Z Compiling hostname v0.3.1
26982026-06-06T15:49:41.794Z Compiling miniz_oxide v0.8.9
26992026-06-06T15:49:41.822Z Compiling rustls-native-certs v0.8.4
27002026-06-06T15:49:41.857Z Compiling toml_parser v1.1.2+spec-1.1.0
27012026-06-06T15:49:42.451Z Compiling slog-json v2.6.1
27022026-06-06T15:49:42.632Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27032026-06-06T15:49:42.724Z Compiling serde_spanned v1.1.1
27042026-06-06T15:49:42.777Z Compiling memmap2 v0.9.10
27052026-06-06T15:49:43.140Z Compiling toml_writer v1.1.1+spec-1.1.0
27062026-06-06T15:49:43.186Z Compiling slog-bunyan v2.5.0
27072026-06-06T15:49:43.202Z Compiling flate2 v1.1.9
27082026-06-06T15:49:43.370Z Compiling crypto-common v0.2.2
27092026-06-06T15:49:43.370Z Compiling block-buffer v0.12.0
27102026-06-06T15:49:43.405Z Compiling derive-ex v0.1.8
27112026-06-06T15:49:43.558Z Compiling rand_chacha v0.3.1
27122026-06-06T15:49:43.750Z Compiling strum_macros v0.27.2
27132026-06-06T15:49:44.666Z Compiling usdt v0.6.0
27142026-06-06T15:49:44.811Z Compiling const-oid v0.10.2
27152026-06-06T15:49:45.021Z Compiling compression-core v0.4.32
27162026-06-06T15:49:45.123Z Compiling debug-ignore v1.0.5
27172026-06-06T15:49:45.208Z Compiling compression-codecs v0.4.38
27182026-06-06T15:49:45.245Z Compiling test-strategy v0.4.5
27192026-06-06T15:49:45.308Z Compiling digest v0.11.3
27202026-06-06T15:49:45.510Z Compiling rand v0.8.6
27212026-06-06T15:49:45.642Z Compiling macaddr v1.0.1
27222026-06-06T15:49:45.709Z Compiling toml_datetime v1.1.1+spec-1.1.0
27232026-06-06T15:49:45.959Z Compiling encoding_rs v0.8.35
27242026-06-06T15:49:45.982Z Compiling mime v0.3.17
27252026-06-06T15:49:46.336Z Compiling spin v0.9.8
27262026-06-06T15:49:46.470Z Compiling toml v1.1.2+spec-1.1.0
27272026-06-06T15:49:46.563Z Compiling sha1 v0.11.0
27282026-06-06T15:49:46.601Z Compiling async-compression v0.4.42
27292026-06-06T15:49:46.718Z Compiling async-stream v0.3.6
27302026-06-06T15:49:46.969Z Compiling block-buffer v0.10.4
27312026-06-06T15:49:47.000Z Compiling waitgroup v0.1.2
27322026-06-06T15:49:47.143Z Compiling rustls-pemfile v2.2.0
27332026-06-06T15:49:47.161Z Compiling serde_path_to_error v0.1.20
27342026-06-06T15:49:47.429Z Compiling hostname v0.4.2
27352026-06-06T15:49:47.505Z Compiling digest v0.10.7
27362026-06-06T15:49:47.627Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27372026-06-06T15:49:47.768Z Compiling unicode-width v0.2.2
27382026-06-06T15:49:48.130Z Compiling parse-display-derive v0.10.0
27392026-06-06T15:49:48.271Z Compiling regress v0.10.5
27402026-06-06T15:49:49.370Z Compiling strum v0.26.3
27412026-06-06T15:49:49.676Z Compiling wait-timeout v0.2.1
27422026-06-06T15:49:50.151Z Compiling bit-vec v0.8.0
27432026-06-06T15:49:50.383Z Compiling quick-error v1.2.3
27442026-06-06T15:49:50.508Z Compiling rusty-fork v0.3.1
27452026-06-06T15:49:50.585Z Compiling bit-set v0.8.0
27462026-06-06T15:49:50.678Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27472026-06-06T15:49:50.807Z Compiling serde_with v3.20.0
27482026-06-06T15:49:51.161Z Compiling rand_xorshift v0.4.0
27492026-06-06T15:49:51.228Z Compiling unarray v0.1.4
27502026-06-06T15:49:51.331Z Compiling proptest v1.11.0
27512026-06-06T15:49:51.354Z Compiling strum v0.27.2
27522026-06-06T15:49:51.375Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27532026-06-06T15:49:51.497Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27542026-06-06T15:49:51.663Z Compiling instant v0.1.13
27552026-06-06T15:49:51.826Z Compiling cpufeatures v0.2.17
27562026-06-06T15:49:51.848Z Compiling iddqd v0.4.2
27572026-06-06T15:49:51.903Z Compiling itertools v0.14.0
27582026-06-06T15:49:51.961Z Compiling clap_derive v4.6.1
27592026-06-06T15:49:53.252Z Compiling utf8parse v0.2.2
27602026-06-06T15:49:53.529Z Compiling anstyle-parse v1.0.0
27612026-06-06T15:49:53.756Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27622026-06-06T15:49:53.860Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27632026-06-06T15:49:53.882Z Compiling backon v1.6.0
27642026-06-06T15:49:53.975Z Compiling terminal_size v0.4.4
27652026-06-06T15:49:54.325Z Compiling is_terminal_polyfill v1.70.2
27662026-06-06T15:49:54.386Z Compiling colorchoice v1.0.5
27672026-06-06T15:49:54.429Z Compiling anstyle-query v1.1.5
27682026-06-06T15:49:54.709Z Compiling anstyle v1.0.14
27692026-06-06T15:49:54.991Z Compiling anstream v1.0.0
27702026-06-06T15:49:55.615Z Compiling backoff v0.4.0
27712026-06-06T15:49:55.767Z Compiling parse-display v0.10.0
27722026-06-06T15:49:55.858Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
27732026-06-06T15:49:56.540Z Compiling clap_lex v1.1.0
27742026-06-06T15:49:56.633Z Compiling humantime v2.3.0
27752026-06-06T15:49:56.697Z Compiling clap_builder v4.6.0
27762026-06-06T15:49:57.383Z Compiling regress v0.11.1
27772026-06-06T15:49:58.584Z Compiling clap v4.6.1
27782026-06-06T15:49:58.917Z Compiling typify-impl v0.6.2
27792026-06-06T15:50:00.108Z Compiling toml_edit v0.25.12+spec-1.1.0
27802026-06-06T15:50:00.524Z Compiling crucible-workspace-hack v0.1.0
27812026-06-06T15:50:00.894Z Compiling proc-macro-crate v3.5.0
27822026-06-06T15:50:01.325Z Compiling zerocopy-derive v0.7.35
27832026-06-06T15:50:01.913Z Compiling unsafe-libyaml v0.2.11
27842026-06-06T15:50:02.217Z Compiling num_enum_derive v0.7.6
27852026-06-06T15:50:02.311Z Compiling typify-macro v0.6.2
27862026-06-06T15:50:02.466Z Compiling serde_yaml v0.9.34+deprecated
27872026-06-06T15:50:03.786Z Compiling darling_core v0.21.3
27882026-06-06T15:50:03.888Z Compiling convert_case v0.4.0
27892026-06-06T15:50:04.191Z Compiling derive_more v0.99.20
27902026-06-06T15:50:04.409Z Compiling num_enum v0.7.6
27912026-06-06T15:50:04.798Z Compiling toml_datetime v0.6.11
27922026-06-06T15:50:05.851Z Compiling darling_macro v0.21.3
27932026-06-06T15:50:05.879Z Compiling typify v0.6.2
27942026-06-06T15:50:06.341Z Compiling secrecy v0.10.3
27952026-06-06T15:50:06.456Z Compiling darling v0.21.3
27962026-06-06T15:50:06.470Z Compiling proc-macro-error-attr v1.0.4
27972026-06-06T15:50:06.581Z Compiling heapless v0.8.0
27982026-06-06T15:50:06.724Z Compiling prettyplease v0.2.37
27992026-06-06T15:50:06.753Z Compiling tinyvec_macros v0.1.1
28002026-06-06T15:50:06.826Z Compiling tinyvec v1.11.0
28012026-06-06T15:50:07.080Z Compiling ingot-macros v0.1.1
28022026-06-06T15:50:07.354Z Compiling zerocopy v0.7.35
28032026-06-06T15:50:07.466Z Compiling tabwriter v1.4.1
28042026-06-06T15:50:07.899Z Compiling crossbeam-epoch v0.9.18
28052026-06-06T15:50:08.061Z Compiling hash32 v0.3.1
28062026-06-06T15:50:08.128Z Compiling scroll_derive v0.12.1
28072026-06-06T15:50:08.227Z Compiling rustc_version v0.4.1
28082026-06-06T15:50:08.398Z Compiling num-integer v0.1.46
28092026-06-06T15:50:08.505Z Compiling proc-macro-error v1.0.4
28102026-06-06T15:50:08.772Z Compiling usdt-impl v0.5.0
28112026-06-06T15:50:08.870Z Compiling data-encoding v2.11.0
28122026-06-06T15:50:08.897Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28132026-06-06T15:50:09.056Z Compiling rustix v0.38.44
28142026-06-06T15:50:09.172Z Compiling winnow v0.7.15
28152026-06-06T15:50:09.438Z Compiling smoltcp v0.11.0
28162026-06-06T15:50:09.777Z Compiling pkg-config v0.3.33
28172026-06-06T15:50:09.830Z Compiling ingot-types v0.1.2
28182026-06-06T15:50:10.387Z Compiling scroll v0.12.0
28192026-06-06T15:50:10.601Z Compiling curve25519-dalek v4.1.3
28202026-06-06T15:50:10.720Z Compiling dof v0.3.0
28212026-06-06T15:50:11.632Z Compiling dtrace-parser v0.2.0
28222026-06-06T15:50:11.801Z Compiling hmac v0.12.1
28232026-06-06T15:50:11.829Z Compiling inout v0.1.4
28242026-06-06T15:50:11.940Z Compiling ff v0.13.1
28252026-06-06T15:50:11.964Z Compiling cobs v0.3.0
28262026-06-06T15:50:12.094Z Compiling bstr v1.12.1
28272026-06-06T15:50:12.208Z Compiling thread-id v4.2.2
28282026-06-06T15:50:12.233Z Compiling bitflags v1.3.2
28292026-06-06T15:50:12.250Z Compiling colored v3.1.1
28302026-06-06T15:50:12.297Z Compiling static_assertions v1.1.0
28312026-06-06T15:50:12.399Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
28322026-06-06T15:50:12.650Z Compiling managed v0.8.0
28332026-06-06T15:50:13.050Z Compiling postcard v1.1.3
28342026-06-06T15:50:13.071Z Compiling group v0.13.0
28352026-06-06T15:50:13.196Z Compiling cipher v0.4.4
28362026-06-06T15:50:13.427Z Compiling hkdf v0.12.4
28372026-06-06T15:50:13.844Z Compiling goblin v0.8.2
28382026-06-06T15:50:14.036Z Compiling ingot v0.1.1
28392026-06-06T15:50:14.049Z Compiling num-rational v0.4.2
28402026-06-06T15:50:15.025Z Compiling num-iter v0.1.45
28412026-06-06T15:50:15.672Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28422026-06-06T15:50:15.997Z Compiling universal-hash v0.5.1
28432026-06-06T15:50:16.150Z Compiling thiserror-impl-no-std v2.0.2
28442026-06-06T15:50:16.190Z Compiling hubpack_derive v0.1.1
28452026-06-06T15:50:16.273Z Compiling crypto-bigint v0.5.5
28462026-06-06T15:50:16.739Z Compiling half v2.7.1
28472026-06-06T15:50:17.041Z Compiling serde_repr v0.1.20
28482026-06-06T15:50:17.091Z Compiling foreign-types-macros v0.2.3
28492026-06-06T15:50:17.256Z Compiling curve25519-dalek-derive v0.1.1
28502026-06-06T15:50:17.757Z Compiling num-complex v0.4.6
28512026-06-06T15:50:18.244Z Compiling memoffset v0.9.1
28522026-06-06T15:50:18.276Z Compiling indent_write v2.2.0
28532026-06-06T15:50:18.435Z Compiling base16ct v0.2.0
28542026-06-06T15:50:18.515Z Compiling ciborium-io v0.2.2
28552026-06-06T15:50:18.642Z Compiling foreign-types-shared v0.3.1
28562026-06-06T15:50:18.869Z Compiling heck v0.4.1
28572026-06-06T15:50:19.005Z Compiling opaque-debug v0.3.1
28582026-06-06T15:50:19.070Z Compiling base64ct v1.8.3
28592026-06-06T15:50:19.082Z Compiling cfg_aliases v0.2.1
28602026-06-06T15:50:19.100Z Compiling poly1305 v0.8.0
28612026-06-06T15:50:19.163Z Compiling nix v0.31.3
28622026-06-06T15:50:19.410Z Compiling password-hash v0.5.0
28632026-06-06T15:50:20.191Z Compiling foreign-types v0.5.0
28642026-06-06T15:50:20.282Z Compiling ciborium-ll v0.2.2
28652026-06-06T15:50:20.371Z Compiling elliptic-curve v0.13.8
28662026-06-06T15:50:20.663Z Compiling num v0.4.3
28672026-06-06T15:50:20.759Z Compiling thiserror-no-std v2.0.2
28682026-06-06T15:50:20.773Z Compiling hubpack v0.1.2
28692026-06-06T15:50:22.004Z Compiling chacha20 v0.9.1
28702026-06-06T15:50:22.586Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28712026-06-06T15:50:22.611Z Compiling reqwest v0.12.28
28722026-06-06T15:50:23.293Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28732026-06-06T15:50:23.828Z Compiling blake2 v0.10.6
28742026-06-06T15:50:24.141Z Compiling aead v0.5.2
28752026-06-06T15:50:24.231Z Compiling byte-wrapper v0.1.0
28762026-06-06T15:50:24.319Z Compiling chacha20 v0.10.0
28772026-06-06T15:50:24.331Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
28782026-06-06T15:50:24.626Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
28792026-06-06T15:50:25.209Z Compiling cstr-argument v0.1.2
28802026-06-06T15:50:25.372Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
28812026-06-06T15:50:25.385Z Compiling keccak v0.1.6
28822026-06-06T15:50:25.546Z Compiling float-ord v0.3.2
28832026-06-06T15:50:25.688Z Compiling sha3 v0.10.9
28842026-06-06T15:50:25.748Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28852026-06-06T15:50:26.133Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
28862026-06-06T15:50:26.179Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
28872026-06-06T15:50:26.311Z Compiling rand v0.10.1
28882026-06-06T15:50:26.315Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28892026-06-06T15:50:27.119Z Compiling chacha20poly1305 v0.10.1
28902026-06-06T15:50:27.278Z Compiling argon2 v0.5.3
28912026-06-06T15:50:27.637Z Compiling rustls-webpki v0.103.13
28922026-06-06T15:50:29.278Z Compiling progenitor-client v0.10.0
28932026-06-06T15:50:29.564Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
28942026-06-06T15:50:29.802Z Compiling vsss-rs v3.3.4
28952026-06-06T15:50:30.308Z Compiling ciborium v0.2.2
28962026-06-06T15:50:31.146Z Compiling atomicwrites v0.4.4
28972026-06-06T15:50:31.202Z Compiling usdt-attr-macro v0.5.0
28982026-06-06T15:50:31.230Z Compiling usdt-macro v0.5.0
28992026-06-06T15:50:31.888Z Compiling tokio-rustls v0.26.4
29002026-06-06T15:50:31.946Z Compiling rustls-platform-verifier v0.7.0
29012026-06-06T15:50:32.183Z Compiling hyper-rustls v0.27.9
29022026-06-06T15:50:32.542Z Compiling reqwest v0.13.4
29032026-06-06T15:50:33.772Z Compiling num-derive v0.4.2
29042026-06-06T15:50:33.830Z Compiling enum-as-inner v0.6.1
29052026-06-06T15:50:33.861Z Compiling progenitor-client v0.14.0
29062026-06-06T15:50:34.433Z Compiling progenitor-extras v0.2.0
29072026-06-06T15:50:34.687Z Compiling memmap v0.7.0
29082026-06-06T15:50:34.825Z Compiling winnow v0.5.40
29092026-06-06T15:50:35.226Z Compiling semver v0.1.20
29102026-06-06T15:50:35.499Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29112026-06-06T15:50:36.442Z Compiling rayon-core v1.13.0
29122026-06-06T15:50:37.018Z Compiling toml_edit v0.19.15
29132026-06-06T15:50:37.148Z Compiling rustc_version v0.1.7
29142026-06-06T15:50:37.653Z Compiling usdt v0.5.0
29152026-06-06T15:50:38.374Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29162026-06-06T15:50:45.623Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29172026-06-06T15:50:47.324Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29182026-06-06T15:50:47.441Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29192026-06-06T15:50:47.792Z Compiling similar v2.7.0
29202026-06-06T15:50:47.866Z Compiling crossbeam-deque v0.8.6
29212026-06-06T15:50:48.100Z Compiling serde_spanned v0.6.9
29222026-06-06T15:50:48.100Z Compiling lazy_static v1.5.0
29232026-06-06T15:50:48.232Z Compiling vcpkg v0.2.15
29242026-06-06T15:50:48.402Z Compiling bytecount v0.6.9
29252026-06-06T15:50:48.619Z Compiling toml_write v0.1.2
29262026-06-06T15:50:48.843Z Compiling openssl-sys v0.9.116
29272026-06-06T15:50:49.471Z Compiling toml_edit v0.22.27
29282026-06-06T15:50:50.629Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29292026-06-06T15:50:50.690Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29302026-06-06T15:50:50.940Z Compiling proc-macro-crate v1.3.1
29312026-06-06T15:50:51.306Z Compiling newtype_derive v0.1.6
29322026-06-06T15:50:51.474Z Compiling progenitor-impl v0.13.0
29332026-06-06T15:50:51.583Z Compiling progenitor-impl v0.14.0
29342026-06-06T15:50:51.873Z Compiling itertools v0.12.1
29352026-06-06T15:50:52.982Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29362026-06-06T15:50:53.005Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29372026-06-06T15:50:53.354Z Compiling swrite v0.1.0
29382026-06-06T15:50:53.443Z Compiling resolv-conf v0.7.6
29392026-06-06T15:50:53.478Z Compiling owo-colors v4.3.0
29402026-06-06T15:50:53.548Z Compiling linked-hash-map v0.5.6
29412026-06-06T15:50:53.562Z Compiling unicode-segmentation v1.13.3
29422026-06-06T15:50:53.686Z Compiling progenitor-macro v0.14.0
29432026-06-06T15:50:53.779Z Compiling lru-cache v0.1.2
29442026-06-06T15:50:53.824Z Compiling progenitor-macro v0.13.0
29452026-06-06T15:50:53.931Z Compiling newline-converter v0.3.0
29462026-06-06T15:50:54.083Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29472026-06-06T15:50:54.270Z Compiling num_enum_derive v0.5.11
29482026-06-06T15:50:54.401Z Compiling toml v0.8.23
29492026-06-06T15:50:54.963Z Compiling rayon v1.12.0
29502026-06-06T15:50:55.030Z Compiling hickory-proto v0.24.4
29512026-06-06T15:50:55.320Z Compiling progenitor-client v0.13.0
29522026-06-06T15:50:57.216Z Compiling console v0.15.11
29532026-06-06T15:50:57.972Z Compiling camino-tempfile v1.4.1
29542026-06-06T15:50:58.154Z Compiling serde-big-array v0.5.1
29552026-06-06T15:50:58.330Z Compiling derive-where v1.6.1
29562026-06-06T15:50:58.399Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29572026-06-06T15:50:58.504Z Compiling pin-project-internal v1.1.13
29582026-06-06T15:50:58.959Z Compiling siphasher v1.0.3
29592026-06-06T15:50:59.191Z Compiling minimal-lexical v0.2.1
29602026-06-06T15:50:59.458Z Compiling nom v7.1.3
29612026-06-06T15:50:59.663Z Compiling pin-project v1.1.13
29622026-06-06T15:50:59.696Z Compiling phf_shared v0.12.1
29632026-06-06T15:50:59.934Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
29642026-06-06T15:51:00.624Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29652026-06-06T15:51:00.887Z Compiling progenitor v0.13.0
29662026-06-06T15:51:01.051Z Compiling progenitor v0.14.0
29672026-06-06T15:51:01.216Z Compiling expectorate v1.2.0
29682026-06-06T15:51:02.411Z Compiling hickory-resolver v0.24.4
29692026-06-06T15:51:03.892Z Compiling num_enum v0.5.11
29702026-06-06T15:51:04.037Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29712026-06-06T15:51:05.251Z Compiling zone_cfg_derive v0.3.1
29722026-06-06T15:51:06.002Z Compiling unicode-normalization v0.1.25
29732026-06-06T15:51:06.192Z Compiling tokio-stream v0.1.18
29742026-06-06T15:51:06.625Z Compiling snafu-derive v0.8.9
29752026-06-06T15:51:06.794Z Compiling async-recursion v1.1.1
29762026-06-06T15:51:07.525Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
29772026-06-06T15:51:07.879Z Compiling slog-dtrace v0.3.0
29782026-06-06T15:51:08.165Z Compiling csv-core v0.1.13
29792026-06-06T15:51:08.390Z Compiling unicode-width v0.1.14
29802026-06-06T15:51:08.591Z Compiling highway v1.3.0
29812026-06-06T15:51:08.728Z Compiling chrono-tz v0.10.4
29822026-06-06T15:51:09.017Z Compiling foreign-types-shared v0.1.1
29832026-06-06T15:51:09.130Z Compiling same-file v1.0.6
29842026-06-06T15:51:09.320Z Compiling foldhash v0.1.5
29852026-06-06T15:51:09.347Z Compiling smawk v0.3.2
29862026-06-06T15:51:09.524Z Compiling unicode-xid v0.2.6
29872026-06-06T15:51:09.558Z Compiling unicode-linebreak v0.1.5
29882026-06-06T15:51:09.662Z Compiling openssl v0.10.80
29892026-06-06T15:51:09.851Z Compiling cancel-safe-futures v0.1.5
29902026-06-06T15:51:09.977Z Compiling konst_macro_rules v0.2.19
29912026-06-06T15:51:10.040Z Compiling textwrap v0.16.2
29922026-06-06T15:51:10.166Z Compiling konst v0.2.20
29932026-06-06T15:51:10.184Z Compiling const_format_proc_macros v0.2.34
29942026-06-06T15:51:10.220Z Compiling hashbrown v0.15.5
29952026-06-06T15:51:10.557Z Compiling walkdir v2.5.0
29962026-06-06T15:51:10.571Z Compiling foreign-types v0.3.2
29972026-06-06T15:51:10.678Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29982026-06-06T15:51:10.783Z Compiling snafu v0.8.9
29992026-06-06T15:51:10.929Z Compiling csv v1.4.0
30002026-06-06T15:51:11.164Z Compiling qorb v0.4.1
30012026-06-06T15:51:11.308Z Compiling olpc-cjson v0.1.4
30022026-06-06T15:51:11.321Z Compiling zone v0.3.1
30032026-06-06T15:51:11.370Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30042026-06-06T15:51:11.530Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30052026-06-06T15:51:11.903Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30062026-06-06T15:51:12.090Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30072026-06-06T15:51:13.030Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30082026-06-06T15:51:13.597Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30092026-06-06T15:51:15.018Z Compiling phf v0.12.1
30102026-06-06T15:51:15.672Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30112026-06-06T15:51:15.833Z Compiling tokio-dtrace v0.1.1
30122026-06-06T15:51:16.199Z Compiling globset v0.4.18
30132026-06-06T15:51:16.790Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30142026-06-06T15:51:17.026Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30152026-06-06T15:51:17.042Z Compiling smf v0.2.3
30162026-06-06T15:51:17.604Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
30172026-06-06T15:51:17.647Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
30182026-06-06T15:51:18.212Z Compiling libsw-core v0.3.2
30192026-06-06T15:51:18.361Z Compiling pem v3.0.6
30202026-06-06T15:51:18.407Z Compiling serde_plain v1.0.2
30212026-06-06T15:51:18.706Z Compiling openssl-macros v0.1.1
30222026-06-06T15:51:18.874Z Compiling cookie v0.18.1
30232026-06-06T15:51:18.915Z Compiling sigpipe v0.1.3
30242026-06-06T15:51:19.029Z Compiling fixedbitset v0.5.7
30252026-06-06T15:51:19.063Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30262026-06-06T15:51:19.142Z Compiling fixedbitset v0.4.2
30272026-06-06T15:51:19.327Z Compiling jiff v0.2.28
30282026-06-06T15:51:19.518Z Compiling typed-path v0.9.3
30292026-06-06T15:51:19.531Z Compiling glob v0.3.3
30302026-06-06T15:51:19.577Z Compiling petgraph v0.6.5
30312026-06-06T15:51:20.192Z Compiling petgraph v0.8.3
30322026-06-06T15:51:20.644Z Compiling tough v0.22.0
30332026-06-06T15:51:21.304Z Compiling libsw v3.5.0
30342026-06-06T15:51:21.450Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
30352026-06-06T15:51:21.502Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
30362026-06-06T15:51:22.505Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30372026-06-06T15:51:22.685Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30382026-06-06T15:51:22.938Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30392026-06-06T15:51:22.952Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30402026-06-06T15:51:23.245Z Compiling oxide-tokio-rt v0.1.6
30412026-06-06T15:51:24.525Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30422026-06-06T15:51:25.987Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30432026-06-06T15:51:26.211Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30442026-06-06T15:51:26.879Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30452026-06-06T15:51:27.768Z Compiling const_format v0.2.36
30462026-06-06T15:51:28.217Z Compiling papergrid v0.11.0
30472026-06-06T15:51:28.293Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30482026-06-06T15:51:28.496Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30492026-06-06T15:51:28.826Z Compiling libscf-sys v1.2.0
30502026-06-06T15:51:28.983Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30512026-06-06T15:51:29.121Z Compiling tabled_derive v0.7.0
30522026-06-06T15:51:29.199Z Compiling gethostname v0.5.0
30532026-06-06T15:51:29.351Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
30542026-06-06T15:51:29.824Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30552026-06-06T15:51:29.958Z Compiling bcs v0.1.6
30562026-06-06T15:51:30.136Z Compiling tagptr v0.2.0
30572026-06-06T15:51:30.191Z Compiling termtree v0.5.1
30582026-06-06T15:51:30.316Z Compiling linear-map v1.2.0
30592026-06-06T15:51:30.371Z Compiling whoami v1.6.1
30602026-06-06T15:51:30.549Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30612026-06-06T15:51:30.846Z Compiling moka v0.12.15
30622026-06-06T15:51:32.139Z Compiling tabled v0.15.0
30632026-06-06T15:51:32.222Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30642026-06-06T15:51:33.151Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30652026-06-06T15:51:33.530Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30662026-06-06T15:51:33.627Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30672026-06-06T15:51:33.723Z Compiling steno v0.4.1
30682026-06-06T15:51:35.113Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30692026-06-06T15:51:38.864Z Compiling hickory-proto v0.25.2
30702026-06-06T15:51:39.387Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30712026-06-06T15:51:40.064Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
30722026-06-06T15:51:40.483Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
30732026-06-06T15:51:40.597Z Compiling parking_lot_core v0.8.6
30742026-06-06T15:51:40.778Z Compiling nom v8.0.0
30752026-06-06T15:51:41.363Z Compiling hickory-resolver v0.25.2
30762026-06-06T15:51:42.141Z Compiling crunchy v0.2.4
30772026-06-06T15:51:42.487Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30782026-06-06T15:51:42.535Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
30792026-06-06T15:51:42.650Z Compiling parking_lot v0.11.2
30802026-06-06T15:51:43.008Z Compiling typify-impl v0.4.3
30812026-06-06T15:51:43.482Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
30822026-06-06T15:51:43.570Z Compiling fxhash v0.2.1
30832026-06-06T15:51:43.726Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
30842026-06-06T15:51:44.012Z Compiling proc-macro-error-attr2 v2.0.0
30852026-06-06T15:51:44.499Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
30862026-06-06T15:51:44.787Z Compiling tiny-keccak v2.0.2
30872026-06-06T15:51:45.103Z Compiling proc-macro-error2 v2.0.1
30882026-06-06T15:51:45.407Z Compiling sled v0.34.7
30892026-06-06T15:51:46.425Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30902026-06-06T15:51:47.165Z Compiling typify-macro v0.4.3
30912026-06-06T15:51:47.830Z Compiling arc-swap v1.9.1
30922026-06-06T15:51:48.201Z Compiling slog-scope v4.4.1
30932026-06-06T15:51:48.780Z Compiling tabled_derive v0.11.0
30942026-06-06T15:51:49.418Z Compiling papergrid v0.18.0
30952026-06-06T15:51:49.933Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
30962026-06-06T15:51:49.946Z Compiling testing_table v0.3.0
30972026-06-06T15:51:49.982Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
30982026-06-06T15:51:50.262Z Compiling internet-checksum v0.2.1
30992026-06-06T15:51:50.421Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
31002026-06-06T15:51:50.437Z Compiling const-random-macro v0.1.16
31012026-06-06T15:51:50.552Z Compiling slog-stdlog v4.1.1
31022026-06-06T15:51:50.898Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
31032026-06-06T15:51:51.025Z Compiling tabled v0.21.0
31042026-06-06T15:51:51.423Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
31052026-06-06T15:51:52.186Z Compiling dropshot-api-manager-types v0.7.2
31062026-06-06T15:51:52.802Z Compiling smartstring v1.0.1
31072026-06-06T15:51:53.099Z Compiling ahash v0.8.12
31082026-06-06T15:51:55.108Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
31092026-06-06T15:51:55.185Z Compiling const-random v0.1.18
31102026-06-06T15:51:55.280Z Compiling slog-envlogger v2.2.0
31112026-06-06T15:51:56.304Z Compiling typify v0.4.3
31122026-06-06T15:51:56.453Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31132026-06-06T15:51:56.931Z Compiling toml_datetime v0.7.5+spec-1.1.0
31142026-06-06T15:51:57.231Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31152026-06-06T15:51:57.519Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
31162026-06-06T15:51:58.997Z Compiling crc8 v0.1.1
31172026-06-06T15:51:59.129Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
31182026-06-06T15:51:59.651Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
31192026-06-06T15:52:01.248Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
31202026-06-06T15:52:05.401Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
31212026-06-06T15:52:05.684Z Compiling toml v0.9.12+spec-1.1.0
31222026-06-06T15:52:05.716Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31232026-06-06T15:52:05.799Z Compiling progenitor-impl v0.10.0
31242026-06-06T15:52:06.845Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
31252026-06-06T15:52:07.437Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
31262026-06-06T15:52:07.508Z Compiling lzma-sys v0.1.20
31272026-06-06T15:52:07.875Z Compiling sha1 v0.10.6
31282026-06-06T15:52:07.980Z Compiling thin-vec v0.2.18
31292026-06-06T15:52:08.196Z Compiling rhai_codegen v3.2.0
31302026-06-06T15:52:08.311Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31312026-06-06T15:52:08.351Z Compiling fs-err v3.3.0
31322026-06-06T15:52:08.655Z Compiling typeid v1.0.3
31332026-06-06T15:52:08.911Z Compiling utf-8 v0.7.6
31342026-06-06T15:52:09.078Z Compiling tungstenite v0.21.0
31352026-06-06T15:52:09.526Z Compiling rhai v1.25.1
31362026-06-06T15:52:10.156Z Compiling progenitor-macro v0.10.0
31372026-06-06T15:52:11.220Z Compiling cargo_toml v0.22.3
31382026-06-06T15:52:14.477Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31392026-06-06T15:52:16.141Z Compiling sha2 v0.10.9
31402026-06-06T15:52:17.411Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31412026-06-06T15:52:17.557Z Compiling progenitor v0.10.0
31422026-06-06T15:52:17.740Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31432026-06-06T15:52:18.533Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
31442026-06-06T15:52:19.491Z Compiling tokio-tungstenite v0.21.0
31452026-06-06T15:52:19.534Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31462026-06-06T15:52:20.005Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
31472026-06-06T15:52:21.793Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
31482026-06-06T15:52:22.415Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
31492026-06-06T15:52:22.539Z Compiling console v0.16.3
31502026-06-06T15:52:22.626Z Compiling git-stub v1.0.0
31512026-06-06T15:52:23.495Z Compiling base64 v0.21.7
31522026-06-06T15:52:23.541Z Compiling unit-prefix v0.5.2
31532026-06-06T15:52:23.724Z Compiling is_ci v1.2.0
31542026-06-06T15:52:23.829Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31552026-06-06T15:52:23.918Z Compiling supports-color v3.0.2
31562026-06-06T15:52:23.943Z Compiling indicatif v0.18.4
31572026-06-06T15:52:24.177Z Compiling git-stub-vcs v0.1.0
31582026-06-06T15:52:24.930Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
31592026-06-06T15:52:26.493Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31602026-06-06T15:52:26.726Z Compiling ron v0.12.1
31612026-06-06T15:52:27.880Z Compiling xz2 v0.1.7
31622026-06-06T15:52:28.070Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
31632026-06-06T15:52:28.185Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
31642026-06-06T15:52:28.203Z Compiling drift v0.2.0
31652026-06-06T15:52:30.497Z Compiling base16ct v1.0.0
31662026-06-06T15:52:30.532Z Compiling dropshot-api-manager v0.7.2
31672026-06-06T15:52:35.341Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
31682026-06-06T15:52:37.676Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
31692026-06-06T15:52:38.884Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
31702026-06-06T15:52:40.251Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
31712026-06-06T15:52:41.960Z Compiling natord v1.0.9
31722026-06-06T15:52:42.259Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
31732026-06-06T15:52:42.358Z Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util)
31742026-06-06T15:52:45.506Z Compiling mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify)
31752026-06-06T15:52:47.586Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
31762026-06-06T15:52:48.419Z Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
31772026-06-06T15:52:54.607Z Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
31782026-06-06T15:52:55.731Z Compiling falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab)
31792026-06-06T15:52:56.103Z Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
31802026-06-06T15:52:57.415Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
31812026-06-06T15:53:00.868Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
31822026-06-06T15:53:26.554Z Finished `release` profile [optimized] target(s) in 4m 24s
31832026-06-06T15:53:26.738Z
31842026-06-06T15:53:26.738Zreal 4:24.378465348
31852026-06-06T15:53:26.738Zuser 30:00.295780362
31862026-06-06T15:53:26.738Zsys 2:47.831716269
31872026-06-06T15:53:26.738Ztrap 0.760427650
31882026-06-06T15:53:26.738Ztflt 1.300886098
31892026-06-06T15:53:26.738Zdflt 1.776284249
31902026-06-06T15:53:26.738Zkflt 0.000094438
31912026-06-06T15:53:26.741Zlock 1:59:52.961930529
31922026-06-06T15:53:26.741Zslp 1:26:32.579032303
31932026-06-06T15:53:26.741Zlat 2:13.783273785
31942026-06-06T15:53:26.741Zstop 3:29.572407407
31952026-06-06T15:53:26.742Z+ for x in debug release
31962026-06-06T15:53:26.742Z+ mkdir -p /work/debug
31972026-06-06T15:53:26.742Z+ cp target/debug/ddmd /work/debug/ddmd
31982026-06-06T15:53:27.224Z+ cp target/debug/ddmadm /work/debug/ddmadm
31992026-06-06T15:53:27.613Z+ cp target/debug/mgd /work/debug/mgd
32002026-06-06T15:53:28.273Z+ cp target/debug/mgadm /work/debug/mgadm
32012026-06-06T15:53:28.764Z+ for x in debug release
32022026-06-06T15:53:28.765Z+ mkdir -p /work/release
32032026-06-06T15:53:28.768Z+ cp target/release/ddmd /work/release/ddmd
32042026-06-06T15:53:28.854Z+ cp target/release/ddmadm /work/release/ddmadm
32052026-06-06T15:53:28.932Z+ cp target/release/mgd /work/release/mgd
32062026-06-06T15:53:28.996Z+ cp target/release/mgadm /work/release/mgadm
32072026-06-06T15:53:29.094Z+ cp target/release/falcon-lab /work/release/falcon-lab
32082026-06-06T15:53:29.162Zprocess exited: duration 690164 ms, exit code 0
 
32092026-06-06T15:53:29.177Zfound 9 output files
32102026-06-06T15:53:29.177Zuploading: /work/debug/ddmadm (513717352 bytes)
32112026-06-06T15:53:35.736Zuploaded: /work/debug/ddmadm
32122026-06-06T15:53:35.737Zuploading: /work/debug/ddmd (588584392 bytes)
32132026-06-06T15:53:44.232Zuploaded: /work/debug/ddmd
32142026-06-06T15:53:44.242Zuploading: /work/debug/mgadm (609353184 bytes)
32152026-06-06T15:53:51.938Zuploaded: /work/debug/mgadm
32162026-06-06T15:53:51.938Zuploading: /work/debug/mgd (689241000 bytes)
32172026-06-06T15:54:01.287Zuploaded: /work/debug/mgd
32182026-06-06T15:54:01.287Zuploading: /work/release/ddmadm (45420224 bytes)
32192026-06-06T15:54:02.663Zuploaded: /work/release/ddmadm
32202026-06-06T15:54:02.663Zuploading: /work/release/ddmd (53071176 bytes)
32212026-06-06T15:54:04.004Zuploaded: /work/release/ddmd
32222026-06-06T15:54:04.004Zuploading: /work/release/falcon-lab (38929064 bytes)
32232026-06-06T15:54:05.263Zuploaded: /work/release/falcon-lab
32242026-06-06T15:54:05.263Zuploading: /work/release/mgadm (60246024 bytes)
32252026-06-06T15:54:06.760Zuploaded: /work/release/mgadm
32262026-06-06T15:54:06.760Zuploading: /work/release/mgd (72206376 bytes)
32272026-06-06T15:54:08.272Zuploaded: /work/release/mgd