01KXG1JJ3QVSN85CEAHS4MJ2AH: 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: 01KXG1K0D4HXN34NJQS366DBKB

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-14T10:09:21.099Zjob assigned to worker 01KXG1K7DT6DNKDRSCYS32DCZ3 [factory aws, i-04e26d99ea3959a36] (queued for 48 s)
 
22026-07-14T10:09:27.218Zstarting task 0: "setup"
32026-07-14T10:09:27.222Z++ uname -s
42026-07-14T10:09:27.225Z+ kern=SunOS
52026-07-14T10:09:27.225Z+ build_user=build
62026-07-14T10:09:27.225Z+ build_uid=12345
72026-07-14T10:09:27.226Z+ work_dir=/work
82026-07-14T10:09:27.226Z+ input_dir=/input
92026-07-14T10:09:27.226Z+ [[ 0 == 12345 ]]
102026-07-14T10:09:27.226Z+ case "$kern" in
112026-07-14T10:09:27.226Z+ groupadd -g 12345 build
122026-07-14T10:09:27.229Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-14T10:09:29.233Z+ zfs create -o mountpoint=/work rpool/work
142026-07-14T10:09:29.349Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-14T10:09:29.352Z+ home_fs=zfs
162026-07-14T10:09:29.352Z+ [[ zfs == autofs ]]
172026-07-14T10:09:29.352Z+ mkdir -p /home/build
182026-07-14T10:09:29.352Z+ chown build:build /home/build /work
192026-07-14T10:09:30.352Z+ chmod 0700 /home/build /work
202026-07-14T10:09:30.355Zprocess exited: duration 3139 ms, exit code 0
 
212026-07-14T10:09:30.361Zstarting task 1: "rust-toolchain"
222026-07-14T10:09:30.365Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-07-14T10:09:30.365Z * rust toolchain channel = "stable"
242026-07-14T10:09:30.365Z * rust toolchain profile = "default"
252026-07-14T10:09:30.365Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-14T10:09:30.366Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-14T10:09:30.366Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-14T10:09:30.369Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-14T10:09:30.369Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-07-14T10:09:30.494Zinfo: downloading installer
312026-07-14T10:09:32.127Zwarn: It looks like you have an existing installation of Rust at:
322026-07-14T10:09:32.127Zwarn: /opt/ooce/bin
332026-07-14T10:09:32.127Zwarn: It is recommended that rustup be the primary Rust installation.
342026-07-14T10:09:32.127Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-07-14T10:09:32.127Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-07-14T10:09:32.127Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-07-14T10:09:32.127Zwarn: or pass `-y' to ignore all ignorable checks.
382026-07-14T10:09:32.127Zerror: cannot install while Rust is installed
392026-07-14T10:09:32.127Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-07-14T10:09:32.127Zwarn: It looks like you have an existing rustup settings file at:
412026-07-14T10:09:32.127Zwarn: /home/build/.rustup/settings.toml
422026-07-14T10:09:32.128Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-07-14T10:09:32.128Zwarn: instead of the one inferred from the default host triple.
442026-07-14T10:09:32.144Zinfo: profile set to default
452026-07-14T10:09:32.144Zinfo: default host triple is x86_64-unknown-illumos
462026-07-14T10:09:32.148Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-07-14T10:09:32.281Zinfo: latest update on 2026-07-09 for version 1.97.0 (2d8144b78 2026-07-07)
482026-07-14T10:09:32.284Zinfo: downloading 6 components
492026-07-14T10:09:47.451Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-07-14T10:09:47.451Z
512026-07-14T10:09:47.479Z stable-x86_64-unknown-illumos installed - rustc 1.97.0 (2d8144b78 2026-07-07)
522026-07-14T10:09:47.479Z
532026-07-14T10:09:47.479Z
542026-07-14T10:09:47.479ZRust is installed now. Great!
552026-07-14T10:09:47.479Z
562026-07-14T10:09:47.482ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-07-14T10:09:47.484Zenvironment variable. This has not been done automatically.
582026-07-14T10:09:47.484Z
592026-07-14T10:09:47.484ZTo configure your current shell, you need to source
602026-07-14T10:09:47.484Zthe corresponding env file under $HOME/.cargo.
612026-07-14T10:09:47.484Z
622026-07-14T10:09:47.484ZThis is usually done by running one of the following (note the leading DOT):
632026-07-14T10:09:47.484Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-07-14T10:09:47.484Zsource "$HOME/.cargo/env.fish" # For fish
652026-07-14T10:09:47.484Zsource "~/.cargo/env.nu" # For nushell
662026-07-14T10:09:47.484Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-07-14T10:09:47.484Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-07-14T10:09:47.484Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-07-14T10:09:47.484Zwarn: no default linker (`cc`) was found in your PATH
702026-07-14T10:09:47.484Zwarn: many Rust crates require a system C toolchain to build
712026-07-14T10:09:47.585Z+ rustup --version
722026-07-14T10:09:47.593Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-07-14T10:09:47.596Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-07-14T10:09:47.614Zinfo: the currently active `rustc` version is `rustc 1.97.0 (2d8144b78 2026-07-07)`
752026-07-14T10:09:47.617Z+ cargo --version
762026-07-14T10:09:47.631Zcargo 1.97.0 (c980f4866 2026-06-30)
772026-07-14T10:09:47.634Z+ rustc --version
782026-07-14T10:09:47.653Zrustc 1.97.0 (2d8144b78 2026-07-07)
792026-07-14T10:09:47.656Zprocess exited: duration 17292 ms, exit code 0
 
802026-07-14T10:09:47.662Zstarting task 2: "authentication"
812026-07-14T10:09:47.677Zprocess exited: duration 15 ms, exit code 0
 
822026-07-14T10:09:47.683Zstarting task 3: "clone repository"
832026-07-14T10:09:47.686Z+ mkdir -p /work/oxidecomputer/maghemite
842026-07-14T10:09:47.689Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-07-14T10:09:47.718ZCloning into '/work/oxidecomputer/maghemite'...
862026-07-14T10:09:49.248Z+ cd /work/oxidecomputer/maghemite
872026-07-14T10:09:49.248Z+ git fetch origin 22503d6c7389cd6282a12efd7da01f02b4d21e54
882026-07-14T10:09:49.657ZFrom https://github.com/oxidecomputer/maghemite
892026-07-14T10:09:49.657Z * branch 22503d6c7389cd6282a12efd7da01f02b4d21e54 -> FETCH_HEAD
902026-07-14T10:09:49.663Z+ [[ -n zl/mrib ]]
912026-07-14T10:09:49.665Z++ git branch --show-current
922026-07-14T10:09:49.665Z+ current=main
932026-07-14T10:09:49.665Z+ [[ main != zl/mrib ]]
942026-07-14T10:09:49.665Z+ git branch -f zl/mrib 22503d6c7389cd6282a12efd7da01f02b4d21e54
952026-07-14T10:09:49.669Z+ git checkout -f zl/mrib
962026-07-14T10:09:49.687ZSwitched to branch 'zl/mrib'
972026-07-14T10:09:49.690Z+ git reset --hard 22503d6c7389cd6282a12efd7da01f02b4d21e54
982026-07-14T10:09:49.695ZHEAD is now at 22503d6 [rdb] rework RPF cache rebuilds around a bounded worker
992026-07-14T10:09:49.698Zprocess exited: duration 2012 ms, exit code 0
 
1002026-07-14T10:09:49.703Zstarting task 4: "build"
1012026-07-14T10:09:49.707Z+ pfexec pkg install clang-15
1022026-07-14T10:09:58.499Z Startup: Refreshing catalog 'helios-dev' ... Done
1032026-07-14T10:10:06.121Z Startup: Caching catalogs ... Done
1042026-07-14T10:10:13.338ZPlanning: Solver setup ... Done
1052026-07-14T10:10:13.378ZPlanning: Running solver ... Done
1062026-07-14T10:10:13.520ZPlanning: Finding local manifests ... Done
1072026-07-14T10:10:13.534ZPlanning: Fetching manifests: 0/2 0% complete
1082026-07-14T10:10:13.626ZPlanning: Fetching manifests: 2/2 100% complete
1092026-07-14T10:10:13.656ZPlanning: Package planning ... Done
1102026-07-14T10:10:13.682ZPlanning: Merging actions ... Done
1112026-07-14T10:10:13.789ZPlanning: Checking for conflicting actions ... Done
1122026-07-14T10:10:13.795ZPlanning: Consolidating action changes ... Done
1132026-07-14T10:10:14.586ZPlanning: Evaluating mediators ... Done
1142026-07-14T10:10:14.591ZPlanning: Planning completed in 8.30 seconds
1152026-07-14T10:10:14.602Z Packages to install: 2
1162026-07-14T10:10:14.602Z Mediators to change: 2
1172026-07-14T10:10:14.605Z Services to change: 1
1182026-07-14T10:10:14.605Z Create boot environment: No
1192026-07-14T10:10:14.605ZCreate backup boot environment: No
1202026-07-14T10:10:14.643Z
1212026-07-14T10:10:14.643ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1222026-07-14T10:10:20.712ZDownload: 977/3076 items 82.2/211.3MB 38% complete (24.9M/s)
1232026-07-14T10:10:25.713ZDownload: 2425/3076 items 119.3/211.3MB 56% complete (10.3M/s)
1242026-07-14T10:10:33.072ZDownload: 3033/3076 items 201.4/211.3MB 95% complete (12.0M/s)
1252026-07-14T10:10:39.186ZDownload: 3066/3076 items 210.8/211.3MB 99% complete (7.0M/s)
1262026-07-14T10:10:42.406ZDownload: Completed 211.31 MB in 27.76 seconds (7.6M/s)
1272026-07-14T10:10:42.527Z Actions: 1/3418 actions (Installing new actions)
1282026-07-14T10:10:45.689Z Actions: Completed 3418 actions in 3.16 seconds.
1292026-07-14T10:10:46.328Z Done
1302026-07-14T10:10:46.328Z Done
1312026-07-14T10:10:47.055Z Done
1322026-07-14T10:10:50.444Z Done
1332026-07-14T10:10:50.516Z Done
1342026-07-14T10:10:50.520Z Done
1352026-07-14T10:10:50.800Z Done
1362026-07-14T10:10:51.474Z+ cargo --version
1372026-07-14T10:10:51.482Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
1382026-07-14T10:10:51.637Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
1392026-07-14T10:10:51.640Zinfo: downloading 6 components
1402026-07-14T10:11:06.669Zcargo 1.96.1 (356927216 2026-06-26)
1412026-07-14T10:11:06.672Z+ rustc --version
1422026-07-14T10:11:06.698Zrustc 1.96.1 (31fca3adb 2026-06-26)
1432026-07-14T10:11:06.701Z+ banner check
1442026-07-14T10:11:06.704Z
1452026-07-14T10:11:06.704Z #### # # ###### #### # #
1462026-07-14T10:11:06.704Z # # # # # # # # #
1472026-07-14T10:11:06.704Z # ###### ##### # ####
1482026-07-14T10:11:06.704Z # # # # # # #
1492026-07-14T10:11:06.704Z # # # # # # # # #
1502026-07-14T10:11:06.704Z #### # # ###### #### # #
1512026-07-14T10:11:06.704Z
1522026-07-14T10:11:06.704Z+ cargo fmt -- --check
1532026-07-14T10:11:07.132Z+ cargo clippy --all-targets -- --deny warnings
1542026-07-14T10:11:07.244Z Updating crates.io index
1552026-07-14T10:11:07.247Z Updating git repository `https://github.com/oxidecomputer/omicron`
1562026-07-14T10:11:17.722ZFrom https://github.com/oxidecomputer/omicron
1572026-07-14T10:11:17.722Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
1582026-07-14T10:11:18.150Z Updating git repository `https://github.com/oxidecomputer/falcon`
1592026-07-14T10:11:19.205ZFrom https://github.com/oxidecomputer/falcon
1602026-07-14T10:11:19.205Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
1612026-07-14T10:11:19.281Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1622026-07-14T10:11:19.831ZFrom https://github.com/oxidecomputer/dendrite
1632026-07-14T10:11:19.831Z * [new ref] 4871abc13ca21ee97c684f1d5ed363e8a86f3441 -> refs/commit/4871abc13ca21ee97c684f1d5ed363e8a86f3441
1642026-07-14T10:11:19.866Z Updating git repository `https://github.com/oxidecomputer/ispf`
1652026-07-14T10:11:20.168ZFrom https://github.com/oxidecomputer/ispf
1662026-07-14T10:11:20.168Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
1672026-07-14T10:11:20.174Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1682026-07-14T10:11:20.563ZFrom https://github.com/oxidecomputer/netadm-sys
1692026-07-14T10:11:20.563Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
1702026-07-14T10:11:20.572Z Updating git repository `https://github.com/oxidecomputer/opte`
1712026-07-14T10:11:21.535ZFrom https://github.com/oxidecomputer/opte
1722026-07-14T10:11:21.535Z * [new ref] dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc -> refs/commit/dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc
1732026-07-14T10:11:21.564Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1742026-07-14T10:11:21.867ZFrom https://github.com/oxidecomputer/slog-error-chain
1752026-07-14T10:11:21.867Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
1762026-07-14T10:11:21.875Z Updating git repository `https://github.com/illumos/smf-rs`
1772026-07-14T10:11:22.164ZFrom https://github.com/illumos/smf-rs
1782026-07-14T10:11:22.164Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
1792026-07-14T10:11:22.171Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1802026-07-14T10:11:22.484ZFrom https://github.com/oxidecomputer/poptrie
1812026-07-14T10:11:22.484Z * [new ref] 5bf62f6b889c61e0608d8463ed11da28e130cb34 -> refs/commit/5bf62f6b889c61e0608d8463ed11da28e130cb34
1822026-07-14T10:11:22.492Z Updating git repository `https://github.com/oxidecomputer/network-interface`
1832026-07-14T10:11:22.824ZFrom https://github.com/oxidecomputer/network-interface
1842026-07-14T10:11:22.824Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
1852026-07-14T10:11:22.831Z Updating git repository `https://github.com/oxidecomputer/zone`
1862026-07-14T10:11:23.151ZFrom https://github.com/oxidecomputer/zone
1872026-07-14T10:11:23.151Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
1882026-07-14T10:11:23.159Z Updating git repository `https://github.com/oxidecomputer/lldp`
1892026-07-14T10:11:23.576ZFrom https://github.com/oxidecomputer/lldp
1902026-07-14T10:11:23.576Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
1912026-07-14T10:11:23.587Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1922026-07-14T10:11:23.938ZFrom https://github.com/oxidecomputer/tufaceous
1932026-07-14T10:11:23.938Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
1942026-07-14T10:11:23.947Z Updating git repository `https://github.com/oxidecomputer/propolis`
1952026-07-14T10:11:24.925ZFrom https://github.com/oxidecomputer/propolis
1962026-07-14T10:11:24.925Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
1972026-07-14T10:11:24.967Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1982026-07-14T10:11:25.534ZFrom https://github.com/oxidecomputer/transceiver-control
1992026-07-14T10:11:25.535Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
2002026-07-14T10:11:25.544Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2012026-07-14T10:11:25.876ZFrom https://github.com/oxidecomputer/dlpi-sys
2022026-07-14T10:11:25.876Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
2032026-07-14T10:11:25.882Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2042026-07-14T10:11:26.198ZFrom https://github.com/jmesmon/rust-libzfs
2052026-07-14T10:11:26.198Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
2062026-07-14T10:11:26.205Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2072026-07-14T10:11:26.494ZFrom https://github.com/oxidecomputer/rusty-doors
2082026-07-14T10:11:26.494Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
2092026-07-14T10:11:26.500Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2102026-07-14T10:11:27.131ZFrom https://github.com/oxidecomputer/management-gateway-service
2112026-07-14T10:11:27.131Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
2122026-07-14T10:11:27.179Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2132026-07-14T10:11:27.454ZFrom https://github.com/oxidecomputer/serde_human_bytes
2142026-07-14T10:11:27.454Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
2152026-07-14T10:11:27.463Z Updating git repository `https://github.com/oxidecomputer/crucible`
2162026-07-14T10:11:28.651ZFrom https://github.com/oxidecomputer/crucible
2172026-07-14T10:11:28.651Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
2182026-07-14T10:11:28.691Z Updating git repository `https://github.com/oxidecomputer/propolis`
2192026-07-14T10:11:29.182ZFrom https://github.com/oxidecomputer/propolis
2202026-07-14T10:11:29.182Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
2212026-07-14T10:11:29.225Z Updating git repository `https://github.com/oxidecomputer/crucible`
2222026-07-14T10:11:29.796ZFrom https://github.com/oxidecomputer/crucible
2232026-07-14T10:11:29.796Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
2242026-07-14T10:11:29.859Z Updating git repository `https://github.com/oxidecomputer/tofino`
2252026-07-14T10:11:30.256ZFrom https://github.com/oxidecomputer/tofino
2262026-07-14T10:11:30.256Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
2272026-07-14T10:11:30.266Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-07-14T10:11:31.121ZFrom https://github.com/oxidecomputer/maghemite
2292026-07-14T10:11:31.121Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
2302026-07-14T10:11:31.153Z Updating git repository `https://github.com/oxidecomputer/clickward`
2312026-07-14T10:11:31.456ZFrom https://github.com/oxidecomputer/clickward
2322026-07-14T10:11:31.456Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
2332026-07-14T10:11:31.462Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2342026-07-14T10:11:31.834ZFrom https://github.com/oxidecomputer/illumos-devinfo
2352026-07-14T10:11:31.834Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
2362026-07-14T10:11:34.364Z Downloading crates ...
2372026-07-14T10:11:34.428Z Downloaded adler2 v2.0.1
2382026-07-14T10:11:34.430Z Downloaded base16ct v0.2.0
2392026-07-14T10:11:34.434Z Downloaded base16ct v1.0.0
2402026-07-14T10:11:34.437Z Downloaded backon v1.6.0
2412026-07-14T10:11:34.444Z Downloaded cargo_toml v0.22.3
2422026-07-14T10:11:34.449Z Downloaded deranged v0.5.8
2432026-07-14T10:11:34.451Z Downloaded cfg_aliases v0.2.1
2442026-07-14T10:11:34.454Z Downloaded atomicwrites v0.4.4
2452026-07-14T10:11:34.454Z Downloaded async-stream v0.3.6
2462026-07-14T10:11:34.457Z Downloaded backoff v0.4.0
2472026-07-14T10:11:34.457Z Downloaded data-encoding v2.11.0
2482026-07-14T10:11:34.459Z Downloaded darling v0.23.0
2492026-07-14T10:11:34.462Z Downloaded equivalent v1.0.2
2502026-07-14T10:11:34.462Z Downloaded diff v0.1.13
2512026-07-14T10:11:34.465Z Downloaded dyn-clone v1.0.20
2522026-07-14T10:11:34.465Z Downloaded block-buffer v0.10.4
2532026-07-14T10:11:34.467Z Downloaded anstream v1.0.0
2542026-07-14T10:11:34.467Z Downloaded dtrace-parser v0.3.0
2552026-07-14T10:11:34.467Z Downloaded aead v0.5.2
2562026-07-14T10:11:34.470Z Downloaded dtrace-parser v0.2.0
2572026-07-14T10:11:34.470Z Downloaded async-stream-impl v0.3.6
2582026-07-14T10:11:34.470Z Downloaded bit-set v0.8.0
2592026-07-14T10:11:34.473Z Downloaded const-random v0.1.18
2602026-07-14T10:11:34.473Z Downloaded defmt-macros v1.1.0
2612026-07-14T10:11:34.476Z Downloaded foldhash v0.1.5
2622026-07-14T10:11:34.476Z Downloaded errno v0.3.14
2632026-07-14T10:11:34.478Z Downloaded dunce v1.0.5
2642026-07-14T10:11:34.478Z Downloaded find-msvc-tools v0.1.9
2652026-07-14T10:11:34.478Z Downloaded darling_macro v0.21.3
2662026-07-14T10:11:34.481Z Downloaded foreign-types v0.3.2
2672026-07-14T10:11:34.481Z Downloaded hash32 v0.3.1
2682026-07-14T10:11:34.481Z Downloaded fixedbitset v0.4.2
2692026-07-14T10:11:34.484Z Downloaded embedded-io v0.4.0
2702026-07-14T10:11:34.484Z Downloaded fnv v1.0.7
2712026-07-14T10:11:34.484Z Downloaded colorchoice v1.0.5
2722026-07-14T10:11:34.487Z Downloaded block-buffer v0.12.0
2732026-07-14T10:11:34.487Z Downloaded anstyle-query v1.1.5
2742026-07-14T10:11:34.487Z Downloaded enum-as-inner v0.6.1
2752026-07-14T10:11:34.490Z Downloaded foreign-types-shared v0.1.1
2762026-07-14T10:11:34.490Z Downloaded dropshot-api-manager-types v0.7.2
2772026-07-14T10:11:34.490Z Downloaded crunchy v0.2.4
2782026-07-14T10:11:34.490Z Downloaded atomic-waker v1.1.2
2792026-07-14T10:11:34.493Z Downloaded darling_macro v0.23.0
2802026-07-14T10:11:34.493Z Downloaded defmt-parser v1.0.0
2812026-07-14T10:11:34.496Z Downloaded const-random-macro v0.1.16
2822026-07-14T10:11:34.496Z Downloaded futures-task v0.3.32
2832026-07-14T10:11:34.496Z Downloaded async-trait v0.1.89
2842026-07-14T10:11:34.500Z Downloaded crypto-common v0.1.7
2852026-07-14T10:11:34.500Z Downloaded ciborium-io v0.2.2
2862026-07-14T10:11:34.503Z Downloaded float-ord v0.3.2
2872026-07-14T10:11:34.503Z Downloaded embedded-io v0.6.1
2882026-07-14T10:11:34.503Z Downloaded hostname v0.4.2
2892026-07-14T10:11:34.503Z Downloaded cpufeatures v0.3.0
2902026-07-14T10:11:34.506Z Downloaded debug-ignore v1.0.5
2912026-07-14T10:11:34.506Z Downloaded cstr-argument v0.1.2
2922026-07-14T10:11:34.507Z Downloaded clap_lex v1.1.0
2932026-07-14T10:11:34.510Z Downloaded cfg-if v1.0.4
2942026-07-14T10:11:34.510Z Downloaded async-recursion v1.1.1
2952026-07-14T10:11:34.510Z Downloaded hostname v0.3.1
2962026-07-14T10:11:34.533Z Downloaded heck v0.5.0
2972026-07-14T10:11:34.533Z Downloaded foreign-types-shared v0.3.1
2982026-07-14T10:11:34.533Z Downloaded ciborium-ll v0.2.2
2992026-07-14T10:11:34.534Z Downloaded cobs v0.3.0
3002026-07-14T10:11:34.534Z Downloaded fxhash v0.2.1
3012026-07-14T10:11:34.534Z Downloaded futures-core v0.3.32
3022026-07-14T10:11:34.534Z Downloaded futures-io v0.3.32
3032026-07-14T10:11:34.534Z Downloaded foreign-types v0.5.0
3042026-07-14T10:11:34.534Z Downloaded defmt v0.3.100
3052026-07-14T10:11:34.534Z Downloaded anstyle v1.0.14
3062026-07-14T10:11:34.534Z Downloaded byteorder v1.5.0
3072026-07-14T10:11:34.534Z Downloaded futures-sink v0.3.32
3082026-07-14T10:11:34.534Z Downloaded form_urlencoded v1.2.2
3092026-07-14T10:11:34.534Z Downloaded compression-core v0.4.32
3102026-07-14T10:11:34.534Z Downloaded heck v0.4.1
3112026-07-14T10:11:34.534Z Downloaded generic-array v0.14.7
3122026-07-14T10:11:34.534Z Downloaded futures-macro v0.3.32
3132026-07-14T10:11:34.534Z Downloaded curve25519-dalek-derive v0.1.1
3142026-07-14T10:11:34.534Z Downloaded convert_case v0.4.0
3152026-07-14T10:11:34.538Z Downloaded crypto-common v0.2.2
3162026-07-14T10:11:34.538Z Downloaded hubpack v0.1.2
3172026-07-14T10:11:34.538Z Downloaded gethostname v0.5.0
3182026-07-14T10:11:34.538Z Downloaded foreign-types-macros v0.2.3
3192026-07-14T10:11:34.538Z Downloaded cpufeatures v0.2.17
3202026-07-14T10:11:34.541Z Downloaded crc8 v0.1.1
3212026-07-14T10:11:34.544Z Downloaded dof v0.4.0
3222026-07-14T10:11:34.544Z Downloaded displaydoc v0.2.6
3232026-07-14T10:11:34.547Z Downloaded http-body v1.0.1
3242026-07-14T10:11:34.549Z Downloaded digest v0.11.3
3252026-07-14T10:11:34.549Z Downloaded foldhash v0.2.0
3262026-07-14T10:11:34.552Z Downloaded fixedbitset v0.5.7
3272026-07-14T10:11:34.552Z Downloaded anstyle-parse v1.0.0
3282026-07-14T10:11:34.552Z Downloaded ff v0.13.1
3292026-07-14T10:11:34.555Z Downloaded argon2 v0.5.3
3302026-07-14T10:11:34.555Z Downloaded fastrand v2.4.1
3312026-07-14T10:11:34.558Z Downloaded dof v0.3.0
3322026-07-14T10:11:34.558Z Downloaded camino-tempfile v1.4.1
3332026-07-14T10:11:34.558Z Downloaded digest v0.10.7
3342026-07-14T10:11:34.561Z Downloaded derive-ex v0.1.8
3352026-07-14T10:11:34.561Z Downloaded ident_case v1.0.1
3362026-07-14T10:11:34.561Z Downloaded bs58 v0.5.1
3372026-07-14T10:11:34.564Z Downloaded is-terminal v0.4.17
3382026-07-14T10:11:34.564Z Downloaded inout v0.1.4
3392026-07-14T10:11:34.568Z Downloaded autocfg v1.5.1
3402026-07-14T10:11:34.568Z Downloaded bytecount v0.6.9
3412026-07-14T10:11:34.572Z Downloaded bcs v0.1.6
3422026-07-14T10:11:34.572Z Downloaded internet-checksum v0.2.1
3432026-07-14T10:11:34.572Z Downloaded itoa v1.0.18
3442026-07-14T10:11:34.572Z Downloaded hex v0.4.3
3452026-07-14T10:11:34.575Z Downloaded erased-serde v0.3.31
3462026-07-14T10:11:34.575Z Downloaded byte-wrapper v0.1.0
3472026-07-14T10:11:34.576Z Downloaded httpdate v1.0.3
3482026-07-14T10:11:34.578Z Downloaded hubpack_derive v0.1.1
3492026-07-14T10:11:34.578Z Downloaded glob v0.3.3
3502026-07-14T10:11:34.578Z Downloaded is_terminal_polyfill v1.70.2
3512026-07-14T10:11:34.579Z Downloaded is_ci v1.2.0
3522026-07-14T10:11:34.581Z Downloaded instant v0.1.13
3532026-07-14T10:11:34.581Z Downloaded idna_adapter v1.2.2
3542026-07-14T10:11:34.581Z Downloaded fs-err v3.3.0
3552026-07-14T10:11:34.584Z Downloaded highway v1.3.0
3562026-07-14T10:11:34.584Z Downloaded group v0.13.0
3572026-07-14T10:11:34.587Z Downloaded fs_extra v1.3.0
3582026-07-14T10:11:34.587Z Downloaded either v1.16.0
3592026-07-14T10:11:34.589Z Downloaded futures-executor v0.3.32
3602026-07-14T10:11:34.590Z Downloaded indent_write v2.2.0
3612026-07-14T10:11:34.590Z Downloaded git-stub v1.0.0
3622026-07-14T10:11:34.592Z Downloaded globset v0.4.18
3632026-07-14T10:11:34.595Z Downloaded lazy_static v1.5.0
3642026-07-14T10:11:34.598Z Downloaded bitflags v1.3.2
3652026-07-14T10:11:34.601Z Downloaded csv-core v0.1.13
3662026-07-14T10:11:34.603Z Downloaded elliptic-curve v0.13.8
3672026-07-14T10:11:34.606Z Downloaded defmt v1.1.0
3682026-07-14T10:11:34.609Z Downloaded critical-section v1.2.0
3692026-07-14T10:11:34.609Z Downloaded daft v0.1.7
3702026-07-14T10:11:34.611Z Downloaded darling_core v0.23.0
3712026-07-14T10:11:34.614Z Downloaded macaddr v1.0.1
3722026-07-14T10:11:34.614Z Downloaded crossbeam-deque v0.8.6
3732026-07-14T10:11:34.618Z Downloaded match_cfg v0.1.0
3742026-07-14T10:11:34.618Z Downloaded mime v0.3.17
3752026-07-14T10:11:34.618Z Downloaded memoffset v0.9.1
3762026-07-14T10:11:34.618Z Downloaded cipher v0.4.4
3772026-07-14T10:11:34.620Z Downloaded daft-derive v0.1.7
3782026-07-14T10:11:34.623Z Downloaded lru-slab v0.1.2
3792026-07-14T10:11:34.623Z Downloaded lru-cache v0.1.2
3802026-07-14T10:11:34.623Z Downloaded derive_more v0.99.20
3812026-07-14T10:11:34.626Z Downloaded libscf-sys v1.2.0
3822026-07-14T10:11:34.626Z Downloaded keccak v0.1.6
3832026-07-14T10:11:34.629Z Downloaded ipnet v2.12.0
3842026-07-14T10:11:34.629Z Downloaded ingot v0.1.1
3852026-07-14T10:11:34.634Z Downloaded no-std-compat v0.4.1
3862026-07-14T10:11:34.635Z Downloaded newline-converter v0.3.0
3872026-07-14T10:11:34.635Z Downloaded linked-hash-map v0.5.6
3882026-07-14T10:11:34.635Z Downloaded num-conv v0.2.2
3892026-07-14T10:11:34.635Z Downloaded base64ct v1.8.3
3902026-07-14T10:11:34.635Z Downloaded http-body-util v0.1.3
3912026-07-14T10:11:34.639Z Downloaded chacha20 v0.9.1
3922026-07-14T10:11:34.639Z Downloaded newtype_derive v0.1.6
3932026-07-14T10:11:34.639Z Downloaded ipnetwork v0.21.1
3942026-07-14T10:11:34.639Z Downloaded num v0.4.3
3952026-07-14T10:11:34.642Z Downloaded num-iter v0.1.45
3962026-07-14T10:11:34.642Z Downloaded num-derive v0.4.2
3972026-07-14T10:11:34.644Z Downloaded bit-vec v0.8.0
3982026-07-14T10:11:34.644Z Downloaded ahash v0.8.12
3992026-07-14T10:11:34.647Z Downloaded futures-channel v0.3.32
4002026-07-14T10:11:34.647Z Downloaded hmac v0.12.1
4012026-07-14T10:11:34.651Z Downloaded memmap v0.7.0
4022026-07-14T10:11:34.651Z Downloaded blake2 v0.10.6
4032026-07-14T10:11:34.652Z Downloaded camino v1.2.4
4042026-07-14T10:11:34.655Z Downloaded ingot-types v0.1.2
4052026-07-14T10:11:34.655Z Downloaded colored v3.1.1
4062026-07-14T10:11:34.658Z Downloaded arc-swap v1.9.1
4072026-07-14T10:11:34.658Z Downloaded git-stub-vcs v0.1.0
4082026-07-14T10:11:34.660Z Downloaded humantime v2.3.0
4092026-07-14T10:11:34.660Z Downloaded getrandom v0.2.17
4102026-07-14T10:11:34.663Z Downloaded crucible-workspace-hack v0.1.0
4112026-07-14T10:11:34.663Z Downloaded cmake v0.1.58
4122026-07-14T10:11:34.663Z Downloaded derive-where v1.6.1
4132026-07-14T10:11:34.666Z Downloaded linear-map v1.2.0
4142026-07-14T10:11:34.666Z Downloaded drift v0.2.0
4152026-07-14T10:11:34.672Z Downloaded openssl-probe v0.2.1
4162026-07-14T10:11:34.675Z Downloaded opaque-debug v0.3.1
4172026-07-14T10:11:34.675Z Downloaded num_threads v0.1.7
4182026-07-14T10:11:34.675Z Downloaded managed v0.8.0
4192026-07-14T10:11:34.677Z Downloaded omicron-workspace-hack v0.1.0
4202026-07-14T10:11:34.677Z Downloaded num_enum_derive v0.5.11
4212026-07-14T10:11:34.677Z Downloaded openssl-macros v0.1.1
4222026-07-14T10:11:34.681Z Downloaded newtype-uuid-macros v0.1.0
4232026-07-14T10:11:34.681Z Downloaded natord v1.0.9
4242026-07-14T10:11:34.681Z Downloaded dropshot_endpoint v0.17.1
4252026-07-14T10:11:34.684Z Downloaded compression-codecs v0.4.38
4262026-07-14T10:11:34.686Z Downloaded console v0.16.3
4272026-07-14T10:11:34.689Z Downloaded percent-encoding v2.3.2
4282026-07-14T10:11:34.689Z Downloaded crc32fast v1.5.0
4292026-07-14T10:11:34.692Z Downloaded iana-time-zone v0.1.65
4302026-07-14T10:11:34.696Z Downloaded darling v0.21.3
4312026-07-14T10:11:34.701Z Downloaded ingot-macros v0.1.1
4322026-07-14T10:11:34.704Z Downloaded cookie v0.18.1
4332026-07-14T10:11:34.704Z Downloaded const_format_proc_macros v0.2.34
4342026-07-14T10:11:34.704Z Downloaded console v0.15.11
4352026-07-14T10:11:34.707Z Downloaded num_enum v0.7.6
4362026-07-14T10:11:34.709Z Downloaded phf_shared v0.12.1
4372026-07-14T10:11:34.709Z Downloaded jobserver v0.1.34
4382026-07-14T10:11:34.712Z Downloaded plain v0.2.3
4392026-07-14T10:11:34.712Z Downloaded powerfmt v0.2.0
4402026-07-14T10:11:34.712Z Downloaded num-rational v0.4.2
4412026-07-14T10:11:34.715Z Downloaded ciborium v0.2.2
4422026-07-14T10:11:34.715Z Downloaded lock_api v0.4.14
4432026-07-14T10:11:34.718Z Downloaded num_enum v0.5.11
4442026-07-14T10:11:34.721Z Downloaded libsw-core v0.3.2
4452026-07-14T10:11:34.721Z Downloaded half v2.7.1
4462026-07-14T10:11:34.724Z Downloaded libsw v3.5.0
4472026-07-14T10:11:34.724Z Downloaded getrandom v0.3.4
4482026-07-14T10:11:34.727Z Downloaded cancel-safe-futures v0.1.5
4492026-07-14T10:11:34.730Z Downloaded anyhow v1.0.103
4502026-07-14T10:11:34.730Z Downloaded konst_macro_rules v0.2.19
4512026-07-14T10:11:34.733Z Downloaded futures v0.3.32
4522026-07-14T10:11:34.736Z Downloaded potential_utf v0.1.5
4532026-07-14T10:11:34.736Z Downloaded proc-macro-crate v1.3.1
4542026-07-14T10:11:34.736Z Downloaded chacha20 v0.10.0
4552026-07-14T10:11:34.739Z Downloaded crossbeam-utils v0.8.21
4562026-07-14T10:11:34.743Z Downloaded pretty-hex v0.4.2
4572026-07-14T10:11:34.743Z Downloaded proc-macro-crate v3.5.0
4582026-07-14T10:11:34.746Z Downloaded newtype-uuid v1.3.2
4592026-07-14T10:11:34.746Z Downloaded proc-macro-error-attr2 v2.0.0
4602026-07-14T10:11:34.746Z Downloaded hybrid-array v0.4.12
4612026-07-14T10:11:34.746Z Downloaded hyper-rustls v0.27.9
4622026-07-14T10:11:34.749Z Downloaded multer v3.1.0
4632026-07-14T10:11:34.752Z Downloaded progenitor-client v0.14.0
4642026-07-14T10:11:34.752Z Downloaded oxide-tokio-rt v0.1.6
4652026-07-14T10:11:34.754Z Downloaded owo-colors v4.3.0
4662026-07-14T10:11:34.754Z Downloaded olpc-cjson v0.1.4
4672026-07-14T10:11:34.757Z Downloaded num_enum_derive v0.7.6
4682026-07-14T10:11:34.757Z Downloaded num-complex v0.4.6
4692026-07-14T10:11:34.757Z Downloaded proc-macro-error-attr v1.0.4
4702026-07-14T10:11:34.760Z Downloaded paste v1.0.15
4712026-07-14T10:11:34.760Z Downloaded progenitor-macro v0.13.0
4722026-07-14T10:11:34.763Z Downloaded pem v3.0.6
4732026-07-14T10:11:34.763Z Downloaded password-hash v0.5.0
4742026-07-14T10:11:34.763Z Downloaded progenitor-macro v0.14.0
4752026-07-14T10:11:34.766Z Downloaded parse-display-derive v0.10.0
4762026-07-14T10:11:34.766Z Downloaded quick-error v1.2.3
4772026-07-14T10:11:34.769Z Downloaded memmap2 v0.9.10
4782026-07-14T10:11:34.769Z Downloaded icu_provider v2.2.0
4792026-07-14T10:11:34.772Z Downloaded rand_chacha v0.3.1
4802026-07-14T10:11:34.775Z Downloaded allocator-api2 v0.2.21
4812026-07-14T10:11:34.778Z Downloaded num-integer v0.1.46
4822026-07-14T10:11:34.781Z Downloaded crossbeam-epoch v0.9.18
4832026-07-14T10:11:34.784Z Downloaded port-file v0.1.0
4842026-07-14T10:11:34.784Z Downloaded bitflags v2.12.1
4852026-07-14T10:11:34.787Z Downloaded ref-cast v1.0.25
4862026-07-14T10:11:34.787Z Downloaded clap_derive v4.6.1
4872026-07-14T10:11:34.796Z Downloaded getrandom v0.4.2
4882026-07-14T10:11:34.798Z Downloaded parse-display v0.10.0
4892026-07-14T10:11:34.801Z Downloaded parking_lot_core v0.8.6
4902026-07-14T10:11:34.804Z Downloaded rand_xorshift v0.4.0
4912026-07-14T10:11:34.804Z Downloaded bytes v1.11.1
4922026-07-14T10:11:34.810Z Downloaded darling_core v0.21.3
4932026-07-14T10:11:34.813Z Downloaded flate2 v1.1.9
4942026-07-14T10:11:34.816Z Downloaded base64 v0.22.1
4952026-07-14T10:11:34.819Z Downloaded progenitor-client v0.13.0
4962026-07-14T10:11:34.823Z Downloaded progenitor-client v0.10.0
4972026-07-14T10:11:34.823Z Downloaded phf v0.12.1
4982026-07-14T10:11:34.823Z Downloaded progenitor v0.10.0
4992026-07-14T10:11:34.826Z Downloaded pkg-config v0.3.33
5002026-07-14T10:11:34.826Z Downloaded pin-project-lite v0.2.17
5012026-07-14T10:11:34.829Z Downloaded poly1305 v0.8.0
5022026-07-14T10:11:34.829Z Downloaded pin-project-internal v1.1.13
5032026-07-14T10:11:34.829Z Downloaded proc-macro-error2 v2.0.1
5042026-07-14T10:11:34.832Z Downloaded rustc_version v0.4.1
5052026-07-14T10:11:34.833Z Downloaded parking_lot_core v0.9.12
5062026-07-14T10:11:34.836Z Downloaded rustc_version v0.1.7
5072026-07-14T10:11:34.836Z Downloaded rustc-hash v2.1.2
5082026-07-14T10:11:34.836Z Downloaded same-file v1.0.6
5092026-07-14T10:11:34.836Z Downloaded progenitor-macro v0.10.0
5102026-07-14T10:11:34.839Z Downloaded httparse v1.10.1
5112026-07-14T10:11:34.839Z Downloaded scopeguard v1.2.0
5122026-07-14T10:11:34.839Z Downloaded pest_generator v2.8.6
5132026-07-14T10:11:34.842Z Downloaded parking_lot v0.11.2
5142026-07-14T10:11:34.842Z Downloaded ppv-lite86 v0.2.21
5152026-07-14T10:11:34.845Z Downloaded indicatif v0.18.4
5162026-07-14T10:11:34.845Z Downloaded indexmap v1.9.3
5172026-07-14T10:11:34.848Z Downloaded num-traits v0.2.19
5182026-07-14T10:11:34.852Z Downloaded progenitor-extras v0.2.0
5192026-07-14T10:11:34.852Z Downloaded progenitor v0.13.0
5202026-07-14T10:11:34.854Z Downloaded rand_core v0.6.4
5212026-07-14T10:11:34.854Z Downloaded rand_chacha v0.9.0
5222026-07-14T10:11:34.854Z Downloaded ref-cast-impl v1.0.25
5232026-07-14T10:11:34.855Z Downloaded proc-macro-error v1.0.4
5242026-07-14T10:11:34.858Z Downloaded once_cell v1.21.4
5252026-07-14T10:11:34.858Z Downloaded quote v1.0.45
5262026-07-14T10:11:34.860Z Downloaded serde_spanned v0.6.9
5272026-07-14T10:11:34.860Z Downloaded icu_properties v2.2.0
5282026-07-14T10:11:34.863Z Downloaded icu_normalizer_data v2.2.0
5292026-07-14T10:11:34.863Z Downloaded serde_urlencoded v0.7.1
5302026-07-14T10:11:34.866Z Downloaded serde_spanned v1.1.1
5312026-07-14T10:11:34.866Z Downloaded icu_normalizer v2.2.0
5322026-07-14T10:11:34.869Z Downloaded cc v1.2.63
5332026-07-14T10:11:34.872Z Downloaded semver v0.1.20
5342026-07-14T10:11:34.872Z Downloaded hickory-resolver v0.25.2
5352026-07-14T10:11:34.876Z Downloaded const_format v0.2.36
5362026-07-14T10:11:34.876Z Downloaded clap v4.6.1
5372026-07-14T10:11:34.881Z Downloaded postcard v1.1.3
5382026-07-14T10:11:34.884Z Downloaded chacha20poly1305 v0.10.1
5392026-07-14T10:11:34.884Z Downloaded heapless v0.8.0
5402026-07-14T10:11:34.886Z Downloaded serial_test_derive v3.5.0
5412026-07-14T10:11:34.889Z Downloaded log v0.4.32
5422026-07-14T10:11:34.889Z Downloaded secrecy v0.10.3
5432026-07-14T10:11:34.889Z Downloaded scroll_derive v0.12.1
5442026-07-14T10:11:34.892Z Downloaded pest_derive v2.8.6
5452026-07-14T10:11:34.892Z Downloaded parking_lot v0.12.5
5462026-07-14T10:11:34.895Z Downloaded serde_plain v1.0.2
5472026-07-14T10:11:34.895Z Downloaded sigpipe v0.1.3
5482026-07-14T10:11:34.895Z Downloaded rand_core v0.9.5
5492026-07-14T10:11:34.898Z Downloaded serde_repr v0.1.20
5502026-07-14T10:11:34.898Z Downloaded serde-big-array v0.5.1
5512026-07-14T10:11:34.898Z Downloaded rustls-pemfile v2.2.0
5522026-07-14T10:11:34.901Z Downloaded oxnet v0.1.6
5532026-07-14T10:11:34.901Z Downloaded papergrid v0.18.0
5542026-07-14T10:11:34.905Z Downloaded rand_core v0.10.1
5552026-07-14T10:11:34.908Z Downloaded progenitor v0.14.0
5562026-07-14T10:11:34.908Z Downloaded scroll v0.13.0
5572026-07-14T10:11:34.908Z Downloaded icu_collections v2.2.0
5582026-07-14T10:11:34.911Z Downloaded sha1 v0.11.0
5592026-07-14T10:11:34.914Z Downloaded scroll v0.12.0
5602026-07-14T10:11:34.914Z Downloaded litemap v0.8.2
5612026-07-14T10:11:34.917Z Downloaded pin-project v1.1.13
5622026-07-14T10:11:34.921Z Downloaded rustls-native-certs v0.8.4
5632026-07-14T10:11:34.924Z Downloaded serial_test v3.5.0
5642026-07-14T10:11:34.924Z Downloaded serde_tokenstream v0.2.3
5652026-07-14T10:11:34.927Z Downloaded resolv-conf v0.7.6
5662026-07-14T10:11:34.927Z Downloaded siphasher v1.0.3
5672026-07-14T10:11:34.927Z Downloaded const-oid v0.10.2
5682026-07-14T10:11:34.930Z Downloaded slog-bunyan v2.5.0
5692026-07-14T10:11:34.933Z Downloaded structmeta v0.3.0
5702026-07-14T10:11:34.936Z Downloaded hickory-resolver v0.24.4
5712026-07-14T10:11:34.940Z Downloaded papergrid v0.11.0
5722026-07-14T10:11:34.942Z Downloaded expectorate v1.2.0
5732026-07-14T10:11:34.942Z Downloaded hashbrown v0.12.3
5742026-07-14T10:11:34.945Z Downloaded quinn-udp v0.5.14
5752026-07-14T10:11:34.948Z Downloaded rusty-fork v0.3.1
5762026-07-14T10:11:34.951Z Downloaded schemars_derive v0.8.22
5772026-07-14T10:11:34.951Z Downloaded slog-envlogger v2.2.0
5782026-07-14T10:11:34.954Z Downloaded scroll_derive v0.13.1
5792026-07-14T10:11:34.954Z Downloaded strum v0.26.3
5802026-07-14T10:11:34.954Z Downloaded smawk v0.3.2
5812026-07-14T10:11:34.957Z Downloaded strum v0.27.2
5822026-07-14T10:11:34.961Z Downloaded crossbeam-channel v0.5.15
5832026-07-14T10:11:34.965Z Downloaded simd-adler32 v0.3.9
5842026-07-14T10:11:34.968Z Downloaded sha2 v0.10.9
5852026-07-14T10:11:34.968Z Downloaded supports-color v3.0.2
5862026-07-14T10:11:34.971Z Downloaded rustls-pki-types v1.14.1
5872026-07-14T10:11:34.971Z Downloaded tabled_derive v0.11.0
5882026-07-14T10:11:34.974Z Downloaded konst v0.2.20
5892026-07-14T10:11:34.974Z Downloaded openssl-sys v0.9.116
5902026-07-14T10:11:34.978Z Downloaded structmeta-derive v0.3.0
5912026-07-14T10:11:34.980Z Downloaded strsim v0.11.1
5922026-07-14T10:11:34.984Z Downloaded subtle v2.6.1
5932026-07-14T10:11:34.984Z Downloaded serde_path_to_error v0.1.20
5942026-07-14T10:11:34.987Z Downloaded tabwriter v1.4.1
5952026-07-14T10:11:34.987Z Downloaded slog-async v2.8.0
5962026-07-14T10:11:34.987Z Downloaded terminal_size v0.4.4
5972026-07-14T10:11:34.987Z Downloaded base64 v0.21.7
5982026-07-14T10:11:34.990Z Downloaded sha1 v0.10.6
5992026-07-14T10:11:34.993Z Downloaded sync_wrapper v1.0.2
6002026-07-14T10:11:34.993Z Downloaded swrite v0.1.0
6012026-07-14T10:11:34.997Z Downloaded tabled_derive v0.7.0
6022026-07-14T10:11:35.002Z Downloaded miniz_oxide v0.8.9
6032026-07-14T10:11:35.005Z Downloaded stable_deref_trait v1.2.1
6042026-07-14T10:11:35.005Z Downloaded slog-term v2.9.2
6052026-07-14T10:11:35.005Z Downloaded static_assertions v1.1.0
6062026-07-14T10:11:35.005Z Downloaded snafu-derive v0.8.9
6072026-07-14T10:11:35.005Z Downloaded serde_derive_internals v0.29.1
6082026-07-14T10:11:35.008Z Downloaded slog-scope v4.4.1
6092026-07-14T10:11:35.008Z Downloaded time-core v0.1.8
6102026-07-14T10:11:35.008Z Downloaded slab v0.4.12
6112026-07-14T10:11:35.011Z Downloaded take_mut v0.2.2
6122026-07-14T10:11:35.011Z Downloaded tinyvec_macros v0.1.1
6132026-07-14T10:11:35.011Z Downloaded testing_table v0.3.0
6142026-07-14T10:11:35.011Z Downloaded termtree v0.5.1
6152026-07-14T10:11:35.015Z Downloaded shlex v2.0.1
6162026-07-14T10:11:35.016Z Downloaded slog-stdlog v4.1.1
6172026-07-14T10:11:35.016Z Downloaded slog-json v2.6.1
6182026-07-14T10:11:35.019Z Downloaded slog-dtrace v0.3.0
6192026-07-14T10:11:35.019Z Downloaded thread-id v4.2.2
6202026-07-14T10:11:35.019Z Downloaded thiserror-impl-no-std v2.0.2
6212026-07-14T10:11:35.019Z Downloaded signal-hook-registry v1.4.8
6222026-07-14T10:11:35.019Z Downloaded semver v1.0.28
6232026-07-14T10:11:35.022Z Downloaded rhai_codegen v3.2.0
6242026-07-14T10:11:35.025Z Downloaded prettyplease v0.2.37
6252026-07-14T10:11:35.029Z Downloaded strum_macros v0.26.4
6262026-07-14T10:11:35.029Z Downloaded serde_with_macros v3.20.0
6272026-07-14T10:11:35.031Z Downloaded tokio-macros v2.7.0
6282026-07-14T10:11:35.031Z Downloaded progenitor-impl v0.10.0
6292026-07-14T10:11:35.034Z Downloaded rustversion v1.0.22
6302026-07-14T10:11:35.034Z Downloaded proc-macro2 v1.0.106
6312026-07-14T10:11:35.037Z Downloaded progenitor-impl v0.13.0
6322026-07-14T10:11:35.037Z Downloaded synstructure v0.13.2
6332026-07-14T10:11:35.040Z Downloaded icu_locale_core v2.2.0
6342026-07-14T10:11:35.043Z Downloaded smartstring v1.0.1
6352026-07-14T10:11:35.046Z Downloaded minimal-lexical v0.2.1
6362026-07-14T10:11:35.049Z Downloaded tagptr v0.2.0
6372026-07-14T10:11:35.049Z Downloaded crypto-bigint v0.5.5
6382026-07-14T10:11:35.055Z Downloaded tower-service v0.3.3
6392026-07-14T10:11:35.058Z Downloaded jiff-static v0.2.28
6402026-07-14T10:11:35.060Z Downloaded spin v0.5.2
6412026-07-14T10:11:35.061Z Downloaded pest_meta v2.8.6
6422026-07-14T10:11:35.064Z Downloaded indexmap v2.14.0
6432026-07-14T10:11:35.067Z Downloaded toml_datetime v0.6.11
6442026-07-14T10:11:35.069Z Downloaded http v1.4.2
6452026-07-14T10:11:35.070Z Downloaded thiserror v1.0.69
6462026-07-14T10:11:35.072Z Downloaded time-macros v0.2.27
6472026-07-14T10:11:35.075Z Downloaded try-lock v0.2.5
6482026-07-14T10:11:35.075Z Downloaded serde_derive v1.0.228
6492026-07-14T10:11:35.078Z Downloaded typeid v1.0.3
6502026-07-14T10:11:35.078Z Downloaded toml_write v0.1.2
6512026-07-14T10:11:35.081Z Downloaded tower-layer v0.3.3
6522026-07-14T10:11:35.084Z Downloaded pretty_assertions v1.4.1
6532026-07-14T10:11:35.089Z Downloaded serde_yaml v0.9.34+deprecated
6542026-07-14T10:11:35.093Z Downloaded typify-macro v0.6.2
6552026-07-14T10:11:35.096Z Downloaded unarray v0.1.4
6562026-07-14T10:11:35.099Z Downloaded thread-id v5.1.0
6572026-07-14T10:11:35.099Z Downloaded tiny-keccak v2.0.2
6582026-07-14T10:11:35.102Z Downloaded thread_local v1.1.9
6592026-07-14T10:11:35.102Z Downloaded strum_macros v0.27.2
6602026-07-14T10:11:35.105Z Downloaded thiserror-no-std v2.0.2
6612026-07-14T10:11:35.105Z Downloaded rustls-platform-verifier v0.7.0
6622026-07-14T10:11:35.108Z Downloaded thiserror-impl v2.0.18
6632026-07-14T10:11:35.111Z Downloaded progenitor-impl v0.14.0
6642026-07-14T10:11:35.112Z Downloaded usdt v0.5.0
6652026-07-14T10:11:35.112Z Downloaded tokio-dtrace v0.1.1
6662026-07-14T10:11:35.116Z Downloaded universal-hash v0.5.1
6672026-07-14T10:11:35.116Z Downloaded usdt-attr-macro v0.6.0
6682026-07-14T10:11:35.116Z Downloaded unit-prefix v0.5.2
6692026-07-14T10:11:35.116Z Downloaded smf v0.2.3
6702026-07-14T10:11:35.116Z Downloaded smallvec v1.15.1
6712026-07-14T10:11:35.116Z Downloaded usdt-attr-macro v0.5.0
6722026-07-14T10:11:35.119Z Downloaded quinn v0.11.9
6732026-07-14T10:11:35.119Z Downloaded typify-macro v0.4.3
6742026-07-14T10:11:35.119Z Downloaded tokio-tungstenite v0.21.0
6752026-07-14T10:11:35.122Z Downloaded unicode-linebreak v0.1.5
6762026-07-14T10:11:35.122Z Downloaded similar v2.7.0
6772026-07-14T10:11:35.125Z Downloaded toml_datetime v0.7.5+spec-1.1.0
6782026-07-14T10:11:35.125Z Downloaded term v1.2.1
6792026-07-14T10:11:35.128Z Downloaded usdt-macro v0.5.0
6802026-07-14T10:11:35.128Z Downloaded want v0.3.1
6812026-07-14T10:11:35.130Z Downloaded toml_datetime v1.1.1+spec-1.1.0
6822026-07-14T10:11:35.130Z Downloaded schemars v0.8.22
6832026-07-14T10:11:35.135Z Downloaded rayon-core v1.13.0
6842026-07-14T10:11:35.138Z Downloaded tinystr v0.8.3
6852026-07-14T10:11:35.141Z Downloaded thiserror v2.0.18
6862026-07-14T10:11:35.144Z Downloaded version_check v0.9.5
6872026-07-14T10:11:35.144Z Downloaded utf-8 v0.7.6
6882026-07-14T10:11:35.144Z Downloaded waitgroup v0.1.2
6892026-07-14T10:11:35.147Z Downloaded wait-timeout v0.2.1
6902026-07-14T10:11:35.147Z Downloaded utf8parse v0.2.2
6912026-07-14T10:11:35.147Z Downloaded usdt-macro v0.6.0
6922026-07-14T10:11:35.147Z Downloaded unicode-xid v0.2.6
6932026-07-14T10:11:35.150Z Downloaded tokio-rustls v0.26.4
6942026-07-14T10:11:35.150Z Downloaded memchr v2.8.1
6952026-07-14T10:11:35.153Z Downloaded dropshot-api-manager v0.7.2
6962026-07-14T10:11:35.155Z Downloaded hashbrown v0.16.1
6972026-07-14T10:11:35.158Z Downloaded thin-vec v0.2.18
6982026-07-14T10:11:35.159Z Downloaded spin v0.9.8
6992026-07-14T10:11:35.162Z Downloaded socket2 v0.6.4
7002026-07-14T10:11:35.162Z Downloaded serde_core v1.0.228
7012026-07-14T10:11:35.166Z Downloaded mio v1.2.1
7022026-07-14T10:11:35.168Z Downloaded schemars v0.9.0
7032026-07-14T10:11:35.172Z Downloaded toml_writer v1.1.1+spec-1.1.0
7042026-07-14T10:11:35.175Z Downloaded usdt v0.6.0
7052026-07-14T10:11:35.175Z Downloaded slog v2.8.2
7062026-07-14T10:11:35.177Z Downloaded untrusted v0.9.0
7072026-07-14T10:11:35.177Z Downloaded tempfile v3.27.0
7082026-07-14T10:11:35.180Z Downloaded hashbrown v0.15.5
7092026-07-14T10:11:35.183Z Downloaded untrusted v0.7.1
7102026-07-14T10:11:35.183Z Downloaded thiserror-impl v1.0.69
7112026-07-14T10:11:35.186Z Downloaded zerofrom v0.1.8
7122026-07-14T10:11:35.186Z Downloaded zeroize_derive v1.4.3
7132026-07-14T10:11:35.186Z Downloaded yoke-derive v0.8.2
7142026-07-14T10:11:35.189Z Downloaded ryu v1.0.23
7152026-07-14T10:11:35.192Z Downloaded textwrap v0.16.2
7162026-07-14T10:11:35.192Z Downloaded utf8_iter v1.0.4
7172026-07-14T10:11:35.196Z Downloaded zone_cfg_derive v0.3.1
7182026-07-14T10:11:35.196Z Downloaded rand v0.9.4
7192026-07-14T10:11:35.199Z Downloaded hyper-util v0.1.20
7202026-07-14T10:11:35.203Z Downloaded rand v0.8.6
7212026-07-14T10:11:35.203Z Downloaded tracing-attributes v0.1.31
7222026-07-14T10:11:35.206Z Downloaded zone v0.3.1
7232026-07-14T10:11:35.206Z Downloaded writeable v0.6.3
7242026-07-14T10:11:35.209Z Downloaded hashbrown v0.17.1
7252026-07-14T10:11:35.220Z Downloaded usdt-impl v0.6.0
7262026-07-14T10:11:35.222Z Downloaded tokio-stream v0.1.18
7272026-07-14T10:11:35.226Z Downloaded xz2 v0.1.7
7282026-07-14T10:11:35.226Z Downloaded ucd-trie v0.1.7
7292026-07-14T10:11:35.226Z Downloaded zeroize v1.8.2
7302026-07-14T10:11:35.229Z Downloaded toml v0.8.23
7312026-07-14T10:11:35.233Z Downloaded usdt-impl v0.5.0
7322026-07-14T10:11:35.236Z Downloaded toml v0.9.12+spec-1.1.0
7332026-07-14T10:11:35.239Z Downloaded async-compression v0.4.42
7342026-07-14T10:11:35.244Z Downloaded toml_parser v1.1.2+spec-1.1.0
7352026-07-14T10:11:35.247Z Downloaded walkdir v2.5.0
7362026-07-14T10:11:35.247Z Downloaded vsss-rs v3.3.4
7372026-07-14T10:11:35.250Z Downloaded rand v0.10.2
7382026-07-14T10:11:35.253Z Downloaded whoami v1.6.1
7392026-07-14T10:11:35.253Z Downloaded tungstenite v0.21.0
7402026-07-14T10:11:35.256Z Downloaded nom v8.0.0
7412026-07-14T10:11:35.259Z Downloaded tracing-core v0.1.36
7422026-07-14T10:11:35.262Z Downloaded tinyvec v1.11.0
7432026-07-14T10:11:35.262Z Downloaded test-strategy v0.4.5
7442026-07-14T10:11:35.265Z Downloaded libm v0.2.16
7452026-07-14T10:11:35.269Z Downloaded yoke v0.8.3
7462026-07-14T10:11:35.272Z Downloaded zerofrom-derive v0.1.7
7472026-07-14T10:11:35.272Z Downloaded steno v0.4.1
7482026-07-14T10:11:35.276Z Downloaded futures-util v0.3.32
7492026-07-14T10:11:35.279Z Downloaded rustls-webpki v0.103.13
7502026-07-14T10:11:35.282Z Downloaded qorb v0.4.1
7512026-07-14T10:11:35.285Z Downloaded nom v7.1.3
7522026-07-14T10:11:35.291Z Downloaded zmij v1.0.21
7532026-07-14T10:11:35.294Z Downloaded zerovec-derive v0.11.3
7542026-07-14T10:11:35.294Z Downloaded snafu v0.8.9
7552026-07-14T10:11:35.298Z Downloaded hkdf v0.12.4
7562026-07-14T10:11:35.302Z Downloaded h2 v0.4.14
7572026-07-14T10:11:35.306Z Downloaded zerocopy-derive v0.7.35
7582026-07-14T10:11:35.306Z Downloaded toml v1.1.2+spec-1.1.0
7592026-07-14T10:11:35.309Z Downloaded itertools v0.15.0
7602026-07-14T10:11:35.312Z Downloaded unsafe-libyaml v0.2.11
7612026-07-14T10:11:35.315Z Downloaded goblin v0.8.2
7622026-07-14T10:11:35.318Z Downloaded pest v2.8.6
7632026-07-14T10:11:35.321Z Downloaded toml_edit v0.22.27
7642026-07-14T10:11:35.323Z Downloaded toml_edit v0.19.15
7652026-07-14T10:11:35.334Z Downloaded typify v0.6.2
7662026-07-14T10:11:35.342Z Downloaded schemars v1.2.1
7672026-07-14T10:11:35.350Z Downloaded url v2.5.8
7682026-07-14T10:11:35.356Z Downloaded unicode-ident v1.0.24
7692026-07-14T10:11:35.362Z Downloaded serde v1.0.228
7702026-07-14T10:11:35.374Z Downloaded uuid v1.23.4
7712026-07-14T10:11:35.381Z Downloaded rayon v1.12.0
7722026-07-14T10:11:35.386Z Downloaded toml_edit v0.25.12+spec-1.1.0
7732026-07-14T10:11:35.398Z Downloaded typenum v1.20.1
7742026-07-14T10:11:35.402Z Downloaded zerotrie v0.2.4
7752026-07-14T10:11:35.406Z Downloaded hyper v1.10.1
7762026-07-14T10:11:35.410Z Downloaded typify v0.4.3
7772026-07-14T10:11:35.413Z Downloaded portable-atomic v1.13.1
7782026-07-14T10:11:35.418Z Downloaded reqwest v0.13.4
7792026-07-14T10:11:35.426Z Downloaded itertools v0.14.0
7802026-07-14T10:11:35.430Z Downloaded tokio-util v0.7.18
7812026-07-14T10:11:35.434Z Downloaded aho-corasick v1.1.4
7822026-07-14T10:11:35.453Z Downloaded ron v0.12.1
7832026-07-14T10:11:35.457Z Downloaded zerovec v0.11.6
7842026-07-14T10:11:35.460Z Downloaded yansi v1.0.1
7852026-07-14T10:11:35.464Z Downloaded idna v1.1.0
7862026-07-14T10:11:35.466Z Downloaded tower-http v0.6.11
7872026-07-14T10:11:35.469Z Downloaded serde_with v3.20.0
7882026-07-14T10:11:35.475Z Downloaded clap_builder v4.6.0
7892026-07-14T10:11:35.478Z Downloaded moka v0.12.15
7902026-07-14T10:11:35.482Z Downloaded itertools v0.12.1
7912026-07-14T10:11:35.486Z Downloaded goblin v0.10.7
7922026-07-14T10:11:35.510Z Downloaded icu_properties_data v2.2.0
7932026-07-14T10:11:35.515Z Downloaded tabled v0.15.0
7942026-07-14T10:11:35.524Z Downloaded regex v1.12.3
7952026-07-14T10:11:35.531Z Downloaded tower v0.5.3
7962026-07-14T10:11:35.536Z Downloaded winnow v0.7.15
7972026-07-14T10:11:35.540Z Downloaded reqwest v0.12.28
7982026-07-14T10:11:35.544Z Downloaded zerocopy-derive v0.8.50
7992026-07-14T10:11:35.548Z Downloaded typed-path v0.9.3
8002026-07-14T10:11:35.551Z Downloaded tabled v0.21.0
8012026-07-14T10:11:35.560Z Downloaded webpki-roots v1.0.7
8022026-07-14T10:11:35.563Z Downloaded dropshot v0.17.1
8032026-07-14T10:11:35.576Z Downloaded serde_json v1.0.150
8042026-07-14T10:11:35.581Z Downloaded nix v0.31.3
8052026-07-14T10:11:35.587Z Downloaded iddqd v0.4.5
8062026-07-14T10:11:35.595Z Downloaded unicode-normalization v0.1.25
8072026-07-14T10:11:35.598Z Downloaded unicode-segmentation v1.13.3
8082026-07-14T10:11:35.601Z Downloaded hickory-proto v0.24.4
8092026-07-14T10:11:35.607Z Downloaded hickory-proto v0.25.2
8102026-07-14T10:11:35.615Z Downloaded tough v0.22.0
8112026-07-14T10:11:35.620Z Downloaded zerocopy v0.8.50
8122026-07-14T10:11:35.630Z Downloaded openapiv3 v2.2.0
8132026-07-14T10:11:35.636Z Downloaded rustix v0.38.44
8142026-07-14T10:11:35.647Z Downloaded aws-lc-rs v1.17.0
8152026-07-14T10:11:35.656Z Downloaded rustls v0.23.40
8162026-07-14T10:11:35.667Z Downloaded rustix v1.1.4
8172026-07-14T10:11:35.681Z Downloaded chrono v0.4.45
8182026-07-14T10:11:35.695Z Downloaded zerocopy v0.7.35
8192026-07-14T10:11:35.704Z Downloaded proptest v1.11.0
8202026-07-14T10:11:35.713Z Downloaded winnow v0.5.40
8212026-07-14T10:11:35.752Z Downloaded regex-automata v0.4.14
8222026-07-14T10:11:35.759Z Downloaded curve25519-dalek v4.1.3
8232026-07-14T10:11:35.765Z Downloaded petgraph v0.6.5
8242026-07-14T10:11:35.775Z Downloaded lzma-sys v0.1.20
8252026-07-14T10:11:35.790Z Downloaded winnow v1.0.3
8262026-07-14T10:11:35.795Z Downloaded quinn-proto v0.11.14
8272026-07-14T10:11:35.799Z Downloaded jiff v0.2.28
8282026-07-14T10:11:35.808Z Downloaded time v0.3.47
8292026-07-14T10:11:35.816Z Downloaded syn v1.0.109
8302026-07-14T10:11:35.820Z Downloaded vcpkg v0.2.15
8312026-07-14T10:11:35.840Z Downloaded libc v0.2.186
8322026-07-14T10:11:35.858Z Downloaded openssl v0.10.80
8332026-07-14T10:11:35.864Z Downloaded bstr v1.12.1
8342026-07-14T10:11:35.870Z Downloaded smoltcp v0.11.0
8352026-07-14T10:11:35.876Z Downloaded tokio v1.52.3
8362026-07-14T10:11:35.897Z Downloaded unicode-width v0.2.2
8372026-07-14T10:11:35.900Z Downloaded syn v2.0.117
8382026-07-14T10:11:35.931Z Downloaded unicode-width v0.1.14
8392026-07-14T10:11:35.931Z Downloaded regress v0.11.1
8402026-07-14T10:11:35.931Z Downloaded encoding_rs v0.8.35
8412026-07-14T10:11:35.931Z Downloaded rhai v1.25.1
8422026-07-14T10:11:35.934Z Downloaded regex-syntax v0.8.10
8432026-07-14T10:11:35.938Z Downloaded regress v0.10.5
8442026-07-14T10:11:36.013Z Downloaded tracing v0.1.44
8452026-07-14T10:11:36.022Z Downloaded typify-impl v0.4.3
8462026-07-14T10:11:36.029Z Downloaded sled v0.34.7
8472026-07-14T10:11:36.037Z Downloaded typify-impl v0.6.2
8482026-07-14T10:11:36.133Z Downloaded chrono-tz v0.10.4
8492026-07-14T10:11:36.142Z Downloaded petgraph v0.8.3
8502026-07-14T10:11:36.165Z Downloaded csv v1.4.0
8512026-07-14T10:11:36.176Z Downloaded sha3 v0.10.9
8522026-07-14T10:11:36.263Z Downloaded ring v0.17.14
8532026-07-14T10:11:36.872Z Downloaded aws-lc-sys v0.41.0
8542026-07-14T10:11:37.420Z Compiling proc-macro2 v1.0.106
8552026-07-14T10:11:37.420Z Compiling quote v1.0.45
8562026-07-14T10:11:37.420Z Compiling unicode-ident v1.0.24
8572026-07-14T10:11:37.423Z Compiling serde_core v1.0.228
8582026-07-14T10:11:37.423Z Compiling libc v0.2.186
8592026-07-14T10:11:37.423Z Compiling serde v1.0.228
8602026-07-14T10:11:37.643Z Compiling zmij v1.0.21
8612026-07-14T10:11:37.646Z Compiling autocfg v1.5.1
8622026-07-14T10:11:37.820Z Compiling libm v0.2.16
8632026-07-14T10:11:38.146Z Compiling icu_normalizer_data v2.2.0
8642026-07-14T10:11:38.167Z Compiling icu_properties_data v2.2.0
8652026-07-14T10:11:38.185Z Compiling serde_json v1.0.150
8662026-07-14T10:11:38.262Z Compiling num-traits v0.2.19
8672026-07-14T10:11:38.291Z Compiling getrandom v0.4.2
8682026-07-14T10:11:38.525Z Compiling version_check v0.9.5
8692026-07-14T10:11:38.637Z Compiling thiserror v2.0.18
8702026-07-14T10:11:38.894Z Compiling memchr v2.8.1
8712026-07-14T10:11:38.981Z Compiling schemars v0.8.22
8722026-07-14T10:11:39.059Z Compiling syn v2.0.117
8732026-07-14T10:11:39.133Z Checking cfg-if v1.0.4
8742026-07-14T10:11:39.208Z Compiling parking_lot_core v0.9.12
8752026-07-14T10:11:39.210Z Compiling zerocopy v0.8.50
8762026-07-14T10:11:39.351Z Compiling heck v0.5.0
8772026-07-14T10:11:39.492Z Compiling portable-atomic v1.13.1
8782026-07-14T10:11:39.536Z Compiling rustversion v1.0.22
8792026-07-14T10:11:39.563Z Compiling itoa v1.0.18
8802026-07-14T10:11:39.698Z Compiling jobserver v0.1.34
8812026-07-14T10:11:39.751Z Compiling shlex v2.0.1
8822026-07-14T10:11:39.950Z Compiling find-msvc-tools v0.1.9
8832026-07-14T10:11:40.235Z Compiling cc v1.2.63
8842026-07-14T10:11:40.370Z Compiling fs_extra v1.3.0
8852026-07-14T10:11:40.507Z Compiling dunce v1.0.5
8862026-07-14T10:11:40.558Z Compiling semver v1.0.28
8872026-07-14T10:11:40.615Z Compiling log v0.4.32
8882026-07-14T10:11:40.633Z Compiling httparse v1.10.1
8892026-07-14T10:11:40.656Z Compiling slog v2.8.2
8902026-07-14T10:11:40.689Z Compiling rustix v1.1.4
8912026-07-14T10:11:40.802Z Checking stable_deref_trait v1.2.1
8922026-07-14T10:11:40.883Z Compiling thiserror v1.0.69
8932026-07-14T10:11:40.928Z Compiling equivalent v1.0.2
8942026-07-14T10:11:40.996Z Compiling cmake v0.1.58
8952026-07-14T10:11:41.248Z Compiling getrandom v0.3.4
8962026-07-14T10:11:41.266Z Checking litemap v0.8.2
8972026-07-14T10:11:41.334Z Checking writeable v0.6.3
8982026-07-14T10:11:41.358Z Checking utf8_iter v1.0.4
8992026-07-14T10:11:41.394Z Checking percent-encoding v2.3.2
9002026-07-14T10:11:41.442Z Compiling aws-lc-rs v1.17.0
9012026-07-14T10:11:41.503Z Compiling aws-lc-sys v0.41.0
9022026-07-14T10:11:41.522Z Compiling ring v0.17.14
9032026-07-14T10:11:41.620Z Checking form_urlencoded v1.2.2
9042026-07-14T10:11:41.655Z Checking rand_core v0.10.1
9052026-07-14T10:11:41.765Z Compiling anyhow v1.0.103
9062026-07-14T10:11:41.785Z Compiling rustls v0.23.40
9072026-07-14T10:11:41.804Z Compiling ucd-trie v0.1.7
9082026-07-14T10:11:41.976Z Compiling synstructure v0.13.2
9092026-07-14T10:11:42.024Z Compiling serde_derive_internals v0.29.1
9102026-07-14T10:11:42.043Z Compiling pest v2.8.6
9112026-07-14T10:11:42.315Z Compiling regex-syntax v0.8.10
9122026-07-14T10:11:42.478Z Compiling aho-corasick v1.1.4
9132026-07-14T10:11:42.906Z Compiling crossbeam-utils v0.8.21
9142026-07-14T10:11:43.099Z Compiling serde_derive v1.0.228
9152026-07-14T10:11:43.102Z Compiling zerofrom-derive v0.1.7
9162026-07-14T10:11:43.230Z Compiling yoke-derive v0.8.2
9172026-07-14T10:11:43.283Z Compiling zerovec-derive v0.11.3
9182026-07-14T10:11:43.906Z Compiling displaydoc v0.2.6
9192026-07-14T10:11:44.288Z Compiling schemars_derive v0.8.22
9202026-07-14T10:11:44.310Z Compiling thiserror-impl v2.0.18
9212026-07-14T10:11:44.354Z Compiling zerocopy-derive v0.8.50
9222026-07-14T10:11:44.356Z Compiling tokio-macros v2.7.0
9232026-07-14T10:11:44.684Z Compiling zeroize_derive v1.4.3
9242026-07-14T10:11:45.101Z Compiling futures-macro v0.3.32
9252026-07-14T10:11:45.360Z Compiling tracing-attributes v0.1.31
9262026-07-14T10:11:45.474Z Checking zerofrom v0.1.8
9272026-07-14T10:11:45.594Z Checking yoke v0.8.3
9282026-07-14T10:11:45.614Z Compiling thiserror-impl v1.0.69
9292026-07-14T10:11:45.897Z Checking zerovec v0.11.6
9302026-07-14T10:11:46.106Z Checking smallvec v1.15.1
9312026-07-14T10:11:46.152Z Compiling serde_tokenstream v0.2.3
9322026-07-14T10:11:46.173Z Checking bytes v1.11.1
9332026-07-14T10:11:46.312Z Checking zerotrie v0.2.4
9342026-07-14T10:11:46.350Z Checking tinystr v0.8.3
9352026-07-14T10:11:46.398Z Checking potential_utf v0.1.5
9362026-07-14T10:11:46.531Z Checking icu_collections v2.2.0
9372026-07-14T10:11:46.534Z Checking icu_locale_core v2.2.0
9382026-07-14T10:11:46.568Z Compiling pest_meta v2.8.6
9392026-07-14T10:11:46.571Z Compiling regex-automata v0.4.14
9402026-07-14T10:11:46.842Z Checking iana-time-zone v0.1.65
9412026-07-14T10:11:46.873Z Compiling time-core v0.1.8
9422026-07-14T10:11:46.951Z Checking chrono v0.4.45
9432026-07-14T10:11:47.021Z Compiling paste v1.0.15
9442026-07-14T10:11:47.146Z Checking icu_provider v2.2.0
9452026-07-14T10:11:47.328Z Compiling pest_generator v2.8.6
9462026-07-14T10:11:47.352Z Compiling num-conv v0.2.2
9472026-07-14T10:11:47.380Z Compiling hashbrown v0.17.1
9482026-07-14T10:11:47.383Z Checking icu_properties v2.2.0
9492026-07-14T10:11:47.559Z Checking icu_normalizer v2.2.0
9502026-07-14T10:11:47.836Z Compiling time-macros v0.2.27
9512026-07-14T10:11:47.983Z Compiling pest_derive v2.8.6
9522026-07-14T10:11:47.986Z Compiling indexmap v2.14.0
9532026-07-14T10:11:48.073Z Checking uuid v1.23.4
9542026-07-14T10:11:48.325Z Checking idna_adapter v1.2.2
9552026-07-14T10:11:48.369Z Compiling regex v1.12.3
9562026-07-14T10:11:48.460Z Checking idna v1.1.0
9572026-07-14T10:11:48.716Z Checking url v2.5.8
9582026-07-14T10:11:48.743Z Compiling async-trait v0.1.89
9592026-07-14T10:11:48.771Z Compiling byteorder v1.5.0
9602026-07-14T10:11:48.893Z Compiling camino v1.2.4
9612026-07-14T10:11:49.275Z Checking dyn-clone v1.0.20
9622026-07-14T10:11:49.296Z Compiling strsim v0.11.1
9632026-07-14T10:11:49.352Z Compiling scroll_derive v0.13.1
9642026-07-14T10:11:49.461Z Checking errno v0.3.14
9652026-07-14T10:11:49.745Z Compiling ident_case v1.0.1
9662026-07-14T10:11:50.008Z Compiling omicron-workspace-hack v0.1.0
9672026-07-14T10:11:50.029Z Compiling slog-async v2.8.0
9682026-07-14T10:11:50.157Z Compiling crc32fast v1.5.0
9692026-07-14T10:11:50.263Z Compiling generic-array v0.14.7
9702026-07-14T10:11:50.282Z Compiling usdt-impl v0.6.0
9712026-07-14T10:11:50.380Z Compiling scroll v0.13.0
9722026-07-14T10:11:50.444Z Compiling plain v0.2.3
9732026-07-14T10:11:50.530Z Compiling daft-derive v0.1.7
9742026-07-14T10:11:50.567Z Checking pin-project-lite v0.2.17
9752026-07-14T10:11:50.622Z Compiling goblin v0.10.7
9762026-07-14T10:11:50.641Z Compiling pretty-hex v0.4.2
9772026-07-14T10:11:50.680Z Compiling dtrace-parser v0.3.0
9782026-07-14T10:11:50.885Z Compiling thread-id v5.1.0
9792026-07-14T10:11:51.271Z Checking getrandom v0.2.17
9802026-07-14T10:11:51.396Z Checking zeroize v1.8.2
9812026-07-14T10:11:51.537Z Compiling syn v1.0.109
9822026-07-14T10:11:51.558Z Checking bitflags v2.12.1
9832026-07-14T10:11:51.731Z Checking critical-section v1.2.0
9842026-07-14T10:11:51.908Z Checking once_cell v1.21.4
9852026-07-14T10:11:51.947Z Compiling multer v3.1.0
9862026-07-14T10:11:52.267Z Compiling async-stream-impl v0.3.6
9872026-07-14T10:11:52.306Z Checking socket2 v0.6.4
9882026-07-14T10:11:52.582Z Checking scopeguard v1.2.0
9892026-07-14T10:11:52.694Z Checking lock_api v0.4.14
9902026-07-14T10:11:52.721Z Compiling ref-cast v1.0.25
9912026-07-14T10:11:52.864Z Compiling ref-cast-impl v1.0.25
9922026-07-14T10:11:52.907Z Compiling dropshot v0.17.1
9932026-07-14T10:11:52.947Z Compiling dropshot_endpoint v0.17.1
9942026-07-14T10:11:53.326Z Checking parking_lot v0.12.5
9952026-07-14T10:11:53.466Z Compiling dof v0.4.0
9962026-07-14T10:11:53.840Z Compiling newtype-uuid-macros v0.1.0
9972026-07-14T10:11:54.461Z Checking signal-hook-registry v1.4.8
9982026-07-14T10:11:54.563Z Checking mio v1.2.1
9992026-07-14T10:11:54.634Z Compiling darling_core v0.23.0
10002026-07-14T10:11:54.819Z Compiling strum_macros v0.26.4
10012026-07-14T10:11:54.846Z Checking tokio v1.52.3
10022026-07-14T10:11:54.849Z Compiling usdt-macro v0.6.0
10032026-07-14T10:11:55.264Z Compiling usdt-attr-macro v0.6.0
10042026-07-14T10:11:55.508Z Compiling structmeta-derive v0.3.0
10052026-07-14T10:11:55.827Z Checking subtle v2.6.1
10062026-07-14T10:11:56.139Z Checking futures-core v0.3.32
10072026-07-14T10:11:56.158Z Compiling foldhash v0.2.0
10082026-07-14T10:11:56.362Z Compiling allocator-api2 v0.2.21
10092026-07-14T10:11:56.416Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
10102026-07-14T10:11:56.549Z Compiling structmeta v0.3.0
10112026-07-14T10:11:56.569Z Compiling strum_macros v0.27.2
10122026-07-14T10:11:56.690Z Compiling hashbrown v0.16.1
10132026-07-14T10:11:56.719Z Compiling darling_macro v0.23.0
10142026-07-14T10:11:56.751Z Compiling derive-ex v0.1.8
10152026-07-14T10:11:57.131Z Checking futures-sink v0.3.32
10162026-07-14T10:11:57.238Z Checking ipnetwork v0.21.1
10172026-07-14T10:11:57.269Z Checking slab v0.4.12
10182026-07-14T10:11:57.289Z Compiling darling v0.23.0
10192026-07-14T10:11:57.376Z Compiling serde_with_macros v3.20.0
10202026-07-14T10:11:57.430Z Compiling http v1.4.2
10212026-07-14T10:11:57.727Z Compiling winnow v1.0.3
10222026-07-14T10:11:57.934Z Checking futures-channel v0.3.32
10232026-07-14T10:11:58.316Z Checking futures-task v0.3.32
10242026-07-14T10:11:58.371Z Compiling test-strategy v0.4.5
10252026-07-14T10:11:58.424Z Checking futures-io v0.3.32
10262026-07-14T10:11:58.479Z Checking typenum v1.20.1
10272026-07-14T10:11:58.542Z Checking futures-util v0.3.32
10282026-07-14T10:11:58.630Z Compiling parse-display-derive v0.10.0
10292026-07-14T10:11:58.794Z Compiling toml_parser v1.1.2+spec-1.1.0
10302026-07-14T10:11:59.352Z Compiling fnv v1.0.7
10312026-07-14T10:11:59.459Z Checking oxnet v0.1.6
10322026-07-14T10:11:59.479Z Checking tracing-core v0.1.36
10332026-07-14T10:11:59.719Z Compiling toml_datetime v1.1.1+spec-1.1.0
10342026-07-14T10:11:59.791Z Checking tracing v0.1.44
10352026-07-14T10:11:59.988Z Checking erased-serde v0.3.31
10362026-07-14T10:12:00.302Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
10372026-07-14T10:12:00.347Z Checking base64 v0.22.1
10382026-07-14T10:12:00.662Z Compiling ryu v1.0.23
10392026-07-14T10:12:00.738Z Compiling clap_derive v4.6.1
10402026-07-14T10:12:00.818Z Checking rand_core v0.6.4
10412026-07-14T10:12:00.942Z Checking rustls-pki-types v1.14.1
10422026-07-14T10:12:00.961Z Compiling openapiv3 v2.2.0
10432026-07-14T10:12:01.201Z Checking tokio-util v0.7.18
10442026-07-14T10:12:01.230Z Checking ppv-lite86 v0.2.21
10452026-07-14T10:12:01.728Z Checking ipnet v2.12.0
10462026-07-14T10:12:01.756Z Checking untrusted v0.7.1
10472026-07-14T10:12:01.878Z Checking untrusted v0.9.0
10482026-07-14T10:12:02.317Z Checking http-body v1.0.1
10492026-07-14T10:12:02.654Z Checking atomic-waker v1.1.2
10502026-07-14T10:12:02.680Z Compiling toml_edit v0.25.12+spec-1.1.0
10512026-07-14T10:12:02.761Z Checking try-lock v0.2.5
10522026-07-14T10:12:02.867Z Checking tower-layer v0.3.3
10532026-07-14T10:12:02.870Z Checking tower-service v0.3.3
10542026-07-14T10:12:02.929Z Checking want v0.3.1
10552026-07-14T10:12:02.979Z Checking h2 v0.4.14
10562026-07-14T10:12:03.041Z Checking httpdate v1.0.3
10572026-07-14T10:12:03.221Z Compiling proc-macro-crate v3.5.0
10582026-07-14T10:12:03.585Z Compiling either v1.16.0
10592026-07-14T10:12:03.655Z Compiling num_enum_derive v0.7.6
10602026-07-14T10:12:03.795Z Compiling itertools v0.14.0
10612026-07-14T10:12:04.089Z Checking serde_urlencoded v0.7.1
10622026-07-14T10:12:04.153Z Checking http-body-util v0.1.3
10632026-07-14T10:12:04.296Z Compiling regress v0.11.1
10642026-07-14T10:12:04.734Z Compiling crucible-workspace-hack v0.1.0
10652026-07-14T10:12:04.821Z Checking hyper v1.10.1
10662026-07-14T10:12:04.940Z Checking rand_core v0.9.5
10672026-07-14T10:12:05.315Z Checking rand_chacha v0.9.0
10682026-07-14T10:12:05.736Z Checking hyper-util v0.1.20
10692026-07-14T10:12:05.865Z Compiling typify-impl v0.6.2
10702026-07-14T10:12:06.059Z Checking fastrand v2.4.1
10712026-07-14T10:12:06.244Z Compiling unsafe-libyaml v0.2.11
10722026-07-14T10:12:06.811Z Compiling serde_yaml v0.9.34+deprecated
10732026-07-14T10:12:06.901Z Checking rand v0.9.4
10742026-07-14T10:12:07.453Z Compiling convert_case v0.4.0
10752026-07-14T10:12:07.473Z Checking powerfmt v0.2.0
10762026-07-14T10:12:07.636Z Checking deranged v0.5.8
10772026-07-14T10:12:07.766Z Compiling derive_more v0.99.20
10782026-07-14T10:12:08.196Z Checking num_threads v0.1.7
10792026-07-14T10:12:08.512Z Checking tempfile v3.27.0
10802026-07-14T10:12:08.565Z Checking time v0.3.47
10812026-07-14T10:12:08.716Z Compiling darling_core v0.21.3
10822026-07-14T10:12:08.809Z Compiling zerocopy-derive v0.7.35
10832026-07-14T10:12:09.217Z Compiling typify-macro v0.6.2
10842026-07-14T10:12:09.721Z Checking crossbeam-channel v0.5.15
10852026-07-14T10:12:09.923Z Compiling regress v0.10.5
10862026-07-14T10:12:10.668Z Compiling rustix v0.38.44
10872026-07-14T10:12:10.755Z Checking cpufeatures v0.3.0
10882026-07-14T10:12:10.776Z Compiling darling_macro v0.21.3
10892026-07-14T10:12:11.019Z Checking futures-executor v0.3.32
10902026-07-14T10:12:11.129Z Checking sync_wrapper v1.0.2
10912026-07-14T10:12:11.173Z Checking thread_local v1.1.9
10922026-07-14T10:12:11.344Z Compiling darling v0.21.3
10932026-07-14T10:12:11.468Z Compiling heapless v0.8.0
10942026-07-14T10:12:11.494Z Compiling ingot-macros v0.1.1
10952026-07-14T10:12:11.630Z Checking tower v0.5.3
10962026-07-14T10:12:11.969Z Compiling typify v0.6.2
10972026-07-14T10:12:12.066Z Checking webpki-roots v1.0.7
10982026-07-14T10:12:12.149Z Compiling serde_repr v0.1.20
10992026-07-14T10:12:12.186Z Compiling scroll_derive v0.12.1
11002026-07-14T10:12:12.223Z Checking is-terminal v0.4.17
11012026-07-14T10:12:12.320Z Checking term v1.2.1
11022026-07-14T10:12:12.881Z Checking take_mut v0.2.2
11032026-07-14T10:12:12.962Z Checking slog-term v2.9.2
11042026-07-14T10:12:12.982Z Checking tower-http v0.6.11
11052026-07-14T10:12:13.177Z Checking futures v0.3.32
11062026-07-14T10:12:13.398Z Checking hex v0.4.3
11072026-07-14T10:12:13.557Z Compiling smoltcp v0.11.0
11082026-07-14T10:12:13.865Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
11092026-07-14T10:12:14.364Z Compiling rustc_version v0.4.1
11102026-07-14T10:12:14.441Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
11112026-07-14T10:12:14.635Z Compiling curve25519-dalek v4.1.3
11122026-07-14T10:12:14.719Z Compiling toml_datetime v0.6.11
11132026-07-14T10:12:14.747Z Compiling foreign-types-macros v0.2.3
11142026-07-14T10:12:15.709Z Compiling zerocopy v0.7.35
11152026-07-14T10:12:15.895Z Checking hybrid-array v0.4.12
11162026-07-14T10:12:16.100Z Compiling hubpack_derive v0.1.1
11172026-07-14T10:12:16.245Z Compiling thiserror-impl-no-std v2.0.2
11182026-07-14T10:12:16.366Z Compiling curve25519-dalek-derive v0.1.1
11192026-07-14T10:12:16.784Z Compiling proc-macro-error-attr v1.0.4
11202026-07-14T10:12:16.869Z Compiling usdt-impl v0.5.0
11212026-07-14T10:12:16.979Z Checking openssl-probe v0.2.1
11222026-07-14T10:12:17.030Z Checking adler2 v2.0.1
11232026-07-14T10:12:17.050Z Checking simd-adler32 v0.3.9
11242026-07-14T10:12:17.140Z Checking match_cfg v0.1.0
11252026-07-14T10:12:17.234Z Checking hostname v0.3.1
11262026-07-14T10:12:17.303Z Checking miniz_oxide v0.8.9
11272026-07-14T10:12:17.323Z Checking rustls-native-certs v0.8.4
11282026-07-14T10:12:17.405Z Compiling dof v0.3.0
11292026-07-14T10:12:17.590Z Checking slog-json v2.6.1
11302026-07-14T10:12:17.704Z Compiling dtrace-parser v0.2.0
11312026-07-14T10:12:17.752Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
11322026-07-14T10:12:17.804Z Checking newtype-uuid v1.3.2
11332026-07-14T10:12:18.029Z Checking serde_spanned v1.1.1
11342026-07-14T10:12:18.139Z Compiling thread-id v4.2.2
11352026-07-14T10:12:18.204Z Checking memmap2 v0.9.10
11362026-07-14T10:12:18.232Z Checking wait-timeout v0.2.1
11372026-07-14T10:12:18.313Z Compiling proc-macro-error v1.0.4
11382026-07-14T10:12:18.334Z Compiling memoffset v0.9.1
11392026-07-14T10:12:18.565Z Compiling toml_writer v1.1.1+spec-1.1.0
11402026-07-14T10:12:18.679Z Checking quick-error v1.2.3
11412026-07-14T10:12:18.710Z Compiling pkg-config v0.3.33
11422026-07-14T10:12:18.730Z Checking bit-vec v0.8.0
11432026-07-14T10:12:18.807Z Checking rusty-fork v0.3.1
11442026-07-14T10:12:18.931Z Checking bit-set v0.8.0
11452026-07-14T10:12:19.081Z Checking usdt v0.6.0
11462026-07-14T10:12:19.167Z Checking daft v0.1.7
11472026-07-14T10:12:19.240Z Checking slog-bunyan v2.5.0
11482026-07-14T10:12:19.323Z Checking flate2 v1.1.9
11492026-07-14T10:12:19.454Z Checking crypto-common v0.2.2
11502026-07-14T10:12:19.615Z Checking block-buffer v0.12.0
11512026-07-14T10:12:19.764Z Checking crypto-common v0.1.7
11522026-07-14T10:12:19.844Z Checking rand_xorshift v0.4.0
11532026-07-14T10:12:19.969Z Checking debug-ignore v1.0.5
11542026-07-14T10:12:19.992Z Checking unarray v0.1.4
11552026-07-14T10:12:20.072Z Compiling prettyplease v0.2.37
11562026-07-14T10:12:20.101Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
11572026-07-14T10:12:20.248Z Compiling cfg_aliases v0.2.1
11582026-07-14T10:12:20.267Z Checking compression-core v0.4.32
11592026-07-14T10:12:20.343Z Checking const-oid v0.10.2
11602026-07-14T10:12:20.345Z Compiling nix v0.31.3
11612026-07-14T10:12:20.399Z Checking compression-codecs v0.4.38
11622026-07-14T10:12:20.449Z Checking proptest v1.11.0
11632026-07-14T10:12:20.498Z Checking digest v0.11.3
11642026-07-14T10:12:21.255Z Checking encoding_rs v0.8.35
11652026-07-14T10:12:21.392Z Checking spin v0.9.8
11662026-07-14T10:12:21.512Z Checking mime v0.3.17
11672026-07-14T10:12:21.589Z Compiling heck v0.4.1
11682026-07-14T10:12:21.728Z Checking toml v1.1.2+spec-1.1.0
11692026-07-14T10:12:22.216Z Checking sha1 v0.11.0
11702026-07-14T10:12:22.290Z Checking async-compression v0.4.42
11712026-07-14T10:12:22.310Z Compiling usdt-macro v0.5.0
11722026-07-14T10:12:22.388Z Compiling usdt-attr-macro v0.5.0
11732026-07-14T10:12:22.412Z Checking waitgroup v0.1.2
11742026-07-14T10:12:22.538Z Checking rand_chacha v0.3.1
11752026-07-14T10:12:22.559Z Checking rustls-pemfile v2.2.0
11762026-07-14T10:12:22.578Z Checking async-stream v0.3.6
11772026-07-14T10:12:22.704Z Compiling enum-as-inner v0.6.1
11782026-07-14T10:12:22.723Z Compiling num-derive v0.4.2
11792026-07-14T10:12:22.743Z Checking serde_path_to_error v0.1.20
11802026-07-14T10:12:22.762Z Checking hostname v0.4.2
11812026-07-14T10:12:23.161Z Compiling winnow v0.7.15
11822026-07-14T10:12:23.512Z Checking rand v0.8.6
11832026-07-14T10:12:23.744Z Compiling progenitor-impl v0.14.0
11842026-07-14T10:12:24.223Z Checking macaddr v1.0.1
11852026-07-14T10:12:24.300Z Compiling rayon-core v1.13.0
11862026-07-14T10:12:25.733Z Checking rustls-webpki v0.103.13
11872026-07-14T10:12:25.790Z Compiling progenitor-macro v0.14.0
11882026-07-14T10:12:26.937Z Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
11892026-07-14T10:12:27.204Z Compiling num-integer v0.1.46
11902026-07-14T10:12:27.645Z Compiling semver v0.1.20
11912026-07-14T10:12:27.724Z Compiling winnow v0.5.40
11922026-07-14T10:12:28.171Z Checking unicode-width v0.2.2
11932026-07-14T10:12:28.571Z Checking tokio-rustls v0.26.4
11942026-07-14T10:12:28.634Z Checking rustls-platform-verifier v0.7.0
11952026-07-14T10:12:28.675Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
11962026-07-14T10:12:28.806Z Checking hyper-rustls v0.27.9
11972026-07-14T10:12:29.008Z Checking reqwest v0.13.4
11982026-07-14T10:12:29.063Z Compiling toml_edit v0.19.15
11992026-07-14T10:12:29.695Z Checking progenitor-client v0.14.0
12002026-07-14T10:12:29.913Z Compiling rustc_version v0.1.7
12012026-07-14T10:12:30.590Z Compiling reqwest v0.12.28
12022026-07-14T10:12:30.672Z Compiling backon v1.6.0
12032026-07-14T10:12:30.886Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
12042026-07-14T10:12:30.937Z Checking block-buffer v0.10.4
12052026-07-14T10:12:31.274Z Compiling strum v0.26.3
12062026-07-14T10:12:31.411Z Compiling instant v0.1.13
12072026-07-14T10:12:31.626Z Compiling utf8parse v0.2.2
12082026-07-14T10:12:31.788Z Compiling anstyle-parse v1.0.0
12092026-07-14T10:12:31.809Z Compiling progenitor-client v0.10.0
12102026-07-14T10:12:31.951Z Compiling backoff v0.4.0
12112026-07-14T10:12:31.975Z Compiling iddqd v0.4.5
12122026-07-14T10:12:32.012Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
12132026-07-14T10:12:32.079Z Compiling progenitor-extras v0.2.0
12142026-07-14T10:12:32.158Z Checking digest v0.10.7
12152026-07-14T10:12:32.191Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12162026-07-14T10:12:32.357Z Compiling proc-macro-crate v1.3.1
12172026-07-14T10:12:32.361Z Compiling newtype_derive v0.1.6
12182026-07-14T10:12:32.364Z Compiling num-rational v0.4.2
12192026-07-14T10:12:32.445Z Compiling num-iter v0.1.45
12202026-07-14T10:12:32.514Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
12212026-07-14T10:12:32.706Z Compiling parse-display v0.10.0
12222026-07-14T10:12:32.751Z Compiling serde_with v3.20.0
12232026-07-14T10:12:32.936Z Compiling strum v0.27.2
12242026-07-14T10:12:33.076Z Compiling num-complex v0.4.6
12252026-07-14T10:12:33.157Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
12262026-07-14T10:12:33.285Z Compiling vcpkg v0.2.15
12272026-07-14T10:12:33.332Z Compiling colorchoice v1.0.5
12282026-07-14T10:12:33.352Z Compiling anstyle v1.0.14
12292026-07-14T10:12:33.412Z Compiling owo-colors v4.3.0
12302026-07-14T10:12:33.454Z Compiling is_terminal_polyfill v1.70.2
12312026-07-14T10:12:33.474Z Compiling humantime v2.3.0
12322026-07-14T10:12:33.557Z Compiling anstyle-query v1.1.5
12332026-07-14T10:12:33.631Z Compiling num v0.4.3
12342026-07-14T10:12:33.674Z Compiling anstream v1.0.0
12352026-07-14T10:12:33.736Z Compiling num_enum_derive v0.5.11
12362026-07-14T10:12:33.863Z Compiling openssl-sys v0.9.116
12372026-07-14T10:12:33.883Z Compiling terminal_size v0.4.4
12382026-07-14T10:12:34.023Z Compiling serde_spanned v0.6.9
12392026-07-14T10:12:34.118Z Compiling derive-where v1.6.1
12402026-07-14T10:12:34.174Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
12412026-07-14T10:12:34.193Z Compiling pin-project-internal v1.1.13
12422026-07-14T10:12:34.629Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12432026-07-14T10:12:34.687Z Compiling clap_lex v1.1.0
12442026-07-14T10:12:34.732Z Compiling float-ord v0.3.2
12452026-07-14T10:12:34.859Z Compiling toml_write v0.1.2
12462026-07-14T10:12:34.906Z Compiling clap_builder v4.6.0
12472026-07-14T10:12:35.061Z Compiling toml_edit v0.22.27
12482026-07-14T10:12:35.701Z Compiling progenitor-impl v0.13.0
12492026-07-14T10:12:36.641Z Compiling clap v4.6.1
12502026-07-14T10:12:36.749Z Compiling toml v0.8.23
12512026-07-14T10:12:37.306Z Compiling zone_cfg_derive v0.3.1
12522026-07-14T10:12:37.327Z Compiling async-recursion v1.1.1
12532026-07-14T10:12:37.366Z Compiling snafu-derive v0.8.9
12542026-07-14T10:12:37.765Z Compiling progenitor-macro v0.13.0
12552026-07-14T10:12:38.217Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
12562026-07-14T10:12:38.538Z Compiling slog-dtrace v0.3.0
12572026-07-14T10:12:38.577Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12582026-07-14T10:12:38.727Z Compiling openssl v0.10.80
12592026-07-14T10:12:38.980Z Compiling unicode-xid v0.2.6
12602026-07-14T10:12:39.024Z Compiling cancel-safe-futures v0.1.5
12612026-07-14T10:12:39.068Z Compiling minimal-lexical v0.2.1
12622026-07-14T10:12:39.283Z Compiling chrono-tz v0.10.4
12632026-07-14T10:12:39.539Z Compiling nom v7.1.3
12642026-07-14T10:12:39.561Z Compiling const_format_proc_macros v0.2.34
12652026-07-14T10:12:40.255Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12662026-07-14T10:12:40.370Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12672026-07-14T10:12:40.470Z Compiling openssl-macros v0.1.1
12682026-07-14T10:12:40.595Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12692026-07-14T10:12:40.785Z Checking cpufeatures v0.2.17
12702026-07-14T10:12:40.940Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12712026-07-14T10:12:41.750Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12722026-07-14T10:12:41.804Z Compiling cookie v0.18.1
12732026-07-14T10:12:41.825Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12742026-07-14T10:12:42.112Z Compiling tabled_derive v0.7.0
12752026-07-14T10:12:42.446Z Checking num_enum v0.7.6
12762026-07-14T10:12:44.452Z Checking tabwriter v1.4.1
12772026-07-14T10:12:44.619Z Checking secrecy v0.10.3
12782026-07-14T10:12:44.754Z Checking colored v3.1.1
12792026-07-14T10:12:44.774Z Checking tinyvec_macros v0.1.1
12802026-07-14T10:12:44.870Z Checking tinyvec v1.11.0
12812026-07-14T10:12:44.958Z Checking crossbeam-epoch v0.9.18
12822026-07-14T10:12:45.156Z Checking hash32 v0.3.1
12832026-07-14T10:12:45.200Z Checking bstr v1.12.1
12842026-07-14T10:12:45.290Z Checking data-encoding v2.11.0
12852026-07-14T10:12:45.540Z Checking hmac v0.12.1
12862026-07-14T10:12:45.561Z Checking ingot-types v0.1.2
12872026-07-14T10:12:45.579Z Checking inout v0.1.4
12882026-07-14T10:12:45.679Z Checking scroll v0.12.0
12892026-07-14T10:12:45.682Z Checking ff v0.13.1
12902026-07-14T10:12:45.720Z Checking cobs v0.3.0
12912026-07-14T10:12:45.803Z Checking bitflags v1.3.2
12922026-07-14T10:12:45.833Z Checking foreign-types-shared v0.3.1
12932026-07-14T10:12:45.870Z Checking static_assertions v1.1.0
12942026-07-14T10:12:45.891Z Checking managed v0.8.0
12952026-07-14T10:12:45.918Z Checking goblin v0.8.2
12962026-07-14T10:12:45.938Z Checking foreign-types v0.5.0
12972026-07-14T10:12:45.938Z Checking ingot v0.1.1
12982026-07-14T10:12:45.977Z Checking postcard v1.1.3
12992026-07-14T10:12:46.041Z Checking group v0.13.0
13002026-07-14T10:12:46.158Z Checking cipher v0.4.4
13012026-07-14T10:12:46.276Z Checking hkdf v0.12.4
13022026-07-14T10:12:46.297Z Checking atomicwrites v0.4.4
13032026-07-14T10:12:46.420Z Checking universal-hash v0.5.1
13042026-07-14T10:12:46.440Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13052026-07-14T10:12:46.551Z Checking crypto-bigint v0.5.5
13062026-07-14T10:12:46.620Z Checking chacha20 v0.10.0
13072026-07-14T10:12:46.756Z Checking half v2.7.1
13082026-07-14T10:12:46.983Z Checking cstr-argument v0.1.2
13092026-07-14T10:12:47.115Z Checking ciborium-io v0.2.2
13102026-07-14T10:12:47.162Z Checking opaque-debug v0.3.1
13112026-07-14T10:12:47.182Z Checking indent_write v2.2.0
13122026-07-14T10:12:47.212Z Checking base64ct v1.8.3
13132026-07-14T10:12:47.233Z Checking base16ct v0.2.0
13142026-07-14T10:12:47.252Z Checking poly1305 v0.8.0
13152026-07-14T10:12:47.317Z Checking ciborium-ll v0.2.2
13162026-07-14T10:12:47.433Z Checking elliptic-curve v0.13.8
13172026-07-14T10:12:47.454Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
13182026-07-14T10:12:47.473Z Checking password-hash v0.5.0
13192026-07-14T10:12:47.522Z Checking rand v0.10.2
13202026-07-14T10:12:47.525Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
13212026-07-14T10:12:47.525Z Checking chacha20 v0.9.1
13222026-07-14T10:12:47.627Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13232026-07-14T10:12:47.710Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
13242026-07-14T10:12:47.731Z Checking blake2 v0.10.6
13252026-07-14T10:12:47.770Z Checking aead v0.5.2
13262026-07-14T10:12:47.882Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
13272026-07-14T10:12:47.915Z Checking thiserror-no-std v2.0.2
13282026-07-14T10:12:47.974Z Checking hubpack v0.1.2
13292026-07-14T10:12:47.999Z Checking byte-wrapper v0.1.0
13302026-07-14T10:12:48.039Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
13312026-07-14T10:12:48.114Z Checking keccak v0.1.6
13322026-07-14T10:12:48.212Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13332026-07-14T10:12:48.302Z Checking sha3 v0.10.9
13342026-07-14T10:12:48.305Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
13352026-07-14T10:12:48.443Z Checking vsss-rs v3.3.4
13362026-07-14T10:12:48.511Z Checking argon2 v0.5.3
13372026-07-14T10:12:48.552Z Checking chacha20poly1305 v0.10.1
13382026-07-14T10:12:48.576Z Checking ciborium v0.2.2
13392026-07-14T10:12:48.815Z Checking similar v2.7.0
13402026-07-14T10:12:48.923Z Checking memmap v0.7.0
13412026-07-14T10:12:48.962Z Checking lazy_static v1.5.0
13422026-07-14T10:12:49.061Z Checking usdt v0.5.0
13432026-07-14T10:12:49.156Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13442026-07-14T10:12:49.229Z Checking crossbeam-deque v0.8.6
13452026-07-14T10:12:49.420Z Checking ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
13462026-07-14T10:12:49.485Z Checking unicode-segmentation v1.13.3
13472026-07-14T10:12:49.519Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13482026-07-14T10:12:49.568Z Checking progenitor v0.14.0
13492026-07-14T10:12:49.705Z Checking bytecount v0.6.9
13502026-07-14T10:12:49.750Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
13512026-07-14T10:12:49.837Z Checking newline-converter v0.3.0
13522026-07-14T10:12:49.856Z Checking console v0.15.11
13532026-07-14T10:12:49.975Z Checking itertools v0.12.1
13542026-07-14T10:12:50.135Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
13552026-07-14T10:12:50.197Z Checking linked-hash-map v0.5.6
13562026-07-14T10:12:50.290Z Compiling parking_lot_core v0.8.6
13572026-07-14T10:12:50.379Z Checking swrite v0.1.0
13582026-07-14T10:12:50.382Z Checking resolv-conf v0.7.6
13592026-07-14T10:12:50.476Z Checking lru-cache v0.1.2
13602026-07-14T10:12:50.540Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13612026-07-14T10:12:50.594Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
13622026-07-14T10:12:50.614Z Checking rayon v1.12.0
13632026-07-14T10:12:50.634Z Checking expectorate v1.2.0
13642026-07-14T10:12:50.747Z Checking ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
13652026-07-14T10:12:50.769Z Checking hickory-proto v0.24.4
13662026-07-14T10:12:51.311Z Checking camino-tempfile v1.4.1
13672026-07-14T10:12:51.380Z Checking serde-big-array v0.5.1
13682026-07-14T10:12:51.517Z Checking siphasher v1.0.3
13692026-07-14T10:12:51.591Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
13702026-07-14T10:12:51.685Z Checking phf_shared v0.12.1
13712026-07-14T10:12:52.083Z Checking unicode-normalization v0.1.25
13722026-07-14T10:12:52.269Z Checking pin-project v1.1.13
13732026-07-14T10:12:52.288Z Checking hickory-resolver v0.24.4
13742026-07-14T10:12:52.371Z Checking num_enum v0.5.11
13752026-07-14T10:12:52.543Z Checking progenitor-client v0.13.0
13762026-07-14T10:12:52.938Z Checking tokio-stream v0.1.18
13772026-07-14T10:12:53.095Z Checking csv-core v0.1.13
13782026-07-14T10:12:53.121Z Checking smawk v0.3.2
13792026-07-14T10:12:53.193Z Checking highway v1.3.0
13802026-07-14T10:12:53.261Z Checking foreign-types-shared v0.1.1
13812026-07-14T10:12:53.316Z Checking konst_macro_rules v0.2.19
13822026-07-14T10:12:53.336Z Checking same-file v1.0.6
13832026-07-14T10:12:53.355Z Checking foldhash v0.1.5
13842026-07-14T10:12:53.427Z Checking unicode-width v0.1.14
13852026-07-14T10:12:53.430Z Checking unicode-linebreak v0.1.5
13862026-07-14T10:12:53.503Z Checking hashbrown v0.15.5
13872026-07-14T10:12:53.559Z Checking konst v0.2.20
13882026-07-14T10:12:53.662Z Checking textwrap v0.16.2
13892026-07-14T10:12:53.683Z Checking walkdir v2.5.0
13902026-07-14T10:12:53.702Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13912026-07-14T10:12:53.751Z Checking foreign-types v0.3.2
13922026-07-14T10:12:53.830Z Checking qorb v0.4.1
13932026-07-14T10:12:53.852Z Checking csv v1.4.0
13942026-07-14T10:12:53.904Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13952026-07-14T10:12:54.358Z Checking progenitor v0.13.0
13962026-07-14T10:12:54.495Z Checking olpc-cjson v0.1.4
13972026-07-14T10:12:54.586Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
13982026-07-14T10:12:54.644Z Checking snafu v0.8.9
13992026-07-14T10:12:54.769Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
14002026-07-14T10:12:54.814Z Checking phf v0.12.1
14012026-07-14T10:12:54.962Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14022026-07-14T10:12:55.018Z Checking zone v0.3.1
14032026-07-14T10:12:55.153Z Checking tokio-dtrace v0.1.1
14042026-07-14T10:12:55.342Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14052026-07-14T10:12:55.363Z Checking globset v0.4.18
14062026-07-14T10:12:55.645Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
14072026-07-14T10:12:55.918Z Checking smf v0.2.3
14082026-07-14T10:12:56.013Z Checking pem v3.0.6
14092026-07-14T10:12:56.093Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
14102026-07-14T10:12:56.158Z Checking libsw-core v0.3.2
14112026-07-14T10:12:56.252Z Checking serde_plain v1.0.2
14122026-07-14T10:12:56.311Z Checking sigpipe v0.1.3
14132026-07-14T10:12:56.343Z Checking fixedbitset v0.5.7
14142026-07-14T10:12:56.419Z Checking fixedbitset v0.4.2
14152026-07-14T10:12:56.517Z Checking glob v0.3.3
14162026-07-14T10:12:56.556Z Checking typed-path v0.9.3
14172026-07-14T10:12:56.594Z Checking jiff v0.2.28
14182026-07-14T10:12:56.843Z Checking petgraph v0.6.5
14192026-07-14T10:12:56.945Z Checking petgraph v0.8.3
14202026-07-14T10:12:57.065Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14212026-07-14T10:12:57.148Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
14222026-07-14T10:12:57.350Z Checking tough v0.22.0
14232026-07-14T10:12:57.423Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14242026-07-14T10:12:57.570Z Checking libsw v3.5.0
14252026-07-14T10:12:57.867Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14262026-07-14T10:12:58.101Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
14272026-07-14T10:12:58.115Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
14282026-07-14T10:12:58.255Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14292026-07-14T10:12:58.277Z Checking oxide-tokio-rt v0.1.6
14302026-07-14T10:12:58.444Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14312026-07-14T10:12:58.540Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14322026-07-14T10:12:58.616Z Checking const_format v0.2.36
14332026-07-14T10:12:58.660Z Checking papergrid v0.11.0
14342026-07-14T10:12:58.848Z Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14352026-07-14T10:12:59.201Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14362026-07-14T10:12:59.235Z Checking gethostname v0.5.0
14372026-07-14T10:12:59.266Z Checking key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14382026-07-14T10:12:59.269Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
14392026-07-14T10:12:59.380Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
14402026-07-14T10:12:59.559Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14412026-07-14T10:12:59.799Z Checking libscf-sys v1.2.0
14422026-07-14T10:12:59.979Z Checking bcs v0.1.6
14432026-07-14T10:13:00.076Z Checking tagptr v0.2.0
14442026-07-14T10:13:00.106Z Checking whoami v1.6.1
14452026-07-14T10:13:00.145Z Checking linear-map v1.2.0
14462026-07-14T10:13:00.212Z Checking termtree v0.5.1
14472026-07-14T10:13:00.318Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14482026-07-14T10:13:00.358Z Checking moka v0.12.15
14492026-07-14T10:13:00.819Z Checking nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14502026-07-14T10:13:01.183Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14512026-07-14T10:13:02.061Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14522026-07-14T10:13:02.149Z Checking tabled v0.15.0
14532026-07-14T10:13:02.168Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14542026-07-14T10:13:02.189Z Checking steno v0.4.1
14552026-07-14T10:13:02.303Z Checking bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14562026-07-14T10:13:02.787Z Checking hickory-proto v0.25.2
14572026-07-14T10:13:04.102Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
14582026-07-14T10:13:04.382Z Checking hickory-resolver v0.25.2
14592026-07-14T10:13:04.537Z Checking oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14602026-07-14T10:13:04.612Z Checking client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
14612026-07-14T10:13:05.049Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14622026-07-14T10:13:05.457Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
14632026-07-14T10:13:05.568Z Checking ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
14642026-07-14T10:13:09.720Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14652026-07-14T10:13:09.741Z Checking nom v8.0.0
14662026-07-14T10:13:09.783Z Compiling proc-macro-error-attr2 v2.0.0
14672026-07-14T10:13:10.220Z Compiling proc-macro-error2 v2.0.1
14682026-07-14T10:13:13.344Z Compiling crunchy v0.2.4
14692026-07-14T10:13:15.157Z Checking mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
14702026-07-14T10:13:15.448Z Compiling tabled_derive v0.11.0
14712026-07-14T10:13:16.118Z Compiling tiny-keccak v2.0.2
14722026-07-14T10:13:16.392Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
14732026-07-14T10:13:16.717Z Compiling typify-impl v0.4.3
14742026-07-14T10:13:16.796Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
14752026-07-14T10:13:16.855Z Checking parking_lot v0.11.2
14762026-07-14T10:13:17.018Z Compiling const-random-macro v0.1.16
14772026-07-14T10:13:17.340Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14782026-07-14T10:13:17.436Z Checking fxhash v0.2.1
14792026-07-14T10:13:17.553Z Compiling smartstring v1.0.1
14802026-07-14T10:13:17.588Z Checking sled v0.34.7
14812026-07-14T10:13:17.834Z Compiling ahash v0.8.12
14822026-07-14T10:13:18.374Z Checking internet-checksum v0.2.1
14832026-07-14T10:13:18.484Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc#dfcf0663)
14842026-07-14T10:13:18.716Z Checking itertools v0.15.0
14852026-07-14T10:13:18.802Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc#dfcf0663)
14862026-07-14T10:13:18.823Z Compiling rhai_codegen v3.2.0
14872026-07-14T10:13:19.073Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14882026-07-14T10:13:19.325Z Checking arc-swap v1.9.1
14892026-07-14T10:13:19.564Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
14902026-07-14T10:13:19.675Z Checking mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
14912026-07-14T10:13:19.716Z Checking slog-scope v4.4.1
14922026-07-14T10:13:19.865Z Checking papergrid v0.18.0
14932026-07-14T10:13:20.035Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
14942026-07-14T10:13:20.038Z Checking testing_table v0.3.0
14952026-07-14T10:13:20.087Z Compiling typify-macro v0.4.3
14962026-07-14T10:13:20.160Z Checking dropshot-api-manager-types v0.7.2
14972026-07-14T10:13:20.418Z Checking ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
14982026-07-14T10:13:20.642Z Checking tabled v0.21.0
14992026-07-14T10:13:20.818Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
15002026-07-14T10:13:21.326Z Checking slog-stdlog v4.1.1
15012026-07-14T10:13:21.462Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
15022026-07-14T10:13:21.518Z Checking mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
15032026-07-14T10:13:21.601Z Compiling typify v0.4.3
15042026-07-14T10:13:21.646Z Checking rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
15052026-07-14T10:13:21.673Z Compiling lzma-sys v0.1.20
15062026-07-14T10:13:21.692Z Compiling progenitor-impl v0.10.0
15072026-07-14T10:13:21.880Z Compiling fs-err v3.3.0
15082026-07-14T10:13:21.943Z Compiling typeid v1.0.3
15092026-07-14T10:13:22.264Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=4871abc13ca21ee97c684f1d5ed363e8a86f3441#4871abc1)
15102026-07-14T10:13:22.286Z Checking slog-envlogger v2.2.0
15112026-07-14T10:13:22.888Z Compiling toml_datetime v0.7.5+spec-1.1.0
15122026-07-14T10:13:23.086Z Checking crc8 v0.1.1
15132026-07-14T10:13:23.198Z Compiling toml v0.9.12+spec-1.1.0
15142026-07-14T10:13:23.233Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=4871abc13ca21ee97c684f1d5ed363e8a86f3441#4871abc1)
15152026-07-14T10:13:23.437Z Checking const-random v0.1.18
15162026-07-14T10:13:23.761Z Compiling progenitor-macro v0.10.0
15172026-07-14T10:13:24.331Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc#dfcf0663)
15182026-07-14T10:13:24.559Z Compiling cargo_toml v0.22.3
15192026-07-14T10:13:24.578Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc#dfcf0663)
15202026-07-14T10:13:25.658Z Checking ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
15212026-07-14T10:13:26.398Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
15222026-07-14T10:13:26.874Z Checking thin-vec v0.2.18
15232026-07-14T10:13:27.103Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
15242026-07-14T10:13:27.123Z Checking rhai v1.25.1
15252026-07-14T10:13:27.860Z Checking sha1 v0.10.6
15262026-07-14T10:13:28.038Z Checking utf-8 v0.7.6
15272026-07-14T10:13:28.187Z Checking tungstenite v0.21.0
15282026-07-14T10:13:28.624Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc#dfcf0663)
15292026-07-14T10:13:29.633Z Checking ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
15302026-07-14T10:13:29.653Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
15312026-07-14T10:13:29.657Z Checking port-file v0.1.0
15322026-07-14T10:13:29.817Z Checking sha2 v0.10.9
15332026-07-14T10:13:29.970Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
15342026-07-14T10:13:30.087Z Checking yansi v1.0.1
15352026-07-14T10:13:30.176Z Checking diff v0.1.13
15362026-07-14T10:13:30.221Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
15372026-07-14T10:13:30.332Z Checking progenitor v0.10.0
15382026-07-14T10:13:30.350Z Checking pretty_assertions v1.4.1
15392026-07-14T10:13:30.471Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc#dfcf0663)
15402026-07-14T10:13:30.685Z Checking tokio-tungstenite v0.21.0
15412026-07-14T10:13:31.773Z Checking console v0.16.3
15422026-07-14T10:13:31.811Z Checking git-stub v1.0.0
15432026-07-14T10:13:32.092Z Checking base64 v0.21.7
15442026-07-14T10:13:32.095Z Checking is_ci v1.2.0
15452026-07-14T10:13:32.223Z Checking unit-prefix v0.5.2
15462026-07-14T10:13:32.362Z Checking indicatif v0.18.4
15472026-07-14T10:13:32.388Z Checking supports-color v3.0.2
15482026-07-14T10:13:32.430Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
15492026-07-14T10:13:33.291Z Checking git-stub-vcs v0.1.0
15502026-07-14T10:13:33.495Z Checking xz2 v0.1.7
15512026-07-14T10:13:33.671Z Checking ron v0.12.1
15522026-07-14T10:13:33.805Z Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
15532026-07-14T10:13:34.006Z Checking mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
15542026-07-14T10:13:34.126Z Checking mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
15552026-07-14T10:13:34.366Z Checking bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
15562026-07-14T10:13:34.453Z Checking drift v0.2.0
15572026-07-14T10:13:34.927Z Compiling serial_test_derive v3.5.0
15582026-07-14T10:13:35.018Z Checking base16ct v1.0.0
15592026-07-14T10:13:35.442Z Checking dropshot-api-manager v0.7.2
15602026-07-14T10:13:35.640Z Checking serial_test v3.5.0
15612026-07-14T10:13:35.839Z Checking ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
15622026-07-14T10:13:36.457Z Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
15632026-07-14T10:13:36.716Z Checking mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
15642026-07-14T10:13:37.753Z Checking bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
15652026-07-14T10:13:38.520Z Checking util v0.1.0 (/work/oxidecomputer/maghemite/util)
15662026-07-14T10:13:38.571Z Checking natord v1.0.9
15672026-07-14T10:13:38.612Z Checking ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
15682026-07-14T10:13:38.692Z Checking maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
15692026-07-14T10:13:38.731Z Checking mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
15702026-07-14T10:13:39.185Z Checking mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify)
15712026-07-14T10:13:39.490Z Checking ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
15722026-07-14T10:13:39.492Z Checking xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
15732026-07-14T10:13:39.929Z Checking mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
15742026-07-14T10:13:39.951Z Checking falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab)
15752026-07-14T10:13:40.303Z Checking mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
15762026-07-14T10:13:49.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 42s
15772026-07-14T10:13:49.661Z+ cargo xtask openapi check
15782026-07-14T10:13:50.281Z Compiling cfg-if v1.0.4
15792026-07-14T10:13:50.284Z Compiling libc v0.2.186
15802026-07-14T10:13:50.284Z Compiling serde_core v1.0.228
15812026-07-14T10:13:50.393Z Compiling memchr v2.8.1
15822026-07-14T10:13:50.398Z Compiling itoa v1.0.18
15832026-07-14T10:13:50.408Z Compiling smallvec v1.15.1
15842026-07-14T10:13:50.417Z Compiling stable_deref_trait v1.2.1
15852026-07-14T10:13:50.420Z Compiling zerofrom v0.1.8
15862026-07-14T10:13:50.438Z Compiling zmij v1.0.21
15872026-07-14T10:13:50.485Z Compiling writeable v0.6.3
15882026-07-14T10:13:50.542Z Compiling yoke v0.8.3
15892026-07-14T10:13:50.571Z Compiling litemap v0.8.2
15902026-07-14T10:13:50.607Z Compiling utf8_iter v1.0.4
15912026-07-14T10:13:50.684Z Compiling percent-encoding v2.3.2
15922026-07-14T10:13:50.712Z Compiling zerovec v0.11.6
15932026-07-14T10:13:50.724Z Compiling zerotrie v0.2.4
15942026-07-14T10:13:50.747Z Compiling icu_normalizer_data v2.2.0
15952026-07-14T10:13:50.758Z Compiling icu_properties_data v2.2.0
15962026-07-14T10:13:50.822Z Compiling libm v0.2.16
15972026-07-14T10:13:50.844Z Compiling form_urlencoded v1.2.2
15982026-07-14T10:13:50.875Z Compiling rand_core v0.10.1
15992026-07-14T10:13:50.891Z Compiling errno v0.3.14
16002026-07-14T10:13:51.015Z Compiling getrandom v0.4.2
16012026-07-14T10:13:51.034Z Compiling iana-time-zone v0.1.65
16022026-07-14T10:13:51.046Z Compiling pin-project-lite v0.2.17
16032026-07-14T10:13:51.056Z Compiling zeroize v1.8.2
16042026-07-14T10:13:51.066Z Compiling dyn-clone v1.0.20
16052026-07-14T10:13:51.138Z Compiling scopeguard v1.2.0
16062026-07-14T10:13:51.197Z Compiling tinystr v0.8.3
16072026-07-14T10:13:51.197Z Compiling potential_utf v0.1.5
16082026-07-14T10:13:51.225Z Compiling lock_api v0.4.14
16092026-07-14T10:13:51.242Z Compiling parking_lot_core v0.9.12
16102026-07-14T10:13:51.254Z Compiling socket2 v0.6.4
16112026-07-14T10:13:51.257Z Compiling signal-hook-registry v1.4.8
16122026-07-14T10:13:51.365Z Compiling icu_locale_core v2.2.0
16132026-07-14T10:13:51.405Z Compiling icu_collections v2.2.0
16142026-07-14T10:13:51.451Z Compiling parking_lot v0.12.5
16152026-07-14T10:13:51.532Z Compiling mio v1.2.1
16162026-07-14T10:13:51.545Z Compiling portable-atomic v1.13.1
16172026-07-14T10:13:51.696Z Compiling num-traits v0.2.19
16182026-07-14T10:13:51.826Z Compiling futures-core v0.3.32
16192026-07-14T10:13:51.918Z Compiling thiserror v2.0.18
16202026-07-14T10:13:51.983Z Compiling critical-section v1.2.0
16212026-07-14T10:13:51.996Z Compiling subtle v2.6.1
16222026-07-14T10:13:52.024Z Compiling serde v1.0.228
16232026-07-14T10:13:52.027Z Compiling serde_json v1.0.150
16242026-07-14T10:13:52.054Z Compiling uuid v1.23.4
16252026-07-14T10:13:52.089Z Compiling icu_provider v2.2.0
16262026-07-14T10:13:52.162Z Compiling semver v1.0.28
16272026-07-14T10:13:52.177Z Compiling bitflags v2.12.1
16282026-07-14T10:13:52.315Z Compiling icu_normalizer v2.2.0
16292026-07-14T10:13:52.413Z Compiling icu_properties v2.2.0
16302026-07-14T10:13:52.424Z Compiling once_cell v1.21.4
16312026-07-14T10:13:52.435Z Compiling equivalent v1.0.2
16322026-07-14T10:13:52.475Z Compiling bytes v1.11.1
16332026-07-14T10:13:52.518Z Compiling chrono v0.4.45
16342026-07-14T10:13:52.538Z Compiling zerocopy v0.8.50
16352026-07-14T10:13:52.559Z Compiling log v0.4.32
16362026-07-14T10:13:52.643Z Compiling futures-sink v0.3.32
16372026-07-14T10:13:52.751Z Compiling slab v0.4.12
16382026-07-14T10:13:52.763Z Compiling typenum v1.20.1
16392026-07-14T10:13:52.920Z Compiling slog v2.8.2
16402026-07-14T10:13:52.932Z Compiling futures-channel v0.3.32
16412026-07-14T10:13:52.947Z Compiling getrandom v0.2.17
16422026-07-14T10:13:53.140Z Compiling tokio v1.52.3
16432026-07-14T10:13:53.153Z Compiling rand_core v0.6.4
16442026-07-14T10:13:53.167Z Compiling futures-task v0.3.32
16452026-07-14T10:13:53.180Z Compiling futures-io v0.3.32
16462026-07-14T10:13:53.334Z Compiling idna_adapter v1.2.2
16472026-07-14T10:13:53.345Z Compiling futures-util v0.3.32
16482026-07-14T10:13:53.371Z Compiling hashbrown v0.17.1
16492026-07-14T10:13:53.476Z Compiling idna v1.1.0
16502026-07-14T10:13:53.573Z Compiling tracing-core v0.1.36
16512026-07-14T10:13:53.586Z Compiling base64 v0.22.1
16522026-07-14T10:13:53.936Z Compiling url v2.5.8
16532026-07-14T10:13:53.937Z Compiling indexmap v2.14.0
16542026-07-14T10:13:54.032Z Compiling tracing v0.1.44
16552026-07-14T10:13:54.183Z Compiling http v1.4.2
16562026-07-14T10:13:54.203Z Compiling unicode-ident v1.0.24
16572026-07-14T10:13:54.275Z Compiling fnv v1.0.7
16582026-07-14T10:13:54.332Z Compiling proc-macro2 v1.0.106
16592026-07-14T10:13:54.376Z Compiling byteorder v1.5.0
16602026-07-14T10:13:54.582Z Compiling schemars v0.8.22
16612026-07-14T10:13:54.599Z Compiling ipnet v2.12.0
16622026-07-14T10:13:54.744Z Compiling quote v1.0.45
16632026-07-14T10:13:55.022Z Compiling syn v2.0.117
16642026-07-14T10:13:55.035Z Compiling erased-serde v0.3.31
16652026-07-14T10:13:55.113Z Compiling rustls-pki-types v1.14.1
16662026-07-14T10:13:55.150Z Compiling http-body v1.0.1
16672026-07-14T10:13:55.305Z Compiling thiserror v1.0.69
16682026-07-14T10:13:55.414Z Compiling ipnetwork v0.21.1
16692026-07-14T10:13:55.517Z Compiling ppv-lite86 v0.2.21
16702026-07-14T10:13:55.595Z Compiling aws-lc-sys v0.41.0
16712026-07-14T10:13:55.634Z Compiling oxnet v0.1.6
16722026-07-14T10:13:55.831Z Compiling untrusted v0.7.1
16732026-07-14T10:13:55.843Z Compiling atomic-waker v1.1.2
16742026-07-14T10:13:55.905Z Compiling httparse v1.10.1
16752026-07-14T10:13:55.928Z Compiling pretty-hex v0.4.2
16762026-07-14T10:13:55.952Z Compiling tower-layer v0.3.3
16772026-07-14T10:13:55.965Z Compiling untrusted v0.9.0
16782026-07-14T10:13:56.063Z Compiling aws-lc-rs v1.17.0
16792026-07-14T10:13:56.087Z Compiling try-lock v0.2.5
16802026-07-14T10:13:56.091Z Compiling tower-service v0.3.3
16812026-07-14T10:13:56.114Z Compiling ryu v1.0.23
16822026-07-14T10:13:56.189Z Compiling rustls v0.23.40
16832026-07-14T10:13:56.194Z Compiling want v0.3.1
16842026-07-14T10:13:56.212Z Compiling rustix v1.1.4
16852026-07-14T10:13:56.212Z Compiling plain v0.2.3
16862026-07-14T10:13:56.338Z Compiling httpdate v1.0.3
16872026-07-14T10:13:56.342Z Compiling omicron-workspace-hack v0.1.0
16882026-07-14T10:13:56.361Z Compiling getrandom v0.3.4
16892026-07-14T10:13:56.389Z Compiling ucd-trie v0.1.7
16902026-07-14T10:13:56.437Z Compiling regex-syntax v0.8.10
16912026-07-14T10:13:56.566Z Compiling pest v2.8.6
16922026-07-14T10:13:56.586Z Compiling rand_core v0.9.5
16932026-07-14T10:13:56.687Z Compiling crossbeam-utils v0.8.21
16942026-07-14T10:13:56.765Z Compiling serde_urlencoded v0.7.1
16952026-07-14T10:13:57.020Z Compiling tokio-util v0.7.18
16962026-07-14T10:13:57.200Z Compiling rustls-webpki v0.103.13
16972026-07-14T10:13:57.461Z Compiling newtype-uuid v1.3.2
16982026-07-14T10:13:57.481Z Compiling http-body-util v0.1.3
16992026-07-14T10:13:57.761Z Compiling h2 v0.4.14
17002026-07-14T10:13:57.804Z Compiling foldhash v0.2.0
17012026-07-14T10:13:57.859Z Compiling hex v0.4.3
17022026-07-14T10:13:58.044Z Compiling allocator-api2 v0.2.21
17032026-07-14T10:13:58.131Z Compiling daft v0.1.7
17042026-07-14T10:13:58.180Z Compiling rand_chacha v0.9.0
17052026-07-14T10:13:58.385Z Compiling hashbrown v0.16.1
17062026-07-14T10:13:58.417Z Compiling fastrand v2.4.1
17072026-07-14T10:13:58.574Z Compiling rand v0.9.4
17082026-07-14T10:13:58.687Z Compiling sync_wrapper v1.0.2
17092026-07-14T10:13:58.801Z Compiling tower v0.5.3
17102026-07-14T10:13:58.955Z Compiling generic-array v0.14.7
17112026-07-14T10:13:58.978Z Compiling anyhow v1.0.103
17122026-07-14T10:13:59.155Z Compiling aho-corasick v1.1.4
17132026-07-14T10:13:59.167Z Compiling powerfmt v0.2.0
17142026-07-14T10:13:59.179Z Compiling tempfile v3.27.0
17152026-07-14T10:13:59.277Z Compiling tower-http v0.6.11
17162026-07-14T10:13:59.354Z Compiling deranged v0.5.8
17172026-07-14T10:13:59.378Z Compiling futures-executor v0.3.32
17182026-07-14T10:13:59.458Z Compiling camino v1.2.4
17192026-07-14T10:13:59.568Z Compiling openapiv3 v2.2.0
17202026-07-14T10:13:59.649Z Compiling num-conv v0.2.2
17212026-07-14T10:13:59.698Z Compiling cpufeatures v0.3.0
17222026-07-14T10:13:59.777Z Compiling openssl-probe v0.2.1
17232026-07-14T10:13:59.801Z Compiling time-core v0.1.8
17242026-07-14T10:13:59.878Z Compiling hyper v1.10.1
17252026-07-14T10:13:59.948Z Compiling regex-automata v0.4.14
17262026-07-14T10:13:59.963Z Compiling num_threads v0.1.7
17272026-07-14T10:14:00.065Z Compiling rustls-native-certs v0.8.4
17282026-07-14T10:14:00.335Z Compiling time v0.3.47
17292026-07-14T10:14:00.398Z Compiling futures v0.3.32
17302026-07-14T10:14:00.482Z Compiling scroll v0.13.0
17312026-07-14T10:14:00.723Z Compiling tokio-rustls v0.26.4
17322026-07-14T10:14:00.757Z Compiling hybrid-array v0.4.12
17332026-07-14T10:14:00.995Z Compiling hyper-util v0.1.20
17342026-07-14T10:14:01.009Z Compiling adler2 v2.0.1
17352026-07-14T10:14:01.150Z Compiling winnow v1.0.3
17362026-07-14T10:14:01.175Z Compiling simd-adler32 v0.3.9
17372026-07-14T10:14:01.226Z Compiling goblin v0.10.7
17382026-07-14T10:14:01.384Z Compiling miniz_oxide v0.8.9
17392026-07-14T10:14:01.545Z Compiling rustls-platform-verifier v0.7.0
17402026-07-14T10:14:01.780Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17412026-07-14T10:14:01.995Z Compiling crossbeam-channel v0.5.15
17422026-07-14T10:14:02.034Z Compiling crc32fast v1.5.0
17432026-07-14T10:14:02.232Z Compiling hyper-rustls v0.27.9
17442026-07-14T10:14:02.246Z Compiling flate2 v1.1.9
17452026-07-14T10:14:02.265Z Compiling regex v1.12.3
17462026-07-14T10:14:02.481Z Compiling reqwest v0.13.4
17472026-07-14T10:14:02.552Z Compiling crypto-common v0.2.2
17482026-07-14T10:14:02.704Z Compiling block-buffer v0.12.0
17492026-07-14T10:14:02.716Z Compiling crypto-common v0.1.7
17502026-07-14T10:14:02.748Z Compiling dtrace-parser v0.3.0
17512026-07-14T10:14:02.850Z Compiling rand_chacha v0.3.1
17522026-07-14T10:14:02.866Z Compiling thread-id v5.1.0
17532026-07-14T10:14:02.953Z Compiling thread_local v1.1.9
17542026-07-14T10:14:03.161Z Compiling compression-core v0.4.32
17552026-07-14T10:14:03.228Z Compiling match_cfg v0.1.0
17562026-07-14T10:14:03.269Z Compiling debug-ignore v1.0.5
17572026-07-14T10:14:03.301Z Compiling const-oid v0.10.2
17582026-07-14T10:14:03.318Z Compiling hostname v0.3.1
17592026-07-14T10:14:03.331Z Compiling compression-codecs v0.4.38
17602026-07-14T10:14:03.373Z Compiling rand v0.8.6
17612026-07-14T10:14:03.462Z Compiling digest v0.11.3
17622026-07-14T10:14:03.465Z Compiling toml_parser v1.1.2+spec-1.1.0
17632026-07-14T10:14:03.518Z Compiling slog-json v2.6.1
17642026-07-14T10:14:03.545Z Compiling ref-cast v1.0.25
17652026-07-14T10:14:03.584Z Compiling strum v0.26.3
17662026-07-14T10:14:03.631Z Compiling macaddr v1.0.1
17672026-07-14T10:14:03.646Z Compiling serde_spanned v1.1.1
17682026-07-14T10:14:03.718Z Compiling toml_datetime v1.1.1+spec-1.1.0
17692026-07-14T10:14:03.731Z Compiling wait-timeout v0.2.1
17702026-07-14T10:14:03.794Z Compiling is-terminal v0.4.17
17712026-07-14T10:14:03.858Z Compiling memmap2 v0.9.10
17722026-07-14T10:14:03.893Z Compiling encoding_rs v0.8.35
17732026-07-14T10:14:04.021Z Compiling term v1.2.1
17742026-07-14T10:14:04.021Z Compiling spin v0.9.8
17752026-07-14T10:14:04.026Z Compiling quick-error v1.2.3
17762026-07-14T10:14:04.078Z Compiling mime v0.3.17
17772026-07-14T10:14:04.123Z Compiling dof v0.4.0
17782026-07-14T10:14:04.146Z Compiling toml_writer v1.1.1+spec-1.1.0
17792026-07-14T10:14:04.149Z Compiling take_mut v0.2.2
17802026-07-14T10:14:04.269Z Compiling either v1.16.0
17812026-07-14T10:14:04.350Z Compiling bit-vec v0.8.0
17822026-07-14T10:14:04.366Z Compiling toml v1.1.2+spec-1.1.0
17832026-07-14T10:14:04.479Z Compiling slog-term v2.9.2
17842026-07-14T10:14:04.587Z Compiling bit-set v0.8.0
17852026-07-14T10:14:04.687Z Compiling slog-async v2.8.0
17862026-07-14T10:14:04.754Z Compiling rusty-fork v0.3.1
17872026-07-14T10:14:05.052Z Compiling usdt-impl v0.6.0
17882026-07-14T10:14:05.104Z Compiling multer v3.1.0
17892026-07-14T10:14:05.182Z Compiling slog-bunyan v2.5.0
17902026-07-14T10:14:05.329Z Compiling sha1 v0.11.0
17912026-07-14T10:14:05.403Z Compiling usdt v0.6.0
17922026-07-14T10:14:05.561Z Compiling async-compression v0.4.42
17932026-07-14T10:14:05.587Z Compiling serde_with v3.20.0
17942026-07-14T10:14:05.604Z Compiling async-stream v0.3.6
17952026-07-14T10:14:05.692Z Compiling rand_xorshift v0.4.0
17962026-07-14T10:14:05.721Z Compiling waitgroup v0.1.2
17972026-07-14T10:14:05.755Z Compiling rustls-pemfile v2.2.0
17982026-07-14T10:14:05.778Z Compiling serde_path_to_error v0.1.20
17992026-07-14T10:14:05.842Z Compiling hostname v0.4.2
18002026-07-14T10:14:05.861Z Compiling unarray v0.1.4
18012026-07-14T10:14:05.880Z Compiling strum v0.27.2
18022026-07-14T10:14:05.960Z Compiling proptest v1.11.0
18032026-07-14T10:14:05.974Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18042026-07-14T10:14:05.985Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
18052026-07-14T10:14:06.010Z Compiling progenitor-client v0.14.0
18062026-07-14T10:14:06.055Z Compiling iddqd v0.4.5
18072026-07-14T10:14:06.102Z Compiling dropshot v0.17.1
18082026-07-14T10:14:06.139Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18092026-07-14T10:14:06.160Z Compiling reqwest v0.12.28
18102026-07-14T10:14:06.253Z Compiling block-buffer v0.10.4
18112026-07-14T10:14:06.296Z Compiling backon v1.6.0
18122026-07-14T10:14:06.383Z Compiling instant v0.1.13
18132026-07-14T10:14:06.406Z Compiling digest v0.10.7
18142026-07-14T10:14:06.495Z Compiling backoff v0.4.0
18152026-07-14T10:14:06.507Z Compiling progenitor-extras v0.2.0
18162026-07-14T10:14:06.626Z Compiling itertools v0.14.0
18172026-07-14T10:14:06.712Z Compiling parse-display v0.10.0
18182026-07-14T10:14:06.737Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
18192026-07-14T10:14:07.029Z Compiling regress v0.10.5
18202026-07-14T10:14:07.268Z Compiling progenitor-client v0.10.0
18212026-07-14T10:14:07.326Z Compiling humantime v2.3.0
18222026-07-14T10:14:07.640Z Compiling cpufeatures v0.2.17
18232026-07-14T10:14:07.663Z Compiling unicode-width v0.2.2
18242026-07-14T10:14:07.718Z Compiling secrecy v0.10.3
18252026-07-14T10:14:07.885Z Compiling tinyvec_macros v0.1.1
18262026-07-14T10:14:07.904Z Compiling heck v0.5.0
18272026-07-14T10:14:07.957Z Compiling tinyvec v1.11.0
18282026-07-14T10:14:07.970Z Compiling num-integer v0.1.46
18292026-07-14T10:14:07.981Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
18302026-07-14T10:14:08.167Z Compiling scroll v0.12.0
18312026-07-14T10:14:08.297Z Compiling crucible-workspace-hack v0.1.0
18322026-07-14T10:14:08.310Z Compiling hmac v0.12.1
18332026-07-14T10:14:08.372Z Compiling inout v0.1.4
18342026-07-14T10:14:08.449Z Compiling ff v0.13.1
18352026-07-14T10:14:08.461Z Compiling utf8parse v0.2.2
18362026-07-14T10:14:08.525Z Compiling cipher v0.4.4
18372026-07-14T10:14:08.558Z Compiling group v0.13.0
18382026-07-14T10:14:08.574Z Compiling anstyle-parse v1.0.0
18392026-07-14T10:14:08.586Z Compiling hkdf v0.12.4
18402026-07-14T10:14:08.673Z Compiling goblin v0.8.2
18412026-07-14T10:14:08.734Z Compiling num-rational v0.4.2
18422026-07-14T10:14:08.747Z Compiling num-iter v0.1.45
18432026-07-14T10:14:08.870Z Compiling zerocopy v0.7.35
18442026-07-14T10:14:08.963Z Compiling universal-hash v0.5.1
18452026-07-14T10:14:09.096Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18462026-07-14T10:14:09.109Z Compiling crypto-bigint v0.5.5
18472026-07-14T10:14:09.287Z Compiling regress v0.11.1
18482026-07-14T10:14:09.432Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18492026-07-14T10:14:09.578Z Compiling terminal_size v0.4.4
18502026-07-14T10:14:09.727Z Compiling half v2.7.1
18512026-07-14T10:14:09.783Z Compiling num-complex v0.4.6
18522026-07-14T10:14:10.034Z Compiling anstyle-query v1.1.5
18532026-07-14T10:14:10.149Z Compiling opaque-debug v0.3.1
18542026-07-14T10:14:10.170Z Compiling anstyle v1.0.14
18552026-07-14T10:14:10.225Z Compiling ciborium-io v0.2.2
18562026-07-14T10:14:10.269Z Compiling is_terminal_polyfill v1.70.2
18572026-07-14T10:14:10.324Z Compiling base64ct v1.8.3
18582026-07-14T10:14:10.366Z Compiling colorchoice v1.0.5
18592026-07-14T10:14:10.405Z Compiling base16ct v0.2.0
18602026-07-14T10:14:10.487Z Compiling anstream v1.0.0
18612026-07-14T10:14:10.568Z Compiling password-hash v0.5.0
18622026-07-14T10:14:10.626Z Compiling elliptic-curve v0.13.8
18632026-07-14T10:14:10.808Z Compiling ciborium-ll v0.2.2
18642026-07-14T10:14:10.909Z Compiling dof v0.3.0
18652026-07-14T10:14:11.009Z Compiling typify-impl v0.6.2
18662026-07-14T10:14:11.049Z Compiling poly1305 v0.8.0
18672026-07-14T10:14:11.311Z Compiling num v0.4.3
18682026-07-14T10:14:11.393Z Compiling curve25519-dalek v4.1.3
18692026-07-14T10:14:11.476Z Compiling thiserror-no-std v2.0.2
18702026-07-14T10:14:11.716Z Compiling chacha20 v0.9.1
18712026-07-14T10:14:11.728Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
18722026-07-14T10:14:12.087Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18732026-07-14T10:14:12.320Z Compiling blake2 v0.10.6
18742026-07-14T10:14:12.349Z Compiling aead v0.5.2
18752026-07-14T10:14:12.476Z Compiling byte-wrapper v0.1.0
18762026-07-14T10:14:12.529Z Compiling dtrace-parser v0.2.0
18772026-07-14T10:14:12.551Z Compiling crossbeam-epoch v0.9.18
18782026-07-14T10:14:12.564Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18792026-07-14T10:14:12.826Z Compiling thread-id v4.2.2
18802026-07-14T10:14:12.839Z Compiling strsim v0.11.1
18812026-07-14T10:14:12.851Z Compiling float-ord v0.3.2
18822026-07-14T10:14:12.883Z Compiling clap_lex v1.1.0
18832026-07-14T10:14:12.896Z Compiling keccak v0.1.6
18842026-07-14T10:14:12.910Z Compiling usdt-impl v0.5.0
18852026-07-14T10:14:13.136Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18862026-07-14T10:14:13.139Z Compiling sha3 v0.10.9
18872026-07-14T10:14:13.227Z Compiling clap_builder v4.6.0
18882026-07-14T10:14:13.325Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18892026-07-14T10:14:13.442Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18902026-07-14T10:14:13.584Z Compiling typify v0.6.2
18912026-07-14T10:14:13.699Z Compiling argon2 v0.5.3
18922026-07-14T10:14:14.213Z Compiling chacha20poly1305 v0.10.1
18932026-07-14T10:14:14.356Z Compiling vsss-rs v3.3.4
18942026-07-14T10:14:14.561Z Compiling ciborium v0.2.2
18952026-07-14T10:14:14.761Z Compiling hash32 v0.3.1
18962026-07-14T10:14:14.925Z Compiling memmap v0.7.0
18972026-07-14T10:14:15.115Z Compiling data-encoding v2.11.0
18982026-07-14T10:14:15.147Z Compiling indent_write v2.2.0
18992026-07-14T10:14:15.296Z Compiling usdt v0.5.0
19002026-07-14T10:14:15.533Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19012026-07-14T10:14:15.569Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
19022026-07-14T10:14:15.630Z Compiling heapless v0.8.0
19032026-07-14T10:14:15.663Z Compiling clap v4.6.1
19042026-07-14T10:14:15.676Z Compiling ingot-types v0.1.2
19052026-07-14T10:14:15.749Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19062026-07-14T10:14:16.010Z Compiling rustix v0.38.44
19072026-07-14T10:14:16.064Z Compiling tabwriter v1.4.1
19082026-07-14T10:14:16.091Z Compiling cobs v0.3.0
19092026-07-14T10:14:16.295Z Compiling managed v0.8.0
19102026-07-14T10:14:16.309Z Compiling bitflags v1.3.2
19112026-07-14T10:14:16.389Z Compiling postcard v1.1.3
19122026-07-14T10:14:16.478Z Compiling smoltcp v0.11.0
19132026-07-14T10:14:16.514Z Compiling ingot v0.1.1
19142026-07-14T10:14:16.524Z Compiling memoffset v0.9.1
19152026-07-14T10:14:16.609Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19162026-07-14T10:14:16.735Z Compiling toml_datetime v0.6.11
19172026-07-14T10:14:16.870Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19182026-07-14T10:14:16.917Z Compiling serde_spanned v0.6.9
19192026-07-14T10:14:17.014Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19202026-07-14T10:14:17.071Z Compiling static_assertions v1.1.0
19212026-07-14T10:14:17.150Z Compiling linked-hash-map v0.5.6
19222026-07-14T10:14:17.322Z Compiling winnow v0.7.15
19232026-07-14T10:14:17.344Z Compiling unicode-segmentation v1.13.3
19242026-07-14T10:14:17.523Z Compiling resolv-conf v0.7.6
19252026-07-14T10:14:17.802Z Compiling colored v3.1.1
19262026-07-14T10:14:17.901Z Compiling toml_write v0.1.2
19272026-07-14T10:14:18.117Z Compiling foreign-types-shared v0.3.1
19282026-07-14T10:14:18.197Z Compiling swrite v0.1.0
19292026-07-14T10:14:18.216Z Compiling foreign-types v0.5.0
19302026-07-14T10:14:18.298Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19312026-07-14T10:14:18.310Z Compiling newline-converter v0.3.0
19322026-07-14T10:14:18.398Z Compiling lru-cache v0.1.2
19332026-07-14T10:14:18.429Z Compiling hubpack v0.1.2
19342026-07-14T10:14:18.433Z Compiling atomicwrites v0.4.4
19352026-07-14T10:14:18.530Z Compiling nix v0.31.3
19362026-07-14T10:14:18.633Z Compiling num_enum v0.7.6
19372026-07-14T10:14:18.664Z Compiling toml_edit v0.22.27
19382026-07-14T10:14:18.756Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
19392026-07-14T10:14:18.860Z Compiling hickory-proto v0.24.4
19402026-07-14T10:14:18.877Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19412026-07-14T10:14:18.995Z Compiling crossbeam-deque v0.8.6
19422026-07-14T10:14:19.052Z Compiling console v0.15.11
19432026-07-14T10:14:19.189Z Compiling chacha20 v0.10.0
19442026-07-14T10:14:19.425Z Compiling camino-tempfile v1.4.1
19452026-07-14T10:14:19.457Z Compiling serde-big-array v0.5.1
19462026-07-14T10:14:19.607Z Compiling cstr-argument v0.1.2
19472026-07-14T10:14:19.666Z Compiling siphasher v1.0.3
19482026-07-14T10:14:19.686Z Compiling similar v2.7.0
19492026-07-14T10:14:19.763Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19502026-07-14T10:14:19.865Z Compiling phf_shared v0.12.1
19512026-07-14T10:14:20.047Z Compiling pin-project v1.1.13
19522026-07-14T10:14:20.150Z Compiling expectorate v1.2.0
19532026-07-14T10:14:20.196Z Compiling toml v0.8.23
19542026-07-14T10:14:20.307Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19552026-07-14T10:14:20.573Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
19562026-07-14T10:14:20.793Z Compiling hickory-resolver v0.24.4
19572026-07-14T10:14:20.844Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
19582026-07-14T10:14:20.974Z Compiling rand v0.10.2
19592026-07-14T10:14:21.236Z Compiling rayon-core v1.13.0
19602026-07-14T10:14:21.499Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
19612026-07-14T10:14:21.668Z Compiling num_enum v0.5.11
19622026-07-14T10:14:21.791Z Compiling progenitor-impl v0.13.0
19632026-07-14T10:14:21.934Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19642026-07-14T10:14:21.947Z Compiling prettyplease v0.2.37
19652026-07-14T10:14:21.965Z Compiling unicode-normalization v0.1.25
19662026-07-14T10:14:22.441Z Compiling progenitor-client v0.13.0
19672026-07-14T10:14:22.519Z Compiling tokio-stream v0.1.18
19682026-07-14T10:14:22.798Z Compiling bstr v1.12.1
19692026-07-14T10:14:22.996Z Compiling csv-core v0.1.13
19702026-07-14T10:14:23.145Z Compiling konst_macro_rules v0.2.19
19712026-07-14T10:14:23.158Z Compiling unicode-width v0.1.14
19722026-07-14T10:14:23.225Z Compiling foreign-types-shared v0.1.1
19732026-07-14T10:14:23.270Z Compiling foldhash v0.1.5
19742026-07-14T10:14:23.306Z Compiling highway v1.3.0
19752026-07-14T10:14:23.319Z Compiling same-file v1.0.6
19762026-07-14T10:14:23.332Z Compiling foreign-types v0.3.2
19772026-07-14T10:14:23.405Z Compiling hashbrown v0.15.5
19782026-07-14T10:14:23.444Z Compiling walkdir v2.5.0
19792026-07-14T10:14:23.456Z Compiling konst v0.2.20
19802026-07-14T10:14:23.467Z Compiling globset v0.4.18
19812026-07-14T10:14:23.494Z Compiling csv v1.4.0
19822026-07-14T10:14:23.693Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19832026-07-14T10:14:23.705Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19842026-07-14T10:14:23.783Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19852026-07-14T10:14:23.932Z Compiling progenitor v0.13.0
19862026-07-14T10:14:24.051Z Compiling qorb v0.4.1
19872026-07-14T10:14:24.073Z Compiling snafu v0.8.9
19882026-07-14T10:14:24.460Z Compiling olpc-cjson v0.1.4
19892026-07-14T10:14:24.624Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
19902026-07-14T10:14:24.941Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
19912026-07-14T10:14:24.954Z Compiling rayon v1.12.0
19922026-07-14T10:14:25.367Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19932026-07-14T10:14:25.619Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19942026-07-14T10:14:25.812Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19952026-07-14T10:14:26.128Z Compiling phf v0.12.1
19962026-07-14T10:14:26.288Z Compiling openssl-sys v0.9.116
19972026-07-14T10:14:26.311Z Compiling tokio-dtrace v0.1.1
19982026-07-14T10:14:26.585Z Compiling progenitor-impl v0.14.0
19992026-07-14T10:14:26.694Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20002026-07-14T10:14:26.732Z Compiling itertools v0.12.1
20012026-07-14T10:14:27.008Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20022026-07-14T10:14:27.152Z Compiling libsw-core v0.3.2
20032026-07-14T10:14:27.216Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
20042026-07-14T10:14:27.330Z Compiling pem v3.0.6
20052026-07-14T10:14:27.482Z Compiling serde_plain v1.0.2
20062026-07-14T10:14:27.576Z Compiling sigpipe v0.1.3
20072026-07-14T10:14:27.641Z Compiling minimal-lexical v0.2.1
20082026-07-14T10:14:27.667Z Compiling jiff v0.2.28
20092026-07-14T10:14:27.743Z Compiling fixedbitset v0.4.2
20102026-07-14T10:14:27.755Z Compiling glob v0.3.3
20112026-07-14T10:14:27.910Z Compiling fixedbitset v0.5.7
20122026-07-14T10:14:27.977Z Compiling typed-path v0.9.3
20132026-07-14T10:14:28.016Z Compiling bytecount v0.6.9
20142026-07-14T10:14:28.163Z Compiling petgraph v0.8.3
20152026-07-14T10:14:28.189Z Compiling papergrid v0.11.0
20162026-07-14T10:14:28.251Z Compiling zone v0.3.1
20172026-07-14T10:14:28.293Z Compiling petgraph v0.6.5
20182026-07-14T10:14:28.603Z Compiling nom v7.1.3
20192026-07-14T10:14:29.017Z Compiling tough v0.22.0
20202026-07-14T10:14:29.258Z Compiling progenitor v0.14.0
20212026-07-14T10:14:29.418Z Compiling openssl v0.10.80
20222026-07-14T10:14:29.796Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20232026-07-14T10:14:29.796Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
20242026-07-14T10:14:29.819Z Compiling libsw v3.5.0
20252026-07-14T10:14:29.938Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20262026-07-14T10:14:29.942Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20272026-07-14T10:14:29.981Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20282026-07-14T10:14:29.984Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20292026-07-14T10:14:30.187Z Compiling oxide-tokio-rt v0.1.6
20302026-07-14T10:14:30.212Z Compiling chrono-tz v0.10.4
20312026-07-14T10:14:30.494Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20322026-07-14T10:14:31.013Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20332026-07-14T10:14:31.057Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
20342026-07-14T10:14:31.161Z Compiling newtype_derive v0.1.6
20352026-07-14T10:14:31.183Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20362026-07-14T10:14:31.239Z Compiling slog-dtrace v0.3.0
20372026-07-14T10:14:31.376Z Compiling const_format v0.2.36
20382026-07-14T10:14:31.548Z Compiling cancel-safe-futures v0.1.5
20392026-07-14T10:14:31.715Z Compiling owo-colors v4.3.0
20402026-07-14T10:14:31.857Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
20412026-07-14T10:14:31.979Z Compiling gethostname v0.5.0
20422026-07-14T10:14:32.108Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
20432026-07-14T10:14:32.196Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20442026-07-14T10:14:32.242Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20452026-07-14T10:14:32.323Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20462026-07-14T10:14:32.442Z Compiling smf v0.2.3
20472026-07-14T10:14:32.453Z Compiling bcs v0.1.6
20482026-07-14T10:14:32.532Z Compiling lazy_static v1.5.0
20492026-07-14T10:14:32.641Z Compiling smawk v0.3.2
20502026-07-14T10:14:32.778Z Compiling tagptr v0.2.0
20512026-07-14T10:14:32.790Z Compiling whoami v1.6.1
20522026-07-14T10:14:32.812Z Compiling termtree v0.5.1
20532026-07-14T10:14:32.931Z Compiling linear-map v1.2.0
20542026-07-14T10:14:32.965Z Compiling unicode-linebreak v0.1.5
20552026-07-14T10:14:33.043Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20562026-07-14T10:14:33.087Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20572026-07-14T10:14:33.103Z Compiling moka v0.12.15
20582026-07-14T10:14:33.121Z Compiling steno v0.4.1
20592026-07-14T10:14:33.219Z Compiling textwrap v0.16.2
20602026-07-14T10:14:33.457Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20612026-07-14T10:14:33.730Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20622026-07-14T10:14:33.896Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20632026-07-14T10:14:34.621Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20642026-07-14T10:14:34.690Z Compiling tabled v0.15.0
20652026-07-14T10:14:34.839Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20662026-07-14T10:14:35.036Z Compiling cookie v0.18.1
20672026-07-14T10:14:35.651Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20682026-07-14T10:14:36.002Z Compiling hickory-proto v0.25.2
20692026-07-14T10:14:36.202Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
20702026-07-14T10:14:36.420Z Compiling libscf-sys v1.2.0
20712026-07-14T10:14:36.519Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20722026-07-14T10:14:36.569Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
20732026-07-14T10:14:36.940Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
20742026-07-14T10:14:37.079Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
20752026-07-14T10:14:37.308Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
20762026-07-14T10:14:37.868Z Compiling hickory-resolver v0.25.2
20772026-07-14T10:14:38.647Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20782026-07-14T10:14:43.126Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20792026-07-14T10:14:50.660Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20802026-07-14T10:14:52.279Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20812026-07-14T10:14:53.284Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
20822026-07-14T10:14:54.591Z Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
20832026-07-14T10:14:55.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
20842026-07-14T10:14:56.006Z Running `target/debug/xtask openapi check`
20852026-07-14T10:14:56.473Z Compiling serde_core v1.0.228
20862026-07-14T10:14:56.473Z Compiling serde v1.0.228
20872026-07-14T10:14:56.476Z Compiling serde_json v1.0.150
20882026-07-14T10:14:56.546Z Compiling syn v2.0.117
20892026-07-14T10:14:56.552Z Compiling bytes v1.11.1
20902026-07-14T10:14:56.555Z Compiling getrandom v0.4.2
20912026-07-14T10:14:56.561Z Compiling num-traits v0.2.19
20922026-07-14T10:14:56.561Z Compiling once_cell v1.21.4
20932026-07-14T10:14:56.703Z Compiling zerocopy v0.8.50
20942026-07-14T10:14:56.915Z Compiling schemars v0.8.22
20952026-07-14T10:14:57.119Z Compiling http v1.4.2
20962026-07-14T10:14:57.138Z Compiling zeroize v1.8.2
20972026-07-14T10:14:57.158Z Compiling aws-lc-rs v1.17.0
20982026-07-14T10:14:57.176Z Compiling usdt-impl v0.6.0
20992026-07-14T10:14:57.183Z Compiling time-macros v0.2.27
21002026-07-14T10:14:57.313Z Compiling rustls-pki-types v1.14.1
21012026-07-14T10:14:57.442Z Compiling tracing-core v0.1.36
21022026-07-14T10:14:57.501Z Compiling bitflags v2.12.1
21032026-07-14T10:14:57.846Z Compiling tracing v0.1.44
21042026-07-14T10:14:58.077Z Compiling http-body v1.0.1
21052026-07-14T10:14:58.085Z Compiling generic-array v0.14.7
21062026-07-14T10:14:58.118Z Compiling indexmap v2.14.0
21072026-07-14T10:14:58.218Z Compiling time v0.3.47
21082026-07-14T10:14:58.231Z Compiling rustls v0.23.40
21092026-07-14T10:14:58.244Z Compiling rustix v1.1.4
21102026-07-14T10:14:58.375Z Compiling toml_datetime v1.1.1+spec-1.1.0
21112026-07-14T10:14:58.732Z Compiling uuid v1.23.4
21122026-07-14T10:14:59.161Z Compiling pest_generator v2.8.6
21132026-07-14T10:14:59.170Z Compiling serde_derive_internals v0.29.1
21142026-07-14T10:14:59.286Z Compiling camino v1.2.4
21152026-07-14T10:14:59.387Z Compiling rustls-webpki v0.103.13
21162026-07-14T10:14:59.451Z Compiling winnow v1.0.3
21172026-07-14T10:14:59.675Z Compiling subtle v2.6.1
21182026-07-14T10:14:59.706Z Compiling toml_edit v0.25.12+spec-1.1.0
21192026-07-14T10:14:59.706Z Compiling serde_spanned v1.1.1
21202026-07-14T10:14:59.775Z Compiling toml_parser v1.1.2+spec-1.1.0
21212026-07-14T10:14:59.899Z Compiling semver v1.0.28
21222026-07-14T10:15:00.185Z Compiling rustix v0.38.44
21232026-07-14T10:15:00.301Z Compiling proc-macro-crate v3.5.0
21242026-07-14T10:15:00.309Z Compiling serde_derive v1.0.228
21252026-07-14T10:15:00.317Z Compiling thiserror-impl v2.0.18
21262026-07-14T10:15:00.418Z Compiling zerocopy-derive v0.8.50
21272026-07-14T10:15:00.442Z Compiling pest_derive v2.8.6
21282026-07-14T10:15:00.555Z Compiling tokio-macros v2.7.0
21292026-07-14T10:15:00.597Z Compiling schemars_derive v0.8.22
21302026-07-14T10:15:00.726Z Compiling futures-macro v0.3.32
21312026-07-14T10:15:00.969Z Compiling scroll_derive v0.13.1
21322026-07-14T10:15:01.311Z Compiling tokio v1.52.3
21332026-07-14T10:15:01.560Z Compiling futures-util v0.3.32
21342026-07-14T10:15:01.563Z Compiling thiserror v2.0.18
21352026-07-14T10:15:01.777Z Compiling dtrace-parser v0.3.0
21362026-07-14T10:15:01.806Z Compiling scroll v0.13.0
21372026-07-14T10:15:02.070Z Compiling goblin v0.10.7
21382026-07-14T10:15:02.598Z Compiling async-stream-impl v0.3.6
21392026-07-14T10:15:03.529Z Compiling chrono v0.4.45
21402026-07-14T10:15:03.746Z Compiling erased-serde v0.3.31
21412026-07-14T10:15:03.929Z Compiling serde_tokenstream v0.2.3
21422026-07-14T10:15:04.220Z Compiling slog v2.8.2
21432026-07-14T10:15:04.243Z Compiling futures-executor v0.3.32
21442026-07-14T10:15:04.621Z Compiling dof v0.4.0
21452026-07-14T10:15:04.799Z Compiling slog-json v2.6.1
21462026-07-14T10:15:04.995Z Compiling tokio-util v0.7.18
21472026-07-14T10:15:05.007Z Compiling openapiv3 v2.2.0
21482026-07-14T10:15:05.412Z Compiling oxnet v0.1.6
21492026-07-14T10:15:05.614Z Compiling h2 v0.4.14
21502026-07-14T10:15:05.836Z Compiling async-compression v0.4.42
21512026-07-14T10:15:05.865Z Compiling usdt-attr-macro v0.6.0
21522026-07-14T10:15:05.874Z Compiling usdt-macro v0.6.0
21532026-07-14T10:15:06.579Z Compiling tokio-rustls v0.26.4
21542026-07-14T10:15:06.599Z Compiling slog-bunyan v2.5.0
21552026-07-14T10:15:06.616Z Compiling usdt v0.6.0
21562026-07-14T10:15:06.714Z Compiling slog-async v2.8.0
21572026-07-14T10:15:06.737Z Compiling slog-term v2.9.2
21582026-07-14T10:15:06.795Z Compiling futures v0.3.32
21592026-07-14T10:15:06.811Z Compiling dropshot_endpoint v0.17.1
21602026-07-14T10:15:06.839Z Compiling multer v3.1.0
21612026-07-14T10:15:06.873Z Compiling serde_urlencoded v0.7.1
21622026-07-14T10:15:06.892Z Compiling async-stream v0.3.6
21632026-07-14T10:15:07.120Z Compiling async-trait v0.1.89
21642026-07-14T10:15:07.147Z Compiling toml v1.1.2+spec-1.1.0
21652026-07-14T10:15:07.211Z Compiling serde_path_to_error v0.1.20
21662026-07-14T10:15:07.269Z Compiling http-body-util v0.1.3
21672026-07-14T10:15:07.294Z Compiling rustls-pemfile v2.2.0
21682026-07-14T10:15:07.321Z Compiling crossbeam-epoch v0.9.18
21692026-07-14T10:15:07.484Z Compiling aho-corasick v1.1.4
21702026-07-14T10:15:07.548Z Compiling tempfile v3.27.0
21712026-07-14T10:15:07.607Z Compiling crossbeam-deque v0.8.6
21722026-07-14T10:15:07.694Z Compiling hyper v1.10.1
21732026-07-14T10:15:07.948Z Compiling num_enum_derive v0.7.6
21742026-07-14T10:15:08.158Z Compiling dropshot-api-manager-types v0.7.2
21752026-07-14T10:15:08.508Z Compiling regex-automata v0.4.14
21762026-07-14T10:15:08.520Z Compiling crypto-common v0.1.7
21772026-07-14T10:15:08.581Z Compiling block-buffer v0.10.4
21782026-07-14T10:15:08.599Z Compiling git-stub v1.0.0
21792026-07-14T10:15:08.643Z Compiling clap_builder v4.6.0
21802026-07-14T10:15:08.671Z Compiling atomicwrites v0.4.4
21812026-07-14T10:15:08.730Z Compiling digest v0.10.7
21822026-07-14T10:15:08.863Z Compiling hyper-util v0.1.20
21832026-07-14T10:15:08.866Z Compiling fs-err v3.3.0
21842026-07-14T10:15:08.933Z Compiling rayon-core v1.13.0
21852026-07-14T10:15:08.982Z Compiling num_enum v0.7.6
21862026-07-14T10:15:09.102Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
21872026-07-14T10:15:09.167Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
21882026-07-14T10:15:09.202Z Compiling clap_derive v4.6.1
21892026-07-14T10:15:09.361Z Compiling serde_repr v0.1.20
21902026-07-14T10:15:09.395Z Compiling terminal_size v0.4.4
21912026-07-14T10:15:09.536Z Compiling bstr v1.12.1
21922026-07-14T10:15:09.631Z Compiling nom v8.0.0
21932026-07-14T10:15:09.906Z Compiling is_ci v1.2.0
21942026-07-14T10:15:09.949Z Compiling either v1.16.0
21952026-07-14T10:15:10.016Z Compiling supports-color v3.0.2
21962026-07-14T10:15:10.046Z Compiling dropshot v0.17.1
21972026-07-14T10:15:10.131Z Compiling rayon v1.12.0
21982026-07-14T10:15:10.184Z Compiling regex v1.12.3
21992026-07-14T10:15:10.499Z Compiling drift v0.2.0
22002026-07-14T10:15:10.654Z Compiling sha2 v0.10.9
22012026-07-14T10:15:10.872Z Compiling clap v4.6.1
22022026-07-14T10:15:10.954Z Compiling textwrap v0.16.2
22032026-07-14T10:15:11.049Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
22042026-07-14T10:15:11.449Z Compiling similar v2.7.0
22052026-07-14T10:15:11.517Z Compiling git-stub-vcs v0.1.0
22062026-07-14T10:15:11.835Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
22072026-07-14T10:15:12.809Z Compiling dropshot-api-manager v0.7.2
22082026-07-14T10:15:12.809Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
22092026-07-14T10:15:17.129Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
22102026-07-14T10:15:18.358Z Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
22112026-07-14T10:15:25.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.11s
22122026-07-14T10:15:25.248Z Running `target/debug/maghemite-dropshot-apis check`
22132026-07-14T10:15:25.275Z -------
22142026-07-14T10:15:25.275Z Generating OpenAPI documents from API definitions ...
22152026-07-14T10:15:25.338Z Loading local OpenAPI documents from "/work/oxidecomputer/maghemite/openapi" ...
22162026-07-14T10:15:25.373Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
22172026-07-14T10:15:25.498Z -------
22182026-07-14T10:15:25.498Z Checking 14 OpenAPI documents...
22192026-07-14T10:15:25.498Z Fresh ddm-admin (versioned v1.0.0 (blessed)): DDM Admin
22202026-07-14T10:15:25.498Z Fresh ddm-admin (versioned v2.0.0 (blessed)): DDM Admin
22212026-07-14T10:15:25.499Z Fresh ddm-admin "latest" symlink
22222026-07-14T10:15:25.499Z Fresh mg-admin (versioned v1.0.0 (blessed)): Maghemite Admin
22232026-07-14T10:15:25.502Z Fresh mg-admin (versioned v2.0.0 (blessed)): Maghemite Admin
22242026-07-14T10:15:25.502Z Fresh mg-admin (versioned v3.0.0 (blessed)): Maghemite Admin
22252026-07-14T10:15:25.502Z Fresh mg-admin (versioned v4.0.0 (blessed)): Maghemite Admin
22262026-07-14T10:15:25.502Z Fresh mg-admin (versioned v5.0.0 (blessed)): Maghemite Admin
22272026-07-14T10:15:25.502Z Fresh mg-admin (versioned v6.0.0 (blessed)): Maghemite Admin
22282026-07-14T10:15:25.502Z Fresh mg-admin (versioned v7.0.0 (blessed)): Maghemite Admin
22292026-07-14T10:15:25.502Z Fresh mg-admin (versioned v8.0.0 (blessed)): Maghemite Admin
22302026-07-14T10:15:25.502Z Fresh mg-admin (versioned v9.0.0 (blessed)): Maghemite Admin
22312026-07-14T10:15:25.502Z Fresh mg-admin (versioned v10.0.0 (blessed)): Maghemite Admin
22322026-07-14T10:15:25.502Z Fresh mg-admin (versioned v11.0.0 (blessed)): Maghemite Admin
22332026-07-14T10:15:25.503Z Fresh mg-admin (versioned v12.0.0 (added locally)): Maghemite Admin
22342026-07-14T10:15:25.503Z Fresh mg-admin "latest" symlink
22352026-07-14T10:15:25.503Z -------
22362026-07-14T10:15:25.503Z Success 14 documents checked: 16 fresh, 0 stale, 0 failed, 0 other problems
22372026-07-14T10:15:25.547Z+ banner build
22382026-07-14T10:15:25.551Z
22392026-07-14T10:15:25.551Z ##### # # # # #####
22402026-07-14T10:15:25.551Z # # # # # # # #
22412026-07-14T10:15:25.551Z ##### # # # # # #
22422026-07-14T10:15:25.551Z # # # # # # # #
22432026-07-14T10:15:25.551Z # # # # # # # #
22442026-07-14T10:15:25.551Z ##### #### # ###### #####
22452026-07-14T10:15:25.551Z
22462026-07-14T10:15:25.552Z+ ptime -m cargo build
22472026-07-14T10:15:26.148Z Compiling smallvec v1.15.1
22482026-07-14T10:15:26.264Z Compiling log v0.4.32
22492026-07-14T10:15:26.281Z Compiling slog v2.8.2
22502026-07-14T10:15:26.295Z Compiling ring v0.17.14
22512026-07-14T10:15:26.316Z Compiling webpki-roots v1.0.7
22522026-07-14T10:15:26.365Z Compiling similar v2.7.0
22532026-07-14T10:15:26.398Z Compiling fxhash v0.2.1
22542026-07-14T10:15:26.398Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
22552026-07-14T10:15:26.433Z Compiling icu_normalizer v2.2.0
22562026-07-14T10:15:26.470Z Compiling parking_lot_core v0.9.12
22572026-07-14T10:15:26.470Z Compiling goblin v0.10.7
22582026-07-14T10:15:26.530Z Compiling slog-async v2.8.0
22592026-07-14T10:15:26.646Z Compiling slog-term v2.9.2
22602026-07-14T10:15:26.664Z Compiling slog-json v2.6.1
22612026-07-14T10:15:26.775Z Compiling parking_lot v0.12.5
22622026-07-14T10:15:26.876Z Compiling idna_adapter v1.2.2
22632026-07-14T10:15:27.012Z Compiling idna v1.1.0
22642026-07-14T10:15:27.025Z Compiling tokio v1.52.3
22652026-07-14T10:15:27.038Z Compiling slog-bunyan v2.5.0
22662026-07-14T10:15:27.163Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22672026-07-14T10:15:27.178Z Compiling goblin v0.8.2
22682026-07-14T10:15:27.223Z Compiling expectorate v1.2.0
22692026-07-14T10:15:27.275Z Compiling globset v0.4.18
22702026-07-14T10:15:27.317Z Compiling url v2.5.8
22712026-07-14T10:15:27.374Z Compiling moka v0.12.15
22722026-07-14T10:15:27.791Z Compiling rustls-webpki v0.103.13
22732026-07-14T10:15:28.140Z Compiling schemars v0.8.22
22742026-07-14T10:15:28.196Z Compiling parking_lot_core v0.8.6
22752026-07-14T10:15:28.209Z Compiling arc-swap v1.9.1
22762026-07-14T10:15:28.263Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
22772026-07-14T10:15:28.508Z Compiling rustls v0.23.40
22782026-07-14T10:15:28.520Z Compiling parking_lot v0.11.2
22792026-07-14T10:15:28.582Z Compiling slog-scope v4.4.1
22802026-07-14T10:15:28.742Z Compiling sled v0.34.7
22812026-07-14T10:15:28.843Z Compiling papergrid v0.18.0
22822026-07-14T10:15:28.914Z Compiling ipnetwork v0.21.1
22832026-07-14T10:15:29.351Z Compiling oxnet v0.1.6
22842026-07-14T10:15:29.478Z Compiling newtype-uuid v1.3.2
22852026-07-14T10:15:29.817Z Compiling daft v0.1.7
22862026-07-14T10:15:29.829Z Compiling dof v0.4.0
22872026-07-14T10:15:30.097Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22882026-07-14T10:15:30.602Z Compiling usdt-impl v0.6.0
22892026-07-14T10:15:30.720Z Compiling serde_with v3.20.0
22902026-07-14T10:15:31.035Z Compiling tokio-util v0.7.18
22912026-07-14T10:15:31.123Z Compiling tower v0.5.3
22922026-07-14T10:15:31.272Z Compiling usdt v0.6.0
22932026-07-14T10:15:31.285Z Compiling async-compression v0.4.42
22942026-07-14T10:15:31.560Z Compiling tokio-rustls v0.26.4
22952026-07-14T10:15:31.607Z Compiling h2 v0.4.14
22962026-07-14T10:15:31.620Z Compiling tower-http v0.6.11
22972026-07-14T10:15:31.766Z Compiling rustls-platform-verifier v0.7.0
22982026-07-14T10:15:31.840Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
22992026-07-14T10:15:32.012Z Compiling iddqd v0.4.5
23002026-07-14T10:15:32.055Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23012026-07-14T10:15:32.318Z Compiling backoff v0.4.0
23022026-07-14T10:15:32.418Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
23032026-07-14T10:15:32.484Z Compiling typify-impl v0.6.2
23042026-07-14T10:15:32.582Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23052026-07-14T10:15:32.941Z Compiling dof v0.3.0
23062026-07-14T10:15:32.954Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23072026-07-14T10:15:33.064Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23082026-07-14T10:15:33.305Z Compiling byte-wrapper v0.1.0
23092026-07-14T10:15:33.349Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23102026-07-14T10:15:33.481Z Compiling usdt-impl v0.5.0
23112026-07-14T10:15:33.578Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23122026-07-14T10:15:33.672Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23132026-07-14T10:15:33.684Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23142026-07-14T10:15:33.762Z Compiling hyper v1.10.1
23152026-07-14T10:15:34.147Z Compiling usdt v0.5.0
23162026-07-14T10:15:34.390Z Compiling typify v0.6.2
23172026-07-14T10:15:34.428Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23182026-07-14T10:15:34.508Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
23192026-07-14T10:15:34.642Z Compiling progenitor-impl v0.14.0
23202026-07-14T10:15:34.655Z Compiling hickory-proto v0.24.4
23212026-07-14T10:15:34.691Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23222026-07-14T10:15:35.410Z Compiling hyper-util v0.1.20
23232026-07-14T10:15:35.827Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23242026-07-14T10:15:35.879Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23252026-07-14T10:15:35.894Z Compiling progenitor-impl v0.13.0
23262026-07-14T10:15:35.932Z Compiling tokio-stream v0.1.18
23272026-07-14T10:15:36.369Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23282026-07-14T10:15:36.411Z Compiling tokio-dtrace v0.1.1
23292026-07-14T10:15:36.690Z Compiling hyper-rustls v0.27.9
23302026-07-14T10:15:37.030Z Compiling reqwest v0.13.4
23312026-07-14T10:15:37.100Z Compiling dropshot v0.17.1
23322026-07-14T10:15:37.149Z Compiling reqwest v0.12.28
23332026-07-14T10:15:37.805Z Compiling hickory-resolver v0.24.4
23342026-07-14T10:15:37.809Z Compiling libsw-core v0.3.2
23352026-07-14T10:15:37.833Z Compiling zone v0.3.1
23362026-07-14T10:15:37.996Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
23372026-07-14T10:15:37.997Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
23382026-07-14T10:15:38.390Z Compiling progenitor-client v0.14.0
23392026-07-14T10:15:38.609Z Compiling progenitor-client v0.10.0
23402026-07-14T10:15:38.719Z Compiling progenitor-extras v0.2.0
23412026-07-14T10:15:38.923Z Compiling progenitor v0.14.0
23422026-07-14T10:15:38.935Z Compiling progenitor-client v0.13.0
23432026-07-14T10:15:38.979Z Compiling qorb v0.4.1
23442026-07-14T10:15:39.072Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
23452026-07-14T10:15:39.127Z Compiling libsw v3.5.0
23462026-07-14T10:15:39.247Z Compiling progenitor v0.13.0
23472026-07-14T10:15:39.319Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23482026-07-14T10:15:39.398Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
23492026-07-14T10:15:39.563Z Compiling oxide-tokio-rt v0.1.6
23502026-07-14T10:15:39.886Z Compiling slog-dtrace v0.3.0
23512026-07-14T10:15:40.152Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23522026-07-14T10:15:40.212Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23532026-07-14T10:15:40.352Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23542026-07-14T10:15:40.812Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23552026-07-14T10:15:40.917Z Compiling tough v0.22.0
23562026-07-14T10:15:40.930Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
23572026-07-14T10:15:40.944Z Compiling cancel-safe-futures v0.1.5
23582026-07-14T10:15:41.070Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23592026-07-14T10:15:41.253Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23602026-07-14T10:15:41.883Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23612026-07-14T10:15:42.081Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23622026-07-14T10:15:42.193Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23632026-07-14T10:15:42.257Z Compiling steno v0.4.1
23642026-07-14T10:15:42.399Z Compiling hickory-proto v0.25.2
23652026-07-14T10:15:42.903Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
23662026-07-14T10:15:43.019Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
23672026-07-14T10:15:43.164Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
23682026-07-14T10:15:43.360Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
23692026-07-14T10:15:44.185Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23702026-07-14T10:15:44.357Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23712026-07-14T10:15:44.942Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23722026-07-14T10:15:44.956Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23732026-07-14T10:15:45.195Z Compiling hickory-resolver v0.25.2
23742026-07-14T10:15:45.532Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23752026-07-14T10:15:45.715Z Compiling testing_table v0.3.0
23762026-07-14T10:15:45.828Z Compiling internet-checksum v0.2.1
23772026-07-14T10:15:45.888Z Compiling tabled v0.21.0
23782026-07-14T10:15:45.975Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23792026-07-14T10:15:46.260Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23802026-07-14T10:15:46.667Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23812026-07-14T10:15:46.748Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23822026-07-14T10:15:46.970Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23832026-07-14T10:15:47.213Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23842026-07-14T10:15:47.310Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23852026-07-14T10:15:47.599Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23862026-07-14T10:15:47.950Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
23872026-07-14T10:15:48.068Z Compiling slog-stdlog v4.1.1
23882026-07-14T10:15:48.127Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
23892026-07-14T10:15:48.293Z Compiling itertools v0.15.0
23902026-07-14T10:15:48.517Z Compiling dropshot-api-manager-types v0.7.2
23912026-07-14T10:15:48.561Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
23922026-07-14T10:15:48.767Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=4871abc13ca21ee97c684f1d5ed363e8a86f3441#4871abc1)
23932026-07-14T10:15:48.887Z Compiling slog-envlogger v2.2.0
23942026-07-14T10:15:48.990Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
23952026-07-14T10:15:49.304Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
23962026-07-14T10:15:49.347Z Compiling const-random v0.1.18
23972026-07-14T10:15:49.426Z Compiling typify-impl v0.4.3
23982026-07-14T10:15:49.438Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc#dfcf0663)
23992026-07-14T10:15:49.618Z Compiling crc8 v0.1.1
24002026-07-14T10:15:49.745Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc#dfcf0663)
24012026-07-14T10:15:49.758Z Compiling ahash v0.8.12
24022026-07-14T10:15:50.010Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=4871abc13ca21ee97c684f1d5ed363e8a86f3441#4871abc1)
24032026-07-14T10:15:50.181Z Compiling smartstring v1.0.1
24042026-07-14T10:15:50.472Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
24052026-07-14T10:15:50.854Z Compiling sha1 v0.10.6
24062026-07-14T10:15:50.881Z Compiling thin-vec v0.2.18
24072026-07-14T10:15:51.099Z Compiling typify v0.4.3
24082026-07-14T10:15:51.181Z Compiling utf-8 v0.7.6
24092026-07-14T10:15:51.218Z Compiling progenitor-impl v0.10.0
24102026-07-14T10:15:51.323Z Compiling tungstenite v0.21.0
24112026-07-14T10:15:51.378Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc#dfcf0663)
24122026-07-14T10:15:51.885Z Compiling rhai v1.25.1
24132026-07-14T10:15:52.230Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
24142026-07-14T10:15:52.534Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24152026-07-14T10:15:52.755Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24162026-07-14T10:15:52.877Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24172026-07-14T10:15:53.264Z Compiling sha2 v0.10.9
24182026-07-14T10:15:53.679Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24192026-07-14T10:15:54.400Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24202026-07-14T10:15:54.581Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24212026-07-14T10:15:54.907Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24222026-07-14T10:15:54.933Z Compiling progenitor v0.10.0
24232026-07-14T10:15:55.095Z Compiling lzma-sys v0.1.20
24242026-07-14T10:15:55.217Z Compiling tokio-tungstenite v0.21.0
24252026-07-14T10:15:55.561Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc#dfcf0663)
24262026-07-14T10:15:55.984Z Compiling typeid v1.0.3
24272026-07-14T10:15:56.110Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
24282026-07-14T10:15:56.661Z Compiling port-file v0.1.0
24292026-07-14T10:15:56.876Z Compiling console v0.16.3
24302026-07-14T10:15:56.933Z Compiling git-stub v1.0.0
24312026-07-14T10:15:57.075Z Compiling toml_datetime v0.7.5+spec-1.1.0
24322026-07-14T10:15:57.206Z Compiling unit-prefix v0.5.2
24332026-07-14T10:15:57.220Z Compiling base64 v0.21.7
24342026-07-14T10:15:57.368Z Compiling indicatif v0.18.4
24352026-07-14T10:15:57.400Z Compiling toml v0.9.12+spec-1.1.0
24362026-07-14T10:15:57.509Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24372026-07-14T10:15:57.607Z Compiling git-stub-vcs v0.1.0
24382026-07-14T10:15:57.978Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
24392026-07-14T10:15:58.361Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc#dfcf0663)
24402026-07-14T10:15:58.639Z Compiling ron v0.12.1
24412026-07-14T10:15:58.824Z Compiling xz2 v0.1.7
24422026-07-14T10:15:58.860Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
24432026-07-14T10:15:59.070Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
24442026-07-14T10:15:59.096Z Compiling drift v0.2.0
24452026-07-14T10:15:59.422Z Compiling base16ct v1.0.0
24462026-07-14T10:15:59.623Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
24472026-07-14T10:15:59.842Z Compiling dropshot-api-manager v0.7.2
24482026-07-14T10:16:00.134Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
24492026-07-14T10:16:00.543Z Compiling natord v1.0.9
24502026-07-14T10:16:00.727Z Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util)
24512026-07-14T10:16:03.181Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24522026-07-14T10:16:04.372Z Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
24532026-07-14T10:16:11.298Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24542026-07-14T10:16:12.997Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24552026-07-14T10:16:14.027Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
24562026-07-14T10:16:14.949Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
24572026-07-14T10:16:14.949Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
24582026-07-14T10:16:14.949Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
24592026-07-14T10:16:15.391Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
24602026-07-14T10:16:15.391Z Compiling mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify)
24612026-07-14T10:16:15.395Z Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
24622026-07-14T10:16:15.870Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
24632026-07-14T10:16:17.663Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
24642026-07-14T10:16:17.664Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
24652026-07-14T10:16:17.667Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
24662026-07-14T10:16:22.076Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
24672026-07-14T10:16:24.456Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
24682026-07-14T10:16:24.456Z Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
24692026-07-14T10:16:24.456Z Compiling falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab)
24702026-07-14T10:17:03.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 38s
24712026-07-14T10:17:03.995Z
24722026-07-14T10:17:03.995Zreal 1:38.381876127
24732026-07-14T10:17:03.995Zuser 7:20.992176874
24742026-07-14T10:17:03.995Zsys 1:04.428709450
24752026-07-14T10:17:03.995Ztrap 0.205163588
24762026-07-14T10:17:03.995Ztflt 0.031149267
24772026-07-14T10:17:03.995Zdflt 0.179959471
24782026-07-14T10:17:03.995Zkflt 0.000086731
24792026-07-14T10:17:03.995Zlock 28:33.065313844
24802026-07-14T10:17:03.995Zslp 23:22.070839019
24812026-07-14T10:17:03.996Zlat 21.378795642
24822026-07-14T10:17:03.996Zstop 34.236579663
24832026-07-14T10:17:04.009Z+ ptime -m cargo build --release
24842026-07-14T10:17:04.637Z Compiling proc-macro2 v1.0.106
24852026-07-14T10:17:04.637Z Compiling quote v1.0.45
24862026-07-14T10:17:04.637Z Compiling unicode-ident v1.0.24
24872026-07-14T10:17:04.637Z Compiling serde_core v1.0.228
24882026-07-14T10:17:04.637Z Compiling serde v1.0.228
24892026-07-14T10:17:04.641Z Compiling libc v0.2.186
24902026-07-14T10:17:04.641Z Compiling cfg-if v1.0.4
24912026-07-14T10:17:04.877Z Compiling zmij v1.0.21
24922026-07-14T10:17:04.892Z Compiling autocfg v1.5.1
24932026-07-14T10:17:05.158Z Compiling memchr v2.8.1
24942026-07-14T10:17:05.170Z Compiling libm v0.2.16
24952026-07-14T10:17:05.279Z Compiling itoa v1.0.18
24962026-07-14T10:17:05.544Z Compiling icu_properties_data v2.2.0
24972026-07-14T10:17:05.576Z Compiling icu_normalizer_data v2.2.0
24982026-07-14T10:17:05.794Z Compiling version_check v0.9.5
24992026-07-14T10:17:05.829Z Compiling stable_deref_trait v1.2.1
25002026-07-14T10:17:05.954Z Compiling syn v2.0.117
25012026-07-14T10:17:05.967Z Compiling serde_json v1.0.150
25022026-07-14T10:17:06.055Z Compiling writeable v0.6.3
25032026-07-14T10:17:06.068Z Compiling litemap v0.8.2
25042026-07-14T10:17:06.249Z Compiling thiserror v2.0.18
25052026-07-14T10:17:07.065Z Compiling utf8_iter v1.0.4
25062026-07-14T10:17:07.065Z Compiling num-traits v0.2.19
25072026-07-14T10:17:07.065Z Compiling percent-encoding v2.3.2
25082026-07-14T10:17:07.065Z Compiling form_urlencoded v1.2.2
25092026-07-14T10:17:07.065Z Compiling rand_core v0.10.1
25102026-07-14T10:17:07.065Z Compiling getrandom v0.4.2
25112026-07-14T10:17:07.065Z Compiling parking_lot_core v0.9.12
25122026-07-14T10:17:07.065Z Compiling iana-time-zone v0.1.65
25132026-07-14T10:17:07.065Z Compiling heck v0.5.0
25142026-07-14T10:17:07.099Z Compiling errno v0.3.14
25152026-07-14T10:17:07.110Z Compiling semver v1.0.28
25162026-07-14T10:17:07.296Z Compiling uuid v1.23.4
25172026-07-14T10:17:07.325Z Compiling zerocopy v0.8.50
25182026-07-14T10:17:07.356Z Compiling schemars v0.8.22
25192026-07-14T10:17:07.741Z Compiling dyn-clone v1.0.20
25202026-07-14T10:17:07.928Z Compiling jobserver v0.1.34
25212026-07-14T10:17:07.944Z Compiling shlex v2.0.1
25222026-07-14T10:17:07.978Z Compiling find-msvc-tools v0.1.9
25232026-07-14T10:17:07.996Z Compiling rustversion v1.0.22
25242026-07-14T10:17:08.135Z Compiling cc v1.2.63
25252026-07-14T10:17:08.216Z Compiling pin-project-lite v0.2.17
25262026-07-14T10:17:08.261Z Compiling getrandom v0.2.17
25272026-07-14T10:17:08.326Z Compiling bitflags v2.12.1
25282026-07-14T10:17:08.339Z Compiling portable-atomic v1.13.1
25292026-07-14T10:17:08.491Z Compiling socket2 v0.6.4
25302026-07-14T10:17:08.749Z Compiling synstructure v0.13.2
25312026-07-14T10:17:08.821Z Compiling serde_derive_internals v0.29.1
25322026-07-14T10:17:09.041Z Compiling scopeguard v1.2.0
25332026-07-14T10:17:09.150Z Compiling lock_api v0.4.14
25342026-07-14T10:17:09.271Z Compiling log v0.4.32
25352026-07-14T10:17:09.276Z Compiling critical-section v1.2.0
25362026-07-14T10:17:09.416Z Compiling signal-hook-registry v1.4.8
25372026-07-14T10:17:09.428Z Compiling mio v1.2.1
25382026-07-14T10:17:09.443Z Compiling equivalent v1.0.2
25392026-07-14T10:17:09.532Z Compiling once_cell v1.21.4
25402026-07-14T10:17:09.548Z Compiling cmake v0.1.58
25412026-07-14T10:17:09.720Z Compiling dunce v1.0.5
25422026-07-14T10:17:09.747Z Compiling fs_extra v1.3.0
25432026-07-14T10:17:09.788Z Compiling subtle v2.6.1
25442026-07-14T10:17:09.888Z Compiling futures-core v0.3.32
25452026-07-14T10:17:09.889Z Compiling httparse v1.10.1
25462026-07-14T10:17:09.914Z Compiling futures-sink v0.3.32
25472026-07-14T10:17:09.929Z Compiling serde_derive v1.0.228
25482026-07-14T10:17:09.957Z Compiling zerofrom-derive v0.1.7
25492026-07-14T10:17:10.005Z Compiling yoke-derive v0.8.2
25502026-07-14T10:17:10.015Z Compiling zerovec-derive v0.11.3
25512026-07-14T10:17:10.029Z Compiling displaydoc v0.2.6
25522026-07-14T10:17:10.061Z Compiling schemars_derive v0.8.22
25532026-07-14T10:17:10.132Z Compiling thiserror-impl v2.0.18
25542026-07-14T10:17:10.273Z Compiling tokio-macros v2.7.0
25552026-07-14T10:17:10.839Z Compiling zerocopy-derive v0.8.50
25562026-07-14T10:17:11.027Z Compiling zeroize_derive v1.4.3
25572026-07-14T10:17:11.072Z Compiling futures-macro v0.3.32
25582026-07-14T10:17:11.126Z Compiling aws-lc-sys v0.41.0
25592026-07-14T10:17:11.153Z Compiling zerofrom v0.1.8
25602026-07-14T10:17:11.284Z Compiling yoke v0.8.3
25612026-07-14T10:17:11.298Z Compiling slab v0.4.12
25622026-07-14T10:17:11.493Z Compiling zerovec v0.11.6
25632026-07-14T10:17:11.508Z Compiling zerotrie v0.2.4
25642026-07-14T10:17:11.631Z Compiling rustix v1.1.4
25652026-07-14T10:17:11.727Z Compiling zeroize v1.8.2
25662026-07-14T10:17:11.926Z Compiling thiserror v1.0.69
25672026-07-14T10:17:11.939Z Compiling typenum v1.20.1
25682026-07-14T10:17:11.984Z Compiling futures-channel v0.3.32
25692026-07-14T10:17:12.010Z Compiling thiserror-impl v1.0.69
25702026-07-14T10:17:12.026Z Compiling futures-task v0.3.32
25712026-07-14T10:17:12.105Z Compiling tinystr v0.8.3
25722026-07-14T10:17:13.535Z Compiling potential_utf v0.1.5
25732026-07-14T10:17:13.539Z Compiling futures-io v0.3.32
25742026-07-14T10:17:13.539Z Compiling hashbrown v0.17.1
25752026-07-14T10:17:13.539Z Compiling icu_locale_core v2.2.0
25762026-07-14T10:17:13.539Z Compiling icu_collections v2.2.0
25772026-07-14T10:17:13.539Z Compiling futures-util v0.3.32
25782026-07-14T10:17:13.539Z Compiling indexmap v2.14.0
25792026-07-14T10:17:13.539Z Compiling smallvec v1.15.1
25802026-07-14T10:17:13.539Z Compiling bytes v1.11.1
25812026-07-14T10:17:13.539Z Compiling icu_provider v2.2.0
25822026-07-14T10:17:13.539Z Compiling chrono v0.4.45
25832026-07-14T10:17:13.539Z Compiling serde_tokenstream v0.2.3
25842026-07-14T10:17:13.539Z Compiling icu_properties v2.2.0
25852026-07-14T10:17:13.773Z Compiling icu_normalizer v2.2.0
25862026-07-14T10:17:14.138Z Compiling parking_lot v0.12.5
25872026-07-14T10:17:14.880Z Compiling idna_adapter v1.2.2
25882026-07-14T10:17:14.929Z Compiling tokio v1.52.3
25892026-07-14T10:17:15.003Z Compiling idna v1.1.0
25902026-07-14T10:17:15.036Z Compiling ucd-trie v0.1.7
25912026-07-14T10:17:15.147Z Compiling tracing-attributes v0.1.31
25922026-07-14T10:17:15.203Z Compiling pest v2.8.6
25932026-07-14T10:17:15.271Z Compiling tracing-core v0.1.36
25942026-07-14T10:17:15.534Z Compiling url v2.5.8
25952026-07-14T10:17:16.436Z Compiling rand_core v0.6.4
25962026-07-14T10:17:16.439Z Compiling regex-syntax v0.8.10
25972026-07-14T10:17:16.704Z Compiling tracing v0.1.44
25982026-07-14T10:17:16.775Z Compiling pest_meta v2.8.6
25992026-07-14T10:17:16.791Z Compiling slog v2.8.2
26002026-07-14T10:17:17.075Z Compiling base64 v0.22.1
26012026-07-14T10:17:17.078Z Compiling byteorder v1.5.0
26022026-07-14T10:17:17.380Z Compiling ipnetwork v0.21.1
26032026-07-14T10:17:17.601Z Compiling pest_generator v2.8.6
26042026-07-14T10:17:18.050Z Compiling http v1.4.2
26052026-07-14T10:17:18.053Z Compiling erased-serde v0.3.31
26062026-07-14T10:17:18.235Z Compiling aho-corasick v1.1.4
26072026-07-14T10:17:18.575Z Compiling getrandom v0.3.4
26082026-07-14T10:17:18.968Z Compiling pest_derive v2.8.6
26092026-07-14T10:17:19.470Z Compiling regex-automata v0.4.14
26102026-07-14T10:17:19.542Z Compiling fnv v1.0.7
26112026-07-14T10:17:19.577Z Compiling anyhow v1.0.103
26122026-07-14T10:17:19.929Z Compiling oxnet v0.1.6
26132026-07-14T10:17:19.973Z Compiling rustls-pki-types v1.14.1
26142026-07-14T10:17:20.567Z Compiling ring v0.17.14
26152026-07-14T10:17:20.827Z Compiling aws-lc-rs v1.17.0
26162026-07-14T10:17:21.063Z Compiling paste v1.0.15
26172026-07-14T10:17:21.170Z Compiling regex v1.12.3
26182026-07-14T10:17:21.581Z Compiling strsim v0.11.1
26192026-07-14T10:17:21.877Z Compiling tokio-util v0.7.18
26202026-07-14T10:17:22.137Z Compiling num-conv v0.2.2
26212026-07-14T10:17:22.203Z Compiling untrusted v0.7.1
26222026-07-14T10:17:22.302Z Compiling untrusted v0.9.0
26232026-07-14T10:17:22.338Z Compiling ipnet v2.12.0
26242026-07-14T10:17:22.441Z Compiling time-core v0.1.8
26252026-07-14T10:17:22.596Z Compiling time-macros v0.2.27
26262026-07-14T10:17:24.010Z Compiling rustls v0.23.40
26272026-07-14T10:17:24.252Z Compiling ident_case v1.0.1
26282026-07-14T10:17:24.374Z Compiling camino v1.2.4
26292026-07-14T10:17:24.387Z Compiling http-body v1.0.1
26302026-07-14T10:17:24.554Z Compiling scroll_derive v0.13.1
26312026-07-14T10:17:24.654Z Compiling atomic-waker v1.1.2
26322026-07-14T10:17:24.724Z Compiling async-trait v0.1.89
26332026-07-14T10:17:24.795Z Compiling tower-layer v0.3.3
26342026-07-14T10:17:24.891Z Compiling pretty-hex v0.4.2
26352026-07-14T10:17:25.002Z Compiling try-lock v0.2.5
26362026-07-14T10:17:25.038Z Compiling tower-service v0.3.3
26372026-07-14T10:17:25.125Z Compiling ryu v1.0.23
26382026-07-14T10:17:25.142Z Compiling omicron-workspace-hack v0.1.0
26392026-07-14T10:17:25.400Z Compiling want v0.3.1
26402026-07-14T10:17:25.415Z Compiling h2 v0.4.14
26412026-07-14T10:17:25.585Z Compiling ppv-lite86 v0.2.21
26422026-07-14T10:17:25.674Z Compiling crossbeam-utils v0.8.21
26432026-07-14T10:17:25.924Z Compiling httpdate v1.0.3
26442026-07-14T10:17:26.942Z Compiling crc32fast v1.5.0
26452026-07-14T10:17:27.478Z Compiling slog-async v2.8.0
26462026-07-14T10:17:27.765Z Compiling hyper v1.10.1
26472026-07-14T10:17:27.798Z Compiling usdt-impl v0.6.0
26482026-07-14T10:17:28.093Z Compiling scroll v0.13.0
26492026-07-14T10:17:28.366Z Compiling serde_urlencoded v0.7.1
26502026-07-14T10:17:28.653Z Compiling http-body-util v0.1.3
26512026-07-14T10:17:28.704Z Compiling plain v0.2.3
26522026-07-14T10:17:28.824Z Compiling goblin v0.10.7
26532026-07-14T10:17:28.969Z Compiling daft-derive v0.1.7
26542026-07-14T10:17:29.776Z Compiling hyper-util v0.1.20
26552026-07-14T10:17:31.860Z Compiling allocator-api2 v0.2.21
26562026-07-14T10:17:32.413Z Compiling foldhash v0.2.0
26572026-07-14T10:17:32.427Z Compiling dof v0.4.0
26582026-07-14T10:17:32.632Z Compiling hashbrown v0.16.1
26592026-07-14T10:17:32.737Z Compiling dtrace-parser v0.3.0
26602026-07-14T10:17:32.919Z Compiling openapiv3 v2.2.0
26612026-07-14T10:17:33.310Z Compiling thread-id v5.1.0
26622026-07-14T10:17:33.399Z Compiling syn v1.0.109
26632026-07-14T10:17:33.927Z Compiling generic-array v0.14.7
26642026-07-14T10:17:33.946Z Compiling powerfmt v0.2.0
26652026-07-14T10:17:34.220Z Compiling deranged v0.5.8
26662026-07-14T10:17:35.488Z Compiling num_threads v0.1.7
26672026-07-14T10:17:35.592Z Compiling time v0.3.47
26682026-07-14T10:17:36.340Z Compiling usdt-attr-macro v0.6.0
26692026-07-14T10:17:36.875Z Compiling usdt-macro v0.6.0
26702026-07-14T10:17:37.267Z Compiling rand_core v0.9.5
26712026-07-14T10:17:37.545Z Compiling multer v3.1.0
26722026-07-14T10:17:37.601Z Compiling ref-cast v1.0.25
26732026-07-14T10:17:37.785Z Compiling crossbeam-channel v0.5.15
26742026-07-14T10:17:37.806Z Compiling sync_wrapper v1.0.2
26752026-07-14T10:17:37.928Z Compiling winnow v1.0.3
26762026-07-14T10:17:37.966Z Compiling hex v0.4.3
26772026-07-14T10:17:38.169Z Compiling cpufeatures v0.3.0
26782026-07-14T10:17:38.252Z Compiling tower v0.5.3
26792026-07-14T10:17:38.265Z Compiling rand_chacha v0.9.0
26802026-07-14T10:17:38.479Z Compiling webpki-roots v1.0.7
26812026-07-14T10:17:38.495Z Compiling futures-executor v0.3.32
26822026-07-14T10:17:38.606Z Compiling ref-cast-impl v1.0.25
26832026-07-14T10:17:38.823Z Compiling async-stream-impl v0.3.6
26842026-07-14T10:17:38.837Z Compiling dropshot v0.17.1
26852026-07-14T10:17:38.982Z Compiling thread_local v1.1.9
26862026-07-14T10:17:39.251Z Compiling fastrand v2.4.1
26872026-07-14T10:17:39.319Z Compiling tower-http v0.6.11
26882026-07-14T10:17:39.332Z Compiling futures v0.3.32
26892026-07-14T10:17:39.418Z Compiling rand v0.9.4
26902026-07-14T10:17:39.481Z Compiling structmeta-derive v0.3.0
26912026-07-14T10:17:39.517Z Compiling is-terminal v0.4.17
26922026-07-14T10:17:39.590Z Compiling take_mut v0.2.2
26932026-07-14T10:17:39.713Z Compiling term v1.2.1
26942026-07-14T10:17:39.823Z Compiling crypto-common v0.1.7
26952026-07-14T10:17:40.012Z Compiling darling_core v0.23.0
26962026-07-14T10:17:40.157Z Compiling slog-term v2.9.2
26972026-07-14T10:17:40.285Z Compiling dropshot_endpoint v0.17.1
26982026-07-14T10:17:40.564Z Compiling structmeta v0.3.0
26992026-07-14T10:17:40.781Z Compiling newtype-uuid-macros v0.1.0
27002026-07-14T10:17:41.401Z Compiling tempfile v3.27.0
27012026-07-14T10:17:41.521Z Compiling newtype-uuid v1.3.2
27022026-07-14T10:17:41.600Z Compiling strum_macros v0.26.4
27032026-07-14T10:17:41.942Z Compiling either v1.16.0
27042026-07-14T10:17:42.108Z Compiling darling_macro v0.23.0
27052026-07-14T10:17:42.185Z Compiling daft v0.1.7
27062026-07-14T10:17:42.515Z Compiling hybrid-array v0.4.12
27072026-07-14T10:17:42.654Z Compiling openssl-probe v0.2.1
27082026-07-14T10:17:42.725Z Compiling adler2 v2.0.1
27092026-07-14T10:17:42.738Z Compiling darling v0.23.0
27102026-07-14T10:17:42.825Z Compiling simd-adler32 v0.3.9
27112026-07-14T10:17:42.894Z Compiling match_cfg v0.1.0
27122026-07-14T10:17:42.907Z Compiling serde_with_macros v3.20.0
27132026-07-14T10:17:42.974Z Compiling miniz_oxide v0.8.9
27142026-07-14T10:17:43.011Z Compiling hostname v0.3.1
27152026-07-14T10:17:43.179Z Compiling rustls-native-certs v0.8.4
27162026-07-14T10:17:43.314Z Compiling toml_parser v1.1.2+spec-1.1.0
27172026-07-14T10:17:43.675Z Compiling slog-json v2.6.1
27182026-07-14T10:17:43.939Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27192026-07-14T10:17:43.974Z Compiling serde_spanned v1.1.1
27202026-07-14T10:17:44.041Z Compiling memmap2 v0.9.10
27212026-07-14T10:17:44.357Z Compiling toml_writer v1.1.1+spec-1.1.0
27222026-07-14T10:17:44.433Z Compiling slog-bunyan v2.5.0
27232026-07-14T10:17:44.622Z Compiling flate2 v1.1.9
27242026-07-14T10:17:44.626Z Compiling block-buffer v0.12.0
27252026-07-14T10:17:44.651Z Compiling crypto-common v0.2.2
27262026-07-14T10:17:44.822Z Compiling derive-ex v0.1.8
27272026-07-14T10:17:45.002Z Compiling rand_chacha v0.3.1
27282026-07-14T10:17:45.650Z Compiling usdt v0.6.0
27292026-07-14T10:17:45.909Z Compiling strum_macros v0.27.2
27302026-07-14T10:17:45.985Z Compiling const-oid v0.10.2
27312026-07-14T10:17:46.306Z Compiling debug-ignore v1.0.5
27322026-07-14T10:17:46.356Z Compiling compression-core v0.4.32
27332026-07-14T10:17:46.422Z Compiling digest v0.11.3
27342026-07-14T10:17:46.474Z Compiling test-strategy v0.4.5
27352026-07-14T10:17:46.497Z Compiling compression-codecs v0.4.38
27362026-07-14T10:17:46.620Z Compiling rand v0.8.6
27372026-07-14T10:17:47.008Z Compiling macaddr v1.0.1
27382026-07-14T10:17:47.195Z Compiling toml_datetime v1.1.1+spec-1.1.0
27392026-07-14T10:17:47.323Z Compiling encoding_rs v0.8.35
27402026-07-14T10:17:47.584Z Compiling mime v0.3.17
27412026-07-14T10:17:47.645Z Compiling spin v0.9.8
27422026-07-14T10:17:47.818Z Compiling toml v1.1.2+spec-1.1.0
27432026-07-14T10:17:47.938Z Compiling async-compression v0.4.42
27442026-07-14T10:17:48.003Z Compiling sha1 v0.11.0
27452026-07-14T10:17:48.078Z Compiling async-stream v0.3.6
27462026-07-14T10:17:48.333Z Compiling block-buffer v0.10.4
27472026-07-14T10:17:48.392Z Compiling waitgroup v0.1.2
27482026-07-14T10:17:48.491Z Compiling rustls-pemfile v2.2.0
27492026-07-14T10:17:48.511Z Compiling serde_path_to_error v0.1.20
27502026-07-14T10:17:48.556Z Compiling hostname v0.4.2
27512026-07-14T10:17:48.727Z Compiling digest v0.10.7
27522026-07-14T10:17:48.852Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27532026-07-14T10:17:48.997Z Compiling unicode-width v0.2.2
27542026-07-14T10:17:49.338Z Compiling parse-display-derive v0.10.0
27552026-07-14T10:17:50.032Z Compiling strum v0.26.3
27562026-07-14T10:17:50.230Z Compiling regress v0.10.5
27572026-07-14T10:17:50.585Z Compiling wait-timeout v0.2.1
27582026-07-14T10:17:51.321Z Compiling quick-error v1.2.3
27592026-07-14T10:17:51.441Z Compiling bit-vec v0.8.0
27602026-07-14T10:17:51.594Z Compiling rusty-fork v0.3.1
27612026-07-14T10:17:51.745Z Compiling bit-set v0.8.0
27622026-07-14T10:17:51.949Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27632026-07-14T10:17:51.962Z Compiling serde_with v3.20.0
27642026-07-14T10:17:52.022Z Compiling rand_xorshift v0.4.0
27652026-07-14T10:17:52.193Z Compiling unarray v0.1.4
27662026-07-14T10:17:52.329Z Compiling proptest v1.11.0
27672026-07-14T10:17:52.479Z Compiling strum v0.27.2
27682026-07-14T10:17:52.509Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27692026-07-14T10:17:52.632Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27702026-07-14T10:17:52.655Z Compiling instant v0.1.13
27712026-07-14T10:17:52.966Z Compiling cpufeatures v0.2.17
27722026-07-14T10:17:52.980Z Compiling iddqd v0.4.5
27732026-07-14T10:17:53.052Z Compiling itertools v0.14.0
27742026-07-14T10:17:53.122Z Compiling clap_derive v4.6.1
27752026-07-14T10:17:54.731Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27762026-07-14T10:17:54.816Z Compiling utf8parse v0.2.2
27772026-07-14T10:17:54.940Z Compiling anstyle-parse v1.0.0
27782026-07-14T10:17:55.084Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27792026-07-14T10:17:55.152Z Compiling backon v1.6.0
27802026-07-14T10:17:55.381Z Compiling terminal_size v0.4.4
27812026-07-14T10:17:55.543Z Compiling colorchoice v1.0.5
27822026-07-14T10:17:55.780Z Compiling is_terminal_polyfill v1.70.2
27832026-07-14T10:17:56.049Z Compiling anstyle-query v1.1.5
27842026-07-14T10:17:56.105Z Compiling anstyle v1.0.14
27852026-07-14T10:17:56.374Z Compiling anstream v1.0.0
27862026-07-14T10:17:56.865Z Compiling backoff v0.4.0
27872026-07-14T10:17:56.949Z Compiling parse-display v0.10.0
27882026-07-14T10:17:57.078Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
27892026-07-14T10:17:57.132Z Compiling humantime v2.3.0
27902026-07-14T10:17:57.565Z Compiling clap_lex v1.1.0
27912026-07-14T10:17:57.811Z Compiling clap_builder v4.6.0
27922026-07-14T10:17:58.526Z Compiling regress v0.11.1
27932026-07-14T10:17:59.735Z Compiling clap v4.6.1
27942026-07-14T10:18:00.041Z Compiling typify-impl v0.6.2
27952026-07-14T10:18:01.136Z Compiling toml_edit v0.25.12+spec-1.1.0
27962026-07-14T10:18:01.749Z Compiling crucible-workspace-hack v0.1.0
27972026-07-14T10:18:01.834Z Compiling proc-macro-crate v3.5.0
27982026-07-14T10:18:02.276Z Compiling zerocopy-derive v0.7.35
27992026-07-14T10:18:02.736Z Compiling unsafe-libyaml v0.2.11
28002026-07-14T10:18:03.337Z Compiling typify-macro v0.6.2
28012026-07-14T10:18:03.394Z Compiling serde_yaml v0.9.34+deprecated
28022026-07-14T10:18:03.519Z Compiling num_enum_derive v0.7.6
28032026-07-14T10:18:04.630Z Compiling darling_core v0.21.3
28042026-07-14T10:18:05.044Z Compiling convert_case v0.4.0
28052026-07-14T10:18:05.337Z Compiling derive_more v0.99.20
28062026-07-14T10:18:05.386Z Compiling num_enum v0.7.6
28072026-07-14T10:18:05.763Z Compiling toml_datetime v0.6.11
28082026-07-14T10:18:06.670Z Compiling darling_macro v0.21.3
28092026-07-14T10:18:06.819Z Compiling typify v0.6.2
28102026-07-14T10:18:07.268Z Compiling darling v0.21.3
28112026-07-14T10:18:07.282Z Compiling secrecy v0.10.3
28122026-07-14T10:18:07.356Z Compiling proc-macro-error-attr v1.0.4
28132026-07-14T10:18:07.590Z Compiling heapless v0.8.0
28142026-07-14T10:18:07.603Z Compiling prettyplease v0.2.37
28152026-07-14T10:18:07.615Z Compiling tinyvec_macros v0.1.1
28162026-07-14T10:18:07.641Z Compiling rustix v0.38.44
28172026-07-14T10:18:08.084Z Compiling tinyvec v1.11.0
28182026-07-14T10:18:08.140Z Compiling ingot-macros v0.1.1
28192026-07-14T10:18:08.520Z Compiling zerocopy v0.7.35
28202026-07-14T10:18:08.604Z Compiling tabwriter v1.4.1
28212026-07-14T10:18:08.961Z Compiling crossbeam-epoch v0.9.18
28222026-07-14T10:18:09.066Z Compiling hash32 v0.3.1
28232026-07-14T10:18:09.232Z Compiling scroll_derive v0.12.1
28242026-07-14T10:18:09.256Z Compiling rustc_version v0.4.1
28252026-07-14T10:18:09.454Z Compiling num-integer v0.1.46
28262026-07-14T10:18:09.531Z Compiling usdt-impl v0.5.0
28272026-07-14T10:18:09.822Z Compiling proc-macro-error v1.0.4
28282026-07-14T10:18:09.946Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28292026-07-14T10:18:09.960Z Compiling pkg-config v0.3.33
28302026-07-14T10:18:10.082Z Compiling data-encoding v2.11.0
28312026-07-14T10:18:10.221Z Compiling winnow v0.7.15
28322026-07-14T10:18:10.409Z Compiling smoltcp v0.11.0
28332026-07-14T10:18:10.789Z Compiling ingot-types v0.1.2
28342026-07-14T10:18:11.044Z Compiling scroll v0.12.0
28352026-07-14T10:18:11.350Z Compiling curve25519-dalek v4.1.3
28362026-07-14T10:18:11.660Z Compiling dof v0.3.0
28372026-07-14T10:18:12.775Z Compiling dtrace-parser v0.2.0
28382026-07-14T10:18:12.829Z Compiling hmac v0.12.1
28392026-07-14T10:18:12.980Z Compiling inout v0.1.4
28402026-07-14T10:18:13.041Z Compiling ff v0.13.1
28412026-07-14T10:18:13.064Z Compiling cobs v0.3.0
28422026-07-14T10:18:13.194Z Compiling bstr v1.12.1
28432026-07-14T10:18:13.339Z Compiling thread-id v4.2.2
28442026-07-14T10:18:13.376Z Compiling managed v0.8.0
28452026-07-14T10:18:13.537Z Compiling colored v3.1.1
28462026-07-14T10:18:13.643Z Compiling static_assertions v1.1.0
28472026-07-14T10:18:13.663Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
28482026-07-14T10:18:13.721Z Compiling bitflags v1.3.2
28492026-07-14T10:18:14.208Z Compiling postcard v1.1.3
28502026-07-14T10:18:14.291Z Compiling group v0.13.0
28512026-07-14T10:18:14.304Z Compiling cipher v0.4.4
28522026-07-14T10:18:14.559Z Compiling hkdf v0.12.4
28532026-07-14T10:18:15.001Z Compiling goblin v0.8.2
28542026-07-14T10:18:15.036Z Compiling ingot v0.1.1
28552026-07-14T10:18:15.205Z Compiling num-iter v0.1.45
28562026-07-14T10:18:15.249Z Compiling num-rational v0.4.2
28572026-07-14T10:18:16.275Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28582026-07-14T10:18:16.471Z Compiling universal-hash v0.5.1
28592026-07-14T10:18:16.726Z Compiling thiserror-impl-no-std v2.0.2
28602026-07-14T10:18:17.083Z Compiling hubpack_derive v0.1.1
28612026-07-14T10:18:17.176Z Compiling crypto-bigint v0.5.5
28622026-07-14T10:18:17.632Z Compiling half v2.7.1
28632026-07-14T10:18:17.649Z Compiling foreign-types-macros v0.2.3
28642026-07-14T10:18:17.854Z Compiling curve25519-dalek-derive v0.1.1
28652026-07-14T10:18:17.974Z Compiling serde_repr v0.1.20
28662026-07-14T10:18:18.545Z Compiling num-complex v0.4.6
28672026-07-14T10:18:19.087Z Compiling memoffset v0.9.1
28682026-07-14T10:18:19.190Z Compiling opaque-debug v0.3.1
28692026-07-14T10:18:19.513Z Compiling ciborium-io v0.2.2
28702026-07-14T10:18:19.585Z Compiling cfg_aliases v0.2.1
28712026-07-14T10:18:19.614Z Compiling base16ct v0.2.0
28722026-07-14T10:18:19.661Z Compiling foreign-types-shared v0.3.1
28732026-07-14T10:18:19.686Z Compiling base64ct v1.8.3
28742026-07-14T10:18:19.738Z Compiling heck v0.4.1
28752026-07-14T10:18:19.818Z Compiling indent_write v2.2.0
28762026-07-14T10:18:19.938Z Compiling password-hash v0.5.0
28772026-07-14T10:18:19.983Z Compiling foreign-types v0.5.0
28782026-07-14T10:18:20.029Z Compiling elliptic-curve v0.13.8
28792026-07-14T10:18:20.264Z Compiling nix v0.31.3
28802026-07-14T10:18:20.676Z Compiling ciborium-ll v0.2.2
28812026-07-14T10:18:20.936Z Compiling poly1305 v0.8.0
28822026-07-14T10:18:21.367Z Compiling num v0.4.3
28832026-07-14T10:18:21.545Z Compiling thiserror-no-std v2.0.2
28842026-07-14T10:18:21.560Z Compiling hubpack v0.1.2
28852026-07-14T10:18:22.791Z Compiling chacha20 v0.9.1
28862026-07-14T10:18:23.160Z Compiling atomicwrites v0.4.4
28872026-07-14T10:18:23.325Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28882026-07-14T10:18:23.430Z Compiling reqwest v0.12.28
28892026-07-14T10:18:24.115Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28902026-07-14T10:18:24.588Z Compiling blake2 v0.10.6
28912026-07-14T10:18:24.901Z Compiling aead v0.5.2
28922026-07-14T10:18:25.100Z Compiling chacha20 v0.10.0
28932026-07-14T10:18:25.124Z Compiling byte-wrapper v0.1.0
28942026-07-14T10:18:25.152Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
28952026-07-14T10:18:25.421Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
28962026-07-14T10:18:26.081Z Compiling cstr-argument v0.1.2
28972026-07-14T10:18:26.246Z Compiling keccak v0.1.6
28982026-07-14T10:18:26.246Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
28992026-07-14T10:18:26.399Z Compiling float-ord v0.3.2
29002026-07-14T10:18:26.484Z Compiling sha3 v0.10.9
29012026-07-14T10:18:26.515Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29022026-07-14T10:18:26.928Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29032026-07-14T10:18:26.964Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29042026-07-14T10:18:27.097Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29052026-07-14T10:18:27.111Z Compiling rand v0.10.2
29062026-07-14T10:18:27.884Z Compiling chacha20poly1305 v0.10.1
29072026-07-14T10:18:28.039Z Compiling argon2 v0.5.3
29082026-07-14T10:18:28.466Z Compiling progenitor-client v0.10.0
29092026-07-14T10:18:28.732Z Compiling rustls-webpki v0.103.13
29102026-07-14T10:18:30.319Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
29112026-07-14T10:18:30.553Z Compiling vsss-rs v3.3.4
29122026-07-14T10:18:31.094Z Compiling ciborium v0.2.2
29132026-07-14T10:18:31.810Z Compiling usdt-macro v0.5.0
29142026-07-14T10:18:31.928Z Compiling usdt-attr-macro v0.5.0
29152026-07-14T10:18:32.832Z Compiling tokio-rustls v0.26.4
29162026-07-14T10:18:33.022Z Compiling rustls-platform-verifier v0.7.0
29172026-07-14T10:18:33.135Z Compiling hyper-rustls v0.27.9
29182026-07-14T10:18:33.622Z Compiling reqwest v0.13.4
29192026-07-14T10:18:33.876Z Compiling enum-as-inner v0.6.1
29202026-07-14T10:18:33.935Z Compiling num-derive v0.4.2
29212026-07-14T10:18:34.486Z Compiling memmap v0.7.0
29222026-07-14T10:18:34.601Z Compiling winnow v0.5.40
29232026-07-14T10:18:34.907Z Compiling semver v0.1.20
29242026-07-14T10:18:34.952Z Compiling progenitor-client v0.14.0
29252026-07-14T10:18:35.429Z Compiling progenitor-extras v0.2.0
29262026-07-14T10:18:35.678Z Compiling rayon-core v1.13.0
29272026-07-14T10:18:36.335Z Compiling toml_edit v0.19.15
29282026-07-14T10:18:36.398Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29292026-07-14T10:18:37.671Z Compiling rustc_version v0.1.7
29302026-07-14T10:18:37.890Z Compiling usdt v0.5.0
29312026-07-14T10:18:38.511Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29322026-07-14T10:18:41.067Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29332026-07-14T10:18:47.995Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29342026-07-14T10:18:48.064Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29352026-07-14T10:18:48.099Z Compiling similar v2.7.0
29362026-07-14T10:18:48.392Z Compiling crossbeam-deque v0.8.6
29372026-07-14T10:18:48.636Z Compiling progenitor-impl v0.14.0
29382026-07-14T10:18:48.829Z Compiling serde_spanned v0.6.9
29392026-07-14T10:18:49.355Z Compiling bytecount v0.6.9
29402026-07-14T10:18:49.561Z Compiling vcpkg v0.2.15
29412026-07-14T10:18:50.015Z Compiling lazy_static v1.5.0
29422026-07-14T10:18:50.130Z Compiling toml_write v0.1.2
29432026-07-14T10:18:50.134Z Compiling openssl-sys v0.9.116
29442026-07-14T10:18:50.330Z Compiling toml_edit v0.22.27
29452026-07-14T10:18:50.705Z Compiling progenitor-macro v0.14.0
29462026-07-14T10:18:51.508Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29472026-07-14T10:18:52.422Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29482026-07-14T10:18:52.435Z Compiling newtype_derive v0.1.6
29492026-07-14T10:18:52.653Z Compiling proc-macro-crate v1.3.1
29502026-07-14T10:18:52.723Z Compiling itertools v0.12.1
29512026-07-14T10:18:53.126Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29522026-07-14T10:18:53.183Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29532026-07-14T10:18:53.428Z Compiling owo-colors v4.3.0
29542026-07-14T10:18:53.462Z Compiling resolv-conf v0.7.6
29552026-07-14T10:18:53.588Z Compiling linked-hash-map v0.5.6
29562026-07-14T10:18:53.796Z Compiling unicode-segmentation v1.13.3
29572026-07-14T10:18:54.068Z Compiling swrite v0.1.0
29582026-07-14T10:18:54.167Z Compiling newline-converter v0.3.0
29592026-07-14T10:18:54.244Z Compiling lru-cache v0.1.2
29602026-07-14T10:18:54.370Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29612026-07-14T10:18:54.407Z Compiling num_enum_derive v0.5.11
29622026-07-14T10:18:54.583Z Compiling toml v0.8.23
29632026-07-14T10:18:55.147Z Compiling progenitor v0.14.0
29642026-07-14T10:18:55.300Z Compiling rayon v1.12.0
29652026-07-14T10:18:55.508Z Compiling hickory-proto v0.24.4
29662026-07-14T10:18:56.050Z Compiling progenitor-impl v0.13.0
29672026-07-14T10:18:56.067Z Compiling console v0.15.11
29682026-07-14T10:18:57.478Z Compiling camino-tempfile v1.4.1
29692026-07-14T10:18:57.531Z Compiling serde-big-array v0.5.1
29702026-07-14T10:18:57.642Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29712026-07-14T10:18:57.703Z Compiling pin-project-internal v1.1.13
29722026-07-14T10:18:57.910Z Compiling derive-where v1.6.1
29732026-07-14T10:18:58.125Z Compiling minimal-lexical v0.2.1
29742026-07-14T10:18:58.200Z Compiling siphasher v1.0.3
29752026-07-14T10:18:58.383Z Compiling phf_shared v0.12.1
29762026-07-14T10:18:58.425Z Compiling nom v7.1.3
29772026-07-14T10:18:58.821Z Compiling pin-project v1.1.13
29782026-07-14T10:18:58.938Z Compiling progenitor-macro v0.13.0
29792026-07-14T10:18:59.253Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
29802026-07-14T10:18:59.436Z Compiling hickory-resolver v0.24.4
29812026-07-14T10:18:59.794Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29822026-07-14T10:19:00.966Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29832026-07-14T10:19:02.515Z Compiling expectorate v1.2.0
29842026-07-14T10:19:03.149Z Compiling num_enum v0.5.11
29852026-07-14T10:19:03.305Z Compiling progenitor-client v0.13.0
29862026-07-14T10:19:03.804Z Compiling zone_cfg_derive v0.3.1
29872026-07-14T10:19:04.532Z Compiling unicode-normalization v0.1.25
29882026-07-14T10:19:05.138Z Compiling tokio-stream v0.1.18
29892026-07-14T10:19:05.538Z Compiling async-recursion v1.1.1
29902026-07-14T10:19:05.745Z Compiling snafu-derive v0.8.9
29912026-07-14T10:19:06.270Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
29922026-07-14T10:19:06.612Z Compiling slog-dtrace v0.3.0
29932026-07-14T10:19:06.889Z Compiling csv-core v0.1.13
29942026-07-14T10:19:07.075Z Compiling openssl v0.10.80
29952026-07-14T10:19:07.314Z Compiling foreign-types-shared v0.1.1
29962026-07-14T10:19:07.414Z Compiling unicode-linebreak v0.1.5
29972026-07-14T10:19:07.428Z Compiling unicode-width v0.1.14
29982026-07-14T10:19:07.504Z Compiling same-file v1.0.6
29992026-07-14T10:19:07.631Z Compiling konst_macro_rules v0.2.19
30002026-07-14T10:19:07.694Z Compiling unicode-xid v0.2.6
30012026-07-14T10:19:07.707Z Compiling foldhash v0.1.5
30022026-07-14T10:19:07.751Z Compiling smawk v0.3.2
30032026-07-14T10:19:07.831Z Compiling chrono-tz v0.10.4
30042026-07-14T10:19:07.835Z Compiling cancel-safe-futures v0.1.5
30052026-07-14T10:19:07.925Z Compiling highway v1.3.0
30062026-07-14T10:19:07.940Z Compiling textwrap v0.16.2
30072026-07-14T10:19:08.117Z Compiling hashbrown v0.15.5
30082026-07-14T10:19:08.149Z Compiling const_format_proc_macros v0.2.34
30092026-07-14T10:19:08.626Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30102026-07-14T10:19:08.787Z Compiling konst v0.2.20
30112026-07-14T10:19:08.980Z Compiling walkdir v2.5.0
30122026-07-14T10:19:09.192Z Compiling snafu v0.8.9
30132026-07-14T10:19:09.535Z Compiling foreign-types v0.3.2
30142026-07-14T10:19:09.623Z Compiling csv v1.4.0
30152026-07-14T10:19:09.822Z Compiling progenitor v0.13.0
30162026-07-14T10:19:09.841Z Compiling qorb v0.4.1
30172026-07-14T10:19:09.974Z Compiling olpc-cjson v0.1.4
30182026-07-14T10:19:10.200Z Compiling zone v0.3.1
30192026-07-14T10:19:10.797Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30202026-07-14T10:19:11.380Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30212026-07-14T10:19:11.833Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30222026-07-14T10:19:11.900Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30232026-07-14T10:19:14.548Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30242026-07-14T10:19:15.109Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30252026-07-14T10:19:15.427Z Compiling phf v0.12.1
30262026-07-14T10:19:15.840Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30272026-07-14T10:19:16.056Z Compiling tokio-dtrace v0.1.1
30282026-07-14T10:19:16.395Z Compiling globset v0.4.18
30292026-07-14T10:19:17.321Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30302026-07-14T10:19:17.475Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30312026-07-14T10:19:17.552Z Compiling smf v0.2.3
30322026-07-14T10:19:18.021Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
30332026-07-14T10:19:18.105Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
30342026-07-14T10:19:18.441Z Compiling libsw-core v0.3.2
30352026-07-14T10:19:18.638Z Compiling pem v3.0.6
30362026-07-14T10:19:18.701Z Compiling serde_plain v1.0.2
30372026-07-14T10:19:18.997Z Compiling openssl-macros v0.1.1
30382026-07-14T10:19:19.070Z Compiling cookie v0.18.1
30392026-07-14T10:19:19.267Z Compiling sigpipe v0.1.3
30402026-07-14T10:19:19.319Z Compiling typed-path v0.9.3
30412026-07-14T10:19:19.346Z Compiling fixedbitset v0.4.2
30422026-07-14T10:19:19.419Z Compiling jiff v0.2.28
30432026-07-14T10:19:19.504Z Compiling fixedbitset v0.5.7
30442026-07-14T10:19:19.708Z Compiling glob v0.3.3
30452026-07-14T10:19:19.722Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30462026-07-14T10:19:19.998Z Compiling petgraph v0.8.3
30472026-07-14T10:19:20.026Z Compiling petgraph v0.6.5
30482026-07-14T10:19:20.633Z Compiling tough v0.22.0
30492026-07-14T10:19:21.466Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
30502026-07-14T10:19:21.873Z Compiling libsw v3.5.0
30512026-07-14T10:19:22.074Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
30522026-07-14T10:19:22.238Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30532026-07-14T10:19:22.450Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30542026-07-14T10:19:22.488Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30552026-07-14T10:19:22.759Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30562026-07-14T10:19:22.928Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30572026-07-14T10:19:24.733Z Compiling oxide-tokio-rt v0.1.6
30582026-07-14T10:19:25.525Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30592026-07-14T10:19:25.709Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30602026-07-14T10:19:26.573Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30612026-07-14T10:19:27.368Z Compiling const_format v0.2.36
30622026-07-14T10:19:27.786Z Compiling papergrid v0.11.0
30632026-07-14T10:19:27.887Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30642026-07-14T10:19:27.931Z Compiling libscf-sys v1.2.0
30652026-07-14T10:19:28.089Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30662026-07-14T10:19:28.785Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30672026-07-14T10:19:28.922Z Compiling tabled_derive v0.7.0
30682026-07-14T10:19:29.715Z Compiling gethostname v0.5.0
30692026-07-14T10:19:29.894Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
30702026-07-14T10:19:29.923Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30712026-07-14T10:19:29.942Z Compiling bcs v0.1.6
30722026-07-14T10:19:30.050Z Compiling tagptr v0.2.0
30732026-07-14T10:19:30.224Z Compiling whoami v1.6.1
30742026-07-14T10:19:30.255Z Compiling linear-map v1.2.0
30752026-07-14T10:19:30.272Z Compiling termtree v0.5.1
30762026-07-14T10:19:30.344Z Compiling moka v0.12.15
30772026-07-14T10:19:30.450Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30782026-07-14T10:19:31.621Z Compiling tabled v0.15.0
30792026-07-14T10:19:32.731Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30802026-07-14T10:19:32.965Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30812026-07-14T10:19:33.050Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30822026-07-14T10:19:33.267Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30832026-07-14T10:19:33.495Z Compiling steno v0.4.1
30842026-07-14T10:19:35.550Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30852026-07-14T10:19:39.107Z Compiling hickory-proto v0.25.2
30862026-07-14T10:19:39.387Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30872026-07-14T10:19:39.527Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
30882026-07-14T10:19:40.216Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
30892026-07-14T10:19:40.331Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
30902026-07-14T10:19:40.465Z Compiling parking_lot_core v0.8.6
30912026-07-14T10:19:40.889Z Compiling nom v8.0.0
30922026-07-14T10:19:41.356Z Compiling hickory-resolver v0.25.2
30932026-07-14T10:19:41.783Z Compiling crunchy v0.2.4
30942026-07-14T10:19:42.134Z Compiling parking_lot v0.11.2
30952026-07-14T10:19:42.487Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30962026-07-14T10:19:42.732Z Compiling typify-impl v0.4.3
30972026-07-14T10:19:43.035Z Compiling fxhash v0.2.1
30982026-07-14T10:19:43.186Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
30992026-07-14T10:19:43.486Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
31002026-07-14T10:19:43.522Z Compiling proc-macro-error-attr2 v2.0.0
31012026-07-14T10:19:44.005Z Compiling tiny-keccak v2.0.2
31022026-07-14T10:19:44.268Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
31032026-07-14T10:19:44.579Z Compiling proc-macro-error2 v2.0.1
31042026-07-14T10:19:44.880Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
31052026-07-14T10:19:46.086Z Compiling typify-macro v0.4.3
31062026-07-14T10:19:47.226Z Compiling sled v0.34.7
31072026-07-14T10:19:47.681Z Compiling arc-swap v1.9.1
31082026-07-14T10:19:47.944Z Compiling slog-scope v4.4.1
31092026-07-14T10:19:48.037Z Compiling tabled_derive v0.11.0
31102026-07-14T10:19:48.913Z Compiling papergrid v0.18.0
31112026-07-14T10:19:49.206Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
31122026-07-14T10:19:49.808Z Compiling testing_table v0.3.0
31132026-07-14T10:19:50.067Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
31142026-07-14T10:19:50.237Z Compiling internet-checksum v0.2.1
31152026-07-14T10:19:50.393Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
31162026-07-14T10:19:50.406Z Compiling tabled v0.21.0
31172026-07-14T10:19:50.621Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
31182026-07-14T10:19:50.787Z Compiling slog-stdlog v4.1.1
31192026-07-14T10:19:51.231Z Compiling const-random-macro v0.1.16
31202026-07-14T10:19:51.675Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
31212026-07-14T10:19:52.390Z Compiling itertools v0.15.0
31222026-07-14T10:19:54.026Z Compiling dropshot-api-manager-types v0.7.2
31232026-07-14T10:19:54.451Z Compiling smartstring v1.0.1
31242026-07-14T10:19:54.615Z Compiling ahash v0.8.12
31252026-07-14T10:19:54.666Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
31262026-07-14T10:19:54.987Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=4871abc13ca21ee97c684f1d5ed363e8a86f3441#4871abc1)
31272026-07-14T10:19:55.086Z Compiling const-random v0.1.18
31282026-07-14T10:19:55.173Z Compiling slog-envlogger v2.2.0
31292026-07-14T10:19:56.325Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
31302026-07-14T10:19:57.366Z Compiling typify v0.4.3
31312026-07-14T10:19:58.257Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc#dfcf0663)
31322026-07-14T10:19:58.749Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
31332026-07-14T10:20:00.908Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
31342026-07-14T10:20:01.066Z Compiling toml_datetime v0.7.5+spec-1.1.0
31352026-07-14T10:20:01.368Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc#dfcf0663)
31362026-07-14T10:20:01.652Z Compiling crc8 v0.1.1
31372026-07-14T10:20:01.785Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
31382026-07-14T10:20:03.267Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
31392026-07-14T10:20:04.189Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=4871abc13ca21ee97c684f1d5ed363e8a86f3441#4871abc1)
31402026-07-14T10:20:04.262Z Compiling toml v0.9.12+spec-1.1.0
31412026-07-14T10:20:05.325Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc#dfcf0663)
31422026-07-14T10:20:05.445Z Compiling progenitor-impl v0.10.0
31432026-07-14T10:20:07.326Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
31442026-07-14T10:20:07.525Z Compiling lzma-sys v0.1.20
31452026-07-14T10:20:07.640Z Compiling sha1 v0.10.6
31462026-07-14T10:20:07.988Z Compiling thin-vec v0.2.18
31472026-07-14T10:20:08.043Z Compiling rhai_codegen v3.2.0
31482026-07-14T10:20:08.064Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc#dfcf0663)
31492026-07-14T10:20:08.342Z Compiling fs-err v3.3.0
31502026-07-14T10:20:08.628Z Compiling typeid v1.0.3
31512026-07-14T10:20:08.644Z Compiling utf-8 v0.7.6
31522026-07-14T10:20:08.871Z Compiling tungstenite v0.21.0
31532026-07-14T10:20:09.300Z Compiling rhai v1.25.1
31542026-07-14T10:20:10.036Z Compiling progenitor-macro v0.10.0
31552026-07-14T10:20:14.329Z Compiling cargo_toml v0.22.3
31562026-07-14T10:20:16.594Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31572026-07-14T10:20:18.229Z Compiling sha2 v0.10.9
31582026-07-14T10:20:19.479Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31592026-07-14T10:20:20.585Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31602026-07-14T10:20:20.984Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
31612026-07-14T10:20:21.457Z Compiling progenitor v0.10.0
31622026-07-14T10:20:21.749Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc#dfcf0663)
31632026-07-14T10:20:21.933Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
31642026-07-14T10:20:22.477Z Compiling tokio-tungstenite v0.21.0
31652026-07-14T10:20:22.977Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
31662026-07-14T10:20:22.990Z Compiling port-file v0.1.0
31672026-07-14T10:20:23.255Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
31682026-07-14T10:20:23.966Z Compiling console v0.16.3
31692026-07-14T10:20:24.002Z Compiling git-stub v1.0.0
31702026-07-14T10:20:24.904Z Compiling unit-prefix v0.5.2
31712026-07-14T10:20:25.087Z Compiling is_ci v1.2.0
31722026-07-14T10:20:25.232Z Compiling base64 v0.21.7
31732026-07-14T10:20:25.274Z Compiling supports-color v3.0.2
31742026-07-14T10:20:25.379Z Compiling indicatif v0.18.4
31752026-07-14T10:20:25.537Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31762026-07-14T10:20:26.378Z Compiling git-stub-vcs v0.1.0
31772026-07-14T10:20:26.595Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
31782026-07-14T10:20:27.125Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc#dfcf0663)
31792026-07-14T10:20:28.107Z Compiling ron v0.12.1
31802026-07-14T10:20:28.145Z Compiling xz2 v0.1.7
31812026-07-14T10:20:28.495Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
31822026-07-14T10:20:29.533Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
31832026-07-14T10:20:29.877Z Compiling drift v0.2.0
31842026-07-14T10:20:31.097Z Compiling base16ct v1.0.0
31852026-07-14T10:20:31.933Z Compiling dropshot-api-manager v0.7.2
31862026-07-14T10:20:35.934Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
31872026-07-14T10:20:39.541Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
31882026-07-14T10:20:40.728Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
31892026-07-14T10:20:41.245Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
31902026-07-14T10:20:42.058Z Compiling natord v1.0.9
31912026-07-14T10:20:42.364Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
31922026-07-14T10:20:42.461Z Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util)
31932026-07-14T10:20:43.286Z Compiling mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify)
31942026-07-14T10:20:44.150Z Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
31952026-07-14T10:20:44.399Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
31962026-07-14T10:20:53.282Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
31972026-07-14T10:20:55.585Z Compiling falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab)
31982026-07-14T10:20:58.765Z Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
31992026-07-14T10:20:58.943Z Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
32002026-07-14T10:21:00.211Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
32012026-07-14T10:21:26.648Z Finished `release` profile [optimized] target(s) in 4m 22s
32022026-07-14T10:21:26.830Z
32032026-07-14T10:21:26.830Zreal 4:22.760771706
32042026-07-14T10:21:26.830Zuser 29:57.657201765
32052026-07-14T10:21:26.830Zsys 2:47.523362761
32062026-07-14T10:21:26.830Ztrap 0.754487602
32072026-07-14T10:21:26.830Ztflt 1.579221143
32082026-07-14T10:21:26.830Zdflt 1.618323381
32092026-07-14T10:21:26.830Zkflt 0.000143146
32102026-07-14T10:21:26.830Zlock 2:00:10.867554172
32112026-07-14T10:21:26.830Zslp 1:26:56.004544394
32122026-07-14T10:21:26.830Zlat 2:11.988948846
32132026-07-14T10:21:26.830Zstop 3:31.933363280
32142026-07-14T10:21:26.833Z+ for x in debug release
32152026-07-14T10:21:26.833Z+ mkdir -p /work/debug
32162026-07-14T10:21:26.833Z+ cp target/debug/ddmd /work/debug/ddmd
32172026-07-14T10:21:27.298Z+ cp target/debug/ddmadm /work/debug/ddmadm
32182026-07-14T10:21:27.759Z+ cp target/debug/mgd /work/debug/mgd
32192026-07-14T10:21:28.468Z+ cp target/debug/mgadm /work/debug/mgadm
32202026-07-14T10:21:28.921Z+ for x in debug release
32212026-07-14T10:21:28.921Z+ mkdir -p /work/release
32222026-07-14T10:21:28.925Z+ cp target/release/ddmd /work/release/ddmd
32232026-07-14T10:21:29.007Z+ cp target/release/ddmadm /work/release/ddmadm
32242026-07-14T10:21:29.087Z+ cp target/release/mgd /work/release/mgd
32252026-07-14T10:21:29.173Z+ cp target/release/mgadm /work/release/mgadm
32262026-07-14T10:21:29.270Z+ cp target/release/falcon-lab /work/release/falcon-lab
32272026-07-14T10:21:29.337Zprocess exited: duration 699553 ms, exit code 0
 
32282026-07-14T10:21:29.344Zfound 9 output files
32292026-07-14T10:21:29.344Zuploading: /work/debug/ddmadm (504692544 bytes)
32302026-07-14T10:21:36.651Zuploaded: /work/debug/ddmadm
32312026-07-14T10:21:36.652Zuploading: /work/debug/ddmd (579034608 bytes)
32322026-07-14T10:21:44.229Zuploaded: /work/debug/ddmd
32332026-07-14T10:21:44.240Zuploading: /work/debug/mgadm (606599520 bytes)
32342026-07-14T10:21:53.025Zuploaded: /work/debug/mgadm
32352026-07-14T10:21:53.025Zuploading: /work/debug/mgd (687789304 bytes)
32362026-07-14T10:22:01.212Zuploaded: /work/debug/mgd
32372026-07-14T10:22:01.212Zuploading: /work/release/ddmadm (48616536 bytes)
32382026-07-14T10:22:02.587Zuploaded: /work/release/ddmadm
32392026-07-14T10:22:02.587Zuploading: /work/release/ddmd (55496288 bytes)
32402026-07-14T10:22:04.300Zuploaded: /work/release/ddmd
32412026-07-14T10:22:04.300Zuploading: /work/release/falcon-lab (39838360 bytes)
32422026-07-14T10:22:05.544Zuploaded: /work/release/falcon-lab
32432026-07-14T10:22:05.544Zuploading: /work/release/mgadm (63815048 bytes)
32442026-07-14T10:22:06.970Zuploaded: /work/release/mgadm
32452026-07-14T10:22:06.970Zuploading: /work/release/mgd (76950152 bytes)
32462026-07-14T10:22:08.550Zuploaded: /work/release/mgd