01KTN8EQZZCXN0ZBZEYRWEMVCY: 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: 01KTN8FZ4QSSB0X8DZN8H1B5S1

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-09T03:59:03.724Zjob assigned to worker 01KTN8G2M9FMM5GJJREJGBZAXA [factory aws, i-0ff1f47e4c32376c5] (queued for 44 s)
 
22026-06-09T03:59:10.921Zstarting task 0: "setup"
32026-06-09T03:59:10.924Z++ uname -s
42026-06-09T03:59:10.924Z+ kern=SunOS
52026-06-09T03:59:10.925Z+ build_user=build
62026-06-09T03:59:10.925Z+ build_uid=12345
72026-06-09T03:59:10.925Z+ work_dir=/work
82026-06-09T03:59:10.925Z+ input_dir=/input
92026-06-09T03:59:10.925Z+ [[ 0 == 12345 ]]
102026-06-09T03:59:10.925Z+ case "$kern" in
112026-06-09T03:59:10.925Z+ groupadd -g 12345 build
122026-06-09T03:59:10.929Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-09T03:59:12.931Z+ zfs create -o mountpoint=/work rpool/work
142026-06-09T03:59:13.049Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-09T03:59:13.054Z+ home_fs=zfs
162026-06-09T03:59:13.054Z+ [[ zfs == autofs ]]
172026-06-09T03:59:13.054Z+ mkdir -p /home/build
182026-06-09T03:59:13.054Z+ chown build:build /home/build /work
192026-06-09T03:59:15.047Z+ chmod 0700 /home/build /work
202026-06-09T03:59:15.050Zprocess exited: duration 4130 ms, exit code 0
 
212026-06-09T03:59:15.056Zstarting task 1: "rust-toolchain"
222026-06-09T03:59:15.060Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-09T03:59:15.060Z * rust toolchain channel = "stable"
242026-06-09T03:59:15.060Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-06-09T03:59:15.060Z * rust toolchain profile = "default"
262026-06-09T03:59:15.060Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-09T03:59:15.060Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-09T03:59:15.063Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-09T03:59:15.063Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-09T03:59:15.189Zinfo: downloading installer
312026-06-09T03:59:16.626Zwarn: It looks like you have an existing installation of Rust at:
322026-06-09T03:59:16.626Zwarn: /opt/ooce/bin
332026-06-09T03:59:16.626Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-09T03:59:16.626Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-09T03:59:16.626Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-09T03:59:16.626Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-09T03:59:16.626Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-09T03:59:16.626Zerror: cannot install while Rust is installed
392026-06-09T03:59:16.626Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-09T03:59:16.626Zwarn: It looks like you have an existing rustup settings file at:
412026-06-09T03:59:16.626Zwarn: /home/build/.rustup/settings.toml
422026-06-09T03:59:16.626Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-09T03:59:16.626Zwarn: instead of the one inferred from the default host triple.
442026-06-09T03:59:16.641Zinfo: profile set to default
452026-06-09T03:59:16.641Zinfo: default host triple is x86_64-unknown-illumos
462026-06-09T03:59:16.644Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-09T03:59:16.782Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-09T03:59:16.785Zinfo: downloading 6 components
492026-06-09T03:59:31.415Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-06-09T03:59:31.415Z
512026-06-09T03:59:31.450Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-09T03:59:31.450Z
532026-06-09T03:59:31.453Z
542026-06-09T03:59:31.453ZRust is installed now. Great!
552026-06-09T03:59:31.453Z
562026-06-09T03:59:31.453ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-09T03:59:31.453Zenvironment variable. This has not been done automatically.
582026-06-09T03:59:31.453Z
592026-06-09T03:59:31.453ZTo configure your current shell, you need to source
602026-06-09T03:59:31.453Zthe corresponding env file under $HOME/.cargo.
612026-06-09T03:59:31.453Z
622026-06-09T03:59:31.453ZThis is usually done by running one of the following (note the leading DOT):
632026-06-09T03:59:31.453Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-09T03:59:31.454Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-09T03:59:31.454Zsource "~/.cargo/env.nu" # For nushell
662026-06-09T03:59:31.454Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-09T03:59:31.454Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-09T03:59:31.454Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-09T03:59:31.454Zwarn: no default linker (`cc`) was found in your PATH
702026-06-09T03:59:31.454Zwarn: many Rust crates require a system C toolchain to build
712026-06-09T03:59:31.538Z+ rustup --version
722026-06-09T03:59:31.547Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-09T03:59:31.550Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-09T03:59:31.568Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-09T03:59:31.572Z+ cargo --version
762026-06-09T03:59:31.585Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-09T03:59:31.593Z+ rustc --version
782026-06-09T03:59:31.612Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-09T03:59:31.616Zprocess exited: duration 16550 ms, exit code 0
 
802026-06-09T03:59:31.622Zstarting task 2: "authentication"
812026-06-09T03:59:31.636ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
822026-06-09T03:59:38.142Zprocess exited: duration 6494 ms, exit code 0
 
832026-06-09T03:59:38.194Zstarting task 3: "clone repository"
842026-06-09T03:59:38.203Z+ mkdir -p /work/oxidecomputer/maghemite
852026-06-09T03:59:38.203Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
862026-06-09T03:59:38.204ZCloning into '/work/oxidecomputer/maghemite'...
872026-06-09T03:59:39.770Z+ cd /work/oxidecomputer/maghemite
882026-06-09T03:59:39.770Z+ git fetch origin 1a644b61eadfaccba7f7983e569582e308e0ce23
892026-06-09T03:59:40.068ZFrom https://github.com/oxidecomputer/maghemite
902026-06-09T03:59:40.068Z * branch 1a644b61eadfaccba7f7983e569582e308e0ce23 -> FETCH_HEAD
912026-06-09T03:59:40.115Z+ [[ -n renovate/http ]]
922026-06-09T03:59:40.115Z++ git branch --show-current
932026-06-09T03:59:40.115Z+ current=main
942026-06-09T03:59:40.115Z+ [[ main != renovate/http ]]
952026-06-09T03:59:40.115Z+ git branch -f renovate/http 1a644b61eadfaccba7f7983e569582e308e0ce23
962026-06-09T03:59:40.115Z+ git checkout -f renovate/http
972026-06-09T03:59:40.115ZSwitched to branch 'renovate/http'
982026-06-09T03:59:40.116Z+ git reset --hard 1a644b61eadfaccba7f7983e569582e308e0ce23
992026-06-09T03:59:40.116ZHEAD is now at 1a644b6 Update http to 1.4.2
1002026-06-09T03:59:40.116Zprocess exited: duration 1898 ms, exit code 0
 
1012026-06-09T03:59:40.148Zstarting task 4: "build"
1022026-06-09T03:59:40.161Z+ pfexec pkg install clang-15
1032026-06-09T03:59:48.583Z Startup: Refreshing catalog 'helios-dev' ... Done
1042026-06-09T03:59:56.333Z Startup: Caching catalogs ... Done
1052026-06-09T04:00:03.552ZPlanning: Solver setup ... Done
1062026-06-09T04:00:03.620ZPlanning: Running solver ... Done
1072026-06-09T04:00:03.725ZPlanning: Finding local manifests ... Done
1082026-06-09T04:00:03.734ZPlanning: Fetching manifests: 0/2 0% complete
1092026-06-09T04:00:03.822ZPlanning: Fetching manifests: 2/2 100% complete
1102026-06-09T04:00:03.851ZPlanning: Package planning ... Done
1112026-06-09T04:00:03.877ZPlanning: Merging actions ... Done
1122026-06-09T04:00:03.988ZPlanning: Checking for conflicting actions ... Done
1132026-06-09T04:00:03.995ZPlanning: Consolidating action changes ... Done
1142026-06-09T04:00:04.785ZPlanning: Evaluating mediators ... Done
1152026-06-09T04:00:04.793ZPlanning: Planning completed in 8.27 seconds
1162026-06-09T04:00:04.793Z Packages to install: 2
1172026-06-09T04:00:04.793Z Mediators to change: 2
1182026-06-09T04:00:04.793Z Services to change: 1
1192026-06-09T04:00:04.793Z Create boot environment: No
1202026-06-09T04:00:04.793ZCreate backup boot environment: No
1212026-06-09T04:00:04.838Z
1222026-06-09T04:00:04.838ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1232026-06-09T04:00:10.326ZDownload: 983/3076 items 82.2/211.3MB 38% complete (24.0M/s)
1242026-06-09T04:00:15.329ZDownload: 1479/3076 items 115.7/211.3MB 54% complete (10.2M/s)
1252026-06-09T04:00:20.353ZDownload: 1997/3076 items 117.1/211.3MB 55% complete (3.6M/s)
1262026-06-09T04:00:30.917ZDownload: 2005/3076 items 117.1/211.3MB 55% complete (2.9M/s)
1272026-06-09T04:00:40.573ZDownload: 2009/3076 items 117.3/211.3MB 55% complete (1.9M/s)
1282026-06-09T04:00:45.564ZDownload: 2493/3076 items 119.4/211.3MB 56% complete (241k/s)
1292026-06-09T04:00:50.589ZDownload: 3027/3076 items 201.3/211.3MB 95% complete (9.5M/s)
1302026-06-09T04:00:57.341ZDownload: 3031/3076 items 201.8/211.3MB 95% complete (9.0M/s)
1312026-06-09T04:01:06.327ZDownload: 3032/3076 items 201.8/211.3MB 95% complete
1322026-06-09T04:01:07.734ZDownload: Completed 211.31 MB in 62.91 seconds (3.4M/s)
1332026-06-09T04:01:07.872Z Actions: 1/3418 actions (Installing new actions)
1342026-06-09T04:01:11.034Z Actions: Completed 3418 actions in 3.16 seconds.
1352026-06-09T04:01:11.670Z Done
1362026-06-09T04:01:11.670Z Done
1372026-06-09T04:01:12.426Z Done
1382026-06-09T04:01:15.802Z Done
1392026-06-09T04:01:15.879Z Done
1402026-06-09T04:01:15.881Z Done
1412026-06-09T04:01:16.145Z Done
1422026-06-09T04:01:16.824Z+ cargo --version
1432026-06-09T04:01:16.830Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
1442026-06-09T04:01:16.996Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
1452026-06-09T04:01:17.001Zinfo: downloading 6 components
1462026-06-09T04:01:31.872Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1472026-06-09T04:01:31.875Z+ rustc --version
1482026-06-09T04:01:31.902Zrustc 1.95.0 (59807616e 2026-04-14)
1492026-06-09T04:01:31.906Z+ banner check
1502026-06-09T04:01:31.909Z
1512026-06-09T04:01:31.909Z #### # # ###### #### # #
1522026-06-09T04:01:31.909Z # # # # # # # # #
1532026-06-09T04:01:31.909Z # ###### ##### # ####
1542026-06-09T04:01:31.909Z # # # # # # #
1552026-06-09T04:01:31.909Z # # # # # # # # #
1562026-06-09T04:01:31.909Z #### # # ###### #### # #
1572026-06-09T04:01:31.909Z
1582026-06-09T04:01:31.909Z+ cargo fmt -- --check
1592026-06-09T04:01:32.291Z+ cargo clippy --all-targets -- --deny warnings
1602026-06-09T04:01:32.403Z Updating git repository `https://github.com/oxidecomputer/falcon`
1612026-06-09T04:01:33.057ZFrom https://github.com/oxidecomputer/falcon
1622026-06-09T04:01:33.057Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
1632026-06-09T04:01:33.137Z Updating crates.io index
1642026-06-09T04:01:33.140Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1652026-06-09T04:01:34.033ZFrom https://github.com/oxidecomputer/dendrite
1662026-06-09T04:01:34.033Z * [new ref] 0c92583413d48f50f87c32bac3ed9a26b6785b58 -> refs/commit/0c92583413d48f50f87c32bac3ed9a26b6785b58
1672026-06-09T04:01:34.177Z Updating git repository `https://github.com/oxidecomputer/ispf`
1682026-06-09T04:01:34.421ZFrom https://github.com/oxidecomputer/ispf
1692026-06-09T04:01:34.421Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
1702026-06-09T04:01:34.427Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1712026-06-09T04:01:34.776ZFrom https://github.com/oxidecomputer/netadm-sys
1722026-06-09T04:01:34.776Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
1732026-06-09T04:01:34.785Z Updating git repository `https://github.com/oxidecomputer/omicron`
1742026-06-09T04:01:42.411ZFrom https://github.com/oxidecomputer/omicron
1752026-06-09T04:01:42.411Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
1762026-06-09T04:01:42.820Z Updating git repository `https://github.com/oxidecomputer/opte`
1772026-06-09T04:01:43.763ZFrom https://github.com/oxidecomputer/opte
1782026-06-09T04:01:43.763Z * [new ref] 8b44982bf0d3f8ea52c810b2b00425a1e350e2f8 -> refs/commit/8b44982bf0d3f8ea52c810b2b00425a1e350e2f8
1792026-06-09T04:01:43.793Z Updating git repository `https://github.com/illumos/smf-rs`
1802026-06-09T04:01:44.032ZFrom https://github.com/illumos/smf-rs
1812026-06-09T04:01:44.032Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
1822026-06-09T04:01:44.259Z Updating git repository `https://github.com/oxidecomputer/network-interface`
1832026-06-09T04:01:44.509ZFrom https://github.com/oxidecomputer/network-interface
1842026-06-09T04:01:44.509Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
1852026-06-09T04:01:44.618Z Updating git repository `https://github.com/oxidecomputer/zone`
1862026-06-09T04:01:44.859ZFrom https://github.com/oxidecomputer/zone
1872026-06-09T04:01:44.859Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
1882026-06-09T04:01:44.879Z Updating git repository `https://github.com/oxidecomputer/propolis`
1892026-06-09T04:01:45.484ZFrom https://github.com/oxidecomputer/propolis
1902026-06-09T04:01:45.484Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
1912026-06-09T04:01:45.710Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1922026-06-09T04:01:46.204ZFrom https://github.com/oxidecomputer/transceiver-control
1932026-06-09T04:01:46.204Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
1942026-06-09T04:01:46.223Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1952026-06-09T04:01:46.497ZFrom https://github.com/oxidecomputer/dlpi-sys
1962026-06-09T04:01:46.497Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
1972026-06-09T04:01:46.503Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1982026-06-09T04:01:46.795ZFrom https://github.com/jmesmon/rust-libzfs
1992026-06-09T04:01:46.795Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
2002026-06-09T04:01:46.803Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2012026-06-09T04:01:47.052ZFrom https://github.com/oxidecomputer/rusty-doors
2022026-06-09T04:01:47.052Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
2032026-06-09T04:01:47.062Z Updating git repository `https://github.com/oxidecomputer/lldp`
2042026-06-09T04:01:47.376ZFrom https://github.com/oxidecomputer/lldp
2052026-06-09T04:01:47.376Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
2062026-06-09T04:01:47.425Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2072026-06-09T04:01:47.684ZFrom https://github.com/oxidecomputer/slog-error-chain
2082026-06-09T04:01:47.684Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
2092026-06-09T04:01:47.742Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2102026-06-09T04:01:48.034ZFrom https://github.com/oxidecomputer/tufaceous
2112026-06-09T04:01:48.034Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
2122026-06-09T04:01:48.053Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2132026-06-09T04:01:48.479ZFrom https://github.com/oxidecomputer/management-gateway-service
2142026-06-09T04:01:48.479Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
2152026-06-09T04:01:48.637Z Updating git repository `https://github.com/oxidecomputer/crucible`
2162026-06-09T04:01:53.433ZFrom https://github.com/oxidecomputer/crucible
2172026-06-09T04:01:53.433Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
2182026-06-09T04:01:54.143Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2192026-06-09T04:01:54.406ZFrom https://github.com/oxidecomputer/serde_human_bytes
2202026-06-09T04:01:54.406Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
2212026-06-09T04:01:54.564Z Updating git repository `https://github.com/oxidecomputer/propolis`
2222026-06-09T04:01:54.964ZFrom https://github.com/oxidecomputer/propolis
2232026-06-09T04:01:54.964Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
2242026-06-09T04:01:55.166Z Updating git repository `https://github.com/oxidecomputer/crucible`
2252026-06-09T04:01:55.659ZFrom https://github.com/oxidecomputer/crucible
2262026-06-09T04:01:55.659Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
2272026-06-09T04:01:55.888Z Updating git repository `https://github.com/oxidecomputer/tofino`
2282026-06-09T04:01:56.215ZFrom https://github.com/oxidecomputer/tofino
2292026-06-09T04:01:56.215Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
2302026-06-09T04:01:56.239Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2312026-06-09T04:01:56.940ZFrom https://github.com/oxidecomputer/maghemite
2322026-06-09T04:01:56.940Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
2332026-06-09T04:01:56.999Z Updating git repository `https://github.com/oxidecomputer/clickward`
2342026-06-09T04:01:57.238ZFrom https://github.com/oxidecomputer/clickward
2352026-06-09T04:01:57.238Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
2362026-06-09T04:01:57.451Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2372026-06-09T04:01:57.711ZFrom https://github.com/oxidecomputer/illumos-devinfo
2382026-06-09T04:01:57.711Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
2392026-06-09T04:01:58.937Z Downloading crates ...
2402026-06-09T04:01:59.021Z Downloaded crc32fast v1.5.0
2412026-06-09T04:01:59.042Z Downloaded autocfg v1.5.1
2422026-06-09T04:01:59.042Z Downloaded async-trait v0.1.89
2432026-06-09T04:01:59.046Z Downloaded block-buffer v0.12.0
2442026-06-09T04:01:59.046Z Downloaded clap v4.6.1
2452026-06-09T04:01:59.046Z Downloaded daft-derive v0.1.7
2462026-06-09T04:01:59.052Z Downloaded cc v1.2.63
2472026-06-09T04:01:59.052Z Downloaded arc-swap v1.9.1
2482026-06-09T04:01:59.055Z Downloaded bit-set v0.8.0
2492026-06-09T04:01:59.055Z Downloaded curve25519-dalek v4.1.3
2502026-06-09T04:01:59.060Z Downloaded http-body-util v0.1.3
2512026-06-09T04:01:59.064Z Downloaded ff v0.13.1
2522026-06-09T04:01:59.067Z Downloaded httpdate v1.0.3
2532026-06-09T04:01:59.067Z Downloaded darling_core v0.21.3
2542026-06-09T04:01:59.071Z Downloaded hashbrown v0.16.1
2552026-06-09T04:01:59.077Z Downloaded base16ct v0.2.0
2562026-06-09T04:01:59.081Z Downloaded const_format_proc_macros v0.2.34
2572026-06-09T04:01:59.081Z Downloaded chrono v0.4.45
2582026-06-09T04:01:59.088Z Downloaded clap_derive v4.6.1
2592026-06-09T04:01:59.095Z Downloaded compression-codecs v0.4.38
2602026-06-09T04:01:59.095Z Downloaded crossbeam-epoch v0.9.18
2612026-06-09T04:01:59.106Z Downloaded backon v1.6.0
2622026-06-09T04:01:59.106Z Downloaded async-stream-impl v0.3.6
2632026-06-09T04:01:59.106Z Downloaded cipher v0.4.4
2642026-06-09T04:01:59.106Z Downloaded console v0.15.11
2652026-06-09T04:01:59.114Z Downloaded colorchoice v1.0.5
2662026-06-09T04:01:59.114Z Downloaded cstr-argument v0.1.2
2672026-06-09T04:01:59.114Z Downloaded cookie v0.18.1
2682026-06-09T04:01:59.114Z Downloaded anstyle-query v1.1.5
2692026-06-09T04:01:59.118Z Downloaded curve25519-dalek-derive v0.1.1
2702026-06-09T04:01:59.118Z Downloaded generic-array v0.14.7
2712026-06-09T04:01:59.118Z Downloaded dunce v1.0.5
2722026-06-09T04:01:59.118Z Downloaded foreign-types v0.3.2
2732026-06-09T04:01:59.128Z Downloaded futures-macro v0.3.32
2742026-06-09T04:01:59.128Z Downloaded crc8 v0.1.1
2752026-06-09T04:01:59.128Z Downloaded deranged v0.5.8
2762026-06-09T04:01:59.138Z Downloaded block-buffer v0.10.4
2772026-06-09T04:01:59.138Z Downloaded byteorder v1.5.0
2782026-06-09T04:01:59.138Z Downloaded hex v0.4.3
2792026-06-09T04:01:59.138Z Downloaded futures-sink v0.3.32
2802026-06-09T04:01:59.142Z Downloaded hubpack_derive v0.1.1
2812026-06-09T04:01:59.142Z Downloaded backoff v0.4.0
2822026-06-09T04:01:59.142Z Downloaded anstream v1.0.0
2832026-06-09T04:01:59.142Z Downloaded convert_case v0.4.0
2842026-06-09T04:01:59.142Z Downloaded ciborium v0.2.2
2852026-06-09T04:01:59.148Z Downloaded heck v0.5.0
2862026-06-09T04:01:59.148Z Downloaded hyper-rustls v0.27.9
2872026-06-09T04:01:59.152Z Downloaded cfg-if v1.0.4
2882026-06-09T04:01:59.152Z Downloaded ahash v0.8.12
2892026-06-09T04:01:59.152Z Downloaded foreign-types-shared v0.1.1
2902026-06-09T04:01:59.155Z Downloaded debug-ignore v1.0.5
2912026-06-09T04:01:59.156Z Downloaded base64ct v1.8.3
2922026-06-09T04:01:59.159Z Downloaded heck v0.4.1
2932026-06-09T04:01:59.159Z Downloaded cpufeatures v0.2.17
2942026-06-09T04:01:59.164Z Downloaded crypto-common v0.2.2
2952026-06-09T04:01:59.167Z Downloaded aead v0.5.2
2962026-06-09T04:01:59.167Z Downloaded hostname v0.3.1
2972026-06-09T04:01:59.167Z Downloaded darling_macro v0.21.3
2982026-06-09T04:01:59.171Z Downloaded cmake v0.1.58
2992026-06-09T04:01:59.171Z Downloaded camino-tempfile v1.4.1
3002026-06-09T04:01:59.175Z Downloaded bytes v1.11.1
3012026-06-09T04:01:59.178Z Downloaded idna_adapter v1.2.2
3022026-06-09T04:01:59.178Z Downloaded atomicwrites v0.4.4
3032026-06-09T04:01:59.178Z Downloaded dtrace-parser v0.2.0
3042026-06-09T04:01:59.181Z Downloaded gethostname v0.5.0
3052026-06-09T04:01:59.181Z Downloaded foreign-types v0.5.0
3062026-06-09T04:01:59.185Z Downloaded defmt-parser v1.0.0
3072026-06-09T04:01:59.185Z Downloaded hybrid-array v0.4.12
3082026-06-09T04:01:59.189Z Downloaded embedded-io v0.6.1
3092026-06-09T04:01:59.189Z Downloaded is_ci v1.2.0
3102026-06-09T04:01:59.193Z Downloaded critical-section v1.2.0
3112026-06-09T04:01:59.193Z Downloaded inout v0.1.4
3122026-06-09T04:01:59.196Z Downloaded console v0.16.3
3132026-06-09T04:01:59.196Z Downloaded chacha20poly1305 v0.10.1
3142026-06-09T04:01:59.200Z Downloaded internet-checksum v0.2.1
3152026-06-09T04:01:59.200Z Downloaded chacha20 v0.9.1
3162026-06-09T04:01:59.204Z Downloaded argon2 v0.5.3
3172026-06-09T04:01:59.204Z Downloaded glob v0.3.3
3182026-06-09T04:01:59.208Z Downloaded foldhash v0.2.0
3192026-06-09T04:01:59.208Z Downloaded cargo_toml v0.22.3
3202026-06-09T04:01:59.213Z Downloaded async-compression v0.4.42
3212026-06-09T04:01:59.216Z Downloaded globset v0.4.18
3222026-06-09T04:01:59.216Z Downloaded getrandom v0.2.17
3232026-06-09T04:01:59.220Z Downloaded is_terminal_polyfill v1.70.2
3242026-06-09T04:01:59.220Z Downloaded ident_case v1.0.1
3252026-06-09T04:01:59.224Z Downloaded fs_extra v1.3.0
3262026-06-09T04:01:59.224Z Downloaded getrandom v0.3.4
3272026-06-09T04:01:59.227Z Downloaded icu_properties v2.2.0
3282026-06-09T04:01:59.231Z Downloaded highway v1.3.0
3292026-06-09T04:01:59.231Z Downloaded blake2 v0.10.6
3302026-06-09T04:01:59.234Z Downloaded futures-executor v0.3.32
3312026-06-09T04:01:59.234Z Downloaded fixedbitset v0.5.7
3322026-06-09T04:01:59.237Z Downloaded is-terminal v0.4.17
3332026-06-09T04:01:59.238Z Downloaded defmt-macros v1.1.0
3342026-06-09T04:01:59.241Z Downloaded humantime v2.3.0
3352026-06-09T04:01:59.247Z Downloaded hmac v0.12.1
3362026-06-09T04:01:59.247Z Downloaded derive-where v1.6.1
3372026-06-09T04:01:59.254Z Downloaded find-msvc-tools v0.1.9
3382026-06-09T04:01:59.254Z Downloaded data-encoding v2.11.0
3392026-06-09T04:01:59.254Z Downloaded iana-time-zone v0.1.65
3402026-06-09T04:01:59.258Z Downloaded ipnetwork v0.21.1
3412026-06-09T04:01:59.258Z Downloaded memoffset v0.9.1
3422026-06-09T04:01:59.258Z Downloaded memmap v0.7.0
3432026-06-09T04:01:59.261Z Downloaded newline-converter v0.3.0
3442026-06-09T04:01:59.261Z Downloaded httparse v1.10.1
3452026-06-09T04:01:59.270Z Downloaded half v2.7.1
3462026-06-09T04:01:59.273Z Downloaded base64 v0.21.7
3472026-06-09T04:01:59.273Z Downloaded icu_locale_core v2.2.0
3482026-06-09T04:01:59.273Z Downloaded linear-map v1.2.0
3492026-06-09T04:01:59.277Z Downloaded libsw v3.5.0
3502026-06-09T04:01:59.277Z Downloaded drift v0.2.0
3512026-06-09T04:01:59.284Z Downloaded num-derive v0.4.2
3522026-06-09T04:01:59.288Z Downloaded newtype_derive v0.1.6
3532026-06-09T04:01:59.288Z Downloaded hostname v0.4.2
3542026-06-09T04:01:59.288Z Downloaded hyper-util v0.1.20
3552026-06-09T04:01:59.304Z Downloaded indicatif v0.18.4
3562026-06-09T04:01:59.313Z Downloaded icu_collections v2.2.0
3572026-06-09T04:01:59.313Z Downloaded num_threads v0.1.7
3582026-06-09T04:01:59.313Z Downloaded lock_api v0.4.14
3592026-06-09T04:01:59.313Z Downloaded num_enum v0.7.6
3602026-06-09T04:01:59.313Z Downloaded hash32 v0.3.1
3612026-06-09T04:01:59.313Z Downloaded memmap2 v0.9.10
3622026-06-09T04:01:59.320Z Downloaded keccak v0.1.6
3632026-06-09T04:01:59.320Z Downloaded hickory-resolver v0.24.4
3642026-06-09T04:01:59.320Z Downloaded hashbrown v0.12.3
3652026-06-09T04:01:59.320Z Downloaded foreign-types-macros v0.2.3
3662026-06-09T04:01:59.328Z Downloaded errno v0.3.14
3672026-06-09T04:01:59.328Z Downloaded embedded-io v0.4.0
3682026-06-09T04:01:59.328Z Downloaded digest v0.10.7
3692026-06-09T04:01:59.328Z Downloaded opaque-debug v0.3.1
3702026-06-09T04:01:59.331Z Downloaded expectorate v1.2.0
3712026-06-09T04:01:59.331Z Downloaded num-rational v0.4.2
3722026-06-09T04:01:59.331Z Downloaded dof v0.3.0
3732026-06-09T04:01:59.331Z Downloaded icu_normalizer_data v2.2.0
3742026-06-09T04:01:59.335Z Downloaded num_enum v0.5.11
3752026-06-09T04:01:59.339Z Downloaded openssl-macros v0.1.1
3762026-06-09T04:01:59.339Z Downloaded oxide-tokio-rt v0.1.6
3772026-06-09T04:01:59.339Z Downloaded git-stub v1.0.0
3782026-06-09T04:01:59.342Z Downloaded plain v0.2.3
3792026-06-09T04:01:59.342Z Downloaded log v0.4.32
3802026-06-09T04:01:59.349Z Downloaded proc-macro-crate v1.3.1
3812026-06-09T04:01:59.349Z Downloaded fs-err v3.3.0
3822026-06-09T04:01:59.353Z Downloaded pem v3.0.6
3832026-06-09T04:01:59.353Z Downloaded lru-cache v0.1.2
3842026-06-09T04:01:59.353Z Downloaded jiff-static v0.2.28
3852026-06-09T04:01:59.353Z Downloaded num-traits v0.2.19
3862026-06-09T04:01:59.356Z Downloaded hashbrown v0.15.5
3872026-06-09T04:01:59.367Z Downloaded fastrand v2.4.1
3882026-06-09T04:01:59.367Z Downloaded clap_builder v4.6.0
3892026-06-09T04:01:59.376Z Downloaded indexmap v2.14.0
3902026-06-09T04:01:59.376Z Downloaded futures v0.3.32
3912026-06-09T04:01:59.376Z Downloaded async-stream v0.3.6
3922026-06-09T04:01:59.385Z Downloaded linked-hash-map v0.5.6
3932026-06-09T04:01:59.385Z Downloaded dyn-clone v1.0.20
3942026-06-09T04:01:59.385Z Downloaded derive-ex v0.1.8
3952026-06-09T04:01:59.385Z Downloaded parking_lot_core v0.8.6
3962026-06-09T04:01:59.385Z Downloaded diff v0.1.13
3972026-06-09T04:01:59.389Z Downloaded fxhash v0.2.1
3982026-06-09T04:01:59.389Z Downloaded fnv v1.0.7
3992026-06-09T04:01:59.389Z Downloaded pkg-config v0.3.33
4002026-06-09T04:01:59.389Z Downloaded futures-task v0.3.32
4012026-06-09T04:01:59.389Z Downloaded darling v0.23.0
4022026-06-09T04:01:59.393Z Downloaded quote v1.0.45
4032026-06-09T04:01:59.393Z Downloaded http v1.4.2
4042026-06-09T04:01:59.396Z Downloaded proc-macro-error-attr2 v2.0.0
4052026-06-09T04:01:59.396Z Downloaded proc-macro-crate v3.5.0
4062026-06-09T04:01:59.400Z Downloaded mio v1.2.1
4072026-06-09T04:01:59.403Z Downloaded ref-cast v1.0.25
4082026-06-09T04:01:59.403Z Downloaded postcard v1.1.3
4092026-06-09T04:01:59.417Z Downloaded hyper v1.10.1
4102026-06-09T04:01:59.420Z Downloaded progenitor-client v0.14.0
4112026-06-09T04:01:59.420Z Downloaded derive_more v0.99.20
4122026-06-09T04:01:59.420Z Downloaded match_cfg v0.1.0
4132026-06-09T04:01:59.420Z Downloaded icu_normalizer v2.2.0
4142026-06-09T04:01:59.420Z Downloaded progenitor-macro v0.14.0
4152026-06-09T04:01:59.420Z Downloaded form_urlencoded v1.2.2
4162026-06-09T04:01:59.420Z Downloaded newtype-uuid-macros v0.1.0
4172026-06-09T04:01:59.424Z Downloaded hashbrown v0.17.1
4182026-06-09T04:01:59.427Z Downloaded git-stub-vcs v0.1.0
4192026-06-09T04:01:59.427Z Downloaded proc-macro-error2 v2.0.1
4202026-06-09T04:01:59.432Z Downloaded openssl-probe v0.2.1
4212026-06-09T04:01:59.432Z Downloaded flate2 v1.1.9
4222026-06-09T04:01:59.436Z Downloaded proc-macro-error-attr v1.0.4
4232026-06-09T04:01:59.436Z Downloaded crucible-workspace-hack v0.1.0
4242026-06-09T04:01:59.439Z Downloaded proc-macro2 v1.0.106
4252026-06-09T04:01:59.439Z Downloaded parse-display v0.10.0
4262026-06-09T04:01:59.443Z Downloaded idna v1.1.0
4272026-06-09T04:01:59.443Z Downloaded darling_core v0.23.0
4282026-06-09T04:01:59.447Z Downloaded rustc_version v0.4.1
4292026-06-09T04:01:59.450Z Downloaded pretty-hex v0.4.2
4302026-06-09T04:01:59.450Z Downloaded phf_shared v0.12.1
4312026-06-09T04:01:59.454Z Downloaded num-conv v0.2.2
4322026-06-09T04:01:59.454Z Downloaded newtype-uuid v1.3.2
4332026-06-09T04:01:59.454Z Downloaded managed v0.8.0
4342026-06-09T04:01:59.457Z Downloaded hickory-resolver v0.25.2
4352026-06-09T04:01:59.457Z Downloaded percent-encoding v2.3.2
4362026-06-09T04:01:59.462Z Downloaded nom v7.1.3
4372026-06-09T04:01:59.471Z Downloaded resolv-conf v0.7.6
4382026-06-09T04:01:59.471Z Downloaded paste v1.0.15
4392026-06-09T04:01:59.471Z Downloaded num-complex v0.4.6
4402026-06-09T04:01:59.477Z Downloaded base16ct v1.0.0
4412026-06-09T04:01:59.477Z Downloaded num_enum_derive v0.5.11
4422026-06-09T04:01:59.477Z Downloaded progenitor-client v0.10.0
4432026-06-09T04:01:59.477Z Downloaded same-file v1.0.6
4442026-06-09T04:01:59.477Z Downloaded clap_lex v1.1.0
4452026-06-09T04:01:59.477Z Downloaded icu_properties_data v2.2.0
4462026-06-09T04:01:59.484Z Downloaded rand_xorshift v0.4.0
4472026-06-09T04:01:59.484Z Downloaded scroll_derive v0.12.1
4482026-06-09T04:01:59.488Z Downloaded powerfmt v0.2.0
4492026-06-09T04:01:59.488Z Downloaded quick-error v1.2.3
4502026-06-09T04:01:59.488Z Downloaded poly1305 v0.8.0
4512026-06-09T04:01:59.488Z Downloaded rustls-native-certs v0.8.4
4522026-06-09T04:01:59.488Z Downloaded once_cell v1.21.4
4532026-06-09T04:01:59.492Z Downloaded compression-core v0.4.32
4542026-06-09T04:01:59.492Z Downloaded daft v0.1.7
4552026-06-09T04:01:59.492Z Downloaded iddqd v0.4.2
4562026-06-09T04:01:59.499Z Downloaded scopeguard v1.2.0
4572026-06-09T04:01:59.502Z Downloaded num_enum_derive v0.7.6
4582026-06-09T04:01:59.502Z Downloaded hubpack v0.1.2
4592026-06-09T04:01:59.502Z Downloaded anyhow v1.0.102
4602026-06-09T04:01:59.506Z Downloaded proc-macro-error v1.0.4
4612026-06-09T04:01:59.509Z Downloaded serde-big-array v0.5.1
4622026-06-09T04:01:59.509Z Downloaded ref-cast-impl v1.0.25
4632026-06-09T04:01:59.509Z Downloaded cfg_aliases v0.2.1
4642026-06-09T04:01:59.512Z Downloaded prettyplease v0.2.37
4652026-06-09T04:01:59.513Z Downloaded semver v0.1.20
4662026-06-09T04:01:59.516Z Downloaded rustls-pemfile v2.2.0
4672026-06-09T04:01:59.516Z Downloaded ppv-lite86 v0.2.21
4682026-06-09T04:01:59.519Z Downloaded cancel-safe-futures v0.1.5
4692026-06-09T04:01:59.519Z Downloaded rand_core v0.9.5
4702026-06-09T04:01:59.527Z Downloaded scroll_derive v0.13.1
4712026-06-09T04:01:59.527Z Downloaded rand_core v0.6.4
4722026-06-09T04:01:59.527Z Downloaded libscf-sys v1.2.0
4732026-06-09T04:01:59.534Z Downloaded serde_spanned v0.6.9
4742026-06-09T04:01:59.535Z Downloaded progenitor v0.14.0
4752026-06-09T04:01:59.535Z Downloaded progenitor v0.10.0
4762026-06-09T04:01:59.535Z Downloaded parking_lot v0.12.5
4772026-06-09T04:01:59.535Z Downloaded pretty_assertions v1.4.1
4782026-06-09T04:01:59.535Z Downloaded phf v0.12.1
4792026-06-09T04:01:59.541Z Downloaded scroll v0.12.0
4802026-06-09T04:01:59.541Z Downloaded schemars_derive v0.8.22
4812026-06-09T04:01:59.541Z Downloaded const-random-macro v0.1.16
4822026-06-09T04:01:59.541Z Downloaded scroll v0.13.0
4832026-06-09T04:01:59.541Z Downloaded pin-project-lite v0.2.17
4842026-06-09T04:01:59.546Z Downloaded quinn-udp v0.5.14
4852026-06-09T04:01:59.546Z Downloaded indent_write v2.2.0
4862026-06-09T04:01:59.546Z Downloaded crunchy v0.2.4
4872026-06-09T04:01:59.546Z Downloaded parking_lot v0.11.2
4882026-06-09T04:01:59.549Z Downloaded lru-slab v0.1.2
4892026-06-09T04:01:59.549Z Downloaded ingot v0.1.1
4902026-06-09T04:01:59.549Z Downloaded anstyle-parse v1.0.0
4912026-06-09T04:01:59.549Z Downloaded cobs v0.3.0
4922026-06-09T04:01:59.553Z Downloaded serde_path_to_error v0.1.20
4932026-06-09T04:01:59.554Z Downloaded crossbeam-deque v0.8.6
4942026-06-09T04:01:59.554Z Downloaded slog-bunyan v2.5.0
4952026-06-09T04:01:59.558Z Downloaded rand_chacha v0.9.0
4962026-06-09T04:01:59.558Z Downloaded olpc-cjson v0.1.4
4972026-06-09T04:01:59.558Z Downloaded minimal-lexical v0.2.1
4982026-06-09T04:01:59.564Z Downloaded siphasher v1.0.3
4992026-06-09T04:01:59.564Z Downloaded papergrid v0.11.0
5002026-06-09T04:01:59.567Z Downloaded mime v0.3.17
5012026-06-09T04:01:59.567Z Downloaded http-body v1.0.1
5022026-06-09T04:01:59.567Z Downloaded byte-wrapper v0.1.0
5032026-06-09T04:01:59.567Z Downloaded pin-project v1.1.13
5042026-06-09T04:01:59.575Z Downloaded progenitor-impl v0.14.0
5052026-06-09T04:01:59.580Z Downloaded ingot-types v0.1.2
5062026-06-09T04:01:59.580Z Downloaded colored v3.1.1
5072026-06-09T04:01:59.580Z Downloaded jobserver v0.1.34
5082026-06-09T04:01:59.583Z Downloaded serial_test_derive v3.5.0
5092026-06-09T04:01:59.583Z Downloaded serde_spanned v1.1.1
5102026-06-09T04:01:59.583Z Downloaded ryu v1.0.23
5112026-06-09T04:01:59.587Z Downloaded signal-hook-registry v1.4.8
5122026-06-09T04:01:59.587Z Downloaded sigpipe v0.1.3
5132026-06-09T04:01:59.587Z Downloaded libm v0.2.16
5142026-06-09T04:01:59.595Z Downloaded strsim v0.11.1
5152026-06-09T04:01:59.600Z Downloaded sha2 v0.10.9
5162026-06-09T04:01:59.600Z Downloaded itoa v1.0.18
5172026-06-09T04:01:59.600Z Downloaded serde_tokenstream v0.2.3
5182026-06-09T04:01:59.600Z Downloaded libsw-core v0.3.2
5192026-06-09T04:01:59.604Z Downloaded rustls-platform-verifier v0.7.0
5202026-06-09T04:01:59.605Z Downloaded sha1 v0.11.0
5212026-06-09T04:01:59.605Z Downloaded pest_meta v2.8.6
5222026-06-09T04:01:59.608Z Downloaded allocator-api2 v0.2.21
5232026-06-09T04:01:59.608Z Downloaded serde_urlencoded v0.7.1
5242026-06-09T04:01:59.608Z Downloaded secrecy v0.10.3
5252026-06-09T04:01:59.611Z Downloaded serde_derive_internals v0.29.1
5262026-06-09T04:01:59.612Z Downloaded rustc_version v0.1.7
5272026-06-09T04:01:59.612Z Downloaded pin-project-internal v1.1.13
5282026-06-09T04:01:59.615Z Downloaded strum v0.26.3
5292026-06-09T04:01:59.615Z Downloaded simd-adler32 v0.3.9
5302026-06-09T04:01:59.615Z Downloaded progenitor-extras v0.2.0
5312026-06-09T04:01:59.615Z Downloaded owo-colors v4.3.0
5322026-06-09T04:01:59.618Z Downloaded multer v3.1.0
5332026-06-09T04:01:59.618Z Downloaded potential_utf v0.1.5
5342026-06-09T04:01:59.625Z Downloaded num-integer v0.1.46
5352026-06-09T04:01:59.625Z Downloaded num v0.4.3
5362026-06-09T04:01:59.626Z Downloaded rhai_codegen v3.2.0
5372026-06-09T04:01:59.632Z Downloaded rand_chacha v0.3.1
5382026-06-09T04:01:59.632Z Downloaded parking_lot_core v0.9.12
5392026-06-09T04:01:59.632Z Downloaded swrite v0.1.0
5402026-06-09T04:01:59.645Z Downloaded macaddr v1.0.1
5412026-06-09T04:01:59.645Z Downloaded structmeta-derive v0.3.0
5422026-06-09T04:01:59.645Z Downloaded progenitor-macro v0.13.0
5432026-06-09T04:01:59.645Z Downloaded konst_macro_rules v0.2.19
5442026-06-09T04:01:59.645Z Downloaded bit-vec v0.8.0
5452026-06-09T04:01:59.645Z Downloaded bs58 v0.5.1
5462026-06-09T04:01:59.677Z Downloaded static_assertions v1.1.0
5472026-06-09T04:01:59.677Z Downloaded thread-id v5.1.0
5482026-06-09T04:01:59.677Z Downloaded progenitor-impl v0.13.0
5492026-06-09T04:01:59.677Z Downloaded rusty-fork v0.3.1
5502026-06-09T04:01:59.677Z Downloaded omicron-workspace-hack v0.1.0
5512026-06-09T04:01:59.677Z Downloaded no-std-compat v0.4.1
5522026-06-09T04:01:59.677Z Downloaded testing_table v0.3.0
5532026-06-09T04:01:59.677Z Downloaded smartstring v1.0.1
5542026-06-09T04:01:59.677Z Downloaded slog-stdlog v4.1.1
5552026-06-09T04:01:59.677Z Downloaded progenitor-macro v0.10.0
5562026-06-09T04:01:59.677Z Downloaded bitflags v2.12.1
5572026-06-09T04:01:59.677Z Downloaded tabled_derive v0.7.0
5582026-06-09T04:01:59.677Z Downloaded synstructure v0.13.2
5592026-06-09T04:01:59.677Z Downloaded strum v0.27.2
5602026-06-09T04:01:59.677Z Downloaded take_mut v0.2.2
5612026-06-09T04:01:59.677Z Downloaded sync_wrapper v1.0.2
5622026-06-09T04:01:59.677Z Downloaded tagptr v0.2.0
5632026-06-09T04:01:59.677Z Downloaded subtle v2.6.1
5642026-06-09T04:01:59.677Z Downloaded supports-color v3.0.2
5652026-06-09T04:01:59.678Z Downloaded stable_deref_trait v1.2.1
5662026-06-09T04:01:59.678Z Downloaded sha1 v0.10.6
5672026-06-09T04:01:59.678Z Downloaded thread-id v4.2.2
5682026-06-09T04:01:59.678Z Downloaded structmeta v0.3.0
5692026-06-09T04:01:59.678Z Downloaded smallvec v1.15.1
5702026-06-09T04:01:59.678Z Downloaded slog-scope v4.4.1
5712026-06-09T04:01:59.678Z Downloaded rayon-core v1.13.0
5722026-06-09T04:01:59.698Z Downloaded h2 v0.4.14
5732026-06-09T04:01:59.698Z Downloaded semver v1.0.28
5742026-06-09T04:01:59.698Z Downloaded terminal_size v0.4.4
5752026-06-09T04:01:59.698Z Downloaded strum_macros v0.27.2
5762026-06-09T04:01:59.698Z Downloaded futures-util v0.3.32
5772026-06-09T04:01:59.698Z Downloaded tokio-macros v2.7.0
5782026-06-09T04:01:59.698Z Downloaded termtree v0.5.1
5792026-06-09T04:01:59.705Z Downloaded serde_plain v1.0.2
5802026-06-09T04:01:59.705Z Downloaded qorb v0.4.1
5812026-06-09T04:01:59.705Z Downloaded thiserror-impl-no-std v2.0.2
5822026-06-09T04:01:59.705Z Downloaded rustc-hash v2.1.2
5832026-06-09T04:01:59.705Z Downloaded dropshot-api-manager v0.7.2
5842026-06-09T04:01:59.705Z Downloaded rustversion v1.0.22
5852026-06-09T04:01:59.705Z Downloaded natord v1.0.9
5862026-06-09T04:01:59.705Z Downloaded slog-envlogger v2.2.0
5872026-06-09T04:01:59.705Z Downloaded oxnet v0.1.6
5882026-06-09T04:01:59.705Z Downloaded crossbeam-channel v0.5.15
5892026-06-09T04:01:59.705Z Downloaded toml_datetime v0.6.11
5902026-06-09T04:01:59.705Z Downloaded tinyvec_macros v0.1.1
5912026-06-09T04:01:59.705Z Downloaded lazy_static v1.5.0
5922026-06-09T04:01:59.705Z Downloaded futures-core v0.3.32
5932026-06-09T04:01:59.709Z Downloaded password-hash v0.5.0
5942026-06-09T04:01:59.709Z Downloaded slog-term v2.9.2
5952026-06-09T04:01:59.709Z Downloaded snafu-derive v0.8.9
5962026-06-09T04:01:59.709Z Downloaded slog-json v2.6.1
5972026-06-09T04:01:59.709Z Downloaded parse-display-derive v0.10.0
5982026-06-09T04:01:59.709Z Downloaded const_format v0.2.36
5992026-06-09T04:01:59.712Z Downloaded thiserror-no-std v2.0.2
6002026-06-09T04:01:59.715Z Downloaded thiserror v1.0.69
6012026-06-09T04:01:59.720Z Downloaded try-lock v0.2.5
6022026-06-09T04:01:59.720Z Downloaded tabled_derive v0.11.0
6032026-06-09T04:01:59.720Z Downloaded strum_macros v0.26.4
6042026-06-09T04:01:59.720Z Downloaded tiny-keccak v2.0.2
6052026-06-09T04:01:59.726Z Downloaded serde_repr v0.1.20
6062026-06-09T04:01:59.726Z Downloaded pest v2.8.6
6072026-06-09T04:01:59.730Z Downloaded time-macros v0.2.27
6082026-06-09T04:01:59.730Z Downloaded smf v0.2.3
6092026-06-09T04:01:59.730Z Downloaded const-oid v0.10.2
6102026-06-09T04:01:59.730Z Downloaded base64 v0.22.1
6112026-06-09T04:01:59.733Z Downloaded smawk v0.3.2
6122026-06-09T04:01:59.733Z Downloaded thiserror v2.0.18
6132026-06-09T04:01:59.736Z Downloaded tower-layer v0.3.3
6142026-06-09T04:01:59.736Z Downloaded schemars v1.2.1
6152026-06-09T04:01:59.743Z Downloaded unarray v0.1.4
6162026-06-09T04:01:59.750Z Downloaded tokio-tungstenite v0.21.0
6172026-06-09T04:01:59.750Z Downloaded rand v0.9.4
6182026-06-09T04:01:59.754Z Downloaded term v1.2.1
6192026-06-09T04:01:59.754Z Downloaded pest_generator v2.8.6
6202026-06-09T04:01:59.754Z Downloaded progenitor-client v0.13.0
6212026-06-09T04:01:59.754Z Downloaded litemap v0.8.2
6222026-06-09T04:01:59.754Z Downloaded tokio-dtrace v0.1.1
6232026-06-09T04:01:59.759Z Downloaded typeid v1.0.3
6242026-06-09T04:01:59.759Z Downloaded typify-macro v0.4.3
6252026-06-09T04:01:59.759Z Downloaded shlex v2.0.1
6262026-06-09T04:01:59.759Z Downloaded rustls-pki-types v1.14.1
6272026-06-09T04:01:59.759Z Downloaded typify-macro v0.6.2
6282026-06-09T04:01:59.763Z Downloaded progenitor v0.13.0
6292026-06-09T04:01:59.763Z Downloaded const-random v0.1.18
6302026-06-09T04:01:59.763Z Downloaded dof v0.4.0
6312026-06-09T04:01:59.763Z Downloaded num-iter v0.1.45
6322026-06-09T04:01:59.763Z Downloaded fixedbitset v0.4.2
6332026-06-09T04:01:59.763Z Downloaded schemars v0.9.0
6342026-06-09T04:01:59.768Z Downloaded toml_write v0.1.2
6352026-06-09T04:01:59.772Z Downloaded time-core v0.1.8
6362026-06-09T04:01:59.772Z Downloaded serde_core v1.0.228
6372026-06-09T04:01:59.776Z Downloaded test-strategy v0.4.5
6382026-06-09T04:01:59.776Z Downloaded utf8_iter v1.0.4
6392026-06-09T04:01:59.776Z Downloaded utf8parse v0.2.2
6402026-06-09T04:01:59.779Z Downloaded spin v0.5.2
6412026-06-09T04:01:59.779Z Downloaded hkdf v0.12.4
6422026-06-09T04:01:59.779Z Downloaded dropshot_endpoint v0.17.1
6432026-06-09T04:01:59.782Z Downloaded thiserror-impl v2.0.18
6442026-06-09T04:01:59.782Z Downloaded crypto-bigint v0.5.5
6452026-06-09T04:01:59.786Z Downloaded tower-service v0.3.3
6462026-06-09T04:01:59.786Z Downloaded heapless v0.8.0
6472026-06-09T04:01:59.789Z Downloaded usdt-macro v0.5.0
6482026-06-09T04:01:59.789Z Downloaded usdt v0.6.0
6492026-06-09T04:01:59.789Z Downloaded tabwriter v1.4.1
6502026-06-09T04:01:59.789Z Downloaded usdt-attr-macro v0.6.0
6512026-06-09T04:01:59.789Z Downloaded thread_local v1.1.9
6522026-06-09T04:01:59.793Z Downloaded futures-io v0.3.32
6532026-06-09T04:01:59.793Z Downloaded foreign-types-shared v0.3.1
6542026-06-09T04:01:59.793Z Downloaded indexmap v1.9.3
6552026-06-09T04:01:59.796Z Downloaded want v0.3.1
6562026-06-09T04:01:59.796Z Downloaded untrusted v0.7.1
6572026-06-09T04:01:59.796Z Downloaded elliptic-curve v0.13.8
6582026-06-09T04:01:59.799Z Downloaded toml_datetime v0.7.5+spec-1.1.0
6592026-06-09T04:01:59.799Z Downloaded serde_yaml v0.9.34+deprecated
6602026-06-09T04:01:59.802Z Downloaded waitgroup v0.1.2
6612026-06-09T04:01:59.802Z Downloaded usdt v0.5.0
6622026-06-09T04:01:59.802Z Downloaded pest_derive v2.8.6
6632026-06-09T04:01:59.802Z Downloaded darling v0.21.3
6642026-06-09T04:01:59.806Z Downloaded toml_writer v1.1.1+spec-1.1.0
6652026-06-09T04:01:59.809Z Downloaded toml_datetime v1.1.1+spec-1.1.0
6662026-06-09T04:01:59.809Z Downloaded slog-async v2.8.0
6672026-06-09T04:01:59.809Z Downloaded wait-timeout v0.2.1
6682026-06-09T04:01:59.809Z Downloaded universal-hash v0.5.1
6692026-06-09T04:01:59.812Z Downloaded usdt-macro v0.6.0
6702026-06-09T04:01:59.812Z Downloaded unicode-xid v0.2.6
6712026-06-09T04:01:59.812Z Downloaded usdt-attr-macro v0.5.0
6722026-06-09T04:01:59.812Z Downloaded tokio-stream v0.1.18
6732026-06-09T04:01:59.816Z Downloaded textwrap v0.16.2
6742026-06-09T04:01:59.816Z Downloaded slab v0.4.12
6752026-06-09T04:01:59.820Z Downloaded getrandom v0.4.2
6762026-06-09T04:01:59.820Z Downloaded slog v2.8.2
6772026-06-09T04:01:59.823Z Downloaded futures-channel v0.3.32
6782026-06-09T04:01:59.823Z Downloaded usdt-impl v0.5.0
6792026-06-09T04:01:59.823Z Downloaded untrusted v0.9.0
6802026-06-09T04:01:59.827Z Downloaded ipnet v2.12.0
6812026-06-09T04:01:59.827Z Downloaded ingot-macros v0.1.1
6822026-06-09T04:01:59.827Z Downloaded zerofrom v0.1.8
6832026-06-09T04:01:59.827Z Downloaded icu_provider v2.2.0
6842026-06-09T04:01:59.831Z Downloaded utf-8 v0.7.6
6852026-06-09T04:01:59.831Z Downloaded rand_core v0.10.1
6862026-06-09T04:01:59.831Z Downloaded dropshot-api-manager-types v0.7.2
6872026-06-09T04:01:59.831Z Downloaded displaydoc v0.2.6
6882026-06-09T04:01:59.834Z Downloaded digest v0.11.3
6892026-06-09T04:01:59.834Z Downloaded either v1.16.0
6902026-06-09T04:01:59.834Z Downloaded chacha20 v0.10.0
6912026-06-09T04:01:59.837Z Downloaded bytecount v0.6.9
6922026-06-09T04:01:59.838Z Downloaded tempfile v3.27.0
6932026-06-09T04:01:59.838Z Downloaded zeroize_derive v1.4.3
6942026-06-09T04:01:59.841Z Downloaded yoke-derive v0.8.2
6952026-06-09T04:01:59.841Z Downloaded bcs v0.1.6
6962026-06-09T04:01:59.841Z Downloaded async-recursion v1.1.1
6972026-06-09T04:01:59.844Z Downloaded erased-serde v0.3.31
6982026-06-09T04:01:59.844Z Downloaded equivalent v1.0.2
6992026-06-09T04:01:59.844Z Downloaded tinystr v0.8.3
7002026-06-09T04:01:59.847Z Downloaded csv-core v0.1.13
7012026-06-09T04:01:59.848Z Downloaded cpufeatures v0.3.0
7022026-06-09T04:01:59.848Z Downloaded anstyle v1.0.14
7032026-06-09T04:01:59.848Z Downloaded instant v0.1.13
7042026-06-09T04:01:59.851Z Downloaded serde_with_macros v3.20.0
7052026-06-09T04:01:59.851Z Downloaded socket2 v0.6.4
7062026-06-09T04:01:59.851Z Downloaded group v0.13.0
7072026-06-09T04:01:59.855Z Downloaded defmt v1.1.0
7082026-06-09T04:01:59.855Z Downloaded zone v0.3.1
7092026-06-09T04:01:59.855Z Downloaded vsss-rs v3.3.4
7102026-06-09T04:01:59.858Z Downloaded zone_cfg_derive v0.3.1
7112026-06-09T04:01:59.858Z Downloaded crossbeam-utils v0.8.21
7122026-06-09T04:01:59.861Z Downloaded zerofrom-derive v0.1.7
7132026-06-09T04:01:59.861Z Downloaded ciborium-ll v0.2.2
7142026-06-09T04:01:59.861Z Downloaded foldhash v0.1.5
7152026-06-09T04:01:59.861Z Downloaded tinyvec v1.11.0
7162026-06-09T04:01:59.865Z Downloaded defmt v0.3.100
7172026-06-09T04:01:59.865Z Downloaded camino v1.2.2
7182026-06-09T04:01:59.866Z Downloaded enum-as-inner v0.6.1
7192026-06-09T04:01:59.866Z Downloaded toml v0.8.23
7202026-06-09T04:01:59.869Z Downloaded tokio-rustls v0.26.4
7212026-06-09T04:01:59.869Z Downloaded goblin v0.8.2
7222026-06-09T04:01:59.873Z Downloaded toml_parser v1.1.2+spec-1.1.0
7232026-06-09T04:01:59.873Z Downloaded thiserror-impl v1.0.69
7242026-06-09T04:01:59.873Z Downloaded spin v0.9.8
7252026-06-09T04:01:59.876Z Downloaded unit-prefix v0.5.2
7262026-06-09T04:01:59.877Z Downloaded slog-dtrace v0.3.0
7272026-06-09T04:01:59.877Z Downloaded version_check v0.9.5
7282026-06-09T04:01:59.877Z Downloaded xz2 v0.1.7
7292026-06-09T04:01:59.880Z Downloaded moka v0.12.15
7302026-06-09T04:01:59.885Z Downloaded memchr v2.8.1
7312026-06-09T04:01:59.888Z Downloaded snafu v0.8.9
7322026-06-09T04:01:59.888Z Downloaded dtrace-parser v0.3.0
7332026-06-09T04:01:59.889Z Downloaded crypto-common v0.1.7
7342026-06-09T04:01:59.889Z Downloaded bitflags v1.3.2
7352026-06-09T04:01:59.892Z Downloaded atomic-waker v1.1.2
7362026-06-09T04:01:59.892Z Downloaded darling_macro v0.23.0
7372026-06-09T04:01:59.892Z Downloaded float-ord v0.3.2
7382026-06-09T04:01:59.892Z Downloaded ciborium-io v0.2.2
7392026-06-09T04:01:59.895Z Downloaded rand v0.8.6
7402026-06-09T04:01:59.895Z Downloaded adler2 v2.0.1
7412026-06-09T04:01:59.899Z Downloaded zeroize v1.8.2
7422026-06-09T04:01:59.903Z Downloaded zmij v1.0.21
7432026-06-09T04:01:59.903Z Downloaded zerovec-derive v0.11.3
7442026-06-09T04:01:59.906Z Downloaded tungstenite v0.21.0
7452026-06-09T04:01:59.906Z Downloaded schemars v0.8.22
7462026-06-09T04:01:59.911Z Downloaded writeable v0.6.3
7472026-06-09T04:01:59.915Z Downloaded tracing-attributes v0.1.31
7482026-06-09T04:01:59.915Z Downloaded ucd-trie v0.1.7
7492026-06-09T04:01:59.918Z Downloaded toml v1.1.2+spec-1.1.0
7502026-06-09T04:01:59.918Z Downloaded typify v0.6.2
7512026-06-09T04:01:59.922Z Downloaded thin-vec v0.2.18
7522026-06-09T04:01:59.926Z Downloaded similar v2.7.0
7532026-06-09T04:01:59.926Z Downloaded walkdir v2.5.0
7542026-06-09T04:01:59.926Z Downloaded typify v0.4.3
7552026-06-09T04:01:59.929Z Downloaded tracing-core v0.1.36
7562026-06-09T04:01:59.932Z Downloaded miniz_oxide v0.8.9
7572026-06-09T04:01:59.932Z Downloaded toml_edit v0.22.27
7582026-06-09T04:01:59.936Z Downloaded konst v0.2.20
7592026-06-09T04:01:59.940Z Downloaded zerocopy-derive v0.7.35
7602026-06-09T04:01:59.943Z Downloaded serde_derive v1.0.228
7612026-06-09T04:01:59.947Z Downloaded serde v1.0.228
7622026-06-09T04:01:59.953Z Downloaded uuid v1.23.2
7632026-06-09T04:01:59.956Z Downloaded steno v0.4.1
7642026-06-09T04:01:59.965Z Downloaded whoami v1.6.1
7652026-06-09T04:01:59.968Z Downloaded toml v0.9.12+spec-1.1.0
7662026-06-09T04:01:59.973Z Downloaded unicode-linebreak v0.1.5
7672026-06-09T04:01:59.973Z Downloaded unicode-ident v1.0.24
7682026-06-09T04:01:59.973Z Downloaded papergrid v0.18.0
7692026-06-09T04:01:59.976Z Downloaded openssl-sys v0.9.116
7702026-06-09T04:01:59.979Z Downloaded toml_edit v0.19.15
7712026-06-09T04:01:59.988Z Downloaded yoke v0.8.3
7722026-06-09T04:01:59.991Z Downloaded quinn v0.11.9
7732026-06-09T04:01:59.995Z Downloaded toml_edit v0.25.12+spec-1.1.0
7742026-06-09T04:01:59.998Z Downloaded itertools v0.12.1
7752026-06-09T04:02:00.002Z Downloaded unsafe-libyaml v0.2.11
7762026-06-09T04:02:00.016Z Downloaded serial_test v3.5.0
7772026-06-09T04:02:00.019Z Downloaded rand v0.10.1
7782026-06-09T04:02:00.019Z Downloaded rustls-webpki v0.103.13
7792026-06-09T04:02:00.030Z Downloaded yansi v1.0.1
7802026-06-09T04:02:00.034Z Downloaded aho-corasick v1.1.4
7812026-06-09T04:02:00.037Z Downloaded typenum v1.20.1
7822026-06-09T04:02:00.040Z Downloaded url v2.5.8
7832026-06-09T04:02:00.043Z Downloaded proptest v1.11.0
7842026-06-09T04:02:00.048Z Downloaded unicode-segmentation v1.13.3
7852026-06-09T04:02:00.051Z Downloaded reqwest v0.12.28
7862026-06-09T04:02:00.055Z Downloaded portable-atomic v1.13.1
7872026-06-09T04:02:00.066Z Downloaded zerotrie v0.2.4
7882026-06-09T04:02:00.071Z Downloaded zerocopy-derive v0.8.50
7892026-06-09T04:02:00.076Z Downloaded hickory-proto v0.24.4
7902026-06-09T04:02:00.083Z Downloaded typed-path v0.9.3
7912026-06-09T04:02:00.086Z Downloaded itertools v0.14.0
7922026-06-09T04:02:00.089Z Downloaded tower v0.5.3
7932026-06-09T04:02:00.094Z Downloaded serde_json v1.0.150
7942026-06-09T04:02:00.098Z Downloaded nom v8.0.0
7952026-06-09T04:02:00.123Z Downloaded dropshot v0.17.1
7962026-06-09T04:02:00.133Z Downloaded tokio-util v0.7.18
7972026-06-09T04:02:00.138Z Downloaded ron v0.12.1
7982026-06-09T04:02:00.138Z Downloaded reqwest v0.13.4
7992026-06-09T04:02:00.145Z Downloaded tough v0.22.0
8002026-06-09T04:02:00.148Z Downloaded aws-lc-rs v1.17.0
8012026-06-09T04:02:00.156Z Downloaded usdt-impl v0.6.0
8022026-06-09T04:02:00.157Z Downloaded regex v1.12.3
8032026-06-09T04:02:00.163Z Downloaded hickory-proto v0.25.2
8042026-06-09T04:02:00.171Z Downloaded unicode-normalization v0.1.25
8052026-06-09T04:02:00.171Z Downloaded openssl v0.10.80
8062026-06-09T04:02:00.175Z Downloaded zerovec v0.11.6
8072026-06-09T04:02:00.175Z Downloaded quinn-proto v0.11.14
8082026-06-09T04:02:00.181Z Downloaded goblin v0.10.7
8092026-06-09T04:02:00.181Z Downloaded progenitor-impl v0.10.0
8102026-06-09T04:02:00.194Z Downloaded tower-http v0.6.11
8112026-06-09T04:02:00.208Z Downloaded winnow v0.5.40
8122026-06-09T04:02:00.208Z Downloaded rayon v1.12.0
8132026-06-09T04:02:00.217Z Downloaded serde_with v3.20.0
8142026-06-09T04:02:00.217Z Downloaded winnow v1.0.3
8152026-06-09T04:02:00.221Z Downloaded zerocopy v0.7.35
8162026-06-09T04:02:00.229Z Downloaded webpki-roots v1.0.7
8172026-06-09T04:02:00.229Z Downloaded time v0.3.47
8182026-06-09T04:02:00.233Z Downloaded syn v1.0.109
8192026-06-09T04:02:00.237Z Downloaded nix v0.31.3
8202026-06-09T04:02:00.244Z Downloaded tabled v0.15.0
8212026-06-09T04:02:00.249Z Downloaded winnow v0.7.15
8222026-06-09T04:02:00.258Z Downloaded syn v2.0.117
8232026-06-09T04:02:00.265Z Downloaded rustls v0.23.40
8242026-06-09T04:02:00.274Z Downloaded regress v0.10.5
8252026-06-09T04:02:00.274Z Downloaded tabled v0.21.0
8262026-06-09T04:02:00.285Z Downloaded rustix v0.38.44
8272026-06-09T04:02:00.303Z Downloaded rhai v1.25.1
8282026-06-09T04:02:00.341Z Downloaded vcpkg v0.2.15
8292026-06-09T04:02:00.393Z Downloaded regex-syntax v0.8.10
8302026-06-09T04:02:00.398Z Downloaded bstr v1.12.1
8312026-06-09T04:02:00.398Z Downloaded smoltcp v0.11.0
8322026-06-09T04:02:00.398Z Downloaded unicode-width v0.2.2
8332026-06-09T04:02:00.398Z Downloaded unicode-width v0.1.14
8342026-06-09T04:02:00.398Z Downloaded zerocopy v0.8.50
8352026-06-09T04:02:00.412Z Downloaded sha3 v0.10.9
8362026-06-09T04:02:00.418Z Downloaded regress v0.11.1
8372026-06-09T04:02:00.418Z Downloaded openapiv3 v2.2.0
8382026-06-09T04:02:00.418Z Downloaded tokio v1.52.3
8392026-06-09T04:02:00.444Z Downloaded encoding_rs v0.8.35
8402026-06-09T04:02:00.464Z Downloaded rustix v1.1.4
8412026-06-09T04:02:00.538Z Downloaded sled v0.34.7
8422026-06-09T04:02:00.544Z Downloaded typify-impl v0.6.2
8432026-06-09T04:02:00.553Z Downloaded typify-impl v0.4.3
8442026-06-09T04:02:00.559Z Downloaded tracing v0.1.44
8452026-06-09T04:02:00.571Z Downloaded regex-automata v0.4.14
8462026-06-09T04:02:00.579Z Downloaded jiff v0.2.28
8472026-06-09T04:02:00.590Z Downloaded lzma-sys v0.1.20
8482026-06-09T04:02:00.604Z Downloaded libc v0.2.186
8492026-06-09T04:02:00.622Z Downloaded chrono-tz v0.10.4
8502026-06-09T04:02:00.638Z Downloaded petgraph v0.6.5
8512026-06-09T04:02:00.658Z Downloaded petgraph v0.8.3
8522026-06-09T04:02:00.670Z Downloaded csv v1.4.0
8532026-06-09T04:02:00.746Z Downloaded ring v0.17.14
8542026-06-09T04:02:01.221Z Downloaded aws-lc-sys v0.41.0
8552026-06-09T04:02:01.771Z Compiling proc-macro2 v1.0.106
8562026-06-09T04:02:01.771Z Compiling quote v1.0.45
8572026-06-09T04:02:01.771Z Compiling unicode-ident v1.0.24
8582026-06-09T04:02:01.771Z Compiling serde_core v1.0.228
8592026-06-09T04:02:01.771Z Compiling serde v1.0.228
8602026-06-09T04:02:01.771Z Compiling libc v0.2.186
8612026-06-09T04:02:01.775Z Compiling zmij v1.0.21
8622026-06-09T04:02:01.776Z Compiling autocfg v1.5.1
8632026-06-09T04:02:02.122Z Compiling libm v0.2.16
8642026-06-09T04:02:02.448Z Compiling icu_normalizer_data v2.2.0
8652026-06-09T04:02:02.466Z Compiling icu_properties_data v2.2.0
8662026-06-09T04:02:02.498Z Compiling serde_json v1.0.150
8672026-06-09T04:02:02.568Z Compiling num-traits v0.2.19
8682026-06-09T04:02:02.582Z Compiling getrandom v0.4.2
8692026-06-09T04:02:02.787Z Compiling version_check v0.9.5
8702026-06-09T04:02:02.953Z Compiling thiserror v2.0.18
8712026-06-09T04:02:03.179Z Compiling memchr v2.8.1
8722026-06-09T04:02:03.273Z Compiling syn v2.0.117
8732026-06-09T04:02:03.382Z Compiling schemars v0.8.22
8742026-06-09T04:02:03.405Z Checking cfg-if v1.0.4
8752026-06-09T04:02:03.491Z Compiling parking_lot_core v0.9.12
8762026-06-09T04:02:03.692Z Compiling heck v0.5.0
8772026-06-09T04:02:03.718Z Compiling zerocopy v0.8.50
8782026-06-09T04:02:03.804Z Compiling portable-atomic v1.13.1
8792026-06-09T04:02:03.823Z Compiling rustversion v1.0.22
8802026-06-09T04:02:03.900Z Compiling itoa v1.0.18
8812026-06-09T04:02:04.097Z Compiling jobserver v0.1.34
8822026-06-09T04:02:04.209Z Compiling shlex v2.0.1
8832026-06-09T04:02:04.337Z Compiling find-msvc-tools v0.1.9
8842026-06-09T04:02:04.518Z Compiling cc v1.2.63
8852026-06-09T04:02:04.784Z Compiling dunce v1.0.5
8862026-06-09T04:02:04.880Z Compiling fs_extra v1.3.0
8872026-06-09T04:02:04.895Z Compiling semver v1.0.28
8882026-06-09T04:02:04.905Z Compiling log v0.4.32
8892026-06-09T04:02:04.905Z Compiling httparse v1.10.1
8902026-06-09T04:02:05.028Z Compiling slog v2.8.2
8912026-06-09T04:02:05.191Z Compiling rustix v1.1.4
8922026-06-09T04:02:05.215Z Checking stable_deref_trait v1.2.1
8932026-06-09T04:02:05.230Z Compiling equivalent v1.0.2
8942026-06-09T04:02:05.276Z Compiling cmake v0.1.58
8952026-06-09T04:02:05.295Z Compiling thiserror v1.0.69
8962026-06-09T04:02:05.407Z Checking writeable v0.6.3
8972026-06-09T04:02:05.583Z Checking litemap v0.8.2
8982026-06-09T04:02:05.626Z Checking utf8_iter v1.0.4
8992026-06-09T04:02:05.666Z Checking percent-encoding v2.3.2
9002026-06-09T04:02:05.676Z Compiling aws-lc-rs v1.17.0
9012026-06-09T04:02:06.964Z Checking form_urlencoded v1.2.2
9022026-06-09T04:02:07.123Z Compiling aws-lc-sys v0.41.0
9032026-06-09T04:02:07.123Z Compiling ring v0.17.14
9042026-06-09T04:02:07.123Z Checking rand_core v0.10.1
9052026-06-09T04:02:07.310Z Compiling ucd-trie v0.1.7
9062026-06-09T04:02:07.310Z Compiling rustls v0.23.40
9072026-06-09T04:02:07.311Z Compiling synstructure v0.13.2
9082026-06-09T04:02:07.311Z Compiling serde_derive_internals v0.29.1
9092026-06-09T04:02:07.311Z Compiling anyhow v1.0.102
9102026-06-09T04:02:07.311Z Compiling pest v2.8.6
9112026-06-09T04:02:07.311Z Compiling regex-syntax v0.8.10
9122026-06-09T04:02:07.311Z Compiling aho-corasick v1.1.4
9132026-06-09T04:02:07.311Z Compiling getrandom v0.3.4
9142026-06-09T04:02:07.345Z Compiling serde_derive v1.0.228
9152026-06-09T04:02:07.357Z Compiling zerofrom-derive v0.1.7
9162026-06-09T04:02:07.485Z Compiling yoke-derive v0.8.2
9172026-06-09T04:02:07.885Z Compiling zerovec-derive v0.11.3
9182026-06-09T04:02:08.210Z Compiling displaydoc v0.2.6
9192026-06-09T04:02:08.531Z Compiling schemars_derive v0.8.22
9202026-06-09T04:02:08.571Z Compiling thiserror-impl v2.0.18
9212026-06-09T04:02:08.789Z Compiling tokio-macros v2.7.0
9222026-06-09T04:02:08.984Z Compiling zeroize_derive v1.4.3
9232026-06-09T04:02:09.013Z Compiling zerocopy-derive v0.8.50
9242026-06-09T04:02:09.567Z Compiling futures-macro v0.3.32
9252026-06-09T04:02:09.661Z Compiling tracing-attributes v0.1.31
9262026-06-09T04:02:09.710Z Checking zerofrom v0.1.8
9272026-06-09T04:02:09.823Z Checking yoke v0.8.3
9282026-06-09T04:02:09.883Z Compiling thiserror-impl v1.0.69
9292026-06-09T04:02:10.371Z Checking zerovec v0.11.6
9302026-06-09T04:02:10.421Z Compiling serde_tokenstream v0.2.3
9312026-06-09T04:02:10.457Z Checking smallvec v1.15.1
9322026-06-09T04:02:10.491Z Checking bytes v1.11.1
9332026-06-09T04:02:10.659Z Checking zerotrie v0.2.4
9342026-06-09T04:02:10.676Z Compiling pest_meta v2.8.6
9352026-06-09T04:02:10.811Z Checking tinystr v0.8.3
9362026-06-09T04:02:10.832Z Checking potential_utf v0.1.5
9372026-06-09T04:02:10.951Z Compiling regex-automata v0.4.14
9382026-06-09T04:02:10.971Z Checking icu_collections v2.2.0
9392026-06-09T04:02:11.003Z Checking icu_locale_core v2.2.0
9402026-06-09T04:02:11.013Z Compiling crossbeam-utils v0.8.21
9412026-06-09T04:02:11.267Z Compiling pest_generator v2.8.6
9422026-06-09T04:02:11.315Z Compiling hashbrown v0.17.1
9432026-06-09T04:02:11.352Z Checking iana-time-zone v0.1.65
9442026-06-09T04:02:11.462Z Checking chrono v0.4.45
9452026-06-09T04:02:11.581Z Checking icu_provider v2.2.0
9462026-06-09T04:02:11.673Z Compiling paste v1.0.15
9472026-06-09T04:02:11.815Z Checking icu_normalizer v2.2.0
9482026-06-09T04:02:11.849Z Checking icu_properties v2.2.0
9492026-06-09T04:02:11.872Z Compiling indexmap v2.14.0
9502026-06-09T04:02:11.942Z Compiling pest_derive v2.8.6
9512026-06-09T04:02:11.982Z Compiling num-conv v0.2.2
9522026-06-09T04:02:12.143Z Compiling time-core v0.1.8
9532026-06-09T04:02:12.287Z Compiling time-macros v0.2.27
9542026-06-09T04:02:12.574Z Compiling regex v1.12.3
9552026-06-09T04:02:12.706Z Checking idna_adapter v1.2.2
9562026-06-09T04:02:12.737Z Checking uuid v1.23.2
9572026-06-09T04:02:12.832Z Checking idna v1.1.0
9582026-06-09T04:02:12.971Z Compiling async-trait v0.1.89
9592026-06-09T04:02:13.202Z Compiling byteorder v1.5.0
9602026-06-09T04:02:13.205Z Checking url v2.5.8
9612026-06-09T04:02:13.473Z Compiling camino v1.2.2
9622026-06-09T04:02:13.547Z Checking dyn-clone v1.0.20
9632026-06-09T04:02:13.797Z Compiling strsim v0.11.1
9642026-06-09T04:02:13.892Z Compiling scroll_derive v0.13.1
9652026-06-09T04:02:13.967Z Checking errno v0.3.14
9662026-06-09T04:02:15.211Z Compiling ident_case v1.0.1
9672026-06-09T04:02:15.262Z Compiling omicron-workspace-hack v0.1.0
9682026-06-09T04:02:15.262Z Compiling slog-async v2.8.0
9692026-06-09T04:02:15.262Z Compiling generic-array v0.14.7
9702026-06-09T04:02:15.262Z Compiling crc32fast v1.5.0
9712026-06-09T04:02:15.262Z Compiling usdt-impl v0.6.0
9722026-06-09T04:02:15.262Z Compiling scroll v0.13.0
9732026-06-09T04:02:15.262Z Compiling plain v0.2.3
9742026-06-09T04:02:15.262Z Compiling daft-derive v0.1.7
9752026-06-09T04:02:15.262Z Compiling goblin v0.10.7
9762026-06-09T04:02:15.262Z Compiling pretty-hex v0.4.2
9772026-06-09T04:02:15.262Z Checking pin-project-lite v0.2.17
9782026-06-09T04:02:15.262Z Compiling dtrace-parser v0.3.0
9792026-06-09T04:02:15.343Z Compiling thread-id v5.1.0
9802026-06-09T04:02:15.652Z Compiling syn v1.0.109
9812026-06-09T04:02:15.711Z Checking getrandom v0.2.17
9822026-06-09T04:02:15.729Z Checking zeroize v1.8.2
9832026-06-09T04:02:15.903Z Checking bitflags v2.12.1
9842026-06-09T04:02:16.093Z Compiling multer v3.1.0
9852026-06-09T04:02:16.377Z Compiling async-stream-impl v0.3.6
9862026-06-09T04:02:16.729Z Checking socket2 v0.6.4
9872026-06-09T04:02:16.969Z Checking scopeguard v1.2.0
9882026-06-09T04:02:17.009Z Compiling ref-cast v1.0.25
9892026-06-09T04:02:17.074Z Checking lock_api v0.4.14
9902026-06-09T04:02:17.275Z Compiling ref-cast-impl v1.0.25
9912026-06-09T04:02:17.320Z Compiling dropshot v0.17.1
9922026-06-09T04:02:17.512Z Checking critical-section v1.2.0
9932026-06-09T04:02:17.530Z Compiling dropshot_endpoint v0.17.1
9942026-06-09T04:02:17.630Z Compiling dof v0.4.0
9952026-06-09T04:02:17.804Z Checking once_cell v1.21.4
9962026-06-09T04:02:17.866Z Checking parking_lot v0.12.5
9972026-06-09T04:02:18.222Z Compiling newtype-uuid-macros v0.1.0
9982026-06-09T04:02:18.676Z Checking signal-hook-registry v1.4.8
9992026-06-09T04:02:18.843Z Checking mio v1.2.1
10002026-06-09T04:02:18.905Z Compiling usdt-attr-macro v0.6.0
10012026-06-09T04:02:18.967Z Compiling usdt-macro v0.6.0
10022026-06-09T04:02:19.122Z Compiling darling_core v0.23.0
10032026-06-09T04:02:19.142Z Checking tokio v1.52.3
10042026-06-09T04:02:19.170Z Compiling structmeta-derive v0.3.0
10052026-06-09T04:02:19.216Z Compiling strum_macros v0.26.4
10062026-06-09T04:02:19.372Z Compiling allocator-api2 v0.2.21
10072026-06-09T04:02:19.702Z Compiling foldhash v0.2.0
10082026-06-09T04:02:19.778Z Checking subtle v2.6.1
10092026-06-09T04:02:19.797Z Checking futures-core v0.3.32
10102026-06-09T04:02:19.903Z Compiling hashbrown v0.16.1
10112026-06-09T04:02:20.198Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
10122026-06-09T04:02:20.218Z Compiling structmeta v0.3.0
10132026-06-09T04:02:20.668Z Compiling strum_macros v0.27.2
10142026-06-09T04:02:20.674Z Compiling derive-ex v0.1.8
10152026-06-09T04:02:20.827Z Compiling http v1.4.2
10162026-06-09T04:02:21.199Z Compiling darling_macro v0.23.0
10172026-06-09T04:02:21.229Z Checking futures-sink v0.3.32
10182026-06-09T04:02:21.329Z Checking ipnetwork v0.21.1
10192026-06-09T04:02:21.641Z Checking slab v0.4.12
10202026-06-09T04:02:21.747Z Compiling winnow v1.0.3
10212026-06-09T04:02:21.768Z Compiling darling v0.23.0
10222026-06-09T04:02:21.852Z Compiling serde_with_macros v3.20.0
10232026-06-09T04:02:22.205Z Compiling test-strategy v0.4.5
10242026-06-09T04:02:22.486Z Checking futures-channel v0.3.32
10252026-06-09T04:02:22.637Z Compiling toml_parser v1.1.2+spec-1.1.0
10262026-06-09T04:02:22.656Z Checking futures-io v0.3.32
10272026-06-09T04:02:22.761Z Checking futures-task v0.3.32
10282026-06-09T04:02:22.780Z Compiling fnv v1.0.7
10292026-06-09T04:02:22.874Z Checking typenum v1.20.1
10302026-06-09T04:02:22.944Z Checking futures-util v0.3.32
10312026-06-09T04:02:23.044Z Compiling toml_datetime v1.1.1+spec-1.1.0
10322026-06-09T04:02:23.185Z Compiling parse-display-derive v0.10.0
10332026-06-09T04:02:23.609Z Checking oxnet v0.1.6
10342026-06-09T04:02:23.667Z Checking tracing-core v0.1.36
10352026-06-09T04:02:23.686Z Checking erased-serde v0.3.31
10362026-06-09T04:02:24.202Z Checking tracing v0.1.44
10372026-06-09T04:02:24.387Z Compiling ryu v1.0.23
10382026-06-09T04:02:24.447Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
10392026-06-09T04:02:24.562Z Compiling clap_derive v4.6.1
10402026-06-09T04:02:24.752Z Checking base64 v0.22.1
10412026-06-09T04:02:25.129Z Checking rand_core v0.6.4
10422026-06-09T04:02:25.201Z Compiling openapiv3 v2.2.0
10432026-06-09T04:02:25.458Z Checking rustls-pki-types v1.14.1
10442026-06-09T04:02:25.673Z Checking tokio-util v0.7.18
10452026-06-09T04:02:25.749Z Checking untrusted v0.9.0
10462026-06-09T04:02:25.993Z Checking ipnet v2.12.0
10472026-06-09T04:02:25.997Z Checking untrusted v0.7.1
10482026-06-09T04:02:26.174Z Compiling toml_edit v0.25.12+spec-1.1.0
10492026-06-09T04:02:26.637Z Checking http-body v1.0.1
10502026-06-09T04:02:26.726Z Compiling proc-macro-crate v3.5.0
10512026-06-09T04:02:26.770Z Checking atomic-waker v1.1.2
10522026-06-09T04:02:27.150Z Compiling num_enum_derive v0.7.6
10532026-06-09T04:02:27.170Z Checking tower-service v0.3.3
10542026-06-09T04:02:27.278Z Checking tower-layer v0.3.3
10552026-06-09T04:02:27.282Z Compiling either v1.16.0
10562026-06-09T04:02:27.318Z Checking try-lock v0.2.5
10572026-06-09T04:02:27.426Z Checking want v0.3.1
10582026-06-09T04:02:27.502Z Compiling itertools v0.14.0
10592026-06-09T04:02:27.546Z Checking h2 v0.4.14
10602026-06-09T04:02:27.618Z Checking httpdate v1.0.3
10612026-06-09T04:02:27.959Z Compiling regress v0.11.1
10622026-06-09T04:02:28.333Z Compiling crucible-workspace-hack v0.1.0
10632026-06-09T04:02:28.715Z Checking serde_urlencoded v0.7.1
10642026-06-09T04:02:28.738Z Checking http-body-util v0.1.3
10652026-06-09T04:02:29.234Z Checking ppv-lite86 v0.2.21
10662026-06-09T04:02:29.421Z Compiling unsafe-libyaml v0.2.11
10672026-06-09T04:02:29.426Z Checking hyper v1.10.1
10682026-06-09T04:02:29.523Z Compiling typify-impl v0.6.2
10692026-06-09T04:02:29.921Z Compiling serde_yaml v0.9.34+deprecated
10702026-06-09T04:02:30.341Z Checking hyper-util v0.1.20
10712026-06-09T04:02:30.929Z Compiling convert_case v0.4.0
10722026-06-09T04:02:31.232Z Compiling derive_more v0.99.20
10732026-06-09T04:02:31.907Z Compiling darling_core v0.21.3
10742026-06-09T04:02:31.928Z Compiling zerocopy-derive v0.7.35
10752026-06-09T04:02:32.241Z Checking powerfmt v0.2.0
10762026-06-09T04:02:32.767Z Checking deranged v0.5.8
10772026-06-09T04:02:32.855Z Compiling typify-macro v0.6.2
10782026-06-09T04:02:33.721Z Compiling regress v0.10.5
10792026-06-09T04:02:33.979Z Checking num_threads v0.1.7
10802026-06-09T04:02:34.024Z Compiling darling_macro v0.21.3
10812026-06-09T04:02:34.117Z Checking time v0.3.47
10822026-06-09T04:02:34.399Z Compiling heapless v0.8.0
10832026-06-09T04:02:34.654Z Compiling darling v0.21.3
10842026-06-09T04:02:34.835Z Compiling ingot-macros v0.1.1
10852026-06-09T04:02:34.937Z Compiling typify v0.6.2
10862026-06-09T04:02:35.179Z Checking crossbeam-channel v0.5.15
10872026-06-09T04:02:35.252Z Compiling serde_repr v0.1.20
10882026-06-09T04:02:35.327Z Compiling scroll_derive v0.12.1
10892026-06-09T04:02:35.774Z Compiling rustix v0.38.44
10902026-06-09T04:02:36.216Z Checking cpufeatures v0.3.0
10912026-06-09T04:02:37.138Z Checking futures-executor v0.3.32
10922026-06-09T04:02:37.203Z Checking sync_wrapper v1.0.2
10932026-06-09T04:02:37.203Z Checking thread_local v1.1.9
10942026-06-09T04:02:37.203Z Compiling smoltcp v0.11.0
10952026-06-09T04:02:37.203Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
10962026-06-09T04:02:37.393Z Checking tower v0.5.3
10972026-06-09T04:02:37.605Z Checking rand_core v0.9.5
10982026-06-09T04:02:37.673Z Checking webpki-roots v1.0.7
10992026-06-09T04:02:37.866Z Compiling rustc_version v0.4.1
11002026-06-09T04:02:37.957Z Checking is-terminal v0.4.17
11012026-06-09T04:02:37.997Z Checking term v1.2.1
11022026-06-09T04:02:38.051Z Checking take_mut v0.2.2
11032026-06-09T04:02:38.131Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
11042026-06-09T04:02:38.231Z Checking slog-term v2.9.2
11052026-06-09T04:02:38.250Z Compiling curve25519-dalek v4.1.3
11062026-06-09T04:02:38.285Z Checking tower-http v0.6.11
11072026-06-09T04:02:38.340Z Checking futures v0.3.32
11082026-06-09T04:02:38.533Z Compiling toml_datetime v0.6.11
11092026-06-09T04:02:38.536Z Compiling foreign-types-macros v0.2.3
11102026-06-09T04:02:38.777Z Checking hex v0.4.3
11112026-06-09T04:02:39.191Z Checking rand_chacha v0.9.0
11122026-06-09T04:02:39.377Z Compiling zerocopy v0.7.35
11132026-06-09T04:02:39.454Z Compiling hubpack_derive v0.1.1
11142026-06-09T04:02:39.488Z Compiling thiserror-impl-no-std v2.0.2
11152026-06-09T04:02:39.828Z Compiling curve25519-dalek-derive v0.1.1
11162026-06-09T04:02:40.079Z Compiling usdt-impl v0.5.0
11172026-06-09T04:02:40.134Z Compiling proc-macro-error-attr v1.0.4
11182026-06-09T04:02:40.214Z Checking fastrand v2.4.1
11192026-06-09T04:02:40.511Z Compiling dof v0.3.0
11202026-06-09T04:02:40.550Z Checking rand v0.9.4
11212026-06-09T04:02:40.568Z Compiling dtrace-parser v0.2.0
11222026-06-09T04:02:40.605Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
11232026-06-09T04:02:41.093Z Compiling serde_spanned v1.1.1
11242026-06-09T04:02:41.163Z Compiling thread-id v4.2.2
11252026-06-09T04:02:41.245Z Compiling proc-macro-error v1.0.4
11262026-06-09T04:02:41.261Z Compiling memoffset v0.9.1
11272026-06-09T04:02:41.511Z Compiling toml_writer v1.1.1+spec-1.1.0
11282026-06-09T04:02:41.529Z Compiling pkg-config v0.3.33
11292026-06-09T04:02:42.427Z Checking crypto-common v0.1.7
11302026-06-09T04:02:42.885Z Checking hybrid-array v0.4.12
11312026-06-09T04:02:43.334Z Checking adler2 v2.0.1
11322026-06-09T04:02:43.385Z Compiling prettyplease v0.2.37
11332026-06-09T04:02:43.385Z Checking openssl-probe v0.2.1
11342026-06-09T04:02:43.517Z Checking match_cfg v0.1.0
11352026-06-09T04:02:43.525Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
11362026-06-09T04:02:43.550Z Checking simd-adler32 v0.3.9
11372026-06-09T04:02:43.589Z Compiling cfg_aliases v0.2.1
11382026-06-09T04:02:43.666Z Checking hostname v0.3.1
11392026-06-09T04:02:43.705Z Compiling nix v0.31.3
11402026-06-09T04:02:43.713Z Checking miniz_oxide v0.8.9
11412026-06-09T04:02:43.758Z Checking rustls-native-certs v0.8.4
11422026-06-09T04:02:44.052Z Checking tempfile v3.27.0
11432026-06-09T04:02:44.260Z Checking slog-json v2.6.1
11442026-06-09T04:02:44.276Z Checking newtype-uuid v1.3.2
11452026-06-09T04:02:44.429Z Checking memmap2 v0.9.10
11462026-06-09T04:02:44.501Z Compiling heck v0.4.1
11472026-06-09T04:02:44.696Z Checking usdt v0.6.0
11482026-06-09T04:02:44.716Z Checking daft v0.1.7
11492026-06-09T04:02:44.797Z Checking slog-bunyan v2.5.0
11502026-06-09T04:02:44.929Z Checking flate2 v1.1.9
11512026-06-09T04:02:44.932Z Checking block-buffer v0.12.0
11522026-06-09T04:02:44.968Z Checking crypto-common v0.2.2
11532026-06-09T04:02:45.096Z Compiling usdt-macro v0.5.0
11542026-06-09T04:02:45.213Z Compiling usdt-attr-macro v0.5.0
11552026-06-09T04:02:45.460Z Compiling enum-as-inner v0.6.1
11562026-06-09T04:02:45.566Z Compiling num-derive v0.4.2
11572026-06-09T04:02:45.617Z Compiling winnow v0.7.15
11582026-06-09T04:02:45.823Z Checking compression-core v0.4.32
11592026-06-09T04:02:45.864Z Checking debug-ignore v1.0.5
11602026-06-09T04:02:46.011Z Checking const-oid v0.10.2
11612026-06-09T04:02:46.201Z Checking digest v0.11.3
11622026-06-09T04:02:46.386Z Checking compression-codecs v0.4.38
11632026-06-09T04:02:48.038Z Checking encoding_rs v0.8.35
11642026-06-09T04:02:48.173Z Checking mime v0.3.17
11652026-06-09T04:02:48.173Z Checking spin v0.9.8
11662026-06-09T04:02:48.173Z Compiling rayon-core v1.13.0
11672026-06-09T04:02:48.173Z Checking toml v1.1.2+spec-1.1.0
11682026-06-09T04:02:48.173Z Checking async-compression v0.4.42
11692026-06-09T04:02:48.173Z Checking sha1 v0.11.0
11702026-06-09T04:02:48.173Z Checking rand_chacha v0.3.1
11712026-06-09T04:02:48.173Z Checking waitgroup v0.1.2
11722026-06-09T04:02:48.173Z Checking rustls-pemfile v2.2.0
11732026-06-09T04:02:48.173Z Checking async-stream v0.3.6
11742026-06-09T04:02:48.213Z Checking serde_path_to_error v0.1.20
11752026-06-09T04:02:48.213Z Checking hostname v0.4.2
11762026-06-09T04:02:48.213Z Compiling wait-timeout v0.2.1
11772026-06-09T04:02:48.272Z Compiling quick-error v1.2.3
11782026-06-09T04:02:48.353Z Compiling bit-vec v0.8.0
11792026-06-09T04:02:48.437Z Compiling rusty-fork v0.3.1
11802026-06-09T04:02:48.582Z Compiling bit-set v0.8.0
11812026-06-09T04:02:48.582Z Checking rand v0.8.6
11822026-06-09T04:02:48.968Z Compiling rand_xorshift v0.4.0
11832026-06-09T04:02:49.085Z Compiling progenitor-impl v0.14.0
11842026-06-09T04:02:49.177Z Compiling num-integer v0.1.46
11852026-06-09T04:02:49.236Z Checking macaddr v1.0.1
11862026-06-09T04:02:49.506Z Compiling unarray v0.1.4
11872026-06-09T04:02:49.681Z Compiling winnow v0.5.40
11882026-06-09T04:02:49.803Z Checking unicode-width v0.2.2
11892026-06-09T04:02:50.228Z Compiling semver v0.1.20
11902026-06-09T04:02:50.490Z Compiling rustc_version v0.1.7
11912026-06-09T04:02:50.604Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
11922026-06-09T04:02:50.671Z Checking rustls-webpki v0.103.13
11932026-06-09T04:02:50.956Z Compiling toml_edit v0.19.15
11942026-06-09T04:02:51.136Z Compiling progenitor-macro v0.14.0
11952026-06-09T04:02:51.264Z Compiling proptest v1.11.0
11962026-06-09T04:02:52.443Z Compiling reqwest v0.12.28
11972026-06-09T04:02:52.696Z Compiling backon v1.6.0
11982026-06-09T04:02:52.945Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11992026-06-09T04:02:54.166Z Checking tokio-rustls v0.26.4
12002026-06-09T04:02:54.235Z Checking hyper-rustls v0.27.9
12012026-06-09T04:02:54.235Z Checking rustls-platform-verifier v0.7.0
12022026-06-09T04:02:54.235Z Checking reqwest v0.13.4
12032026-06-09T04:02:54.235Z Checking block-buffer v0.10.4
12042026-06-09T04:02:54.418Z Compiling strum v0.26.3
12052026-06-09T04:02:54.679Z Compiling instant v0.1.13
12062026-06-09T04:02:54.944Z Compiling utf8parse v0.2.2
12072026-06-09T04:02:55.053Z Compiling anstyle-parse v1.0.0
12082026-06-09T04:02:55.236Z Compiling backoff v0.4.0
12092026-06-09T04:02:55.272Z Compiling iddqd v0.4.2
12102026-06-09T04:02:55.290Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
12112026-06-09T04:02:55.348Z Checking digest v0.10.7
12122026-06-09T04:02:55.440Z Compiling progenitor-client v0.10.0
12132026-06-09T04:02:55.549Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12142026-06-09T04:02:55.707Z Compiling proc-macro-crate v1.3.1
12152026-06-09T04:02:55.782Z Compiling newtype_derive v0.1.6
12162026-06-09T04:02:55.801Z Compiling num-iter v0.1.45
12172026-06-09T04:02:55.891Z Compiling num-rational v0.4.2
12182026-06-09T04:02:55.911Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
12192026-06-09T04:02:55.930Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12202026-06-09T04:02:56.038Z Compiling progenitor-client v0.14.0
12212026-06-09T04:02:56.324Z Compiling progenitor-extras v0.2.0
12222026-06-09T04:02:56.379Z Compiling progenitor-impl v0.13.0
12232026-06-09T04:02:56.402Z Compiling parse-display v0.10.0
12242026-06-09T04:02:56.473Z Compiling serde_with v3.20.0
12252026-06-09T04:02:56.529Z Compiling strum v0.27.2
12262026-06-09T04:02:56.555Z Compiling num-complex v0.4.6
12272026-06-09T04:02:56.686Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
12282026-06-09T04:02:56.898Z Compiling owo-colors v4.3.0
12292026-06-09T04:02:56.930Z Compiling humantime v2.3.0
12302026-06-09T04:02:56.981Z Compiling is_terminal_polyfill v1.70.2
12312026-06-09T04:02:56.981Z Compiling anstyle-query v1.1.5
12322026-06-09T04:02:57.063Z Compiling anstyle v1.0.14
12332026-06-09T04:02:57.063Z Compiling colorchoice v1.0.5
12342026-06-09T04:02:57.157Z Compiling vcpkg v0.2.15
12352026-06-09T04:02:57.266Z Compiling anstream v1.0.0
12362026-06-09T04:02:57.311Z Compiling num v0.4.3
12372026-06-09T04:02:57.311Z Compiling num_enum_derive v0.5.11
12382026-06-09T04:02:57.546Z Compiling terminal_size v0.4.4
12392026-06-09T04:02:57.700Z Compiling serde_spanned v0.6.9
12402026-06-09T04:02:57.753Z Compiling openssl-sys v0.9.116
12412026-06-09T04:02:57.871Z Compiling pin-project-internal v1.1.13
12422026-06-09T04:02:57.902Z Compiling derive-where v1.6.1
12432026-06-09T04:02:58.299Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12442026-06-09T04:02:58.365Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
12452026-06-09T04:02:58.452Z Compiling progenitor-macro v0.13.0
12462026-06-09T04:02:58.914Z Compiling toml_write v0.1.2
12472026-06-09T04:02:59.021Z Compiling clap_lex v1.1.0
12482026-06-09T04:02:59.161Z Compiling float-ord v0.3.2
12492026-06-09T04:02:59.183Z Compiling toml_edit v0.22.27
12502026-06-09T04:02:59.260Z Compiling clap_builder v4.6.0
12512026-06-09T04:03:01.259Z Compiling toml v0.8.23
12522026-06-09T04:03:01.315Z Compiling clap v4.6.1
12532026-06-09T04:03:01.315Z Compiling zone_cfg_derive v0.3.1
12542026-06-09T04:03:01.359Z Compiling async-recursion v1.1.1
12552026-06-09T04:03:01.359Z Compiling snafu-derive v0.8.9
12562026-06-09T04:03:02.230Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12572026-06-09T04:03:02.807Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
12582026-06-09T04:03:02.856Z Compiling slog-dtrace v0.3.0
12592026-06-09T04:03:03.084Z Compiling chrono-tz v0.10.4
12602026-06-09T04:03:03.123Z Compiling openssl v0.10.80
12612026-06-09T04:03:03.142Z Compiling minimal-lexical v0.2.1
12622026-06-09T04:03:03.922Z Compiling cancel-safe-futures v0.1.5
12632026-06-09T04:03:04.020Z Compiling unicode-xid v0.2.6
12642026-06-09T04:03:04.020Z Compiling nom v7.1.3
12652026-06-09T04:03:04.020Z Compiling const_format_proc_macros v0.2.34
12662026-06-09T04:03:04.020Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12672026-06-09T04:03:04.147Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12682026-06-09T04:03:04.225Z Compiling openssl-macros v0.1.1
12692026-06-09T04:03:04.417Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12702026-06-09T04:03:04.498Z Checking cpufeatures v0.2.17
12712026-06-09T04:03:04.777Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12722026-06-09T04:03:05.305Z Compiling cookie v0.18.1
12732026-06-09T04:03:05.310Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12742026-06-09T04:03:05.534Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12752026-06-09T04:03:05.624Z Compiling tabled_derive v0.7.0
12762026-06-09T04:03:06.010Z Checking num_enum v0.7.6
12772026-06-09T04:03:08.344Z Checking tabwriter v1.4.1
12782026-06-09T04:03:08.562Z Checking secrecy v0.10.3
12792026-06-09T04:03:08.686Z Checking colored v3.1.1
12802026-06-09T04:03:08.702Z Checking tinyvec_macros v0.1.1
12812026-06-09T04:03:08.822Z Checking tinyvec v1.11.0
12822026-06-09T04:03:08.908Z Checking crossbeam-epoch v0.9.18
12832026-06-09T04:03:08.918Z Checking hash32 v0.3.1
12842026-06-09T04:03:09.070Z Checking bstr v1.12.1
12852026-06-09T04:03:09.123Z Checking data-encoding v2.11.0
12862026-06-09T04:03:09.218Z Checking hmac v0.12.1
12872026-06-09T04:03:09.365Z Checking ingot-types v0.1.2
12882026-06-09T04:03:09.412Z Checking inout v0.1.4
12892026-06-09T04:03:09.531Z Checking scroll v0.12.0
12902026-06-09T04:03:09.553Z Checking ff v0.13.1
12912026-06-09T04:03:09.684Z Checking cobs v0.3.0
12922026-06-09T04:03:09.731Z Checking managed v0.8.0
12932026-06-09T04:03:09.770Z Checking foreign-types-shared v0.3.1
12942026-06-09T04:03:09.841Z Checking bitflags v1.3.2
12952026-06-09T04:03:09.872Z Checking static_assertions v1.1.0
12962026-06-09T04:03:09.903Z Checking foreign-types v0.5.0
12972026-06-09T04:03:09.924Z Checking postcard v1.1.3
12982026-06-09T04:03:09.943Z Checking goblin v0.8.2
12992026-06-09T04:03:09.985Z Checking ingot v0.1.1
13002026-06-09T04:03:10.108Z Checking group v0.13.0
13012026-06-09T04:03:10.199Z Checking cipher v0.4.4
13022026-06-09T04:03:10.211Z Checking hkdf v0.12.4
13032026-06-09T04:03:10.344Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13042026-06-09T04:03:10.354Z Checking universal-hash v0.5.1
13052026-06-09T04:03:10.480Z Checking crypto-bigint v0.5.5
13062026-06-09T04:03:10.546Z Checking chacha20 v0.10.0
13072026-06-09T04:03:10.618Z Checking half v2.7.1
13082026-06-09T04:03:10.892Z Checking cstr-argument v0.1.2
13092026-06-09T04:03:11.043Z Checking ciborium-io v0.2.2
13102026-06-09T04:03:11.110Z Checking base16ct v0.2.0
13112026-06-09T04:03:11.131Z Checking base64ct v1.8.3
13122026-06-09T04:03:11.131Z Checking indent_write v2.2.0
13132026-06-09T04:03:11.169Z Checking opaque-debug v0.3.1
13142026-06-09T04:03:11.201Z Checking poly1305 v0.8.0
13152026-06-09T04:03:11.230Z Checking ciborium-ll v0.2.2
13162026-06-09T04:03:11.346Z Checking password-hash v0.5.0
13172026-06-09T04:03:11.367Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
13182026-06-09T04:03:11.374Z Checking elliptic-curve v0.13.8
13192026-06-09T04:03:11.407Z Checking rand v0.10.1
13202026-06-09T04:03:11.433Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
13212026-06-09T04:03:11.552Z Checking chacha20 v0.9.1
13222026-06-09T04:03:11.558Z Checking atomicwrites v0.4.4
13232026-06-09T04:03:11.593Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13242026-06-09T04:03:11.609Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
13252026-06-09T04:03:11.707Z Checking blake2 v0.10.6
13262026-06-09T04:03:11.748Z Checking aead v0.5.2
13272026-06-09T04:03:11.839Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
13282026-06-09T04:03:11.874Z Checking thiserror-no-std v2.0.2
13292026-06-09T04:03:11.892Z Checking hubpack v0.1.2
13302026-06-09T04:03:11.928Z Checking byte-wrapper v0.1.0
13312026-06-09T04:03:11.974Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
13322026-06-09T04:03:12.083Z Checking keccak v0.1.6
13332026-06-09T04:03:12.138Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13342026-06-09T04:03:12.207Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
13352026-06-09T04:03:12.240Z Checking sha3 v0.10.9
13362026-06-09T04:03:12.327Z Checking vsss-rs v3.3.4
13372026-06-09T04:03:12.435Z Checking argon2 v0.5.3
13382026-06-09T04:03:12.456Z Checking chacha20poly1305 v0.10.1
13392026-06-09T04:03:12.475Z Checking ciborium v0.2.2
13402026-06-09T04:03:12.587Z Checking similar v2.7.0
13412026-06-09T04:03:12.802Z Checking memmap v0.7.0
13422026-06-09T04:03:12.862Z Checking lazy_static v1.5.0
13432026-06-09T04:03:13.058Z Checking usdt v0.5.0
13442026-06-09T04:03:13.472Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13452026-06-09T04:03:13.472Z Checking crossbeam-deque v0.8.6
13462026-06-09T04:03:13.516Z Checking ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
13472026-06-09T04:03:13.516Z Checking unicode-segmentation v1.13.3
13482026-06-09T04:03:13.516Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13492026-06-09T04:03:13.660Z Checking bytecount v0.6.9
13502026-06-09T04:03:13.667Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
13512026-06-09T04:03:15.046Z Checking newline-converter v0.3.0
13522026-06-09T04:03:15.198Z Checking console v0.15.11
13532026-06-09T04:03:15.199Z Checking progenitor v0.14.0
13542026-06-09T04:03:15.199Z Checking itertools v0.12.1
13552026-06-09T04:03:15.199Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
13562026-06-09T04:03:15.199Z Checking swrite v0.1.0
13572026-06-09T04:03:15.199Z Checking resolv-conf v0.7.6
13582026-06-09T04:03:15.199Z Compiling parking_lot_core v0.8.6
13592026-06-09T04:03:15.199Z Checking linked-hash-map v0.5.6
13602026-06-09T04:03:15.199Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
13612026-06-09T04:03:15.199Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13622026-06-09T04:03:15.199Z Checking lru-cache v0.1.2
13632026-06-09T04:03:15.199Z Checking expectorate v1.2.0
13642026-06-09T04:03:15.199Z Checking rayon v1.12.0
13652026-06-09T04:03:15.199Z Checking ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
13662026-06-09T04:03:15.199Z Checking hickory-proto v0.24.4
13672026-06-09T04:03:15.333Z Checking progenitor-client v0.13.0
13682026-06-09T04:03:15.340Z Checking camino-tempfile v1.4.1
13692026-06-09T04:03:15.585Z Checking serde-big-array v0.5.1
13702026-06-09T04:03:15.623Z Checking siphasher v1.0.3
13712026-06-09T04:03:15.730Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
13722026-06-09T04:03:15.790Z Checking phf_shared v0.12.1
13732026-06-09T04:03:15.809Z Checking progenitor v0.13.0
13742026-06-09T04:03:16.130Z Checking unicode-normalization v0.1.25
13752026-06-09T04:03:16.356Z Checking pin-project v1.1.13
13762026-06-09T04:03:16.361Z Checking num_enum v0.5.11
13772026-06-09T04:03:16.434Z Checking hickory-resolver v0.24.4
13782026-06-09T04:03:16.682Z Checking tokio-stream v0.1.18
13792026-06-09T04:03:16.938Z Checking csv-core v0.1.13
13802026-06-09T04:03:17.022Z Checking same-file v1.0.6
13812026-06-09T04:03:17.037Z Checking highway v1.3.0
13822026-06-09T04:03:17.067Z Checking foldhash v0.1.5
13832026-06-09T04:03:17.136Z Checking unicode-linebreak v0.1.5
13842026-06-09T04:03:17.247Z Checking unicode-width v0.1.14
13852026-06-09T04:03:17.309Z Checking foreign-types-shared v0.1.1
13862026-06-09T04:03:17.329Z Checking konst_macro_rules v0.2.19
13872026-06-09T04:03:17.329Z Checking smawk v0.3.2
13882026-06-09T04:03:17.381Z Checking foreign-types v0.3.2
13892026-06-09T04:03:17.419Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13902026-06-09T04:03:17.450Z Checking hashbrown v0.15.5
13912026-06-09T04:03:17.502Z Checking textwrap v0.16.2
13922026-06-09T04:03:17.514Z Checking konst v0.2.20
13932026-06-09T04:03:17.514Z Checking walkdir v2.5.0
13942026-06-09T04:03:17.697Z Checking csv v1.4.0
13952026-06-09T04:03:17.718Z Checking qorb v0.4.1
13962026-06-09T04:03:18.039Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13972026-06-09T04:03:18.244Z Checking olpc-cjson v0.1.4
13982026-06-09T04:03:18.383Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
13992026-06-09T04:03:18.426Z Checking snafu v0.8.9
14002026-06-09T04:03:18.577Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
14012026-06-09T04:03:18.666Z Checking phf v0.12.1
14022026-06-09T04:03:18.804Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14032026-06-09T04:03:18.841Z Checking zone v0.3.1
14042026-06-09T04:03:18.990Z Checking tokio-dtrace v0.1.1
14052026-06-09T04:03:19.181Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14062026-06-09T04:03:19.225Z Checking globset v0.4.18
14072026-06-09T04:03:19.474Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
14082026-06-09T04:03:19.757Z Checking smf v0.2.3
14092026-06-09T04:03:19.963Z Checking pem v3.0.6
14102026-06-09T04:03:20.043Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
14112026-06-09T04:03:20.148Z Checking libsw-core v0.3.2
14122026-06-09T04:03:20.309Z Checking serde_plain v1.0.2
14132026-06-09T04:03:20.466Z Checking sigpipe v0.1.3
14142026-06-09T04:03:20.466Z Checking fixedbitset v0.5.7
14152026-06-09T04:03:20.556Z Checking typed-path v0.9.3
14162026-06-09T04:03:20.623Z Checking glob v0.3.3
14172026-06-09T04:03:20.623Z Checking fixedbitset v0.4.2
14182026-06-09T04:03:20.649Z Checking jiff v0.2.28
14192026-06-09T04:03:20.759Z Checking petgraph v0.6.5
14202026-06-09T04:03:20.937Z Checking petgraph v0.8.3
14212026-06-09T04:03:21.018Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14222026-06-09T04:03:21.132Z Checking libsw v3.5.0
14232026-06-09T04:03:21.221Z Checking tough v0.22.0
14242026-06-09T04:03:21.259Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
14252026-06-09T04:03:21.338Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14262026-06-09T04:03:21.832Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14272026-06-09T04:03:21.974Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
14282026-06-09T04:03:22.002Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
14292026-06-09T04:03:22.131Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14302026-06-09T04:03:22.190Z Checking oxide-tokio-rt v0.1.6
14312026-06-09T04:03:22.354Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14322026-06-09T04:03:22.458Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14332026-06-09T04:03:22.517Z Checking const_format v0.2.36
14342026-06-09T04:03:22.593Z Checking papergrid v0.11.0
14352026-06-09T04:03:22.819Z Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14362026-06-09T04:03:23.062Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14372026-06-09T04:03:23.091Z Checking gethostname v0.5.0
14382026-06-09T04:03:23.170Z Checking key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14392026-06-09T04:03:23.230Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
14402026-06-09T04:03:23.272Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
14412026-06-09T04:03:23.410Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14422026-06-09T04:03:23.647Z Checking libscf-sys v1.2.0
14432026-06-09T04:03:24.084Z Checking bcs v0.1.6
14442026-06-09T04:03:24.148Z Checking tagptr v0.2.0
14452026-06-09T04:03:24.148Z Checking linear-map v1.2.0
14462026-06-09T04:03:24.148Z Checking whoami v1.6.1
14472026-06-09T04:03:24.148Z Checking termtree v0.5.1
14482026-06-09T04:03:24.148Z Checking moka v0.12.15
14492026-06-09T04:03:24.316Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14502026-06-09T04:03:25.749Z Checking nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14512026-06-09T04:03:25.854Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14522026-06-09T04:03:25.854Z Checking tabled v0.15.0
14532026-06-09T04:03:25.934Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14542026-06-09T04:03:25.981Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14552026-06-09T04:03:26.009Z Checking bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14562026-06-09T04:03:26.102Z Checking steno v0.4.1
14572026-06-09T04:03:26.609Z Checking hickory-proto v0.25.2
14582026-06-09T04:03:28.535Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
14592026-06-09T04:03:28.585Z Checking hickory-resolver v0.25.2
14602026-06-09T04:03:28.585Z Checking oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14612026-06-09T04:03:28.830Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14622026-06-09T04:03:29.110Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
14632026-06-09T04:03:29.550Z Checking ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
14642026-06-09T04:03:33.460Z Checking nom v8.0.0
14652026-06-09T04:03:33.493Z Compiling proc-macro-error-attr2 v2.0.0
14662026-06-09T04:03:33.947Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14672026-06-09T04:03:35.422Z Compiling proc-macro-error2 v2.0.1
14682026-06-09T04:03:37.222Z Compiling crunchy v0.2.4
14692026-06-09T04:03:38.749Z Compiling tabled_derive v0.11.0
14702026-06-09T04:03:38.991Z Checking mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
14712026-06-09T04:03:39.818Z Compiling tiny-keccak v2.0.2
14722026-06-09T04:03:40.098Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
14732026-06-09T04:03:40.459Z Compiling typify-impl v0.4.3
14742026-06-09T04:03:40.529Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
14752026-06-09T04:03:40.586Z Checking client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
14762026-06-09T04:03:40.658Z Checking parking_lot v0.11.2
14772026-06-09T04:03:40.707Z Compiling const-random-macro v0.1.16
14782026-06-09T04:03:41.121Z Checking fxhash v0.2.1
14792026-06-09T04:03:41.195Z Compiling ahash v0.8.12
14802026-06-09T04:03:41.257Z Checking sled v0.34.7
14812026-06-09T04:03:41.311Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14822026-06-09T04:03:41.455Z Compiling smartstring v1.0.1
14832026-06-09T04:03:42.059Z Checking internet-checksum v0.2.1
14842026-06-09T04:03:42.199Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
14852026-06-09T04:03:42.410Z Compiling rhai_codegen v3.2.0
14862026-06-09T04:03:42.474Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
14872026-06-09T04:03:42.524Z Checking arc-swap v1.9.1
14882026-06-09T04:03:42.836Z Checking slog-scope v4.4.1
14892026-06-09T04:03:42.964Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14902026-06-09T04:03:42.993Z Checking papergrid v0.18.0
14912026-06-09T04:03:43.185Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
14922026-06-09T04:03:43.663Z Checking mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
14932026-06-09T04:03:43.724Z Checking testing_table v0.3.0
14942026-06-09T04:03:43.804Z Checking dropshot-api-manager-types v0.7.2
14952026-06-09T04:03:43.833Z Compiling typify-macro v0.4.3
14962026-06-09T04:03:43.953Z Checking mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
14972026-06-09T04:03:43.986Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
14982026-06-09T04:03:44.089Z Checking tabled v0.21.0
14992026-06-09T04:03:44.130Z Checking slog-stdlog v4.1.1
15002026-06-09T04:03:44.256Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
15012026-06-09T04:03:44.336Z Checking ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
15022026-06-09T04:03:44.476Z Compiling lzma-sys v0.1.20
15032026-06-09T04:03:45.084Z Compiling fs-err v3.3.0
15042026-06-09T04:03:45.227Z Compiling typeid v1.0.3
15052026-06-09T04:03:45.281Z Checking rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
15062026-06-09T04:03:45.310Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
15072026-06-09T04:03:45.348Z Compiling typify v0.4.3
15082026-06-09T04:03:46.199Z Checking slog-envlogger v2.2.0
15092026-06-09T04:03:46.284Z Compiling progenitor-impl v0.10.0
15102026-06-09T04:03:46.333Z Compiling toml_datetime v0.7.5+spec-1.1.0
15112026-06-09T04:03:46.382Z Checking crc8 v0.1.1
15122026-06-09T04:03:46.457Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
15132026-06-09T04:03:46.529Z Compiling toml v0.9.12+spec-1.1.0
15142026-06-09T04:03:46.551Z Checking const-random v0.1.18
15152026-06-09T04:03:47.025Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
15162026-06-09T04:03:47.262Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
15172026-06-09T04:03:47.306Z Compiling cargo_toml v0.22.3
15182026-06-09T04:03:47.409Z Compiling progenitor-macro v0.10.0
15192026-06-09T04:03:48.620Z Checking ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
15202026-06-09T04:03:49.230Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
15212026-06-09T04:03:49.568Z Checking thin-vec v0.2.18
15222026-06-09T04:03:49.826Z Checking rhai v1.25.1
15232026-06-09T04:03:49.916Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
15242026-06-09T04:03:50.718Z Checking sha1 v0.10.6
15252026-06-09T04:03:50.978Z Checking utf-8 v0.7.6
15262026-06-09T04:03:51.286Z Checking tungstenite v0.21.0
15272026-06-09T04:03:51.717Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
15282026-06-09T04:03:52.675Z Checking ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
15292026-06-09T04:03:52.723Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
15302026-06-09T04:03:52.868Z Checking sha2 v0.10.9
15312026-06-09T04:03:53.026Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
15322026-06-09T04:03:53.137Z Checking yansi v1.0.1
15332026-06-09T04:03:53.201Z Checking diff v0.1.13
15342026-06-09T04:03:53.252Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
15352026-06-09T04:03:53.378Z Checking progenitor v0.10.0
15362026-06-09T04:03:53.423Z Checking pretty_assertions v1.4.1
15372026-06-09T04:03:53.509Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
15382026-06-09T04:03:53.735Z Checking tokio-tungstenite v0.21.0
15392026-06-09T04:03:54.745Z Checking console v0.16.3
15402026-06-09T04:03:54.891Z Checking git-stub v1.0.0
15412026-06-09T04:03:55.082Z Checking unit-prefix v0.5.2
15422026-06-09T04:03:55.094Z Checking base64 v0.21.7
15432026-06-09T04:03:55.214Z Checking is_ci v1.2.0
15442026-06-09T04:03:55.390Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
15452026-06-09T04:03:55.422Z Checking indicatif v0.18.4
15462026-06-09T04:03:55.440Z Checking supports-color v3.0.2
15472026-06-09T04:03:56.246Z Checking git-stub-vcs v0.1.0
15482026-06-09T04:03:56.444Z Checking xz2 v0.1.7
15492026-06-09T04:03:56.528Z Checking ron v0.12.1
15502026-06-09T04:03:56.656Z Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
15512026-06-09T04:03:56.981Z Checking mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
15522026-06-09T04:03:57.012Z Checking mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
15532026-06-09T04:03:57.026Z Checking bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
15542026-06-09T04:03:57.397Z Checking drift v0.2.0
15552026-06-09T04:03:57.649Z Compiling serial_test_derive v3.5.0
15562026-06-09T04:03:57.874Z Checking base16ct v1.0.0
15572026-06-09T04:03:58.331Z Checking dropshot-api-manager v0.7.2
15582026-06-09T04:03:58.389Z Checking serial_test v3.5.0
15592026-06-09T04:03:59.263Z Checking ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
15602026-06-09T04:03:59.312Z Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
15612026-06-09T04:03:59.573Z Checking mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
15622026-06-09T04:03:59.711Z Checking bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
15632026-06-09T04:04:00.398Z Checking util v0.1.0 (/work/oxidecomputer/maghemite/util)
15642026-06-09T04:04:00.588Z Checking natord v1.0.9
15652026-06-09T04:04:01.010Z Checking maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
15662026-06-09T04:04:01.265Z Checking ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
15672026-06-09T04:04:01.338Z Checking mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
15682026-06-09T04:04:02.041Z Checking mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify)
15692026-06-09T04:04:02.160Z Checking xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
15702026-06-09T04:04:02.215Z Checking ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
15712026-06-09T04:04:02.422Z Checking mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
15722026-06-09T04:04:02.460Z Checking mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
15732026-06-09T04:04:02.929Z Checking falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab)
15742026-06-09T04:04:10.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 37s
15752026-06-09T04:04:10.439Z+ cargo xtask openapi check
15762026-06-09T04:04:10.716Z Compiling cfg-if v1.0.4
15772026-06-09T04:04:10.793Z Compiling libc v0.2.186
15782026-06-09T04:04:10.836Z Compiling serde_core v1.0.228
15792026-06-09T04:04:10.836Z Compiling memchr v2.8.1
15802026-06-09T04:04:10.836Z Compiling itoa v1.0.18
15812026-06-09T04:04:10.836Z Compiling smallvec v1.15.1
15822026-06-09T04:04:10.836Z Compiling stable_deref_trait v1.2.1
15832026-06-09T04:04:10.836Z Compiling zerofrom v0.1.8
15842026-06-09T04:04:10.836Z Compiling zmij v1.0.21
15852026-06-09T04:04:10.891Z Compiling writeable v0.6.3
15862026-06-09T04:04:10.982Z Compiling yoke v0.8.3
15872026-06-09T04:04:11.064Z Compiling litemap v0.8.2
15882026-06-09T04:04:11.127Z Compiling utf8_iter v1.0.4
15892026-06-09T04:04:11.127Z Compiling zerovec v0.11.6
15902026-06-09T04:04:11.297Z Compiling zerotrie v0.2.4
15912026-06-09T04:04:11.298Z Compiling percent-encoding v2.3.2
15922026-06-09T04:04:11.298Z Compiling icu_normalizer_data v2.2.0
15932026-06-09T04:04:11.298Z Compiling icu_properties_data v2.2.0
15942026-06-09T04:04:11.614Z Compiling libm v0.2.16
15952026-06-09T04:04:11.614Z Compiling rand_core v0.10.1
15962026-06-09T04:04:11.614Z Compiling form_urlencoded v1.2.2
15972026-06-09T04:04:11.614Z Compiling errno v0.3.14
15982026-06-09T04:04:14.991Z Compiling getrandom v0.4.2
15992026-06-09T04:04:14.991Z Compiling iana-time-zone v0.1.65
16002026-06-09T04:04:14.991Z Compiling pin-project-lite v0.2.17
16012026-06-09T04:04:14.991Z Compiling zeroize v1.8.2
16022026-06-09T04:04:14.991Z Compiling dyn-clone v1.0.20
16032026-06-09T04:04:14.991Z Compiling scopeguard v1.2.0
16042026-06-09T04:04:14.991Z Compiling tinystr v0.8.3
16052026-06-09T04:04:14.991Z Compiling potential_utf v0.1.5
16062026-06-09T04:04:14.991Z Compiling lock_api v0.4.14
16072026-06-09T04:04:14.991Z Compiling socket2 v0.6.4
16082026-06-09T04:04:14.991Z Compiling parking_lot_core v0.9.12
16092026-06-09T04:04:15.195Z Compiling signal-hook-registry v1.4.8
16102026-06-09T04:04:15.195Z Compiling icu_locale_core v2.2.0
16112026-06-09T04:04:15.195Z Compiling icu_collections v2.2.0
16122026-06-09T04:04:15.195Z Compiling parking_lot v0.12.5
16132026-06-09T04:04:15.195Z Compiling mio v1.2.1
16142026-06-09T04:04:15.195Z Compiling num-traits v0.2.19
16152026-06-09T04:04:15.195Z Compiling portable-atomic v1.13.1
16162026-06-09T04:04:15.195Z Compiling futures-core v0.3.32
16172026-06-09T04:04:15.195Z Compiling thiserror v2.0.18
16182026-06-09T04:04:15.195Z Compiling critical-section v1.2.0
16192026-06-09T04:04:15.195Z Compiling equivalent v1.0.2
16202026-06-09T04:04:15.195Z Compiling serde v1.0.228
16212026-06-09T04:04:15.195Z Compiling serde_json v1.0.150
16222026-06-09T04:04:15.195Z Compiling icu_provider v2.2.0
16232026-06-09T04:04:15.195Z Compiling uuid v1.23.2
16242026-06-09T04:04:15.195Z Compiling semver v1.0.28
16252026-06-09T04:04:15.195Z Compiling bitflags v2.12.1
16262026-06-09T04:04:15.195Z Compiling once_cell v1.21.4
16272026-06-09T04:04:15.195Z Compiling icu_normalizer v2.2.0
16282026-06-09T04:04:15.195Z Compiling icu_properties v2.2.0
16292026-06-09T04:04:15.196Z Compiling subtle v2.6.1
16302026-06-09T04:04:15.196Z Compiling bytes v1.11.1
16312026-06-09T04:04:15.196Z Compiling chrono v0.4.45
16322026-06-09T04:04:15.196Z Compiling zerocopy v0.8.50
16332026-06-09T04:04:15.196Z Compiling futures-sink v0.3.32
16342026-06-09T04:04:15.196Z Compiling log v0.4.32
16352026-06-09T04:04:15.196Z Compiling typenum v1.20.1
16362026-06-09T04:04:15.196Z Compiling slab v0.4.12
16372026-06-09T04:04:15.196Z Compiling tokio v1.52.3
16382026-06-09T04:04:15.196Z Compiling slog v2.8.2
16392026-06-09T04:04:15.196Z Compiling futures-channel v0.3.32
16402026-06-09T04:04:15.196Z Compiling getrandom v0.2.17
16412026-06-09T04:04:15.196Z Compiling futures-io v0.3.32
16422026-06-09T04:04:15.196Z Compiling rand_core v0.6.4
16432026-06-09T04:04:15.196Z Compiling futures-task v0.3.32
16442026-06-09T04:04:15.196Z Compiling idna_adapter v1.2.2
16452026-06-09T04:04:15.196Z Compiling idna v1.1.0
16462026-06-09T04:04:15.196Z Compiling futures-util v0.3.32
16472026-06-09T04:04:15.196Z Compiling hashbrown v0.17.1
16482026-06-09T04:04:15.196Z Compiling tracing-core v0.1.36
16492026-06-09T04:04:15.196Z Compiling base64 v0.22.1
16502026-06-09T04:04:15.196Z Compiling url v2.5.8
16512026-06-09T04:04:15.196Z Compiling indexmap v2.14.0
16522026-06-09T04:04:15.196Z Compiling tracing v0.1.44
16532026-06-09T04:04:15.196Z Compiling http v1.4.2
16542026-06-09T04:04:15.196Z Compiling unicode-ident v1.0.24
16552026-06-09T04:04:15.196Z Compiling proc-macro2 v1.0.106
16562026-06-09T04:04:15.196Z Compiling fnv v1.0.7
16572026-06-09T04:04:15.196Z Compiling schemars v0.8.22
16582026-06-09T04:04:15.504Z Compiling quote v1.0.45
16592026-06-09T04:04:15.504Z Compiling byteorder v1.5.0
16602026-06-09T04:04:15.575Z Compiling syn v2.0.117
16612026-06-09T04:04:15.575Z Compiling ipnet v2.12.0
16622026-06-09T04:04:15.575Z Compiling erased-serde v0.3.31
16632026-06-09T04:04:15.575Z Compiling rustls-pki-types v1.14.1
16642026-06-09T04:04:15.844Z Compiling ipnetwork v0.21.1
16652026-06-09T04:04:15.844Z Compiling ppv-lite86 v0.2.21
16662026-06-09T04:04:15.913Z Compiling http-body v1.0.1
16672026-06-09T04:04:16.073Z Compiling oxnet v0.1.6
16682026-06-09T04:04:16.093Z Compiling thiserror v1.0.69
16692026-06-09T04:04:16.120Z Compiling aws-lc-sys v0.41.0
16702026-06-09T04:04:16.172Z Compiling untrusted v0.7.1
16712026-06-09T04:04:16.194Z Compiling atomic-waker v1.1.2
16722026-06-09T04:04:16.279Z Compiling httparse v1.10.1
16732026-06-09T04:04:16.314Z Compiling rustls v0.23.40
16742026-06-09T04:04:16.314Z Compiling pretty-hex v0.4.2
16752026-06-09T04:04:16.341Z Compiling try-lock v0.2.5
16762026-06-09T04:04:16.506Z Compiling tower-layer v0.3.3
16772026-06-09T04:04:16.583Z Compiling ryu v1.0.23
16782026-06-09T04:04:16.583Z Compiling tower-service v0.3.3
16792026-06-09T04:04:16.583Z Compiling untrusted v0.9.0
16802026-06-09T04:04:16.616Z Compiling aws-lc-rs v1.17.0
16812026-06-09T04:04:16.640Z Compiling want v0.3.1
16822026-06-09T04:04:16.640Z Compiling rustix v1.1.4
16832026-06-09T04:04:16.640Z Compiling plain v0.2.3
16842026-06-09T04:04:16.687Z Compiling httpdate v1.0.3
16852026-06-09T04:04:16.713Z Compiling omicron-workspace-hack v0.1.0
16862026-06-09T04:04:16.770Z Compiling getrandom v0.3.4
16872026-06-09T04:04:16.809Z Compiling ucd-trie v0.1.7
16882026-06-09T04:04:16.809Z Compiling regex-syntax v0.8.10
16892026-06-09T04:04:16.901Z Compiling rand_core v0.9.5
16902026-06-09T04:04:17.059Z Compiling pest v2.8.6
16912026-06-09T04:04:17.126Z Compiling tokio-util v0.7.18
16922026-06-09T04:04:17.183Z Compiling crossbeam-utils v0.8.21
16932026-06-09T04:04:17.610Z Compiling h2 v0.4.14
16942026-06-09T04:04:17.856Z Compiling rustls-webpki v0.103.13
16952026-06-09T04:04:17.942Z Compiling serde_urlencoded v0.7.1
16962026-06-09T04:04:18.088Z Compiling http-body-util v0.1.3
16972026-06-09T04:04:18.876Z Compiling newtype-uuid v1.3.2
16982026-06-09T04:04:18.876Z Compiling foldhash v0.2.0
16992026-06-09T04:04:18.876Z Compiling allocator-api2 v0.2.21
17002026-06-09T04:04:18.876Z Compiling hex v0.4.3
17012026-06-09T04:04:18.876Z Compiling hashbrown v0.16.1
17022026-06-09T04:04:18.876Z Compiling daft v0.1.7
17032026-06-09T04:04:18.876Z Compiling rand_chacha v0.9.0
17042026-06-09T04:04:19.019Z Compiling fastrand v2.4.1
17052026-06-09T04:04:19.144Z Compiling rand v0.9.4
17062026-06-09T04:04:19.216Z Compiling sync_wrapper v1.0.2
17072026-06-09T04:04:19.286Z Compiling generic-array v0.14.7
17082026-06-09T04:04:19.320Z Compiling tower v0.5.3
17092026-06-09T04:04:19.332Z Compiling anyhow v1.0.102
17102026-06-09T04:04:19.345Z Compiling aho-corasick v1.1.4
17112026-06-09T04:04:19.399Z Compiling powerfmt v0.2.0
17122026-06-09T04:04:19.620Z Compiling deranged v0.5.8
17132026-06-09T04:04:19.703Z Compiling tower-http v0.6.11
17142026-06-09T04:04:19.769Z Compiling hyper v1.10.1
17152026-06-09T04:04:19.780Z Compiling tempfile v3.27.0
17162026-06-09T04:04:19.813Z Compiling camino v1.2.2
17172026-06-09T04:04:20.146Z Compiling regex-automata v0.4.14
17182026-06-09T04:04:20.185Z Compiling futures-executor v0.3.32
17192026-06-09T04:04:20.206Z Compiling openapiv3 v2.2.0
17202026-06-09T04:04:20.452Z Compiling time-core v0.1.8
17212026-06-09T04:04:20.602Z Compiling num_threads v0.1.7
17222026-06-09T04:04:20.631Z Compiling num-conv v0.2.2
17232026-06-09T04:04:20.638Z Compiling cpufeatures v0.3.0
17242026-06-09T04:04:20.725Z Compiling openssl-probe v0.2.1
17252026-06-09T04:04:20.739Z Compiling futures v0.3.32
17262026-06-09T04:04:20.760Z Compiling time v0.3.47
17272026-06-09T04:04:20.780Z Compiling scroll v0.13.0
17282026-06-09T04:04:20.886Z Compiling hyper-util v0.1.20
17292026-06-09T04:04:21.062Z Compiling rustls-native-certs v0.8.4
17302026-06-09T04:04:21.172Z Compiling hybrid-array v0.4.12
17312026-06-09T04:04:21.378Z Compiling tokio-rustls v0.26.4
17322026-06-09T04:04:21.403Z Compiling simd-adler32 v0.3.9
17332026-06-09T04:04:21.611Z Compiling adler2 v2.0.1
17342026-06-09T04:04:21.703Z Compiling winnow v1.0.3
17352026-06-09T04:04:21.797Z Compiling rustls-platform-verifier v0.7.0
17362026-06-09T04:04:21.844Z Compiling miniz_oxide v0.8.9
17372026-06-09T04:04:21.844Z Compiling goblin v0.10.7
17382026-06-09T04:04:21.882Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17392026-06-09T04:04:24.815Z Compiling hyper-rustls v0.27.9
17402026-06-09T04:04:24.895Z Compiling crossbeam-channel v0.5.15
17412026-06-09T04:04:24.895Z Compiling crc32fast v1.5.0
17422026-06-09T04:04:24.895Z Compiling regex v1.12.3
17432026-06-09T04:04:24.895Z Compiling reqwest v0.13.4
17442026-06-09T04:04:24.895Z Compiling flate2 v1.1.9
17452026-06-09T04:04:24.895Z Compiling block-buffer v0.12.0
17462026-06-09T04:04:24.895Z Compiling crypto-common v0.2.2
17472026-06-09T04:04:24.895Z Compiling crypto-common v0.1.7
17482026-06-09T04:04:24.896Z Compiling dtrace-parser v0.3.0
17492026-06-09T04:04:24.896Z Compiling rand_chacha v0.3.1
17502026-06-09T04:04:24.896Z Compiling thread-id v5.1.0
17512026-06-09T04:04:24.896Z Compiling thread_local v1.1.9
17522026-06-09T04:04:24.896Z Compiling const-oid v0.10.2
17532026-06-09T04:04:24.896Z Compiling compression-core v0.4.32
17542026-06-09T04:04:24.896Z Compiling debug-ignore v1.0.5
17552026-06-09T04:04:24.896Z Compiling match_cfg v0.1.0
17562026-06-09T04:04:24.896Z Compiling compression-codecs v0.4.38
17572026-06-09T04:04:24.896Z Compiling digest v0.11.3
17582026-06-09T04:04:24.896Z Compiling hostname v0.3.1
17592026-06-09T04:04:24.896Z Compiling rand v0.8.6
17602026-06-09T04:04:24.896Z Compiling toml_parser v1.1.2+spec-1.1.0
17612026-06-09T04:04:24.896Z Compiling slog-json v2.6.1
17622026-06-09T04:04:24.896Z Compiling ref-cast v1.0.25
17632026-06-09T04:04:24.896Z Compiling strum v0.26.3
17642026-06-09T04:04:24.896Z Compiling macaddr v1.0.1
17652026-06-09T04:04:24.896Z Compiling serde_spanned v1.1.1
17662026-06-09T04:04:24.896Z Compiling toml_datetime v1.1.1+spec-1.1.0
17672026-06-09T04:04:24.896Z Compiling wait-timeout v0.2.1
17682026-06-09T04:04:24.896Z Compiling memmap2 v0.9.10
17692026-06-09T04:04:24.896Z Compiling is-terminal v0.4.17
17702026-06-09T04:04:24.896Z Compiling encoding_rs v0.8.35
17712026-06-09T04:04:24.897Z Compiling toml_writer v1.1.1+spec-1.1.0
17722026-06-09T04:04:24.897Z Compiling either v1.16.0
17732026-06-09T04:04:24.897Z Compiling term v1.2.1
17742026-06-09T04:04:24.897Z Compiling bit-vec v0.8.0
17752026-06-09T04:04:24.897Z Compiling spin v0.9.8
17762026-06-09T04:04:24.897Z Compiling take_mut v0.2.2
17772026-06-09T04:04:24.897Z Compiling quick-error v1.2.3
17782026-06-09T04:04:24.897Z Compiling mime v0.3.17
17792026-06-09T04:04:24.897Z Compiling dof v0.4.0
17802026-06-09T04:04:24.897Z Compiling bit-set v0.8.0
17812026-06-09T04:04:24.897Z Compiling rusty-fork v0.3.1
17822026-06-09T04:04:24.970Z Compiling slog-term v2.9.2
17832026-06-09T04:04:24.970Z Compiling slog-async v2.8.0
17842026-06-09T04:04:25.038Z Compiling toml v1.1.2+spec-1.1.0
17852026-06-09T04:04:25.047Z Compiling slog-bunyan v2.5.0
17862026-06-09T04:04:25.172Z Compiling sha1 v0.11.0
17872026-06-09T04:04:25.478Z Compiling usdt-impl v0.6.0
17882026-06-09T04:04:25.495Z Compiling multer v3.1.0
17892026-06-09T04:04:25.495Z Compiling async-compression v0.4.42
17902026-06-09T04:04:25.751Z Compiling usdt v0.6.0
17912026-06-09T04:04:25.862Z Compiling serde_with v3.20.0
17922026-06-09T04:04:25.908Z Compiling async-stream v0.3.6
17932026-06-09T04:04:25.920Z Compiling rand_xorshift v0.4.0
17942026-06-09T04:04:26.002Z Compiling waitgroup v0.1.2
17952026-06-09T04:04:26.036Z Compiling rustls-pemfile v2.2.0
17962026-06-09T04:04:26.067Z Compiling serde_path_to_error v0.1.20
17972026-06-09T04:04:26.085Z Compiling hostname v0.4.2
17982026-06-09T04:04:26.142Z Compiling unarray v0.1.4
17992026-06-09T04:04:26.225Z Compiling strum v0.27.2
18002026-06-09T04:04:26.237Z Compiling proptest v1.11.0
18012026-06-09T04:04:26.255Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18022026-06-09T04:04:26.284Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
18032026-06-09T04:04:26.355Z Compiling dropshot v0.17.1
18042026-06-09T04:04:26.388Z Compiling progenitor-client v0.14.0
18052026-06-09T04:04:26.408Z Compiling iddqd v0.4.2
18062026-06-09T04:04:26.421Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18072026-06-09T04:04:26.462Z Compiling reqwest v0.12.28
18082026-06-09T04:04:26.553Z Compiling block-buffer v0.10.4
18092026-06-09T04:04:26.663Z Compiling backon v1.6.0
18102026-06-09T04:04:26.663Z Compiling instant v0.1.13
18112026-06-09T04:04:26.702Z Compiling digest v0.10.7
18122026-06-09T04:04:26.771Z Compiling backoff v0.4.0
18132026-06-09T04:04:26.877Z Compiling progenitor-extras v0.2.0
18142026-06-09T04:04:26.920Z Compiling itertools v0.14.0
18152026-06-09T04:04:26.980Z Compiling parse-display v0.10.0
18162026-06-09T04:04:27.107Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
18172026-06-09T04:04:27.304Z Compiling regress v0.10.5
18182026-06-09T04:04:27.581Z Compiling progenitor-client v0.10.0
18192026-06-09T04:04:27.657Z Compiling humantime v2.3.0
18202026-06-09T04:04:27.931Z Compiling cpufeatures v0.2.17
18212026-06-09T04:04:27.981Z Compiling unicode-width v0.2.2
18222026-06-09T04:04:28.009Z Compiling secrecy v0.10.3
18232026-06-09T04:04:28.142Z Compiling tinyvec_macros v0.1.1
18242026-06-09T04:04:28.175Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
18252026-06-09T04:04:28.216Z Compiling heck v0.5.0
18262026-06-09T04:04:28.233Z Compiling tinyvec v1.11.0
18272026-06-09T04:04:28.266Z Compiling num-integer v0.1.46
18282026-06-09T04:04:28.481Z Compiling scroll v0.12.0
18292026-06-09T04:04:28.590Z Compiling crucible-workspace-hack v0.1.0
18302026-06-09T04:04:28.640Z Compiling hmac v0.12.1
18312026-06-09T04:04:28.667Z Compiling inout v0.1.4
18322026-06-09T04:04:28.767Z Compiling ff v0.13.1
18332026-06-09T04:04:28.825Z Compiling utf8parse v0.2.2
18342026-06-09T04:04:28.830Z Compiling cipher v0.4.4
18352026-06-09T04:04:28.830Z Compiling hkdf v0.12.4
18362026-06-09T04:04:28.901Z Compiling anstyle-parse v1.0.0
18372026-06-09T04:04:28.901Z Compiling group v0.13.0
18382026-06-09T04:04:28.969Z Compiling goblin v0.8.2
18392026-06-09T04:04:29.022Z Compiling num-iter v0.1.45
18402026-06-09T04:04:29.033Z Compiling num-rational v0.4.2
18412026-06-09T04:04:29.149Z Compiling zerocopy v0.7.35
18422026-06-09T04:04:29.306Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18432026-06-09T04:04:29.374Z Compiling universal-hash v0.5.1
18442026-06-09T04:04:29.513Z Compiling crypto-bigint v0.5.5
18452026-06-09T04:04:29.586Z Compiling regress v0.11.1
18462026-06-09T04:04:29.710Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18472026-06-09T04:04:29.845Z Compiling terminal_size v0.4.4
18482026-06-09T04:04:30.025Z Compiling half v2.7.1
18492026-06-09T04:04:30.063Z Compiling num-complex v0.4.6
18502026-06-09T04:04:30.298Z Compiling base64ct v1.8.3
18512026-06-09T04:04:30.447Z Compiling anstyle-query v1.1.5
18522026-06-09T04:04:30.567Z Compiling base16ct v0.2.0
18532026-06-09T04:04:30.605Z Compiling opaque-debug v0.3.1
18542026-06-09T04:04:30.666Z Compiling is_terminal_polyfill v1.70.2
18552026-06-09T04:04:30.681Z Compiling anstyle v1.0.14
18562026-06-09T04:04:30.713Z Compiling ciborium-io v0.2.2
18572026-06-09T04:04:30.735Z Compiling colorchoice v1.0.5
18582026-06-09T04:04:30.812Z Compiling ciborium-ll v0.2.2
18592026-06-09T04:04:30.854Z Compiling anstream v1.0.0
18602026-06-09T04:04:30.916Z Compiling elliptic-curve v0.13.8
18612026-06-09T04:04:31.030Z Compiling poly1305 v0.8.0
18622026-06-09T04:04:31.176Z Compiling typify-impl v0.6.2
18632026-06-09T04:04:31.250Z Compiling dof v0.3.0
18642026-06-09T04:04:31.448Z Compiling password-hash v0.5.0
18652026-06-09T04:04:31.588Z Compiling num v0.4.3
18662026-06-09T04:04:31.670Z Compiling curve25519-dalek v4.1.3
18672026-06-09T04:04:31.900Z Compiling thiserror-no-std v2.0.2
18682026-06-09T04:04:32.041Z Compiling chacha20 v0.9.1
18692026-06-09T04:04:32.149Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
18702026-06-09T04:04:32.441Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18712026-06-09T04:04:32.553Z Compiling blake2 v0.10.6
18722026-06-09T04:04:32.776Z Compiling aead v0.5.2
18732026-06-09T04:04:32.824Z Compiling byte-wrapper v0.1.0
18742026-06-09T04:04:32.835Z Compiling dtrace-parser v0.2.0
18752026-06-09T04:04:32.846Z Compiling crossbeam-epoch v0.9.18
18762026-06-09T04:04:32.945Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18772026-06-09T04:04:33.014Z Compiling thread-id v4.2.2
18782026-06-09T04:04:33.105Z Compiling clap_lex v1.1.0
18792026-06-09T04:04:33.120Z Compiling strsim v0.11.1
18802026-06-09T04:04:33.178Z Compiling float-ord v0.3.2
18812026-06-09T04:04:33.189Z Compiling keccak v0.1.6
18822026-06-09T04:04:33.261Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18832026-06-09T04:04:33.298Z Compiling clap_builder v4.6.0
18842026-06-09T04:04:33.351Z Compiling sha3 v0.10.9
18852026-06-09T04:04:33.550Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18862026-06-09T04:04:33.663Z Compiling usdt-impl v0.5.0
18872026-06-09T04:04:33.677Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18882026-06-09T04:04:34.347Z Compiling chacha20poly1305 v0.10.1
18892026-06-09T04:04:34.485Z Compiling typify v0.6.2
18902026-06-09T04:04:34.601Z Compiling argon2 v0.5.3
18912026-06-09T04:04:34.713Z Compiling vsss-rs v3.3.4
18922026-06-09T04:04:34.987Z Compiling ciborium v0.2.2
18932026-06-09T04:04:35.112Z Compiling hash32 v0.3.1
18942026-06-09T04:04:35.275Z Compiling memmap v0.7.0
18952026-06-09T04:04:35.468Z Compiling indent_write v2.2.0
18962026-06-09T04:04:35.570Z Compiling data-encoding v2.11.0
18972026-06-09T04:04:35.612Z Compiling usdt v0.5.0
18982026-06-09T04:04:35.782Z Compiling heapless v0.8.0
18992026-06-09T04:04:35.793Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
19002026-06-09T04:04:35.884Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19012026-06-09T04:04:35.896Z Compiling ingot-types v0.1.2
19022026-06-09T04:04:35.989Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19032026-06-09T04:04:36.213Z Compiling clap v4.6.1
19042026-06-09T04:04:36.253Z Compiling rustix v0.38.44
19052026-06-09T04:04:36.296Z Compiling tabwriter v1.4.1
19062026-06-09T04:04:36.309Z Compiling cobs v0.3.0
19072026-06-09T04:04:36.511Z Compiling managed v0.8.0
19082026-06-09T04:04:36.540Z Compiling bitflags v1.3.2
19092026-06-09T04:04:36.554Z Compiling postcard v1.1.3
19102026-06-09T04:04:36.620Z Compiling ingot v0.1.1
19112026-06-09T04:04:36.781Z Compiling memoffset v0.9.1
19122026-06-09T04:04:36.788Z Compiling smoltcp v0.11.0
19132026-06-09T04:04:36.788Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19142026-06-09T04:04:36.891Z Compiling toml_datetime v0.6.11
19152026-06-09T04:04:37.023Z Compiling serde_spanned v0.6.9
19162026-06-09T04:04:37.142Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19172026-06-09T04:04:37.174Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19182026-06-09T04:04:37.186Z Compiling colored v3.1.1
19192026-06-09T04:04:37.481Z Compiling unicode-segmentation v1.13.3
19202026-06-09T04:04:37.556Z Compiling resolv-conf v0.7.6
19212026-06-09T04:04:37.913Z Compiling toml_write v0.1.2
19222026-06-09T04:04:37.926Z Compiling foreign-types-shared v0.3.1
19232026-06-09T04:04:38.021Z Compiling static_assertions v1.1.0
19242026-06-09T04:04:38.054Z Compiling swrite v0.1.0
19252026-06-09T04:04:38.101Z Compiling linked-hash-map v0.5.6
19262026-06-09T04:04:38.115Z Compiling winnow v0.7.15
19272026-06-09T04:04:38.157Z Compiling foreign-types v0.5.0
19282026-06-09T04:04:38.237Z Compiling newline-converter v0.3.0
19292026-06-09T04:04:38.289Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19302026-06-09T04:04:38.363Z Compiling lru-cache v0.1.2
19312026-06-09T04:04:38.517Z Compiling atomicwrites v0.4.4
19322026-06-09T04:04:38.529Z Compiling hubpack v0.1.2
19332026-06-09T04:04:38.621Z Compiling nix v0.31.3
19342026-06-09T04:04:38.764Z Compiling num_enum v0.7.6
19352026-06-09T04:04:38.769Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
19362026-06-09T04:04:38.838Z Compiling hickory-proto v0.24.4
19372026-06-09T04:04:38.879Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19382026-06-09T04:04:39.003Z Compiling crossbeam-deque v0.8.6
19392026-06-09T04:04:39.210Z Compiling console v0.15.11
19402026-06-09T04:04:39.383Z Compiling chacha20 v0.10.0
19412026-06-09T04:04:39.445Z Compiling toml_edit v0.22.27
19422026-06-09T04:04:39.641Z Compiling camino-tempfile v1.4.1
19432026-06-09T04:04:39.645Z Compiling serde-big-array v0.5.1
19442026-06-09T04:04:39.797Z Compiling cstr-argument v0.1.2
19452026-06-09T04:04:39.845Z Compiling similar v2.7.0
19462026-06-09T04:04:39.879Z Compiling siphasher v1.0.3
19472026-06-09T04:04:39.954Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19482026-06-09T04:04:40.076Z Compiling phf_shared v0.12.1
19492026-06-09T04:04:40.213Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19502026-06-09T04:04:40.257Z Compiling expectorate v1.2.0
19512026-06-09T04:04:40.305Z Compiling pin-project v1.1.13
19522026-06-09T04:04:40.406Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
19532026-06-09T04:04:40.686Z Compiling hickory-resolver v0.24.4
19542026-06-09T04:04:40.720Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
19552026-06-09T04:04:40.845Z Compiling toml v0.8.23
19562026-06-09T04:04:41.477Z Compiling rand v0.10.1
19572026-06-09T04:04:41.641Z Compiling rayon-core v1.13.0
19582026-06-09T04:04:41.903Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
19592026-06-09T04:04:42.163Z Compiling num_enum v0.5.11
19602026-06-09T04:04:42.274Z Compiling progenitor-impl v0.13.0
19612026-06-09T04:04:42.290Z Compiling prettyplease v0.2.37
19622026-06-09T04:04:42.331Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19632026-06-09T04:04:42.367Z Compiling unicode-normalization v0.1.25
19642026-06-09T04:04:42.837Z Compiling progenitor-client v0.13.0
19652026-06-09T04:04:42.876Z Compiling tokio-stream v0.1.18
19662026-06-09T04:04:43.007Z Compiling csv-core v0.1.13
19672026-06-09T04:04:43.132Z Compiling bstr v1.12.1
19682026-06-09T04:04:43.218Z Compiling highway v1.3.0
19692026-06-09T04:04:43.272Z Compiling konst_macro_rules v0.2.19
19702026-06-09T04:04:43.341Z Compiling foreign-types-shared v0.1.1
19712026-06-09T04:04:43.435Z Compiling unicode-width v0.1.14
19722026-06-09T04:04:43.493Z Compiling foldhash v0.1.5
19732026-06-09T04:04:43.523Z Compiling same-file v1.0.6
19742026-06-09T04:04:43.577Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19752026-06-09T04:04:43.640Z Compiling walkdir v2.5.0
19762026-06-09T04:04:43.651Z Compiling hashbrown v0.15.5
19772026-06-09T04:04:43.673Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19782026-06-09T04:04:43.695Z Compiling globset v0.4.18
19792026-06-09T04:04:43.720Z Compiling konst v0.2.20
19802026-06-09T04:04:43.961Z Compiling progenitor v0.13.0
19812026-06-09T04:04:43.983Z Compiling foreign-types v0.3.2
19822026-06-09T04:04:44.061Z Compiling qorb v0.4.1
19832026-06-09T04:04:44.103Z Compiling csv v1.4.0
19842026-06-09T04:04:44.178Z Compiling snafu v0.8.9
19852026-06-09T04:04:44.565Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19862026-06-09T04:04:44.672Z Compiling olpc-cjson v0.1.4
19872026-06-09T04:04:44.853Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
19882026-06-09T04:04:45.171Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
19892026-06-09T04:04:45.490Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19902026-06-09T04:04:45.515Z Compiling rayon v1.12.0
19912026-06-09T04:04:45.883Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19922026-06-09T04:04:46.135Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19932026-06-09T04:04:46.539Z Compiling phf v0.12.1
19942026-06-09T04:04:46.592Z Compiling openssl-sys v0.9.116
19952026-06-09T04:04:46.804Z Compiling tokio-dtrace v0.1.1
19962026-06-09T04:04:46.925Z Compiling progenitor-impl v0.14.0
19972026-06-09T04:04:46.962Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19982026-06-09T04:04:46.995Z Compiling itertools v0.12.1
19992026-06-09T04:04:47.216Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20002026-06-09T04:04:47.250Z Compiling libsw-core v0.3.2
20012026-06-09T04:04:47.415Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
20022026-06-09T04:04:47.419Z Compiling pem v3.0.6
20032026-06-09T04:04:47.426Z Compiling serde_plain v1.0.2
20042026-06-09T04:04:47.650Z Compiling sigpipe v0.1.3
20052026-06-09T04:04:47.761Z Compiling fixedbitset v0.4.2
20062026-06-09T04:04:47.782Z Compiling bytecount v0.6.9
20072026-06-09T04:04:47.787Z Compiling glob v0.3.3
20082026-06-09T04:04:47.812Z Compiling jiff v0.2.28
20092026-06-09T04:04:47.926Z Compiling typed-path v0.9.3
20102026-06-09T04:04:47.972Z Compiling fixedbitset v0.5.7
20112026-06-09T04:04:48.219Z Compiling minimal-lexical v0.2.1
20122026-06-09T04:04:48.226Z Compiling petgraph v0.8.3
20132026-06-09T04:04:48.303Z Compiling zone v0.3.1
20142026-06-09T04:04:48.498Z Compiling nom v7.1.3
20152026-06-09T04:04:48.532Z Compiling progenitor v0.14.0
20162026-06-09T04:04:48.650Z Compiling petgraph v0.6.5
20172026-06-09T04:04:48.673Z Compiling papergrid v0.11.0
20182026-06-09T04:04:49.118Z Compiling tough v0.22.0
20192026-06-09T04:04:49.235Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20202026-06-09T04:04:49.739Z Compiling openssl v0.10.80
20212026-06-09T04:04:49.836Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
20222026-06-09T04:04:50.071Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20232026-06-09T04:04:50.107Z Compiling libsw v3.5.0
20242026-06-09T04:04:50.172Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20252026-06-09T04:04:50.283Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20262026-06-09T04:04:50.305Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20272026-06-09T04:04:50.405Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20282026-06-09T04:04:50.521Z Compiling oxide-tokio-rt v0.1.6
20292026-06-09T04:04:50.870Z Compiling chrono-tz v0.10.4
20302026-06-09T04:04:51.082Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20312026-06-09T04:04:51.172Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
20322026-06-09T04:04:51.253Z Compiling newtype_derive v0.1.6
20332026-06-09T04:04:51.314Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20342026-06-09T04:04:51.324Z Compiling slog-dtrace v0.3.0
20352026-06-09T04:04:51.488Z Compiling owo-colors v4.3.0
20362026-06-09T04:04:51.628Z Compiling const_format v0.2.36
20372026-06-09T04:04:51.969Z Compiling cancel-safe-futures v0.1.5
20382026-06-09T04:04:52.119Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
20392026-06-09T04:04:52.215Z Compiling gethostname v0.5.0
20402026-06-09T04:04:52.274Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
20412026-06-09T04:04:52.338Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20422026-06-09T04:04:52.351Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20432026-06-09T04:04:52.462Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20442026-06-09T04:04:52.631Z Compiling smf v0.2.3
20452026-06-09T04:04:52.648Z Compiling bcs v0.1.6
20462026-06-09T04:04:52.649Z Compiling linear-map v1.2.0
20472026-06-09T04:04:52.777Z Compiling lazy_static v1.5.0
20482026-06-09T04:04:52.862Z Compiling whoami v1.6.1
20492026-06-09T04:04:52.879Z Compiling tagptr v0.2.0
20502026-06-09T04:04:52.886Z Compiling termtree v0.5.1
20512026-06-09T04:04:53.099Z Compiling unicode-linebreak v0.1.5
20522026-06-09T04:04:53.116Z Compiling smawk v0.3.2
20532026-06-09T04:04:53.116Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20542026-06-09T04:04:53.116Z Compiling moka v0.12.15
20552026-06-09T04:04:53.166Z Compiling steno v0.4.1
20562026-06-09T04:04:53.194Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20572026-06-09T04:04:53.292Z Compiling textwrap v0.16.2
20582026-06-09T04:04:53.580Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20592026-06-09T04:04:53.822Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20602026-06-09T04:04:53.885Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20612026-06-09T04:04:54.603Z Compiling tabled v0.15.0
20622026-06-09T04:04:54.850Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20632026-06-09T04:04:55.050Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20642026-06-09T04:04:55.387Z Compiling cookie v0.18.1
20652026-06-09T04:04:55.994Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20662026-06-09T04:04:56.076Z Compiling hickory-proto v0.25.2
20672026-06-09T04:04:56.337Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
20682026-06-09T04:04:56.530Z Compiling libscf-sys v1.2.0
20692026-06-09T04:04:56.682Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20702026-06-09T04:04:56.857Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
20712026-06-09T04:04:57.093Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
20722026-06-09T04:04:57.226Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
20732026-06-09T04:04:57.364Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
20742026-06-09T04:04:57.886Z Compiling hickory-resolver v0.25.2
20752026-06-09T04:04:58.723Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20762026-06-09T04:05:03.039Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20772026-06-09T04:05:10.515Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20782026-06-09T04:05:12.148Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20792026-06-09T04:05:13.157Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
20802026-06-09T04:05:14.472Z Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
20812026-06-09T04:05:15.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
20822026-06-09T04:05:15.737Z Running `target/debug/xtask openapi check`
20832026-06-09T04:05:16.230Z Compiling serde_core v1.0.228
20842026-06-09T04:05:16.241Z Compiling serde v1.0.228
20852026-06-09T04:05:16.259Z Compiling serde_json v1.0.150
20862026-06-09T04:05:16.262Z Compiling syn v2.0.117
20872026-06-09T04:05:16.267Z Compiling bytes v1.11.1
20882026-06-09T04:05:16.271Z Compiling getrandom v0.4.2
20892026-06-09T04:05:16.275Z Compiling once_cell v1.21.4
20902026-06-09T04:05:16.280Z Compiling zerocopy v0.8.50
20912026-06-09T04:05:16.430Z Compiling num-traits v0.2.19
20922026-06-09T04:05:16.619Z Compiling schemars v0.8.22
20932026-06-09T04:05:16.709Z Compiling http v1.4.2
20942026-06-09T04:05:16.842Z Compiling zeroize v1.8.2
20952026-06-09T04:05:16.874Z Compiling aws-lc-rs v1.17.0
20962026-06-09T04:05:16.892Z Compiling usdt-impl v0.6.0
20972026-06-09T04:05:16.899Z Compiling time-macros v0.2.27
20982026-06-09T04:05:17.017Z Compiling rustls-pki-types v1.14.1
20992026-06-09T04:05:17.218Z Compiling tracing-core v0.1.36
21002026-06-09T04:05:17.383Z Compiling bitflags v2.12.1
21012026-06-09T04:05:17.487Z Compiling http-body v1.0.1
21022026-06-09T04:05:17.621Z Compiling tracing v0.1.44
21032026-06-09T04:05:17.666Z Compiling generic-array v0.14.7
21042026-06-09T04:05:17.773Z Compiling indexmap v2.14.0
21052026-06-09T04:05:17.873Z Compiling rustls v0.23.40
21062026-06-09T04:05:17.883Z Compiling rustix v1.1.4
21072026-06-09T04:05:17.902Z Compiling time v0.3.47
21082026-06-09T04:05:17.946Z Compiling toml_datetime v1.1.1+spec-1.1.0
21092026-06-09T04:05:18.175Z Compiling subtle v2.6.1
21102026-06-09T04:05:18.447Z Compiling uuid v1.23.2
21112026-06-09T04:05:18.881Z Compiling pest_generator v2.8.6
21122026-06-09T04:05:18.981Z Compiling serde_derive_internals v0.29.1
21132026-06-09T04:05:19.075Z Compiling camino v1.2.2
21142026-06-09T04:05:19.081Z Compiling rustls-webpki v0.103.13
21152026-06-09T04:05:19.115Z Compiling winnow v1.0.3
21162026-06-09T04:05:19.601Z Compiling toml_edit v0.25.12+spec-1.1.0
21172026-06-09T04:05:19.627Z Compiling toml_parser v1.1.2+spec-1.1.0
21182026-06-09T04:05:19.627Z Compiling serde_spanned v1.1.1
21192026-06-09T04:05:19.736Z Compiling rustix v0.38.44
21202026-06-09T04:05:19.796Z Compiling semver v1.0.28
21212026-06-09T04:05:20.051Z Compiling serde_derive v1.0.228
21222026-06-09T04:05:20.051Z Compiling thiserror-impl v2.0.18
21232026-06-09T04:05:20.117Z Compiling zerocopy-derive v0.8.50
21242026-06-09T04:05:20.128Z Compiling tokio-macros v2.7.0
21252026-06-09T04:05:20.143Z Compiling pest_derive v2.8.6
21262026-06-09T04:05:20.277Z Compiling scroll_derive v0.13.1
21272026-06-09T04:05:20.299Z Compiling schemars_derive v0.8.22
21282026-06-09T04:05:20.678Z Compiling futures-macro v0.3.32
21292026-06-09T04:05:20.876Z Compiling tokio v1.52.3
21302026-06-09T04:05:21.113Z Compiling scroll v0.13.0
21312026-06-09T04:05:21.253Z Compiling thiserror v2.0.18
21322026-06-09T04:05:21.415Z Compiling goblin v0.10.7
21332026-06-09T04:05:21.475Z Compiling dtrace-parser v0.3.0
21342026-06-09T04:05:21.505Z Compiling futures-util v0.3.32
21352026-06-09T04:05:23.200Z Compiling erased-serde v0.3.31
21362026-06-09T04:05:23.327Z Compiling chrono v0.4.45
21372026-06-09T04:05:23.768Z Compiling slog v2.8.2
21382026-06-09T04:05:23.921Z Compiling serde_tokenstream v0.2.3
21392026-06-09T04:05:24.125Z Compiling slog-json v2.6.1
21402026-06-09T04:05:24.180Z Compiling futures-executor v0.3.32
21412026-06-09T04:05:24.423Z Compiling dof v0.4.0
21422026-06-09T04:05:24.504Z Compiling openapiv3 v2.2.0
21432026-06-09T04:05:24.845Z Compiling tokio-util v0.7.18
21442026-06-09T04:05:25.482Z Compiling h2 v0.4.14
21452026-06-09T04:05:25.648Z Compiling usdt-macro v0.6.0
21462026-06-09T04:05:25.660Z Compiling usdt-attr-macro v0.6.0
21472026-06-09T04:05:25.814Z Compiling oxnet v0.1.6
21482026-06-09T04:05:25.828Z Compiling async-stream-impl v0.3.6
21492026-06-09T04:05:26.119Z Compiling toml v1.1.2+spec-1.1.0
21502026-06-09T04:05:26.159Z Compiling tokio-rustls v0.26.4
21512026-06-09T04:05:26.214Z Compiling async-compression v0.4.42
21522026-06-09T04:05:26.344Z Compiling futures v0.3.32
21532026-06-09T04:05:26.417Z Compiling usdt v0.6.0
21542026-06-09T04:05:26.424Z Compiling slog-term v2.9.2
21552026-06-09T04:05:26.434Z Compiling slog-bunyan v2.5.0
21562026-06-09T04:05:26.465Z Compiling async-stream v0.3.6
21572026-06-09T04:05:26.522Z Compiling dropshot_endpoint v0.17.1
21582026-06-09T04:05:26.561Z Compiling slog-async v2.8.0
21592026-06-09T04:05:26.637Z Compiling multer v3.1.0
21602026-06-09T04:05:26.678Z Compiling serde_urlencoded v0.7.1
21612026-06-09T04:05:26.869Z Compiling async-trait v0.1.89
21622026-06-09T04:05:26.942Z Compiling proc-macro-crate v3.5.0
21632026-06-09T04:05:26.975Z Compiling serde_path_to_error v0.1.20
21642026-06-09T04:05:27.052Z Compiling http-body-util v0.1.3
21652026-06-09T04:05:27.120Z Compiling rustls-pemfile v2.2.0
21662026-06-09T04:05:27.294Z Compiling crossbeam-epoch v0.9.18
21672026-06-09T04:05:27.317Z Compiling aho-corasick v1.1.4
21682026-06-09T04:05:27.324Z Compiling tempfile v3.27.0
21692026-06-09T04:05:27.349Z Compiling num_enum_derive v0.7.6
21702026-06-09T04:05:27.624Z Compiling hyper v1.10.1
21712026-06-09T04:05:27.722Z Compiling crossbeam-deque v0.8.6
21722026-06-09T04:05:27.860Z Compiling dropshot-api-manager-types v0.7.2
21732026-06-09T04:05:27.912Z Compiling crypto-common v0.1.7
21742026-06-09T04:05:28.074Z Compiling block-buffer v0.10.4
21752026-06-09T04:05:28.220Z Compiling regex-automata v0.4.14
21762026-06-09T04:05:28.240Z Compiling git-stub v1.0.0
21772026-06-09T04:05:28.240Z Compiling clap_builder v4.6.0
21782026-06-09T04:05:28.347Z Compiling digest v0.10.7
21792026-06-09T04:05:28.370Z Compiling num_enum v0.7.6
21802026-06-09T04:05:28.388Z Compiling atomicwrites v0.4.4
21812026-06-09T04:05:28.518Z Compiling rayon-core v1.13.0
21822026-06-09T04:05:28.532Z Compiling fs-err v3.3.0
21832026-06-09T04:05:28.562Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
21842026-06-09T04:05:28.573Z Compiling serde_repr v0.1.20
21852026-06-09T04:05:28.841Z Compiling hyper-util v0.1.20
21862026-06-09T04:05:29.193Z Compiling clap_derive v4.6.1
21872026-06-09T04:05:29.227Z Compiling terminal_size v0.4.4
21882026-06-09T04:05:29.260Z Compiling nom v8.0.0
21892026-06-09T04:05:29.367Z Compiling bstr v1.12.1
21902026-06-09T04:05:29.377Z Compiling is_ci v1.2.0
21912026-06-09T04:05:29.429Z Compiling either v1.16.0
21922026-06-09T04:05:29.525Z Compiling textwrap v0.16.2
21932026-06-09T04:05:29.629Z Compiling similar v2.7.0
21942026-06-09T04:05:29.727Z Compiling rayon v1.12.0
21952026-06-09T04:05:30.036Z Compiling dropshot v0.17.1
21962026-06-09T04:05:30.505Z Compiling regex v1.12.3
21972026-06-09T04:05:30.515Z Compiling supports-color v3.0.2
21982026-06-09T04:05:30.688Z Compiling sha2 v0.10.9
21992026-06-09T04:05:30.925Z Compiling clap v4.6.1
22002026-06-09T04:05:30.942Z Compiling drift v0.2.0
22012026-06-09T04:05:30.959Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
22022026-06-09T04:05:31.071Z Compiling git-stub-vcs v0.1.0
22032026-06-09T04:05:31.471Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
22042026-06-09T04:05:32.733Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
22052026-06-09T04:05:32.733Z Compiling dropshot-api-manager v0.7.2
22062026-06-09T04:05:35.773Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
22072026-06-09T04:05:36.792Z Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
22082026-06-09T04:05:43.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.76s
22092026-06-09T04:05:43.630Z Running `target/debug/maghemite-dropshot-apis check`
22102026-06-09T04:05:43.662Z -------
22112026-06-09T04:05:43.662Z Generating OpenAPI documents from API definitions ...
22122026-06-09T04:05:43.730Z Loading local OpenAPI documents from "/work/oxidecomputer/maghemite/openapi" ...
22132026-06-09T04:05:43.750Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
22142026-06-09T04:05:43.876Z -------
22152026-06-09T04:05:43.876Z Checking 12 OpenAPI documents...
22162026-06-09T04:05:43.876Z Fresh ddm-admin (versioned v1.0.0 (blessed)): DDM Admin
22172026-06-09T04:05:43.876Z Fresh ddm-admin (versioned v2.0.0 (blessed)): DDM Admin
22182026-06-09T04:05:43.876Z Fresh ddm-admin "latest" symlink
22192026-06-09T04:05:43.883Z Fresh mg-admin (versioned v1.0.0 (blessed)): Maghemite Admin
22202026-06-09T04:05:43.883Z Fresh mg-admin (versioned v2.0.0 (blessed)): Maghemite Admin
22212026-06-09T04:05:43.883Z Fresh mg-admin (versioned v3.0.0 (blessed)): Maghemite Admin
22222026-06-09T04:05:43.883Z Fresh mg-admin (versioned v4.0.0 (blessed)): Maghemite Admin
22232026-06-09T04:05:43.883Z Fresh mg-admin (versioned v5.0.0 (blessed)): Maghemite Admin
22242026-06-09T04:05:43.884Z Fresh mg-admin (versioned v6.0.0 (blessed)): Maghemite Admin
22252026-06-09T04:05:43.884Z Fresh mg-admin (versioned v7.0.0 (blessed)): Maghemite Admin
22262026-06-09T04:05:43.884Z Fresh mg-admin (versioned v8.0.0 (blessed)): Maghemite Admin
22272026-06-09T04:05:43.884Z Fresh mg-admin (versioned v9.0.0 (blessed)): Maghemite Admin
22282026-06-09T04:05:43.884Z Fresh mg-admin (versioned v10.0.0 (blessed)): Maghemite Admin
22292026-06-09T04:05:43.884Z Fresh mg-admin "latest" symlink
22302026-06-09T04:05:43.884Z -------
22312026-06-09T04:05:43.884Z Success 12 documents checked: 14 fresh, 0 stale, 0 failed, 0 other problems
22322026-06-09T04:05:43.927Z+ banner build
22332026-06-09T04:05:43.940Z
22342026-06-09T04:05:43.940Z ##### # # # # #####
22352026-06-09T04:05:43.940Z # # # # # # # #
22362026-06-09T04:05:43.940Z ##### # # # # # #
22372026-06-09T04:05:43.940Z # # # # # # # #
22382026-06-09T04:05:43.940Z # # # # # # # #
22392026-06-09T04:05:43.940Z ##### #### # ###### #####
22402026-06-09T04:05:43.941Z
22412026-06-09T04:05:43.941Z+ ptime -m cargo build
22422026-06-09T04:05:44.552Z Compiling smallvec v1.15.1
22432026-06-09T04:05:44.652Z Compiling log v0.4.32
22442026-06-09T04:05:44.662Z Compiling slog v2.8.2
22452026-06-09T04:05:44.700Z Compiling ring v0.17.14
22462026-06-09T04:05:44.711Z Compiling webpki-roots v1.0.7
22472026-06-09T04:05:44.758Z Compiling similar v2.7.0
22482026-06-09T04:05:44.808Z Compiling fxhash v0.2.1
22492026-06-09T04:05:44.843Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
22502026-06-09T04:05:44.843Z Compiling icu_normalizer v2.2.0
22512026-06-09T04:05:44.873Z Compiling parking_lot_core v0.9.12
22522026-06-09T04:05:44.919Z Compiling goblin v0.10.7
22532026-06-09T04:05:44.983Z Compiling goblin v0.8.2
22542026-06-09T04:05:45.051Z Compiling slog-async v2.8.0
22552026-06-09T04:05:45.075Z Compiling slog-term v2.9.2
22562026-06-09T04:05:45.158Z Compiling parking_lot v0.12.5
22572026-06-09T04:05:45.371Z Compiling idna_adapter v1.2.2
22582026-06-09T04:05:45.500Z Compiling idna v1.1.0
22592026-06-09T04:05:45.537Z Compiling tokio v1.52.3
22602026-06-09T04:05:45.537Z Compiling slog-json v2.6.1
22612026-06-09T04:05:45.681Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22622026-06-09T04:05:45.696Z Compiling expectorate v1.2.0
22632026-06-09T04:05:45.749Z Compiling slog-bunyan v2.5.0
22642026-06-09T04:05:45.749Z Compiling globset v0.4.18
22652026-06-09T04:05:45.854Z Compiling url v2.5.8
22662026-06-09T04:05:45.895Z Compiling rustls-webpki v0.103.13
22672026-06-09T04:05:46.245Z Compiling moka v0.12.15
22682026-06-09T04:05:46.508Z Compiling schemars v0.8.22
22692026-06-09T04:05:46.554Z Compiling rustls v0.23.40
22702026-06-09T04:05:46.682Z Compiling parking_lot_core v0.8.6
22712026-06-09T04:05:46.829Z Compiling arc-swap v1.9.1
22722026-06-09T04:05:47.049Z Compiling parking_lot v0.11.2
22732026-06-09T04:05:47.078Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
22742026-06-09T04:05:47.128Z Compiling dof v0.3.0
22752026-06-09T04:05:47.337Z Compiling ipnetwork v0.21.1
22762026-06-09T04:05:47.366Z Compiling newtype-uuid v1.3.2
22772026-06-09T04:05:47.716Z Compiling oxnet v0.1.6
22782026-06-09T04:05:47.782Z Compiling dof v0.4.0
22792026-06-09T04:05:47.844Z Compiling serde_with v3.20.0
22802026-06-09T04:05:47.951Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
22812026-06-09T04:05:49.349Z Compiling daft v0.1.7
22822026-06-09T04:05:49.391Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22832026-06-09T04:05:49.391Z Compiling usdt-impl v0.6.0
22842026-06-09T04:05:49.391Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
22852026-06-09T04:05:49.391Z Compiling iddqd v0.4.2
22862026-06-09T04:05:49.391Z Compiling usdt v0.6.0
22872026-06-09T04:05:49.434Z Compiling tokio-util v0.7.18
22882026-06-09T04:05:49.434Z Compiling tower v0.5.3
22892026-06-09T04:05:49.487Z Compiling async-compression v0.4.42
22902026-06-09T04:05:49.614Z Compiling tokio-rustls v0.26.4
22912026-06-09T04:05:49.620Z Compiling rustls-platform-verifier v0.7.0
22922026-06-09T04:05:49.756Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22932026-06-09T04:05:49.940Z Compiling tower-http v0.6.11
22942026-06-09T04:05:49.955Z Compiling backoff v0.4.0
22952026-06-09T04:05:49.955Z Compiling typify-impl v0.6.2
22962026-06-09T04:05:49.989Z Compiling h2 v0.4.14
22972026-06-09T04:05:50.116Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22982026-06-09T04:05:50.125Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22992026-06-09T04:05:50.296Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23002026-06-09T04:05:50.309Z Compiling byte-wrapper v0.1.0
23012026-06-09T04:05:50.507Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23022026-06-09T04:05:50.550Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23032026-06-09T04:05:50.623Z Compiling usdt-impl v0.5.0
23042026-06-09T04:05:50.720Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23052026-06-09T04:05:51.082Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23062026-06-09T04:05:51.676Z Compiling usdt v0.5.0
23072026-06-09T04:05:51.733Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23082026-06-09T04:05:51.733Z Compiling typify v0.6.2
23092026-06-09T04:05:51.733Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
23102026-06-09T04:05:51.733Z Compiling progenitor-impl v0.13.0
23112026-06-09T04:05:51.755Z Compiling progenitor-impl v0.14.0
23122026-06-09T04:05:52.390Z Compiling hyper v1.10.1
23132026-06-09T04:05:52.931Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23142026-06-09T04:05:52.944Z Compiling hickory-proto v0.24.4
23152026-06-09T04:05:53.042Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23162026-06-09T04:05:53.303Z Compiling tokio-stream v0.1.18
23172026-06-09T04:05:53.899Z Compiling hyper-util v0.1.20
23182026-06-09T04:05:54.136Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23192026-06-09T04:05:54.292Z Compiling tokio-dtrace v0.1.1
23202026-06-09T04:05:54.334Z Compiling zone v0.3.1
23212026-06-09T04:05:54.437Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23222026-06-09T04:05:54.580Z Compiling libsw-core v0.3.2
23232026-06-09T04:05:54.766Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
23242026-06-09T04:05:54.880Z Compiling hickory-resolver v0.24.4
23252026-06-09T04:05:54.960Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
23262026-06-09T04:05:55.031Z Compiling libsw v3.5.0
23272026-06-09T04:05:55.310Z Compiling hyper-rustls v0.27.9
23282026-06-09T04:05:55.483Z Compiling dropshot v0.17.1
23292026-06-09T04:05:55.567Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
23302026-06-09T04:05:55.589Z Compiling reqwest v0.13.4
23312026-06-09T04:05:55.589Z Compiling reqwest v0.12.28
23322026-06-09T04:05:55.635Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23332026-06-09T04:05:55.813Z Compiling qorb v0.4.1
23342026-06-09T04:05:55.873Z Compiling oxide-tokio-rt v0.1.6
23352026-06-09T04:05:56.143Z Compiling slog-dtrace v0.3.0
23362026-06-09T04:05:56.188Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23372026-06-09T04:05:56.346Z Compiling tough v0.22.0
23382026-06-09T04:05:56.462Z Compiling cancel-safe-futures v0.1.5
23392026-06-09T04:05:57.657Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
23402026-06-09T04:05:57.718Z Compiling progenitor-client v0.14.0
23412026-06-09T04:05:57.718Z Compiling progenitor-client v0.10.0
23422026-06-09T04:05:57.718Z Compiling progenitor-extras v0.2.0
23432026-06-09T04:05:57.718Z Compiling progenitor-client v0.13.0
23442026-06-09T04:05:57.718Z Compiling progenitor v0.14.0
23452026-06-09T04:05:57.718Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23462026-06-09T04:05:57.733Z Compiling progenitor v0.13.0
23472026-06-09T04:05:57.864Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
23482026-06-09T04:05:57.898Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23492026-06-09T04:05:57.945Z Compiling hickory-proto v0.25.2
23502026-06-09T04:05:58.397Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23512026-06-09T04:05:59.260Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23522026-06-09T04:05:59.316Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23532026-06-09T04:05:59.606Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23542026-06-09T04:05:59.802Z Compiling steno v0.4.1
23552026-06-09T04:05:59.901Z Compiling hickory-resolver v0.25.2
23562026-06-09T04:06:00.440Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
23572026-06-09T04:06:00.552Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
23582026-06-09T04:06:01.285Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23592026-06-09T04:06:01.298Z Compiling sled v0.34.7
23602026-06-09T04:06:01.599Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23612026-06-09T04:06:01.621Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
23622026-06-09T04:06:01.922Z Compiling slog-scope v4.4.1
23632026-06-09T04:06:02.188Z Compiling papergrid v0.18.0
23642026-06-09T04:06:02.556Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23652026-06-09T04:06:02.663Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23662026-06-09T04:06:02.703Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23672026-06-09T04:06:03.579Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23682026-06-09T04:06:04.003Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23692026-06-09T04:06:04.137Z Compiling testing_table v0.3.0
23702026-06-09T04:06:04.274Z Compiling internet-checksum v0.2.1
23712026-06-09T04:06:04.301Z Compiling tabled v0.21.0
23722026-06-09T04:06:04.423Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23732026-06-09T04:06:04.716Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23742026-06-09T04:06:05.155Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23752026-06-09T04:06:05.174Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23762026-06-09T04:06:06.572Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23772026-06-09T04:06:06.622Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23782026-06-09T04:06:06.622Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23792026-06-09T04:06:06.622Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23802026-06-09T04:06:06.623Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
23812026-06-09T04:06:06.623Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
23822026-06-09T04:06:06.733Z Compiling slog-stdlog v4.1.1
23832026-06-09T04:06:06.784Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
23842026-06-09T04:06:06.937Z Compiling dropshot-api-manager-types v0.7.2
23852026-06-09T04:06:06.954Z Compiling slog-envlogger v2.2.0
23862026-06-09T04:06:07.095Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
23872026-06-09T04:06:07.169Z Compiling const-random v0.1.18
23882026-06-09T04:06:07.243Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
23892026-06-09T04:06:07.288Z Compiling typify-impl v0.4.3
23902026-06-09T04:06:07.368Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23912026-06-09T04:06:07.645Z Compiling crc8 v0.1.1
23922026-06-09T04:06:07.715Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23932026-06-09T04:06:07.726Z Compiling ahash v0.8.12
23942026-06-09T04:06:07.923Z Compiling smartstring v1.0.1
23952026-06-09T04:06:07.954Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
23962026-06-09T04:06:08.074Z Compiling sha1 v0.10.6
23972026-06-09T04:06:08.403Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
23982026-06-09T04:06:08.459Z Compiling thin-vec v0.2.18
23992026-06-09T04:06:08.792Z Compiling utf-8 v0.7.6
24002026-06-09T04:06:08.852Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
24012026-06-09T04:06:08.886Z Compiling tungstenite v0.21.0
24022026-06-09T04:06:08.935Z Compiling typify v0.4.3
24032026-06-09T04:06:09.049Z Compiling progenitor-impl v0.10.0
24042026-06-09T04:06:09.205Z Compiling rhai v1.25.1
24052026-06-09T04:06:09.431Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24062026-06-09T04:06:09.686Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
24072026-06-09T04:06:09.981Z Compiling sha2 v0.10.9
24082026-06-09T04:06:10.160Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24092026-06-09T04:06:10.205Z Compiling tokio-tungstenite v0.21.0
24102026-06-09T04:06:10.514Z Compiling progenitor v0.10.0
24112026-06-09T04:06:10.669Z Compiling lzma-sys v0.1.20
24122026-06-09T04:06:10.776Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
24132026-06-09T04:06:11.731Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24142026-06-09T04:06:11.915Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24152026-06-09T04:06:12.154Z Compiling typeid v1.0.3
24162026-06-09T04:06:12.154Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
24172026-06-09T04:06:12.284Z Compiling console v0.16.3
24182026-06-09T04:06:12.731Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24192026-06-09T04:06:12.997Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24202026-06-09T04:06:13.252Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24212026-06-09T04:06:13.661Z Compiling git-stub v1.0.0
24222026-06-09T04:06:13.830Z Compiling toml_datetime v0.7.5+spec-1.1.0
24232026-06-09T04:06:13.956Z Compiling base64 v0.21.7
24242026-06-09T04:06:14.164Z Compiling unit-prefix v0.5.2
24252026-06-09T04:06:14.496Z Compiling indicatif v0.18.4
24262026-06-09T04:06:14.590Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24272026-06-09T04:06:14.590Z Compiling toml v0.9.12+spec-1.1.0
24282026-06-09T04:06:15.262Z Compiling git-stub-vcs v0.1.0
24292026-06-09T04:06:15.597Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
24302026-06-09T04:06:15.612Z Compiling ron v0.12.1
24312026-06-09T04:06:17.591Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
24322026-06-09T04:06:17.665Z Compiling xz2 v0.1.7
24332026-06-09T04:06:17.666Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
24342026-06-09T04:06:17.666Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
24352026-06-09T04:06:17.666Z Compiling drift v0.2.0
24362026-06-09T04:06:17.666Z Compiling base16ct v1.0.0
24372026-06-09T04:06:17.666Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
24382026-06-09T04:06:17.666Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
24392026-06-09T04:06:17.797Z Compiling dropshot-api-manager v0.7.2
24402026-06-09T04:06:17.834Z Compiling natord v1.0.9
24412026-06-09T04:06:17.958Z Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util)
24422026-06-09T04:06:21.785Z Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
24432026-06-09T04:06:22.088Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24442026-06-09T04:06:30.093Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24452026-06-09T04:06:31.758Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24462026-06-09T04:06:32.751Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
24472026-06-09T04:06:33.704Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
24482026-06-09T04:06:33.704Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
24492026-06-09T04:06:33.724Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
24502026-06-09T04:06:34.170Z Compiling mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify)
24512026-06-09T04:06:34.180Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
24522026-06-09T04:06:34.180Z Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
24532026-06-09T04:06:34.621Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
24542026-06-09T04:06:36.078Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
24552026-06-09T04:06:36.078Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
24562026-06-09T04:06:36.078Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
24572026-06-09T04:06:40.677Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
24582026-06-09T04:06:42.771Z Compiling falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab)
24592026-06-09T04:06:42.771Z Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
24602026-06-09T04:06:42.787Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
24612026-06-09T04:07:20.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 36s
24622026-06-09T04:07:20.920Z
24632026-06-09T04:07:20.920Zreal 1:36.944668152
24642026-06-09T04:07:20.920Zuser 7:12.619208258
24652026-06-09T04:07:20.921Zsys 1:02.336861642
24662026-06-09T04:07:20.921Ztrap 0.186031089
24672026-06-09T04:07:20.921Ztflt 0.019174622
24682026-06-09T04:07:20.921Zdflt 0.177616250
24692026-06-09T04:07:20.924Zkflt 0.000050605
24702026-06-09T04:07:20.924Zlock 27:52.981803410
24712026-06-09T04:07:20.924Zslp 22:54.785393553
24722026-06-09T04:07:20.924Zlat 23.450194279
24732026-06-09T04:07:20.924Zstop 35.263489606
24742026-06-09T04:07:20.924Z+ ptime -m cargo build --release
24752026-06-09T04:07:21.554Z Compiling proc-macro2 v1.0.106
24762026-06-09T04:07:21.554Z Compiling quote v1.0.45
24772026-06-09T04:07:21.555Z Compiling unicode-ident v1.0.24
24782026-06-09T04:07:21.555Z Compiling serde_core v1.0.228
24792026-06-09T04:07:21.555Z Compiling serde v1.0.228
24802026-06-09T04:07:21.558Z Compiling libc v0.2.186
24812026-06-09T04:07:21.558Z Compiling cfg-if v1.0.4
24822026-06-09T04:07:21.790Z Compiling zmij v1.0.21
24832026-06-09T04:07:21.802Z Compiling autocfg v1.5.1
24842026-06-09T04:07:22.016Z Compiling memchr v2.8.1
24852026-06-09T04:07:22.101Z Compiling libm v0.2.16
24862026-06-09T04:07:22.216Z Compiling itoa v1.0.18
24872026-06-09T04:07:22.502Z Compiling icu_normalizer_data v2.2.0
24882026-06-09T04:07:22.542Z Compiling icu_properties_data v2.2.0
24892026-06-09T04:07:22.766Z Compiling version_check v0.9.5
24902026-06-09T04:07:22.805Z Compiling stable_deref_trait v1.2.1
24912026-06-09T04:07:22.919Z Compiling syn v2.0.117
24922026-06-09T04:07:22.936Z Compiling serde_json v1.0.150
24932026-06-09T04:07:23.013Z Compiling litemap v0.8.2
24942026-06-09T04:07:23.033Z Compiling writeable v0.6.3
24952026-06-09T04:07:23.203Z Compiling thiserror v2.0.18
24962026-06-09T04:07:23.216Z Compiling utf8_iter v1.0.4
24972026-06-09T04:07:23.278Z Compiling num-traits v0.2.19
24982026-06-09T04:07:23.292Z Compiling percent-encoding v2.3.2
24992026-06-09T04:07:23.563Z Compiling form_urlencoded v1.2.2
25002026-06-09T04:07:23.576Z Compiling getrandom v0.4.2
25012026-06-09T04:07:23.602Z Compiling rand_core v0.10.1
25022026-06-09T04:07:23.767Z Compiling parking_lot_core v0.9.12
25032026-06-09T04:07:23.836Z Compiling iana-time-zone v0.1.65
25042026-06-09T04:07:23.877Z Compiling heck v0.5.0
25052026-06-09T04:07:24.070Z Compiling uuid v1.23.2
25062026-06-09T04:07:24.095Z Compiling errno v0.3.14
25072026-06-09T04:07:24.216Z Compiling zerocopy v0.8.50
25082026-06-09T04:07:24.473Z Compiling semver v1.0.28
25092026-06-09T04:07:24.510Z Compiling dyn-clone v1.0.20
25102026-06-09T04:07:24.655Z Compiling schemars v0.8.22
25112026-06-09T04:07:24.793Z Compiling jobserver v0.1.34
25122026-06-09T04:07:24.857Z Compiling find-msvc-tools v0.1.9
25132026-06-09T04:07:24.953Z Compiling shlex v2.0.1
25142026-06-09T04:07:25.097Z Compiling cc v1.2.63
25152026-06-09T04:07:25.110Z Compiling rustversion v1.0.22
25162026-06-09T04:07:25.129Z Compiling pin-project-lite v0.2.17
25172026-06-09T04:07:25.156Z Compiling getrandom v0.2.17
25182026-06-09T04:07:25.233Z Compiling bitflags v2.12.1
25192026-06-09T04:07:25.347Z Compiling socket2 v0.6.4
25202026-06-09T04:07:25.376Z Compiling scopeguard v1.2.0
25212026-06-09T04:07:25.496Z Compiling portable-atomic v1.13.1
25222026-06-09T04:07:25.612Z Compiling lock_api v0.4.14
25232026-06-09T04:07:25.670Z Compiling log v0.4.32
25242026-06-09T04:07:25.858Z Compiling synstructure v0.13.2
25252026-06-09T04:07:25.871Z Compiling serde_derive_internals v0.29.1
25262026-06-09T04:07:26.142Z Compiling critical-section v1.2.0
25272026-06-09T04:07:26.259Z Compiling signal-hook-registry v1.4.8
25282026-06-09T04:07:26.348Z Compiling mio v1.2.1
25292026-06-09T04:07:26.361Z Compiling equivalent v1.0.2
25302026-06-09T04:07:26.437Z Compiling cmake v0.1.58
25312026-06-09T04:07:26.507Z Compiling once_cell v1.21.4
25322026-06-09T04:07:26.601Z Compiling fs_extra v1.3.0
25332026-06-09T04:07:26.673Z Compiling dunce v1.0.5
25342026-06-09T04:07:26.737Z Compiling subtle v2.6.1
25352026-06-09T04:07:26.776Z Compiling futures-core v0.3.32
25362026-06-09T04:07:26.776Z Compiling httparse v1.10.1
25372026-06-09T04:07:26.851Z Compiling futures-sink v0.3.32
25382026-06-09T04:07:26.863Z Compiling aws-lc-sys v0.41.0
25392026-06-09T04:07:26.877Z Compiling serde_derive v1.0.228
25402026-06-09T04:07:26.904Z Compiling zerofrom-derive v0.1.7
25412026-06-09T04:07:26.931Z Compiling yoke-derive v0.8.2
25422026-06-09T04:07:26.944Z Compiling zerovec-derive v0.11.3
25432026-06-09T04:07:26.963Z Compiling displaydoc v0.2.6
25442026-06-09T04:07:27.051Z Compiling schemars_derive v0.8.22
25452026-06-09T04:07:27.158Z Compiling thiserror-impl v2.0.18
25462026-06-09T04:07:27.744Z Compiling tokio-macros v2.7.0
25472026-06-09T04:07:27.759Z Compiling zerocopy-derive v0.8.50
25482026-06-09T04:07:28.000Z Compiling zeroize_derive v1.4.3
25492026-06-09T04:07:28.050Z Compiling futures-macro v0.3.32
25502026-06-09T04:07:28.084Z Compiling zerofrom v0.1.8
25512026-06-09T04:07:28.220Z Compiling yoke v0.8.3
25522026-06-09T04:07:28.276Z Compiling slab v0.4.12
25532026-06-09T04:07:28.389Z Compiling zerovec v0.11.6
25542026-06-09T04:07:28.425Z Compiling zerotrie v0.2.4
25552026-06-09T04:07:28.603Z Compiling rustix v1.1.4
25562026-06-09T04:07:28.630Z Compiling thiserror v1.0.69
25572026-06-09T04:07:28.693Z Compiling zeroize v1.8.2
25582026-06-09T04:07:28.865Z Compiling typenum v1.20.1
25592026-06-09T04:07:28.904Z Compiling futures-channel v0.3.32
25602026-06-09T04:07:28.942Z Compiling tinystr v0.8.3
25612026-06-09T04:07:28.964Z Compiling potential_utf v0.1.5
25622026-06-09T04:07:28.983Z Compiling thiserror-impl v1.0.69
25632026-06-09T04:07:29.027Z Compiling futures-io v0.3.32
25642026-06-09T04:07:29.150Z Compiling icu_locale_core v2.2.0
25652026-06-09T04:07:29.163Z Compiling icu_collections v2.2.0
25662026-06-09T04:07:29.166Z Compiling futures-task v0.3.32
25672026-06-09T04:07:29.198Z Compiling hashbrown v0.17.1
25682026-06-09T04:07:29.364Z Compiling futures-util v0.3.32
25692026-06-09T04:07:29.803Z Compiling indexmap v2.14.0
25702026-06-09T04:07:30.180Z Compiling smallvec v1.15.1
25712026-06-09T04:07:30.204Z Compiling bytes v1.11.1
25722026-06-09T04:07:30.217Z Compiling icu_provider v2.2.0
25732026-06-09T04:07:30.464Z Compiling chrono v0.4.45
25742026-06-09T04:07:30.477Z Compiling serde_tokenstream v0.2.3
25752026-06-09T04:07:30.638Z Compiling icu_normalizer v2.2.0
25762026-06-09T04:07:30.779Z Compiling icu_properties v2.2.0
25772026-06-09T04:07:31.087Z Compiling parking_lot v0.12.5
25782026-06-09T04:07:31.790Z Compiling idna_adapter v1.2.2
25792026-06-09T04:07:31.822Z Compiling tokio v1.52.3
25802026-06-09T04:07:31.943Z Compiling idna v1.1.0
25812026-06-09T04:07:31.943Z Compiling ucd-trie v0.1.7
25822026-06-09T04:07:32.110Z Compiling pest v2.8.6
25832026-06-09T04:07:32.185Z Compiling tracing-attributes v0.1.31
25842026-06-09T04:07:32.354Z Compiling url v2.5.8
25852026-06-09T04:07:32.391Z Compiling tracing-core v0.1.36
25862026-06-09T04:07:32.872Z Compiling rand_core v0.6.4
25872026-06-09T04:07:33.340Z Compiling regex-syntax v0.8.10
25882026-06-09T04:07:33.428Z Compiling tracing v0.1.44
25892026-06-09T04:07:33.536Z Compiling pest_meta v2.8.6
25902026-06-09T04:07:33.789Z Compiling slog v2.8.2
25912026-06-09T04:07:34.011Z Compiling base64 v0.22.1
25922026-06-09T04:07:34.054Z Compiling byteorder v1.5.0
25932026-06-09T04:07:34.262Z Compiling ipnetwork v0.21.1
25942026-06-09T04:07:34.524Z Compiling pest_generator v2.8.6
25952026-06-09T04:07:34.800Z Compiling http v1.4.2
25962026-06-09T04:07:34.862Z Compiling erased-serde v0.3.31
25972026-06-09T04:07:35.152Z Compiling aho-corasick v1.1.4
25982026-06-09T04:07:35.460Z Compiling getrandom v0.3.4
25992026-06-09T04:07:35.820Z Compiling pest_derive v2.8.6
26002026-06-09T04:07:36.331Z Compiling regex-automata v0.4.14
26012026-06-09T04:07:36.392Z Compiling anyhow v1.0.102
26022026-06-09T04:07:36.474Z Compiling fnv v1.0.7
26032026-06-09T04:07:36.650Z Compiling oxnet v0.1.6
26042026-06-09T04:07:36.844Z Compiling rustls-pki-types v1.14.1
26052026-06-09T04:07:37.431Z Compiling ring v0.17.14
26062026-06-09T04:07:37.684Z Compiling aws-lc-rs v1.17.0
26072026-06-09T04:07:37.933Z Compiling paste v1.0.15
26082026-06-09T04:07:37.973Z Compiling regex v1.12.3
26092026-06-09T04:07:38.293Z Compiling strsim v0.11.1
26102026-06-09T04:07:38.599Z Compiling tokio-util v0.7.18
26112026-06-09T04:07:38.806Z Compiling time-core v0.1.8
26122026-06-09T04:07:38.838Z Compiling num-conv v0.2.2
26132026-06-09T04:07:38.954Z Compiling ipnet v2.12.0
26142026-06-09T04:07:38.995Z Compiling untrusted v0.9.0
26152026-06-09T04:07:39.134Z Compiling untrusted v0.7.1
26162026-06-09T04:07:39.267Z Compiling time-macros v0.2.27
26172026-06-09T04:07:40.398Z Compiling rustls v0.23.40
26182026-06-09T04:07:40.504Z Compiling ident_case v1.0.1
26192026-06-09T04:07:40.631Z Compiling http-body v1.0.1
26202026-06-09T04:07:40.715Z Compiling scroll_derive v0.13.1
26212026-06-09T04:07:40.811Z Compiling camino v1.2.2
26222026-06-09T04:07:41.154Z Compiling atomic-waker v1.1.2
26232026-06-09T04:07:41.294Z Compiling async-trait v0.1.89
26242026-06-09T04:07:41.539Z Compiling tower-layer v0.3.3
26252026-06-09T04:07:41.552Z Compiling pretty-hex v0.4.2
26262026-06-09T04:07:41.696Z Compiling omicron-workspace-hack v0.1.0
26272026-06-09T04:07:41.740Z Compiling ryu v1.0.23
26282026-06-09T04:07:41.929Z Compiling tower-service v0.3.3
26292026-06-09T04:07:42.041Z Compiling try-lock v0.2.5
26302026-06-09T04:07:42.202Z Compiling want v0.3.1
26312026-06-09T04:07:42.229Z Compiling h2 v0.4.14
26322026-06-09T04:07:42.414Z Compiling ppv-lite86 v0.2.21
26332026-06-09T04:07:42.489Z Compiling crossbeam-utils v0.8.21
26342026-06-09T04:07:43.095Z Compiling httpdate v1.0.3
26352026-06-09T04:07:43.521Z Compiling crc32fast v1.5.0
26362026-06-09T04:07:44.084Z Compiling usdt-impl v0.6.0
26372026-06-09T04:07:44.360Z Compiling slog-async v2.8.0
26382026-06-09T04:07:44.699Z Compiling hyper v1.10.1
26392026-06-09T04:07:45.025Z Compiling serde_urlencoded v0.7.1
26402026-06-09T04:07:45.121Z Compiling scroll v0.13.0
26412026-06-09T04:07:45.306Z Compiling http-body-util v0.1.3
26422026-06-09T04:07:45.387Z Compiling plain v0.2.3
26432026-06-09T04:07:45.509Z Compiling goblin v0.10.7
26442026-06-09T04:07:45.608Z Compiling daft-derive v0.1.7
26452026-06-09T04:07:46.403Z Compiling hyper-util v0.1.20
26462026-06-09T04:07:48.765Z Compiling allocator-api2 v0.2.21
26472026-06-09T04:07:49.190Z Compiling foldhash v0.2.0
26482026-06-09T04:07:49.261Z Compiling dof v0.4.0
26492026-06-09T04:07:49.384Z Compiling hashbrown v0.16.1
26502026-06-09T04:07:49.492Z Compiling dtrace-parser v0.3.0
26512026-06-09T04:07:49.527Z Compiling openapiv3 v2.2.0
26522026-06-09T04:07:50.084Z Compiling thread-id v5.1.0
26532026-06-09T04:07:50.175Z Compiling syn v1.0.109
26542026-06-09T04:07:50.672Z Compiling generic-array v0.14.7
26552026-06-09T04:07:50.934Z Compiling powerfmt v0.2.0
26562026-06-09T04:07:51.132Z Compiling deranged v0.5.8
26572026-06-09T04:07:51.908Z Compiling num_threads v0.1.7
26582026-06-09T04:07:52.333Z Compiling time v0.3.47
26592026-06-09T04:07:53.059Z Compiling usdt-attr-macro v0.6.0
26602026-06-09T04:07:53.366Z Compiling usdt-macro v0.6.0
26612026-06-09T04:07:53.396Z Compiling rand_core v0.9.5
26622026-06-09T04:07:53.955Z Compiling multer v3.1.0
26632026-06-09T04:07:54.209Z Compiling ref-cast v1.0.25
26642026-06-09T04:07:54.498Z Compiling crossbeam-channel v0.5.15
26652026-06-09T04:07:54.584Z Compiling sync_wrapper v1.0.2
26662026-06-09T04:07:54.587Z Compiling winnow v1.0.3
26672026-06-09T04:07:54.711Z Compiling cpufeatures v0.3.0
26682026-06-09T04:07:54.795Z Compiling hex v0.4.3
26692026-06-09T04:07:54.853Z Compiling tower v0.5.3
26702026-06-09T04:07:55.104Z Compiling rand_chacha v0.9.0
26712026-06-09T04:07:55.214Z Compiling webpki-roots v1.0.7
26722026-06-09T04:07:55.218Z Compiling futures-executor v0.3.32
26732026-06-09T04:07:55.313Z Compiling ref-cast-impl v1.0.25
26742026-06-09T04:07:55.405Z Compiling async-stream-impl v0.3.6
26752026-06-09T04:07:55.643Z Compiling dropshot v0.17.1
26762026-06-09T04:07:55.682Z Compiling thread_local v1.1.9
26772026-06-09T04:07:55.961Z Compiling futures v0.3.32
26782026-06-09T04:07:56.023Z Compiling rand v0.9.4
26792026-06-09T04:07:56.036Z Compiling tower-http v0.6.11
26802026-06-09T04:07:56.108Z Compiling structmeta-derive v0.3.0
26812026-06-09T04:07:56.120Z Compiling is-terminal v0.4.17
26822026-06-09T04:07:56.135Z Compiling take_mut v0.2.2
26832026-06-09T04:07:56.247Z Compiling term v1.2.1
26842026-06-09T04:07:56.325Z Compiling fastrand v2.4.1
26852026-06-09T04:07:56.661Z Compiling slog-term v2.9.2
26862026-06-09T04:07:56.737Z Compiling crypto-common v0.1.7
26872026-06-09T04:07:56.889Z Compiling darling_core v0.23.0
26882026-06-09T04:07:57.145Z Compiling dropshot_endpoint v0.17.1
26892026-06-09T04:07:57.150Z Compiling structmeta v0.3.0
26902026-06-09T04:07:57.361Z Compiling newtype-uuid-macros v0.1.0
26912026-06-09T04:07:58.049Z Compiling newtype-uuid v1.3.2
26922026-06-09T04:07:58.086Z Compiling strum_macros v0.26.4
26932026-06-09T04:07:58.431Z Compiling daft v0.1.7
26942026-06-09T04:07:58.723Z Compiling tempfile v3.27.0
26952026-06-09T04:07:58.954Z Compiling darling_macro v0.23.0
26962026-06-09T04:07:59.005Z Compiling hybrid-array v0.4.12
26972026-06-09T04:07:59.456Z Compiling either v1.16.0
26982026-06-09T04:07:59.527Z Compiling simd-adler32 v0.3.9
26992026-06-09T04:07:59.623Z Compiling darling v0.23.0
27002026-06-09T04:07:59.703Z Compiling adler2 v2.0.1
27012026-06-09T04:07:59.707Z Compiling openssl-probe v0.2.1
27022026-06-09T04:07:59.707Z Compiling match_cfg v0.1.0
27032026-06-09T04:07:59.770Z Compiling serde_with_macros v3.20.0
27042026-06-09T04:07:59.774Z Compiling miniz_oxide v0.8.9
27052026-06-09T04:07:59.829Z Compiling rustls-native-certs v0.8.4
27062026-06-09T04:07:59.941Z Compiling hostname v0.3.1
27072026-06-09T04:08:00.109Z Compiling toml_parser v1.1.2+spec-1.1.0
27082026-06-09T04:08:00.377Z Compiling slog-json v2.6.1
27092026-06-09T04:08:00.663Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27102026-06-09T04:08:00.667Z Compiling serde_spanned v1.1.1
27112026-06-09T04:08:00.802Z Compiling memmap2 v0.9.10
27122026-06-09T04:08:01.140Z Compiling toml_writer v1.1.1+spec-1.1.0
27132026-06-09T04:08:01.176Z Compiling slog-bunyan v2.5.0
27142026-06-09T04:08:01.286Z Compiling flate2 v1.1.9
27152026-06-09T04:08:01.356Z Compiling block-buffer v0.12.0
27162026-06-09T04:08:01.395Z Compiling crypto-common v0.2.2
27172026-06-09T04:08:01.419Z Compiling derive-ex v0.1.8
27182026-06-09T04:08:01.539Z Compiling rand_chacha v0.3.1
27192026-06-09T04:08:01.810Z Compiling strum_macros v0.27.2
27202026-06-09T04:08:02.667Z Compiling usdt v0.6.0
27212026-06-09T04:08:02.736Z Compiling compression-core v0.4.32
27222026-06-09T04:08:02.921Z Compiling debug-ignore v1.0.5
27232026-06-09T04:08:03.021Z Compiling const-oid v0.10.2
27242026-06-09T04:08:03.039Z Compiling test-strategy v0.4.5
27252026-06-09T04:08:03.301Z Compiling digest v0.11.3
27262026-06-09T04:08:03.317Z Compiling compression-codecs v0.4.38
27272026-06-09T04:08:03.503Z Compiling rand v0.8.6
27282026-06-09T04:08:03.709Z Compiling macaddr v1.0.1
27292026-06-09T04:08:03.721Z Compiling toml_datetime v1.1.1+spec-1.1.0
27302026-06-09T04:08:03.969Z Compiling encoding_rs v0.8.35
27312026-06-09T04:08:03.997Z Compiling mime v0.3.17
27322026-06-09T04:08:04.325Z Compiling spin v0.9.8
27332026-06-09T04:08:04.424Z Compiling toml v1.1.2+spec-1.1.0
27342026-06-09T04:08:04.510Z Compiling async-compression v0.4.42
27352026-06-09T04:08:04.513Z Compiling sha1 v0.11.0
27362026-06-09T04:08:04.568Z Compiling async-stream v0.3.6
27372026-06-09T04:08:04.819Z Compiling block-buffer v0.10.4
27382026-06-09T04:08:04.919Z Compiling waitgroup v0.1.2
27392026-06-09T04:08:04.955Z Compiling rustls-pemfile v2.2.0
27402026-06-09T04:08:04.995Z Compiling serde_path_to_error v0.1.20
27412026-06-09T04:08:05.243Z Compiling hostname v0.4.2
27422026-06-09T04:08:05.447Z Compiling digest v0.10.7
27432026-06-09T04:08:05.450Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27442026-06-09T04:08:05.561Z Compiling unicode-width v0.2.2
27452026-06-09T04:08:06.036Z Compiling parse-display-derive v0.10.0
27462026-06-09T04:08:06.137Z Compiling regress v0.10.5
27472026-06-09T04:08:07.174Z Compiling strum v0.26.3
27482026-06-09T04:08:07.570Z Compiling wait-timeout v0.2.1
27492026-06-09T04:08:08.034Z Compiling quick-error v1.2.3
27502026-06-09T04:08:08.272Z Compiling bit-vec v0.8.0
27512026-06-09T04:08:08.400Z Compiling rusty-fork v0.3.1
27522026-06-09T04:08:08.584Z Compiling bit-set v0.8.0
27532026-06-09T04:08:08.593Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27542026-06-09T04:08:08.775Z Compiling serde_with v3.20.0
27552026-06-09T04:08:08.886Z Compiling rand_xorshift v0.4.0
27562026-06-09T04:08:09.062Z Compiling unarray v0.1.4
27572026-06-09T04:08:09.161Z Compiling proptest v1.11.0
27582026-06-09T04:08:09.187Z Compiling strum v0.27.2
27592026-06-09T04:08:09.203Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27602026-06-09T04:08:09.323Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27612026-06-09T04:08:09.371Z Compiling instant v0.1.13
27622026-06-09T04:08:09.637Z Compiling cpufeatures v0.2.17
27632026-06-09T04:08:09.679Z Compiling iddqd v0.4.2
27642026-06-09T04:08:09.718Z Compiling itertools v0.14.0
27652026-06-09T04:08:09.794Z Compiling clap_derive v4.6.1
27662026-06-09T04:08:11.366Z Compiling utf8parse v0.2.2
27672026-06-09T04:08:11.482Z Compiling anstyle-parse v1.0.0
27682026-06-09T04:08:11.496Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27692026-06-09T04:08:11.750Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27702026-06-09T04:08:11.942Z Compiling backon v1.6.0
27712026-06-09T04:08:11.948Z Compiling terminal_size v0.4.4
27722026-06-09T04:08:12.154Z Compiling anstyle-query v1.1.5
27732026-06-09T04:08:12.323Z Compiling anstyle v1.0.14
27742026-06-09T04:08:12.326Z Compiling colorchoice v1.0.5
27752026-06-09T04:08:12.749Z Compiling is_terminal_polyfill v1.70.2
27762026-06-09T04:08:12.842Z Compiling anstream v1.0.0
27772026-06-09T04:08:13.394Z Compiling backoff v0.4.0
27782026-06-09T04:08:13.501Z Compiling parse-display v0.10.0
27792026-06-09T04:08:13.608Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
27802026-06-09T04:08:13.694Z Compiling humantime v2.3.0
27812026-06-09T04:08:13.873Z Compiling clap_lex v1.1.0
27822026-06-09T04:08:14.644Z Compiling clap_builder v4.6.0
27832026-06-09T04:08:15.052Z Compiling regress v0.11.1
27842026-06-09T04:08:16.586Z Compiling typify-impl v0.6.2
27852026-06-09T04:08:16.641Z Compiling clap v4.6.1
27862026-06-09T04:08:17.718Z Compiling toml_edit v0.25.12+spec-1.1.0
27872026-06-09T04:08:18.073Z Compiling crucible-workspace-hack v0.1.0
27882026-06-09T04:08:18.456Z Compiling proc-macro-crate v3.5.0
27892026-06-09T04:08:18.846Z Compiling zerocopy-derive v0.7.35
27902026-06-09T04:08:19.492Z Compiling unsafe-libyaml v0.2.11
27912026-06-09T04:08:19.735Z Compiling num_enum_derive v0.7.6
27922026-06-09T04:08:19.830Z Compiling typify-macro v0.6.2
27932026-06-09T04:08:20.057Z Compiling serde_yaml v0.9.34+deprecated
27942026-06-09T04:08:21.360Z Compiling darling_core v0.21.3
27952026-06-09T04:08:21.595Z Compiling convert_case v0.4.0
27962026-06-09T04:08:21.787Z Compiling num_enum v0.7.6
27972026-06-09T04:08:21.872Z Compiling derive_more v0.99.20
27982026-06-09T04:08:22.151Z Compiling toml_datetime v0.6.11
27992026-06-09T04:08:23.211Z Compiling typify v0.6.2
28002026-06-09T04:08:23.408Z Compiling darling_macro v0.21.3
28012026-06-09T04:08:23.694Z Compiling secrecy v0.10.3
28022026-06-09T04:08:23.863Z Compiling proc-macro-error-attr v1.0.4
28032026-06-09T04:08:24.009Z Compiling darling v0.21.3
28042026-06-09T04:08:24.097Z Compiling prettyplease v0.2.37
28052026-06-09T04:08:24.121Z Compiling heapless v0.8.0
28062026-06-09T04:08:24.365Z Compiling tinyvec_macros v0.1.1
28072026-06-09T04:08:24.470Z Compiling tinyvec v1.11.0
28082026-06-09T04:08:24.681Z Compiling ingot-macros v0.1.1
28092026-06-09T04:08:24.942Z Compiling zerocopy v0.7.35
28102026-06-09T04:08:25.148Z Compiling tabwriter v1.4.1
28112026-06-09T04:08:25.507Z Compiling crossbeam-epoch v0.9.18
28122026-06-09T04:08:25.746Z Compiling hash32 v0.3.1
28132026-06-09T04:08:25.802Z Compiling scroll_derive v0.12.1
28142026-06-09T04:08:25.965Z Compiling rustc_version v0.4.1
28152026-06-09T04:08:26.053Z Compiling num-integer v0.1.46
28162026-06-09T04:08:26.260Z Compiling usdt-impl v0.5.0
28172026-06-09T04:08:26.478Z Compiling proc-macro-error v1.0.4
28182026-06-09T04:08:26.508Z Compiling rustix v0.38.44
28192026-06-09T04:08:26.534Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28202026-06-09T04:08:26.728Z Compiling winnow v0.7.15
28212026-06-09T04:08:26.797Z Compiling smoltcp v0.11.0
28222026-06-09T04:08:26.878Z Compiling pkg-config v0.3.33
28232026-06-09T04:08:27.162Z Compiling data-encoding v2.11.0
28242026-06-09T04:08:27.324Z Compiling ingot-types v0.1.2
28252026-06-09T04:08:27.688Z Compiling scroll v0.12.0
28262026-06-09T04:08:27.878Z Compiling curve25519-dalek v4.1.3
28272026-06-09T04:08:28.182Z Compiling dof v0.3.0
28282026-06-09T04:08:29.061Z Compiling dtrace-parser v0.2.0
28292026-06-09T04:08:29.145Z Compiling hmac v0.12.1
28302026-06-09T04:08:29.165Z Compiling inout v0.1.4
28312026-06-09T04:08:29.326Z Compiling ff v0.13.1
28322026-06-09T04:08:29.363Z Compiling cobs v0.3.0
28332026-06-09T04:08:29.521Z Compiling bstr v1.12.1
28342026-06-09T04:08:29.655Z Compiling thread-id v4.2.2
28352026-06-09T04:08:29.745Z Compiling managed v0.8.0
28362026-06-09T04:08:29.846Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
28372026-06-09T04:08:29.902Z Compiling static_assertions v1.1.0
28382026-06-09T04:08:29.984Z Compiling bitflags v1.3.2
28392026-06-09T04:08:30.015Z Compiling colored v3.1.1
28402026-06-09T04:08:30.550Z Compiling postcard v1.1.3
28412026-06-09T04:08:30.689Z Compiling group v0.13.0
28422026-06-09T04:08:30.816Z Compiling cipher v0.4.4
28432026-06-09T04:08:30.908Z Compiling hkdf v0.12.4
28442026-06-09T04:08:31.336Z Compiling goblin v0.8.2
28452026-06-09T04:08:31.374Z Compiling ingot v0.1.1
28462026-06-09T04:08:31.615Z Compiling num-rational v0.4.2
28472026-06-09T04:08:32.586Z Compiling num-iter v0.1.45
28482026-06-09T04:08:33.227Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28492026-06-09T04:08:33.452Z Compiling universal-hash v0.5.1
28502026-06-09T04:08:33.529Z Compiling thiserror-impl-no-std v2.0.2
28512026-06-09T04:08:33.565Z Compiling hubpack_derive v0.1.1
28522026-06-09T04:08:33.648Z Compiling crypto-bigint v0.5.5
28532026-06-09T04:08:34.222Z Compiling half v2.7.1
28542026-06-09T04:08:34.475Z Compiling curve25519-dalek-derive v0.1.1
28552026-06-09T04:08:34.572Z Compiling serde_repr v0.1.20
28562026-06-09T04:08:34.633Z Compiling foreign-types-macros v0.2.3
28572026-06-09T04:08:35.196Z Compiling num-complex v0.4.6
28582026-06-09T04:08:35.628Z Compiling memoffset v0.9.1
28592026-06-09T04:08:35.689Z Compiling opaque-debug v0.3.1
28602026-06-09T04:08:35.889Z Compiling cfg_aliases v0.2.1
28612026-06-09T04:08:35.907Z Compiling heck v0.4.1
28622026-06-09T04:08:35.971Z Compiling ciborium-io v0.2.2
28632026-06-09T04:08:36.192Z Compiling base64ct v1.8.3
28642026-06-09T04:08:36.205Z Compiling indent_write v2.2.0
28652026-06-09T04:08:36.270Z Compiling foreign-types-shared v0.3.1
28662026-06-09T04:08:36.454Z Compiling base16ct v0.2.0
28672026-06-09T04:08:36.646Z Compiling elliptic-curve v0.13.8
28682026-06-09T04:08:36.767Z Compiling password-hash v0.5.0
28692026-06-09T04:08:36.943Z Compiling foreign-types v0.5.0
28702026-06-09T04:08:37.039Z Compiling ciborium-ll v0.2.2
28712026-06-09T04:08:37.293Z Compiling nix v0.31.3
28722026-06-09T04:08:37.707Z Compiling poly1305 v0.8.0
28732026-06-09T04:08:37.906Z Compiling num v0.4.3
28742026-06-09T04:08:37.987Z Compiling thiserror-no-std v2.0.2
28752026-06-09T04:08:38.086Z Compiling hubpack v0.1.2
28762026-06-09T04:08:39.295Z Compiling chacha20 v0.9.1
28772026-06-09T04:08:39.967Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28782026-06-09T04:08:39.994Z Compiling reqwest v0.12.28
28792026-06-09T04:08:40.598Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28802026-06-09T04:08:41.177Z Compiling blake2 v0.10.6
28812026-06-09T04:08:41.503Z Compiling aead v0.5.2
28822026-06-09T04:08:41.587Z Compiling byte-wrapper v0.1.0
28832026-06-09T04:08:41.666Z Compiling chacha20 v0.10.0
28842026-06-09T04:08:41.692Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
28852026-06-09T04:08:41.977Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
28862026-06-09T04:08:42.595Z Compiling cstr-argument v0.1.2
28872026-06-09T04:08:42.733Z Compiling keccak v0.1.6
28882026-06-09T04:08:42.885Z Compiling float-ord v0.3.2
28892026-06-09T04:08:42.923Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
28902026-06-09T04:08:43.046Z Compiling sha3 v0.10.9
28912026-06-09T04:08:43.194Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28922026-06-09T04:08:43.461Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
28932026-06-09T04:08:43.601Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
28942026-06-09T04:08:43.657Z Compiling rand v0.10.1
28952026-06-09T04:08:43.741Z Compiling rustls-webpki v0.103.13
28962026-06-09T04:08:44.466Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28972026-06-09T04:08:45.455Z Compiling chacha20poly1305 v0.10.1
28982026-06-09T04:08:46.116Z Compiling argon2 v0.5.3
28992026-06-09T04:08:46.585Z Compiling progenitor-client v0.10.0
29002026-06-09T04:08:46.740Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
29012026-06-09T04:08:46.979Z Compiling vsss-rs v3.3.4
29022026-06-09T04:08:47.708Z Compiling ciborium v0.2.2
29032026-06-09T04:08:48.244Z Compiling tokio-rustls v0.26.4
29042026-06-09T04:08:48.361Z Compiling rustls-platform-verifier v0.7.0
29052026-06-09T04:08:48.537Z Compiling hyper-rustls v0.27.9
29062026-06-09T04:08:48.950Z Compiling reqwest v0.13.4
29072026-06-09T04:08:49.226Z Compiling atomicwrites v0.4.4
29082026-06-09T04:08:49.518Z Compiling usdt-macro v0.5.0
29092026-06-09T04:08:50.238Z Compiling usdt-attr-macro v0.5.0
29102026-06-09T04:08:50.474Z Compiling progenitor-client v0.14.0
29112026-06-09T04:08:50.997Z Compiling progenitor-extras v0.2.0
29122026-06-09T04:08:51.869Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29132026-06-09T04:08:52.613Z Compiling num-derive v0.4.2
29142026-06-09T04:08:52.909Z Compiling enum-as-inner v0.6.1
29152026-06-09T04:08:53.518Z Compiling memmap v0.7.0
29162026-06-09T04:08:53.592Z Compiling rayon-core v1.13.0
29172026-06-09T04:08:54.287Z Compiling semver v0.1.20
29182026-06-09T04:08:54.589Z Compiling winnow v0.5.40
29192026-06-09T04:08:56.302Z Compiling toml_edit v0.19.15
29202026-06-09T04:08:56.475Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29212026-06-09T04:08:58.298Z Compiling rustc_version v0.1.7
29222026-06-09T04:08:58.547Z Compiling usdt v0.5.0
29232026-06-09T04:09:03.122Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29242026-06-09T04:09:05.064Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29252026-06-09T04:09:05.392Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29262026-06-09T04:09:05.412Z Compiling similar v2.7.0
29272026-06-09T04:09:05.508Z Compiling crossbeam-deque v0.8.6
29282026-06-09T04:09:05.745Z Compiling serde_spanned v0.6.9
29292026-06-09T04:09:05.894Z Compiling vcpkg v0.2.15
29302026-06-09T04:09:05.908Z Compiling toml_write v0.1.2
29312026-06-09T04:09:06.115Z Compiling bytecount v0.6.9
29322026-06-09T04:09:06.199Z Compiling lazy_static v1.5.0
29332026-06-09T04:09:06.317Z Compiling toml_edit v0.22.27
29342026-06-09T04:09:06.456Z Compiling openssl-sys v0.9.116
29352026-06-09T04:09:07.051Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29362026-06-09T04:09:08.344Z Compiling newtype_derive v0.1.6
29372026-06-09T04:09:08.622Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29382026-06-09T04:09:08.626Z Compiling proc-macro-crate v1.3.1
29392026-06-09T04:09:08.663Z Compiling progenitor-impl v0.13.0
29402026-06-09T04:09:08.909Z Compiling progenitor-impl v0.14.0
29412026-06-09T04:09:08.980Z Compiling itertools v0.12.1
29422026-06-09T04:09:09.187Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29432026-06-09T04:09:09.474Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29442026-06-09T04:09:09.698Z Compiling swrite v0.1.0
29452026-06-09T04:09:09.776Z Compiling resolv-conf v0.7.6
29462026-06-09T04:09:09.820Z Compiling unicode-segmentation v1.13.3
29472026-06-09T04:09:10.383Z Compiling linked-hash-map v0.5.6
29482026-06-09T04:09:10.449Z Compiling owo-colors v4.3.0
29492026-06-09T04:09:10.607Z Compiling lru-cache v0.1.2
29502026-06-09T04:09:10.738Z Compiling progenitor-macro v0.13.0
29512026-06-09T04:09:10.751Z Compiling newline-converter v0.3.0
29522026-06-09T04:09:10.897Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29532026-06-09T04:09:10.915Z Compiling num_enum_derive v0.5.11
29542026-06-09T04:09:10.995Z Compiling progenitor-macro v0.14.0
29552026-06-09T04:09:11.156Z Compiling toml v0.8.23
29562026-06-09T04:09:11.714Z Compiling rayon v1.12.0
29572026-06-09T04:09:12.007Z Compiling hickory-proto v0.24.4
29582026-06-09T04:09:12.570Z Compiling progenitor-client v0.13.0
29592026-06-09T04:09:13.929Z Compiling console v0.15.11
29602026-06-09T04:09:14.998Z Compiling camino-tempfile v1.4.1
29612026-06-09T04:09:15.235Z Compiling serde-big-array v0.5.1
29622026-06-09T04:09:15.256Z Compiling derive-where v1.6.1
29632026-06-09T04:09:15.403Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29642026-06-09T04:09:15.421Z Compiling pin-project-internal v1.1.13
29652026-06-09T04:09:15.964Z Compiling minimal-lexical v0.2.1
29662026-06-09T04:09:16.236Z Compiling siphasher v1.0.3
29672026-06-09T04:09:16.471Z Compiling phf_shared v0.12.1
29682026-06-09T04:09:16.556Z Compiling pin-project v1.1.13
29692026-06-09T04:09:16.583Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29702026-06-09T04:09:16.670Z Compiling nom v7.1.3
29712026-06-09T04:09:17.520Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
29722026-06-09T04:09:18.001Z Compiling progenitor v0.14.0
29732026-06-09T04:09:18.161Z Compiling progenitor v0.13.0
29742026-06-09T04:09:18.329Z Compiling expectorate v1.2.0
29752026-06-09T04:09:18.550Z Compiling hickory-resolver v0.24.4
29762026-06-09T04:09:21.447Z Compiling num_enum v0.5.11
29772026-06-09T04:09:21.606Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29782026-06-09T04:09:22.766Z Compiling zone_cfg_derive v0.3.1
29792026-06-09T04:09:23.084Z Compiling unicode-normalization v0.1.25
29802026-06-09T04:09:23.491Z Compiling tokio-stream v0.1.18
29812026-06-09T04:09:23.693Z Compiling async-recursion v1.1.1
29822026-06-09T04:09:24.061Z Compiling snafu-derive v0.8.9
29832026-06-09T04:09:24.489Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
29842026-06-09T04:09:24.781Z Compiling slog-dtrace v0.3.0
29852026-06-09T04:09:25.069Z Compiling csv-core v0.1.13
29862026-06-09T04:09:25.543Z Compiling same-file v1.0.6
29872026-06-09T04:09:25.676Z Compiling chrono-tz v0.10.4
29882026-06-09T04:09:25.894Z Compiling foreign-types-shared v0.1.1
29892026-06-09T04:09:25.931Z Compiling unicode-xid v0.2.6
29902026-06-09T04:09:26.015Z Compiling foldhash v0.1.5
29912026-06-09T04:09:26.015Z Compiling konst_macro_rules v0.2.19
29922026-06-09T04:09:26.114Z Compiling openssl v0.10.80
29932026-06-09T04:09:26.122Z Compiling unicode-linebreak v0.1.5
29942026-06-09T04:09:26.232Z Compiling smawk v0.3.2
29952026-06-09T04:09:26.267Z Compiling highway v1.3.0
29962026-06-09T04:09:26.369Z Compiling unicode-width v0.1.14
29972026-06-09T04:09:26.403Z Compiling cancel-safe-futures v0.1.5
29982026-06-09T04:09:26.421Z Compiling textwrap v0.16.2
29992026-06-09T04:09:26.678Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30002026-06-09T04:09:26.692Z Compiling konst v0.2.20
30012026-06-09T04:09:26.944Z Compiling hashbrown v0.15.5
30022026-06-09T04:09:27.076Z Compiling const_format_proc_macros v0.2.34
30032026-06-09T04:09:27.595Z Compiling foreign-types v0.3.2
30042026-06-09T04:09:27.699Z Compiling snafu v0.8.9
30052026-06-09T04:09:27.779Z Compiling walkdir v2.5.0
30062026-06-09T04:09:27.868Z Compiling csv v1.4.0
30072026-06-09T04:09:27.950Z Compiling qorb v0.4.1
30082026-06-09T04:09:28.008Z Compiling olpc-cjson v0.1.4
30092026-06-09T04:09:28.011Z Compiling zone v0.3.1
30102026-06-09T04:09:28.192Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30112026-06-09T04:09:28.335Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30122026-06-09T04:09:28.512Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30132026-06-09T04:09:28.907Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30142026-06-09T04:09:29.733Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30152026-06-09T04:09:30.264Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30162026-06-09T04:09:31.934Z Compiling phf v0.12.1
30172026-06-09T04:09:32.423Z Compiling tokio-dtrace v0.1.1
30182026-06-09T04:09:32.564Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30192026-06-09T04:09:32.596Z Compiling globset v0.4.18
30202026-06-09T04:09:32.784Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30212026-06-09T04:09:33.025Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30222026-06-09T04:09:33.652Z Compiling smf v0.2.3
30232026-06-09T04:09:34.107Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
30242026-06-09T04:09:34.185Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
30252026-06-09T04:09:34.874Z Compiling libsw-core v0.3.2
30262026-06-09T04:09:35.047Z Compiling pem v3.0.6
30272026-06-09T04:09:35.191Z Compiling serde_plain v1.0.2
30282026-06-09T04:09:35.270Z Compiling openssl-macros v0.1.1
30292026-06-09T04:09:35.378Z Compiling cookie v0.18.1
30302026-06-09T04:09:35.492Z Compiling sigpipe v0.1.3
30312026-06-09T04:09:35.621Z Compiling fixedbitset v0.5.7
30322026-06-09T04:09:35.750Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30332026-06-09T04:09:35.812Z Compiling typed-path v0.9.3
30342026-06-09T04:09:35.989Z Compiling fixedbitset v0.4.2
30352026-06-09T04:09:36.044Z Compiling jiff v0.2.28
30362026-06-09T04:09:36.124Z Compiling glob v0.3.3
30372026-06-09T04:09:36.168Z Compiling petgraph v0.6.5
30382026-06-09T04:09:36.973Z Compiling tough v0.22.0
30392026-06-09T04:09:37.047Z Compiling petgraph v0.8.3
30402026-06-09T04:09:38.045Z Compiling libsw v3.5.0
30412026-06-09T04:09:38.060Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
30422026-06-09T04:09:38.244Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
30432026-06-09T04:09:38.726Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30442026-06-09T04:09:38.992Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30452026-06-09T04:09:39.452Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30462026-06-09T04:09:39.518Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30472026-06-09T04:09:39.829Z Compiling oxide-tokio-rt v0.1.6
30482026-06-09T04:09:41.488Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30492026-06-09T04:09:42.006Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30502026-06-09T04:09:42.222Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30512026-06-09T04:09:43.120Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30522026-06-09T04:09:43.753Z Compiling const_format v0.2.36
30532026-06-09T04:09:44.276Z Compiling papergrid v0.11.0
30542026-06-09T04:09:44.624Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30552026-06-09T04:09:45.340Z Compiling libscf-sys v1.2.0
30562026-06-09T04:09:45.362Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30572026-06-09T04:09:45.437Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30582026-06-09T04:09:45.492Z Compiling tabled_derive v0.7.0
30592026-06-09T04:09:45.585Z Compiling gethostname v0.5.0
30602026-06-09T04:09:45.715Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
30612026-06-09T04:09:46.364Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30622026-06-09T04:09:46.382Z Compiling bcs v0.1.6
30632026-06-09T04:09:46.468Z Compiling termtree v0.5.1
30642026-06-09T04:09:46.491Z Compiling whoami v1.6.1
30652026-06-09T04:09:46.649Z Compiling tagptr v0.2.0
30662026-06-09T04:09:46.785Z Compiling linear-map v1.2.0
30672026-06-09T04:09:46.817Z Compiling moka v0.12.15
30682026-06-09T04:09:47.015Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30692026-06-09T04:09:48.056Z Compiling tabled v0.15.0
30702026-06-09T04:09:48.833Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30712026-06-09T04:09:49.337Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30722026-06-09T04:09:49.539Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30732026-06-09T04:09:49.787Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30742026-06-09T04:09:50.054Z Compiling steno v0.4.1
30752026-06-09T04:09:51.397Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30762026-06-09T04:09:55.059Z Compiling hickory-proto v0.25.2
30772026-06-09T04:09:55.162Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30782026-06-09T04:09:55.971Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
30792026-06-09T04:09:56.735Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
30802026-06-09T04:09:56.828Z Compiling parking_lot_core v0.8.6
30812026-06-09T04:09:57.174Z Compiling nom v8.0.0
30822026-06-09T04:09:57.459Z Compiling hickory-resolver v0.25.2
30832026-06-09T04:09:58.375Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
30842026-06-09T04:09:58.467Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30852026-06-09T04:09:58.629Z Compiling crunchy v0.2.4
30862026-06-09T04:09:59.018Z Compiling parking_lot v0.11.2
30872026-06-09T04:09:59.220Z Compiling typify-impl v0.4.3
30882026-06-09T04:09:59.843Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
30892026-06-09T04:09:59.883Z Compiling fxhash v0.2.1
30902026-06-09T04:10:00.036Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
30912026-06-09T04:10:00.315Z Compiling proc-macro-error-attr2 v2.0.0
30922026-06-09T04:10:00.817Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
30932026-06-09T04:10:01.058Z Compiling tiny-keccak v2.0.2
30942026-06-09T04:10:01.368Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30952026-06-09T04:10:02.538Z Compiling typify-macro v0.4.3
30962026-06-09T04:10:03.174Z Compiling proc-macro-error2 v2.0.1
30972026-06-09T04:10:03.501Z Compiling sled v0.34.7
30982026-06-09T04:10:03.839Z Compiling arc-swap v1.9.1
30992026-06-09T04:10:04.130Z Compiling slog-scope v4.4.1
31002026-06-09T04:10:04.453Z Compiling tabled_derive v0.11.0
31012026-06-09T04:10:05.090Z Compiling papergrid v0.18.0
31022026-06-09T04:10:05.613Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
31032026-06-09T04:10:05.881Z Compiling testing_table v0.3.0
31042026-06-09T04:10:06.313Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
31052026-06-09T04:10:06.603Z Compiling internet-checksum v0.2.1
31062026-06-09T04:10:06.812Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
31072026-06-09T04:10:07.035Z Compiling tabled v0.21.0
31082026-06-09T04:10:07.130Z Compiling const-random-macro v0.1.16
31092026-06-09T04:10:07.537Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
31102026-06-09T04:10:07.662Z Compiling slog-stdlog v4.1.1
31112026-06-09T04:10:08.133Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
31122026-06-09T04:10:08.866Z Compiling dropshot-api-manager-types v0.7.2
31132026-06-09T04:10:09.438Z Compiling ahash v0.8.12
31142026-06-09T04:10:09.711Z Compiling smartstring v1.0.1
31152026-06-09T04:10:10.607Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
31162026-06-09T04:10:11.045Z Compiling slog-envlogger v2.2.0
31172026-06-09T04:10:12.203Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
31182026-06-09T04:10:12.887Z Compiling const-random v0.1.18
31192026-06-09T04:10:12.981Z Compiling typify v0.4.3
31202026-06-09T04:10:14.852Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
31212026-06-09T04:10:17.440Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
31222026-06-09T04:10:17.460Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31232026-06-09T04:10:17.710Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
31242026-06-09T04:10:17.832Z Compiling toml_datetime v0.7.5+spec-1.1.0
31252026-06-09T04:10:18.136Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31262026-06-09T04:10:18.422Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
31272026-06-09T04:10:19.153Z Compiling crc8 v0.1.1
31282026-06-09T04:10:19.282Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
31292026-06-09T04:10:20.176Z Compiling toml v0.9.12+spec-1.1.0
31302026-06-09T04:10:20.761Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31312026-06-09T04:10:21.033Z Compiling progenitor-impl v0.10.0
31322026-06-09T04:10:21.933Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
31332026-06-09T04:10:22.453Z Compiling lzma-sys v0.1.20
31342026-06-09T04:10:22.640Z Compiling sha1 v0.10.6
31352026-06-09T04:10:22.910Z Compiling thin-vec v0.2.18
31362026-06-09T04:10:23.068Z Compiling rhai_codegen v3.2.0
31372026-06-09T04:10:23.071Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31382026-06-09T04:10:23.266Z Compiling fs-err v3.3.0
31392026-06-09T04:10:23.552Z Compiling utf-8 v0.7.6
31402026-06-09T04:10:23.642Z Compiling typeid v1.0.3
31412026-06-09T04:10:23.775Z Compiling tungstenite v0.21.0
31422026-06-09T04:10:24.320Z Compiling rhai v1.25.1
31432026-06-09T04:10:25.116Z Compiling progenitor-macro v0.10.0
31442026-06-09T04:10:29.257Z Compiling cargo_toml v0.22.3
31452026-06-09T04:10:30.173Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31462026-06-09T04:10:31.541Z Compiling sha2 v0.10.9
31472026-06-09T04:10:31.739Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31482026-06-09T04:10:32.835Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31492026-06-09T04:10:32.864Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
31502026-06-09T04:10:33.795Z Compiling progenitor v0.10.0
31512026-06-09T04:10:34.562Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31522026-06-09T04:10:36.774Z Compiling tokio-tungstenite v0.21.0
31532026-06-09T04:10:37.131Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
31542026-06-09T04:10:37.281Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
31552026-06-09T04:10:37.494Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
31562026-06-09T04:10:38.209Z Compiling console v0.16.3
31572026-06-09T04:10:38.586Z Compiling git-stub v1.0.0
31582026-06-09T04:10:39.051Z Compiling unit-prefix v0.5.2
31592026-06-09T04:10:39.229Z Compiling base64 v0.21.7
31602026-06-09T04:10:39.242Z Compiling is_ci v1.2.0
31612026-06-09T04:10:39.445Z Compiling supports-color v3.0.2
31622026-06-09T04:10:39.467Z Compiling indicatif v0.18.4
31632026-06-09T04:10:39.702Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31642026-06-09T04:10:40.275Z Compiling git-stub-vcs v0.1.0
31652026-06-09T04:10:40.700Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
31662026-06-09T04:10:41.008Z Compiling ron v0.12.1
31672026-06-09T04:10:42.191Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31682026-06-09T04:10:42.236Z Compiling xz2 v0.1.7
31692026-06-09T04:10:42.600Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
31702026-06-09T04:10:43.628Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
31712026-06-09T04:10:43.896Z Compiling drift v0.2.0
31722026-06-09T04:10:44.763Z Compiling base16ct v1.0.0
31732026-06-09T04:10:46.109Z Compiling dropshot-api-manager v0.7.2
31742026-06-09T04:10:49.006Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
31752026-06-09T04:10:52.934Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
31762026-06-09T04:10:54.119Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
31772026-06-09T04:10:55.456Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
31782026-06-09T04:10:56.636Z Compiling natord v1.0.9
31792026-06-09T04:10:56.933Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
31802026-06-09T04:10:57.027Z Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util)
31812026-06-09T04:10:59.484Z Compiling mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify)
31822026-06-09T04:11:02.747Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
31832026-06-09T04:11:02.988Z Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
31842026-06-09T04:11:07.050Z Compiling falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab)
31852026-06-09T04:11:10.924Z Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
31862026-06-09T04:11:11.581Z Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
31872026-06-09T04:11:13.699Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
31882026-06-09T04:11:15.418Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
31892026-06-09T04:11:39.066Z Finished `release` profile [optimized] target(s) in 4m 18s
31902026-06-09T04:11:39.247Z
31912026-06-09T04:11:39.252Zreal 4:18.252297241
31922026-06-09T04:11:39.252Zuser 29:21.472140197
31932026-06-09T04:11:39.252Zsys 2:43.913580026
31942026-06-09T04:11:39.252Ztrap 0.749870261
31952026-06-09T04:11:39.252Ztflt 1.523165642
31962026-06-09T04:11:39.252Zdflt 1.613783215
31972026-06-09T04:11:39.252Zkflt 0.000102952
31982026-06-09T04:11:39.252Zlock 1:57:25.680356831
31992026-06-09T04:11:39.252Zslp 1:24:53.215353787
32002026-06-09T04:11:39.252Zlat 2:12.395149591
32012026-06-09T04:11:39.252Zstop 3:25.460839070
32022026-06-09T04:11:39.252Z+ for x in debug release
32032026-06-09T04:11:39.252Z+ mkdir -p /work/debug
32042026-06-09T04:11:39.252Z+ cp target/debug/ddmd /work/debug/ddmd
32052026-06-09T04:11:39.703Z+ cp target/debug/ddmadm /work/debug/ddmadm
32062026-06-09T04:11:40.205Z+ cp target/debug/mgd /work/debug/mgd
32072026-06-09T04:11:40.776Z+ cp target/debug/mgadm /work/debug/mgadm
32082026-06-09T04:11:41.214Z+ for x in debug release
32092026-06-09T04:11:41.214Z+ mkdir -p /work/release
32102026-06-09T04:11:41.217Z+ cp target/release/ddmd /work/release/ddmd
32112026-06-09T04:11:41.323Z+ cp target/release/ddmadm /work/release/ddmadm
32122026-06-09T04:11:41.416Z+ cp target/release/mgd /work/release/mgd
32132026-06-09T04:11:41.548Z+ cp target/release/mgadm /work/release/mgadm
32142026-06-09T04:11:41.658Z+ cp target/release/falcon-lab /work/release/falcon-lab
32152026-06-09T04:11:41.735Zprocess exited: duration 721534 ms, exit code 0
 
32162026-06-09T04:11:41.751Zfound 9 output files
32172026-06-09T04:11:41.752Zuploading: /work/debug/ddmadm (514734344 bytes)
32182026-06-09T04:11:49.005Zuploaded: /work/debug/ddmadm
32192026-06-09T04:11:49.005Zuploading: /work/debug/ddmd (589482608 bytes)
32202026-06-09T04:11:58.893Zuploaded: /work/debug/ddmd
32212026-06-09T04:11:58.893Zuploading: /work/debug/mgadm (605844712 bytes)
32222026-06-09T04:12:09.439Zuploaded: /work/debug/mgadm
32232026-06-09T04:12:09.446Zuploading: /work/debug/mgd (679585192 bytes)
32242026-06-09T04:12:18.829Zuploaded: /work/debug/mgd
32252026-06-09T04:12:18.829Zuploading: /work/release/ddmadm (47928112 bytes)
32262026-06-09T04:12:20.454Zuploaded: /work/release/ddmadm
32272026-06-09T04:12:20.454Zuploading: /work/release/ddmd (55454424 bytes)
32282026-06-09T04:12:21.981Zuploaded: /work/release/ddmd
32292026-06-09T04:12:21.981Zuploading: /work/release/falcon-lab (38648552 bytes)
32302026-06-09T04:12:23.653Zuploaded: /work/release/falcon-lab
32312026-06-09T04:12:23.653Zuploading: /work/release/mgadm (57093288 bytes)
32322026-06-09T04:12:26.692Zuploaded: /work/release/mgadm
32332026-06-09T04:12:26.692Zuploading: /work/release/mgd (72101448 bytes)
32342026-06-09T04:12:28.764Zuploaded: /work/release/mgd