01KXNY7RPKXN8XS1A7ECG68XYD: 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: 01KXNY8NGGEQGSC3YSGQ2JA2XD

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-16T17:06:40.160Zjob assigned to worker 01KXNY8S7A5D12KDS3E4TD1872 [factory aws, i-0a37dd669b6e3c9c3] (queued for 45 s)
 
22026-07-16T17:06:46.602Zstarting task 0: "setup"
32026-07-16T17:06:46.608Z++ uname -s
42026-07-16T17:06:46.612Z+ kern=SunOS
52026-07-16T17:06:46.612Z+ build_user=build
62026-07-16T17:06:46.612Z+ build_uid=12345
72026-07-16T17:06:46.612Z+ work_dir=/work
82026-07-16T17:06:46.612Z+ input_dir=/input
92026-07-16T17:06:46.612Z+ [[ 0 == 12345 ]]
102026-07-16T17:06:46.612Z+ case "$kern" in
112026-07-16T17:06:46.612Z+ groupadd -g 12345 build
122026-07-16T17:06:46.612Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-16T17:06:48.618Z+ zfs create -o mountpoint=/work rpool/work
142026-07-16T17:06:48.739Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-16T17:06:48.742Z+ home_fs=zfs
162026-07-16T17:06:48.742Z+ [[ zfs == autofs ]]
172026-07-16T17:06:48.742Z+ mkdir -p /home/build
182026-07-16T17:06:48.742Z+ chown build:build /home/build /work
192026-07-16T17:06:50.748Z+ chmod 0700 /home/build /work
202026-07-16T17:06:50.752Zprocess exited: duration 4141 ms, exit code 0
 
212026-07-16T17:06:50.758Zstarting task 1: "rust-toolchain"
222026-07-16T17:06:50.764Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-07-16T17:06:50.764Z * rust toolchain channel = "stable"
242026-07-16T17:06:50.764Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-07-16T17:06:50.764Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-07-16T17:06:50.764Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-16T17:06:50.764Z * rust toolchain profile = "default"
282026-07-16T17:06:50.771Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-16T17:06:50.771Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-07-16T17:06:50.886Zinfo: downloading installer
312026-07-16T17:06:52.352Zwarn: It looks like you have an existing installation of Rust at:
322026-07-16T17:06:52.352Zwarn: /opt/ooce/bin
332026-07-16T17:06:52.352Zwarn: It is recommended that rustup be the primary Rust installation.
342026-07-16T17:06:52.352Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-07-16T17:06:52.352Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-07-16T17:06:52.352Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-07-16T17:06:52.352Zwarn: or pass `-y' to ignore all ignorable checks.
382026-07-16T17:06:52.352Zerror: cannot install while Rust is installed
392026-07-16T17:06:52.352Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-07-16T17:06:52.352Zwarn: It looks like you have an existing rustup settings file at:
412026-07-16T17:06:52.353Zwarn: /home/build/.rustup/settings.toml
422026-07-16T17:06:52.354Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-07-16T17:06:52.354Zwarn: instead of the one inferred from the default host triple.
442026-07-16T17:06:52.365Zinfo: profile set to default
452026-07-16T17:06:52.365Zinfo: default host triple is x86_64-unknown-illumos
462026-07-16T17:06:52.368Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-07-16T17:06:52.520Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
482026-07-16T17:06:52.523Zinfo: downloading 6 components
492026-07-16T17:07:07.796Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-07-16T17:07:07.796Z
512026-07-16T17:07:07.802Z stable-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
522026-07-16T17:07:07.803Z
532026-07-16T17:07:07.803Z
542026-07-16T17:07:07.803ZRust is installed now. Great!
552026-07-16T17:07:07.803Z
562026-07-16T17:07:07.803ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-07-16T17:07:07.803Zenvironment variable. This has not been done automatically.
582026-07-16T17:07:07.803Z
592026-07-16T17:07:07.803ZTo configure your current shell, you need to source
602026-07-16T17:07:07.803Zthe corresponding env file under $HOME/.cargo.
612026-07-16T17:07:07.803Z
622026-07-16T17:07:07.803ZThis is usually done by running one of the following (note the leading DOT):
632026-07-16T17:07:07.803Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-07-16T17:07:07.803Zsource "$HOME/.cargo/env.fish" # For fish
652026-07-16T17:07:07.803Zsource "~/.cargo/env.nu" # For nushell
662026-07-16T17:07:07.803Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-07-16T17:07:07.803Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-07-16T17:07:07.803Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-07-16T17:07:07.803Zwarn: no default linker (`cc`) was found in your PATH
702026-07-16T17:07:07.803Zwarn: many Rust crates require a system C toolchain to build
712026-07-16T17:07:07.885Z+ rustup --version
722026-07-16T17:07:07.891Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-07-16T17:07:07.895Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-07-16T17:07:07.914Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
752026-07-16T17:07:07.918Z+ cargo --version
762026-07-16T17:07:07.931Zcargo 1.97.1 (c980f4866 2026-06-30)
772026-07-16T17:07:07.934Z+ rustc --version
782026-07-16T17:07:07.953Zrustc 1.97.1 (8bab26f4f 2026-07-14)
792026-07-16T17:07:07.956Zprocess exited: duration 17194 ms, exit code 0
 
802026-07-16T17:07:07.962Zstarting task 2: "authentication"
812026-07-16T17:07:07.979Zprocess exited: duration 16 ms, exit code 0
 
822026-07-16T17:07:07.985Zstarting task 3: "clone repository"
832026-07-16T17:07:07.988Z+ mkdir -p /work/oxidecomputer/maghemite
842026-07-16T17:07:07.991Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-07-16T17:07:08.028ZCloning into '/work/oxidecomputer/maghemite'...
862026-07-16T17:07:09.485Z+ cd /work/oxidecomputer/maghemite
872026-07-16T17:07:09.485Z+ git fetch origin d3c8f26d9bf94e252f4f2ff212222be337b14c24
882026-07-16T17:07:09.947ZFrom https://github.com/oxidecomputer/maghemite
892026-07-16T17:07:09.947Z * branch d3c8f26d9bf94e252f4f2ff212222be337b14c24 -> FETCH_HEAD
902026-07-16T17:07:09.953Z+ [[ -n john/bfd-async ]]
912026-07-16T17:07:09.957Z++ git branch --show-current
922026-07-16T17:07:09.957Z+ current=main
932026-07-16T17:07:09.957Z+ [[ main != john/bfd-async ]]
942026-07-16T17:07:09.957Z+ git branch -f john/bfd-async d3c8f26d9bf94e252f4f2ff212222be337b14c24
952026-07-16T17:07:09.960Z+ git checkout -f john/bfd-async
962026-07-16T17:07:09.977ZSwitched to branch 'john/bfd-async'
972026-07-16T17:07:09.980Z+ git reset --hard d3c8f26d9bf94e252f4f2ff212222be337b14c24
982026-07-16T17:07:09.984ZHEAD is now at d3c8f26 add test for poll response after long delay
992026-07-16T17:07:09.987Zprocess exited: duration 2000 ms, exit code 0
 
1002026-07-16T17:07:09.994Zstarting task 4: "build"
1012026-07-16T17:07:09.997Z+ pfexec pkg install clang-15
1022026-07-16T17:07:18.579Z Startup: Refreshing catalog 'helios-dev' ... Done
1032026-07-16T17:07:26.524Z Startup: Caching catalogs ... Done
1042026-07-16T17:07:33.915ZPlanning: Solver setup ... Done
1052026-07-16T17:07:33.958ZPlanning: Running solver ... Done
1062026-07-16T17:07:34.101ZPlanning: Finding local manifests ... Done
1072026-07-16T17:07:40.124ZPlanning: Fetching manifests: 0/2 0% complete
1082026-07-16T17:07:40.246ZPlanning: Fetching manifests: 2/2 100% complete
1092026-07-16T17:07:40.275ZPlanning: Package planning ... Done
1102026-07-16T17:07:40.301ZPlanning: Merging actions ... Done
1112026-07-16T17:07:40.410ZPlanning: Checking for conflicting actions ... Done
1122026-07-16T17:07:40.416ZPlanning: Consolidating action changes ... Done
1132026-07-16T17:07:40.958ZPlanning: Evaluating mediators ... Done
1142026-07-16T17:07:40.963ZPlanning: Planning completed in 14.27 seconds
1152026-07-16T17:07:40.974Z Packages to install: 2
1162026-07-16T17:07:40.974Z Mediators to change: 2
1172026-07-16T17:07:40.976Z Services to change: 1
1182026-07-16T17:07:40.976Z Create boot environment: No
1192026-07-16T17:07:40.976ZCreate backup boot environment: No
1202026-07-16T17:07:41.014Z
1212026-07-16T17:07:41.014ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1222026-07-16T17:07:46.021ZDownload: 488/3076 items 16.7/211.3MB 7% complete (3.8M/s)
1232026-07-16T17:07:51.025ZDownload: 866/3076 items 18.3/211.3MB 8% complete (1.9M/s)
1242026-07-16T17:07:57.392ZDownload: 982/3076 items 82.2/211.3MB 38% complete (6.6M/s)
1252026-07-16T17:08:12.142ZDownload: 983/3076 items 82.2/211.3MB 38% complete
1262026-07-16T17:08:17.146ZDownload: 984/3076 items 82.2/211.3MB 38% complete (755B/s)
1272026-07-16T17:08:22.157ZDownload: 1373/3076 items 116.3/211.3MB 55% complete (3.6M/s)
1282026-07-16T17:08:27.210ZDownload: 1633/3076 items 117.1/211.3MB 55% complete (3.7M/s)
1292026-07-16T17:08:32.323ZDownload: 1995/3076 items 117.9/211.3MB 55% complete (157k/s)
1302026-07-16T17:08:46.263ZDownload: 2008/3076 items 117.9/211.3MB 55% complete (144k/s)
1312026-07-16T17:08:47.784ZDownload: 2460/3076 items 119.4/211.3MB 56% complete (322k/s)
1322026-07-16T17:08:52.785ZDownload: 2955/3076 items 182.4/211.3MB 86% complete (6.7M/s)
1332026-07-16T17:08:59.850ZDownload: 3029/3076 items 200.3/211.3MB 94% complete (8.1M/s)
1342026-07-16T17:09:10.326ZDownload: 3031/3076 items 201.8/211.3MB 95% complete
1352026-07-16T17:09:17.863ZDownload: 3033/3076 items 201.8/211.3MB 95% complete
1362026-07-16T17:09:23.706ZDownload: 3071/3076 items 210.7/211.3MB 99% complete (946k/s)
1372026-07-16T17:09:26.918ZDownload: Completed 211.31 MB in 105.89 seconds (2.0M/s)
1382026-07-16T17:09:27.035Z Actions: 1/3418 actions (Installing new actions)
1392026-07-16T17:09:30.173Z Actions: Completed 3418 actions in 3.14 seconds.
1402026-07-16T17:09:30.839Z Done
1412026-07-16T17:09:30.839Z Done
1422026-07-16T17:09:31.590Z Done
1432026-07-16T17:09:34.888Z Done
1442026-07-16T17:09:34.960Z Done
1452026-07-16T17:09:34.963Z Done
1462026-07-16T17:09:35.245Z Done
1472026-07-16T17:09:35.942Z+ cargo --version
1482026-07-16T17:09:35.949Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
1492026-07-16T17:09:36.104Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
1502026-07-16T17:09:36.110Zinfo: downloading 6 components
1512026-07-16T17:09:52.712Zcargo 1.96.1 (356927216 2026-06-26)
1522026-07-16T17:09:52.719Z+ rustc --version
1532026-07-16T17:09:52.748Zrustc 1.96.1 (31fca3adb 2026-06-26)
1542026-07-16T17:09:52.752Z+ banner check
1552026-07-16T17:09:52.758Z
1562026-07-16T17:09:52.758Z #### # # ###### #### # #
1572026-07-16T17:09:52.758Z # # # # # # # # #
1582026-07-16T17:09:52.758Z # ###### ##### # ####
1592026-07-16T17:09:52.758Z # # # # # # #
1602026-07-16T17:09:52.758Z # # # # # # # # #
1612026-07-16T17:09:52.759Z #### # # ###### #### # #
1622026-07-16T17:09:52.759Z
1632026-07-16T17:09:52.759Z+ cargo fmt -- --check
1642026-07-16T17:09:53.177Z+ cargo clippy --all-targets -- --deny warnings
1652026-07-16T17:09:53.296Z Updating git repository `https://github.com/oxidecomputer/falcon`
1662026-07-16T17:09:54.059ZFrom https://github.com/oxidecomputer/falcon
1672026-07-16T17:09:54.059Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
1682026-07-16T17:09:54.136Z Updating crates.io index
1692026-07-16T17:09:54.142Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1702026-07-16T17:09:54.508ZFrom https://github.com/oxidecomputer/dendrite
1712026-07-16T17:09:54.508Z * [new ref] 4871abc13ca21ee97c684f1d5ed363e8a86f3441 -> refs/commit/4871abc13ca21ee97c684f1d5ed363e8a86f3441
1722026-07-16T17:09:54.544Z Updating git repository `https://github.com/oxidecomputer/ispf`
1732026-07-16T17:09:54.788ZFrom https://github.com/oxidecomputer/ispf
1742026-07-16T17:09:54.789Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
1752026-07-16T17:09:54.793Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1762026-07-16T17:09:55.136ZFrom https://github.com/oxidecomputer/netadm-sys
1772026-07-16T17:09:55.136Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
1782026-07-16T17:09:55.144Z Updating git repository `https://github.com/oxidecomputer/omicron`
1792026-07-16T17:10:01.205ZFrom https://github.com/oxidecomputer/omicron
1802026-07-16T17:10:01.206Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
1812026-07-16T17:10:01.629Z Updating git repository `https://github.com/oxidecomputer/opte`
1822026-07-16T17:10:02.435ZFrom https://github.com/oxidecomputer/opte
1832026-07-16T17:10:02.435Z * [new ref] dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc -> refs/commit/dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc
1842026-07-16T17:10:02.465Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1852026-07-16T17:10:02.698ZFrom https://github.com/oxidecomputer/slog-error-chain
1862026-07-16T17:10:02.698Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
1872026-07-16T17:10:02.706Z Updating git repository `https://github.com/illumos/smf-rs`
1882026-07-16T17:10:02.971ZFrom https://github.com/illumos/smf-rs
1892026-07-16T17:10:02.972Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
1902026-07-16T17:10:02.985Z Updating git repository `https://github.com/oxidecomputer/network-interface`
1912026-07-16T17:10:03.286ZFrom https://github.com/oxidecomputer/network-interface
1922026-07-16T17:10:03.286Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
1932026-07-16T17:10:03.290Z Updating git repository `https://github.com/oxidecomputer/zone`
1942026-07-16T17:10:03.549ZFrom https://github.com/oxidecomputer/zone
1952026-07-16T17:10:03.549Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
1962026-07-16T17:10:03.555Z Updating git repository `https://github.com/oxidecomputer/propolis`
1972026-07-16T17:10:04.174ZFrom https://github.com/oxidecomputer/propolis
1982026-07-16T17:10:04.174Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
1992026-07-16T17:10:04.217Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2002026-07-16T17:10:04.707ZFrom https://github.com/oxidecomputer/transceiver-control
2012026-07-16T17:10:04.707Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
2022026-07-16T17:10:04.717Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2032026-07-16T17:10:04.955ZFrom https://github.com/oxidecomputer/dlpi-sys
2042026-07-16T17:10:04.955Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
2052026-07-16T17:10:04.960Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2062026-07-16T17:10:05.245ZFrom https://github.com/jmesmon/rust-libzfs
2072026-07-16T17:10:05.245Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
2082026-07-16T17:10:05.253Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2092026-07-16T17:10:05.528ZFrom https://github.com/oxidecomputer/rusty-doors
2102026-07-16T17:10:05.529Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
2112026-07-16T17:10:05.537Z Updating git repository `https://github.com/oxidecomputer/lldp`
2122026-07-16T17:10:05.855ZFrom https://github.com/oxidecomputer/lldp
2132026-07-16T17:10:05.855Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
2142026-07-16T17:10:05.868Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2152026-07-16T17:10:06.195ZFrom https://github.com/oxidecomputer/tufaceous
2162026-07-16T17:10:06.195Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
2172026-07-16T17:10:06.205Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2182026-07-16T17:10:06.718ZFrom https://github.com/oxidecomputer/management-gateway-service
2192026-07-16T17:10:06.718Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
2202026-07-16T17:10:06.730Z Updating git repository `https://github.com/oxidecomputer/crucible`
2212026-07-16T17:10:07.556ZFrom https://github.com/oxidecomputer/crucible
2222026-07-16T17:10:07.556Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
2232026-07-16T17:10:07.599Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2242026-07-16T17:10:07.882ZFrom https://github.com/oxidecomputer/serde_human_bytes
2252026-07-16T17:10:07.882Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
2262026-07-16T17:10:07.892Z Updating git repository `https://github.com/oxidecomputer/propolis`
2272026-07-16T17:10:08.320ZFrom https://github.com/oxidecomputer/propolis
2282026-07-16T17:10:08.320Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
2292026-07-16T17:10:08.363Z Updating git repository `https://github.com/oxidecomputer/crucible`
2302026-07-16T17:10:08.968ZFrom https://github.com/oxidecomputer/crucible
2312026-07-16T17:10:08.968Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
2322026-07-16T17:10:09.032Z Updating git repository `https://github.com/oxidecomputer/tofino`
2332026-07-16T17:10:09.385ZFrom https://github.com/oxidecomputer/tofino
2342026-07-16T17:10:09.385Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
2352026-07-16T17:10:09.396Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2362026-07-16T17:10:10.307ZFrom https://github.com/oxidecomputer/maghemite
2372026-07-16T17:10:10.307Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
2382026-07-16T17:10:10.340Z Updating git repository `https://github.com/oxidecomputer/clickward`
2392026-07-16T17:10:10.600ZFrom https://github.com/oxidecomputer/clickward
2402026-07-16T17:10:10.600Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
2412026-07-16T17:10:10.607Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2422026-07-16T17:10:10.977ZFrom https://github.com/oxidecomputer/illumos-devinfo
2432026-07-16T17:10:10.977Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
2442026-07-16T17:10:13.089Z Downloading crates ...
2452026-07-16T17:10:13.153Z Downloaded async-recursion v1.1.1
2462026-07-16T17:10:13.156Z Downloaded argon2 v0.5.3
2472026-07-16T17:10:13.156Z Downloaded anyhow v1.0.103
2482026-07-16T17:10:13.159Z Downloaded anstyle-query v1.1.5
2492026-07-16T17:10:13.170Z Downloaded adler2 v2.0.1
2502026-07-16T17:10:13.179Z Downloaded cfg_aliases v0.2.1
2512026-07-16T17:10:13.179Z Downloaded atomicwrites v0.4.4
2522026-07-16T17:10:13.184Z Downloaded darling v0.23.0
2532026-07-16T17:10:13.184Z Downloaded base16ct v0.2.0
2542026-07-16T17:10:13.185Z Downloaded autocfg v1.5.1
2552026-07-16T17:10:13.185Z Downloaded dof v0.4.0
2562026-07-16T17:10:13.185Z Downloaded ff v0.13.1
2572026-07-16T17:10:13.189Z Downloaded dof v0.3.0
2582026-07-16T17:10:13.189Z Downloaded byteorder v1.5.0
2592026-07-16T17:10:13.189Z Downloaded anstyle v1.0.14
2602026-07-16T17:10:13.189Z Downloaded dyn-clone v1.0.20
2612026-07-16T17:10:13.190Z Downloaded float-ord v0.3.2
2622026-07-16T17:10:13.190Z Downloaded dunce v1.0.5
2632026-07-16T17:10:13.190Z Downloaded dropshot-api-manager-types v0.7.2
2642026-07-16T17:10:13.193Z Downloaded anstream v1.0.0
2652026-07-16T17:10:13.193Z Downloaded errno v0.3.14
2662026-07-16T17:10:13.193Z Downloaded allocator-api2 v0.2.21
2672026-07-16T17:10:13.198Z Downloaded foreign-types v0.3.2
2682026-07-16T17:10:13.198Z Downloaded embedded-io v0.4.0
2692026-07-16T17:10:13.198Z Downloaded dtrace-parser v0.2.0
2702026-07-16T17:10:13.198Z Downloaded async-stream-impl v0.3.6
2712026-07-16T17:10:13.202Z Downloaded aead v0.5.2
2722026-07-16T17:10:13.202Z Downloaded fixedbitset v0.5.7
2732026-07-16T17:10:13.202Z Downloaded foldhash v0.2.0
2742026-07-16T17:10:13.203Z Downloaded bit-set v0.8.0
2752026-07-16T17:10:13.203Z Downloaded enum-as-inner v0.6.1
2762026-07-16T17:10:13.206Z Downloaded defmt-parser v1.0.0
2772026-07-16T17:10:13.206Z Downloaded bytecount v0.6.9
2782026-07-16T17:10:13.206Z Downloaded bit-vec v0.8.0
2792026-07-16T17:10:13.206Z Downloaded fixedbitset v0.4.2
2802026-07-16T17:10:13.206Z Downloaded fnv v1.0.7
2812026-07-16T17:10:13.209Z Downloaded const-random v0.1.18
2822026-07-16T17:10:13.209Z Downloaded erased-serde v0.3.31
2832026-07-16T17:10:13.212Z Downloaded colorchoice v1.0.5
2842026-07-16T17:10:13.212Z Downloaded block-buffer v0.10.4
2852026-07-16T17:10:13.212Z Downloaded embedded-io v0.6.1
2862026-07-16T17:10:13.213Z Downloaded dtrace-parser v0.3.0
2872026-07-16T17:10:13.216Z Downloaded digest v0.11.3
2882026-07-16T17:10:13.216Z Downloaded atomic-waker v1.1.2
2892026-07-16T17:10:13.216Z Downloaded digest v0.10.7
2902026-07-16T17:10:13.219Z Downloaded cfg-if v1.0.4
2912026-07-16T17:10:13.219Z Downloaded displaydoc v0.2.6
2922026-07-16T17:10:13.222Z Downloaded debug-ignore v1.0.5
2932026-07-16T17:10:13.222Z Downloaded const-random-macro v0.1.16
2942026-07-16T17:10:13.223Z Downloaded blake2 v0.10.6
2952026-07-16T17:10:13.226Z Downloaded equivalent v1.0.2
2962026-07-16T17:10:13.226Z Downloaded ciborium-ll v0.2.2
2972026-07-16T17:10:13.226Z Downloaded camino v1.2.4
2982026-07-16T17:10:13.226Z Downloaded anstyle-parse v1.0.0
2992026-07-16T17:10:13.233Z Downloaded async-stream v0.3.6
3002026-07-16T17:10:13.234Z Downloaded foldhash v0.1.5
3012026-07-16T17:10:13.235Z Downloaded fastrand v2.4.1
3022026-07-16T17:10:13.238Z Downloaded crypto-common v0.1.7
3032026-07-16T17:10:13.238Z Downloaded defmt v0.3.100
3042026-07-16T17:10:13.238Z Downloaded convert_case v0.4.0
3052026-07-16T17:10:13.239Z Downloaded deranged v0.5.8
3062026-07-16T17:10:13.239Z Downloaded darling_macro v0.21.3
3072026-07-16T17:10:13.239Z Downloaded cobs v0.3.0
3082026-07-16T17:10:13.239Z Downloaded either v1.16.0
3092026-07-16T17:10:13.239Z Downloaded crc8 v0.1.1
3102026-07-16T17:10:13.239Z Downloaded block-buffer v0.12.0
3112026-07-16T17:10:13.243Z Downloaded cpufeatures v0.2.17
3122026-07-16T17:10:13.243Z Downloaded compression-core v0.4.32
3132026-07-16T17:10:13.243Z Downloaded darling_macro v0.23.0
3142026-07-16T17:10:13.243Z Downloaded curve25519-dalek-derive v0.1.1
3152026-07-16T17:10:13.243Z Downloaded hash32 v0.3.1
3162026-07-16T17:10:13.247Z Downloaded foreign-types-shared v0.1.1
3172026-07-16T17:10:13.247Z Downloaded diff v0.1.13
3182026-07-16T17:10:13.248Z Downloaded bitflags v1.3.2
3192026-07-16T17:10:13.254Z Downloaded arc-swap v1.9.1
3202026-07-16T17:10:13.254Z Downloaded dropshot_endpoint v0.17.1
3212026-07-16T17:10:13.261Z Downloaded cstr-argument v0.1.2
3222026-07-16T17:10:13.261Z Downloaded hostname v0.3.1
3232026-07-16T17:10:13.262Z Downloaded ciborium-io v0.2.2
3242026-07-16T17:10:13.262Z Downloaded foreign-types-shared v0.3.1
3252026-07-16T17:10:13.262Z Downloaded crucible-workspace-hack v0.1.0
3262026-07-16T17:10:13.270Z Downloaded base16ct v1.0.0
3272026-07-16T17:10:13.270Z Downloaded cpufeatures v0.3.0
3282026-07-16T17:10:13.270Z Downloaded base64 v0.21.7
3292026-07-16T17:10:13.270Z Downloaded cmake v0.1.58
3302026-07-16T17:10:13.270Z Downloaded bs58 v0.5.1
3312026-07-16T17:10:13.270Z Downloaded form_urlencoded v1.2.2
3322026-07-16T17:10:13.276Z Downloaded defmt v1.1.0
3332026-07-16T17:10:13.276Z Downloaded crypto-common v0.2.2
3342026-07-16T17:10:13.276Z Downloaded elliptic-curve v0.13.8
3352026-07-16T17:10:13.276Z Downloaded hex v0.4.3
3362026-07-16T17:10:13.276Z Downloaded find-msvc-tools v0.1.9
3372026-07-16T17:10:13.279Z Downloaded clap_lex v1.1.0
3382026-07-16T17:10:13.279Z Downloaded futures-sink v0.3.32
3392026-07-16T17:10:13.279Z Downloaded derive-ex v0.1.8
3402026-07-16T17:10:13.280Z Downloaded defmt-macros v1.1.0
3412026-07-16T17:10:13.280Z Downloaded generic-array v0.14.7
3422026-07-16T17:10:13.284Z Downloaded futures-task v0.3.32
3432026-07-16T17:10:13.284Z Downloaded fxhash v0.2.1
3442026-07-16T17:10:13.284Z Downloaded futures-io v0.3.32
3452026-07-16T17:10:13.284Z Downloaded httpdate v1.0.3
3462026-07-16T17:10:13.291Z Downloaded ident_case v1.0.1
3472026-07-16T17:10:13.291Z Downloaded futures-core v0.3.32
3482026-07-16T17:10:13.291Z Downloaded heck v0.5.0
3492026-07-16T17:10:13.291Z Downloaded hubpack_derive v0.1.1
3502026-07-16T17:10:13.291Z Downloaded hubpack v0.1.2
3512026-07-16T17:10:13.295Z Downloaded heck v0.4.1
3522026-07-16T17:10:13.295Z Downloaded futures-macro v0.3.32
3532026-07-16T17:10:13.295Z Downloaded drift v0.2.0
3542026-07-16T17:10:13.299Z Downloaded git-stub-vcs v0.1.0
3552026-07-16T17:10:13.299Z Downloaded bcs v0.1.6
3562026-07-16T17:10:13.299Z Downloaded async-trait v0.1.89
3572026-07-16T17:10:13.302Z Downloaded indent_write v2.2.0
3582026-07-16T17:10:13.302Z Downloaded idna_adapter v1.2.2
3592026-07-16T17:10:13.302Z Downloaded hostname v0.4.2
3602026-07-16T17:10:13.308Z Downloaded internet-checksum v0.2.1
3612026-07-16T17:10:13.308Z Downloaded instant v0.1.13
3622026-07-16T17:10:13.308Z Downloaded inout v0.1.4
3632026-07-16T17:10:13.311Z Downloaded gethostname v0.5.0
3642026-07-16T17:10:13.311Z Downloaded foreign-types-macros v0.2.3
3652026-07-16T17:10:13.311Z Downloaded foreign-types v0.5.0
3662026-07-16T17:10:13.311Z Downloaded is-terminal v0.4.17
3672026-07-16T17:10:13.311Z Downloaded is_ci v1.2.0
3682026-07-16T17:10:13.311Z Downloaded backoff v0.4.0
3692026-07-16T17:10:13.316Z Downloaded data-encoding v2.11.0
3702026-07-16T17:10:13.316Z Downloaded cipher v0.4.4
3712026-07-16T17:10:13.316Z Downloaded crossbeam-deque v0.8.6
3722026-07-16T17:10:13.316Z Downloaded is_terminal_polyfill v1.70.2
3732026-07-16T17:10:13.320Z Downloaded git-stub v1.0.0
3742026-07-16T17:10:13.322Z Downloaded base64ct v1.8.3
3752026-07-16T17:10:13.322Z Downloaded itoa v1.0.18
3762026-07-16T17:10:13.322Z Downloaded crunchy v0.2.4
3772026-07-16T17:10:13.322Z Downloaded byte-wrapper v0.1.0
3782026-07-16T17:10:13.325Z Downloaded daft v0.1.7
3792026-07-16T17:10:13.325Z Downloaded group v0.13.0
3802026-07-16T17:10:13.328Z Downloaded const_format_proc_macros v0.2.34
3812026-07-16T17:10:13.328Z Downloaded glob v0.3.3
3822026-07-16T17:10:13.328Z Downloaded globset v0.4.18
3832026-07-16T17:10:13.331Z Downloaded cargo_toml v0.22.3
3842026-07-16T17:10:13.332Z Downloaded macaddr v1.0.1
3852026-07-16T17:10:13.335Z Downloaded ahash v0.8.12
3862026-07-16T17:10:13.335Z Downloaded konst_macro_rules v0.2.19
3872026-07-16T17:10:13.338Z Downloaded linked-hash-map v0.5.6
3882026-07-16T17:10:13.341Z Downloaded match_cfg v0.1.0
3892026-07-16T17:10:13.341Z Downloaded managed v0.8.0
3902026-07-16T17:10:13.344Z Downloaded lru-slab v0.1.2
3912026-07-16T17:10:13.344Z Downloaded lru-cache v0.1.2
3922026-07-16T17:10:13.345Z Downloaded expectorate v1.2.0
3932026-07-16T17:10:13.347Z Downloaded critical-section v1.2.0
3942026-07-16T17:10:13.351Z Downloaded derive-where v1.6.1
3952026-07-16T17:10:13.356Z Downloaded newline-converter v0.3.0
3962026-07-16T17:10:13.356Z Downloaded natord v1.0.9
3972026-07-16T17:10:13.356Z Downloaded http-body-util v0.1.3
3982026-07-16T17:10:13.360Z Downloaded hyper-rustls v0.27.9
3992026-07-16T17:10:13.360Z Downloaded num-conv v0.2.2
4002026-07-16T17:10:13.361Z Downloaded newtype-uuid-macros v0.1.0
4012026-07-16T17:10:13.361Z Downloaded http-body v1.0.1
4022026-07-16T17:10:13.369Z Downloaded daft-derive v0.1.7
4032026-07-16T17:10:13.369Z Downloaded memoffset v0.9.1
4042026-07-16T17:10:13.369Z Downloaded compression-codecs v0.4.38
4052026-07-16T17:10:13.376Z Downloaded highway v1.3.0
4062026-07-16T17:10:13.377Z Downloaded chacha20 v0.10.0
4072026-07-16T17:10:13.377Z Downloaded humantime v2.3.0
4082026-07-16T17:10:13.377Z Downloaded ipnetwork v0.21.1
4092026-07-16T17:10:13.377Z Downloaded ingot v0.1.1
4102026-07-16T17:10:13.377Z Downloaded console v0.16.3
4112026-07-16T17:10:13.377Z Downloaded csv-core v0.1.13
4122026-07-16T17:10:13.384Z Downloaded keccak v0.1.6
4132026-07-16T17:10:13.384Z Downloaded no-std-compat v0.4.1
4142026-07-16T17:10:13.384Z Downloaded lazy_static v1.5.0
4152026-07-16T17:10:13.384Z Downloaded num v0.4.3
4162026-07-16T17:10:13.384Z Downloaded newtype_derive v0.1.6
4172026-07-16T17:10:13.385Z Downloaded jobserver v0.1.34
4182026-07-16T17:10:13.385Z Downloaded ipnet v2.12.0
4192026-07-16T17:10:13.393Z Downloaded openssl-probe v0.2.1
4202026-07-16T17:10:13.393Z Downloaded bitflags v2.12.1
4212026-07-16T17:10:13.393Z Downloaded futures-channel v0.3.32
4222026-07-16T17:10:13.393Z Downloaded backon v1.6.0
4232026-07-16T17:10:13.393Z Downloaded darling v0.21.3
4242026-07-16T17:10:13.396Z Downloaded num_enum_derive v0.5.11
4252026-07-16T17:10:13.396Z Downloaded fs-err v3.3.0
4262026-07-16T17:10:13.396Z Downloaded memmap v0.7.0
4272026-07-16T17:10:13.396Z Downloaded bytes v1.11.1
4282026-07-16T17:10:13.399Z Downloaded opaque-debug v0.3.1
4292026-07-16T17:10:13.399Z Downloaded linear-map v1.2.0
4302026-07-16T17:10:13.399Z Downloaded libsw v3.5.0
4312026-07-16T17:10:13.404Z Downloaded darling_core v0.23.0
4322026-07-16T17:10:13.408Z Downloaded libscf-sys v1.2.0
4332026-07-16T17:10:13.408Z Downloaded cookie v0.18.1
4342026-07-16T17:10:13.408Z Downloaded hmac v0.12.1
4352026-07-16T17:10:13.408Z Downloaded percent-encoding v2.3.2
4362026-07-16T17:10:13.411Z Downloaded parse-display v0.10.0
4372026-07-16T17:10:13.412Z Downloaded futures-executor v0.3.32
4382026-07-16T17:10:13.412Z Downloaded crossbeam-epoch v0.9.18
4392026-07-16T17:10:13.412Z Downloaded crossbeam-utils v0.8.21
4402026-07-16T17:10:13.416Z Downloaded phf_shared v0.12.1
4412026-07-16T17:10:13.416Z Downloaded clap_derive v4.6.1
4422026-07-16T17:10:13.420Z Downloaded ciborium v0.2.2
4432026-07-16T17:10:13.420Z Downloaded mime v0.3.17
4442026-07-16T17:10:13.420Z Downloaded lock_api v0.4.14
4452026-07-16T17:10:13.420Z Downloaded num-derive v0.4.2
4462026-07-16T17:10:13.423Z Downloaded multer v3.1.0
4472026-07-16T17:10:13.423Z Downloaded httparse v1.10.1
4482026-07-16T17:10:13.426Z Downloaded num-complex v0.4.6
4492026-07-16T17:10:13.426Z Downloaded plain v0.2.3
4502026-07-16T17:10:13.426Z Downloaded console v0.15.11
4512026-07-16T17:10:13.429Z Downloaded chacha20 v0.9.1
4522026-07-16T17:10:13.429Z Downloaded camino-tempfile v1.4.1
4532026-07-16T17:10:13.432Z Downloaded powerfmt v0.2.0
4542026-07-16T17:10:13.432Z Downloaded newtype-uuid v1.3.2
4552026-07-16T17:10:13.436Z Downloaded num_enum v0.7.6
4562026-07-16T17:10:13.436Z Downloaded getrandom v0.2.17
4572026-07-16T17:10:13.439Z Downloaded iana-time-zone v0.1.65
4582026-07-16T17:10:13.439Z Downloaded num-integer v0.1.46
4592026-07-16T17:10:13.443Z Downloaded hybrid-array v0.4.12
4602026-07-16T17:10:13.443Z Downloaded pretty-hex v0.4.2
4612026-07-16T17:10:13.449Z Downloaded potential_utf v0.1.5
4622026-07-16T17:10:13.449Z Downloaded ingot-macros v0.1.1
4632026-07-16T17:10:13.449Z Downloaded proc-macro-error-attr v1.0.4
4642026-07-16T17:10:13.449Z Downloaded const-oid v0.10.2
4652026-07-16T17:10:13.449Z Downloaded colored v3.1.1
4662026-07-16T17:10:13.453Z Downloaded proc-macro-crate v3.5.0
4672026-07-16T17:10:13.453Z Downloaded proc-macro-crate v1.3.1
4682026-07-16T17:10:13.453Z Downloaded half v2.7.1
4692026-07-16T17:10:13.459Z Downloaded owo-colors v4.3.0
4702026-07-16T17:10:13.459Z Downloaded libsw-core v0.3.2
4712026-07-16T17:10:13.459Z Downloaded oxnet v0.1.6
4722026-07-16T17:10:13.467Z Downloaded getrandom v0.3.4
4732026-07-16T17:10:13.467Z Downloaded paste v1.0.15
4742026-07-16T17:10:13.467Z Downloaded parking_lot_core v0.8.6
4752026-07-16T17:10:13.472Z Downloaded progenitor-client v0.10.0
4762026-07-16T17:10:13.472Z Downloaded progenitor-client v0.14.0
4772026-07-16T17:10:13.472Z Downloaded progenitor-macro v0.14.0
4782026-07-16T17:10:13.472Z Downloaded progenitor-macro v0.10.0
4792026-07-16T17:10:13.472Z Downloaded derive_more v0.99.20
4802026-07-16T17:10:13.472Z Downloaded num_enum_derive v0.7.6
4812026-07-16T17:10:13.472Z Downloaded progenitor-macro v0.13.0
4822026-07-16T17:10:13.472Z Downloaded pem v3.0.6
4832026-07-16T17:10:13.477Z Downloaded flate2 v1.1.9
4842026-07-16T17:10:13.477Z Downloaded password-hash v0.5.0
4852026-07-16T17:10:13.477Z Downloaded quick-error v1.2.3
4862026-07-16T17:10:13.526Z Downloaded parse-display-derive v0.10.0
4872026-07-16T17:10:13.526Z Downloaded ref-cast-impl v1.0.25
4882026-07-16T17:10:13.527Z Downloaded rand_xorshift v0.4.0
4892026-07-16T17:10:13.527Z Downloaded crc32fast v1.5.0
4902026-07-16T17:10:13.527Z Downloaded num_enum v0.5.11
4912026-07-16T17:10:13.545Z Downloaded pkg-config v0.3.33
4922026-07-16T17:10:13.545Z Downloaded dropshot-api-manager v0.7.2
4932026-07-16T17:10:13.545Z Downloaded rand_chacha v0.3.1
4942026-07-16T17:10:13.545Z Downloaded phf v0.12.1
4952026-07-16T17:10:13.546Z Downloaded ref-cast v1.0.25
4962026-07-16T17:10:13.546Z Downloaded memmap2 v0.9.10
4972026-07-16T17:10:13.546Z Downloaded litemap v0.8.2
4982026-07-16T17:10:13.546Z Downloaded num-rational v0.4.2
4992026-07-16T17:10:13.546Z Downloaded openssl-macros v0.1.1
5002026-07-16T17:10:13.546Z Downloaded rustc_version v0.4.1
5012026-07-16T17:10:13.546Z Downloaded ppv-lite86 v0.2.21
5022026-07-16T17:10:13.546Z Downloaded pin-project-lite v0.2.17
5032026-07-16T17:10:13.546Z Downloaded poly1305 v0.8.0
5042026-07-16T17:10:13.546Z Downloaded port-file v0.1.0
5052026-07-16T17:10:13.546Z Downloaded indexmap v1.9.3
5062026-07-16T17:10:13.546Z Downloaded icu_provider v2.2.0
5072026-07-16T17:10:13.546Z Downloaded fs_extra v1.3.0
5082026-07-16T17:10:13.546Z Downloaded getrandom v0.4.2
5092026-07-16T17:10:13.546Z Downloaded proc-macro-error-attr2 v2.0.0
5102026-07-16T17:10:13.546Z Downloaded proc-macro-error v1.0.4
5112026-07-16T17:10:13.546Z Downloaded once_cell v1.21.4
5122026-07-16T17:10:13.546Z Downloaded darling_core v0.21.3
5132026-07-16T17:10:13.546Z Downloaded rustc-hash v2.1.2
5142026-07-16T17:10:13.546Z Downloaded clap v4.6.1
5152026-07-16T17:10:13.546Z Downloaded log v0.4.32
5162026-07-16T17:10:13.546Z Downloaded progenitor-extras v0.2.0
5172026-07-16T17:10:13.546Z Downloaded same-file v1.0.6
5182026-07-16T17:10:13.546Z Downloaded proc-macro-error2 v2.0.1
5192026-07-16T17:10:13.566Z Downloaded chacha20poly1305 v0.10.1
5202026-07-16T17:10:13.566Z Downloaded parking_lot_core v0.9.12
5212026-07-16T17:10:13.566Z Downloaded pest_generator v2.8.6
5222026-07-16T17:10:13.566Z Downloaded progenitor-client v0.13.0
5232026-07-16T17:10:13.567Z Downloaded progenitor v0.13.0
5242026-07-16T17:10:13.567Z Downloaded progenitor v0.10.0
5252026-07-16T17:10:13.567Z Downloaded pest_derive v2.8.6
5262026-07-16T17:10:13.567Z Downloaded rand_core v0.9.5
5272026-07-16T17:10:13.567Z Downloaded rand_core v0.6.4
5282026-07-16T17:10:13.567Z Downloaded icu_locale_core v2.2.0
5292026-07-16T17:10:13.567Z Downloaded serde_repr v0.1.20
5302026-07-16T17:10:13.567Z Downloaded secrecy v0.10.3
5312026-07-16T17:10:13.567Z Downloaded scopeguard v1.2.0
5322026-07-16T17:10:13.567Z Downloaded serde_plain v1.0.2
5332026-07-16T17:10:13.567Z Downloaded quote v1.0.45
5342026-07-16T17:10:13.583Z Downloaded scroll_derive v0.13.1
5352026-07-16T17:10:13.583Z Downloaded scroll_derive v0.12.1
5362026-07-16T17:10:13.584Z Downloaded cc v1.2.63
5372026-07-16T17:10:13.584Z Downloaded heapless v0.8.0
5382026-07-16T17:10:13.584Z Downloaded const_format v0.2.36
5392026-07-16T17:10:13.584Z Downloaded sha1 v0.11.0
5402026-07-16T17:10:13.584Z Downloaded sha1 v0.10.6
5412026-07-16T17:10:13.584Z Downloaded parking_lot v0.12.5
5422026-07-16T17:10:13.584Z Downloaded rustls-native-certs v0.8.4
5432026-07-16T17:10:13.584Z Downloaded resolv-conf v0.7.6
5442026-07-16T17:10:13.584Z Downloaded rand_chacha v0.9.0
5452026-07-16T17:10:13.584Z Downloaded num-traits v0.2.19
5462026-07-16T17:10:13.584Z Downloaded serde-big-array v0.5.1
5472026-07-16T17:10:13.584Z Downloaded serde_urlencoded v0.7.1
5482026-07-16T17:10:13.589Z Downloaded semver v0.1.20
5492026-07-16T17:10:13.589Z Downloaded indicatif v0.18.4
5502026-07-16T17:10:13.589Z Downloaded serde_spanned v0.6.9
5512026-07-16T17:10:13.589Z Downloaded icu_normalizer v2.2.0
5522026-07-16T17:10:13.590Z Downloaded siphasher v1.0.3
5532026-07-16T17:10:13.590Z Downloaded sigpipe v0.1.3
5542026-07-16T17:10:13.590Z Downloaded icu_properties v2.2.0
5552026-07-16T17:10:13.590Z Downloaded icu_normalizer_data v2.2.0
5562026-07-16T17:10:13.590Z Downloaded postcard v1.1.3
5572026-07-16T17:10:13.590Z Downloaded futures v0.3.32
5582026-07-16T17:10:13.600Z Downloaded parking_lot v0.11.2
5592026-07-16T17:10:13.600Z Downloaded base64 v0.22.1
5602026-07-16T17:10:13.600Z Downloaded pin-project-internal v1.1.13
5612026-07-16T17:10:13.601Z Downloaded serial_test v3.5.0
5622026-07-16T17:10:13.612Z Downloaded omicron-workspace-hack v0.1.0
5632026-07-16T17:10:13.612Z Downloaded olpc-cjson v0.1.4
5642026-07-16T17:10:13.612Z Downloaded rustc_version v0.1.7
5652026-07-16T17:10:13.612Z Downloaded smawk v0.3.2
5662026-07-16T17:10:13.612Z Downloaded rand_core v0.10.1
5672026-07-16T17:10:13.613Z Downloaded num_threads v0.1.7
5682026-07-16T17:10:13.613Z Downloaded num-iter v0.1.45
5692026-07-16T17:10:13.613Z Downloaded cancel-safe-futures v0.1.5
5702026-07-16T17:10:13.613Z Downloaded slog-bunyan v2.5.0
5712026-07-16T17:10:13.613Z Downloaded structmeta v0.3.0
5722026-07-16T17:10:13.613Z Downloaded stable_deref_trait v1.2.1
5732026-07-16T17:10:13.613Z Downloaded spin v0.5.2
5742026-07-16T17:10:13.624Z Downloaded konst v0.2.20
5752026-07-16T17:10:13.625Z Downloaded rusty-fork v0.3.1
5762026-07-16T17:10:13.625Z Downloaded progenitor v0.14.0
5772026-07-16T17:10:13.625Z Downloaded papergrid v0.11.0
5782026-07-16T17:10:13.625Z Downloaded oxide-tokio-rt v0.1.6
5792026-07-16T17:10:13.625Z Downloaded miniz_oxide v0.8.9
5802026-07-16T17:10:13.625Z Downloaded serial_test_derive v3.5.0
5812026-07-16T17:10:13.632Z Downloaded serde_tokenstream v0.2.3
5822026-07-16T17:10:13.632Z Downloaded serde_path_to_error v0.1.20
5832026-07-16T17:10:13.632Z Downloaded strum v0.27.2
5842026-07-16T17:10:13.632Z Downloaded serde_derive_internals v0.29.1
5852026-07-16T17:10:13.632Z Downloaded schemars_derive v0.8.22
5862026-07-16T17:10:13.632Z Downloaded swrite v0.1.0
5872026-07-16T17:10:13.632Z Downloaded subtle v2.6.1
5882026-07-16T17:10:13.632Z Downloaded strum v0.26.3
5892026-07-16T17:10:13.632Z Downloaded tabwriter v1.4.1
5902026-07-16T17:10:13.632Z Downloaded tabled_derive v0.11.0
5912026-07-16T17:10:13.632Z Downloaded tabled_derive v0.7.0
5922026-07-16T17:10:13.632Z Downloaded tagptr v0.2.0
5932026-07-16T17:10:13.632Z Downloaded sync_wrapper v1.0.2
5942026-07-16T17:10:13.632Z Downloaded structmeta-derive v0.3.0
5952026-07-16T17:10:13.632Z Downloaded strsim v0.11.1
5962026-07-16T17:10:13.632Z Downloaded quinn-udp v0.5.14
5972026-07-16T17:10:13.637Z Downloaded crypto-bigint v0.5.5
5982026-07-16T17:10:13.637Z Downloaded rustversion v1.0.22
5992026-07-16T17:10:13.643Z Downloaded rustls-pemfile v2.2.0
6002026-07-16T17:10:13.643Z Downloaded icu_collections v2.2.0
6012026-07-16T17:10:13.646Z Downloaded supports-color v3.0.2
6022026-07-16T17:10:13.646Z Downloaded slab v0.4.12
6032026-07-16T17:10:13.646Z Downloaded slog-envlogger v2.2.0
6042026-07-16T17:10:13.646Z Downloaded simd-adler32 v0.3.9
6052026-07-16T17:10:13.654Z Downloaded proc-macro2 v1.0.106
6062026-07-16T17:10:13.654Z Downloaded crossbeam-channel v0.5.15
6072026-07-16T17:10:13.659Z Downloaded papergrid v0.18.0
6082026-07-16T17:10:13.659Z Downloaded testing_table v0.3.0
6092026-07-16T17:10:13.659Z Downloaded jiff-static v0.2.28
6102026-07-16T17:10:13.663Z Downloaded openssl-sys v0.9.116
6112026-07-16T17:10:13.663Z Downloaded smartstring v1.0.1
6122026-07-16T17:10:13.663Z Downloaded hickory-resolver v0.25.2
6132026-07-16T17:10:13.669Z Downloaded smf v0.2.3
6142026-07-16T17:10:13.669Z Downloaded thread-id v4.2.2
6152026-07-16T17:10:13.669Z Downloaded terminal_size v0.4.4
6162026-07-16T17:10:13.674Z Downloaded thread-id v5.1.0
6172026-07-16T17:10:13.675Z Downloaded termtree v0.5.1
6182026-07-16T17:10:13.675Z Downloaded hashbrown v0.12.3
6192026-07-16T17:10:13.675Z Downloaded http v1.4.2
6202026-07-16T17:10:13.679Z Downloaded slog-dtrace v0.3.0
6212026-07-16T17:10:13.679Z Downloaded slog-async v2.8.0
6222026-07-16T17:10:13.679Z Downloaded slog-scope v4.4.1
6232026-07-16T17:10:13.679Z Downloaded rhai_codegen v3.2.0
6242026-07-16T17:10:13.684Z Downloaded time-core v0.1.8
6252026-07-16T17:10:13.689Z Downloaded tinyvec_macros v0.1.1
6262026-07-16T17:10:13.689Z Downloaded slog-json v2.6.1
6272026-07-16T17:10:13.689Z Downloaded scroll v0.13.0
6282026-07-16T17:10:13.689Z Downloaded rustls-pki-types v1.14.1
6292026-07-16T17:10:13.692Z Downloaded progenitor-impl v0.14.0
6302026-07-16T17:10:13.692Z Downloaded scroll v0.12.0
6312026-07-16T17:10:13.692Z Downloaded slog-term v2.9.2
6322026-07-16T17:10:13.692Z Downloaded static_assertions v1.1.0
6332026-07-16T17:10:13.697Z Downloaded pin-project v1.1.13
6342026-07-16T17:10:13.700Z Downloaded tokio-macros v2.7.0
6352026-07-16T17:10:13.700Z Downloaded pest_meta v2.8.6
6362026-07-16T17:10:13.703Z Downloaded minimal-lexical v0.2.1
6372026-07-16T17:10:13.708Z Downloaded toml_datetime v0.6.11
6382026-07-16T17:10:13.708Z Downloaded take_mut v0.2.2
6392026-07-16T17:10:13.708Z Downloaded thiserror-impl-no-std v2.0.2
6402026-07-16T17:10:13.713Z Downloaded slog-stdlog v4.1.1
6412026-07-16T17:10:13.713Z Downloaded memchr v2.8.1
6422026-07-16T17:10:13.714Z Downloaded typeid v1.0.3
6432026-07-16T17:10:13.719Z Downloaded tower-service v0.3.3
6442026-07-16T17:10:13.719Z Downloaded serde_with_macros v3.20.0
6452026-07-16T17:10:13.720Z Downloaded tower-layer v0.3.3
6462026-07-16T17:10:13.720Z Downloaded semver v1.0.28
6472026-07-16T17:10:13.720Z Downloaded signal-hook-registry v1.4.8
6482026-07-16T17:10:13.720Z Downloaded thiserror v1.0.69
6492026-07-16T17:10:13.724Z Downloaded snafu-derive v0.8.9
6502026-07-16T17:10:13.724Z Downloaded thiserror v2.0.18
6512026-07-16T17:10:13.732Z Downloaded try-lock v0.2.5
6522026-07-16T17:10:13.732Z Downloaded toml_write v0.1.2
6532026-07-16T17:10:13.732Z Downloaded thiserror-no-std v2.0.2
6542026-07-16T17:10:13.736Z Downloaded thiserror-impl v2.0.18
6552026-07-16T17:10:13.736Z Downloaded unarray v0.1.4
6562026-07-16T17:10:13.736Z Downloaded shlex v2.0.1
6572026-07-16T17:10:13.736Z Downloaded sha2 v0.10.9
6582026-07-16T17:10:13.736Z Downloaded pretty_assertions v1.4.1
6592026-07-16T17:10:13.736Z Downloaded serde_spanned v1.1.1
6602026-07-16T17:10:13.737Z Downloaded hickory-resolver v0.24.4
6612026-07-16T17:10:13.741Z Downloaded serde_derive v1.0.228
6622026-07-16T17:10:13.745Z Downloaded ingot-types v0.1.2
6632026-07-16T17:10:13.745Z Downloaded strum_macros v0.27.2
6642026-07-16T17:10:13.745Z Downloaded spin v0.9.8
6652026-07-16T17:10:13.750Z Downloaded strum_macros v0.26.4
6662026-07-16T17:10:13.750Z Downloaded unicode-xid v0.2.6
6672026-07-16T17:10:13.753Z Downloaded typify-macro v0.4.3
6682026-07-16T17:10:13.753Z Downloaded untrusted v0.9.0
6692026-07-16T17:10:13.753Z Downloaded universal-hash v0.5.1
6702026-07-16T17:10:13.756Z Downloaded typify-macro v0.6.2
6712026-07-16T17:10:13.761Z Downloaded progenitor-impl v0.10.0
6722026-07-16T17:10:13.761Z Downloaded thread_local v1.1.9
6732026-07-16T17:10:13.761Z Downloaded thiserror-impl v1.0.69
6742026-07-16T17:10:13.765Z Downloaded schemars v0.8.22
6752026-07-16T17:10:13.772Z Downloaded utf8_iter v1.0.4
6762026-07-16T17:10:13.772Z Downloaded untrusted v0.7.1
6772026-07-16T17:10:13.772Z Downloaded unit-prefix v0.5.2
6782026-07-16T17:10:13.775Z Downloaded tinystr v0.8.3
6792026-07-16T17:10:13.775Z Downloaded toml_datetime v0.7.5+spec-1.1.0
6802026-07-16T17:10:13.776Z Downloaded tiny-keccak v2.0.2
6812026-07-16T17:10:13.776Z Downloaded smallvec v1.15.1
6822026-07-16T17:10:13.776Z Downloaded tokio-dtrace v0.1.1
6832026-07-16T17:10:13.781Z Downloaded similar v2.7.0
6842026-07-16T17:10:13.781Z Downloaded utf-8 v0.7.6
6852026-07-16T17:10:13.781Z Downloaded usdt-macro v0.6.0
6862026-07-16T17:10:13.786Z Downloaded usdt-attr-macro v0.6.0
6872026-07-16T17:10:13.786Z Downloaded wait-timeout v0.2.1
6882026-07-16T17:10:13.786Z Downloaded version_check v0.9.5
6892026-07-16T17:10:13.786Z Downloaded usdt v0.5.0
6902026-07-16T17:10:13.786Z Downloaded usdt-attr-macro v0.5.0
6912026-07-16T17:10:13.786Z Downloaded synstructure v0.13.2
6922026-07-16T17:10:13.786Z Downloaded want v0.3.1
6932026-07-16T17:10:13.791Z Downloaded toml_datetime v1.1.1+spec-1.1.0
6942026-07-16T17:10:13.791Z Downloaded tokio-tungstenite v0.21.0
6952026-07-16T17:10:13.799Z Downloaded usdt-macro v0.5.0
6962026-07-16T17:10:13.799Z Downloaded toml_writer v1.1.1+spec-1.1.0
6972026-07-16T17:10:13.799Z Downloaded rand v0.8.6
6982026-07-16T17:10:13.805Z Downloaded qorb v0.4.1
6992026-07-16T17:10:13.805Z Downloaded time-macros v0.2.27
7002026-07-16T17:10:13.809Z Downloaded prettyplease v0.2.37
7012026-07-16T17:10:13.812Z Downloaded socket2 v0.6.4
7022026-07-16T17:10:13.812Z Downloaded indexmap v2.14.0
7032026-07-16T17:10:13.817Z Downloaded mio v1.2.1
7042026-07-16T17:10:13.822Z Downloaded tempfile v3.27.0
7052026-07-16T17:10:13.822Z Downloaded unicode-linebreak v0.1.5
7062026-07-16T17:10:13.822Z Downloaded term v1.2.1
7072026-07-16T17:10:13.822Z Downloaded yoke-derive v0.8.2
7082026-07-16T17:10:13.826Z Downloaded aho-corasick v1.1.4
7092026-07-16T17:10:13.829Z Downloaded zerofrom v0.1.8
7102026-07-16T17:10:13.833Z Downloaded progenitor-impl v0.13.0
7112026-07-16T17:10:13.837Z Downloaded rustls-platform-verifier v0.7.0
7122026-07-16T17:10:13.837Z Downloaded usdt-impl v0.5.0
7132026-07-16T17:10:13.843Z Downloaded tokio-stream v0.1.18
7142026-07-16T17:10:13.843Z Downloaded utf8parse v0.2.2
7152026-07-16T17:10:13.843Z Downloaded usdt-impl v0.6.0
7162026-07-16T17:10:13.844Z Downloaded zone_cfg_derive v0.3.1
7172026-07-16T17:10:13.849Z Downloaded quinn v0.11.9
7182026-07-16T17:10:13.849Z Downloaded zeroize_derive v1.4.3
7192026-07-16T17:10:13.849Z Downloaded zerofrom-derive v0.1.7
7202026-07-16T17:10:13.849Z Downloaded serde_core v1.0.228
7212026-07-16T17:10:13.849Z Downloaded toml v0.8.23
7222026-07-16T17:10:13.854Z Downloaded async-compression v0.4.42
7232026-07-16T17:10:13.854Z Downloaded textwrap v0.16.2
7242026-07-16T17:10:13.859Z Downloaded vsss-rs v3.3.4
7252026-07-16T17:10:13.859Z Downloaded serde_yaml v0.9.34+deprecated
7262026-07-16T17:10:13.859Z Downloaded zone v0.3.1
7272026-07-16T17:10:13.859Z Downloaded whoami v1.6.1
7282026-07-16T17:10:13.863Z Downloaded ryu v1.0.23
7292026-07-16T17:10:13.864Z Downloaded waitgroup v0.1.2
7302026-07-16T17:10:13.864Z Downloaded rayon-core v1.13.0
7312026-07-16T17:10:13.869Z Downloaded xz2 v0.1.7
7322026-07-16T17:10:13.869Z Downloaded snafu v0.8.9
7332026-07-16T17:10:13.870Z Downloaded hyper-util v0.1.20
7342026-07-16T17:10:13.873Z Downloaded writeable v0.6.3
7352026-07-16T17:10:13.873Z Downloaded schemars v0.9.0
7362026-07-16T17:10:13.882Z Downloaded tinyvec v1.11.0
7372026-07-16T17:10:13.886Z Downloaded serde v1.0.228
7382026-07-16T17:10:13.887Z Downloaded tracing-attributes v0.1.31
7392026-07-16T17:10:13.887Z Downloaded test-strategy v0.4.5
7402026-07-16T17:10:13.887Z Downloaded nom v7.1.3
7412026-07-16T17:10:13.893Z Downloaded hashbrown v0.16.1
7422026-07-16T17:10:13.897Z Downloaded ucd-trie v0.1.7
7432026-07-16T17:10:13.897Z Downloaded thin-vec v0.2.18
7442026-07-16T17:10:13.897Z Downloaded slog v2.8.2
7452026-07-16T17:10:13.897Z Downloaded walkdir v2.5.0
7462026-07-16T17:10:13.897Z Downloaded schemars v1.2.1
7472026-07-16T17:10:13.906Z Downloaded zmij v1.0.21
7482026-07-16T17:10:13.910Z Downloaded zerovec-derive v0.11.3
7492026-07-16T17:10:13.910Z Downloaded rand v0.9.4
7502026-07-16T17:10:13.910Z Downloaded zeroize v1.8.2
7512026-07-16T17:10:13.910Z Downloaded usdt v0.6.0
7522026-07-16T17:10:13.911Z Downloaded toml v1.1.2+spec-1.1.0
7532026-07-16T17:10:13.916Z Downloaded toml v0.9.12+spec-1.1.0
7542026-07-16T17:10:13.916Z Downloaded hashbrown v0.17.1
7552026-07-16T17:10:13.923Z Downloaded hashbrown v0.15.5
7562026-07-16T17:10:13.935Z Downloaded typify v0.6.2
7572026-07-16T17:10:13.935Z Downloaded typify v0.4.3
7582026-07-16T17:10:13.935Z Downloaded toml_parser v1.1.2+spec-1.1.0
7592026-07-16T17:10:13.935Z Downloaded tokio-rustls v0.26.4
7602026-07-16T17:10:13.943Z Downloaded zerocopy-derive v0.7.35
7612026-07-16T17:10:13.943Z Downloaded idna v1.1.0
7622026-07-16T17:10:13.943Z Downloaded unicode-ident v1.0.24
7632026-07-16T17:10:13.943Z Downloaded rustls-webpki v0.103.13
7642026-07-16T17:10:13.943Z Downloaded tracing-core v0.1.36
7652026-07-16T17:10:13.943Z Downloaded tungstenite v0.21.0
7662026-07-16T17:10:13.947Z Downloaded itertools v0.12.1
7672026-07-16T17:10:13.947Z Downloaded pest v2.8.6
7682026-07-16T17:10:13.947Z Downloaded unsafe-libyaml v0.2.11
7692026-07-16T17:10:13.951Z Downloaded hkdf v0.12.4
7702026-07-16T17:10:13.958Z Downloaded hyper v1.10.1
7712026-07-16T17:10:13.964Z Downloaded uuid v1.23.5
7722026-07-16T17:10:13.964Z Downloaded toml_edit v0.25.12+spec-1.1.0
7732026-07-16T17:10:13.964Z Downloaded toml_edit v0.22.27
7742026-07-16T17:10:13.969Z Downloaded rand v0.10.2
7752026-07-16T17:10:13.972Z Downloaded itertools v0.15.0
7762026-07-16T17:10:13.976Z Downloaded nom v8.0.0
7772026-07-16T17:10:13.976Z Downloaded yoke v0.8.3
7782026-07-16T17:10:13.981Z Downloaded futures-util v0.3.32
7792026-07-16T17:10:13.985Z Downloaded itertools v0.14.0
7802026-07-16T17:10:13.992Z Downloaded libm v0.2.16
7812026-07-16T17:10:13.997Z Downloaded goblin v0.8.2
7822026-07-16T17:10:14.002Z Downloaded clap_builder v4.6.0
7832026-07-16T17:10:14.014Z Downloaded yansi v1.0.1
7842026-07-16T17:10:14.023Z Downloaded steno v0.4.1
7852026-07-16T17:10:14.028Z Downloaded url v2.5.8
7862026-07-16T17:10:14.032Z Downloaded iddqd v0.4.5
7872026-07-16T17:10:14.038Z Downloaded regex v1.12.3
7882026-07-16T17:10:14.038Z Downloaded toml_edit v0.19.15
7892026-07-16T17:10:14.046Z Downloaded h2 v0.4.14
7902026-07-16T17:10:14.050Z Downloaded ron v0.12.1
7912026-07-16T17:10:14.055Z Downloaded zerocopy-derive v0.8.50
7922026-07-16T17:10:14.062Z Downloaded zerotrie v0.2.4
7932026-07-16T17:10:14.071Z Downloaded icu_properties_data v2.2.0
7942026-07-16T17:10:14.076Z Downloaded tower v0.5.3
7952026-07-16T17:10:14.076Z Downloaded unicode-segmentation v1.13.3
7962026-07-16T17:10:14.136Z Downloaded typenum v1.20.1
7972026-07-16T17:10:14.136Z Downloaded typed-path v0.9.3
7982026-07-16T17:10:14.144Z Downloaded reqwest v0.13.4
7992026-07-16T17:10:14.145Z Downloaded reqwest v0.12.28
8002026-07-16T17:10:14.145Z Downloaded aws-lc-rs v1.17.0
8012026-07-16T17:10:14.145Z Downloaded rayon v1.12.0
8022026-07-16T17:10:14.145Z Downloaded unicode-normalization v0.1.25
8032026-07-16T17:10:14.145Z Downloaded tokio-util v0.7.18
8042026-07-16T17:10:14.145Z Downloaded portable-atomic v1.13.1
8052026-07-16T17:10:14.145Z Downloaded serde_json v1.0.150
8062026-07-16T17:10:14.145Z Downloaded zerovec v0.11.6
8072026-07-16T17:10:14.158Z Downloaded proptest v1.11.0
8082026-07-16T17:10:14.168Z Downloaded tower-http v0.6.11
8092026-07-16T17:10:14.169Z Downloaded tough v0.22.0
8102026-07-16T17:10:14.180Z Downloaded serde_with v3.20.0
8112026-07-16T17:10:14.180Z Downloaded moka v0.12.15
8122026-07-16T17:10:14.189Z Downloaded winnow v0.5.40
8132026-07-16T17:10:14.189Z Downloaded goblin v0.10.7
8142026-07-16T17:10:14.200Z Downloaded zerocopy v0.7.35
8152026-07-16T17:10:14.207Z Downloaded tabled v0.15.0
8162026-07-16T17:10:14.214Z Downloaded chrono v0.4.45
8172026-07-16T17:10:14.224Z Downloaded dropshot v0.17.1
8182026-07-16T17:10:14.237Z Downloaded winnow v0.7.15
8192026-07-16T17:10:14.242Z Downloaded quinn-proto v0.11.14
8202026-07-16T17:10:14.245Z Downloaded syn v1.0.109
8212026-07-16T17:10:14.251Z Downloaded winnow v1.0.3
8222026-07-16T17:10:14.257Z Downloaded tabled v0.21.0
8232026-07-16T17:10:14.265Z Downloaded curve25519-dalek v4.1.3
8242026-07-16T17:10:14.272Z Downloaded openssl v0.10.80
8252026-07-16T17:10:14.278Z Downloaded webpki-roots v1.0.7
8262026-07-16T17:10:14.294Z Downloaded unicode-width v0.2.2
8272026-07-16T17:10:14.299Z Downloaded unicode-width v0.1.14
8282026-07-16T17:10:14.299Z Downloaded vcpkg v0.2.15
8292026-07-16T17:10:14.317Z Downloaded smoltcp v0.11.0
8302026-07-16T17:10:14.323Z Downloaded bstr v1.12.1
8312026-07-16T17:10:14.329Z Downloaded rhai v1.25.1
8322026-07-16T17:10:14.335Z Downloaded zerocopy v0.8.50
8332026-07-16T17:10:14.346Z Downloaded syn v2.0.117
8342026-07-16T17:10:14.351Z Downloaded rustix v0.38.44
8352026-07-16T17:10:14.365Z Downloaded hickory-proto v0.25.2
8362026-07-16T17:10:14.373Z Downloaded rustix v1.1.4
8372026-07-16T17:10:14.386Z Downloaded regress v0.10.5
8382026-07-16T17:10:14.390Z Downloaded regress v0.11.1
8392026-07-16T17:10:14.395Z Downloaded nix v0.31.3
8402026-07-16T17:10:14.402Z Downloaded regex-syntax v0.8.10
8412026-07-16T17:10:14.406Z Downloaded tracing v0.1.44
8422026-07-16T17:10:14.419Z Downloaded rustls v0.23.40
8432026-07-16T17:10:14.427Z Downloaded hickory-proto v0.24.4
8442026-07-16T17:10:14.434Z Downloaded typify-impl v0.6.2
8452026-07-16T17:10:14.440Z Downloaded typify-impl v0.4.3
8462026-07-16T17:10:14.452Z Downloaded openapiv3 v2.2.0
8472026-07-16T17:10:14.456Z Downloaded time v0.3.47
8482026-07-16T17:10:14.468Z Downloaded sled v0.34.7
8492026-07-16T17:10:14.474Z Downloaded petgraph v0.6.5
8502026-07-16T17:10:14.486Z Downloaded jiff v0.2.28
8512026-07-16T17:10:14.497Z Downloaded libc v0.2.186
8522026-07-16T17:10:14.532Z Downloaded encoding_rs v0.8.35
8532026-07-16T17:10:14.544Z Downloaded regex-automata v0.4.14
8542026-07-16T17:10:14.586Z Downloaded lzma-sys v0.1.20
8552026-07-16T17:10:14.601Z Downloaded chrono-tz v0.10.4
8562026-07-16T17:10:14.619Z Downloaded petgraph v0.8.3
8572026-07-16T17:10:14.638Z Downloaded sha3 v0.10.9
8582026-07-16T17:10:14.641Z Downloaded csv v1.4.0
8592026-07-16T17:10:14.652Z Downloaded tokio v1.52.3
8602026-07-16T17:10:14.731Z Downloaded ring v0.17.14
8612026-07-16T17:10:15.238Z Downloaded aws-lc-sys v0.41.0
8622026-07-16T17:10:15.796Z Compiling proc-macro2 v1.0.106
8632026-07-16T17:10:15.796Z Compiling quote v1.0.45
8642026-07-16T17:10:15.796Z Compiling unicode-ident v1.0.24
8652026-07-16T17:10:15.796Z Compiling serde_core v1.0.228
8662026-07-16T17:10:15.796Z Compiling serde v1.0.228
8672026-07-16T17:10:15.800Z Compiling libc v0.2.186
8682026-07-16T17:10:15.800Z Compiling zmij v1.0.21
8692026-07-16T17:10:15.800Z Compiling autocfg v1.5.1
8702026-07-16T17:10:16.160Z Compiling libm v0.2.16
8712026-07-16T17:10:16.535Z Compiling icu_properties_data v2.2.0
8722026-07-16T17:10:16.535Z Compiling icu_normalizer_data v2.2.0
8732026-07-16T17:10:16.544Z Compiling serde_json v1.0.150
8742026-07-16T17:10:16.689Z Compiling num-traits v0.2.19
8752026-07-16T17:10:16.916Z Compiling getrandom v0.4.2
8762026-07-16T17:10:16.941Z Compiling thiserror v2.0.18
8772026-07-16T17:10:17.048Z Compiling version_check v0.9.5
8782026-07-16T17:10:17.480Z Compiling syn v2.0.117
8792026-07-16T17:10:17.504Z Compiling memchr v2.8.1
8802026-07-16T17:10:17.540Z Compiling schemars v0.8.22
8812026-07-16T17:10:17.605Z Checking cfg-if v1.0.4
8822026-07-16T17:10:17.660Z Compiling parking_lot_core v0.9.12
8832026-07-16T17:10:17.756Z Compiling zerocopy v0.8.50
8842026-07-16T17:10:17.834Z Compiling heck v0.5.0
8852026-07-16T17:10:18.008Z Compiling portable-atomic v1.13.1
8862026-07-16T17:10:18.056Z Compiling rustversion v1.0.22
8872026-07-16T17:10:18.110Z Compiling itoa v1.0.18
8882026-07-16T17:10:18.243Z Compiling jobserver v0.1.34
8892026-07-16T17:10:18.308Z Compiling shlex v2.0.1
8902026-07-16T17:10:18.465Z Compiling find-msvc-tools v0.1.9
8912026-07-16T17:10:18.710Z Compiling cc v1.2.63
8922026-07-16T17:10:19.005Z Compiling fs_extra v1.3.0
8932026-07-16T17:10:19.023Z Compiling dunce v1.0.5
8942026-07-16T17:10:19.044Z Compiling semver v1.0.28
8952026-07-16T17:10:19.124Z Compiling log v0.4.32
8962026-07-16T17:10:19.144Z Compiling httparse v1.10.1
8972026-07-16T17:10:19.163Z Compiling slog v2.8.2
8982026-07-16T17:10:19.278Z Compiling getrandom v0.3.4
8992026-07-16T17:10:19.320Z Compiling rustix v1.1.4
9002026-07-16T17:10:19.450Z Checking stable_deref_trait v1.2.1
9012026-07-16T17:10:19.472Z Compiling equivalent v1.0.2
9022026-07-16T17:10:19.528Z Compiling cmake v0.1.58
9032026-07-16T17:10:19.594Z Compiling thiserror v1.0.69
9042026-07-16T17:10:19.762Z Checking writeable v0.6.3
9052026-07-16T17:10:19.821Z Checking litemap v0.8.2
9062026-07-16T17:10:19.889Z Checking utf8_iter v1.0.4
9072026-07-16T17:10:19.926Z Compiling aws-lc-rs v1.17.0
9082026-07-16T17:10:19.967Z Checking percent-encoding v2.3.2
9092026-07-16T17:10:20.070Z Compiling aws-lc-sys v0.41.0
9102026-07-16T17:10:20.100Z Compiling ring v0.17.14
9112026-07-16T17:10:20.140Z Checking form_urlencoded v1.2.2
9122026-07-16T17:10:20.161Z Compiling anyhow v1.0.103
9132026-07-16T17:10:20.267Z Compiling rustls v0.23.40
9142026-07-16T17:10:20.286Z Compiling ucd-trie v0.1.7
9152026-07-16T17:10:20.531Z Compiling synstructure v0.13.2
9162026-07-16T17:10:20.553Z Compiling serde_derive_internals v0.29.1
9172026-07-16T17:10:20.599Z Compiling pest v2.8.6
9182026-07-16T17:10:20.801Z Compiling regex-syntax v0.8.10
9192026-07-16T17:10:21.082Z Compiling aho-corasick v1.1.4
9202026-07-16T17:10:21.439Z Compiling crossbeam-utils v0.8.21
9212026-07-16T17:10:21.686Z Compiling hashbrown v0.17.1
9222026-07-16T17:10:21.706Z Compiling serde_derive v1.0.228
9232026-07-16T17:10:21.763Z Compiling zerofrom-derive v0.1.7
9242026-07-16T17:10:21.837Z Compiling yoke-derive v0.8.2
9252026-07-16T17:10:22.165Z Compiling zerovec-derive v0.11.3
9262026-07-16T17:10:22.500Z Compiling displaydoc v0.2.6
9272026-07-16T17:10:22.856Z Compiling schemars_derive v0.8.22
9282026-07-16T17:10:22.970Z Compiling thiserror-impl v2.0.18
9292026-07-16T17:10:22.994Z Compiling tokio-macros v2.7.0
9302026-07-16T17:10:23.301Z Compiling zeroize_derive v1.4.3
9312026-07-16T17:10:23.334Z Compiling zerocopy-derive v0.8.50
9322026-07-16T17:10:23.752Z Compiling futures-macro v0.3.32
9332026-07-16T17:10:23.977Z Compiling tracing-attributes v0.1.31
9342026-07-16T17:10:24.046Z Checking zerofrom v0.1.8
9352026-07-16T17:10:24.166Z Checking yoke v0.8.3
9362026-07-16T17:10:24.577Z Compiling thiserror-impl v1.0.69
9372026-07-16T17:10:24.688Z Checking zerovec v0.11.6
9382026-07-16T17:10:24.732Z Checking zerotrie v0.2.4
9392026-07-16T17:10:24.754Z Checking smallvec v1.15.1
9402026-07-16T17:10:24.778Z Compiling serde_tokenstream v0.2.3
9412026-07-16T17:10:24.833Z Checking bytes v1.11.1
9422026-07-16T17:10:25.069Z Compiling pest_meta v2.8.6
9432026-07-16T17:10:25.151Z Checking tinystr v0.8.3
9442026-07-16T17:10:25.173Z Checking potential_utf v0.1.5
9452026-07-16T17:10:25.194Z Compiling regex-automata v0.4.14
9462026-07-16T17:10:25.303Z Checking icu_collections v2.2.0
9472026-07-16T17:10:25.330Z Checking icu_locale_core v2.2.0
9482026-07-16T17:10:25.424Z Compiling indexmap v2.14.0
9492026-07-16T17:10:25.705Z Compiling pest_generator v2.8.6
9502026-07-16T17:10:25.934Z Checking icu_provider v2.2.0
9512026-07-16T17:10:26.020Z Checking rand_core v0.10.1
9522026-07-16T17:10:26.067Z Checking iana-time-zone v0.1.65
9532026-07-16T17:10:26.185Z Compiling num-conv v0.2.2
9542026-07-16T17:10:26.196Z Checking icu_properties v2.2.0
9552026-07-16T17:10:26.200Z Checking icu_normalizer v2.2.0
9562026-07-16T17:10:26.259Z Compiling paste v1.0.15
9572026-07-16T17:10:26.327Z Compiling time-core v0.1.8
9582026-07-16T17:10:26.330Z Checking chrono v0.4.45
9592026-07-16T17:10:26.373Z Compiling pest_derive v2.8.6
9602026-07-16T17:10:26.476Z Compiling time-macros v0.2.27
9612026-07-16T17:10:26.874Z Compiling regex v1.12.3
9622026-07-16T17:10:27.056Z Checking idna_adapter v1.2.2
9632026-07-16T17:10:27.132Z Checking uuid v1.23.5
9642026-07-16T17:10:27.186Z Checking idna v1.1.0
9652026-07-16T17:10:27.396Z Compiling async-trait v0.1.89
9662026-07-16T17:10:27.455Z Compiling byteorder v1.5.0
9672026-07-16T17:10:27.497Z Checking url v2.5.8
9682026-07-16T17:10:27.579Z Compiling camino v1.2.4
9692026-07-16T17:10:27.994Z Compiling strsim v0.11.1
9702026-07-16T17:10:28.021Z Checking dyn-clone v1.0.20
9712026-07-16T17:10:28.255Z Compiling scroll_derive v0.13.1
9722026-07-16T17:10:28.300Z Checking errno v0.3.14
9732026-07-16T17:10:28.416Z Compiling ident_case v1.0.1
9742026-07-16T17:10:28.546Z Compiling omicron-workspace-hack v0.1.0
9752026-07-16T17:10:28.549Z Compiling slog-async v2.8.0
9762026-07-16T17:10:28.814Z Compiling generic-array v0.14.7
9772026-07-16T17:10:28.933Z Compiling crc32fast v1.5.0
9782026-07-16T17:10:29.053Z Compiling usdt-impl v0.6.0
9792026-07-16T17:10:29.109Z Compiling scroll v0.13.0
9802026-07-16T17:10:29.153Z Compiling plain v0.2.3
9812026-07-16T17:10:29.270Z Compiling daft-derive v0.1.7
9822026-07-16T17:10:29.358Z Compiling goblin v0.10.7
9832026-07-16T17:10:29.376Z Compiling pretty-hex v0.4.2
9842026-07-16T17:10:29.665Z Compiling dtrace-parser v0.3.0
9852026-07-16T17:10:29.809Z Compiling thread-id v5.1.0
9862026-07-16T17:10:29.911Z Checking pin-project-lite v0.2.17
9872026-07-16T17:10:30.017Z Compiling syn v1.0.109
9882026-07-16T17:10:30.281Z Checking getrandom v0.2.17
9892026-07-16T17:10:30.326Z Checking zeroize v1.8.2
9902026-07-16T17:10:30.426Z Checking bitflags v2.12.1
9912026-07-16T17:10:30.590Z Compiling multer v3.1.0
9922026-07-16T17:10:30.909Z Compiling async-stream-impl v0.3.6
9932026-07-16T17:10:31.508Z Checking socket2 v0.6.4
9942026-07-16T17:10:31.527Z Checking scopeguard v1.2.0
9952026-07-16T17:10:31.546Z Compiling ref-cast v1.0.25
9962026-07-16T17:10:31.633Z Checking lock_api v0.4.14
9972026-07-16T17:10:31.843Z Compiling ref-cast-impl v1.0.25
9982026-07-16T17:10:31.867Z Compiling dropshot v0.17.1
9992026-07-16T17:10:32.120Z Checking critical-section v1.2.0
10002026-07-16T17:10:32.129Z Compiling dof v0.4.0
10012026-07-16T17:10:32.180Z Checking once_cell v1.21.4
10022026-07-16T17:10:32.206Z Compiling dropshot_endpoint v0.17.1
10032026-07-16T17:10:32.584Z Checking parking_lot v0.12.5
10042026-07-16T17:10:32.780Z Compiling newtype-uuid-macros v0.1.0
10052026-07-16T17:10:33.253Z Checking signal-hook-registry v1.4.8
10062026-07-16T17:10:33.395Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
10072026-07-16T17:10:33.496Z Compiling usdt-macro v0.6.0
10082026-07-16T17:10:33.574Z Compiling usdt-attr-macro v0.6.0
10092026-07-16T17:10:33.597Z Checking mio v1.2.1
10102026-07-16T17:10:33.600Z Compiling darling_core v0.23.0
10112026-07-16T17:10:33.869Z Compiling strum_macros v0.26.4
10122026-07-16T17:10:33.890Z Checking tokio v1.52.3
10132026-07-16T17:10:33.911Z Compiling structmeta-derive v0.3.0
10142026-07-16T17:10:33.914Z Compiling allocator-api2 v0.2.21
10152026-07-16T17:10:34.263Z Compiling foldhash v0.2.0
10162026-07-16T17:10:34.362Z Checking subtle v2.6.1
10172026-07-16T17:10:34.444Z Compiling hashbrown v0.16.1
10182026-07-16T17:10:34.490Z Checking futures-core v0.3.32
10192026-07-16T17:10:34.733Z Compiling strum_macros v0.27.2
10202026-07-16T17:10:34.954Z Compiling structmeta v0.3.0
10212026-07-16T17:10:35.301Z Compiling derive-ex v0.1.8
10222026-07-16T17:10:35.712Z Compiling http v1.4.2
10232026-07-16T17:10:35.763Z Compiling darling_macro v0.23.0
10242026-07-16T17:10:35.917Z Compiling winnow v1.0.3
10252026-07-16T17:10:36.302Z Compiling darling v0.23.0
10262026-07-16T17:10:36.322Z Checking futures-sink v0.3.32
10272026-07-16T17:10:36.403Z Compiling serde_with_macros v3.20.0
10282026-07-16T17:10:36.428Z Checking ipnetwork v0.21.1
10292026-07-16T17:10:36.729Z Checking slab v0.4.12
10302026-07-16T17:10:36.862Z Compiling test-strategy v0.4.5
10312026-07-16T17:10:36.892Z Compiling toml_parser v1.1.2+spec-1.1.0
10322026-07-16T17:10:37.137Z Checking futures-channel v0.3.32
10332026-07-16T17:10:37.288Z Compiling fnv v1.0.7
10342026-07-16T17:10:37.412Z Compiling toml_datetime v1.1.1+spec-1.1.0
10352026-07-16T17:10:37.522Z Checking typenum v1.20.1
10362026-07-16T17:10:37.554Z Checking futures-task v0.3.32
10372026-07-16T17:10:37.612Z Checking futures-io v0.3.32
10382026-07-16T17:10:37.746Z Compiling parse-display-derive v0.10.0
10392026-07-16T17:10:37.758Z Checking futures-util v0.3.32
10402026-07-16T17:10:38.231Z Checking oxnet v0.1.6
10412026-07-16T17:10:38.290Z Checking tracing-core v0.1.36
10422026-07-16T17:10:38.311Z Checking erased-serde v0.3.31
10432026-07-16T17:10:38.611Z Compiling ryu v1.0.23
10442026-07-16T17:10:38.788Z Checking tracing v0.1.44
10452026-07-16T17:10:38.966Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
10462026-07-16T17:10:38.988Z Compiling clap_derive v4.6.1
10472026-07-16T17:10:39.382Z Checking base64 v0.22.1
10482026-07-16T17:10:39.625Z Compiling openapiv3 v2.2.0
10492026-07-16T17:10:40.121Z Checking rand_core v0.6.4
10502026-07-16T17:10:40.295Z Checking rustls-pki-types v1.14.1
10512026-07-16T17:10:40.588Z Compiling toml_edit v0.25.12+spec-1.1.0
10522026-07-16T17:10:40.667Z Checking tokio-util v0.7.18
10532026-07-16T17:10:40.715Z Checking untrusted v0.7.1
10542026-07-16T17:10:40.836Z Checking untrusted v0.9.0
10552026-07-16T17:10:40.952Z Checking ipnet v2.12.0
10562026-07-16T17:10:41.186Z Compiling proc-macro-crate v3.5.0
10572026-07-16T17:10:41.642Z Compiling num_enum_derive v0.7.6
10582026-07-16T17:10:41.662Z Checking http-body v1.0.1
10592026-07-16T17:10:41.808Z Compiling either v1.16.0
10602026-07-16T17:10:41.860Z Checking atomic-waker v1.1.2
10612026-07-16T17:10:42.030Z Compiling itertools v0.14.0
10622026-07-16T17:10:42.150Z Checking try-lock v0.2.5
10632026-07-16T17:10:42.280Z Checking tower-layer v0.3.3
10642026-07-16T17:10:42.292Z Checking tower-service v0.3.3
10652026-07-16T17:10:42.437Z Checking want v0.3.1
10662026-07-16T17:10:42.535Z Checking h2 v0.4.14
10672026-07-16T17:10:42.572Z Compiling regress v0.11.1
10682026-07-16T17:10:42.886Z Compiling crucible-workspace-hack v0.1.0
10692026-07-16T17:10:42.924Z Checking httpdate v1.0.3
10702026-07-16T17:10:43.814Z Checking serde_urlencoded v0.7.1
10712026-07-16T17:10:43.965Z Checking http-body-util v0.1.3
10722026-07-16T17:10:44.195Z Compiling typify-impl v0.6.2
10732026-07-16T17:10:44.261Z Compiling unsafe-libyaml v0.2.11
10742026-07-16T17:10:44.496Z Checking hyper v1.10.1
10752026-07-16T17:10:44.957Z Compiling serde_yaml v0.9.34+deprecated
10762026-07-16T17:10:45.006Z Checking ppv-lite86 v0.2.21
10772026-07-16T17:10:45.447Z Checking hyper-util v0.1.20
10782026-07-16T17:10:45.488Z Compiling convert_case v0.4.0
10792026-07-16T17:10:45.793Z Compiling derive_more v0.99.20
10802026-07-16T17:10:46.548Z Compiling darling_core v0.21.3
10812026-07-16T17:10:46.774Z Compiling zerocopy-derive v0.7.35
10822026-07-16T17:10:47.657Z Compiling typify-macro v0.6.2
10832026-07-16T17:10:48.095Z Compiling regress v0.10.5
10842026-07-16T17:10:48.260Z Checking powerfmt v0.2.0
10852026-07-16T17:10:48.281Z Compiling rustix v0.38.44
10862026-07-16T17:10:48.699Z Checking deranged v0.5.8
10872026-07-16T17:10:48.740Z Compiling darling_macro v0.21.3
10882026-07-16T17:10:49.324Z Compiling darling v0.21.3
10892026-07-16T17:10:49.749Z Checking num_threads v0.1.7
10902026-07-16T17:10:49.906Z Compiling heapless v0.8.0
10912026-07-16T17:10:50.017Z Checking time v0.3.47
10922026-07-16T17:10:50.038Z Compiling ingot-macros v0.1.1
10932026-07-16T17:10:50.209Z Compiling typify v0.6.2
10942026-07-16T17:10:50.659Z Compiling scroll_derive v0.12.1
10952026-07-16T17:10:50.782Z Compiling serde_repr v0.1.20
10962026-07-16T17:10:51.107Z Compiling heck v0.4.1
10972026-07-16T17:10:51.418Z Checking crossbeam-channel v0.5.15
10982026-07-16T17:10:51.494Z Checking cpufeatures v0.3.0
10992026-07-16T17:10:51.581Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
11002026-07-16T17:10:51.794Z Compiling smoltcp v0.11.0
11012026-07-16T17:10:52.681Z Checking futures-executor v0.3.32
11022026-07-16T17:10:52.884Z Checking sync_wrapper v1.0.2
11032026-07-16T17:10:52.957Z Compiling rustc_version v0.4.1
11042026-07-16T17:10:52.998Z Checking thread_local v1.1.9
11052026-07-16T17:10:53.144Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
11062026-07-16T17:10:53.267Z Checking tower v0.5.3
11072026-07-16T17:10:53.285Z Compiling curve25519-dalek v4.1.3
11082026-07-16T17:10:53.486Z Checking rand_core v0.9.5
11092026-07-16T17:10:53.510Z Checking webpki-roots v1.0.7
11102026-07-16T17:10:53.623Z Compiling toml_datetime v0.6.11
11112026-07-16T17:10:53.638Z Compiling foreign-types-macros v0.2.3
11122026-07-16T17:10:53.887Z Checking is-terminal v0.4.17
11132026-07-16T17:10:54.016Z Checking term v1.2.1
11142026-07-16T17:10:54.190Z Checking take_mut v0.2.2
11152026-07-16T17:10:54.273Z Checking slog-term v2.9.2
11162026-07-16T17:10:54.553Z Checking tower-http v0.6.11
11172026-07-16T17:10:54.631Z Checking futures v0.3.32
11182026-07-16T17:10:54.717Z Compiling zerocopy v0.7.35
11192026-07-16T17:10:54.845Z Compiling thiserror-impl-no-std v2.0.2
11202026-07-16T17:10:54.874Z Compiling hubpack_derive v0.1.1
11212026-07-16T17:10:55.306Z Compiling curve25519-dalek-derive v0.1.1
11222026-07-16T17:10:55.437Z Compiling proc-macro-error-attr v1.0.4
11232026-07-16T17:10:55.488Z Compiling usdt-impl v0.5.0
11242026-07-16T17:10:55.619Z Checking hex v0.4.3
11252026-07-16T17:10:55.835Z Checking fastrand v2.4.1
11262026-07-16T17:10:56.101Z Compiling dof v0.3.0
11272026-07-16T17:10:56.104Z Checking rand_chacha v0.9.0
11282026-07-16T17:10:56.230Z Compiling dtrace-parser v0.2.0
11292026-07-16T17:10:56.324Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
11302026-07-16T17:10:56.631Z Compiling serde_spanned v1.1.1
11312026-07-16T17:10:56.700Z Compiling proc-macro-error v1.0.4
11322026-07-16T17:10:56.857Z Compiling thread-id v4.2.2
11332026-07-16T17:10:56.884Z Compiling memoffset v0.9.1
11342026-07-16T17:10:56.951Z Compiling toml_writer v1.1.1+spec-1.1.0
11352026-07-16T17:10:56.972Z Compiling pkg-config v0.3.33
11362026-07-16T17:10:57.364Z Checking rand v0.9.4
11372026-07-16T17:10:58.164Z Compiling cfg_aliases v0.2.1
11382026-07-16T17:10:58.242Z Compiling prettyplease v0.2.37
11392026-07-16T17:10:58.264Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
11402026-07-16T17:10:58.578Z Compiling nix v0.31.3
11412026-07-16T17:10:59.001Z Checking tempfile v3.27.0
11422026-07-16T17:10:59.346Z Checking crypto-common v0.1.7
11432026-07-16T17:10:59.507Z Checking hybrid-array v0.4.12
11442026-07-16T17:10:59.852Z Checking simd-adler32 v0.3.9
11452026-07-16T17:10:59.935Z Checking match_cfg v0.1.0
11462026-07-16T17:10:59.957Z Checking openssl-probe v0.2.1
11472026-07-16T17:11:00.021Z Checking adler2 v2.0.1
11482026-07-16T17:11:00.070Z Checking rustls-native-certs v0.8.4
11492026-07-16T17:11:00.133Z Checking miniz_oxide v0.8.9
11502026-07-16T17:11:00.196Z Checking hostname v0.3.1
11512026-07-16T17:11:00.549Z Compiling usdt-attr-macro v0.5.0
11522026-07-16T17:11:00.686Z Compiling usdt-macro v0.5.0
11532026-07-16T17:11:00.914Z Checking slog-json v2.6.1
11542026-07-16T17:11:01.076Z Checking newtype-uuid v1.3.2
11552026-07-16T17:11:01.177Z Compiling num-derive v0.4.2
11562026-07-16T17:11:01.188Z Compiling enum-as-inner v0.6.1
11572026-07-16T17:11:01.291Z Checking memmap2 v0.9.10
11582026-07-16T17:11:01.434Z Compiling winnow v0.7.15
11592026-07-16T17:11:01.649Z Checking usdt v0.6.0
11602026-07-16T17:11:01.953Z Checking daft v0.1.7
11612026-07-16T17:11:02.128Z Checking slog-bunyan v2.5.0
11622026-07-16T17:11:02.192Z Checking flate2 v1.1.9
11632026-07-16T17:11:02.229Z Checking block-buffer v0.12.0
11642026-07-16T17:11:02.265Z Checking crypto-common v0.2.2
11652026-07-16T17:11:02.396Z Compiling progenitor-impl v0.14.0
11662026-07-16T17:11:02.688Z Compiling rayon-core v1.13.0
11672026-07-16T17:11:02.761Z Checking const-oid v0.10.2
11682026-07-16T17:11:02.809Z Checking compression-core v0.4.32
11692026-07-16T17:11:02.831Z Checking debug-ignore v1.0.5
11702026-07-16T17:11:02.925Z Checking digest v0.11.3
11712026-07-16T17:11:02.947Z Checking compression-codecs v0.4.38
11722026-07-16T17:11:03.965Z Checking encoding_rs v0.8.35
11732026-07-16T17:11:03.982Z Compiling wait-timeout v0.2.1
11742026-07-16T17:11:04.031Z Compiling bit-vec v0.8.0
11752026-07-16T17:11:04.149Z Compiling quick-error v1.2.3
11762026-07-16T17:11:04.215Z Checking mime v0.3.17
11772026-07-16T17:11:04.253Z Checking spin v0.9.8
11782026-07-16T17:11:04.274Z Compiling rusty-fork v0.3.1
11792026-07-16T17:11:04.274Z Compiling bit-set v0.8.0
11802026-07-16T17:11:04.482Z Checking toml v1.1.2+spec-1.1.0
11812026-07-16T17:11:04.504Z Compiling rand_chacha v0.3.1
11822026-07-16T17:11:04.508Z Compiling progenitor-macro v0.14.0
11832026-07-16T17:11:05.089Z Checking async-compression v0.4.42
11842026-07-16T17:11:05.152Z Checking sha1 v0.11.0
11852026-07-16T17:11:05.326Z Compiling rand_xorshift v0.4.0
11862026-07-16T17:11:05.527Z Checking waitgroup v0.1.2
11872026-07-16T17:11:05.624Z Checking rustls-pemfile v2.2.0
11882026-07-16T17:11:05.693Z Checking async-stream v0.3.6
11892026-07-16T17:11:05.710Z Compiling num-integer v0.1.46
11902026-07-16T17:11:05.827Z Checking serde_path_to_error v0.1.20
11912026-07-16T17:11:05.958Z Checking rustls-webpki v0.103.13
11922026-07-16T17:11:06.013Z Checking hostname v0.4.2
11932026-07-16T17:11:06.133Z Compiling winnow v0.5.40
11942026-07-16T17:11:06.371Z Compiling unarray v0.1.4
11952026-07-16T17:11:06.488Z Compiling semver v0.1.20
11962026-07-16T17:11:07.593Z Compiling toml_edit v0.19.15
11972026-07-16T17:11:07.687Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
11982026-07-16T17:11:08.312Z Compiling rustc_version v0.1.7
11992026-07-16T17:11:08.321Z Compiling proptest v1.11.0
12002026-07-16T17:11:08.630Z Checking rand v0.8.6
12012026-07-16T17:11:08.823Z Checking tokio-rustls v0.26.4
12022026-07-16T17:11:08.863Z Checking rustls-platform-verifier v0.7.0
12032026-07-16T17:11:09.070Z Checking hyper-rustls v0.27.9
12042026-07-16T17:11:09.274Z Checking reqwest v0.13.4
12052026-07-16T17:11:09.335Z Compiling reqwest v0.12.28
12062026-07-16T17:11:09.357Z Compiling backon v1.6.0
12072026-07-16T17:11:09.637Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
12082026-07-16T17:11:10.722Z Compiling strum v0.26.3
12092026-07-16T17:11:10.870Z Checking macaddr v1.0.1
12102026-07-16T17:11:10.884Z Compiling instant v0.1.13
12112026-07-16T17:11:11.041Z Checking unicode-width v0.2.2
12122026-07-16T17:11:11.172Z Compiling utf8parse v0.2.2
12132026-07-16T17:11:11.249Z Compiling backoff v0.4.0
12142026-07-16T17:11:11.289Z Compiling anstyle-parse v1.0.0
12152026-07-16T17:11:11.294Z Compiling iddqd v0.4.5
12162026-07-16T17:11:11.365Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
12172026-07-16T17:11:11.449Z Compiling progenitor-client v0.10.0
12182026-07-16T17:11:11.484Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12192026-07-16T17:11:11.616Z Compiling progenitor-client v0.14.0
12202026-07-16T17:11:11.724Z Compiling proc-macro-crate v1.3.1
12212026-07-16T17:11:11.893Z Compiling progenitor-extras v0.2.0
12222026-07-16T17:11:11.908Z Compiling newtype_derive v0.1.6
12232026-07-16T17:11:11.970Z Compiling num-iter v0.1.45
12242026-07-16T17:11:12.041Z Compiling num-rational v0.4.2
12252026-07-16T17:11:12.095Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
12262026-07-16T17:11:12.114Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12272026-07-16T17:11:12.119Z Checking block-buffer v0.10.4
12282026-07-16T17:11:12.160Z Compiling parse-display v0.10.0
12292026-07-16T17:11:12.260Z Compiling serde_with v3.20.0
12302026-07-16T17:11:12.458Z Compiling strum v0.27.2
12312026-07-16T17:11:12.578Z Compiling num-complex v0.4.6
12322026-07-16T17:11:12.729Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
12332026-07-16T17:11:12.778Z Compiling vcpkg v0.2.15
12342026-07-16T17:11:12.846Z Compiling is_terminal_polyfill v1.70.2
12352026-07-16T17:11:12.930Z Compiling colorchoice v1.0.5
12362026-07-16T17:11:12.947Z Compiling anstyle-query v1.1.5
12372026-07-16T17:11:12.975Z Compiling owo-colors v4.3.0
12382026-07-16T17:11:13.015Z Compiling anstyle v1.0.14
12392026-07-16T17:11:13.044Z Compiling humantime v2.3.0
12402026-07-16T17:11:13.262Z Compiling anstream v1.0.0
12412026-07-16T17:11:13.302Z Compiling num v0.4.3
12422026-07-16T17:11:13.331Z Checking digest v0.10.7
12432026-07-16T17:11:13.371Z Compiling openssl-sys v0.9.116
12442026-07-16T17:11:13.412Z Compiling num_enum_derive v0.5.11
12452026-07-16T17:11:13.554Z Compiling terminal_size v0.4.4
12462026-07-16T17:11:13.629Z Compiling serde_spanned v0.6.9
12472026-07-16T17:11:13.679Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
12482026-07-16T17:11:13.703Z Compiling pin-project-internal v1.1.13
12492026-07-16T17:11:13.783Z Compiling derive-where v1.6.1
12502026-07-16T17:11:13.808Z Compiling clap_lex v1.1.0
12512026-07-16T17:11:13.898Z Compiling toml_write v0.1.2
12522026-07-16T17:11:13.938Z Compiling float-ord v0.3.2
12532026-07-16T17:11:14.032Z Compiling clap_builder v4.6.0
12542026-07-16T17:11:14.076Z Compiling toml_edit v0.22.27
12552026-07-16T17:11:14.413Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12562026-07-16T17:11:14.435Z Compiling progenitor-impl v0.13.0
12572026-07-16T17:11:15.368Z Compiling zone_cfg_derive v0.3.1
12582026-07-16T17:11:15.549Z Compiling toml v0.8.23
12592026-07-16T17:11:16.022Z Compiling clap v4.6.1
12602026-07-16T17:11:16.063Z Compiling snafu-derive v0.8.9
12612026-07-16T17:11:16.519Z Compiling progenitor-macro v0.13.0
12622026-07-16T17:11:16.590Z Compiling async-recursion v1.1.1
12632026-07-16T17:11:17.789Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
12642026-07-16T17:11:17.873Z Compiling slog-dtrace v0.3.0
12652026-07-16T17:11:17.967Z Compiling unicode-xid v0.2.6
12662026-07-16T17:11:18.013Z Compiling minimal-lexical v0.2.1
12672026-07-16T17:11:18.099Z Compiling cancel-safe-futures v0.1.5
12682026-07-16T17:11:18.201Z Compiling chrono-tz v0.10.4
12692026-07-16T17:11:18.268Z Compiling openssl v0.10.80
12702026-07-16T17:11:18.403Z Compiling nom v7.1.3
12712026-07-16T17:11:18.511Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12722026-07-16T17:11:18.588Z Compiling const_format_proc_macros v0.2.34
12732026-07-16T17:11:19.748Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12742026-07-16T17:11:19.791Z Compiling openssl-macros v0.1.1
12752026-07-16T17:11:20.225Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12762026-07-16T17:11:20.477Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12772026-07-16T17:11:20.525Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12782026-07-16T17:11:20.938Z Compiling cookie v0.18.1
12792026-07-16T17:11:20.980Z Checking cpufeatures v0.2.17
12802026-07-16T17:11:21.024Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12812026-07-16T17:11:21.483Z Compiling tabled_derive v0.7.0
12822026-07-16T17:11:21.676Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12832026-07-16T17:11:22.573Z Checking num_enum v0.7.6
12842026-07-16T17:11:25.054Z Checking tabwriter v1.4.1
12852026-07-16T17:11:25.120Z Checking secrecy v0.10.3
12862026-07-16T17:11:25.231Z Checking colored v3.1.1
12872026-07-16T17:11:25.251Z Checking tinyvec_macros v0.1.1
12882026-07-16T17:11:25.347Z Checking tinyvec v1.11.0
12892026-07-16T17:11:25.395Z Checking crossbeam-epoch v0.9.18
12902026-07-16T17:11:25.438Z Checking hash32 v0.3.1
12912026-07-16T17:11:25.628Z Checking bstr v1.12.1
12922026-07-16T17:11:25.662Z Checking data-encoding v2.11.0
12932026-07-16T17:11:25.957Z Checking hmac v0.12.1
12942026-07-16T17:11:25.982Z Checking ingot-types v0.1.2
12952026-07-16T17:11:26.010Z Checking inout v0.1.4
12962026-07-16T17:11:26.100Z Checking scroll v0.12.0
12972026-07-16T17:11:26.148Z Checking ff v0.13.1
12982026-07-16T17:11:26.212Z Checking cobs v0.3.0
12992026-07-16T17:11:26.279Z Checking managed v0.8.0
13002026-07-16T17:11:26.338Z Checking foreign-types-shared v0.3.1
13012026-07-16T17:11:26.412Z Checking bitflags v1.3.2
13022026-07-16T17:11:26.426Z Checking static_assertions v1.1.0
13032026-07-16T17:11:26.439Z Checking foreign-types v0.5.0
13042026-07-16T17:11:26.442Z Checking postcard v1.1.3
13052026-07-16T17:11:26.481Z Checking ingot v0.1.1
13062026-07-16T17:11:26.527Z Checking goblin v0.8.2
13072026-07-16T17:11:26.611Z Checking group v0.13.0
13082026-07-16T17:11:26.724Z Checking cipher v0.4.4
13092026-07-16T17:11:26.767Z Checking hkdf v0.12.4
13102026-07-16T17:11:26.788Z Checking atomicwrites v0.4.4
13112026-07-16T17:11:26.929Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13122026-07-16T17:11:26.932Z Checking universal-hash v0.5.1
13132026-07-16T17:11:27.028Z Checking crypto-bigint v0.5.5
13142026-07-16T17:11:27.188Z Checking chacha20 v0.10.0
13152026-07-16T17:11:27.254Z Checking half v2.7.1
13162026-07-16T17:11:27.546Z Checking cstr-argument v0.1.2
13172026-07-16T17:11:27.679Z Checking ciborium-io v0.2.2
13182026-07-16T17:11:27.724Z Checking base16ct v0.2.0
13192026-07-16T17:11:27.754Z Checking indent_write v2.2.0
13202026-07-16T17:11:27.781Z Checking opaque-debug v0.3.1
13212026-07-16T17:11:27.802Z Checking base64ct v1.8.3
13222026-07-16T17:11:27.873Z Checking poly1305 v0.8.0
13232026-07-16T17:11:27.893Z Checking ciborium-ll v0.2.2
13242026-07-16T17:11:27.932Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
13252026-07-16T17:11:27.952Z Checking elliptic-curve v0.13.8
13262026-07-16T17:11:28.045Z Checking password-hash v0.5.0
13272026-07-16T17:11:28.076Z Checking rand v0.10.2
13282026-07-16T17:11:28.109Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
13292026-07-16T17:11:28.112Z Checking chacha20 v0.9.1
13302026-07-16T17:11:28.155Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13312026-07-16T17:11:28.269Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
13322026-07-16T17:11:28.289Z Checking blake2 v0.10.6
13332026-07-16T17:11:28.336Z Checking aead v0.5.2
13342026-07-16T17:11:28.418Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
13352026-07-16T17:11:28.480Z Checking thiserror-no-std v2.0.2
13362026-07-16T17:11:28.521Z Checking byte-wrapper v0.1.0
13372026-07-16T17:11:28.541Z Checking hubpack v0.1.2
13382026-07-16T17:11:28.585Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
13392026-07-16T17:11:28.711Z Checking keccak v0.1.6
13402026-07-16T17:11:28.731Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13412026-07-16T17:11:28.825Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
13422026-07-16T17:11:28.879Z Checking sha3 v0.10.9
13432026-07-16T17:11:29.022Z Checking vsss-rs v3.3.4
13442026-07-16T17:11:29.082Z Checking argon2 v0.5.3
13452026-07-16T17:11:29.103Z Checking chacha20poly1305 v0.10.1
13462026-07-16T17:11:29.166Z Checking ciborium v0.2.2
13472026-07-16T17:11:29.346Z Checking similar v2.7.0
13482026-07-16T17:11:29.501Z Checking memmap v0.7.0
13492026-07-16T17:11:29.596Z Checking lazy_static v1.5.0
13502026-07-16T17:11:29.641Z Checking usdt v0.5.0
13512026-07-16T17:11:29.716Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13522026-07-16T17:11:29.811Z Checking crossbeam-deque v0.8.6
13532026-07-16T17:11:30.009Z Checking ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
13542026-07-16T17:11:30.047Z Checking unicode-segmentation v1.13.3
13552026-07-16T17:11:30.139Z Checking progenitor v0.14.0
13562026-07-16T17:11:30.163Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13572026-07-16T17:11:30.279Z Checking bytecount v0.6.9
13582026-07-16T17:11:30.301Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
13592026-07-16T17:11:30.391Z Compiling parking_lot_core v0.8.6
13602026-07-16T17:11:30.399Z Checking newline-converter v0.3.0
13612026-07-16T17:11:30.513Z Checking console v0.15.11
13622026-07-16T17:11:30.570Z Checking itertools v0.12.1
13632026-07-16T17:11:30.781Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
13642026-07-16T17:11:30.847Z Checking linked-hash-map v0.5.6
13652026-07-16T17:11:30.930Z Checking resolv-conf v0.7.6
13662026-07-16T17:11:31.019Z Checking swrite v0.1.0
13672026-07-16T17:11:31.043Z Checking lru-cache v0.1.2
13682026-07-16T17:11:31.113Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
13692026-07-16T17:11:31.134Z Checking expectorate v1.2.0
13702026-07-16T17:11:31.191Z Checking rayon v1.12.0
13712026-07-16T17:11:31.194Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13722026-07-16T17:11:31.266Z Checking ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
13732026-07-16T17:11:31.352Z Checking hickory-proto v0.24.4
13742026-07-16T17:11:31.673Z Checking camino-tempfile v1.4.1
13752026-07-16T17:11:31.986Z Checking serde-big-array v0.5.1
13762026-07-16T17:11:32.134Z Checking siphasher v1.0.3
13772026-07-16T17:11:32.154Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
13782026-07-16T17:11:32.301Z Checking phf_shared v0.12.1
13792026-07-16T17:11:32.728Z Checking unicode-normalization v0.1.25
13802026-07-16T17:11:32.921Z Checking pin-project v1.1.13
13812026-07-16T17:11:32.983Z Checking hickory-resolver v0.24.4
13822026-07-16T17:11:33.026Z Checking num_enum v0.5.11
13832026-07-16T17:11:33.202Z Checking progenitor-client v0.13.0
13842026-07-16T17:11:33.675Z Checking tokio-stream v0.1.18
13852026-07-16T17:11:33.755Z Checking csv-core v0.1.13
13862026-07-16T17:11:33.848Z Checking same-file v1.0.6
13872026-07-16T17:11:33.905Z Checking unicode-width v0.1.14
13882026-07-16T17:11:34.045Z Checking foldhash v0.1.5
13892026-07-16T17:11:34.072Z Checking highway v1.3.0
13902026-07-16T17:11:34.112Z Checking konst_macro_rules v0.2.19
13912026-07-16T17:11:34.172Z Checking smawk v0.3.2
13922026-07-16T17:11:34.217Z Checking foreign-types-shared v0.1.1
13932026-07-16T17:11:34.268Z Checking unicode-linebreak v0.1.5
13942026-07-16T17:11:34.321Z Checking konst v0.2.20
13952026-07-16T17:11:34.325Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13962026-07-16T17:11:34.364Z Checking foreign-types v0.3.2
13972026-07-16T17:11:34.407Z Checking hashbrown v0.15.5
13982026-07-16T17:11:34.443Z Checking qorb v0.4.1
13992026-07-16T17:11:34.488Z Checking textwrap v0.16.2
14002026-07-16T17:11:34.523Z Checking walkdir v2.5.0
14012026-07-16T17:11:34.546Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14022026-07-16T17:11:34.701Z Checking csv v1.4.0
14032026-07-16T17:11:35.170Z Checking progenitor v0.13.0
14042026-07-16T17:11:35.306Z Checking olpc-cjson v0.1.4
14052026-07-16T17:11:35.401Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
14062026-07-16T17:11:35.454Z Checking snafu v0.8.9
14072026-07-16T17:11:35.498Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
14082026-07-16T17:11:35.575Z Checking phf v0.12.1
14092026-07-16T17:11:35.725Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14102026-07-16T17:11:35.746Z Checking zone v0.3.1
14112026-07-16T17:11:35.984Z Checking tokio-dtrace v0.1.1
14122026-07-16T17:11:36.015Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14132026-07-16T17:11:36.117Z Checking globset v0.4.18
14142026-07-16T17:11:36.176Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
14152026-07-16T17:11:36.688Z Checking smf v0.2.3
14162026-07-16T17:11:36.837Z Checking pem v3.0.6
14172026-07-16T17:11:36.932Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
14182026-07-16T17:11:37.016Z Checking libsw-core v0.3.2
14192026-07-16T17:11:37.064Z Checking serde_plain v1.0.2
14202026-07-16T17:11:37.150Z Checking sigpipe v0.1.3
14212026-07-16T17:11:37.224Z Checking fixedbitset v0.5.7
14222026-07-16T17:11:37.246Z Checking typed-path v0.9.3
14232026-07-16T17:11:37.272Z Checking jiff v0.2.28
14242026-07-16T17:11:37.292Z Checking glob v0.3.3
14252026-07-16T17:11:37.445Z Checking fixedbitset v0.4.2
14262026-07-16T17:11:37.604Z Checking petgraph v0.6.5
14272026-07-16T17:11:37.643Z Checking petgraph v0.8.3
14282026-07-16T17:11:38.060Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14292026-07-16T17:11:38.081Z Checking tough v0.22.0
14302026-07-16T17:11:38.231Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
14312026-07-16T17:11:38.257Z Checking libsw v3.5.0
14322026-07-16T17:11:38.433Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14332026-07-16T17:11:38.807Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14342026-07-16T17:11:38.875Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
14352026-07-16T17:11:39.069Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
14362026-07-16T17:11:39.092Z Checking oxide-tokio-rt v0.1.6
14372026-07-16T17:11:39.113Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14382026-07-16T17:11:39.289Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14392026-07-16T17:11:39.421Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14402026-07-16T17:11:39.479Z Checking const_format v0.2.36
14412026-07-16T17:11:39.584Z Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14422026-07-16T17:11:39.652Z Checking papergrid v0.11.0
14432026-07-16T17:11:39.966Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14442026-07-16T17:11:39.985Z Checking gethostname v0.5.0
14452026-07-16T17:11:40.041Z Checking key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14462026-07-16T17:11:40.078Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
14472026-07-16T17:11:40.222Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
14482026-07-16T17:11:40.306Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14492026-07-16T17:11:40.640Z Checking libscf-sys v1.2.0
14502026-07-16T17:11:40.900Z Checking bcs v0.1.6
14512026-07-16T17:11:40.952Z Checking termtree v0.5.1
14522026-07-16T17:11:41.017Z Checking whoami v1.6.1
14532026-07-16T17:11:41.087Z Checking linear-map v1.2.0
14542026-07-16T17:11:41.101Z Checking tagptr v0.2.0
14552026-07-16T17:11:41.245Z Checking moka v0.12.15
14562026-07-16T17:11:41.272Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14572026-07-16T17:11:42.404Z Checking nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14582026-07-16T17:11:42.601Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14592026-07-16T17:11:42.788Z Checking tabled v0.15.0
14602026-07-16T17:11:43.068Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14612026-07-16T17:11:43.096Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14622026-07-16T17:11:43.117Z Checking bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14632026-07-16T17:11:43.247Z Checking steno v0.4.1
14642026-07-16T17:11:43.743Z Checking hickory-proto v0.25.2
14652026-07-16T17:11:44.075Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
14662026-07-16T17:11:45.507Z Checking hickory-resolver v0.25.2
14672026-07-16T17:11:45.667Z Checking oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14682026-07-16T17:11:46.187Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14692026-07-16T17:11:46.665Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
14702026-07-16T17:11:46.867Z Checking ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
14712026-07-16T17:11:51.000Z Checking nom v8.0.0
14722026-07-16T17:11:51.347Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14732026-07-16T17:11:54.580Z Compiling proc-macro-error-attr2 v2.0.0
14742026-07-16T17:11:54.959Z Compiling proc-macro-error2 v2.0.1
14752026-07-16T17:11:56.376Z Checking mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
14762026-07-16T17:11:56.947Z Compiling crunchy v0.2.4
14772026-07-16T17:11:57.294Z Compiling tabled_derive v0.11.0
14782026-07-16T17:11:57.366Z Compiling tiny-keccak v2.0.2
14792026-07-16T17:11:57.875Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
14802026-07-16T17:11:57.897Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
14812026-07-16T17:11:58.088Z Checking client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
14822026-07-16T17:11:58.181Z Checking parking_lot v0.11.2
14832026-07-16T17:11:58.448Z Compiling typify-impl v0.4.3
14842026-07-16T17:11:58.551Z Checking fxhash v0.2.1
14852026-07-16T17:11:58.593Z Compiling const-random-macro v0.1.16
14862026-07-16T17:11:58.661Z Checking sled v0.34.7
14872026-07-16T17:11:59.037Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14882026-07-16T17:11:59.168Z Compiling ahash v0.8.12
14892026-07-16T17:11:59.366Z Compiling smartstring v1.0.1
14902026-07-16T17:11:59.450Z Checking internet-checksum v0.2.1
14912026-07-16T17:11:59.878Z Checking itertools v0.15.0
14922026-07-16T17:11:59.881Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc#dfcf0663)
14932026-07-16T17:12:00.348Z Compiling rhai_codegen v3.2.0
14942026-07-16T17:12:00.452Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc#dfcf0663)
14952026-07-16T17:12:00.760Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14962026-07-16T17:12:00.976Z Checking arc-swap v1.9.1
14972026-07-16T17:12:01.214Z Checking slog-scope v4.4.1
14982026-07-16T17:12:01.354Z Checking papergrid v0.18.0
14992026-07-16T17:12:01.379Z Checking mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
15002026-07-16T17:12:01.597Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
15012026-07-16T17:12:01.791Z Compiling typify-macro v0.4.3
15022026-07-16T17:12:02.142Z Checking ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
15032026-07-16T17:12:02.166Z Checking testing_table v0.3.0
15042026-07-16T17:12:02.213Z Checking dropshot-api-manager-types v0.7.2
15052026-07-16T17:12:02.271Z Checking tabled v0.21.0
15062026-07-16T17:12:02.324Z Checking mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
15072026-07-16T17:12:02.414Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
15082026-07-16T17:12:02.433Z Checking slog-stdlog v4.1.1
15092026-07-16T17:12:02.567Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
15102026-07-16T17:12:02.634Z Compiling lzma-sys v0.1.20
15112026-07-16T17:12:03.024Z Compiling fs-err v3.3.0
15122026-07-16T17:12:03.063Z Checking rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
15132026-07-16T17:12:03.217Z Compiling typeid v1.0.3
15142026-07-16T17:12:03.368Z Compiling typify v0.4.3
15152026-07-16T17:12:03.400Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=4871abc13ca21ee97c684f1d5ed363e8a86f3441#4871abc1)
15162026-07-16T17:12:03.473Z Compiling progenitor-impl v0.10.0
15172026-07-16T17:12:03.494Z Checking slog-envlogger v2.2.0
15182026-07-16T17:12:04.393Z Compiling toml_datetime v0.7.5+spec-1.1.0
15192026-07-16T17:12:04.393Z Checking crc8 v0.1.1
15202026-07-16T17:12:04.516Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=4871abc13ca21ee97c684f1d5ed363e8a86f3441#4871abc1)
15212026-07-16T17:12:04.671Z Compiling toml v0.9.12+spec-1.1.0
15222026-07-16T17:12:05.440Z Checking const-random v0.1.18
15232026-07-16T17:12:05.499Z Compiling progenitor-macro v0.10.0
15242026-07-16T17:12:05.689Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc#dfcf0663)
15252026-07-16T17:12:05.920Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc#dfcf0663)
15262026-07-16T17:12:06.143Z Compiling cargo_toml v0.22.3
15272026-07-16T17:12:06.719Z Checking ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
15282026-07-16T17:12:07.501Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
15292026-07-16T17:12:07.937Z Checking thin-vec v0.2.18
15302026-07-16T17:12:08.183Z Checking rhai v1.25.1
15312026-07-16T17:12:08.424Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
15322026-07-16T17:12:09.111Z Checking sha1 v0.10.6
15332026-07-16T17:12:09.469Z Checking utf-8 v0.7.6
15342026-07-16T17:12:09.613Z Checking tungstenite v0.21.0
15352026-07-16T17:12:10.046Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc#dfcf0663)
15362026-07-16T17:12:10.977Z Checking ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
15372026-07-16T17:12:11.022Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
15382026-07-16T17:12:11.073Z Checking port-file v0.1.0
15392026-07-16T17:12:11.231Z Checking sha2 v0.10.9
15402026-07-16T17:12:11.319Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
15412026-07-16T17:12:11.493Z Checking yansi v1.0.1
15422026-07-16T17:12:11.522Z Checking diff v0.1.13
15432026-07-16T17:12:11.567Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
15442026-07-16T17:12:11.671Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc#dfcf0663)
15452026-07-16T17:12:11.752Z Checking pretty_assertions v1.4.1
15462026-07-16T17:12:11.888Z Checking progenitor v0.10.0
15472026-07-16T17:12:12.029Z Checking tokio-tungstenite v0.21.0
15482026-07-16T17:12:13.118Z Checking console v0.16.3
15492026-07-16T17:12:13.193Z Checking git-stub v1.0.0
15502026-07-16T17:12:13.451Z Checking unit-prefix v0.5.2
15512026-07-16T17:12:13.559Z Checking is_ci v1.2.0
15522026-07-16T17:12:13.584Z Checking base64 v0.21.7
15532026-07-16T17:12:13.667Z Checking supports-color v3.0.2
15542026-07-16T17:12:13.827Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
15552026-07-16T17:12:13.849Z Checking indicatif v0.18.4
15562026-07-16T17:12:14.421Z Checking git-stub-vcs v0.1.0
15572026-07-16T17:12:14.647Z Checking xz2 v0.1.7
15582026-07-16T17:12:14.936Z Checking ron v0.12.1
15592026-07-16T17:12:15.021Z Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
15602026-07-16T17:12:15.338Z Checking mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
15612026-07-16T17:12:15.358Z Checking mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
15622026-07-16T17:12:15.469Z Checking bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
15632026-07-16T17:12:15.628Z Checking bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
15642026-07-16T17:12:16.143Z Checking drift v0.2.0
15652026-07-16T17:12:16.449Z Compiling serial_test_derive v3.5.0
15662026-07-16T17:12:16.469Z Checking base16ct v1.0.0
15672026-07-16T17:12:16.768Z Checking dropshot-api-manager v0.7.2
15682026-07-16T17:12:17.172Z Checking serial_test v3.5.0
15692026-07-16T17:12:17.851Z Checking ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
15702026-07-16T17:12:18.015Z Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
15712026-07-16T17:12:18.406Z Checking mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
15722026-07-16T17:12:18.426Z Checking util v0.1.0 (/work/oxidecomputer/maghemite/util)
15732026-07-16T17:12:19.448Z Checking natord v1.0.9
15742026-07-16T17:12:19.673Z Checking bfd-async v0.1.0 (/work/oxidecomputer/maghemite/bfd-async)
15752026-07-16T17:12:19.787Z Checking ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
15762026-07-16T17:12:19.977Z Checking maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
15772026-07-16T17:12:20.224Z Checking mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
15782026-07-16T17:12:20.814Z Checking xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
15792026-07-16T17:12:20.901Z Checking ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
15802026-07-16T17:12:20.925Z Checking falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab)
15812026-07-16T17:12:21.051Z Checking mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
15822026-07-16T17:12:21.075Z Checking mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
15832026-07-16T17:12:21.345Z Checking mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify)
15842026-07-16T17:12:29.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 36s
15852026-07-16T17:12:29.917Z+ cargo xtask openapi check
15862026-07-16T17:12:30.536Z Compiling cfg-if v1.0.4
15872026-07-16T17:12:30.542Z Compiling libc v0.2.186
15882026-07-16T17:12:30.637Z Compiling serde_core v1.0.228
15892026-07-16T17:12:30.649Z Compiling memchr v2.8.1
15902026-07-16T17:12:30.652Z Compiling smallvec v1.15.1
15912026-07-16T17:12:30.660Z Compiling itoa v1.0.18
15922026-07-16T17:12:30.669Z Compiling stable_deref_trait v1.2.1
15932026-07-16T17:12:30.673Z Compiling zerofrom v0.1.8
15942026-07-16T17:12:30.690Z Compiling zmij v1.0.21
15952026-07-16T17:12:30.740Z Compiling writeable v0.6.3
15962026-07-16T17:12:30.792Z Compiling yoke v0.8.3
15972026-07-16T17:12:30.841Z Compiling litemap v0.8.2
15982026-07-16T17:12:30.852Z Compiling utf8_iter v1.0.4
15992026-07-16T17:12:30.938Z Compiling percent-encoding v2.3.2
16002026-07-16T17:12:30.962Z Compiling zerovec v0.11.6
16012026-07-16T17:12:31.015Z Compiling zerotrie v0.2.4
16022026-07-16T17:12:31.022Z Compiling icu_normalizer_data v2.2.0
16032026-07-16T17:12:31.031Z Compiling icu_properties_data v2.2.0
16042026-07-16T17:12:31.068Z Compiling libm v0.2.16
16052026-07-16T17:12:31.091Z Compiling form_urlencoded v1.2.2
16062026-07-16T17:12:31.131Z Compiling errno v0.3.14
16072026-07-16T17:12:31.168Z Compiling rand_core v0.10.1
16082026-07-16T17:12:31.266Z Compiling iana-time-zone v0.1.65
16092026-07-16T17:12:31.272Z Compiling pin-project-lite v0.2.17
16102026-07-16T17:12:31.288Z Compiling zeroize v1.8.2
16112026-07-16T17:12:31.288Z Compiling dyn-clone v1.0.20
16122026-07-16T17:12:31.350Z Compiling getrandom v0.4.2
16132026-07-16T17:12:31.375Z Compiling scopeguard v1.2.0
16142026-07-16T17:12:31.425Z Compiling tinystr v0.8.3
16152026-07-16T17:12:31.475Z Compiling potential_utf v0.1.5
16162026-07-16T17:12:31.483Z Compiling lock_api v0.4.14
16172026-07-16T17:12:31.493Z Compiling parking_lot_core v0.9.12
16182026-07-16T17:12:31.509Z Compiling socket2 v0.6.4
16192026-07-16T17:12:31.529Z Compiling signal-hook-registry v1.4.8
16202026-07-16T17:12:31.628Z Compiling icu_locale_core v2.2.0
16212026-07-16T17:12:31.628Z Compiling icu_collections v2.2.0
16222026-07-16T17:12:31.709Z Compiling parking_lot v0.12.5
16232026-07-16T17:12:31.795Z Compiling mio v1.2.1
16242026-07-16T17:12:31.812Z Compiling num-traits v0.2.19
16252026-07-16T17:12:31.933Z Compiling portable-atomic v1.13.1
16262026-07-16T17:12:32.085Z Compiling futures-core v0.3.32
16272026-07-16T17:12:32.145Z Compiling thiserror v2.0.18
16282026-07-16T17:12:32.225Z Compiling critical-section v1.2.0
16292026-07-16T17:12:32.237Z Compiling subtle v2.6.1
16302026-07-16T17:12:32.250Z Compiling equivalent v1.0.2
16312026-07-16T17:12:32.286Z Compiling serde v1.0.228
16322026-07-16T17:12:32.329Z Compiling serde_json v1.0.150
16332026-07-16T17:12:32.341Z Compiling icu_provider v2.2.0
16342026-07-16T17:12:32.421Z Compiling uuid v1.23.5
16352026-07-16T17:12:32.445Z Compiling semver v1.0.28
16362026-07-16T17:12:32.457Z Compiling bitflags v2.12.1
16372026-07-16T17:12:32.479Z Compiling once_cell v1.21.4
16382026-07-16T17:12:32.676Z Compiling icu_normalizer v2.2.0
16392026-07-16T17:12:32.692Z Compiling icu_properties v2.2.0
16402026-07-16T17:12:32.705Z Compiling zerocopy v0.8.50
16412026-07-16T17:12:32.740Z Compiling bytes v1.11.1
16422026-07-16T17:12:32.788Z Compiling chrono v0.4.45
16432026-07-16T17:12:32.817Z Compiling futures-sink v0.3.32
16442026-07-16T17:12:32.849Z Compiling log v0.4.32
16452026-07-16T17:12:32.922Z Compiling slab v0.4.12
16462026-07-16T17:12:33.042Z Compiling typenum v1.20.1
16472026-07-16T17:12:33.104Z Compiling slog v2.8.2
16482026-07-16T17:12:33.124Z Compiling futures-channel v0.3.32
16492026-07-16T17:12:33.300Z Compiling tokio v1.52.3
16502026-07-16T17:12:33.351Z Compiling getrandom v0.2.17
16512026-07-16T17:12:33.390Z Compiling futures-task v0.3.32
16522026-07-16T17:12:33.460Z Compiling futures-io v0.3.32
16532026-07-16T17:12:33.534Z Compiling rand_core v0.6.4
16542026-07-16T17:12:33.562Z Compiling idna_adapter v1.2.2
16552026-07-16T17:12:33.618Z Compiling futures-util v0.3.32
16562026-07-16T17:12:33.704Z Compiling idna v1.1.0
16572026-07-16T17:12:33.758Z Compiling hashbrown v0.17.1
16582026-07-16T17:12:33.829Z Compiling tracing-core v0.1.36
16592026-07-16T17:12:33.843Z Compiling base64 v0.22.1
16602026-07-16T17:12:34.173Z Compiling url v2.5.8
16612026-07-16T17:12:34.284Z Compiling indexmap v2.14.0
16622026-07-16T17:12:34.315Z Compiling tracing v0.1.44
16632026-07-16T17:12:34.421Z Compiling http v1.4.2
16642026-07-16T17:12:34.439Z Compiling unicode-ident v1.0.24
16652026-07-16T17:12:34.548Z Compiling proc-macro2 v1.0.106
16662026-07-16T17:12:34.568Z Compiling fnv v1.0.7
16672026-07-16T17:12:34.666Z Compiling schemars v0.8.22
16682026-07-16T17:12:34.923Z Compiling quote v1.0.45
16692026-07-16T17:12:34.989Z Compiling getrandom v0.3.4
16702026-07-16T17:12:35.175Z Compiling byteorder v1.5.0
16712026-07-16T17:12:35.238Z Compiling syn v2.0.117
16722026-07-16T17:12:35.241Z Compiling ipnet v2.12.0
16732026-07-16T17:12:35.380Z Compiling erased-serde v0.3.31
16742026-07-16T17:12:35.405Z Compiling ipnetwork v0.21.1
16752026-07-16T17:12:35.684Z Compiling oxnet v0.1.6
16762026-07-16T17:12:35.758Z Compiling ppv-lite86 v0.2.21
16772026-07-16T17:12:35.832Z Compiling rustls-pki-types v1.14.1
16782026-07-16T17:12:35.916Z Compiling http-body v1.0.1
16792026-07-16T17:12:35.973Z Compiling thiserror v1.0.69
16802026-07-16T17:12:36.069Z Compiling aws-lc-sys v0.41.0
16812026-07-16T17:12:36.082Z Compiling untrusted v0.7.1
16822026-07-16T17:12:36.085Z Compiling atomic-waker v1.1.2
16832026-07-16T17:12:36.134Z Compiling httparse v1.10.1
16842026-07-16T17:12:36.211Z Compiling rustls v0.23.40
16852026-07-16T17:12:36.223Z Compiling tower-service v0.3.3
16862026-07-16T17:12:36.282Z Compiling try-lock v0.2.5
16872026-07-16T17:12:36.305Z Compiling ryu v1.0.23
16882026-07-16T17:12:36.317Z Compiling tower-layer v0.3.3
16892026-07-16T17:12:36.389Z Compiling untrusted v0.9.0
16902026-07-16T17:12:36.440Z Compiling pretty-hex v0.4.2
16912026-07-16T17:12:36.469Z Compiling want v0.3.1
16922026-07-16T17:12:36.481Z Compiling rustix v1.1.4
16932026-07-16T17:12:36.493Z Compiling httpdate v1.0.3
16942026-07-16T17:12:36.507Z Compiling plain v0.2.3
16952026-07-16T17:12:36.573Z Compiling aws-lc-rs v1.17.0
16962026-07-16T17:12:36.619Z Compiling omicron-workspace-hack v0.1.0
16972026-07-16T17:12:36.637Z Compiling ucd-trie v0.1.7
16982026-07-16T17:12:36.660Z Compiling rand_core v0.9.5
16992026-07-16T17:12:36.683Z Compiling regex-syntax v0.8.10
17002026-07-16T17:12:36.737Z Compiling crossbeam-utils v0.8.21
17012026-07-16T17:12:36.875Z Compiling pest v2.8.6
17022026-07-16T17:12:36.920Z Compiling serde_urlencoded v0.7.1
17032026-07-16T17:12:37.169Z Compiling tokio-util v0.7.18
17042026-07-16T17:12:37.248Z Compiling http-body-util v0.1.3
17052026-07-16T17:12:37.531Z Compiling rustls-webpki v0.103.13
17062026-07-16T17:12:37.727Z Compiling newtype-uuid v1.3.2
17072026-07-16T17:12:37.930Z Compiling h2 v0.4.14
17082026-07-16T17:12:38.073Z Compiling hex v0.4.3
17092026-07-16T17:12:38.187Z Compiling foldhash v0.2.0
17102026-07-16T17:12:38.342Z Compiling allocator-api2 v0.2.21
17112026-07-16T17:12:38.440Z Compiling daft v0.1.7
17122026-07-16T17:12:38.487Z Compiling rand_chacha v0.9.0
17132026-07-16T17:12:38.676Z Compiling hashbrown v0.16.1
17142026-07-16T17:12:38.715Z Compiling fastrand v2.4.1
17152026-07-16T17:12:38.877Z Compiling rand v0.9.4
17162026-07-16T17:12:38.982Z Compiling sync_wrapper v1.0.2
17172026-07-16T17:12:39.098Z Compiling tower v0.5.3
17182026-07-16T17:12:39.244Z Compiling generic-array v0.14.7
17192026-07-16T17:12:39.277Z Compiling anyhow v1.0.103
17202026-07-16T17:12:39.298Z Compiling aho-corasick v1.1.4
17212026-07-16T17:12:39.302Z Compiling powerfmt v0.2.0
17222026-07-16T17:12:39.469Z Compiling deranged v0.5.8
17232026-07-16T17:12:39.518Z Compiling tower-http v0.6.11
17242026-07-16T17:12:39.577Z Compiling tempfile v3.27.0
17252026-07-16T17:12:39.651Z Compiling camino v1.2.4
17262026-07-16T17:12:39.742Z Compiling futures-executor v0.3.32
17272026-07-16T17:12:39.941Z Compiling openapiv3 v2.2.0
17282026-07-16T17:12:39.972Z Compiling time-core v0.1.8
17292026-07-16T17:12:40.015Z Compiling hyper v1.10.1
17302026-07-16T17:12:40.065Z Compiling num_threads v0.1.7
17312026-07-16T17:12:40.118Z Compiling regex-automata v0.4.14
17322026-07-16T17:12:40.165Z Compiling cpufeatures v0.3.0
17332026-07-16T17:12:40.242Z Compiling openssl-probe v0.2.1
17342026-07-16T17:12:40.437Z Compiling num-conv v0.2.2
17352026-07-16T17:12:40.450Z Compiling rustls-native-certs v0.8.4
17362026-07-16T17:12:40.591Z Compiling time v0.3.47
17372026-07-16T17:12:40.783Z Compiling futures v0.3.32
17382026-07-16T17:12:40.869Z Compiling scroll v0.13.0
17392026-07-16T17:12:40.908Z Compiling tokio-rustls v0.26.4
17402026-07-16T17:12:41.148Z Compiling hyper-util v0.1.20
17412026-07-16T17:12:41.160Z Compiling hybrid-array v0.4.12
17422026-07-16T17:12:41.188Z Compiling winnow v1.0.3
17432026-07-16T17:12:41.541Z Compiling adler2 v2.0.1
17442026-07-16T17:12:41.621Z Compiling simd-adler32 v0.3.9
17452026-07-16T17:12:41.683Z Compiling goblin v0.10.7
17462026-07-16T17:12:41.700Z Compiling rustls-platform-verifier v0.7.0
17472026-07-16T17:12:41.828Z Compiling miniz_oxide v0.8.9
17482026-07-16T17:12:41.936Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17492026-07-16T17:12:42.294Z Compiling crossbeam-channel v0.5.15
17502026-07-16T17:12:42.309Z Compiling crc32fast v1.5.0
17512026-07-16T17:12:42.474Z Compiling hyper-rustls v0.27.9
17522026-07-16T17:12:42.530Z Compiling flate2 v1.1.9
17532026-07-16T17:12:42.530Z Compiling regex v1.12.3
17542026-07-16T17:12:42.789Z Compiling reqwest v0.13.4
17552026-07-16T17:12:42.803Z Compiling crypto-common v0.2.2
17562026-07-16T17:12:42.972Z Compiling block-buffer v0.12.0
17572026-07-16T17:12:42.987Z Compiling crypto-common v0.1.7
17582026-07-16T17:12:43.013Z Compiling dtrace-parser v0.3.0
17592026-07-16T17:12:43.067Z Compiling rand_chacha v0.3.1
17602026-07-16T17:12:43.098Z Compiling thread-id v5.1.0
17612026-07-16T17:12:43.186Z Compiling thread_local v1.1.9
17622026-07-16T17:12:43.421Z Compiling compression-core v0.4.32
17632026-07-16T17:12:43.460Z Compiling debug-ignore v1.0.5
17642026-07-16T17:12:43.479Z Compiling const-oid v0.10.2
17652026-07-16T17:12:43.565Z Compiling match_cfg v0.1.0
17662026-07-16T17:12:43.584Z Compiling compression-codecs v0.4.38
17672026-07-16T17:12:43.635Z Compiling digest v0.11.3
17682026-07-16T17:12:43.647Z Compiling hostname v0.3.1
17692026-07-16T17:12:43.695Z Compiling rand v0.8.6
17702026-07-16T17:12:43.728Z Compiling toml_parser v1.1.2+spec-1.1.0
17712026-07-16T17:12:43.784Z Compiling slog-json v2.6.1
17722026-07-16T17:12:43.802Z Compiling ref-cast v1.0.25
17732026-07-16T17:12:43.814Z Compiling strum v0.26.3
17742026-07-16T17:12:43.832Z Compiling macaddr v1.0.1
17752026-07-16T17:12:43.907Z Compiling serde_spanned v1.1.1
17762026-07-16T17:12:43.944Z Compiling toml_datetime v1.1.1+spec-1.1.0
17772026-07-16T17:12:43.997Z Compiling memmap2 v0.9.10
17782026-07-16T17:12:44.053Z Compiling wait-timeout v0.2.1
17792026-07-16T17:12:44.062Z Compiling is-terminal v0.4.17
17802026-07-16T17:12:44.159Z Compiling encoding_rs v0.8.35
17812026-07-16T17:12:44.205Z Compiling take_mut v0.2.2
17822026-07-16T17:12:44.249Z Compiling spin v0.9.8
17832026-07-16T17:12:44.318Z Compiling quick-error v1.2.3
17842026-07-16T17:12:44.332Z Compiling term v1.2.1
17852026-07-16T17:12:44.344Z Compiling toml_writer v1.1.1+spec-1.1.0
17862026-07-16T17:12:44.365Z Compiling bit-vec v0.8.0
17872026-07-16T17:12:44.378Z Compiling either v1.16.0
17882026-07-16T17:12:44.418Z Compiling mime v0.3.17
17892026-07-16T17:12:44.554Z Compiling dof v0.4.0
17902026-07-16T17:12:44.581Z Compiling bit-set v0.8.0
17912026-07-16T17:12:44.598Z Compiling slog-term v2.9.2
17922026-07-16T17:12:44.692Z Compiling toml v1.1.2+spec-1.1.0
17932026-07-16T17:12:44.744Z Compiling rusty-fork v0.3.1
17942026-07-16T17:12:44.989Z Compiling slog-async v2.8.0
17952026-07-16T17:12:45.091Z Compiling slog-bunyan v2.5.0
17962026-07-16T17:12:45.164Z Compiling multer v3.1.0
17972026-07-16T17:12:45.229Z Compiling sha1 v0.11.0
17982026-07-16T17:12:45.484Z Compiling usdt-impl v0.6.0
17992026-07-16T17:12:45.484Z Compiling async-compression v0.4.42
18002026-07-16T17:12:45.661Z Compiling serde_with v3.20.0
18012026-07-16T17:12:45.816Z Compiling usdt v0.6.0
18022026-07-16T17:12:45.832Z Compiling async-stream v0.3.6
18032026-07-16T17:12:45.845Z Compiling rand_xorshift v0.4.0
18042026-07-16T17:12:45.992Z Compiling waitgroup v0.1.2
18052026-07-16T17:12:46.012Z Compiling rustls-pemfile v2.2.0
18062026-07-16T17:12:46.086Z Compiling serde_path_to_error v0.1.20
18072026-07-16T17:12:46.101Z Compiling hostname v0.4.2
18082026-07-16T17:12:46.132Z Compiling unarray v0.1.4
18092026-07-16T17:12:46.145Z Compiling strum v0.27.2
18102026-07-16T17:12:46.211Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18112026-07-16T17:12:46.237Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
18122026-07-16T17:12:46.249Z Compiling proptest v1.11.0
18132026-07-16T17:12:46.285Z Compiling progenitor-client v0.14.0
18142026-07-16T17:12:46.342Z Compiling iddqd v0.4.5
18152026-07-16T17:12:46.416Z Compiling dropshot v0.17.1
18162026-07-16T17:12:46.446Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18172026-07-16T17:12:46.517Z Compiling reqwest v0.12.28
18182026-07-16T17:12:46.519Z Compiling block-buffer v0.10.4
18192026-07-16T17:12:46.564Z Compiling backon v1.6.0
18202026-07-16T17:12:46.677Z Compiling instant v0.1.13
18212026-07-16T17:12:46.690Z Compiling digest v0.10.7
18222026-07-16T17:12:46.796Z Compiling backoff v0.4.0
18232026-07-16T17:12:46.808Z Compiling progenitor-extras v0.2.0
18242026-07-16T17:12:46.907Z Compiling itertools v0.14.0
18252026-07-16T17:12:46.979Z Compiling parse-display v0.10.0
18262026-07-16T17:12:47.021Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
18272026-07-16T17:12:47.305Z Compiling regress v0.10.5
18282026-07-16T17:12:47.421Z Compiling humantime v2.3.0
18292026-07-16T17:12:47.568Z Compiling progenitor-client v0.10.0
18302026-07-16T17:12:47.852Z Compiling cpufeatures v0.2.17
18312026-07-16T17:12:47.930Z Compiling unicode-width v0.2.2
18322026-07-16T17:12:47.945Z Compiling secrecy v0.10.3
18332026-07-16T17:12:48.086Z Compiling heck v0.5.0
18342026-07-16T17:12:48.111Z Compiling tinyvec_macros v0.1.1
18352026-07-16T17:12:48.182Z Compiling tinyvec v1.11.0
18362026-07-16T17:12:48.195Z Compiling num-integer v0.1.46
18372026-07-16T17:12:48.224Z Compiling scroll v0.12.0
18382026-07-16T17:12:48.347Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
18392026-07-16T17:12:48.502Z Compiling crucible-workspace-hack v0.1.0
18402026-07-16T17:12:48.523Z Compiling hmac v0.12.1
18412026-07-16T17:12:48.526Z Compiling inout v0.1.4
18422026-07-16T17:12:48.576Z Compiling ff v0.13.1
18432026-07-16T17:12:48.667Z Compiling utf8parse v0.2.2
18442026-07-16T17:12:48.685Z Compiling group v0.13.0
18452026-07-16T17:12:48.708Z Compiling cipher v0.4.4
18462026-07-16T17:12:48.781Z Compiling anstyle-parse v1.0.0
18472026-07-16T17:12:48.802Z Compiling hkdf v0.12.4
18482026-07-16T17:12:48.914Z Compiling goblin v0.8.2
18492026-07-16T17:12:48.932Z Compiling num-rational v0.4.2
18502026-07-16T17:12:48.952Z Compiling num-iter v0.1.45
18512026-07-16T17:12:49.076Z Compiling zerocopy v0.7.35
18522026-07-16T17:12:49.171Z Compiling universal-hash v0.5.1
18532026-07-16T17:12:49.307Z Compiling crypto-bigint v0.5.5
18542026-07-16T17:12:49.475Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18552026-07-16T17:12:49.492Z Compiling regress v0.11.1
18562026-07-16T17:12:49.638Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18572026-07-16T17:12:49.959Z Compiling terminal_size v0.4.4
18582026-07-16T17:12:49.990Z Compiling half v2.7.1
18592026-07-16T17:12:50.072Z Compiling num-complex v0.4.6
18602026-07-16T17:12:50.346Z Compiling ciborium-io v0.2.2
18612026-07-16T17:12:50.431Z Compiling colorchoice v1.0.5
18622026-07-16T17:12:50.501Z Compiling is_terminal_polyfill v1.70.2
18632026-07-16T17:12:50.560Z Compiling anstyle v1.0.14
18642026-07-16T17:12:50.560Z Compiling base64ct v1.8.3
18652026-07-16T17:12:50.631Z Compiling anstyle-query v1.1.5
18662026-07-16T17:12:50.745Z Compiling opaque-debug v0.3.1
18672026-07-16T17:12:50.821Z Compiling base16ct v0.2.0
18682026-07-16T17:12:50.822Z Compiling password-hash v0.5.0
18692026-07-16T17:12:50.888Z Compiling elliptic-curve v0.13.8
18702026-07-16T17:12:50.967Z Compiling poly1305 v0.8.0
18712026-07-16T17:12:51.142Z Compiling typify-impl v0.6.2
18722026-07-16T17:12:51.190Z Compiling dof v0.3.0
18732026-07-16T17:12:51.248Z Compiling anstream v1.0.0
18742026-07-16T17:12:51.539Z Compiling num v0.4.3
18752026-07-16T17:12:51.619Z Compiling ciborium-ll v0.2.2
18762026-07-16T17:12:51.837Z Compiling curve25519-dalek v4.1.3
18772026-07-16T17:12:51.843Z Compiling thiserror-no-std v2.0.2
18782026-07-16T17:12:51.952Z Compiling chacha20 v0.9.1
18792026-07-16T17:12:52.082Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
18802026-07-16T17:12:52.177Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18812026-07-16T17:12:52.673Z Compiling blake2 v0.10.6
18822026-07-16T17:12:52.732Z Compiling aead v0.5.2
18832026-07-16T17:12:52.757Z Compiling byte-wrapper v0.1.0
18842026-07-16T17:12:52.835Z Compiling dtrace-parser v0.2.0
18852026-07-16T17:12:52.907Z Compiling crossbeam-epoch v0.9.18
18862026-07-16T17:12:52.992Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18872026-07-16T17:12:53.128Z Compiling thread-id v4.2.2
18882026-07-16T17:12:53.134Z Compiling keccak v0.1.6
18892026-07-16T17:12:53.149Z Compiling strsim v0.11.1
18902026-07-16T17:12:53.207Z Compiling clap_lex v1.1.0
18912026-07-16T17:12:53.251Z Compiling float-ord v0.3.2
18922026-07-16T17:12:53.324Z Compiling sha3 v0.10.9
18932026-07-16T17:12:53.381Z Compiling clap_builder v4.6.0
18942026-07-16T17:12:53.391Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18952026-07-16T17:12:53.458Z Compiling usdt-impl v0.5.0
18962026-07-16T17:12:53.532Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18972026-07-16T17:12:53.616Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18982026-07-16T17:12:54.121Z Compiling argon2 v0.5.3
18992026-07-16T17:12:54.640Z Compiling chacha20poly1305 v0.10.1
19002026-07-16T17:12:54.682Z Compiling typify v0.6.2
19012026-07-16T17:12:54.797Z Compiling vsss-rs v3.3.4
19022026-07-16T17:12:54.929Z Compiling ciborium v0.2.2
19032026-07-16T17:12:55.029Z Compiling hash32 v0.3.1
19042026-07-16T17:12:55.190Z Compiling memmap v0.7.0
19052026-07-16T17:12:55.380Z Compiling indent_write v2.2.0
19062026-07-16T17:12:55.513Z Compiling data-encoding v2.11.0
19072026-07-16T17:12:55.530Z Compiling usdt v0.5.0
19082026-07-16T17:12:55.654Z Compiling heapless v0.8.0
19092026-07-16T17:12:55.802Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
19102026-07-16T17:12:55.906Z Compiling clap v4.6.1
19112026-07-16T17:12:55.994Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19122026-07-16T17:12:56.052Z Compiling ingot-types v0.1.2
19132026-07-16T17:12:56.070Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19142026-07-16T17:12:56.082Z Compiling rustix v0.38.44
19152026-07-16T17:12:56.325Z Compiling tabwriter v1.4.1
19162026-07-16T17:12:56.348Z Compiling cobs v0.3.0
19172026-07-16T17:12:56.553Z Compiling managed v0.8.0
19182026-07-16T17:12:56.567Z Compiling bitflags v1.3.2
19192026-07-16T17:12:56.631Z Compiling postcard v1.1.3
19202026-07-16T17:12:56.643Z Compiling ingot v0.1.1
19212026-07-16T17:12:56.659Z Compiling memoffset v0.9.1
19222026-07-16T17:12:56.745Z Compiling smoltcp v0.11.0
19232026-07-16T17:12:56.772Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19242026-07-16T17:12:56.975Z Compiling toml_datetime v0.6.11
19252026-07-16T17:12:56.989Z Compiling serde_spanned v0.6.9
19262026-07-16T17:12:57.035Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19272026-07-16T17:12:57.142Z Compiling foreign-types-shared v0.3.1
19282026-07-16T17:12:57.239Z Compiling resolv-conf v0.7.6
19292026-07-16T17:12:57.252Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19302026-07-16T17:12:57.344Z Compiling linked-hash-map v0.5.6
19312026-07-16T17:12:57.553Z Compiling colored v3.1.1
19322026-07-16T17:12:57.646Z Compiling unicode-segmentation v1.13.3
19332026-07-16T17:12:57.956Z Compiling swrite v0.1.0
19342026-07-16T17:12:58.051Z Compiling toml_write v0.1.2
19352026-07-16T17:12:58.086Z Compiling static_assertions v1.1.0
19362026-07-16T17:12:58.204Z Compiling winnow v0.7.15
19372026-07-16T17:12:58.258Z Compiling newline-converter v0.3.0
19382026-07-16T17:12:58.269Z Compiling lru-cache v0.1.2
19392026-07-16T17:12:58.375Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19402026-07-16T17:12:58.409Z Compiling foreign-types v0.5.0
19412026-07-16T17:12:58.485Z Compiling hubpack v0.1.2
19422026-07-16T17:12:58.588Z Compiling nix v0.31.3
19432026-07-16T17:12:58.715Z Compiling atomicwrites v0.4.4
19442026-07-16T17:12:58.727Z Compiling num_enum v0.7.6
19452026-07-16T17:12:58.854Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
19462026-07-16T17:12:58.913Z Compiling hickory-proto v0.24.4
19472026-07-16T17:12:58.993Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19482026-07-16T17:12:59.092Z Compiling crossbeam-deque v0.8.6
19492026-07-16T17:12:59.292Z Compiling console v0.15.11
19502026-07-16T17:12:59.505Z Compiling toml_edit v0.22.27
19512026-07-16T17:12:59.561Z Compiling chacha20 v0.10.0
19522026-07-16T17:12:59.660Z Compiling camino-tempfile v1.4.1
19532026-07-16T17:12:59.821Z Compiling serde-big-array v0.5.1
19542026-07-16T17:12:59.899Z Compiling cstr-argument v0.1.2
19552026-07-16T17:12:59.930Z Compiling similar v2.7.0
19562026-07-16T17:12:59.974Z Compiling siphasher v1.0.3
19572026-07-16T17:13:00.058Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19582026-07-16T17:13:00.176Z Compiling phf_shared v0.12.1
19592026-07-16T17:13:00.294Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
19602026-07-16T17:13:00.332Z Compiling expectorate v1.2.0
19612026-07-16T17:13:00.351Z Compiling pin-project v1.1.13
19622026-07-16T17:13:00.450Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19632026-07-16T17:13:00.811Z Compiling hickory-resolver v0.24.4
19642026-07-16T17:13:00.935Z Compiling toml v0.8.23
19652026-07-16T17:13:01.582Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
19662026-07-16T17:13:01.720Z Compiling rand v0.10.2
19672026-07-16T17:13:01.775Z Compiling rayon-core v1.13.0
19682026-07-16T17:13:02.005Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
19692026-07-16T17:13:02.367Z Compiling num_enum v0.5.11
19702026-07-16T17:13:02.423Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19712026-07-16T17:13:02.486Z Compiling progenitor-impl v0.13.0
19722026-07-16T17:13:02.499Z Compiling prettyplease v0.2.37
19732026-07-16T17:13:02.521Z Compiling unicode-normalization v0.1.25
19742026-07-16T17:13:03.022Z Compiling progenitor-client v0.13.0
19752026-07-16T17:13:03.044Z Compiling tokio-stream v0.1.18
19762026-07-16T17:13:03.169Z Compiling csv-core v0.1.13
19772026-07-16T17:13:03.186Z Compiling bstr v1.12.1
19782026-07-16T17:13:03.313Z Compiling konst_macro_rules v0.2.19
19792026-07-16T17:13:03.439Z Compiling unicode-width v0.1.14
19802026-07-16T17:13:03.492Z Compiling same-file v1.0.6
19812026-07-16T17:13:03.514Z Compiling foldhash v0.1.5
19822026-07-16T17:13:03.652Z Compiling foreign-types-shared v0.1.1
19832026-07-16T17:13:03.667Z Compiling highway v1.3.0
19842026-07-16T17:13:03.678Z Compiling progenitor v0.13.0
19852026-07-16T17:13:03.700Z Compiling foreign-types v0.3.2
19862026-07-16T17:13:03.718Z Compiling hashbrown v0.15.5
19872026-07-16T17:13:03.721Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19882026-07-16T17:13:03.767Z Compiling walkdir v2.5.0
19892026-07-16T17:13:03.804Z Compiling globset v0.4.18
19902026-07-16T17:13:03.823Z Compiling qorb v0.4.1
19912026-07-16T17:13:04.056Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19922026-07-16T17:13:04.105Z Compiling konst v0.2.20
19932026-07-16T17:13:04.250Z Compiling csv v1.4.0
19942026-07-16T17:13:04.576Z Compiling olpc-cjson v0.1.4
19952026-07-16T17:13:04.750Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19962026-07-16T17:13:04.806Z Compiling snafu v0.8.9
19972026-07-16T17:13:05.192Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
19982026-07-16T17:13:05.517Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19992026-07-16T17:13:05.647Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
20002026-07-16T17:13:05.724Z Compiling rayon v1.12.0
20012026-07-16T17:13:05.735Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20022026-07-16T17:13:05.883Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20032026-07-16T17:13:06.828Z Compiling phf v0.12.1
20042026-07-16T17:13:06.983Z Compiling openssl-sys v0.9.116
20052026-07-16T17:13:07.020Z Compiling tokio-dtrace v0.1.1
20062026-07-16T17:13:07.077Z Compiling progenitor-impl v0.14.0
20072026-07-16T17:13:07.126Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20082026-07-16T17:13:07.289Z Compiling itertools v0.12.1
20092026-07-16T17:13:07.385Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20102026-07-16T17:13:07.540Z Compiling libsw-core v0.3.2
20112026-07-16T17:13:07.620Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
20122026-07-16T17:13:07.681Z Compiling pem v3.0.6
20132026-07-16T17:13:07.714Z Compiling serde_plain v1.0.2
20142026-07-16T17:13:07.929Z Compiling sigpipe v0.1.3
20152026-07-16T17:13:07.982Z Compiling glob v0.3.3
20162026-07-16T17:13:08.023Z Compiling minimal-lexical v0.2.1
20172026-07-16T17:13:08.046Z Compiling fixedbitset v0.4.2
20182026-07-16T17:13:08.063Z Compiling typed-path v0.9.3
20192026-07-16T17:13:08.286Z Compiling jiff v0.2.28
20202026-07-16T17:13:08.296Z Compiling fixedbitset v0.5.7
20212026-07-16T17:13:08.344Z Compiling bytecount v0.6.9
20222026-07-16T17:13:08.424Z Compiling progenitor v0.14.0
20232026-07-16T17:13:08.487Z Compiling zone v0.3.1
20242026-07-16T17:13:08.575Z Compiling petgraph v0.8.3
20252026-07-16T17:13:08.594Z Compiling papergrid v0.11.0
20262026-07-16T17:13:08.631Z Compiling nom v7.1.3
20272026-07-16T17:13:08.935Z Compiling petgraph v0.6.5
20282026-07-16T17:13:09.237Z Compiling tough v0.22.0
20292026-07-16T17:13:09.370Z Compiling openssl v0.10.80
20302026-07-16T17:13:09.983Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
20312026-07-16T17:13:10.232Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20322026-07-16T17:13:10.290Z Compiling libsw v3.5.0
20332026-07-16T17:13:10.353Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20342026-07-16T17:13:10.437Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20352026-07-16T17:13:10.463Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20362026-07-16T17:13:10.555Z Compiling oxide-tokio-rt v0.1.6
20372026-07-16T17:13:10.673Z Compiling chrono-tz v0.10.4
20382026-07-16T17:13:10.688Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20392026-07-16T17:13:10.863Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20402026-07-16T17:13:11.029Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20412026-07-16T17:13:11.340Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
20422026-07-16T17:13:11.675Z Compiling newtype_derive v0.1.6
20432026-07-16T17:13:11.701Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20442026-07-16T17:13:11.714Z Compiling slog-dtrace v0.3.0
20452026-07-16T17:13:11.750Z Compiling const_format v0.2.36
20462026-07-16T17:13:12.018Z Compiling cancel-safe-futures v0.1.5
20472026-07-16T17:13:12.091Z Compiling owo-colors v4.3.0
20482026-07-16T17:13:12.322Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
20492026-07-16T17:13:12.528Z Compiling gethostname v0.5.0
20502026-07-16T17:13:12.946Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
20512026-07-16T17:13:12.949Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20522026-07-16T17:13:12.950Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20532026-07-16T17:13:12.950Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20542026-07-16T17:13:12.950Z Compiling smf v0.2.3
20552026-07-16T17:13:12.950Z Compiling bcs v0.1.6
20562026-07-16T17:13:12.950Z Compiling linear-map v1.2.0
20572026-07-16T17:13:13.100Z Compiling unicode-linebreak v0.1.5
20582026-07-16T17:13:13.228Z Compiling whoami v1.6.1
20592026-07-16T17:13:13.246Z Compiling termtree v0.5.1
20602026-07-16T17:13:13.270Z Compiling tagptr v0.2.0
20612026-07-16T17:13:13.355Z Compiling smawk v0.3.2
20622026-07-16T17:13:13.399Z Compiling lazy_static v1.5.0
20632026-07-16T17:13:13.419Z Compiling moka v0.12.15
20642026-07-16T17:13:13.431Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20652026-07-16T17:13:13.494Z Compiling steno v0.4.1
20662026-07-16T17:13:13.507Z Compiling textwrap v0.16.2
20672026-07-16T17:13:13.530Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20682026-07-16T17:13:13.831Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20692026-07-16T17:13:14.010Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20702026-07-16T17:13:14.227Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20712026-07-16T17:13:14.878Z Compiling tabled v0.15.0
20722026-07-16T17:13:15.129Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20732026-07-16T17:13:15.348Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20742026-07-16T17:13:15.550Z Compiling cookie v0.18.1
20752026-07-16T17:13:16.167Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20762026-07-16T17:13:16.380Z Compiling hickory-proto v0.25.2
20772026-07-16T17:13:16.598Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
20782026-07-16T17:13:16.933Z Compiling libscf-sys v1.2.0
20792026-07-16T17:13:17.046Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20802026-07-16T17:13:17.072Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
20812026-07-16T17:13:17.346Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
20822026-07-16T17:13:17.483Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
20832026-07-16T17:13:17.696Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
20842026-07-16T17:13:18.296Z Compiling hickory-resolver v0.25.2
20852026-07-16T17:13:19.083Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20862026-07-16T17:13:23.383Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20872026-07-16T17:13:31.055Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20882026-07-16T17:13:32.723Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20892026-07-16T17:13:34.338Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
20902026-07-16T17:13:35.120Z Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
20912026-07-16T17:13:36.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
20922026-07-16T17:13:36.633Z Running `target/debug/xtask openapi check`
20932026-07-16T17:13:36.765Z Compiling serde_core v1.0.228
20942026-07-16T17:13:36.893Z Compiling serde v1.0.228
20952026-07-16T17:13:36.893Z Compiling serde_json v1.0.150
20962026-07-16T17:13:36.893Z Compiling syn v2.0.117
20972026-07-16T17:13:36.893Z Compiling bytes v1.11.1
20982026-07-16T17:13:36.893Z Compiling once_cell v1.21.4
20992026-07-16T17:13:36.893Z Compiling zerocopy v0.8.50
21002026-07-16T17:13:36.893Z Compiling num-traits v0.2.19
21012026-07-16T17:13:37.209Z Compiling getrandom v0.4.2
21022026-07-16T17:13:37.287Z Compiling http v1.4.2
21032026-07-16T17:13:37.360Z Compiling zeroize v1.8.2
21042026-07-16T17:13:37.482Z Compiling schemars v0.8.22
21052026-07-16T17:13:37.598Z Compiling aws-lc-rs v1.17.0
21062026-07-16T17:13:37.636Z Compiling usdt-impl v0.6.0
21072026-07-16T17:13:37.636Z Compiling time-macros v0.2.27
21082026-07-16T17:13:37.752Z Compiling rustls-pki-types v1.14.1
21092026-07-16T17:13:37.813Z Compiling tracing-core v0.1.36
21102026-07-16T17:13:37.875Z Compiling bitflags v2.12.1
21112026-07-16T17:13:38.132Z Compiling http-body v1.0.1
21122026-07-16T17:13:38.265Z Compiling tracing v0.1.44
21132026-07-16T17:13:38.315Z Compiling generic-array v0.14.7
21142026-07-16T17:13:38.414Z Compiling indexmap v2.14.0
21152026-07-16T17:13:38.503Z Compiling rustls v0.23.40
21162026-07-16T17:13:38.523Z Compiling rustix v1.1.4
21172026-07-16T17:13:38.561Z Compiling time v0.3.47
21182026-07-16T17:13:38.612Z Compiling getrandom v0.3.4
21192026-07-16T17:13:39.111Z Compiling uuid v1.23.5
21202026-07-16T17:13:39.529Z Compiling pest_generator v2.8.6
21212026-07-16T17:13:39.647Z Compiling serde_derive_internals v0.29.1
21222026-07-16T17:13:39.655Z Compiling camino v1.2.4
21232026-07-16T17:13:39.711Z Compiling rustls-webpki v0.103.13
21242026-07-16T17:13:39.725Z Compiling winnow v1.0.3
21252026-07-16T17:13:39.966Z Compiling subtle v2.6.1
21262026-07-16T17:13:40.061Z Compiling toml_datetime v1.1.1+spec-1.1.0
21272026-07-16T17:13:40.070Z Compiling toml_parser v1.1.2+spec-1.1.0
21282026-07-16T17:13:40.108Z Compiling serde_spanned v1.1.1
21292026-07-16T17:13:40.251Z Compiling toml_edit v0.25.12+spec-1.1.0
21302026-07-16T17:13:40.381Z Compiling semver v1.0.28
21312026-07-16T17:13:40.405Z Compiling rustix v0.38.44
21322026-07-16T17:13:40.604Z Compiling serde_derive v1.0.228
21332026-07-16T17:13:40.642Z Compiling thiserror-impl v2.0.18
21342026-07-16T17:13:40.652Z Compiling zerocopy-derive v0.8.50
21352026-07-16T17:13:40.666Z Compiling tokio-macros v2.7.0
21362026-07-16T17:13:40.734Z Compiling pest_derive v2.8.6
21372026-07-16T17:13:40.762Z Compiling schemars_derive v0.8.22
21382026-07-16T17:13:41.175Z Compiling futures-macro v0.3.32
21392026-07-16T17:13:41.293Z Compiling scroll_derive v0.13.1
21402026-07-16T17:13:41.492Z Compiling tokio v1.52.3
21412026-07-16T17:13:42.316Z Compiling thiserror v2.0.18
21422026-07-16T17:13:43.380Z Compiling dtrace-parser v0.3.0
21432026-07-16T17:13:43.380Z Compiling futures-util v0.3.32
21442026-07-16T17:13:43.380Z Compiling scroll v0.13.0
21452026-07-16T17:13:43.789Z Compiling goblin v0.10.7
21462026-07-16T17:13:43.789Z Compiling async-stream-impl v0.3.6
21472026-07-16T17:13:43.949Z Compiling erased-serde v0.3.31
21482026-07-16T17:13:44.018Z Compiling chrono v0.4.45
21492026-07-16T17:13:44.366Z Compiling slog v2.8.2
21502026-07-16T17:13:44.460Z Compiling serde_tokenstream v0.2.3
21512026-07-16T17:13:44.715Z Compiling slog-json v2.6.1
21522026-07-16T17:13:44.887Z Compiling futures-executor v0.3.32
21532026-07-16T17:13:45.069Z Compiling dof v0.4.0
21542026-07-16T17:13:45.108Z Compiling openapiv3 v2.2.0
21552026-07-16T17:13:45.471Z Compiling tokio-util v0.7.18
21562026-07-16T17:13:45.941Z Compiling oxnet v0.1.6
21572026-07-16T17:13:46.084Z Compiling h2 v0.4.14
21582026-07-16T17:13:46.293Z Compiling usdt-macro v0.6.0
21592026-07-16T17:13:46.425Z Compiling usdt-attr-macro v0.6.0
21602026-07-16T17:13:46.771Z Compiling slog-term v2.9.2
21612026-07-16T17:13:47.006Z Compiling async-compression v0.4.42
21622026-07-16T17:13:47.079Z Compiling tokio-rustls v0.26.4
21632026-07-16T17:13:47.132Z Compiling usdt v0.6.0
21642026-07-16T17:13:47.192Z Compiling futures v0.3.32
21652026-07-16T17:13:47.288Z Compiling slog-bunyan v2.5.0
21662026-07-16T17:13:47.321Z Compiling dropshot_endpoint v0.17.1
21672026-07-16T17:13:47.322Z Compiling slog-async v2.8.0
21682026-07-16T17:13:47.322Z Compiling multer v3.1.0
21692026-07-16T17:13:47.372Z Compiling serde_urlencoded v0.7.1
21702026-07-16T17:13:47.439Z Compiling async-stream v0.3.6
21712026-07-16T17:13:47.465Z Compiling proc-macro-crate v3.5.0
21722026-07-16T17:13:47.540Z Compiling async-trait v0.1.89
21732026-07-16T17:13:47.618Z Compiling toml v1.1.2+spec-1.1.0
21742026-07-16T17:13:47.796Z Compiling serde_path_to_error v0.1.20
21752026-07-16T17:13:47.841Z Compiling http-body-util v0.1.3
21762026-07-16T17:13:47.877Z Compiling rustls-pemfile v2.2.0
21772026-07-16T17:13:47.897Z Compiling crossbeam-epoch v0.9.18
21782026-07-16T17:13:48.097Z Compiling aho-corasick v1.1.4
21792026-07-16T17:13:48.124Z Compiling tempfile v3.27.0
21802026-07-16T17:13:48.151Z Compiling crossbeam-deque v0.8.6
21812026-07-16T17:13:48.254Z Compiling num_enum_derive v0.7.6
21822026-07-16T17:13:48.362Z Compiling hyper v1.10.1
21832026-07-16T17:13:48.528Z Compiling dropshot-api-manager-types v0.7.2
21842026-07-16T17:13:48.881Z Compiling regex-automata v0.4.14
21852026-07-16T17:13:49.019Z Compiling block-buffer v0.10.4
21862026-07-16T17:13:49.049Z Compiling crypto-common v0.1.7
21872026-07-16T17:13:49.147Z Compiling git-stub v1.0.0
21882026-07-16T17:13:49.165Z Compiling clap_builder v4.6.0
21892026-07-16T17:13:49.165Z Compiling atomicwrites v0.4.4
21902026-07-16T17:13:49.255Z Compiling num_enum v0.7.6
21912026-07-16T17:13:49.359Z Compiling digest v0.10.7
21922026-07-16T17:13:49.366Z Compiling rayon-core v1.13.0
21932026-07-16T17:13:49.376Z Compiling fs-err v3.3.0
21942026-07-16T17:13:49.404Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
21952026-07-16T17:13:49.563Z Compiling hyper-util v0.1.20
21962026-07-16T17:13:49.676Z Compiling serde_repr v0.1.20
21972026-07-16T17:13:49.932Z Compiling clap_derive v4.6.1
21982026-07-16T17:13:50.013Z Compiling terminal_size v0.4.4
21992026-07-16T17:13:50.050Z Compiling nom v8.0.0
22002026-07-16T17:13:50.162Z Compiling bstr v1.12.1
22012026-07-16T17:13:50.276Z Compiling either v1.16.0
22022026-07-16T17:13:50.283Z Compiling is_ci v1.2.0
22032026-07-16T17:13:50.458Z Compiling textwrap v0.16.2
22042026-07-16T17:13:50.466Z Compiling rayon v1.12.0
22052026-07-16T17:13:50.531Z Compiling similar v2.7.0
22062026-07-16T17:13:50.958Z Compiling dropshot v0.17.1
22072026-07-16T17:13:51.241Z Compiling regex v1.12.3
22082026-07-16T17:13:51.464Z Compiling supports-color v3.0.2
22092026-07-16T17:13:51.641Z Compiling drift v0.2.0
22102026-07-16T17:13:51.703Z Compiling clap v4.6.1
22112026-07-16T17:13:51.750Z Compiling sha2 v0.10.9
22122026-07-16T17:13:51.750Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
22132026-07-16T17:13:52.091Z Compiling git-stub-vcs v0.1.0
22142026-07-16T17:13:52.191Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22152026-07-16T17:13:52.266Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
22162026-07-16T17:13:53.760Z Compiling dropshot-api-manager v0.7.2
22172026-07-16T17:13:53.760Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
22182026-07-16T17:13:57.657Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
22192026-07-16T17:13:58.783Z Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
22202026-07-16T17:14:05.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.39s
22212026-07-16T17:14:06.099Z Running `target/debug/maghemite-dropshot-apis check`
22222026-07-16T17:14:06.099Z -------
22232026-07-16T17:14:06.099Z Generating OpenAPI documents from API definitions ...
22242026-07-16T17:14:06.100Z Loading local OpenAPI documents from "/work/oxidecomputer/maghemite/openapi" ...
22252026-07-16T17:14:06.100Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
22262026-07-16T17:14:06.198Z -------
22272026-07-16T17:14:06.199Z Checking 14 OpenAPI documents...
22282026-07-16T17:14:06.199Z Fresh ddm-admin (versioned v1.0.0 (blessed)): DDM Admin
22292026-07-16T17:14:06.199Z Fresh ddm-admin (versioned v2.0.0 (blessed)): DDM Admin
22302026-07-16T17:14:06.199Z Fresh ddm-admin "latest" symlink
22312026-07-16T17:14:06.199Z Fresh mg-admin (versioned v1.0.0 (blessed)): Maghemite Admin
22322026-07-16T17:14:06.199Z Fresh mg-admin (versioned v2.0.0 (blessed)): Maghemite Admin
22332026-07-16T17:14:06.199Z Fresh mg-admin (versioned v3.0.0 (blessed)): Maghemite Admin
22342026-07-16T17:14:06.199Z Fresh mg-admin (versioned v4.0.0 (blessed)): Maghemite Admin
22352026-07-16T17:14:06.199Z Fresh mg-admin (versioned v5.0.0 (blessed)): Maghemite Admin
22362026-07-16T17:14:06.199Z Fresh mg-admin (versioned v6.0.0 (blessed)): Maghemite Admin
22372026-07-16T17:14:06.199Z Fresh mg-admin (versioned v7.0.0 (blessed)): Maghemite Admin
22382026-07-16T17:14:06.199Z Fresh mg-admin (versioned v8.0.0 (blessed)): Maghemite Admin
22392026-07-16T17:14:06.199Z Fresh mg-admin (versioned v9.0.0 (blessed)): Maghemite Admin
22402026-07-16T17:14:06.199Z Fresh mg-admin (versioned v10.0.0 (blessed)): Maghemite Admin
22412026-07-16T17:14:06.199Z Fresh mg-admin (versioned v11.0.0 (blessed)): Maghemite Admin
22422026-07-16T17:14:06.199Z Fresh mg-admin (versioned v12.0.0 (added locally)): Maghemite Admin
22432026-07-16T17:14:06.199Z Fresh mg-admin "latest" symlink
22442026-07-16T17:14:06.199Z -------
22452026-07-16T17:14:06.200Z Success 14 documents checked: 16 fresh, 0 stale, 0 failed, 0 other problems
22462026-07-16T17:14:06.200Z+ banner build
22472026-07-16T17:14:06.200Z
22482026-07-16T17:14:06.200Z ##### # # # # #####
22492026-07-16T17:14:06.200Z # # # # # # # #
22502026-07-16T17:14:06.200Z ##### # # # # # #
22512026-07-16T17:14:06.200Z # # # # # # # #
22522026-07-16T17:14:06.200Z # # # # # # # #
22532026-07-16T17:14:06.200Z ##### #### # ###### #####
22542026-07-16T17:14:06.200Z
22552026-07-16T17:14:06.200Z+ ptime -m cargo build
22562026-07-16T17:14:06.829Z Compiling smallvec v1.15.1
22572026-07-16T17:14:06.876Z Compiling log v0.4.32
22582026-07-16T17:14:06.988Z Compiling slog v2.8.2
22592026-07-16T17:14:06.988Z Compiling ring v0.17.14
22602026-07-16T17:14:07.088Z Compiling webpki-roots v1.0.7
22612026-07-16T17:14:07.088Z Compiling similar v2.7.0
22622026-07-16T17:14:07.088Z Compiling fxhash v0.2.1
22632026-07-16T17:14:07.088Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
22642026-07-16T17:14:07.187Z Compiling icu_normalizer v2.2.0
22652026-07-16T17:14:07.187Z Compiling parking_lot_core v0.9.12
22662026-07-16T17:14:07.187Z Compiling goblin v0.10.7
22672026-07-16T17:14:07.329Z Compiling goblin v0.8.2
22682026-07-16T17:14:07.424Z Compiling slog-term v2.9.2
22692026-07-16T17:14:07.425Z Compiling slog-async v2.8.0
22702026-07-16T17:14:07.425Z Compiling idna_adapter v1.2.2
22712026-07-16T17:14:07.570Z Compiling idna v1.1.0
22722026-07-16T17:14:07.761Z Compiling parking_lot v0.12.5
22732026-07-16T17:14:07.981Z Compiling slog-json v2.6.1
22742026-07-16T17:14:08.032Z Compiling url v2.5.8
22752026-07-16T17:14:08.033Z Compiling tokio v1.52.3
22762026-07-16T17:14:08.055Z Compiling slog-bunyan v2.5.0
22772026-07-16T17:14:08.073Z Compiling rustls-webpki v0.103.13
22782026-07-16T17:14:08.206Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22792026-07-16T17:14:08.326Z Compiling expectorate v1.2.0
22802026-07-16T17:14:08.441Z Compiling globset v0.4.18
22812026-07-16T17:14:08.482Z Compiling schemars v0.8.22
22822026-07-16T17:14:09.187Z Compiling rustls v0.23.40
22832026-07-16T17:14:09.500Z Compiling moka v0.12.15
22842026-07-16T17:14:09.500Z Compiling parking_lot_core v0.8.6
22852026-07-16T17:14:09.500Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
22862026-07-16T17:14:09.540Z Compiling ipnetwork v0.21.1
22872026-07-16T17:14:09.540Z Compiling newtype-uuid v1.3.2
22882026-07-16T17:14:09.704Z Compiling oxnet v0.1.6
22892026-07-16T17:14:09.812Z Compiling serde_with v3.20.0
22902026-07-16T17:14:09.860Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
22912026-07-16T17:14:09.860Z Compiling typify-impl v0.6.2
22922026-07-16T17:14:10.173Z Compiling daft v0.1.7
22932026-07-16T17:14:10.419Z Compiling dof v0.4.0
22942026-07-16T17:14:10.711Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22952026-07-16T17:14:11.073Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
22962026-07-16T17:14:11.222Z Compiling usdt-impl v0.6.0
22972026-07-16T17:14:11.633Z Compiling usdt v0.6.0
22982026-07-16T17:14:11.791Z Compiling iddqd v0.4.5
22992026-07-16T17:14:12.035Z Compiling tokio-util v0.7.18
23002026-07-16T17:14:12.035Z Compiling tokio-rustls v0.26.4
23012026-07-16T17:14:12.036Z Compiling tower v0.5.3
23022026-07-16T17:14:12.250Z Compiling rustls-platform-verifier v0.7.0
23032026-07-16T17:14:12.390Z Compiling async-compression v0.4.42
23042026-07-16T17:14:12.390Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23052026-07-16T17:14:12.606Z Compiling h2 v0.4.14
23062026-07-16T17:14:12.607Z Compiling tower-http v0.6.11
23072026-07-16T17:14:12.759Z Compiling backoff v0.4.0
23082026-07-16T17:14:12.759Z Compiling typify v0.6.2
23092026-07-16T17:14:12.759Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23102026-07-16T17:14:12.879Z Compiling dof v0.3.0
23112026-07-16T17:14:12.939Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23122026-07-16T17:14:12.939Z Compiling byte-wrapper v0.1.0
23132026-07-16T17:14:13.004Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23142026-07-16T17:14:13.185Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23152026-07-16T17:14:13.311Z Compiling usdt-impl v0.5.0
23162026-07-16T17:14:13.555Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23172026-07-16T17:14:13.578Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23182026-07-16T17:14:13.600Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23192026-07-16T17:14:13.997Z Compiling usdt v0.5.0
23202026-07-16T17:14:14.043Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23212026-07-16T17:14:14.270Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
23222026-07-16T17:14:14.270Z Compiling progenitor-impl v0.14.0
23232026-07-16T17:14:14.648Z Compiling hyper v1.10.1
23242026-07-16T17:14:14.745Z Compiling hickory-proto v0.24.4
23252026-07-16T17:14:15.383Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23262026-07-16T17:14:15.424Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23272026-07-16T17:14:15.496Z Compiling progenitor-impl v0.13.0
23282026-07-16T17:14:15.708Z Compiling tokio-stream v0.1.18
23292026-07-16T17:14:15.933Z Compiling hyper-util v0.1.20
23302026-07-16T17:14:16.119Z Compiling tokio-dtrace v0.1.1
23312026-07-16T17:14:16.518Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23322026-07-16T17:14:16.595Z Compiling libsw-core v0.3.2
23332026-07-16T17:14:16.694Z Compiling hickory-resolver v0.24.4
23342026-07-16T17:14:16.694Z Compiling zone v0.3.1
23352026-07-16T17:14:16.842Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23362026-07-16T17:14:17.219Z Compiling hyper-rustls v0.27.9
23372026-07-16T17:14:17.440Z Compiling dropshot v0.17.1
23382026-07-16T17:14:17.577Z Compiling reqwest v0.13.4
23392026-07-16T17:14:17.800Z Compiling reqwest v0.12.28
23402026-07-16T17:14:17.956Z Compiling qorb v0.4.1
23412026-07-16T17:14:18.067Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
23422026-07-16T17:14:19.496Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
23432026-07-16T17:14:19.590Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23442026-07-16T17:14:19.590Z Compiling libsw v3.5.0
23452026-07-16T17:14:19.590Z Compiling progenitor-client v0.14.0
23462026-07-16T17:14:19.590Z Compiling progenitor-client v0.10.0
23472026-07-16T17:14:19.590Z Compiling progenitor-client v0.13.0
23482026-07-16T17:14:19.590Z Compiling progenitor-extras v0.2.0
23492026-07-16T17:14:19.590Z Compiling progenitor v0.14.0
23502026-07-16T17:14:19.591Z Compiling progenitor v0.13.0
23512026-07-16T17:14:19.591Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
23522026-07-16T17:14:19.591Z Compiling oxide-tokio-rt v0.1.6
23532026-07-16T17:14:19.591Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
23542026-07-16T17:14:19.591Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23552026-07-16T17:14:19.879Z Compiling slog-dtrace v0.3.0
23562026-07-16T17:14:19.937Z Compiling tough v0.22.0
23572026-07-16T17:14:19.937Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
23582026-07-16T17:14:19.937Z Compiling cancel-safe-futures v0.1.5
23592026-07-16T17:14:20.002Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23602026-07-16T17:14:20.210Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23612026-07-16T17:14:20.774Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23622026-07-16T17:14:21.070Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23632026-07-16T17:14:21.247Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23642026-07-16T17:14:21.267Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23652026-07-16T17:14:21.465Z Compiling steno v0.4.1
23662026-07-16T17:14:21.823Z Compiling hickory-proto v0.25.2
23672026-07-16T17:14:21.838Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
23682026-07-16T17:14:21.970Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
23692026-07-16T17:14:23.172Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23702026-07-16T17:14:23.405Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23712026-07-16T17:14:23.691Z Compiling parking_lot v0.11.2
23722026-07-16T17:14:23.932Z Compiling hickory-resolver v0.25.2
23732026-07-16T17:14:24.115Z Compiling sled v0.34.7
23742026-07-16T17:14:24.302Z Compiling arc-swap v1.9.1
23752026-07-16T17:14:24.442Z Compiling internet-checksum v0.2.1
23762026-07-16T17:14:24.576Z Compiling slog-scope v4.4.1
23772026-07-16T17:14:24.625Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
23782026-07-16T17:14:24.838Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23792026-07-16T17:14:25.177Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23802026-07-16T17:14:25.689Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23812026-07-16T17:14:26.011Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23822026-07-16T17:14:26.169Z Compiling papergrid v0.18.0
23832026-07-16T17:14:26.319Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23842026-07-16T17:14:26.522Z Compiling testing_table v0.3.0
23852026-07-16T17:14:26.713Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23862026-07-16T17:14:26.980Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23872026-07-16T17:14:27.437Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23882026-07-16T17:14:27.462Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23892026-07-16T17:14:28.165Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23902026-07-16T17:14:29.053Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23912026-07-16T17:14:29.111Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23922026-07-16T17:14:29.111Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
23932026-07-16T17:14:29.111Z Compiling itertools v0.15.0
23942026-07-16T17:14:29.111Z Compiling tabled v0.21.0
23952026-07-16T17:14:29.111Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23962026-07-16T17:14:29.301Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
23972026-07-16T17:14:29.358Z Compiling slog-stdlog v4.1.1
23982026-07-16T17:14:29.454Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
23992026-07-16T17:14:29.476Z Compiling dropshot-api-manager-types v0.7.2
24002026-07-16T17:14:29.817Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=4871abc13ca21ee97c684f1d5ed363e8a86f3441#4871abc1)
24012026-07-16T17:14:29.818Z Compiling slog-envlogger v2.2.0
24022026-07-16T17:14:29.859Z Compiling const-random v0.1.18
24032026-07-16T17:14:29.944Z Compiling typify-impl v0.4.3
24042026-07-16T17:14:30.257Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
24052026-07-16T17:14:30.580Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc#dfcf0663)
24062026-07-16T17:14:30.902Z Compiling crc8 v0.1.1
24072026-07-16T17:14:30.924Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc#dfcf0663)
24082026-07-16T17:14:31.023Z Compiling ahash v0.8.12
24092026-07-16T17:14:31.170Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=4871abc13ca21ee97c684f1d5ed363e8a86f3441#4871abc1)
24102026-07-16T17:14:31.274Z Compiling smartstring v1.0.1
24112026-07-16T17:14:31.446Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
24122026-07-16T17:14:31.567Z Compiling sha1 v0.10.6
24132026-07-16T17:14:31.790Z Compiling typify v0.4.3
24142026-07-16T17:14:31.892Z Compiling thin-vec v0.2.18
24152026-07-16T17:14:31.906Z Compiling utf-8 v0.7.6
24162026-07-16T17:14:32.094Z Compiling tungstenite v0.21.0
24172026-07-16T17:14:32.100Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc#dfcf0663)
24182026-07-16T17:14:32.198Z Compiling rhai v1.25.1
24192026-07-16T17:14:32.286Z Compiling progenitor-impl v0.10.0
24202026-07-16T17:14:32.655Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
24212026-07-16T17:14:33.062Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24222026-07-16T17:14:33.118Z Compiling sha2 v0.10.9
24232026-07-16T17:14:33.435Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24242026-07-16T17:14:33.583Z Compiling progenitor v0.10.0
24252026-07-16T17:14:34.155Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24262026-07-16T17:14:34.381Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24272026-07-16T17:14:35.225Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24282026-07-16T17:14:35.460Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24292026-07-16T17:14:35.529Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24302026-07-16T17:14:35.841Z Compiling lzma-sys v0.1.20
24312026-07-16T17:14:35.976Z Compiling tokio-tungstenite v0.21.0
24322026-07-16T17:14:36.113Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc#dfcf0663)
24332026-07-16T17:14:36.261Z Compiling typeid v1.0.3
24342026-07-16T17:14:36.403Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
24352026-07-16T17:14:37.027Z Compiling port-file v0.1.0
24362026-07-16T17:14:37.221Z Compiling console v0.16.3
24372026-07-16T17:14:37.555Z Compiling git-stub v1.0.0
24382026-07-16T17:14:37.601Z Compiling toml_datetime v0.7.5+spec-1.1.0
24392026-07-16T17:14:37.811Z Compiling unit-prefix v0.5.2
24402026-07-16T17:14:37.894Z Compiling base64 v0.21.7
24412026-07-16T17:14:37.911Z Compiling toml v0.9.12+spec-1.1.0
24422026-07-16T17:14:37.972Z Compiling indicatif v0.18.4
24432026-07-16T17:14:38.220Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24442026-07-16T17:14:38.323Z Compiling git-stub-vcs v0.1.0
24452026-07-16T17:14:38.703Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc#dfcf0663)
24462026-07-16T17:14:38.971Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
24472026-07-16T17:14:39.313Z Compiling ron v0.12.1
24482026-07-16T17:14:39.580Z Compiling xz2 v0.1.7
24492026-07-16T17:14:39.827Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
24502026-07-16T17:14:39.915Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
24512026-07-16T17:14:40.078Z Compiling drift v0.2.0
24522026-07-16T17:14:40.127Z Compiling base16ct v1.0.0
24532026-07-16T17:14:40.263Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
24542026-07-16T17:14:40.599Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
24552026-07-16T17:14:41.055Z Compiling dropshot-api-manager v0.7.2
24562026-07-16T17:14:41.087Z Compiling natord v1.0.9
24572026-07-16T17:14:41.128Z Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util)
24582026-07-16T17:14:44.741Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24592026-07-16T17:14:44.864Z Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
24602026-07-16T17:14:54.226Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24612026-07-16T17:14:54.631Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24622026-07-16T17:14:55.691Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
24632026-07-16T17:14:56.682Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
24642026-07-16T17:14:56.682Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
24652026-07-16T17:14:56.716Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
24662026-07-16T17:14:57.039Z Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
24672026-07-16T17:14:57.040Z Compiling mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify)
24682026-07-16T17:14:57.040Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
24692026-07-16T17:14:57.513Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
24702026-07-16T17:14:59.013Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
24712026-07-16T17:14:59.014Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
24722026-07-16T17:14:59.014Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
24732026-07-16T17:15:00.005Z Compiling bfd-async v0.1.0 (/work/oxidecomputer/maghemite/bfd-async)
24742026-07-16T17:15:04.029Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
24752026-07-16T17:15:06.222Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
24762026-07-16T17:15:06.252Z Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
24772026-07-16T17:15:06.253Z Compiling falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab)
24782026-07-16T17:15:47.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 41s
24792026-07-16T17:15:47.942Z
24802026-07-16T17:15:47.942Zreal 1:41.708123857
24812026-07-16T17:15:47.942Zuser 7:34.171860084
24822026-07-16T17:15:47.942Zsys 1:05.211817081
24832026-07-16T17:15:47.942Ztrap 0.197314267
24842026-07-16T17:15:47.942Ztflt 0.005719230
24852026-07-16T17:15:47.943Zdflt 0.090949855
24862026-07-16T17:15:47.943Zkflt 0.000109239
24872026-07-16T17:15:47.943Zlock 29:14.947138580
24882026-07-16T17:15:47.943Zslp 24:01.445894074
24892026-07-16T17:15:47.943Zlat 23.151866105
24902026-07-16T17:15:47.981Zstop 38.090568612
24912026-07-16T17:15:47.981Z+ ptime -m cargo build --release
24922026-07-16T17:15:48.680Z Compiling proc-macro2 v1.0.106
24932026-07-16T17:15:48.681Z Compiling quote v1.0.45
24942026-07-16T17:15:48.681Z Compiling unicode-ident v1.0.24
24952026-07-16T17:15:48.803Z Compiling serde_core v1.0.228
24962026-07-16T17:15:48.803Z Compiling serde v1.0.228
24972026-07-16T17:15:48.804Z Compiling libc v0.2.186
24982026-07-16T17:15:48.804Z Compiling cfg-if v1.0.4
24992026-07-16T17:15:48.981Z Compiling zmij v1.0.21
25002026-07-16T17:15:49.071Z Compiling autocfg v1.5.1
25012026-07-16T17:15:49.155Z Compiling memchr v2.8.1
25022026-07-16T17:15:49.254Z Compiling libm v0.2.16
25032026-07-16T17:15:49.322Z Compiling itoa v1.0.18
25042026-07-16T17:15:49.641Z Compiling icu_normalizer_data v2.2.0
25052026-07-16T17:15:49.748Z Compiling icu_properties_data v2.2.0
25062026-07-16T17:15:49.997Z Compiling version_check v0.9.5
25072026-07-16T17:15:50.192Z Compiling stable_deref_trait v1.2.1
25082026-07-16T17:15:50.193Z Compiling syn v2.0.117
25092026-07-16T17:15:50.372Z Compiling serde_json v1.0.150
25102026-07-16T17:15:50.373Z Compiling writeable v0.6.3
25112026-07-16T17:15:50.373Z Compiling litemap v0.8.2
25122026-07-16T17:15:50.452Z Compiling thiserror v2.0.18
25132026-07-16T17:15:50.452Z Compiling utf8_iter v1.0.4
25142026-07-16T17:15:50.496Z Compiling num-traits v0.2.19
25152026-07-16T17:15:50.558Z Compiling percent-encoding v2.3.2
25162026-07-16T17:15:50.805Z Compiling form_urlencoded v1.2.2
25172026-07-16T17:15:50.850Z Compiling parking_lot_core v0.9.12
25182026-07-16T17:15:51.053Z Compiling getrandom v0.4.2
25192026-07-16T17:15:51.236Z Compiling rand_core v0.10.1
25202026-07-16T17:15:51.236Z Compiling iana-time-zone v0.1.65
25212026-07-16T17:15:51.309Z Compiling errno v0.3.14
25222026-07-16T17:15:51.417Z Compiling heck v0.5.0
25232026-07-16T17:15:51.473Z Compiling zerocopy v0.8.50
25242026-07-16T17:15:51.561Z Compiling uuid v1.23.5
25252026-07-16T17:15:52.529Z Compiling semver v1.0.28
25262026-07-16T17:15:52.529Z Compiling dyn-clone v1.0.20
25272026-07-16T17:15:52.529Z Compiling schemars v0.8.22
25282026-07-16T17:15:52.529Z Compiling jobserver v0.1.34
25292026-07-16T17:15:52.820Z Compiling shlex v2.0.1
25302026-07-16T17:15:52.820Z Compiling find-msvc-tools v0.1.9
25312026-07-16T17:15:52.821Z Compiling rustversion v1.0.22
25322026-07-16T17:15:52.821Z Compiling cc v1.2.63
25332026-07-16T17:15:52.821Z Compiling pin-project-lite v0.2.17
25342026-07-16T17:15:52.827Z Compiling getrandom v0.2.17
25352026-07-16T17:15:53.080Z Compiling bitflags v2.12.1
25362026-07-16T17:15:53.080Z Compiling portable-atomic v1.13.1
25372026-07-16T17:15:53.080Z Compiling socket2 v0.6.4
25382026-07-16T17:15:53.260Z Compiling scopeguard v1.2.0
25392026-07-16T17:15:53.332Z Compiling synstructure v0.13.2
25402026-07-16T17:15:53.332Z Compiling serde_derive_internals v0.29.1
25412026-07-16T17:15:54.073Z Compiling lock_api v0.4.14
25422026-07-16T17:15:54.234Z Compiling critical-section v1.2.0
25432026-07-16T17:15:54.234Z Compiling log v0.4.32
25442026-07-16T17:15:54.234Z Compiling once_cell v1.21.4
25452026-07-16T17:15:54.234Z Compiling signal-hook-registry v1.4.8
25462026-07-16T17:15:54.234Z Compiling mio v1.2.1
25472026-07-16T17:15:54.234Z Compiling equivalent v1.0.2
25482026-07-16T17:15:54.234Z Compiling cmake v0.1.58
25492026-07-16T17:15:54.234Z Compiling fs_extra v1.3.0
25502026-07-16T17:15:54.543Z Compiling dunce v1.0.5
25512026-07-16T17:15:54.543Z Compiling subtle v2.6.1
25522026-07-16T17:15:54.543Z Compiling futures-core v0.3.32
25532026-07-16T17:15:54.543Z Compiling serde_derive v1.0.228
25542026-07-16T17:15:54.543Z Compiling zerofrom-derive v0.1.7
25552026-07-16T17:15:54.543Z Compiling yoke-derive v0.8.2
25562026-07-16T17:15:54.544Z Compiling zerovec-derive v0.11.3
25572026-07-16T17:15:54.544Z Compiling displaydoc v0.2.6
25582026-07-16T17:15:54.544Z Compiling schemars_derive v0.8.22
25592026-07-16T17:15:54.544Z Compiling thiserror-impl v2.0.18
25602026-07-16T17:15:54.664Z Compiling tokio-macros v2.7.0
25612026-07-16T17:15:55.347Z Compiling zerocopy-derive v0.8.50
25622026-07-16T17:15:55.556Z Compiling zeroize_derive v1.4.3
25632026-07-16T17:15:55.800Z Compiling futures-macro v0.3.32
25642026-07-16T17:15:55.800Z Compiling aws-lc-sys v0.41.0
25652026-07-16T17:15:56.144Z Compiling zerofrom v0.1.8
25662026-07-16T17:15:56.144Z Compiling httparse v1.10.1
25672026-07-16T17:15:56.144Z Compiling yoke v0.8.3
25682026-07-16T17:15:56.328Z Compiling zerovec v0.11.6
25692026-07-16T17:15:56.328Z Compiling zerotrie v0.2.4
25702026-07-16T17:15:56.328Z Compiling getrandom v0.3.4
25712026-07-16T17:15:56.779Z Compiling zeroize v1.8.2
25722026-07-16T17:15:56.931Z Compiling futures-sink v0.3.32
25732026-07-16T17:15:56.931Z Compiling slab v0.4.12
25742026-07-16T17:15:56.931Z Compiling rustix v1.1.4
25752026-07-16T17:15:56.931Z Compiling thiserror v1.0.69
25762026-07-16T17:15:56.931Z Compiling typenum v1.20.1
25772026-07-16T17:15:56.931Z Compiling futures-channel v0.3.32
25782026-07-16T17:15:57.039Z Compiling tinystr v0.8.3
25792026-07-16T17:15:57.039Z Compiling potential_utf v0.1.5
25802026-07-16T17:15:57.039Z Compiling icu_locale_core v2.2.0
25812026-07-16T17:15:57.039Z Compiling icu_collections v2.2.0
25822026-07-16T17:15:57.039Z Compiling thiserror-impl v1.0.69
25832026-07-16T17:15:57.039Z Compiling futures-io v0.3.32
25842026-07-16T17:15:57.070Z Compiling futures-task v0.3.32
25852026-07-16T17:15:57.219Z Compiling futures-util v0.3.32
25862026-07-16T17:15:57.296Z Compiling hashbrown v0.17.1
25872026-07-16T17:15:57.960Z Compiling indexmap v2.14.0
25882026-07-16T17:15:58.061Z Compiling icu_provider v2.2.0
25892026-07-16T17:15:58.061Z Compiling smallvec v1.15.1
25902026-07-16T17:15:58.302Z Compiling bytes v1.11.1
25912026-07-16T17:15:58.370Z Compiling icu_normalizer v2.2.0
25922026-07-16T17:15:58.370Z Compiling icu_properties v2.2.0
25932026-07-16T17:15:58.423Z Compiling chrono v0.4.45
25942026-07-16T17:15:58.523Z Compiling serde_tokenstream v0.2.3
25952026-07-16T17:15:59.185Z Compiling parking_lot v0.12.5
25962026-07-16T17:15:59.738Z Compiling idna_adapter v1.2.2
25972026-07-16T17:15:59.911Z Compiling tokio v1.52.3
25982026-07-16T17:15:59.911Z Compiling idna v1.1.0
25992026-07-16T17:15:59.962Z Compiling ucd-trie v0.1.7
26002026-07-16T17:16:00.084Z Compiling tracing-attributes v0.1.31
26012026-07-16T17:16:00.215Z Compiling url v2.5.8
26022026-07-16T17:16:00.291Z Compiling pest v2.8.6
26032026-07-16T17:16:00.309Z Compiling tracing-core v0.1.36
26042026-07-16T17:16:01.709Z Compiling rand_core v0.6.4
26052026-07-16T17:16:01.819Z Compiling regex-syntax v0.8.10
26062026-07-16T17:16:01.854Z Compiling tracing v0.1.44
26072026-07-16T17:16:01.854Z Compiling pest_meta v2.8.6
26082026-07-16T17:16:01.854Z Compiling slog v2.8.2
26092026-07-16T17:16:02.160Z Compiling byteorder v1.5.0
26102026-07-16T17:16:02.269Z Compiling base64 v0.22.1
26112026-07-16T17:16:02.418Z Compiling pest_generator v2.8.6
26122026-07-16T17:16:02.733Z Compiling ipnetwork v0.21.1
26132026-07-16T17:16:02.859Z Compiling http v1.4.2
26142026-07-16T17:16:03.171Z Compiling erased-serde v0.3.31
26152026-07-16T17:16:03.283Z Compiling aho-corasick v1.1.4
26162026-07-16T17:16:04.427Z Compiling regex-automata v0.4.14
26172026-07-16T17:16:04.611Z Compiling pest_derive v2.8.6
26182026-07-16T17:16:04.708Z Compiling anyhow v1.0.103
26192026-07-16T17:16:04.874Z Compiling fnv v1.0.7
26202026-07-16T17:16:05.180Z Compiling oxnet v0.1.6
26212026-07-16T17:16:05.283Z Compiling rustls-pki-types v1.14.1
26222026-07-16T17:16:06.048Z Compiling ring v0.17.14
26232026-07-16T17:16:06.159Z Compiling aws-lc-rs v1.17.0
26242026-07-16T17:16:06.390Z Compiling regex v1.12.3
26252026-07-16T17:16:06.905Z Compiling strsim v0.11.1
26262026-07-16T17:16:06.935Z Compiling paste v1.0.15
26272026-07-16T17:16:07.056Z Compiling tokio-util v0.7.18
26282026-07-16T17:16:07.400Z Compiling untrusted v0.7.1
26292026-07-16T17:16:07.505Z Compiling untrusted v0.9.0
26302026-07-16T17:16:07.643Z Compiling time-core v0.1.8
26312026-07-16T17:16:07.729Z Compiling num-conv v0.2.2
26322026-07-16T17:16:07.784Z Compiling ipnet v2.12.0
26332026-07-16T17:16:07.833Z Compiling time-macros v0.2.27
26342026-07-16T17:16:09.154Z Compiling rustls v0.23.40
26352026-07-16T17:16:09.514Z Compiling ident_case v1.0.1
26362026-07-16T17:16:09.514Z Compiling camino v1.2.4
26372026-07-16T17:16:09.514Z Compiling http-body v1.0.1
26382026-07-16T17:16:09.759Z Compiling scroll_derive v0.13.1
26392026-07-16T17:16:10.090Z Compiling atomic-waker v1.1.2
26402026-07-16T17:16:10.239Z Compiling async-trait v0.1.89
26412026-07-16T17:16:10.241Z Compiling pretty-hex v0.4.2
26422026-07-16T17:16:10.283Z Compiling tower-service v0.3.3
26432026-07-16T17:16:10.383Z Compiling try-lock v0.2.5
26442026-07-16T17:16:10.934Z Compiling omicron-workspace-hack v0.1.0
26452026-07-16T17:16:11.110Z Compiling ryu v1.0.23
26462026-07-16T17:16:11.110Z Compiling tower-layer v0.3.3
26472026-07-16T17:16:11.111Z Compiling want v0.3.1
26482026-07-16T17:16:11.111Z Compiling h2 v0.4.14
26492026-07-16T17:16:11.455Z Compiling ppv-lite86 v0.2.21
26502026-07-16T17:16:11.487Z Compiling httpdate v1.0.3
26512026-07-16T17:16:12.014Z Compiling crossbeam-utils v0.8.21
26522026-07-16T17:16:12.520Z Compiling crc32fast v1.5.0
26532026-07-16T17:16:13.075Z Compiling usdt-impl v0.6.0
26542026-07-16T17:16:13.366Z Compiling slog-async v2.8.0
26552026-07-16T17:16:13.568Z Compiling hyper v1.10.1
26562026-07-16T17:16:13.683Z Compiling serde_urlencoded v0.7.1
26572026-07-16T17:16:13.885Z Compiling scroll v0.13.0
26582026-07-16T17:16:13.967Z Compiling http-body-util v0.1.3
26592026-07-16T17:16:14.128Z Compiling plain v0.2.3
26602026-07-16T17:16:14.163Z Compiling daft-derive v0.1.7
26612026-07-16T17:16:14.235Z Compiling goblin v0.10.7
26622026-07-16T17:16:15.041Z Compiling hyper-util v0.1.20
26632026-07-16T17:16:17.934Z Compiling allocator-api2 v0.2.21
26642026-07-16T17:16:17.974Z Compiling foldhash v0.2.0
26652026-07-16T17:16:18.128Z Compiling dof v0.4.0
26662026-07-16T17:16:18.250Z Compiling dtrace-parser v0.3.0
26672026-07-16T17:16:18.472Z Compiling hashbrown v0.16.1
26682026-07-16T17:16:18.735Z Compiling openapiv3 v2.2.0
26692026-07-16T17:16:18.899Z Compiling thread-id v5.1.0
26702026-07-16T17:16:19.078Z Compiling syn v1.0.109
26712026-07-16T17:16:19.648Z Compiling generic-array v0.14.7
26722026-07-16T17:16:19.862Z Compiling powerfmt v0.2.0
26732026-07-16T17:16:20.029Z Compiling deranged v0.5.8
26742026-07-16T17:16:21.647Z Compiling num_threads v0.1.7
26752026-07-16T17:16:21.739Z Compiling time v0.3.47
26762026-07-16T17:16:22.361Z Compiling usdt-macro v0.6.0
26772026-07-16T17:16:22.498Z Compiling usdt-attr-macro v0.6.0
26782026-07-16T17:16:23.205Z Compiling rand_core v0.9.5
26792026-07-16T17:16:23.326Z Compiling multer v3.1.0
26802026-07-16T17:16:23.374Z Compiling ref-cast v1.0.25
26812026-07-16T17:16:23.605Z Compiling crossbeam-channel v0.5.15
26822026-07-16T17:16:23.634Z Compiling sync_wrapper v1.0.2
26832026-07-16T17:16:23.736Z Compiling hex v0.4.3
26842026-07-16T17:16:23.751Z Compiling cpufeatures v0.3.0
26852026-07-16T17:16:23.842Z Compiling winnow v1.0.3
26862026-07-16T17:16:24.080Z Compiling tower v0.5.3
26872026-07-16T17:16:24.115Z Compiling rand_chacha v0.9.0
26882026-07-16T17:16:24.429Z Compiling webpki-roots v1.0.7
26892026-07-16T17:16:24.581Z Compiling futures-executor v0.3.32
26902026-07-16T17:16:24.581Z Compiling ref-cast-impl v1.0.25
26912026-07-16T17:16:24.682Z Compiling async-stream-impl v0.3.6
26922026-07-16T17:16:24.702Z Compiling dropshot v0.17.1
26932026-07-16T17:16:24.945Z Compiling thread_local v1.1.9
26942026-07-16T17:16:25.002Z Compiling fastrand v2.4.1
26952026-07-16T17:16:25.208Z Compiling tower-http v0.6.11
26962026-07-16T17:16:25.323Z Compiling futures v0.3.32
26972026-07-16T17:16:25.347Z Compiling rand v0.9.4
26982026-07-16T17:16:25.429Z Compiling structmeta-derive v0.3.0
26992026-07-16T17:16:25.677Z Compiling is-terminal v0.4.17
27002026-07-16T17:16:25.677Z Compiling take_mut v0.2.2
27012026-07-16T17:16:25.780Z Compiling term v1.2.1
27022026-07-16T17:16:25.780Z Compiling crypto-common v0.1.7
27032026-07-16T17:16:25.930Z Compiling slog-term v2.9.2
27042026-07-16T17:16:26.126Z Compiling darling_core v0.23.0
27052026-07-16T17:16:26.191Z Compiling dropshot_endpoint v0.17.1
27062026-07-16T17:16:26.522Z Compiling structmeta v0.3.0
27072026-07-16T17:16:26.764Z Compiling newtype-uuid-macros v0.1.0
27082026-07-16T17:16:27.317Z Compiling tempfile v3.27.0
27092026-07-16T17:16:27.944Z Compiling newtype-uuid v1.3.2
27102026-07-16T17:16:28.194Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27112026-07-16T17:16:28.194Z Compiling strum_macros v0.26.4
27122026-07-16T17:16:28.194Z Compiling either v1.16.0
27132026-07-16T17:16:28.238Z Compiling daft v0.1.7
27142026-07-16T17:16:28.292Z Compiling darling_macro v0.23.0
27152026-07-16T17:16:28.923Z Compiling hybrid-array v0.4.12
27162026-07-16T17:16:29.074Z Compiling openssl-probe v0.2.1
27172026-07-16T17:16:29.074Z Compiling simd-adler32 v0.3.9
27182026-07-16T17:16:29.074Z Compiling match_cfg v0.1.0
27192026-07-16T17:16:29.074Z Compiling darling v0.23.0
27202026-07-16T17:16:29.074Z Compiling adler2 v2.0.1
27212026-07-16T17:16:29.074Z Compiling hostname v0.3.1
27222026-07-16T17:16:29.106Z Compiling serde_with_macros v3.20.0
27232026-07-16T17:16:29.107Z Compiling miniz_oxide v0.8.9
27242026-07-16T17:16:29.160Z Compiling rustls-native-certs v0.8.4
27252026-07-16T17:16:29.553Z Compiling toml_parser v1.1.2+spec-1.1.0
27262026-07-16T17:16:29.594Z Compiling slog-json v2.6.1
27272026-07-16T17:16:30.015Z Compiling serde_spanned v1.1.1
27282026-07-16T17:16:30.036Z Compiling memmap2 v0.9.10
27292026-07-16T17:16:30.187Z Compiling toml_writer v1.1.1+spec-1.1.0
27302026-07-16T17:16:30.878Z Compiling slog-bunyan v2.5.0
27312026-07-16T17:16:30.921Z Compiling flate2 v1.1.9
27322026-07-16T17:16:30.921Z Compiling block-buffer v0.12.0
27332026-07-16T17:16:30.921Z Compiling crypto-common v0.2.2
27342026-07-16T17:16:30.921Z Compiling derive-ex v0.1.8
27352026-07-16T17:16:31.983Z Compiling rand_chacha v0.3.1
27362026-07-16T17:16:32.065Z Compiling strum_macros v0.27.2
27372026-07-16T17:16:32.065Z Compiling debug-ignore v1.0.5
27382026-07-16T17:16:32.065Z Compiling compression-core v0.4.32
27392026-07-16T17:16:32.175Z Compiling usdt v0.6.0
27402026-07-16T17:16:32.229Z Compiling const-oid v0.10.2
27412026-07-16T17:16:32.793Z Compiling digest v0.11.3
27422026-07-16T17:16:32.834Z Compiling test-strategy v0.4.5
27432026-07-16T17:16:32.834Z Compiling compression-codecs v0.4.38
27442026-07-16T17:16:32.835Z Compiling rand v0.8.6
27452026-07-16T17:16:33.168Z Compiling macaddr v1.0.1
27462026-07-16T17:16:33.331Z Compiling toml_datetime v1.1.1+spec-1.1.0
27472026-07-16T17:16:33.829Z Compiling encoding_rs v0.8.35
27482026-07-16T17:16:33.888Z Compiling spin v0.9.8
27492026-07-16T17:16:33.888Z Compiling mime v0.3.17
27502026-07-16T17:16:33.889Z Compiling toml v1.1.2+spec-1.1.0
27512026-07-16T17:16:34.018Z Compiling async-compression v0.4.42
27522026-07-16T17:16:34.142Z Compiling sha1 v0.11.0
27532026-07-16T17:16:34.212Z Compiling async-stream v0.3.6
27542026-07-16T17:16:34.422Z Compiling block-buffer v0.10.4
27552026-07-16T17:16:34.456Z Compiling waitgroup v0.1.2
27562026-07-16T17:16:35.604Z Compiling rustls-pemfile v2.2.0
27572026-07-16T17:16:39.319Z Compiling serde_path_to_error v0.1.20
27582026-07-16T17:16:39.319Z Compiling hostname v0.4.2
27592026-07-16T17:16:39.319Z Compiling digest v0.10.7
27602026-07-16T17:16:39.319Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27612026-07-16T17:16:39.319Z Compiling unicode-width v0.2.2
27622026-07-16T17:16:39.762Z Compiling parse-display-derive v0.10.0
27632026-07-16T17:16:39.763Z Compiling strum v0.26.3
27642026-07-16T17:16:39.763Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27652026-07-16T17:16:39.763Z Compiling regress v0.10.5
27662026-07-16T17:16:39.821Z Compiling wait-timeout v0.2.1
27672026-07-16T17:16:39.821Z Compiling quick-error v1.2.3
27682026-07-16T17:16:39.821Z Compiling bit-vec v0.8.0
27692026-07-16T17:16:39.821Z Compiling bit-set v0.8.0
27702026-07-16T17:16:39.821Z Compiling rusty-fork v0.3.1
27712026-07-16T17:16:39.821Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27722026-07-16T17:16:39.821Z Compiling serde_with v3.20.0
27732026-07-16T17:16:39.821Z Compiling rand_xorshift v0.4.0
27742026-07-16T17:16:39.821Z Compiling unarray v0.1.4
27752026-07-16T17:16:39.821Z Compiling strum v0.27.2
27762026-07-16T17:16:39.821Z Compiling proptest v1.11.0
27772026-07-16T17:16:39.821Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27782026-07-16T17:16:39.821Z Compiling instant v0.1.13
27792026-07-16T17:16:39.821Z Compiling cpufeatures v0.2.17
27802026-07-16T17:16:39.821Z Compiling iddqd v0.4.5
27812026-07-16T17:16:39.821Z Compiling itertools v0.14.0
27822026-07-16T17:16:39.822Z Compiling clap_derive v4.6.1
27832026-07-16T17:16:41.156Z Compiling utf8parse v0.2.2
27842026-07-16T17:16:41.269Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27852026-07-16T17:16:41.431Z Compiling anstyle-parse v1.0.0
27862026-07-16T17:16:41.512Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27872026-07-16T17:16:41.513Z Compiling backon v1.6.0
27882026-07-16T17:16:41.780Z Compiling terminal_size v0.4.4
27892026-07-16T17:16:41.964Z Compiling is_terminal_polyfill v1.70.2
27902026-07-16T17:16:42.164Z Compiling colorchoice v1.0.5
27912026-07-16T17:16:42.272Z Compiling anstyle-query v1.1.5
27922026-07-16T17:16:42.314Z Compiling anstyle v1.0.14
27932026-07-16T17:16:42.538Z Compiling anstream v1.0.0
27942026-07-16T17:16:43.154Z Compiling backoff v0.4.0
27952026-07-16T17:16:43.298Z Compiling parse-display v0.10.0
27962026-07-16T17:16:43.630Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
27972026-07-16T17:16:43.697Z Compiling humantime v2.3.0
27982026-07-16T17:16:44.739Z Compiling clap_lex v1.1.0
27992026-07-16T17:16:45.086Z Compiling clap_builder v4.6.0
28002026-07-16T17:16:45.147Z Compiling regress v0.11.1
28012026-07-16T17:16:46.562Z Compiling clap v4.6.1
28022026-07-16T17:16:46.960Z Compiling typify-impl v0.6.2
28032026-07-16T17:16:48.013Z Compiling toml_edit v0.25.12+spec-1.1.0
28042026-07-16T17:16:48.622Z Compiling crucible-workspace-hack v0.1.0
28052026-07-16T17:16:49.150Z Compiling proc-macro-crate v3.5.0
28062026-07-16T17:16:49.833Z Compiling zerocopy-derive v0.7.35
28072026-07-16T17:16:50.626Z Compiling unsafe-libyaml v0.2.11
28082026-07-16T17:16:50.906Z Compiling typify-macro v0.6.2
28092026-07-16T17:16:50.906Z Compiling serde_yaml v0.9.34+deprecated
28102026-07-16T17:16:50.906Z Compiling num_enum_derive v0.7.6
28112026-07-16T17:16:51.586Z Compiling darling_core v0.21.3
28122026-07-16T17:16:51.844Z Compiling convert_case v0.4.0
28132026-07-16T17:16:51.884Z Compiling num_enum v0.7.6
28142026-07-16T17:16:52.140Z Compiling derive_more v0.99.20
28152026-07-16T17:16:52.515Z Compiling toml_datetime v0.6.11
28162026-07-16T17:16:52.709Z Compiling heck v0.4.1
28172026-07-16T17:16:53.500Z Compiling typify v0.6.2
28182026-07-16T17:16:53.715Z Compiling darling_macro v0.21.3
28192026-07-16T17:16:54.156Z Compiling secrecy v0.10.3
28202026-07-16T17:16:54.326Z Compiling proc-macro-error-attr v1.0.4
28212026-07-16T17:16:54.397Z Compiling darling v0.21.3
28222026-07-16T17:16:54.397Z Compiling prettyplease v0.2.37
28232026-07-16T17:16:54.397Z Compiling heapless v0.8.0
28242026-07-16T17:16:55.116Z Compiling tinyvec_macros v0.1.1
28252026-07-16T17:16:55.369Z Compiling rustix v0.38.44
28262026-07-16T17:16:55.369Z Compiling tinyvec v1.11.0
28272026-07-16T17:16:55.369Z Compiling ingot-macros v0.1.1
28282026-07-16T17:16:55.646Z Compiling zerocopy v0.7.35
28292026-07-16T17:16:55.847Z Compiling tabwriter v1.4.1
28302026-07-16T17:16:56.068Z Compiling crossbeam-epoch v0.9.18
28312026-07-16T17:16:56.490Z Compiling hash32 v0.3.1
28322026-07-16T17:16:56.490Z Compiling scroll_derive v0.12.1
28332026-07-16T17:16:56.946Z Compiling rustc_version v0.4.1
28342026-07-16T17:16:56.947Z Compiling num-integer v0.1.46
28352026-07-16T17:16:56.947Z Compiling proc-macro-error v1.0.4
28362026-07-16T17:16:58.269Z Compiling usdt-impl v0.5.0
28372026-07-16T17:16:58.278Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28382026-07-16T17:16:58.278Z Compiling winnow v0.7.15
28392026-07-16T17:16:58.279Z Compiling pkg-config v0.3.33
28402026-07-16T17:16:58.279Z Compiling data-encoding v2.11.0
28412026-07-16T17:16:59.528Z Compiling smoltcp v0.11.0
28422026-07-16T17:16:59.528Z Compiling ingot-types v0.1.2
28432026-07-16T17:16:59.529Z Compiling scroll v0.12.0
28442026-07-16T17:16:59.529Z Compiling curve25519-dalek v4.1.3
28452026-07-16T17:17:00.298Z Compiling dof v0.3.0
28462026-07-16T17:17:00.817Z Compiling dtrace-parser v0.2.0
28472026-07-16T17:17:00.817Z Compiling hmac v0.12.1
28482026-07-16T17:17:00.817Z Compiling inout v0.1.4
28492026-07-16T17:17:00.817Z Compiling ff v0.13.1
28502026-07-16T17:17:00.817Z Compiling cobs v0.3.0
28512026-07-16T17:17:00.817Z Compiling bstr v1.12.1
28522026-07-16T17:17:00.817Z Compiling thread-id v4.2.2
28532026-07-16T17:17:00.817Z Compiling colored v3.1.1
28542026-07-16T17:17:00.818Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
28552026-07-16T17:17:00.818Z Compiling bitflags v1.3.2
28562026-07-16T17:17:01.221Z Compiling managed v0.8.0
28572026-07-16T17:17:01.221Z Compiling static_assertions v1.1.0
28582026-07-16T17:17:01.844Z Compiling postcard v1.1.3
28592026-07-16T17:17:01.844Z Compiling group v0.13.0
28602026-07-16T17:17:01.844Z Compiling cipher v0.4.4
28612026-07-16T17:17:03.354Z Compiling hkdf v0.12.4
28622026-07-16T17:17:03.846Z Compiling goblin v0.8.2
28632026-07-16T17:17:03.846Z Compiling ingot v0.1.1
28642026-07-16T17:17:03.846Z Compiling num-rational v0.4.2
28652026-07-16T17:17:03.846Z Compiling num-iter v0.1.45
28662026-07-16T17:17:03.846Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28672026-07-16T17:17:04.732Z Compiling universal-hash v0.5.1
28682026-07-16T17:17:04.732Z Compiling thiserror-impl-no-std v2.0.2
28692026-07-16T17:17:05.418Z Compiling hubpack_derive v0.1.1
28702026-07-16T17:17:05.418Z Compiling crypto-bigint v0.5.5
28712026-07-16T17:17:05.418Z Compiling half v2.7.1
28722026-07-16T17:17:05.418Z Compiling foreign-types-macros v0.2.3
28732026-07-16T17:17:05.418Z Compiling curve25519-dalek-derive v0.1.1
28742026-07-16T17:17:06.119Z Compiling serde_repr v0.1.20
28752026-07-16T17:17:06.865Z Compiling num-complex v0.4.6
28762026-07-16T17:17:06.865Z Compiling memoffset v0.9.1
28772026-07-16T17:17:07.279Z Compiling foreign-types-shared v0.3.1
28782026-07-16T17:17:07.280Z Compiling ciborium-io v0.2.2
28792026-07-16T17:17:07.280Z Compiling base16ct v0.2.0
28802026-07-16T17:17:07.280Z Compiling opaque-debug v0.3.1
28812026-07-16T17:17:07.805Z Compiling indent_write v2.2.0
28822026-07-16T17:17:07.805Z Compiling cfg_aliases v0.2.1
28832026-07-16T17:17:07.805Z Compiling base64ct v1.8.3
28842026-07-16T17:17:07.805Z Compiling nix v0.31.3
28852026-07-16T17:17:07.805Z Compiling password-hash v0.5.0
28862026-07-16T17:17:07.805Z Compiling poly1305 v0.8.0
28872026-07-16T17:17:08.403Z Compiling elliptic-curve v0.13.8
28882026-07-16T17:17:08.615Z Compiling ciborium-ll v0.2.2
28892026-07-16T17:17:08.615Z Compiling foreign-types v0.5.0
28902026-07-16T17:17:08.615Z Compiling num v0.4.3
28912026-07-16T17:17:09.157Z Compiling thiserror-no-std v2.0.2
28922026-07-16T17:17:09.157Z Compiling hubpack v0.1.2
28932026-07-16T17:17:09.748Z Compiling chacha20 v0.9.1
28942026-07-16T17:17:10.430Z Compiling atomicwrites v0.4.4
28952026-07-16T17:17:10.656Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28962026-07-16T17:17:10.752Z Compiling reqwest v0.12.28
28972026-07-16T17:17:11.150Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28982026-07-16T17:17:12.020Z Compiling blake2 v0.10.6
28992026-07-16T17:17:12.369Z Compiling aead v0.5.2
29002026-07-16T17:17:13.003Z Compiling byte-wrapper v0.1.0
29012026-07-16T17:17:13.003Z Compiling chacha20 v0.10.0
29022026-07-16T17:17:13.003Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29032026-07-16T17:17:13.531Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29042026-07-16T17:17:13.863Z Compiling cstr-argument v0.1.2
29052026-07-16T17:17:13.863Z Compiling float-ord v0.3.2
29062026-07-16T17:17:13.863Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
29072026-07-16T17:17:13.863Z Compiling keccak v0.1.6
29082026-07-16T17:17:14.911Z Compiling sha3 v0.10.9
29092026-07-16T17:17:14.911Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29102026-07-16T17:17:15.348Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29112026-07-16T17:17:15.348Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29122026-07-16T17:17:15.349Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29132026-07-16T17:17:15.349Z Compiling rand v0.10.2
29142026-07-16T17:17:15.880Z Compiling rustls-webpki v0.103.13
29152026-07-16T17:17:15.880Z Compiling chacha20poly1305 v0.10.1
29162026-07-16T17:17:16.682Z Compiling argon2 v0.5.3
29172026-07-16T17:17:17.327Z Compiling progenitor-client v0.10.0
29182026-07-16T17:17:17.579Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
29192026-07-16T17:17:17.668Z Compiling vsss-rs v3.3.4
29202026-07-16T17:17:18.585Z Compiling ciborium v0.2.2
29212026-07-16T17:17:18.947Z Compiling usdt-macro v0.5.0
29222026-07-16T17:17:19.531Z Compiling usdt-attr-macro v0.5.0
29232026-07-16T17:17:19.809Z Compiling tokio-rustls v0.26.4
29242026-07-16T17:17:19.939Z Compiling rustls-platform-verifier v0.7.0
29252026-07-16T17:17:20.010Z Compiling hyper-rustls v0.27.9
29262026-07-16T17:17:20.311Z Compiling reqwest v0.13.4
29272026-07-16T17:17:21.713Z Compiling progenitor-client v0.14.0
29282026-07-16T17:17:22.051Z Compiling progenitor-extras v0.2.0
29292026-07-16T17:17:22.310Z Compiling num-derive v0.4.2
29302026-07-16T17:17:22.344Z Compiling enum-as-inner v0.6.1
29312026-07-16T17:17:22.417Z Compiling memmap v0.7.0
29322026-07-16T17:17:23.036Z Compiling rayon-core v1.13.0
29332026-07-16T17:17:23.297Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29342026-07-16T17:17:23.536Z Compiling semver v0.1.20
29352026-07-16T17:17:24.058Z Compiling winnow v0.5.40
29362026-07-16T17:17:25.299Z Compiling rustc_version v0.1.7
29372026-07-16T17:17:25.514Z Compiling toml_edit v0.19.15
29382026-07-16T17:17:25.551Z Compiling usdt v0.5.0
29392026-07-16T17:17:26.294Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29402026-07-16T17:17:33.961Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29412026-07-16T17:17:35.442Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29422026-07-16T17:17:35.493Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29432026-07-16T17:17:35.608Z Compiling similar v2.7.0
29442026-07-16T17:17:35.774Z Compiling crossbeam-deque v0.8.6
29452026-07-16T17:17:35.787Z Compiling progenitor-impl v0.14.0
29462026-07-16T17:17:36.203Z Compiling serde_spanned v0.6.9
29472026-07-16T17:17:36.342Z Compiling bytecount v0.6.9
29482026-07-16T17:17:36.551Z Compiling lazy_static v1.5.0
29492026-07-16T17:17:36.836Z Compiling vcpkg v0.2.15
29502026-07-16T17:17:37.406Z Compiling toml_write v0.1.2
29512026-07-16T17:17:37.653Z Compiling toml_edit v0.22.27
29522026-07-16T17:17:37.914Z Compiling progenitor-macro v0.14.0
29532026-07-16T17:17:38.290Z Compiling openssl-sys v0.9.116
29542026-07-16T17:17:38.481Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29552026-07-16T17:17:39.950Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29562026-07-16T17:17:40.029Z Compiling proc-macro-crate v1.3.1
29572026-07-16T17:17:40.042Z Compiling newtype_derive v0.1.6
29582026-07-16T17:17:40.407Z Compiling itertools v0.12.1
29592026-07-16T17:17:40.927Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29602026-07-16T17:17:41.071Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29612026-07-16T17:17:41.319Z Compiling resolv-conf v0.7.6
29622026-07-16T17:17:41.417Z Compiling linked-hash-map v0.5.6
29632026-07-16T17:17:41.640Z Compiling swrite v0.1.0
29642026-07-16T17:17:41.657Z Compiling owo-colors v4.3.0
29652026-07-16T17:17:41.768Z Compiling unicode-segmentation v1.13.3
29662026-07-16T17:17:41.918Z Compiling lru-cache v0.1.2
29672026-07-16T17:17:42.091Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29682026-07-16T17:17:42.128Z Compiling newline-converter v0.3.0
29692026-07-16T17:17:42.296Z Compiling progenitor v0.14.0
29702026-07-16T17:17:42.404Z Compiling num_enum_derive v0.5.11
29712026-07-16T17:17:42.471Z Compiling rayon v1.12.0
29722026-07-16T17:17:42.618Z Compiling toml v0.8.23
29732026-07-16T17:17:43.409Z Compiling hickory-proto v0.24.4
29742026-07-16T17:17:43.472Z Compiling progenitor-impl v0.13.0
29752026-07-16T17:17:43.579Z Compiling console v0.15.11
29762026-07-16T17:17:43.840Z Compiling camino-tempfile v1.4.1
29772026-07-16T17:17:44.231Z Compiling serde-big-array v0.5.1
29782026-07-16T17:17:44.394Z Compiling derive-where v1.6.1
29792026-07-16T17:17:44.677Z Compiling pin-project-internal v1.1.13
29802026-07-16T17:17:44.712Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29812026-07-16T17:17:45.260Z Compiling minimal-lexical v0.2.1
29822026-07-16T17:17:45.352Z Compiling siphasher v1.0.3
29832026-07-16T17:17:45.525Z Compiling phf_shared v0.12.1
29842026-07-16T17:17:45.576Z Compiling nom v7.1.3
29852026-07-16T17:17:45.714Z Compiling progenitor-macro v0.13.0
29862026-07-16T17:17:45.762Z Compiling hickory-resolver v0.24.4
29872026-07-16T17:17:45.811Z Compiling pin-project v1.1.13
29882026-07-16T17:17:46.819Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
29892026-07-16T17:17:46.985Z Compiling expectorate v1.2.0
29902026-07-16T17:17:49.683Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29912026-07-16T17:17:50.117Z Compiling num_enum v0.5.11
29922026-07-16T17:17:50.453Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29932026-07-16T17:17:50.868Z Compiling progenitor-client v0.13.0
29942026-07-16T17:17:51.358Z Compiling zone_cfg_derive v0.3.1
29952026-07-16T17:17:51.804Z Compiling unicode-normalization v0.1.25
29962026-07-16T17:17:52.115Z Compiling snafu-derive v0.8.9
29972026-07-16T17:17:52.501Z Compiling tokio-stream v0.1.18
29982026-07-16T17:17:53.016Z Compiling async-recursion v1.1.1
29992026-07-16T17:17:53.413Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
30002026-07-16T17:17:53.734Z Compiling slog-dtrace v0.3.0
30012026-07-16T17:17:53.809Z Compiling csv-core v0.1.13
30022026-07-16T17:17:53.896Z Compiling unicode-linebreak v0.1.5
30032026-07-16T17:17:54.029Z Compiling unicode-width v0.1.14
30042026-07-16T17:17:54.189Z Compiling chrono-tz v0.10.4
30052026-07-16T17:17:54.218Z Compiling same-file v1.0.6
30062026-07-16T17:17:54.406Z Compiling openssl v0.10.80
30072026-07-16T17:17:54.463Z Compiling foreign-types-shared v0.1.1
30082026-07-16T17:17:54.532Z Compiling smawk v0.3.2
30092026-07-16T17:17:54.565Z Compiling konst_macro_rules v0.2.19
30102026-07-16T17:17:54.705Z Compiling unicode-xid v0.2.6
30112026-07-16T17:17:54.715Z Compiling cancel-safe-futures v0.1.5
30122026-07-16T17:17:54.715Z Compiling foldhash v0.1.5
30132026-07-16T17:17:54.765Z Compiling highway v1.3.0
30142026-07-16T17:17:54.948Z Compiling hashbrown v0.15.5
30152026-07-16T17:17:54.986Z Compiling const_format_proc_macros v0.2.34
30162026-07-16T17:17:55.441Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30172026-07-16T17:17:55.504Z Compiling konst v0.2.20
30182026-07-16T17:17:55.618Z Compiling textwrap v0.16.2
30192026-07-16T17:17:55.806Z Compiling foreign-types v0.3.2
30202026-07-16T17:17:55.913Z Compiling walkdir v2.5.0
30212026-07-16T17:17:55.964Z Compiling csv v1.4.0
30222026-07-16T17:17:56.692Z Compiling snafu v0.8.9
30232026-07-16T17:17:57.706Z Compiling progenitor v0.13.0
30242026-07-16T17:17:58.998Z Compiling qorb v0.4.1
30252026-07-16T17:17:58.998Z Compiling olpc-cjson v0.1.4
30262026-07-16T17:17:58.998Z Compiling zone v0.3.1
30272026-07-16T17:17:58.999Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30282026-07-16T17:17:59.389Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30292026-07-16T17:17:59.719Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30302026-07-16T17:17:59.939Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30312026-07-16T17:18:01.178Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30322026-07-16T17:18:01.437Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30332026-07-16T17:18:01.800Z Compiling phf v0.12.1
30342026-07-16T17:18:02.420Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30352026-07-16T17:18:03.657Z Compiling tokio-dtrace v0.1.1
30362026-07-16T17:18:04.026Z Compiling globset v0.4.18
30372026-07-16T17:18:04.412Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30382026-07-16T17:18:04.660Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30392026-07-16T17:18:05.036Z Compiling smf v0.2.3
30402026-07-16T17:18:05.291Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
30412026-07-16T17:18:05.386Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
30422026-07-16T17:18:05.607Z Compiling libsw-core v0.3.2
30432026-07-16T17:18:05.852Z Compiling pem v3.0.6
30442026-07-16T17:18:06.225Z Compiling serde_plain v1.0.2
30452026-07-16T17:18:06.504Z Compiling openssl-macros v0.1.1
30462026-07-16T17:18:06.520Z Compiling cookie v0.18.1
30472026-07-16T17:18:06.670Z Compiling sigpipe v0.1.3
30482026-07-16T17:18:06.670Z Compiling jiff v0.2.28
30492026-07-16T17:18:06.764Z Compiling fixedbitset v0.5.7
30502026-07-16T17:18:06.804Z Compiling typed-path v0.9.3
30512026-07-16T17:18:06.915Z Compiling glob v0.3.3
30522026-07-16T17:18:07.024Z Compiling fixedbitset v0.4.2
30532026-07-16T17:18:07.409Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30542026-07-16T17:18:07.909Z Compiling petgraph v0.6.5
30552026-07-16T17:18:08.145Z Compiling tough v0.22.0
30562026-07-16T17:18:08.406Z Compiling petgraph v0.8.3
30572026-07-16T17:18:10.808Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
30582026-07-16T17:18:10.881Z Compiling libsw v3.5.0
30592026-07-16T17:18:10.881Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
30602026-07-16T17:18:10.881Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30612026-07-16T17:18:10.881Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30622026-07-16T17:18:10.929Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30632026-07-16T17:18:10.983Z Compiling oxide-tokio-rt v0.1.6
30642026-07-16T17:18:11.124Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30652026-07-16T17:18:11.631Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30662026-07-16T17:18:14.188Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30672026-07-16T17:18:14.310Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30682026-07-16T17:18:14.458Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30692026-07-16T17:18:15.576Z Compiling const_format v0.2.36
30702026-07-16T17:18:16.110Z Compiling papergrid v0.11.0
30712026-07-16T17:18:16.169Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30722026-07-16T17:18:16.883Z Compiling libscf-sys v1.2.0
30732026-07-16T17:18:16.894Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30742026-07-16T17:18:17.033Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30752026-07-16T17:18:17.039Z Compiling tabled_derive v0.7.0
30762026-07-16T17:18:17.096Z Compiling gethostname v0.5.0
30772026-07-16T17:18:17.150Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
30782026-07-16T17:18:17.238Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30792026-07-16T17:18:17.369Z Compiling bcs v0.1.6
30802026-07-16T17:18:17.767Z Compiling tagptr v0.2.0
30812026-07-16T17:18:17.795Z Compiling termtree v0.5.1
30822026-07-16T17:18:17.920Z Compiling whoami v1.6.1
30832026-07-16T17:18:17.951Z Compiling linear-map v1.2.0
30842026-07-16T17:18:18.007Z Compiling tabled v0.15.0
30852026-07-16T17:18:18.193Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30862026-07-16T17:18:20.372Z Compiling moka v0.12.15
30872026-07-16T17:18:20.516Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30882026-07-16T17:18:22.477Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30892026-07-16T17:18:22.554Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30902026-07-16T17:18:22.554Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30912026-07-16T17:18:22.554Z Compiling steno v0.4.1
30922026-07-16T17:18:22.911Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30932026-07-16T17:18:25.982Z Compiling hickory-proto v0.25.2
30942026-07-16T17:18:26.632Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30952026-07-16T17:18:26.733Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
30962026-07-16T17:18:27.426Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
30972026-07-16T17:18:27.551Z Compiling parking_lot_core v0.8.6
30982026-07-16T17:18:27.871Z Compiling nom v8.0.0
30992026-07-16T17:18:29.850Z Compiling hickory-resolver v0.25.2
31002026-07-16T17:18:29.951Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
31012026-07-16T17:18:30.036Z Compiling parking_lot v0.11.2
31022026-07-16T17:18:30.101Z Compiling fxhash v0.2.1
31032026-07-16T17:18:30.254Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
31042026-07-16T17:18:30.515Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
31052026-07-16T17:18:30.546Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
31062026-07-16T17:18:30.614Z Compiling crunchy v0.2.4
31072026-07-16T17:18:30.931Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
31082026-07-16T17:18:30.958Z Compiling sled v0.34.7
31092026-07-16T17:18:31.206Z Compiling typify-impl v0.4.3
31102026-07-16T17:18:34.109Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
31112026-07-16T17:18:35.232Z Compiling proc-macro-error-attr2 v2.0.0
31122026-07-16T17:18:37.610Z Compiling tiny-keccak v2.0.2
31132026-07-16T17:18:37.706Z Compiling proc-macro-error2 v2.0.1
31142026-07-16T17:18:37.706Z Compiling typify-macro v0.4.3
31152026-07-16T17:18:37.706Z Compiling arc-swap v1.9.1
31162026-07-16T17:18:37.777Z Compiling internet-checksum v0.2.1
31172026-07-16T17:18:37.778Z Compiling slog-scope v4.4.1
31182026-07-16T17:18:37.778Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
31192026-07-16T17:18:37.778Z Compiling tabled_derive v0.11.0
31202026-07-16T17:18:37.778Z Compiling papergrid v0.18.0
31212026-07-16T17:18:37.879Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
31222026-07-16T17:18:38.629Z Compiling testing_table v0.3.0
31232026-07-16T17:18:38.776Z Compiling itertools v0.15.0
31242026-07-16T17:18:39.048Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
31252026-07-16T17:18:39.325Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
31262026-07-16T17:18:39.464Z Compiling tabled v0.21.0
31272026-07-16T17:18:40.441Z Compiling const-random-macro v0.1.16
31282026-07-16T17:18:40.895Z Compiling slog-stdlog v4.1.1
31292026-07-16T17:18:41.360Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
31302026-07-16T17:18:42.058Z Compiling dropshot-api-manager-types v0.7.2
31312026-07-16T17:18:42.646Z Compiling ahash v0.8.12
31322026-07-16T17:18:42.966Z Compiling smartstring v1.0.1
31332026-07-16T17:18:43.271Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=4871abc13ca21ee97c684f1d5ed363e8a86f3441#4871abc1)
31342026-07-16T17:18:43.566Z Compiling slog-envlogger v2.2.0
31352026-07-16T17:18:44.633Z Compiling const-random v0.1.18
31362026-07-16T17:18:44.792Z Compiling typify v0.4.3
31372026-07-16T17:18:44.832Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc#dfcf0663)
31382026-07-16T17:18:45.319Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
31392026-07-16T17:18:45.929Z Compiling toml_datetime v0.7.5+spec-1.1.0
31402026-07-16T17:18:46.239Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc#dfcf0663)
31412026-07-16T17:18:46.528Z Compiling crc8 v0.1.1
31422026-07-16T17:18:46.656Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=4871abc13ca21ee97c684f1d5ed363e8a86f3441#4871abc1)
31432026-07-16T17:18:47.430Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
31442026-07-16T17:18:49.225Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
31452026-07-16T17:18:52.444Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
31462026-07-16T17:18:52.849Z Compiling toml v0.9.12+spec-1.1.0
31472026-07-16T17:18:53.220Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
31482026-07-16T17:18:53.549Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc#dfcf0663)
31492026-07-16T17:18:53.931Z Compiling progenitor-impl v0.10.0
31502026-07-16T17:18:54.618Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
31512026-07-16T17:18:55.266Z Compiling lzma-sys v0.1.20
31522026-07-16T17:18:55.350Z Compiling sha1 v0.10.6
31532026-07-16T17:18:55.736Z Compiling thin-vec v0.2.18
31542026-07-16T17:18:55.802Z Compiling rhai_codegen v3.2.0
31552026-07-16T17:18:55.979Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc#dfcf0663)
31562026-07-16T17:18:56.090Z Compiling fs-err v3.3.0
31572026-07-16T17:18:56.405Z Compiling typeid v1.0.3
31582026-07-16T17:18:56.556Z Compiling utf-8 v0.7.6
31592026-07-16T17:18:56.790Z Compiling tungstenite v0.21.0
31602026-07-16T17:18:57.151Z Compiling rhai v1.25.1
31612026-07-16T17:18:57.750Z Compiling progenitor-macro v0.10.0
31622026-07-16T17:18:58.921Z Compiling cargo_toml v0.22.3
31632026-07-16T17:19:01.978Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31642026-07-16T17:19:03.596Z Compiling sha2 v0.10.9
31652026-07-16T17:19:04.849Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31662026-07-16T17:19:04.930Z Compiling progenitor v0.10.0
31672026-07-16T17:19:05.088Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
31682026-07-16T17:19:05.737Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31692026-07-16T17:19:06.090Z Compiling tokio-tungstenite v0.21.0
31702026-07-16T17:19:06.480Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc#dfcf0663)
31712026-07-16T17:19:06.635Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
31722026-07-16T17:19:08.639Z Compiling port-file v0.1.0
31732026-07-16T17:19:08.905Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
31742026-07-16T17:19:09.594Z Compiling console v0.16.3
31752026-07-16T17:19:09.634Z Compiling git-stub v1.0.0
31762026-07-16T17:19:09.933Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
31772026-07-16T17:19:10.086Z Compiling base64 v0.21.7
31782026-07-16T17:19:10.433Z Compiling unit-prefix v0.5.2
31792026-07-16T17:19:10.591Z Compiling is_ci v1.2.0
31802026-07-16T17:19:10.606Z Compiling indicatif v0.18.4
31812026-07-16T17:19:10.776Z Compiling supports-color v3.0.2
31822026-07-16T17:19:10.846Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31832026-07-16T17:19:11.721Z Compiling git-stub-vcs v0.1.0
31842026-07-16T17:19:12.468Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
31852026-07-16T17:19:13.338Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc#dfcf0663)
31862026-07-16T17:19:14.014Z Compiling ron v0.12.1
31872026-07-16T17:19:14.783Z Compiling xz2 v0.1.7
31882026-07-16T17:19:15.132Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
31892026-07-16T17:19:15.167Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
31902026-07-16T17:19:16.243Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
31912026-07-16T17:19:17.328Z Compiling drift v0.2.0
31922026-07-16T17:19:17.882Z Compiling base16ct v1.0.0
31932026-07-16T17:19:18.165Z Compiling dropshot-api-manager v0.7.2
31942026-07-16T17:19:22.522Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
31952026-07-16T17:19:25.517Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
31962026-07-16T17:19:26.694Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
31972026-07-16T17:19:28.087Z Compiling natord v1.0.9
31982026-07-16T17:19:28.388Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
31992026-07-16T17:19:28.483Z Compiling bfd-async v0.1.0 (/work/oxidecomputer/maghemite/bfd-async)
32002026-07-16T17:19:29.148Z Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util)
32012026-07-16T17:19:32.482Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
32022026-07-16T17:19:32.875Z Compiling mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify)
32032026-07-16T17:19:36.566Z Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
32042026-07-16T17:19:40.315Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
32052026-07-16T17:19:40.665Z Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
32062026-07-16T17:19:42.665Z Compiling falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab)
32072026-07-16T17:19:44.907Z Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
32082026-07-16T17:19:49.754Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
32092026-07-16T17:20:14.024Z Finished `release` profile [optimized] target(s) in 4m 25s
32102026-07-16T17:20:14.053Z
32112026-07-16T17:20:14.054Zreal 4:26.070686884
32122026-07-16T17:20:14.054Zuser 30:20.651954764
32132026-07-16T17:20:14.054Zsys 2:50.447962774
32142026-07-16T17:20:14.054Ztrap 0.755456929
32152026-07-16T17:20:14.058Ztflt 1.592014087
32162026-07-16T17:20:14.058Zdflt 1.497063446
32172026-07-16T17:20:14.058Zkflt 0.000157798
32182026-07-16T17:20:14.058Zlock 2:02:02.723549344
32192026-07-16T17:20:14.059Zslp 1:27:36.959443877
32202026-07-16T17:20:14.059Zlat 2:25.083214109
32212026-07-16T17:20:14.059Zstop 3:50.444104514
32222026-07-16T17:20:14.059Z+ for x in debug release
32232026-07-16T17:20:14.059Z+ mkdir -p /work/debug
32242026-07-16T17:20:14.059Z+ cp target/debug/ddmd /work/debug/ddmd
32252026-07-16T17:20:14.546Z+ cp target/debug/ddmadm /work/debug/ddmadm
32262026-07-16T17:20:14.940Z+ cp target/debug/mgd /work/debug/mgd
32272026-07-16T17:20:15.590Z+ cp target/debug/mgadm /work/debug/mgadm
32282026-07-16T17:20:16.085Z+ for x in debug release
32292026-07-16T17:20:16.085Z+ mkdir -p /work/release
32302026-07-16T17:20:16.089Z+ cp target/release/ddmd /work/release/ddmd
32312026-07-16T17:20:16.183Z+ cp target/release/ddmadm /work/release/ddmadm
32322026-07-16T17:20:16.272Z+ cp target/release/mgd /work/release/mgd
32332026-07-16T17:20:16.326Z+ cp target/release/mgadm /work/release/mgadm
32342026-07-16T17:20:16.425Z+ cp target/release/falcon-lab /work/release/falcon-lab
32352026-07-16T17:20:16.490Zprocess exited: duration 786387 ms, exit code 0
 
32362026-07-16T17:20:16.503Zfound 9 output files
32372026-07-16T17:20:16.503Zuploading: /work/debug/ddmadm (504835096 bytes)
32382026-07-16T17:20:24.527Zuploaded: /work/debug/ddmadm
32392026-07-16T17:20:24.527Zuploading: /work/debug/ddmd (579155088 bytes)
32402026-07-16T17:20:33.946Zuploaded: /work/debug/ddmd
32412026-07-16T17:20:33.954Zuploading: /work/debug/mgadm (599423648 bytes)
32422026-07-16T17:20:43.122Zuploaded: /work/debug/mgadm
32432026-07-16T17:20:43.122Zuploading: /work/debug/mgd (678873144 bytes)
32442026-07-16T17:20:53.257Zuploaded: /work/debug/mgd
32452026-07-16T17:20:53.257Zuploading: /work/release/ddmadm (48802808 bytes)
32462026-07-16T17:20:54.639Zuploaded: /work/release/ddmadm
32472026-07-16T17:20:54.639Zuploading: /work/release/ddmd (56352944 bytes)
32482026-07-16T17:20:56.046Zuploaded: /work/release/ddmd
32492026-07-16T17:20:56.046Zuploading: /work/release/falcon-lab (39593112 bytes)
32502026-07-16T17:20:57.342Zuploaded: /work/release/falcon-lab
32512026-07-16T17:20:57.342Zuploading: /work/release/mgadm (62406712 bytes)
32522026-07-16T17:20:59.030Zuploaded: /work/release/mgadm
32532026-07-16T17:20:59.030Zuploading: /work/release/mgd (76116352 bytes)
32542026-07-16T17:21:00.598Zuploaded: /work/release/mgd